@charset "utf-8";
/* CSS Document */
body{font-family: "Poppins", sans-serif; font-size: 16px; line-height: 1.7; color: #0a303a;}
a{text-decoration:none; }
img{max-width:100%; height: auto;}
.hidden-scroll{overflow-x: clip !important;}
#main-header{padding: 15px 0;  position: sticky;
  top: 0;
  z-index: 9999;
  background: #ffffff;
  transition: box-shadow 0.3s ease, background 0.3s ease;}
#main-header .col-md-12 {display: flex;justify-content: space-between; align-items: center;}
#logo img {height: 30px;}
#nav ul {margin: 0;padding: 0;}
#nav ul.main-menu > li {display: inline-block; position: relative;}
#nav ul.main-menu > li + li {margin-left: 20px;}
#nav ul.main-menu > li > a{ color: #0a303a;font-size: 16px;font-weight: 500;}
#nav ul.main-menu > li > a:hover{color:#e74c25;}
#nav ul.main-menu > li > a.drop-down-item {position: relative;padding-right: 20px; }
.hamburger{display: none;}
br{display: none;}
#nav ul.main-menu > li > a.drop-down-item::after { content: '\25BC';  font-size: 0.6em;position: absolute; right: 10px; top: 50%;transform: translateY(-50%); transition: transform 0.3s;}
#nav ul.main-menu > li.menu-item-has-children:hover > a::after {transform: translateY(-50%) rotate(180deg);}
#nav ul.main-menu > li.menu-item-has-children:hover > a::after {color: #e74c25;}
.sub-menu {display: none;position: absolute;top: 100%;left: 0;background-color: #ffffff;box-shadow: 0 4px 8px rgba(0,0,0,0.1);min-width: 220px;z-index: 999;}
.sub-menu li {border-bottom: 1px solid #f0f0f0; list-style: none;}
.sub-menu li:last-child {border-bottom: none;}
.sub-menu li a {padding: 10px 15px;display: block;color: #333;text-decoration: none;transition: background 0.3s, color 0.3s; font-size: 14px;}
.sub-menu li a:hover {background-color: #f8f8f8;color: #e74c25;}
#nav ul.main-menu > li:hover > .sub-menu {display: block;}
.nav-cta .btn {border-radius: 50px;padding: 0.75rem 1.25rem;font-weight: 600;text-transform: uppercase;letter-spacing: 0.5px;font-size: 0.85rem;transition: all 0.3s ease;position: relative;overflow: hidden;}
.btn-book {background: linear-gradient(135deg, #e74c25 0%, #e74c25 100%)!important;color: white !important;border: none;box-shadow: 0 4px 15px #e74c2512;}
.btn-donate {background: linear-gradient(135deg, #0a303a 0%, #0a303a 100%) !important;color: white !important;border: none; box-shadow: 0 2px 5px #c1e8f2;}
.banner-content .btn-donate:hover{box-shadow: none;}
.banner-content .btn.btn-outline-secondary:hover{background: linear-gradient(135deg, #e74c25 0%, #e74c25 100%) !important;border:1px solid#e74c25 ;}
.banner-content .btn-donate{border-radius: 50px; padding: 1rem 1.75rem;box-shadow: none; font-weight: 600;text-transform: uppercase; letter-spacing: 0.5px;font-size: 0.85rem; transition: all 0.3s ease;position: relative; overflow: hidden; width: 180px;}
.banner-content .btn.btn-outline-secondary{border-radius: 50px; padding: 1rem 1.75rem; font-weight: 600; text-transform: uppercase;letter-spacing: 0.5px; font-size: 0.85rem; transition: all 0.3s ease;  width: 180px;position: relative;overflow: hidden;border:1px solid#e74c25 ;color: #fff;background: linear-gradient(135deg, #e74c25 0%, #e74c25 100%);}
.btn-book:hover{ transform: translateY(-2px); box-shadow: 0 4px 15px #e74c2512;}
.btn-donate:hover { transform: translateY(-2px); box-shadow: 0 4px 15px #7eadba;}
#banner {background: url('https://www.spectrumsprouts.com/wp-content/uploads/2026/01/banner-1.webp') no-repeat center center;background-size: cover;color: #fff;text-align: center;padding: 80px 0px;position: relative; height: 90vh; display: flex; align-items: center;}
#banner::after {content: "";position: absolute;top: 0; left: 0; right: 0; bottom: 0;background: rgba(0,0,0,0.6); /* dark overlay */}
#banner .banner-content {position: relative;z-index: 1;}
#banner h2 {font-size:56px;font-weight:500;color: #fff;}
#banner p {font-size: 18px;max-width: 70%; margin: 15px auto 0px;}
#banner .btn-primary {margin-top: 25px;padding: 12px 30px;font-size: 16px;border-radius: 30px;}
#banner img {max-width: 150px;}
.service-card, .impact-card {background: rgba(255, 255, 255, 0.9);border-radius: 20px;} 
.btn-primary{background: #e74c25; padding: 10px 30px;font-size: 16px;border-radius: 30px; border:1px solid #e74c25;}
.btn-primary:hover{background: #e74c25; border:1px solid #e74c25;}
.text-primary {color: #e74c25 !important;}
.section{padding:60px 0 45px;}
.appointment-box{box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); background-color: #ffc7c0; padding: 40px; margin-left: 30px; border-radius: 12px;}
.therapy-card .icon img {transition: transform 0.4s ease;}
.therapy-card {padding: 20px;border-radius: 8px;margin-bottom: 20px;background-color: #f8f9fa;transition: all 0.35s ease;}
.therapy-card .icon {}
.therapy-card .card-content { max-width: 500px;}
.card-header {font-weight: bold;font-size: 18px;margin-top: 10px;}
.btn-consultation {background-color: #f46f68;color: white;border-radius: 8px;padding: 12px 30px;font-weight: bold;}
.btn-consultation:hover {background-color: #e13d4e;}
.pink-heading{color: #f16493;}
.condition-box{padding:50px;border-radius: 20px;margin-bottom: 40px;}
.condition-box1{background:#e3eef0;z-index:1;position: sticky; top:50px;}
.condition-box2{background:#fcedf2;z-index:2;position: sticky; top:50px;}
.condition-box3{background:#fce8e3;z-index:3;position: sticky; top:50px;}
.condition-box4{background:#d5efdb;z-index:4;position: sticky; top:50px;}
.condition-box5{background:#e3eef0;z-index:5;position: sticky; top:50px;}
.condition-title{font-size: 24px;font-weight: 400;text-align: left;}
.condition-content{font-size: 18px;font-weight: 400;text-align: left; margin: 0px 0px 20px;}
.testimonial-left {position: relative; height: 100%;min-height: 540px;  border-radius: 20px; overflow: hidden; background: url("assets/images/children-1.webp") center/cover no-repeat;display: flex; align-items: flex-end;}
.testimonial-left::after{content: "";position: absolute; inset: 0;background: linear-gradient(to top, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0) 80%);}
.testimonial-left .content {position: relative;z-index: 2;padding: 25px;color: #fff;}
.testimonial-left h4 {font-size: 16px;font-weight: 400;margin: 0 0 8px;opacity: 0.9;}
.testimonial-left h2 {font-size: 28px;font-weight: 600;margin: 0;line-height: 1.3;}
.testimonial-right {background: #f4f1ea;border-radius: 20px;padding: 40px;min-height: 450px;}
.testimonial-box {text-align: center;padding: 20px 30px;}
.testimonial-box p {font-size: 18px;color: #444;line-height: 1.7;margin-bottom: 20px;}
.testimonial-author img {width: 55px!important;height: 55px;border-radius: 50%;object-fit: cover;margin: auto;margin-bottom: 10px;border: 2px solid #eee;}
.testimonial-author h5 {font-size: 17px;margin: 5px 0;font-weight: 600;color: #222;}
.stars {color: #f1c40f;font-size: 15px;letter-spacing: 2px;}
.owl-dots { margin-top: 15px;text-align: center;}
.owl-dots .owl-dot span {width: 10px;height: 10px;background: #000;display: block;margin: 5px;border-radius: 50%;transition: 0.3s;}
.owl-dots .owl-dot.active span {background: #e74c25;transform: scale(1.2);}
.treat-img-wrapper img{ border-radius: 25px;width: 100%;}
#footer{background-color: #0a303a;color: white;padding: 3rem 0 1rem;}
#footer .list-unstyled li a, #footer a, #footer p{color:#fff; font-size: 14px;}
.footer-bottom {display: flex;align-items: center;justify-content: space-between;}
/* ========About US CSS Start==================== */
#aboutus-child{background: #ddf5fb;}
#aboutus-child h2{font-size: 28px;font-weight: 500!important;}
.aboutus-img-wrapper img{border-radius: 20px; border: 2px solid #e74c25;text-align: end;height: 550px; object-fit: cover;object-position: center;}
.vismis-img-wrapper img{border-radius: 20px; border: 2px solid #e74c25;}
.doctor-img-wrapper img { width: 180px !important;    height: 180px !important;}
/* ========About US CSS End==================== */
/* ========Blog US CSS Start==================== */
#blog-section{background: #f1f1f1;}
.blog-post{padding: 20px; background: #fff; margin: 0 5px 40px; box-shadow: 0 0 5px #ccc; border-radius: 12px;}
.blog-post .blog-image img{ height: 230px;object-fit: cover; object-position: top center; width: 100%; border-radius: 0 !important;}
.blog-info p.text-muted {margin: 10px 0;font-size: 11px;text-transform: capitalize;}
.blog-content .blog-body h2{font-size: 28px;}
/*.popular-page{background: #ffffff; padding: 20px;border-radius: 18px;box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);line-height: 16px;}
.popular-single-page{background: #ffffff; padding: 20px;border-radius: 18px;box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);line-height: 16px;}*/
.blog-info h3 {font-size: 22px; min-height: 55px;}
.blog-info h3 a {color: #e74c25;}
.blog-info p {font-size: 14px;margin: 0;}
.blog-info p + p{margin-top:10px;}
.popular-page div a{margin-bottom: 5px;}
#blog-section-single .single-blog-banner {width: 100%;height: 400px; display: flex; align-items: center;justify-content: center;color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.6);}
#blog-section-single .content {max-width: 1170px;margin: 40px auto;}
#blog-section-single .content .blog-info h3 {font-size: 20px;min-height: 50px;}
/* ========Blog US CSS End==================== */
.therapy-card p a:hover {color: #0056b3;text-decoration: underline;}
.therapy-card:hover .icon img {transform: scale(1.08);}
.therapy-card:hover {transform: translateY(-6px);box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);}
.therapy-card .card-header {font-size: 1.4rem;font-weight: 600;margin-bottom: 12px;color: #0a303a; transition: color 0.3s ease;}
.therapy-card:hover .card-header {color: #007bff;}
#special-education{background: #ddf5fb;}
.treat-img-wrapper.special-img-wrapper { border: 5px solid #e74c25;border-radius: 32px;}
#special-sprouts-kids{background: #fcedf2;}
.faq-title {font-size: 28px;font-weight:500;margin-bottom: 25px;color: #003c46;} 
#faqAccordion .accordion-button { font-weight: 500;  font-size: 16px; color: #003c46;background: transparent !important;box-shadow: none !important;}
#faqAccordion .accordion-button::after {flex-shrink: 0;width: 1.25rem;height: 1.25rem;  background-size: 1.25rem; content: "+"; font-size: 22px; font-weight: bold; color: #007b8f; background-image: none; text-align: center;}
#faqAccordion .accordion-button:not(.collapsed)::after {content: "-";font-size: 26px;line-height: 1; background-image: none;}
#faqAccordion .accordion-item { border: none; border-bottom: 1px solid #ddd;margin-bottom: 10px;}
#faqAccordion .accordion-body { font-size: 15px;color: #555;}
.faq-img {max-width: 100%;border-radius: 20px;}
.contact-box { background: #d9f2e0; border-radius: 20px;padding: 30px; display: flex; justify-content: space-between; align-items: center;}
.contact-btn { background: #2ebf4f; color: #fff;font-weight: 500;border-radius: 30px; padding: 12px 25px; text-decoration: none;display: inline-flex;align-items: center;gap: 8px; transition: 0.3s;}
.contact-btn:hover { background: #27a745; color: #fff;}
/* ===== MAIN CARD ===== */
.flex-section{padding:120px 20px;background:linear-gradient(180deg,#fff,#faf9f8)}
/* CARD */
.flex-card{display:flex;border-radius:26px;overflow:hidden;background:#fff;
box-shadow:0 30px 70px rgba(0,0,0,.08)}
/* LEFT */
.flex-left{flex:1.2;padding:65px 60px}
.flex-badge{display:inline-block;padding:6px 18px;background:#fdf0eb;color:#f1390d;
font-size:13px;font-weight:600;border-radius:30px;margin-bottom:18px}
.flex-left h2{font-size:40px;font-weight:500;color:#243432;line-height:1.3;margin-bottom:22px}
.flex-left p{font-size:17px;color:#555;line-height:1.85;margin-bottom:20px}
/* CTA */
.flex-btn{display:inline-block;margin-top:16px;padding:14px 34px;background:#f1390d;
color:#fff;font-weight:600;border-radius:50px;text-decoration:none;
box-shadow:0 14px 30px rgba(224,107,79,.35);transition:.3s}
.flex-btn:hover{transform:translateY(-3px);
box-shadow:0 20px 40px rgba(224,107,79,.45)}
/* RIGHT */
.flex-right{flex:.9;background:#fdf0eb;padding:65px 50px;display:flex;
flex-direction:column;justify-content:center;color:#f1390d}
/* FEATURE */
.flex-feature{display:flex;gap:16px;margin-bottom:28px}
.flex-feature:last-child{margin-bottom:0}
.icon-box{width:52px;height:52px;border-radius:14px;background:#f1390d;
display:flex;align-items:center;justify-content:center;font-size:24px}
.icon-box i{color:#fff}
.flex-feature h5{font-size:17px;font-weight:600;margin-bottom:6px}
.flex-feature p{font-size:15px;opacity:.92;line-height:1.6}
/* ===== HEADER ===== */
.header{text-align:center;margin-bottom:60px}
.header h1{font-size:38px;color:linear-gradient(135deg,#e74c25,#e74c25)!important}
.header p{max-width:850px;margin:15px auto;font-size:17px;color:#64748b}
/* ===== CTA ===== */
.cta-buttons{margin-top:25px}
.cta-buttons a{display:inline-block;padding:14px 26px;margin:8px;
border-radius:30px;font-weight:600;text-decoration:none;transition:.3s}
.btn-primary{background:linear-gradient(135deg,#e74c25,#e74c25)!important;color:#fff}
.btn-outline{border:2px solid #e74c25;color:#e74c25}
.cta-buttons a:hover{transform:translateY(-3px)}
/* ===== GRID ===== */
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px}
.first-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:28px}
 
/* ===== SPECIAL SPROUTS CARD ===== */
#special-sprouts-kids .card{
  background:#fff;border-radius:20px;padding:30px;transition:.4s;
  opacity:1;transform:translateY(30px)
}
#special-sprouts-kids .card.show{opacity:1;transform:translateY(0)}
#special-sprouts-kids .card i{font-size:34px;color:#e74c25;margin-bottom:15px}
#special-sprouts-kids .card h3{font-size:20px;margin-bottom:10px}
#special-sprouts-kids .card p,
#special-sprouts-kids .card li{font-size:15px;color:#64748b}
#special-sprouts-kids .card ul{margin-top:10px;padding-left:0}
#special-sprouts-kids .card li{list-style:none;padding-left:20px;position:relative;margin-bottom:8px}
#special-sprouts-kids .card li::before{content:"✔";position:absolute;left:0;color:#e74c25}
/* ===== COMMITMENT ===== */
.commitment{ margin-top:80px;padding:55px 30px;text-align:center;color:#fff;background:linear-gradient(135deg,#0a303a,#0a303a)!important;border-radius:30px}
.commitment h2{font-size:32px;margin-bottom:15px}
.commitment p{max-width:900px;margin:auto;font-size:17px}
/* ===== OT SECTION ===== */
.ot-section{ padding:100px 20px;background:linear-gradient(180deg,#fff7f2,#ffffff)}
.ot-container{max-width:1200px;margin:auto}
/* ===== OT TITLE ===== */
.ot-title{text-align:center;max-width:720px;margin:0 auto 70px}
.ot-badge{display:inline-block;padding:6px 18px;border-radius:30px;background:rgba(255,122,89,.15);color:#ff7a59;font-size:14px;font-weight:600;margin-bottom:18px}
.ot-title h2{font-size:44px;font-weight:500;color:#2b2b2b;margin-bottom:18px}
.ot-title h2 span{color:#ff7a59}
.ot-title p{font-size:18px;color:#666;line-height:1.7}
/* ===== OT GRID ===== */
.ot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
/* ===== OT CARD ===== */
.ot-card{background:#fff;padding:35px 30px;border-radius:22px;text-align:center;position:relative;overflow:hidden;box-shadow:0 20px 45px rgba(0,0,0,.06);transition:.35s ease}
.ot-card::before{ content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,122,89,.15),transparent);opacity:0;transition:.3s}
.ot-card:hover::before{opacity:1}
.ot-card:hover{transform:translateY(-12px)}
/* ICON */
.ot-icon{width:75px;height:75px;border-radius:50%;background:rgba(255,122,89,.15);color:#ff7a59;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 22px}
/* TEXT */
.ot-card h3{font-size:20px;font-weight:600;color:#333;margin-bottom:12px}
.ot-card p{font-size:16px;color:#666;line-height:1.6}
#occupational-eductaion .header{margin-bottom:15px}
#occupational-eductaion{margin-bottom:30px}
/* ===== THERAPY SERVICES ===== */
#therapy-services{background:#fdf6f4}
#therapy-services h2{font-weight:500}
#therapy-services p{max-width:720px;margin:auto;color:#555}
/* CARD */
.therapy-card{background:#fff;border-radius:16px;padding:32px;height:100%;box-shadow:0 10px 30px rgba(0,0,0,.06);transition:.3s ease}
.therapy-card:hover{transform:translateY(-6px);box-shadow:0 18px 45px rgba(0,0,0,.08)}
.therapy-icon{ width:60px;height:60px;border-radius:50%;background:#e74c25;color:#fff;display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:16px}
.therapy-card h5{font-weight:600;margin-bottom:14px}
.therapy-card p{font-size:.95rem;color:#555}
/* LIST */
.therapy-card ul{list-style:none;padding:0;margin:0}
.therapy-card ul li{display:flex;gap:10px;align-items:flex-start;margin-bottom:10px;font-size:.95rem}
.therapy-card ul li i{color:#e74c25;font-size:1rem;margin-top:2px}
.two-column-list{columns:2}
/* ===== CONTACT SECTION ===== */
.contact-section{background:#fff}
/* CONTAINER */
.contact-container{max-width:1200px;margin:auto;padding:55px 60px;border-radius:30px;background:linear-gradient(135deg,#e8f8ee,#dcf4e5);display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;overflow:hidden;box-shadow:0 30px 65px rgba(0,0,0,.06)}
/* DECOR */
.contact-container::after{content:"";position:absolute;width:260px;height:260px;background:rgba(46,204,113,.15);border-radius:50%;top:-110px;right:-110px}
/* CONTENT */
.contact-content{max-width:720px;position:relative}
.contact-badge{display:inline-block;padding:6px 18px;background:rgba(46,204,113,.2);color:#1e8e55;font-size:14px;font-weight:600;border-radius:30px;margin-bottom:14px}
.contact-content h3{font-size:32px;font-weight:500;color:#123c2f;margin-bottom:14px}
.contact-content p{font-size:17px;color:#355f53;line-height:1.7}
/* BUTTON */
.contact-action{position:relative}
.contact-btn{display:inline-flex;align-items:center;gap:12px;padding:17px 30px;border-radius:50px;background:#2ecc71;color:#fff;font-size:17px;font-weight:600;text-decoration:none;box-shadow:0 14px 35px rgba(46,204,113,.45);transition:.35s ease}
.contact-btn i{font-size:20px}
.contact-btn:hover{background:#27ae60;transform:translateY(-5px);box-shadow:0 20px 45px rgba(46,204,113,.55)}
/* FLOW */
.therapy-flow{padding:90px 6%}
/* Title */
.flow-title {text-align: center;font-size: 2.6rem;font-weight:500;margin-bottom: 10px;}
/* ===== FLOW LINE & SUBTITLE ===== */
.flow-line{width:80px;height:4px;background:rgb(231,76,37);margin:0 auto 18px;border-radius:20px}
.flow-subtitle{text-align:center;color:#666;max-width:650px;margin:0 auto 70px;font-size:1.05rem}
/* ===== FLOW (DESKTOP) ===== */
.flow-wrapper{position:relative;display:flex;justify-content:space-between;gap:40px}
.flow-wrapper::before{content:"";position:absolute;top:34px;left:0;right:0;height:2px;background:rgba(231,76,37,.25)}
/* STEP */
.flow-step{width:100%;text-align:center;position:relative}
.flow-step span{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:rgb(231,76,37);color:#fff;font-size:1.25rem;font-weight:500;margin-bottom:24px;position:relative;z-index:2;transition:.3s ease}
.flow-step:hover span{transform:scale(1.12)}
.flow-step h4{font-size:1.2rem;font-weight:600;margin-bottom:12px}
.flow-step p{font-size:.95rem;color:#555;line-height:1.7;max-width:260px;margin:auto}
/* ===== PARENT GUIDANCE ===== */
.parent-guidance{padding:90px 0;background:linear-gradient(180deg,#fff4f0,#fff)}
.section-subtitle{max-width:720px;margin:auto;font-size:16px;line-height:1.7;color:#666}
.content-text p{font-size:15.5px;line-height:1.85;color:#555}
/* ===== GUIDANCE CARD ===== */
.guidance-card{background:#fff;border-radius:18px;padding:26px 24px;height:100%;border-top:4px solid #e74c25;box-shadow:0 14px 34px rgba(231,76,37,.12);transition:.35s ease}
.guidance-card:hover{transform:translateY(-6px);box-shadow:0 22px 45px rgba(231,76,37,.18)}
.guidance-card .icon{width:55px;height:55px;border-radius:14px;background:rgba(231,76,37,.12);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.guidance-card .icon i{font-size:24px;color:#e74c25}
.guidance-card h5{font-size:17px;font-weight:600;margin-bottom:8px;color:#222}
.guidance-card p{font-size:14.5px;color:#666;margin-bottom:0}
/* ===== VOCATIONAL INTRO ===== */
.vocational-intro{padding:110px 0 90px;background:linear-gradient(135deg,rgba(231,76,37,.08),#fff)}
.vocational-intro h1{font-size:44px;font-weight:500;line-height:1.25;color:#222;margin-bottom:18px}
.vocational-intro h1 span{color:#e74c25}
.vocational-intro p{font-size:16px;line-height:1.85;color:#555;max-width:540px}
/* ACTIONS */
.intro-actions{margin-top:30px;display:flex;gap:15px;flex-wrap:wrap}
.intro-actions .btn-primary{background:#e74c25;border-color:#e74c25;padding:12px 28px;font-weight:600}
.intro-actions .btn-outline-primary{border-color:#e74c25;color:#e74c25;padding:12px 28px;font-weight:600}
.intro-actions .btn-outline-primary:hover{background:#e74c25;color:#fff}
/* IMAGE */
.intro-image{position:relative;padding:18px}
.intro-image::before{content:"";position:absolute;inset:0;border-radius:22px;background:rgba(231,76,37,.12);transform:rotate(-3deg);z-index:-1}
.intro-image img{border-radius:22px;box-shadow:0 25px 55px rgba(0,0,0,.15);height: 300px;width: 100%;object-fit: cover;}
/* ===== LEARNING ===== */
.learning-wrapper{padding:90px 0;font-family:Inter,sans-serif;background:linear-gradient(180deg,rgba(231,76,37,.08),#fff);color:#1f2933}
.learning-wrapper .section-heading{font-size:2.3rem;font-weight:500;text-align:center;}
.learning-wrapper .section-subtitle{max-width:650px;margin:14px auto 0;text-align:center;color:#5f6b7a;font-size:1.05rem;}
.learning-wrapper .learning-card{background:#fff;padding:30px 26px;border-radius:16px;height:100%;box-shadow:0 12px 30px rgba(0,0,0,.06);transition:.35s ease;}
.learning-wrapper .learning-card:hover{transform:translateY(-10px);box-shadow:0 22px 45px rgba(0,0,0,.14);}
.learning-wrapper .icon-box{width:56px;height:56px;background:#e74c25;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:14px;font-size:26px;margin-bottom:18px;}
.learning-wrapper h4{font-size:1.15rem;font-weight:600;margin-bottom:6px;}
.learning-wrapper .age{font-size:.85rem;font-weight:600;color:#e74c25;display:block;margin-bottom:10px;}
.learning-wrapper p{font-size:.95rem;color:#5f6b7a;line-height:1.6;}
.learning-wrapper .divider{height:1px;background:linear-gradient(to right,transparent,#e74c25,transparent);margin:70px 0;opacity:.4;}
.programs-new{font-family:Inter,sans-serif;padding:100px 0;background:#fff;color:#1f2933;}
.programs-new .section-title{text-align:center;font-size:2.4rem;font-weight:500;}
.programs-new .section-desc{max-width:650px;margin:14px auto 0;text-align:center;color:#5f6b7a;font-size:1.05rem;}
.programs-new .program-strip{background:#fff;border-radius:20px;padding:28px 30px;display:flex;gap:26px;align-items:center;box-shadow:0 15px 40px rgba(0,0,0,.08);transition:.35s ease;position:relative;overflow:hidden;}
.programs-new .program-strip::before{content:"";width:6px;height:100%;background:#e74c25;position:absolute;left:0;top:0;border-radius:6px 0 0 6px;}
.programs-new .program-strip:hover{transform:translateY(-8px);box-shadow:0 28px 60px rgba(0,0,0,.15);}
.programs-new .icon-wrap{min-width:70px;height:70px;background:rgba(231,76,37,.12);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;color:#e74c25;}
.programs-new h4{font-size:1.2rem;font-weight:600;margin-bottom:6px;}
.programs-new p{margin:0;color:#5f6b7a;font-size:.95rem;line-height:1.6;}
.approach-wrap{background:#fff;}
.approach-list{max-width:900px;margin:60px auto 0;}
.approach-item{display:flex;gap:28px;padding:14px 0;padding-left:34px;border-left:3px solid #e74c25;}
.approach-item:not(:last-child){margin-bottom:24px;}
.approach-icon{font-size:28px;color:#e74c25;}
.approach-item h4{font-size:1.25rem;font-weight:600;}
.approach-item p{margin-top:6px;color:#5f6b7a;line-height:1.6;}
.success-wrap{background:rgba(231,76,37,0.06);}
.success-metrics{margin-top:70px;}
.success-item{text-align:center;}
.success-item i{font-size:38px;color:#e74c25;}
.success-item h3{font-size:2rem;font-weight:500;margin:14px 0;}
.success-item p{max-width:260px;margin:auto;color:#5f6b7a;}
.teacher-wrap{background:#ffffff;}
.tips-list{list-style:none;padding:0;max-width:900px;margin:70px auto 0;}
.tips-list li{display:flex;gap:18px;padding:20px 0;border-bottom:1px solid rgba(231,76,37,0.2);align-items: center;}
.tips-list li:last-child{border-bottom:none;}
.tips-list i{font-size:22px;color:#e74c25;}
.tips-list span{font-size:1rem;color:#5f6b7a;line-height:1.6;}
.early-impact{padding:100px 0;background:linear-gradient(180deg,rgba(231,76,37,0.07),#ffffff);}
.impact-heading{text-align:center;margin-bottom:70px;}
.impact-heading h2{font-size:2.4rem;font-weight:500;}
.impact-heading h2 span{color:#e74c25;}
.impact-heading p{margin-top:12px;color:#555;max-width:650px;margin-left:auto;margin-right:auto;}
.impact-label{border-left:4px solid #e74c25;padding-left:20px;}
.impact-label span{display:block;font-size:0.9rem;text-transform:uppercase;letter-spacing:1px;color:#e74c25;font-weight:600;}
.impact-label h4{font-size:1.3rem;font-weight:600;margin-top:8px;}
.impact-list{padding-left:20px;}
.impact-item{display:flex;gap:18px;margin-bottom:26px;align-items: center;}
.impact-item i{color:#e74c25;font-size:22px;margin-top:4px;}
.impact-item p{margin:0;font-size:1.05rem;color:#555;line-height:1.7;}
.early-combined{padding:100px 0;background:linear-gradient(180deg,rgba(231,76,37,0.06),#ffffff);}
.combined-heading{text-align:center;margin-bottom:70px;}
.combined-heading h2{font-size:2.4rem;font-weight:500;}
.combined-heading h2 span{color:#e74c25;}
.combined-heading p{max-width:720px;margin:14px auto 0;font-size:1.05rem;color:#555;}
.label{display:inline-block;margin-bottom:26px;font-size:0.9rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#e74c25;}
.approach-item{display:flex;gap:20px;margin-bottom:28px;}
.approach-item i{font-size:26px;color:#e74c25;margin-top:2px;}
.approach-item h4{font-size:1.2rem;font-weight:600;margin-bottom:6px;}
.approach-item p{margin:0;color:#555;line-height:1.6;}
.milestone{padding:18px 0;border-bottom:1px solid rgba(231,76,37,0.25);}
.milestone:last-child{border-bottom:none;}
.milestone span{display:block;font-weight:600;color:#e74c25;margin-bottom:6px;}
.milestone p{margin:0;color:#555;line-height:1.6;}
.home-activities{background:#fff;}
.activity-card{background:#fff;padding:32px 24px;border-radius:18px;text-align:center;height:100%;box-shadow:0 12px 28px rgba(0,0,0,0.08);}
.activity-card i{font-size:34px;color:#e74c25;margin-bottom:16px;}
.activity-card h4{font-size:1.15rem;font-weight:600;}
.activity-card p{color:#555;font-size:0.95rem;}
.success-impact{background:rgba(231,76,37,0.06);}
.success-item{text-align:center;}
.success-item i{font-size:38px;color:#e74c25;}
.success-item h3{font-size:1.3rem;font-weight:600;margin:16px 0 8px;}
.success-item p{color:#555;max-width:260px;margin:auto;}
/* =======================
   SECTION 3 : TIPS
   (CHECKLIST STYLE)
======================= */
.parent-tips{background:#fff;}
.tips-list{max-width:850px;margin:auto;}
.tip-row{display:flex;gap:18px;padding:20px 0;border-bottom:1px solid rgba(231,76,37,0.25);align-items: center;}
.tip-row:last-child{border-bottom:none;}
.tip-row i{font-size:22px;color:#e74c25;margin-top:4px;}
.tip-row p{margin:0;font-size:1.05rem;color:#555;line-height:1.6;}
.benefit-card{background:#fff;height:100%;padding:36px 26px;border-radius:20px;text-align:center;box-shadow:0 18px 45px rgba(0,0,0,.1);transition:all .35s ease}
.benefit-card:hover{transform:translateY(-8px);box-shadow:0 28px 70px rgba(231,76,37,.28)}
.icon-wrap{width:64px;height:64px;margin:0 auto 18px;border-radius:50%;background:rgba(231,76,37,.12);display:flex;align-items:center;justify-content:center}
.icon-wrap i{font-size:28px;color:#e74c25}
.benefit-card h4{font-size:1.2rem;font-weight:600;margin-bottom:10px}
.benefit-card p{font-size:.95rem;color:#555;line-height:1.6}
.music-process{padding:60px 0 0;background:linear-gradient(180deg,rgba(231,76,37,.07),#fff)}
.section-heading{font-size:clamp(1.9rem,3vw,2.6rem);font-weight:500;text-align:center}
.section-heading span{color:#e74c25}
.section-subtext{max-width:760px;margin:14px auto 0;font-size:1.05rem;color:#555;text-align:center}
.process-header{text-align:center;margin-bottom:90px}
.process-header h2{font-size:2.6rem;font-weight:500}
.process-header p{max-width:760px;margin:16px auto 0;font-size:1.05rem;color:#555}
.process-flow{max-width:950px;margin:auto;position:relative}
.process-row{display:flex;align-items:center;gap:30px;margin-bottom:80px}
.process-row.left{justify-content:flex-start}
.process-row.center{justify-content:center}
.process-row.right{justify-content:flex-end}
.process-icon{width:72px;height:72px;border-radius:50%;background:rgba(231,76,37,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.process-icon i{font-size:32px;color:#e74c25}
.process-content{max-width:380px}
.step-count{display:block;font-size:.85rem;font-weight:600;letter-spacing:1px;color:#e74c25;margin-bottom:6px}
.process-content h4{font-size:1.3rem;font-weight:600;margin-bottom:10px}
.process-content p{margin:0;font-size:.98rem;line-height:1.65;color:#555}
.music-stories-impact{background:linear-gradient(180deg,rgba(231,76,37,.06),#fff)}
.story-row{margin:80px 0}
.story-line{padding-left:24px;border-left:4px solid rgba(231,76,37,.45);margin-bottom:36px}
.story-badge{font-size:.8rem;font-weight:600;letter-spacing:1px;color:#e74c25}
.story-line h4{font-size:1.25rem;font-weight:600;margin:6px 0}
.story-line p{margin:0;line-height:1.65;color:#555}
/* ======================
   IMPACT STRIP (FIXED)
====================== */
.impact-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;padding:40px 0;margin:80px 0;border-top:1px solid rgba(231,76,37,.3);border-bottom:1px solid rgba(231,76,37,.3)}
.impact-item{text-align:center;padding:20px 10px}
.impact-item h3{font-size:clamp(1.8rem,3vw,2.3rem);font-weight:500;color:#e74c25;margin-bottom:6px}
.impact-item p{font-size:.95rem;color:#555;margin:0}
.expert-note{text-align:center}
.expert-note h3{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:600;margin-bottom:14px}
.expert-note p{max-width:820px;margin:auto;font-size:1.05rem;line-height:1.7;color:#555}
.diet-therapy-section{padding:110px 0;background:linear-gradient(180deg,rgba(231,76,37,.08),#fff)}
.section-heading{font-size:clamp(2rem,3vw,2.6rem);font-weight:500;text-align:center}
.section-subtext{max-width:760px;margin:14px auto 0;text-align:center;color:#555;font-size:1.05rem}
.diet-card{background:#fff;height:100%;padding:36px 26px;border-radius:22px;text-align:center;box-shadow:0 18px 45px rgba(0,0,0,.1);transition:all .35s ease}
.diet-card:hover{transform:translateY(-8px);box-shadow:0 28px 70px rgba(231,76,37,.3)}
.diet-icon{width:70px;height:70px;margin:0 auto 20px;border-radius:50%;background:rgba(231,76,37,.15);display:flex;align-items:center;justify-content:center}
.diet-icon i{font-size:32px;color:#e74c25}
.diet-card h3{font-size:1.2rem;font-weight:600;margin-bottom:10px}
.diet-card p{font-size:.95rem;color:#555;line-height:1.6;margin:0}
.diet-benefits-rail{background:linear-gradient(180deg,rgba(231,76,37,.04),#fff)}
.benefit-rail{max-width:860px;margin:60px auto 0;border-left:2px solid rgba(231,76,37,.25);padding-left:36px}
.benefit-row{display:flex;gap:22px;margin-bottom:42px;align-items:flex-start}
.benefit-icon{width:44px;height:44px;border-radius:50%;background:rgba(231,76,37,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:-58px}
.benefit-icon i{font-size:20px;color:#e74c25}
.benefit-content h4{font-size:1.18rem;font-weight:600;margin-bottom:6px}
.benefit-content p{margin:0;font-size:.96rem;color:#555;line-height:1.65}
.kicker{font-size:.78rem;letter-spacing:1.5px;text-transform:uppercase;font-weight:600;color:#e74c25}
.section-title{font-size:clamp(2.1rem,3vw,2.8rem);font-weight:500;line-height:1.25;margin-top:12px}
.section-desc{font-size:1.05rem;color:#5f6368;line-height:1.75;margin-top:18px}
/* ================= FIRST SECTION ================= */
.food-editorial{background:linear-gradient(180deg,#fff,rgba(231,76,37,.04))}
.food-left{position:sticky;top:120px}
.food-highlight{padding-right:20px}
.food-block{padding:30px 0;border-top:1px solid rgba(0,0,0,.08)}
.food-block:first-child{border-top:none;padding-top:0}
.food-block h4{font-size:1.18rem;font-weight:600;margin-bottom:10px}
.food-block i{color:#e74c25;margin-right:8px}
.food-list{list-style:none;padding:0;margin:0}
.food-list li{padding:6px 0;font-size:.97rem;color:#5f6368;position:relative;padding-left:18px}
.food-list li::before{content:"•";position:absolute;left:0;top:2px;color:#e74c25;font-size:1.1rem}
/* ===== EXPERT SECTION ===== */
.expert-editorial{background:#fff}
.expert-wrap{max-width:860px;margin:auto;text-align:center}
.expert-quote{font-size:1.4rem;font-weight:500;line-height:1.7;margin:38px 0;color:#2a2a2a}
.expert-author{font-size:.85rem;letter-spacing:1px;color:#e74c25;font-weight:600}
/* ===== CORPORATE HERO ===== */
.corp-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:70px 20px;background:linear-gradient(180deg,#fff6f2 0%,#fde9e2 50%,#fff 100%);overflow:hidden}
.corp-hero::before,.corp-hero::after{content:"";position:absolute;width:380px;height:380px;border-radius:50%;background:rgba(231,76,37,.07)}
.corp-hero::before{top:-140px;right:-140px}
.corp-hero::after{bottom:-150px;left:-150px}
.corp-content{position:relative;max-width:880px;text-align:center;z-index:2}
.corp-badge{display:inline-block;padding:7px 18px;background:rgba(231,76,37,.12);color:#e74c25;border-radius:30px;font-size:13.5px;font-weight:600;margin-bottom:20px}
.corp-content h1{font-size:48px;font-weight:500;color:#2d2d2d;margin-bottom:18px}
.corp-content p{font-size:17px;line-height:1.8;color:#555;max-width:720px;margin:0 auto 38px}
.corp-actions{display:flex;justify-content:center;gap:18px;flex-wrap:wrap}
.btn-primary{background:#e74c25;color:#fff;padding:13px 34px;border-radius:40px;font-size:15px;font-weight:600;text-decoration:none;transition:all .25s ease;box-shadow:0 10px 25px rgba(231,76,37,.28)}
.btn-primary:hover{background:#d74420;transform:translateY(-2px)}
.btn-outline{border:2px solid #e74c25;color:#e74c25;padding:13px 34px;border-radius:40px;font-size:15px;font-weight:600;text-decoration:none;transition:all .25s ease}
.btn-outline:hover{background:#e74c25;color:#fff}
.partnership-section{padding:90px 20px;font-family:"Segoe UI",system-ui,-apple-system,sans-serif;color:#333;background: linear-gradient(180deg,#fff6f2 0%, #fde9e2 50%,#ffffff 100%);}
/* Heading */
.partnership-section h2{text-align:center;font-size:34px;font-weight:500;color:#2b2b2b;margin-bottom:14px}
.partnership-section .section-subtitle{text-align:center;max-width:720px;margin:0 auto 60px;font-size:16.5px;line-height:1.7;color:#666}
.partnership-section .benefits-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.partnership-section .benefit-card{background:#fff;padding:32px 26px;border-radius:14px;border:1px solid #f0f0f0;transition:all .25s ease}
.partnership-section .benefit-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(231,76,37,.12)}
.partnership-section .benefit-icon{font-size:28px;color:#e74c25;justify-content:center;margin:0 auto 15px}
.partnership-section h3{font-size:18px;font-weight:600;margin-bottom:8px;color:#2c2c2c}
.partnership-section p{font-size:15.5px;line-height:1.6;color:#666}
.partner-section{padding:90px 20px;text-align:center;font-family:"Segoe UI",system-ui,-apple-system,sans-serif;background:linear-gradient(180deg,#fff6f2 0%,#fde9e2 60%,#fff 100%)}
.partner-section h2{font-size:34px;font-weight:500;color:#2b2b2b;margin-bottom:50px}
/* ===============================
   Owl Carousel Styling
================================ */
.partner-section .owl-carousel{max-width:1200px;margin:auto}
.partner-section .partner-item{background:#fff;padding:28px;border-radius:16px;height:120px;display:flex;align-items:center;justify-content:center;border:1px solid #f0f0f0;transition:all .3s ease}
.partner-section .partner-item:hover{transform:translateY(-6px);box-shadow:0 15px 35px rgba(231,76,37,.15)}
.partner-section .partner-item img{max-width:140px;max-height:60px;object-fit:contain;filter:grayscale(100%);opacity:.85;transition:all .3s ease}
.partner-section .partner-item:hover img{filter:grayscale(0%);opacity:1}
.partner-section .owl-nav button{position:absolute;top:35%;transform:translateY(-50%);background:#fff !important;width:42px;height:42px;border-radius:50%;box-shadow:0 6px 20px rgba(0,0,0,.15)}
.partner-section .owl-nav .owl-prev{left:-20px}
.partner-section .owl-nav .owl-next{right:-20px}
.partner-section .owl-nav span{font-size:22px;color:#e74c25}
.partner-section .owl-dots{margin-top:32px}
.partner-section .owl-dot span{background:#dcdcdc}
.partner-section .owl-dot.active span{background:#e74c25}
/* =====================================================
   SECTION 1 : VOLUNTEERS INTRO + GRID
===================================================== */
.volunteers-intro{padding:90px 20px 60px;background:linear-gradient(180deg,#fff6f2 0%,#fde9e2 60%,#fff 100%);text-align:center}
.volunteers-intro h2{font-size:36px;font-weight:500;margin-bottom:10px}
.volunteers-intro .subtitle{color:#e74c25;font-weight:500;margin-bottom:18px}
.volunteers-intro .intro-text{max-width:900px;margin:auto;font-size:16.5px;line-height:1.75;color:#555}
/* ===== TEAM SECTION ===== */
.team-section{padding:100px 20px;background:linear-gradient(180deg,#fff,#fff6f2);text-align:center}
.team-section h2{font-size:38px;font-weight:500;margin-bottom:70px}
.team-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.team-card{background:#fff;border-radius:18px;padding:80px 28px 38px;position:relative;box-shadow:0 18px 40px rgba(0,0,0,.08);transition:.3s ease}
.team-card:hover{transform:translateY(-8px);box-shadow:0 28px 55px rgba(231,76,37,.2)}
.team-image{position:absolute;top:-45px;left:50%;transform:translateX(-50%);width:90px;height:90px;border-radius:50%;overflow:hidden;background:#fff;border:4px solid #e74c25}
.team-image img{width:100%;height:100%;object-fit:cover}
.team-name{font-size:20px;font-weight:600;margin-bottom:6px}
.team-role{font-size:14px;font-weight:600;color:#e74c25;margin-bottom:14px;text-transform:uppercase}
.team-desc{font-size:15.5px;color:#666;line-height:1.6}
.whatsapp-float {position: fixed;bottom: 20px;right: 20px;width: 58px;height: 58px;background: linear-gradient(135deg, #25D366, #1ebe57);color: #fff;border-radius: 50%;text-align: center;font-size: 32px;line-height: 58px;z-index: 9999;box-shadow: 0 8px 20px rgba(0,0,0,0.3);transition: all 0.3s ease;}
.whatsapp-float:hover {transform: scale(1.1);box-shadow: 0 12px 25px rgba(0,0,0,0.4);color: #fff;}
.whatsapp-float i {vertical-align: middle;}
#scrollTopBtn {position: fixed;bottom: 90px; right: 20px;width: 52px;height: 52px;border-radius: 50%;border: none;background: linear-gradient(135deg, #e74c25 0%, #e74c25 100%);color: #fff;font-size: 30px;cursor: pointer;display: none;z-index: 9999;box-shadow: 0 8px 20px rgba(0,0,0,0.3);transition: all 0.3s ease;}
#scrollTopBtn:hover {transform: scale(1.1);box-shadow: 0 12px 25px rgba(0,0,0,0.4);}
/* ===== COLOR CLASSES ===== */
.primary-text{color:#e74c25}
.primary-bg{background:#e74c25}
.muted-text{color:#6f6f6f}
.program-universe{padding:100px 20px;position:relative;overflow:hidden;background:radial-gradient(circle at 10% 10%,rgba(231,76,37,.12),transparent 40%),radial-gradient(circle at 90% 90%,rgba(231,76,37,.08),transparent 45%),#fff;}
.program-universe::before{content:"";position:absolute;top:50%;left:-5%;font-size:160px;font-weight:800;color:rgba(0,0,0,.035);transform:translateY(-50%);white-space:nowrap;}
.container{max-width:1200px;margin:auto;position:relative;}
.program-intro{display:grid;grid-template-columns:1.3fr 1fr;gap:60px;margin-bottom:90px;}
.program-intro h2{font-size:46px;line-height:1.15;}
.program-intro p{font-size:16px;max-width:420px;}
.program-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;}
.program-card{position:relative;height:360px;border-radius:26px;overflow:hidden;padding:28px;display:flex;align-items:flex-end;background:#fff;box-shadow:0 30px 70px rgba(0,0,0,.12);transition:.5s ease;}
.program-card:hover{transform:translateY(-14px);}
.program-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.8s ease;}
.program-card:hover img{transform:scale(1.08);}
.program-card::before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,.25),transparent);z-index:1;}
.program-index{position:absolute;top:20px;right:22px;font-size:22px;font-weight:600;color:#fff;z-index:2;opacity:.9;}
.program-content{position:relative;z-index:2;}
.program-content h3{color:#fff;font-size:22px;margin-bottom:10px;}
.program-content p{color:#eaeaea;font-size:14px;line-height:1.65;}
.program-card::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:5px;background:#e74c25;transform:scaleX(0);transform-origin:left;transition:.4s ease;z-index:2;}
.program-card:hover::after{transform:scaleX(1);}
   .partner-hero{position:relative;padding:120px 0 130px;background:linear-gradient(135deg,rgba(231,76,37,.14),rgba(231,76,37,.03));overflow:hidden;}
.partner-hero::before{content:"";position:absolute;top:-90px;right:-90px;width:280px;height:280px;background:#e74c25;opacity:.08;border-radius:50%;}
.partner-hero::after{content:"";position:absolute;bottom:-120px;left:-120px;width:340px;height:340px;background:#e74c25;opacity:.06;border-radius:50%;}
.partner-hero-inner{max-width:720px;margin:auto;text-align:center;position:relative;z-index:1;}
.hero-badge{display:inline-block;padding:7px 16px;font-size:13px;font-weight:600;color:#e74c25;background:rgba(231,76,37,.14);border-radius:50px;margin-bottom:24px;letter-spacing:.3px;}
.partner-hero h1{font-size:50px;font-weight:500;line-height:1.2;margin-bottom:20px;}
.partner-hero h1 span{color:#e74c25;}
.partner-hero p{font-size:18px;line-height:1.75;color:#555;margin-bottom:0;}
.partner-types{padding:100px 0;background:linear-gradient(180deg,rgba(231,76,37,.04),rgba(231,76,37,.01));}
.partner-types-header{max-width:620px;margin:0 auto 60px;text-align:center;}
.partner-types-header h2{font-size:36px;font-weight:500;margin-bottom:14px;}
.partner-types-header h2 span{color:#e74c25;}
.partner-types-header p{font-size:16px;line-height:1.7;color:#666;}
  .partner-types-flex{display:flex;flex-wrap:wrap;justify-content:center;gap:26px;}
.partner-card{flex:0 0 calc(25% - 26px);background:#fff;padding:36px 28px;border-radius:20px;border:1px solid rgba(231,76,37,.12);text-align:center;position:relative;transition:all .35s ease;overflow:hidden;}
.partner-card::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(231,76,37,.14),rgba(231,76,37,0));opacity:0;transition:opacity .35s ease;}
.partner-card h3{font-size:20px;font-weight:600;margin-bottom:12px;position:relative;}
.partner-card p{font-size:15px;line-height:1.6;color:#555;position:relative;}
.partner-card:hover{transform:translateY(-8px);box-shadow:0 18px 40px rgba(231,76,37,.18);border-color:rgba(231,76,37,.35);}
.partner-card:hover::before{opacity:1;}
.partner-card:hover h3{color:#e74c25;}
.partner-network{padding:100px 0;background:linear-gradient(180deg,rgba(231,76,37,.05),rgba(231,76,37,.01));overflow:hidden;}
.partner-network-header{text-align:center;max-width:600px;margin:0 auto 60px;}
.partner-network-header h2{font-size:36px;font-weight:500;}
.partner-network-header h2 span{color:#e74c25;}
.partner-network-header p{font-size:16px;color:#666;margin-top:10px;line-height:1.6;}
.logo-strip-wrapper{position:relative;}
.logo-strip{display:flex;align-items:center;gap:70px;width:max-content;animation:scrollLogos 25s linear infinite;}
.logo-strip.reverse{animation-direction:reverse;}
.logo-item{min-width:180px;height:90px;display:flex;align-items:center;justify-content:center;font-weight:600;color:#aaa;border-bottom:2px solid rgba(231,76,37,.15);transition:all .3s ease;}
.logo-item:hover{color:#e74c25;transform:scale(1.08);border-color:#e74c25;}
.logo-strip-wrapper::before,.logo-strip-wrapper::after{content:"";position:absolute;top:0;width:120px;height:100%;z-index:2;}
@keyframes scrollLogos{from{transform:translateX(0);}to{transform:translateX(-50%);}}
.partner-steps{padding:100px 0;background:linear-gradient(180deg,rgba(231,76,37,.04),rgba(231,76,37,.01));}
.partner-steps-header{text-align:center;max-width:650px;margin:0 auto 70px;}
.partner-steps-header h2{font-size:36px;font-weight:500;}
.partner-steps-header h2 span{color:#e74c25;}
.partner-steps-header p{margin-top:10px;font-size:16px;line-height:1.6;color:#666;}
.steps-wrapper{display:flex;justify-content:space-between;gap:30px;position:relative;}
.steps-wrapper::before{content:"";position:absolute;top:34px;left:5%;right:5%;height:2px;background:rgba(231,76,37,.25);}
.step-item{flex:1;text-align:center;opacity:0;animation:fadeUp .8s ease forwards;}
.step-item:nth-child(1){animation-delay:.2s;}
.step-item:nth-child(2){animation-delay:.4s;}
.step-item:nth-child(3){animation-delay:.6s;}
.step-item:nth-child(4){animation-delay:.8s;}
.step-circle{width:64px;height:64px;margin:0 auto 18px;border-radius:50%;background:#fff;border:2px solid rgba(231,76,37,.35);color:#e74c25;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:500;transition:all .35s ease;position:relative;z-index:1;}
.step-item h4{font-size:18px;font-weight:600;margin-bottom:8px;}
.step-item p{font-size:14px;line-height:1.6;color:#555;max-width:220px;margin:auto;}
.step-item:hover .step-circle{background:#e74c25;color:#fff;transform:scale(1.1);box-shadow:0 12px 30px rgba(231,76,37,.4);}
@keyframes fadeUp{from{transform:translateY(25px);opacity:0;}to{transform:translateY(0);opacity:1;}}
.partner-form{padding:100px 0;background:linear-gradient(180deg,rgba(231,76,37,.04),rgba(231,76,37,.01));}
.partner-form .container{max-width:1200px;margin:auto;padding:0 20px;}
.form-wrapper{max-width:900px;margin:auto;background:#fff;padding:60px;border-radius:22px;box-shadow:0 30px 60px rgba(0,0,0,.08);position:relative;}
.form-wrapper::before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:#e74c25;border-radius:22px 22px 0 0;}
.form-header{text-align:center;max-width:520px;margin:0 auto 50px;}
.form-header h2{font-size:34px;font-weight:500;}
.form-header h2 span{color:#e74c25;}
.form-header p{margin-top:8px;font-size:16px;color:#666;line-height:1.6;}
.partner-form form{display:flex;flex-wrap:wrap;gap:26px;}
.field{flex:0 0 calc(50% - 13px);display:flex;flex-direction:column;}
.field.full{flex:0 0 100%;}
.field label{font-size:14px;font-weight:600;color:#444;margin-bottom:6px;}
.field input,.field textarea{padding:14px;font-size:15px;border-radius:12px;border:1.5px solid #ddd;outline:none;transition:all .3s ease;background:#fff;}
.field textarea{resize:none;}
.field input:focus,.field textarea:focus{border-color:#e74c25;box-shadow:0 0 0 3px rgba(231,76,37,.12);}
.form-action{width:100%;text-align:center;margin-top:40px;}
.form-action button{padding:16px 54px;background:#e74c25;color:#fff;font-size:15px;font-weight:600;border:none;border-radius:40px;cursor:pointer;box-shadow:0 16px 35px rgba(231,76,37,.35);transition:all .35s ease;}
.form-action button:hover{transform:translateY(-4px);box-shadow:0 26px 55px rgba(231,76,37,.45);}
.close-nav { display: none; }
/* Responsive */
     
@media (max-width: 1199px) { 
.menu-item-has-children.open > .sub-menu { display: block;}
.hamburger{display: block;}
#main-header{position: relative;padding: 0px;}
#nav{position: absolute;background: white; height: 100vh; width: 30%; top: 8px;z-index: 999;left: 0px;padding: 20px;}
#nav ul{margin-top:0px;}
#nav ul.main-menu > li + li {margin-left: 0px; padding-top: 20px;}
#nav ul.main-menu > li{display: block;}
.nav-overlay { display: none !important; }
.hamburger {background: none; border: none;font-size: 30px;color: #000; cursor: pointer;padding: 10px 15px; z-index: 10000; position: static; top: 0; right: 100px;}
#nav{position: fixed; top: 0;left: -100%; width:275px; height: 100vh;background: #fff;box-shadow: 2px 0 10px rgba(0,0,0,0.2);overflow-y: auto;transition: all 0.3s ease; z-index: 9999;padding: 60px 20px 20px;}
#nav.active {left: 0;}
#menu-main-menu {list-style: none;padding: 0; margin: 0;}
#menu-main-menu > li { border-bottom: 1px solid #eee;padding: 10px 0;}
#menu-main-menu a {color: #000;text-decoration: none; font-weight: 500;display: block;}
.nav-cta{display: none;}
.close-nav { display: block;position: absolute;top: 15px;right: 15px;font-size: 28px;color: #000;cursor: pointer;}
.menu-item-has-children > a::after {content: "\f282";font-family: "bootstrap-icons";font-size: 16px;position: absolute;right: 0;top: 35px;transform: translateY(-50%) rotate(0deg);transition: transform 0.3s ease;}
.menu-item-has-children.open > a::after {transform: translateY(-50%) rotate(180deg);}
body.no-scroll { overflow: hidden;}
.testimonial-left {min-height:600px;}
.contact-section{padding-right: 20px!important;padding-left: 20px!important;}
.program-grid{grid-template-columns:repeat(2,1fr)}
.program-intro{grid-template-columns:1fr}
}
@media (max-width:991px){
#banner{height:auto;}
.appointment-box{margin-left:0;}
.contact-box{flex-direction:column;}
.contact-btn{margin-top:20px;}
.contact-box .col-md-2{width:100%;text-align:center;}
.testimonial-right{margin-top:30px;}
.flex-card{flex-direction:column;}
.flex-left,.flex-right{padding:50px 40px;}
.therapy-flow{padding:70px 5%;}
.flow-title{font-size:2.1rem;}
.flow-subtitle{font-size:1rem;margin-bottom:60px;}
.flow-wrapper{flex-direction:column;gap:70px;padding-left:35px;}
.flow-wrapper::before{top:0;left:32px;width:3px;height:100%;background:rgba(231,76,37,0.3);display:none;}
.flow-step{text-align:left;display:flex;align-items:flex-start;gap:20px;}
.flow-step span{width:58px;height:58px;font-size:1.15rem;flex-shrink:0;margin-bottom:0;}
.flow-step h4{font-size:1.15rem;}
.flow-step p{max-width:100%;font-size:0.95rem;}
.food-left{position:static;margin-bottom:40px;}
.partnership-section .benefits-grid {grid-template-columns: repeat(2, 1fr);}
.team-grid {grid-template-columns: repeat(2, 1fr);}
.speech-flex .col-lg-4.col-md-6{margin-bottom: 20px;}
.partner-card {flex: 0 0 calc(50% - 26px);}
.steps-wrapper{flex-wrap:wrap;}
.steps-wrapper::before{display:none;}
.step-item{flex:0 0 calc(50% - 15px);margin-bottom:40px;}
}
@media (max-width:768px){
#nav ul.main-menu{flex-direction:column;}
.sub-menu{position:static;box-shadow:none;}
.appointment-box{padding:20px;}
.treat-img-wrapper{margin-top:15px;}
.testimonial-left{margin-bottom:20px;}
.condition-box5{margin-bottom:0;}
#banner h2{font-size:42px;}
#banner p{font-size:16px;max-width:100%;}
.banner-content .btn.btn-outline-secondary{width:170px;padding:.8rem 1rem;}
.banner-content .btn-donate{width:170px;padding:.8rem 1rem;}
.doctor-card img{height:100px;width:100px;object-fit:cover;border-radius:50%!important;object-position:top;margin:0 auto 15px;}
.doctor-card{text-align:center;}
.flex-section{padding:90px 15px;}
.flex-left h2{font-size:26px;}
.flex-left p{font-size:16px;}
.two-column-list{columns:1;}
.ot-title h2{font-size:34px;}
.ot-title p{font-size:16px;}
.contact-container{flex-direction:column;text-align:center;padding:45px 30px;}
.contact-content h3{font-size:26px;}
.section-title{font-size:20px;}
.contact-btn{margin-top:10px;}
.row.voc-section.align-items-center.flex-md-row-reverse.mt-3.aos-init.aos-animate{flex-direction:column-reverse!important;}
.vocational-intro{padding:80px 0 70px;text-align:center;}
.vocational-intro h1{font-size:32px;}
.vocational-intro p{margin:auto;}
.intro-actions{justify-content:center;}
.learning-wrapper{padding:65px 0;}
.learning-wrapper .section-heading{font-size:1.9rem;}
.programs-new{padding:70px 0;}
.programs-new .program-strip{flex-direction:column;text-align:center;}
.early-impact{padding:80px 0;}
.impact-heading h2{font-size:2rem;}
.impact-list{padding-left:0;margin-top:30px;}
.programs-new .program-strip::before{width:100%;height:6px;border-radius:6px 6px 0 0;}
.early-combined{padding:80px 0;}
.combined-heading h2{font-size:2rem;}
.music-benefits{padding:80px 0;}
.music-process{padding:60px 0;padding-bottom: 0px;}
.process-row{justify-content:flex-start!important;}.process-header h2{font-size:2.1rem;}
.benefit-rail{padding-left:24px;}
.benefit-icon{margin-left:-50px;}
.corp-content h1 {font-size: 34px;}
.corp-content p {font-size: 16px;}
.partnership-section {padding: 70px 16px;}
.partnership-section .benefits-grid {grid-template-columns: 1fr;}
.partnership-section h2 {font-size: 28px;}
.partner-section h2 {font-size: 28px;}
.partner-section .partner-item {height: 100px;}
.team-grid {grid-template-columns: 1fr;}
.volunteers-intro h2,.team-section h2 {font-size: 30px;}
.program-grid{grid-template-columns:1fr}
.program-intro h2{font-size:34px}
.partner-hero {padding: 95px 0 105px;}
.partner-hero h1 {font-size: 36px;}
.partner-hero p {font-size: 16px;}
.partner-network{padding:80px 0;}
.partner-network-header h2{font-size:28px;}
.logo-item{min-width:140px;height:80px;}
.partner-form{padding:80px 0;}
.form-wrapper{padding:40px 24px;}
.form-header h2{font-size:28px;}
.field{flex:0 0 100%;}
}
 @media(max-width:600px){
.testimonial-wrapper-img{width:100%;height:400px;border-radius:0;}
.testimonial-wrapper-img h2{font-size:24px;}
.g-5,.gx-5{--bs-gutter-x:0;}
.header h1{font-size:28px;}
.commitment h2{font-size:24px;}
.ot-title h2{font-size:26px;}
}
@media(max-width:575px){
.section{padding:30px 0 45px;}
.mt-5{margin-top:1rem!important;}
.testimonial-left{min-height:275px;}
#banner h2{font-size:26px;}
.p-5{padding:1.5rem!important;}
.trusted-img{margin-top:10px;}
.therapy-card .card-content{margin-top:10px;}
.condition-box{padding:20px;}
.condition-content{font-size:16px;}
.testimonial-right{padding:20px;}
.testimonial-box p{font-size:16px;}
#aboutus-child h2{font-size:26px;}
.aboutus-img-wrapper img{height:275px;}
.treat-img-wrapper.special-img-wrapper{margin-bottom:20px;}
.special-edu-content{padding-left:10px;}
.special-edu-content h3{font-size:20px;}
.vismis-img-wrapper{margin-top:10px!important;margin-bottom:15px!important;}
.story-line{padding-left:18px;}
.ot-container{padding: 0px 15px;}
.partner-types {padding: 80px 0;}
.partner-types-header h2 {font-size: 28px;}
.partner-card {flex: 0 0 100%;}
.partner-steps{padding:80px 0;}
.partner-steps-header h2{font-size:28px;}
.step-item{flex:0 0 100%;}
}
@media(max-width:420px){
.flow-wrapper{padding-left:28px;}
.flow-wrapper::before{left:26px;}
.flow-step span{width:52px;height:52px;font-size:1.05rem;}
}
@media(max-width:420px){
#banner h2{font-size:24px;}
}