    * { box-sizing: border-box; }
    body { margin: 0; padding: 0; }
    body { font-family: 'Poppins', sans-serif; }
    h1,h2,h3,h4,h5,h6 { font-family: 'Poppins', sans-serif; }
    img { max-width: 100%; height: auto; }
    section { width: 100%; position: relative; }
    .row { margin: 0; }
    .figma-generated { width: 100%; margin: 0 auto; }
    .figma-generated .container-fluid { width: 100%; padding: 0 16px; margin: 0 auto; }
    .figma-generated .w-100 { width: 100% !important; }
    .figma-generated .py-3 { padding-top: 1rem; padding-bottom: 1rem; }
    .figma-generated .py-4 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
    .figma-generated .py-5 { padding-top: 3rem; padding-bottom: 3rem; }
    .figma-generated .d-flex { display: flex !important; }
    .figma-generated .flex-wrap { flex-wrap: wrap !important; }
    .figma-generated .gap-2 { gap: 0.5rem; }
    .figma-generated .row { display: flex; flex-wrap: wrap; width: 100%; align-items: flex-start; }
    .figma-generated [class*='col-md-'] { box-sizing: border-box; padding: 8px 12px; min-width: 0; }
    .figma-generated nav { display: block; }
    @media (min-width: 768px) {
      .figma-generated .col-md-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
      .figma-generated .col-md-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
      .figma-generated .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
      .figma-generated .col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
      .figma-generated .col-md-6 { flex: 0 0 50.000000%; max-width: 50.000000%; }
      .figma-generated .col-md-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
      .figma-generated .col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
      .figma-generated .col-md-9 { flex: 0 0 75.000000%; max-width: 75.000000%; }
      .figma-generated .col-md-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
      .figma-generated .col-md-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
      .hero-podcast {
        background: url(/images/podcast/podcast-hero-section.png) left / cover no-repeat;
      }
    }

    :root {
  --font-primary: 'Poppins', sans-serif;
  --color-primary: #ffffff;
  --color-secondary: #f4f8fc;
  --color-1: #ffffff;
  --color-2: #f4f8fc;
  --color-3: #0b3359;
  --color-4: #1f7fce;
  --color-5: #262626;
  --color-6: #1f7bca;
  --color-7: #000000;
}

  :root {
    --font-primary: 'Poppins', sans-serif;
    --color-1: #ffffff;
    --color-2: #f4f8fc;
    --color-3: #0b3359;
    --color-4: #1f7fce;
    --color-5: #262626;
    --color-6: #1f7bca;
    --color-7: #000000;
  }
.new-shape-new
{
      padding: 393px 0 100px !important;
    margin-top: -24%;
    background-color: transparent;
}
  body {
    font-family: var(--font-primary);
    color: var(--color-5);
    background: var(--color-1);
    margin: 0;
  }

  .container { max-width: 1340px; }

  /* HEADER */
  .podcast-header {
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 10;
    padding: 20px 0;
  }
  .podcast-header .nav-link {
    font-size: 15px;
    font-weight: 400;
  }
  .btn-book {
    background: #1b7cce;
    color: #fff;
    border-radius: 30px;
    padding: 10px 24px;
    font-weight: 500;
  }
  .btn-book:hover { color: #fff; background: #0b3359; }

  /* HERO */
  .hero-podcast {
    position: relative;
    min-height: 650px;
    background: url(/images/podcast/podcast-hero-section.png) center / cover no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 140px 0 80px;
  }
  .hero-content { max-width: 720px; }
  .hero-eyebrow {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #fff;
  }
  .hero-title {
    font-size: 64px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 24px;
  }
  .hero-desc {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 32px;
    opacity: 0.95;
  }
  .btn-watch {
    background: #1b7cce;
    color: #fff;
    border-radius: 30px;
    padding: 14px 36px;
    font-weight: 500;
    font-size: 16px;
  }
  .btn-watch:hover { color: #fff; background: #0b3359; }

  /* PODCAST SECTIONS */
  .podcast-section {
    padding: 80px 0;
    background: var(--color-1);
    position: relative;
    z-index: 1;
  }
  .podcast-eyebrow {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-5);
    margin-bottom: 18px;
    letter-spacing: 0.5px;
  }
  .podcast-title {
    font-size: 56px;
    font-weight: 500;
    color: var(--color-5);
    line-height: 1.1;
  }
  .podcast-card-wrap {
    max-width: 1249px;
    margin: 0 auto;
  }
  .podcast-card-img {
    width: 100%;
    height: auto;
    border-radius: 25px;
    display: block;
  }

  /* EPISODE CARD */
  .podcast-card {
    background:transparent;
    padding: 30px 54px 40px 35px;
    border-radius: 20px;
    overflow: hidden;
  }
  .podcast-card .row {
    align-items: stretch !important;
    margin: 0;
  }
  .podcast-card [class*="col-"] {
    padding: 0 !important;
  }
  .podcast-image {
    height: 100%;
    overflow: hidden;
  }
  .podcast-card .podcast-card-img {
    height: 95%;
    object-fit: contain;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  .episode-list {
    display: flex;
    flex-direction: column;
    height: 95%;
    margin-left: -17px;
  }
  .episode-item {
    flex: 1;
    padding: 0px 15px 0px 35px;
    cursor: pointer;
    border-bottom: 1px solid #eef2f7;
    transition: background 0.2s;
    display: flex;
    flex-direction: column;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    justify-content: center;
  }
  .episode-item:last-child { border-bottom: none; }
  .episode-item:hover { background: #f0f6fc; }
  .episode-item.active { background: #eef4fb; }

  /* EPISODE CARD FLIP (episodes left, image right) */
  .podcast-card-flip {
    background: transparent;
    padding: 30px 35px 40px 54px;
    border-radius: 20px;
    overflow: hidden;
  }
  .podcast-card-flip .row {
    align-items: stretch !important;
    margin: 0;
  }
  .podcast-card-flip [class*="col-"] {
    padding: 0 !important;
  }
  .podcast-card-flip .podcast-card-img {
    height: 95%;
    object-fit: contain;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  .episode-list-flip {
    display: flex;
    flex-direction: column;
    height: 95%;
    margin-right: -17px;
  }
  .episode-item-flip {
    flex: 1;
    padding: 0px 35px 0px 15px;
    cursor: pointer;
    border-bottom: 1px solid #eef2f7;
    transition: background 0.2s;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: center;
  }
  .episode-item-flip:last-child { border-bottom: none; }
  .episode-item-flip:hover { background: #f0f6fc; }
  .episode-item-flip.active { background: #eef4fb; }
  .episode-label {
    font-size: 12px;
    font-weight: 700;
    color: #1f7fce;
    letter-spacing: 1px;
    margin-bottom: 6px;
    text-transform: uppercase;
  }
  .episode-title {
    font-size: 15px;
    font-weight: 500;
    color: #1a2e42;
    margin-bottom: 10px;
    line-height: 1.45;
  }
  .episode-player {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .episode-play-btn {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    background: #0b3359;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 0 0 2px;
    transition: background 0.2s;
  }
  .episode-play-btn:hover { background: #1f7fce; }
  .episode-item.active .episode-play-btn,
  .episode-item-flip.active .episode-play-btn { background: #1a6ec8; }
  .episode-item.active .episode-waveform rect,
  .episode-item-flip.active .episode-waveform rect { fill: #1a6ec8; }
  .episode-waveform {
    flex: 1;
    height: 38px;
    display: flex;
    align-items: center;
  }
  .episode-waveform svg {
    width: 100%;
    height: 38px;
  }

  .dark-band {
    background: var(--color-3);
    position: relative;
  }
  .dark-band .podcast-title,
  .dark-band .podcast-eyebrow { color: #fff; }

  /* CONTACT */
  .contact-section-wrap {
    padding: 60px 0;
    background: var(--color-2);
  }
  .contact-card {
    background: var(--color-3);
    border-radius: 25px;
    overflow: hidden;
    color: #fff;
    position: relative;
  }
  .contact-eyebrow {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
  }
  .contact-title {
    font-size: 54px;
    font-weight: 500;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 28px;
  }
  .contact-desc {
    font-size: 17px;
    font-weight: 400;
    color: rgba(255,255,255,0.9);
    margin-bottom: 32px;
    line-height: 1.6;
  }
  .btn-map {
    background: #1b7cce;
    color: #fff;
    border-radius: 30px;
    padding: 14px 32px;
    font-weight: 500;
  }
  .btn-map:hover { color: #fff; background: #1a4975; }
  .contact-link {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
  }
  .contact-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* FOOTER */
  .footer-section {
    padding: 80px 0 30px;
    background: #fff;
  }
  .footer-logo {
    height: 50px;
    width: auto;
  }
  .footer-desc {
    font-size: 16px;
    color: var(--color-5);
    line-height: 1.6;
  }
  .footer-h {
    font-size: 22px;
    font-weight: 500;
    color: var(--color-5);
    margin-bottom: 16px;
  }
  .footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer-list li {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-5);
    margin-bottom: 8px;
  }
  .footer-divider {
    margin: 60px 0 24px;
    border-top: 1px solid #000;
    opacity: 1;
  }
  .footer-bottom {
    font-size: 16px;
    color: var(--color-5);
  }
  .podcast-right-blue-border {
    background-image: url('/images/podcast/podcast-right-blue-border.webp');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .podcast-left-blue-border {
    background-image: url('/images/podcast/podcast-left-blue-border.webp');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .design-element {
    position: relative;
    z-index: 2;
  }
  .podcast-image { position: relative; overflow: hidden; }
  .podcast-video-overlay {
    position: absolute;
    bottom: 24px;
    left: 17px;
    right: 17px;
    background: linear-gradient(#2289e1, #1a5386);
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 18px;
    border-radius: 0 0 20px 20px;
  }
  .podcast-play-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: block;
  }
  .podcast-play-btn .play-icon-normal { display: block; }
  .podcast-play-btn .play-icon-hover  { display: none;  }
  .podcast-play-btn:hover .play-icon-normal { display: none;  }
  .podcast-play-btn:hover .play-icon-hover  { display: block; }
  .podcast-play-btn img { width: 40px; height: 40px; }
  .podcast-overlay-title {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    flex: 1;
  }
  #podcast3::before
 {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0b3359;
    clip-path: polygon(0 40%, /* Starts lower on the left edge */ 100% 0%, /* Shoots up sharply to the top right corner */ 100% 100%, /* Wraps straight down the right side */ 0% 100% /* Connects across the bottom back to the start */);
    -webkit-clip-path: polygon(0 40%, 100% 0%, 100% 100%, 0% 100%);
    z-index: -1;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
}
  #episodePlayerModal .modal-title { text-align: center; font-size: 1rem; }
  #episodePlayerModal .modal-title span { display: block; color: #1a6ec8; font-size: 0.82em; margin-bottom: 2px; }
  #episodePlayerModal .btn-close { filter: none; opacity: 0.6; }
  #episodePlayerModal .btn-close:hover { opacity: 1; }
  @media (max-width: 991px) {
    .hero-title, .contact-title { font-size: 40px; }
    .podcast-title { font-size: 36px; }
    .podcast-section { padding: 50px 0; }
    .contact-img { max-height: 400px; }
    .hero-podcast {
        background: url(/images/podcast/podcast-hero-section.png) left / cover no-repeat;
      }
      .podcast-right-blue-border {
        background-image: none;
        border: 1px solid #2269bc38;
        border-radius: 15px;
        box-shadow: 0px 2px 8px #2269bc4f;
      }
      .podcast-card-img {
        border-radius: 10px;
      }
      .podcast-card .podcast-card-img {
        height: 100%;
        object-fit: contain;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
      }
      .podcast-video-overlay {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background: linear-gradient(#2289e1, #1a5386);
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 5px 5px;
        border-radius: 0 0 10px 10px;
      }
      .podcast-card {
        padding: 15px 15px 40px 15px;
      }
      .episode-item {
        padding: 10px 15px 10px 20px;
      }
      .podcast-left-blue-border {
        background-image: none;
        border: 1px solid #2269bc38;
        border-radius: 15px;
        box-shadow: 0px 2px 8px #2269bc4f;
      }
       .podcast-card-flip .podcast-card-img {
        height: 100%;
        object-fit: contain;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
      }
      .podcast-card-flip {
        padding: 15px 15px 40px 15px;
      }
      .episode-item-flip {
        padding: 10px 15px 10px 20px;
      }
      #podcast3::before {
        display:none;
      }
      #podcast3 .podcast-eyebrow, #podcast3 .podcast-title {
        color:black !important;
      }
      .new-shape-new {
        padding: 93px 0 100px !important;
      }
      .episode-list {
        margin-top:15px;
      }
      .episode-list-flip {
        margin-bottom: 15px;
      }
  }