.container{
    width:90%;
    max-width:1200px;
    margin:auto;
    padding:60px 0;
}

.tag{
    letter-spacing:2px;
    font-weight:600;
    color:#6a7f7f;
    margin-bottom:20px;
}

h1{
    font-size:48px;
    line-height:1.2;
    font-weight:800;
    max-width:900px;
}

.desc{
    margin-top:20px;
    font-size:18px;
    color:#516b6b;
    max-width:850px;
}

.buttons{
    margin-top:30px;
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.btn{
    padding:14px 28px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.btn.primary{
    background:#0f4d4d;
    color:white;
}

.btn.primary:hover{
    background:#0c3e3e;
}

.btn.outline{
    border:2px solid #0f4d4d;
    color: #ffff;
}

.btn.outline:hover{
    background:#0f4d4d;
    color:white;
}

.cards{
    margin-top:50px;
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:30px;
}

.card{
    background:white;
    padding:30px;
    border-radius:10px;
    box-shadow:0 4px 15px rgba(0,0,0,0.05);
}

.card-tag{
    font-size:13px;
    letter-spacing:1px;
    font-weight:700;
    color:#6a7f7f;
    margin-bottom:10px;
}

.card h3{
    font-size:22px;
    margin-bottom:10px;
}

.card p{
    color:#516b6b;
    line-height:1.6;
}

/* Responsive */

@media(max-width:768px){
    h1{
        font-size:30px;
    }

    .cards{
        grid-template-columns:1fr;
    }

    .desc{
        font-size:16px;
    }
}



.grid{
    display:grid;
    grid-template-columns: 1.1fr 1fr;
    gap:40px;
}

/* RIGHT SIDE */

.slider-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
}

.arrows button{
    width:38px;
    height:38px;
    border:1px solid #d0dede;
    background:#fff;
    border-radius:8px;
    cursor:pointer;
    margin-left:8px;
}

.reel-wrapper{
    display:flex;
    gap:20px;
    overflow-x:auto;
    scroll-behavior:smooth;
}

.reel{
    min-width:340px;
    max-width:340px;
    background:#fff;
    border-radius:10px;
    padding:10px;
}

.reel-wrapper::-webkit-scrollbar{
    display:none;
}

/* MOBILE */
@media(max-width:900px){
    .grid{
        grid-template-columns:1fr;
    }
}



/* GRID LAYOUT */
.grid{
    display:grid;
    grid-template-columns:1.1fr 1fr;
    gap:40px;
    align-items:start;
}

/* LEFT SIDE */
.tag{
    letter-spacing:2px;
    font-weight:700;
    color:#6b8080;
    margin-bottom:20px;
}

h1{
    font-size:46px;
    line-height:1.2;
    font-weight:800;
}

.desc{
    margin:20px 0 30px;
    font-size:18px;
    color:#4c6666;
}

.profile-card{
    background:#fff;
    padding:25px;
    border-radius:10px;
    box-shadow:0 8px 20px rgba(0,0,0,0.06);
}

.small-tag{
    font-size:13px;
    letter-spacing:1px;
    font-weight:700;
    color:#6b8080;
}

.profile-card h3{
    margin:10px 10px;
}

.btn{
    display:inline-block;
    margin-top:15px;
    padding:12px 24px;
    background:#2f5d50;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-weight:600;
}

/* RIGHT SIDE HORIZONTAL SCROLL */
.right{
    overflow:hidden;
}

.reel-row{
    display:flex;
    gap:24px;
    overflow-x:auto;
    scroll-behavior:smooth;
    padding-bottom:10px;
}

.reel-row::-webkit-scrollbar{
    height:6px;
}

.reel-row::-webkit-scrollbar-thumb{
    background:#cfdede;
    border-radius:10px;
}

/* EACH REEL CARD */
.reel-card{
    min-width:360px;
    max-width:360px;
    height:85vh;
    background:#fff;
    border-radius:12px;
    box-shadow:0 6px 18px rgba(0,0,0,0.08);
    overflow:hidden;
}

/* VERTICAL SCROLL INSIDE CARD */
.reel-inner{
    height:100%;
    overflow-y:auto;
    padding:8px;
}

.reel-inner::-webkit-scrollbar{
    width:5px;
}

.reel-inner::-webkit-scrollbar-thumb{
    background:#d6e2e2;
    border-radius:10px;
}

/* FORCE INSTAGRAM TO FIT CARD */
.reel-inner .instagram-media{
    min-width:100% !important;
    width:100% !important;
    margin:0 !important;
}

/* MOBILE */
@media(max-width:900px){
    .grid{
        grid-template-columns:1fr;
    }

    h1{
        font-size:30px;
    }

    .reel-card{
        min-width:90%;
        max-width:90%;
        height:70vh;
    }

}



.whatsnew-right{
    width:100%;
    overflow:hidden;
}

.slider-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
}

.arrows button{
    width:38px;
    height:38px;
    border:1px solid #d0dede;
    background:#fff;
    border-radius:8px;
    cursor:pointer;
    margin-left:8px;
    font-size:18px;
}

/* SLIDER */
.reel-slider{
    display:flex;
    gap:20px;
    overflow:hidden;
    scroll-behavior:smooth;
}

.reel-card{
    min-width:360px;
    max-width:360px;
    flex-shrink:0;
    background:#fff;
    border-radius:10px;
    padding:10px;
}

/* Instagram fix */
.instagram-media{
    width:100% !important;
    min-width:100% !important;
    max-width:100% !important;
    margin:0 !important;
}

/* MOBILE */
@media(max-width:768px){
    .reel-card{
        min-width:85%;
        max-width:85%;
    }
}
/* HEADER */
.slider-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
}

.small{
    font-size:13px;
    letter-spacing:1px;
    color:#6b8080;
    font-weight:700;
}

.date{
    font-size:14px;
    color:#6b8080;
    margin-top:5px;
}

.arrows button{
    width:38px;
    height:38px;
    border:1px solid #d0dede;
    background:#fff;
    border-radius:8px;
    cursor:pointer;
    margin-left:8px;
}

/* HORIZONTAL SLIDER */
.reel-slider{
    display:flex;
    gap:20px;
    overflow-x:auto;
    scroll-behavior:smooth;
    padding-bottom:10px;
}

.reel-slider::-webkit-scrollbar{
    height:6px;
}
.reel-slider::-webkit-scrollbar-thumb{
    background:#cfdede;
    border-radius:10px;
}

/* Horizontal slider */
.reel-slider{
    display:flex;
    gap:20px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;
    touch-action:pan-x;          /* 👈 KEY FIX */
    padding-bottom:10px;
}

.reel-viewport{
    scroll-snap-align:start;
    flex:0 0 380px;
    height:75vh;
    background:#fff;
    border-radius:12px;
    box-shadow:0 6px 15px rgba(0,0,0,0.08);

    display:flex;              /* 👈 important */
    flex-direction:column;    /* 👈 important */
    overflow:hidden;
}


/* Vertical scroll inside */
.reel-scroll{
    flex:1;                   /* 👈 takes remaining height */
    overflow-y:auto;
    padding:8px;
}

/* Only for YouTube cards */
.reel-scroll.youtube{
    position:relative;
    height:380px;      /* same height as your Instagram */
    overflow:hidden;   /* override insta overflow */
}

.reel-scroll.youtube iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
}


/* Instagram width fix */
.instagram-media{
    width:100% !important;
    min-width:100% !important;
    max-width:100% !important;
    margin:0 !important;
}

/* Hide scrollbars */
.reel-slider::-webkit-scrollbar{ height:6px; }
.reel-scroll::-webkit-scrollbar{ width:5px; }

/* Mobile */
@media(max-width:768px){
    .reel-viewport{
        flex:0 0 88%;
        height:70vh;
    }
}



.reel-scroll::-webkit-scrollbar{
    width:5px;
}
.reel-scroll::-webkit-scrollbar-thumb{
    background:#cfdede;
    border-radius:10px;
}


/* MOBILE */
@media(max-width:768px){

    .reel-viewport{
        min-width:88%;
        max-width:88%;
        height:70vh;
    }

}

/* Meta section under reel */
.reel-meta{
    display:flex;
    gap:14px;
    border-top:1px solid #e6eeee;
    padding:14px;
    margin-top:10px;
}

/* Left date */
.reel-date{
    min-width:95px;
    font-size:12px;
    letter-spacing:1px;
    font-weight:700;
    color:#6b8080;
}

/* Right content */
.reel-info{
    display:flex;
    flex-direction:column;
    gap:6px;
}

.reel-info h4{
    font-size:16px;
    margin:0;
    color:#203636;
}

.reel-info p{
    font-size:13px;
    margin:0;
    color:#5a7070;
    line-height:1.5;
}

/* Button */
.watch-btn{
    margin-top:6px;
    display:inline-block;
    font-size:13px;
    font-weight:600;
    color:#1b5e55;
    text-decoration:none;
}

.watch-btn:hover{
    text-decoration:underline;
}


:root {
  --primary-dark: #1a2b2c;
  --text-muted: #556667;
  --link-color: #004d4d;
  --bg-light: #f8fbfc;
}

.learning-section {
  background-color: var(--bg-light);
  padding: 0px 20px;
  font-family: 'Inter', sans-serif; /* Fallback to Arial if not available */
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-label {
  font-size: 14px;
  font-weight: 800;
  color: var(--text-muted);
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.main-heading {
  font-size: 56px;
  line-height: 1.1;
  color: var(--primary-dark);
  max-width: 800px;
  margin-bottom: 25px;
  font-weight: 800;
}

.sub-heading {
  font-size: 18px;
  color: var(--text-muted);
  margin-bottom: 50px;
}

/* Responsive Grid */
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Laptop: 4 columns */
  gap: 20px;
}

.info-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  border: 1px solid #e0e8e9;
  display: flex;
  flex-direction: column;
}

.info-card h3 {
  font-size: 20px;
  color: var(--primary-dark);
  margin-bottom: 20px;
  line-height: 1.3;
}

.info-card p {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 30px;
  flex-grow: 1; /* Pushes links to the bottom */
}

.card-link {
  color: var(--link-color);
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
}

.card-link:hover {
  text-decoration: underline;
}

/* --- Responsive Breakpoints --- */

/* Tablet View */
@media (max-width: 1024px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
  }
  .main-heading {
    font-size: 40px;
  }
}

/* Mobile View */
@media (max-width: 600px) {
  .card-grid {
    grid-template-columns: 1fr; /* 1 column stack */
  }
  .main-heading {
    font-size: 32px;
  }
  .learning-section {
    padding: 0px 15px;
  }
  .slider-header {
    margin-right: 50px;
}
  
.arrows button {
    width: 58px;
    height: 48px;
    border: 2px solid #000000;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    margin-left: 8px;
}
}

.arrows button {
    width: 58px;
    height: 48px;
    border: 2px solid #000000;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
    margin-left: 8px;
}

/* Container and Section Spacing */
.next-step-section {
  padding: 20px 20px;
  background-color: #fcfdfe;
  font-family: sans-serif;
}

.next-step-container {
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #eef2f3;
  border-radius: 12px;
  padding: 60px;
  display: flex;
  gap: 40px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}

/* Left Side Styling */
.content-side {
  flex: 1.2;
}

.label {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: #6a7a7a;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.content-side h1 {
  font-size: 52px;
  line-height: 1.1;
  color: #1a2b2c;
  margin-bottom: 25px;
  font-weight: 800;
}

.description {
  font-size: 17px;
  line-height: 1.6;
  color: #5a6d6e;
  margin-bottom: 40px;
  max-width: 500px;
}

/* Buttons */
.cta-group {
  display: flex;
  gap: 15px;
}

.btn-book {
  background-color: #005a5a;
  color: white;
  border: none;
  padding: 15px 25px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}

.btn-call {
  background-color: transparent;
  color: #005a5a;
  border: 1px solid #d1d9da;
  padding: 15px 25px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}

/* Right Side Feature Boxes */
.feature-side {
  flex: 0.8;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.feature-box {
  border: 1px solid #e0e7e8;
  padding: 25px;
  border-radius: 10px;
}

.feature-box h3 {
  color: #005a5a;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 700;
}

.feature-box p {
  color: #5a6d6e;
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

/* --- Responsive Behavior --- */

/* Laptop / Small Desktop */
@media (max-width: 1024px) {
  .next-step-container {
    padding: 40px;
  }
  .content-side h1 {
    font-size: 40px;
  }
}

/* Tablet & Mobile */
@media (max-width: 768px) {
  .next-step-container {
    flex-direction: column; /* Stack vertically */
    padding: 30px 20px;
  }
  
  .cta-group {
    flex-direction: column; /* Stack buttons on mobile */
  }

  .content-side h1 {
    font-size: 32px;
  }
  
  .feature-side {
    margin-top: 20px;
  }
}

.card-hover{
    transition: transform .35s ease, box-shadow .35s ease;
    will-change: transform, box-shadow;
}

/* Hover effect */
.card-hover:hover{
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

/* Click (press) feel */
.card-hover:active{
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.12);
}

/* Mobile: no hover jump */
@media (max-width:768px){
    .card-hover:hover{
        transform: none;
        box-shadow: 0 8px 18px rgba(0,0,0,0.10);
    }
}




.sisf-banner.position-relative {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 510px !important; /* Adjust height for laptop */
    background: none !important; /* Removes that solid dark block on the right */
    position: relative;
    overflow: hidden;
}

/* 2. Make the Image fill the background entirely */
.banner-img, .banner-img figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 0;
    margin-top: 55px !important;
}

.banner-img img {
    width: 100%;
    height: 100%; 
    object-fit: cover; /* Prevents stretching */
}

/* 3. Apply the Green Shade OVER the image */
.sisf-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* 0.2 makes it very transparent/light */
       background: linear-gradient(
        135deg, 
        rgba(0, 90, 90, 0.2) 50%,   /* Darker teal on the left */
        rgba(0, 90, 90, 0.2) 50%,    /* Medium teal in the middle */
        rgba(0, 90, 90, 0.2) 50%      /* Fades to show the doctor image on the right */
    );
    z-index: 1;
}

/* 4. Force the Title to be White and Centered */
.sisf-page-title {
    position: relative !important;
    z-index: 2 !important; /* Sits on top of the green shade */
    text-align: center;
    width: 100%;
}

.entry-title {
    color: #ffffff !important; /* Pure White */
    font-size: 56px !important;
    font-weight: 700;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4); /* Makes text pop */
    margin: 0;
}

/* 5. Mobile Version (Fixes your previous mobile issue) */
@media (max-width: 768px) {
    .entry-title {
        font-size: 32px !important;
    }
    .sisf-banner.position-relative {
      min-height: 250px !important; /* Adjust height for laptop */
   }

   /* 2. Make the Image fill the background entirely */
   .banner-img, .banner-img figure {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin-top: 0px !important;
      z-index: 0;
   }
}

.help-block.with-errors ul li {
    color: #ff0000;
    font-weight: 500;
    font-size: 14px;
}

/* Specific Brand Colors */
.btn-instagram {
    background-color: #E4405F !important;
    color: #fff !important;
    border-color: #E4405F !important;
}

.btn-youtube {
    background-color: #FF0000 !important;
    color: #fff !important;
    border-color: #FF0000 !important;
}

.btn-facebook {
    background-color: #1877F2 !important;
    color: #fff !important;
    border-color: #1877F2 !important;
}

/* Optional: Subtle hover effect to stay interactive */
.btn-instagram:hover, .btn-youtube:hover, .btn-facebook:hover {
    opacity: 0.9;
    filter: brightness(1.1);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}


/* ===== MOBILE FIX – LEFT CONTENT ===== */
@media (max-width:768px){

    .left{
        padding:0 15px;
    }
        .profile-card h3{
        font-size:18px;
        word-break:break-word;
    }

}