/* ============================================================
   HR Samvaad + Previous webinars section (home page)
   Figma: New Timelabs 2026 — node 1339:1685
   ============================================================ */

.setu-samvaad-section {
  position: relative;
  padding: 80px 0;
  background: #F8FAFC;
  overflow: hidden;
}

.setu-samvaad-section .setu-samvaad-grid {
  align-items: stretch;
  row-gap: 24px;
}

/* ---------- Owl mascot + speech bubble above the dark panel ---------- */
.setu-samvaad-section .col-md-7 {
  position: relative;
}

.setu-samvaad-section .tiva-callout {
  position: absolute;
  top: -42px;
  left: 60px;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  max-width: 420px;
}

.setu-samvaad-section .tiva-callout-icon {
  display: block;
  flex-shrink: 0;
  width: 66px;
  height: auto;
}

.setu-samvaad-section .tiva-callout-message {
  position: relative;
  margin: 0 0 10px;
  padding: 12px 18px;
  border-radius: 16px;
  background: #FBEFE3;
  color: #3B3B3B;
  font: 400 15px/22px "Inter", "Plus Jakarta Sans", Arial, sans-serif;
  box-shadow: 0 6px 20px rgba(15, 23, 42, .08);
}

/* little tail bubbles dropping toward the owl (mirrors the cheque section) */
.setu-samvaad-section .tiva-callout-message::before,
.setu-samvaad-section .tiva-callout-message::after {
  content: "";
  position: absolute;
  background: #FBEFE3;
  border-radius: 50%;
}

.setu-samvaad-section .tiva-callout-message::before {
  width: 13px;
  height: 13px;
  bottom: -4px;
  left: 2px;
}

.setu-samvaad-section .tiva-callout-message::after {
  width: 7px;
  height: 7px;
  bottom: -11px;
  left: 0;
}

/* ---------- Left: dark "Join the network" panel ---------- */
.setu-samvaad-section .setu-samvaad-panel {
  position: relative;
  height: 100%;
  padding: 56px 60px 60px;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(120% 120% at 100% 0%, rgba(64, 88, 190, .40) 0%, rgba(64, 88, 190, 0) 45%),
    radial-gradient(90% 90% at 88% 105%, rgba(14, 22, 74, .65) 0%, rgba(14, 22, 74, 0) 55%),
    linear-gradient(135deg, #0C1F63 0%, #0A1747 58%, #0A1642 100%);
}

.setu-samvaad-section .setu-samvaad-panel::before {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 32%, rgba(96, 118, 220, .35), rgba(96, 118, 220, 0) 70%);
  pointer-events: none;
}

.setu-samvaad-section .setu-samvaad-copy {
  position: relative;
  z-index: 1;
}

.setu-samvaad-section .setu-samvaad-logo {
  display: block;
  width: 210px;
  height: auto;
  margin-bottom: 42px;
}

.setu-samvaad-section .setu-samvaad-copy h2 {
  max-width: 470px;
  margin: 0 0 18px;
  color: #FFFFFF;
  font: 700 40px/1.22 "Plus Jakarta Sans", Arial, sans-serif;
  letter-spacing: -0.5px;
}

.setu-samvaad-section .setu-samvaad-copy p {
  max-width: 430px;
  margin: 0 0 32px;
  color: #C6CFEF;
  font: 400 17px/1.6 "Plus Jakarta Sans", Arial, sans-serif;
}

.setu-samvaad-section .setu-samvaad-copy .btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px 12px 28px;
  border: none;
  border-radius: 999px;
  background: #1D4ED8;
  color: #FFFFFF;
  font: 600 16px/1 "Plus Jakarta Sans", Arial, sans-serif;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.setu-samvaad-section .setu-samvaad-copy .btn:hover {
  background: #1746C4;
  transform: translateY(-1px);
}

.setu-samvaad-section .setu-samvaad-copy .btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .5);
  font-size: 13px;
  line-height: 1;
}

/* ---------- Right: "Previous webinars" panel ---------- */
.setu-samvaad-section .setu-webinars-panel {
  height: 100%;
  padding: 40px;
  border-radius: 24px;
  background: linear-gradient(160deg, #EEF1FF 0%, #E6EDFF 48%, #DBE6FF 100%);
}

.setu-samvaad-section .setu-webinars-panel h2 {
  margin: 0 0 26px;
  color: #1F2A44;
  font: 700 30px/1.3 "Plus Jakarta Sans", Arial, sans-serif;
}

.setu-samvaad-section .setu-webinar-carousel {
  position: relative;
}

.setu-samvaad-section .setu-webinar-card {
  position: relative;
  display: none;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
}

.setu-samvaad-section .setu-webinar-card.active {
  display: block;
}

.setu-samvaad-section .setu-webinar-card img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.setu-samvaad-section .setu-webinar-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .45);
  color: #FFFFFF;
  font-size: 20px;
  backdrop-filter: blur(2px);
  transition: background .2s ease;
}

.setu-samvaad-section .setu-webinar-card:hover .setu-webinar-play {
  background: rgba(255, 255, 255, .32);
}

.setu-samvaad-section .setu-webinar-dots {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.setu-samvaad-section .setu-webinar-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: #C4C9DD;
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}

.setu-samvaad-section .setu-webinar-dots button.active {
  width: 22px;
  background: #F5951E;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .setu-samvaad-section .setu-samvaad-panel {
    padding: 48px 40px;
  }

  .setu-samvaad-section .setu-samvaad-copy h2 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .setu-samvaad-section {
    padding: 56px 0;
  }

  .setu-samvaad-section .tiva-callout {
    position: static;
    max-width: 100%;
    margin: 0 0 16px;
  }

  .setu-samvaad-section .tiva-callout-icon {
    width: 52px;
  }

  .setu-samvaad-section .tiva-callout-message {
    font-size: 14px;
    line-height: 20px;
  }

  .setu-samvaad-section .setu-samvaad-panel {
    padding: 36px 24px 40px;
    border-radius: 20px;
  }

  .setu-samvaad-section .setu-samvaad-logo {
    width: 170px;
    margin-bottom: 28px;
  }

  .setu-samvaad-section .setu-samvaad-copy h2 {
    font-size: 26px;
  }

  .setu-samvaad-section .setu-samvaad-copy p {
    font-size: 15px;
  }

  .setu-samvaad-section .setu-webinars-panel {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .setu-samvaad-section .setu-webinars-panel h2 {
    font-size: 24px;
  }

  .setu-samvaad-section .setu-webinar-card img {
    height: 240px;
  }
}

/* Figma fidelity refinements — New Timelabs 2026, node 1339:1685 */
.setu-samvaad-section .setu-samvaad-cta img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.setu-samvaad-section .setu-webinar-card .setu-webinar-art-image {
  display: block;
  width: 100%;
  height: 362px;
  object-fit: cover;
}

.setu-samvaad-section .setu-webinar-card.active {
  isolation: isolate;
  min-height: 362px;
  background: #001655;
}

.setu-samvaad-section .setu-webinar-card.active::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, .10);
  pointer-events: none;
}

.setu-samvaad-section .setu-webinar-card .setu-webinar-orbit,
.setu-samvaad-section .setu-webinar-card .setu-webinar-vector,
.setu-samvaad-section .setu-webinar-card .setu-webinar-speaker {
  position: absolute;
  z-index: 1;
  display: block;
  height: auto;
  pointer-events: none;
}

.setu-samvaad-section .setu-webinar-card .setu-webinar-orbit {
  width: 309px;
  opacity: .30;
}

.setu-samvaad-section .setu-webinar-card .setu-webinar-orbit--one {
  top: 120px;
  left: 99px;
}

.setu-samvaad-section .setu-webinar-card .setu-webinar-orbit--two {
  top: 219px;
  left: 188px;
}

.setu-samvaad-section .setu-webinar-card .setu-webinar-vector {
  right: -34px;
  bottom: -78px;
  width: 540px;
  opacity: .40;
  transform: scaleX(-1) rotate(39deg);
  transform-origin: center;
}

.setu-samvaad-section .setu-webinar-card .setu-webinar-speaker {
  right: 0;
  bottom: 0;
  width: 301px;
  height: 221px;
  object-fit: cover;
  transform: scaleY(-1);
}

.setu-samvaad-section .setu-webinar-intro,
.setu-samvaad-section .setu-webinar-title,
.setu-samvaad-section .setu-webinar-play {
  z-index: 3;
}

.setu-samvaad-section .setu-webinar-intro {
  position: absolute;
  top: 50%;
  left: 35px;
  display: flex;
  flex-direction: column;
  width: 213px;
  color: #fff;
  font-family: "Poppins", "Plus Jakarta Sans", Arial, sans-serif;
  transform: translateY(-50%);
}

.setu-samvaad-section .setu-webinar-intro > span,
.setu-samvaad-section .setu-webinar-intro strong {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}

.setu-samvaad-section .setu-webinar-intro strong {
  color: #ff9d2b;
}

.setu-samvaad-section .setu-webinar-intro small {
  margin-top: 4px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
}

.setu-samvaad-section .setu-webinar-play {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 0;
  background: rgba(255, 255, 255, .20);
  backdrop-filter: blur(4px);
}

.setu-samvaad-section .setu-webinar-play img {
  width: 20px;
  height: 20px;
}

.setu-samvaad-section .setu-webinar-title {
  position: absolute;
  bottom: 41px;
  left: 36px;
  color: #fff;
  font: 500 16px/20px "Poppins", "Plus Jakarta Sans", Arial, sans-serif;
}

@media (min-width: 1200px) {
  .setu-samvaad-section {
    padding: 100px 0;
  }

  .setu-samvaad-section > .container {
    width: min(1440px, calc(100% - 48px));
    max-width: 1440px;
    padding-right: 0;
    padding-left: 0;
  }

  .setu-samvaad-section .setu-samvaad-grid {
    display: grid;
    grid-template-columns: minmax(0, 824px) minmax(0, 586px);
    gap: 30px;
    align-items: stretch;
    margin: 0;
  }

  .setu-samvaad-section .setu-samvaad-grid > .col-md-7,
  .setu-samvaad-section .setu-samvaad-grid > .col-md-5 {
    width: auto;
    max-width: none;
    padding: 0;
  }

  .setu-samvaad-section .tiva-callout {
    top: -31px;
    left: 235px;
    gap: 4px;
    max-width: 390px;
    align-items: flex-end;
  }

  .setu-samvaad-section .tiva-callout-icon {
    width: 63px;
    height: 70px;
  }

  .setu-samvaad-section .tiva-callout-message {
    width: 323px;
    margin: 0 0 56px;
    padding: 10px 15px;
    border-radius: 16px;
    background: #fffaf4;
    color: #000;
    font: 400 16px/24px "Inter", Arial, sans-serif;
    box-shadow: none;
  }

  .setu-samvaad-section .tiva-callout-message::before,
  .setu-samvaad-section .tiva-callout-message::after {
    background: #fffaf4;
  }

  .setu-samvaad-section .tiva-callout-message::before {
    right: auto;
    bottom: -4px;
    left: 0;
  }

  .setu-samvaad-section .tiva-callout-message::after {
    right: auto;
    bottom: -11px;
    left: -2px;
  }

  .setu-samvaad-section .setu-samvaad-panel {
    min-height: 590px;
    padding: 100px 70px;
    background: #001655;
  }

  .setu-samvaad-section .setu-samvaad-panel::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    background: url("../images/figma-home/samvaad-panel-vector.svg") 52% 54% / 224% auto no-repeat;
  }

  .setu-samvaad-section .setu-samvaad-copy {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 630px;
  }

  .setu-samvaad-section .setu-samvaad-logo {
    width: 206px;
    height: 80px;
    margin: 0;
    object-fit: cover;
    object-position: 50% 61%;
  }

  .setu-samvaad-section .setu-samvaad-copy h2 {
    max-width: 630px;
    margin: 0;
    font: 600 46px/60px "Plus Jakarta Sans", Arial, sans-serif;
    letter-spacing: -2px;
  }

  .setu-samvaad-section .setu-samvaad-copy p {
    max-width: 630px;
    margin: 0;
    color: #fff;
    font: 500 18px/24px "Plus Jakarta Sans", Arial, sans-serif;
  }

  .setu-samvaad-section .setu-samvaad-copy .setu-samvaad-cta {
    width: max-content;
    height: 52px;
    padding: 14px 30px;
    gap: 8px;
    border-radius: 52px;
    background: #1e40af;
    font: 500 16px/24px "Stack Sans Headline", "Plus Jakarta Sans", Arial, sans-serif;
  }

  .setu-samvaad-section .setu-samvaad-copy .setu-samvaad-cta:hover {
    background: #1735a4;
  }

  .setu-samvaad-section .setu-webinars-panel {
    min-height: 590px;
    padding: 51px 31px 31px;
    border: 1px solid #d4dcf9;
    border-radius: 25px;
    background: radial-gradient(83px 83px at 100% 0, rgba(98, 193, 252, .30), transparent 60%), #eff2ff;
  }

  .setu-samvaad-section .setu-webinars-panel h2 {
    margin: 0 0 30px;
    color: #343a40;
    font: 600 31px/40px "Plus Jakarta Sans", Arial, sans-serif;
  }

  .setu-samvaad-section .setu-webinar-dots {
    justify-content: center;
    gap: 4px;
    margin-top: 16px;
  }

  .setu-samvaad-section .setu-webinar-dots button,
  .setu-samvaad-section .setu-webinar-dots button.active {
    width: 8px;
    height: 8px;
  }

  .setu-samvaad-section .setu-webinar-dots button.active {
    background: #fd9d2d;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .setu-samvaad-section .setu-samvaad-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    margin: 0;
  }

  .setu-samvaad-section .setu-samvaad-grid > .col-md-7,
  .setu-samvaad-section .setu-samvaad-grid > .col-md-5 {
    width: 100%;
    max-width: none;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .setu-samvaad-section > .container {
    width: min(100% - 32px, 520px);
    padding-right: 0;
    padding-left: 0;
  }

  .setu-samvaad-section .setu-samvaad-grid {
    margin: 0;
  }

  .setu-samvaad-section .tiva-callout {
    align-items: flex-end;
    gap: 4px;
  }

  .setu-samvaad-section .tiva-callout-message {
    margin-bottom: 20px;
    padding: 10px 14px;
    background: #fffaf4;
    color: #000;
  }

  .setu-samvaad-section .tiva-callout-message::before,
  .setu-samvaad-section .tiva-callout-message::after {
    background: #fffaf4;
  }

  .setu-samvaad-section .setu-webinar-card.active,
  .setu-samvaad-section .setu-webinar-card .setu-webinar-art-image {
    min-height: 0;
    height: 238px;
  }

  .setu-samvaad-section .setu-webinar-card .setu-webinar-speaker {
    width: 198px;
    height: 146px;
  }

  .setu-samvaad-section .setu-webinar-card .setu-webinar-orbit {
    width: 208px;
  }

  .setu-samvaad-section .setu-webinar-card .setu-webinar-orbit--one {
    top: 70px;
    left: 32px;
  }

  .setu-samvaad-section .setu-webinar-card .setu-webinar-orbit--two {
    top: 136px;
    left: 94px;
  }

  .setu-samvaad-section .setu-webinar-card .setu-webinar-vector {
    right: -98px;
    bottom: -100px;
    width: 360px;
  }

  .setu-samvaad-section .setu-webinar-intro {
    left: 20px;
    width: 155px;
  }

  .setu-samvaad-section .setu-webinar-intro > span,
  .setu-samvaad-section .setu-webinar-intro strong {
    font-size: 17px;
  }

  .setu-samvaad-section .setu-webinar-intro small {
    font-size: 8px;
  }

  .setu-samvaad-section .setu-webinar-title {
    bottom: 22px;
    left: 20px;
    font-size: 12px;
  }
}
