

/* ===== GLOBAL ===== */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #fff;
    color: #212529;
    padding-top: 120px;
}

/* ===== TOP BAR ===== */
.top-bar {
    height: 40px;
    background: #6f2c8f;
    font-size: 13.5px;
    display: flex;
    align-items: center;
    z-index: 1050;
}
   



/* ===== NAVBAR ===== */
.main-navbar {
  top: 40px;
  background: #ffffff !important;
  z-index: 1040;
  padding: 8px 0;   /* ek hi jagah define karo */
}

/* Navbar logo control */
.navbar-brand img {
  height: 48px;       /* max-height ki jagah height better control deta hai */
  width: 180px;
  object-fit: contain;
  margin-top: 8px;
}

/* Navbar links */
.main-navbar .nav-link {
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  padding: 0.5rem 0.8rem;
}

/* Responsive */
@media (max-width: 768px) {
  .main-navbar {
    padding: 6px 0;
  }

  .navbar-brand img {
    height: 38px;   /* mobile me thoda chhota */
  }

  .main-navbar .nav-link {
    font-size: 1rem;
    padding: 0.4rem 0.6rem;
  }
}
/* Collapse navbar on very small screens */
@media (max-width: 480px) {
  .main-navbar {
    padding: 6px 0;
  }

  .main-navbar .nav-link {
    font-size: 0.95rem;
    padding: 0.3rem 0.5rem;
  }

  .main-navbar .navbar-brand {
    font-size: 1.2rem;
  }
}
/* ===== BRAND ===== */
.brand-orange {
    color: #ff7a00;
}

.brand-purple {
    color: #6f2c8f;
}

.brand-sub {
    font-size: 12px;
    color: #6c757d;
    letter-spacing: 1px;
}

/* ===== NAV LINKS ===== */
.nav-link {
    font-weight: 500;
    color: #212529 !important;
    padding: 8px 14px !important;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: #6f2c8f !important;
}

.nav-link.active {
    color: #ff7a00 !important;
    font-weight: 600;
}

/* ===== DROPDOWN ===== */
.dropdown-menu {
    border: none;
    border-radius: 10px;
    padding: 10px 0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.dropdown-item {
    padding: 10px 20px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background: #f8f1fc;
    color: #6f2c8f;
}

/* ===== BUTTON ===== */
.book-btn {
    background: #ff7a00;
    color: #fff;
    font-weight: 600;
    padding: 8px 18px;
    transition: all 0.3s ease;
}

.book-btn:hover {
    background: black;
    color: #fff;
}

/* ===== MOBILE ===== */
@media (max-width: 991px) {
    .navbar-collapse {
        background: #fff;
        padding: 15px;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    .nav-link {
        padding: 10px 0 !important;
    }
}








  /* ===== FOOTER BAR PROFETIONAL ===== */
        .main-footer {
            background: linear-gradient(135deg, #241631, #2d1a3d);
            color: #cfcfcf;
            margin-bottom: 0 !important;
            padding-bottom: 0;
        }

        .footer-link {
            color: #cfcfcf;
            text-decoration: none;
            display: inline-block;
            margin-bottom: 8px;
        }

        .footer-link:hover {
            color: #ff7a00;
        }

        .social-icon {
            width: 36px;
            height: 36px;
            background: rgba(255,255,255,0.1);
            color: #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            text-decoration: none;
        }

        .social-icon:hover {
            background: #ff7a00;
            color: #fff;
        }

        .btn-orange{
            background: #ff7a00;
            color: #fff;

        }

        .btn-orange:hover {
            background: #ff7a00;
            color: #fff;
        }

/* ===== FOOTER BAR PROFETIONAL  END HERE ===== */

        







/* =====  HOME HERO SECTION  PROFETIONAL  START HERE ===== */
.hero-section {
    background: #fffaf6;
    padding: 90px 0;
    overflow: hidden;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #ff7a00;
    margin-bottom: 20px;
}

.hero-badge span {
    width: 30px;
    height: 2px;
    background: #ff7a00;
    display: inline-block;
    margin-right: 10px;
}

.hero-title {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.15;
    color: #2a1c38;
    margin-bottom: 20px;
}

.hero-title span {
    color: #ff7a00;
}

.hero-title .highlight {
    color: #ff7a00;
}

.hero-desc {
    font-size: 18px;
    color: #6f6b75;
    max-width: 520px;
    margin-bottom: 35px;
}



.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}



.btn-primary-custom {
    background: #ff7a00;
    color: #fff;
    padding: 14px 28px;
    border-radius: 14px;
    font-weight: 600;
    border: none;
}



.btn-primary-custom:hover {
    background: black;
    color: #fff;
}



/* IMAGE SIDE */
.hero-image-wrapper {
    position: relative;
    display: inline-block;
}

.hero-image {
    width: 100%;
    height: auto;       /* 👈 prevents stretching */
    max-width: 100%;
    border-radius: 30px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .hero-image {
        max-height: 260px;
        object-fit: contain; /* no crop */
    }
}

/* TESTIMONIAL */
.testimonial-card {
    position: absolute;
    bottom: -30px;
    left: -40px;
    background: rgba(255,255,255,0.95);
    padding: 22px;
    border-radius: 20px;
    max-width: 320px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    text-align: left;
}

.testimonial-card .quote {
    font-size: 30px;
    color: #ff7a00;
    font-weight: bold;
}

.testimonial-card p {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.testimonial-card strong {
    color: #ff7a00;
    font-size: 14px;
}

/* =========================
   RESPONSIVE FIXES
========================= */
@media (max-width: 991px) {

    .hero-section .hero-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .hero-image {
        height: auto;
        max-width: 100%;
    }

    .testimonial-card {
        position: static;
        margin-top: 20px;
        width: 100%;
    }
}

 /* =====  HOME HERO SECTION PROFETIONAL  END HERE ===== */








 
 /* ===== HOME ABOUT SECTION PROFETIONAL START HERE ===== */
.about-chef-section-home {
    background: #fff;
}

.text-orange-home {
    color: #ff7a00;
}

/* EXPERIENCE BADGE */
.experience-badge-home {
    position: absolute;
    top: -30px;
    right: 30px;
    background: #ff9324;
    padding: 10px 18px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.experience-badge-home small {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* QUOTE BOX */
.quote-box-home {
    background: #fff4ee;
    border-left: 5px solid #ff9324;
}

/* BUTTONS */
.btn-orange-home {
    background: #ff9324;
    color: #fff;
    border: none;
}

.btn-orange-home:hover {
    background: black;
    color: #fff;
}

.btn-outline-orange-home {
    border: 2px solid  #ff9324;
    color: #ff9324;
}

.btn-outline-orange-home:hover {
    background: #ff9324;
    color: #fff;
}

/* =====  HOME ABOUT SECTION PROFETIONAL END HERE ===== */










/* =====  HOME STATES SECTION PROFETIONAL START HERE ===== */
.stats-section-home {
  background: linear-gradient(135deg, #6a2c91, #4b1c6f);
  border-radius: 20px;
  padding: 50px 20px;
  color: #fff;
}

.stats-section-home .col-md-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stats-section-home h2 {
  font-size: 48px;
  font-weight: 700;
  margin: 15px 0 5px;
}

.stats-section-home p {
  font-size: 16px;
  opacity: 0.85;
  margin: 0;
}

/* Icon Box */
.icon-box {
  background: rgba(255, 255, 255, 0.15);
  padding: 16px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-box i {
  font-size: 30px;

}

/* Mobile */
@media (max-width: 768px) {
  .stats-section-home h2 {
    font-size: 34px;
  }
}
/* =====  HOME STATES SECTION PROFETIONAL END HERE ===== */










/* =====  HOME  SERVICES SECTION PROFETIONAL START HERE ===== */
.services-section-home {
    background: #fffaf6;
    padding: 100px 0;
}

/* Heading */
.services-header-home {
    margin-bottom: 70px;
}

.section-tag-home {
    color: #ff7a00;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.section-title-home {
    font-size: 48px;
    font-weight: 800;
    color: #2a1c38;
    line-height: 1.2;
    margin-bottom: 20px;
}
.section-title-home {
  font-size: clamp(2rem, 5vw, 3rem); /* min 2rem, scales with viewport, max 3rem */
  font-weight: 800;
  color: #2a1c38;
  line-height: 1.2;
  margin-bottom: 20px;
}
.section-title-home span {
    color: #ff7a00;
}

.section-desc-home {
    font-size: 18px;
    color: #6f6b75;
    max-width: 760px;
    margin: 0 auto;
    margin-bottom: 40px;
}

/* Card */
.service-card-home {
    background: #fff;
    border-radius: 26px;
    padding: 50px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.08);
}

.service-icon-home {
    width: 54px;
    height: 54px;
    background: #ff7a00;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 25px;
}

.service-card-home h3 {
    font-size: 32px;
    font-weight: 700;
    color: #2a1c38;
    margin-bottom: 20px;
}

.service-card-home h3 span {
    color: #ff7a00;
}

.service-card-home p {
    font-size: 16px;
    color: #6f6b75;
    line-height: 1.7;
    margin-bottom: 30px;
}

.service-link {
    color: #ff7a00;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.service-link:hover {
    text-decoration: underline;
}

/* Image */
.service-image-wrapper img {
    border-radius: 26px;
    max-width: 100%;
}

/* Responsive */
@media (max-width: 991px) {
    .section-title {
        font-size: 38px;
    }

    .service-card-home {
        padding: 35px;
    }

    .service-card-home h3 {
        font-size: 26px;
    }
}

/* =====  HOME  SERVICES SECTION PROFETIONAL END  HERE ===== */












/* =====  HOME  MAITRI  INFO SECTION PROFETIONAL START  HERE ===== */
.maitri-section {
    background: #fffaf6;
    padding: 100px 0;
    overflow: hidden;
}

/* Circle + Image */
.maitri-circle {
    width: 380px;
    height: 380px;
    border-radius: 50%;
    border: 8px solid #ff7a00;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.maitri-img {
    max-width: 85%;
}

/* Floating Value Tags */
.value-tag {
    position: absolute;
    background: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #6f2c8f;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.dignity { top: 80px; left: 20px; }
.patience { top: 170px; left: -10px; }
.honesty { bottom: 80px; left: 40px; }
.empathy { top: 120px; right: 40px; }
.transparency { bottom: 120px; right: 10px; }

/* Right Content */
.maitri-title {
    font-size: 36px;
    font-weight: 700;
    color: #2a1c38;
}

.maitri-title span {
    color: #ff7a00;
}

.maitri-subtitle {
    font-size: 18px;
    color: #7b7286;
    margin-bottom: 25px;
}

.maitri-card {
    background: #fff;
    padding: 28px;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    margin-bottom: 30px;
}

.maitri-card p {
    font-size: 16px;
    color: #6f6b75;
    line-height: 1.7;
    margin: 0;
}

.maitri-highlight {
    font-size: 18px;
    color: #2a1c38;
}

.maitri-highlight span {
    color: #ff7a00;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 991px) {
    .maitri-circle {
        width: 300px;
        height: 300px;
    }

    .value-tag {
        display: none;
    }

    .maitri-title {
        text-align: center;
    }

    .maitri-subtitle,
    .maitri-highlight {
        text-align: center;
    }
}

/* =====  HOME  MAITRI  INFO SECTION PROFETIONAL END   HERE ===== */









/* =====  HOME  CTA SECTION PROFETIONAL START HERE ===== */
.cta-section-cta {
    background: #fff;
}

.cta-box-cta {
    background: #243a4a;
    border-radius: 22px;
    padding: 45px 40px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* subtle background shapes */
.cta-box-cta::before,
.cta-box-cta::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
}

.cta-box-cta::before {
    width: 220px;
    height: 220px;
    top: -60px;
    right: -80px;
}

.cta-box-cta::after {
    width: 160px;
    height: 160px;
    bottom: -60px;
    left: 40%;
}

.cta-call-cta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.cta-icon-cta {
    width: 54px;
    height: 54px;
    background: rgba(255,255,255,0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #f59e0b;
}

.cta-call p {
    margin: 0;
    font-size: 14px;
    opacity: 0.85;
}

.cta-call h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.cta-divider {
    width: 1px;
    height: 55px;
    background: rgba(255,255,255,0.3);
}

.cta-title-cta {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.cta-btn-cta {
    display: inline-block;
    background: #ff7a00;
    color: #fff;
    padding: 14px 34px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.cta-btn-cta:hover {
    background: white;
    color: black;
}

/* Responsive */
@media (max-width: 991px) {
    .cta-title {
        margin-top: 10px;
    }
}

/* =====  HOME  CTA SECTION PROFETIONAL END HERE ===== */




















/* =====  ABOUT PAGE  SECTION1 PROFETIONAL START HERE ===== */
.about-section {
  background: linear-gradient(to bottom, #fff7f2, #ffffff);
  padding: 80px 0;
}

.about-heading {
  font-size: 3.2rem;
  color: #1f1b2e;
  line-height: 1.2;
}

.about-heading .highlight {
  color: #ff6a00;
}

.about-text {
  max-width: 720px;
  color: #6c757d;
  font-size: 18px;
  line-height: 1.8;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .about-heading {
    font-size: 2rem;
  }

  .about-text {
    font-size: 16px;
  }
}

/* =====  ABOUT PAGE  SECTION 1PROFETIONAL END HERE ===== */








/* ===== ABOUT PAGE  OUR STORY SECTION PROFETIONAL START HERE ===== */
.our-story-section-about {
  background: #fffaf6;
}

.story-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f1b2e;
  margin-bottom: 20px;
}

.story-text {
  color: #6c757d;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.stats-box-about {
  background: linear-gradient(135deg, #ff7a00, #ff9a2e);
  border-radius: 30px;
  padding: 50px 30px;
  color: #fff;
}

.stats-box h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.stats-box p {
  font-size: 16px;
  opacity: 0.9;
  margin: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .story-heading {
    font-size: 2rem;
  }

  .stats-box {
    padding: 30px 20px;
  }

  .stats-box h3 {
    font-size: 2rem;
  }
}


/* =====  ABOUT PAGE  OUR STORY SECTION PROFETIONAL END HERE ===== */








/* =====  ABOUT PAGE OUR MISSION AUR VISION 2 CARD SECTION PROFETIONAL START HERE ===== */
.mission-vision-section {
  background: #fffaf6;
}

.mv-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.03);
}

.mv-card h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1f1b2e;
  margin: 20px 0 15px;
}

.mv-card p {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.icon-box {
  width: 55px;
  height: 55px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.icon-box.orange {
  background: #ffe5d5;
  color: #ff6a00;
}

.icon-box.purple {
  background: #e9ddf3;
  color: #6f42c1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .mv-card {
    padding: 25px;
  }

  .mv-card h3 {
    font-size: 1.5rem;
  }
}



/* =====  ABOUT PAGE  OUR MISSION AUR VISION SECTION PROFETIONAL END HERE ===== */













/* =====  ABOUT PAGE OUR  CORE VALUE  CARD SECTION PROFETIONAL START HERE ===== */
.core-values-section {
  background: #fffaf6;
}

.core-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f1b2e;
}

.core-subtitle {
  color: #6c757d;
  font-size: 17px;
  max-width: 600px;
  margin: 15px auto 0;
}

.value-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 25px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.03);
  transition: all 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
}

.icon-circle {
  width: 60px;
  height: 60px;
  background: #ffe5d5;
  color: #ff6a00;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 20px;
}

.value-card h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1f1b2e;
  margin-bottom: 12px;
}

.value-card p {
  color: #6c757d;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .core-title {
    font-size: 2rem;
  }
}


/* =====  ABOUT PAGE OUR  CORE VALUE  CARD SECTION PROFETIONAL END  HERE ===== */










/* =====  ABOUT PAGE LEADERSHIP TEAM SECTION PROFETIONAL START HERE ===== */
.leadership-section {
  background: #fffaf6;
}

.leadership-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f1b2e;
}

.leadership-subtitle {
  color: #6c757d;
  font-size: 17px;
  max-width: 600px;
  margin: 15px auto 0;
}

.leader-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 25px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.03);
  transition: all 0.3s ease;
}

.leader-card:hover {
  transform: translateY(-5px);
}

.leader-avatar {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #ff7a00, #ff9a2e);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  margin: 0 auto 20px;
}

.leader-card h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1f1b2e;
  margin-bottom: 6px;
}

.leader-card span {
  color: #ff6a00;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}

.leader-card p {
  color: #6c757d;
  font-size: 14px;
  margin: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .leadership-title {
    font-size: 2rem;
  }
}


/* =====  ABOUT PAGE LEADERSHIP TEAM SECTION PROFETIONAL END HERE ===== */












/* =====  ABOUT PAGE CTA SECTION PROFETIONAL START HERE ===== */

.cta-section-about {
  background: linear-gradient(135deg, #ff7a00, #ff9a2e);
  padding: 100px 0;
  color: #fff;
}

.cta-icon {
  font-size: 40px;
}

.cta-title-about {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.cta-title-about {
  font-size: clamp(1.8rem, 4.5vw, 2.6rem); /* min 1.8rem, scales with viewport, max 2.6rem */
  font-weight: 700;
  margin-bottom: 15px;
}
.cta-subtitle-about {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 35px;
}

.cta-btn-about {
  display: inline-block;
  background: #1f1b2e;
  color: #FFFFFF;
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #f3f3f3;
  transform: translateY(-2px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .cta-title {
    font-size: 2rem;
  }

  .cta-section-about {
    padding: 70px 20px;
  }
}

/* =====  ABOUT PAGE CTA SECTION PROFETIONAL END HERE ===== */
















/* ===== CONTACT PAGE HEADING SUBHEADING SECTION PROFETIONAL START HERE ===== */

.contact-hero-section {
  background: radial-gradient(circle at center, #fff1e8 0%, #ffffff 70%);
  padding: 120px 0;
}

.contact-title {
  font-size: 3rem;
  font-weight: 800;
  color: #1f1b2e;
  margin-bottom: 20px;
}

.contact-title span {
  color: #ff6a00;
}

.contact-subtitle {
  max-width: 750px;
  margin: 0 auto;
  color: #6c757d;
  font-size: 18px;
  line-height: 1.8;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .contact-title {
    font-size: 2.2rem;
  }

  .contact-hero-section {
    padding: 80px 20px;
  }

  .contact-subtitle {
    font-size: 16px;
  }
}








/* ===== CONTACT PAGE INFO  SECTION PROFETIONAL START HERE ===== */
.contact-info-section {
  background: #fffaf6;
}

.info-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 35px 30px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
}

.info-icon {
  width: 55px;
  height: 55px;
  background: #ffe5d5;
  color: #ff6a00;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
}

.info-card h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1f1b2e;
  margin-bottom: 15px;
}

.info-card p {
  color: #6c757d;
  font-size: 15px;
  margin-bottom: 8px;
}

.info-card span {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #8a8f99;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .info-card {
    padding: 25px;
  }

  .info-card h4 {
    font-size: 1.2rem;
  }
}


/* ===== CONTACT PAGE INFO  SECTION PROFETIONAL END HERE ===== */










/* ===== CONTACT PAGE FORM SUBMIT  SECTION PROFETIONAL START HERE ===== */

.contact-main {
  background: #fffaf6;
}

.form-card {
  background: #fff;
  padding: 35px;
  border-radius: 22px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.form-card h3 {
  font-weight: 700;
  color: #1f1b2e;
}

.small-text {
  color: #6c757d;
  font-size: 15px;
}

.custom-input {
  border-radius: 12px;
  padding: 12px 14px;
  border: 1px solid #eee;
}

.custom-input:focus {
  box-shadow: none;
  border-color: #ff6a00;
}

.send-btn {
  width: 100%;
  background: linear-gradient(135deg, #ff7a00, #ff9a2e);
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 16px;
  font-weight: 600;
}

.send-btn:hover{
  background: black;
}
/* Offices */

.office-card {
  background: #fff;
  padding: 22px;
  border-radius: 18px;
  margin-bottom: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.03);
}

.office-card h5 {
  font-weight: 700;
}

.office-card p {
  font-size: 14px;
  color: #6c757d;
}

.office-card span {
  color: #ff6a00;
  font-size: 14px;
}

/* CTA */

.cta-box {
  background: linear-gradient(135deg, #ff7a00, #ff9a2e);
  padding: 40px;
  border-radius: 25px;
  color: #fff;
}

.cta-btn {
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
}

.cta-btn.white {
  background: #1f1b2e;
  color: #FFFFFF;
}

.cta-btn.outline {
  border: 2px solid #fff;
  color:#1f1b2e ;
}
/* ===== CONTACT PAGE FORM SUBMIT  SECTION PROFETIONAL END HERE ===== */



















/* ===== CONTACT PAGE FAQ  SECTION PROFETIONAL START HERE ===== */
.faq-section {
  background: #fffaf6;
}

.faq-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1f1b2e;
}

.faq-subtitle {
  color: #6c757d;
  font-size: 17px;
  margin-top: 10px;
}

.faq-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.03);
  text-align: left;
  transition: all 0.3s ease;
}

.faq-card:hover {
  transform: translateY(-5px);
}

.faq-card h5 {
  font-weight: 700;
  color: #1f1b2e;
  margin-bottom: 12px;
}

.faq-card p {
  color: #6c757d;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-title {
    font-size: 2rem;
  }
}

/* ===== CONTACT PAGE FAQ  SECTION PROFETIONAL END HERE ===== */













/* =====CARRIER AT MAITRIKACARE PAGE  SECTION PROFETIONAL START HERE ===== */

.career-hero {
  background: radial-gradient(circle at center, #f5e1f1, #fdf2e9);
  padding: 130px 20px;
}

.career-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #1f1b2e;
  line-height: 1.2;
}

.career-title span {
  color: #1f1b2e;
}

.career-title .highlight {
  color: #ff6a00;
}

.career-subtitle {
  max-width: 700px;
  margin: 25px auto 0;
  color: #6c757d;
  font-size: 18px;
  line-height: 1.8;
}

/* Buttons */
.btn-primary-custom {
  background: linear-gradient(135deg, #ff7a00, #ff9a2e);
  color: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary-custom:hover {
  transform: translateY(-2px);
  color: #fff;
}

.btn-secondary-custom {
  background: black;
  color: white;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.btn-secondary-custom:hover {
  transform: translateY(-2px);
  background: #ff9a2e;
}

/* Responsive */
@media (max-width: 768px) {
  .career-title {
    font-size: 2.2rem;
  }

  .career-hero {
    padding: 90px 20px;
  }

  .career-subtitle {
    font-size: 16px;
  }
}

/* =====CARRIER AT MAITRIKACARE PAGE  SECTION PROFETIONAL END  HERE ===== */










/* =====CARRIER AT MAITRIKACARE PAGE  WHY-MAITI  SECTION PROFETIONAL START  HERE ===== */
.why-us-section-carrier {
  background: #fffaf6;
}

.why-title-carrier {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1f1b2e;
}
.why-title-carrier {
  font-size: clamp(1.8rem, 5vw, 2.8rem); /* min 1.8rem, scales with viewport, max 2.8rem */
  font-weight: 800;
  color: #1f1b2e;
}
.why-subtitle-carrier {
  max-width: 700px;
  margin: 20px auto 0;
  color: #6c757d;
  font-size: 17px;
  line-height: 1.8;
}

.why-card-carrier {
  background: #ffffff;
  border-radius: 22px;
  padding: 35px 25px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.03);
  transition: all 0.3s ease;
}

.why-card-carrier:hover {
  transform: translateY(-6px);
}

.why-icon-carrier {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, #ff7a00, #ff9a2e);
  color: #fff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin: 0 auto 22px;
}

.why-card-carrier h5 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1f1b2e;
  margin-bottom: 12px;
}

.why-card-carrier p {
  color: #6c757d;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .why-title-carrier {
    font-size: 2rem;
  }
}

/* =====CARRIER AT MAITRIKACARE PAGE  WHY-MAITI  SECTION PROFETIONAL END  HERE ===== */











/* =====CARRIER AT MAITRIKACARE PAGE  CULTURAOL SECTION PROFETIONAL START HERE ===== */

.culture-section {
  background: #fffaf6;
}

.culture-badge {
  background: #ffe5d5;
  color: #ff6a00;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 20px;
}

.culture-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1f1b2e;
  line-height: 1.2;
}

.culture-title span {
  color: #ff6a00;
}

.culture-text {
  color: #6c757d;
  font-size: 17px;
  line-height: 1.8;
  margin-top: 20px;
}

.culture-list {
  list-style: none;
  padding: 0;
}

.culture-list li {
  margin-bottom: 12px;
  color: #1f1b2e;
  font-size: 15px;
  position: relative;
  padding-left: 25px;
}

.culture-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ff6a00;
  font-weight: bold;
}

/* Right Side Stats */

.stats-box {
  background: linear-gradient(135deg, #f9d9d0, #e6c7f3);
  padding: 35px;
  border-radius: 25px;
}

.stat-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 35px 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.stat-card h3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ff6a00;
  margin-bottom: 8px;
}

.stat-card p {
  margin: 0;
  color: #6c757d;
  font-size: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .culture-title {
    font-size: 2rem;
  }

  .stats-box {
    padding: 25px;
  }
}


/* =====CARRIER AT MAITRIKACARE PAGE  CULTURAOL SECTION PROFETIONAL end HERE ===== */
















/* =====CARRIER AT MAITRIKACARE PAGE  JOB SECTION PROFETIONAL START HERE ===== */

.jobs-section {
  background: #d8c1df;
}

.jobs-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1f1b2e;
}

.jobs-subtitle {
  max-width: 700px;
  margin: 15px auto 0;
  color: #6c757d;
  font-size: 17px;
}

.job-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px 35px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.job-card h4 {
  font-weight: 700;
  color: #1f1b2e;
}

.job-meta {
  font-size: 14px;
  color: #6c757d;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.apply-btn {
  background: linear-gradient(135deg, #ff7a00, #ff9a2e);
  color: #fff;
  padding: 10px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(255,122,0,0.3);
}

.apply-btn:hover {
  color: #fff;
  background: black;
  transform: translateY(-1px);
}

.job-desc {
  margin-top: 15px;
  color: #6c757d;
  font-size: 15px;
}

.job-card h6 {
  margin-top: 18px;
  font-weight: 700;
}

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

.req-list li {
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
  color: #6c757d;
  font-size: 15px;
}

.req-list li::before {
  content: "★";
  position: absolute;
  left: 0;
  color: #ff6a00;
}

/* Responsive */
@media (max-width: 768px) {
  .jobs-title {
    font-size: 2rem;
  }

  .job-card {
    padding: 25px;
  }
}


/* =====CARRIER AT MAITRIKACARE PAGE  JOB  SECTION PROFETIONAL START HERE ===== */












/* =====CARRIER AT MAITRIKACARE PAGE  JOB  APPL;Y PROCESS  SECTION PROFETIONAL START HERE ===== */

.process-section {
  background: #ffffff;
}

.process-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1f1b2e;
}

.process-subtitle {
  color: #6c757d;
  font-size: 17px;
  margin-top: 12px;
}

.process-step {
  position: relative;
  z-index: 2;
}

.circle {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ff7a00, #ff9a2e);
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.process-step h5 {
  font-weight: 700;
  color: #1f1b2e;
}

.process-step p {
  color: #6c757d;
  font-size: 15px;
  max-width: 220px;
  margin: 0 auto;
}

/* Connecting Line */
.process-line {
  position: absolute;
  top: 40px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #ffd6b3;
  z-index: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .process-line {
    display: none;
  }

  .process-title {
    font-size: 2rem;
  }

  .process-step {
    margin-bottom: 30px;
  }
}

/* =====CARRIER AT MAITRIKACARE PAGE  JOB  APPLY PROCESS SECTION PROFETIONAL END HERE ===== */












/* =====CARRIER AT MAITRIKACARE PAGE  JOB  APPLY PROCESS SECTION PROFETIONAL END HERE ===== */

.cta-career {
  background: radial-gradient(circle at center, #f5e1f1, #fdf2e9);
  padding: 120px 20px;
}

.cta-title {
  font-size: 3rem;
  font-weight: 800;
  color: #1f1b2e;
}

.cta-title span {
  color: #ff6a00;
}

.cta-subtitle {
  max-width: 750px;
  margin: 20px auto 0;
  color: #6c757d;
  font-size: 18px;
  line-height: 1.8;
}

/* Buttons */
.cta-btn-primary {
  background: linear-gradient(135deg, #ff7a00, #ff9a2e);
  color: #fff;
  padding: 14px 34px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(255,122,0,0.35);
  transition: all 0.3s ease;
}

.cta-btn-primary:hover {
  transform: translateY(-2px);
  color: #fff;
  background: black;
}

.cta-btn-secondary {
  background: black;
  color: white;
  padding: 14px 34px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.cta-btn-secondary:hover {
  transform: translateY(-2px);
  color: #FFFFFF;
  background:#ff9a2e;

}

/* Responsive */
@media (max-width: 768px) {
  .cta-title {
    font-size: 2.1rem;
  }

  .cta-career {
    padding: 80px 20px;
  }

  .cta-subtitle {
    font-size: 16px;
  }
}

/* =====CARRIER AT MAITRIKACARE PAGE  CTA LAST  SECTION PROFETIONAL END HERE ===== */




















/* =====CARE GIVERS PAGES SECTION PROFETIONAL START HERE ===== */
.caregiver-section {
  background: linear-gradient(to bottom, #fff3ea, #ffffff);
}

.main-heading {
  font-size: 3rem;
  color: #2d1e3e;
}
.main-heading {
  font-size: clamp(2rem, 6vw, 3rem); /* min 2rem, scales with viewport, max 3rem */
  color: #2d1e3e;
}
.highlight-text {
  color: #ff7a00;
}

.section-desc {
  max-width: 700px;
  font-size: 1.1rem;
  color: #6c757d;
}

.custom-btn {
  background: #ff7a00;
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s ease;
}

.custom-btn:hover {
  background: black;
  color: #fff;
}

/* =====CARRIER AT MAITRIKACARE PAGE  CTA LAST  SECTION PROFETIONAL END HERE ===== */











/* =====CARRIER GIVERS PAGE CTA SECTION PROFETIONAL START HERE ===== */
.stats-section {
  background: #6f2c91; /* Purple */
}

.stats-number {
  color: #ff7a00; /* Orange */
  font-size: 3rem;
  font-weight: 700;
}

.stats-text {
  color: white;
  font-size: 1.1rem;
  margin: 0;
}
/* Stats animation */
.stats-section-home .col-md-3 {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.stats-section-home .col-md-3.animate {
  opacity: 1;
  transform: translateY(0);
}

.icon-box {
  font-size: 32px;
  color: #ff7a00;
  margin-bottom: 10px;
}






/* ===========================
   SERVICE CARD HOVER EFFECT
=========================== */

.service-card-home {
  background: #fff;
  padding: 35px;
  border-radius: 18px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* Lift + shadow */
.service-card-home:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.12);
}

/* Soft gradient glow */
.service-card-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,122,0,0.08), rgba(123,44,191,0.08));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.service-card-home:hover::before {
  opacity: 1;
}

/* Keep content above overlay */
.service-card-home > * {
  position: relative;
  z-index: 1;
}

/* Icon animation */
.service-icon-home {
  width: 65px;
  height: 65px;
  background: #ff7a00;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: all 0.4s ease;
}

.service-card-home:hover .service-icon-home {
  transform: scale(1.15) rotate(5deg);
  background: #7b2cbf;
}

/* Title color change */
.service-card-home h3 {
  transition: color 0.3s ease;
}

.service-card-home:hover h3 {
  color: #7b2cbf;
}

/* Button arrow animation */
.btn-orange-home span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.service-card-home:hover .btn-orange-home span {
  transform: translateX(6px);
}


.service-card-home p {
  display: -webkit-box;
  -webkit-line-clamp: 4;   /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-card-home {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-card-home p {
  flex-grow: 1;
}
.service-card-home p {
  line-height: 1.6;
  color: #555;
}





/* =====CARRIER GIVERS PAGE CTA SECTION PROFETIONAL END HERE ===== */












/* =====CARRIER GIVERS PAGE WHY SECTION PROFETIONAL START HERE ===== */

.why-section {
  background: #fffaf6;
}

.main-title {
  font-size: 2.7rem;
  font-weight: 700;
  color: #2d1e3e;
}
.main-title {
  font-size: clamp(1.8rem, 5vw, 2.7rem); /* min 1.8rem, scales with viewport, max 2.7rem */
  font-weight: 700;
  color: #2d1e3e;
}
.subtitle {
  max-width: 600px;
  color: #7a7a7a;
  font-size: 1.1rem;
}

.feature-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: left;
  height: 100%;
  box-shadow: 0 0 0 1px #eee;
  transition: 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.icon-box {
  width: 50px;
  height: 50px;
  background: #fff2e8;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
  color: #ff7a00;
}

.feature-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #2d1e3e;
}

.feature-card p {
  color: #7a7a7a;
  font-size: 15px;
}

/* =====CARRIER GIVERS PAGE WHY SECTION PROFETIONAL END HERE ===== */










/* =====CARRIER GIVERS PAGE TYPE SECTION PROFETIONAL START HERE ===== */

.types-section {
  background: #fffaf6;
}

.main-title {
  font-size: 2.7rem;
  font-weight: 700;
  color: #2d1e3e;
}
.main-title {
  font-size: clamp(1.8rem, 5vw, 2.7rem); /* min 1.8rem, scales with viewport, max 2.7rem */
  font-weight: 700;
  color: #2d1e3e;
}
.subtitle {
  max-width: 600px;
  color: #7a7a7a;
  font-size: 1.1rem;
}

.type-card {
  background: #ffffff;
  border-radius: 25px;
  padding: 30px;
  text-align: left;
  height: 100%;
  box-shadow: 0 0 0 1px #eee;
  transition: 0.3s;
}

.type-card:hover {
  transform: translateY(-5px);
}

.icon-box {
  width: 55px;
  height: 55px;
  background: #ff7a00;
  color: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.type-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #2d1e3e;
}

.type-card p {
  color: #7a7a7a;
  font-size: 15px;
}

.feature-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.feature-list li {
  margin-bottom: 10px;
  color: #2d1e3e;
  position: relative;
  padding-left: 25px;
}

.feature-list li::before {
  content: "✔";
  color: #ff7a00;
  position: absolute;
  left: 0;
  top: 0;
}

/* =====CARRIER GIVERS PAGE TYPE SECTION PROFETIONAL END HERE ===== */












/* =====CARRIER GIVERS PAGE TRANNING SECTION PROFETIONAL START HERE ===== */

.training-section {
  background: #fffaf6;
}

.training-badge {
  background: #ff7a00;
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  display: inline-block;
}

.training-title {
  font-size: 2.7rem;
  font-weight: 700;
  color: #2d1e3e;
}
.training-title {
  font-size: clamp(1.8rem, 5vw, 2.7rem); /* scales between 1.8rem and 2.7rem based on viewport */
  font-weight: 700;
  color: #2d1e3e;
}
.training-desc {
  color: #7a7a7a;
  font-size: 1.1rem;
  margin-top: 15px;
}

.icon-circle {
  background: #fff2e8;
  color: #ff7a00;
  padding: 10px;
  border-radius: 50%;
  font-size: 16px;
}

.training-btn {
  background: #ff7a00;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
}

.training-btn:hover {
  background: black;
  color: #fff;
}

/* Right Cards */

.module-title {
  font-weight: 700;
  color: #2d1e3e;
}

.module-card {
  background: #f7f4ef;
  padding: 16px 20px;
  border-radius: 14px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  color: #2d1e3e;
  transition: 0.3s;
}

.module-card:hover {
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.module-card span {
  background: #fff2e8;
  color: #ff7a00;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

/* =====CARRIER GIVERS PAGE TRANNING SECTION PROFETIONAL END HERE ===== */








/* =====CARRIER GIVERS PAGE TESTIMONIALS SECTION PROFETIONAL START HERE ===== */

.testimonial-section-care {
  background: #6f2c91; /* Purple */
}

.testimonial-title {
  color: #ffffff;
  font-size: 2.7rem;
  font-weight: 700;
}
.testimonial-title {
  font-size: clamp(1.8rem, 5vw, 2.7rem); /* scales with viewport */
  font-weight: 700;
  color: #ffffff;
}
.testimonial-card-care {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  text-align: left;
  height: 100%;
}

.stars {
  color: #ff7a00;
  font-size: 18px;
  margin-bottom: 15px;
}

.testimonial-text {
  font-size: 1rem;
  color: #5f5f6f;
  line-height: 1.6;
  margin-bottom: 25px;
}

.user-info h6 {
  font-weight: 700;
  color: #1f1b29;
  margin: 0;
}

.user-info span {
  font-size: 14px;
  color: #7a7a7a;
}

/* =====CARRIER GIVERS PAGE TESTIMONIALS SECTION PROFETIONAL END HERE ===== */










/* =====CARRIER GIVERS PAGE CTA SECTION PROFETIONAL START HERE ===== */
.cta-section-care {
  background: #fffaf6;
}

.cta-box-care {
  background: linear-gradient(135deg, #ff7a00, #ffa42b);
  border-radius: 30px;
  color: #fff;
}

.cta-icon-care {
  font-size: 40px;
}

.cta-title-care {
  font-size: 2.5rem;
  font-weight: 700;
}
.cta-title-care {
  font-size: clamp(1.7rem, 4.5vw, 2.5rem); /* min 1.7rem, scales with viewport, max 2.5rem */
  font-weight: 700;
}
.cta-text-care {
  max-width: 650px;
  margin: 0 auto;
  font-size: 1.1rem;
  opacity: 0.95;
}
.cta-text-care {
  max-width: 650px;
  margin: 0 auto;
  font-size: clamp(1rem, 2.5vw, 1.1rem); /* scales between 1rem and 1.1rem */
  opacity: 0.95;
}
.cta-btn-primary-care {
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  color: #2d1e3e;
}

.cta-btn-outline-care {
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.cta-btn-outline-care:hover {
  background: #fff;
  color: #ff7a00;
}

/* =====CARRIER GIVERS PAGE CTA SECTION PROFETIONAL END HERE ===== */













/* =====CARRIER GIVERS PAGE CTA SIMPLE SECTION PROFETIONAL START HERE ===== */


.cta-simple-section {
  background: #fffaf6;
}

.cta-simple-title {
  font-size: 2.7rem;
  font-weight: 700;
  color: #2d1e3e;
}

.cta-simple-text {
  max-width: 650px;
  font-size: 1.1rem;
  color: #7a7a7a;
}

.cta-primary-btn {
  background: linear-gradient(135deg, #ff7a00, #ff9b2f);
  color: #fff;
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 600;
  border: none;
}

.cta-primary-btn:hover {
  background: black;
  color: #fff;
}

.cta-outline-btn {
  background: transparent;
  color: #2d1e3e;
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 600;
  border: 1px solid #e5e5e5;
}

.cta-outline-btn:hover {
  background: #fff;
  border-color: #ff7a00;
  color: #ff7a00;
}



/* =====CARRIER GIVERS PAGE CTA SIMPLE SECTION PROFETIONAL END HERE ===== */













/* =====ELDERLY CARE AT HOME PAGE HERO  SECTION PROFETIONAL START HERE ===== */

.hero-section {
  background: linear-gradient(to bottom, #fff7f1, #ffffff);
}

.hero-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #2d1e3e;
  line-height: 1.2;
}

.hero-title span {
  display: block;
  color: #ff7a00;
}

.hero-text {
  max-width: 650px;
  font-size: 1.15rem;
  color: #7a7a7a;
}

.hero-primary-btn {
  background: linear-gradient(135deg, #ff7a00, #ff9b2f);
  color: #fff;
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 600;
  border: none;
}

.hero-primary-btn:hover {
  background: black;
  color: #fff;
}

.hero-outline-btn {
  background: #fff;
  color: #2d1e3e;
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 600;
  border: 1px solid #eee;
}

.hero-outline-btn:hover {
  border-color: #ff7a00;
  color: #ff7a00;
}



/* =====ELDERLY CARE AT HOME PAGE HERO  SECTION PROFETIONAL END HERE ===== */















/* =====ELDERLY CARE AT PAGE ONBOARDING PROCESS  SECTION PROFETIONAL START HERE ===== */
.steps-wrapper {
  position: relative;
}

.step {
  text-align: center;
  cursor: pointer;
  z-index: 2;
  width: 20%;
}

.step .icon {
  width: 55px;
  height: 55px;
  background: #eaeaea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 22px;
  transition: 0.3s;
}

.step.active .icon {
  background: orange;
  color: #fff;
}

.step p {
  font-size: 14px;
  margin-top: 8px;
}

.progress-line {
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  height: 8px;
  background: #ddd;
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 0%;
  background: orange;
  transition: 0.4s ease;
}

/* =====ELDERLY CARE AT PAGE ONBOARDING PROCESS  SECTION PROFETIONAL END HERE ===== */











/* =====ELDERLY CARE AT PAGE FIFFERENC SECTION   SECTION PROFETIONAL END HERE ===== */
.difference-section {
  background: #e9d9eb;
  border-radius: 30px;
}

.section-badge {
  color: #ff7a00;
  font-weight: 600;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d1e3e;
}
.section-title {
  font-size: clamp(1.7rem, 4.5vw, 2.5rem); /* min 1.7rem, scales with viewport, max 2.5rem */
  font-weight: 700;
  color: #2d1e3e;
}
.section-desc {
  color: #7a7a7a;
  max-width: 500px;
}

.feature-item {
  display: flex;
  gap: 15px;
}

.feature-icon {
  background: #f3cdd0;
  color: #ff7a00;
  width: 45px;
  height: 45px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.feature-item h6 {
  font-weight: 700;
  margin-bottom: 5px;
  color: #2d1e3e;
}

.feature-item p {
  font-size: 14px;
  color: #7a7a7a;
}

/* Right Box */

.love-box {
  background: linear-gradient(135deg, #ff7a00, #ffa42b);
  border-radius: 30px;
  color: #fff;
  padding: 80px 20px;
  height: 100%;
}

.heart-icon {
  font-size: 60px;
  margin-bottom: 20px;
}

.love-box h3 {
  font-weight: 700;
}

.love-box p {
  opacity: 0.9;
}

/* =====ELDERLY CARE AT PAGE DIFFERENCE   SECTION PROFETIONAL END HERE ===== */










/* =====ELDERLY CARE AT PAGE  PRICING SECTION PROFETIONALSTART HERE ===== */
.pricing-title {
  color: #ff7a00;
  font-weight: 700;
  font-size: 2.5rem;
}

.pricing-subtitle {
  max-width: 700px;
  color: #7a7a7a;
  font-size: 1.05rem;
}

/* Toggle */
.currency-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.currency-toggle span {
  font-weight: 600;
  color: #aaa;
}

.currency-toggle .active {
  color: #ff7a00;
}

/* Switch */
.switch {
  position: relative;
  width: 50px;
  height: 26px;
}

.switch input {
  opacity: 0;
}

.slider {
  position: absolute;
  background: #ddd;
  border-radius: 30px;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slider::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  transition: 0.3s;
}

.switch input:checked + .slider::before {
  transform: translateX(24px);
}

/* Cards */
.price-card {
  border: 2px solid #eee;
  border-radius: 20px;
  padding: 30px;
  background: #fff;
  transition: 0.3s;
}

.active-card {
  border-color: #ff7a00;
}

.price {
  color: #ff7a00;
  font-size: 2rem;
  font-weight: 700;
}

.duration {
  margin-top: -10px;
  color: #7a7a7a;
}

.small-text {
  font-size: 13px;
  color: #aaa;
}

.price-features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.price-features li {
  margin-bottom: 8px;
  color: #2d1e3e;
}

.price-btn {
  background: #ff7a00;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
}

.price-btn:hover {
  background: #e66c00;
  color: #fff;
}



/* =====ELDERLY CARE AT PAGE  PRICING SECTION PROFETIONALSTART HERE ===== */









/* =====NURSING AT HOME CARE AT PAGE  HEROSECTION PROFETIONAL START HERE ===== */

.nursing-section {
  background: #fffaf6;
}

.top-badge {
  background: #fff2e8;
  color: #ff7a00;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
  display: inline-block;
}

.nursing-title {
  font-size: 3rem;
  font-weight: 800;
  color: #2d1e3e;
  line-height: 1.2;
}

/* Mobile view adjustments */
@media (max-width: 768px) {
  .nursing-title {
    font-size: 1.8rem; /* smaller font size for mobile */
  }
}

.nursing-title span {
  color: #ff7a00;
}

.nursing-desc {
  color: #7a7a7a;
  font-size: 1.1rem;
  max-width: 500px;
}

.primary-btn {
  background: #ff7a00;
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  font-weight: 600;
}

.primary-btn:hover {
  background: black;
  color: #fff;
}

.outline-btn {
  border: 1px solid #ddd;
  color: #2d1e3e;
  padding: 12px 26px;
  border-radius: 30px;
  font-weight: 600;
}

.outline-btn:hover {
  border-color: #ff7a00;
  color: #ff7a00;
}

.stat-number {
  color: #ff7a00;
  font-weight: 700;
}

.stat-text {
  color: #7a7a7a;
  font-size: 14px;
}

/* RIGHT CARD */

.nursing-card {
  background: linear-gradient(135deg, #ff7a00, #ffb347);
  border-radius: 30px;
  min-height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.card-icon {
  font-size: 70px;
  opacity: 0.7;
}

/* Floating Badge */

.floating-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #ffffff;
  color: #2d1e3e;
  padding: 14px 18px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  font-weight: 600;
}

.floating-badge span {
  color: green;
  margin-right: 5px;
}

.floating-badge small {
  display: block;
  font-weight: 400;
  color: #7a7a7a;
}
/* =====NURSING AT HOME CARE AT PAGE  HEROSECTION PROFETIONAL END HERE ===== */
















/* =====NURSING AT HOME CARE AT PAGE NURSING SEVICES PROFETIONAL START HERE ===== */
.nursing-services {
  background: #fffaf6;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d1e3e;
}
.section-title {
  font-size: clamp(1.7rem, 4.5vw, 2.5rem); /* min 1.7rem, scales with viewport, max 2.5rem */
  font-weight: 700;
  color: #2d1e3e;
}
.section-subtitle {
  color: #7a7a7a;
  max-width: 600px;
  margin: auto;
}

.service-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  text-align: left;
}

.icon-box {
  width: 50px;
  height: 50px;
  background: #fff2e8;
  color: #ff7a00;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
}

.service-card h5 {
  font-weight: 700;
  color: #2d1e3e;
}

.service-card p {
  color: #7a7a7a;
  font-size: 15px;
}

.service-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.service-list li {
  margin-bottom: 10px;
  color: #2d1e3e;
  font-size: 14px;
}
/* =====NURSING AT HOME CARE AT PAGE NURSING SEVICES PROFETIONAL END HERE ===== */












/* =====NURSING AT HOME CARE AT PAGE  WHY NURSING PROFETIONAL START HERE ===== */
.why-nursing {
  background: #fffaf6;
}

.why-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d1e3e;
}
.why-title {
  font-size: clamp(1.7rem, 4.5vw, 2.5rem); /* min 1.7rem, scales with viewport, max 2.5rem */
  font-weight: 700;
  color: #2d1e3e;
}
.why-desc {
  color: #7a7a7a;
  max-width: 520px;
}

.why-item {
  display: flex;
  gap: 15px;
}

.why-icon {
  width: 48px;
  height: 48px;
  background: #fff2e8;
  color: #ff7a00;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.why-item h6 {
  font-weight: 700;
  color: #2d1e3e;
  margin-bottom: 5px;
}

.why-item p {
  font-size: 14px;
  color: #7a7a7a;
  margin: 0;
}

/* Right Card */

.why-card {
  background: linear-gradient(135deg, #ffe2cc, #ffd2a8);
  border-radius: 30px;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-heart {
  font-size: 70px;
  color: #ff9b2f;
  opacity: 0.6;
}
/* =====NURSING AT HOME CARE AT PAGE  WHY NURSING PROFETIONAL END HERE ===== */


















/* =====NURSING AT HOME CARE AT PAGE  PACKEGE SECTION PROFETIONAL START HERE ===== */

.packages-section {
  background: #fffaf6;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d1e3e;
}
.section-title {
  font-size: clamp(1.7rem, 4.5vw, 2.5rem); /* min 1.7rem, scales with viewport, max 2.5rem */
  font-weight: 700;
  color: #2d1e3e;
}
.section-subtitle {
  color: #7a7a7a;
  max-width: 600px;
  margin: auto;
}

.package-card {
  background: #fff;
  border-radius: 22px;
  padding: 30px;
  height: 100%;
  text-align: left;
  border: 2px solid #eee;
  position: relative;
}

.package-card h5 {
  font-weight: 700;
  color: #2d1e3e;
}

.price {
  color: #ff7a00;
  font-size: 2rem;
  font-weight: 700;
}

.price span {
  font-size: 14px;
  color: #7a7a7a;
}

.price.custom {
  color: #ff7a00;
}

.desc {
  color: #7a7a7a;
  font-size: 14px;
  margin-bottom: 15px;
}

.package-card ul {
  list-style: none;
  padding: 0;
}

.package-card ul li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #2d1e3e;
}

.btn-outline {
  display: block;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 10px;
  color: #2d1e3e;
  margin-top: 20px;
}

.btn-primary {
  display: block;
  text-align: center;
  background: #ff7a00;
  color: #fff;
  border-radius: 30px;
  padding: 12px;
  margin-top: 20px;
}

.popular {
  border: 2px solid #ff7a00;
}

.badge {
  background: #ff7a00;
  color: #fff;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 12px;
  position: absolute;
  top: 20px;
  left: 20px;
}

/* =====NURSING AT HOME CARE AT PAGE  WHY NURSING PROFETIONAL END HERE ===== */












/* =====NURSING AT HOME CARE AT PAGE  CTA PROFETIONAL STRAT HERE ===== */

.cta-box-nursing {
  background: linear-gradient(180deg, #ff8a00, #ff9f1c);
  border-radius: 40px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta-box-nursing h2 {
  font-size: 2.5rem;
}
.cta-box-nursing h2 {
  font-size: clamp(1.7rem, 4.5vw, 2.5rem); /* min 1.7rem, scales with viewport, max 2.5rem */
}
.cta-box p {
  font-size: 1.1rem;
  opacity: 0.95;
}

.btn-purple {
  background: #6f2c91;
  color: #fff;
  border-radius: 30px;
}

.btn-purple:hover {
  background: #5a2176;
  color: #fff;
}

.btn-outline-light {
  border-radius: 30px;
}

/* =====NURSING AT HOME CARE AT PAGE  WHY NURSING PROFETIONAL END HERE ===== */















/* ===== CARE ATTENDENT AT HOME PAGE  TOP BANNER PROFETIONAL START HERE ===== */

.hero-section-attendent {
  min-height: 520px;
  background: linear-gradient(135deg, #efd7f5, #fbe9dd);
  padding: 60px 20px;
}

.hero-title-attendent {
  font-size: 3rem;
  font-weight: 800;
  color: #2d1f3a;
}

/* Medium screens */
@media (max-width: 1024px) {
  .hero-title-attendent {
    font-size: 2.5rem;
  }
}

/* Small screens */
@media (max-width: 768px) {
  .hero-title-attendent {
    font-size: 2rem;
  }
}

/* Extra small screens */
@media (max-width: 480px) {
  .hero-title-attendent {
    font-size: 1.5rem;
  }
}

.hero-title-attendent span {
  color: #ff6a00;
}

.hero-subtitle-attendent {
  max-width: 700px;
  margin: 20px auto 0;
  font-size: 1.1rem;
  color: #6b5f7a;
  line-height: 1.7;
}

.btn-orange-attendent {
  background: #ff6a00;
  color: #fff;
  padding: 14px 26px;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 10px 20px rgba(255, 106, 0, 0.25);
}

.btn-orange-attendent:hover {
  background: black;
  color: #fff;
}

.btn-white-attendent {
  background: black;
  color: white;
  padding: 14px 26px;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.btn-white-attendent:hover {
  background: #ff6a00;
  color:white;
}

/* ===== CARE ATTENDENT AT HOME PAGE  TOP BANNER PROFETIONAL END HERE ===== */













/* ===== CARE ATTENDENT ATHOME STATES SECTION PROFETIONAL START HERE ===== */
.stats-section-attendent {
  background: #fff;
  height: 180px; /* Screenshot-like height */
  display: flex;
  align-items: center;
}

.stats-number-attendent {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ff6a00;
  margin-bottom: 5px;
}

.stats-text-attendent {
  font-size: 1rem;
  color: #6b5f7a;
  margin: 0;
}

/* Mobile fix */
@media (max-width: 768px) {
  .stats-section {
    height: auto;
    padding: 40px 0;
  }

  .stats-number-attendent {
    font-size: 2rem;
  }
}

/* ===== CARE ATTENDENT ATHOME STATES SECTION PROFETIONAL END HERE ===== */














/* ===== CARE ATTENDENT AT HOME CARE INFO SECTION PROFETIONAL START HERE ===== */
.care-info-section {
  background: #fffdf9;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #2d1f3a;
}
.section-title {
  font-size: clamp(1.7rem, 4.5vw, 2.5rem); /* scales between 1.7rem and 2.5rem */
  font-weight: 800;
  color: #2d1f3a;
}
.section-subtitle {
  max-width: 800px;
  margin: 15px auto 0;
  color: #6b5f7a;
  font-size: 1.1rem;
  line-height: 1.7;
}

.info-card {
  border-radius: 16px;
  padding: 30px;
  height: 100%;
}

.left-card {
  background: #fff4eb;
  border: 1px solid #ffd9c2;
}

.right-card {
  background: #ffffff;
  border: 1px solid #eee;
}

.card-title {
  font-weight: 700;
  font-size: 1.25rem;
  color: #2d1f3a;
}

.info-card ul li {
  margin-bottom: 12px;
  color: #6b5f7a;
  font-size: 1rem;
}

/* ===== CARE ATTENDENT AT HOME CARE INFO SECTION PROFETIONAL END HERE ===== */













/* ===== CARE ATTENDENT AT HOME CARE why chose  SECTION PROFETIONAL start HERE ===== */

.why-choose-section-attendent {
  background: #d9c2df;
}

.section-heading-attendent {
  font-size: 2.4rem;
  font-weight: 800;
  color: #2d1f3a;
}
.section-heading-attendent {
  font-size: clamp(1.7rem, 4.2vw, 2.4rem); /* min 1.7rem, scales with viewport, max 2.4rem */
  font-weight: 800;
  color: #2d1f3a;
}
.section-subtext-attendent {
  color: #6b5f7a;
  max-width: 600px;
  margin: 10px auto 0;
  font-size: 1.05rem;
}

.feature-card-attendent{
  background: #fff;
  padding: 35px 25px;
  border-radius: 16px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.feature-card-attendent:hover {
  transform: translateY(-5px);
}

.icon-circle-attendent {
  width: 60px;
  height: 60px;
  background: #fff0e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 26px;
  color: #ff6a00;
}

.feature-card-attendent h5 {
  font-weight: 700;
  color: #2d1f3a;
  margin-bottom: 10px;
}

.feature-card-attendent p {
  color: #6b5f7a;
  font-size: 0.95rem;
}


/* ===== CARE ATTENDENT AT HOME CARE why chose  SECTION PROFETIONAL start HERE ===== */













/* ===== CARE ATTENDENT AT HOME CARE SERVICES  SECTION PROFETIONAL start HERE ===== */
.services-section-attendent {
  background: #fffdf9;
}

.services-heading-attendent {
  font-size: 2.5rem;
  font-weight: 800;
  color: #2d1f3a;
}
.services-heading-attendent {
  font-size: clamp(1.7rem, 4.5vw, 2.5rem); /* min 1.7rem, scales with viewport, max 2.5rem */
  font-weight: 800;
  color: #2d1f3a;
}
.services-subtext-attendent {
  color: #6b5f7a;
  max-width: 650px;
  margin: 10px auto 0;
  font-size: 1.05rem;
}

.service-card-attendent {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.service-icon-attendent {
  width: 55px;
  height: 55px;
  background: #ff6a00;
  color: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
}

.service-card-attendent h5 {
  font-weight: 700;
  color: #2d1f3a;
  margin-bottom: 10px;
}

.service-card-attendent p {
  color: #6b5f7a;
  font-size: 0.95rem;
}

.service-list-attendent {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.service-list-attendent li {
  margin-bottom: 8px;
  color: #6b5f7a;
  font-size: 0.95rem;
}


/* ===== CARE ATTENDENT AT HOME CARE SERVICES  SECTION PROFETIONAL END HERE ===== */











/* ===== CARE ATTENDENT AT HOME CARE CARE PACKEGE SECTION PROFETIONAL START HERE ===== */
.care-packages-section {
  background: #fff7f2;
}

.packages-heading {
  font-size: 2.5rem;
  font-weight: 800;
  color: #2d1f3a;
}
.packages-heading {
  font-size: clamp(1.7rem, 4.5vw, 2.5rem); /* min 1.7rem, scales with viewport, max 2.5rem */
  font-weight: 800;
  color: #2d1f3a;
}
.packages-subtext {
  color: #6b5f7a;
  font-size: 1.05rem;
  max-width: 600px;
  margin: 10px auto 0;
}

.package-card {
  background: #fff;
  padding: 28px;
  border-radius: 18px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  position: relative;
}

.package-card h5 {
  font-weight: 700;
  color: #2d1f3a;
}

.package-type {
  color: #ff6a00;
  font-weight: 600;
  font-size: 0.9rem;
}

.ideal-box {
  background: #b792c9;
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 0.85rem;
  margin: 15px 0;
}

.package-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.package-list li {
  margin-bottom: 8px;
  color: #6b5f7a;
  font-size: 0.9rem;
}

.quote-btn {
  border: 1px solid #eee;
  width: 100%;
  border-radius: 12px;
  padding: 10px;
  font-weight: 600;
  background: #ff9324;
}

.popular-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ff6a00;
  color: #fff;
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 20px;
}

/* ===== CARE ATTENDENT AT HOME CARE CARE PACKEGE SECTION PROFETIONAL END HERE ===== */













/* ===== CARE ATTENDENT AT HOME CARE  TESTIMONIALS  SECTION PROFETIONAL START HERE ===== */
.testimonial-section-attendent {
  background: #ffffff;
}

.star-icon-attendent {
  font-size: 36px;
  color: #ff6a00;
}

.testimonial-quote-attendent {
  font-size: 1.4rem;
  font-style: italic;
  color: #2d1f3a;
  line-height: 1.6;
  margin-bottom: 30px;
}

.testimonial-name-attendent {
  font-weight: 700;
  color: #2d1f3a;
  margin-bottom: 5px;
}

.testimonial-role-attendent {
  color: #6b5f7a;
  font-size: 0.95rem;
}

/* ===== CARE ATTENDENT AT HOME CARE  TESTIMONIALS  SECTION PROFETIONAL END HERE ===== */












/* ===== CARE ATTENDENT AT HOME CARE  STEPS  SECTION PROFETIONAL START HERE ===== */
.steps-section {
  background: #fffdf9;
}

.steps-heading {
  font-size: 2.5rem;
  font-weight: 800;
  color: #2d1f3a;
}
.steps-heading {
  font-size: clamp(1.7rem, 4.5vw, 2.5rem); /* min 1.7rem, scales with viewport, max 2.5rem */
  font-weight: 800;
  color: #2d1f3a;
}
.steps-subtext {
  color: #6b5f7a;
  font-size: 1.05rem;
  max-width: 600px;
  margin: 10px auto 0;
}

.step-card {
  padding: 20px;
}

.step-circle {
  width: 70px;
  height: 70px;
  background: #ff6a00;
  color: #fff;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.step-card h5 {
  font-weight: 700;
  color: #2d1f3a;
  margin-bottom: 10px;
}

.step-card p {
  color: #6b5f7a;
  font-size: 0.95rem;
  max-width: 240px;
  margin: 0 auto;
}

/* ===== CARE ATTENDENT AT HOME CARE  STEPS SECTION PROFETIONAL END HERE ===== */












/* ===== CARE ATTENDENT AT HOME CARE  CTA SECTION PROFETIONAL START HERE ===== */

.cta-section-attendent {
  background: linear-gradient(180deg, #ff7a00, #ff9a1f);
  padding: 90px 20px;
  color: #fff;
}

.cta-icon-attendent {
  font-size: 40px;
}

.cta-heading-attendent {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 15px;
}

/* Mobile view adjustments */
@media (max-width: 768px) {
  .cta-heading-attendent {
    font-size: 1.6rem; /* smaller font size for mobile */
  }
}

.cta-subtext-attendent {
  font-size: 1.1rem;
  opacity: 0.9;
}

.btn-purple-attendent {
  background: #6f2da8;
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  font-weight: 600;
}

.btn-purple-attendent:hover {
  background: #5a2390;
  color: #fff;
}

.custom-outline-attendent {
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  font-weight: 600;
}

.custom-outline-attendent:hover {
  background: #fff;
  color: #ff7a00;
}

/* ===== CARE ATTENDENT AT HOME CARE  CTA SECTION PROFETIONAL END HERE ===== */














/* ===== ICU AT HOME PROFETIONAL  ICU SECTION START HERE ===== */
.icu-home-section {
  background: #f9fafb;
}

.icu-card {
  background: #fff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.icu-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #1f2937;
}

.icu-subtext {
  color: #6b7280;
  margin: 15px 0 20px;
}

.icu-features {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.icu-features li {
  margin-bottom: 10px;
  color: #374151;
  font-size: 0.95rem;
}

.icu-card .form-control {
  padding: 12px;
  border-radius: 10px;
}

.icu-btn {
  background: #f97316;
  color: #fff;
  padding: 12px;
  border-radius: 12px;
  font-weight: 600;
}

.icu-btn:hover {
  background: black;
  color: #fff;
}

.icu-image-wrapper img {
  border-radius: 18px;
  width: 100%;
  object-fit: cover;
}


/* ===== ICU AT HOME PROFETIONAL  ICU SECTION END  HERE ===== */












/* ===== ICU AT HOME PROFETIONAL  ICU SEREVICES  SECTION START HERE ===== */
.icu-services-section {
  background: #fffaf6;
}

/* Common styles for all main headings */
.hero-title-attendent,
.icu-cta-heading,
.works-heading,
.packages-title,
.why-icu-heading,
.icu-heading {
  font-weight: 800;
  color: #2d1f3a;
}

/* Individual responsive font sizes */
.hero-title-attendent {
  font-size: clamp(1.5rem, 5vw, 3rem);
}

.icu-cta-heading {
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  margin-bottom: 15px;
}

.works-heading,
.packages-title,
.why-icu-heading,
.icu-heading {
  font-size: clamp(1.8rem, 4.5vw, 2.6rem);
}

.icu-subtext {
  color: #6b5f7a;
  max-width: 720px;
  margin: 10px auto 0;
  font-size: 1.05rem;
}

.icu-service-card {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: left;
}

.icu-icon {
  width: 60px;
  height: 60px;
  background: #ffe8d6;
  color: #ff6a00;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.icu-service-card h5 {
  font-weight: 700;
  color: #2d1f3a;
  margin-bottom: 10px;
}

.icu-service-card p {
  color: #6b5f7a;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ===== ICU AT HOME PROFETIONAL  ICU  SERVICES SECTION END HERE ===== */












/* ===== ICU AT HOME PROFETIONAL WHY ICU SECTION START HERE ===== */
.why-icu-section {
  background: #fffaf6;
}

.why-icu-heading {
  font-size: 2.6rem;
  font-weight: 800;
  color: #2d1f3a;
}

.why-icu-subtext {
  color: #6b5f7a;
  margin-top: 15px;
  font-size: 1.05rem;
  max-width: 520px;
}

.why-feature {
  display: flex;
  gap: 15px;
}

.why-icon {
  width: 50px;
  height: 50px;
  background: #ffe8d6;
  color: #ff6a00;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.why-feature h6 {
  font-weight: 700;
  color: #2d1f3a;
  margin-bottom: 5px;
}

.why-feature p {
  color: #6b5f7a;
  font-size: 0.9rem;
  margin: 0;
}

.eligible-card {
  background: #fff;
  padding: 35px;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.eligible-heading {
  font-weight: 700;
  margin-bottom: 20px;
  color: #2d1f3a;
}

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

.eligible-list li {
  margin-bottom: 12px;
  color: #6b5f7a;
  font-size: 0.95rem;
  position: relative;
  padding-left: 28px;
}

.eligible-list li::before {
  content: "✔";
  color: #ff6a00;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

/* ===== ICU AT HOME PROFETIONAL WHY ICU SECTION END HERE ===== */












/* ===== ICU AT HOME PROFETIONAL ICU PACKEGE  SECTION START HERE ===== */

.icu-packages-section {
  background: #fffaf6;
}

.packages-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #2d1f3a;
}
.hero-title-attendent,
.icu-cta-heading,
.works-heading,
.packages-title,
.why-icu-heading {
  font-weight: 800;
  color: #2d1f3a;
}

/* Responsive font sizes */
.hero-title-attendent {
  font-size: clamp(1.5rem, 5vw, 3rem);
}

.icu-cta-heading {
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  margin-bottom: 15px;
}

.works-heading,
.packages-title,
.why-icu-heading {
  font-size: clamp(1.8rem, 4.5vw, 2.6rem);
}
.packages-subtitle {
  color: #6b5f7a;
  max-width: 720px;
  margin: 10px auto 0;
  font-size: 1.05rem;
}

.package-card {
  background: #fff;
  padding: 35px 30px;
  border-radius: 22px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: left;
  position: relative;
}

.package-card h4 {
  font-weight: 700;
  color: #2d1f3a;
}

.small-text {
  color: #6b5f7a;
  font-size: 0.95rem;
}

.price {
  font-size: 2rem;
  font-weight: 800;
  color: #ff6a00;
  margin: 15px 0;
}

.price span {
  font-size: 0.9rem;
  color: #6b5f7a;
  font-weight: 400;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.feature-list li {
  margin-bottom: 10px;
  color: #6b5f7a;
  font-size: 0.95rem;
  position: relative;
  padding-left: 28px;
}

.feature-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff6a00;
  font-weight: 700;
}

.popular-card {
  border: 2px solid #ff6a00;
}

.popular-badge {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #ff6a00;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 20px 20px 0 0;
  font-weight: 600;
}

.btn-orange {
  background: #ff6a00;
  color: #fff;
  padding: 12px;
  border-radius: 12px;
  font-weight: 600;
  border: none;
}

.btn-orange:hover {
  background: black;
  color: #fff;
}

.note-text {
  color: #6b5f7a;
  font-size: 0.9rem;
}
/* ===== ICU AT HOME PROFETIONAL  ICU PACKEGE  SECTION END HERE ===== */












/* ===== ICU AT HOME PROFETIONAL  ICU  WORKS  SECTION START HERE ===== */
.how-icu-works {
  background: #fffaf6;
}

.works-heading {
  font-size: 2.6rem;
  font-weight: 800;
  color: #2d1f3a;
}

/* Medium screens */
@media (max-width: 1024px) {
  .works-heading {
    font-size: 2.2rem;
  }
}

/* Small screens */
@media (max-width: 768px) {
  .works-heading {
    font-size: 1.8rem;
  }
}

/* Extra small screens */
@media (max-width: 480px) {
  .works-heading {
    font-size: 1.5rem;
  }
}
.works-subtext {
  color: #6b5f7a;
  max-width: 720px;
  margin: 10px auto 0;
  font-size: 1.05rem;
}

.work-step {
  padding: 20px;
}

.step-circle {
  width: 80px;
  height: 80px;
  background: #ff6a00;
  color: #fff;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.work-step h5 {
  font-weight: 700;
  color: #2d1f3a;
  margin-bottom: 10px;
}

.work-step p {
  color: #6b5f7a;
  font-size: 0.95rem;
  max-width: 250px;
  margin: 0 auto;
}
/* ===== ICU AT HOME PROFETIONAL  ICU  WORKS  SECTION END HERE ===== */














/* ===== ICU AT HOME PROFETIONAL  ICU  CTA  SECTION START HERE ===== */
.icu-cta-section {
  background: linear-gradient(135deg, #ff7a00, #ff9a1f);
  padding: 100px 20px;
  color: #fff;
}

.icu-cta-heading {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 15px;
}

/* Medium screens */
@media (max-width: 1024px) {
  .icu-cta-heading {
    font-size: 2.4rem;
  }
}

/* Small screens */
@media (max-width: 768px) {
  .icu-cta-heading {
    font-size: 2rem;
  }
}

/* Extra small screens */
@media (max-width: 480px) {
  .icu-cta-heading {
    font-size: 1.6rem;
  }
}

.icu-cta-subtext {
  font-size: 1.2rem;
  opacity: 0.95;
  max-width: 750px;
  margin: 0 auto;
}

.cta-call-btn {
  padding: 14px 28px;
  border-radius: 40px;
  font-weight: 600;
  color: #ff7a00;
}

.cta-outline-btn {
  padding: 14px 28px;
  border-radius: 40px;
  font-weight: 600;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.cta-outline-btn:hover {
  background: #fff;
  color: #ff7a00;
}

.icu-cta-footer {
  font-size: 0.95rem;
  opacity: 0.9;
}

/* ===== ICU AT HOME PROFETIONAL  ICU  CTA  SECTION END HERE ===== */








/* ===== WHATSAPP ICON FIC ION EVERY PAGES   SECTION START HERE ===== */
.whatsapp-float {
    position: fixed;
    left: 20px;
    bottom: 20px;
    background: #25D366;
    color: #fff;
    font-size: 26px;
    padding: 12px 15px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: 0.3s ease;
}


/* WhatsApp button - mobile view */
@media (max-width: 768px) {
    .whatsapp-float {
        font-size: 18px;      /* icon size smaller */
        padding: 10px 14px;    /* button size smaller */
        left: 15px;
        bottom: 15px;
    }
}

/* ===== WHATSAPP ICON FIC ION EVERY PAGES   SECTION END HERE ===== */











/* ===== home page enquery button pop up  form css about SECTION start HERE ===== */
/* Enquiry Modal Styling */
#enquiryModal .modal-content {
  border-radius: 18px;
  padding: 10px;
  border: none;
}

#enquiryModal .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}

#enquiryModal .modal-title {
  font-weight: 600;
  color: #333;
}

#enquiryModal .modal-body {
  padding: 25px;
}

/* Inputs */
#enquiryModal .form-control {
  border: 1.5px solid #ff6a00;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
  transition: 0.3s ease;
}

#enquiryModal .form-control:focus {
  border-color: #ff6a00;
  box-shadow: 0 0 0 0.15rem rgba(255, 106, 0, 0.25);
}

/* Dropdown */
#enquiryModal select.form-control {
  color: #555;
}

/* Button */
#enquiryModal .btn-orange {
  background: #ff6a00;
  color: #fff;
  border-radius: 16px;
  padding: 12px;
  font-weight: 600;
  border: none;
  transition: 0.3s ease;
}

#enquiryModal .btn-orange:hover {
  background: #e55d00;
}

/* Spacing */
#enquiryModal .row.g-5 > * {
  margin-bottom: 8px;
}


html {
  scroll-behavior: smooth;
}

/* ===== home page enquery button pop up  form css about SECTION end HERE ===== */




/* =========================
   PATIENT DASHBOARD SIDEBAR
========================= */

.patient-sidebar {
    background: #0f172a;
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    min-height: 50%;
}

.patient-sidebar h4 {
    color: #ff7a00;
    font-weight: 700;
}

.patient-sidebar a {
    display: block;
    padding: 10px 12px;
    margin-bottom: 8px;
    border-radius: 8px;
    color: #e5e7eb;
    text-decoration: none;
    font-weight: 500;
}

.patient-sidebar a:hover {
    background: rgba(255, 122, 0, 0.2);
}

.patient-sidebar a.active {
    background: #ff7a00;
    color: #fff;
}
/* LOGOUT BUTTON THEME COLOR */
.logout-btn {
    background-color: #ff7a00; /* Maitrika orange */
    color: #fff !important;
    border: none;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

/* Hover */
.logout-btn:hover {
    background-color: #e96d00;
    color: #fff !important;
}

/* Active / Click */
.logout-btn:active,
.logout-btn:focus {
    background-color: #cc5f00;
    box-shadow: none;
    color: #fff !important;
}








/* ===== Patient Login/register css ===== */
/* Navbar right side actions */
.navbar-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Login / Register */
.header-auth {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 500;
}

.auth-link {
    color: #333;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.auth-link:hover {
    color: #ff8c1a;
}

.divider {
    color: #bbb;
}

/* Logout button fix */
.logout-form {
    display: inline;
}

/* Book Appointment button */
.book-btn {
    background: #ff7a00;
    color: #fff;
    padding: 10px 22px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}


.book-btn:hover {
    background: #e67600;
    color: #fff;
    transform: translateY(-1px);
}





/* Right navbar container */
.navbar-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Login / Register pill */
.auth-pill {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    border-radius: 22px;
    border: 1.5px solid #ff7a00;
    background: #fff;
    font-weight: 600;
    margin-top: 15px;
    margin-right: 10px;
}

.auth-pill a {
    color: #ff7a00;
    text-decoration: none;
    transition: 0.25s ease;
}

.auth-pill a:hover {
    color: #fff;
}

.auth-divider {
    color: #ff7a00;
    font-weight: 600;
}

/* Hover effect for whole pill */
.auth-pill:hover {
    background: #ff7a00;
}

.auth-pill:hover a,
.auth-pill:hover .auth-divider {
    color: #fff;
}



/* ================= CAREGIVER AUTH UI ================= */

.caregiver-auth-section {
    padding: 80px 0;
    background: #f7f7fb;
}

.auth-card {
    max-width: 520px;
    margin: auto;
    background: #fff;
    padding: 35px;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.auth-title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
}

.auth-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.form-group input[type="file"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.btn-primary {
    width: 100%;
    background: #ffb703;
    color: #000;
    padding: 12px;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    margin-top: 10px;
    cursor: pointer;
}

.btn-primary:hover {
    background: #fca311;
}




.caregiver-dashboard-wrapper {
    display: flex;
    justify-content: center;
    padding: 60px 15px;
    background: #f4f6f8;
}

.caregiver-dashboard-card {
    background: #fff;
    width: 100%;
    max-width: 900px;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

.dashboard-header {
    margin-bottom: 25px;
}

.profile-info {
    display: flex;
    gap: 16px;
    align-items: center;
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ffe8cc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.subtitle {
    color: #6b7280;
    margin-top: 4px;
}

.badge {
    display: inline-block;
    margin-top: 6px;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.badge.verified {
    background: #dcfce7;
    color: #15803d;
}

.badge.pending {
    background: #fef3c7;
    color: #92400e;
}

.dashboard-section {
    margin-top: 24px;
}

.profile-list,
.doc-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.profile-list li,
.doc-list li {
    padding: 6px 0;
}

.ok {
    color: #16a34a;
    font-weight: 600;
}

.missing {
    color: #dc2626;
    font-weight: 600;
}

/* Toggle */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    margin-right: 10px;
}

.switch input { display: none; }

.slider {
    position: absolute;
    inset: 0;
    background: #ccc;
    border-radius: 30px;
    transition: .3s;
}

.slider:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background: white;
    border-radius: 50%;
    transition: .3s;
}

input:checked + .slider {
    background: #22c55e;
}

input:checked + .slider:before {
    transform: translateX(24px);
}

.status-text.available { color: #16a34a; }
.status-text.busy { color: #dc2626; }

.btn {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.btn-warning {
    background: #facc15;
    color: #000;
}

.btn-danger {
    background: #ef4444;
    color: #fff;
}

.logout-section {
    text-align: right;
}





/* Overlay */
.career-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

/* Card */
.career-card {
  background: #fff;
  width: 420px;
  border-radius: 16px;
  padding: 26px;
  position: relative;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
  animation: scaleIn .25s ease;
}

@keyframes scaleIn {
  from { transform: scale(.95); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* Close */
.close-btn {
  position: absolute;
  top: 14px;
  right: 16px;
  border: none;
  background: none;
  font-size: 22px;
  cursor: pointer;
}

/* Header */
.career-header {
  text-align: center;
  margin-bottom: 20px;
}

.career-header h3 {
  margin-bottom: 6px;
}

.job-type {
  display: inline-block;
  background: #fff1df;
  color: #ff8c00;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
}

.career-subtitle {
  font-size: 13px;
  color: #777;
  margin-top: 8px;
}


/* Form */
.form-group {
  margin-bottom: 14px;
}

.form-group label {
  font-size: 13px;
  display: block;
  margin-bottom: 6px;
  color: #444;
}

.form-group input {
  width: 100%;
  padding: 11px 12px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.form-group input:focus {
  outline: none;
  border-color: #ff8c00;
}

/* Resume */
.resume-box {
  display: block;
  border: 2px dashed #ff8c00;
  padding: 14px;
  text-align: center;
  border-radius: 12px;
  cursor: pointer;
  margin: 18px 0;
  color: #ff8c00;
  font-weight: 500;
}

.resume-box input {
  display: none;
}

/* Button */
.submit-btn {
  width: 100%;
  padding: 14px;
  background: #ff8c00;
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.form-group input::placeholder {
  color: #999;
  font-size: 14px;
}

.form-group input {
  height: 44px;
}

/* ===== CAREER MODAL FORM FIX ===== */

.career-form {
  width: 100%;
}

.career-input {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  outline: none;
}

.career-input:focus {
  border-color: #ff8a00;
  box-shadow: 0 0 0 2px rgba(255,138,0,0.1);
}

.resume-upload {
  width: 100%;
  border: 2px dashed #ff8a00;
  border-radius: 10px;
  padding: 14px;
  text-align: center;
  color: #ff8a00;
  cursor: pointer;
  margin-bottom: 14px;
  font-weight: 500;
}

.resume-upload input {
  display: none;
}

.career-submit-btn {
  width: 100%;
  background: #ff8a00;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.career-submit-btn:hover {
  background: #e67600;
}



.header-actions a {
  line-height: normal;
  height: 44px;
  display: inline-flex;
  align-items: center;
}
html {
    scroll-behavior: smooth;
}




/* SERVICE CARD BASE */
.service-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  height: 100%;
  transition: all 0.35s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

/* HOVER EFFECT */
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(255, 122, 0, 0.15);
}

/* ICON BOX */
.service-card .icon-box {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(255, 122, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: all 0.35s ease;
}

.service-card .icon-box i {
  font-size: 24px;
  color: #ff7a00;
  transition: transform 0.35s ease;
}

/* ICON ANIMATION ON HOVER */
.service-card:hover .icon-box {
  background: #ff7a00;
}

.service-card:hover .icon-box i {
  color: #fff;
  transform: scale(1.15) rotate(3deg);
}

/* TEXT SMOOTHNESS */
.service-card h5,
.service-card p,
.service-card li {
  transition: color 0.3s ease;
}
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}



/* WHY ITEM CONTAINER */
.why-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 14px;
  transition: all 0.3s ease;
}

/* HOVER – very soft */
.why-item:hover {
  background: rgba(255, 122, 0, 0.05);
}

/* ICON WRAPPER */
.why-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(255, 122, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.35s ease;
}

/* ICON */
.why-icon i {
  font-size: 20px;
  color: #ff7a00;
  transition: all 0.35s ease;
}

/* ICON HOVER EFFECT */
.why-item:hover .why-icon {
  background: #ff7a00;
}

.why-item:hover .why-icon i {
  color: #fff;
  transform: scale(1.15);
}

/* TEXT SMOOTHNESS */
.why-item h6 {
  margin-bottom: 4px;
  transition: color 0.3s ease;
}

.why-item p {
  margin-bottom: 0;
  font-size: 14px;
  color: #6c757d;
}
.stats-attendent > div {
  transition: transform 0.3s ease;
}

.stats-attendent > div:hover {
  transform: translateY(-6px);
}

.stats-number-attendent {
  font-size: 40px;
  font-weight: 700;
  color: #ff7a00;
  transition: transform 0.3s ease;
}

.stats-attendent > div:hover .stats-number-attendent {
  transform: scale(1.05);
}

.stats-text-attendent {
  font-size: 14px;
  color: #6c757d;
  margin-top: 6px;
}


/* Card base animation */
.service-card-attendent {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.6s ease;
  border-radius: 16px;
  background: #fff;
}

/* When visible */
.service-card-attendent.show {
  opacity: 1;
  transform: translateY(0);
}

/* Hover effect */
.service-card-attendent:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* Icon animation */
.service-icon-attendent {
  width: 55px;
  height: 55px;
  background: rgba(255, 122, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transition: all 0.4s ease;
}

.service-icon-attendent i {
  font-size: 22px;
  color: #ff7a00;
}

/* Icon hover */
.service-card-attendent:hover .service-icon-attendent {
  background: #ff7a00;
  transform: rotate(6deg) scale(1.1);
}

.service-card-attendent:hover .service-icon-attendent i {
  color: #fff;
}


/* STEP CARD ANIMATION */
.step {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.6s ease;
}

.step.show {
  opacity: 1;
  transform: translateY(0);
}

/* Active step highlight (optional but nice) */
.step.active .icon {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
/* ICU SERVICE CARD ANIMATION */
.icu-service-card {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.icu-service-card.show {
  opacity: 1;
  transform: translateY(0);
}

/* ICON STYLE + HOVER */
.icu-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgba(255, 122, 0, 0.12);
  color: #ff7a00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.icu-service-card:hover {
  transform: translateY(-6px);
}

.icu-service-card:hover .icu-icon {
  background: #ff7a00;
  color: #fff;
}
/* WHY FEATURE ANIMATION */
.why-feature {
  display: flex;
  gap: 15px;
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.6s ease;
}

.why-feature.show {
  opacity: 1;
  transform: translateY(0);
}

/* ICON STYLE */
.why-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 122, 0, 0.12);
  color: #ff7a00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

/* Hover effect (very light) */
.why-feature:hover {
  transform: translateY(-4px);
}

.why-feature:hover .why-icon {
  background: #ff7a00;
  color: #fff;
}



/* ===============================
   ONBOARDING SECTION
================================ */
.onboarding-section {
  padding: 100px 15px;
}

/* ===============================
   WRAPPER
================================ */
.care-steps-wrapper {
  position: relative;
  width: 100%;
  margin: 50px auto;
}

/* ===============================
   STEPS CONTAINER
================================ */
.care-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: max-content;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

/* ===============================
   INDIVIDUAL STEP
================================ */
.care-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  flex: 0 0 auto;
}

.care-step p {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}

/* ===============================
   ICON
================================ */
.care-step .icon {
  width: 52px;
  height: 52px;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* ===============================
   ACTIVE STEP
================================ */
.care-step.active .icon {
  background-color: #f19215;
  border-color: #f19215;
  color: #fff;
}

.care-step.active p {
  font-weight: 600;
  color: #f19215;
}

/* ===============================
   LINE BEHIND STEPS
================================ */
.care-line {
  position: absolute;
  top: 26px;                /* aligns through icon center */
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 180px);
  max-width: 820px;
  height: 4px;
  background-color: #e0e0e0;
  border-radius: 2px;
  z-index: 1;
   background-color: #e0e0e0 !important;  /* 👈 FORCE */
  height: 4px !important;
}

/* ===============================
   PROGRESS LINE
================================ */
.care-progress {
    display: block;
  height: 100%;
  width: 20%;               /* adjust via JS later */
  background-color: #f19215;
  border-radius: 2px;
  transition: width 0.4s ease;
}

/* ===============================
   BANNERS
================================ */
.care-banners {
  max-width: 1100px;
  margin: 40px auto;
}

.care-banner {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.care-banner.active-banner {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.care-banner img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 12px;
}

/* ===============================
   MOBILE FIX
================================ */
@media (max-width: 768px) {
  .care-steps-wrapper {
    overflow-x: auto;
  }

  .care-steps {
    justify-content: flex-start;
    padding: 0 20px;
  }

  .care-line {
    width: 100%;
    max-width: 100%;
  }
}



html, body {
    width: 100%;
    overflow-x: hidden;
}





/*@media (max-width: 768px) {*/
/*    iframe[src*="tawk.to"] {*/
/*        display: none !important;*/
/*    }*/
/*}*/





