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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Alata', sans-serif;
    color: white;
    min-height: 100vh;
    overflow-x: hidden;
}

/* Lenis Smooth Scroll Styles */
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

/* Header & Navigation Styles */
.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
}

.about-img img {
    box-shadow: 0px 35px 65px 0px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
}

.about-img {
    padding: 0px 50px;
    border-radius: 40px;
}

.nav-pills .nav-link {
    color: white;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.nav-pills .nav-link.active {
    background-color: white !important;
    color: #15b9cc !important;
}

.nav-pills .nav-link:hover:not(.active) {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Hero Section Styles */
.hero-section {
    background: url(../img/bg.png);
    background-size: contain;
    background-position: bottom;
    padding-top: 250px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-color: #0ebdd8;
}

.hero-title {
    font-weight: 400;
    font-size: 120px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.hero-subtitle {
    font-weight: 400;
    font-size: 50px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;

}

.main-section {
    background: url(../img/main-img.png);
    background-size: cover;
    background-position: top;
    padding: 150px 0px;
    background-repeat: no-repeat;
    background-color: #0ebdd8;
}

h2.ctm-heading {
    font-weight: 400;
    font-size: 50px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
}

p.ctm-para {
    font-weight: 400;
    font-size: 18px;
    line-height: 129%;
    letter-spacing: 0%;
}

a.ctm-btn-blue {
    opacity: 1;
    border-radius: 60px;
    padding: 17px 40px;
    gap: 10px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(14, 189, 216, 1);
    font-family: Alata;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s ease;
}

a.ctm-btn-blue:hover {
    background: #000;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.main-wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.logo-placeholder img {
    width: 150px;
    height: 144px;
}


.about-section {
    background: url(../img/sec-2.svg);
    background-size: cover;
    background-position: top;
    padding: 70px 0px 70px;
    background-repeat: no-repeat;
}




.about-img img {
    width: 100%;
    height: 100%;
}

span.abt-head {
    font-weight: 400;
    font-size: 15px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #000;
}

h2.abt-heading {
    font-weight: 400;
    font-size: 55px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: rgba(28, 33, 65, 1);
}

p.abt-para {
    font-family: Alata;
    font-weight: 400;
    font-size: 18px;
    line-height: 129%;
    letter-spacing: 0%;
    color: rgba(113, 113, 113, 1);
}

.app-store-icons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.google-play-icon img,
.apple-icon img {
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
}

.google-play-icon img:hover,
.apple-icon img:hover {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.about-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 450px;
}


.com-wrap {
    max-width: 800px;
    margin: 0 auto;
}


.community-section {
    background: rgba(14, 189, 216, 1);
    padding: 70px 0px 0px;
    text-align: center;
    overflow: hidden;
}

.com-head {
    font-weight: 400;
    font-size: 15px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

h2.com-heading {
    font-weight: 400;
    font-size: 55px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

p.com-para {
    font-weight: 400;
    font-size: 18px;
    line-height: 129%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.com-img img {
    width: 100%;
    height: 100%;
}

.ctm-box {
    background: rgba(14, 189, 216, 1);
    box-shadow: 0px 50px 100px 0px rgba(0, 0, 0, 0.13);
    padding: 15px;
    border-radius: 30px;
}

.ctm-icon-img img {
    width: 100%;
}

.ctm-box {
    background: rgba(14, 189, 216, 1);
    box-shadow: 0px 50px 100px 0px rgba(0, 0, 0, 0.13);
    padding: 15px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ctm-icon-text {
    padding: 0px 20px;
}


.product-section {
    background: url(../img/n-bg.png);
    background-size: cover;
    background-position-y: -400px;
    padding: 70px 0px;
    background-repeat: no-repeat;
}

/* Carousel Drag Cursor */
.carousel,
.carousel .slick-list,
.carousel .slick-track,
.carousel .slick-slide,
.test-carousel,
.test-carousel .slick-list,
.test-carousel .slick-track,
.test-carousel .slick-slide {
    cursor: url('../img/drag.svg') 64 64, grab !important;
}

.carousel:active,
.carousel .slick-list:active,
.carousel .slick-track:active,
.carousel .slick-slide:active,
.test-carousel:active,
.test-carousel .slick-list:active,
.test-carousel .slick-track:active,
.test-carousel .slick-slide:active {
    cursor: url('../img/drag.svg') 64 64, grabbing !important;
}

.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    outline: none;
    margin: 0 15px;
}


.items {
    border-radius: 30px;
    overflow: hidden;
}


.testi-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 6px;
}



.testi-top {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testi-person-details {
    color: rgba(28, 33, 65, 1);
    display: flex;
    flex-direction: column;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
}

span.address {
    color: rgba(28, 33, 65, 1);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0%;
}


p.review {
    margin: 0px;
    color: rgba(28, 33, 65, 1);
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0%;
}

.testi-section {
    background: url(../img/testi-bg.png);
    padding: 70px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.testi-wrap {
    text-align: center;
    color: rgba(28, 33, 65, 1);
    padding-bottom: 50px;
}

span.testi-head {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -1%;
    text-align: center;
}

h2.testi-heading {
    font-weight: 400;
    font-size: 55px;
    letter-spacing: 0%;
    text-align: center;
}

p.testi-para {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(113, 113, 113, 1);
    max-width: 1000px;
    margin: 0 auto;
}

.contact-section {
    background: #ffffff;
    padding: 70px 0px;
}

/* Contact Form Styles */
.custom-input {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(232, 232, 232, 1);
    opacity: 1;
    border-radius: 10px;
    border-width: 1px;
    padding: 16px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.05em;
    /* Equivalent to -5% */
    color: rgba(0, 0, 0, 1);
    font-family: 'Alata', sans-serif;
    box-shadow: none;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);

}

.custom-input::placeholder {
    color: rgba(0, 0, 0, 1);
}

.custom-input:focus {
    box-shadow: none;
    border-color: rgba(14, 189, 216, 1);
}

.submit-btn {
    background-color: #000;
    color: #fff;
    font-family: 'Alata', sans-serif;
    font-weight: 400;
    font-size: 18px;
    transition: all 0.3s ease;
    border: none;
}

.submit-btn:hover {
    background-color: rgba(14, 189, 216, 1);
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px rgba(14, 189, 216, 0.3);
}


.cta-wrap {
    background: linear-gradient(98.11deg, #00CFD0 1.87%, #BAF485 133.48%);
    box-shadow: 0px 30px 50px 0px rgba(0, 0, 0, 0.07);
    border-radius: 35px;
    padding: 40px;
    padding-bottom: 100px;
}

.cta-img img {
    max-width: 400px;
    margin-left: auto;
    width: 100%;
    display: block;
}

.cta-img {
    margin-top: -125px;
}

.cta-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

span.cta-head {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

h2.cta-heading {
    font-weight: 400;
    font-size: 65px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

p.cta-para {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

footer {
    background: rgba(14, 189, 216, 1);
    text-align: center;
    padding-top: 150px;
    margin-top: -225px;
    padding-bottom: 50px;
}

footer .container {
    z-index: 99;
    position: relative;
}

section.cta-section {
    position: relative;
    z-index: 1;
}

.f-logo img {
    width: 150px;
}

.footer-wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.copy-right p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0%;
    color: rgba(83, 61, 84, 1);
    margin: 0px;
}

.socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.socials img {
    width: 50px;
    transition: all 0.3s ease;
}

.socials a:hover img {
    transform: scale(1.2) rotate(8deg);
    filter: brightness(1.2);
}

/* Mobile Menu Toggle Animation */
.menu-toggle {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
    z-index: 1001;
    transition: all 0.3s ease;
}

.menu-toggle.active {
    position: fixed;
    top: 40px;
    right: 20px;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    transition: all 0.3s ease;
}

.menu-toggle span:nth-child(1) {
    top: 0;
}

.menu-toggle span:nth-child(2) {
    top: 9px;
}

.menu-toggle span:nth-child(3) {
    top: 18px;
}

.menu-toggle.active span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg);
}

/* Mobile Nav Drawer */
.mobile-nav-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #0ebdd8;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.mobile-nav-drawer.active {
    right: 0;
}

.mobile-nav-links {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
}

.mobile-nav-link {
    font-size: 32px;
    color: white;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.mobile-nav-drawer.active .mobile-nav-link {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered link animation */
.mobile-nav-drawer.active .mobile-nav-link:nth-child(1) {
    transition-delay: 0.1s;
}

.mobile-nav-drawer.active .mobile-nav-link:nth-child(2) {
    transition-delay: 0.2s;
}

.mobile-nav-drawer.active .mobile-nav-link:nth-child(3) {
    transition-delay: 0.3s;
}

.mobile-nav-drawer.active .mobile-nav-link:nth-child(4) {
    transition-delay: 0.4s;
}

.mobile-nav-drawer.active .mobile-nav-link:nth-child(5) {
    transition-delay: 0.5s;
}

.mobile-nav-link:hover {
    color: #1c2141;
}

.drawer-footer {
    position: absolute;
    bottom: 50px;
    opacity: 0;
    transition: all 0.5s ease 0.6s;
}

.mobile-nav-drawer.active .drawer-footer {
    opacity: 1;
}

html,
body {
    overflow-x: hidden;
}











@media (max-width: 1025px) {
    .hero-title {
        font-size: 40px;
    }

    html body h2 {
        font-size: 25px !important;
    }

    html body p {
        font-size: 14px !important;
    }

    section.testi-section {
        padding: 40px 15px;
    }

    .carousel {
        margin-top: 30px;
    }

    .items {
        border-radius: 15px !important;
        overflow: hidden;
    }

    html body .ctm-box {
        padding: 10px;
        border-radius: 15px;
    }

    section.product-section,
    .community-section {
        padding: 40px 0px 0px !important;
    }

    .about-section {
        padding: 30px 0px 40px !important;
    }

    .main-section {
        padding: 40px 0px;
    }

    section.contact-section {
        padding: 0px 0px 40px;
    }

    .cta-wrap.aos-init.aos-animate {
        border-radius: 15px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }



    html body .main-wrap {
        gap: 10px;
    }

    section.hero-section {
        padding: 150px 0px 40px;
    }

    .logo-placeholder img {
        width: 80px;
        height: auto !important;
    }

    section.product-section {
        background-position-y: -150px;
    }

    .about-img {
        padding: 0px;
        margin: 0px;
    }


}

@media (max-width: 767px) {
    html body .cta-img {
        margin-top: 0px;
        margin-bottom: -30px;
    }

    .about-img {
        padding: 0px;
        margin-bottom: 30px;
    }
}