*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: "Epilogue", sans-serif;
}

:root{
    --primary-color:#FB6231;
    --black: #000000;
    --white:#fff;
    --light-text-color:#7F7F7F;
    --border-color:#c3c3c366;
    --fs-15:15px;
    --transition: all 0.3s ease-in-out ;
    --btn-width:53px;
    --font-500:500;
    --font-600:600;
    --font-800:800;
    --font-700:700;
    --spacing: 0.25rem;
}

a{
    text-decoration: none;
    transition: var(--transition);
}

strong{
    color: var(--black);
}


  p {
  color:var(--black);
  line-height: 1.6;
  font-weight: 500;
  color: var(--light-text-color);
  }



button{
    background-color: transparent;
    cursor: pointer;
}

input,
textarea,
textarea:focus,
input:focus,
button {
  border: none;
  outline: none;
  user-select: none;
}


p.breadcrumb span a{
	color:#2d2d2d;
}

/* header start */
.home .header{
    background-color: transparent;
}

.header {
    border-bottom: 1px solid var(--border-color);
    transition:all 0.2s ease-in-out;
    background-color: var(--white);
}

/* header scrolled */
.header.scrolled {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}

.header.scrolled .toggle-open svg{
    fill: var(--black);
}

.header.scrolled .toggle-open{
    color: var(--black);
}

.doc-overlay {
    background: var(--black);
}

/* nav start*/
nav .menu li a{
    color: var(--black);
    font-size: var(--fs-15);
    line-height: 1.6;
}

nav .menu li a:hover{
    color:var(--primary-color);
}

.dropdown ul{
    background-color: var(--white);
    box-shadow: 0 0 30px rgb(127 137 161 / .25);
    transition: all 0.3s;
}

/* nav end */

/* menu-search */
.menu-search{
    background: #000000e1;
}

.cross-icon{
    border: 1px solid var(--border-color);
    border-radius: 50%;
}

.menu-search form{
    background-color: #282b34;
}

.menu-search input{
    transition: var(--transition);
    background-color: transparent;
    color: #fff;
}

.menu-search svg{
    fill: var(--white);
}

.menu-search input::placeholder{
 color: #fff;
}
/* menu-search */
/* header end */

/* hero start */
.hero{
     background: #fff url(https://batterseaonline.com/panova-lighting/wp-content/uploads/2025/07/white-hero-bg.webp) no-repeat top;
    background-size: cover;
     box-shadow: 3px 1px 7px 0px #e1e1e1eb;
}


.hero .hero-img::after{
    background: url("https://batterseaonline.com/panova-lighting/wp-content/uploads/2025/07/hero-bg3.webp") no-repeat top;
    background-size: cover;
}

.hero .hero-img .circle-img::before{
        background:url("https://batterseaonline.com/panova-lighting/wp-content/uploads/2025/07/circle-img.png") no-repeat top;
        background-size: cover;
}


.hero-title{
    font-size: 52px;
    line-height: 1.2;
    color: var(--light-text-color);
}

.hero-title span{
    color: var(--black);
}
/* hero end */

/* button start */
.pn-button-wrapper a,button.pn-button-wrapper{
  transition: var(--transition);
}

.pn-btn-icon{
 background-color: var(--black);
  border-radius: 54px;
    transition: var(--transition);
}

.pb-btn-text{
    background-color: var(--black);
    color: var(--white);
    border-radius: 49px;
    font-weight: var(--font-600);
    text-transform: uppercase;
    font-size: 14px;
}


.w-btn{
    --black:var(--white);
}
.w-btn .pb-btn-text{
    color: #000000;
}
.w-btn .pn-btn-icon svg{
    fill: #000000;
}
/* button end */

.toggle-open svg{
    fill: var(--black);
}

.home .toggle-open svg{
    fill: var(--white);
}

.home .toggle-open{
    color: var(--white);
}

/* about start */
.sub-heading{
    background-color: #F0F0F0;
    border: 1px solid var(--border-color);
    border-radius: 40px;
    font-weight: var(--font-600);
    font-size: 15px;
    text-transform: capitalize;
}


.sec-h{
    font-size: 40px;
    font-weight: var(--font-700);
    text-transform: uppercase;
    line-height: 1.3;
}

.sec-h span{
    color: var(--light-text-color);
}

.common-link{
    font-weight: var(--font-600);
    color: var(--black);
}

.common-link svg{
    fill: var(--black);
    transition: var(--transition);
}

.common-link:hover svg{
    fill: var(--primary-color);
}
.common-link:hover{
   color: var(--primary-color);
}

.shape-icon::before{
    background: url("https://batterseaonline.com/panova-lighting/wp-content/uploads/2025/07/shape-icon.webp") no-repeat center;
    background-size:contain;
}
/* about end */


/* partner section start */
.partners-sec{
    background-color: var(--black);
    color: white;
}

/* scroll */

  .marquee-list {
    background-color: #000000e8;
    font-size: var(--fs-18);
    color: var(--color-white);
  }
/* partner sec end */

/* product section start */

.line-sep::after{
    background: url("https://batterseaonline.com/panova-lighting/wp-content/uploads/2025/07/line-sep.webp") no-repeat center;
    background-size: contain;
}
/* product section end */

/* product slider start */

    .product-card{
        border: 1px solid #DADADA;
    }

    .product-card img{
    border-radius: 2px;
    }

    .product-card:hover .product-arrow{
        background-color: var(--primary-color);
    }

    .product-h{
        font-size: 22px;
        font-weight: var(--font-500);
		line-height: 1.5;
    } 

    .product-h a{
        color: var(--black);
    }


    .product-arrow{
    background-color: var(--black);
    border-radius: 50px;
	flex-shrink:0;
}
    

/* partners project */
.mid-w-content{
    text-align: center;
}


/* partner project section start */

.portfolio-title a{
    font-size: 32px;
    color: var(--black);
}


.portfolio__slider-2-pagination .swiper-pagination {
    left: calc(100% - 90px) !important;
    width: 90px !important;
    bottom: unset !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}

.portfolio__slider-2-pagination .swiper-pagination-bullet {
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.582);
}

.portfolio__slider-2-pagination .swiper-pagination-bullet span {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--black);
    border-radius: 100%;
}

.portfolio__slider-2-pagination .circle-progress {
    fill: #fff;
}

.circle-origin {
    fill: transparent;
    stroke:var(--black);
    stroke-width: 1;
    stroke-linecap: round;
    stroke-dasharray: 156px;
    stroke-dashoffset: 156px;
  }

  .swiper-pagination-bullet-active .circle-origin {
    animation: progress 5s backwards;
  }

  @keyframes progress {
    0% {
      stroke-dashoffset: 156px;
    }

    90% {
      stroke-dashoffset: 0;
    }

    100% {
      stroke-dashoffset: -156px;
    }
  }
/* partner project section end */

/* catalogue start */

.catalogus-sec-left{
    background: var(--black) url("https://batterseaonline.com/panova-lighting/wp-content/uploads/2025/07/cat-bg.webp") no-repeat bottom left;
    background-size: 242px;
}

.catalogus-sec-left .sec-h{
    color: var(--white);
}
/* catalogue end */


/* blog start */
.blog-title{
    font-size: 20px;
    font-weight: var(--font-700);
    line-height: 1.4;
    color: var(--black);
}
.blog-title:hover{
    text-decoration: underline;
}

.blog-details {
    color: #454545;
    font-size: 14px;
}

.blog-details li a{
    color: #454545;
}

.blog-img{
    border-radius: 10px;
    overflow: hidden;
}

.img-placeholder{
	aspect-ratio: 16 / 15;
    background: #ccc;
}
/* blog end */


/* why choose us start */
.why-choose-us{
    background:url("https://batterseaonline.com/panova-lighting/wp-content/uploads/2025/07/light-bg.webp") no-repeat center;
    background-size: cover;
}

.why-choose-profile{
    background: #333333 url("https://batterseaonline.com/panova-lighting/wp-content/uploads/2025/07/why-choose-profile-bg.webp") no-repeat bottom left;
    background-size: contain;
}


.why-choose-profile::after{
    border-bottom: 35px solid #676565;
}

.why-choose-profile::before{
    border-top: 36px solid #676565;
}

.why-choose-card{
    background-color: var(--white);
}

.why-choose-title{
    font-size: 18px;
    line-height: 1.6;
}

/* why choose us end */


/* newsletter start */
.news-letter{
    background: var(--primary-color) url(https://batterseaonline.com/panova-lighting/wp-content/uploads/2025/08/newsletter-bg.webp) no-repeat center;
    background-size: cover;
}

.news-letter-h{
    color: var(--white);
    font-size: 32px;
    font-weight: var(--font-700);
    line-height: 1.3;
    text-transform: uppercase;
}

.newletter-form input{
    padding-left: 28px;
    border-radius: 52px;
}
/* newsletter end */

/* footer start */
.footer{
    background-color: var(--black);
}

.footer-social-links{
    border: 1px solid var(--border-color);
}

.footer-social-links li:last-child{
    border-bottom: none;
}

.footer-social-links li a{
    color: var(--light-text-color);
}

.footer-social-links li a:hover{
    color: var(--white);
}

.talk-h{
    font-size: 80px;
    font-weight: var(--font-800);
    text-shadow: -1px -1px 0 #ffffff70, 1px -1px 0 #ffffff70, -1px 1px 0 #ffffff70, 1px 1px 0 #ffffff70;
    color: #000000;
}

.contact-icon{
    background-color: #202020;
}

.contact-details li a{
    color: var(--light-text-color);
}
.contact-details li a:hover{
    color: var(--white);
}

.footer-bottom{
    border-top: 1px solid var(--border-color);
    padding-block: 35px;
}

.footer-links a{
 color: var(--light-text-color);
 text-transform: uppercase;
 line-height: 1.6;
}

.footer-links a:hover{
 color: var(--white)
}

/* footer end */


    /*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  background: #1a1a1a;
  border-radius:10px 0 0 10px;
}
.back-to-top i {
  font-size: 16px;
  color: #fff;
  line-height: 0;
  font-weight: 400;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.back-to-top  svg:not(:root) {
    overflow: visible;
    width: 1em;
    height: 1em;
    position: relative;
}

.back-to-top span {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.back-to-top svg {
    transform: rotate(-90deg);
    font-size: 13px;    
    fill: #fff;
}

.back-to-top:before {
    right: 0;
    left: initial;
    border-radius: 0;
    border-bottom-right-radius: 15px;
    box-shadow: 0 15px 0 0 #1a1a1a;
    top: -30px;
    bottom: initial;
}


.back-to-top:before, .back-to-top:after {
    display: block;
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 30px;
    width: 15px;
}

 .back-to-top:after {
    right: 0;
    left: initial;
    border-radius: 0;
    border-top-right-radius: 15px;
    box-shadow: 0 -15px 0 0 #1a1a1a;
    top: initial;
    mask: none;
    bottom: -30px;
    background: none;
    padding: 0;
}

/* contact us start */

.contact-form{
    background: #f3f3f3;
}

.contact-form :is(input,textarea){
    font-size: 16px;
    border: 1px solid var(--border-color);
}

.contact-form :is(input,textarea)::placeholder{
    font-size: 15px;
}

.contact-pg-info a{
 color: var(--light-text-color);
 line-height: 1.6;
}

.contact-pg-info a:hover{
	color:var(--primary-color);
}
   
/* contact us end */


/* rotate animation start */
@keyframes spin{
    from {
      transform: rotate(0deg);   
    }
    to {
      transform: rotate(360deg);
    }
}
/* rotate animation end */
    .pg-header{
        background-color: var(--light-text-color);
    }

    .pg-header .container span a{
        font-size: 16px;
		color:var(--white);
    }

    .about-bg{
        background: url("https://batterseaonline.com/panova-lighting/wp-content/uploads/2025/07/about-banner.webp");
    }

    .about-bg .container{
        color: var(--white);
    }

    .page-title{
        font-size: 40px;
		text-transform:uppercase;
		text-align:center;
		line-height:1.3;
    }

.product-info td,.product-info th {
  text-align: left;
  padding: 8px;
}

.product-info tr:nth-child(even) {
  background-color: #f1f1f1;
}

.product-info {
    border-collapse: collapse;
}

.vrt-btn {
    background: var(--black);
    border-radius: 2px;
    color:var(--white);
    font-size: 15px;
    transform: translateY(-40px);
}

.vrt-btn svg {
    font-size: 13px;
    fill: #fff;
}

.product-card:hover .vrt-btn{
    transform: translateY(0px);
}

/* custom start */
/* Lightbox modal styles */
.lightbox {
  background-color: rgba(0,0,0,0.8);
}

/* Close button */
.lightbox-close {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}


.product-img{
 cursor: zoom-in;
}
/* custom end */

/* mega menu */
.mega-dropdown{
    padding: 20px !important;
    display: grid !important;
    grid-template-columns: auto auto auto auto;
}

.dropdown .mega-dropdown {
       width: 829px;
    top: 25px;
    position: absolute;
    left: -350px;
}

.mega-dropdown a,.menu-title{
    min-width: 170px;
    list-style: none;
/*     display: block; */
}


.mega-menu a{
     padding: 11px 20px;
}
.mega-menu a:hover{ 
    background: #ebebeb;
}

.mega-dropdown>li.dropdown>a{
    font-weight: var(--font-600);
    font-size: 16px !important;
    margin-bottom: 15px;
	width:fit-content;
	position:relative;
}

.mega-dropdown li.dropdown ul{
    display: block;
    position: relative;
    visibility: visible;
    transform: scale(1);
    left: 0;
    top: 0;
    padding: 0;
    box-shadow: unset;
}

.mega-dropdown li.dropdown ul li{
    padding-inline-start: 0;
}

.mega-dropdown li.dropdown{
    display: block;
}



.fs-20 {
    font-weight: var(--font-600);
    font-size: 20px;
}

/* single page start */
.single-product-img img{
    width: 100%;
    border-radius: 4px;
}

.single-product-img{
    position: sticky;
    top: 100px;
	display:grid;
	gap:20px;
}

.poduct-title{
    font-size: 26px !important;
    color: var(--white);
    padding-inline: 16px;
}

.all-page  h2.poduct-title{
		margin-bottom:0 !important;
}

.product-head {
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.product-head a{
    background: var(--black);
    height: 100%;
    padding: 20px 35px;
    color: var(--white);
    gap:10px;
    display: flex;
}
.product-head a:hover{
    background: #202020;
}

/* table start */

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  color: var(--black) !important;
  margin-bottom: 25px;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 16px;
/*   width: 100px; */
  line-height: 1.5;
}

tr:nth-child(even) {
  background-color: #f3f3f3;
}
tr:first-of-type {
  background-color: #ffe1d7;
}

.product-table{
	width:100%;
	overflow-x:auto;
	margin-bottom:20px;
}

/* table end */

.all-page ul{
    margin-bottom: 25px;
}

.all-page ul li {
    list-style-type: square;
}

.all-page ol li, .all-page ul li {
    line-height: 2.2;
    font-weight: var(--font-500);
    color: var(--light-text-color);
}

.all-page ul li::marker {
    color: var(--primary-color);
}

/* single page end */

.whatsapp_float {
    position: fixed;
    right: 15px;
    bottom: 12px;
    z-index: 996;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* page not found start */
.message-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.message-sec img{
	margin-bottom:10px;
}

.pagination {
    display: inline-flex;
    justify-content: center;
    position: relative;
    width: 100%;
	margin-top:40px;
}

.pagination a.page-numbers, .pagination span.page-numbers.current {
    border: none;
    border-radius: 0;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    height: 38px;
    line-height: 38px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    text-align: center;
    transition: .3s;
    width: 38px;
    z-index: 1;
}

.pagination a.page-numbers {
    background: #e7e7e7;
    color: #000;
}

.pagination span.page-numbers.current{
	color: #fff;
}

.pagination a.page-numbers:after, .pagination a.page-numbers:before, span.page-numbers.current:after, span.page-numbers.current:before {
    background-color: var(--primary-color);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    transition: .3s;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    content: "";
}

.pagination a.page-numbers:after, span.page-numbers.current:after {
    bottom: 0;
    top: auto;
}

span.page-numbers.current:after, span.page-numbers.current:before {
    color: #fff;
/*     height: 0;
    top: 0; */
}

.pagination a.page-numbers:focus, .pagination a.page-numbers:hover {
    background: #fff;
    border: none;
    color: #fff;
}

.pagination a.page-numbers:focus:after, .pagination a.page-numbers:focus:before, .pagination a.page-numbers:hover:after, .pagination a.page-numbers:hover:before, .pagination span.current:after, .pagination span.current:before, .pagination span.current:hover:after, .pagination span.current:hover:before {
    height: 70%;
}

/* single blog page start*/
.single-page-hero{
	padding-block: 75px;
    background: #ffefea;
}

.single-page-hero h1{
	margin-bottom:20px;
}

.flex-author{
	color:var(--primary-color);
}

:is(.accordion, .accordions) details {
    border: 1px solid #b4c8c3;
    background-color: var(--white);
    border-radius: 4px;
	margin-bottom: 10px;
}


:is(.accordion, .accordions) summary {
    font-size: 18px;
    font-weight: 700;
	cursor: pointer;
    display: flex;
    gap: 15px;
    margin-bottom: 2px;
    padding: 20px;
	line-height:1.5;
}

:is(.accordion, .accordions) summary:after {
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='26' viewBox='0 0 27 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M17.787 9.688a.626.626 0 0 1 .54.7l-.454 3.507a.626.626 0 0 1-1.24-.16l.26-2.011-5.734 4.42a.624.624 0 1 1-.763-.99l5.733-4.42-2.01-.26a.626.626 0 0 1 .16-1.24l3.506.453z' fill='%23000'/%3E%3C/g%3E%3Cpath stroke='%23000' stroke-width='.028' d='m13.34 19.971 7.896-6.087-6.088-7.896-7.896 6.087z'/%3E%3Ccircle cx='13.945' cy='13' r='12.5' stroke='%23000'/%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='m13.336 19.99 7.918-6.104-6.104-7.918-7.918 6.104z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain
}
:is(.accordion,.accordions) summary:after {
    content: "";
    height: 25px;
    margin-left: auto;
    width: 25px;
	flex-shrink:0;
}

.content {
    padding: 16px 23px 14px;
    background-color: #ffefea;
}


@media (min-width: 1025px) {

     .dropdown ul {
        left: -15px;
         top: 36px;
    }

	
	    .dropdown:hover>ul{
        transform: scaleY(1);
        visibility: visible;
        opacity: 1;
        border-radius: 10px;
    } 

        .dropdown {
        display: flex;
        align-items: center;
        gap: 6px;
        justify-content: space-between;
    }
	
	.mega-dropdown .dropdown:after{
		display:none !important;
	}
	
	.mega-dropdown>li.dropdown>a:after,.mega-dropdown>li.dropdown>a:before{
	 content: "";
    position: absolute;
	    left: 0;
}

.mega-dropdown>li.dropdown>a:after{
    width: 27%;
    height: 4px;
    bottom: -14px;
    background: var(--primary-color);
}

.mega-dropdown>li.dropdown>a:before{  
    width: 100%;
    height: 1px;
    bottom: -13px;
    background: #e9e9e9;
}
	
	.mega-dropdown li.dropdown ul{
		margin-top:15px;
	}
}


@media (max-width: 1024px) {

    .header nav {
        background: var(--white);
        height: 100vh;
        left: 0;
        position: fixed;
        top: 0;
        transform: translateX(-101%);
        transition: all .2s;
        width: 300px;
        z-index: 10;
		overflow-y:auto;
    }
    
    .header nav ul {
        display: block;
        padding: 50px 30px 30px;
    }
    

    .left-header{
        display: flex;
    }

    .toggle-slide-btn{
        display: block;
        width: 200px;
    }

    .header nav ul li{
        margin-bottom: 10px;
        padding: 10px 0 0;
    }

    .cancel-btn {
        position: fixed;
        right: 9%;
        top: 20px;
        z-index: 1;
    }

        .show-ul {
        transform: translate(0%) !important;
    }

        .header ul li.showMenu>ul {
        display: block !important;
        margin-top: 15px;
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
        position: relative;
    }
	
	.dropdown .mega-dropdown{
		width:100%;
		top:0;
		left:unset;
	}

    .header ul .dropdown ul {
    visibility: hidden;
    margin: 0;
    z-index: 99;
    transform-origin: top;
    transform: scale(0);
    padding: 10px;
}

.catalogus-sec{
    grid-template-columns: 50% auto;
}

.partners-sec .shape{
    width: 130px;
    height: 100%;
    object-fit: cover;
}

.portfolio__slide-2{
    grid-template-columns: 50% auto;
}

.portfolio__slide-2{
    gap: 30px;
}

.hero-title{
    font-size: 42px;
}

.sec-h{
    font-size: 36px;
}

.mid-w-content {
    width: 56%;
}

.talk-h{
    font-size: 50px;
}

.hero .hero-img::after{
display: none;
}

.hero{
    height: 620px;
}

.why-choose-us{
    grid-template-columns: 2% auto;
}
.toggle-open svg{
    fill: var(--black) !important;
}
.toggle-open{
    color: var(--black) !important;
}

.about-content .sub-heading{
    margin-bottom: 30px;
}

.sec-space{
    margin-top: 60px;
}

    .hero .hero-img .circle-img::before{
        width: 120px;
        height: 120px;
        bottom: 0;
        right: 10px;
        left: unset;
    }

        .dropdown::after, .dropdown .dropdown::after {
     position: absolute;
    right: 0;
    top: 10px;
    }
	
	.mega-dropdown li.dropdown ul{
		display:inline-block;
		position:absolute;
	}

}


@media (max-width: 768px) {
        .product-sec-content{
            grid-template-columns: auto;
            gap:20px;
        }

        .why-choose-content{
            padding: 0;
        }

        .mid-w-content{
            width: 60%;
        }

        .footer-social-links {
    display: grid;
    grid-template-columns: 50% 50%;
}

        .footer-social-links li{
            border: 1px solid var(--border-color);
        }

        .footer-right{
            padding-inline: 0;
        }
  
    .about{
        grid-template-columns: auto;
        gap:30px;
    }

    .sec-h{
        font-size: 32px;
    }

   
    .hero{
        height: 100%;
        padding-top: 100px;
        padding-bottom: 36px;
    }

    .sec-space{
        margin-top: 50px;
    }

    .footer .company-about{
        padding-top: 40px;
    }

    .footer-links{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start;
    border-block: 1px solid var(--border-color);
    padding-block: 30px;
}

.footer-bottom{
    padding-top: 0;
    border: unset;
}

.circle-img{
    text-align: left;
}

.product-sec-content{
    margin-bottom: 25px;
}

.hero-title{
    font-size: 36px;
}
	.page-title{
    font-size: 32px;
}
	
	
.blog-img img{
	height:100%;
}

.img-placeholder{
	aspect-ratio: 16 / 9;
}

	.pg-header{
		height:200px;
	}
	
	.single-product-img{
		grid-template-columns:auto auto;
	}
	
	.single-page-hero{
	padding-block: 40px;
    background: #ffefea;
}

   
}

@media (max-width: 600px) {
.why-choose-us{
        grid-template-columns:auto;
    }

    .why-choose-profile{
        display: none;
    }

    .why-choose-us{
        background:unset;

    }

    .why-choose-card{
       padding: 35px 15px;
        background: #f7f7f7de;
    }

    .why-choose-us{
        padding-block:0;
    }

    .mid-w-content{
        width: 100%;
        margin-bottom: 35px;
    }

    .catalogus-sec{
                grid-template-columns:auto;
    }

    .shape-icon::before{
        bottom: 0;
    }
    .shape-icon::before{
    width: 70px;
    height: 70px;
    }

    .hero-title{
        font-size: 34px;
    }

    .line-sep::after{
        background:unset;
    }

     .hero .hero-img img{
        border-radius: 0 0 146px;
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

    .newletter-form{
        grid-template-columns: auto;
        gap:16px;
    }

    .newletter-form input{
        padding: 18px 25px;
    }

    .news-letter{
        padding-block: 35px;
    }

    .footer-links{
       grid-template-columns: 1fr 1fr;
    }

   .hero .hero-img .circle-img::before{
        width: 100px;
        height: 100px;
    }

    .partners-sec .shape{
        display: none;
    }

    .portfolio__slide-2{
        grid-template-columns: auto;
    }

    .portfolio__slide-2 .slide-content{
        padding-inline: 0;
    }

    .slide-img img{
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

    .mb-50{
        margin-bottom: 35px;
    }

    .portfolio__slider-2-pagination{
        display: none;
    }

     .column-md-reverse{
        flex-direction: column-reverse;
    }

    .menu-search form{
        width: 80%;
    }

    .toggle-slide-btn,.toggle-open{
        width: fit-content;
    }

    .toggle-open span,  .contact-pg .shape-icon::before{
        display: none;
    }

	.product-head{
		flex-direction:column;
		align-items:flex-start;
		background:transparent;
		gap:16px;
	}
	.poduct-title{
		padding-inline:0;
		color:#000 !important;
	}
	.product-head a{
		    padding: 15px 15px;
	}
	.contact-form{
		padding:18px;
	}
	
	.all-page h1{
		font-size:32px;
	}
    }

.flex-single-ath-profile img {
    border-radius: 50%;
	margin-bottom:20px;
}

.ath-single-page {
    gap: 20px;
}

.auth-social-follow ul li{
	list-style:none;
}

.auth-social-follow ul {
	padding-left:0;
}

.copywrite a{
	color:#7f7f7f;
}
.copywrite a:hover{
	color:var(--primary-color);
}



.dropdown::after,
.dropdown .dropdown::after {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4 5.588 4 4 4-4' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      no-repeat;
  transition: var(--transition);
  content: "";
  display: flex;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.dropdown:hover::after{
    transform: rotate(180deg);
}

nav .menu li .active{
   color: var(--primary-color) !important;
}

.card-body {
    border: 1px solid #cdcdcd;
    padding: 22px;
    border-radius: 10px;
    display: grid;
    gap: 12px;
	height:100%;
}