/*
Theme Name: eComFixR CRO
Author: eComFixR
Author URI: https://ecomfixr.com
Description: A blank WordPress theme for customization.
Version: 1.0
*/

:root {
    --color-primary: #FF9900;
    --color-secondary: #1B3664;
    --color-dark: #000000;
    --color-text: #414141;
    --color-white: #ffffff;
    --color-light: #E2E4E5;
    --color-background: #F7F7F7;
    --color-site-green:#75C80A;
    --color-success: #28a745;
    --color-danger: #dc3545;
    --color-warning: #ffc107;
    --color-info: #17a2b8;
    
}



h1,h2,h3,h4,h5,h6{
    font-family: "Roboto Condensed", sans-serif;
    
}
 
/* Global css */
html, body{
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    color: var(--color-text);
    background-color: var(--color-white);
}

.hero-description{
    font-family: 'Poppins', sans-serif;
}

a{
    text-decoration: none;
    color: #000;
}
p{
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: 300;
}
li, .icon-text span{
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: 300;
}
img{
    max-width: 100%;
}
:focus-visible {
  outline: none;
  border: none;
}
section.space-top{
    margin-top: 80px;
}
section.space-bottom{
    margin-bottom: 80px;
}
@media(max-width: 768px){
    section.space-top{
    margin-top: 40px;
}
section.space-bottom{
    margin-bottom: 40px;
}
}
/*reuseable styles*/
.d-f{
    display: flex;
   align-items: center;
}
.flex-wrap{
    flex-wrap: wrap;
}
.align-items-center{
    align-items: center;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}

.hr{
    border-top: unset;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    opacity: 20%;
}
.p-0{
    padding: 0 !important;
}
.m-0{
    margin: 0 !important;
}
.mt-2{
   margin-top: 20px !important;
}
.mb-2{
   margin-bottom: 20px !important;
}
.mb-4 {
  margin-bottom: 1.5rem; 
}
.mt-3{
   margin-top: 30px !important;
}
.mb-3{
   margin-bottom: 30px !important;
}
iframe{
    max-width:100%;
}
.meetings-iframe-container iframe{
    height: 678px !important;
}
.rating{
    color:var(--color-primary);
}
/* Title style 1 */
.title-style-1{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--color-secondary);
    margin-top: 50px;
    margin-bottom: 0px;
}
.title-style-1 span{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(0 0 0 / 8%);
    font-size: 4.2rem;
    z-index: 0;
    top: 10px;
    width: 100%;
}
.title-hr{
    width: 175px;
    height: 6px;
    background-color: var(--color-primary);
    border-radius: 6px;
    border: unset;
    margin-bottom: 40px;
	margin-left: auto;
    margin-right: auto;
}
@media(max-width: 768px){
    .title-style-1{
        font-size: 2rem;
    }
    .title-style-1 span{
        font-size: 2.4rem;
    }
    .title-hr{
        width: 150px;
    }
}

.colored-title{
    font-size: 2.2rem;
}

.colored-title span{
    color: var(--color-primary);
}
@media(max-width: 768px){
    .colored-title{
        font-size: 1.4rem;
    }
}
/* Title style 2 */
.section-title-2{
    width: 100%;
}
.section-title-2 h2{
    position: relative;
    width: 100%;
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--color-secondary);
    margin-top: 50px;
    margin-bottom: 0px;
    letter-spacing: 3px;
}
.section-title-2 h2 span{
    position: absolute;
    color: rgb(0 0 0 / 8%);
    font-size: 4.2rem;
    z-index: 0;
    left: -22px;
    top: -32px;
}
.title-hr-2{
    width: 175px;
    height: 6px;
    background-color: var(--color-primary);
    border-radius: 6px;
    border: unset;
    max-width: 172px;
    text-align: left;
    margin: unset;
    margin-bottom: 30px;
}

.section-title-2 .section-sub-title{
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1.4px;
    color: var(--color-primary);
    margin-bottom: 10px;
}
.section-title-2 .section-sub-title span{
    color: var(--color-primary);
}

@media(max-width: 768px){
     .section-title-2 {
        text-align:center;
     }
    .section-title-2 h2{
        font-size: 2rem;
    }
    .section-title-2 h2 span{
        font-size: 2.4rem;
        left: -10px;
        top: -21px;
        text-align: center;
        width: 100%;
    }
    .title-hr{
        width: 150px;
    }
    .section-title-2 .section-sub-title{
        
        font-size: 1.2rem;
    }
    .title-hr-2 {
        margin: auto;
        margin-bottom: 30px;
    }
}

/* title style text*/
.title-style-text-area{
    color: var(--color-secondary);
    font-size: 4.3rem;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.title-style-text-area span{
    color:var(--color-primary)
}
/* End Global css */


/* Reuseble Item */
.btn{
    font-size: 16px;
    font-weight: 400;
    padding: 10px 30px;
    border-radius: 25px;
    transition: box-shadow 0.3s ease;
    position: relative; 
    cursor: pointer;
    z-index: 0;
    overflow: hidden;
}

.btn i {
  transition: transform 0.3s ease;
}
.btn:hover i {
  transform: translateX(12px);
}

.btn-primary{
    color: var(--color-white);
    background-color: var(--color-primary);
}

.btn:hover {
    box-shadow: 1px 4px 9px 0px #ccc;
    background: var(--color-secondary);
}




/* End Reuseble Item */


/* Header topbar css */
.header-topbar{
    background-color: var(--color-secondary);
    color: var(--color-white);
    padding: 15px 0;
    font-size: 14px;
    font-weight: 400;
}
.header-topbar .social-icons i{
    color:var(--color-white);
    padding: auto;
}
/* End Header topbar css */


/* Header css */
.header{
    border-bottom: 1px solid var(--color-light);
    height: 80px;
}
.header .row{
    align-items: center;
    padding: 10px 0;
}
.site-nav nav ul{
    display: flex;
    gap: 10px;
}
.site-nav nav ul li{
    list-style: none;
}
.multiline-icon-text i{
    background: var(--color-primary);
    padding: 16px;
    border-radius: 10px;
    color: #fff;
    margin-right: 10px;
}
@media(max-width: 768px){
    .site-nav{
        display: none;
    }
    .header-topbar {
        display: none;
    }
    .multiline-icon-text{
        display: none;
    }
    .mobile-header-nav{
        display: flex;
        justify-content: space-between;
    }
	.mobile-header-nav img {
    	max-width: 250px;
		max-height: 60px;
	}


}
/* End Header css */



/* Hero section */
.hero{
    padding: 100px 0 0 0;
    overflow:hidden;
    position:relative;
}

#canvas-honeycomb{
    position: absolute;
    top:0;
}
.hero .hero-sub-title{
    font-size: 30px;
    line-height: 45px;
    color: var(--color-dark);
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 4px;
    font-weight: 300;
}


.hero .hero-title{
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 96px;
    color: var(--color-dark);
    margin: 0px 0 30px 0px;
    font-family: 'Roboto Condensed';
    margin-top: -10px;
}
.hero .hero-title span{
    color: var(--Primary, #F90);
}
.hero .hero-description{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.hero .hero-review {
    gap: 20px;
}
.hero-review img {
     width: 120px;
}
.hero .hero-review .rating, .rating-slide{
    color: var(--color-primary);
    font-size: 14px;
}
.hero .hero-review span{
    font-size: 14px;
}
@media(max-width: 768px){
    .hero{
        padding: 30px 0 0px 0;
        overflow: hidden;
        position: relative;
        margin-bottom: -40px;
    }

    .hero .hero-title{
        font-size: 36px;
        line-height: 1.2;
        margin-top: -10px;
        margin-bottom: 12px;
        margin-top:10px;
    }
    .hero .hero-description{
        font-size: 14px;
        margin-bottom:30px;
    }
    .hero .hero-review span{
        font-size: 12px;
        display: block !important;
        text-align: left;
    }
    .hero .hero-review{
        margin-bottom:30px;
    }
    .hero .hero-review img{
        height: 40px;
         width: auto;
    }
    .hero .hero-review .rating {
        font-size: 14px;
        text-align: left;
    }
}
/* END Hero section */


/* Brand crousel css */
.brand-carousel{
    padding: 40px 10px;
    max-width: 100%;
    overflow: hidden;
    background-color:rgb(184 184 184 / 10%);
}
  .brand-carousel .marquee-track {
        display: flex;
        width: fit-content;
        gap: 30px;
        animation: marquee 15s linear infinite;
        max-width: 100%;
    }

    .brand-carousel .marquee-track img {
        height: 35px;
    }

    @keyframes marquee {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
    }

    .brand-carousel:hover .marquee-track {
        animation-play-state: paused;
    }
/* End Brand crousel css */

/* Service Card */

.service-card {
    background-color: var(--color-background);
    padding: 25px 30px;
    border-radius: 10px;
    margin-bottom: 25px;
    border-bottom: 5px solid var(--color-white);
	height: 499px;
}
.service-card .card-icon{
    height: 64px;
    width: 184px;
    border-radius: 11px;
    overflow: hidden;
/*     padding: 15px; */
    background-color: var(--color-white);
}
.service-card img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.service-card .service-card-title{
    color: var(--color-secondary);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 2px;
}

.service-card .service-card-hr-long{
    border: unset;
    height: 6px;
    background: #FF6700;
    width: 90px;
    display: inline-block;
    border-radius: 8px;
}
.service-card .service-card-hr-short{
    border: unset;
    height: 6px;
    background: #FF6700;
    width: 30px;
    display: inline-block;
    border-radius: 8px;
    margin-left: 7px;
}
.service-card-description{
    min-height: 188px;
        letter-spacing: .5px;
    line-height: 1.5;
}

.service-card .service-price{
    padding-bottom: 30px;
    text-align: center;
	font-size: 20px;
    font-weight: 700;
}

.servive-card-button{
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    color: var(--color-primary);
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 25px;
    background-color: var(--color-white);
	transition: box-shadow 0.3s ease;
}

.servive-card-button:hover {
    background: var(--color-white) !important;
    color: var(--color-primary) !important;
	box-shadow: 1px 4px 9px 0px #ccc;
}

.servive-card-button + * {
  text-decoration: none;
}
.servive-card-button::after{
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 8px;
    text-decoration: none;
}

.service-card:hover {
    background: var(--color-secondary);
    color: var(--color-white);
    border-bottom: 5px solid var(--color-primary);
}
.service-card:hover .service-card-title, .service-card:hover .service-card-title, .service-card:hover .service-card-description {
    background: var(--color-secondary);
    color: var(--color-white);
}

.service-card:hover .servive-card-button{
    background-color: var(--color-primary);
    color: var(--color-white);
}
/* End Service Card */


/* About Section with video */

.about-section .description{
        margin: 10px 0 40px 0;
}
.about-section .icon-text i{
    margin-right: 10px;
    color: var(--color-primary);
}
.about-section .icon-text{
    color:var(--color-text);
    font-size: 16px;
    font-weight: 400;
}
.about-section  .btn{
    margin-top: 20px;
    margin-bottom: 20px;
}
@media(max-width: 768px){
    .about-section iframe{
        max-width: 90%;
        border-radius: 20px;
        margin-bottom: 20px;
        margin-left: 5%;
    }
    .about-section .icon-text{
        margin-bottom: 10px;
    }
    .about-section .about-image{
        display: none;
    }
}

.mobile-view-only{
	display:none;
}

@media(max-width:768px){
	.mobile-view-only{
	display:block;
	}
}
/* End About Section with video */

/* /* About Gallery */
.gallery-section {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

/* Tabs Styling */
.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
}

.tab-button {
    background-color: transparent;
    border: none;
    padding: 15px 25px;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
    color: black;
    transition: color 0.3s, border-bottom 0.3s;
    outline: none; /* Remove outline on focus */
}

.tab-button:hover {
    color: var(--color-primary);
}

.tab-button.active {
    color: var(--color-primary);
    border-bottom: 3px solid var(--color-primary);
}

/* Gallery Content and Image Grid */
.gallery-content {
    display: none; /* Hidden by default, shown by JS */
}

.gallery-content.active {
    display: block;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Responsive grid */
    gap: 15px;
}

.gallery-image {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover; /* Ensures images fill the space without distortion */
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1);
}

.gallery-image:hover {
    transform: scale(1.03); /* Slight zoom effect */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Modal Styling */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 60px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80vh; /* Limit height to 80% of viewport height */
    object-fit: contain; /* Ensure the image fits within the modal */
    border-radius: 8px;
}

.close-button {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.close-button:hover,
.close-button:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .image-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .tab-button {
        padding: 10px 15px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .image-grid {
        grid-template-columns: 1fr;
    }
    .tab-button {
        padding: 8px 12px;
        font-size: 0.9em;
    }
    .close-button {
        font-size: 30px;
        top: 10px;
        right: 20px;
    }
}

/* Start Image Content */
.image-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 160px 40px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-content .text-content {
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 30px;
}

.image-content-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.6px;
}

.image-content-description {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 1px;
}

.image-content .btn-primary {
  font-size: 20px;
  padding: 15px 32px;
  border-radius: 100px;
}

/* Tablet and below */
@media (max-width: 992px) {
  .image-content {
    padding: 80px 20px;
  }

  .image-content .text-content {
    padding: 20px;
  }

  .image-content-title {
    font-size: 24px;
  }

  .image-content-description {
    font-size: 18px;
  }

  .image-content .btn-primary {
    font-size: 16px;
    padding: 12px 24px;
  }
}

/* Mobile only */
@media (max-width: 768px) {
  .image-content.space-top {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .image-content .btn-primary {
    font-size: 12px;
    padding: 10px 20px;
  }

  .image-content-title {
    font-size: 20px;
  }

  .image-content-description {
    font-size: 16px;
  }
}

/* End Image Content */

/* Exprience Card*/
.exprience-card .card {
        padding: 20px 40px;
}
.exprience-card .card .content{
    background-color: var(--color-secondary);
    padding: 45px 28px;
    text-align: center;
    border-radius: 10px;
    color: var(--color-white);
    box-shadow: 10px 10px 0px #1B366457;
}
.exprience-card .card .content .line-1{
   margin: 0 0 0 0;
   font-size: 40px;
   font-weight: 600;
   letter-spacing: 2px;
       line-height: .5;
}
 .exprience-card .card .content .line-2{
    margin: 0 0 0 0;
   font-size: 32px;
   font-weight: 500;
   letter-spacing: 2px;
 }

.exprience-card .card .content .line-2{
    margin: 0 0 0 0;
   font-size: 32px;
   font-weight: 500;
   letter-spacing: 2px;
 }
 .exprience-card .card .content:hover{
    background-color: var(--color-primary);
    color: var(--color-white);
    box-shadow: 10px 10px 0px var(--color-secondary);
 }
/* End Exprience Card */

/* Brand Image Grid */
.brand-image-grid .image-text{
    width: 150px;
    height: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.brand-image-grid .image-text .image-area{
    width: 80px;
    padding: 15px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--color-background);
    display: flex;
}
.brand-image-grid .image-text .text-content{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    margin-top: 5px;
}
@media(max-width: 768px){
   .brand-image-grid .image-text {
    width: 30%;
   }
    .brand-image-grid .image-text .text-content{
        font-size: 16px;
        font-weight: 500;

   }
    
}

/* End Brand Image Grid*/

/* Team slider */
 .team-carousel .item{
     cursor:pointer;
 }
 .team-carousel .item .team-member-info {
        background-color: var(--color-background);
        width: calc(100% - 40px);
        border-radius: 10px;
        padding: 14px 13px;
        margin: 0 20px;
        position: relative;
        transform: translateY(-45px);
        transition: transform 0.5s ease;
    }

    .team-carousel .item:hover .team-member-info {
        transform: translateY(-67px);
    }

	.team-carousel .item .team-member-info{
		text-align: center;
	}

    .team-carousel .item .team-member-info h4{
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-weight: 600;
    }
     .team-carousel .item .team-member-info p{
        margin: 0;
        padding: 0;
        font-size: 14px;
        font-weight: 200;
    }
    .team-carousel .item .social-icons {
        display: flex;
        background-color: var(--color-primary);
        width: calc(100% - 80px);
        border-radius: 10px;
        padding: 5px 10px;
        margin: 0 40px;
        position: absolute;
        bottom: 0;
        transform: translateY(100%);
        opacity: 0;
        transition: transform 0.5s ease, opacity 0.5s ease;
        justify-content: space-evenly;
    }

    .team-carousel .item .social-icons a {
        color: #fff;
    }
    .multiline-text p{
        margin:0;
    }
 

    .team-carousel .item:hover .social-icons {
        transform: translateY(-170%);
        opacity: 1;
    }
    .owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-40%);
    pointer-events: none;
    }
    .owl-carousel .owl-item img{
       display: block;
        height: 310px;
        object-fit: cover;
        border-radius: 10px;
    }
.team-carousel .owl-carousel .owl-nav button {
    background: var(--color-primary) !important;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff  !important;
    font-size: 22PX  !important;
}


    @media(max-width: 768px){
        .team-carousel{
            margin-bottom: -40px !important;
        }
        .team-carousel .item .social-icons {
            transform: translateY(-170%);
            opacity: 1;
        }
        
        .team-carousel .item .team-member-info {
            transform: translateY(-90px);
        }
    }

    /* End Team slider */



/* Testimonial */
.client-testimomnial .content {
  position: relative;
}
.testimonial-area{
    min-height: 550px;
}

.client-testimomnial .testimonial-area .client-image img{
    width: 130%;
    max-width: unset;
    border-radius: 10px;
	height:100%;
}
.client-testimomnial .testimonial-area .content{
    background-color:var(--color-white);
    padding: 40px 27px;
    border-radius: 20px;
    box-shadow: -2px 6px 20px 0px #00000038;
	    margin-bottom: 30px;
    margin-top: 30px;
}
.client-testimomnial .testimonial-area .client-name{
    margin: 0;
}

.client-testimomnial .testimonial-area .client-role{
    margin: 0;
    margin-bottom: 20px;
}
.client-testimomnial .testimonial-area .content-footer{
    justify-content: space-between;
    margin-top: 10px;
}

.client-testimomnial .testimonial-area .content-footer .rating{
    color:var(--color-primary);
    font-size: 18px;
}


.client-testimomnial .testimonial-area .content-footer .slide-nav i{
    color:var(--color-white);
    background-color: var(--color-primary);
    font-size: 22px;
    border-radius: 50px;
    padding: 10px;
    height: 40px;
    width: 40px;
    cursor: pointer;
}
@media(max-width: 768px){
    .client-testimomnial .testimonial-area .client-image img{
        width: 100%;
        max-width: unset;
    }
    .client-testimomnial .testimonial-area .content{
        padding: 30px 20px;
        margin-top:-50px;
    }
    .client-testimomnial .testimonial-area .content-footer{
        flex-direction: column;
        align-items: center;
    }
    .client-testimomnial .slide-nav {
        position: absolute;
        top: 40%;
        width: calc(100% + 30px);
        opacity: .6;
        display: flex;
        justify-content: space-between;
    }
    .client-testimomnial .rating-slide{
        position: absolute;
        top: 10px;
        left: 20px;
    }
}
/* Testimonial */

/* Home page Blog*/
.home-blog-area .single-post{
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    padding: 40px 30px 40px 30px;
    height: 100%;
    position: relative;
    border: 1px solid var(--color-light);
}
.home-blog-area .single-post .content-area{
    background-color: #fff;
     padding: 10px 30px;
     border-radius: 20px;
     background-color: #ffffffc4;
}
.home-blog-area .single-post .content-area img{
    border-radius:10px;
}
.home-blog-area .single-post .post-cat-list{
    display: flex;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.home-blog-area .single-post .post-cat-list a{
    padding: 5px 28px;
    border-radius: 50px;
    background: #FFE1CC;
    color: var(--color-dark);
    font-size: 14px;
}

.home-blog-area .single-post .content-area h2{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: var(--color-dark);
}

.home-blog-area .single-post .content-area p{
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}

.home-blog-area .post-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.home-blog-area .post-grid .post {
    flex: 1 1 45%;
    max-width: 48%;
    background-color: var(--color-background);
    border-radius: 10px;
        padding: 15px
}
.home-blog-area .post-grid .post img {
    max-height: max-content;
    width: 100%;
    border-radius: 10px;;
    overflow: hidden;
}
.home-blog-area .post-grid .post h2{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 5px;
}
.home-blog-area .post-grid .post .post-time{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
}

.home-blog-area .post-grid .post .post-content{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin:10px 0;
}
@media(max-width: 768px){
    .home-blog-area .single-post .content-area {
        position: unset;
        bottom: 50px;
        padding: 10px 30px;
        border-radius: 20px;
        background-color: #ffffffc4;
        width: 100%;
    }
    .home-blog-area .single-post{
        padding: 0 !important;
    }
    .home-blog-area .post-grid .post{
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* End Home page Blog*/


/* Start Single Blog Page */
.post-date .author-avatar{
	border-radius: 50%;
	width: 28px;
	height: 28px;
	object-fit: cover;
}
/* End Single Blog Page */


/* Start Footer css */
.footer{
    background-color: var(--color-secondary);
    color: var(--color-white);
    padding: 50px 0;
}
.footer .footer-widget .logo-text{
    font-size: 9px;
    font-weight: 200;
}
.footer-company-description{
    font-size: 14px;
    font-weight: 200;
    margin-top: 30px;
}
.footer-widget h3{
    color: var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0;
}
.footer-widget-nav{
    overflow: hidden;
    width:100%;
}
.footer-widget .footer-widget-nav ul{
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
.footer-widget .footer-widget-nav ul li{
    list-style: none;
}
.footer-widget .footer-widget-nav ul li a, .footer-widget .footer-widget-nav ul li{
    font-size: 14px;
    font-weight: 200;
    color: var(--color-white);
    padding: 5px 0;
}
/* .footer-widget .footer-widget-nav ul li i{
    color: var(--color-primary);
}
 */
.footer-widget .footer-widget-nav ul li a:hover{
    color: #6bc497;
	font-weight: 600;
}

.footer-widget .payment-method-gallery{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
	justify-content: center;
}
.footer-widget .payment-method-gallery img{
    height: 80px;
}
.footer .footer-trust-badge{
    display: none;
/*     flex-wrap: nowrap;
    justify-content: center;
    gap: 20px; */
    margin-top: 40px;
}

@media(max-width:769px){
    .footer-widget .payment-method-gallery img{
        width:18%;
		height: auto;
    }
    .footer-widget .payment-method-gallery{
        justify-content: center;
    }
    .footer .footer-trust-badge{
        flex-wrap: wrap;
        margin-top: 16px;
    }
     .footer .footer-trust-badge img{
         width: 140px;
     }
     .footer-logo{
         margin-bottom:30px;
     }
     .footer .footer-widget .logo-text{
        margin-top: -30px;
        font-size: 14px;
     }
}
.row.footer-trust-badge img {
    width: 160px;
    border-radius: 5px;
}

.footer-social-icon.social-icons a {
    color: #fff;
    margin-right: 20px;
}
.footer-social-icon.social-icons{
    margin-bottom: 20px;
}

.copyright-nav ul{
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    font-weight:100;
    list-style:none;
    margin: 0;
    padding: 0;
}
.copyright-nav a, .copyright-text{
    color:var(--color-white);
    font-size: 14px;
    font-weight: 200;
}
@media(max-width:769px){
    .copyright-text{
        text-align: center;
        margin-bottom: 20px;
    }
    .copyright-nav {
        justify-content: center;
    }
}
/* End Footer css */



/**
*
* Page specific css
*/ 
.page-banner{
    margin-bottom:80px;
}
.page-banner .page-title{
    padding: 150px 0;
    text-align: right;
    float: right;
}
.page-banner .page-title h1{
    background-color: var(--color-primary);
    margin: 0;
    padding: 10px 10px 10px 10px;
    font-size: 74px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-dark);
    border-radius: 100px 0 0 100px;
    padding-right: 50px;
    padding-left: 70px;
    border-left: 5px solid var(--color-white);
}
.page-banner .page-title h1 span{   
    color: var(--color-white);
}
@media(max-width: 968px){
    .page-banner .page-title h1{
        font-size: 48px;
       
    }  
    .page-banner{
        margin-bottom:30px;
    }
}

@media(max-width: 768px){
    .page-banner .page-title h1{
        font-size: 36px;
    }
}

/* temp nav */
.side-nav ul {
     display: flex;
    list-style: none;
    gap: 20px;
}

/* Brand image area */

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@keyframes scrollBack {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}
.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
 
}
.product-template-default .brand-slider{
	margin-top:80px !important;
}
.brand-slider .brand-slide-track {
    display: flex;
    width: max-content;
    background:#fafafa;
    animation: scroll 50s linear infinite;
}


.brand-slider .brand-slide-track.reverse {
    animation: scrollBack 50s linear infinite;
}
.brand-slider .brand-slide {
    height: 100px;
    width: 250px;
    position: relative;
    flex-shrink: 0;
}
.brand-slider .brand-slide:before {
    content: " ";
    height: 46px;
    background: #b6b6b6;
    width: 1px;
    display: block;
    position: absolute;
    z-index: 999;
    top: 27px;
    left: 0;
}
.brand-slider .brand-slide img {
    transition: transform 0.3s ease;
    filter: brightness(0.98);
    height: 100px;
    width: 250px;
    object-fit: contain;
}

@media(max-width: 769px){
	.brand-slider{
		margin-top: 40px!important;
	}
}

/* about section  founder area */

.founder-area{
     margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
} 
.founder-area .founder{
    display: flex;
    flex-direction: row;
    align-items: center;
    
}
.founder-area .founder img{
    height: 70px;
    width: 70px;
    border: 3px solid var(--color-primary);
    border-radius: 50%;
}
.founder-area .founder h3{
    font-size: 20px;
    font-weight: 500;
    color: var(--color-secondary);
    margin: 0;
    padding-left: 10px;
}
.founder-area .founder p{
    font-size: 16px;
    font-weight: 400;
    color: var(--color-text);
    margin: 0;
    padding-left: 10px;
}
.founder-cta-btn{
    text-align: right;
    flex:2;

}

@media(max-width: 1199px){
    .founder-area{
        flex-direction: column;
        align-items: center;
    }
    .founder-area .founder{
        margin-bottom: 20px;
    }
    .founder-area .founder img{
        height: 60px;
        width: 60px;
    }
    .founder-area .founder h3{
        font-size: 18px;
    }
    .founder-area .founder p{
        font-size: 14px;
    }
    
}
.about-section-mobile-image{
    display: none;
}
.about-image img{
    border-radius:10px;
}
@media(max-width: 768px){
   .founder-about-image{
        display: none;
    }
    .about-section-mobile-image{
        display: block;
        max-width: 100%;
        margin: auto;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    
}
@media (max-width: 500px){
   .founder-area{
        flex-direction: column;
    }
    
}

/* multi-content-icon-grid */

.multi-content-icon-grid{
    margin-top:50px;
    margin-bottom:50px;
    
}


.multi-content-icon-grid .content-icon-grid .col-md-4{
    padding:20px;
}

.multi-content-icon-grid .content-icon-grid .single-grid img{
    height:70px;
    width: 70px;
    border-radius: 50%;
    background-color: var(--color-secondary);
    padding: 15px;
}
.multi-content-icon-grid .content-icon-grid .single-grid {
    background-color: var(--color-background);
    border-radius: 10px;
    padding: 10px;
    margin: 15px 0;
    height:100%;
}
.multi-content-icon-grid .content-icon-grid .single-grid .grid-content{
    margin-left: 20px;
}

.multi-content-icon-grid .content-icon-grid h3{
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
}
.multi-content-icon-grid .content-icon-grid p{
    font-size: .9rem;
}

/* Image gallery slider */

  .gallery-slider-container {
        width: 100%; width: 100%; margin: auto; position: relative;
    }
    .gallery-slider-main-image img {
        width: 100%; border-radius: 10px; display: block;
    }
    .gallery-slider-thumbnails {
        position: absolute; bottom: 10px; left: 20px; right: 10px;
        display: flex; gap: 8px; overflow-x: auto; padding: 0 2px;
    }
    .gallery-slider-thumb {
        cursor: pointer; border-radius: 8px; transition: border .3s;
        min-width: 60px; 
    }
    .gallery-slider-thumb img {
        border-radius: 8px; display: block; height: 100px;
    }
    .gallery-slider-thumb.active { border-color: #007bff; }
    .gallery-slider-see-more {
        background: #ffb400; color: #fff; border: none; padding: 8px 16px;
        border-radius: 16px; cursor: pointer; font-weight: bold;
    }
    @media (max-width:600px){
        .gallery-slider-main-image img { border-radius: 6px; }
        .gallery-slider-thumbnails {bottom: 10px;left: 20px; gap: 4px; }
        .gallery-slider-thumb { min-width: 40px; }
        .gallery-slider-see-more { padding: 6px 10px; font-size: 13px; }
    }
    
    
/* Tab */


.tab-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tab-menu li {
    margin-bottom: 10px;
}
.tab-menu .tab-btn {
    display: block;
    width: 100%;
    text-align: left;
    padding: 14px 18px;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    border-radius: 10px;
}
.tab-menu .tab-btn.active,
.tab-menu .tab-btn:hover {
    background: var(--color-primary);
    color: #fff;
}
.tab-content {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.09);
    padding: 32px 24px;
    min-height: 320px;
}
.tab-content-item {
    animation: fadeIn 0.3s;
}
.tab-content-item img{
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(16px);}
    to { opacity: 1; transform: translateY(0);}
}
@media (max-width: 767px) {
    .side-menu-tab {
        flex-direction: column;
    }
    .tab-menu, .tab-content {
        width: 100% !important;
        max-width: 100%;
    }
    .tab-content {
        padding: 20px;
}
}


/**
* Faq css
*/

.faq-tab .faq-area .single {
    align-items: flex-start;
    transition: box-shadow 0.3s;
    padding: 20px;
    margin: 10px;
    border-bottom: 1px solid var(--color-light);
    cursor:pointer;
}
.faq-area .single .count,  .faq-area .single .icon{
    color: #A0A3BD;
    font-size: 18px;
}
 .faq-area .single.active .count,  .faq-area .single.active .icon{
    color: var(--color-dark);
 }
.faq-area .single h3{
    color:var(--color-dark);
    transition: color 0.3s;
    margin-top: 0;
    padding-top: 0;
}
.faq-area .single.active{
    background: var(--color-background);
    border-radius: 24px;
}
.faq-area .single.active .content p{
    margin-bottom:10px;
}
.faq-area .single.active h3{
    color:var(--color-primary);
}


 .faq-tab .faq-area .single .content{
    color:var(--color-text);
   
 }

.faq-tab .faq-area .single .count,
.faq-tab .faq-area .single .icon {
    width: 20%;
}
.faq-tab .faq-area .single .icon {
    text-align: right;
    cursor: pointer;
	height:auto;
}
.faq-tab .faq-area .single .icon i {
    transition: transform 0.3s;
    display: inline-block;
}
.faq-tab .faq-area .single.active .icon i {
    transform: rotate(45deg);
}
.faq-tab .faq-area .single .content {
    flex: 1;
}
.faq-tab .faq-area .single .content p {
    margin-bottom: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s, opacity 0.3s;
}
.faq-tab .faq-area .single.active .content p {
    display: block;
    max-height: 200px;
    opacity: 1;
    margin-top: 8px;
}

@media(max-width:769px){
    .hero-text{
        text-align:center;
    }
    .faq-area .single h3 {
        font-size: 22px;
        font-weight: 400;
    }
    
    .hero .hero-sub-title {
        font-size: 20px;
        font-family: "Roboto Condensed", sans-serif;
        letter-spacing: 4px;
        font-weight: 300;
        line-height: 1.5;
    }
    
}

/* Mega menu */


 :root {
        --fixr126r-bg: #f7f7f7;
        --fixr126r-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
        --fixr126r-border: #e5e7eb;
        --fixr126r-primary: #6BC497;
        --fixr126r-secondary: #f3f4f6;
        --fixr126r-text: #1e293b;
        --fixr126r-muted: #2a2a2a;
        --fixr126r-radius: 14px;
        --fixr126r-gap: 0px;
        --fixr126r-menu-width: 320px;
        --fixr126r-submenu-width: 100%;
        --fixr126r-icon-size: 22px;
        --fixr126r-menu-icon-color: #FF9900;
        --fixr126r-active: #ff990025;
        --fixr126r-submenu-bg: #fff;
        --fixr126r-mobile-menu-width: 85%;
        --fixr126r-mobile-menu-max-width: 400px;
        --fixr126r-mobile-menu-bg: #fff;
        --fixr126r-mobile-menu-shadow: -4px 0 24px rgba(0, 0, 0, 0.1);
        --fixr126r-mobile-overlay-bg: rgba(0, 0, 0, 0.5);
    }
.fixr126r-navbar{
    width: 200% !important;
    left: -50%;
    top: 43px;
}
 
.fixr126r-navbar-container {
        max-width: 100vw;
        margin: 0;
        position: relative;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .fixr126r-topnav {
        max-width: 1140px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 32px;
        height: 72px;
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
        position: relative;
        z-index: 10;
        margin-top: 40px;
    }

    .fixr126r-logo {
        font-size: 22px;
        font-weight: 700;
        color: var(--fixr126r-primary);
        letter-spacing: 1px;
    }

    .fixr126r-navlinks {
        display: flex;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .fixr126r-navlinks li {
        padding: 8px 12px;
    }

    .fixr126r-navlinks a {
        text-decoration: none;
        color: var(--fixr126r-text);
        font-size: 16px;
        font-weight: 500;
        padding: 8px 12px;
        border-radius: 8px;
        transition: background 0.15s, color 0.15s;
    }

    .fixr126r-navlinks a:hover {
        background: var(--fixr126r-active);
        color: var(--fixr126r-primary);
    }

    .fixr126r-menu-toggle {
        display: none; /* Always hidden */
    }

    .fixr126r-has-mega > .fixr126r-navbar {
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        transition: opacity 0.28s cubic-bezier(.4, 0, .2, 1), transform 0.28s cubic-bezier(.4, 0, .2, 1), visibility 0.28s;
        position: absolute;
        z-index: 100;
        background: var(--fixr126r-bg);
        box-shadow: var(--fixr126r-shadow);
        border-radius: 10px;
        padding: 0;
        display: flex;
        gap: var(--fixr126r-gap);
        box-sizing: border-box;
        overflow: hidden;
        height: 0;
        width: 200% !important;
        left: -50%;
        top: 43px;
    }
   

    /* CSS driven hover effect for the main mega menu */
    .fixr126r-has-mega:hover > .fixr126r-navbar {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transform: translateY(-44px);
        height: auto;
    }

    .fixr126r-navbar {
        background: var(--fixr126r-bg);
        box-shadow: var(--fixr126r-shadow);
        border-radius: var(--fixr126r-radius);
        padding: 0;
        display: flex;
        gap: var(--fixr126r-gap);
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        margin: 40px auto;
    }

    .fixr126r-submenu-panel {
        width: 100%;
    }

    .fixr126r-menu {
        width: var(--fixr126r-menu-width);
        padding: 32px 0 32px 32px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        border-right: 1px solid var(--fixr126r-border);
    }

    .fixr126r-menu-title {
        color: var(--fixr126r-muted);
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 18px;
        letter-spacing: 0.5px;
    }

    .fixr126r-menu-item {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 12px 18px 12px 10px;
        border-radius: 10px 0 0 10px;
        cursor: pointer;
        transition: background 0.15s, color 0.15s;
        color: var(--fixr126r-text);
        font-size: 16px;
        font-weight: 500;
        background: none;
        border: none;
        outline: none;
        text-align: start;
        width: 100%;
        position: relative;
    }

    .fixr126r-menu-item .fa-arrow-right {
        margin-left: auto;
        opacity: 0;
        transform: translateX(-10px);
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .fixr126r-menu-item .fixr126r-expand-icon {
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
        display: none;
        color: var(--fixr126r-text);
        font-size: 14px;
    }

    .fixr126r-menu-item:hover .fa-arrow-right,
    .fixr126r-menu-item.fixr126r-active .fa-arrow-right {
        opacity: 1;
        transform: translateX(0);
    }

    .fixr126r-menu-item.fixr126r-active {
        background: var(--fixr126r-active);
        color: var(--fixr126r-primary);
    }

    .fixr126r-menu-icon {
        border-radius: 8px;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: var(--fixr126r-icon-size);
        color: var(--fixr126r-menu-icon-color);
    }

    .fixr126r-submenu {
        width: var(--fixr126r-submenu-width);
        padding: 32px;
        display: flex;
        flex-direction: row;
        gap: 32px;
        background: var(--fixr126r-submenu-bg);
        flex-wrap: wrap;
    }

    .fixr126r-submenu-content {
        flex: 2;
        display: flex;
        flex-direction: row;
        gap: 7px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
.fixr126r-submenu-list-container{
    display: flex;
}

    .fixr126r-submenu-title {
        color: var(--fixr126r-muted);
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 8px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .fixr126r-navbar hr {
        border: 1px solid var(--fixr126r-border);
        margin: 18px 0;
    }

    .fixr126r-submenu-list i {
        color: var(--fixr126r-primary);
        margin-right: 8px;
    }

    .fixr126r-submenu-list .fixr126r-new {
        background: var(--fixr126r-active);
        color: var(--fixr126r-primary);
        font-size: 11px;
        font-weight: 600;
        border-radius: 6px;
        padding: 2px 7px;
        margin-left: 6px;
    }

    .fixr126r-submenu-footer {
        margin-top: 18px;
        font-size: 14px;
        color: var(--fixr126r-muted);
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        width: 100%;
    }

    .fixr126r-submenu-footer button {
        background: var(--fixr126r-primary);
        color: #fff;
        border: none;
        border-radius: 8px;
        padding: 7px 18px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        margin-left: 8px;
        transition: background 0.15s;
    }

    .fixr126r-submenu-footer button:hover {
        background: #ff9900;
    }

    .fixr126r-submenu-feature {
        flex: 1;
        background: var(--fixr126r-secondary);
        border-radius: 12px;
        padding: 22px 18px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        min-width: 180px;
        max-width: 220px;
        box-sizing: border-box;
    }

    .fixr126r-feature-img {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 16px;
        background: linear-gradient(135deg, #fbbf24 0%, #6366f1 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 90px;
    }

    .fixr126r-feature-img i {
        color: #fff;
        font-size: 38px;
    }

    .fixr126r-feature-title {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 8px;
        color: var(--fixr126r-text);
    }

    .fixr126r-feature-list {
        font-size: 13px;
        color: var(--fixr126r-muted);
        margin-left: 0;
        padding-left: 0;
        list-style: none;
        margin-bottom: 0;
        display: block !important;
    }

    .fixr126r-feature-list li {
        margin-bottom: 4px;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .fixr126r-feature-list i {
        color: var(--fixr126r-primary);
        font-size: 12px;
    }

    .fixr126r-submenu-list a {
        text-decoration: none;
        color: var(--fixr126r-text);
        display: inline-flex;
        align-items: center;
        transition: color 0.15s;
    }

    .fixr126r-submenu-list a:hover {
        color: var(--fixr126r-primary);
    }

    .fixr126r-submenu-list a i {
        margin-right: 8px;
    }

    .fixr126r-submenu-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .fixr126r-submenu-list ul li {
        margin: 0;
        padding: 0;
    }

    @media screen and (max-width: 1024px) {
        .fixr126r-menu-toggle {
            display: block;
            background: none;
            border: none;
            font-size: 24px;
            color: var(--fixr126r-text);
            cursor: pointer;
            padding: 8px;
            z-index: 1000;
        }


        .fixr126r-navlinks {
            position: fixed;
            top: 0;
            right: -100%;
            width: var(--fixr126r-mobile-menu-width);
            max-width: var(--fixr126r-mobile-menu-max-width);
            height: 100vh;
            background: var(--fixr126r-mobile-menu-bg);
            flex-direction: column;
            align-items: flex-start;
            padding: 80px 24px 24px;
            transition: right 0.3s ease;
            box-shadow: var(--fixr126r-mobile-menu-shadow);
            overflow-y: auto;
            z-index: 999;
        }

        .fixr126r-navlinks.active {
            right: 0;
        }

        .fixr126r-navlinks li {
            width: 100%;
            padding: 0;
            margin: 4px 0;
        }

        .fixr126r-navlinks a {
            width: 100%;
            padding: 12px 16px;
            display: flex;
            align-items: center;
        }

        .fixr126r-has-mega > .fixr126r-navbar {
            position: static;
            opacity: 1;
            visibility: visible;
            transform: none;
            height: auto;
            box-shadow: none;
            background: var(--fixr126r-secondary);
            margin: 0;
            display: none;
            width: 100%;
        }
        .angle-down{
            display: none;
        }

        .fixr126r-has-mega > .fixr126r-navbar.active {
            display: block;
            max-width:100%;
        }

        .fixr126r-menu {
            display: flex;
            flex-direction: column;
            gap: 0;
            width: 100%;
        }

        .fixr126r-menu-item {
            position: relative;
            margin-bottom: 0;
        }

        .fixr126r-submenu-panel {
            display: none;
            position: relative;
            width: 100%;
            margin: 0;
            padding: 0;
            background: var(--fixr126r-submenu-bg);
            border-radius: 0 0 8px 8px;
            
        }

        .fixr126r-submenu-panel.active {
            display: block;
            margin-top: 4px;
        }

        .fixr126r-submenu {
            padding: 16px;
            width: 100%;
            margin: 0;
        }
        .fixr126r-submenu-panel{
            padding-bottom: 30px;
        }

        .fixr126r-submenu-content {
            flex-direction: column;
            gap: 16px;
        }
        .fixr126r-menu{
            padding: 0;
        }

        .fixr126r-submenu-list-container {
            width: 100%;
            display: flex;
            flex-direction: column;
        }

        /* Ensure submenu appears below its menu item */
        .fixr126r-menu-item + .fixr126r-submenu-panel {
            position: relative;
            top: 0;
            left: 0;
            right: 0;
        }

        .fixr126r-has-mega > a::after {
            content: '\f107';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            margin-left: 8px;
            transition: transform 0.3s ease;
        }

        .fixr126r-has-mega > a.active::after {
            transform: rotate(180deg);
        }

        .fixr126r-overlay {
            display: none;
        }
        .fixr126r-menu{
            background-color: #fff ;
        }

        .fixr126r-topnav {
            padding: 0 16px;
            height: 64px;
            margin-top: 16px;
        }

        .fixr126r-menu-item {
            width: 100%;
            justify-content: flex-start;
        }

        .fixr126r-submenu-panel {
            display: none;
        }

        .fixr126r-submenu-panel.active {
            display: block;
        }

        .fixr126r-menu-item .fixr126r-expand-icon {
            display: block;
        }
        
        .fixr126r-menu-item .fa-arrow-right {
            display: none; /* Hide the arrow icon on mobile */
        }

        .fixr126r-menu-item.expanded .fixr126r-expand-icon {
            transform: translateY(-50%) rotate(180deg);
        }

        .fixr126r-menu-item {
            padding-right: 40px; /* Make room for the expand icon */
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1024px) {
        .fixr126r-navlinks {
            width: 100%;
            max-width: 500px;
        }
        
    }


/*dynamic customer recview*/

/* review section style 2*/
.customer-review-style-2 .customer-review.owl-carousel img{
    width:70px;
    height: 70px;
    border-radius: 50%;
}

.customer-review-style-2 .customer-review .reviewer-details{
    flex:1;
}

.reviewer-details .review-title{
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
    margin-top: 5px;
}
.customer-review-style-2 .customer-review .reviewer-details h3{
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
}

.customer-review-style-2 .customer-review .reviewer-details .star-rating{
    color:var(--color-primary);
    font-size: 12px;
}

.Verification{
    font-weight: 300;
    display:flex;
    align-items: center;
    font-size:14px;
    gap:5px;
    color: var(--color-text);
 
}

.Verification i{
    color: green !important;
    font-weight: 400;
    display: flex;
    gap: 10px;
    font-size: 12px;
}

.Verification img{
  height:16px !important;
  width:16px  !important;

}
.customer-review .item{
    border: 1px solid var(--color-light);
    padding: 15px;
    border-radius: 10px;
    height: 100%;
}

.customer-review .review-content{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 200;
}
.see-more {
    color: var(--color-primary);
    font-weight: 500;
    text-decoration: underline;
}
@media(min-width:600px){
    .customer-review .owl-nav{
        width: calc(100% + 100px);
        margin-left: -50px;
    }
    
}

/* Timeline Section CSS */
.fixr166r-timeline-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
      padding: 24px 8px;
      position: relative;
    }
    .fixr166r-timeline-wrapper {
      display: flex;
      flex-direction: row;
      width: 100%;
      position: relative;
      min-height: 600px; 
    }
    .fixr166r-timeline-step {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      margin-right: 18px;
      z-index: 2;
      min-width: 60px;
    }
    .fixr166r-stepnumber {
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      font-size: 1.1rem;
      font-weight: 600;
      color: #000000;
      margin-bottom: 40px;
      transition: color 0.4s;
    }
    .fixr166r-step-active ~ .fixr166r-stepnumber,
    .fixr166r-step-past ~ .fixr166r-stepnumber {
      color: #27ae60;
    }
    .fixr166r-timeline-vertical-bar {
      position: absolute;
      left: 90px;
      top: 0;
      width: 6px;
      height: 100%;
      background: #e0e0e0;
      border-radius: 3px;
      z-index: 0;
      overflow: hidden;
      transition: background 0.4s;
    }
    .fixr166r-timeline-vertical-bar-fill {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 0%;
      background: #6BC497;
      border-radius: 3px;
      z-index: 1;
      transition: height 0.7s cubic-bezier(.4,2,.6,1);
    }
    .fixr166r-timeline-steps {
      flex: 1;
      display: flex;
      flex-direction: column;
      position: relative;
    }
    .fixr166r-step {
      display: flex;
      align-items: flex-start;
      width: 100%;
      position: relative;
      margin-bottom: 40px;
      z-index: 2;
      opacity: 0.5;
      transform: translateY(30px);
      transition: opacity 0.5s, transform 0.7s;
    }
    .fixr166r-step-past,
    .fixr166r-step-active {
      opacity: 1;
      transform: translateY(0);
    }
    .fixr166r-step:last-child {
      margin-bottom: 0;
    }
    .fixr166r-step-indicator {
      position: relative;
      z-index: 2;
      width: 32px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .fixr166r-circle {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #e0e0e0;
      border: 3px solid #e0e0e0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 1rem;
      color: #888;
      transition: background 0.3s, border 0.3s, color 0.3s;
    }
    .fixr166r-step-active .fixr166r-circle,
    .fixr166r-step-past .fixr166r-circle {
      background: #27ae60;
      border-color: #27ae60;
      color: #fff;
    }
    .fixr166r-step-content {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.04);
      padding: 20px 18px;
      margin-left: 16px;
      flex: 1;
      border: 2px solid #e0e0e0;
      transition: border 0.3s;
    }
    .fixr166r-step-active .fixr166r-step-content {
      border-color: #6BC497 !important;
    }
    .fixr166r-step-title {
      font-size: 1.2rem;
      font-weight: bold;
      margin-bottom: 8px;
    }
    .fixr166r-step-desc {
      font-size: 1rem;
      color: #444;
    }
    @media (max-width: 700px) {
      .fixr166r-timeline-wrapper {
        flex-direction: column;
      }
      .fixr166r-timeline-step {
        flex-direction: row;
        margin: 0 0 12px 0;
        min-width: unset;
        justify-content: center;
      }
      .fixr166r-stepnumber {
         padding-right: 0;
        margin-bottom: 8px;
        justify-content: center;

      }
      .fixr166r-timeline-vertical-bar {
        left: 50%;
        transform: translateX(-50%);
      }
    }
    .fixr166r-timeline-row {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      margin-bottom: 40px;
      width: 100%;
    }
    .fixr166r-timeline-row:last-child {
      margin-bottom: 0;
    }
    .fixr166r-stepnumber {
      min-width: 100px;
      font-size: 1.1rem;
      font-weight: 600;
      color: #000000;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding-right: 18px;
      height: 100%;
    }
    .fixr166r-step {
      flex: 1;
      display: flex;
      flex-direction: column;
    }
    .fixr166r-step-past .fixr166r-step-content {
      border-color: #6BC497 !important;
    }
    .fixr166r-step-active .fixr166r-step-content {
      border-color: #6BC497 !important;
    }

	.fixr166r-step-past .fixr166r-step-content:hover, .fixr166r-step-active .fixr166r-step-content:hover{
		background: var(--fixr126r-active) !important;
	}
    .fixr166r-step-content {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.04);
      padding: 20px 18px;
      border: 2px solid #e0e0e0;
      transition: border 0.3s;
    }
    @media (max-width: 700px) {
      .fixr166r-timeline-row {
        flex-direction: column;
        align-items: stretch;
      }
      .fixr166r-stepnumber {
        padding-right: 0;
        margin-bottom: 8px;
        justify-content: flex-start;
      }
    }
    .fixr166r-timeline-row-inactive {
      opacity: 0;
      transform: translateY(40px);
      transition: opacity 0.7s cubic-bezier(.4,2,.6,1), transform 0.7s cubic-bezier(.4,2,.6,1);
    }
    .fixr166r-timeline-row-active {
      opacity: 1;
      transform: translateY(0);
      transition: opacity 0.7s cubic-bezier(.4,2,.6,1), transform 0.7s cubic-bezier(.4,2,.6,1);
    }



/* project image preview */
 .image-preview-project .gallery-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 32px;
      max-width: 700px;
      margin: 0 auto 40px auto;
      padding: 0 16px;
      margin-left: 0;
    }

    @media (max-width: 768px) {
      .image-preview-project .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        padding: 0;
      }
      
      .image-preview-project .gallery-item {
        width: 100%;
        height: 160px;
        min-width: unset;
        min-height: 160px;
        max-width: unset;
        max-height: 160px;
      }
    }

    @media (max-width: 500px) {
      .image-preview-project .gallery-grid {
       gap:0 !Important;
      }
      
      .image-preview-project .gallery-item {
        max-width:50% !important;
        width:50% !important;
        border-radius: 0 !important;
        box-shadow: unset !important;
      }
      .image-preview-project .gallery-item img{
          position: relative;
            overflow: hidden;
            border-radius: 18px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
            background: #fff;
            width: 200px;
            height: 180px;
            min-width: 200px;
            min-height: 180px;
            max-width: 200px;
            max-height: 180px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: box-shadow 0.2s;
            padding: 10px;
      }
    }

    .image-preview-project .gallery-item {
      position: relative;
      overflow: hidden;
      border-radius: 18px;
      box-shadow: 0 4px 16px rgba(0,0,0,0.12);
      background: #fff;
      width: 200px;
      height: 180px;
      min-width: 200px;
      min-height: 180px;
      max-width: 200px;
      max-height: 180px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: box-shadow 0.2s;
    }
    .image-preview-project .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.3s;
    }
    .image-preview-project .gallery-item:hover img {
      transform: scale(1.08);
      filter: brightness(0.8);
    }
    .image-preview-project .overlay {
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.18);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.3s;
      gap: 24px;
    }
    .image-preview-project .gallery-item:hover .overlay {
      opacity: 1;
    }
    .image-preview-project .icon-btn {
      background: #fff;
      border: none;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 8px rgba(0,0,0,0.10);
      margin: 0 6px;
      cursor: pointer;
      transition: background 0.2s, transform 0.2s;
      padding: 0;
    }
    .image-preview-project .icon-btn:hover {
      background: #f5f5f5;
      transform: scale(1.1);
    }
    .image-preview-project .icon-btn svg {
      width: 24px;
      height: 24px;
    }
    /* Modal Styles */
    .img-modal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      overflow: auto;
      background: rgba(0,0,0,0.85);
      align-items: center;
      justify-content: center;
    }
    .img-modal-content {
      margin: auto;
      display: block;
      max-width: 90vw;
      max-height: 90vh;
      border-radius: 12px;
      box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    }
    .close-modal {
      position: absolute;
      top: 32px;
      right: 48px;
      color: #fff;
      font-size: 2.5rem;
      font-weight: bold;
      cursor: pointer;
      z-index: 1001;
      transition: color 0.2s;
    }
    .close-modal:hover {
      color: #fbc02d;
    }
    
    
    


/* service page hero */
.service-hero h1{
    color: var(--Black, #000);
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 96px; /* 150% */
    letter-spacing: 1.28px;
    text-align: center;
}
.service-hero h1 p{
    display: inline;
}

.service-hero-bg{
    background:url('https://staging.ecomfixr.com/wp-content/uploads/2025/06/finalopcityv2.svg');
    background-size: cover;
    padding-bottom: 80px;
    padding-top: 80px; background-repeat: no-repeat;
    background-position: right;
}
@media(max-width:769px){
    .service-hero-bg{
         padding-bottom: 0px;
         background-position: right top;
        background-size: 200vh;
    }
    .service-hero h1{
        line-height: 1;
        font-size: 28px;
    }
    
    .service-hero h1{
            padding-left: 20px;
    padding-right: 20px;
    }
}
.service-hero-btn{
    font-size: 24px; 
    padding: 10px 50px; 
    margin: auto;
    border-radius: 100px;
}
.service-hero-btn i{
    margin-left:10px ;
}
.service-hero-btn:hover i{
 
    transform: scale(1.4) !important;
}

.service-hero .rating, .hero-review span{
    font-size:16px;
}
.service-hero img.reviewer-image {
    height: 50px;
    width: auto;
}
.service-hero-featured-text{
    background: var(--color-background);
    padding: 15px 20px;
    border-radius: 50px;
    font-size: 18px;
    color:var(--color-dark)
}
.service-hero-featured-text i{
    color:var(--color-site-green);
    font-size: 22px;
}

@media(max-width:769px){
    .service-hero-featured-text{
        width: 80%;
    }
}

/* About Progress chart Section */
.why-choose-chart .row{
        justify-content: center;
}
.why-choose-chart .description{
    margin-bottom: 30px;
}
.why-choose-chart .col-md-4{
    margin-bottom: 25px;
}
.why-choose-chart .single{
    border:1px solid var(--color-light);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}
.why-choose-chart .single .content{
    margin-top: 15px;
}
.why-choose-chart .single .chart-title{
    gap:10px;
}
.why-choose-chart .single h3{
    font-size: 20px;
}
 .progress-circle {
      width: 80px;
      height: 80px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: Arial, sans-serif;
     
    }

    .progress-circle svg {
      transform: rotate(-90deg);
    }

    .progress-circle .progress-value {
      position: absolute;
      font-size: 18px;
      font-weight: bold;
      color: #000;
    }

    .bg-circle {
      stroke: #eee;
    }

    .fg-circle {
      stroke: orange;
      stroke-linecap: round;
      transition: stroke-dashoffset 1.5s ease;
    }
    
    
    /* Project image slider */
    .project-carousel .item{
        overflow: hidden;
    }
    
    .project-carousel .item img{
        border-radius: 15px;
    }
    
    /* Service Tab - Slide*/
    
    .service-tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #eee;
    margin-bottom: 16px;
    gap: 8px;
  }

  .service-tab {
    background: none;
    border: none;
    padding: 12px 18px;
    font-size: 1rem;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: border 0.2s, color 0.2s;
    color: black;
    flex: 1 0 auto;
    width: 30px;
  }

  .service-tab.active {
    border-bottom: 3px solid #ff9900;
    color: #ff9900;
    font-weight: 600;
  }

  .service-tab-content {
    display: none;
    animation: fadeIn 0.5s;
  }

  .service-tab-content.active {
    display: block;
  }

  .service-banner-title {
    font-size: 2rem;
    font-weight: bold;
    margin: unset;
    color: white;
  }

  .service-banner {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
    width: 100%;
    min-height: 230px;
    display: flex;
    align-items: stretch;
  }

  .service-banner-bg {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
  }

  .service-banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60%;
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.85) 70%,
      rgba(0, 0, 0, 0.01) 100%
    );
    color: #fff;
    padding: 24px 24px 24px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .service-banner-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }

  .service-banner-heading {
    font-size: 1.3rem;
    font-weight: 600;
  }

  .service-details-btn {
    width: 150px;
    margin-top: 16px;
    background: transparent;
    color: #fff;
    border: 1px solid white;
    padding: 8px 10px;
    border-radius: 24px;
    text-align: center;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.2s;
  }

  @media screen and (max-width: 768px) {
    .service-tabs {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 8px;
      border-bottom: none;
    }

    .service-tab {
      border-bottom: 3px solid transparent !important;
      border-right: 1px solid #eee;
      border-radius: 0;
      font-size: 0.95rem;
      padding: 10px 0;
      width: auto;
    }

    .service-tab-contents {
      padding: 10px;
    }

    .service-tab:nth-child(3n) {
      border-right: none;
    }

    .service-banner {
      flex-direction: column;
      min-height: 284px;
      width: 100%;
      padding-bottom: 120px;
    }

    .service-banner-bg {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .service-banner-overlay {
      padding: unset;
      width: 100%;
      background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.01) 100%
      );
    }

    .service-banner-header {
      justify-content: center;
    }

    .service-tab-content {
      display: none;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
    }

    .service-tab-content.active {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .service-banner-title {
      text-align: center;
      margin-bottom: 12px;
    }

    .service-details-btn {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
  }
  
 /* service page image content grid 2*/

.image-content-grid-2 .single-content{
    margin-top:0;
}
 .image-content-grid-2 .single-content{
    display:flex;
    align-items: flex-end;
    gap: 20px;
    padding: 20px;
    border: 1px solid;
 } 
 .image-content-grid-2 .single-content img{
     width:25%;
     height:auto;
     
 }
 
 .image-content-grid-2 .single-content {
    border:1px solid var(--color-light);
    border-radius:10px;
    margin-bottom:20px;
    align-items: center;
 }
 
 .image-content-grid-2 .single-content .content{
     position:relative;
 }
  .image-content-grid-2 .single-content .content:before {
    content: " ";
    height: 100% !important;
    width: 1px !important;
    background: var(--color-light);
    position: absolute;
    left: -11px;
    top: 0px;
}


/* Pricing Section */

.prices-tabs-container {
        
        margin: 0 auto;
      }
      .prices-tabs-container .tabs {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 2px solid #eee;
        margin-bottom: 16px;
        gap: 8px;
      }
      .prices-tabs-container .tab {
        background: var(--color-secondary);
        border: none;
        border-radius: 10px 10px 0 0;
        padding: 12px 18px;
        font-size: 1rem;
        cursor: pointer;
        border-bottom: 3px solid transparent;
        transition: border 0.2s, color 0.2s;
        color: white;
        flex: 1 0 auto;
        width: 30px;
      }
      .prices-tabs-container .tab.active {
        background: var(--color-primary);
        color: white;
        font-weight: 600;
      }
      .prices-tabs-container .tab-content h3 {
        text-align: center;
        font-weight: normal;
        margin: 34px 0;
      }
      .prices-tabs-container .tab-content {
        display: none;
        animation: fadeIn 0.5s;
      }
      .prices-tabs-container .tab-content.active {
        display: block;
      }
      .prices-tabs-container .plan-container {
        padding: 20px;
        border: 1px solid #1b366433;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
          rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        text-align: center;
        min-width:31%;
      }
      /*best selling container */
      .prices-tabs-container .best-selling-badge{
        box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 30px;
      }
      .prices-tabs-container .wordpress-price-wrapper {
        display: flex;
        gap: 16px;
        justify-content: center;
        flex-wrap: nowrap;
        margin-top: 44px;
      }
      .prices-tabs-container .plan-container h4 {
        text-align: center;
      }
      .prices-tabs-container .plan-container hr {
        width: 50%;
      }
      .prices-tabs-container .amount-value {
        color: var(--color-primary);
        font-weight: 600;
        text-align: center;
        padding: 10px 0;
      }

      .prices-tabs-container .services-list p{
        text-align:left;
        position: relative;
        padding:20px;
        border-top: 1px solid rgba(27, 54, 100, 0.20);
        padding-left:25px;
      }
      .prices-tabs-container .services-list p i{
        margin-right:10px;
        margin-top: 4px;
        font-size:20px;
        font-size: 20px;
        position: absolute;
        left: 0;
        color:green;
      }
      
      .prices-tabs-container .best-selling-badge{
        position: relative;
      }
      .prices-tabs-container .badge{
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        background: var(--color-success);
        color: #ffffff;
        padding: 10px 25px;
      }

      .plan-container .book-button{
        display: inline-block;
        margin-top: 30px;
      }


      /*Responsive Section*/

      @media only screen and (max-width: 992px){
        .prices-tabs-container .wordpress-price-wrapper{
          gap: 36px;
        }
         .prices-tabs-container .wordpress-price-wrapper {
             flex-wrap: wrap;
         }
      }

      @media only screen and (max-width: 768px) {
        .prices-tabs-container .wordpress-price-wrapper{
          gap: 36px;
        }

        .prices-tabs-container .tabs{
          flex-direction: column;
        }

      .prices-tabs-container .tabs .tab{
        width: 100%;
      }
      }
      
      /* associated section */
      .associated{
/*               padding: 0px 20px; */
		  width: 100%;
		  padding: 30px 0;
      }
	.associated-image {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-wrap: wrap;
	  gap: 20px;
	}

	.associated-image .img {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  padding: 0 10px;
	  position: relative;
	}

	.associated-image .img::after {
	  content: "";
	  position: absolute;
	  right: -10px;
	  top: 50%;
	  transform: translateY(-50%);
	  width: 1px;
	  height: 40px;
	  background-color: #ccc;
	}

	.associated-image .img:last-child::after {
	  display: none;
	}

	.associated-image .img img {
	  max-width: 80px;
	  max-height: 80px;
	  width: auto;
	  height: auto;
	  object-fit: contain;
	}
     /*.associated-image{
         display:flex;
         padding:0 10px;
     }
     .associated-image .img{
        flex: 1;
         text-align: center;
        position: relative;
        align-items: center;
     }
     
     .associated-image .img:after {
        content: ' ';
        height: 60px;
        width: 2px;
        background: var(--color-light);
        position: absolute;
        top: 21px;
        right: -1px;
    }
    .associated-image .img:last-child::after{
        display:none;
    }
    @media(max-width:769px){
        .associated row{
            margin:0;
        }
        .associated-image .img{
            width: 30%;
            flex: unset;
            margin: 1.5%;
            border: 1px solid #ccc;
            border-radius: 0px;
            padding: 15px;
        }
        .associated-image .img:after{
           display:none;
        }
        
    } */
    
    /** flag css */
    
    .single-flag{
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }
    .single-flag img{
            max-width: 75px;
    }
    .single-flag .content{
        font-size:12px;
    }
    

.flag-section h3 {
    color: var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0;
}
@media (max-width:769px){
    .flag-section .col-md-3{
        margin-bottom:20px;
    }
    .flag-section .col-md-3 h3{
        margin-bottom:5px;
    }
    
    .flag-section hr{
        margin: 20px 0 30px 0px !important;
    }
}
  
  /* Extra */
  @media (max-width:769px){
      .signeture{
        width: 200px !important;
        object-fit: cover !important;
        margin-top: 30px !important;
        margin-left: calc(50% - 100px) !important;
      }
      
      .container.team-carousel{
          margin-top: 0 !important;
      }
      .ceo-title{
          padding-left:0px;
          text-align:center;
      }
  }
  .ceo-title{
      padding-left:30px;
  }
  
 .home-blog-area .featured .post-cat-list a:first-child {
    display: none;
  }

/* Blog Page Img */
.blog-hero img, video{
	width: 100% !important;
}

/**
Table css
*/

.table-section{
	display: flex;
	justify-content: center;
	align-items: center;
}

.table-responsive {
      overflow-x: auto;
      border-radius: 4px;
    }

    .table-responsive table {
      width: 100%;
      min-width: 840px;
    }

    .table-responsive .table-header{
        font-size: 18px;
        font-weight: 700;
    }

    .table-responsive .table-header, .table-header-item {
      background-color: var(--color-light);
    }

    .table-responsive th, td {
      border: 1px solid #848484;
      padding: 12px 16px;
      text-align: center;
      font-size: 16px;
    }

    .table-responsive th:first-child {
      text-align: left;
      font-weight: 700;
    }

    .table-responsive td:first-child {
      text-align: left;
      font-weight: 500;
    }

    @media (max-width: 768px) {
        .table-responsive th, td {
        font-size: 14px;
        padding: 10px;
      }
    }
    .table-responsive th img {
        max-width: 150px;
    }

/**
 * 
 * Our Contribution
 * 
 */

.stats-section-container {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	background-color: #fff;
	text-align: center;
}

.stat-box {
	position: relative;
	width: 300px;
	padding: 40px 20px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	transition: transform 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
	border: 1px solid var(--color-secondary);
}

.stat-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle at top left, #1B3664 0%, #1B3664 30%, transparent 70%);
	transform: scale(0);
	transform-origin: top left;
	transition: transform 0.8s ease-in-out;
	z-index: 0;
}

.stat-box:hover::before {
	transform: scale(1);
}

.stat-box:hover {
	transform: translateY(-10px) scale(1.01);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	border-bottom: 4px solid var(--color-primary);
}

.stat-box h3,
.stat-box h3 span {
	position: relative;
	z-index: 1;
	transition: color 0.3s ease;
}

.stat-box:hover h3,
.stat-box:hover h3 span {
	color: #fff;
	border-bottom-color: #fff;
}

.stat-bg-number {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 60px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.05);
	z-index: 0;
	user-select: none;
	transition: color 0.3s ease;
}

.stat-box:hover .stat-bg-number {
	color: rgba(255, 255, 255, 0.1);
}

.stat-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 24px;
	opacity: 0;
	transform: translate(-20px, -20px);
	transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
	z-index: 1;
}

.stat-box:hover .stat-icon {
	opacity: 1;
	transform: translate(0, 0);
}


.stat-icon img {
	width: 40px;
	height: 40px;
	object-fit: cover;
}

.counter {
	font-size: 48px;
	font-weight: 700;
	color: var(--color-primary);
}

.counter::after {
	content: "+";
	margin-left: 5px;
}

.card-title {
	color: var(--color-secondary);
}

/**
 * 
 * Footer Affiliate
 * 
 */
.footer-bottom-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 10px 20px;
}

.footer-bottom-container .registered-at {
  flex: 0 0 23%;
}

.footer-bottom-container img {
  width: 68px;
  height: 44px;
  object-fit: contain;
  background: white;
  padding: 10px;
  border-radius: 4px;
  margin: 5px;
}

/* Responsive Bolg Page */
/* @media (max-width: 767px){
		.single-blog .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .single-blog .col-3 img {
    width: 100%;
    height: auto;
	object-fit: cover;
  }

  .single-blog .col-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
} */

/* Responsive for Mobile: Two columns */
@media (max-width: 767px) {
  .footer-bottom-container .registered-at {
    flex: 0 0 48%;
  }

  .footer-bottom-container {
    gap: 12px;
  }

  .footer-bottom-container img {
    width: 100%;
    height: 50px;
    max-width: 100px;
    padding: 6px;
  }
}

.service-area{
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

/**
 * 
 * Scroll Top 
 * 
 */
#scrollToTopBtn {
    position: fixed;
    height: 44px;
    width: 44px;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    background-color: var(--color-primary);
    color: white;
    border: none;
    padding: 10px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease;
}

#scrollToTopBtn:hover {
	background-color: #333;
}


/*
 * CTA Button CSS
 * */

.ecomfixr-modern-cta {
	background: linear-gradient(135deg, #1e3a8a, #3b82f6);
	padding: 4rem 1.5rem;
	border-radius: 2rem;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
	text-align: center;
	color: #ffffff;
	margin: 3rem 1rem;
}

.ecomfixr-modern-cta-container {
	max-width: 960px;
	margin: 0 auto;
}

.ecomfixr-modern-cta h2 {
	font-size: 2.75rem;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 1rem;
}

.ecomfixr-modern-cta p {
	font-size: 1.25rem;
	line-height: 1.6;
	color: #dbeafe;
	margin-bottom: 2.5rem;
}

.ecomfixr-modern-cta .cta-button {
	background-color: #ffffff;
	color: #1e3a8a;
	padding: 0.85rem 2.25rem;
	font-size: 1.125rem;
	font-weight: 600;
	border-radius: 9999px;
	text-decoration: none;
	box-shadow: 0 10px 20px rgba(255, 255, 255, 0.15), 0 5px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	display: inline-block;
}

.ecomfixr-modern-cta .cta-button:hover {
	background-color: #e0e7ff;
	color: #111827;
	transform: translateY(-3px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

/* Tablets */
@media (max-width: 1024px) {
	.ecomfixr-modern-cta {
		padding: 3rem 1rem;
	}
	.ecomfixr-modern-cta h2 {
		font-size: 2.25rem;
	}
	.ecomfixr-modern-cta p {
		font-size: 1.125rem;
	}
	.ecomfixr-modern-cta .cta-button {
		padding: 0.75rem 2rem;
		font-size: 1rem;
	}
}

/* Large Mobile */
@media (max-width: 768px) {
	.ecomfixr-modern-cta {
		padding: 2.5rem 1rem;
		margin: 2rem 0.5rem;
	}
	.ecomfixr-modern-cta h2 {
		font-size: 2rem;
	}
	.ecomfixr-modern-cta p {
		font-size: 1.05rem;
	}
}

/* Small Mobile */
@media (max-width: 480px) {
	.ecomfixr-modern-cta {
		padding: 2rem 1rem;
		margin: 1.5rem 0.25rem;
		border-radius: 1rem;
	}
	.ecomfixr-modern-cta h2 {
		font-size: 1.75rem;
	}
	.ecomfixr-modern-cta p {
		font-size: 0.95rem;
		margin-bottom: 2rem;
	}
	.ecomfixr-modern-cta .cta-button {
		padding: 0.65rem 1.75rem;
		font-size: 0.95rem;
	}
}


/* Custom AI-inspired Styling */
:root {
	--ai-primary-color: #1B3664;
	--ai-button-color: #FF9900;
	--ai-success-color: #75C80A;
	--ai-text-color-light: #e0e6f1; /* Used for general text on dark backgrounds */
	--ai-text-color-dark: #333; /* For text on white backgrounds */
	--ai-card-bg-gradient-start: #1B3664; /* Primary color as card base */
	--ai-card-bg-gradient-end: #0e2247; /* Slightly darker shade of primary */
	--ai-card-hover-bg-gradient-start: #2a4c7c; /* Slightly lighter on hover */
	--ai-card-hover-bg-gradient-end: #1B3664;
}

.ai-product-list-container {
	padding: 30px 0;
	font-family: 'Poppins', sans-serif;
	color: var(--ai-text-color-dark); /* Default text color for white background */
	border-radius: 15px; /* Keep consistent border-radius */
	position: relative;
	overflow: hidden;
}

/* Background grid/pattern - adjusted for white background */

.ai-product-list-container .row .col-lg-3.col-md-6{
	margin-bottom:20px;
}
.ai-product-card {
	background: linear-gradient(145deg, var(--ai-card-bg-gradient-start), var(--ai-card-bg-gradient-end));
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* Lighter shadow for cards on white */
	transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out, background 0.4s ease-in-out;
	border: 1px solid rgba(27, 54, 100, 0.4); /* Primary color border */
	min-height: 400px; /* Ensure consistent height */
	position: relative;
	z-index: 1; /* Ensure cards are above the background pattern */
	display: flex;
	flex-direction: column;
	color: var(--ai-text-color-light);
	height:100%;
	padding-bottom:20px;
}

.ai-product-card:hover {
	transform: translateY(-8px) scale(1.02);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
	background: linear-gradient(145deg, var(--ai-card-hover-bg-gradient-start), var(--ai-card-hover-bg-gradient-end));
}

.ai-product-image-wrapper {
	position: relative;
	padding-top: 75%; /* 4:3 aspect ratio */
	overflow: hidden;
	border-bottom: 1px solid rgba(27, 54, 100, 0.3); /* Primary color border */
	flex-shrink: 0; /* Prevent image wrapper from shrinking */
}

.ai-product-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
	border-radius: 12px 12px 0 0;
}

.ai-product-card:hover .ai-product-image {
	transform: scale(1.05) rotate(1deg);
}

.ai-product-content {
	padding: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-grow: 1; /* Allow content to grow and push price/button to bottom */
}

.ai-product-title {
	font-size: 1.4em;
	margin-bottom: 15px;
	font-weight: 600;
	line-height: 1.3;
	flex-grow: 1; /* Allow title to take available space */
}

.ai-product-title a {
	color: #8be9fd; /* Keep a bright, contrasting color for links on dark cards */
	text-decoration: none;
	transition: color 0.3s ease;
}

.ai-product-title a:hover {
	color: var(--ai-success-color); /* Green for hover */
}

.ai-product-price {
	font-size: 1.6em;
	font-weight: 700;
	color: var(--ai-success-color); /* Bright green for prices */
	margin-top: auto; /* Pushes price to the bottom */
	margin-bottom: 15px;
	background: rgba(0, 0, 0, 0.2);
	padding: 8px 15px;
	border-radius: 8px;
	display: inline-block;
}

.woocommerce-Price-amount {
	color: inherit !important; /* Ensure price amount inherits color */
}

.ai-product-actions {
	margin-top: 15px;
}

.ai-add-to-cart {
	background: var(--ai-button-color); /* Orange for button */
	color: #FFFFFF; /* White text for button */
	border: none;
	padding: 12px 25px;
	border-radius: 30px;
	font-size: 1em;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	z-index: 1;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	text-decoration: none; /* Remove underline */
}

.ai-add-to-cart::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: -1;
}

.ai-add-to-cart:hover::before {
	left: 100%;
}

.ai-add-to-cart:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
	background: #e68a00; /* Slightly darker orange on hover */
}

.ai-add-to-cart.loading {
	cursor: not-allowed;
	opacity: 0.7;
	pointer-events: none;
}

.ai-no-products {
	color: var(--ai-primary-color); /* Use primary color for no products message */
	text-align: center;
	font-size: 1.2em;
	padding: 30px;
	background: rgba(27, 54, 100, 0.05); /* Very light primary color background */
	border-radius: 10px;
	margin: 20px auto;
	max-width: 600px;
}

/* Subtle animated glow - adjusted color for primary */
@keyframes glow {
	0% { box-shadow: 0 0 5px rgba(27, 54, 100, 0.2); }
	50% { box-shadow: 0 0 15px rgba(27, 54, 100, 0.6); }
	100% { box-shadow: 0 0 5px rgba(27, 54, 100, 0.2); }
}

.ai-product-card:hover {
	animation: glow 1.5s infinite alternate;
}

/* Responsive adjustments */
@media (max-width: 767px) {
	.ai-product-card {
		min-height: auto; /* Allow height to adjust on smaller screens */
	}
	.ai-product-content {
		padding: 15px;
	}
	.ai-product-title {
		font-size: 1.2em;
	}
	.ai-product-price {
		font-size: 1.4em;
	}
	.ai-add-to-cart {
		padding: 10px 20px;
		font-size: 0.9em;
	}
}

/**
 * Portfolio
 * 
 **/
.portfolio-section-fixr{
	max-width: 100vw;
	overflow: hidden;
}
.portfolio-section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Category Navigation Styling */
.category-navigation {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
    gap: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #fcfcfc;
}

.category-button {
    background-color: transparent;
    border: none;
    padding: 15px 25px;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
    color: #555;
    transition: color 0.3s, border-bottom 0.3s;
    outline: none;
    white-space: nowrap; /* Prevent breaking text on buttons */
}

.category-button:hover {
    color: var(--color-primary);
}

.category-button.active {
    color: var(--color-primary);
    border-bottom: 3px solid var(--color-primary);
}

/* Project Display and Image Grid */
.project-category-content {
    display: none;
}

.project-category-content.active {
    display: block;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
}

.project-item {
    display: block;
    text-decoration: none;
    color: inherit;
}

.project-image {
    width: 100%;
    height: 200px;
    object-fit: cover; 
    border-radius: 8px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.project-item:hover .project-image {
    transform: scale(1.03); 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Load More Button */
.load-more-container {
    text-align: center;
    margin-top: 20px;
}

.load-more-container .load-more-btn {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background: var(--color-primary);
    border: none;
    color: white;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.load-more-container .load-more-btn:hover {
    background: var(--color-primary-dark);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .project-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .category-button {
        padding: 10px 15px;
        font-size: 1em;
    }
    .project-image {
        height: 180px; /* Reduce image height for tablets */
    }
}

@media (max-width: 480px) {
    .project-grid {
        grid-template-columns: 1fr;
    }
    .category-button {
        padding: 8px 12px;
        font-size: 0.9em;
    }
    .project-image {
        height: 150px; /* Reduce height for mobile */
    }
}

/**
 * 
 *  Variation Product Express 
 * 
 * */
.variation-quick-order {
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    max-width: 600px;
    margin: 30px auto;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}
.variation-quick-order table,
.variation-quick-order th,
.variation-quick-order td {
    border: none !important;
    background: none !important;
}


/* WooCommerce price styling */
.variation-quick-order .price del {
    color: #888;  /* Regular (strikethrough) price */
    font-weight: 400;
}

.variation-quick-order .price ins {
    color: #e63946;  /* Sale price */
	font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}

.btn-express-checkout {
    background: var(--color-primary);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 15px;
}

.btn-express-checkout:hover {
    background: var(--color-secondary);
}
/* Woo-btn display hide */
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: none;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    display: none;
}
/* Price  */
.woocommerce-variation-price {
    font-size: 24px;
    font-weight: 700;
    color: #e63946 !important;
}

/**
 * 
 * Product Hero
 * 
 * */
.single-product .product{
	overflow: hidden;
}

.eComFixR_product_container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}

.eComFixR_product_hero-section {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50%;
	margin-right: -50%;
	padding: 5rem 0;
	overflow: hidden;
	background: linear-gradient(2deg, #d5e6ff 0%, #fffefc 100%);
	text-align: center;
	border-bottom-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.eComFixR_product_hero-title {
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 1.5rem;
	background: radial-gradient( #f7981d, #ff5347, #1b3564);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	margin-top: 0;
}
.eComFixR_product_hero-title span {
	background: radial-gradient(#1b3564, #315eaf);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}
@media (min-width: 768px) {
	.eComFixR_product_hero-title {
		font-size: 4rem;
	}
}
.eComFixR_product_hero-description {
	font-size: 1.25rem;
	color: #4b5563;
	margin-bottom: 2.5rem;
	max-width: 48rem;
	margin-left: auto;
	margin-right: auto;
}
.eComFixR_product_hero-buttons {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}
@media (min-width: 640px) {
	.eComFixR_product_hero-buttons {
		flex-direction: row;
		gap: 1.5rem;
	}
}
.eComFixR_product_btn-primary {
	background-color: <?php echo esc_attr($ecom_orange); ?>;
	color: white;
	padding: 0.75rem 2rem;
	border-radius: 9999px;
	transition: background-color 0.3s ease;
	box-shadow: 0 4px 6px rgba(247, 148, 29, 0.3);
	text-decoration: none;
	display: inline-block;
	border: none;
	cursor: pointer;
	font-size: 1rem;
}
.eComFixR_product_btn-primary:hover {
	background-color: #1b3664;
}
.eComFixR_product_demo-link {
	color: #f7941d;
	font-weight: 500;
	font-size: 1.125rem;
	display: flex;
	align-items: center;
	text-decoration: none;
	border: 1px solid;
	border-radius: 100px;
	padding: 0.60rem 2rem;
}
.eComFixR_product_demo-link:hover {
	color: #1b3664;
}
.eComFixR_product_demo-link i {
	margin-right: 0.5rem;
	font-size: 1.5rem;
	transition: transform 0.3s ease;
}
.eComFixR_product_demo-link:hover i {
	transform: scale(1.1);
}
.eComFixR_product_hero-image {
	margin-top: 4rem;
}
.eComFixR_product_hero-image img {
	margin-left: auto;
	margin-right: auto;
	border-radius: 0.75rem;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	border: 4px solid white;
	transition: transform 0.3s ease;
	max-width: 100%;
	height: auto;
}
.eComFixR_product_hero-image img:hover {
	transform: scale(1.05);
}
.container .eComFixR_product_hero-section,
.woocommerce .eComFixR_product_hero-section {
	max-width: 100vw !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	left: 50%;
	right: 50%;
}

/* Money Back Guarantee */
.money-back-section {
  background-color: #d9f0e6;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.money-back-container {
  max-width: 1100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start; 
  flex-wrap: wrap;
}

.money-back-left {
  flex: 1;
  display: flex;
  align-items: center;
}

.money-back-left img.money-back-img {
  max-width: 84%;
  max-height: 100%;
  object-fit: cover;
}

.money-back-right {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
/*   text-align: center; Center text horizontally */
}

.money-back-right h2 {
  font-size: 28px;
  font-weight: bold;
  color: #0d1a33;
  margin-bottom: 15px;
}

.money-back-right p {
  font-size: 16px;
  line-height: 1.5;
  color: #0d1a33;
  max-width: 600px;
/*   margin: 0 auto; Center paragraph block */
}

/* Responsive */
@media (max-width: 768px) {
  .money-back-container {
    flex-direction: column;
    text-align: center;
  }

  .money-back-left {
    flex: unset;;
	justify-content: center;
  }
	
	.money-back-right{
		margin-top: -30px;
	}

  .money-back-right h2 {
    font-size: 24px;
  }

  .money-back-right p {
    font-size: 15px;
  }
}

/* Product Hero button hide */
.eComFixR_product_hero-buttons {
    display: none;
}

/* WooCommerce Shop Page */
.woocommerce-shop .woocommerce.columns-4{
	max-width:1220px;
	width:100%;
	margin:auto;
}

/* Product Grid Modern Look */
.woocommerce-shop .woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 30px;
	padding: 0;
}

.woocommerce-shop .woocommerce ul.products li.product {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
}

.woocommerce-shop .woocommerce ul.products li.product:hover {
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
}

.woocommerce-shop .woocommerce ul.products li.product img {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #eee;
	object-fit: cover;
}

.woocommerce-shop .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin: 16px;
	min-height: 50px;
}

.woocommerce-shop .woocommerce ul.products li.product .price {
	margin: 0 16px 12px;
	color: #222;
	font-size: 15px;
	font-weight: 500;
}

.woocommerce-shop .woocommerce ul.products li.product .onsale {
	position: absolute;
	top: 15px;
	left: 15px;
	background: #e53935;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 20px;
	z-index: 1;
}

.woocommerce-shop .woocommerce ul.products li.product a.button {
	margin: 0 16px 16px;
    background-color: var(--color-secondary);
    color: #fff;
	font-weight: 600;
	border-radius: 8px;
	padding: 10px;
	transition: 0.2s ease;
	text-align: center;
}

.woocommerce-shop .woocommerce ul.products li.product a.button:hover {
	background-color: #2a2a2a;
}

/* Price Section Styling */
.woocommerce-shop .woocommerce .price {
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	justify-content: center;
}

.woocommerce-shop .woocommerce .price del {
	color: #999;
	font-size: 14px;
	text-decoration: line-through;
	opacity: 0.7;
}

.woocommerce-shop .woocommerce .price ins {
	color: #e53935;
	text-decoration: none;
	font-size: 26px;
	font-weight: 700;
}

.woocommerce-shop .woocommerce .price .woocommerce-Price-currencySymbol {
	margin-right: 2px;
}


/* WooCommerce Pagination Styling */
.woocommerce-pagination {
	display: flex;
	justify-content: center;
	margin: 40px 0;
}

.woocommerce-pagination ul.page-numbers {
	list-style: none;
	display: flex;
	gap: 10px;
	padding: 0;
	margin: 0;
}

.woocommerce-pagination .page-numbers {
	display: inline-block;
	padding: 10px 16px !important;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 14px;
	color: #333;
	background: #f9f9f9;
	transition: all 0.2s ease;
	text-decoration: none;
}

.woocommerce-pagination .page-numbers:hover {
	background: #111;
	color: #fff;
	border-color: #111;
}

.woocommerce-pagination .page-numbers.current {
	background: #111;
	color: #fff;
	border-color: #111;
	cursor: default;
	font-weight: 600;
}

.woocommerce-pagination .page-numbers.next {
	font-weight: bold;
}

/* Checkout Page  */
.wp-block-woocommerce-checkout {
    padding-top: 24px;
    max-width: 1220px !important;
    margin: 0 auto !important;
}

.wc-block-checkout__actions_row button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: var(--color-primary);
    color: white;
    border: none;
    font-size: 18px;
    border-radius: 4px;
}

/* Simple Card */
.card-section {
    padding: 60px 20px;
    background: #fff;
}

/* .card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
} */
.card-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.feature-card {
	flex: 1 1 250px;
    max-width: 300px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    background: #1d3557;
    color: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    font-size: 28px;
}

.feature-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1d3557;
    font-weight: bold;
}

.feature-card ul {
    list-style: none;
    padding: 0;
    text-align: left;
    font-size: 14px;
    color: #444;
}

.feature-card ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 16px;
}

.feature-card ul li::before {
    content: "▪";
    position: absolute;
    left: 0;
    color: #1d3557;
}

/* Our Commitment */
.commitment-section {
    background-color: #f3f3f3;
    padding: 60px 20px;
    text-align: center;
}

.commitment-title {
    font-size: 2rem;
    font-weight: bold;
    color: #1d3557;
    margin-bottom: 40px;
}

.commitment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.commitment-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.commitment-card:hover {
    transform: translateY(-5px);
}

.commitment-icon {
    background-color: #083d77;
    color: #fff;
    font-size: 2rem;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.commitment-card h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #1d3557;
    margin-bottom: 10px;
}

.commitment-card p {
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
}


/* Animated Hero Section */
.animated-hero-section {
  text-align: center;
  padding: 80px 20px;
  background: #fff url('background-pattern.png') center/cover no-repeat;
  font-family: Arial, sans-serif;
}

.animated-hero-title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
}

.animated-static-text {
  color: #000;
  font-weight: 500;
}

.animated-dynamic-text {
  color: #ff6a00;
  font-weight: 700;
}

.animated-cta-btn {
  background: #ff9900;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  margin: 20px 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.animated-cta-btn:hover {
  background: #e08800;
}

.animated-hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.animated-hero-review {
  display: flex;
  align-items: center;
  gap: 10px;
}

.animated-avatars {
  display: flex;
}

.animated-avatars img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: -10px;
  object-fit: cover;
}

.animated-rating-info {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
  text-align: left;
}

.animated-rating-stars {
  color: #fbbf24;
  font-size: 1rem;
}

.animated-hero-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f3f3f3;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 0.95rem;
  transition: 0.3s ease;
}

.animated-hero-stat:hover {
  background: #e8e8e8;
}

.animated-hero-stat i {
  color: #00a84f;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .animated-hero-title {
    font-size: 1.8rem;
  }
  .animated-hero-stats {
    flex-direction: column;
    align-items: center;
  }
  .animated-hero-stat {
    width: 100%;
    justify-content: center;
  }
}


/* Store List */
.store-list {
  padding: 40px 20px;
}

.store-list .container {
  max-width: 1200px;
  margin: 0 auto;
}

.store-list-container {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.store-list-container h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: #111;
}

.store-list-container p {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #444;
  line-height: 1.5;
}

.store-list-container p a {
  color: #3b82f6;
  text-decoration: none;
  font-weight: 500;
}

.store-list-container p a:hover {
  text-decoration: underline;
}

.table-wrapper {
  overflow-x: auto;
  margin-top: 20px;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  min-width: 600px; /* Prevent table from breaking on smaller widths */
}

.custom-table thead {
  background: #e5e7eb;
  text-align: left;
  font-weight: 600;
  color: #444;
}

.custom-table th,
.custom-table td {
  padding: 16px;
  font-size: 0.95rem;
  vertical-align: middle;
  white-space: nowrap; /* Prevents text from wrapping awkwardly */
}

.custom-table tbody tr:nth-child(odd) {
  background-color: #e0e6d6;
}

.custom-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

.table-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: contain;
  margin-right: 10px;
  vertical-align: middle;
}

.table-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #3b82f6;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.table-link:hover {
  color: #2563eb;
}

.table-link i {
  font-size: 0.75rem;
}

/* ---------- Mobile Responsive Table ---------- */
@media (max-width: 768px) {
  .custom-table,
  .custom-table thead,
  .custom-table tbody,
  .custom-table th,
  .custom-table td,
  .custom-table tr {
    display: block;
    width: 100%;
  }

  .custom-table thead tr {
    display: none;
  }

  .custom-table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
    background: #fff;
  }

  .custom-table td {
    padding: 10px 10px 10px 40%;
    text-align: left;
    position: relative;
    font-size: 0.95rem;
    border-bottom: 1px solid #f0f0f0;
  }

  .custom-table td:last-child {
    border-bottom: none;
  }

  .custom-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
    color: #555;
    white-space: nowrap;
  }

  .table-logo {
    width: 30px;
    height: 30px;
    margin-right: 6px;
  }

  .store-list-container h1 {
    font-size: 1.5rem;
  }

  .store-list-container p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .store-list {
    padding: 20px 10px;
  }

  .store-list-container {
    padding: 20px;
  }

  .custom-table td {
    padding: 8px 8px 8px 45%;
    font-size: 0.9rem;
  }

  .store-list-container h1 {
    font-size: 1.3rem;
  }

  .store-list-container p {
    font-size: 0.9rem;
  }
}

/* Cart Page */
.wp-block-woocommerce-cart.alignwide {
    max-width: 1220px !important;
    margin: 30px auto;
}

.wc-block-cart .wc-block-cart__submit-container {
    padding: 0;
    background: var(--color-primary);
    color: #fff;
    border-radius: 4px;
}

.wc-block-cart .wc-block-components-button__text {
    color: #fff;
    font-size: 18px;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>:last-child, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>:last-child {
    margin-bottom: 0;
    background: var(--color-danger);
    display: inline-block;
    padding: 10px 24px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.wc-block-cart button.wc-block-cart-item__remove-link {
    text-decoration: none !important;
	font-weight: 600 !important;
}

.wc-block-cart .wc-block-components-product-badge.wc-block-components-sale-badge {
    border: none;
    background: #6bc497;
    padding: 6px 10px;
    color: #1b3664;
}


/* Woocommerce Product Price Description */
.woocommerce-variation-description p {
	text-align: start;
}

/* Project Portfolio */

.portfolio-container {
      max-width: 1000px;
      margin: 0 auto;
      padding: 40px 20px;
      text-align: center;
    }

    .featured-image {
      width: 100%;
      max-width: 600px;
      margin: 0 auto 30px;
      display: block;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    h1 {
      font-size: 2.5rem;
      margin-bottom: 20px;
      color: #222;
    }

    .description {
      font-size: 1.1rem;
      margin-bottom: 30px;
      color: #555;
      margin-left: auto;
      margin-right: auto;
    }

    .live-button {
      background: var(--color-primary);
      color: white;
      padding: 12px 30px;
      text-decoration: none;
      font-size: 1rem;
      border-radius: 5px;
      transition: background 0.3s;
      display: inline-block;
      margin-bottom: 60px;
    }

    .live-button:hover {
      background: var(--color-secondary);
    }

    .related-projects {
      text-align: left;
    }

    .related-projects h2 {
      font-size: 1.8rem;
      margin-bottom: 20px;
      text-align: center;
    }

    .project-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px;
    }

    .project-card {
      background: white;
      border-radius: 8px;
      padding: 15px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
      transition: transform 0.3s;
    }

    .project-card:hover {
      transform: translateY(-5px);
    }

    .project-card img {
      max-width: 100%;
      border-radius: 6px;
      margin-bottom: 10px;
    }

    .project-title {
      font-weight: bold;
      font-size: 1.1rem;
      color: #222;
      margin-bottom: 5px;
    }

    .project-link {
      font-size: 0.9rem;
      color: var(--color-primary);
      text-decoration: none;
    }

    .project-link:hover {
      text-decoration: underline;
    }

/* Pricing Tab Section */
.single-pricing-section-container {
      max-width: 1200px;
      margin: auto;
      text-align: center;
    }

    .pricing-header h1 {
      color: var(--color-secondary);
      margin-bottom: 5px;
    }

    .pricing-header p {
      color: #f39c12;
      font-weight: 500;
      margin-bottom: 30px;
    }

    .pricing-cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .pricing-card {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      overflow: hidden;
      flex: 1 1 300px;
      max-width: 360px;
      display: flex;
      flex-direction: column;
      position: relative;
      border: 1px solid #e5e5e5;
    }

    .badge {
      position: absolute;
      top: 10px;
      right: -40px;
      background: var(--color-primary);
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      transform: rotate(45deg);
      padding: 5px 40px;
      box-shadow: 0 0 3px rgba(0,0,0,0.2);
    }

    .pricing-card h3 {
      font-size: 20px;
      font-weight: bold;
      margin-top: 40px;
    }

    .pricing-card small {
      color: #777;
      margin-bottom: 20px;
      display: block;
    }

    .price-box {
      background: var(--color-secondary);
      color: #fff;
      padding: 20px;
      font-size: 32px;
      font-weight: bold;
    }

    .price-box sup {
      font-size: 18px;
      top: -10px;
      position: relative;
    }

    .features {
      list-style: none;
      padding: 25px 30px;
      text-align: left;
      flex-grow: 1;
    }

    .features li {
      margin-bottom: 15px;
      color: #333;
      position: relative;
      padding-left: 25px;
      line-height: 1.4;
    }

    .features li::before {
      content: '✔';
      position: absolute;
      left: 0;
      color: green;
      font-weight: bold;
    }

    .order-btn {
      background: var(--color-primary);
      color: #fff;
      border: none;
      padding: 12px;
      margin: 20px;
      font-weight: bold;
      border-radius: 4px;
      cursor: pointer;
      transition: background 0.3s;
    }

    .order-btn:hover {
      background: var(--color-secondary);
    }

    @media (max-width: 768px) {
      .single-pricing-section-container .pricing-cards {
        flex-direction: column;
        align-items: center;
      }
    }

/* Pricing Plan Table */
		.our-table{
            padding: 1rem; 
        }

        .our-pricing-table-container .our-table-container {
            max-width: 1280px; 
            margin-left: auto;
            margin-right: auto;
            padding-top: 2rem; 
            padding-bottom: 2rem; 
        }

        
        .our-pricing-table-container .main-heading {
            font-size: 1.875rem; 
            font-weight: 600; 
            text-align: center;
            color: #374151; 
            margin-bottom: 3rem; 
        }

       
        @media (min-width: 640px) { 
            .our-pricing-table-container .main-heading {
                font-size: 2.25rem;
            }
        }

        
        .our-pricing-table-container .pricing-grid {
            display: grid;
            grid-template-columns: 1fr; 
            gap: 1.5rem;
        }

        
        @media (min-width: 768px) { 
            .our-pricing-table-container .pricing-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }
        @media (min-width: 1024px) { 
            .our-pricing-table-container .pricing-grid {
                grid-template-columns: repeat(4, minmax(0, 1fr));
            }
        }

        
        .our-pricing-table-container .pricing-card {
            background-color: white;
            border-radius: 0.5rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        
        .our-pricing-table-container .pricing-card.highlighted {
            border: 2px solid #10b981; 
        }

        
        .our-pricing-table-container .card-content {
            padding: 1.5rem;
        }

        .our-pricing-table-container .card-content.no-bottom-padding {
            padding-bottom: 0;
        }

		.our-pricing-table-container .card-content ul.feature-list {
		  text-align: left !important;
		}

        .our-pricing-table-container .card-header-dark {
            background-color: #1a2b4d;
            color: white;
        }

        .our-pricing-table-container .card-header-green {
            background-color: #6edc8e; 
            color: white;
        }

        .our-pricing-table-container .card-title {
            font-size: 1.5rem; 
            font-weight: 600; 
            color: #374151; 
        }

        .our-pricing-table-container .card-subtitle {
            font-size: 0.875rem; 
            color: #6b7280; 
            margin-top: 0.25rem;
        }

        .our-pricing-table-container .divider {
            border-bottom: 1px solid #e5e7eb;
            margin-top: 1rem; 
            margin-bottom: 1rem;
        }

        .our-pricing-table-container .price-display {
            font-size: 3rem;
            font-weight: 700; 
        }

		.our-pricing-table-container .feature-list {
			list-style: none;
			padding: 0;
			margin: 0;
			display: flex;
			flex-direction: column;
			gap: 0.75rem;
			color: #4b5563;
			font-size: 0.875rem;
			justify-content: center;
			align-items: baseline;
		}

        .our-pricing-table-container .feature-item {
            display: flex;
        }

        .our-pricing-table-container .feature-icon {
            height: 1.25rem; 
            width: 1.25rem;
            margin-right: 0.5rem; 
        }

        .our-pricing-table-container .feature-check {
            color: #28a745; 
        }

        .our-pricing-table-container .feature-cross {
            color: #dc3545; 
        }

        .our-pricing-table-container .ad-spend-limit {
            font-size: 0.75rem; 
            color: #6b7280; 
            margin-bottom: 1rem;
        }

        .our-pricing-table-container .order-button {
            background-color: var(--color-primary); 
            color: white;
            padding: 0.75rem 2rem; 
            border-radius: 0.375rem; 
            font-weight: 500; 
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            transition: background-color 0.3s ease, box-shadow 0.3s ease;
            border: none;
            cursor: pointer;
            outline: none; 
        }

        .our-pricing-table-container .order-button:hover {
            background-color: var(--secondary) 
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }

        .our-pricing-table-container .order-button:focus {
            box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #3b82f6; 
        }

 
        @media (min-width: 640px) {
            .our-pricing-table-container .our-table {
                padding: 2rem;
            }
        }
        @media (min-width: 1024px) {
            .our-pricing-table-container .our-table {
                padding: 3rem;
            }
        }

/* Service Card */
    .ga-section {
  padding: 4rem 1rem;
  text-align: center;
}

.ga-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.ga-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
  border-bottom: 5px solid var(--color-primary);
}

.ga-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  border-bottom: 5px solid var(--color-secondary);
}

.ga-card .icon-wrap {
  width: 100px; /* Increased from 70px */
  height: 100px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, #007bff, #00c6ff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ga-card img {
  width: 48px; /* Increased from 32px */
  height: 48px;
  object-fit: contain;
}

.ga-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 1rem 0 0.75rem;
  color: #0f2345;
}

.ga-card p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 480px) {
  .ga-section h2 {
    font-size: 1.5rem;
  }
  .ga-card h3 {
    font-size: 1.1rem;
  }
}

/* Product Section */
    .shopify-section-container {
      display: flex;
      flex-wrap: wrap;
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      gap: 20px;
      align-items: flex-start;
      justify-content: center;
    }

    .shopify-section-container .carousel {
      width: 100%;
      max-width: 500px;
      height: 400px;
      border: 1px solid #ccc;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
    }

    .shopify-section-container .carousel img {
      width: 100%;
      display: block;
	  height: 100%;
	  object-fit: cover;
    }

    .shopify-section-container .carousel .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 24px;
      background: rgba(0, 0, 0, 0.4);
      color: #fff;
      padding: 10px;
      cursor: pointer;
    }

.shopify-section-container .arrow.left {
      left: 10px;
    }

    .shopify-section-container .arrow.right {
      right: 10px;
    }

    .features-boxes {
      display: flex;
      justify-content: center;
      gap: 15px;
      margin-top: 15px;
      flex-wrap: wrap;
    }

    .features-boxes .feature {
      background: #d1fae5;
      border: 2px solid #ccc;
      border-radius: 12px;
      padding: 10px 15px;
      flex: 1;
      min-width: 180px;
      text-align: center;
    }

    .features-boxes .feature i {
      color: #f59e0b;
      font-size: 24px;
      display: block;
      margin-bottom: 5px;
    }

    .shopify-section-container .content {
      flex: 1;
      max-width: 600px;
    }

.shopify-section-container a.cta-btn{
	display: inline-block;
}

    .shopify-section-container .content h1 {
      font-size: 2rem;
      color: #1e3a8a;
      margin-bottom: 10px;
    }

    .shopify-section-container .price {
      font-size: 1.5rem;
      margin: 10px 0;
    }

    .shopify-section-container .price del {
      color: #999;
      margin-right: 10px;
    }

    .shopify-section-container .price .new-price {
      color: red;
      font-weight: bold;
	  font-size: 34px;
    }

    .shopify-section-container .price .discount {
      background: #fbbf24;
      padding: 5px 10px;
      border-radius: 20px;
      font-size: 0.9rem;
      margin-left: 10px;
    }

    .shopify-section-container .checklist {
      margin: 20px 0;
      list-style: none;
      padding: 0;
    }

    .shopify-section-container .checklist li {
      margin-bottom: 10px;
      font-size: 1rem;
    }

    .shopify-section-container .checklist li::before {
      content: "✅";
      color: #f59e0b;
      margin-right: 10px;
    }

    .shopify-section-container .description {
      font-size: 1rem;
      color: #444;
      margin-bottom: 20px;
    }

    .shopify-section-container .cta-btn {
      background: #f59e0b;
      color: #fff;
      border: none;
      padding: 15px 25px;
      font-size: 1.2rem;
      border-radius: 8px;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .shopify-section-container .cta-btn:hover {
      background: #d97706;
    }

    .shopify-section-container .guarantee {
      margin-top: 15px;
      font-size: 0.9rem;
      color: #1e40af;
    }

    .shopify-section-container .guarantee i {
      margin-right: 5px;
      color: #1e40af;
    }

    @media (max-width: 768px) {
      .shopify-section-container .shopify-section {
        flex-direction: column;
        align-items: center;
      }

      .shopify-section-container .content {
        text-align: center;
      }

      .features-boxes {
        flex-direction: column;
        align-items: center;
      }

    .features-boxes .feature {
        max-width: 300px;
      }
    }


/* Multi Table  */
.multi-table-section .container{
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.multi-table-section .compare-tabs{
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px 22px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 22px;
  overflow-x: visible !important;
}

.multi-table-section .tab-btn{
  background: transparent;
  border: 0;
  font-weight: 800;
  font-size: 17px;
  color: #3b4557;
  padding: 10px 14px;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color .25s ease, background .25s ease, transform .1s ease;
  flex: 0 0 auto !important;
  white-space: nowrap;
  text-align: center;
}

.multi-table-section .tab-btn:hover{ background:#f3f5f8; }
.multi-table-section .tab-btn.active{ color: var(--color-primary); }

.multi-table-section .table-card{
  background: #ffffffc9;
  backdrop-filter: saturate(120%) blur(6px);
  border: 1px solid #e2e5ea;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(16,24,40,.08), 0 2px 8px rgba(16,24,40,.06);
  overflow: hidden;
}

.multi-table-section .table-wrap{
  width: 100%;
  overflow-x: auto !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.multi-table-section .compare-table{ 
  display: table !important;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 720px;
}

.multi-table-section .compare-table thead{ display: table-header-group !important; }
.multi-table-section .compare-table tbody{ display: table-row-group !important; }
.multi-table-section .compare-table tr{ display: table-row !important; }

.multi-table-section .compare-table th,
.multi-table-section .compare-table td{
  display: table-cell !important;
  white-space: nowrap;
  padding: 18px 20px;
  border: 1px solid #e2e5ea;
  vertical-align: middle;
  font-size: 16px;
  color: #1f2937;
}

.multi-table-section .compare-table thead th{
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff;
  color: #121826;
  font-weight: 900;
  font-size: 16px;
  border: 1px solid #e2e5ea;
}

.multi-table-section .compare-table tbody tr:nth-child(odd){ background: #fafbfc; }
.multi-table-section .compare-table tbody tr:nth-child(even){ background: #f4f6f8; }

.multi-table-section .brand-chip{
  background:#eef2ff;
  color:#203a84;
  padding:8px 12px;
  border-radius:999px;
  font-weight:900;
  display:inline-flex;
  gap:8px;
  align-items:center;
  border:1px solid #dbe3ff;
  box-shadow: 0 1px 0 #ffffff inset;
}

.multi-table-section .center{ text-align:center; }
.multi-table-section .left{ text-align:left; }

.multi-table-section .note{
  color:#6b7280;
  font-size:14px;
  margin-left:8px;
  background:#f6f7f9;
  padding:2px 8px;
  border-radius:999px;
  border:1px solid #eceff3;
  white-space: normal;
}

.multi-table-section .tab-panel{ display: none; }
.multi-table-section .tab-panel.active{ display: block; }
.multi-table-section .tab-panel[hidden]{ display: none !important; }

/* Force tabs to stay centered even after page load */
.multi-table-section .compare-tabs{
  display: block !important;
  text-align: center !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-bottom: 12px;
  margin-bottom: 22px;
}

.multi-table-section .compare-tabs .tab-btn{
  display: inline-flex !important;   /* keep icon + label aligned */
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 12px 10px !important;    /* replaces flex gap */
  flex: none !important;              /* never stretch */
  white-space: nowrap;                /* keep labels on one line */
  text-align: center;
}

/* Optional: allow wrapping of long labels on small screens */
@media (max-width: 768px){
  .multi-table-section .compare-tabs .tab-btn{
    white-space: normal;              /* let long labels wrap to 2 lines */
    padding: 8px 12px;
    font-size: 15px;
  }
}


@media (max-width: 1024px){
  .multi-table-section .compare-table{
    min-width: 700px;
  }
  .multi-table-section .compare-table th,
  .multi-table-section .compare-table td{
    padding: 16px 16px;
    font-size: 15px;
  }
}

@media (max-width: 768px){
  .multi-table-section .tab-btn{
    font-size: 15px;
    padding: 8px 12px;
  }
  .multi-table-section .compare-table{
    min-width: 660px;
  }
}

@media (max-width: 400px){
  .multi-table-section .compare-table{
    min-width: 580px;
  }
  .multi-table-section .compare-table th,
  .multi-table-section .compare-table td{
    padding: 14px 12px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce){
  .multi-table-section .tab-btn,
  .multi-table-section .compare-table tbody tr{
    transition: none !important;
  }
}

.multi-table-section .compare-title{ 
  text-align: center !important;
}

.multi-table-section .compare-title span {
  font-size: 38px !important;
  line-height: 1.15;
  background: none !important;
  color: var(--color-secondary) !important;
}

.multi-table-section .compare-table i.fa-circle-check,
.multi-table-section .compare-table .check {
  color: #16a34a !important;
  filter: none !important;
}

.multi-table-section .compare-table i.fa-circle-xmark,
.multi-table-section .compare-table .cross {
  color: #dc2626 !important;
  filter: none !important;
}

.multi-table-section i.fa-circle-check, 
.multi-table-section .check { color: #16a34a !important; }

.multi-table-section i.fa-circle-xmark, 
.multi-table-section .cross { color: #dc2626 !important; }

@media (max-width: 768px){
  .multi-table-section .compare-tabs{ gap: 10px 14px; }
  .multi-table-section .compare-tabs .tab-btn{ padding: 8px 12px; font-size: 15px; }
}


/**
 * Bootstrap Card
 * */

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.375rem;
  height:100%;
 box-sizing:border-box;
}

.card:hover{
    border-bottom: 5px solid var(--ai-button-color);
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #6c757d;
}

.card-text {
  margin-top: 0;
  margin-bottom: 1rem;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}

.card-footer {
  padding: 0.75rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.shopify-pagination {
    margin-top: 20px;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
}

.shopify-page-link {
    display: inline-block;
    margin: 0 6px;
    padding: 8px 14px;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    color: #1B3664;
    background-color: #fff;
    border: 2px solid #FF9900;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.shopify-page-link:hover {
    background-color: #FF9900;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(255,153,0,0.3);
}

.shopify-page-link.active,
.shopify-page-link[style*="font-weight:bold"] {
    background-color: #FF9900;
    color: #fff;
    border-color: #FF9900;
    cursor: default;
}

