/*
Theme Name: Seencare
Author: Dheeraj Kumar
Version: 1.0
*/
:root {
    --pink: #003D61;
    --teal: #032234;
    --dark: #003d61;
    --mid: #000;
    --light: #f8f9fb;
    --border: #e8ecf0;
    --white: #ffffff;
	
	  --teal-primary: #003d61;
  --teal-dark: #0d5c56;
  --teal-light: #f0fdfa;
  --text-dark: #1e293b;
  --text-muted: #64748b;
  --bg-light: #f8fafc;
  --border-color: #e2e8f0;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    font-family: "Inter", sans-serif;
    color: var(--dark);
    background: var(--white);
    overflow-x: hidden;
  }

  h1, h2, h3, .serif { }

  /* NAV */
  nav.sc-nav {
    position: fixed; top: 0; width: 100%; z-index: 100;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border);
    padding: 14px 0;
    animation: slideDown 0.6s ease forwards;
  }
  @keyframes slideDown { from { transform: translateY(-100%); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

  .nav-logo img { height: 44px; }
p:empty {
    display: none !important;
}
#file-preview #file-name {
  display: none;
}
.referral-form-wrapper .upload-box{position:relative;}
#file-preview #remove-file{position: absolute;
  top: 20px;
  background: #f15676;
  color: #fff;
  border: none;
  font-size: 22px;
  height: 36px;
  padding: 0px 10px;
  right: 20px;}
.career .upload-box{position:relative;}
#contact.comp p{margin-bottom:0px;}
.contact-form-area br{display:none;}
.contact-wrap .contact-form-area p{margin-bottom:0px;}
  .nav-links { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; }
  .navbar-expand-lg .navbar-nav .nav-link {font-size: 15px;
  padding: 0px 18px;
  font-weight: 600;
  color: var(--dark);
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.2s;
  }
.disability-professionals.t br{display:none;}
.referral-form-wrapper .form-text br{display:block;}
.referral-form-wrapper .question p{margin-bottom:0px;}
  .navbar-expand-lg .navbar-nav .nav-link.h{    background: purple;
    color: #fff;
    padding: 8px 16px;
    border-radius: 3px;
    text-align: center;
    line-height: 17px;}
  .sc-nav .dropdown-menu{
    border:0;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    padding:10px 0;
    margin-top:15px;
    min-width:240px;
}
.navbar-nav.mx-auto.mb-3.mb-lg-0{align-items: center;}
.sc-nav .dropdown-item{
   padding: 6px 20px;
  font-size: 15px;
  transition: .3s;
}

.sc-nav .dropdown-item:hover{
    background:#003d61;
    color:#fff;
}
.referral-form-wrapper .option-list .wpcf7-list-item.first{margin-left:0px;}
.sc-nav .dropdown-toggle::after{
    margin-left:1px;
}
@media(min-width:992px){

.sc-nav .dropdown:hover>.dropdown-menu{
    display:block;
    margin-top:0;
}

}
  .nav-links a:hover { color: var(--pink); }
.hero-card-main .card-p{font-size: 18px;}
  .nav-cta {
    background: var(--pink); color: #fff;
    border: none; padding: 10px 24px;
    border-radius: 4px; font-size: 13.5px;
    font-weight: 500; cursor: pointer;
    letter-spacing: 0.02em;
    transition: background 0.2s, transform 0.15s;
  }
  .nav-cta:hover { background: #d04570; transform: translateY(-1px); }

  /* HERO */
  .hero {

    display: flex; align-items: center;
    padding: 120px 0 60px;
    background: var(--white);
    position: relative;
    overflow: hidden; border-bottom: #f15676 2px solid;
  }
.referral-form-wrapper .option-list label{color:#fff; font-size: 15px;}
  .hero::before {
    content: '';
    position: absolute; top: -80px; right: -120px;
    width: 600px; height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232,86,122,0.06) 0%, transparent 70%);
    pointer-events: none;
  }

  .hero::after {
    content: '';
    position: absolute; bottom: -100px; left: -80px;
    width: 480px; height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59,143,171,0.06) 0%, transparent 70%);
    pointer-events: none;
  }

  .hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(59,143,171,0.08);
    color: var(--teal);
    font-size: 12px; font-weight: 500;
    padding: 6px 16px; border-radius: 100px;
    letter-spacing: 0.08em; 
    margin-bottom: 28px;
    animation: fadeUp 0.8s 0.2s both;
  }

  .hero-badge span { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); display: inline-block; }
.hero .gl{font-size: 2.6rem; font-weight: 600;
  line-height: 1.15;
  color: var(--dark);
  margin-bottom: 24px;
  animation: fadeUp 0.8s 0.35s both;}
  .hero h1 {
    font-size: 60px;
    font-weight: 600; line-height: 1.15;
    color: var(--dark); margin-bottom: 24px;
    animation: fadeUp 0.8s 0.35s both;
  }
  .hero .wh{font-size: 45px; font-weight:600;
  margin-bottom: 10px;}

  .hero h1 em { font-style: normal; color: var(--pink); }

  .hero-lead {
    font-size: 20px; line-height: 1.5;
    color: var(--mid); margin-bottom: 40px; font-weight:400;
    animation: fadeUp 0.8s 0.5s both;
  }

#about-us-team h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 0px;
}
.hs {
  font-size: 2.7rem;
}


  .hero-actions { animation: fadeUp 0.8s 0.65s both; }

  .btn-primary-sc {
    background: var(--pink); color: #fff;
    padding: 14px 32px; border-radius: 4px;
    font-size: 18px; font-weight: 600;
    text-decoration: none; display: inline-block;
    transition: background 0.2s, transform 0.15s;
    letter-spacing: 0.02em;
  }
  .btn-primary-sc:hover { background: #d04570; transform: translateY(-2px); color: #fff; }

  .btn-outline-sc {
    border: 1.5px solid #024063;
  color: #024063;
  padding: 10px 25px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: border-color 0.2s, transform 0.15s;
  letter-spacing: 0.02em;
  }
  .btn-outline-sc:hover { border-color: var(--teal); color: var(--teal); transform: translateY(-2px); }

  .hero-visual { animation: fadeUp 0.8s 0.4s both; position: relative; }

  .hero-card-main {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 16px; padding: 30px 36px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.06);
    position: relative;
  }

  .hero-card-main::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 4px; background: linear-gradient(90deg, #F00, #f00);
    border-radius: 16px 16px 0 0;
  }

  .service-tag {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(232,86,122,0.08); color: var(--pink);
    padding: 8px 16px; border-radius: 100px;
    font-size: 12.5px; font-weight: 500;
    margin-bottom: 20px;
  }
.stat-item.j {
  min-height: 103px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
  .card-title-h { font-size: 1.6rem; font-weight: 600; color: var(--dark); line-height: 1.3; }
  .card-p { font-size: 16px; line-height: 1.5; color: var(--mid); margin-top: 12px; font-weight:400;}

  .stat-item { text-align: center;
  padding: 20px 16px;
  background: #fff;
  border-radius: 10px;
  border: #f15676 1px solid;}
  .stat-num {  font-size: 21px; font-weight: 600; color: var(--dark); }
  .stat-label { font-size: 14px; color: var(--mid); margin-top: 4px; letter-spacing: 0.04em; }

  .floating-badge {
    position: absolute; bottom: -20px; right: -20px;
    background: var(--teal); color: #fff;
    padding: 14px 20px; border-radius: 12px;
    box-shadow: 0 8px 24px rgba(59,143,171,0.3);
    font-size: 12px; font-weight: 500; text-align: center;
    animation: float 3s ease-in-out infinite;
  }
  .spec-feature-item {
  position: relative; padding-left: 62px; 
}
.spec-feature-item .fp-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  border: #ccc 1px solid;
  border-radius: 2px;
  height: 46px;
  width: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 30px;
}
  .floating-badge strong { display: block; font-size: 1.5rem;  }
  @keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

  /* SECTIONS */
  .section-label {
    font-size: 11px; font-weight: 500; letter-spacing: 0.15em;
    color: var(--teal); margin-bottom: 14px;
    display: block;
  }
  .section-h {
    font-size: 50px;
  font-weight: 600; color: var(--dark); line-height: 1.2;
    margin-bottom: 20px;
  }
  .section-p { font-size: 16px; line-height: 1.5; color: var(--mid); }

  /* ABOUT */
  .about { background: var(--white); }

  .about-feature {
    display: flex; gap: 16px; margin-bottom: 28px;
    opacity: 0; transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s;
  }
  .about-feature.visible { opacity: 1; transform: translateY(0); }

  .feature-icon {
    width: 44px; height: 44px; min-width: 44px;
    border-radius: 10px; display: flex; align-items: center; justify-content: center;
    font-size: 18px;
  }
  .icon-pink { background: rgba(232,86,122,0.1); }
  .icon-teal { background: rgba(59,143,171,0.1); }

  .feature-text h4 { font-size: 15px; font-weight: 500; color: var(--dark); margin-bottom: 5px; }
  .feature-text p { font-size: 13.5px; line-height: 1.5; color: var(--mid); margin: 0; }

  .about-card {
    background: var(--white); border: 1px solid var(--border);
    border-radius: 16px; padding: 40px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.05);
  }

  .ndis-badge {
    display: inline-flex; align-items: center; gap: 8px;
    border: 1.5px solid var(--teal); color: var(--teal);
    padding: 8px 18px; border-radius: 100px;
    font-size: 12px; font-weight: 500; margin-bottom: 24px;
    letter-spacing: 0.06em;
  }

  .about-pill {
    padding: 18px 14px; background: var(--light);
    border-radius: 10px; text-align: center;
  }
  .about-pill-icon { font-size: 2rem; }
  .about-pill-label { font-size: 12px; color: var(--mid); margin-top: 6px; }

  /* SERVICES */
  .service-card {
    background: var(--white); border: 1px solid var(--border);
    border-radius: 14px; padding: 32px; height: 100%;
    transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s;
    opacity: 0; transform: translateY(30px);
    transition: opacity 0.6s, transform 0.6s, box-shadow 0.3s, border-color 0.3s;
  }
  .service-card.visible { opacity: 1; transform: translateY(0); }
  .service-card:hover { box-shadow: 0 16px 48px rgba(0,0,0,0.08); transform: translateY(-4px); border-color: var(--pink); }

  .service-card.featured {
    background: var(--dark); border-color: var(--dark);
  }
  .service-card.featured h3,
  .service-card.featured .card-p,
  .service-card.featured .svc-label { color: #fff !important; }
  .service-card.featured .svc-label { opacity: 0.6; }

  .svc-icon {width: 70px;
  height: 70px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  margin-bottom: 20px;
  }
  .svc-label {
    font-size: 11px; letter-spacing: 0.12em; 
    color: var(--teal); font-weight: 500; margin-bottom: 8px; display: block;
  }
  .service-card h3 {font-size: 23px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 10px;
  line-height: 1.25;
  }
  .service-card .card-p { font-size: 16px; line-height: 1.5; color: var(--mid); }

  .learn-link {
    display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 5px;
  font-size: 16px;
  color: var(--pink);
  text-decoration: none;
  font-weight: 500;
  transition: gap 0.2s;
  }
  .learn-link:hover { gap: 10px; color: var(--pink); }

  /* HOW IT WORKS */
  .how { background: var(--white); }

  .step {
    text-align: center; padding: 40px 28px; position: relative;
    opacity: 0; transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s;
  }
  .step.visible { opacity: 1; transform: translateY(0); }

  .step-num {
    width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #003d61;
  border: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 13px;
  font-size: 27px;
  color: #fff;
  transition: border-color 0.3s, background 0.3s;
  font-weight: 600;
  }
  
  .step h4 { font-size: 20px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 10px;}
  .step p { font-size: 15px; line-height: 1.5; color: var(--mid); margin: 0; }

  /* CONTACT */
  .contact-wrap {
    background: #fff;
  border-radius: 20px;
  padding: 50px 55px 40px;
  box-shadow: #003d61 0px 0px 7px 0px;
  }

  .contact-item { display: flex; gap: 16px; margin-bottom: 22px; }
  .contact-icon {
    width: 40px; height: 40px; min-width: 40px;
    border-radius: 10px; background: rgb(0, 61, 97);
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; color: var(--teal);
  }
  .contact-text { font-size: 15px; line-height: 1.; color: #000; }
  .contact-text strong { display: block; color: #000; font-weight: 500; margin-bottom: 2px; font-size: 16px; }

  .contact-form-area {
    background:#003d61;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px; padding: 36px;
  }

  .form-group { margin-bottom: 18px; }
  .form-label-sc { display: block; font-size: 12px; color: #fff; margin-bottom: 8px; letter-spacing: 0.06em;  }
  .form-input-sc {
    width: 100%; background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 6px; padding: 12px 16px;
    color: #fff; font-size: 14px;
    outline: none; transition: border-color 0.2s;
  }
  .form-input-sc::placeholder { color: rgba(255,255,255,0.3); }
  .form-input-sc:focus { border-color: var(--pink); }
  .form-input-sc option { background: var(--dark); color: #fff; }
  textarea.form-input-sc { resize: none; height: 90px; }

  .submit-btn {
    width: 100%; background: #F15676; color: #fff;
    border: none; padding: 14px; border-radius: 6px;
    font-size: 14px; font-weight: 500;
    cursor: pointer; letter-spacing: 0.03em;
    transition: background 0.2s;
  }
  .submit-btn:hover { background: #d04570; }

  /* DISCLAIMER */
  .disclaimer {
    background: rgba(59,143,171,0.05);
    border-top: 1px solid var(--border);
    padding: 40px 0;
  }
  .disc-flag { display: flex; gap: 8px; flex-shrink: 0; margin-top: 3px; }
    .disc-flag img{width: 50px;} 
  .disc-flag span { width: 4px; height: 28px; border-radius: 2px; }
  .disclaimer-text { font-size: 16px; line-height: 1.5; color: var(--mid); margin: 0; }

  /* FOOTER */
  footer.sc-footer {
    background: var(--dark); color: #fff;
    padding: 48px 0;
  }
  .footer-links {}
  .footer-links a { font-size: 16px; color: #fff; text-decoration: none; transition: color 0.2s; }
  .footer-links a:hover { color: rgba(255,255,255,0.8); }
  .footer-copy { font-size: 16px; margin: 0; }


  /* ANIMATIONS */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }
.how .text-center.mx-auto.mb-5 h4 {
  font-size: 25px;
  color: #000;
  margin-bottom: 16px;
  margin-top: 15px;
}
.how .text-center.mx-auto.mb-5 h4.pj{color: #f15676;}
  @media (max-width: 991px) {
    .hero-visual {  }
    .floating-badge { display: none; }
  }
  @media (max-width: 768px) {
	  .text22 .text20 img{display:none;}
  .stat-item{padding: 15px 12px;}
  .stat-num {
  font-size: 17px;}
    .contact-wrap { padding: 30px 20px; }
    .nav-links { display: none !important; } 
    .footer-links { flex-wrap: wrap; justify-content: center; text-align:center;}
    .footer-copy { text-align: center; width: 100%; } 
  }
  
  .prlogo {
  text-align: center;
  margin-bottom: 21px;
}
.prlogo h3{  color: #fff;}
.prlogo img{max-width: 150px;
  margin: 5px 12px;}
  
  
  .resizesec3 {
    text-align: right; 
}
.acce_wrapper {
    display: inline-block;
    padding-left: 12px;
    text-align: center;
    cursor: pointer;
    vertical-align: bottom;
    cursor: pointer;
}
.acce_wrapper .icon_wrapper .iconletter, .acce_wrapper .icon_wrapper .iconsign
 {
    font-size: 18px;
  line-height: 1;
  transition: 0.6s;
  color: #111;
}
.acce_wrapper .text_wrapper
 {
    position: relative;
    overflow: hidden;
    font-weight: 600;
    color: #333;
}
.acce_wrapper .text_wrapper::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: #5e5e5e;
    margin: auto; 
    left: 0;
    right: 0;
    transition: 0.6s;
}
.acce_wrapper .text_wrapper span {
    font-size: 13px;
    font-weight: 600;
    transition: 0.6s;
}
.acce_wrapper svg {
    color: #5e5e5e;
    height: 18px;
    width: 18px;
    margin-bottom: 4px;
    transition: 0.6s;
    display: inline;
}






/* FOUNDATIONS CUSTOM STYLING */
.foundations {
  background: var(--white);
}

.foundation-title-h1 {
  font-size: 2.6rem;
  font-weight: 500;
  color: var(--dark);
}

.values-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 12px 36px rgba(0,0,0,0.03);
  height: 100%;
}

.value-sub-h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 6px;
  position: relative;
  padding-left: 14px;
}

/* Sub-points ke aage ek chota elegant dot lagane ke liye */
.value-sub-h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pink);
}

.value-p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--mid);
  margin: 0;
}

/* Responsive alignment for mobile devices */
@media (max-width: 991px) {
  .values-card {
    padding: 28px 24px;
    margin-top: 20px;
  }
  .foundation-title-h1 {
    font-size: 1.8rem;
  }
}


/* OUR MODEL CUSTOM STYLING */
.our-model {
  background: var(--light);
}

.model-intro-card, 
.model-pillars-card, 
.model-commitment-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 36px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.02);
}

/* Specific left column styling to stand out */
.model-intro-card {
  background: var(--pink);
  border-color: var(--pink);
}
.model-intro-card .model-h1, 
.model-intro-card .model-h3 {
  color: var(--white) !important;
}

.model-h1 {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.25;
}

.model-h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--dark);
}

.model-h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  opacity: 0.9;
}

.pillar-h4 {
  font-size: 22px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 6px;
}

/* GP Emphasis/Highlight Box */
.gp-highlight-box {
  background: rgba(3, 34, 52, 0.05);
  border-left: 3px solid var(--teal);
  padding: 10px 14px;
  border-radius: 0 6px 6px 0;
}
.gp-highlight-box p {
  color: var(--teal) !important;
  font-size: 13.5px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .model-intro-card, 
  .model-pillars-card, 
  .model-commitment-card {
    padding: 28px 24px;
  }
}
/* PRIMARY SPECIALITY CUSTOM STYLING */
.speciality {
  background: var(--white);
}

.speciality-info-card {
  background: #eee; 
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 40px;
}

.speciality-details-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.02);
}

.spec-h2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.2;
}

.spec-h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Elegant left line accent for right side sub-points */
.spec-h4::before {

}
.spec-h4 img{  max-width: 40px;}

/* Responsive adjustment */
@media (max-width: 991px) {
  .speciality-info-card, 
  .speciality-details-card {
    padding: 28px 24px;
  }
}
/* TESTIMONIALS CUSTOM STYLING */
.testimonials {
  background: var(--dark);
}
.testimonials .section-h{color:#fff;}
.testimonials .section-h a{color: #fff; text-decoration: none;}
.section-sub-h1 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
}

.review-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 30px 30px 15px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.02);
  transition: transform 0.2s, box-shadow 0.2s;
}

.review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.05);
}

.quote-mark {
  font-size: 3rem;
  line-height: 1;
  color: var(--pink);
  opacity: 0.15;
  display: block;
  margin-bottom: -15px;
  font-family: serif;
}

.review-text {
  font-size: 16px;
  line-height: 1.6;
  color: var(--mid); text-align:justify;
}

.review-author {
  border-top: 1px solid var(--border);
  padding-top: 16px;
}

.author-title {
  display: block;
  font-size: 16px;
  color: var(--dark);
  font-weight: 600;
}

.author-meta {
  display: block;
  font-size: 15px;
  color: #000;
  margin-top: 2px;
}

/* Mobile optimizations */
@media (max-width: 767px) {
  .review-card {
    padding: 24px;
  }
  body .hero{min-height:auto;}
  body .resizesec3{display:none;}
}

/* HEALTH PROFESSIONALS CUSTOM STYLING */
.health-professionals {
  background: var(--white);
}

.pro-program-card, 
.pro-overview-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.02);
}

/* Unique variation to left card background for premium alignment */
.pro-program-card {
  background: #f2faff;
}

.pro-h1 {
 font-size: 38px;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.25;
}
.pro-program-card .section-p{color:#000;}
.pro-program-card .pro-h2{color:#000;}
.pro-program-card .pro-h4{color:#000;}

.pro-h2 {
  font-size: 32px;
  font-weight: 500;
  color: var(--dark);
}

.pro-h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}
.section-p.j {
  display: inline;
}
.j2 {
  display: inline;
  font-size: 16px;
}
/* Custom list items visual indicator */
.pro-h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .pro-program-card, 
  .pro-overview-card {
    padding: 28px 24px;
  }
}

/* DISABILITY PROFESSIONALS CUSTOM STYLING */
.disability-professionals {
  background: #f2faff; 
}

.dis-program-card, 
.dis-overview-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.02);
}

/* Enhancing left card grid block contrast */
.dis-program-card {
  background: var(--white);
}

.dis-h1 {
  font-size: 2.1rem;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.25;
}

.dis-h2 {
  font-size: 32px;
  font-weight: 600;
  color: var(--dark);
}

.text-dark-blue {
  color: var(--teal) !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .dis-program-card, 
  .dis-overview-card {
    padding: 28px 24px;
  }
}

/* OUR TEAM CUSTOM STYLING */
.our-team-section {
  background: var(--white);
}

.team-intro-card {
  background: var(--light);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 40px;
}

.team-h1 {
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--dark);
  line-height: 1.25;
}

.team-bios-container {
  display: flex;
  align-items: center;
}

/* Bio Cards Style */
.bio-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 30px 24px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.01);
  transition: transform 0.2s, box-shadow 0.2s;
  height: 100%;
}

.bio-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.04);
}

.bio-avatar-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--border);
  background: var(--light);
}

.bio-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bio-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark);
}

.bio-role {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--pink);
  letter-spacing: 0.5px;
}

.bio-text {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
#teamModal{}
#teamModal h3{font-weight: 600;}
#teamModal h6{color: #000 !important;}
#teamModal p{color: #111; font-size: 15px; }
#teamModal .modal-body{padding: 30px 15px;}
/* Responsive configurations */
@media (max-width: 991px) {
  .team-intro-card {
    padding: 28px 24px;
  }
  .team-h1 {
    font-size: 1.8rem;
  }
}

/* DEDICATED CONTACT CUSTOM STYLING */
.dedicated-contact {
  background: var(--white);
}

.contact-meta-card {
  background: var(--light);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 40px;
}

.enquiry-form-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.01);
}

.meta-h1 {
  font-size: 2.1rem;
  font-weight: 500;
  color: var(--dark);
  line-height: 1.25;
}

.enquiry-h2 {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--dark);
}

.meta-label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.meta-value {
  font-size: 15px;
  color: var(--dark);
  line-height: 1.5;
}

.meta-notice {
  font-size: 13px;
  color: var(--pink);
}

.meta-anchor {
  color: var(--pink);
  text-decoration: none; 
  font-weight: 500;
  transition: opacity 0.2s;
}

.meta-anchor:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.arrow-indicator {
  font-size: 12px;
}

/* Form Styling integration overrides */
.dedicated-contact .form-label-sc {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 6px;
}

.dedicated-contact .form-input-sc {
  border: 1px solid var(--border) !important;
  border-radius: 8px !important;
  background-color: var(--light) !important;
  color: var(--dark) !important;
}

.dedicated-contact .form-input-sc:focus {
  background-color: var(--white) !important;
  border-color: var(--pink) !important;
  box-shadow: 0 0 0 4px rgba(0, 61, 97, 0.08) !important;
}

@media (max-width: 991px) {
  .contact-meta-card, .enquiry-form-card {
    padding: 28px 24px;
  }
}

.contact-item.ph {
  position: relative;
  display: block; padding-left: 55px;
} 
.contact-item.ph .contact-text{}
.contact-item.ph .contact-text strong{display: inline-block;
  margin-right: 4px;}
  .contact-item.ph .contact-text span{font-size: 13px;
  display: block;}
.contact-item.ph .contact-icon{position: absolute;
  left: 0px;
  top: 0px;
}

.contact-wrap .section-h {
  font-size: 40px;
  color: #003d61 !important;}
.contact-wrap h2{color: #000;
  font-size: 32px;}
.contact-wrap p{  color: #000;
  margin-bottom: 28px;
  font-size: 15px;}
  
  /* OUR TEAM GRID STYLING - 4 IN A ROW */
.team-grid-section {

}

/* Card Styling */
.team-member-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 30px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}

.team-member-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
  border-color: var(--pink); cursor:pointer;
}

/* Photo Styling */
.member-photo-wrapper {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--light);
  background: var(--light);
  box-shadow: inset 0 0 10px rgba(0,0,0,0.03);
}

.member-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.team-member-card:hover .member-img {
  transform: scale(1.05);
}

/* Text Styling */
.member-name {
  font-size: 22px;
  font-weight: 600;
  color: var(--dark);
}

.member-role {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.8px;
  line-height: 1.4;
}

.member-bio-subtle {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
  border-top: 1px solid var(--border);
  padding-top: 15px;
}

/* Responsive Grid Adjustments */
@media (min-width: 1200px) {
  .team-card-grid .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.contact-text a{color:#000;}
.contact-form-area h2{color: #fff; 
  margin-bottom: 20px;
  font-weight: 600;}
  .sc-nav .container-fluid {
  max-width: 1325px;
}



@media (max-width: 768px) {
.model-h3{font-size:16px;}
.btn-close.float-end {
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 9999;
}
.container .row.g-5 {
  --bs-gutter-x: 0px;
}
#teamModal .modal-body{padding-top: 36px; padding-bottom: 10px;}
#teamModal h3{margin-top:10px;}
	.hero .wh {
  font-size: 30px;}
  .hero h1 {
  font-size: 40px;}
  .section-h {
  font-size: 40px;
  font-weight: 600;}
  .pro-h1 {
  font-size: 30px;}
  .dis-h1 {
  font-size: 30px;}
  .how .text-center.mx-auto.mb-5 h4 {
  font-size: 20px;}
  .step{padding: 25px 20px;}
  .contact-form-area{padding:16px;}
  .contact-form-area h2{font-size:26px;}
  .disclaimer .d-flex.gap-3.align-items-start {
  flex-direction: column;
}
.prlogo img {
  max-width: 130px;
  margin: 9px 12px;
}
}

/*=========================================
            FOOTER CSS
=========================================*/

.footer-area{
    background:var(--dark);
    position:relative;
    color:#fff;
    padding:55px 0 0;
    overflow:hidden;
}

.footer-area::before{
    content:"";
    position:absolute;
    left:-120px;
    top:-120px;
    width:320px;
    height:320px;
    background:rgba(255,255,255,.03);
    border-radius:50%;
}

.footer-area::after{
    content:"";
    position:absolute;
    right:-120px;
    bottom:-120px;
    width:350px;
    height:350px;
    background:rgba(255,255,255,.03);
    border-radius:50%;
}

.footer-widget{
    position:relative;
    z-index:2;
}

.footer-title{
    color: #fff; 
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.footer-text{
    color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.footer-contact a{
    display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
  transition: .35s;
}

.footer-contact a:hover{
    color:#6ee7ff;
}

.footer-contact .icon{
    width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #d0e1ec;
  color: #182d63;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.model-intro-card .model-h1{font-size: 36px;}

/*=========================
        LINKS
=========================*/

.footer-links{
    margin:0;
    padding:0;
    list-style:none;
}

.footer-links li{
    margin-bottom: 5px;
  display: inline-block;
  margin-right: 7px;
}

.footer-links li a{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
    color:#fff;
    font-size:16px;
    transition:.35s;
}

.footer-links li a i{
    color:#ff2f74;
    transition:.35s;
}

.footer-links li a:hover{
    color:#6ad8f3;
    padding-left:10px;
}

.footer-links li a:hover i{
    transform:translateX(5px);
}


/*=========================
    MEMBERSHIP
=========================*/

.membership-logo{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.membership-logo img{
    max-width:190px;
    width:100%;
    transition:.35s;
    filter:brightness(100%);
}

.membership-logo img:hover{
    transform:scale(1.05);
}




.whatbox {
  background: #003d61;
  border-radius: 16px; 
  padding: 30px 30px 20px;
  box-shadow: 1px 1px 7px 3px #ffffff9e;
}
.whatbox h2{color:#fff;}
.whatbox p{font-size: 16px;
  line-height: 1.6;
  color: #fff;}
/*=========================
     INFO BOX
=========================*/

.footer-widget .info-box{
    display:flex;
    gap:15px;
    margin-bottom:20px;
}

.footer-widget .info-icon{
    width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: #d0e1ec;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #182d63;
  font-size: 16px;
}

.footer-widget .info-text{
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.footer-widget .info-text strong{
    display:block;
    font-size:18px;
    margin-bottom:3px;
}


/*=========================
        BADGES
=========================*/

.footer-badge{
    display:flex;
    gap:18px;
    margin-top:35px;
    flex-wrap:wrap;
}

.footer-badge img{
    background:#fff;
    border-radius:12px;
    padding:8px;
    width:130px;
    transition:.35s;
}

.footer-badge img:hover{
    transform:translateY(-5px);
}


/*=========================
      BOTTOM BAR
=========================*/

.footer-bottom{
    margin-top: 35px;
  border-top: 1px solid rgba(255,255,255,.15);
  padding: 20px 0;
}

.footer-bottom p{
    margin:0;
    color:#d8def3;
    font-size:16px;
}

.footer-bottom a{
    color:#d8def3;
    text-decoration:none;
    margin-left:22px;
    transition:.35s;
    font-size:16px;
}

.footer-bottom a:hover{
    color:#d0e1ec;
}


/*=========================
      HOVER EFFECT
=========================*/

.footer-widget{
    transition:.35s;
}

.footer-widget:hover{
    transform:translateY(-5px);
}
@media only screen and (max-width:768px){
    .membership-logo img{max-width: 190px;
  width: 44%;
  transition: .35s;
  filter: brightness(100%);}
  .membership-logo {
  display: flex;
  flex-direction: initial;
  gap: 20px;
  flex-wrap: wrap;
}
}



.disability-professionals p{color:#111;}
.disability-professionals ul li{color:#111;}
.disability-professionals.t {
  padding: 90px 0px 40px;
}
.disability-professionals.t ul li{margin-bottom: 4px;}
.disability-professionals.t ul{padding-left:14px;}












 .referral-form-wrapper {
            
            margin: 40px auto;
            padding: 0 15px;
        }
.disability-professionals.t .dis-overview-card{padding: 15px;}
.disability-professionals.t .form-box-inner{}

.disability-professionals.t .referral-form-wrapper {
  margin: 12px auto;
  padding: 0px;
}
.disability-professionals.t .dis-overview-card.cj .form-box-inner{background: #003d61;}
       .referral-form-wrapper .form-main-row {
            display: flex;
            align-items: stretch;
            gap: 25px;
        }
.disability-professionals.t .dis-overview-card.cj{background: #003d61;}

        .referral-form-wrapper .form-column {
            flex: 1;
            min-width: 0;
        }

        .referral-form-wrapper .form-box {
          
            height: 100%;
        }

        .referral-form-wrapper .form-box-inner {
            padding: 20px;
        }

        /* Headings */
        .referral-form-wrapper .form-title {
            font-size: 34px;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0 0 20px; color:#fff;
        }

        .referral-form-wrapper .section-title {
            font-size: 17px;
            line-height: 1.4;
            font-weight: 600;
            color: var(--primary-color);
            margin: 22px 0 10px; color:#fff;
        }

        .referral-form-wrapper .section-title:first-child {
            margin-top: 0;
        }

        /* Intro text */
        .referral-form-wrapper .form-text {
            margin-bottom: 14px; font-size: 16px; color:#fff;
        }

        .referral-form-wrapper .form-text strong {
            color: var(--primary-color);
        }

        .referral-form-wrapper .note {
            color: var(--primary-color);
            font-weight: 600;
        }

        .referral-form-wrapper .mandatory-note {
            color: #555; color:#fff;
            margin-bottom: 15px;
        }

        /* Individual questions */
        .referral-form-wrapper .question {
            margin-bottom: 20px;
        }
.disability-professionals.t .dis-overview-card .wpcf7 form .wpcf7-response-output{color:#fff;}
        .referral-form-wrapper .question-label {
            display: block;
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px; color:#fff;
        }
.referral-form-wrapper .option-list .wpcf7-list-item{display: block;
  margin: 0px;}
        .referral-form-wrapper .question-number {
            font-weight: 700;
        }

        .referral-form-wrapper .question-help {
            display: block;
            color: #fff;
            font-size: 14px;
            margin-top: 5px;
        }

        /* Inputs */
       .referral-form-wrapper .form-control,
       .referral-form-wrapper .form-select {
            border: 1px solid #aaa;
            border-radius: 3px;
            min-height: 42px;
            font-size: 15px; background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255,255,255,0.12); color:#fff;
        }

        .referral-form-wrapper .form-control:focus,
        .referral-form-wrapper .form-select:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 0.15rem rgba(0, 61, 97, 0.15);
        }

        .referral-form-wrapper textarea.form-control {
            min-height: 120px;  max-height: 120px;
            resize: vertical;
        }

        /* Checkbox / Radio */
        .referral-form-wrapper .option-list {
            margin-top: 10px;
        }

        .referral-form-wrapper .form-check {
           margin-bottom: 3px;
  font-size: 15px; color:#fff;
        }

        .referral-form-wrapper .form-check-input {
            border-color: #777;
        }

        .referral-form-wrapper .form-check-input:checked {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
        }

        .referral-form-wrapper .form-check-label {
            color: #333; color:#fff;
            cursor: pointer;
        }

        /* Info box */
        .referral-form-wrapper .info-box {
            background: var(--primary-light);
            border-left: 4px solid var(--primary-color);
            padding: 12px 15px;
            margin: 15px 0 20px;
        }

        /* Upload */
        .referral-form-wrapper .upload-box {
            border: 1px dashed var(--primary-color);
            background: #215675;
            padding: 20px;
            text-align: center;
            border-radius: 4px;
        }

        .referral-form-wrapper .upload-box .upload-icon {
            font-size: 30px;
            color: var(--primary-color);
            margin-bottom: 8px;
        }

        .referral-form-wrapper .upload-box label {
            display: block;
            color: var(--primary-color);
            font-weight: 600;
            margin-bottom: 10px;
        }

        .referral-form-wrapper .upload-box input[type="file"] {
            max-width: 100%; min-height:36px;
        }

        /* Submit */
        .referral-form-wrapper.submit-box {
           
        }

        .referral-form-wrapper .submit-heading {
            color: #fff;
            font-size: 18px;
            font-weight: 700;
            margin: 0 0 12px;
        }
.referral-form-wrapper .submit-box{text-align:center;}
        .referral-form-wrapper .submit-btn{max-width: 480px;
  font-size: 16px;
  font-weight: 700;}

        /* Required */
        .referral-form-wrapper .required {
            color: #c40000;
        }

        /* Responsive */
        @media (max-width: 991px) {
            .referral-form-wrapper .form-main-row {
                gap: 20px;
            }

            .referral-form-wrapper .form-box-inner {
                padding: 17px;
            }
        }

        @media (max-width: 767px) {
            .referral-form-wrapper .referral-form-wrapper {
                margin: 25px auto;
            }

            .referral-form-wrapper .form-main-row {
                display: block;
            }

           .referral-form-wrapper .form-column {
                margin-bottom: 20px;
            }

            .referral-form-wrapper .form-title {
                font-size: 20px;
            }

            .referral-form-wrapper .question-label {
                font-size: 15px;
            }
        }
		
		
		.faq-item {
    border: 1px solid #d9e2e8;
    border-radius: 8px;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
}

/* FAQ Question */
.faq-item h4 {
   font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 15px;
  background: #f5f9fb;
  position: relative;
}

/* FAQ Answer */
.faq-item p {
  
    color: #111;
    margin: 0;
    padding: 0 20px 10px;
}

/* First paragraph spacing */
.faq-item h4 + p {
    padding-top: 10px;
}



/* Care Services Section */
.care-services-section {
    padding: 50px 0;
}

/* Individual Box */
.care-box {
    background: var(--white);
  border: 1px solid #003d6166;
  border-radius: 14px;
  padding: 20px;
  height: 100%;
}


/* Heading */
.care-box h4 {
   font-size: 22px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 10px;
  line-height: 1.2;
}
.disability-professionals.t .dis-overview-card.ff{ padding: 40px;}
.disability-professionals.t .dis-overview-card.ff .btn-primary-sc{max-width: 265px;}

/* Paragraph */
.care-box p {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--mid);
}

.care-box p:last-child {
    margin-bottom: 0;
}

/* Tablet */
@media (max-width: 991px) {
    .care-services-section {
        padding: 40px 0;
    }

    .care-box {
        padding: 18px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .care-services-section {
        padding: 30px 0;
    }

    .care-box {
        padding: 16px;
    }

    .care-box h4 {
        font-size: 17px;
    }

    .care-box p {
        font-size: 14px;
        line-height: 1.6;
    }
}


.feedback-section h1 {
    margin-bottom: 25px;
}

.feedback-section h4 {
    margin-top: 30px;
    margin-bottom: 12px;
}

.feedback-section p {
   margin-bottom: 8px;
  line-height: 1.5; font-size:16px;
} 

.feedback-section a {
    color: inherit;
}

/* Complaints Form Link */
.feedback-form-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 5px;
}

.feedback-arrow {
    font-size: 24px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.feedback-form-link:hover .feedback-arrow {
    transform: translateX(5px);
}

/* Urgent Matters */
.urgent-feedback {
    margin-top: 35px;
    padding: 20px 25px;
    background: #fff3f3;
    border-left: 5px solid #c62828;
    border-radius: 5px;
}

.urgent-feedback h4 {
    margin-top: 0;
    color: #c62828;
}

.urgent-feedback p {
    margin-bottom: 0;
}
.feedback-section .mjcont p{}
#contact.comp {
  padding-top: 95px;
  padding-bottom: 35px;
}
#contact.comp h2.section-h{
 text-align: center;
  font-size: 45px;
}

.dis-program-card.hg {
  margin-bottom: 40px;
  box-shadow: 1px 0px 10px 3px rgba(0, 0, 0, 0.08);
}
#contact.comp .feedback-section .careercont p{margin-bottom: 15px;}

.career .upload-box {
  border: 1px dashed var(--primary-color);
  background: #215675;
  padding: 20px;
  text-align: center;
  border-radius: 4px;
}
.career .upload-box .form-control{border-radius: 3px;
  min-height: 36px;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;}
  
  .whatbox h2 a{color:#fff;}
  
  .text9 {
  background-color: var(--bg-light);
  padding:110px 0 60px;
  border-bottom: 1px solid var(--border-color);
}

.text9 .text7 {

  margin: 0 auto;
  text-align: center;
}

.text9 .text7 h4 {
  font-size: 2.25rem;
  margin-bottom: 25px;
}

.text9 .text7 p:last-child {
  font-weight: 600;
  color: var(--teal-dark);
  background: var(--teal-light);
  padding: 15px 20px;
  border-radius: 8px;
  border-left: 4px solid var(--teal-primary);
  text-align: left;
  margin-top: 20px;
}

/* Section 2: Courage & New Possibilities (.texti) */
.texti {
  padding: 70px 0px;
}

.texti .text3.text-center {
  margin-bottom: 50px;
}

.texti .text1 img,
.texti .text3 {
  height: 100%;
}

.texti .text1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.texti .text1 img {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Section 3 & 5: Life Before Stroke / Leaving Hospital (.text5) */
.text5 {
  padding: 70px 0;
  background-color: var(--bg-light);
}

.text5 .text7 strong {
  display: block;
  font-size: 1.5rem;
  color: var(--teal-primary);
  margin: 25px 0 15px 0;
}

.text5 .text60 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.text5 .text60 img {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Section 4: Family Support (.textii) */
.textii {
  padding: 70px 0;
  background-color: #fff;
}

.textii .text1i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.textii .text1i img {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Section 6: Care Plan (.text202) */
.text202 {
  padding: 70px 0;
  background-color: #ffffff;
}

.text202 .ull,
.text202 .ulli {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.text202 .ull li,
.text202 .ulli li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.05rem;
}

.text202 .ull li::before,
.text202 .ulli li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--teal-primary);
  font-weight: bold;
  font-size: 1.2rem;
}

.text202 .ulli {
  background-color: var(--teal-light);
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #ccfbf1;
  margin-top: 25px;
}

/* Section 7: Progress So Far (.text212) */
.text212 {
  padding: 70px 0;
  background-color: var(--bg-light);
}

.text212 .text601 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.text212 .text601 img {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Section 8: Mobility & Food (.text22) */
.text22 {
  padding: 70px 0;
  background-color: #ffffff;
}

.text22 .text20 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.text22 .text20 img {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.text22 .text33 {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.text22 .text33 strong {
  color: var(--teal-primary);
  font-size: 1.25rem;
}

/* Section 9: Future Plans (.textt24) */
.textt24 {
  padding: 70px 0;
  background-color: var(--bg-light);
}

.textt24 .text203 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.textt24 .text203 img {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.mob {
  display: none !important;
}
.tedtsec h2.title {
  color: var(--teal-primary);
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.tedtsec h4 {
  color: var(--teal-primary);
  font-weight: 700;
  margin-bottom: 15px;
}
.tedtsec img{border-radius: 12px;}
.tedtsec p{color:#111;}
#services.t {
  padding: 90px 0px 40px;
}
.our-team-section.inner {
  padding: 100px 0px 40px;
}
/* ==========================================
   Responsive Media Queries
   ========================================== */
@media (max-width: 991px) {
  /* Mobile View: Hide desktop image (.121), show mobile image (.mob) */
  .mob {
    display: block !important;
    margin: 0 auto 25px auto;
  }
  
  /* Class name starting with digits handling */
  img[class*="121"] {
    display: none !important;
  }

  /* Section padding adjustments for mobile */
  .text9, .texti, .text5, .textii, .text202, .text212, .text22, .textt24 {
    padding: 40px 0;
  }
.text9{padding-top:100px;}
  h2.title {
    font-size: 1.75rem;
  }

  .text9 .text7 h4 {
    font-size: 1.75rem;
  }
}















/* =========================
   Invert Mode
========================= */

html.accessibility-invert {
    filter: invert(1) hue-rotate(180deg);
}

/* Images / videos ko original colours me rakhne ke liye */

html.accessibility-invert img,
html.accessibility-invert video,
html.accessibility-invert iframe,
html.accessibility-invert .resizesec3 {
    filter: invert(1) hue-rotate(180deg);
}


/* =========================
   Grayscale / Colour Mode
========================= */

html.accessibility-grayscale {
    filter: grayscale(100%);
}


/* =========================
   Responsive
========================= */

@media (max-width: 576px) {

    .resizesec3 .acce_wrapper {
        min-width: 52px;
        padding: 7px 5px;
    }

    .resizesec3 .text_wrapper span {
        font-size: 11px;
    }
}