.elementor-8 .elementor-element.elementor-element-51d6b49{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-ebf2008{width:100%;max-width:100%;margin:-26px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:6px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-081e8ae{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-179a2e2 > .elementor-container{max-width:1111px;}.elementor-8 .elementor-element.elementor-element-179a2e2{margin-top:-61px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-3ccbda9{width:100%;max-width:100%;margin:31px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px -3px;}.elementor-8 .elementor-element.elementor-element-357a18f{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-8 .elementor-element.elementor-element-2b5bfee .elementor-button{background-color:#66F87A;font-family:"Roboto", Sans-serif;font-size:13px;font-weight:700;line-height:20px;fill:var( --e-global-color-b2229f0 );color:var( --e-global-color-b2229f0 );transition-duration:0.6s;border-style:double;border-radius:0px 0px 0px 0px;padding:-14px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-2b5bfee .elementor-button:hover, .elementor-8 .elementor-element.elementor-element-2b5bfee .elementor-button:focus{background-color:transparent;color:#FFFFFF;background-image:linear-gradient(180deg, var( --e-global-color-e6b36dc ) 4%, #f2295b 30%);border-color:#F41D1D;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.91);}.elementor-8 .elementor-element.elementor-element-2b5bfee .elementor-button-content-wrapper{flex-direction:row;}.elementor-8 .elementor-element.elementor-element-2b5bfee .elementor-button .elementor-button-content-wrapper{gap:3px;}.elementor-8 .elementor-element.elementor-element-2b5bfee .elementor-button:hover svg, .elementor-8 .elementor-element.elementor-element-2b5bfee .elementor-button:focus svg{fill:#FFFFFF;}.elementor-8 .elementor-element.elementor-element-684c408{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-77b2f40, .elementor-8 .elementor-element.elementor-element-77b2f40 > .elementor-background-overlay{border-radius:5px 5px 5px 5px;}.elementor-8 .elementor-element.elementor-element-77b2f40{margin-top:147px;margin-bottom:147px;}body.elementor-page-8{margin:6px 21px 0px 5px;padding:-6px -6px -6px -6px;}@media(max-width:1366px){.elementor-8 .elementor-element.elementor-element-3ccbda9{width:var( --container-widget-width, 1088.62px );max-width:1088.62px;--container-widget-width:1088.62px;--container-widget-flex-grow:0;}.elementor-8 .elementor-element.elementor-element-2b5bfee{width:var( --container-widget-width, 276.292px );max-width:276.292px;--container-widget-width:276.292px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-ebf2008 *//* --- INCREASED FONT SIZE & PERFECTLY ALIGNED CSS --- */
.dwa-page {
    width: 100%;
    box-sizing: border-box;
    background-color: #071022;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffff;
    padding: 15px 25px 25px 25px;
}

.dwa-hero {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    gap: 40px;
}

.dwa-content {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dwa-badge {
    margin-bottom: 8px;
}

.dwa-badge span {
    background: rgba(255, 122, 0, 0.15);
    color: #ff7a00;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11.5px; /* Increased */
    font-weight: 700;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 122, 0, 0.3);
}

.dwa-content h1 {
    font-size: 44px; /* Increased from 38px */
    margin: 8px 0 4px 0;
    font-weight: 900;
    line-height: 1.15;
}

.dwa-content h2 {
    font-size: 28px; /* Increased from 24px */
    margin: 0 0 12px 0;
    color: #ff7a00;
    font-weight: 800;
}

.dwa-tagline {
    font-size: 14px; /* Increased from 12px */
    letter-spacing: 2px;
    color: #94a3b8;
    margin-bottom: 10px;
    font-weight: 600;
}

.dwa-description {
    font-size: 16px; /* Increased from 14px */
    color: #cbd5e1;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* TRAINING BOXES */
.dwa-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 20px;
}

.dwa-features > div {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.03);
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.dwa-features > div:hover {
    background: rgba(255, 122, 0, 0.08);
    border-color: #ff7a00;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 122, 0, 0.25);
}

.f-icon { font-size: 22px; /* Increased */ }
.dwa-features strong { display: block; font-size: 15px; /* Increased */ }
.dwa-features small { font-size: 11px; /* Increased */ color: #94a3b8; }

.dwa-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.dwa-primary-btn {
    background: linear-gradient(135deg, #ff7a00, #e05e00);
    color: #fff;
    padding: 14px 26px; /* Slightly larger */
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px; /* Increased from 13px */
    box-shadow: 0 4px 15px rgba(255, 122, 0, 0.4);
    transition: transform 0.3s ease;
}

.dwa-primary-btn:hover { transform: scale(1.05); }

/* WHATSAPP BUTTON */
.dwa-whatsapp {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #10b981 !important;
    border: 1px solid #059669;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
    transition: transform 0.3s ease;
}

.dwa-whatsapp:hover {
    background-color: #059669 !important;
    transform: scale(1.05);
    color: #ffffff !important;
}

.wa-icon { font-size: 20px; /* Increased */ }
.dwa-whatsapp strong { display: block; font-size: 14px; /* Increased */ color: #ffffff !important; font-weight: 800; }
.dwa-whatsapp small { display: block; font-size: 11px; /* Increased */ color: #ecfdf5 !important; font-weight: 600; }

.dwa-courses { display: flex; gap: 15px; }
.dwa-course {
    flex: 1;
    background: #0d1b32;
    border-radius: 12px;
    border: 1px solid rgba(255, 122, 0, 0.25);
    overflow: hidden;
}

.course-title {
    background: #15294a;
    padding: 10px 14px;
    font-size: 12.5px; /* Increased */
    font-weight: 800;
    color: #ff7a00;
    display: flex;
    align-items: center;
    gap: 8px;
}

.course-body ul { margin: 0; padding: 10px 14px; list-style: none; }
.course-body li { font-size: 12.5px; /* Increased */ color: #e2e8f0; margin: 5px 0; font-weight: 600; }

.dwa-profile {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.dwa-orbit-ring {
    position: relative;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 2px solid #ff7a00;
    box-shadow: 0 0 35px rgba(255, 122, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: rotateOrbit 25s linear infinite;
    margin-bottom: 15px;
}

.dwa-center-image {
    width: 255px;
    height: 255px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    background: radial-gradient(circle, rgba(255,122,0,0.2) 0%, #081427 70%);
    border: 3px solid #ff7a00;
    animation: counterRotate 25s linear infinite;
}

.dwa-center-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.orbit-icon {
    position: absolute;
    width: 42px;
    height: 42px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    z-index: 10;
    animation: counterRotate 25s linear infinite;
}

.orbit-icon small { font-size: 5px; font-weight: 800; color: #0b1528; margin-top: 2px; }
.icon-1 { top: -21px; left: calc(50% - 21px); }
.icon-2 { top: 18%; right: -14px; }
.icon-3 { bottom: 18%; right: -14px; }
.icon-4 { bottom: -21px; left: calc(50% - 21px); }
.icon-5 { bottom: 18%; left: -14px; }
.icon-6 { top: 18%; left: -14px; }

.dwa-orbit-ring:hover, .dwa-orbit-ring:hover .orbit-icon, .dwa-orbit-ring:hover .dwa-center-image { animation-play-state: paused; }

.dwa-name {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #040d21;
    border: 2px solid #ff7a00;
    padding: 9px 22px;
    border-radius: 35px;
    position: relative;
    z-index: 30;
    box-shadow: 0 8px 25px rgba(0,0,0,0.6);
}

.user-avatar { font-size: 15px; background: #ff7a00; width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
.dwa-name-text strong { display: block; font-size: 13px; /* Increased */ font-weight: 800; color: #ffffff; }
.dwa-name-text small { display: block; font-size: 7.5px; /* Increased */ font-weight: 700; color: #ff7a00; }

@keyframes rotateOrbit { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes counterRotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(-360deg); } }

@media (max-width: 1024px) {
    .dwa-hero { flex-direction: column; text-align: center; gap: 30px; }
    .dwa-content { align-items: center; }
    .dwa-features, .dwa-buttons { justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ccbda9 *//* ==========================================================================
   GLOBAL RESET & STYLING
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: #0a192f;
    color: #e2e8f0;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.text-center { text-align: center; }
.mt-40 { margin-top: 40px; }

/* ==========================================================================
   1. ANIMATED BRANDS SCROLLING TICKER
   ========================================================================== */
.brands-section {
    background: #0d1d36;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 22px 0;
    overflow: hidden;
    position: relative;
}

.brands-ticker {
    display: flex;
    width: 100%;
}

.brands-track {
    display: flex;
    gap: 60px;
    align-items: center;
    white-space: nowrap;
    animation: scrollBrands 22s linear infinite;
}

.brands-track:hover {
    animation-play-state: paused;
}

.brand-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #94a3b8;
    transition: color 0.3s ease;
}

.brand-item i {
    font-size: 1.5rem;
    color: #ff7a00;
}

.brand-item:hover {
    color: #ffffff;
}

@keyframes scrollBrands {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ==========================================================================
   2. OUR SERVICES SECTION
   ========================================================================== */
.services-section {
    padding: 80px 0;
    background-color: #0a192f;
}

.sub-heading {
    color: #ff7a00;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.section-title {
    font-size: 2.3rem;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 45px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}

.service-card {
    background: #0f223d;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 35px 25px;
    border-radius: 16px;
    text-align: left;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 122, 0, 0.4);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.service-icon {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.icon-purple { background: rgba(168, 85, 247, 0.15); color: #c084fc; }
.icon-red { background: rgba(239, 68, 68, 0.15); color: #f87171; }
.icon-green { background: rgba(34, 197, 94, 0.15); color: #4ade80; }
.icon-orange { background: rgba(255, 122, 0, 0.15); color: #ff7a00; }
.icon-pink { background: rgba(236, 72, 153, 0.15); color: #f472b6; }
.icon-blue { background: rgba(59, 130, 246, 0.15); color: #60a5fa; }

.service-card h3 {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-card p {
    color: #94a3b8;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Button */
.btn-orange {
    display: inline-block;
    background: #ff7a00;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: background 0.3s ease;
}

.btn-orange:hover {
    background: #e06c00;
}

/* ==========================================================================
   3. CTA BANNER
   ========================================================================== */
.cta-section {
    background: linear-gradient(135deg, #0d2342 0%, #112d55 100%);
    border-top: 1px solid rgba(255, 122, 0, 0.2);
    border-bottom: 1px solid rgba(255, 122, 0, 0.2);
    padding: 50px 0;
}

.cta-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.cta-text h2 {
    color: #ffffff;
    font-size: 1.8rem;
    margin-bottom: 6px;
}

.cta-text p {
    color: #94a3b8;
}

.cta-buttons {
    display: flex;
    gap: 15px;
}

.btn-whatsapp {
    background: #25d366;
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    padding: 12px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    border-color: #ff7a00;
    color: #ff7a00;
}

/* ==========================================================================
   4. SITE FOOTER
   ========================================================================== */
.site-footer {
    background-color: #071120;
    padding-top: 60px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr) 1.5fr;
    gap: 35px;
    padding-bottom: 50px;
}

.footer-col h4 {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 20px;
    position: relative;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #ff7a00;
}

.footer-logo {
    color: #ff7a00;
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.brand-col p {
    color: #94a3b8;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-links a {
    width: 36px;
    height: 36px;
    background: #0f223d;
    color: #ff7a00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #ff7a00;
    color: #ffffff;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ff7a00;
}

.contact-list li {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #94a3b8;
    font-size: 0.9rem;
}

.contact-list li i {
    color: #ff7a00;
}

/* Footer Bottom */
.footer-bottom {
    background: #040a14;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #64748b;
    font-size: 0.85rem;
    flex-wrap: wrap;
    gap: 15px;
}

.legal-links a {
    color: #64748b;
    text-decoration: none;
    margin-left: 15px;
}

.legal-links a:hover {
    color: #ff7a00;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .cta-flex {
        flex-direction: column;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-357a18f *//* General Resets */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    color: #2D3748;
    background-color: #FFFFFF;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section {
    padding: 80px 0;
}

.bg-light {
    background-color: #F8FAFC;
}

.text-center {
    text-align: center;
}

.sub-heading {
    color: #4F46E5;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: inline-block;
}

h2 {
    font-size: 2.2rem;
    color: #0F172A;
    font-weight: 800;
    margin-bottom: 24px;
}

.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-blue {
    background-color: #3B82F6;
    color: #FFFFFF;
}

.btn-blue:hover {
    background-color: #2563EB;
}

.btn-white {
    background-color: #FFFFFF;
    color: #1E293B;
    width: 100%;
    text-align: center;
}

.btn-white:hover {
    background-color: #F1F5F9;
}

/* 1. About Us Section */
.about-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center;
}

.about-content p {
    color: #64748B;
    margin-bottom: 28px;
    font-size: 1.05rem;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.stat-card {
    background: #FFFFFF;
    padding: 24px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 1.2rem;
}

.icon-red { background: #FEE2E2; color: #EF4444; }
.icon-blue { background: #DBEAFE; color: #3B82F6; }
.icon-orange { background: #FFEDD5; color: #F97316; }
.icon-cyan { background: #CFFAFE; color: #06B6D4; }
.icon-green { background: #DCFCE7; color: #22C55E; }
.icon-purple { background: #F3E8FF; color: #A855F7; }
.icon-gold { background: #FEF3C7; color: #D97706; }
.icon-pink { background: #FCE7F3; color: #EC4899; }

.stat-card h3 {
    font-size: 1.8rem;
    color: #0F172A;
}

.stat-card p {
    font-size: 0.85rem;
    color: #64748B;
}

/* 2. Popular Courses */
.courses-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.course-card {
    padding: 32px 24px;
    border-radius: 20px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-blue { background: linear-gradient(135deg, #3B82F6, #1D4ED8); }
.card-green { background: linear-gradient(135deg, #10B981, #047857); }
.card-purple { background: linear-gradient(135deg, #8B5CF6, #6D28D9); }

.course-card h3 { font-size: 1.5rem; margin-bottom: 12px; }
.course-card p { font-size: 0.95rem; opacity: 0.9; margin-bottom: 24px; }

.course-features {
    list-style: none;
    margin-bottom: 28px;
}

.course-features li {
    font-size: 0.9rem;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mt-30 { margin-top: 30px; }

/* 3. Why Choose Us */
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.why-card {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.why-card h4 { font-size: 1rem; color: #0F172A; }
.why-card p { font-size: 0.8rem; color: #64748B; }

.why-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* 4. Student Success Stories */
.testimonial-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 30px;
    align-items: center;
}

.testimonial-box {
    background: #FFFFFF;
    padding: 36px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}

.quote-icon {
    color: #E2E8F0;
    font-size: 2rem;
    margin-bottom: 10px;
}

.stars {
    color: #F59E0B;
    margin-bottom: 16px;
    font-size: 0.9rem;
}

.testimonial-text {
    font-size: 0.95rem;
    color: #475569;
    margin-bottom: 24px;
}

.user-profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-profile img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.user-profile h4 { font-size: 0.95rem; color: #0F172A; }
.user-profile span { font-size: 0.8rem; color: #64748B; }

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.gallery-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 16px;
}

/* RESPONSIVE MEDIA QUERIES */
@media (max-width: 992px) {
    .about-grid, .testimonial-grid {
        grid-template-columns: 1fr;
    }
    .courses-grid, .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .courses-grid, .why-grid, .gallery-grid {
        grid-template-columns: 1fr;
    }
    .stats-grid {
        grid-template-columns: 1fr;
    }
    h2 {
        font-size: 1.75rem;
    }
}/* End custom CSS */