.vod-section {
    background-color: #fdf8f0;
    padding: 40px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vod-section .vod-wrapper {
    position: relative;
    width: 98%;
    border-radius: 20px;
    overflow: visible;
}
.in-vod {
    background-color: #d1e79f;
    border-radius: 16px;
    padding: 20px 21px 12px;
    min-width: 260px;
    max-width: 300px;
}
/* ── Hero image ── */
.vod-section .vod-image-wrap {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.vod-social__buttons a:nth-child(1) {
    background: #2196F3;
    color: white;
    border: none;
}
.vod-social__buttons a:nth-child(2) {
    background: #3f65ff;
    color: white;
    border: none;
}
.vod-social__buttons a:nth-child(3) {
    background: linear-gradient(
    to right,
    #833ab4,#fd1d1d,#fcb045
  );
    color: white;
    border: none;
}
.vod-social__buttons a:nth-child(4) {
    background: red;
    color: white;
    border: none;
}
.vod-section .vod-image-wrap img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
    display: block;
}
.vod-card:before,
.vod-card:after {
    content: "";
    background: transparent;
    border-top-right-radius: 30px;
    box-shadow: calc(30px * 0.25) calc(30px * 0.25 * -1) 0 calc(30px * 0.25) #fdf8f0;
    height: 30px;
    position: absolute;
    width: 30px;
    top: 0px;
    left: -50px;
}
.vod-card:before {
    right: 0px;
    bottom: 1px;
    transform: translateY(68%);
    left: inherit;
    top: 100%;
}
/* ── Info card ── */
.vod-section .vod-card {
    border-radius: 0 0 0 39px;
    border-left: 20px solid #fdf8f0;
    border-bottom: 20px solid #fdf8f0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: #fdf8f0;
}

/* Stacked below image on mobile */
@media (max-width: 991.98px) {
    .vod-section .vod-card {
        position: static;
        max-width: 100%;
        margin-top: 16px;
        border-radius: 16px;
    }
}

.vod-section .vod-card .vod-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1a3a4a;
    margin-bottom: 10px;
}

.vod-section .vod-card .h2 {
    font-size: 1.7rem;
    font-weight: 800;
    color: #02472a;
    margin-bottom: 18px;
    line-height: 1.2;
}

.vod-section .vod-card .vod-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.vod-section .vod-card .vod-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.92rem;
    font-weight: 600;
    color: #02472a;
    margin-bottom: 10px;
}

.vod-section .vod-card .vod-checklist li:last-child {
    margin-bottom: 0;
}

.vod-section .vod-card .vod-check-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #02472a;
}

.vod-section .vod-card .vod-btn, .vod-btnn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #02472a;
    color: #fff;
    font-weight: 700;
    font-size: 0.92rem;
    border: none;
    border-radius: 50px;
    padding: 13px 24px;
    cursor: pointer;
    text-decoration: none;
    transition:
        background 0.2s ease,
        transform 0.15s ease;
    width: 100%;
    justify-content: space-between;
}
.vod-btnn {
    background-color: #3c1900;
}
.vod-section .vod-card .vod-btn:hover, .vod-btnn:hover, .vod-btnn:focus {
    background-color: #3c1900;
    transform: translateY(-1px);
    color: white;
}

.vod-section .vod-card .vod-btn .vod-arrow, .vod-btnn .vod-arrow {
    font-size: 1.1rem;
    line-height: 1;
}
.vod-exp {
    background-color: #fefaec;
    padding: 48px 40px 64px;
}
.vod-exp .vod-exp__tag {
    display: inline-block;
    background-color: #ff8f0763;
    color: #3c1900;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 5px 14px;
    margin-bottom: 18px;
}

.vod-exp .vod-exp__heading {
    font-size: clamp(1.9rem, 4vw, 2.75rem);
    font-weight: 900;
    color: #3c1900;
    line-height: 1.15;
    margin-bottom: 32px;
}

.vod-exp .vod-exp__card {
    border-radius: 22px;
    background: linear-gradient(275deg, #ef8d47, #ff6600);
    overflow: hidden;
    display: flex;
    align-items: stretch;
    gap: 0;
    padding: 24px;
}

.vod-exp .vod-exp__card-img {
    width: 38%;
    flex-shrink: 0;
    min-height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 18px;
}
.vod-exp .vod-exp__card-body {
    padding: 0 0 0 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vod-exp .vod-exp__card-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.vod-exp .vod-exp__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.vod-exp .vod-exp__list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.45;
}

.vod-exp .vod-exp__list li:last-child {
    margin-bottom: 0;
}

.vod-exp .vod-exp__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff36;
    flex-shrink: 0;
    margin-top: 5px;
    border: 3px solid #ffffff;
}

.vod-exp .vod-exp__note-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.vod-exp .vod-exp__note-circle {
    background-color: #d1e79f;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 28px;
    flex-shrink: 0;
    cursor: pointer;
}

.vod-exp .vod-exp__note-label {
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #2d4a00;
    margin-bottom: 10px;
}

.vod-exp .vod-exp__note-text {
    font-size: 0.88rem;
    font-weight: 700;
    color: #1a3600;
    line-height: 1.5;
    margin: 0;
}

/* ── Responsive ── */
@media (max-width: 991.98px) {
    .vod-exp .vod-exp__card {
        flex-direction: column;
    }
    .vod-exp .vod-exp__card-img {
        width: 100%;
        min-height: 220px;
        border-radius: 18px 18px 0 0;
    }
    .vod-exp .vod-exp__note-circle {
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) {
    .d-flex.align-items-center.gap-4.flex-wrap.flex-lg-nowrap {
        justify-content: center;
    }
    .vod-exp {
        padding: 32px 0 48px;
    }
    .vod-exp .vod-exp__card-body {
        padding: 24px 0;
    }
}
.op-box img {
    width: 100%;
    border-radius: 20px;
    height: max-content;
    object-fit: cover;
    height: 500px;
}
.op-box {
    position: relative;
}
.op-box .right-fixed {
    position: absolute;
    bottom: 15px;
    right: 15px;
    transform: none;
    rotate: inherit;
    height: fit-content;
    top: inherit;
    border-radius: 25px;
    background: #3c1900;
}
.op-v-head {
    position: absolute;
    bottom: 0;
    background: #fefaec;
    padding: 14px;
    border-radius: 0 20px 0 0;
}
.op-v-head:before {
    content: "";
    background: transparent;
    border-bottom-left-radius: 20px;
    box-shadow: calc(20px * 0.25 * -1) calc(20px * 0.25) 0 calc(20px * 0.25) #fbf6e5;
    bottom: 100%;
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.vod-social {
    background-color: #cfe59e;
    padding: 36px 40px;
}

.vod-social .vod-social__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

/* ── Text block ── */
.vod-social .vod-social__text {
    max-width: 520px;
}

.vod-social .vod-social__heading {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a4200;
    margin-bottom: 6px;
    line-height: 1.3;
}

.vod-social .vod-social__desc {
    font-size: 0.88rem;
    font-weight: 500;
    color: #2a3a1a;
    margin: 0;
    line-height: 1.55;
}

/* ── Button group ── */
.vod-social .vod-social__buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.vod-social .vod-social__btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1.8px solid #0e5131;
    border-radius: 50px;
    background: transparent;
    color: #0e5131;
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 9px 13px;
    text-decoration: none;
    cursor: pointer;
    transition:
        background 0.2s ease,
        color 0.2s ease;
    white-space: nowrap;
}

.vod-social .vod-social__btn:hover {
    background-color: #1a4200;
    color: #dde5c4;
}

.vod-social .vod-social__btn svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 767.98px) {
    .vod-social {
        padding: 28px 20px;
    }
    .vod-social .vod-social__inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
.vod-social .vod-social__btn i {
    font-size: 14px;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-color: #fff; /* required for Safari */

    background-image: url("data:image/svg+xml;utf8,<svg fill='%23000' height='10' viewBox='0 0 24 24' width='10' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");

    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px;

    padding-right: 35px;
    cursor: pointer;
}
.vod-exp .row .col-md-6:nth-child(1) img {
    border-radius: 20px 0 0 20px;
}
.vod-exp .row .col-md-6:nth-child(2) img {
    border-radius: 0 20px 20px 0;
}
  .sca-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .sca-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a3a1a;
    margin: 0;
    text-transform: capitalize;
  }
  .sca-nav {
    display: flex;
    gap: 10px;
  }
  .sca-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: opacity 0.2s;
    flex-shrink: 0;
  }
  .sca-nav-btn.prev { background: #8fa88f; color: #fff; }
  .sca-nav-btn.next { background: #1a3a1a; color: #fff; }
  .sca-nav-btn:hover { opacity: 0.85; }
  .sca-nav-btn:disabled { opacity: 0.4; cursor: default; }

  .sca-track-wrap { overflow: hidden; width: 100%; }
  .sca-track {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
  }

  .sca-card {
    background: #fef4e3;
    border-radius: 16px;
    padding: 14px 14px 20px;
    flex-shrink: 0;
    box-sizing: border-box;
    border: 1px solid #fe6905;
    /* width is set dynamically via JS */
  }

  .sca-card-img-placeholder {
    width: 100%;
    border-radius: 10px;
    background: #c9c4b4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #7a7060;
    overflow: hidden;
  }
  .sca-card-img-placeholder img {
    width: 100%;
    height: 168px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
  }

  .sca-card-name {
    font-size: 16px;
    color: #1a3a1a;
    line-height: normal;
    margin: 10px 0 0 0;
    font-weight: bold;
  }

  /* Responsive title */
  @media (max-width: 480px) {
    .sca-title { font-size: 22px; }
  }

  .root2 {
    background: #d1e79f6b;
  }
  .root2 .sca-card {
    background: #d1e79f33;
    border: 1px solid #75942e;
    /* width controlled by JS */
  }
  .root2 .sca-card span {
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    margin-top: 10px;
    display: block;
  }
  .root2 .sca-card-name {
    font-size: 20px;
    color: #4e7713;
  }
  .root2 .sca-card-img-placeholder img {
    height: 250px;
  }

.faq-section .faq-badge {
 display: inline-block;
    background-color: #ff8f0763;
    color: #3c1900;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 5px 14px;
    margin-bottom: 16px;
}

.faq-section .faq-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #1a3a1a;
  margin: 0 0 30px 0;
}

.faq-section .faq-accordion {
  width: 100%;
}

.faq-section .faq-item {
  border-bottom: 1px solid #bbb;
}

.faq-section .faq-item.open .faq-header {
    border-bottom: none;
    background: #f3e4cc;
    padding: 20px 9px;
    margin-bottom: 11px;
}

.faq-section .faq-header {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-size: 1.05rem;
    padding: 20px 9px 20px 0;
    font-weight: 600;
    color: #2d4a2d;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.faq-section .faq-header:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.faq-section .faq-icon {
  font-size: 1.3rem;
  color: #2d4a2d;
  transition: transform 0.3s;
  display: inline-block;
  transform: rotate(180deg);
  flex-shrink: 0;
}

.faq-section .faq-item.open .faq-icon {
  transform: rotate(0deg);
}

.faq-section .faq-body {
  display: none;
  padding: 0 14px 20px 14px;
}

.faq-section .faq-item.open .faq-body {
  display: block;
}

.faq-section .faq-body p {
  margin: 0;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-section {
    padding: 30px 20px;
  }

  .faq-section .faq-title {
    font-size: 1.6rem;
  }

  .faq-section .faq-header {
    font-size: 0.95rem;
    padding: 16px 8px;
  }
}

































@media only screen and (max-width: 767px) {
    .op-box .right-fixed {
        width: auto;
        bottom: 25px;
    }
    .vod-section {
        background-color: #fdf8f0;
        padding: 12px 0 0 0;
    }
    .principal-content .h5 {
        font-size: 16px;
    }
    .h3.text-center.mt-3 {
        margin-top: 0 !important;
    }
    #home-specializations {
        padding: 26px 0px 1px;
    }
    .vod-exp {
        padding: 16px 0 18px;
    }
    .op-box img {
        border-radius: 20px !important;
    }
    .op-box img {
        height: 250px;
        margin-bottom: 10px 0;
    }
.sca-root {
    padding: 16px 13px;
}
.sca-title {
    font-size: 18px;
}
.sca-header {
    margin-bottom: 20px;
}
.sca-nav-btn {
    width: 36px;
    height: 36px;
}



    
}
