.pdt-root {
  padding-top: 16px;
  padding-left: 80px;
}
.pdt-title {
  text-align: center;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 36px 20px 28px;
  position: relative;
  z-index: 2;
}

.pdt-layout {
  display: flex;
  /* max-width: 1100px; */
  margin: 0 auto;
  /* padding: 0 20px 60px; */
  position: relative;
  z-index: 2;
  align-items: flex-start;
  gap: 0;
}

/* ── SIDEBAR ── */
.pdt-sidebar {
  width: 220px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 36px;
  padding-bottom: 80px;
  border-left: solid 1px white;
  position: sticky;
  top: 144px;
}

.pdt-tab-row {
  display: flex;
  align-items: center;
}

.pdt-connector {
  width: 36px;
  height: 1px;
  background: #fff;
  flex-shrink: 0;
}

.content{margin-bottom: 20px;}

.pdt-tab-btn {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex: 1;
  transition: transform 0.15s ease;
  outline: none;
}

.pdt-tab-shape {
  display: flex;
  align-items: center;
  text-align: left;
  background-image: url("/wp-content/uploads/2026/05/Group.svg");
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  padding: 10px 17px 10px 17px;
  transition: background 0.2s ease;
  white-space: nowrap;
  height: 55px;
}

.pdt-tab-btn.pdt-active .pdt-tab-shape,
.pdt-tab-btn:hover .pdt-tab-shape {
  background-image: url("/wp-content/uploads/2026/05/Group-1.svg");
}

/* ── CONTENT PANEL ── */
.pdt-panel {
  flex: 1;
  background: #fff9ee;
  border-radius: 20px;
  padding: 36px;
  margin-left: 49px;
  min-height: 500px;
  overflow: hidden;
  position: sticky;
  top: 144px;
}

.pdt-section {
  display: none;
  animation: pdtFadeIn 0.9s ease;
}

.pdt-section.pdt-active {
  display: block;
}

.pdt-arrows {
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 5;
  justify-content: center;
  margin-bottom: 30px;
}

.pdt-prev,
.pdt-next {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes pdtFadeIn {
  from {
    opacity: 0;
    transform: translateY(0px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pdt-section-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.pdt-section-body p {
  line-height: 24px;
}

.timeline-section {
  background-image: url("/wp-content/uploads/2026/05/Mask-group-13.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  padding: 63px 60px;
  border-radius: 20px;
  padding-bottom: 150px;
  /* overflow-x: hidden; */
  margin-bottom: 60px;
}
.pdop_services_heading_white {
  font-weight: var(--fw-black);
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.timeline-history {
  padding-bottom: 60px;
}

.page-template-historypage .site-main{
  background-color: #f4f0ff;
}

.pdt-mobile-swiper {
  display: none;
  position: relative;
}

.pdt-arrows .swiper-button-disabled svg path {
  stroke: #81818154;
}

/* Innovation Page  */

.statistic-data {
  border-radius: 20px;
  background: #fff9ee;
  padding: 24px 23px;
  text-align: center;
  display: grid;
  justify-content: center;
  box-shadow:
    0 69px 69px 0 rgba(0, 0, 0, 0.09),
    0 17px 38px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  border-right: solid 6px var(--color-secondary);
  border-bottom: solid 6px var(--color-secondary);
}

.innovation-promot {
  max-width: 1400px;
  margin: 0 auto;
}

.statistic-data img {
  margin-bottom: 20px !important;
  margin: 0 auto;
}

.statistic-data h3 {
  color: var(--color-black);
  text-align: center;
  font-size: 44px;
  font-weight: var(--fw-bold);
  line-height: 54px; /* 122.727% */
  margin-bottom: 12px;
}

.statistic-data p {
  color: var(--color-black);
  text-align: center;
  font-size: 18px;
  font-weight: var(--fw-semibold);
  line-height: 24px; /* 133.333% */
}

.description-column {
  border-radius: 20px;
  background: var(--color-accent-green);
  padding: 40px 40px 50px 40px;
  position: relative;
}

.description-column img {
  position: absolute;
  right: -34px;
  top: -4px;
}

.promot-heading {
  font-size: var(--h3-2-size);
}

.description-column p {
  font-size: 18px;
}

.pad-bt {
  padding: 80px 0px;
}

.description-column h5 {
  font-size: 20px;
  font-weight: 600;
  color: #1A2F46;
}

@media (max-width: 1120px) {
  .timeline-section {
    overflow: hidden;
    padding: 60px 0px;
    background-position: center;
  }
  .pdop_services_heading_white,
  .pdt-mobile-content-swiper {
    padding: 0px 40px;
  }
  .pdt-panel {
    margin-left: 0px;
    opacity: 0;
    transition:
      opacity 0.5s ease,
      transform 0.5s ease;
  }
  .swiper-slide-active .pdt-panel {
    opacity: 1;
  }
  .swiper-slide-active .pdt-tab-shape {
    background-image: url("/wp-content/uploads/2026/05/Group-1.svg");
  }
  .pdt-layout {
    display: none;
  }
  .pdt-mobile-swiper {
    display: block;
  }

  .pdt-mobile-year-swiper {
    border-top: solid 1px #fff;
  }

  .pdt-tab-shape {
    padding: 0px 40px 0px 17px;
    margin-bottom: 16px;
    justify-content: center;
  }
  .pdt-connector {
    height: 36px;
    width: 1px;
  }
  .pdt-root {
    padding-left: 0px;
  }
}

@media (max-width: 768px) {
  .timeline-section {
    margin-bottom: 130px;
  }
}

@media (max-width: 520px) {
  .pdop_services_heading_white,
  .pdt-mobile-content-swiper {
    padding: 0px 20px;
  }
  .pdt-panel {
    padding: 28px;
  }
  .description-column {
    padding: 30px 25px;
  }
  .description-column img {
    right: -10px;
    width: 50px;
    top: -18px;
  }
}

@media (max-width: 420px) {
  .pdt-panel {
    padding: 20px;
  }
}
