.elementor-1553 .elementor-element.elementor-element-3c7a89d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1553 .elementor-element.elementor-element-575e69a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1553 .elementor-element.elementor-element-16634d3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1553 .elementor-element.elementor-element-a203df3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1553 .elementor-element.elementor-element-47921cf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1553 .elementor-element.elementor-element-c7c7424{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1553 .elementor-element.elementor-element-fbf6184{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1553 .elementor-element.elementor-element-ae3ed99{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1553 .elementor-element.elementor-element-551c6ed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-be45da4 */:root {
    /* Brand Colors from Logo */
    --primary-teal: #00B5A8;
    --light-teal: #00D4C5;
    --dark-teal: #008B82;
    
    --primary-blue: #0052CC;
    --light-blue: #2684FF;
    --dark-blue: #002E5D;
    
    /* Accent Colors */
    --neural-purple: #6B46C1;
    --energy-green: #00F5A0;
    --highlight-cyan: #00E5FF;
    
    /* Neutral Colors */
    --white: #FFFFFF;
    --light-gray: #F7FAFC;
    --medium-gray: #E2E8F0;
    --dark: #1A202C;
    
    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 2rem;
    --spacing-lg: 4rem;
    --spacing-xl: 6rem;
    
    /* Typography */
    --font-primary: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
}

/* ========== REMOVE ALL TOP SPACE FROM HERO SECTION ========== */
body {
    margin-top: 0 !important;
}

#hero {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* ========== HERO SECTION CONTAINER ========== */
.hero-section {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0rem 2rem;
    overflow: hidden;
    background: var(--dark);
    margin: 0 !important;
}

/* Neural Network Background */
.hero-neural-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

#heroNeuralCanvas {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.6;
}

/* Gradient Overlay */
.hero-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(0, 181, 168, 0.15), transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(0, 82, 204, 0.15), transparent 50%);
    z-index: 2;
}

/* Hero Content Container */
.hero-container {
    position: relative;
    z-index: 10;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* ========== HERO LEFT - TEXT CONTENT ========== */
.hero-content-left {
    animation: heroFadeInUp 1s ease-out;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

@keyframes heroFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hero Badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(0, 181, 168, 0.1);
    border: 1px solid rgba(0, 181, 168, 0.3);
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--light-teal);
    margin-bottom: 1rem;
    margin-top: 0 !important;
    backdrop-filter: blur(10px);
}

.hero-badge-icon {
    font-size: 1.2rem;
    animation: heroPulse 2s ease-in-out infinite;
}

@keyframes heroPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* Hero Title */
.hero-title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 1rem;
    margin-top: 0 !important;
    color: var(--white);
    padding: 0.3rem 0;
}

.hero-title-gradient {
    display: block;
    background: linear-gradient(135deg, var(--primary-teal), var(--primary-blue), var(--neural-purple));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: heroGradientShift 3s ease infinite;
    background-size: 200% 200%;
    padding: 0.3rem 0;
    display: inline-block;
}

@keyframes heroGradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Hero Subtitle */
.hero-subtitle {
    font-size: 1.25rem;
    color: var(--medium-gray);
    line-height: 1.8;
    margin-bottom: 1.5rem;
    max-width: 600px;
}

/* ========== HERO STATS - DESKTOP ========== */
.hero-stats {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    background: rgba(0, 181, 168, 0.05);
    border: 1px solid rgba(0, 181, 168, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.hero-stat-item {
    flex: 1;
    text-align: center;
}

.hero-stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary-teal), var(--primary-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.hero-stat-label {
    font-size: 0.875rem;
    color: var(--medium-gray);
    margin-top: 0.5rem;
}

.hero-stat-divider {
    width: 1px;
    height: 50px;
    background: rgba(0, 181, 168, 0.2);
}

/* ========== HERO CTA BUTTONS ========== */
.hero-cta-buttons {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.hero-btn-primary,
.hero-btn-secondary {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-primary);
}

.hero-btn-primary {
    background: linear-gradient(135deg, var(--primary-teal), var(--primary-blue));
    color: var(--white);
    box-shadow: 0 8px 30px rgba(0, 181, 168, 0.4);
}

.hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 181, 168, 0.6);
}

.hero-btn-secondary {
    background: rgba(0, 181, 168, 0.1);
    border: 2px solid rgba(0, 181, 168, 0.3);
    color: var(--primary-teal);
    backdrop-filter: blur(10px);
}

.hero-btn-secondary:hover {
    background: rgba(0, 181, 168, 0.2);
    border-color: var(--primary-teal);
    color: white;
}

/* ========== HERO RIGHT - VISUAL WITH SIDDHANT ========== */
.hero-content-right {
    position: relative;
    animation: heroFadeInRight 1s ease-out 0.3s both;
}

@keyframes heroFadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-visual {
    position: relative;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Brain Sphere - Background */
.hero-brain-sphere {
    position: absolute;
    width: 500px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.hero-sphere-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 181, 168, 0.2), transparent 70%);
    animation: heroGlowPulse 4s ease-in-out infinite;
    border-radius: 50%;
}

@keyframes heroGlowPulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.8;
    }
}

.hero-sphere-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 181, 168, 0.15), rgba(0, 82, 204, 0.15));
    border-radius: 50%;
    border: 2px solid rgba(0, 181, 168, 0.2);
    backdrop-filter: blur(20px);
}

.hero-neural-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 2px solid rgba(0, 181, 168, 0.4);
    border-radius: 50%;
    animation: heroNeuralPulse 3s ease-out infinite;
}

.hero-pulse-delay-1 {
    animation-delay: 1s;
}

.hero-pulse-delay-2 {
    animation-delay: 2s;
}

@keyframes heroNeuralPulse {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}

/* Siddhant's Image - Foreground */
.hero-founder-image {
    position: relative;
    z-index: 5;
    animation: heroFounderFadeIn 1.2s ease-out 0.5s both;
}

@keyframes heroFounderFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(30px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.hero-founder-img {
    width: 450px;
    height: auto;
    filter: drop-shadow(0 20px 60px rgba(0, 181, 168, 0.3));
    transition: all 0.3s ease;
}

.hero-founder-img:hover {
    filter: drop-shadow(0 25px 70px rgba(0, 181, 168, 0.5));
    transform: scale(1.02);
}

/* Mobile Image - Hidden on Desktop */
.hero-mobile-image {
    display: none;
    margin: 2rem 0 1.5rem 0;
}

.hero-mobile-img {
    width: 100%;
    max-width: 280px;
    height: auto;
    filter: drop-shadow(0 10px 30px rgba(0, 181, 168, 0.3));
}

/* Desktop Only Class */
.hero-desktop-only {
    display: block;
}

/* ========== SCROLL INDICATOR ========== */
.hero-scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    z-index: 10;
    animation: heroBounce 2s ease-in-out infinite;
}

@keyframes heroBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(10px); }
}

.hero-scroll-text {
    font-size: 0.875rem;
    color: var(--medium-gray);
    font-weight: 500;
}

.hero-scroll-arrow svg {
    color: var(--primary-teal);
}

/* ========== PROGRAM UPDATES BANNER ========== */
.hero-program-updates {
    position: relative;
    z-index: 10;
    padding: 0.75rem 2rem;
    background: rgba(0, 181, 168, 0.05);
    border-top: 1px solid rgba(0, 181, 168, 0.1);
    border-bottom: 1px solid rgba(0, 181, 168, 0.1);
    opacity: 1 !important;
}

.hero-updates-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.hero-update-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hero-update-clickable {
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 15px;
}

.hero-update-clickable:hover {
    background: rgba(0, 181, 168, 0.1);
    transform: translateY(-2px);
}

.hero-update-badge {
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, var(--primary-teal), var(--primary-blue));
    color: var(--white);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
    letter-spacing: 1px;
}

.hero-badge-new {
    background: linear-gradient(135deg, var(--energy-green), var(--primary-teal));
}

.hero-update-content h3 {
    font-size: 1.1rem;
    color: var(--white);
    margin-bottom: 0.15rem;
}

.hero-update-content p {
    font-size: 0.85rem;
    color: var(--medium-gray);
}

.hero-update-divider {
    width: 1px;
    height: 60px;
    background: rgba(0, 181, 168, 0.2);
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 1200px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    
    .hero-content-right {
        order: -1;
        margin: 0 auto;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-visual {
        height: 500px;
    }
    
    .hero-founder-img {
        width: 350px;
    }
}

/* ========== MOBILE - FINAL WORKING VERSION ========== */
@media (max-width: 768px) {
    .hero-section {
        padding: 2.5rem 0.25rem 0.75rem 0.25rem !important;
        min-height: auto;
        overflow-x: hidden;
    }
    
    .hero-container {
        gap: 0;
        padding: 0;
        max-width: 100%;
    }
    
    .hero-content-left {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 0.25rem;
    }
    
    .hero-badge {
        font-size: 0.75rem;
        margin-bottom: 0.75rem;
        padding: 0.35rem 0.7rem;
        margin-top: 1.5rem !important;
    }
    
    .hero-title {
        font-size: 1.75rem;
        line-height: 1.25;
        padding: 0.2rem 0.1rem;
        margin-bottom: 0.5rem;
    }
    
    .hero-title-gradient {
        padding: 0.2rem 0;
    }
    
    .hero-subtitle {
        font-size: 0.9rem;
        padding: 0 0.1rem;
        margin-bottom: 0.75rem;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    
    /* ========== STATS GRID - WORKING VERSION ========== */
    .hero-stats {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: auto auto !important;
        gap: 1.5rem 1rem !important;
        padding: 1.25rem 1rem !important;
        margin-bottom: 0.75rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 16px;
    }
    
    /* Position child 1 (40+ Years) - ROW 1, COL 1 */
    .hero-stats > *:nth-child(1) {
        grid-column: 1 !important;
        grid-row: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    
    /* Hide child 2 (divider) */
    .hero-stats > *:nth-child(2) {
        display: none !important;
    }
    
    /* Position child 3 (10K+ Lives) - ROW 1, COL 2 */
    .hero-stats > *:nth-child(3) {
        grid-column: 2 !important;
        grid-row: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    
    /* Hide child 4 (divider) */
    .hero-stats > *:nth-child(4) {
        display: none !important;
    }
    
    /* Position child 5 (100% Assured) - ROW 2, CENTERED */
    .hero-stats > *:nth-child(5) {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-self: center !important;
    }
    
    .hero-stat-item {
        margin: 0 !important;
        padding: 0 !important;
        text-align: center !important;
    }
    
    .hero-stat-number {
        font-size: 2rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .hero-stat-label {
        font-size: 0.75rem !important;
        margin-top: 0 !important;
    }
    
    /* Mobile Image */
    .hero-mobile-image {
        display: block !important;
        margin: 0 auto 0.75rem auto;
        padding: 0;
        width: 100%;
        text-align: center;
        max-width: 100%;
    }
    
    .hero-mobile-img {
        width: 70%;
        max-width: 180px;
        height: auto;
    }
    
    .hero-desktop-only {
        display: none !important;
    }
    
    .hero-cta-buttons {
        flex-direction: column;
        width: 100%;
        gap: 0.75rem;
        margin-top: 0;
        padding: 0 0.25rem;
        max-width: 100%;
    }
    
    .hero-btn-primary,
    .hero-btn-secondary {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
    }
    
    .hero-program-updates {
        padding: 0.75rem 0.25rem;
        margin-left: -0.25rem;
        margin-right: -0.25rem;
        width: calc(100% + 0.5rem);
    }
    
    .hero-updates-container {
        flex-direction: column;
        gap: 1rem;
        max-width: 100%;
    }
    
    .hero-update-clickable {
        padding: 0.75rem 1rem;
    }
    
    .hero-update-content h3 {
        font-size: 1rem;
    }
    
    .hero-update-content p {
        font-size: 0.8rem;
    }
    
    .hero-update-divider {
        width: 100%;
        height: 1px;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 2rem 0.15rem 0.5rem 0.15rem !important;
    }
    
    .hero-content-left {
        padding: 0 0.15rem;
    }
    
    .hero-badge {
        font-size: 0.7rem;
        padding: 0.3rem 0.6rem;
        margin-top: 1.25rem !important;
    }
    
    .hero-title {
        font-size: 1.5rem;
        line-height: 1.3;
        padding: 0.2rem 0.05rem;
    }
    
    .hero-subtitle {
        font-size: 0.85rem;
        padding: 0 0.05rem;
    }
    
    .hero-stats {
        padding: 1rem 0.75rem !important;
        gap: 1.25rem 0.75rem !important;
    }
    
    .hero-stat-number {
        font-size: 1.75rem !important;
    }
    
    .hero-stat-label {
        font-size: 0.7rem !important;
    }
    
    .hero-mobile-img {
        width: 75%;
        max-width: 160px;
    }
    
    .hero-btn-primary,
    .hero-btn-secondary {
        padding: 0.75rem 1.25rem;
        font-size: 0.9rem;
    }
    
    .hero-program-updates {
        padding: 0.5rem 0.15rem;
        margin-left: -0.15rem;
        margin-right: -0.15rem;
        width: calc(100% + 0.3rem);
    }
}

@media (min-width: 1400px) {
    .hero-founder-img {
        width: 500px;
    }
}

@media (max-width: 1024px) {
    .hero-founder-img {
        width: 380px;
    }
    
    .hero-visual {
        height: 600px;
    }
}
@media (max-width: 768px) {
    .hero-section {
        padding: 2.5rem 0.25rem 12rem 0.25rem !important; /* INCREASED BOTTOM PADDING */
        min-height: auto;
        overflow-x: hidden;
    }
    
    .hero-content-left {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 0.25rem;
        padding-bottom: 1.5rem; /* ADDED BOTTOM PADDING */
    }
    
    .hero-cta-buttons {
        flex-direction: column;
        width: 100%;
        gap: 0.75rem;
        margin-top: 0.5rem; /* ADDED TOP MARGIN */
        margin-bottom: 1rem; /* ADDED BOTTOM MARGIN */
        padding: 0 0.5rem; /* INCREASED SIDE PADDING */
        max-width: 100%;
    }
    
    .hero-btn-primary,
    .hero-btn-secondary {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
        box-sizing: border-box; /* ENSURE PROPER SIZING */
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 2rem 0.15rem 14.5rem 0.15rem !important; /* INCREASED BOTTOM PADDING */
    }
    
    .hero-content-left {
        padding: 0 0.15rem;
        padding-bottom: 1rem; /* ADDED BOTTOM PADDING */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ecabf8d *//* ========================================
   KNEUROSPHERE - HERO SECTION CSS
   Neural Theme with Glass Morphism
======================================== */

/* ========== CSS VARIABLES ========== */
:root {
    /* Brand Colors from Logo */
    --primary-teal: #00B5A8;
    --light-teal: #00D4C5;
    --dark-teal: #008B82;
    
    --primary-blue: #0052CC;
    --light-blue: #2684FF;
    --dark-blue: #002E5D;
    
    /* Accent Colors */
    --neural-purple: #6B46C1;
    --energy-green: #00F5A0;
    --highlight-cyan: #00E5FF;
    
    /* Neutral Colors */
    --white: #FFFFFF;
    --light-gray: #F7FAFC;
    --medium-gray: #E2E8F0;
    --dark: #1A202C;
    
    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 2rem;
    --spacing-lg: 4rem;
    --spacing-xl: 6rem;
    
    /* Typography */
    --font-primary: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    --font-display: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ========== GLOBAL RESET ========== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-primary);
    background: var(--dark);
    color: var(--white);
    overflow-x: hidden;
    line-height: 1.6;
}

/* ========== NAVIGATION ========== */
.nav-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1.5rem 2rem;
    backdrop-filter: blur(20px);
    background: rgba(26, 32, 44, 0.7);
    border-bottom: 1px solid rgba(0, 181, 168, 0.1);
    transition: all 0.3s ease;
}

.nav-container.scrolled {
    padding: 1rem 2rem;
    background: rgba(26, 32, 44, 0.95);
    box-shadow: 0 4px 30px rgba(0, 181, 168, 0.1);
}

.nav-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo-img {
    width: 40px;
    height: 40px;
    filter: drop-shadow(0 0 10px rgba(0, 181, 168, 0.5));
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary-teal), var(--primary-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

.nav-link {
    color: var(--medium-gray);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    position: relative;
    transition: color 0.3s ease;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-teal), var(--primary-blue));
    transition: width 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-teal);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.cta-nav {
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, var(--primary-teal), var(--primary-blue));
    border: none;
    border-radius: 50px;
    color: var(--white);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 181, 168, 0.3);
}

.cta-nav:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 30px rgba(0, 181, 168, 0.5);
}

/* ========== HERO SECTION ========== */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 8rem 2rem 4rem;
    overflow: hidden;
}

/* Neural Network Background */
.neural-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#neuralCanvas {
    width: 100%;
    height: 100%;
}

/* Gradient Overlay */
.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(0, 181, 168, 0.15), transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(0, 82, 204, 0.15), transparent 50%);
    z-index: 2;
}

/* Hero Content */
.hero-content {
    position: relative;
    z-index: 10;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

/* Hero Left - Text Content */
.hero-left {
    animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(0, 181, 168, 0.1);
    border: 1px solid rgba(0, 181, 168, 0.3);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--light-teal);
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
}

.badge-icon {
    font-size: 1.2rem;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: var(--white);
}

.title-gradient {
    display: block;
    background: linear-gradient(135deg, var(--primary-teal), var(--primary-blue), var(--neural-purple));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease infinite;
    background-size: 200% 200%;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--medium-gray);
    line-height: 1.8;
    margin-bottom: 2.5rem;
    max-width: 600px;
}

/* Hero Stats */
.hero-stats {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    background: rgba(0, 181, 168, 0.05);
    border: 1px solid rgba(0, 181, 168, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.stat-item {
    flex: 1;
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary-teal), var(--primary-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.stat-label {
    font-size: 0.875rem;
    color: var(--medium-gray);
    margin-top: 0.5rem;
}

.stat-divider {
    width: 1px;
    height: 50px;
    background: rgba(0, 181, 168, 0.2);
}

/* Hero CTA Buttons */
.hero-cta {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.btn-primary,
.btn-secondary {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-teal), var(--primary-blue));
    color: var(--white);
    box-shadow: 0 8px 30px rgba(0, 181, 168, 0.4);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 181, 168, 0.6);
}

.btn-secondary {
    background: rgba(0, 181, 168, 0.1);
    border: 2px solid rgba(0, 181, 168, 0.3);
    color: var(--primary-teal);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgba(0, 181, 168, 0.2);
    border-color: var(--primary-teal);
}

/* Hero Right - Visual */
.hero-right {
    position: relative;
    animation: fadeInRight 1s ease-out 0.3s both;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-visual {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Brain Sphere */
.brain-sphere {
    position: relative;
    width: 400px;
    height: 400px;
}

.sphere-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 181, 168, 0.3), transparent 70%);
    animation: glowPulse 4s ease-in-out infinite;
    border-radius: 50%;
}

@keyframes glowPulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.8;
    }
}

.sphere-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 181, 168, 0.2), rgba(0, 82, 204, 0.2));
    border-radius: 50%;
    border: 2px solid rgba(0, 181, 168, 0.3);
    backdrop-filter: blur(20px);
}

.neural-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 2px solid var(--primary-teal);
    border-radius: 50%;
    animation: neuralPulse 3s ease-out infinite;
}

.neural-pulse.delay-1 {
    animation-delay: 1s;
}

.neural-pulse.delay-2 {
    animation-delay: 2s;
}

@keyframes neuralPulse {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

/* Floating Feature Cards */
.feature-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    background: rgba(26, 32, 44, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 181, 168, 0.3);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 181, 168, 0.2);
    animation: floatCard 4s ease-in-out infinite;
}

.feature-card.card-1 {
    top: 10%;
    right: -10%;
}

.feature-card.card-2 {
    bottom: 20%;
    left: -10%;
    animation-delay: 1.5s;
}

.feature-card.card-3 {
    top: 50%;
    right: -15%;
    animation-delay: 3s;
}

@keyframes floatCard {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.card-icon {
    font-size: 2rem;
    filter: drop-shadow(0 0 10px rgba(0, 181, 168, 0.5));
}

.card-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--white);
}

.card-desc {
    font-size: 0.875rem;
    color: var(--medium-gray);
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    z-index: 10;
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(10px); }
}

.scroll-text {
    font-size: 0.875rem;
    color: var(--medium-gray);
    font-weight: 500;
}

.scroll-arrow svg {
    color: var(--primary-teal);
}

/* ========== PROGRAM UPDATES BANNER ========== */
.program-updates {
    position: relative;
    z-index: 10;
    padding: 2rem;
    background: rgba(0, 181, 168, 0.05);
    border-top: 1px solid rgba(0, 181, 168, 0.1);
    border-bottom: 1px solid rgba(0, 181, 168, 0.1);
}

.updates-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.update-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.update-badge {
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, var(--primary-teal), var(--primary-blue));
    color: var(--white);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
    letter-spacing: 1px;
}

.update-content h3 {
    font-size: 1.25rem;
    color: var(--white);
    margin-bottom: 0.25rem;
}

.update-content p {
    font-size: 0.95rem;
    color: var(--medium-gray);
}

.update-divider {
    width: 1px;
    height: 80px;
    background: rgba(0, 181, 168, 0.2);
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 1200px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .hero-right {
        display: none;
    }
    
    .hero-title {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }
    
    .hero-section {
        padding: 6rem 1.5rem 3rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .stat-divider {
        width: 100%;
        height: 1px;
    }
    
    .hero-cta {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100%;
        justify-content: center;
    }
    
    .updates-container {
        flex-direction: column;
        gap: 2rem;
    }
    
    .update-divider {
        width: 100%;
        height: 1px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3c7a89d *//* ========== GLOBAL MOBILE FIX - PREVENT HORIZONTAL SCROLL ========== */
html, body {
    overflow-x: hidden;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

/* DO NOT apply overflow-x to all sections - it causes internal scrolling */
/* Instead, apply to specific problem elements */

/* Fix container widths on mobile */
@media (max-width: 768px) {
    .hero-container,
    .benefits-container,
    .different-container,
    .founder-container,
    .inspirations-container,
    .testimonials-container,
    .news-container,
    .contact-container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    
    /* Prevent specific grids from overflowing */
    .benefits-cards-grid,
    .different-cards-grid,
    .inspirations-grid,
    .testimonials-rec-grid,
    .testimonials-student-grid,
    .news-logos-grid,
    .contact-content-grid {
        max-width: 100%;
    }
    
    /* Prevent hero updates bar from overflowing */
    .hero-program-updates {
        max-width: 100vw;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8e708c *//* ========== BENEFITS SECTION ========== */
.benefits-section {
    position: relative;
    padding: 1.5rem 1rem;
    background: var(--light-gray);
    overflow: visible;
}

/* Container */
.benefits-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* ========== SECTION HEADER ========== */
.benefits-header {
    text-align: center;
    margin-bottom: 2rem;
}

.benefits-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(0, 165, 173, 0.1);
    border: 1px solid rgba(0, 165, 173, 0.2);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #00A5AD;
    margin-bottom: 1.5rem;
}

.benefits-badge-icon {
    font-size: 1.2rem;
    animation: benefitsPulse 2s ease-in-out infinite;
}

@keyframes benefitsPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.benefits-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.3;
    color: var(--dark);
    margin-bottom: 1.5rem;
    padding: 0.3rem 0;
}

.benefits-title-gradient {
    background: linear-gradient(135deg, #00A5AD, #07389C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    padding: 0.3rem 0;
}

.benefits-subtitle {
    font-size: 1.2rem;
    color: var(--dark);
    opacity: 0.7;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

/* ========== BENEFITS CARDS GRID ========== */
.benefits-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

/* Individual Card */
.benefits-card {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 165, 173, 0.2);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    text-align: center;
}

.benefits-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00A5AD, #07389C);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.benefits-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 165, 173, 0.15);
    border-color: rgba(0, 165, 173, 0.4);
    background: rgba(255, 255, 255, 1);
}

.benefits-card:hover::before {
    opacity: 1;
}

/* Card Icon */
.benefits-card-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 12px rgba(0, 165, 173, 0.2));
    transition: all 0.4s ease;
}

.benefits-card:hover .benefits-card-icon {
    transform: scale(1.1) rotate(5deg);
}

/* Card Title */
.benefits-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

/* Card Description */
.benefits-card-desc {
    font-size: 0.95rem;
    color: var(--dark);
    opacity: 0.7;
    line-height: 1.6;
    margin: 0;
}

/* ========== BOTTOM STATS ========== */
.benefits-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 1.5rem 1rem;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 165, 173, 0.2);
    border-radius: 24px;
    backdrop-filter: blur(10px);
}

.benefits-stat-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: center;
}

.benefits-stat-icon {
    font-size: 3rem;
    filter: drop-shadow(0 4px 12px rgba(0, 165, 173, 0.3));
}

.benefits-stat-content {
    text-align: left;
}

.benefits-stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #00A5AD, #07389C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.benefits-stat-label {
    font-size: 0.95rem;
    color: var(--dark);
    opacity: 0.7;
    margin-top: 0.5rem;
    font-weight: 600;
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 1200px) {
    .benefits-cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .benefits-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .benefits-stats {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* ========== MOBILE - PROFESSIONAL RESPONSIVE (UPDATED) ========== */
@media (max-width: 768px) {
    .benefits-section {
        padding: 1.5rem 1rem;
    }
    
    .benefits-header {
        margin-bottom: 1.5rem;
    }
    
    .benefits-badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
        margin-bottom: 1rem;
    }
    
    .benefits-title {
        font-size: 2rem;
        line-height: 1.3;
        padding: 0.3rem 0;
        margin-bottom: 1rem;
    }
    
    .benefits-title-gradient {
        padding: 0.3rem 0;
    }
    
    .benefits-subtitle {
        font-size: 0.95rem;
        padding: 0 1rem;
        margin-bottom: 0;
    }
    
    .benefits-cards-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        margin-bottom: 1.5rem;
    }
    
    .benefits-card {
        padding: 1.5rem 1.25rem;
    }
    
    .benefits-card-icon {
        font-size: 2.5rem;
    }
    
    .benefits-card-title {
        font-size: 1.15rem;
    }
    
    .benefits-card-desc {
        font-size: 0.9rem;
    }
    
    /* STATS - 2 COLUMNS + 1 CENTERED */
    .benefits-stats {
        display: grid;
        grid-template-columns: 1fr 1fr; /* TWO COLUMNS */
        grid-template-rows: auto auto; /* TWO ROWS */
        gap: 1.5rem;
        padding: 1.25rem 1rem;
    }
    
    /* First stat - top left */
    .benefits-stat-item:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }
    
    /* Second stat - top right */
    .benefits-stat-item:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }
    
    /* Third stat - bottom center (spans both columns) */
    .benefits-stat-item:nth-child(3) {
        grid-column: 1 / -1; /* SPAN BOTH COLUMNS */
        grid-row: 2;
        justify-self: center; /* CENTER IT */
        max-width: 50%; /* MAKE IT SAME WIDTH AS OTHERS */
    }
    
    .benefits-stat-item {
        flex-direction: column; /* STACK VERTICALLY */
        text-align: center;
        justify-content: center;
        gap: 0.75rem;
    }
    
    .benefits-stat-icon {
        font-size: 2.5rem;
        flex-shrink: 0;
    }
    
    .benefits-stat-content {
        text-align: center;
    }
    
    .benefits-stat-number {
        font-size: 2rem;
    }
    
    .benefits-stat-label {
        font-size: 0.85rem;
    }
}

/* Extra small phones */
@media (max-width: 480px) {
    .benefits-section {
        padding: 1.25rem 0.75rem;
    }
    
    .benefits-badge {
        font-size: 0.7rem;
        padding: 0.35rem 0.7rem;
    }
    
    .benefits-title {
        font-size: 1.75rem;
        line-height: 1.3;
        padding: 0.3rem 0;
    }
    
    .benefits-title-gradient {
        padding: 0.3rem 0;
    }
    
    .benefits-subtitle {
        font-size: 0.9rem;
        padding: 0 0.5rem;
    }
    
    .benefits-cards-grid {
        gap: 1rem;
    }
    
    .benefits-card {
        padding: 1.25rem 1rem;
    }
    
    .benefits-card-icon {
        font-size: 2.25rem;
    }
    
    .benefits-card-title {
        font-size: 1.1rem;
    }
    
    .benefits-card-desc {
        font-size: 0.875rem;
    }
    
    .benefits-stats {
        padding: 1rem 0.75rem;
        gap: 1.25rem;
    }
    
    /* Make third item full width on very small screens */
    .benefits-stat-item:nth-child(3) {
        max-width: 100%;
    }
    
    .benefits-stat-icon {
        font-size: 2.25rem;
    }
    
    .benefits-stat-number {
        font-size: 1.75rem;
    }
    
    .benefits-stat-label {
        font-size: 0.8rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-669ccc0 *//* ========== WHAT MAKES DIFFERENT SECTION ========== */
.different-section {
    position: relative;
    padding: 1.5rem 1rem;
    background: var(--dark); /* SAME DARK AS HERO - #1A202C */
    overflow: visible;
}

/* Subtle brand color overlay */
.different-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgba(7, 56, 156, 0.1), transparent 60%),
                radial-gradient(circle at 70% 50%, rgba(0, 206, 165, 0.08), transparent 60%);
    pointer-events: none;
    z-index: 1;
}

/* Container */
.different-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* ========== SECTION HEADER ========== */
.different-header {
    text-align: center;
    margin-bottom: 2rem;
}

.different-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(0, 206, 165, 0.1);
    border: 1px solid rgba(0, 206, 165, 0.3);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #00CEA5;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
}

.different-badge-icon {
    font-size: 1.2rem;
    animation: differentPulse 2s ease-in-out infinite;
}

@keyframes differentPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.different-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.3;
    color: var(--white);
    margin-bottom: 1.5rem;
    padding: 0.3rem 0;
}

.different-title-gradient {
    background: linear-gradient(135deg, #00CEA5, #00A5AD, #07389C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    padding: 0.3rem 0;
}

.different-subtitle {
    font-size: 1.2rem;
    color: var(--medium-gray);
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

/* ========== DIFFERENTIATORS CARDS GRID ========== */
.different-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

/* Individual Card */
.different-card {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 206, 165, 0.15);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    text-align: center;
}

.different-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00CEA5, #00A5AD, #07389C);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.different-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 206, 165, 0.2);
    border-color: rgba(0, 206, 165, 0.4);
    background: rgba(255, 255, 255, 0.06);
}

.different-card:hover::before {
    opacity: 1;
}

/* Card Number */
.different-card-number {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(135deg, #00CEA5, #00A5AD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.1;
    line-height: 1;
    transition: all 0.4s ease;
}

.different-card:hover .different-card-number {
    opacity: 0.2;
    transform: scale(1.1);
}

/* Card Icon */
.different-card-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    filter: drop-shadow(0 4px 12px rgba(0, 206, 165, 0.3));
    transition: all 0.4s ease;
}

.different-card:hover .different-card-icon {
    transform: scale(1.1) rotate(-5deg);
}

/* Card Title */
.different-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

/* Card Description */
.different-card-desc {
    font-size: 0.95rem;
    color: var(--medium-gray);
    opacity: 0.85;
    line-height: 1.6;
    margin: 0;
}

/* ========== BOTTOM HIGHLIGHT ========== */
.different-highlight {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 206, 165, 0.15);
    border-radius: 24px;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

.different-highlight:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(0, 206, 165, 0.3);
    box-shadow: 0 8px 32px rgba(0, 206, 165, 0.15);
}

.different-highlight-icon {
    font-size: 4rem;
    filter: drop-shadow(0 4px 12px rgba(0, 206, 165, 0.4));
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.different-highlight:hover .different-highlight-icon {
    transform: rotate(10deg) scale(1.1);
}

.different-highlight-content {
    flex: 1;
}

.different-highlight-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 0.75rem;
    background: linear-gradient(135deg, #00CEA5, #00A5AD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.different-highlight-text {
    font-size: 1rem;
    color: var(--medium-gray);
    line-height: 1.7;
    margin: 0;
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 1024px) {
    .different-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ========== MOBILE - PROFESSIONAL RESPONSIVE ========== */
@media (max-width: 768px) {
    .different-section {
        padding: 1.5rem 1rem;
    }
    
    .different-header {
        margin-bottom: 1.5rem;
    }
    
    /* Badge */
    .different-badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
        margin-bottom: 1rem;
    }
    
    /* Title - CONSISTENT SIZE WITH OTHER SECTIONS */
    .different-title {
        font-size: 2rem; /* MATCHING HERO & BENEFITS */
        line-height: 1.3;
        padding: 0.3rem 0;
        margin-bottom: 1rem;
    }
    
    .different-title-gradient {
        padding: 0.3rem 0;
    }
    
    /* Subtitle */
    .different-subtitle {
        font-size: 0.95rem;
        padding: 0 1rem;
        margin-bottom: 0;
    }
    
    /* Cards - SINGLE COLUMN */
    .different-cards-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        margin-bottom: 1.5rem;
    }
    
    .different-card {
        padding: 1.75rem 1.5rem;
    }
    
    .different-card-number {
        font-size: 2.5rem;
        top: 0.75rem;
        right: 0.75rem;
    }
    
    .different-card-icon {
        font-size: 2.5rem;
    }
    
    .different-card-title {
        font-size: 1.15rem;
    }
    
    .different-card-desc {
        font-size: 0.9rem;
    }
    
    /* Highlight - VERTICAL LAYOUT */
    .different-highlight {
        flex-direction: column;
        text-align: center;
        gap: 1.25rem;
        padding: 1.75rem 1.5rem;
    }
    
    .different-highlight-icon {
        font-size: 3rem;
    }
    
    .different-highlight-title {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    
    .different-highlight-text {
        font-size: 0.9rem;
    }
}

/* Extra small phones */
@media (max-width: 480px) {
    .different-section {
        padding: 1.25rem 0.75rem;
    }
    
    .different-badge {
        font-size: 0.7rem;
        padding: 0.35rem 0.7rem;
    }
    
    /* Title - MATCHING OTHER SECTIONS */
    .different-title {
        font-size: 1.75rem; /* MATCHING HERO & BENEFITS */
        line-height: 1.3;
        padding: 0.3rem 0;
    }
    
    .different-title-gradient {
        padding: 0.3rem 0;
    }
    
    .different-subtitle {
        font-size: 0.9rem;
        padding: 0 0.5rem;
    }
    
    .different-cards-grid {
        gap: 1rem;
    }
    
    .different-card {
        padding: 1.5rem 1.25rem;
    }
    
    .different-card-number {
        font-size: 2.25rem;
    }
    
    .different-card-icon {
        font-size: 2.25rem;
    }
    
    .different-card-title {
        font-size: 1.1rem;
    }
    
    .different-card-desc {
        font-size: 0.875rem;
    }
    
    .different-highlight {
        padding: 1.5rem 1.25rem;
        gap: 1rem;
    }
    
    .different-highlight-icon {
        font-size: 2.5rem;
    }
    
    .different-highlight-title {
        font-size: 1.35rem;
    }
    
    .different-highlight-text {
        font-size: 0.875rem;
    }
}

/* Animation for cards on scroll */
.different-card {
    opacity: 0;
    transform: translateY(30px);
}

.different-card.aos-animate {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Highlight animation */
.different-highlight {
    opacity: 0;
    transform: scale(0.95);
}

.different-highlight.aos-animate {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.6s ease, transform 0.6s ease;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c63668 *//* ========== FOUNDER SECTION - OPTIMIZED ========== */
.founder-section {
    position: relative;
    padding: 2.5rem 1rem 2rem;
    background: var(--light-gray);
    overflow: visible;
}

/* Container */
.founder-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* ========== SECTION HEADER - COMPACT ========== */
.founder-header {
    text-align: center;
    margin-bottom: 1.75rem;
}

.founder-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(7, 56, 156, 0.1);
    border: 1px solid rgba(7, 56, 156, 0.2);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #07389C;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
}

.founder-badge-icon {
    font-size: 1.2rem;
    animation: founderPulse 2s ease-in-out infinite;
}

@keyframes founderPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.founder-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--dark);
    margin-bottom: 0;
    padding: 0.2rem 0;
}

.founder-title-gradient {
    background: linear-gradient(135deg, #00A5AD, #07389C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    padding: 0.2rem 0;
}

/* ========== FOUNDER CONTENT GRID - BALANCED ========== */
.founder-content-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 3.5rem;
    align-items: center;
}

/* ========== FOUNDER IMAGE ========== */
.founder-image-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.founder-image-bg {
    position: absolute;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(0, 165, 173, 0.12), transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
    animation: founderGlowPulse 3s ease-in-out infinite;
}

@keyframes founderGlowPulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.7; }
}

.founder-img {
    position: relative;
    width: 75%;
    max-width: 500px;
    height: auto;
    border-radius: 20px !important;
    box-shadow: 0 20px 60px rgba(7, 56, 156, 0.25) !important;
    border: 1px solid rgba(7, 56, 156, 0.1);
    z-index: 2;
    transition: all 0.4s ease;
}

.founder-img:hover {
    transform: scale(1.02);
    box-shadow: 0 25px 70px rgba(7, 56, 156, 0.35);
}

.founder-image-glow {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 30px;
    background: radial-gradient(ellipse, rgba(0, 165, 173, 0.3), transparent 70%);
    filter: blur(20px);
    z-index: 1;
}

/* ========== FOUNDER INFO - OPTIMIZED SPACING ========== */
.founder-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.founder-name {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 0.15rem;
    line-height: 1.3;
}

.founder-designation {
    font-size: 1.15rem;
    color: #00A5AD;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

/* Bio - Tighter Spacing */
.founder-bio {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.founder-bio-text {
    font-size: 1.05rem;
    color: var(--dark);
    opacity: 0.85;
    line-height: 1.7;
    margin: 0;
    text-align: left;
}

.founder-bio-text strong {
    color: #07389C;
    font-weight: 700;
}

.founder-bio-text em {
    color: #00A5AD;
    font-style: italic;
}

/* ========== LEGACY STATS - COMPACT & ALIGNED ========== */
.founder-legacy {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding: 1.75rem 1.5rem;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(7, 56, 156, 0.15);
    border-radius: 18px;
    backdrop-filter: blur(10px);
    margin-top: 0.5rem;
}

.founder-legacy-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.8rem;
}

.founder-legacy-icon {
    font-size: 2.3rem;
    filter: drop-shadow(0 4px 12px rgba(7, 56, 156, 0.2));
}

.founder-legacy-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.founder-legacy-number {
    font-size: 1.9rem;
    font-weight: 800;
    background: linear-gradient(135deg, #00A5AD, #07389C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
}

.founder-legacy-label {
    font-size: 0.85rem;
    color: var(--dark);
    opacity: 0.75;
    margin-top: 0.4rem;
    font-weight: 600;
    line-height: 1.3;
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 1024px) {
    .founder-content-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .founder-image-container {
        order: -1;
    }
    
    .founder-img {
        width: 60%;
    }
}

/* ========== MOBILE - PERFECTLY ALIGNED ========== */
@media (max-width: 768px) {
    .founder-section {
        padding: 2rem 1rem 1.5rem;
    }
    
    .founder-header {
        margin-bottom: 1.5rem;
    }
    
    .founder-badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
        margin-bottom: 1rem;
    }
    
    .founder-title {
        font-size: 1.9rem;
        line-height: 1.3;
        padding: 0.2rem 0;
        margin-bottom: 0;
    }
    
    .founder-title-gradient {
        padding: 0.2rem 0;
    }
    
    .founder-content-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .founder-image-container {
        order: -1;
        margin: 0 auto;
    }
    
    .founder-image-bg {
        width: 280px;
        height: 280px;
    }
    
    .founder-img {
        width: 75%;
        max-width: 300px;
        border-radius: 16px;
    }
    
    .founder-info {
        gap: 1rem;
    }
    
    .founder-name {
        font-size: 1.65rem;
        line-height: 1.35;
        text-align: left;
        margin-bottom: 0.15rem;
    }
    
    .founder-designation {
        font-size: 1.05rem;
        text-align: left;
        margin-bottom: 0.25rem;
    }
    
    /* BIO - LEFT ALIGNED WITH REDUCED GAP */
    .founder-bio {
        gap: 0.9rem;
    }
    
    .founder-bio-text {
        font-size: 1rem;
        text-align: left;
        line-height: 1.7;
    }
    
    /* LEGACY STATS - 2 COLUMNS + 1 CENTERED */
    .founder-legacy {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 1.25rem;
        padding: 1.5rem 1.25rem;
        margin-top: 0.5rem;
    }
    
    .founder-legacy-item:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }
    
    .founder-legacy-item:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }
    
    .founder-legacy-item:nth-child(3) {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: center;
        max-width: 50%;
    }
    
    .founder-legacy-item {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
    
    .founder-legacy-icon {
        font-size: 2.2rem;
    }
    
    .founder-legacy-number {
        font-size: 1.85rem;
        line-height: 1.1;
    }
    
    .founder-legacy-label {
        font-size: 0.8rem;
        margin-top: 0.35rem;
    }
}

/* Extra small phones - Ultra Compact */
@media (max-width: 480px) {
    .founder-section {
        padding: 1.75rem 0.75rem 1.25rem;
    }
    
    .founder-header {
        margin-bottom: 1.5rem;
    }
    
    .founder-badge {
        font-size: 0.7rem;
        padding: 0.35rem 0.7rem;
    }
    
    .founder-title {
        font-size: 1.7rem;
        line-height: 1.3;
        padding: 0.2rem 0;
    }
    
    .founder-title-gradient {
        padding: 0.2rem 0;
    }
    
    .founder-content-grid {
        gap: 1.75rem;
    }
    
    .founder-img {
        width: 80%;
        max-width: 260px;
        border-radius: 14px;
    }
    
    .founder-info {
        gap: 0.9rem;
    }
    
    .founder-name {
        font-size: 1.5rem;
        line-height: 1.35;
    }
    
    .founder-designation {
        font-size: 1rem;
    }
    
    .founder-bio {
        gap: 0.85rem;
    }
    
    .founder-bio-text {
        font-size: 0.95rem;
        line-height: 1.65;
    }
    
    .founder-legacy {
        padding: 1.25rem 1rem;
        gap: 1.1rem;
    }
    
    .founder-legacy-item:nth-child(3) {
        max-width: 100%;
    }
    
    .founder-legacy-icon {
        font-size: 2rem;
    }
    
    .founder-legacy-number {
        font-size: 1.7rem;
    }
    
    .founder-legacy-label {
        font-size: 0.75rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-183b321 *//* ========== INSPIRATIONS SECTION ========== */
.inspirations-section {
    position: relative;
    padding: 1.5rem 1rem;
    background: var(--dark); /* DARK BACKGROUND */
    overflow: visible;
}

/* Subtle brand color overlay */
.inspirations-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 25% 40%, rgba(0, 206, 165, 0.08), transparent 60%),
                radial-gradient(circle at 75% 60%, rgba(7, 56, 156, 0.1), transparent 60%);
    pointer-events: none;
    z-index: 1;
}

/* Container */
.inspirations-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* ========== SECTION HEADER ========== */
.inspirations-header {
    text-align: center;
    margin-bottom: 2rem;
}

.inspirations-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(0, 206, 165, 0.1);
    border: 1px solid rgba(0, 206, 165, 0.3);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #00CEA5;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
}

.inspirations-badge-icon {
    font-size: 1.2rem;
    animation: inspirationsPulse 2s ease-in-out infinite;
}

@keyframes inspirationsPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.inspirations-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.3;
    color: var(--white);
    margin-bottom: 1.5rem;
    padding: 0.3rem 0;
}

.inspirations-title-gradient {
    background: linear-gradient(135deg, #00CEA5, #00A5AD, #07389C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    padding: 0.3rem 0;
}

.inspirations-subtitle {
    font-size: 1.2rem;
    color: var(--medium-gray);
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

/* ========== INSPIRATIONS GRID ========== */
.inspirations-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin-bottom: 2rem;
}

/* Individual Card */
.inspirations-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 206, 165, 0.15);
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.inspirations-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(0, 206, 165, 0.2);
    border-color: rgba(0, 206, 165, 0.4);
    background: rgba(255, 255, 255, 0.05);
}

/* Card Image - NO OVERLAY */
.inspirations-card-image {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 206, 165, 0.03), rgba(7, 56, 156, 0.03));
}

.inspirations-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.4s ease;
}

.inspirations-card:hover .inspirations-img {
    transform: scale(1.05);
}

/* NO OVERLAY - Image visible clearly */

/* Card Content */
.inspirations-card-content {
    padding: 2.5rem 2rem;
}

.inspirations-card-name {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.inspirations-card-relation {
    font-size: 1rem;
    color: #00A5AD;
    font-weight: 600;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.inspirations-card-desc {
    font-size: 1rem;
    color: var(--medium-gray);
    opacity: 0.85;
    line-height: 1.7;
    margin: 0;
}

/* ========== LEGACY QUOTE ========== */
.inspirations-quote {
    position: relative;
    text-align: center;
    padding: 3rem 4rem;
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(0, 206, 165, 0.2);
    border-radius: 24px;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

.inspirations-quote:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(0, 206, 165, 0.4);
}

.inspirations-quote-icon {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 6rem;
    color: rgba(0, 206, 165, 0.15);
    font-family: Georgia, serif;
    line-height: 1;
}

.inspirations-quote-text {
    font-size: 1.5rem;
    font-style: italic;
    color: var(--white);
    line-height: 1.8;
    margin: 2rem 0 1.5rem 0;
    position: relative;
}

.inspirations-quote-author {
    font-size: 1.1rem;
    font-weight: 600;
    color: #00A5AD;
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 900px) {
    .inspirations-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* ========== MOBILE - PROFESSIONAL RESPONSIVE ========== */
@media (max-width: 768px) {
    .inspirations-section {
        padding: 1.5rem 1rem;
    }
    
    .inspirations-header {
        margin-bottom: 1.5rem;
    }
    
    /* Badge */
    .inspirations-badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
        margin-bottom: 1rem;
    }
    
    /* Title - CONSISTENT SIZE */
    .inspirations-title {
        font-size: 2rem; /* MATCHING OTHER SECTIONS */
        line-height: 1.3;
        padding: 0.3rem 0;
        margin-bottom: 1rem;
    }
    
    .inspirations-title-gradient {
        padding: 0.3rem 0;
    }
    
    /* Subtitle */
    .inspirations-subtitle {
        font-size: 0.95rem;
        padding: 0 1rem;
        margin-bottom: 0;
    }
    
    /* Grid - SINGLE COLUMN */
    .inspirations-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .inspirations-card-image {
        height: 350px;
    }
    
    .inspirations-card-content {
        padding: 2rem 1.5rem;
    }
    
    .inspirations-card-name {
        font-size: 1.5rem;
    }
    
    .inspirations-card-relation {
        font-size: 0.9rem;
    }
    
    .inspirations-card-desc {
        font-size: 0.95rem;
    }
    
    /* Quote */
    .inspirations-quote {
        padding: 2.5rem 2rem;
    }
    
    .inspirations-quote-icon {
        font-size: 4rem;
        top: -15px;
    }
    
    .inspirations-quote-text {
        font-size: 1.2rem;
        margin: 1.5rem 0 1rem 0;
    }
    
    .inspirations-quote-author {
        font-size: 1rem;
    }
}

/* Extra small phones */
@media (max-width: 480px) {
    .inspirations-section {
        padding: 1.25rem 0.75rem;
    }
    
    .inspirations-badge {
        font-size: 0.7rem;
        padding: 0.35rem 0.7rem;
    }
    
    /* Title - MATCHING OTHER SECTIONS */
    .inspirations-title {
        font-size: 1.75rem;
        line-height: 1.3;
        padding: 0.3rem 0;
    }
    
    .inspirations-title-gradient {
        padding: 0.3rem 0;
    }
    
    .inspirations-subtitle {
        font-size: 0.9rem;
        padding: 0 0.5rem;
    }
    
    .inspirations-grid {
        gap: 1.25rem;
    }
    
    .inspirations-card-image {
        height: 300px;
    }
    
    .inspirations-card-content {
        padding: 1.75rem 1.25rem;
    }
    
    .inspirations-card-name {
        font-size: 1.35rem;
    }
    
    .inspirations-card-relation {
        font-size: 0.85rem;
    }
    
    .inspirations-card-desc {
        font-size: 0.9rem;
    }
    
    .inspirations-quote {
        padding: 2rem 1.5rem;
    }
    
    .inspirations-quote-icon {
        font-size: 3.5rem;
    }
    
    .inspirations-quote-text {
        font-size: 1.1rem;
    }
    
    .inspirations-quote-author {
        font-size: 0.95rem;
    }
}

/* Animation for cards on scroll */
.inspirations-card {
    opacity: 0;
    transform: translateY(30px);
}

.inspirations-card:nth-child(1).aos-animate {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.inspirations-card:nth-child(2).aos-animate {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
}

/* Quote animation */
.inspirations-quote {
    opacity: 0;
    transform: scale(0.95);
}

.inspirations-quote.aos-animate {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.6s ease 0.4s, transform 0.6s ease 0.4s;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b826c19 *//* ========== TESTIMONIALS SECTION ========== */
.testimonials-section {
    position: relative;
    padding: 1.5rem 1rem;
    background: var(--light-gray); /* LIGHT BACKGROUND */
    overflow: visible;
}

/* Container */
.testimonials-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* ========== SECTION HEADER ========== */
.testimonials-header {
    text-align: center;
    margin-bottom: 2rem;
}

.testimonials-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(0, 165, 173, 0.1);
    border: 1px solid rgba(0, 165, 173, 0.2);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #00A5AD;
    margin-bottom: 1.5rem;
}

.testimonials-badge-icon {
    font-size: 1.2rem;
    animation: testimonialsPulse 2s ease-in-out infinite;
}

@keyframes testimonialsPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.testimonials-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.3;
    color: var(--dark);
    margin-bottom: 1.5rem;
    padding: 0.3rem 0;
}

.testimonials-title-gradient {
    background: linear-gradient(135deg, #00A5AD, #07389C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    padding: 0.3rem 0;
}

.testimonials-subtitle {
    font-size: 1.2rem;
    color: var(--dark);
    opacity: 0.7;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

/* ========== RECOMMENDATIONS GRID ========== */
.testimonials-recommendations {
    margin-bottom: 4rem;
}

.testimonials-rec-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/* Recommendation Card */
.testimonials-rec-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 165, 173, 0.15);
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.testimonials-rec-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(0, 165, 173, 0.15);
    border-color: rgba(0, 165, 173, 0.4);
}

/* Recommendation Image */
.testimonials-rec-image {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 165, 173, 0.05), rgba(7, 56, 156, 0.05));
}

.testimonials-rec-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.4s ease;
}

.testimonials-rec-card:hover .testimonials-rec-img {
    transform: scale(1.05);
}

/* Recommendation Content */
.testimonials-rec-content {
    position: relative;
    padding: 2rem 1.75rem;
}

.testimonials-rec-quote {
    position: absolute;
    top: -15px;
    left: 1.5rem;
    font-size: 4rem;
    color: rgba(0, 165, 173, 0.15);
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonials-rec-text {
    font-size: 1rem;
    color: var(--dark);
    opacity: 0.8;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonials-rec-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 0.5rem;
}

.testimonials-rec-title {
    font-size: 0.9rem;
    color: #00A5AD;
    line-height: 1.5;
    font-weight: 500;
}

/* ========== STUDENT TESTIMONIALS ========== */
.testimonials-students {
    margin-top: 4rem;
}

.testimonials-header-students {
    margin-bottom: 2rem;
}

.testimonials-student-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/* Student Card */
.testimonials-student-card {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(7, 56, 156, 0.15);
    border-radius: 20px;
    padding: 2rem 1.75rem;
    transition: all 0.4s ease;
}

.testimonials-student-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(7, 56, 156, 0.15);
    border-color: rgba(7, 56, 156, 0.3);
}

.testimonials-student-stars {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    color: #FFB800;
}

.testimonials-student-text {
    font-size: 1rem;
    color: var(--dark);
    opacity: 0.8;
    line-height: 1.7;
    margin-bottom: 1.75rem;
    font-style: italic;
}

.testimonials-student-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonials-student-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00A5AD, #07389C);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}

.testimonials-student-info {
    flex: 1;
}

.testimonials-student-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 0.25rem;
}

.testimonials-student-grade {
    font-size: 0.85rem;
    color: var(--dark);
    opacity: 0.6;
    margin: 0;
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 1024px) {
    .testimonials-rec-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials-student-grid {
        grid-template-columns: 1fr;
    }
}

/* ========== MOBILE - PROFESSIONAL RESPONSIVE ========== */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 1.5rem 1rem;
    }
    
    .testimonials-recommendations {
        margin-bottom: 2.5rem;
    }
    
    .testimonials-students {
        margin-top: 2.5rem;
    }
    
    .testimonials-header {
        margin-bottom: 1.5rem;
    }
    
    /* Badge */
    .testimonials-badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
        margin-bottom: 1rem;
    }
    
    /* Title - CONSISTENT SIZE */
    .testimonials-title {
        font-size: 2rem; /* MATCHING OTHER SECTIONS */
        line-height: 1.3;
        padding: 0.3rem 0;
        margin-bottom: 1rem;
    }
    
    .testimonials-title-gradient {
        padding: 0.3rem 0;
    }
    
    /* Subtitle */
    .testimonials-subtitle {
        font-size: 0.95rem;
        padding: 0 1rem;
        margin-bottom: 0;
    }
    
    /* Recommendations - SINGLE COLUMN */
    .testimonials-rec-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .testimonials-rec-image {
        height: 250px;
    }
    
    .testimonials-rec-content {
        padding: 1.75rem 1.5rem;
    }
    
    .testimonials-rec-quote {
        font-size: 3rem;
        top: -10px;
        left: 1.25rem;
    }
    
    .testimonials-rec-text {
        font-size: 0.95rem;
        margin-bottom: 1.25rem;
    }
    
    .testimonials-rec-name {
        font-size: 1.15rem;
    }
    
    .testimonials-rec-title {
        font-size: 0.85rem;
    }
    
    /* Students - SINGLE COLUMN */
    .testimonials-student-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .testimonials-student-card {
        padding: 1.75rem 1.5rem;
    }
    
    .testimonials-student-stars {
        font-size: 1.15rem;
        margin-bottom: 1rem;
    }
    
    .testimonials-student-text {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }
    
    .testimonials-student-avatar {
        width: 45px;
        height: 45px;
        font-size: 1.35rem;
    }
    
    .testimonials-student-name {
        font-size: 1.05rem;
    }
    
    .testimonials-student-grade {
        font-size: 0.8rem;
    }
}

/* Extra small phones */
@media (max-width: 480px) {
    .testimonials-section {
        padding: 1.25rem 0.75rem;
    }
    
    .testimonials-badge {
        font-size: 0.7rem;
        padding: 0.35rem 0.7rem;
    }
    
    /* Title - MATCHING OTHER SECTIONS */
    .testimonials-title {
        font-size: 1.75rem;
        line-height: 1.3;
        padding: 0.3rem 0;
    }
    
    .testimonials-title-gradient {
        padding: 0.3rem 0;
    }
    
    .testimonials-subtitle {
        font-size: 0.9rem;
        padding: 0 0.5rem;
    }
    
    .testimonials-rec-grid,
    .testimonials-student-grid {
        gap: 1.25rem;
    }
    
    .testimonials-rec-image {
        height: 220px;
    }
    
    .testimonials-rec-content {
        padding: 1.5rem 1.25rem;
    }
    
    .testimonials-rec-quote {
        font-size: 2.5rem;
    }
    
    .testimonials-rec-text {
        font-size: 0.9rem;
    }
    
    .testimonials-rec-name {
        font-size: 1.1rem;
    }
    
    .testimonials-student-card {
        padding: 1.5rem 1.25rem;
    }
    
    .testimonials-student-text {
        font-size: 0.9rem;
    }
    
    .testimonials-student-avatar {
        width: 42px;
        height: 42px;
        font-size: 1.25rem;
    }
}

/* Animation for cards on scroll */
.testimonials-rec-card,
.testimonials-student-card {
    opacity: 0;
    transform: translateY(30px);
}

.testimonials-rec-card.aos-animate,
.testimonials-student-card.aos-animate {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd7f286 *//* ========== NEWS SECTION ========== */
.news-section {
    position: relative;
    padding: 1.5rem 1rem;
    background: var(--dark);
    overflow: visible;
}

/* Subtle brand color overlay */
.news-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgba(7, 56, 156, 0.08), transparent 60%),
                radial-gradient(circle at 30% 70%, rgba(0, 165, 173, 0.06), transparent 60%);
    pointer-events: none;
    z-index: 1;
}

/* Container */
.news-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* ========== SECTION HEADER ========== */
.news-header {
    text-align: center;
    margin-bottom: 2rem;
}

.news-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(0, 165, 173, 0.1);
    border: 1px solid rgba(0, 165, 173, 0.3);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #00A5AD;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
}

.news-badge-icon {
    font-size: 1.2rem;
    animation: newsPulse 2s ease-in-out infinite;
}

@keyframes newsPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.news-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.3;
    color: var(--white);
    margin-bottom: 1.5rem;
    padding: 0.3rem 0;
}

.news-title-gradient {
    background: linear-gradient(135deg, #00CEA5, #00A5AD, #07389C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    padding: 0.3rem 0;
}

.news-subtitle {
    font-size: 1.2rem;
    color: var(--medium-gray);
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
}

/* ========== NEWS LOGOS GRID ========== */
.news-logos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    align-items: center;
}

/* Logo Item - WHITE BACKGROUND */
.news-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.15rem 0.5rem; /* REDUCED PADDING */
    background: #FFFFFF; /* WHITE BACKGROUND */
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    transition: all 0.4s ease;
    min-height: 130px; /* REDUCED HEIGHT */
}

.news-logo-item:hover {
    background: rgba(255, 255, 255, 1); /* FULL WHITE ON HOVER */
    border-color: rgba(0, 165, 173, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 165, 173, 0.2);
}

/* Logo Image - CRISP, NO BLUR */
.news-logo {
    width: 100%;
    height: auto;
    max-width: 200px;
    max-height: 90px;
    object-fit: contain;
    filter: none;
    transition: all 0.4s ease;
    image-rendering: -webkit-optimize-contrast; /* PREVENTS BLUR */
    image-rendering: crisp-edges; /* KEEPS LOGOS SHARP */
    backface-visibility: hidden; /* PREVENTS BLUR ON TRANSFORM */
    -webkit-font-smoothing: antialiased;
}

.news-logo-item:hover .news-logo {
    transform: scale(1.05) translateZ(0); /* HARDWARE ACCELERATION */
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 1024px) {
    .news-logos-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .news-section {
        padding: 1.5rem 1rem;
    }
    
    .news-header {
        margin-bottom: 1.5rem;
    }
    
    .news-badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
        margin-bottom: 1rem;
    }
    
    .news-title {
        font-size: 2rem;
        line-height: 1.3;
        padding: 0.3rem 0;
        margin-bottom: 1rem;
    }
    
    .news-title-gradient {
        padding: 0.3rem 0;
    }
    
    .news-subtitle {
        font-size: 0.95rem;
        padding: 0 1rem;
        margin-bottom: 0;
    }
    
    .news-logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .news-logo-item {
        padding: 1.5rem 1rem;
        min-height: 120px;
    }
    
    .news-logo {
        max-width: 150px;
        max-height: 70px;
    }
}

@media (max-width: 480px) {
    .news-section {
        padding: 1.25rem 0.75rem;
    }
    
    .news-badge {
        font-size: 0.7rem;
        padding: 0.35rem 0.7rem;
    }
    
    .news-title {
        font-size: 1.75rem;
        line-height: 1.3;
        padding: 0.3rem 0;
    }
    
    .news-title-gradient {
        padding: 0.3rem 0;
    }
    
    .news-subtitle {
        font-size: 0.9rem;
        padding: 0 0.5rem;
    }
    
    .news-logos-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    
    .news-logo-item {
        padding: 1.25rem 1rem;
        min-height: 100px;
    }
    
    .news-logo {
        max-width: 140px;
        max-height: 60px;
    }
}

/* Animation for logos on scroll */
.news-logo-item {
    opacity: 0;
    transform: translateY(30px);
}

.news-logo-item.aos-animate {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-001ad83 *//* ========== CONTACT SECTION - PREMIUM REDESIGN ========== */
.contact-section {
    position: relative;
    padding: 3rem 2rem;
    background: var(--light-gray);
    overflow: visible;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* ========== SECTION HEADER ========== */
.contact-header {
    text-align: center;
    margin-bottom: 3rem;
}

.contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(7, 56, 156, 0.1);
    border: 1px solid rgba(7, 56, 156, 0.2);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #07389C;
    margin-bottom: 1.5rem;
}

.contact-badge svg {
    stroke: #07389C;
}

.contact-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--dark);
    margin-bottom: 1rem;
    padding: 0.3rem 0;
}

.contact-title-gradient {
    background: linear-gradient(135deg, #00A5AD, #07389C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    padding: 0.3rem 0;
}

.contact-subtitle {
    font-size: 1.25rem;
    color: var(--dark);
    opacity: 0.7;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ========== CONTACT INFO CARDS (PHONE + EMAIL) ========== */
.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.contact-info-card {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(0, 165, 173, 0.2);
    border-radius: 20px;
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    border-color: rgba(0, 165, 173, 0.5);
    box-shadow: 0 10px 30px rgba(0, 165, 173, 0.15);
    transform: translateY(-5px);
}

.contact-info-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0, 165, 173, 0.1), rgba(7, 56, 156, 0.1));
    border-radius: 16px;
}

.contact-info-icon svg {
    stroke: #00A5AD;
}

.contact-info-content {
    flex: 1;
}

.contact-info-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 0.5rem;
}

.contact-info-link {
    font-size: 1.1rem;
    color: #00A5AD;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-info-link:hover {
    color: #07389C;
}

/* ========== BOOKING CARDS WRAPPER - PREMIUM ========== */
.contact-booking-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.contact-booking-card {
    padding: 3rem 2.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));
    backdrop-filter: blur(20px);
    border: 2px solid transparent;
    border-radius: 24px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

/* Premium gradient border effect */
.contact-booking-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(135deg, rgba(0, 165, 173, 0.3), rgba(7, 56, 156, 0.3));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.4s ease;
}

.contact-booking-card:hover::before {
    background: linear-gradient(135deg, rgba(0, 165, 173, 0.6), rgba(7, 56, 156, 0.6));
}

.contact-booking-card:hover {
    box-shadow: 0 20px 50px rgba(0, 165, 173, 0.2);
    transform: translateY(-8px);
}

.contact-booking-title {
    font-size: 1.85rem;
    font-weight: 700;
    color: var(--dark);
    line-height: 1.3;
    margin-bottom: 1.25rem;
    position: relative;
}

.contact-booking-desc {
    font-size: 1.1rem;
    color: var(--dark);
    opacity: 0.75;
    line-height: 1.8;
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Premium Booking Buttons */
.contact-booking-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.125rem 2.75rem;
    background: linear-gradient(135deg, #00A5AD, #07389C);
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 165, 173, 0.3);
    position: relative;
    overflow: hidden;
}

.contact-booking-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.contact-booking-btn:hover::before {
    left: 100%;
}

.contact-booking-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 165, 173, 0.5);
    color: var(--white);
}

.contact-booking-btn-secondary {
    background: linear-gradient(135deg, #07389C, #00A5AD);
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 1024px) {
    .contact-info-grid {
        gap: 1.5rem;
    }
    
    .contact-booking-card {
        padding: 2.5rem 2rem;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 2.5rem 1rem;
    }
    
    .contact-header {
        margin-bottom: 2rem;
    }
    
    .contact-badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.85rem;
        margin-bottom: 1rem;
    }
    
    .contact-badge svg {
        width: 16px;
        height: 16px;
    }
    
    .contact-title {
        font-size: 2.2rem;
        line-height: 1.2;
        padding: 0.2rem 0;
        margin-bottom: 0.8rem;
    }
    
    .contact-title-gradient {
        padding: 0.2rem 0;
    }
    
    .contact-subtitle {
        font-size: 1rem;
        padding: 0 1rem;
    }
    
    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 2rem;
    }
    
    .contact-info-card {
        padding: 1.5rem;
        gap: 1.25rem;
    }
    
    .contact-info-icon {
        width: 50px;
        height: 50px;
    }
    
    .contact-info-icon svg {
        width: 26px;
        height: 26px;
    }
    
    .contact-info-title {
        font-size: 1rem;
    }
    
    .contact-info-link {
        font-size: 1rem;
    }
    
    .contact-booking-wrapper {
        gap: 1.5rem;
    }
    
    .contact-booking-card {
        padding: 2rem 1.5rem;
    }
    
    .contact-booking-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .contact-booking-desc {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .contact-booking-btn {
        width: 100%;
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .contact-section {
        padding: 2rem 0.75rem;
    }
    
    .contact-title {
        font-size: 2rem;
    }
    
    .contact-subtitle {
        font-size: 0.95rem;
    }
    
    .contact-info-card {
        padding: 1.25rem;
    }
    
    .contact-booking-card {
        padding: 1.75rem 1.25rem;
    }
    
    .contact-booking-title {
        font-size: 1.35rem;
    }
    
    .contact-booking-desc {
        font-size: 0.95rem;
    }
    
    .contact-booking-btn {
        padding: 0.875rem 1.75rem;
        font-size: 0.95rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a189e0a *//* ========== CONTACT SECTION - MINIMAL OPTIMIZED ========== */
.contact-section {
    position: relative;
    padding: 2.5rem 1rem 2rem;
    background: var(--light-gray);
    overflow: visible;
}

/* Container */
.contact-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* ========== SECTION HEADER - COMPACT ========== */
.contact-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.9rem;
    background: rgba(7, 56, 156, 0.1);
    border: 1px solid rgba(7, 56, 156, 0.2);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #07389C;
    margin-bottom: 1rem;
}

.contact-badge-icon {
    font-size: 1.1rem;
    animation: contactPulse 2s ease-in-out infinite;
}

@keyframes contactPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.contact-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--dark);
    margin-bottom: 0.8rem;
    padding: 0.2rem 0;
}

.contact-title-gradient {
    background: linear-gradient(135deg, #00A5AD, #07389C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    padding: 0.2rem 0;
}

.contact-subtitle {
    font-size: 1.05rem;
    color: var(--dark);
    opacity: 0.7;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ========== CONTACT CONTENT GRID - TIGHT ========== */
.contact-content-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 2rem;
    align-items: start;
}

/* ========== CONTACT INFO (LEFT) - COMPACT ========== */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1.2rem 1.2rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(7, 56, 156, 0.15);
    border-radius: 14px;
    transition: all 0.3s ease;
}

.contact-item:hover {
    border-color: rgba(0, 165, 173, 0.3);
    box-shadow: 0 8px 24px rgba(0, 165, 173, 0.1);
    transform: translateY(-3px);
}

.contact-item-icon {
    font-size: 2.2rem;
    flex-shrink: 0;
}

.contact-item-content {
    flex: 1;
}

.contact-item-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 0.3rem;
}

.contact-item-link {
    font-size: 0.95rem;
    color: #00A5AD;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
}

.contact-item-link:hover {
    color: #07389C;
}

/* Social Links - Compact */
.contact-social {
    padding: 1.2rem 1.2rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(7, 56, 156, 0.15);
    border-radius: 14px;
}

.contact-social-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 1rem;
}

.contact-social-links {
    display: flex;
    gap: 0.8rem;
}

.contact-social-link {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #00A5AD, #07389C);
    color: var(--white);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.contact-social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 165, 173, 0.4);
}

/* ========== CONTACT FORM (RIGHT) - MINIMAL STYLING ========== */
.contact-form-container {
    background: transparent;
    border: none;
    padding: 0;
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 1024px) {
    .contact-content-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* ========== MOBILE - MINIMAL & TIGHT ========== */
@media (max-width: 768px) {
    .contact-section {
        padding: 2rem 1rem 1.5rem;
    }
    
    .contact-header {
        margin-bottom: 1.25rem;
    }
    
    .contact-badge {
        font-size: 0.7rem;
        padding: 0.35rem 0.75rem;
        margin-bottom: 0.8rem;
    }
    
    .contact-title {
        font-size: 1.9rem;
        line-height: 1.2;
        padding: 0.2rem 0;
        margin-bottom: 0.7rem;
    }
    
    .contact-title-gradient {
        padding: 0.2rem 0;
    }
    
    .contact-subtitle {
        font-size: 0.9rem;
        padding: 0 1rem;
        margin-bottom: 0;
    }
    
    .contact-content-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    
    .contact-info {
        gap: 1rem;
    }
    
    .contact-item {
        padding: 1.1rem 1rem;
        gap: 1rem;
    }
    
    .contact-item-icon {
        font-size: 2rem;
    }
    
    .contact-item-title {
        font-size: 0.95rem;
    }
    
    .contact-item-link {
        font-size: 0.9rem;
    }
    
    .contact-social {
        padding: 1.1rem 1rem;
    }
    
    .contact-social-title {
        font-size: 0.95rem;
        margin-bottom: 0.9rem;
    }
    
    .contact-social-link {
        width: 42px;
        height: 42px;
    }
    
    .contact-social-links {
        gap: 0.7rem;
    }
    
    .contact-form-container {
        padding: 0;
        margin: 0;
        background: transparent;
        border: none;
    }
}

/* Extra small phones - Ultra compact */
@media (max-width: 480px) {
    .contact-section {
        padding: 1.75rem 0.75rem 1.25rem;
    }
    
    .contact-badge {
        font-size: 0.65rem;
        padding: 0.3rem 0.65rem;
    }
    
    .contact-title {
        font-size: 1.7rem;
        line-height: 1.2;
        padding: 0.2rem 0;
    }
    
    .contact-title-gradient {
        padding: 0.2rem 0;
    }
    
    .contact-subtitle {
        font-size: 0.85rem;
        padding: 0 0.5rem;
    }
    
    .contact-item {
        padding: 1rem 0.9rem;
    }
    
    .contact-item-icon {
        font-size: 1.8rem;
    }
    
    .contact-social {
        padding: 1rem 0.9rem;
    }
    
    .contact-social-link {
        width: 40px;
        height: 40px;
    }
    
    .contact-form-container {
        padding: 0;
        margin: 0;
    }
}/* End custom CSS */