@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Metrophobic&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.sction-img {
    width: 26px;
    height: 26px;
    margin-left: 4px;
}

.main-header {
    width: 100%;
    position: fixed; /* Optional: make it sticky */
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff; /* Or your header background */
}

.main-header .d-flex {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; /* important for responsiveness */
    padding: 10px 20px;
}
*/

body {
  scroll-behavior: smooth;
 font-family: Arial, sans-serif;
 overflow-y: hidden;
}

html, body {
    height: 100%;
    scroll-behavior: smooth;
}

:root {
    --textColor: #214842;
    --teamColor: #F7941D;
}

:root {
    --textColor: #214842;
    --teamColor: #F7941D;
}

/* banner-section1 css */

.main-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin-top: 90px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
    padding: 15px 100px;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.16);
    height: 90px;
}

header.sticky {
    padding: 15px 100px;
    background-color: #fff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.16);
}

header .logo {
    position: relative;
    color: var(--textColor);
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.6s;
}

header .logo {
    position: relative;
    color: var(--textColor);
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.6s;
}

.logo img {
    width: 189px;
    height: 70px;
    object-fit: contain;
    margin-right: 280px;
}

/*.nav__list {
    margin-left: auto; /* Pushes it to the right in a flex container */
    display: flex;
    gap: 10px; /* Optional: spacing between items */
    align-items: center;
    list-style: none;
}
.main-header .d-flex {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-right: 50px;
}
*/

.nav__item {
    position: relative;
    list-style: none;
}

.nav__item a {
    position: relative;
    margin: 0 8px;
    text-decoration: none;
    color: #454545;
    font-size: 20px;
    font-weight: 500;
    transition: 0.6s;
}

.subtitle {
    color: #373073 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}

.subicon {
    background-image: url('images/section.png');
}

.nav__item a.active {
    color: #ffff;
}

.nav__item a:hover {
    color: #b6a5a5;
}

.nav__link {
    text-decoration: none;
    color: rgb(236, 227, 227);
    padding: 8px 15px;
    transition: all 0.3s ease;
    font-weight: 500;
    white-space: nowrap;
}

.nav__link.active {
    background-color: #373073; /* or your dark purple */
    color: white;
    border-radius: 30px; /* Makes it pill-shaped */
}


.header__close,
.header__toggle {
    display: none;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0rem !important;
}

.btn-phone {
    display: none;
}

header button {
    background-color: var(--teamColor);
    color: #fff;
    font-size: 20px;
    height: 55px;
    width: 55px;
    border-radius: 50px;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}


.banner-section.active {
    opacity: 1;
}
#banner1 {
    background-image: url('images/gcc_banner_1.webp');
}

#banner2 {
    background-image: url('images/gcc_banner_2.webp');
}

.banner-section h1 {
    color: #f2f1f1 ;
    font-size: 51px;
    font-weight: 900;
}

.banner-section p {
    color:#f2f1f1;
    font-size: 25px;
    font-weight: 500;
    line-height: 37px;
    margin-top: 30px;
}

.banner-section button {
    border: 0;
    color: #373073;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 8px 20px;
    margin-top: 20px;
}
 input.form-control,
  select.form-select,
  textarea.form-control {
    border-radius: 15px; /* Change radius as needed */
  }

  /* Placeholder text color */
  ::placeholder {
    color: #ddc9c9; /* Light gray placeholder text */
    opacity: 0.6;  /* Full opacity */
  }
.work-list {
  list-style-position: outside;
  padding-left: 1.5rem;
  margin-top: 80px; /* space for bullet + margin */
}

.work-list li {
  margin-bottom: 1.5rem;   /* vertical space between list items */
  text-indent: -0.5rem;    /* pull text slightly left to align better */
  padding-left: 0.5rem; 
  font-family: "Sen", sans-serif;   /* space between bullet and text */
}

/* health-section css */

.health-section {
    padding: 25px 0px; 
}
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
  margin-top: 12px;
}

.whatsapp-float:hover {
  background-color: #128C7E;
  transform: scale(1.1);
  transition: 0.3s;
}

.health-section h2 {
    color: #373073;
    font-size: 40px;
    font-weight: 300;
    font-family: Arial, sans-serif;
}
.health-section h4 {
    color: #373073;
    font-size: 30px;
    font-weight: 300;
}

.section-title {
  font-weight: 700 !important;
  color: #373073;
  font-family: Arial, Helvetica, sans-serif;
}

.service-card {
    background-color: #F2F3EE; /* or your current card bg */
    border-radius: 12px;
    padding: 20px;
    height: 300px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
/*    transition: all 0.3s ease-in-out;*/
/*    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
}
.service-card h5 {
    text-align: left;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 23px;
    color: #373073 !important;

     margin-top: 0;
}
.service-card p {
    margin: 0;
    color: #424242 !important;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 300; /* Thin font */
}
.service-card:hover {
/*    transform: translateY(-8px) scale(1.02);*/
/*    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);*/
/*    background-color: #34256e; */
}
.work-image {
    max-width: 100%;
    width: 100%; 
    height: 480px;
    object-fit: cover; 
    border-radius: 12px;
}
.about-line {
/*    display: flex;*/
    align-items: center;
/*    gap: 10px; /* space between line and text */*/

}

.bg-purple-white {
  background-color: #373073 !important;
  color: white !important;
}

.about-line::before {
    content: "";
    flex: 0.2;
    height: 5px;
    background-color: #373073; /* same color as heading or your brand */
    border-radius: 5px;
}


.health-section p {
    color: #fff;
    font-size: 20px;
/*    font-weight: 400;*/
    line-height: 35px;
}
.health-section .about-p {
    color: #424242;
    font-size: 18px;
    line-height: 35px;
}

.health-section img {
    border-radius: 10px;
}
.work-section h3{
    color: #373073;
    font-size: 30px;
    font-weight: 300;
}
.work-section h4{
    font-size: 30px; 
    font-weight: 300 !important;
}
.work-section p {
    font-size: 18px !important;
    color: #424242 !important;
}
.work-list {
  list-style-type: disc;
  padding-left: 20px;
  color: #000;
}

.work-list li {
  margin-bottom: 15px;
  font-size: 23px;
  line-height: 1.6;
}
.contact-section h4{
    text-align: left;
/*    font-family: "GFS Didot", serif;*/
}
.contact-section button{
    border: 0;
    color: #ffffff;
    background-color: #373073;
    border-radius: 50px;
    padding: 8px 20px;
    margin-top: 20px;
}
.big-icon {
  font-size: 45px;
}
.contact-section h5 {
  font-size: 18px;
/*  font-family: "Sen", sans-serif;*/
}
.footer-section-gcc{
    background-color: #c0b8b8;
}
.footer-logo {
  margin-top: 70px;
  max-width: 360px;  /* Adjust width */
  height: auto;      /* Keep aspect ratio */
  display: inline-block;
}
.footer-link{
    text-decoration: none;
    color: #373073;
    font-size: 20px;
}
.footer-tagline{
    font-size: 25px;
    color: #373073;
}
.footer-copy{
  color: #373073;  
}

/* product-section css */

.product-section h2 {
    color: var(--textColor);
    font-size: 36px;
    font-weight: 800;
    text-align: left;
}

.product-section .product-details {
    display: flex;
    gap: 30px;
    overflow: hidden;
    object-fit: cover;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-section .product-details img {
    border-radius: 20px;
    margin-bottom: 20px;
    height: 170px;
    width: auto;
}

.product-section .product-details p {
    color: var(--textColor);
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}

/* popular-product css */

.popular-product {
    padding: 100px 0px;
}

.popular-product h2 {
    color: var(--textColor);
    font-size: 36px;
    font-weight: 800;
    text-align: left;
}

.popular-product a {
    color: #F7941D;
    font-size: 22px;
    font-weight: 800;
    text-decoration: none;
}

.product-card {
    padding: 10px 20px 20px 20px;
    text-align: left;
    background: white;
    position: relative;
    height: 100%;
    border-radius: 16px;
    border: 1px solid white;
    overflow: hidden;
    transition: box-shadow 0.3s ease-in-out;
    transition: 0.3s;
}

.product-card:hover {
    transform: 0.3s;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 20px rgba(37, 143, 103, 0.15);
}

.product-image {
    height: 220px;
    width: 100%;
    overflow: hidden;
    object-fit: fill;
}

.product-img {
    width: 100%;
    transition: transform 0.3s ease-in-out;
    border-radius: 8px;
}

.product-card:hover .product-img {
    transform: scale(1.1);
}

.fav-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: var(--teamColor);
    background: white;
    border-radius: 50%;
    border: 1px solid var(--teamColor);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: translateX(20px);
    z-index: 200;
}

.product-card:hover .fav-icon {
    opacity: 1;
    transform: scale(1);
}

.product-card h6 {
    color: var(--textColor);
    font-size: 22px;
    font-weight: 700;
    margin-top: 40px;
}

.sale-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--teamColor);
    color: white;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 12px;
    z-index: 100;
}

.product-card p {
    color: #556260;
    font-size: 14px;
    font-weight: 400;
}

.product-card p del {
    color: #C6C6C6;
    font-size: 22px;
    font-weight: 700;
}

.product-card p strong {
    color: #258F67;
    font-size: 22px;
    font-weight: 700;
}

.product-card button {
    width: fit-content;
    padding: 8px 40px;
    border: 1px solid var(--teamColor);
    border-radius: 50px;
    color: #ffffff;
    background-color: var(--teamColor);
    font-weight: 700;
    width: 100%;
}

.product-card .quick-btn {
    text-decoration: none;
    color: var(--teamColor);
    background-color: transparent !important;
    border: 0px !important;
    padding: 0px !important;
    width: fit-content !important;
}

/* popUp css */

.cart-header {
    background-color: #21784f;
    color: white;
    padding: 15px 20px 15px 20px !important;
}

.quantity-controls {
    border: 1px solid #B4B4B4 !important;
    padding: 0px 30px !important;
    border-radius: 50px;
}

.cart-item button {
    font-size: 20px !important;
}

.modal-body {
    padding: 30px 50px 0px 50px !important;
}

.cart-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.modal-content {
    padding: 0px 0px 30px 0px !important;
    border-radius: 12px;
    overflow: hidden;
}

.modal-footer {
    border-top: 0px !important;
}

.cart-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.price-text {
    color: #21784f;
    font-weight: bold;
}

.cart-summary p {
    font-size: 16px;
}

.cart-btn {
    background-color: var(--teamColor);
    color: white;
    border-radius: 50px;
    padding: 10px 50px;
    width: 250px;
    border: 1px solid var(--teamColor);
}

.cart-btn:hover {
    background-color: transparent !important;
    border: 1px solid var(--teamColor) !important;
    color: var(--teamColor);
}

.checkout-btn {
    background-color: var(--teamColor);
    color: white;
    border-radius: 50px;
    padding: 10px 50px;
    width: 250px;
}

.checkout-btn:hover {
    background-color: transparent !important;
    border: 1px solid var(--teamColor) !important;
    color: var(--teamColor);
}

.continue-shopping {
    border: 1px solid #21784f;
    color: #21784f;
    border-radius: 50px;
    padding: 10px 50px;
    width: 250px;
    background-color: white;
}

.continue-shopping:hover {
    border: 1px solid #21784f !important;
    color: #21784f !important;
    border-radius: 50px;
    padding: 10px 50px;
    width: 250px;
    background-color: white;
}

#cartProductName {
    font-size: 22px;
    font-weight: 600;
    color: var(--textColor);
}

#cartProductPrice {
    font-size: 22px;
    font-weight: 900;
    color: #258F67;
}

.cart-summary p {
    color: var(--textColor);
    font-size: 18px;
    font-weight: 700;
}

.cart-summary p strong {
    color: #258F67;
    font-size: 20px;
    font-weight: 800;
}

/* approch-section css */

.approch-section-mob {
    display: none;
}

.approch-section {
    position: relative;
    background-image: url('images/home/approch-img.webp');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
    color: white;
    z-index: 1;
}

.approch-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.approch-section h3 {
    color: white;
    font-size: 46px;
    font-weight: 800;
}

.approch-section p {
    color: #E7E7CF;
    font-size: 24px;
    font-weight: 700;
    line-height: 50.80px;
}

.approach-img {
    height: 100%;
    display: flex;
    justify-content: end;
}

.approach-img img {
    height: 320px;
    width: auto;
}

/* introduction-section css */

.introduction-section {
    margin-top: 100px;
    padding: 100px 0px;
    background-color: #FAFAF5;
}

.introduction-img img {
    height: 400px;
    width: auto;
}

.introduction-section h3 {
    color: var(--textColor);
    font-size: 46px;
    font-weight: 800;
}

.introduction-section p {
    color: #556260;
    font-size: 22px;
    font-weight: 600;
    line-height: 39.80px;
}

/* faq-section css */

.faq-section {
    margin-top: 100px;
}

.faq-section h2 {
    color: var(--textColor);
    font-size: 36px;
    font-weight: 700;
}

.accordion-item {
    border: none;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 15px rgba(37, 143, 103, 0.10);
    border-radius: 16px;
}

.accordion-button {
    background-color: #ffffff;
    box-shadow: none;
    padding: 25px 15px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #556260;
    font-size: 20px;
    font-weight: 700;
}

.accordion-button::after {
    display: none !important;
}

.accordion-button .icon {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: transform 0.3s;
}

.accordion-button.collapsed .icon::before {
    content: "\f067";
}

.accordion-button:not(.collapsed) .icon::before {
    content: "\f068";
}

.accordion-button:not(.collapsed) {
    background-color: #ffffff;
    color: #556260;
    box-shadow: none;
}

.accordion-body {
    color: #556260;
    font-size: 17px;
    font-weight: 400;
    line-height: 23.80px;
}

/* questions-section css */

.questions-section {
    padding: 100px 0px 60px 0px;
}

.questions-section h2 {
    color: var(--textColor);
    font-size: 36px;
    font-weight: 700;
    text-align: left;
}

.question-card {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.info-card {
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 20px rgba(37, 143, 103, 0.10);
    border-radius: 16px;
    height: 100%;
    width: 32%;
}

.info-card.dark {
    background: var(--textColor);
    color: #fff;
    width: 32%;
}

.info-card.dark i {
    color: #ffbe42;
    margin-right: 8px;
}

.info-card i {
    color: #000000;
    margin-right: 8px;
}

.question-card {
    display: flex;
    gap: 20px;
}
/* contact-section css */

.contact-section h2 {
/*    color: var(--textColor);*/
    font-size: 34px;
    font-weight: 400;
}

.contact-section p {
    color: #556260;
    font-size: 17px;
    font-weight: 400;
    line-height: 23.80px;
}

.contact-section label {
    color: #556260;
    font-size: 17px;
    font-weight: 700;
}

.contact-section input {
    background: white;
    border-radius: 15px;
    border: 1px #C6C6C6 solid;
    width: 100%;
    padding: 10px 20px;
    outline: none;
}

.contact-section input::placeholder, .contact-section textarea::placeholder {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
}

.contact-section textarea {
    background: white;
    border-radius: 15px;
    border: 1px #C6C6C6 solid;
    width: 100%;
    padding: 10px 20px;
    outline: none;
}

.contact-section form button {
    background-color:  #373073;
    padding: 10px 20px;
    color: #fff;
    border: 0px;
    border-radius: 50px;
}

/* map css */

.map-details .socialMedia-icons {
    display: flex;
    gap: 30px;
    padding-top: 20px;
}

.map-details .socialMedia-icons i {
    color: #6e6161;
    font-size: 20px;
    transition: 0.3s;
}

.map-details .socialMedia-icons i:hover {
    color: #6e6161;
    transform: 0.3s;
}

.map-details .conatct-details {
    display: flex;
    gap: 13px;
}

.map-details .conatct-details p {
    margin: 0px;
    padding: 0px;
    color: black;
    font-size: 14px;
    font-weight: 500;
}

.map-details .contact-icons {
    height: 40px;
    width: 40px;
    background-color:  #373073;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-details .contact-icons i {
    font-size: 16px;
    color: #fff;
}

/* media query starting */

@media all and (max-width:990px) {

    /* banner-section css */

    /*.banner-section {
        margin-top: 0px;
        height: 95vh;
    }*/
}

@media all and (max-width:768px) {
    /* banner-section css */

    .banner-section {
        
        height: 35vh;
    }

    .banner-section h1 {
        font-size: 24px;
    }

    /* contact-section css */

    .contact-section h2 {
        font-size: 28px;
    }

    .contact-section p {
        font-size: 14px;
    }

    .contact-section label {
        font-size: 14px;
    }

    .contact-section input {
        padding: 10px 15px;
    }

    .contact-section textarea {
        padding: 10px 15px;
    }

    .contact-section form button {
        padding: 10px 25px;
    }
}

/* media query starting */
@media all and (max-width:1440px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: 0.6s;
        padding: 15px 40px;
        z-index: 1000;
        background-color: #fff;
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.16);
    }

    header.sticky {
        padding: 15px 40px;
        background-color: #fff;
        box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.16);
    }
    @media all and (max-width:990px) {

    /* navbar css */
    body {
        overflow-x: hidden;
    }

    body.overflow-hidden {
        overflow: hidden;
    }

    header {
        position: relative;
        justify-content: space-between;
        padding: 15px 60px;
    }

    .logo a {
        font-size: 16px;
    }

    .header__toggle {
        display: inline;
        color: #ffffff;
        font-size: 20px !important;
        background-color: var(--teamColor);
        padding: 10px 10px;
        border-radius: 50px;

    }

    header.sticky .header__toggle {
        display: inline;
        color: #ffffff;
        font-size: 24px;
    }

    .header__close {
        position: absolute;
        right: 70px;
        display: block;
        font-size: 24px;
        border-radius: 50%;
        z-index: 1000;
        color: #454545;
    }

    .nav {
        position: fixed;
        top: 0;
        right: -100%;
        background-color: #FAFAF5;
        color: #454545;
        width: 40%;
        height: 100vh;
        padding: 40px 0px 0px 0px;
        z-index: 1000;
        transition: 0.5s;
        border-radius: 0 0 0 50%;
        z-index: 1000;
        display: block;
    }

    header.sticky {
        padding: 15px 60px;
    }

    header .logo {
        position: relative;
        color: var(--textColor);
        text-decoration: none;
        text-transform: uppercase;
        transition: 0.6s;
    }

    .logo img {
        height: 40px;
    }

    .nav__list {
        display: flex;
        flex-direction: column;
    }

    .show {
        right: 0;
    }

    .nav__item a {
        color: #454545;
    }

    .nav__item {
        margin: 15px 0;
    }

    .nav__list a {
        text-decoration: none;
        display: inline-block;
        position: relative;
    }

    .nav__list a:after {
        background: none repeat scroll 0 0 transparent;
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 50%;
        position: absolute;
        background: var(--teamColor);
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        width: 0;
    }

    .btn-web {
        display: none;
    }

    .btn-phone {
        display: block;
        position: absolute;
        right: 120px;

    }

    header button {
        font-size: 20px;
        height: 45px;
        width: 45px;
    }

    /* footer section */

    .footer-section h6 {
        margin-top: 30px;
    }
}

@media all and (max-width:768px) {

    br {
        display: none !important;
    }

    /* navbar css */
    body {
        overflow-x: hidden;
    }

    body.overflow-hidden {
        overflow: hidden;
    }

    .logo img {
        width: 108px;
        height: 40px;
        object-fit: contain;
        margin-left: -10px;
    }

    header {
        height: auto;
        justify-content: space-between;
        padding: 15px 20px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
    }

    menu {
        visibility: hidden;
    }

    .logo a {
        font-size: 0.9rem;
    }

    .header__toggle {
        display: inline;
        color: #ffffffee;
        font-size: 18px;
        display: inline;
        padding: 8px 8px;
    }

    .header__close {
        position: absolute;
        right: 24px;
        display: block;
        font-size: 24px;
        border-radius: 50%;
        z-index: 1000;
        color: #454545;
        display: none;
    }

    .nav__item a {
        color: #454545;
        margin: 0px !important;
        font-size: 14px; 
        font-weight: 600;
    }

    .nav__link {
        padding: 10px 10px !important;
    }

    ol, ul {
        padding-left: 0rem !important;
    }

     /* Overlay */
     .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
        display: none;
      }
  
      .overlay.show {
        display: block;
      }
  
      /* Nav menu */
      .nav {
        position: fixed;
        top: 0;
        right: -100%;
        background-color: #FAFAF5;
        color: #454545;
        width: fit-content;
        height: fit-content;
        padding: 10px 10px 10px 10px;
        z-index: 1000;
        transition: right 0.5s ease;
        border-radius: 5px 0 0 5px;
      }
  
      .nav.show {
        right: 0;
      }

    .nav__list {
        display: flex;
        flex-direction: column;
        margin-right: 0%; 
        align-items: start; 
    }

    .show {
        right: 0;
    }

    .nav__item {
        margin: 0px;
    }

    header.sticky {
        padding: 10px 20px;
    }

    .btn-phone {
        display: block;
        position: absolute;
        right: 70px;
    }

    header button {
        font-size: 18px;
        height: 40px;
        width: 40px;
    }
@media (max-width: 576px) {
    .footer-logo {
      max-width: 140px;
    }

    .footer-links {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .footer-link {
      margin: 0; /* Remove side margins for stacked layout */
    }

    .footer-tagline,
    .footer-copy {
      font-size: 0.85rem;
    }
  }

@media all and (max-width:1400px) {
    .banner-section h1 {
        font-size: 50px;
    }
    
    .banner-section p {
        font-size: 22px;
    }

    .main-section {
        height: 100vh;
        margin-top: 0px;
    }

    /* product-section css */

    .product-section .product-details {
        justify-content: left;
        gap: 40px;
    }
    
    .product-section .product-details img {
        border-radius: 20px;
        margin-bottom: 20px;
        height: 140px;
        width: auto;
    }

    /* approch-section css */

    .approch-section h3 {
        font-size: 32px;
    }

    .approch-section p {
        font-size: 18px;
        line-height: 35px;
    }

    .approach-img {
        justify-content: end;
        align-items: center;
    }

    .approach-img img {
        height: 280px;
        width: auto;
    }

    /* introduction-section css */

    .introduction-img {
        display: flex;
        justify-content: center;
    }

    /* faq-section css */
    
    .faq-section h2 {
        color: var(--textColor);
        font-size: 36px;
        font-weight: 700;
        margin-top: 0px;
    }
    
    .accordion-item {
        border: none;
        margin-bottom: 10px;
        border-radius: 16px;
    }
    
    .accordion-button {
        box-shadow: none;
        padding: 25px 15px;
        border-radius: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
        font-weight: 700;
    }
    
    .accordion-button::after {
        display: none !important;
    }
    
    .accordion-button .icon {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        transition: transform 0.3s;
    }
    
    .accordion-button.collapsed .icon::before {
        content: "\f067";
    }
    
    .accordion-button:not(.collapsed) .icon::before {
        content: "\f068";
    }
    
    .accordion-body {
        font-size: 17px;
        font-weight: 400;
        line-height: 23.80px;
    }

    /* questions-section css */

    .question-card {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 30px;
        width: 100%;
        scroll-behavior: smooth;
        scrollbar-width: none;
        justify-content: space-between;
    }
    
    .question-card::-webkit-scrollbar {
        display: none;
    }
    
    .info-card {
        height: 100%;
        width: 22rem;
        flex: 0 0 auto;
        background: white;
    } 

    .info-card.dark {
        width: 22rem;
        height: 100%;
    }

    .product-card button {
        padding: 8px 0px;
    }
}

@media all and (max-width:1200px) {

    .product-image {
        height: 150px;
    }

    .product-card button {
        padding: 8px 4px;
    }
}

@media all and (max-width:990px) {

    /* banner section */

    .main-section {
        height: 50vh;
        margin-top: 0px;
    }

    /* popUp css */

    .cart-header {
        padding: 10px 10px !important;
    }

    .quantity-controls {
        padding: 0px 10px !important;
    }

    .cart-item button {
        font-size: 16px !important;
    }

    .modal-body {
        padding: 20px 20px 0px 20px !important;
    }

    .modal-content {
        padding: 0px 0px 20px 0px !important;
    }

    .cart-btn {
        padding: 10px 20px;
        width: 150px;
    }

    .checkout-btn {
        padding: 10px 20px;
        width: 150px;
    }

    .continue-shopping {
        padding: 10px 20px;
        width: fit-content;
    }

    .continue-shopping:hover {
        padding: 10px 20px;
        width: fit-content;
    }

    #cartProductName {
        font-size: 18px;
    }

    #cartProductPrice {
        font-size: 18px;
    }

    .cart-summary p {
        font-size: 16px;
    }

    .cart-summary p strong {
        font-size: 18px;
    }

    /* product card */

    .product-image {
        height: 200px;
    }

    /* faq section */

    .faq-section img {
        margin-bottom: 30px;
    }

    /* questions-section css */

    .question-card {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        scroll-behavior: smooth;
        scrollbar-width: none;
        /* white-space: nowrap; */
        padding-bottom: 10px;
    }

    .info-card.dark {
        width: 23rem;
        height: 100%;
    }
}
@media all and (max-width:768px) {

    /* br {
        display: none !important;
    } */

    .banner-section h1 {
        font-size: 18px;
    }

    .subtitle {
        font-family: Arial, sans-serif;
        font-weight: 200 !important; /* or just 'bold' */
        font-size: 17px;
    }

    .sction-img {
        width: 20px !important;
        height: 20px !important;
        margin-left: 0px;
    }

    .banner-heading br {
        display: inline !important;
    }
    
    .banner-section p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 0px;
    }

    .main-section {
        height: 37vh;
        margin-top: 0px;
        padding: 0px 0px;
    }
    
    /*.banner-section {
        display: flex;
    }*/

    .banner-section button {
        padding: 8px 15px;
        margin-top: 0px;
    }

    /* health-section css */

    .health-section {
        padding: 10px 0px;
    }

    .health-section h2 {
        font-size: 25px;
        text-align: flex-start;
    }
    .health-section h3 {
        font-size: 15px;
        text-align: left;
    }

    .health-section p {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }

    .health-section img {
        display: none;
    }

    /* product-section css */

    .product-section {
        padding: 0px 0px;
    }

    .product-section h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .product-section .product-details {
        justify-content: space-between;
        gap: 15px;
    }

    .product-section .product-details img {
        border-radius: 10px;
        margin-bottom: 10px;
        height: 115px;
        width: auto;
    }

    .product-categories-img {
        margin-top: 0px !important;
    }

    .product-section .product-details p {
        font-size: 12px;
    }

    /* popular-product css */

    .popular-product {
        padding: 30px 10px;
    }

    .popular-product .row>* {
        padding-right: 3px !important;
        padding-left: 3px !important;
    }

    .popular-product h2 {
        font-size: 16px;
    }

    .popular-product a {
        font-size: 14px;
    }

    .product-image {
        height: 100px;
        width: 100%;
        overflow: hidden;
        object-fit: fill;
    }

    .product-card {
        padding: 10px;
        height: auto;
        border-radius: 8px;
    }

    .product-card:hover {
        box-shadow: none;
        border: 1px solid #fff;
    }

    .product-card h6 {
        font-size: 12px;
        margin-top: 20px;
    }

    .product-card p {
        font-size: 8px;
        margin: 5px 0px !important;
        padding: 0px !important;
    }

    .product-card p del {
        font-size: 10px;
    }

    .product-card p strong {
        font-size: 10px;
    }

    .product-card button {
        padding: 5px 5px;
        font-size: 10px;
    }

    .fav-icon {
        font-size: 10px;
        border-radius: 50%;
        width: 20px;
        height: 20px;
    }

    .sale-badge {
        padding: 3px 10px 2px 10px;
        border-radius: 50px;
        font-size: 8px;
    }

    /* popUp css */

    .addtocart .cart-header {
        padding: 15px 20px !important;
        margin-bottom: 20px;
    }

    .addtocart .quantity-controls {
        padding: 0px 5px !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 70%;
        height: 45px;
        margin-left: auto;
        margin-right: auto;
    }

    .addtocart .cart-item button {
        font-size: 30px !important;
        outline: none !important;
    }

    .addtocart .closeBtn {
        position: absolute;
        top: -20px;
        right: -10px;
    }

    .addtocart .modal-body {
        padding: 10px 15px!important;
        text-align: left;
        width: 267px; 
        height: fit-content; 
        background: white; 
        border-radius: 5px;
        box-shadow: 0px 0px 20px rgba(37, 143, 103, 0.15);
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .addtocart .cart-item {
        padding: 5px 0;
        display: block !important;
        position: relative;
    }

    .addtocart .modal-content {
        padding: 0px 0px 20px 0px !important;
    }

    .addtocart .cart-img {
        width: 100px;
        height: 100px;
        margin: 0px !important;
    }

    .addtocart .cart-summary {
        margin-top: 5px !important;
    }

    .addtocart .cart-summary p {
        font-size: 14px;
    }

    .addtocart .cart-btn {
        padding: 10px 10px;
        width: 130px;
    }

    .addtocart .checkout-btn {
        padding: 10px 10px;
        width: 130px;
    }

    .addtocart .continue-shopping {
        padding: 10px 20px;
        width: fit-content;
    }

    .addtocart .continue-shopping:hover {
        padding: 10px 20px;
        width: fit-content;
    }

    .addtocart #cartProductName {
        font-size: 20px;
        margin-top: 20px;
    }

    .addtocart #cartProductPrice {
        font-size: 18px;
    }

    .addtocart .cart-summary p {
        font-size: 16px;
        margin: 5px;
    }

    .addtocart .cart-summary p strong {
        font-size: 18px;
    }

    /* approch-section css */

    .approch-section {
        display: none;
    }

    .scnd-approch {
        margin-top: 40px;
    }

    .approch-section-mob {
        position: relative;
        background-image: url('images/home/approch-img.webp');
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        display: flex;
        padding: 40px 0px 40px 10px;
        color: white;
        z-index: 1;
        width: 100%;
    }
    
    .approch-section-mob::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }

    .approch-section-mob h3 {
        font-size: 14px;
    }

    .approch-section-mob p {
        font-size: 12px;
        line-height: 15px;
    }

    .approch-section-contents {
        width: 75%;
    }

    .approach-img {
        width: 25%;
    }

    .approach-img img {
        width: 100% !important; 
        height: 100% !important;
    }

    /* introduction-section css */

    .intro-2-section {
        background-color: transparent !important;
    }

    .intro-2-section img {
        height: 150px;
        width: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .introduction-section {
        padding: 20px 10px;
        margin-top: 50px;
    }

    .introduction-img img {
        height: 150px;
        width: auto;
    }

    .introduction-section h3 {
        font-size: 16px;
        margin-top: 20px;
    }

    .introduction-section p {
        font-size: 12px;
        line-height: 20px;
    }

    /* faq-section css */

    .faq-section {
        margin-top: 50px;
    }

    .faq-section img {
        display: none;
    }
    
    .faq-section h2 {
        font-size: 18px;
        /* margin-bottom: 20px; */
        text-align: left;
    }
    
    .accordion-item {
        margin-bottom: 0px !important;
        background: #FAFAF5;
        margin-top: 0px !important;
        border-radius: 0px;
    }
    
    .accordion-button {
        background-color: #FAFAF5;
        padding: 25px 15px;
        font-size: 16px;
        font-weight: 700;
        border-radius: 0px;
    }
    
    .accordion-button:not(.collapsed) {
        background-color: #FAFAF5;
    }
    
    .accordion-body {
        color: #556260;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }    

    /* questions-section css */

    .questions-section {
        padding: 50px 0px 0px 0px;
    }
    .question-card {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        height: 100%;
        scroll-behavior: smooth;
        scrollbar-width: none;
        padding-bottom: 10px;
    }

    .questions-section h2 {
        font-size: 18px;
    }
    .info-card {
        margin-top: 10px !important;
        width: 20rem;
        padding: 20px 0px 20px 20px;
        margin-left: 5px;
        height: 100% !important;
    }
    .info-card.dark {
        width: 20rem;
        height: 100% !important;
    }
    @media (max-width: 767.98px) {
    .about-line {
        margin-top: 1rem;
        margin-bottom: 0.1rem;
        text-align: left; 
    }
    @media (max-width: 768px) {
    .service-card {
/*        width: 320px; /* Full width on mobile */*/
        height: 320px;
    }
    .mobile-mb-3 {
        margin-bottom: 0.1rem !important; /* Bootstrap's mb-3 = 1rem */
    }
        }
    }
    @media (max-width: 768px) {
        .work-section {
            padding-top: 0.5rem !important;
        }
        .allow-br br {
            display: inline !important;
        }
    }
    }
  }
}
@media (max-width: 991px) {
    .banner-section {
    /*    margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 100px !important; 
        padding-bottom: 40px !important;
    }*/

    body, html {
        margin: 0;
        padding: 0;
    }

    .hide-on-mobile {
        display: none !important;
      }

    .main-section {
        margin: 0 !important;
        padding: 0 !important;
    }

    .banner-section h1,
    .banner-section h2,
    .banner-section {
        font-size: 20px;  
        line-height: 1.5;
    }
    .banner-section p {
        font-size: 13px;
    }

    .banner-section button {
        font-size: 13px ;
        padding: 10px 20px;
    }
} 
