:root {
    --themecolor1: #003A74;
    --themecolor2: #0081C6;
    --themecolor3: #ECBB24;    
    --text-colordark: #333333;
    --font-face1: "Inter", sans-serif !important;
    --outline-color: #F7F7F7;

      --primary-navy: #0a2540;
            --secondary-navy: #134063;
            --accent-yellow: #ffc845;
            --hover-yellow: #ffb31f;
            --text-light: #ffffff;
            --text-muted: #b0c4d4;
            --border-color: #2a4a68;

}

        .bgbluedaek{background: var(--themecolor1);}
.bgbluelight{background:linear-gradient(126deg, rgba(237,243,234,1) 0%, rgba(144,202,250,1) 100%) ;}
.Gothamblack{ font-family: 'gotham_narrowblack';}
.Gothammedium{ font-family: "gotham_narrowmedium";}
.Gothamblack{ font-family: 'gotham_narrowblack';}

.tt_m{ font-family: 'TT Norms Pro Medium', sans-serif!important;}
.tt_b{ font-family: 'TT Norms Pro Bold', sans-serif!important;}
.tg_m{font-family:'gotham_narrowmedium', sans-serif!important;}
.tg_b{font-family:'gotham_narrowbold', sans-serif!important;}

.color-1{ color: #003A74; }
.fs-32{font-size: 32px;}
.fs-42{font-size: 42px;}
.fs-22{font-size: 22px;}

@font-face {
    font-family: 'Gotham Narrow Medium';
    src: url('../fonts/GothamNarrow-Medium.woff') format('woff2'), url('../fonts/GothamNarrow-Medium.woff2') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "gotham_narrowmedium";
    src: url("../fonts/gothamnarrow-medium-webfont.woff2") format("woff2"), url("../fonts/gothamnarrow-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "gotham_narrowbold";
    src: url("../fonts/GothamNarrow-Bold.woff2") format("woff2"), url("../fonts/GothamNarrow-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'gotham_narrowblack';
    src: url('../fonts/fontsfree-net-gothamnarrow-black-1-webfont.woff2') format('woff2'),
         url('../fonts/fontsfree-net-gothamnarrow-black-1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }


@font-face {
    font-family: 'TT Norms Pro', sans-serif;
    src: url('../fonts/TTNormsProRegular.woff') format('woff2'), url('../fonts/TTNormsProRegular.woff2') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms Pro Medium', sans-serif;
    src: url('../fonts/TT Norms Pro Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms Pro Bold', sans-serif;
    src: url('../fonts/TTNormsPro-Bold.woff2') format('woff2'),
        url('../fonts/TTNormsPro-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms Pro';
    src: url('../fonts/TTNormsPro-Light.woff2') format('woff2'),
        url('../fonts/TTNormsPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    background: #003a74; line-height: 1.2;
    font-family: 'TT Norms Pro', sans-serif ;
}
input, textarea, select, label{font-family: 'TT Norms Pro', sans-serif !important;}


.banner{ background: url(../images/banner.jpg);}

.hero-text h1 {
	font-size: 76px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: bold;
	color: #fff;
     font-family: 'Gotham Narrow Medium';
}




.btn_2 {
    background: var(--themecolor3);
    border-radius: 30px;
 	padding: 13px 16px;
    line-height: 22px;
    font-size: 18px;
    color: #002B57;
     font-family: 'TT Norms Pro Medium', sans-serif !important;
    font-weight: 600;
    transition: all 0.3s;
}

.btn_2.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0;
}

.btn_2:hover {
    color: #002b57 !important;
    background: #fff;
    border: 1px solid var(--themecolor3);
}



h1,
h2,
h3,
h4,
h5 {
    font-family: "gotham_narrowbold";
}

    

.btn-outline {
	border: 2px solid #fff;
	border-radius: 34px;
	color: #fff;
	padding: 13px 16px;
     font-family: 'TT Norms Pro';
	line-height: 22px;
	font-size: 18px;
	/* color: #002B57; */
	font-weight: bold;
	transition: all 0.3s;
}
.btn-outline:hover {
    background: #fff;   }



        .hero-text {
	padding-right: 8%;
}

        
        .container {
            max-width: 1650px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Header */
        header {
            padding: 20px 0;
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }
        
        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 18px;
            font-weight: 600;
        }
        
        .logo img {
	/* height: 40px; */
	width: auto;
	filter: contrast(0%) brightness(2);
}
        
      :root {
            --primary-color: #1976D2;
            --secondary-color: #0D47A1;
            --accent-color: #FF6B35;
            --text-dark: #1a1a1a;
            --text-light: #666;
            --bg-light: #f8f9fa;
        }

        body {
            /*! font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; */
            color: var(--text-dark);
            line-height: 1.6;
        }

        /* Header Styles */
        header {
            /*! background: white; */
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            padding: 1rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
        }

             /* Hero Section */
        .hero {
            /*! background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
            color: white;
            padding: 39px 0;
            min-height: 600px;
            display: flex;
            align-items: center;
            padding-bottom: 220px;
        }

        .hero h1 {
            font-size: 86px;
            font-weight: 700;
            margin-bottom: 1.5rem;
            line-height: 1.1;
            font-family: "gotham_narrowbold";
            padding-right: 17%;
        }

        .hero p {
            font-size: 32px;
            margin-bottom: 2rem;
            opacity: 1;
            padding-right: 9%;
        }

        /* Promo Card */
     .promo-card {
	background: linear-gradient(180deg, rgba(237,243,234,1) 0%, rgba(144,202,250,1) 100%);
	border-radius: 38px;
	padding: 0;
	/* box-shadow: 0 20px 60px rgba(0,0,0,0.3); */
	color: var(--text-dark);
}

        .promo-card .header {
            text-align: center;
            margin-bottom: 0;
        }

        .promo-card .year {
            font-size: 3rem;
            font-weight: 700;
            color: var(--primary-color);
            line-height: 1;
        }

        .promo-card .title {
            font-size: 1.75rem;
            font-weight: 600;
            margin: 0.5rem 0;
        }

        .promo-card .event-details {
            color: var(--text-light);
            font-size: 0.9rem;
        }

        .exclusive-badge {
          
            color: white;
            padding: 0.75rem 1.5rem;
            border-radius: 50px;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            font-weight: 600;
            margin-bottom: 0;
        }

        .offer-container {
	background: #0081C6;
	border-radius: 37px;
	padding: 21px 30px;
}


        .trial-badge {
            background: #FFB800;
            color: #000;
            padding: 7px 2rem;
            border-radius: 27px;
            font-size: 48px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 1.5rem;
        }

        .offer-description {
            text-align: left;
            font-size: 28px;
            color: #fff;
            margin-bottom: 1.5rem;
            font-family: 'TT Norms Pro', sans-serif;
            font-weight: bold;
            line-height: 1.2;
            padding: 0 30px;
        }

        .features {
            list-style: none;
            padding: 0px 30px 30px;
            margin-bottom: 1.5rem;
        }

        .features .feature {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 5px 0;
            font-size: 24px;
            color: #fff;
        }

        .checkmark {
            width: 24px;
            height: 24px;
            background: #FFF;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            font-size: 15px;
        }

        .checkmark::after {
            content: "✓";
            color: #003a74;
            /*! font-weight: bold; */
        }

        .footer-text {
            text-align: center;
            font-size: 16px;
            color: #fff;
            /*! font-style: italic; */
        }

        /* Section Styles */
        section {
            padding: 80px 0;
        }

        section h2 {
            font-size: 72px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 1rem;
        }

        .subtitle {
            text-align: center;
            font-size: 30px;
            color: #fff;
            margin-bottom: 3rem;
            max-width: 1034px;
            margin-left: auto;
            margin-right: auto;
        }

        /* Feature Cards */
      .feature-card {
	background: linear-gradient(118deg,rgba(255, 255, 255, 1) 0%, rgba(144, 202, 250, 1) 100%);
	border-radius: 12px;
	padding: 2rem;
	box-shadow: 0 4px 20px rgba(0,0,0,0.08);
	transition: transform 0.3s, box-shadow 0.3s;
	height: 100%;
}

        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(0,0,0,0.15);
        }

        .feature-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
        }

        .feature-card h3 {
            font-size: 26px;
            font-weight: bold;
            margin-bottom: 1rem;
            color: #003A74;
        }

        /* Platform Banner */
        .platform-banner {
            background: #003A74;
            color: white;
            padding: 1rem;
            border-radius: 12px;
            text-align: center;
            font-size: 30px;
            font-weight: 500;
            margin-top: 3rem;
        }

        /* Benefits Section */
        .benefits-section {
            background: var(--bg-light);
        }

        .benefit-card {
            background: white;
            border-radius: 12px;
            padding: 2rem;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            height: 100%;
        }

        .benefit-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
        }

        .benefit-card h3 {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .benefit-card ul {
            list-style: none;
            padding: 0;
            margin-top: 1.5rem;
        }

        .benefit-card ul li {
            padding: 0.5rem 0;
            padding-left: 1.5rem;
            position: relative;
        }

        .benefit-card ul li::before {
            content: "→";
            position: absolute;
            left: 0;
            color: var(--primary-color);
            font-weight: bold;
        }

        /* Steps Section */
        .step-card {
            background: white;
            border-radius: 12px;
            padding: 2rem;
            box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            text-align: center;
            height: 100%;
            position: relative;
        }

        .step-number {
            width: 60px;
            height: 60px;
            background: var(--primary-color);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.75rem;
            font-weight: 700;
            margin: 0 auto 1.5rem;
        }

        .step-card h3 {
            /*! font-size: 1.25rem; */
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .cta-button {
            display: inline-block;
            background: var(--primary-color);
            color: white;
            padding: 1rem 2.5rem;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            margin-top: 3rem;
            transition: background 0.3s;
        }

        .cta-button:hover {
            background: var(--secondary-color);
            color: white;
        }

        /* FAQ Section */
        .faq-section {
            background: #002850;
        }

        .faq-item {
            background: linear-gradient(168deg,rgb(255, 255, 255) 0%, rgb(144, 202, 250) 100%);
            border-radius: 12px;
            padding: 1.5rem;
            margin-bottom: 1rem;
            /*! box-shadow: 0 2px 10px rgba(0,0,0,0.05); */
        }

        .faq-question {
            display: flex;
            align-items: center;
            gap: 1rem;
            font-weight: 600;
            font-size: 24px;
            margin-bottom: 2px;
            color: #003A74;
        }

        .faq-icon {
            width: 30px;
            height: 30px;
            background: var(--primary-color);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            flex-shrink: 0;
        }

        .faq-answer {
            color: #000;
            padding-left: 52px;
            font-size: 20px;
        }

        /* Final CTA Section */
        .final-cta {
            background: #003A74;
            color: white;
            text-align: center;
        }

        .final-cta h2 {
            color: white;
            margin-bottom: 1rem;
        }

        .final-cta p {
            font-size: 32px;
            margin-bottom: 2rem;
            /*! opacity: 0.95; */
        }

        .stat-card {
            background: #016093;
            border-radius: 12px;
            padding: 2rem;
            text-align: center;
        }

        .stat-icon {
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }

        .stat-card h3 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: white;
        }

        .stat-card p {
            margin: 0;
            /*! opacity: 0.9; */
            font-size: 24px;
            font-weight: 500;
            font-family: 'TT Norms Pro Medium', sans-serif !important;
        }

        .innerbox {
	background: #003A74;
	border-radius: 29px;
}


.moterdna {
	background: #0081c6;
	padding: 78px 86px;
	border-radius: 50px;
	margin-top: -250px;
	border: 0px solid rgba(255, 255, 255, 0.35);
}

.moterdna h2 {
	color: #fff;
}


p{ font-size: 18px;  }


.lightbluegra {
	background: #0081C6;
}

.whyuse-section .heicon {
	min-width: 93px;
	min-height: 92px;
	/*! line-height: 46px; */
	/*! color: #0081C6; */
	/*! border: 1px solid #E2E2E2; */
	/*! font-size: 20px; */
}
.listblock {
	padding: 30px;
}
.lightbluegra {
	color: #000;
	/* font-size: 14px; */
	text-align: center;
	padding: 41px;
	border-radius: 40px;
}
.whyuse-section:hover {
	/*! background: linear-gradient(290deg, rgba(237,243,234,1) 0%, rgba(144,202,250,1) 100%); */
}





   .main-heading {
            color: white;
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }

       
        .step-card {
            background: linear-gradient(118deg,rgba(255, 255, 255, 1) 0%, rgba(144, 202, 250, 1) 100%);
            border-radius: 20px;
            padding: 2.5rem 1.5rem;
            height: 100%;
            position: relative;
            border: none;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .step-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        .step-number {
            position: absolute;
            top: -46px;
            left: 50%;
            transform: translateX(-50%);
            width: 75px;
            height: 75px;
            background: #0081C6;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            /*! font-size: 1.5rem; */
            font-weight: bold;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0);
            font-family: "gotham_narrowbold";
        }

        .step-icon {
            margin-top: 15px;
        }

        .step-title {
            color: #1e3c72;
            font-weight: 700;
            margin-bottom: 1rem;
        }

        .step-description {
            color: #2c3e50;
            line-height: 1.6;
            font-weight: 600;
        }

        .setup-time {
            background: #16A34A;
            color: white;
            padding:18px 45px 23px;
            border-radius: 20px;
            font-size: 32px;
            font-weight: bold;
            display: inline-block;
            line-height: 1;
        }

        .setup-time i {
            margin-right: 0.5rem;
        }

        @media (max-width: 768px) {
            .main-heading {
                font-size: 2rem;
            }
            
            .subtitle {
                font-size: 1.1rem;
            }

            .step-card {
                margin-bottom: 3rem;
            }
        }


.bg-limited {
	font-size: 29px;
	background: #0081C6;
	border-radius: 50px;
	padding: 6px 20px;
	font-family: 'TT Norms Pro Medium', sans-serif !important;
}


  /* Form Card Styles */
        .form-card {
            background: rgba(255, 255, 255, 1);
            border-radius: 24px;
            padding: 48px;
            box-shadow: 
                0 20px 60px rgba(0, 0, 0, 0.3),
                0 0 0 1px rgba(255, 255, 255, 0.1);
            max-width: 840px;
            margin: 0 auto;
            animation: slideUp 0.6s ease-out;
            position: relative;
            overflow: hidden;
        }
        
        .form-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 0px;
            background: linear-gradient(90deg, var(--accent-yellow), var(--hover-yellow));
            animation: shimmer 3s ease-in-out infinite;
        }
        
        @keyframes shimmer {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.6; }
        }
        
        @keyframes slideUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .form-label {
            color: #2c3e50;
            font-weight: 500;
            margin-bottom: 8px;
            font-size: 19px;
            /*! letter-spacing: 0.3px; */
            font-family: 'TT Norms Pro Medium', sans-serif !important;
        }
        
        .form-control {
            border: 1px solid #BFBFBF;
            border-radius: 12px;
            padding: 18px 18px;
            font-size: 15px;
            transition: all 0.3s ease;
            background-color: #fff;
        }
        
        .form-control:focus {
            border-color: var(--accent-yellow);
            box-shadow: 0 0 0 4px rgba(255, 200, 69, 0.15);
            background-color: #ffffff;
            outline: none;
        }
        
        .form-control::placeholder {
            color: #adb5bd;
        }
        
        .mb-4 {
            margin-bottom: 24px !important;
        }
        
        /* Checkbox Styles */
        .form-check {
            padding-left: 0;
            margin-bottom: 24px;
        }
        
        .form-check-input {
            width: 20px;
            height: 20px;
            border: 2px solid #dee2e6;
            border-radius: 4px;
            margin-right: 10px;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-left: 0 !important;
        }
        
        .form-check-input:checked {
            background-color: var(--accent-yellow);
            border-color: var(--accent-yellow);
        }
        
        .form-check-input:focus {
            box-shadow: 0 0 0 4px rgba(255, 200, 69, 0.15);
        }
        
        .form-check-label {
            color: #495057;
            font-size: 21px;
            cursor: pointer;
            user-select: none;
            line-height: 1.2;
        }
        
        .form-check-label a {
            color: var(--primary-navy);
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s ease;
        }
        
        .form-check-label a:hover {
            color: var(--accent-yellow);
        }
        
        .required {
            color: #dc3545;
        }
        
        /* Submit Button */
        .btn-submit {
            width: 100%;
            background: linear-gradient(135deg, var(--accent-yellow), var(--hover-yellow));
            border: none;
            border-radius: 12px;
            padding: 16px;
            font-size: 16px;
            font-weight: 700;
            color: var(--primary-navy);
            text-transform: uppercase;
            letter-spacing: 1px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(255, 200, 69, 0.3);
            position: relative;
            overflow: hidden;
        }
        
        .btn-submit::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.5s ease;
        }
        
        .btn-submit:hover::before {
            left: 100%;
        }
        
        .btn-submit:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 200, 69, 0.4);
        }
        
        .btn-submit:active {
            transform: translateY(0);
        }
        
        /* Footer Section */
        .footer-section {
            text-align: center;
            padding: 60px 20px 40px;
            color: var(--text-light);
            animation: fadeIn 0.8s ease-out 0.3s both;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        .logo-container {
            margin-bottom: 24px;
        }
        
        .logo {
            width: 189px;
            height: auto;
            filter: brightness(0) invert(1);
        }
        
        .tagline {
            /*! font-family: 'Syne', sans-serif; */
            font-size: 35px;
            font-weight: 700;
            color: var(--accent-yellow);
            margin-bottom: 12px;
            letter-spacing: -0.5px;
        }
        
        .description {
            color: #fff;
            font-size: 24px;
            margin-bottom: 32px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .cta-button {
            background: var(--accent-yellow);
            color: var(--primary-navy);
            border: none;
            padding: 11px 33px;
            border-radius: 50px;
            font-weight: 700;
            /*! font-size: 15px; */
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(255, 200, 69, 0.3);
            margin: 0;
            position: relative;
            z-index: 1;
            font-family: 'TT Norms Pro Medium', sans-serif !important;
        }
        
        .cta-button:hover {
            background: var(--hover-yellow);
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 200, 69, 0.4);
            color: var(--primary-navy);
        }
        
        .contact-info-box {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 0;
            margin: -12px 0 24px;
            /*! font-size: 14px; */
            background: #002850;
            backdrop-filter: blur(10px);
            border-radius: 50px;
            padding: 25px 32px 16px;
            /*! box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); */
        }
        
        .contact-item {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #fff;
            text-decoration: none;
            transition: color 0.3s ease;
            padding: 0 20px;
            border-right: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .contact-item:last-child {
            border-right: none;
        }
        
        .contact-item:hover {
            color: var(--accent-yellow);
        }
        
        .contact-item i {
            font-size: 16px;
        }
        
        .social-links {
            display: flex;
            justify-content: center;
            gap: 16px;
            margin: 32px 0;
        }
        
        .social-link {
            width: 44px;
            height: 44px;
            border-radius: 8px;
            background: #0081C6;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }
        
        .social-link:hover {
            background: var(--accent-yellow);
            color: var(--primary-navy);
            transform: translateY(-3px);
        }
        
        .footer-bottom {
            margin-top: 40px;
            padding-top: 24px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
        }
        
        .copyright {
            margin: 0;
            color: rgba(255, 255, 255, 1);
            font-size: 18px;
        }
        
        .footer-links {
            display: flex;
            align-items: center;
            gap: 12px;
            margin: 0;
        }
        
        .footer-link {
            color: #fff;
            text-decoration: none;
            font-size: 18px;
            transition: color 0.3s ease;
        }
        
        .footer-link:hover {
            color: var(--accent-yellow);
        }
        
        .separator {
            color: rgba(255, 255, 255, 0.3);
            font-size: 13px;
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .form-card {
                padding: 32px 24px;
                margin: 0px;
                border-radius: 20px;
            }
            
            .tagline {
                font-size: 24px;
            }
            
            .contact-info-box {
                flex-direction: column;
                padding: 20px 24px;
                border-radius: 20px;
                gap: 12px;
            }
            
            .contact-item {
                border-right: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                padding: 12px 0;
                width: 100%;
                justify-content: center;
            }
            
            .contact-item:last-child {
                border-bottom: none;
            }
            
            .footer-bottom {
                flex-direction: column;
                text-align: center;
            }
        }
        
        @media (max-width: 480px) {
            .form-card {
                padding: 24px 20px;
            }
            
            .btn-submit {
                padding: 14px;
                font-size: 14px;
            }
            
            .tagline {
                font-size: 20px;
            }
            
            .description br {
                display: none;
            }
        }
        
        /* Input Animation */
        .form-group {
            position: relative;
        }
        
        .form-control:not(:placeholder-shown) ~ .floating-label,
        .form-control:focus ~ .floating-label {
            transform: translateY(-24px) scale(0.85);
            color: var(--accent-yellow);
        }

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #001a49; /* zarurat ke hisaab se */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}





        /* Responsive */

      @media (max-width: 1680px) {
.container {
	max-width: 1450px;
}
.hero h1 {
	font-size: 74px;

}
.nada-logo {
	width: 100%;
}
.offer-description {
	font-size: 23px;
	padding: 2px 30px;
}
.hero p {
	font-size: 29px;
	
}
.moterdna {
	padding: 57px 52px;
}
.trial-badge {
	padding: 7px 1rem;
	font-size: 38px;
}
      }

      @media (max-width: 1480px) {
  .hero h1 {
    font-size: 67px;
  }
  .trial-badge {
	font-size: 33px;
}
.offer-description {
	font-size: 19px;
	padding: 2px 21px;
}
.features {
	padding: 0px 21px 30px;
}
.platform-banner {
	font-size: 25px;
}
.feature-card {
	padding: 1rem;
}
.fs-42 {
	font-size: 34px;
}

.main-heading {
	margin-bottom: 0;
}
.step-card {
	padding: 2.5rem 1rem;

}
.setup-time {	
	font-size: 25px;
	
}
section h2 {
	font-size: 55px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1rem;
}

}


        
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2rem;
                padding-right: 1%;
            }

            .hero p {
                font-size: 1rem;
            }

            section h2 {
                font-size: 2rem;
            }

            .promo-card {
                margin-top: 2rem;
            }
            .offer-container {
	padding: 21px 10px;
}

.moterdna {
	padding: 29px 15px;
	border-radius: 30px;
}
section {
	padding: 58px 0;
}

.fs-32 {
	font-size: 20px;
}


.lightbluegra {
	padding: 29px 15px;
	border-radius: 20px;
	
}
.features .feature {
	font-size: 18px;
	color: #fff;
	line-height: 1;
}

.fs-42 {
	font-size: 27px;
}
.fs-22 {
	font-size: 17px;
}

.step-number {
	top: -32px;
	width: 55px;
	height: 55px;

}
.setup-time {
	font-size: 18px;
	padding: 18px 5px 23px;
}
.faq-answer {
	font-size: 17px;
}

.faq-question {
	font-weight: 600;
	font-size: 20px;
	color: #003A74;
}
.bg-limited {
	font-size: 19px;
	padding: 6px 10px;
}
.final-cta p {
	font-size: 22px;
	margin-bottom: 2rem;
}
.form-check-label {
	font-size: 17px;
}
.footer-section {
	padding: 60px 0px 40px;
}
.description {
	font-size: 18px;
}

.contact-info-box {
	padding: 20px 14px;
}

.social-links {

	margin: 11px 0;
}
.btn-outline, .btn_2{padding: 9px 11px;font-size: 17px;}
.logo {

	margin-bottom: 20px;
}


        }







       .container-box {
	background: #f8f9fa;
	border-radius: 24px;
	padding: 60px 40px;
	max-width: 600px;
	width: 100%;
	margin: auto;
	text-align: center;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	color: #000;
}
.container-box h2{font-size: 41px;}

.container-box p{color: #000;font-size: 20px;font-weight: 500;font-family: 'TT Norms Pro Medium', sans-serif !important;padding: 0;margin-bottom: 10px;}


        
        @keyframes scaleIn {
            0% {
                transform: scale(0);
            }
            50% {
                transform: scale(1.1);
            }
            100% {
                transform: scale(1);
            }
        }

        @keyframes drawCheck {
            to {
                stroke-dashoffset: 0;
            }
        }


    

     


        @media (max-width: 600px) {
            .container-box {
                padding: 40px 25px;
            }

           

            .description {
                font-size: 14px;
            }
        }
