.elementor-257 .elementor-element.elementor-element-e254da2{padding:0px 0px 0px 0px;}.elementor-257 .elementor-element.elementor-element-cd70bae > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-257 .elementor-element.elementor-element-6d20599{padding:0px 0px 0px 0px;}.elementor-257 .elementor-element.elementor-element-4f0fa46{padding:0px 0px 0px 0px;}.elementor-257 .elementor-element.elementor-element-3232dfa{padding:0px 0px 0px 0px;}.elementor-257 .elementor-element.elementor-element-b9feca2{padding:0px 0px 0px 0px;}.elementor-257 .elementor-element.elementor-element-e8466e8{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-257 .elementor-element.elementor-element-3514858{padding:0px 0px 0px 0px;}@media(max-width:1366px){.elementor-257 .elementor-element.elementor-element-4f0fa46{width:var( --container-widget-width, 992px );max-width:992px;--container-widget-width:992px;--container-widget-flex-grow:0;}}@media(max-width:767px){.elementor-257 .elementor-element.elementor-element-e254da2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 36px;}}/* Start custom CSS for html, class: .elementor-element-e254da2 *//* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background-color: #0b1536;
    color: #ffffff;
}

/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 5%;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-icon {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #ff7a00, #ff5500);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    position: relative;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-title {
    font-size: 20px;
    font-weight: 800;
    color: #0c1a40;
}

.brand-subtitle {
    font-size: 14px;
    color: #555;
}

.brand-subtitle strong {
    color: #ff5500;
}

.hamburger-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.hamburger-menu span {
    width: 26px;
    height: 3px;
    background-color: #0c1a40;
    border-radius: 2px;
}

/* Hero Section */
.hero-section {
    position: relative;
    padding: 60px 8% 100px;
    background-color: #0a1330;
    /* Dotted background effect */
    background-image: radial-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px);
    background-size: 24px 24px;
}

.hero-container {
    max-width: 800px;
}

/* Batch Badge */
.batch-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border: 1px solid rgba(255, 122, 0, 0.4);
    border-radius: 30px;
    background-color: rgba(255, 122, 0, 0.05);
    color: #ff9d42;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

.green-dot {
    width: 8px;
    height: 8px;
    background-color: #22c55e;
    border-radius: 50%;
}

/* Headings */
.hero-title {
    font-size: 56px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 20px;
}

.highlight-orange {
    color: #ff6a00;
}

.hero-subtitle {
    font-size: 22px;
    font-weight: 700;
    color: #e2e8f0;
    margin-bottom: 20px;
}

/* Paragraph Description */
.hero-description {
    font-size: 18px;
    line-height: 1.6;
    color: #94a3b8;
    max-width: 650px;
    margin-bottom: 35px;
}

.hero-description strong {
    color: #ffffff;
}

/* Buttons */
.cta-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn {
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #ff6a00;
    color: #ffffff;
    border: none;
}

.btn-primary:hover {
    background-color: #e05d00;
}

.btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover {
    border-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .hero-title {
        font-size: 38px;
    }
    .hero-subtitle {
        font-size: 18px;
    }
    .hero-description {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c060570 *//* General Setup */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background-color: #0b1536;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

/* Stats Section Container */
.stats-section {
    width: 100%;
    max-width: 1000px;
    text-align: center;
}

/* Header Text */
.stats-header-title {
    color: #94a3b8;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/* 2x2 Grid Layout */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Stat Cards */
.stat-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.2);
}

/* Icon Box Styling */
.icon-box {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.icon-box svg {
    width: 24px;
    height: 24px;
}

/* Icon Variants Colors */
.icon-purple {
    background-color: rgba(147, 51, 234, 0.15);
    color: #c084fc;
}

.icon-yellow {
    background-color: rgba(234, 179, 8, 0.15);
    color: #facc15;
}

.icon-blue {
    background-color: rgba(59, 130, 246, 0.15);
    color: #60a5fa;
}

.icon-green {
    background-color: rgba(20, 184, 166, 0.15);
    color: #2dd4bf;
}

/* Numbers and Labels */
.stat-number {
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.stat-label {
    color: #94a3b8;
    font-size: 15px;
    font-weight: 500;
}

/* Mobile Responsiveness */
@media (max-width: 640px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
    .stat-number {
        font-size: 30px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6d20599 *//* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background-color: #081028;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 60px 20px;
}

/* Section Wrapper */
.why-choose-section {
    max-width: 1000px;
    width: 100%;
    text-align: center;
}

/* Badge */
.badge-container {
    margin-bottom: 20px;
}

.badge {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    border: 1px solid rgba(255, 122, 0, 0.4);
    background-color: rgba(255, 122, 0, 0.08);
    color: #ff9436;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* Headings */
.section-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.25;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.highlight-orange {
    color: #ff6a00;
}

.section-description {
    font-size: 18px;
    line-height: 1.6;
    color: #94a3b8;
    max-width: 820px;
    margin: 0 auto 50px auto;
}

/* Cards Grid */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    text-align: left;
}

/* Card Styling */
.feature-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 36px 30px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.2);
}

/* Icon Box */
.icon-box {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.icon-box svg {
    width: 26px;
    height: 26px;
}

/* Icon Variants */
.icon-orange {
    background-color: rgba(255, 106, 0, 0.15);
    color: #ff7a22;
}

.icon-blue {
    background-color: rgba(14, 116, 144, 0.2);
    color: #38bdf8;
}

/* Card Typography */
.card-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.35;
}

.card-description {
    font-size: 15px;
    line-height: 1.6;
    color: #94a3b8;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .section-title {
        font-size: 30px;
    }

    .section-description {
        font-size: 16px;
    }

    .cards-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f0fa46 *//* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background-color: #061138;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 60px 20px;
}

/* Section Wrapper */
.target-audience-section {
    max-width: 900px;
    width: 100%;
}

/* Badge Styling */
.badge-container {
    margin-bottom: 20px;
}

.badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    border: 1px solid rgba(56, 189, 248, 0.3);
    background-color: rgba(56, 189, 248, 0.08);
    color: #38bdf8;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

/* Headings */
.section-title {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.highlight-blue {
    color: #38bdf8;
}

.section-description {
    font-size: 18px;
    line-height: 1.6;
    color: #94a3b8;
    max-width: 800px;
    margin-bottom: 32px;
}

/* CTA Button */
.cta-container {
    margin-bottom: 40px;
}

.btn-cta {
    display: inline-block;
    background: linear-gradient(135deg, #ff6a00, #ff5500);
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 10px 25px -5px rgba(255, 106, 0, 0.4);
    transition: all 0.3s ease;
}

.btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgba(255, 106, 0, 0.6);
}

/* Audience List Cards */
.audience-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.audience-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 20px 24px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.audience-item:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(56, 189, 248, 0.3);
}

.icon-check {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #10b981; /* Green Check Icon */
    flex-shrink: 0;
}

.icon-check svg {
    width: 24px;
    height: 24px;
}

.audience-text {
    font-size: 16px;
    font-weight: 500;
    color: #e2e8f0;
    line-height: 1.5;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
    }

    .section-description {
        font-size: 16px;
    }

    .btn-cta {
        display: block;
        text-align: center;
        width: 100%;
        padding: 16px 20px;
    }

    .audience-item {
        padding: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3232dfa *//* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background-color: #061138;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 60px 20px;
}

/* Main Container Wrapper */
.course-breakdown-section {
    max-width: 950px;
    width: 100%;
    text-align: center;
}

/* Badge Styling */
.badge-container {
    margin-bottom: 24px;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 30px;
    border: 1px solid rgba(255, 122, 0, 0.4);
    background-color: rgba(255, 122, 0, 0.08);
    color: #ff9436;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.badge svg {
    width: 16px;
    height: 16px;
}

/* Section Headings */
.section-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.highlight-orange {
    color: #ff6a00;
}

.section-description {
    font-size: 18px;
    line-height: 1.6;
    color: #94a3b8;
    max-width: 780px;
    margin: 0 auto 50px auto;
}

/* Accordion Outer Container */
.accordion-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
}

/* Accordion Item Card */
.accordion-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 24px 30px;
    transition: all 0.3s ease;
}

.accordion-item:hover {
    border-color: rgba(255, 255, 255, 0.2);
}

/* Accordion Header Layout */
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.module-number {
    font-size: 16px;
    font-weight: 800;
    color: #64748b;
}

.module-title {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
}

.module-tag {
    background-color: rgba(14, 116, 144, 0.25);
    border: 1px solid rgba(56, 189, 248, 0.3);
    color: #38bdf8;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
}

.chevron-icon {
    width: 22px;
    height: 22px;
    color: #94a3b8;
}

/* Accordion Body Content */
.accordion-content {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.module-description {
    font-size: 16px;
    line-height: 1.6;
    color: #94a3b8;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
    }

    .section-description {
        font-size: 16px;
    }

    .accordion-item {
        padding: 20px;
    }

    .module-title {
        font-size: 18px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b9feca2 *//* Base Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background-color: #061138;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 40px 20px;
}

/* Wrapper */
.curriculum-container {
    max-width: 950px;
    width: 100%;
}

/* List Layout */
.accordion-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

/* Accordion Item Card */
.accordion-item {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 24px 30px;
    transition: all 0.3s ease;
}

.accordion-item:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.03);
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.module-number {
    font-size: 16px;
    font-weight: 800;
    color: #64748b;
}

.module-title {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
}

/* Tag Styles */
.module-tag {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 20px;
}

.tag-brown {
    background-color: rgba(180, 83, 9, 0.2);
    border: 1px solid rgba(245, 158, 11, 0.4);
    color: #f59e0b;
}

.tag-green {
    background-color: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #10b981;
}

.tag-purple {
    background-color: rgba(139, 92, 246, 0.2);
    border: 1px solid rgba(168, 85, 247, 0.4);
    color: #c084fc;
}

.tag-pink {
    background-color: rgba(236, 72, 153, 0.2);
    border: 1px solid rgba(244, 114, 182, 0.4);
    color: #f472b6;
}

.tag-yellow {
    background-color: rgba(234, 179, 8, 0.15);
    border: 1px solid rgba(234, 179, 8, 0.35);
    color: #facc15;
}

.chevron-icon {
    width: 22px;
    height: 22px;
    color: #64748b;
}

/* Download Button Container */
.download-cta-container {
    display: flex;
    justify-content: center;
}

.btn-download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 12px;
    border: 1px solid rgba(255, 122, 0, 0.5);
    background-color: rgba(255, 122, 0, 0.05);
    color: #ff9d42;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-download:hover {
    background-color: rgba(255, 122, 0, 0.15);
    border-color: #ff7a00;
    color: #ffffff;
    transform: translateY(-2px);
}

.download-icon {
    width: 20px;
    height: 20px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .accordion-item {
        padding: 18px 20px;
    }

    .module-title {
        font-size: 17px;
    }

    .btn-download {
        width: 100%;
        justify-content: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e8466e8 *//* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background-color: #061138;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 60px 20px;
}

/* Main Container Wrapper */
.advisor-section {
    max-width: 800px;
    width: 100%;
    text-align: center;
}

/* Badge Styling */
.badge-container {
    margin-bottom: 20px;
}

.badge {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    border: 1px solid rgba(56, 189, 248, 0.3);
    background-color: rgba(56, 189, 248, 0.08);
    color: #38bdf8;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

/* Headings */
.section-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.highlight-blue {
    color: #38bdf8;
}

.section-description {
    font-size: 17px;
    line-height: 1.6;
    color: #94a3b8;
    max-width: 680px;
    margin: 0 auto 40px auto;
}

/* Contact Info Layout */
.contact-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    max-width: 500px;
    margin: 0 auto 40px auto;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    text-align: left;
    transition: transform 0.2s ease;
}

.contact-item:hover {
    transform: translateX(5px);
}

.icon-box {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f97316;
    flex-shrink: 0;
}

.icon-box svg {
    width: 22px;
    height: 22px;
}

.contact-details {
    display: flex;
    flex-direction: column;
}

.contact-label {
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
    margin-bottom: 2px;
}

.contact-value {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.3px;
    word-break: break-all;
}

/* Response Time Box */
.response-time-box {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 24px 30px;
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
}

.response-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.response-status {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #94a3b8;
}

.green-dot {
    width: 8px;
    height: 8px;
    background-color: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 8px #10b981;
    flex-shrink: 0;
}

/* Mobile Responsiveness */
@media (max-width: 640px) {
    .section-title {
        font-size: 32px;
    }

    .contact-value {
        font-size: 16px;
    }

    .response-time-box {
        padding: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3514858 *//* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background-color: #061138;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

/* Form Container Card */
.form-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px;
    width: 100%;
    max-width: 600px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.callback-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Form Groups */
.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #cbd5e1;
}

/* Input Fields */
.form-group input {
    width: 100%;
    padding: 16px 20px;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #ffffff;
    font-size: 15px;
    outline: none;
    transition: all 0.3s ease;
}

.form-group input::placeholder {
    color: #475569;
}

.form-group input:focus {
    border-color: #ff6a00;
    background-color: rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.15);
}

/* Submit Button */
.submit-btn {
    width: 100%;
    padding: 18px;
    margin-top: 8px;
    background: linear-gradient(135deg, #ff6a00, #ff5500);
    border: none;
    border-radius: 14px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 10px 25px -5px rgba(255, 106, 0, 0.4);
    transition: all 0.3s ease;
}

.submit-btn svg {
    width: 20px;
    height: 20px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgba(255, 106, 0, 0.6);
    background: linear-gradient(135deg, #ff7711, #ff6611);
}

/* Mobile Responsiveness */
@media (max-width: 640px) {
    .form-card {
        padding: 24px;
    }
}/* End custom CSS */