
        :root {
            --green: #37B6AF;
            --black: #151515;
            --white: #FFFFFF;
            --orange: #F59E0B;
            --font-main: 'Plus Jakarta Sans', sans-serif;
        }
        body {
            font-family: var(--font-main);
            background: var(--white);
            margin: 0;
            padding: 0 !important;
        }
        .noline{
            text-decoration: none !important;
        }
        .hero-section {
            position: relative;
            min-height: 100vh;
            background: url('../images/BG.png') center center/cover no-repeat;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }
        .hero-overlay {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background: linear-gradient(90deg, rgba(21,21,21,0.85) 0%, rgba(21,21,21,0.2) 100%);
            z-index: 1;
        }
    
        .nav-controller {
            position: absolute;
            left: 48%;
            top: 20px;
            transform: translateX(-50%);
            z-index: 2;
            width: 90%;
            max-width: 1500px;
            background: #fff;
            border-radius: 16px;
            box-shadow: 0 4px 24px rgba(21,21,21,0.08);
            padding: 1rem 2rem;
            display: grid;
            grid-template-columns: 1fr 2fr 1fr;
            align-items: center;
        }
        .nav-logo {
            font-weight: 700;
            font-size: 1.5rem;
            color: var(--green);
        }
        .nav-logo img {
            max-height: 40px;
            width: auto;
        }
        .nav-menu a {
            color: var(--black);
            font-weight: 500;
            font-size: 14px;
            margin: 0 1rem;
            text-decoration: none;
        }
        .nav-menu a:hover {
            color: var(--green);
            transition: color 0.3s;
        }
        .nav-btn {
            background: var(--green);
            color: #fff;
            font-weight: 700;
            border: none;
            border-radius: 8px;
            padding: 0.5rem 1.5rem;
            font-size: 1rem;
        }
        .hero-content {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            margin-top: 200px;
            max-width: 1400px;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }
        .hero-left {
            flex: 1;
            color: #fff;
            padding-right: 2rem;
        }
        .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            line-height: 1.2;
        }
        .hero-desc {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 2rem;
            margin-top: 3rem;
        }
        .download-app-text {
            font-size: 1rem;
            font-weight: 600;
            margin-top: 2rem;
            margin-bottom: 1rem;
        }
        .download-buttons {
            display: flex;
            gap: 1rem;
        }
        .download-buttons img {
            height: 48px;
            cursor: pointer;
        }



        .hero-right {
            flex: 1;
            position: relative;
            display: flex;
            align-items: flex-end;
            justify-content: center;
        }
        .hero-img-overlap {
            width: 37%;
            position: absolute;
            height: auto;
            top: -210px;
            right: 90px;
            z-index: 3;
            box-shadow: 0 4px 24px rgba(255, 255, 255, 0.317);
        }
        
        .light-text {
            font-weight: 300 !important;
        }

        .features-section {
            background: #e6f8f7;
            min-height: 600px;
            padding: 4rem 4rem;
            position: relative;
        }
        .features-section h2 {
            font-size: 3rem;
        }
        .features-section p {
            font-size: 1.2rem;
        }
        .text-green {
            color: var(--green);
        }
        .icon-box {
            background: #fff;
            border-radius: 18px;
            padding: 2rem 1rem 1rem 1rem;
            height: 300px;
            box-shadow: 0 2px 12px rgba(21,21,21,0.06);
            display: flex;
            flex-direction: column;
            align-items: start;
            transition: box-shadow 0.3s, border 0.3s;
            border: 2px solid transparent;
            cursor: pointer;
            margin-top: 0.5rem;
        }
        .icon-box:hover {
            border-color: var(--green);
            box-shadow: 0 2px 8px rgba(55,182,175,0.10);
            transform: translateY(-4px);
            transition: all 0.5s ease-in-out;
            margin-top: 2.5rem;
            height: 350px;
        }
        .icon-bg {
            background: rgba(218, 118, 63, 0.05);
            border-radius: 10%;
            width: 64px;
            height: 84px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1rem;
        }
        .icon-bg-1{
            background: rgba(50, 135, 31, 0.05);
        }
        .icon-img {
            width: 36px;
            height: 36px;
            object-fit: contain;
        }
        .icon-text {
            font-size: 1rem;
            font-weight: 600;
            color: var(--black);
            text-align: left;
            margin-top: 0.5rem;
        }
        .icon-box-desc {
            font-size:14px !important;
            font-weight: 400;
            color: var(--black);
            text-align: left;
            margin-top: 0.5rem;
        }

        .benefits-section {
            background: #f7fcfc;
            padding: 4rem 4rem;
            position: relative;
            align-content: center;
            height: 80vh;
        }
        .benefits-section h2 {
            font-size: 2.8rem;
        }
        .benefits-section p {
            font-size: 1.2rem;
        }
        .benefits-title .text-green {
            color: var(--green);
        }
        .benefit-icon-box {
            padding: 1.2rem 0.5rem 0.7rem 0.5rem;
            display: flex;
            color: #37B6AF;
        }
        .benefit-icon-bg {
            margin-right: 0.8rem;
            font-size: 1rem;
        }
        .benefit-icon-img {
            width: 28px;
            height: 28px;
            object-fit: contain;
        }
         .d-sm-none {
            display: block !important;
           }

        .benefit-icon-text {
            font-size: 1rem;
            font-weight: 600;
            color: var(--green);
            text-align: center;
            margin-top: 0.2rem;
        }
        .benefits-img {
            max-width: 400px;
            width: 100%;
        }
        
        .faq-section {
            background-color: var(--green);
            padding: 6rem 10rem;
            position: relative;
            height: 100%;
        }
        .faq-section h2 {
            font-size: 2.8rem;
        }
       
        .accordion-item {
            background: none !important;
            border: none !important;
            margin-bottom: 15px;
        }
        
        .accordion-button {
            background-color: var(--green) !important;
            color: var(--white) !important;
            font-size: 1rem;
            font-weight: 500;
            border-radius: 8px !important;
            padding: 20px;
            box-shadow: none !important;
        }
        
        .accordion-button:focus {
            box-shadow: none !important;
        }
        
        .accordion-button {
            background-color: rgba(6, 115, 109, 0.9) !important;
            border: 1px solid #fff;
        }
        
        .accordion-button:not(.collapsed) {
            background-color: var(--white) !important;
            color: var(--green) !important;
            font-weight: 600;
            border: 2px solid var(--white) !important;
            border-radius: 8px 8px 0 0 !important;
            border-bottom: none !important;
        }
        
        .accordion-body {
            background-color: var(--white);
            color: var(--black);
            font-size: 14px;
            border-radius: 0 0 8px 8px;
            border-top: none;
        }
        
        .accordion-collapse {
            border: none;
        }
        
        /* Custom icon styling */
        .accordion-button::after {
            content: '+';
            background: none !important;
            color: var(--orange) !important;
            font-size: 1.5rem;
            font-weight: bold;
            width: auto;
            height: auto;
            margin-left: auto;
            transform: none !important;
        }
        
        .accordion-button:not(.collapsed)::after {
            content: '−';
            color: var(--green) !important;
            transform: none !important;
        }

        .contact-section {
            background-color: #f8f9fa;
            padding: 4rem 10rem;
            position: relative;
        }
        .contact-section h2 {
            font-size: 2.8rem;
        }
        .contact-section > .container > div > p {
            font-size: 1.2rem;
        }
        
        .social-icons a {
            width: 40px;
            height: 40px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: white;
            color: var(--green);
            border-radius: 8px;
            text-decoration: none;
            margin-right: 10px;
            transition: all 0.3s ease;
        }
        
        .social-icons a:hover {
            background-color: var(--green);
            color: white;
        }
        
        .footer {
            background-color: #f8f9fa;
            color: black;
            padding: 50px 0;
            height: auto;
        }
        .bg-primary-custom {
            background-color: var(--green);
        }
        .contact-round{
            border-radius: 20px 0px 0 20px !important;
            height: 500px !important;
        }
        .bg-contact{
            background-color: #fff;
            border-radius: 20px !important;
            padding:5px 5px 0 5px !important;
        }
        
        .contact-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }
        
        .cicon {
            background: rgba(255, 255, 255, 0.08);
            height: 48px;
            width: 48px;
            min-width: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-size: 1.4rem;
            flex-shrink: 0;
        }
        
        .ctext {
            font-size: 14px;
            color: var(--white);
            line-height: 1.4;
            flex: 1;
        }
        
        .social-icons {
            display: flex;
            gap: 15px;
        }
        
        .social-icons a {
            color: var(--white);
            background: rgba(255, 255, 255, 0.08);
            font-size: 1.2rem;
            text-decoration: none;
            transition: opacity 0.3s;
        }
        
        .social-icons a:hover {
            opacity: 0.8;
            background: var(--white);
            color: var(--green);
        }
        .text-white{
            color: var(--white) !important;
        }   
        .contact-form .form-control {
            font-size: 14px;
        }
        .touch-form{
            margin-bottom: -20px !important;
        }
        .contact-form label,
        .contact-form .form-label {
            display: block !important;
            margin-bottom: 6px !important;
            font-size: 14px;
            font-weight: 500;
            color: var(--black);
        }

        /* Mobile Menu Styles */
        .hamburger-btn {
            background: transparent;
            border: none;
            color: var(--black);
            font-size: 1.5rem;
            cursor: pointer;
            padding: 0.5rem;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            z-index: 999;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }
        
        .menu-overlay.active {
            opacity: 1;
            visibility: visible;
        }
        
        .mobile-menu {
            position: fixed;
            top: 0;
            right: -300px;
            width: 280px;
            height: 100%;
            background: white;
            z-index: 1000;
            padding: 1.5rem;
            box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            overflow-y: auto;
        }
        
        .mobile-menu.active {
            right: 0;
        }
        
        .mobile-menu-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 2rem;
        }
        
        .mobile-logo {
            height: 35px;
        }
        
        .close-menu-btn {
            background: transparent;
            border: none;
            color: var(--black);
            font-size: 1.5rem;
            cursor: pointer;
        }
        
        .mobile-menu-items {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }
        
        .mobile-menu-items a {
            color: var(--black);
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            padding: 0.5rem 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }
        
        .mobile-menu-items .nav-btn {
            width: 100%;
            text-align: center;
        }

        /* Mobile Responsive Styles */
        @media (max-width: 991px) {
            /* Navigation */
            .nav-controller {
                grid-template-columns: 1fr auto;
                gap: 0;
                padding: 1rem;
                top: 20px;
                width: 95%;
            }
            
            .nav-menu {
                display: none !important;
            }
            
            .nav-btn {
                padding: 0.5rem 1rem;
                font-size: 0.9rem;
            }

            .hero-section {
                min-height: auto;
                padding-bottom: 3rem;
                align-items: center;
            }

            /* Hero Section */
            .hero-content {
                flex-direction: column;
                margin-top: 160px;
                padding: 0 1rem;
                text-align: center;
            }
            
            .hero-left {
                padding-right: 0;
                margin-bottom: 2rem;
            }
            
            .hero-title {
                font-size: 1.8rem;
                line-height: 1.3;
                margin-bottom: 1rem;
            }
            
            .hero-desc {
                font-size: 1rem;
                margin-top: 1.5rem;
                margin-bottom: 1.5rem;
            }
            
            .download-app-text {
                margin-top: 1.5rem;
                font-size: 0.95rem;
            }
            
            .download-buttons {
                justify-content: center;
                flex-wrap: wrap;
                gap: 0.75rem;
            }
            
            .download-buttons img {
                height: 44px;
            }

            .hero-right {
                margin-top: 1rem;
                position: static;
            }
            
            .hero-img-overlap {
                position: static;
                width: 60%;
                max-width: 250px;
                margin: 0 auto;
                top: auto;
                right: auto;
            }

            /* Features Section */
            .features-section {
                padding: 3rem 1rem;
                min-height: auto;
            }
            
            .features-title {
                font-size: 1.2rem !important;
                text-align: left;
                margin-bottom: 1rem;
            }
            
            .features-desc {
                font-size: 1rem !important;
                text-align: left;
                margin-bottom: 2rem;
            }
            
            .icon-box {
                padding: 1.5rem 1rem;
                height: auto;
                min-height: 350px;
                margin-bottom: 1rem;
            }
            
            .icon-box:hover {
                transform: none;
                margin-top: 0.5rem;
                height: auto;
            }
            
            .icon-bg {
                width: 56px;
                height: 70px;
            }
            
            .icon-img {
                width: 32px;
                height: 32px;
            }
            
            .icon-text {
                font-size: 0.95rem;
            }
            
            .icon-box-desc {
                font-size: 14px !important;
            }

            /* Benefits Section */
            .benefits-section {
                padding: 3rem 1rem;
                height: auto;
                min-height: auto;
            }
            
            .benefits-title {
                font-size: 1.6rem !important;
                text-align: left;
                margin-bottom: 1rem;
            }
            
            .benefits-desc {
                font-size: 1rem !important;
                text-align: left;
                margin-bottom: 2rem;
            }
            
            .benefit-icon-box {
                padding: 0.2rem 0.5rem;
                font-size: 0.9rem;
                justify-content: left;
                text-align: left;
            }
            
            .benefits-img {
                max-width: 280px;
                margin: 2rem auto 0;
            }
            
            .download-app-text {
                text-align: center;
            }
            
            .d-sm-none {
            display: none !important;
           }

            .text-left {
                text-align: left !important;
                justify-content: left !important;
            }

            /* FAQ Section */
            .faq-section {
                padding: 3rem 1rem;
            }
            
            .faq-section h2 {
                font-size: 1.6rem;
                margin-bottom: 0rem;
            }
            
            .accordion-button {
                padding: 15px;
                font-size: 0.95rem;
            }
    
            .accordion-body {
                font-size: 13px;
                padding: 1rem;
            }


            /* Contact Section */
            .contact-section {
                padding: 3rem 1rem;
            }
            
            .contact-section h2 {
                font-size: 1.6rem;
                margin-bottom: 1rem;
                text-align: left;
            }
            
            .contact-section p {
                font-size: 0.95rem;
                margin-bottom: 2rem;
                text-align: left;
            }
            
            .bg-contact {
                border-radius: 15px !important;
                margin: 0;
            }
            
            .contact-round {
                border-radius: 15px 15px 0 0 !important;
                height: auto !important;
                margin-bottom: 0;
            }
            
            .contact-form {
                padding: 2rem 1rem !important;
            }
            
            .contact-form .form-control {
                font-size: 13px;
            }
            
            .contact-item {
                margin-bottom: 1.5rem;
            }
            
            .cicon {
                width: 40px;
                height: 40px;
                min-width: 40px;
                font-size: 1.1rem;
            }
            
            .ctext {
                font-size: 13px;
            }
            
            .social-icons {
                justify-content: left;
                flex-wrap: wrap;
                gap: 5px;
            }
            
            .social-icons a {
                width: 25px;
                height: 25px;
                font-size: 0.7rem;
            }

            /* Footer */
            .footer {
                padding: 2rem 0;
                text-align: center;
            }
            
            .footer .container {
                padding: 0 1rem;
            }
            
            .footer img {
                max-height: 35px;
            }
            
            .footer p {
                font-size: 0.9rem;
                margin-top: 1rem;
            }
        }

        /* Tablet Responsive Styles */
        @media (max-width: 991px) {
            .features-section,
            .benefits-section,
            .faq-section,
            .contact-section {
                padding: 3rem 2rem;
            }
        }
            
            .hero-content {
                margin-top: 180px;
                padding: 0 4rem;
            }
            
            .hero-title {
                font-size: 3rem;
            }
            
            .features-title {
                font-size: 2.6rem !important;
            }
            
            .benefits-title {
                font-size: 1.8rem !important;
            }
            
            .icon-box {
                min-height: 220px;
            }
            
            .benefits-img {
                max-width: 350px;
            }
        

        /* Large Mobile Landscape */
        @media (max-width: 480px) {
            .nav-controller {
                width: 98%;
                padding: 0.75rem;
            }
            
            .nav-logo img {
                max-height: 30px;
            }

            .icon-box{
                min-height: 320px;
            }
            
            .mobile-menu {
                width: 85%;
                right: -85%;
            }
            
            .hero-title {
                font-size: 1.6rem;
            }
            
            .features-title,
            .benefits-title {
                font-size: 1.4rem !important;
            }
            
            .hero-img-overlap {
                width: 70%;
                max-width: 200px;
            }
            
            .download-buttons img {
                height: 40px;
            }
            
            .contact-form {
                padding: 1.5rem 0.75rem !important;
            }
        }
