@import url('https://fonts.googleapis.com/css2?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');
/*
Core
*/
* {
    outline: none;
    box-shadow: none;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #fff;
    -webkit-text-fill-color: #838291;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.screen-reader-text {
    display: none;
}

.btn, .btn:hover, .btn:focus {
    box-shadow: none;
    border: 0;
    text-decoration: none;
}


body {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto; 
  font-style: normal;
  color: #000;

}

.opacity-0 {
    opacity: 0;
}

.container {
    max-width: 1240px;
    width: 100%;
} 

/*.container-fluid {
    max-width: 1440px;
}*/

.navbar-nav {
    align-items: center;
}
.nav-link:hover {
    color: #00B551 !important;
} 

.slider-btn {
    text-decoration: none;
    color: #fff;
    padding:7px 10px 7px 30px;
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    display: inline-flex;
    margin: 15px 0 0;
    border-radius: 50px;
    font-family: 'Bomstad Display';
    font-weight: 600;
    text-transform: uppercase;
    align-items: center;
        transition: transform 0.3s ease, background-color 0.3s ease;
}

 /* Hover effect */
      .slider-btn:hover {
          background-image: -webkit-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
             transform: scale(1.02); /* Slightly enlarge the button */
            text-decoration: none;
            color: #fff; 
       transition: transform 0.2s ease, background-color 0.3s ease;
        }

        /* Optional focus styles */
       .slider-btn:focus {
            outline: none;
            box-shadow: 0 0 10px #4CAF50;
        }


.common-btn {
    text-decoration: none;
    color: #fff;
    padding:14px 25px;
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    display: inline-flex;
    margin: 15px 0 0;
    border-radius: 50px;
    font-family: 'Bomstad Display';
    font-weight: 600;
    text-transform: uppercase;
    align-items: center;
        transition: transform 0.3s ease, background-color 0.3s ease;
}

.navbar-nav {justify-content: end;}

 /* Hover effect */
      .common-btn:hover {
          background-image: -webkit-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
             transform: scale(1.02); /* Slightly enlarge the button */
            text-decoration: none;
            color: #fff; 
       transition: transform 0.2s ease, background-color 0.3s ease;
        }

        /* Optional focus styles */
       .common-btn:focus {
            outline: none;
            box-shadow: 0 0 10px #4CAF50;
        }

.slider-btn img {
    max-width: 40px;
    max-height: 40px;
    margin-left: 30px;
} 

.card-header { 
    border: none !important;
        background: transparent;
  
}

.card.faq-item.active .card-header {
    background: transparent !important;
    border: none;
} 

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

.faqs-section .faq-list .faq-item .card-header span.heading {
    text-align: left;
    display: block;
    padding-right: 37px;
}
.faqs-section .faq-item .card-header .accordion-toggle {
    position: absolute;
    right: 16px;
    top: 20px;
    cursor: pointer;
    padding-left: 5px;
}

.no-shadow {
    background: transparent !important;
    box-shadow: unset !important;
    margin-bottom: 40px;
}

ul.datablock-listing {
    display: inline-flex;
    list-style: none;
    margin: 40px 0 0;
    font-weight: 600;
}

ul.datablock-listing li {
    margin: 0 15px;
}

.container.no-shadow h2.heading-common-title {
    margin-bottom: 5px;
}


.faqs-section .faq-item .card-header .accordion-toggle:after {
    content: '+';   
    width: 28px;
    height: 28px;
    display: block;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    top: -13px;
    position: absolute;
    right: 5px;
    color: var(--Blue, #2161AA);
    leading-trim: both;
    text-edge: cap;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.faqs-section .faq-item.active .card-header .accordion-toggle:after {
    content: '-';
  
}

div#faqAccordion {
    margin-top: 60px;
}

.card.faq-item.active {
    border-radius: 16px;
    background: #EDF5FF;
    box-shadow: 0.558px 0.558px 1.674px 0px rgba(80, 88, 113, 0.10), 2.232px 2.232px 5.579px 0px rgba(80, 88, 113, 0.06), 1.674px 1.674px 3.347px 0px rgba(121, 135, 176, 0.06) inset, -2.232px -2.232px 8.368px 0px rgba(121, 135, 176, 0.10) inset;
} 


.card.faq-item {
margin-bottom: 20px;
    padding: 5px 0;
    border-radius: 16px;
    background: #FBFBFB;
}

.faqs-section span.heading {
  color: var(--Black, #181818);
leading-trim: both;
text-edge: cap;
font-family: "Poppins", sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: normal;
}





.banner-content-block .banner-title {
    font-size: 71px;
    font-weight: 900;
}

.banner-content-block .banner-title span {
    color: #0a531c;
}

.banner-content-block p {
    font-size: 17px;
    width: 100%;
    font-weight: 500;
}

.fixed-top {
    padding: 20px;
    transition: all 0.3s ease-in-out;
   
} 


header.header.scroll li.menu-icon {
    top: 30px;
}


li.menu-icon {
    list-style: none;
    position: absolute;
    top: 40px;
}

.p-r-0 {
    padding-right: 0;
}

.navbar-nav.m-l-20 {
    margin-left: 60px;
}


.about-image-block img.img-fluid {
    max-width: 300px;
    margin: 0px auto;
}


.top-ticker li a {
    font-family: 'Bomstad Display';
    font-size: 16px;
    color: #fff;
    line-height: normal;
        text-decoration: none;
}

.footer-links h2 {
    font-weight: bold;
    font-size: 20px;
}

ul.footer-menu {
    padding: 0;
    line-height: normal;
    list-style: none;
    padding-top: 20px;
}

ul.footer-menu li a.nav-link {
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 500;
}

.footer-image {
    position: absolute;
    right: 100px;
    bottom: 0;
}
footer .nav-link:hover {
    color: #fff !important;
    opacity: 0.6 !important;
}

.footer-menu li {
    padding: 0 !important;
}

.footer-links-block {
    display: inline-flex;
    width: 100%;
}

.footer-links {
    width: 50%;
}  


.web-logo img {
    width: 80px;
} 

.wellness-content-block ul li {
    font-family: 'Bomstad Display';
    font-size: 114px;
    list-style: none;
    display: inline-flex;
    align-items: center;
}

p.sub-block-heading {
    font-size: 17px;
    font-weight: 500;

}

.section-title.w-btn {
    max-width: 400px;
    margin:30px auto;
}


.count-left-image {
    position: absolute;
    top: -70px;
    left: -40px;
} 

section.blog-section.common-padding {
    background: #f6faf2;
}

section.daily-support-block.common-padding {
    padding-bottom: 20px;
}

.count-right-image {
    position: absolute;
    right: 60px;
    bottom: -70px;
}

.wellness-content-block ul {
    margin: 0;
}

.wellness-content-block ul li {
    font-family: 'Bomstad Display';
    font-size: 114px;
    list-style: none;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}

section.wellness-stats.common-padding {
    padding-top: 0;
    position: relative;
}


.wellness-right-image {
    position: absolute;
    right: 0;
    bottom: -60px;
}

.bionutriy-wellness-block {
    position: relative;
}

.wellness-left-image {
    position: absolute;
    top: -70px;
    left: -15px;
}

.swiper-wrapper {
    transition-timing-function: linear;
}

.top-ticker ul {
   display: flex;
    padding: 0;
    margin: 0 auto;
    animation: ticker 50s linear infinite;
    list-style: none;
    max-width: 1300px;
        }

.top-ticker ul li {
    display: inline-flex;
    padding: 0;
    color: #007bff;
    font-size: 16px;
    position: relative;
}
        @keyframes ticker {
            0% {
                transform: translateX(100%);
            }
            100% {
                transform: translateX(-100%);
            }
        }

.news-ticker-enable{
    top: 45px;
}

.newsletter-from-block p {
    font-weight: normal;
    width: 370px;
    color: #ffffff99;
}  

span.divider {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    padding: 0 20px;
}
.scroll .fixed-top {
    padding: 10px 20px;
    transition: all 0.5s ease-in-out;
    top:0px;
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}

.newsletter-from-block h2 {
    font-weight: 900;
}  

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: "Poppins", sans-serif;
      font-weight: bold;

}

.smaller-common-title {
    color: var(--Black, #181818);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 33.6px */
}

.client-logo-block {
    background: #fff;
    padding:80px 0;
	
    position: relative;
    z-index: -2;
}
/*.client-inner-logo-block img {
    color: gray;
    filter: grayscale(1);
    opacity: 0.5;
}

.client-inner-logo-block img:hover {
    opacity: 1;
    filter: none;
}*/

#client-logo {
    margin: 20px 0;
}



.client-inner-logo-block{
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    margin: 20px 5px;
}

h4.subheading-common-title {
    color: #217211;
    font-size: 24px;
}

.blue-btn {
    border-radius: 60px !important;
    background: var(--Blue, #2161AA);
    border: none !important;
    color: #fff !important;
} 

.dashboard-content {
    width: 100%;
    margin-top: 20px;
    display: block;
}

p:empty {
    display: none;
}

ul.dashboard-listing {
    list-style: none;
    padding: 0;
}

ul.dashboard-listing li {
    padding: 7px 0;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 18px;
}

ul.dashboard-listing li img {
    margin-right: 10px;
}

.dashboard-block a.web-btn.button {
    max-width: 350px;
    margin: inherit;
    text-align: center;
}


.header .web-btn a {font-weight: bold;}

.header .web-btn {
    margin-left: 10px;
	overflow:hidden;
} 

/*
Header
*/

.website-logo {
    text-align: center;
} 

.shop-block {
    display: flex;
    align-items: center;
    justify-content: right;
}

.small-cart ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
} 

span.divider {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    padding: 0 20px;
}

.top-ticker li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.top-ticker {
    background-image: -moz-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    padding:12px 0 6px;
     overflow: hidden;
            white-space: nowrap;
            position: relative;
}

.top-ticker:hover ul {
            animation-play-state: paused;
        }

.small-cart {
    margin-left: 30px;
    position: relative;
}

.small-cart:after {
    position: absolute;
    width: 1px;
    height: 20px;
    background: #71ab2a;
    content: '';
    left: 5px;
    top: 4px;
} 

.newletter-block input[type="submit"] {
    background: url(../images/next.png) center center;
    text-indent: -9999px;
    box-shadow: none;
    font-size: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    border: none;
    top: 13px;
    right: 50px;
     transition: all .7s;
}  

.newletter-block input[type="submit"]:hover { 
    background: url(../images/next.png) center center;
    box-shadow: none;    
    transform: scale(1.1);
    transition: all .5s;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    border: none;
}  

.newletter-block {
    position: relative;
    max-width: 400px;
}

.newletter-block .wpcf7-email {
    font-family: 'Bomstad Display';
    background: #fff;
    padding: 14px;
    border: 2px solid #000;
    opacity: 1;
    border-radius:50px;
    color: #000;
    width: 100%;
    font-weight: 600;
} 

::placeholder {
    font-size: 16px;
  color:  #000;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color:  #000;
    font-size: 16px;
}

footer{
    position: relative;
}

span#products-counts {
    width: 18px;
    background: #71ab2a;
    height: 18px;
    display: block;
    position: absolute;
    border-radius: 100%;
    top: 4px;
    right: -5px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

li.shop-icon {
    position: relative;
    cursor: pointer;
} 

.btn-right-position {
    position: absolute;
    right: 20px;];
    top: 20px;
}

.search-icon {
    cursor: pointer;
}  

a.web-btn.no-effect:after {
    display: none !important;
}

a.web-btn.no-effect:before {
    display: none !important;
}
.no-effect span {
    color: #000 !important;
}

a.web-btn.no-effect:hover span {
    opacity: 0.7;
}


.sidebar-menu li {
    padding: 7px 0 !important;
    border-bottom: 1px solid #ccc;
} 

.sidebar-menu {
    margin-bottom: 50px;
}

.sidebar-menu a.nav-link {
    color: #000;
} 


.header .web-nav .nav-link {
color:#fff;
font-family: "Poppins", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.header .web-nav .nav-link.dropdown-toggle::after {
    top: 2px;
    position: relative;
}

.scroll .web-nav .nav-link {
color:#000;
}

.header .web-nav .dropdown-menu {
    min-width: 250px;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
} 

.scroll nav {
    background:#fff;
            -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}


.header .web-nav .dropdown-menu .nav-item {
    padding: 0 !important;
    border-bottom: 1px solid #f2f2f2;
}

.header .web-nav .dropdown-menu .nav-item:last-child {
    border-bottom: 0;
}

.header .web-nav .dropdown-menu .nav-item:hover {
    background: #ea3d66;
}

.header .web-nav .dropdown-menu .nav-item:hover .nav-link {
    background: #ea3d66;
    color: #fff;
}

.header .web-nav .dropdown-menu .nav-item .nav-link {
    padding: .5rem 1.5rem !important;
    color: #222;
}


.header .web-nav .nav-link.nav-btn {
    padding: 15px 45px;
}

 
section.inner-pages-banner {
    margin-top:140px;
    position: relative;
    color: #fff;
}

section.inner-pages-banner:after {
     background-image: -moz-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    position: absolute;
    width: 100%;
    content: '';
    height: 70%;
    top: 0;
    max-width: 1270px;
    margin: 0px auto;
    left: 0;
    right: 0;
    border-radius: 40px;
    z-index: -1;
}

section.blog-main-section {
    margin-top: 140px;
    position: relative;
    color: #fff;
    padding: 60px 80px;
} 

.blog-readmore a.slider-btn {
    margin: 15px auto;
    background: #fff;
    color: #e04e15;
    padding: 8px 50px 8px 15px;
}

.blog-main-section .blog-readmore {
    text-align: center;
}

.blog-readmore img {
    margin-right: 20px;
    margin-left: 0;
}

.pagination {
    padding: 20px 0;
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}


.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination a,
.pagination span {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 15px;
 background-image: -moz-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    opacity: 0.8;
        font-size: 16px;

}

.pagination a:hover {
  background-image: -moz-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    color: #fff;
    opacity: 0.8;
}

.pagination .current {
     background-image: -moz-linear-gradient( 0deg, rgb(224,156,26) 0%, rgb(224,78,21) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(224,156,26) 0%, rgb(224,78,21) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(224,156,26) 0%, rgb(224,78,21) 100%);
    color: #fff;
    font-weight: bold;
    opacity: 1;
}

ul.category-list {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 10px 0 30px;
}

ul.category-list li {
    margin: 0 30px;
    position: relative;
}

ul.category-list li a {
    color: #000;
    text-decoration: none;
    font-family: 'Bomstad Display';
    font-size: 18px;
    font-weight: 700;
}
ul.category-list li a:hover{
     color: #e04e15;

}
section.categeories-main-section {
    margin-top: 150px;
    clear: both;
}

ul.category-list li.active a {
    color: #e04e15;
    border-bottom: 1px solid;
}

ul.banner-btn-block {
  list-style: none;
    display: flex;
    align-items: center;
    position: relative;
    max-width: 500px;
    padding: 0;
}

.banner-btn-block li {
    margin: 10px 0;
}


.banner-main-form {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 96.3px 0px #E0E0E0, 27.079px 3.611px 162.475px 0px #DDEDFF, 0.558px 0.558px 1.674px 0px rgba(80, 88, 113, 0.10), 2.232px 2.232px 5.579px 0px rgba(80, 88, 113, 0.06), 1.674px 1.674px 3.347px 0px rgba(121, 135, 176, 0.06) inset, -2.232px -2.232px 8.368px 0px rgba(121, 135, 176, 0.10) inset;
    display: inline-flex;
    padding:50px 50px 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 46px;
}

.home .fixed-top {
    background: transparent;
}

.banner-form label {
    display: block;
    width: 100%;
}

.banner-form .wpcf7-email,
.banner-form .wpcf7-tel,
input.wpcf7-form-control {
   width: 100%;
    padding: 13px;
    border-radius: 7.576px;
    border: 1.263px solid #000;
    font-size: 14px;
    font-weight: normal;
    min-height: 50px;
}


select.wpcf7-form-control.wpcf7-select {
   width: 100%;
    padding: 13px;
    border-radius: 7.576px;
    border: 1.263px solid #000;
    font-size: 14px;
    font-weight: normal;
    min-height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
}

label.email-label {
    margin: 30px 0;
} 

.email-label span.form-title.email-label {
    top: -10px;
} 

h2.banner-title {
    margin-bottom: 40px;
}

.wpcf7-submit {
    border-radius: 60px;
    border: 4px solid var(--Blue, #2161AA);
    background: var(--Blue, #2161AA);
    color: #fff;
    transition: 0.3s ease-in-out;
    width: 100%;
    margin: 10px 0;
    padding: 12px;
}

span.wpcf7-not-valid-tip {
    position: absolute !important;
    bottom: -10px;
} 

.wpcf7{
    position: relative;
}

.banner-main-form p {
    margin: 0;
    position: relative;
}

.banner-main-form p br {
    display: none;
}


span.form-title.email-label {
    top: 18px;
}

.selected-flag {
    background: transparent !important;
} 

span.form-title {
    position: absolute !important;
    left: 20px;
    z-index:1;
    background: #fff;
    padding: 0 10px;
    color: var(--Black, #181818);
    font-size: 15.151px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    top:-12px;
} 

.banner-form font {
    color: var(--Others-Red, #F54336);
    font-size: 15.151px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.banner-form .wpcf7-email, .banner-form .wpcf7-tel,
input.wpcf7-form-control,
 {
    margin: 30px 0;
    position: relative;
}

.banner-form .wpcf7-submit{margin:0; border: none; border-radius: 50px; font-size: 18px; font-weight: 600; padding: 20px 10px;}
.wpcf7-submit:hover {
    transform: scale(1.01);
    opacity: 0.9;
    transition: 0.2s ease-in-out;
} 

.banner-title {
    color: var(--Black, #181818);
    text-align: center;
   font-family: "Poppins", sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 39px; /* 137.5% */
} 

.banner-title span {
    color: #01B552;
    font-family: "Poppins", sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
} 

.top-right-block ul {
    display: flex;
    align-items: center;
    justify-content: right;
    list-style: none;
    margin: 0;
	padding:0px;
} 

.web-mail a:hover {
    color: #1f61af;
}
.web-mail a {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    padding: 0 10px;
}


span.blog-details {
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -moz-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    z-index: 45;
    margin: 20px;
    display: block;
    padding: 17px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 400px;
    margin:30px auto 60px;
    color: #fff;
} 

.single section.blog-main-section:after {
    height: 70%;
}

.single-blog-details {
    padding: 0 30px 60px;
}
.single-blog-details h3 {
    font-weight: 900;
    font-size: 40px;
}


.blog-details-block li {
    list-style: none;
    padding: 5px;
    position: relative;
    padding-left: 20px;
}

.blog-details-block ul {
    padding: 0;
}

.blog-details-block li:after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: '';
    background: #e09419;
    left: 0;
    top: 10px;
    border-radius: 20px;
}

.jet-logo-block {
    margin: 20px auto;
}

.call-tagline {
    border-radius: 28px;
    background: #2161AA;
    color: var(--White, #FFF);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 134%; /* 20.1px */
    padding: 7px 12px;
    display: inline-flex;
   margin-top: 15px;
}  




::placeholder {
color: #000;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: normal;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: normal;
}

.toll-number-block a {
    color: #03B654;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 29px;
    font-style: normal;
    font-weight: 800;
    line-height: 134%; /* 38.86px */
    text-decoration: none;
}

.toll-number-block {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}

.toll-number-block:hover {
    opacity: 0.5;
} 




.blog-main-title {
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    padding: 0 20px;
} 

.banner-post-tagline {
    font-size: 25px;
    text-align: center;
    width: 70%;
    margin: 0px auto;
      color: #ffffff9c;
}

.blog-main-section .blog-image img {
    max-height: 450px;
}

section.blog-main-section:after {
    background: #1f2e4f;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    max-width: 1270px;
    margin: 0px auto;
    left: 0;
    right: 0;
    border-radius: 40px;
    z-index: -1;
} 

/*.fixed-top,
.home .scroll .fixed-top {
    background: #fff;
    
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}*/

.main-heading-title {
color: var(--Black, #181818);
leading-trim: both;
text-edge: cap;
font-family: Poppins;
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: 134%; /* 64.32px */
}

.banner-section {
    padding: 100px 0 60px;
    background: linear-gradient(180deg, rgba(235, 255, 235, 0.00) 0%, #EBFFEB 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-top: 40px;
}

.banner-section h1.main-heading-title{position:relative; z-index:1;}
.banner-section h1.main-heading-title:after{background:url(../images/heading-line2.svg) no-repeat; position:absolute; content:''; display:block; top:48px; right:130px; width:290px; height:29px; z-index:-1;}
.banner-section .banner-content {padding-right:60px;}

.banner-content-section .blue-btn {    transition: 0.2s ease-in-out;position:relative; font-size:18px; font-weight:600; padding:18px 24px; border-radius:50px; text-decoration:none; display:inline-block; margin: .5rem 0;}
.banner-content-section .blue-btn:hover {    transition: 0.5s ease-in-out;transform: scale(1.01); opacity: 0.9; transition: 0.2s ease-in-out;}
.banner-content-section .blue-btn:after {background: linear-gradient(to right, #68ACF9, #0F427C); content:'';  border-radius:50px; position:absolute; width: 103%; height: 118%; z-index: -1; left: -5px;  opacity: 1; top: -5px;}

.count {margin: 3rem 0 0; display:flex; text-align:center; width:100%; justify-content: space-around; align-items: end;}
.count .count-content + .count-content {background:url(../images/divider.svg) no-repeat center left; padding: 0 3rem;}
.count-status {
    color: #00B551;
    font-size: 12px;
    font-weight: 600;
}
.count h3{font-size: 36px; font-weight: 600; margin-bottom:0px;}
.count-txt {
    font-size: 18px;
    font-weight: 400;
}

.home .fixed-top {
     -webkit-box-shadow: none;
    box-shadow:none;
}


.inner-page-main-content {
    padding: 70px 0 50px;
}

.website-logo {
    padding-left: 70px;
}

section.static-page {
    margin-top: 100px;
    position: relative;
}


.static-page:after {
    background: url(../images/privacy-bg.png) center center;
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.faqs-page:before {
    background: url(../images/faq_bg.png) center center;
    position: absolute;
    width: 190px;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
} 


header .active a.nav-link {
    color: #e06917 !important;
}

section.aboutus-block {
    overflow: hidden;
}

header .active a.nav-link {
       color: #00b551 !important;
    font-weight: bold !important;
} 

footer .active a.nav-link {
    opacity: 0.7;
} 

.heading-light-title {
    font-size: 44px;
    margin-bottom: 30px;
}

.container.w-1000 {
    max-width: 1140px;
}

h1.inner-page-title {
    font-size: 30px;
    font-weight: 900;
}
.banner-content p {
    width: 80%;
    margin: 10px auto;
    font-size: 15px;
    opacity: 0.9;
    line-height: 27px;
} 

.inner-page-main-content p {
    font-size: 30px;
    font-weight: 5;
}

/**Footer**/
.inner-container {
    background-image: -moz-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 78, 21) 0%, rgb(224, 156, 26) 100%);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    padding: 20px;
    overflow: hidden;
    border-radius: 40px;
    margin:20px auto;
    color: #fff;
    max-width: 1280px;
}  

.footer-content {
    padding: 50px 0;
}

.social-link h2 {
    font-size: 17px;
    font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.footer-content p {
    font-size: 20px;
    color: #000;
}

.social-link ul {
    list-style: none;
    display: inline-flex;
    padding: 0;
    margin: 0;
} 

.copyright-block {
    color: var(--Colors-Secondry-color, #121410);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding-bottom: 10px;
} 

.bottom-form-block {
    max-width: 600px;
    margin: 0px auto 80px;
}



h4.formtagline-title {
    color: var(--Black, #181818);
    leading-trim: both;
    text-edge: cap;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
   text-align: center;
}

.partner-logosection {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 40px 0 0;
}

.subheading-block {
    color: var(--Black, #181818);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0;
}

.social-link ul li {
    margin: 5px;
} 

.footer-content.social-link {
    text-align: right;
}

.social-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-nav li {
    display: inline-block;
    padding: 0 !important;
    margin-left: 5px;
}

.social-nav li:first-child {
    margin-left: 0;
}




.social-nav .nav-link {
    color: #e83d66;
    font-size: 1rem;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: 1px solid #e83d66;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.social-nav .nav-link:hover {
    color: #fff;
    background: #e83d66;
}

.footer-block {
    padding: 40px 30px;
    position: relative;
}

.footer-block .widget h3 {
    font-size: 1.5rem;
}

.footer-block .widget .textwidget p {
    display: inline-block;
    font-size: 0.9rem;
}


.footer-block .widget .textwidget > div {
    display: inline-block;
    vertical-align: middle;
}

.footer-block .widget .textwidget > div a {
    color: #000000;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;

}

.footer-block .widget .textwidget > div a:hover {
    color: #e83d66;
    text-decoration: none;
}

.footer-block .widget {
    padding: 20px 0;
}

.footer-block .footer-block-one:after {
    content: '';
    width: 1px;
    position: absolute;
    height: 100%;
    top: 0;
    background: #ddd;
    right: 35px;
}

.footer-block .footer-block-one .widget h3 {
    font-size: 1.5rem;
    padding: 0 0 25px 0;
}

.footer-block .footer-block-one .widget .textwidget > div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    text-align: left;
}

.footer-block .footer-block-one .widget .textwidget > div a {
    margin-bottom: 5px;
    display: inline-block;
}

.footer-block .footer-block-two .widget .textwidget > div,
.footer-block .footer-block-two .widget .textwidget .wpcf7,
.footer-block .footer-block-two .widget .textwidget form {
    width: 100%;
    position: relative;
}

.footer-block .footer-block-two .form-inline {
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 50px;
    position: relative;
}

.footer-block .footer-block-two .form-inline .wpcf7-form-control-wrap input {
    width: 100%;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-style: italic;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.5);
}

.footer-block .footer-block-two .form-inline ::-webkit-input-placeholder { /* Edge */
    color: rgba(0, 0, 0, 0.5);
}

.footer-block .footer-block-two .form-inline :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.5);
}

.footer-block .footer-block-two .form-inline ::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.footer-block .footer-block-two .form-inline .wpcf7-form-control-wrap {
    display: inline-block;
    width: calc(100% - 178px);
}

.footer-block .footer-block-two .form-inline .wpcf7-submit {
    display: inline-block;
    float: right;
    position: relative;
    right: -12px;
}

.footer-block .footer-block-two .form-inline .ajax-loader {
    position: absolute;
    right: 20px;
    /*background-image: url(../images/loader.gif);*/
    background-size: 100%;
    background-repeat: no-repeat;
}

.footer-block .footer-block-two span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 0.625rem;
    right: 0;
    bottom: 0;
}

.footer-block .footer-block-two div.wpcf7-response-output {
    font-size: 0.8125rem;
    border: 0;
    position: absolute;
    bottom: -30px;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer-association {
    border-top: 1px solid #dddddd;
    padding: 50px 30px;
}

.footer-association h3 {
    font-size: 1.6rem;
}

.footer_association_list {
    display: flex;
    margin: 0 auto;
    list-style: none;
    padding: 30px 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: 1;
}

.footer_association_list li {
    display: flex;
    margin: 0 20px;
    flex: 0 20%;
}

.footer-credit {
    border-top: 1px solid #dddddd;
    font-size: 0.8rem;
    padding: 20px 0;
    color: #8a8a8a;

}

.footer-credit .footer-links {
    color: #f44067;
    margin: 0 2px;
}

.footer-credit .footer-links .footer-link-divider {
    color: #8a8a8a;
}





.faqs-lists-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

.faqs-lists-block .icon-tab {
    width: 20%;
    text-align: center;
    border: 2px solid #e6e2df;
    padding: 30px;
    border-radius: 20px;
    margin: 0 15px;
    cursor: pointer;
}

.service-icons-block {
    padding-bottom: 25px;
}

span.icon-label {
    font-weight: bold;
    font-size: 17px;
}

.item {
    padding: 0 45px;
} 


.icon-tab.active,
.icon-tab:hover {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(225, 97, 22);
    background-image: -ms-linear-gradient( 0deg, rgb(224,78,21) 0%, rgb(224,156,26) 100%);
    box-shadow: 0px 13px 63.7px 1.3px rgba(225, 90, 22, 0.26);
}

.faq-detail p {
  color: var(--Colors-Greyscale-800, #424242);
leading-trim: both;
text-edge: cap;
font-family: "Poppins", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
} 

.active span.heading {
    color: var(--Blue, #2161AA) !important;
}


.testimonial-rating-block {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
} 

.home-slider-block {
    top: -30px;
    position: relative;
}

.container-fluid {
    padding: 0;
}

/* Testimonial Card Styling */
.testimonial-card {
    padding: 30px;
    margin: 20px auto;
    height: 100%;
    max-height: 430px;
    border-radius: 16px;
    border: 1px solid #EBEBEB;
    background: #F8F9FA;
}

.testimonial-card:hover {
    border-radius: 16px;
    border: 1px solid #73DEA3;
    background: var(--Light-Green, #ECFFEC);
} 


div#testimonial-slider {
    height: 450px;
}



.testimonial-text {
   color: #555;
  margin-bottom: 20px;
  line-height: 1.5;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.client-rating-block {
    width: inherit !important;
    margin: 10px 0;
}

.testimonial-content p {
color: var(--Black, #181818);
leading-trim: both;
text-edge: cap;
font-family: "Poppins", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 176%; /* 31.68px */
}

.author-name {
    margin: 0;
    color: var(--Black, #181818);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

.author-bottom-block {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.author-image img.author-pic {
    width: 60px;
    height:60;
    border-radius: 100px;
}

.green-btn {
    border-radius: 60px !important;
    background: var(--Green, #00B551);
} 

.subheading-common-title {
    border-radius: 30px;
    background: linear-gradient(270deg, #DDEDFF 0%, #EEFDEE 100%);
    display: inline-flex;
    padding: 10px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.subheading-common-title span {
    leading-trim: both;
    text-edge: cap;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(90deg, #00B551 0%, #2161AA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}

.wpcf7-response-output {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 0px auto !important;
    left: 0;
    right: 0;
} 

p.author-designation {
    width: 90%;
    font-size: 14px;
}

p.author-designation br {
    display: none;
}

.author-details {
    padding-top: 20px;
	
	padding-right:15px;
}


.testimonial-card:hover .author-designation,
.testimonial-card:hover .rating-details {
    color: #2161AA;
}

p.author-designation {
    color: var(--Black, #181818);
    leading-trim: both;
    text-edge: cap;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 146%; /* 23.36px */
}



#slider_home { 
    padding: 60px 0;
}
 #slider_home .swiper-slide{
    padding: 5px;
}
.home-slider-image {
    box-shadow: 0px 7px 109px 0px rgba(226, 109, 48, 0.29);
}


section.padding-top {
    padding-top: 0;
}

.padding-top h2.heading-common-title {
    margin-bottom: 40px;
} 

 
 .dashboard-industry-block img{
    border-radius: 15px;
    margin-bottom: 20px;
}


.dashboard-industry-block {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.dashboard-industry-block img {
  display: block;
  width: 100%;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8); /* Initially smaller */
  font-size: 50px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;  
  z-index: 99;
  flex-wrap: wrap;
transition: 0.4s all ease-in-out;
}

.data-block .discount-content-block {
    padding: 0;
}

.data-block .disconunt-content {
    font-size: 17px;
}
.dashboard-industry-block:hover .play-icon {
 transition: 0.4s all ease-in-out;
  opacity: 1;
  cursor: pointer;
} 

 .dashboard-industry-block
 {
    transition: 0.5s all ease-in-out;
} 


h2.gallery-title {
    font-size: 24px;
    margin: 15px 0 ; 
}

figure.image-anime {
    background: #fff;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, .10);
    margin: 20px 0;
    text-align: center;
    padding: 40px;
    border-radius: 10px;
} 

.view-video-icon {
    margin:5px auto !important;
    max-width: 50px;
}

.play-icon span {
    font-size: 20px;
    display: block;
    width: 100%;
    text-align: center;
}

.dashboard-industry-block:hover:after {
    cursor: pointer;
    background: #000000ad;
    width: 100%;
    height: 95%;
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
    border-radius: 15px;
    left: 0;
   transition: 0.5s all ease-in-out;  
}  

/*@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1); /* Slight pulse effect */
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}*/

.dashboard-industry-block:hover .play-icon {
  animation: pulse 1s infinite ease-in-out; /* Pulse animation */
} 
 

 


div#home-banner-slider {
    box-shadow: 7px 4px 64px 0px rgba(226, 109, 48, 0.29);
    background: #fcefe8;
}

.home-slider-image img.img-fluid {
    border-radius: 10px;
    border: 1px solid #2ab182;
}

.heading-common-title {
color: var(--Black, #181818);
leading-trim: both;
text-edge: cap;
font-family: "Poppins", sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 128%; /* 51.2px */
}

.daily-support-block h2.heading-common-title {
    font-size: 45px;
    font-weight: 900;
} 

p.section-sub-heading {
    font-size: 17px;
}

.featured-lists-block ul {
    list-style: none;
    display: flex;
    padding: 20px 0 0;
    justify-content: center;
    align-items: center;
    margin: 0;
}

h2.bionutriy-featured-title {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 0;
}

.our_purpose_block {
    background: #fff5f5;
    padding: 20px;
    border-radius: 16px;
}


.common-wellness-block h2.heading-common-title {
    font-size: 20px;
}

.common-wellness-block span.list-icons {
    color: #ef1e1e;
    font-size: 30px;
    font-family: 'Bomstad Display';
    font-weight: bold;
    line-height: 0;
    margin-right: 10px;
    margin-bottom: -7px;
}  

.our_promise_block {
    background: #ceecd9;
    padding: 20px;
    border-radius: 16px;
        color: #0f2d1a;
}

.common-wellness-block {
    margin-top: 100px;
    width: 100%;
    margin: 0px auto;
    margin-top: 100px;
    padding: 40px 30px;
    max-width:350px;
}

.custom-dashboard-block {
    transition: 0.2s all ease-in-out;
    padding: 20px;
     background-color: rgb(255, 255, 255);
     border-radius: 15px;
 
}
.custom-dashboard-block:hover {
     transition: 0.2s all ease-in-out;
    transform: scale(1.03);
    box-shadow: -3px 8px 65px 0px rgba(0, 0, 0, 0.15);
}


.dashboard-lists-block {
        transition: 0.2s all ease-in-out;
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    padding: 30px;
    border:1px solid transparent;
    margin: 12px 0;
}

.dashboard-lists-block:hover {
          transition: 0.2s all ease-in-out;
        transform: scale(1.03);
    box-shadow: -3px 8px 65px 0px rgba(0, 0, 0, 0.15);
}

.dashboard-content h3 {
    font-size: 18px;
}

/*.dashboard-image-block {
    border-radius: 16px;
    background: #fdf4ef;
    padding: 10px;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.dashboard-image {
    width: 66px;
    margin: 0px auto;
}

.discount-content-block {
    padding-top: 40px;
}

.discount-content-section {
    padding: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    height: 540px;
        border-radius: 30px 0px 0px 30px;
}  

.discount-content-block .heading-common-title {
    font-size: 35px;
    margin-bottom: 10px;
}

.disconunt-content {
    font-size: 15px;
    line-height: 25px;
}

.discount-block .container {
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 65px 0px rgba(0, 0, 0, 0.15);
   
}

.mt-20 {
    margin-top: 40px;
}

.col-sm-3.mt-20.text-center.mx-auto {
    margin-top: 60px;
}

.dashboard-content-div p {
    font-size: 15px;
}

.dashboard-content-div {
    height: 60px;
} 

.daily-support-block {
    color: #fff;
    position: relative;
    
}

.daily-support-block:after {
    position: absolute;
    background: url(../images/daily-bg.png) center center;
    content: '';
    background-size: 100% 100%;
    width: 100%;
    height: 80%;
    top: 40px;
    left: 0;
    z-index: -1;
} 



.daily-support-block:before {
    position: absolute;
    background: url(../images/daily-bg-right.png) center center;
    content: '';
    background-size: contain;
    width: 60px;
    bottom: 200px;
    right: 0;
    z-index: 1;
    background-repeat: no-repeat;
    height: 100px;
} 

.daily-support-content-section {
    padding-top: 70px;
}



.bionutrity-family-block {
    color: #fff;
    position: relative;
    
}

.bionutrity-family-block:after {
     position: absolute;
    background: url(../images/6-Photoroom.png) center center;
    content: '';
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    top: 40px;
    left: 0;
    z-index: -1;
    max-height: 660px;
} 


.copyright-block {
    padding: 25px 0 20px;
}

.scroll .fixed-top.web-nav {
    background: #fff;
    transition: all 0.5s ease-in-out;
}


.bionutrity-family-content-section p {
    width: 85%;
    line-height: 30px;
    font-size: 17px;
    margin: 15px 0;
}


p {
    font-size: 18px;
    font-weight: 400;
} 

section.related-blog-section.common-padding {
    background: url(../images/featured-bg.png) center center;
    padding-bottom: 0;
} 

.terms-page h1 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}

.terms-page h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
}  


.bionutrity-family-block:before {
     position: absolute;
    background: url(../images/vector1.png) center center;
    content: '';
    background-size: contain;
    width: 60px;
    bottom: 70px;
    right:0px;
    z-index: 1;
    background-repeat: no-repeat;
    height: 100px;
} 

.bionutrity-family-block {
    padding-top: 70px;
    position: relative;
}

.bionutrity_family {
    position: absolute;
    top: -15px;
    left: 100px;
}

.bionutrity-family-image-block {
    position: relative;
    margin-top: -128px;
}

h2.truested-wellness-title {
    font-size: 68px;
    text-align: center;
    font-weight: 600;
}

section.trusted-weelness-block {
    padding: 200px 0 250px;
    position: relative;
} 

.trusted-weelness-block .container{
    position: relative;
}

.trusted-image-1 {
    position: absolute;
    top: -150px;
}

.trusted-image-2 {
    position: absolute;
    top: -150px;
    right: 0;
}

.trusted-image-3 {
    position: absolute;
    left: 100px;
    bottom:-170px;
}

.trusted-image-4 {
    position: absolute;
    right: 150px;
    z-index: 9;
    bottom: -300px;
} 

.trusted-weelness-block:after {
    background: url(../images/trusted-bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: -50px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
} 

.daily-support-block ul li {
    list-style: none;
    font-family: 'Bomstad Display';
    font-weight: bold;
    padding: 10px 0;
    font-size: 19px;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.daily-support-block ul {
    padding: 0;
}

section.shop-banner-block {
    margin-top: 100px;
    padding-bottom: 0;
}

.shop-container {
    padding-bottom: 80px;
}


.daily-support-block span.list-icons {
    color: #246826;
    font-size: 30px;
    font-family: 'Bomstad Display';
    font-weight: bold;
    line-height: 0;
    margin-right: 10px;
    margin-bottom: -7px;
}

.wellness-image-block {
    margin-top: 30px;
    text-align: center;
}

.our_purpose_block span.list-icons {
    color: #ef1e1e;
}

.our_promise_block span.list-icons {
    color: #c24430;
}
.common-wellness-block ul li {
    list-style: none;
    font-family: 'Bomstad Display';
    font-weight: bold;
    padding: 10px 0;
    font-size: 19px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
}

.common-wellness-block ul {
    margin: 0;
    padding: 0;
}

.featured-lists-block ul li {
    text-align: center;
    flex: 6;
} 

.home-featured-lists ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-featured-lists {
    position: relative;
    display: flex;
    align-items: center;
}

.home-featured-lists ul {
    margin: 0;
    /* align-items: center; */
    justify-content: center;
    position: relative;
    z-index: 9;
    margin-top: -60px;
    margin-bottom: 100px;
        margin-left: 100px;
}

.featured-icon {
    width: 45px;
    margin: 0 10px;
}

.featured-block {
    width: 220px; 
}

h2.slider-featured-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.home-featured-lists:after {
    background: #fff8ee;
    width: 100%;
    height: 180px;
    content: '';
    left: 0;
    position: absolute;
    top: -130px;
} 

/**Home Page Inner**/
.banner-block {
    width: 100%;
/*    height: 100vh;*/
    display: flex;
    align-items: center;
    color: #000;
    position: relative;
    background-color: #fff;
    min-height: 300px;
} 

.left-image {
    position: absolute;
    left: 0;
    top: 200px;
}

.banner-block .owl-nav {
    position: absolute;
    right: -100px;
    top: 70%;
    transform: translateX(-70%);
}

.banner-block button.owl-prev {
    outline: none !important;
    margin: 0 10px;
}

.banner-block button {
    outline: none !important;
} 



.inner-banner-content {
    text-align: center;
}

.description-block .content-block span {
    color: #b1120c;
}

.banner-content h1,
.inner-banner-content h1
 {
    font-size: 70px;
    line-height: 75px;
    font-weight: normal;
     margin:0px auto
}  

.common-padding {
    padding: 80px 0;
}

.description-block {
    background: #ffffff;
    color: #000;
}

.description-block .content-block p {
    font-size: 57px;
    font-family: 'Bomstad Display';
    font-weight: 700;
} 

.description-block .content-block img{
    margin-top: -60px;
}   


.banner-content-block {
    padding-left: 100px;
}

.inner-banner-content p {
    font-size: 18px;
    max-width: 700px;
    font-weight: 500;
    line-height: 34px;
}


.description-icons-image {
    position: absolute;
    right: 0;
    top: -100px;
}

.description-block.common-padding {
    position: relative;
}


section.banner-block.career-banner {
    position: relative;
    z-index: 99;
    overflow: hidden;
    background-color: #000;
} 

section.banner-block.career-banner:after {
    background: url(../images/inner-banner-bg.png);
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
    right: -30%;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.8;
}

.contact-page-banner-section{
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.contact-page-banner-section:after {
    background: url(../images/contact_bg.png);
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
    right: -50px;
    bottom: -130px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.8;
}


.web-btn a::before {
    display: none !important;
}



.form-block p {
    text-align: left;
    margin: 0px auto;
    width: 100%;
}



.form-block label {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #000;
}

.contact-page-banner {
    background: #fff;
    color: #000;
    padding: 20px;
    max-width: 650px;
    margin: 0px auto;
    margin: 30px auto;
    border-radius: 15px;
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);

}

.contact-page-banner h2 {
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    margin: 20px 0 0;
}

.contact-page-banner p {
    margin: 0 0 30px;
    text-align: center;
    font-size: 15px;
} 


.form-block p {
    text-align: left;
    margin: 0px auto;
    width: 100%;
}


.form-block label {
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0;
    color: #000;
} 

.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    right: 10px;
    color: red;
} 

section.discount-block {
    position: relative;
}

section.discount-block:after {
    background-image: url(../images/discount-bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: -70px;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: -1;
} 

.dashboard-industry {
    background: url(../images/industry_bg.png);
    margin-top: 80px;
    background-size: cover;
    background-repeat: no-repeat;
} 


.dashboard-industry-block iframe {
    border-radius: 15px;
}

.discount-tag-image {
    position: absolute;
    left: -130px;
    bottom: 10px;
}

.content-block.discount-content-section {
    position: relative;
} 

section.team-banner {
    color: #fff;
    padding: 100px 0;
      background-color: #000;
}


section.map-section {
    background: #000;
    color: #fff;
    text-align: center;
}

.map-content-section img {
    margin: 40px 0;
}


.team-lists ul {
    padding: 0;
    list-style: none;
    text-align: center;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team-lists li {
    width: 33%;
}


.team-lists h2 {
    font-size: 24px;
    margin: 0px;
}

.team-member-details p {
    font-size: 15px;
}

.team-member-image {
    border-radius: 100%;
    max-height: 320px; 
   transition: transform 0.3s ease, background-color 0.3s ease;  
}

.social-link a:hover {
    opacity: 0.7;
}

.team-member-image:hover {
    transform: scale(1.05);
     transition: transform 0.5s ease, background-color 0.3s ease;
}



.wpcf7-response-output {
      position: absolute;
     margin: 0;
    border: none !important;
    text-align: center;
    font-size: 12px;
    width: 100%;
    left: 0;
    max-width: 400px;
} 

.contact-page-banner {
    padding-bottom: 0px;
}

.form-block input {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
    /* padding: 10px; */
     max-width: 450px;
}

.discount-form textarea {
    font-weight: bold;
    font-size: 15px;
    padding: 12px;
    width: 100%;
    height: 140px;
    resize: none;
    border-radius: 10px;
    border: 1px solid #ccc;
    max-width: 450px;
}

.discount-form .wpcf7-submit {
    margin: 0;
    clear: both;
}

.form-block {
    max-width: 470px;
    margin: 20px auto;
    display: block;
} 

.discount-form {
    padding-top: 30px;
    position: relative;
} 

section.page-notfound-banner {
    height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
      background-color: #000;
}

section.contact-page-banner-section {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
      background-color: #000;
} 

.team-details {
    width: 200px;
    margin: 0px auto;
    font-size: 14px;
}

.readmore-btn {
    color: rgb(224 3 3);
    font-weight: 500;
    font-size: 17px;
}

.map-content-section h2 {
    font-size: 38px;
}

.readmore-btn:hover{
    opacity: 0.8;
       color: rgb(224 3 3);
}

.menu-icon {
    display: none;
}

.web-btn {
  position: relative;
  display: inline-block;
  width: auto; height: auto;
  border: none;
  cursor: pointer;
  min-width: 150px; 
  border-radius:30px;
  overflow:hidden;
} 

.web-btn:active, .web-btn:hover, .web-btn:focus {
  outline: 0!important;
  outline-offset: 0;
}
.web-btn::before,
.web-btn::after {
  position: absolute;
  content: "";
}

.top-right-block font {
    font-size: 16px;
    display: block;
    font-weight: 600;
    line-height: 10px;
} 



.whatapp-icon {
    position: absolute;
    margin: 12px;
}




.whatapp-btn img.whatapp-icon {
    margin: 18px 15px;
} 


.testimonial-subheading p {
    color: var(--Black, #181818);
    leading-trim: both;
    text-edge: cap;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.testimonial-subheading {
    width: 100%;
} 

.web-btn span {         
    position: relative;
    display: inline-block; 
    top: 0; left: 0;
    width: 100%;
    padding:13px 24px; 
    font-weight: 600;
    font-size: 18px;
    transition: transform 0.3s ease, background-color 0.3s ease;     
  } 


/*--- btn-1 ---*/
.web-btn::before {
 border-radius: 7px;
    background-image: -moz-linear-gradient(0deg, rgb(238, 90, 148) 0%, rgb(235, 0, 103) 0%, rgb(33, 97, 172) 0%, rgb(15, 106, 213) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(238, 90, 148) 0%, rgb(235, 0, 103) 0%, rgb(33, 97, 172) 0%, rgb(15, 106, 213) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(238, 90, 148) 0%, rgb(235, 0, 103) 0%, rgb(33, 97, 172) 0%, rgb(15, 106, 213) 100%); 
  transition: 0.3s ease-out;
  border-radius: 60px;
 
}
.web-btn span {
  color: #fff;
  transition: 0.2s 0.1s;
  /*border-radius:7px;
  border: 1px solid #2161ac; */
}

.web-btn span:hover { 
  transition: 0.2s 0.1s;
  color: #fff;
} 
/* 4. hover-filled-slide-right */
.web-btn::before {
  top:0; bottom: 0; left: 0;
  height: 100%; width: 0%;
    border-radius:60px;
}
.web-btn:hover::before {
  width: 100%;
}
 /* alt1 */
.alt.web-btn{  
 border-style: solid;
  border-width: 1px;
  border-color: #00B551;
  border-radius: 50px;
  background-image: -moz-linear-gradient( 0deg, #00B551 0%, #00B551 0%, #00B551 0%, #00B551 100%);
  background-image: -webkit-linear-gradient( 0deg, #00B551 0%, #00B551 0%, #00B551 0%, #00B551 100%);
  background-image: -ms-linear-gradient( 0deg, #00B551 0%, #00B551 0%, #00B551 0%, #00B551 100%);
   transition: 0.3s ease-out;
}

.alt.web-btn span {
  color: #fff;
  transition: 0.2s 0.1s;
  border-radius:60px;
    
    
}

.alt.web-btn span:hover { 
  transition: all ease-in-out 400ms;
  color: #fff;
}  

.alt.web-btn::before {
  top:0; bottom: 0; right: unset;left:0;
  height: 100%; width: 0%;
    border-radius:50px;
  transition: all ease-in-out 400ms;
 background-image: -moz-linear-gradient( 0deg, rgb(238,90,148) 0%, rgb(235,0,103) 0%, rgb(18,146,31) 0%, rgb(24,171,46) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(238,90,148) 0%, rgb(235,0,103) 0%, rgb(18,146,31) 0%, rgb(24,171,46) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(238,90,148) 0%, rgb(235,0,103) 0%, rgb(18,146,31) 0%, rgb(24,171,46) 100%);
} 

.alt.web-btn:hover::before {
   width: 100%;
 background-image: -moz-linear-gradient( 0deg, rgb(238,90,148) 0%, rgb(235,0,103) 0%, rgb(18,146,31) 0%, rgb(24,171,46) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(238,90,148) 0%, rgb(235,0,103) 0%, rgb(18,146,31) 0%, rgb(24,171,46) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(238,90,148) 0%, rgb(235,0,103) 0%, rgb(18,146,31) 0%, rgb(24,171,46) 100%);
    transition: all ease-in-out 400ms;
}
 
/* alt2 */

.alt2.web-btn{
  
    background:linear-gradient(to right, #eebd2c 31%,#e85b34 100%); 
  transition: 0.3s ease-out;
}

.alt2.web-btn span {
  color: #fff;
  border: none;
  transition: 0.2s 0.1s;
}

.alt2.web-btn span:hover { 
  transition: all ease-in-out 400ms;
  color: #fff;
}  

.alt2.web-btn::before {
  top:0; bottom: 0; right: unset;left:0;
  height: 100%; width: 0%;
    border-radius:7px;
  transition: all ease-in-out 400ms;
  background:linear-gradient(to right, #eebd2c 31%,#e85b34 100%);
}

.alt2.web-btn:hover::before {
   width: 100%;
  background:linear-gradient(to right,#e85b34 31%, #eebd2c 100%); 
    transition: all ease-in-out 400ms;
}


.form-block span {
    border: none;
}


/*.web-btn:hover {
    color: #fff;
    text-decoration: none;
}

.web-btn {
    border-radius: 7px;
    background-image: -moz-linear-gradient(0deg, rgb(238, 90, 148) 0%, rgb(235, 0, 103) 0%, rgb(33, 97, 172) 0%, rgb(15, 106, 213) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(238, 90, 148) 0%, rgb(235, 0, 103) 0%, rgb(33, 97, 172) 0%, rgb(15, 106, 213) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(238, 90, 148) 0%, rgb(235, 0, 103) 0%, rgb(33, 97, 172) 0%, rgb(15, 106, 213) 100%);
    color: #fff;
    padding: 14px 20px;
    display: block;
    text-decoration: none;
    margin: 0px auto;
    transition: transform 0.3s ease, background-color 0.3s ease;
    font-weight: 800;
    font-size: 16px;
    border: 1px solid #7d7ecd;
} 

.hover-btn {
    color: #000;
    padding: 14px 20px;
    display: block;
    text-decoration: none;
    margin: 0px auto;
    transition: transform 0.3s ease, background-color 0.3s ease;
    font-weight: 800;
    border: 1px solid #7d7ecd;
    border-radius: 7px;
}

 /* Hover effect */

.banner-section {position: relative;}
.banner-section:before {position: absolute; content:'';background: url(../images/top-patren-left.png) no-repeat; display:block; width:255px; height:615px; bottom: -120px; left: -70px; z-index:-1;}
.banner-section:after {position: absolute; content:'';background: url(../images/top-patren-right.png) no-repeat; display:block; width:247px; height:536px; top: 20px; right: 0; z-index:-1;}
.banner-section span {
    position: relative;
}

.banner-section h1 span:after {
    background-image: url(../images/heading-bg.png);
    position: absolute;
    width: 100%;
    height: 10px;
    content: '';
    left: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
} 

.btn-arrow {
    position: absolute;
    left: 0;
    top: 0;
}
.careers-page p {
    margin: 20px auto 30px;
}

.banner-tagline {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
	    padding-right: 40px;
	border-left:8px solid #00B551;
}

.rating-block {width:240px;padding:0px; margin:0 15px 0 0;} 
.rating-block li{padding:0px; margin:0px!important;} 


.footer-logo {
    text-align: center;
    padding: 30px 0;
} 

.footer-row {
    background: #ffffff1f;
    margin: 15px;
    padding: 40px;
    border-radius: 50px;
}



/**Blog**/


.blogs {
    padding-top: 0;
    padding-bottom: 80px;

}

.blogs .container {
    max-width: 1024px;
}

.blog-content {
    padding-bottom: 30px;
}

.blog-content h3 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
}

.blog-content p {
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.8rem;
}

.blog-box {
   margin: 40px 0;
} 


a.web-btn.button.yellow-bg{
border-radius: 7px;
  background-image: -moz-linear-gradient( 0deg, rgb(238,90,148) 0%, rgb(235,0,103) 0%, rgb(238,189,44) 0%, rgb(232,91,52) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(238,90,148) 0%, rgb(235,0,103) 0%, rgb(238,189,44) 0%, rgb(232,91,52) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(238,90,148) 0%, rgb(235,0,103) 0%, rgb(238,189,44) 0%, rgb(232,91,52) 100%);
}
a.web-btn.button.yellow-bg:hover{
    background: #fff;
}

.custom-dashboard-block {
    text-align: center;
}


.custom-dashboard-content h3 {
    font-size: 19px;
    margin-top: 30px;
}

.custom-dashboard-content-block {
    font-size: 15px;
}

.custom-dashboard-image {
    width: 100px;
    border-radius: 100%;
}


.blog-box .blog-image img {
    object-fit: cover;
    width: 100%;
   
}

.blog-box .blog-content-inner {
    padding: 20px;
}

.blog-box .blog-content-inner h3 {
     font-size: 21px;
    min-height: 60px;
    font-weight: 600;
} 

.blog-box .blog-content-inner h3 a {
    color: #000;
    text-decoration: none;
}

.blog-box .blog-content-inner h3 a:hover {
    color: #0e6f25;
    text-decoration: none;
}   

.blog-box .blog-content-inner .blog-expect {
font-size: 16px;
    line-height: 1.8rem;
}



.blog-box .blog-content-inner .blog-readmore {
    margin: 15px 0 0 0;
}

.blog-box .blog-content-inner .blog-readmore a {
    color: #0e6f25;
    font-size: 16px;
    font-family: 'Bomstad Display';
    font-weight: 600;
    text-decoration: none;
}


.hover-zoom {
    overflow: hidden;
    position: relative;
    border-radius: 25px;
} 

.hover-zoom img {
    transition: transform 0.3s ease, filter 0.3s ease;
    display: block;
    width: 100%;
    height: auto;
}

.hover-zoom:hover img {
      transition: transform 0.5s ease, filter 0.3s ease;
    transform: scale(1.1); /* Zoom in */
    filter: brightness(90%); /* Slightly darken the image */
    border-radius: 25px;
}




.blogs .btn {
    margin-top: 50px;
    margin-bottom: 30px;
}

main.page-section.inner-page {
    margin-top: 75px;
    padding: 0;
    overflow: hidden;
}

main.page-section.inner-page.archive-page {
    margin-top: 0;
}
.sharethis-inline-share-buttons{
    display: inline-block;
    margin-left: 10px;
}
.social-sharethis{
    padding-bottom: 20px;

}

/***404***/

.error-404 {
    text-align: center;
    padding: 50px 0;
}

.error-404 h1 {
    font-size: 8rem;
    line-height: 8rem;
    color: #3f18db;
    font-weight: 900;
}

.error-404 h2 {
    font-size: 2rem;
    line-height: 2rem;
    color: #e33a65;
}

.error-404 p {
    font-size: 1rem;
    line-height: 1rem;
    color: #000;
}


.latest-products {
    text-align: center;
}

.products-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.product-item {
     text-align: center;
         margin: 40px 0;
}

.product-item img {
    max-width: 100%;
    height: auto;
}




.product-item h3,
.woocommerce-loop-product__title {
 font-size: 28px;
    margin: 10px 0;
    color: #000;
    font-weight: 900;
} 


.product-description p {
    font-family: 'Bomstad Display';
    font-size: 18px;
    width: 70%;
    margin: 15px auto;
    color: #000;
} 

.whatapp-btn span {
    padding-left: 60px;
}

.footer img.whatapp-icon {
    position: fixed;
    right: 40px;
    bottom: 40px;
    margin: 0;
    width: 70px;
    z-index: 999;
}

.product-item .price {
    color: #000;
    font-weight: 600;
    font-family: 'Bomstad Display';
    font-size: 19px;
}

.product-item a:hover {
    text-decoration: none;  
}


.add_to_cart_button {
    position: relative;
}

.add_to_cart_button.loading {
    pointer-events: none;
    opacity: 0.6;
}

.add_to_cart_button.loading:after {
    content: ".....";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 0.8em;
}

.add_to_cart_button:disabled{
    color:#fff;
    border: 1px solid;
        background-image: -webkit-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(224, 156, 26) 0%, rgb(224, 78, 21) 100%);
        opacity: 0.7;
    pointer-events: none;
}


/* Card container for centering */
.our-products-section .card-container {
    perspective: 1000px; /* Enables 3D effect */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}
/* Card styles */
.our-products-section .card {
    width:100%;
    height:500px;
    position: relative;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: transform 0.6s ease;
    cursor: pointer;
    border-radius: 20px;
    border:none;
    margin: 0px auto 40px;
}

.product-hover-details {
    text-align: left;
    color: #000;
    margin: 10px;
    display: block;
    padding-top: 200px;
    position: absolute;
    left: 25px;
}


.our-products-section span.list-icons {
    color: #256927;
    font-size: 30px;
    font-family: 'Bomstad Display';
    font-weight: bold;
    line-height: 0;
    margin-right: 10px;
    margin-bottom: -7px;
}

.product-hover-details ul {
    padding: 0;
    list-style: none;
    font-weight: 600;
    font-family: 'Bomstad Display';
}

.product-hover-details ul li {
    padding: 5px 0;
    display: inline-flex;
    align-items: center;
} 

.card-back .wp-post-image,
.card-back .attachment-woocommerce_thumbnail {
    max-width: 130px;
    max-height: 190px;
    position: absolute;
    top: 60px;
    left: 35px;
}


.product-icon-image {
    position: absolute;
    top: 12px;
    right: 12px; 
} 
/* Front and back faces */
.our-products-section .card-front, .our-products-section .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; /* Hides the back face when rotated */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

/* Front side styling */
.our-products-section .card-front {
    background-color: #f9fbfa;
    color: #fff;
}

/* Back side styling */
.our-products-section .card-back {
    background-color: #f1fbe3;
    color: #fff;
    transform: rotateY(180deg); /* Back face starts flipped */
}

/* Card hover effect */
.our-products-section .card-container:hover .card {
    transform: rotateY(180deg); /* Rotates the card */
} 


.add_to_cart_button {
    margin: 30px 0;
    background: transparent;
    border: 1px solid #88ac5d;
    padding: 11px 25px;
    border-radius: 50px;
    font-family: 'Bomstad Display';
    font-weight: 900;
height: 50px;
min-width:150px;
}





/***Header If Banner***/

.header-banner {
    padding: 100px 0 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.header-banner-mascot {
    max-width: 90%;
}

.header-banner-mascot img {
    max-height: 300px;
}

.header-banner-content {
    color: #fff;
    max-width: 95%;
}

.header-banner-content h1 {
    color: #fff;
    font-size: 2.8rem;
    line-height: 4rem;
}

.header-banner-content h2 {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem;
}

.header-banner-para {
    font-size: 0.9rem;
    line-height: 1.8rem;
    color: #fff;
}

/***Service***/


body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: background-color 0.3s ease;
    padding: 15px 0;
}

.transparent-header {
    background-color: transparent;
    color: #fff;
}

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

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* --- Mobile Menu Specific Styles --- */
.menu-toggle {
    display: none;
    /* Hidden by default on desktop */
    font-size: 1.8em;
    cursor: pointer;
    color: #fff;
    /* White hamburger icon */
}

.logo img {
    height: 40px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li {
    margin-left: 30px;
}

nav ul li a {
    text-decoration: none;
    color: inherit;
    font-weight: bold;
    transition: color 0.3s ease;
}

nav ul li a:hover {
    color: #1E73BE;
}

.cta-button {
    background-color: #17b813;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #006400;
    box-shadow: 0 0 15px rgba(255, 255, 0, 0.7);
    /* Yellow glow */
}


a:hover {
    color: #fff;
}

/* Hero Section */
.hero-section {
    /* background: linear-gradient(180deg, hsla(210, 90%, 80%, 1) 0%, rgb(9, 117, 241) 50%, #ffffff 100%); */
    background: linear-gradient(180deg, hsl(212deg 100% 22.83%) 0%, rgb(9, 117, 241) 50%, #ffffff 100%);
    color: #fff;
    padding: 120px 0 80px;
    text-align: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

section#portfolio {
    padding-bottom: 80px;
}

.hero-content h1 {
      font-size: 3em;
    margin: 10px 0 0;
    line-height: 1.2;
}

.hero-cta {
    padding: 21px 45px;
    font-size: 20px;
}

.icons-section {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
    width: 100%;
}

.icon-item {
    text-align: center;
    font-size: 1.1em;
}

.icon-item img {
    margin-bottom: 15px;
    border-radius: 50%;
}

/* Seamless Slider Section */
.slider-section {
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.slider-section h2 {
    font-size: 2.5em;
    margin-bottom: 50px;
}

.image-slider {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 20px 0;
    width: 100%;
}

.slider-track {
    display: inline-flex;
    animation: slideLoop 20s linear infinite;
    gap: 0;
    /* Remove gap between images */
}

/* Pause animation on hover */
.slider-track:hover {
    animation-play-state: paused;
}

.slider-track img {
    width: 300px;
    height: 450px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    margin-right: 20px;
    /* Small gap between images */
}

/* Remove margin from last image to avoid extra space */
.slider-track img:last-child {
    margin-right: 0;
}

/* Keyframe for seamless looping */
@keyframes slideLoop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-320px * 6));
        /* 6 original images * (300px width + 20px margin) */
    }
}

/* Client Logos Section */
.client-logos-section {
    text-align: center;
    padding: 0 20px;
}

.client-logos-section h3 {
    font-size: 1.8em;
    margin-bottom: 40px;
    color: #333;
    font-weight: 600;
}

.client-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.client-logo {
    opacity: 0.7;
    transition: opacity 0.3s ease, transform 0.3s ease;
    filter: grayscale(100%);
}

.client-logo:hover {
    opacity: 1;
    transform: scale(1.05);
    filter: grayscale(0%);
}

.client-logo img {
    height: 60px;
    width: auto;
    max-width: 130px;
    object-fit: contain;
}

/* --- New Section: 3 Simple Steps --- */
.steps-section {
    /* background: linear-gradient(90deg, hsla(210, 90%, 80%, 1) 0%, hsla(212, 93%, 49%, 1) 100%); */
    background: linear-gradient(180deg, hsl(212deg 100% 22.83%) 0%, rgb(30 72 199) 50%, #9dd1f1 100%);
    color: #fff;
    padding: 80px 20px;
    margin-top: 35px;
    text-align: center;
    position: relative;
    overflow: hidden;
    /* To contain any pseudo-elements or background effects */
}

/* Optional: Add some subtle background texture/noise like in the image */
.steps-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.05)"/></svg>');
    /* Subtle white dots */
    background-size: 20px 20px;
    opacity: 0.8;
    z-index: 0;
}


.steps-section .container {
    position: relative;
    /* To bring content above pseudo-element */
    z-index: 1;
}

.steps-section h2 {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #fff;
    /* Ensure heading color is white against gradient */
    font-weight: bold;
}

.steps-section .subtitle {
    font-size: 1.1em;
    margin-bottom: 60px;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

.steps-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    /* Space between grid items */
    flex-wrap: wrap;
    /* Allow items to wrap on smaller screens */
    margin-bottom: 60px;
}

.step-item {
    background-color: rgba(255, 255, 255, 0.1);
    /* Slightly transparent white background for cards */
    border-radius: 15px;
    padding: 40px 30px;
    max-width: 320px;
    flex: 1;
    /* Allow items to grow/shrink */
    min-width: 280px;
    /* Minimum width before wrapping */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    /* To contain step-number */
    backdrop-filter: blur(5px);
    /* Frosted glass effect */
    -webkit-backdrop-filter: blur(5px);
    /* For Safari */
}

.step-item .icon-wrapper {
    margin-bottom: 20px;
    font-size: 4em;
    /* Size for Font Awesome icons */
    color: rgba(255, 255, 255, 0.8);
    /* Icon color */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;
}

/* If using placeholder images for icons */
.step-item .icon-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
    /* Remove extra space below image */
}

.step-item h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
    font-weight: 600;
}

.step-item p {
    font-size: 0.95em;
    line-height: 1.6;
    opacity: 0.8;
    min-height: 60px;
    /* Ensure consistent height for text */
}

.step-item .step-number {
    position: absolute;
    bottom: -10px;
    /* Adjust to move number up/down */
    left: 50%;
    transform: translateX(-50%);
    font-size: 6em;
    /* Large number size */
    font-weight: bold;
    color: rgba(255, 255, 255, 0.08);
    /* Very transparent to look like background */
    z-index: 0;
    line-height: 1;
    /* Prevent extra space around number */
}

.steps-section .cta-button {
    color: #fff;
    padding: 15px 35px;
    border: none;
    border-radius: 30px;
    /* More rounded button */
    cursor: pointer;
    font-size: 1.1em;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-weight: bold;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.steps-section .cta-button:hover {
    background-color: #006400;
    /* Darker green on hover */
    transform: translateY(-2px);
    /* Slight lift effect */
}

/* VISTIOR SECTION CSS */
.aida-section {
    /* Replace with your actual dark background image path */
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
    /* Vertical padding */
    overflow: hidden;
    /* To contain potential absolute elements */
    min-height: 80vh;
    /* Ensure it takes a good portion of the viewport height */
    display: flex;
    /* For vertical centering of content */
    align-items: center;
    /* Vertically center content */
}

/* Dark Overlay for the background image */
.aida-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(1 18 40 / 80%);
    /* Dark overlay for better text readability */
    z-index: 1;
    /* Below content, above background image */
}

.aida-content {
    display: flex;
    align-items: center;
    /* Align items vertically in center */
    justify-content: space-between;
    /* Space out left and right columns */
    position: relative;
    /* To bring content above the overlay */
    z-index: 2;
    flex-wrap: wrap;
    /* Allow columns to wrap on smaller screens */
    gap: 40px;
    /* Space between columns */
}

.left-column {
    flex: 1;
    /* Allows it to take available space */
    min-width: 450px;
    /* Minimum width before wrapping */
    color: #fff;
    /* White text color */
    padding-right: 40px;
    /* Spacing from the right column */
}

.left-column h1 {
    font-size: 3.5em;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 700;
}

.left-column p {
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 40px;
    opacity: 0.85;
    /* Slightly faded text */
    max-width: 550px;
    /* Limit text width for readability */
}

.highlight-purple {
    color: #3d92f4;
    /* Vibrant purple color as seen in the image */
    font-weight: 700;
}

.right-column {
    flex: 1;
    min-width: 350px;
    /* Minimum width for the graphic column */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Center funnel and circles horizontally */
    justify-content: center;
    /* Center funnel and circles vertically */
    position: relative;
}

/* Funnel Graphic Styling */
.funnel-graphic {
    width: 100%;
    max-width: 400px;
    /* Max width for the funnel graphic */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    /* Spacing between funnel segments */
    margin-bottom: 50px;
    /* Space between funnel and results circles */
}

.funnel-segment {
    background-color: #3d92f4;
    /* Purple background for segments */
    height: 70px;
    /* Height of each segment */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
    text-align: center;
    /* Using clip-path to create trapezoid shapes */
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 10% 100%);
    transition: background-color 0.3s ease;
    /* Smooth hover effect */
}

.funnel-segment:hover {
    background-color: #196dcc;
    /* Lighter purple on hover */
}

/* Adjusting width of each segment to create the narrowing funnel effect */
.funnel-segment.attention {
    width: 100%;
}

.funnel-segment.interest {
    width: 90%;
}

.funnel-segment.desire {
    width: 80%;
}

.funnel-segment.action {
    width: 70%;
}

/* Results Circles Styling */
.results-circles {
    display: grid;
    /* Define grid areas for layout similar to the image */
    grid-template-areas:
        ". main ."
        "two three four";
    grid-template-columns: 1fr 1fr 1fr;
    /* Three equal columns */
    grid-template-rows: auto auto;
    /* Two rows, height determined by content */
    gap: 20px;
    /* Spacing between circles */
    align-items: center;
    justify-items: center;
    width: 100%;
    max-width: 450px;
    /* Max width for the circles layout */
}

.result-circle {
    background-color: rgba(255, 255, 255, 0.08);
    /* Transparent white background */
    border: 1px solid rgba(255, 255, 255, 0.2);
    /* Subtle white border */
    border-radius: 50%;
    /* Make them perfectly round */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: 600;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.result-circle:hover {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}

.result-circle p {
    margin: 0;
    padding: 10px;
    /* Inner padding for text */
    font-size: 0.9em;
    line-height: 1.3;
}

/* Specific sizing for main vs. small circles */
.main-result {
    grid-area: main;
    /* Assign to the 'main' grid area */
    width: 150px;
    /* Larger size */
    height: 150px;
    font-size: 1.1em;
    background-color: rgba(255, 255, 255, 0.15);
    /* Slightly more prominent background */
    border-color: rgba(255, 255, 255, 0.3);
}

.small-result {
    width: 110px;
    /* Smaller size */
    height: 110px;
}

/* Assign small results to their grid areas */
.result-2x {
    grid-area: two;
}

.result-leads {
    grid-area: three;
}

.result-roi {
    grid-area: four;
}

.small-result p {
    font-size: 0.85em;
    /* Smaller font for these */
}

/* --- Why Choose Us Section --- */
.why-choose-us-section {
    background-color: #f8f8f8;
    /* Light background */
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    /* Important for background patterns */
    color: #333;
}

/* Background design (subtle dots/pattern) */
.why-choose-us-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Subtle dot pattern */
    background-image: radial-gradient(circle at 1px 1px, rgba(0, 0, 0, 0.05) 1px, transparent 0);
    background-size: 20px 20px;
    opacity: 0.8;
    z-index: 0;
}

.why-choose-us-section .container {
    position: relative;
    /* Bring content above background pseudo-element */
    z-index: 1;
}

.section-title {
    font-size: 2.8em;
    text-align: center;
    margin-bottom: 60px;
    color: #333;
    font-weight: 700;
}

h3.moving-text {
    margin: 0;
    padding: 10px 0 0;
} 


.why-item {
    display: flex;
    align-items: flex-start;
    /* Align number and text at the top */
    gap: 20px;
    padding: 20px;
    position: relative;
}

.item-number {
    font-size: 3em;
    font-weight: bold;
    color: #E0E0E0;
    /* Light grey for the numbers */
    position: absolute;
    top: 0px;
    /* Adjust vertical position */
    left: 0px;
    /* Adjust horizontal position */
    z-index: -1;
    /* Place behind text */
    opacity: 0.6;
}

.item-text {
    flex: 1;
    /* Allow text to take remaining space */
    padding-left: 60px;
    /* Make space for the absolute number */
}

.item-text h3 {
    font-size: 1.6em;
    margin-top: 0;
    margin-bottom: 10px;
    color: #000;
    /* Use the blue color for headings */
    font-weight: 600;
}

.item-text p {
    font-size: 1em;
    line-height: 1.6;
    color: #555;
}

.why-image {
    text-align: center;
    position: relative;
    /* For checkmark overlay positioning */
}

.why-image img {
    max-width: 60%;
    height: auto;

    display: block;
    /* Remove extra space below image */
    margin: 0 auto;
    /* Center image */
}

/* Specific styling for circular images and checkmarks */
.why-image.image-circle-right img,
.why-image.image-circle-left img {
    border-radius: 50%;
    /* Make image round */
    width: 250px;
    /* Fixed size for circular images */
    height: 250px;
    object-fit: cover;
    /* Ensure image covers the circle */
}

.checkmark-overlay {
    position: absolute;
    bottom: 10%;
    /* Adjust vertical position */
    left: 50%;
    transform: translateX(-50%);
    background-color: #1E73BE;
    /* Purple background for checkmark badge */
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9em;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    /* Prevent text wrapping */
}

.checkmark-overlay i {
    font-size: 1.1em;
}

/* Order adjustment for grid items */
/* On desktop, image-circle-right comes after its text, image-circle-left comes before its text */
/* This is for visual reordering on wider screens */
.why-choose-us-content>div:nth-child(2) {
    order: 2;
}

/* Image 1 */
.why-choose-us-content>div:nth-child(3) {
    order: 3;
}

/* Image 2 (Circle Right) */
.why-choose-us-content>div:nth-child(4) {
    order: 4;
}

/* Text 2 */
.why-choose-us-content>div:nth-child(5) {
    order: 5;
}

/* Text 3 */
.why-choose-us-content>div:nth-child(6) {
    order: 6;
}

/* Image 3 (Circle Left) */
.why-choose-us-content>div:nth-child(7) {
    order: 7;
}

/* Image 4 */
.why-choose-us-content>div:nth-child(8) {
    order: 8;
}

/* Text 4 */

.moving-text {
    font-size: 55px;
}

/* --- Benefits Section --- */
.benefits-section {
    background-color: hsl(212deg 100% 22.83%);
    /* background: linear-gradient(180deg, hsla(210, 90%, 80%, 1) 0%, rgb(9, 117, 241) 50%, #ffffff 100%); */
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    /* Important for containing background designs */
}

/* Background Corner Designs (using pseudo-elements for subtle shapes) */
.benefits-section .background-design {
    position: absolute;
    width: 200px;
    /* Adjust size as needed */
    height: 200px;
    /* Adjust size as needed */
    background-color: rgba(255, 255, 255, 0.05);
    /* Very subtle transparent white */
    border-radius: 50%;
    /* Make it round */
    z-index: 0;
    /* Place behind content */
    filter: blur(50px);
    /* Soften the edges */
}

.benefits-section .background-design.top-right {
    top: -50px;
    right: -50px;
    transform: rotate(45deg);
    /* Optional: rotate for a different shape feel */
    width: 250px;
    height: 250px;
}

.benefits-section .background-design.bottom-left {
    bottom: -50px;
    left: -50px;
    transform: rotate(-45deg);
    width: 250px;
    height: 250px;
}

/* Alternative: More complex corner shapes with clip-path */
/*
.benefits-section .background-design.top-right {
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.08);
    clip-path: polygon(100% 0, 100% 100%, 0 100%); // Triangle
    filter: blur(30px);
}

.benefits-section .background-design.bottom-left {
    bottom: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.08);
    clip-path: polygon(0 0, 100% 0, 0 100%); // Triangle
    filter: blur(30px);
}
*/

.benefits-section .container {
    position: relative;
    /* Bring content above background designs */
    z-index: 1;
}

.section-tagline {
    font-size: 1.1em;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.benefits-section h2 {
    font-size: 2.8em;
    margin-bottom: 60px;
    color: #fff;
    font-weight: 700;
    max-width: 800px;
    /* Limit width for readability */
    margin-left: auto;
    margin-right: auto;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    /* Responsive grid */
    gap: 30px;
    margin-bottom: 60px;
}

.benefit-card {
    /* background-color: linear-gradient(180deg, hsla(210, 90%, 80%, 1) 0%, rgb(9, 117, 241) 50%, #ffffff 100%); */
    background-color: rgb(33 111 188);
    border: 1px solid rgba(255, 255, 255, 0.1);
    /* Subtle border */
    border-radius: 15px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    /* Frosted glass effect */
    -webkit-backdrop-filter: blur(5px);
    /* For Safari */
}

/* Hover effects for cards */
.benefit-card:hover {
    transform: translateY(-10px);
    /* Lift up effect */
    background-color: rgba(255, 255, 255, 0.15);
    /* Slightly less transparent */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    /* More prominent shadow */
}

.icon-circle {
    background-color: #1E73BE;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 2.5em;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.benefit-card:hover .icon-circle {
    background-color: #3d9df1;
}

.benefit-card h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
}

.benefit-card p {
    font-size: 0.95em;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.benefits-cta {
    margin-top: 20px;
    padding: 20px 20px;
}

/* --- Maximize Conversions Section --- */
.maximize-conversions-section {
    background-color: #000b25;
    /* Very dark purple/black background */
    color: #fff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    /* Important for containing background design elements */
    text-align: center;
    /* Center main heading and CTA button */
}

/* Background Design Elements */
.bg-design-element {
    position: absolute;
    border-radius: 50%;
    /* For organic, blob-like shapes */
    opacity: 0.4;
    /* Make them subtle */
    filter: blur(80px);
    /* Soft blur for a glow effect */
    z-index: 0;
    /* Place behind content */
}

.design-1 {
    background: radial-gradient(circle, #A800FF, transparent);
    /* Purple glow */
    width: 400px;
    height: 400px;
    top: -100px;
    left: -150px;
}

.design-2 {
    background: radial-gradient(circle, #00CFFF, transparent);
    /* Blue glow */
    width: 300px;
    height: 300px;
    bottom: -100px;
    right: -100px;
}

.design-3 {
    background: radial-gradient(circle, #A800FF, transparent);
    /* Another purple glow */
    width: 250px;
    height: 250px;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
}


.maximize-conversions-section .container {
    position: relative;
    /* Bring content above background elements */
    z-index: 1;
}

.section-heading {
    font-size: 3em;
    line-height: 1.2;
    margin-bottom: 60px;
    font-weight: 700;
    color: #fff;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.content-wrapper {
    display: flex;
    align-items: center;
    /* Vertically align image and list */
    justify-content: center;
    /* Center content horizontally */
    gap: 50px;
    /* Space between image and list */
    flex-wrap: wrap;
    /* Allow columns to wrap on smaller screens */
    margin-bottom: 60px;
}

.left-image-column {
    flex: 1;
    /* Allow to grow */
    min-width: 400px;
    /* Minimum width before wrapping */
    text-align: right;
    /* Align image to the right within its column */
}

.left-image-column img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    /* Darker shadow for dark background */
}

.right-list-column {
    flex: 1;
    /* Allow to grow */
    min-width: 300px;
    /* Minimum width before wrapping */
    text-align: left;
}

.feature-list {
    list-style: none;
    /* Remove default list bullets */
    padding: 0;
    margin: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    /* Space between list items */
    padding-left: 10px;
    /* Small indent for visual balance */
}

.feature-list li:last-child {
    margin-bottom: 0;
    /* No margin on last item */
}

.feature-list li i {
    font-size: 2em;
    /* Icon size */
    color: #8ab4fd;
    /* Purple icon color */
    flex-shrink: 0;
    /* Prevent icon from shrinking */
    width: 40px;
    /* Fixed width for consistent alignment */
    text-align: center;
}

.feature-list li h4 {
    font-size: 1.2em;
    line-height: 1.4;
    margin: 0;
    color: #fff;
    font-weight: 600;
}

.bottom-cta {
    margin-top: 40px;
}

/* --- Achievements Section --- */
.achievements-section {
    background-color: #F8F8F8;
    /* Light background similar to image */
    padding: 100px 0 60px 0;
    /* Adjust padding for spacing */
    position: relative;
    overflow: hidden;
    /* Important for containing background wave */
    text-align: center;
}


.achievements-section .container {
    position: relative;
    /* Bring content above background wave */
    z-index: 1;
}

.achievement-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    /* Subtle shadow */
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    /* Allow items to wrap */
    gap: 30px;
    /* Space between items */
    max-width: 1000px;
    /* Max width of the card */
    margin: 0 auto;
    /* Center the card */
}

.achievement-item {
    flex: 1;
    /* Allow items to take equal space */
    min-width: 180px;
    /* Minimum width before wrapping */
    text-align: center;
    padding: 10px 0;
}

.achievement-item .number {
    font-size: 3.5em;
    font-weight: 700;
    color: #3d9df1;
    margin-bottom: 5px;
    line-height: 1;
    /* Adjust line height to prevent extra space */
}

.achievement-item p {
    font-size: 1.1em;
    color: #555;
    margin: 0;
    line-height: 1.3;
}

/* --- Testimonial Section --- */
.testimonial-section {
    background-color: #fcfcfc;
    /* Very light background, almost white */
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    /* For any potential background designs */
}

.testimonial-section .section-title {
    font-size: 2.5em;
    color: #333;
    /* Dark text for contrast */
    margin-bottom: 15px;
    font-weight: 700;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-section .section-subtitle {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 50px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    /* Responsive grid */
    gap: 30px;
    /* Space between cards */
    justify-content: center;
    /* Center cards in the grid */
}

.testimonial-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    /* Subtle shadow */
    text-align: left;
    /* Align text within card to left */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Push author info to bottom */
}

.testimonial-card:hover {
    transform: translateY(-5px);
    /* Slight lift effect */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    /* More pronounced shadow on hover */
}

.testimonial-card .quote {
    font-size: 1.2em;
    font-weight: 600;
    color: #3d9df1;
    margin-bottom: 15px;
    line-height: 1.4;
}

.testimonial-card .text {
    font-size: 0.95em;
    color: #555;
    margin-bottom: 25px;
    line-height: 1.6;
    flex-grow: 1;
    /* Allow text to grow and push author info down */
}

.author-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    /* Space from the text above */
}

.author-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* Circular image */
    object-fit: cover;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.author-details {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-weight: 600;
    color: #333;
    font-size: 1em;
    margin-bottom: 3px;
}

.fa-star {
    color: #FFD700;
    /* Gold color for stars */
    font-size: 0.9em;
    margin-right: 2px;
}

/* --- CTA Banner in Footer (Existing styles, kept as is) --- */
.cta-banner-footer {
    padding: 60px 0;
    background-color: hsl(212deg 100% 22.83%);
    color: #fff;
    text-align: center;
}

.cta-banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2d4dab;
    border-radius: 20px;
    padding: 40px 50px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.cta-banner-content .left-content {
    flex: 1;
    min-width: 300px;
    text-align: left;
}

.cta-banner-content .tagline {
    font-size: 0.9em;
    font-weight: 600;
    color: #ffd700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.cta-banner-content .title {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #fff;
}

.cta-banner-content .subtitle {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}

.cta-banner-content .banner-cta {
    margin-bottom: 25px;
}

.cta-banner-content .rating-info {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.8);
}

.cta-banner-content .avatars {
    display: flex;
}

.cta-banner-content .avatars img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #6A0DAD;
    margin-left: -10px;
    object-fit: cover;
}

.cta-banner-content .avatars img:first-child {
    margin-left: 0;
}

.cta-banner-content .right-image {
    flex-shrink: 0;
    max-width: 400px;
    text-align: right;
}

.cta-banner-content .right-image img {
    width: 100%;
    height: auto;
    display: block;
    mix-blend-mode: screen;
}

.main-footer {
    background-color: #fcfcfc;
    /* Light background for the very bottom footer */
    padding: 20px 0;
    text-align: center;
    color: #777;
    border-top: 1px solid #eee;
    /* Subtle top border */
}


/* Lightbox Gallery Styles */
.lightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    cursor: pointer;
    overflow-y: auto;
    overflow-x: hidden;
}

.lightbox-content {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.lightbox-image {
    max-width: 100%;
    max-height: 80vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.lightbox-close {
    position: fixed;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
    transition: color 0.3s ease;
    background-color: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-close:hover {
    color: #ddd;
    background-color: rgba(0, 0, 0, 0.8);
}

.lightbox-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    transition: background-color 0.3s ease;
    z-index: 10000;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-nav:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

.lightbox-counter {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 8px 16px;
    border-radius: 20px;
    z-index: 10000;
}

.gallery-image {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-image:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.gallery-item-title-link {
    color: inherit;
    text-decoration: none;
}
.gallery-item-title-link:hover {
    color: inherit;
    text-decoration: underline;
}
.gallery-item-title {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .lightbox-content {
        padding: 10px;
    }
    
    .lightbox-image {
        max-height: 70vh;
    }
    
    .lightbox-nav {
        width: 50px;
        height: 50px;
        font-size: 24px;
        padding: 10px;
    }
    
    .lightbox-close {
        width: 40px;
        height: 40px;
        font-size: 30px;
    }
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .steps-section h2 {
        font-size: 2.2em;
    }

    .steps-grid {
        gap: 30px;
    }

    .step-item {
        padding: 30px 20px;
        min-width: 250px;
    }

    .step-item h3 {
        font-size: 1.3em;
    }

    .aida-content {
        flex-direction: column;
        /* Stack columns vertically */
        text-align: center;
        /* Center text when stacked */
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .left-column {
        min-width: auto;
        /* Remove min-width constraint */
        padding-right: 0;
        /* Remove right padding */
        margin-bottom: 50px;
        /* Space between stacked columns */
    }

    .left-column h1 {
        font-size: 2.8em;
    }

    .left-column p {
        font-size: 1em;
        max-width: 600px;
        /* Keep max-width for readability */
        margin-left: auto;
        margin-right: auto;
    }

    .right-column {
        min-width: auto;
        width: 100%;
        /* Take full width */
    }

    .funnel-graphic {
        max-width: 350px;
        margin-bottom: 40px;
    }

    .results-circles {
        /* Adjust grid layout for smaller screens */
        grid-template-areas:
            "main main"
            /* Main result takes full width, 2 columns */
            "two three"
            "four .";
        /* Arrange others in pairs, with empty space if odd */
        grid-template-columns: 1fr 1fr;
        /* Two columns */
        max-width: 350px;
    }

    .main-result {
        width: 120px;
        height: 120px;
        font-size: 0.9em;
    }

    .small-result {
        width: 90px;
        height: 90px;
        font-size: 0.8em;
        /* Adjusted font size for smaller circles */
    }

    .small-result p {
        padding: 5px;
        /* Adjust padding for smaller circles */
    }

    .section-title {
        font-size: 2.2em;
        margin-bottom: 40px;
    }

    .why-choose-us-content {
        grid-template-columns: 1fr;
        /* Stack all items vertically */
        gap: 30px;
    }

    /* Reset order for smaller screens to natural flow */
    .why-choose-us-content>div:nth-child(2),
    .why-choose-us-content>div:nth-child(3),
    .why-choose-us-content>div:nth-child(4),
    .why-choose-us-content>div:nth-child(5),
    .why-choose-us-content>div:nth-child(6),
    .why-choose-us-content>div:nth-child(7),
    .why-choose-us-content>div:nth-child(8) {
        order: unset;
        /* Remove explicit order */
    }

    .why-item {
        flex-direction: column;
        /* Stack number and text within item */
        align-items: center;
        text-align: center;
        padding: 0;
        /* Remove padding as numbers are now inside */
    }

    .item-number {
        position: static;
        /* Place number back in flow */
        opacity: 0.8;
        /* Make numbers slightly more visible */
        margin-bottom: 10px;
        /* Space between number and heading */
        padding-left: 0;
    }

    .item-text {
        padding-left: 0;
        /* Remove left padding */
    }

    .why-image.image-circle-right img,
    .why-image.image-circle-left img {
        width: 200px;
        height: 200px;
    }

    .why-image img {
        max-width: 80%;
        /* Limit width of larger images */
    }

    .benefits-section h2 {
        font-size: 2.2em;
        margin-bottom: 40px;
    }

    .benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        /* Adjust min-width */
        gap: 25px;
    }

    .benefit-card {
        padding: 25px;
    }

    .icon-circle {
        width: 60px;
        height: 60px;
        font-size: 2em;
    }

    .benefit-card h3 {
        font-size: 1.3em;
    }

    .section-heading {
        font-size: 2.5em;
        margin-bottom: 40px;
    }

    .content-wrapper {
        flex-direction: column;
        /* Stack columns vertically */
        gap: 40px;
    }

    .left-image-column {
        text-align: center;
        /* Center image when stacked */
        min-width: auto;
    }

    .left-image-column img {
        max-width: 80%;
        /* Adjust image size for smaller screens */
    }

    .right-list-column {
        text-align: center;
        /* Center list items when stacked */
        min-width: auto;
        padding: 0 20px;
        /* Add some horizontal padding */
    }

    .feature-list li {
        justify-content: center;
        /* Center items in stacked list */
        padding-left: 0;
    }

    .feature-list li i {
        font-size: 1.8em;
    }

    .feature-list li h4 {
        font-size: 1.1em;
    }

    .achievement-card {
        padding: 30px 15px;
        gap: 20px;
    }

    .achievement-item {
        min-width: 150px;
    }

    .achievement-item .number {
        font-size: 3em;
    }

    .achievement-item p {
        font-size: 1em;
    }

    .background-wave {
        width: 200px;
        height: 80px;
    }

    .testimonial-section .section-title {
        font-size: 2em;
        margin-bottom: 10px;
    }

    .testimonial-section .section-subtitle {
        font-size: 1em;
        margin-bottom: 40px;
    }

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

    .testimonial-card {
        padding: 25px;
    }

    .testimonial-card .quote {
        font-size: 1.1em;
    }

    .testimonial-card .text {
        font-size: 0.9em;
    }

    .cta-banner-content {
        padding: 30px 40px;
        flex-direction: column;
        text-align: center;
    }

    .cta-banner-content .left-content {
        min-width: unset;
        width: 100%;
    }

    .cta-banner-content .title {
        font-size: 2em;
    }

    .cta-banner-content .subtitle {
        font-size: 1em;
    }

    .cta-banner-content .right-image {
        max-width: 250px;
        margin-top: 30px;
    }

    .cta-banner-content .rating-info {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .header-content {
        flex-wrap: wrap;
        /* Allow items to wrap */
        justify-content: space-between;
        padding: 0 20px;
        /* Ensure padding on smaller screens */
    }

    .logo {
        flex-grow: 1;
        /* Allow logo to take space */
        text-align: left;
    }

    .cta-button.header-cta {
        display: none;
        /* Hide the desktop CTA button on mobile */
    }

    .menu-toggle {
        display: block;
        /* Show hamburger icon on mobile */
        order: 2;
        /* Position it after the logo but before the nav */
    }

    .main-nav {
        /* Initially hidden and off-screen */
        display: flex;
        flex-direction: column;
        width: 100%;
        /* Take full width */
        max-height: 0;
        /* Hidden state */
        overflow: hidden;
        /* Hide overflowing items */
        transition: max-height 0.5s ease-in-out, background-color 0.3s ease;
        background-color: hsl(212deg 100% 22.83%);
        position: absolute;
        top: 100%;
        /* Position right below the header */
        left: 0;
        right: 0;
        padding: 0 20px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .main-nav.active {
        max-height: 300px;
        /* Adjust based on your menu items, or use a larger value like 500px */
        padding: 20px 20px;
        /* Add padding when active */
    }

    .main-nav ul {
        flex-direction: column;
        /* Stack menu items vertically */
        align-items: flex-start;
        /* Align text to the left */
        gap: 15px;
        /* Space between menu items */
    }

    .main-nav ul li {
        width: 100%;
        /* Full width for clickable area */
        text-align: left;
    }

    .main-nav a {
        display: block;
        /* Make links block-level for larger click area */
        padding: 10px 0;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        /* Subtle separator */
    }

    .main-nav ul li:last-child a {
        border-bottom: none;
        /* No border on the last item */
    }

    .steps-section {
        padding: 60px 15px;
    }

    .steps-section h2 {
        font-size: 1.8em;
    }

    .steps-section .subtitle {
        font-size: 1em;
        margin-bottom: 40px;
    }

    .steps-grid {
        flex-direction: column;
        /* Stack items vertically */
        align-items: center;
        /* Center them when stacked */
        gap: 30px;
    }

    .step-item {
        max-width: 90%;
        /* Take more width on smaller screens */
        min-width: unset;
        /* Remove min-width constraint */
        width: 100%;
        /* Ensure it fills available width */
    }

    .step-item p {
        min-height: unset;
        /* Remove fixed height for better text wrapping */
    }

    .aida-section {
        padding: 60px 0;
    }

    .left-column h1 {
        font-size: 2.2em;
    }

    .left-column p {
        font-size: 0.9em;
    }

    .cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .funnel-graphic {
        max-width: 300px;
    }

    .funnel-segment {
        height: 60px;
        font-size: 1em;
    }

    .results-circles {
        /* Stack all results vertically on very small screens */
        grid-template-areas:
            "main"
            "two"
            "three"
            "four";
        grid-template-columns: 1fr;
        /* Single column */
        max-width: 250px;
        /* Limit width of stacked circles */
    }

    .main-result {
        width: 100px;
        height: 100px;
        font-size: 0.8em;
    }

    .small-result {
        width: 80px;
        height: 80px;
        font-size: 0.7em;
    }

    .small-result p {
        padding: 3px;
    }

    .scroll-to-top {
        width: 45px;
        height: 45px;
        font-size: 1.8em;
        bottom: 20px;
        right: 20px;
    }

    .why-choose-us-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .item-number {
        font-size: 2.5em;
    }

    .item-text h3 {
        font-size: 1.4em;
    }

    .item-text p {
        font-size: 0.9em;
    }

    .why-image.image-circle-right img,
    .why-image.image-circle-left img {
        width: 180px;
        height: 180px;
    }

    .checkmark-overlay {
        padding: 6px 12px;
        font-size: 0.8em;
    }

    .benefits-section {
        padding: 60px 0;
    }

    .benefits-section h2 {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        /* Stack cards vertically */
        gap: 20px;
        max-width: 400px;
        /* Limit width when stacked */
        margin-left: auto;
        margin-right: auto;
    }

    .benefits-cta {
        padding: 12px 25px;
        font-size: 1em;
    }

    .background-design {
        width: 150px;
        height: 150px;
        filter: blur(30px);
    }

    .background-design.top-right {
        top: -30px;
        right: -30px;
    }

    .background-design.bottom-left {
        bottom: -30px;
        left: -30px;
    }

    .maximize-conversions-section {
        padding: 60px 0;
    }

    .section-heading {
        font-size: 2em;
        margin-bottom: 30px;
    }

    .left-image-column img {
        max-width: 90%;
    }

    .feature-list li i {
        font-size: 1.6em;
        width: 35px;
    }

    .feature-list li h4 {
        font-size: 1em;
    }

    .bottom-cta {
        padding: 12px 25px;
        font-size: 1em;
    }

    /* Adjust background design elements */
    .bg-design-element {
        width: 250px;
        height: 250px;
        filter: blur(50px);
    }

    .design-1 {
        top: -80px;
        left: -100px;
    }

    .design-2 {
        bottom: -80px;
        right: -80px;
    }

    .design-3 {
        display: none;
    }

    /* Hide one element on smaller screens */
    .achievements-section {
        padding: 80px 0 40px 0;
    }

    .achievement-card {
        flex-direction: column;
        /* Stack items vertically */
        max-width: 300px;
        /* Narrow max-width when stacked */
        padding: 25px 10px;
    }

    .achievement-item {
        min-width: unset;
        /* Remove min-width */
        width: 100%;
        /* Take full width */
        margin-bottom: 20px;
        /* Add space between stacked items */
    }

    .achievement-item:last-child {
        margin-bottom: 0;
    }

    .achievement-item .number {
        font-size: 2.8em;
    }

    .achievement-item p {
        font-size: 0.95em;
    }

    .background-wave {
        width: 150px;
        height: 60px;
    }

    .testimonial-section {
        padding: 60px 0;
    }

    .testimonial-section .section-title {
        font-size: 1.8em;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
        /* Stack cards vertically */
        max-width: 400px;
        /* Limit width when stacked */
        margin-left: auto;
        margin-right: auto;
    }

    .testimonial-card {
        padding: 20px;
    }

    .author-info img {
        width: 45px;
        height: 45px;
    }

    .cta-banner-footer {
        padding: 40px 0;
    }

    .cta-banner-content {
        padding: 25px 30px;
        border-radius: 15px;
    }

    .cta-banner-content .title {
        font-size: 1.8em;
    }

    .cta-banner-content .subtitle {
        font-size: 0.95em;
    }

    .cta-banner-content .banner-cta {
        padding: 12px 25px;
        font-size: 1em;
    }

    .cta-banner-content .right-image {
        max-width: 200px;
    }

    .cta-banner-content .avatars img {
        width: 25px;
        height: 25px;
    }

    .cta-banner-content .rating-info {
        font-size: 0.85em;
    }
}


@media (max-width: 480px) {

    .steps-section h2 {
        font-size: 1.6em;
    }

    .steps-section .cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .step-item .step-number {
        font-size: 5em;
    }

    .left-column h1 {
        font-size: 1.8em;
    }

    .left-column p {
        font-size: 0.85em;
    }

    .funnel-graphic {
        max-width: 250px;
    }

    .funnel-segment {
        height: 50px;
        font-size: 0.9em;
    }

    .section-title {
        font-size: 1.6em;
    }

    .item-number {
        font-size: 2em;
    }

    .item-text h3 {
        font-size: 1.2em;
    }

    .why-image.image-circle-right img,
    .why-image.image-circle-left img {
        width: 150px;
        height: 150px;
    }

    .benefits-section h2 {
        font-size: 1.6em;
    }

    .icon-circle {
        width: 50px;
        height: 50px;
        font-size: 1.8em;
    }

    .benefit-card h3 {
        font-size: 1.1em;
    }

    .benefit-card p {
        font-size: 0.85em;
    }

    .section-heading {
        font-size: 1.6em;
    }

    .left-image-column img {
        max-width: 100%;
    }

    .feature-list li i {
        font-size: 1.4em;
        width: 30px;
    }

    .feature-list li h4 {
        font-size: 0.95em;
    }

    .achievement-item .number {
        font-size: 2.5em;
    }

    .achievement-item p {
        font-size: 0.9em;
    }

    .background-wave {
        width: 120px;
        height: 50px;
    }

    .testimonial-section .section-title {
        font-size: 1.5em;
    }

    .testimonial-section .section-subtitle {
        font-size: 0.9em;
    }

    .testimonial-card .quote {
        font-size: 1em;
    }

    .testimonial-card .text {
        font-size: 0.85em;
    }

    .author-info img {
        width: 40px;
        height: 40px;
    }

    .author-name {
        font-size: 0.9em;
    }

    .stars .fas.fa-star {
        font-size: 0.8em;
    }

    /* CTA Banner in Footer adjustments */
    .cta-banner-footer {
        padding: 30px 0;
    }

    .cta-banner-content {
        padding: 20px 20px;
        border-radius: 10px;
    }

    .cta-banner-content .tagline {
        font-size: 0.8em;
    }

    .cta-banner-content .title {
        font-size: 1.5em;
    }

    .cta-banner-content .subtitle {
        font-size: 0.9em;
    }

    .cta-banner-content .right-image {
        max-width: 150px;
    }

    .cta-banner-content .rating-info {
        flex-direction: column;
        gap: 10px;
    }

    .cta-banner-content .avatars {
        justify-content: center;
    }
}

/* Default color for the mobile menu icon when header is transparent */
#mobile-menu .fa-bars {
    color: white;
    /* Or whatever color it is initially */
    transition: color 0.3s ease;
    /* Smooth transition for color change */
}

/* Color for the mobile menu icon when the header has the 'white-header' class */
header.white-header #mobile-menu .fa-bars {
    color: black;
}


/* ABOUT PAGE CSS */
.hero-section-pages {
    /* background: linear-gradient(180deg, hsla(210, 90%, 80%, 1) 0%, rgb(9, 117, 241) 50%, #ffffff 100%); */
    background: linear-gradient(180deg, hsl(212deg 100% 22.83%) 0%, rgb(9, 117, 241) 50%, #ffffff 100%);
    color: #fff;
    padding: 100px 0 80px;
    text-align: center;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero-cta-pages {
    padding: 10px 25px;
    font-size: 20px;
    margin-top: 15px;
}

.page-p {
    font-size: 1em;
    line-height: 1.6;
    color: #555;
    text-align: center;
    padding-bottom: 20px;
}

.pages-section {
    background-color: #f8f8f8;
    position: relative;
    overflow: hidden;
    color: #333;
}

/* New CSS for the "Who I Am" (About Sukh) Section */
.about-sukh-section {
    padding: 0px 0px 50px 0px;
    background-color: #fcfcfc;
    /* Light background for contrast */
    color: #333;
    position: relative;
    overflow: hidden;
}

.about-sukh-section .container {
    position: relative;
    z-index: 1;
    /* Ensure content is above any background effects */
}

.about-sukh-section .section-title {
    font-size: 2.8em;
    text-align: center;
    margin-bottom: 60px;
    color: #333;
    font-weight: 700;
}

.about-sukh-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    /* Space between text and image */
    flex-wrap: wrap;
    /* Allow wrapping on smaller screens */
}

.about-sukh-text {
    flex: 1;
    min-width: 350px;
    /* Minimum width before wrapping */
    max-width: 600px;
    /* Max width for text column */
    line-height: 1.7;
    font-size: 1.1em;
}

.about-sukh-text p {
    margin-bottom: 20px;
    color: #555;
}

.about-sukh-text p:last-of-type {
    margin-bottom: 30px;
    /* Add space before CTA */
}

.about-sukh-text strong {
    color: #1e73be;
    /* Highlight important text */
}

.specialties-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.specialties-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 1.1em;
    color: #333;
    font-weight: 500;
}

.specialties-list li i {
    color: #1e73be;
    /* Icon color */
    margin-right: 15px;
    font-size: 1.3em;
    width: 25px;
    /* Fixed width for consistent alignment */
    text-align: center;
}

.about-sukh-image {
    flex: 1;
    min-width: 300px;
    /* Minimum width before wrapping */
    text-align: center;
    position: relative;
}

.about-sukh-image img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    /* Slightly rounded corners for the image */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    /* Subtle shadow */
    display: block;
    margin: 0 auto;
    object-fit: cover;
    /* Ensures image covers its area */
    max-height: 500px;
    /* Limit image height */
}

.image-caption {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1e73be;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 0.9em;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    /* Prevent text wrapping */
}

.image-caption i {
    font-size: 1.1em;
    color: gold;
    /* Star icon color */
}

.about-sukh-cta {
    background-color: #17b813;
    /* Green CTA button */
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1.05em;
    text-decoration: none;
    display: inline-block;
    transition: background-color .3s, transform .2s;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

.about-sukh-cta:hover {
    background-color: #006400;
    transform: translateY(-2px);
}

/* Responsive adjustments for the new section */
@media (max-width: 992px) {
    .about-sukh-content {
        flex-direction: column;
        /* Stack columns on smaller screens */
        gap: 40px;
    }

    .about-sukh-text {
        min-width: unset;
        /* Remove min-width to allow full width */
        max-width: 100%;
        text-align: center;
        /* Center text on small screens */
    }

    .specialties-list {
        display: inline-block;
        /* Helps center the list */
        text-align: left;
        /* Keep list items left-aligned within their container */
    }

    .about-sukh-image {
        min-width: unset;
        width: 80%;
        /* Adjust image width on smaller screens */
        max-width: 400px;
        /* Max width for image on smaller screens */
        margin-top: 20px;
    }

    .about-sukh-section .section-title {
        font-size: 2.2em;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .about-sukh-section {
        padding: 60px 0;
    }

    .about-sukh-section .section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .about-sukh-text {
        font-size: 1em;
    }

    .specialties-list li {
        font-size: 1em;
        margin-bottom: 10px;
    }

    .specialties-list li i {
        font-size: 1.2em;
        margin-right: 10px;
    }

    .about-sukh-image {
        width: 90%;
    }

    .image-caption {
        padding: 8px 15px;
        font-size: 0.85em;
    }

    .about-sukh-cta {
        padding: 10px 25px;
        font-size: 0.95em;
    }
}

@media (max-width: 480px) {
    .about-sukh-section .section-title {
        font-size: 1.6em;
    }

    .about-sukh-text {
        font-size: 0.9em;
    }

    .specialties-list li {
        font-size: 0.9em;
    }

    .specialties-list li i {
        font-size: 1.1em;
    }

    .about-sukh-image {
        width: 100%;
    }

    .image-caption {
        padding: 6px 12px;
        font-size: 0.8em;
    }
}

/* --- Services Section Styles --- */
.service-section {
    padding: 80px 0;
    background-color: #f8f8f8;
    color: #333;
    text-align: center;
}

.service-section .section-intro {
    font-size: 1.15em;
    max-width: 800px;
    margin: -30px auto 60px auto;
    /* Adjust margin to pull it closer to the title and push down grid */
    line-height: 1.6;
    color: #555;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
    /* Space before next section */
}

.service-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    /* Align text within card to left */
}

figure.image-anime{
    transition: transform 0.3s ease, box-shadow 0.3s ease;   
    /* Align text within card to left */
}

figure.image-anime:hover {
    transform: translateY(-8px);
    
}



.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.service-card .icon-circle {
    background-color: #1e73be;
    /* Primary blue from your existing styles */
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    font-size: 2.2em;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s ease;
}

.service-card:hover .icon-circle {
    background-color: #3d9df1;
    /* Lighter blue on hover */
}

.service-card h3 {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

.service-card ul {
    list-style: none;
    /* Remove default list bullets */
    padding: 0;
    margin: 0;
}

.service-card ul li {
    font-size: 1em;
    line-height: 1.6;
    color: #555;
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
    /* Space for custom bullet */
}

.service-card ul li:last-child {
    margin-bottom: 0;
}

.service-card ul li::before {
    content: '\2713';
    /* Checkmark Unicode character */
    font-family: 'Font Awesome 5 Free';
    /* Using Font Awesome if available, otherwise it's a simple unicode char */
    font-weight: 900;
    /* For Font Awesome solid icon */
    color: #17b813;
    /* Green checkmark */
    position: absolute;
    left: 0;
    top: 0;
}

/* --- Tech Stack Section --- */
.tech-stack {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #eee;
    /* Separator from services grid */
}

.tech-stack .section-title {
    margin-bottom: 40px;
    color: #333;
}

.tech-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 80px;
}

.tech-pill {
    background-color: #e0eaf6;
    /* Light blue background */
    color: #1e73be;
    /* Darker blue text */
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.95em;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.tech-pill:hover {
    background-color: #1e73be;
    color: #fff;
}

.tech-pill i {
    font-size: 1.1em;
}

/* --- Why Work With Me Section (reusing some feature list ideas) --- */
.why-work-with-me {

    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #eee;
    /* Separator */
    background: linear-gradient(180deg, hsl(212deg 100% 22.83%) 0%, rgb(30 72 199) 50%, #9dd1f1 100%);
}

.why-work-with-me .section-title {
    margin-bottom: 40px;
    color: #fff;
}

.why-work-with-me.cta-button.services-cta {
    text-align: center;
}

.features-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    max-width: 85%;
    /* Constrain width for better readability */
    margin: 0 auto 50px auto;
}

.feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
    /* Center content within item */
    gap: 15px;
    background-color: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.feature-item i {
    font-size: 1.8em;
    color: #17b813;
    /* Green checkmark */
}

.feature-item h4 {
    margin: 0;
    font-size: 1.15em;
    color: #333;
    font-weight: 600;
}

.services-cta {
    background-color: #17b813;
    /* Green CTA button */
    color: #fff;
    padding: 15px 35px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 1.1em;
    text-decoration: none;
    display: inline-block;
    transition: background-color .3s, transform .2s;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

.services-cta:hover {
    background-color: #006400;
    transform: translateY(-2px);
}

/* Responsive Adjustments for Services Page */
@media (max-width: 992px) {
    .service-section .section-intro {
        margin-bottom: 50px;
    }

    .service-grid {
        gap: 25px;
        margin-bottom: 60px;
    }

    .tech-stack .section-title,
    .why-work-with-me .section-title {
        margin-bottom: 30px;
    }

    .tech-items {
        gap: 12px;
        margin-bottom: 60px;
    }

    .features-list {
        gap: 20px;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .service-section {
        padding: 60px 0;
    }

    .service-section .section-intro {
        font-size: 1em;
        margin-bottom: 40px;
    }

    .service-card h3 {
        font-size: 1.3em;
    }

    .service-card .icon-circle {
        width: 60px;
        height: 60px;
        font-size: 2em;
    }

    .service-card ul li {
        font-size: 0.95em;
    }

    .tech-pill {
        padding: 8px 15px;
        font-size: 0.9em;
    }

    .feature-item h4 {
        font-size: 1.05em;
    }

    .feature-item i {
        font-size: 1.5em;
    }

    .services-cta {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .service-grid {
        grid-template-columns: 1fr;
        /* Stack services on very small screens */
        max-width: 350px;
        /* Constrain max width for single column */
        margin-left: auto;
        margin-right: auto;
    }

    .service-card {
        padding: 25px;
    }

    .service-card .icon-circle {
        margin-left: auto;
        /* Center icons in stacked layout */
        margin-right: auto;
    }

    .service-card h3 {
        text-align: center;
        /* Center title in stacked layout */
    }

    .service-card ul {
        text-align: left;
        /* Keep list left-aligned */
    }

    .tech-items {
        gap: 10px;
    }

    .tech-pill {
        font-size: 0.85em;
        padding: 7px 12px;
    }

    .features-list {
        grid-template-columns: 1fr;
        max-width: 300px;
        /* Constrain for single column */
        margin-left: auto;
        margin-right: auto;
    }

    .feature-item {
        flex-direction: column;
        /* Stack icon and text */
        text-align: center;
        padding: 15px;
    }

    .feature-item h4 {
        margin-top: 10px;
    }
}

/* --- Packages Section Styles --- */
.packages-section {
    padding: 80px 0;
    background-color: #fcfcfc;
    color: #333;
    text-align: center;
}

.packages-section .section-intro {
    font-size: 1.15em;
    max-width: 800px;
    margin: -30px auto 60px auto;
    /* Adjust margin to pull it closer to the title and push down grid */
    line-height: 1.6;
    color: #555;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    justify-content: center;
    /* Center cards if there's only one or an odd number */
    margin-bottom: 50px;
}

.pricing-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 35px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 2px solid transparent;
    /* Default transparent border */
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

.pricing-card.featured {
    border-color: #1e73be;
    /* Highlight for the featured package */
    box-shadow: 0 15px 40px rgba(30, 115, 190, 0.2);
    transform: translateY(-10px);
    /* Lift featured card slightly by default */
}

.pricing-card.featured:hover {
    box-shadow: 0 22px 55px rgba(30, 115, 190, 0.3);
}

.price-header {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    /* Ensure header takes full width */
}

.package-title {
    font-size: 1.8em;
    color: #1e73be;
    margin-bottom: 10px;
    font-weight: 700;
}

.price {
    font-size: 3.5em;
    font-weight: 800;
    color: #333;
    line-height: 1;
    margin-bottom: 10px;
}

.currency {
    font-size: 0.6em;
    font-weight: 600;
    vertical-align: super;
    margin-left: 5px;
    color: #555;
}

.price .plus {
    font-size: 0.8em;
    vertical-align: super;
    font-weight: 700;
    color: #17b813;
    /* Green for the plus sign */
}

.tagline {
    font-size: 0.95em;
    color: #777;
    margin-bottom: 0;
}

.pricing-card .features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    /* Space before CTA */
    text-align: left;
    /* Align features to the left within the card */
    width: 100%;
}

.pricing-card .features-list li {
    font-size: 1em;
    color: #555;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.4;
}

.pricing-card .features-list li:last-child {
    margin-bottom: 0;
}

.pricing-card .features-list li i {
    color: #17b813;
    /* Green checkmark */
    font-size: 1.1em;
    flex-shrink: 0;
    /* Prevent icon from shrinking */
}

.pricing-cta {
    background-color: #17b813;
    /* Green CTA button */
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1.05em;
    text-decoration: none;
    display: inline-block;
    transition: background-color .3s, transform .2s;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    width: fit-content;
    /* Ensure button only takes content width */
}

.pricing-cta:hover {
    background-color: #006400;
    transform: translateY(-2px);
}

.packages-section .note {
    font-size: 0.95em;
    color: #777;
    margin-top: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.packages-section .note strong {
    color: #333;
    /* Make bold text stand out more */
}

/* Responsive Adjustments for Packages Page */
@media (max-width: 992px) {
    .packages-section .section-intro {
        margin-bottom: 50px;
    }

    .pricing-grid {
        gap: 25px;
    }

    .pricing-card {
        padding: 30px 25px;
    }

    .package-title {
        font-size: 1.6em;
    }

    .price {
        font-size: 3em;
    }

    .pricing-card.featured {
        transform: translateY(0);
        /* Remove default lift on smaller screens to save vertical space */
    }
}

@media (max-width: 768px) {
    .packages-section {
        padding: 60px 0;
    }

    .packages-section .section-intro {
        font-size: 1em;
        margin-bottom: 40px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        /* Stack pricing cards on smaller screens */
        max-width: 400px;
        /* Constrain width when stacked */
        margin-left: auto;
        margin-right: auto;
    }

    .pricing-card {
        padding: 25px 20px;
    }

    .package-title {
        font-size: 1.4em;
    }

    .price {
        font-size: 2.8em;
    }

    .pricing-cta {
        padding: 10px 25px;
        font-size: 1em;
    }

    .packages-section .note {
        font-size: 0.9em;
    }
}

@media (max-width: 480px) {
    .price {
        font-size: 2.5em;
    }

    .package-title {
        font-size: 1.2em;
    }

    .pricing-card .features-list li {
        font-size: 0.9em;
    }
}

/* --- Contact Section Styles --- */
.contact-section {
    padding: 80px 0;
    background-color: #f8f8f8;
    color: #333;
    text-align: center;
}

.contact-section .section-intro {
    font-size: 1.15em;
    max-width: 800px;
    margin: -30px auto 60px auto;
    /* Adjust margin to pull it closer to the title and push down grid */
    line-height: 1.6;
    color: #555;
}

.contact-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.contact-item {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.contact-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.contact-icon {
    font-size: 3em;
    color: #1e73be;
    /* Primary blue color */
    margin-bottom: 20px;
}

.contact-item h3 {
    font-size: 1.4em;
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

.contact-item p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 0;
    line-height: 1.5;
}

.contact-item p a {
    color: #1e73be;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-item p a:hover {
    color: #3d9df1;
    text-decoration: underline;
}

.contact-cta-block {
    margin-top: 40px;
    background-color: #e0eaf6;
    /* Light background for the block */
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.contact-cta-block p {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 25px;
    font-weight: 500;
}

.contact-send-email-cta {
    background-color: #17b813;
    /* Green CTA button */
    color: #fff;
    padding: 15px 40px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 1.15em;
    text-decoration: none;
    display: inline-block;
    transition: background-color .3s, transform .2s;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}

.contact-send-email-cta:hover {
    background-color: #006400;
    transform: translateY(-2px);
}

/* Responsive Adjustments for Contact Page */
@media (max-width: 992px) {
    .contact-section .section-intro {
        margin-bottom: 50px;
    }

    .contact-details-grid {
        gap: 25px;
    }

    .contact-icon {
        font-size: 2.8em;
    }

    .contact-item h3 {
        font-size: 1.3em;
    }

    .contact-item p {
        font-size: 1em;
    }

    .contact-cta-block {
        padding: 30px;
    }

    .contact-cta-block p {
        font-size: 1.1em;
    }

    .contact-send-email-cta {
        padding: 12px 30px;
        font-size: 1.05em;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 60px 0;
    }

    .contact-section .section-intro {
        font-size: 1em;
        margin-bottom: 40px;
    }

    .contact-details-grid {
        grid-template-columns: 1fr;
        /* Stack contact items on smaller screens */
        max-width: 350px;
        /* Constrain width when stacked */
        margin-left: auto;
        margin-right: auto;
    }

    .contact-item {
        padding: 25px;
    }

    .contact-icon {
        font-size: 2.5em;
    }

    .contact-item h3 {
        font-size: 1.2em;
    }

    .contact-cta-block {
        padding: 25px;
    }

    .contact-cta-block p {
        font-size: 1em;
    }

    .contact-send-email-cta {
        padding: 10px 25px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {

    .contact-section .section-title {
        font-size: 1.8em;
    }

    .contact-section .section-intro {
        font-size: 0.95em;
    }

    .contact-icon {
        font-size: 2.2em;
    }

    .contact-item h3 {
        font-size: 1.1em;
    }

    .contact-item p {
        font-size: 0.95em;
    }
}
.icon-item .fa{
    color: #17b813;
} 




/* 30 OCT 2019 */