html,body {
      font-family: 'Poppins' !important;
  }
  
  input, button, select, textarea,
  .form-control, .btn, .dropdown-item,
  .navbar, .card, .dropdown-menu,
  .page-header, p, h1, h2, h3, h4, h5, h6 {
      font-family: 'Poppins' !important;
  }
  ::placeholder {
      color: #c5c7ca !important;
      font-family: 'Poppins' !important;
  }

.bg-lightblue {
    background-color: #a5ddee !important; 
}
.btn-custom {
    color: #ffffff;
    background-color: #143b91;
    transition: 0.3s ease;
}
.btn-custom:hover {
    background-color: #ffffff;
    color: #143b91;
    border: 1px solid #143b91;
}
.img-top {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}  

.liner-banner-card {
    background: #d9f6ff;
}

a {
    color: #009689;
    text-decoration: none;
}

a:hover {
    color: #007666;
    text-decoration: none;
}
hr {
    opacity: 0.15 !important;
}
.fw-500 {
    font-weight: 500 !important;
}


footer {
    background-color: #08193f;
    padding-top: 3rem;
}
footer ul li a
 {
    color: #9ea0a3;
    font-size: 15px;
    text-transform: capitalize;
    transition: color .5s 
    ease-in-out;
}
footer ul li span
 {
    color: #9ea0a3;
}

footer ul li a:hover
 {
    color: #21d8ca;
}
footer .footer-bottom ul li a:hover {
    color: #21d8ca !important;
}
footer .footer-bottom  a {
    color: #9ea0a3 !important;
}
footer .footer-bottom a,
footer .footer-bottom p {
    font-size: 12px !important;
}


footer a {
    text-decoration: none;
}
footer .footer-top p a
{
    color: #fff;
}
footer .footer-top {
    border-bottom: 1px solid rgba(208, 216, 233, .1);
}
footer h6
 {
    color: #1aada2;
    font-size: 1.34rem;
    font-weight: 400;
    margin-bottom: .89rem;
}

.accordion-header, .accordion-body {
       background-color: #08193f;
}

footer .footer-bottom {
    border-top: 1px solid rgba(208, 216, 233, .1);
    padding: 1.88rem 0;
}
footer .footer-bottom p {
    font-size: .75rem;
    color: #9ea0a3 !important;
}
footer .text-start a {
    color: #9ea0a3 !important;
}
footer .footer-bottom ul li a {
    font-size: .75rem;
    color: #9ea0a3 !important;
}
footer .footer-top ul li a
 {
    font-size: 1.25rem;
    color: #21d8ca;
}
footer iframe {
    height: 60px !important;
    max-height: 60px !important;
    min-height: 0 !important;
}
footer .footer-top .img-wrap-trans
 {
    max-width: 13.5rem;
}
.img-wrap-trans .img-wrapper
{
    background-color: transparent;
}
footer a,
footer a:hover,
footer a:focus,
footer a:active {
    text-decoration: none !important;
}
footer .accordion .accordion-header .accordion-button
 {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

footer .accordion-button::after {
    content: "" !important;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-repeat: no-repeat !important;
    background-size: 1.25rem !important;
    background-image: url("") !important;
    transform: rotate(0deg) !important;
}

footer .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg) !important;
}
.accordion-flush .accordion-item {
    border-bottom: none !important;
}
@media (max-width: 767px) {
    .footer-bottom .list-inline-item {
        margin: 8px 0;
    }
}
@media (max-width: 767px) {
    .footer-bottom .list-inline-item:not(:last-child) {
        margin-right: 20px; /* adjust gap */
    }
}

.form-wraper input {
    border-radius: .75rem;
    border: 1px solid #e8eaf0;
    padding: 1.5rem;
}
.form-wraper input::placeholder {
    color: #000 !important;
    opacity: 1;
}
.form-wraper textarea::placeholder {
    color: #000 !important;
    opacity: 1;
}

.form-wraper button {
    background: #143b91;
    padding: 1rem;
}

.form-wraper button:hover {
    background: #0c2357;
}

.form-wraper button:active,
.form-wraper button:focus {
    background: #0c2357;
}

.form-wraper .form-select {
    border-radius: .75rem;
    border: 1px solid #e8eaf0;
    padding: 0.8rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231AADA2'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.social-icon {
    width: 18px;
    height: 18px;
    position: relative;
    top: -5px;
}

/* Center align + spacing */

/* Make nav-tabs full width with some padding */
#courseTabs {
    display: flex;                /* Use flex layout */
    /*justify-content: space-between;  Spread tabs across the width */
    gap: 15px;                    /* Space between tabs */
    /* padding: 0 50px;               Left and right padding */
    border-bottom: none;          /* Remove default underline */
}

/* Base style */
#courseTabs .nav-link {
    border: none !important;
    padding: 10px 26px;  /* increased padding so zoom has space */
    border-radius: 25px;
    font-weight: 500;
    color: #1F2B3D;
    transition: all 0.12s ease;
    transform-origin: center; /* prevents shifting */
}

/* Hover zoom */
#courseTabs .nav-link:hover {
    background: #94b0ed;
    color: #fff;
    transform: scale(1.0);
    z-index: 5;
}

/* Active zoom */
#courseTabs .nav-link.active {
    background: #0D2EA0 !important;
    color: #fff !important;
    font-weight: 600;
    z-index: 6;
}

@media (max-width: 768px) {
    #courseTabs {
        display: flex;
        -webkit-overflow-scrolling: touch;
        gap: 15px;
        padding-bottom: 10px;
    }

    #courseTabs .nav-item {
        flex: 0 0 auto;
    }

    #courseTabs .nav-link {
        white-space: nowrap;
        padding: 10px 20px;
        border-radius: 20px;
    }
}
#courseTabs::-webkit-scrollbar {
    display: none;
}
#courseTabs {
    background: transparent !important;
}
.userinitials.size-60 { 
    width: 60px; 
    height: 60px; 
}
.userinitials.size-42 { 
    width: 42px; 
    height: 42px; 
}


footer .accordion-button::after {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
    transition: transform 0.2s ease-in-out;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231AADA2'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}


footer .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}
footer .accordion.accordion-flush .accordion-button {
    border-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 1.35rem;
    padding-bottom: 0.35rem;
}
/* Default: arrow down-right (closed state) */
#faqAccordion .faq-chevron {
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s ease;
}

/* OPEN state — nudge DOWN slightly */
#faqAccordion button[aria-expanded="true"] .faq-chevron {
  transform: rotate(-135deg) translateY(-2px) translateX(-3px);
}


@media (max-width: 767px) {
  #faqAccordion .faq-arrow {
    border: none !important;
    background-color: transparent !important;
  }
}


/* Section Headings */
.section-icon-circle {
    width: 50px;
    height: 50px;
    background-color: #E0F2F1;
    color: var(--primary-teal);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.section-heading {
    font-weight: 700;
    font-size: 1.25rem;
    margin: 0;
}


/* --- "Why Take Up This Course" Cards --- */
:root {
    --primary-teal: #00BFA5;
    --light-teal-bg: #E0F2F1;
    --benefit-box-bg: #F8F9FA; /* Light grey background for the container */
    --card-border: #EFEFEF;
    --card-border-color: #eee;
    --text-dark: #333;
    --text-muted: #666;
}
.benefit-card {
    background: #fff;
    border: 1px solid var(--card-border-color);
    border-radius: 12px;
    padding: 16px;
    height: 100%;
    transition: transform 0.2s, box-shadow 0.2s;
}

/* .benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-color: var(--primary-teal);
} */

.benefit-icon {
    font-size: 3rem;
    margin-bottom: 5px;
    display: block;
}

.benefit-title {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 10px;
    color: #000;
}

.benefit-desc {
    font-size: 0.9rem;
    line-height: 1.6;
}

/* --- "Course Features" Blue Banner --- */
.features-banner {
    background-color: var(--light-teal-bg);
    padding: 40px 0;
    margin: 40px 0;
    border-radius: 20px;
}

.feature-pill {
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    height: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

@media (max-width: 480px) {
    .feature-pill, .benefit-pill, .instructor-stat-card, .guide-pill, .target-audience-card {
        padding: 15px !important;
    }
}

.feature-pill i {
    color: var(--primary-teal);
    font-size: 0.8rem;
}

/* --- "Who Should Join" Section --- */
.target-audience-card {
    background: #f8f9fa;
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center; /* Changed to center vertically */
    gap: 15px;
    height: 100%;
}

.target-audience-card i {
    color: var(--primary-teal);
    font-size: 0.8rem;
    margin-top: 0; /* Removed top margin */
    flex-shrink: 0; /* Prevent icon from shrinking */
}

.target-text {
    font-size: 0.95rem;
    line-height: 1.5;
}


/* About Text */
.about-text {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

/* Benefits Container */
.benefits-container {
    border: 1px solid var(--card-border);
    border-radius: 16px;
    padding: 40px;
    background-color: #fff; /* The image shows a very clean look, possibly white or very light grey. Using white with border for crispness */
    box-shadow: 0 2px 10px rgba(0,0,0,0.01);
}

/* If you want the slight grey background shown in some screenshots for the container */
.benefits-wrapper-bg {
    background-color: #FAFAFA; 
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    padding: 40px;
}

/* Individual Benefit Pill/Card */
.benefit-pill {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
    transition: 0.2s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

/* .benefit-pill:hover {
    border-color: var(--primary-teal);
    box-shadow: 0 5px 15px rgba(0,191,165,0.1);
}
 */
.benefit-dot {
    color: var(--primary-teal);
    font-size: 0.8rem;
    flex-shrink: 0;
}

.benefit-text {
    color: #444;
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .benefits-wrapper-bg {
        padding: 20px;
    }
}

/* --- Instructor Section Styles --- */
/* Specific Styles for Instructor & Guide Sections */
:root {
    --primary-teal: #00BFA5;
    --avatar-green: #00C853;
    --light-blue-bg: #F0F8FF;/* Very light blue for the bottom box */
    --border-color: #eee;
}

.instructor-main-card {
    border: 1px solid var(--border-color);
    border-radius: 15px;
    padding: 40px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
}

.instructor-avatar-box {
    width: 120px;
    height: 120px;
    /*background-color: var(--avatar-green);*/
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: white;
    flex-shrink: 0; /* Prevent shrinking on mobile */
}

.instructor-stat-card {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
    background: #fff;
}

.stat-icon {
    font-size: 2rem;
}

/* --- Meet Health Guide Styles --- */
.guide-box {
    background: linear-gradient(180deg, #F0FDFA 0%, #EFF6FF 50%, #FEF3F2 100%);
    border-radius: 15px;
    padding: 40px;
    margin-top: 30px;
}

.guide-pill {
    background: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
    height: 100%;
}

.guide-dot {
    color: var(--primary-teal);
    font-size: 0.8rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .instructor-main-card {
        padding: 20px;
    }
    .instructor-flex-container {
        flex-direction: column;
        text-align: center;
    }
    .instructor-avatar-box {
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
    }
    .instructor-text-content {
        text-align: center; /* Center text on mobile */
    }
}
/* --- CTA Banner Styles --- */
.cta-banner {
    background: linear-gradient(135deg, #00C853, #00BFA5); /* Green-Teal Gradient */
    border-radius: 20px;
    padding: 60px 20px;
    text-align: center;
    color: white;
    margin-bottom: 50px;
    box-shadow: 0 20px 40px rgba(0, 191, 165, 0.2);
}

.btn-cta-white {
    background-color: #fff;
    color: var(--primary-teal);
    font-weight: 400;
    padding: 15px 35px;
    border-radius: 50px;
    border: none;
    transition: 0.3s;
    margin-top: 30px;
    font-size:14px;
    margin-bottom: 20px;
}


.btn-cta-white {
    cursor: default; /* remove hand cursor */
}
footer h6 {
  text-transform: none !important;
}

.tabs-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
}

.tabs-wrapper::-webkit-scrollbar {
    height: 6px;
}

.tabs-wrapper::-webkit-scrollbar-thumb {
    background: #0d2ea0;
    border-radius: 10px;
}

/* Sticky parent — NO overflow */
.sticky-tabs-wrapper {
  position: sticky;
  top: 0px; /* adjust to your header height */
  z-index: 1020;
  background: #fff;
  padding-top: 10px;
}

/* Scrollable child — horizontal only */
.tabs-scroll {
  overflow-x: auto;
  overflow-y: visible;
  white-space: nowrap;
  scrollbar-gutter: stable both-edges;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}

.custom-text p {
  font-size:16px !important;
}


