/* 
This is the main stylesheet for the IASMED Premium theme.
It includes styles for the header, hero section, navigation, buttons, and various sections of the website.
Name: IASMED Premium Theme Styles
Version: 1.0
Author: Husein Indra Kusuma - Cerebra Asia(PT. Inovasi Cerdas Digital)
Author URI: https://cerebra.asia
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  background-color: #fff;
  color: #333;
}

.iasmed-main,
.iasmed-footer {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}


/* Tooltip styling for statistics info icon */
.tooltip-container {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

.info-icon-tooltip {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  color: #205e62;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.2s;
}

.tooltip-container:hover .info-icon-tooltip,
.tooltip-container:focus .info-icon-tooltip {
  background: #e0f3f4;
}

.tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: 240px;
  background: #205e62;
  color: #fff;
  text-align: left;
  border-radius: 24px;
  padding: 18px 22px;
  position: absolute;
  z-index: 10;
  bottom: 140%;
  left: 15%;
  transform: translateX(-50%);
  font-size: 17px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transition: opacity 0.2s;
  pointer-events: none;
}

.tooltip-container:hover .tooltip-text,
.tooltip-container:focus-within .tooltip-text {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 144px;
  border-width: 10px;
  border-style: solid;
  border-color: #205e62 transparent transparent transparent;
}

/* Common CSS */
.flex {
  display: flex
}

.ml-28 {
  margin-left: 28px;
}

/* Container */
.iasmed-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3rem;
  max-width: 1500px;
  margin: 0 auto;
}

.iasmed-hero-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0rem !important;
  max-width: 1500px;
  margin: 0 auto;
}

/* Header */
.iasmed-header {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 1000;
}

/* Logo */
.iasmed-logo img {
  height: 40px;
}

/* Navigation */
.iasmed-nav {
  display: flex;
  gap: 2rem;
}

.iasmed-nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
}

.iasmed-nav a {
  text-decoration: none;
  color: #227D7E !important;
  font-weight: 500;
  transition: color 0.2s;
}

.iasmed-nav a:hover {
  color: #2B9C9E;
  /* Teal Medica */
}

/* Atur default posisi */
.wp-block-navigation__responsive-container-open {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  color: #2B9C9E;
  cursor: pointer;
}

.iasmed-hero {
  background: url('/wp-content/themes/iasmed-premium/assets/images/bg-hero-iasmed.png') no-repeat center center;
  background-size: cover;
  padding: 4rem 3rem;
  color: #fff;
  text-align: center;
}

.iasmed-hero-title {
  max-width: 800px;
  font-size: 64px;
  text-align: left;
  font-weight: 800;
}

.iasmed-hero-content {
  max-width: 700px;
  min-height: 731px;
  display: flex;
  /* margin: 0 auto; */
  text-align: right;
  padding: 2rem 1rem;
  flex-direction: column;
  justify-content: flex-end;
}

.iasmed-hero-text {
  text-align: justify;
  font-size: 1.125rem;
  color: white;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

/* Buttons */
.iasmed-hero-buttons {
  display: flex;
  width: 100%;
  gap: 1rem;
  flex-wrap: nowrap;
  justify-content: flex-end;
  flex-direction: row;
}

/* Outline Button */
.iasmed-btn-outline {
  align-content: center;
  text-align: center;
  width: 100%;
  padding: 12px 20px;
  border: 1.5px solid #E9EAEB;
  border-radius: 10px;
  color: white;
  background: #227D7E;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.25s ease;
}


/* CTA Button */
.iasmed-btn-cta {
  display: inline-flex;
  width: 100%;
  text-align: center;
  align-items: center;
  gap: 1rem;
  background-color: white;
  color: #227D7E;
  padding: 4px 4px 4px 24px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.25s ease;
  justify-content: flex-end;
}

.iasmed-btn-cta span {
  padding-right: 1rem;
}

.iasmed-btn-cta .arrow {
  background: #2B9C9E;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: bold;
}

.iasmed-btn-cta:hover {
  background-color: #f8f8f8;
}

.iasmed-btn-membership-cta {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  background-color: white;
  color: #227D7E;
  padding: 0.75rem 3.5rem 0.75rem 1rem;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.25s ease;
}

.iasmed-btn-membership-cta span[data-i18n] {
  display: block;
  text-align: center;
}

.iasmed-btn-membership-cta .arrow {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: #2B9C9E;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: bold;
}

.iasmed-btn-membership-cta:hover {
  background-color: #f8f8f8;
}

.testimonial-short {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* show 2 lines */
  -webkit-box-orient: vertical;
  max-width: 100%;
}

.read-more-link {
  color: #38969b;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1em;
  margin-bottom: 0.5em;

}

.testimonial-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-modal-content {
  background: #fff;
  border-radius: 16px;
  max-width: 540px;
  width: 90vw;
  padding: 2.5rem 2rem 2rem 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  position: relative;
  color: #000000;
}

.testimonial-modal-content p {
  padding: 1rem 0rem 0rem;
}

.testimonial-modal-close {
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  font-size: 2rem;
  color: #222;
  cursor: pointer;
  font-weight: 300;
}

@media (min-width: 1440px) {
  .iasmed-events-section {
    margin: auto !important;
  }
}


@media (max-width: 768px) {
  .wp-block-navigation__responsive-container-open {
    display: inline-flex;
  }
}

/* Modal khusus testimonial-right */
.testimonial-right-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-right-modal-content {
  background: #fff;
  border-radius: 16px;
  max-width: 540px;
  width: 90vw;
  color: #000000;
  padding: 2.5rem 2rem 2rem 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  position: relative;
}

.testimonial-right-modal-content p {
  padding: 1rem 0rem 0rem;
}

.testimonial-right-modal-close {
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  font-size: 2rem;
  color: #222;
  cursor: pointer;
  font-weight: 300;
}


/* Hamburger Button */
.iasmed-nav-toggle {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
}

/* Close Button in Sidebar */
.iasmed-nav-close {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  color: #fff;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

/* CTA Button */
.iasmed-btn {
  background-color: #2B9C9E;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  text-decoration: none;
}

.iasmed-btn:hover {
  background-color: #25888A;
}

.iasmed-cta .iasmed-btn-cta {
  display: inline-flex;
  align-items: center;
  background-color: #227D7E;
  color: white;
  padding: 5px 6px 5px 15px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  gap: 1rem;
}

.iasmed-cta .iasmed-btn-cta .arrow {
  background: white;
  color: #227D7E;
  border-radius: 10px;
  padding: 0.4rem 0.6rem;
  font-size: 1.1rem;
  font-weight: bold;
}

.iasmed-header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Language Dropdown */
.iasmed-lang-dropdown {
  position: relative;
  display: inline-block;
}

.lang-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background-color: #fff;
  cursor: pointer;
}

.flag-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.flag-circle img {
  width: 100%;
  height: auto;
  display: block;
}

.lang-options {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 0.5rem;
  list-style: none;
  min-width: 120px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  z-index: 10;
}

.lang-options li {
  padding: 0.3rem 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.9rem;
  border-radius: 6px;
}

.lang-options li:hover {
  background-color: #f0f0f0;
}

.iasmed-nav-desktop ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  padding-left: 0;
  margin: 0;
}

.iasmed-nav-desktop a {
  text-decoration: none;
  color: #227D7E;
  font-weight: 500;
  transition: color 0.2s;
}

.iasmed-nav-desktop a:hover {
  color: #2B9C9E;
}

.iasmed-nav-desktop a.active {
  font-weight: 600;
  border-bottom: 2px solid #2B9C9E;
}

.iasmed-nav-mobile {
  position: fixed;
  top: 0;
  right: -100%;
  width: 260px;
  height: 100vh;
  background-color: #2B9C9E;
  padding: 2rem 1.5rem;
  transition: right 0.3s ease-in-out;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0 12px rgba(0, 0, 0, 0.2);
}

.iasmed-nav-mobile.open {
  right: 0;
}

.iasmed-mobile-footer {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.iasmed-statistics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
  background-color: #2B9C9E;
  /* Teal Medica */
  color: #FFFFFF;
  padding: 2rem 3rem;
  text-align: center;
  font-family: var(--wp--preset--font-family--inter);
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.5rem;
}

.stat-title {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}

.stat-item hr {
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  border: none;
  margin: 0.25rem 0 0.75rem;
}

.stat-value {
  font-size: 72px;
  font-family: var(--wp--preset--font-family--manrope);
  font-weight: 700;
  margin: 0;
}

.stat-value .plus {
  color: #FFA726;
  /* Energy Orange */
}

.iasmed-why-section {
  padding: 3rem 1rem;
  background-color: #F9FCFD;
  font-family: var(--wp--preset--font-family--inter);
}

.map-wrapper {
  text-align: center;
  margin-bottom: 2rem;
}

.map-wrapper img {
  max-width: 100%;
  height: auto;
}

.why-intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 3rem;
  align-items: flex-end;
  margin-bottom: 2.5rem;
}

.why-title {
  flex: 1 1 300px;
}

.why-title h2 {
  font-family: var(--wp--preset--font-family--manrope);
  font-size: 48px;
  color: #113E3F;
  margin: 0;
}

.why-description {
  flex: 2 1 400px;
  color: #333;
  font-size: 20px;
  line-height: 1.7;
}

.why-reasons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.reason-card {
  background-color: #F0FAFC;
  border-radius: 12px;
  color: #113E3F;
  padding: 2rem;
  text-align: left;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  height: 325px;
}

.reason-card:hover {
  background-color: #2B9C9E;
  color: white;
}

.reason-card:hover h3,
.reason-card:hover p {
  color: white;
}

.reason-card-users:hover .icon img {
  content: url('/wp-content/themes/iasmed-premium/assets/images/icons/usersfour-white.svg');
}

.reason-card-bookopentext:hover .icon img {
  content: url('/wp-content/themes/iasmed-premium/assets/images/icons/bookopentext-white.svg');
}

.reason-card-shieldcheck:hover .icon img {
  content: url('/wp-content/themes/iasmed-premium/assets/images/icons/shieldcheck-white.svg');
}

.reason-card-stethoscope:hover .icon img {
  content: url('/wp-content/themes/iasmed-premium/assets/images/icons/stethoscope-white.svg');
}

.reason-card .icon {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C3EEEF;
  border-radius: 12px;
  margin-bottom: 1rem;
  padding: 0;
}

.reason-card:hover .icon {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #30CB0E;
  border-radius: 12px;
  margin-bottom: 1rem;
  padding: 0;
}

.reason-card h3 {
  font-weight: 600;
  color: #227D7E;
  font-size: 24px;
  margin-bottom: 0.5rem;
}

.reason-card p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
}

.iasmed-events-section {
  background-color: #2B9C9E;
  background-image: url('/wp-content/themes/iasmed-premium/assets/images/bg-recent-activities.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 882px;
  color: white;
  padding: 6.5rem 1.5rem;
  text-align: center;
  font-family: var(--wp--preset--font-family--inter);
  position: relative;
  overflow: hidden;
  margin: 1rem;
  border-radius: 1rem;
}

.footer-social-icon {
  background: #C3EEEF;
  padding: 3px;
  border-radius: 5px;
}

/* About Journey */
.about-journey {
  background: #f7fcfc;
  padding: 3.5rem 0 2.5rem 0;
  border-radius: 18px;
  margin: 2.5rem 0 2rem 0;
  text-align: center;
}

.about-journey__title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #1a4040;
  margin-bottom: 0.5rem;
}

.about-journey__subtitle {
  color: #397c7b;
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
}

.about-journey__timeline {
  margin: 0px 64px;
  background: #2B9C9E;
  border-radius: 18px;
  padding: 3rem;
  position: relative;
  box-shadow: 0 4px 24px #0001;
  overflow-x: auto;
  max-width: 100%;
  /* Tambahan agar scroll bar tidak muncul kecuali perlu */
  box-sizing: border-box;
  /* Optional: agar sudut rounded tetap rapi */
  border-radius: 18px;
}

/* Timeline bar style for progress effect like your screenshot */
.timeline-dot.active,
.timeline-dot.selected {
  border: 4px solid #30CB0E;
  background: #30CB0E;
  color: #fff;
  box-shadow: 0 0 0 4px #fff;
}

.timeline-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2;
  background: transparent;
  padding: 0 8px;
  min-width: 600px;
  /* atau sesuai kebutuhan jumlah dot */

  width: 900px;
  margin: 2.5rem auto 4rem auto;
}

.timeline-bar-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 6px;
  background: #fff;
  border-radius: 4px;
  z-index: 0;
  transform: translateY(-50%);
  border: 3px solid #fff;
  /* white border for bar */
  box-sizing: border-box;
}

.timeline-bar-active {
  position: absolute;
  left: 0;
  top: 50%;
  height: 6px;
  background: #8be36a;
  border-radius: 4px;
  z-index: 1;
  width: 0;
  transition: width 0.3s;
  transform: translateY(-50%);
  border: 3px solid #fff;
  /* white border for active bar */
  box-sizing: border-box;
}

.timeline-dot {
  position: relative;
  background: #fff;
  border: 4px solid #C3FAB7;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border 0.2s, background 0.2s, box-shadow 0.2s;
  box-shadow: 0 0 0 0 #8be36a;
  margin-bottom: 0;
}

.timeline-dot-inner {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  z-index: 4;
  transition: background 0.2s;
}

.timeline-dot.active,
.timeline-dot.selected {
  border: 4px solid #C3FAB7;
  background: #30CB0E;
}

.timeline-dot.active .timeline-dot-inner,
.timeline-dot.selected .timeline-dot-inner {
  background: #30CB0E;
}

.timeline-dot .timeline-dot-inner {
  background: #fff;
}

.timeline-dot .timeline-year {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);

  font-size: 32px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: 0.5px;
}

@media (max-width: 700px) {
  .timeline-dot .timeline-year {
    bottom: 46px;

    font-size: 32px;
  }
}

.timeline-dot.active span,
.timeline-dot.selected span {
  /* color: #30CB0E; */
  font-weight: 700;
  font-size: 32px;
}

.timeline-content-list {
  position: relative;
  min-height: 180px;
}

.timeline-content {
  background: #fff;
  border-radius: 14px;
  padding: 2rem 1.5rem;
  box-shadow: 0 2px 12px #0001;
  text-align: left;
  margin: 0 auto;
  display: none;
  animation: fadeIn 0.3s;
}

.timeline-content-list {
  position: relative;
}

.timeline-content:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: var(--arrow-left, 16.5%);
  transform: translateX(-50%);
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  z-index: 2;
  display: none;
}

.timeline-content.active:after {
  display: block;
}

.timeline-content.active {
  display: block;
}

.timeline-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  color: #1a4040;
}

.timeline-content p {
  color: #397c7b;
  font-size: 1.05rem;
  line-height: 1.6;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 700px) {
  .timeline-bar {
    overflow-x: auto;
    width: 100%;
    min-width: 600px;
    flex-wrap: nowrap;
    margin-bottom: 1.5rem;
    padding-bottom: 8px;
  }

  .timeline-dot {
    flex: 0 0 auto;
    margin-bottom: 0;
    left: unset;
    transform: none;
  }

  .timeline-dot .timeline-year {
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
  }
}



/* Sembunyikan segitiga timeline-content:after di mobile */
@media (max-width: 700px) {
  .timeline-content:after {
    display: none !important;
  }
}

/* Add to your main CSS file */
.iasmed-board-section {
  background: #2B9C9E;
  border-radius: 18px;
  margin: 1rem;
  padding: 32px 64px;
  color: #fff;
  box-shadow: 0 4px 24px 0 rgba(44, 180, 182, 0.08);
}

.board-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 32px;
  letter-spacing: 0.01em;
}

.board-group {
  margin-bottom: 32px;
}

.board-group-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 12px;
}

.board-card {
  background: #eafbf7;
  color: #1b3e4b;
  border-radius: 8px;
  padding: 12px 18px;
  margin-bottom: 10px;
  font-size: 1.08rem;
  box-shadow: 0 1px 4px 0 rgba(44, 180, 182, 0.05);
}

.board-card.highlight {
  background: #EBFDE7;
  color: #1b3e4b;
  font-weight: 600;
}

.board-role {
  font-size: 0.98rem;
  font-weight: 400;
  color: #3b7e7e;
  margin-top: 2px;
}

/* Ubah/replace bagian ini di style.css */
.board-list {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.board-list-title {
  font-weight: 700;
  min-width: 120px;
  margin-bottom: 0;
  /* Supaya tetap di kiri atas */
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.7;
  padding-top: 2px;
}

.board-list-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 2.5rem;
  list-style: disc inside;
  margin: 0;
  padding: 0;
}

@media (max-width: 900px) {
  .board-list-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .board-list {
    flex-direction: column;
    gap: 8px;
  }

  .iasmed-btn-cta span {
    padding-right: 3rem;
  }

  .board-list-columns {
    grid-template-columns: 1fr;
    padding-left: 0;
  }
}

.board-list-columns li {
  min-width: 0;
  margin-bottom: 2px;
  font-size: 1rem;
  color: #fff;
}

.board-cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 10px;
}

.board-cards-grid .board-card {
  flex: 1 1 260px;
  min-width: 220px;
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .iasmed-board-section {
    padding: 16px 4px;
  }

  .board-title {
    font-size: 32px;
    padding-top: 2rem;
  }

  .board-cards-grid {
    flex-direction: column;
    gap: 8px;
  }

  .board-list-columns {
    flex-direction: column;
    gap: 0;
  }
}

/* Tambahkan di style.css */
.board-cards-grid-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 32px;
  margin-bottom: 10px;
}

.board-cards-grid-2col .board-card {
  background: #EBFDE7;
  color: #1b3e4b;
  border-radius: 12px;
  padding: 18px 24px 14px 24px;
  font-size: 1.08rem;
  font-weight: 600;
  box-shadow: 0 1px 4px 0 rgba(44, 180, 182, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.board-card strong,
.board-cards-grid-2col .board-card strong {
  color: #2B9C9E;
}

.board-cards-grid-2col .board-role {
  font-size: 1.1rem;
  font-weight: 400;
  color: #3b7e7e;
  margin-top: 2px;
}

@media (max-width: 900px) {
  .board-cards-grid-2col {
    grid-template-columns: 1fr;
  }
}

.iasmed-testimonials-section {
  background: radial-gradient(ellipse at 60% 0%, #e6f7f3 60%, #fafdff 100%);
  padding: 64px 0 56px 0;
  text-align: center;
  margin: 2rem 0;
}

.iasmed-testimonials-header {
  margin-bottom: 32px;
}

.iasmed-testimonials-title {
  font-size: 2.7rem;
  font-weight: 700;
  color: #1a4040;
  margin-bottom: 12px;
}

.iasmed-testimonials-desc {
  font-size: 1.25rem;
  color: #3b7e7e;
  margin-bottom: 0;
}

.iasmed-testimonials-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 auto 18px auto;
}

.iasmed-testimonials-arrow {
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 2rem;
  color: #2B9C9E;
  box-shadow: 0 2px 8px #0001;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s;
  z-index: 2;
  margin: 3rem;
}

.iasmed-testimonials-arrow:hover {
  background: #eafaf7;
}

.iasmed-testimonials-cards {
  display: flex;
  gap: 24px;
  flex: 1;
  justify-content: center;
  position: relative;
  min-height: 320px;
}

.iasmed-testimonials-card.active {
  display: flex;
}

.iasmed-testimonials-text {
  font-size: 16px;
  margin-bottom: 18px;
  min-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.iasmed-testimonials-readmore {
  font-size: 1rem;
  color: #fff;
  opacity: 0.85;
  margin-bottom: 8px;
  cursor: pointer;
}

.iasmed-testimonials-divider {
  border: none;
  border-top: 2px dashed #fff;
  margin: 12px 0 16px 0;
  width: 100%;
}

.iasmed-testimonials-author {
  font-size: 1.08rem;
  font-weight: 700;
  color: #fff;
}

.iasmed-testimonials-author strong {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.iasmed-testimonials-meta {
  font-size: 0.98rem;
  color: #b2e7e7;
  font-weight: 400;
  margin-top: 2px;
}

.iasmed-testimonials-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.iasmed-dot {
  width: 10px;
  height: 10px;
  background: #d2eae9;
  border-radius: 50%;
  display: inline-block;
  transition: background 0.2s;
  cursor: pointer;
}

.iasmed-dot.active {
  background: #2B9C9E;
}

@media (max-width: 900px) {
  .iasmed-testimonials-cards {
    min-height: 0;
  }

  .iasmed-testimonials-card {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }

  .iasmed-testimonials-carousel {
    flex-direction: column;
    gap: 0;
  }

  .iasmed-testimonials-arrow {
    margin: 12px 0;
  }
}

/* Tambahkan/replace di style.css */
.iasmed-testimonials-cards {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 320px;
}

.iasmed-testimonials-card {
  background: #2B9C9E;
  color: #fff;
  border-radius: 12px;
  padding: 32px 24px 18px 24px;
  min-width: 320px;
  max-width: 380px;
  flex: 1 1 320px;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 2px 12px #0001;
  position: relative;
  text-align: left;
  transition: opacity 0.3s;
}

@media (max-width: 900px) {
  .iasmed-testimonials-cards {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }

  .iasmed-testimonials-card {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
}

/* Responsive background for mobile */
@media (max-width: 600px) {
  .contact-us-image-bg {
    height: 180px;
  }

  .contact-us-info-cards.floating {
    width: 100%;
    transform: translate(-50%, 10%);
    gap: 10px;
  }

  .info-card {
    padding: 12px 10px;
    font-size: 14px;
  }

  .iasmed-events-section {
    background-size: cover;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .iasmed-events-section {
    height: auto;
  }

  .cru-searchbox .cru-search-icon {
    width: 22px;
    height: 22px;
    margin-right: 0.5rem;
  }

  .cru-searchbox input,
  .cru-searchbox input::placeholder {
    font-size: 1.1rem;
  }

  .cru-pagination {
    min-width: 0;
    font-size: 1.2rem;
    grid-template-columns: repeat(5, 1fr) !important;
  }

  .cru-pagination button {
    font-size: 1.5rem;
    padding: 0.7rem 0;
  }
}

.events-header h2 {
  font-family: var(--wp--preset--font-family--manrope);
  font-size: 40px;
  margin-bottom: 0.5rem;
}

.events-header p {
  font-size: 20px;
  margin-bottom: 2rem;
  color: #E0F6F6;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  justify-items: center;
  margin-bottom: 2rem;
}



/* Tambahkan di style.css */
.event-card--full {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px 0 rgba(44, 156, 158, 0.07);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 4px solid #4fa3a6;
  padding-bottom: 0;
  margin-bottom: 0;
}

.event-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #30CB0E;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 8px;
  padding: 0.4rem 1.1rem;
  z-index: 2;
  box-shadow: 0 2px 8px #0001;
}

.event-card--full img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  display: block;
}

.event-card-body {
  padding: 1.5rem 1.5rem 1.2rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.event-card-title {
  font-size: 1.18rem;
  font-weight: 700;
  color: #1A4040;
  margin-bottom: 1.1rem;
  line-height: 1.4;
  min-height: 48px;
  display: -webkit-box;
  text-align: left;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-card-meta {
  display: flex;
  gap: 1.5rem;
  font-size: 1rem;
  color: #397c7b;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.event-card-meta-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.event-card-meta-item img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: inline-block;
}

.event-card-btn {
  margin-top: auto;
  background: #4fa3a6;
  color: #fff;
  border-radius: 10px;
  padding: 0.9rem 0.5rem 0.9rem 0.5rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  font-size: 1.1rem;
  transition: background 0.2s;
  border: none;
  box-shadow: 0 2px 8px #0001;
}

.event-card-btn-arrow {
  background: #fff;
  color: #4fa3a6;
  border-radius: 8px;
  padding: 0.3rem 0.9rem;
  font-weight: bold;
  font-size: 1.2em;
  margin-left: 0.5rem;
  display: inline-flex;
  align-items: center;
}

.event-card-btn:hover {
  background: #30CB0E;
  color: #fff;
}

.event-card-btn:hover .event-card-btn-arrow {
  background: #eafaf7;
  color: #30CB0E;
}

@media (max-width: 900px) {
  .event-card--full img {
    height: 180px;
  }

  .event-card-body {
    padding: 1rem 0.7rem 1rem 0.7rem;
  }

  .event-card-title {
    font-size: 1rem;
    min-height: unset;
  }
}

@media (max-width: 700px) {
  .events-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .event-card--full img {
    height: 140px;
  }
}

.iasmed-btn-outline-green {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  /* Spasi antara teks dan arrow */
  background: #fff;
  color: #1A5E5F;
  border-radius: 8px;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.25s ease;
  border: 1.5px solid #30CB0E;
  /* Tambahkan border agar lebih tegas */
}

.iasmed-btn-outline-green .arrow {
  background: #30CB0E;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  margin-left: 0;
  /* Pastikan tidak ada margin tambahan */
}

.iasmed-btn-outline-green:hover {
  background-color: rgba(48, 203, 14, 0.1);
  color: #1A5E5F;
  text-decoration: none;
}

.iasmed-services {
  padding: 3rem 1rem;
  background-color: #F9FCFD;
  font-family: var(--wp--preset--font-family--inter);
  text-align: center;
}

.section-header h2 {
  font-family: var(--wp--preset--font-family--manrope);
  font-size: 1.8rem;
  color: #1A4040;
  margin-bottom: 0.5rem;
}

.section-header p {
  font-size: 1rem;
  color: #4D6666;
  max-width: 700px;
  margin: 0 auto 2rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 4rem 8rem;
}

.service-card {
  background: #F4FEFE;
  border-radius: 16px;
  padding: 2.5rem 1.5rem 2rem 1.5rem;
  text-align: center;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s, background 0.2s;
}

.service-card .icon {
  margin-bottom: 1.5rem;
  background: #EBF9FA;
  border-radius: 12px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card .icon img {
  width: 48px;
  height: 48px;
}

.service-card h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #184B4B;
}

.service-card p {
  font-size: 1.15rem;
  color: #4A6A6A;
  margin: 0;
}

.service-card:hover {
  background: #2BA8A8;
  color: #fff;
}

.service-card:hover h3,
.service-card:hover p {
  color: #fff;
}

.service-card:hover .icon {
  background: #6CFF2B;
}

.service-card:hover .icon img {
  filter: none;
}

/* Clinical Hero */
.clinical-hero {
  margin: 0 auto 2rem auto;
  padding: 2rem 1rem 0 1rem;
  text-align: center;
  background: linear-gradient(120deg, #eafaf7 0%, #fff 100%);
  border-radius: 24px;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
}

.clinical-hero__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #184c43;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.clinical-hero__desc {
  color: #3b6e67;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.clinical-hero__actions {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.clinical-section__stats {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  background: #2B9C9E;
  color: #fff;
  border-radius: 16px;
  padding: 1.5rem 1rem;
  /* margin: -180px auto 0 auto; */
  box-shadow: 0 2px 16px 0 rgba(42, 180, 140, 0.08);
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  align-items: flex-end;
}

.clinical-stat {
  flex: 1;
  background: transparent;
  padding: 0 8px;
}

.clinical-stat__title {
  color: #fff;
  text-align: left;
  font-size: 16px;
  margin-bottom: 12px;
}

.clinical-stat__divider {
  border: none;
  border-top: 2px solid #b7d7d9;
  margin-bottom: 16px;
}

.clinical-stat__value {
  font-size: 42px;
  text-align: left;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.clinical-stat__plus {
  color: #ffd166;
  font-size: 56px;
  font-weight: 700;
}

.clinical-hero__badge-group {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  background: #EBF9FA;
  width: fit-content;
  padding: 5px 15px 5px 5px;
  border-radius: 2rem;
  border: 1px solid #9BE2E4;
}

.clinical-hero__badge {
  background: #2B9C9E;
  color: #fff;
  border-radius: 20px;
  padding: 4px 12px;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.clinical-hero__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #b4e2c7;
  border-radius: 50%;
  margin-right: 8px;
}

.clinical-hero__subtitle {
  color: #397c7b;
  font-size: 14px;
}

.clinical-hero__title {
  font-size: 56px;
  font-weight: 700;
  color: #1A5E5F;
  margin: 0;
}


.iasmed-cards-row {
  display: flex;
  gap: 2rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}

.iasmed-card {
  background: #d0f0f3;
  border-radius: 12px;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1 1 320px;
  min-width: 280px;
  box-shadow: 0 2px 8px #0001;
  position: relative;
  flex-basis: content;
}

.iasmed-card-icon {
  background: #5fa6a8;
  border-radius: 10px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iasmed-card-icon img {
  width: 32px;
  height: 32px;
}

.iasmed-card-content h3 {
  text-align: left;
  margin: 0 0 0.3rem 0;
  font-size: 1.5rem;
  color: #23423f;
}

.iasmed-card-content p {
  margin: 0;
  color: #23423f;
  font-size: 1rem;
}

.iasmed-card-btn {
  margin-left: auto;
  background: #fff;
  color: #2b9c9e;
  border: 1.5px solid #2b9c9e;
  border-radius: 8px;
  padding: 0.6rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.iasmed-card-btn:hover {
  background: #2b9c9e;
  color: #fff;
}

/* Modal Styles in Clinical Trial Page */
.iasmed-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  justify-content: center;
  align-items: center;
}

.iasmed-modal-content {
  background: #fff;
  padding: 2rem 1.5rem;
  border-radius: 16px;
  text-align: left;
  max-width: 650px;
  width: 90vw;
  position: relative;
  box-shadow: 0 4px 32px #0002;
  animation: modalIn 0.2s;
}

.iasmed-modal-content hr {
  border: none;
  border-top: 1.5px dashed #d2d2d2;
  margin: 28px 0 18px 0;
}

@keyframes modalIn {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.iasmed-modal-close {
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
  font-size: 2rem;
  color: #2b9c9e;
  cursor: pointer;
}

@media (max-width: 700px) {
  .iasmed-cards-row {
    flex-direction: column;
    gap: 1rem;
  }

  .iasmed-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.2rem 1rem;
    gap: 1rem;
  }

  .iasmed-card-btn {
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
  }
}

.iasmed-testimonials-section {
  margin: 64px 0 0 0;
}

.iasmed-testimonials-header {
  text-align: center;
  margin-bottom: 32px;
}

.iasmed-testimonials-title {
  font-size: 2.2rem;
  color: #2B9C9E;
  font-weight: 700;
  margin-bottom: 8px;
}

.iasmed-testimonials-desc {
  color: #444;
  font-size: 1.1rem;
  margin: 0 auto;
  max-width: 600px;
}

.iasmed-testimonials-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.iasmed-testimonials-arrow {
  background: none;
  border: none;
  font-size: 2.2rem;
  color: #2B9C9E;
  cursor: pointer;
  padding: 0 12px;
  transition: color 0.2s;
}

.iasmed-testimonials-arrow:hover {
  color: #1a4040;
}

.iasmed-testimonials-cards {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 320px;
}

.iasmed-testimonials-card {
  background: #4fa3a6;
  color: #fff;
  border-radius: 12px;
  padding: 32px 24px 18px 24px;
  min-width: 320px;
  max-width: 380px;
  flex: 1 1 320px;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 2px 12px #0001;
  position: relative;
  text-align: left;
  transition: opacity 0.3s;
}

.iasmed-testimonials-readmore {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}

.iasmed-testimonials-divider {
  border: none;
  border-top: 1px dashed #fff7;
  margin: 18px 0;
  width: 100%;
}

.iasmed-testimonials-meta {
  font-size: 14px;
  font-weight: 400;
  color: #D5D7DA;
}

.iasmed-testimonials-dots {
  text-align: center;
  margin-top: 18px;
}

.iasmed-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #cceaea;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
  transition: background 0.2s;
}

.iasmed-dot.active {
  background: #2B9C9E;
}

@media (max-width: 900px) {
  .iasmed-testimonials-cards {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }

  .iasmed-testimonials-card {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
}

/* Modal */
.testimonial-about-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.18);
  display: none;
  align-items: center;
  justify-content: center;
}

.testimonial-about-modal-content {
  background: #fff;
  border-radius: 24px;
  max-width: 700px;
  width: 92vw;
  padding: 40px 36px 32px 36px;
  position: relative;
  box-shadow: 0 8px 32px #0002;
  text-align: left;
  animation: testimonialAboutFadeIn 0.18s;
}

.testimonial-about-modal-close {
  position: absolute;
  top: 24px;
  right: 32px;
  background: none;
  border: none;
  font-size: 2.2rem;
  color: #444;
  cursor: pointer;
  line-height: 1;
  z-index: 2;
}

.testimonial-about-modal-content h2 {
  margin: 0 0 18px 0;
  font-weight: 700;
  text-align: left;
  letter-spacing: -1px;
}

#testimonial-modal-text {
  color: #222;
  margin-bottom: 24px;
  line-height: 1.5;
  text-align: left;
  font-weight: 400;
}

.testimonial-about-modal-content hr {
  border: none;
  border-top: 1.5px dashed #d2d2d2;
  margin: 28px 0 18px 0;
}

#testimonial-modal-name {
  font-weight: 700;
  color: #222;
  display: block;
  margin-bottom: 2px;
}

#testimonial-modal-role {
  color: #888;
  font-size: 1.02rem;
  font-weight: 400;
  display: block;
  margin-top: 0;
}

@media (max-width: 600px) {
  .testimonial-about-modal-content {
    padding: 24px 10px 18px 10px;
    max-width: 98vw;
  }

  .testimonial-about-modal-close {
    top: 12px;
    right: 16px;
    font-size: 1.7rem;
  }

  .testimonial-about-modal-content h2 {
    font-size: 1.3rem;
  }

  #testimonial-modal-text {
    font-size: 1.02rem;
  }
}

@keyframes testimonialAboutFadeIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.iasmed-testimonials-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.iasmed-testimonials-carousel {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.iasmed-testimonials-content {
  flex: 1;
  min-width: 0;
  /* Prevent flex item from overflowing */
}

.iasmed-testimonials-arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #E5E7EB;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.iasmed-testimonials-arrow:hover {
  background: #F3F4F6;
}

.iasmed-testimonials-arrow img {
  width: 20px;
  height: 20px;
}

/* Mobile styles */
@media screen and (max-width: 900px) {
  .iasmed-testimonials-carousel {
    gap: 12px;
  }

  .iasmed-testimonials-arrow {
    width: 32px;
    height: 32px;
  }

  .iasmed-testimonials-arrow img {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 900px) {
  .iasmed-testimonials-carousel {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
  }

  .iasmed-testimonials-arrow {
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0;
    /* Reset margin yang mungkin ada */
  }

  .iasmed-testimonials-cards {
    grid-column: 2;
    /* Pastikan cards di tengah */
  }

  .iasmed-testimonials-arrow-left {
    grid-column: 1;
    /* Tombol left di kolom pertama */
  }

  .iasmed-testimonials-arrow-right {
    grid-column: 3;
    /* Tombol right di kolom ketiga */
  }

  /* Pastikan tinggi konten sesuai */
  .iasmed-testimonials-card {
    margin: 0;
    width: 100%;
  }
}

.about-journey--mobile {
  display: none;
  padding: 24px 20px;
  background: #FFFFFF;
  border-radius: 12px;
}

.about-journey--mobile__title {
  font-size: 24px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 12px;
}

.about-journey--mobile__subtitle {
  font-size: 16px;
  line-height: 1.5;
  color: #6B7280;
  margin-bottom: 32px;
}

.about-journey--mobile__years {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E5E7EB;
}

.about-journey--mobile__tab {
  padding: 8px 16px;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  color: #6B7280;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}

.about-journey--mobile__tab.active {
  color: #2B9C9E;
  position: relative;
}

.about-journey--mobile__tab.active::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2B9C9E;
}

.about-journey--mobile__content {
  display: none;
  padding: 20px;
  background: #F9FAFB;
  border-radius: 8px;
}

.about-journey--mobile__content.active {
  display: block;
}

.about-journey--mobile__content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 12px;
}

.about-journey--mobile__content p {
  font-size: 14px;
  line-height: 1.6;
  color: #4B5563;
}

@media screen and (max-width: 900px) {
  .about-journey {
    display: none;
  }

  .about-journey--mobile {
    display: block;
  }
}


/* Tab Stlye in Clinical Trial Page */
.iasmed-services-section {
  background: #2B9C9E;
  height: 550px;
  padding: 3rem 0 3rem 0;
}

.iasmed-services-header {
  max-width: 1200px;
  margin: 0 auto 2rem auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 2rem;
  color: #fff;
}

.iasmed-services-header h2 {
  font-size: 2.3rem;
  font-weight: 700;
  margin: 0 2rem 0 0;
  flex: 1 1 350px;
}

.iasmed-services-header p {
  font-size: 1.2rem;
  flex: 2 1 400px;
  margin: 0;
  opacity: 0.95;
}

.iasmed-services-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
}

.iasmed-services-tabs {
  background: #e9f8fa;
  border-radius: 16px;
  padding: 1.2rem 0.5rem;
  min-width: 270px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-shadow: 0 2px 8px #0001;
}

.tab-btn {
  background: none;
  border: none;
  text-align: left;
  padding: 0.8rem 1.2rem;
  border-radius: 10px;
  font-size: 1.1rem;
  color: #23423f;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-btn.active {
  background: #2B9C9E;
  color: #fff;
  font-weight: 600;
}

.tab-arrow {
  font-size: 1.3em;
  margin-left: 0.5em;
}

.iasmed-services-list-wrapper {
  background: #fff;
  border-radius: 16px;
  flex: 1 1 0;
  min-width: 0;
  padding: 2rem 2.5rem;
  box-shadow: 0 2px 8px #0001;
  display: flex;
  align-items: flex-start;
}

.iasmed-services-list {
  width: 100%;
  display: none;
}

.iasmed-services-list.active {
  display: block;
}

.iasmed-services-list ul {
  columns: 2 300px;
  column-gap: 3rem;
  margin: 0;
  padding: 0;
  list-style: disc inside;
}

.iasmed-services-list li {
  font-size: 1.2rem;
  margin-bottom: 1.1rem;
  color: #222;
  font-weight: 400;
}

@media (max-width: 900px) {

  .iasmed-services-header,
  .iasmed-services-content {
    flex-direction: column;
    gap: 1.2rem;
    padding: 0 1rem;
  }

  .iasmed-services-header h2 {
    font-size: 2rem;
    margin: 0 0 0.5rem 0;
  }

  .iasmed-services-list-wrapper {
    padding: 1.2rem 1rem;
  }

  .iasmed-services-tabs {
    min-width: 0;
    width: 100%;
    flex-direction: row;
    gap: 0.5rem;
    padding: 0.5rem;
    overflow-x: auto;
  }

  .tab-btn {
    flex: 1 1 120px;
    font-size: 1rem;
    padding: 0.7rem 0.7rem;
    white-space: nowrap;
  }

  .iasmed-services-list ul {
    columns: 1 200px;
  }
}


.cru-section {
  background: linear-gradient(120deg, #eafaf7 0%, #fff 100%);
  padding: 3rem 0 2rem 0;
}

.cru-header {
  max-width: 1200px;
  margin: 0 auto 2.5rem auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2.5rem;
}

.cru-header h2 {
  font-size: 2.7rem;
  font-weight: 700;
  color: #256c65;
  margin: 0 2rem 0 0;
  flex: 1 1 350px;
}

.cru-header>div {
  flex: 1 1 350px;
}

.cru-header p {
  font-size: 1.15rem;
  color: #256c65;
  margin-bottom: 1.2rem;
}

.cru-searchbox {
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #3bb6a7;
  border-radius: 24px;
  padding: 0.2rem 1.2rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
  /* Tambahan agar tinggi konsisten */
  min-height: 64px;
}

.cru-searchbox .cru-search-icon {
  width: 32px;
  height: 32px;
  margin-right: 0.7rem;
  flex-shrink: 0;
  opacity: 0.7;
}

.cru-searchbox input {
  border: none;
  outline: none;
  font-size: 20px;
  color: #8ca1a6;
  background: transparent;
  width: 100%;
  padding: 0.6rem 0;
  font-weight: 400;
}

.cru-searchbox input::placeholder {
  color: #8ca1a6;
  opacity: 1;
  font-size: 20px;
  font-weight: 400;
}

.cru-list-container {
  max-width: 1200px;
  margin: 0 auto;
  background: #2B9C9E;
  border-radius: 20px;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  box-shadow: 0 2px 16px 0 rgba(42, 180, 140, 0.08);
}

.cru-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem 1.5rem;
  margin-bottom: 1.2rem;
}

.cru-item {
  background: #eaffec;
  border-radius: 12px;
  padding: 1rem 1.2rem;
  font-size: 1.18rem;
  font-weight: 600;
  color: #256c65;
  display: flex;
  align-items: center;
  min-height: 56px;
  box-sizing: border-box;
}

.cru-num {
  font-weight: 700;
  margin-right: 0.7em;
  color: #256c65;
  font-size: 1.1em;
}

.cru-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin-top: 0.7rem;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Custom Pagination Style */
.cru-pagination {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  background: #f7faf9;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 2px 8px #0001;
  width: 420px;
}

.cru-pagination button {
  background: transparent;
  border: none;
  border-right: 2px solid #e0ecec;
  color: #222;
  font-size: 14px;
  font-family: inherit;
  font-weight: 500;
  padding: 10px 0;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  outline: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cru-pagination button:last-child {
  border-right: none;
}

.cru-pagination button.active,
.cru-pagination button:focus {
  background: #eafaf7;
  color: #1A5E5F;
}

.cru-pagination button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  background: transparent;
}

@media (max-width: 900px) {

  .cru-header,
  .cru-list-container {
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0px 12px;
  }

  .cru-header {
    flex-direction: column;
    gap: 1.2rem;
  }

  .cru-header h2 {
    font-size: 2rem;
    margin: 0 0 0.5rem 0;
  }

  .cru-list-container {
    padding: 1.2rem 0.5rem 1rem 0.5rem;
  }

  .cru-grid {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }
}

.btn-outline {
  border: 2px solid #1A5E5F;
  color: #1A5E5F;
  background: #fff;
  border-radius: 8px;
  padding: 0.7rem 1.6rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.btn-outline:hover {
  background: #eafaf7;
}

.btn-primary {
  background: #1A5E5F;
  color: #fff;
  border-radius: 8px;
  padding: 0.7rem 1.6rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: none;
  transition: background 0.2s;
  box-shadow: 0 2px 8px 0 rgba(42, 180, 140, 0.08);
}

.btn-primary:hover {
  background: #15906e;
}

.btn-primary .arrow {
  font-size: 1.2em;
  margin-left: 0.3em;
}

.clinical-hero__map {
  margin: 2.5rem auto 1.5rem auto;
}

.clinical-hero__map img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}


/* --- Responsive --- */
@media (max-width: 700px) {
  .clinical-hero {
    padding: 1.2rem 0.3rem 0 0.3rem;
    border-radius: 0;
  }

  .clinical-hero__title {
    font-size: 32px;
  }

  .clinical-hero__desc {
    font-size: 0.98rem;
  }

  .clinical-hero__map {
    margin: 1.2rem auto 1rem auto;
  }

  .clinical-hero__stats {
    flex-direction: column;
    gap: 0.7rem;
    padding: 1rem 0.5rem;
    border-radius: 10px;
  }

  .stat {
    min-width: 0;
    padding: 0.3rem 0;
  }
}


/* Responsive: 1 kolom di mobile */
@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

.service-card .gcp:hover .icon img {
  content: url('/wp-content/themes/iasmed-premium/assets/images/icons/shieldstar-white.svg');
}

.service-card .sc:hover .icon img {
  content: url('/wp-content/themes/iasmed-premium/assets/images/icons/usersthree-white.svg');
}

.service-card .cru:hover .icon img {
  content: url('/wp-content/themes/iasmed-premium/assets/images/icons/newspaperclipping-white.svg');
}

.service-card .mw:hover .icon img {
  content: url('/wp-content/themes/iasmed-premium/assets/images/icons/suitcasesimple-white.svg');
}


/* Highlighted card */
.service-card.featured {
  background-color: #2B9C9E;
  color: white;
}

.service-card.featured h3,
.service-card.featured p {
  color: white;
}

.service-card.featured .icon img {
  filter: brightness(110%);
}

.iasmed-testimonial-section {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  background: url('/wp-content/themes/iasmed-premium/assets/images/bg-testimonial.jpg') center center / cover no-repeat;
  padding: 0rem 3rem;
  color: white;
  font-family: var(--wp--preset--font-family--inter);
  align-items: center;
  min-height: 520px;
  position: relative;
  margin: 1rem;
  border-radius: 1rem;
}

.testimonial-left {
  flex: 1.2;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.testimonial-left h2 {
  font-size: 3rem;
  font-family: var(--wp--preset--font-family--manrope);
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: #fff;
}

.testimonial-left p {
  font-size: 1.25rem;
  color: #E0F6F6;
  margin-bottom: 2.5rem;
  max-width: 500px;
}

.testimonial-card.main {
  position: relative;
  background: #fff;
  color: #222;
  border-radius: 14px;
  padding: 2.5rem 2rem 2rem 2rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  min-width: 420px;
  max-width: 420px;
  min-height: 200px;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-left .testimonial-card.main::before,
.testimonial-left .testimonial-card.main::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  height: 90px;
  border-radius: 14px;
  background: #fff;
  opacity: 0.18;
  z-index: -1;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.testimonial-left .testimonial-card.main::before {
  top: -60px;
}

.testimonial-left .testimonial-card.main::after {
  bottom: -60px;
}

.testimonial-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
}

.testimonial-right .testimonial-card {
  background-color: #fff;
  color: #222;
  border-radius: 14px;
  padding: 2rem 2rem 1.5rem 2rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
}

.testimonial-card p {
  font-size: 1.18rem;
  font-weight: 500;
}

.testimonial-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}

.testimonial-footer strong {
  font-size: 1rem;
  color: #222;
}

.testimonial-footer small {
  color: #888;
  font-size: 0.95rem;
}

.rating {
  display: flex;
  align-items: center;
  font-size: 1.15rem;
  font-weight: 600;
  gap: 0.25rem;
}

.rating .star {
  color: #FFA726;
  font-size: 1.3em;
  margin-right: 0.2em;
}

/* Responsive */
@media (max-width: 1100px) {
  .iasmed-testimonial-section {
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 1rem;
  }

  .testimonial-left,
  .testimonial-right {
    max-width: 100%;
    min-width: 0;
  }

  .testimonial-card.main {
    min-width: 0;
    max-width: 100%;
  }
}

.testimonial-center {
  padding: 0 !important;
  /* Hilangkan padding agar card bisa mentok */
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2rem;
}

.testimonial-card.translucent {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  min-height: 240px;
  height: 240px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  /* Hilangkan padding jika ingin benar-benar mentok */
  padding: 0;
  display: block;
}

.testimonial-card.translucent-right {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  min-height: 155px;
  height: 155px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  /* Hilangkan padding jika ingin benar-benar mentok */
  padding: 0;
  display: block;
}

.iasmed-partner-logos {
  text-align: center;
  padding: 2rem 3rem;
  background-color: #F9FCFD;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.iasmed-partner-logos p {
  font-size: 1rem;
  color: #1A4040;
  font-weight: 500;
  margin-bottom: 1rem;
}

.iasmed-partner-logos-green {
  text-align: center;
  padding: 2rem 3rem;
  background-color: #2B9C9E;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.iasmed-partner-logos-green p {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1rem;
}

.logo-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.logo-grid img {
  height: 32px;
  object-fit: contain;
}

/* News Section */
.iasmed-news-section {
  padding: 3rem 1.5rem;
  background: #F9FCFD;
  font-family: var(--wp--preset--font-family--inter);
}

.news-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.news-header h2 {
  font-family: var(--wp--preset--font-family--manrope);
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  color: #1A4040;
}

.news-header p {
  color: #4D6666;
  max-width: 600px;
  margin: 0;
}

.news-btn {
  white-space: nowrap;
  background-color: #227D7E;
  color: white;
  border-radius: 10px;
  padding: 0.5rem 1.25rem 0.5rem 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 500;
  text-decoration: none;
}

.news-btn .arrow {
  background: white;
  color: #227D7E;
  padding: 0.4rem 0.6rem;
  border-radius: 8px;
  font-weight: bold;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.news-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  height: 450px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
}

.news-card img {
  width: 100%;
  object-fit: cover;
  height: auto;
  border-bottom: 1px solid #eee;
  aspect-ratio: 4/3;
}

.news-meta .tag a {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
  cursor: default;
}

.news-title,
.wp-block-post-title :where(a) {
  color: #113E3F !important;
}

.news-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  padding: 0.75rem 1rem 0.25rem;
  color: #717680;
}

.news-card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #1A4040;
  margin: 0.5rem 1rem;
  line-height: 1.4;
}

.news-card p {
  font-size: 0.9rem;
  color: #4D6666;
  margin: 0 1rem 1rem;
  line-height: 1.5;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Category color coding */
.tag {
  font-weight: 500;
}

.tag.event {
  color: #30CB0E;
}

.tag.program {
  color: #FFA726;
}

.tag.services {
  color: #30CB0E;
}

.tag.regulation {
  color: #4DD0E1;
}

/* CTA */
.iasmed-cta-final {
  background-color: #2B9C9E;
  color: white;
  padding: 3rem 1.5rem;
  margin: 1rem;
  border-radius: 1rem;
}

.cta-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}

.cta-text {
  flex: 1 1 300px;
}

.cta-text h2 {
  font-family: var(--wp--preset--font-family--manrope);
  font-size: 2rem;
  margin-bottom: 1rem;
}

.cta-text p {
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  /* Spasi antara teks dan arrow */
  background: #fff;
  color: #1A5E5F;
  border-radius: 8px;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.25s ease;
  border: 1.5px solid #30CB0E;
  /* Tambahkan border agar lebih tegas */
}

.cta-button .arrow {
  background: #30CB0E;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  margin-left: 0;
  /* Pastikan tidak ada margin tambahan */
}

/* Image */
.cta-image img {
  max-width: 629px;
  height: 368px;
  border-radius: 12px;
  width: 100%;
}

/* Footer */
.iasmed-footer {
  background-color: #F9FCFD;
  font-family: var(--wp--preset--font-family--inter);
  padding: 3rem 1.5rem 1.5rem;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

.footer-brand {
  flex: 1 1 300px;
}

.footer-brand img {
  height: 48px;
  margin-bottom: 1rem;
}

.footer-links {
  display: flex;
  gap: 3rem;
}

.footer-links h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #1A4040;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  font-size: 0.95rem;
  color: #4D6666;
}

.footer-links a {
  color: #4D6666;
  text-decoration: none;
  font-weight: 500;
}

.footer-bottom {
  margin-top: 2rem;
  border-top: 1px solid #ddd;
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color: #1A4040;
  background: #2B9C9E;
  padding: 24px 20px;
  border-radius: 10px;
}

.footer-bottom p {
  color: #fff;
}

.footer-social {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.footer-social img {
  height: 32px;
}

.footer-lang {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.5rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 0.9rem;
}

.footer-links ul li {
  margin: 0rem 0 1rem 0;
}


/* About Page */
.about-hero {
  display: flex;
  align-items: flex-end;
  gap: 48px;
  padding: 4rem 3rem;
  margin-top: 40px;
}

.about-hero__left {
  flex: 1;
}

.about-hero__badge-group {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  background: #EBF9FA;
  width: fit-content;
  padding: 5px 10px 5px 5px;
  border-radius: 2rem;
  border: 1px solid #9BE2E4;
}

.about-hero__badge {
  background: #2B9C9E;
  color: #fff;
  border-radius: 20px;
  padding: 4px 18px;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.about-hero__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #b4e2c7;
  border-radius: 50%;
  margin-right: 8px;
}

.about-hero__subtitle {
  color: #397c7b;
  font-size: 14px;
}

.about-hero__title {
  font-size: 56px;
  font-weight: 700;
  color: #1A5E5F;
  margin: 0;
}

.about-hero__right {
  flex: 1;
  display: flex;
  align-items: center;
}

.about-hero__desc {
  font-size: 26px;
  color: #1A5E5F;
  line-height: 1.4;
  margin: 0;
}

.about-section {
  display: flex;
  flex-direction: column;
  gap: 56px;
  background: #2B9C9E;
  padding: 60px 0;
  border-radius: 10px;
  margin: 1rem;
}

.about-section__info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 0rem 4rem;
}

.about-section__info>*:first-child {
  flex: 0 0 30%;
  max-width: 30%;
}

.about-section__info>*:nth-child(2) {
  flex: 0 0 70%;
  max-width: 70%;
}

.about-section__title {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
}

.about-section__desc {
  font-size: 20px;
  color: #fff;
  line-height: 1.7;
}

.about-section__desc strong {
  font-weight: 700;
  color: #fff;
}

.about-section__stats {
  display: flex;
  gap: 32px;
  justify-content: flex-start;
  margin: 0 60px;
}

.about-stat {
  flex: 1;
  background: transparent;
  padding: 0 8px;
}

.about-stat__title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 12px;
}

.about-stat__divider {
  border: none;
  border-top: 2px solid #b7d7d9;
  margin-bottom: 16px;
}

.about-stat__value {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.about-stat__plus {
  color: #ffd166;
  font-size: 56px;
  font-weight: 700;
}

.about-vision-mission {
  margin: 64px 0;
  padding: 0 64px;
}

.about-vision-mission__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  gap: 32px;
}

.about-vision-mission__title {
  font-size: 48px;
  font-weight: 700;
  color: #295d5d;
  margin: 0;
}

.about-vision-mission__title span {
  font-weight: 700;
}

.about-vision-mission__desc {
  font-size: 20px;
  color: #397c7b;
  max-width: 700px;
  margin: 0;
}

.about-vision-mission__content {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.about-vision-mission__image img {
  width: 480px;
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  background: #fff;
}

.about-vision-mission__side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-vision-mission__visi {
  background: #43a3a6;
  color: #fff;
  border-radius: 12px;
  padding: 24px 28px;
  margin-bottom: 12px;
}

.about-vision-mission__visi h3 {
  margin: 0 0 12px 0;
  font-size: 24px;
  font-weight: 700;
}

.about-vision-mission__visi p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}

.about-vision-mission__misi {
  background: #EBFDE7;
  color: #295d5d;
  border-radius: 12px;
  padding: 24px 28px;
}

.about-vision-mission__misi h3 {
  margin: 0 0 12px 0;
  font-size: 24px;
  font-weight: 700;
}

.about-vision-mission__misi ul {
  margin: 0;
  padding-left: 20px;
}

.about-vision-mission__misi li {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1.6;
}

/* Timeline Section */
.about-timeline {
  margin: 64px 0;
  padding: 0 24px;
}

.about-timeline__title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 48px;
}

.about-timeline__wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.about-timeline__line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  background: #e3f3f1;
  transform: translateX(-50%);
  z-index: 0;
  border-radius: 2px;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.timeline-item.right {
  flex-direction: row;
  justify-content: flex-end;
}

.timeline-item.left {
  justify-content: flex-start;
}

.timeline-item__circle {
  width: 48px;
  height: 48px;
  background: #f6fcfb;
  border: 2px solid #3bbca7;
  color: #3bbca7;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: 2;
  box-shadow: 0 2px 8px rgba(59, 188, 167, 0.08);
}

.timeline-item.right .timeline-item__circle {
  margin-left: 24px;
}

.timeline-item.left .timeline-item__circle {
  margin-right: 24px;
}

.timeline-item__content {
  background: #f6fcfb;
  border: 1px solid #e3f3f1;
  border-radius: 12px;
  padding: 28px 32px;
  max-width: 380px;
  margin: 0 0 0 80px;
  box-shadow: 0 2px 16px rgba(59, 188, 167, 0.04);
}

.timeline-item.left .timeline-item__content {
  margin: 0 80px 0 0;
}

.timeline-item__year {
  display: block;
  color: #3bbca7;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.timeline-item__heading {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.timeline-item__content p {
  font-size: 1rem;
  color: #3a4a4a;
  margin: 0;
}

.about-carousel-wrapper {
  width: 100%;
  overflow: hidden;
  margin: 32px 0 24px 0;
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.07);
  background: #f8fbfc;
}

.about-carousel-track {
  display: flex;
  width: max-content;
  animation: carousel-slide 30s linear infinite;
}

.about-carousel-track img {
  height: 240px;
  margin-right: 32px;
  border-radius: 12px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
}

/* Membership */
.membership-carousel-wrapper {
  width: 100%;
  overflow: hidden;
  margin: 32px 0 24px 0;
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.07);
  background: transparent;
}

.membership-carousel-track {
  display: flex;
  width: max-content;
  animation: carousel-slide 30s linear infinite;
}

.membership-carousel-track img {
  height: 240px;
  margin-right: 32px;
  border-radius: 12px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
}

.membership-section-stats-bar {
  background: #2B9C9E;
  padding: 0;
  box-shadow: 0 2px 16px 0 rgba(44, 156, 158, 0.07);
}

.membership-section-stats-bar__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 36px 32px;
  gap: 0;
}

.membership-section-stats-bar__item {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.membership-section-stats-bar__value {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
}

.membership-section-stats-bar__plus {
  color: #ffd166;
  font-size: 56px;
  font-weight: 700;
  margin-left: 2px;
}

.membership-section-stats-bar__label {
  color: #fff;
  font-size: 22px;
  margin-top: 12px;
  font-weight: 400;
}

.membership-section-stats-bar__divider {
  width: 1px;
  height: 64px;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 32px;
  border-radius: 2px;
}

@media (max-width: 900px) {
  .membership-section-stats-bar__container {
    flex-direction: column;
    gap: 0;
    padding: 24px 8px;
  }

  .membership-section-stats-bar__divider {
    width: 80%;
    height: 1px;
    margin: 24px 0;
  }
}

.membership-benefit-section {
  background: #f6fcfc;
  padding: 64px 0 48px 0;
}

.membership-benefit-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  max-width: 1400px;
  margin: 0 auto 40px auto;
  padding: 0 32px;
}

.membership-benefit-header h2 {
  font-size: 56px;
  font-weight: 700;
  color: #113e3f;
  margin: 0 0 16px 0;
  line-height: 1.1;
}

.membership-benefit-desc {
  color: #7a8b8b;
  font-size: 22px;
  max-width: 540px;
  margin: 0;
  line-height: 1.5;
}

.membership-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}

.membership-benefit-card {
  background: #eaf8fa;
  border-radius: 18px;
  padding: 36px 28px 32px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: none;
  min-height: 320px;
  transition: box-shadow 0.18s;
}

.membership-benefit-card:hover {
  box-shadow: 0 4px 24px 0 rgba(44, 156, 158, 0.10);
}

.benefit-icon {
  width: 64px;
  height: 64px;
  background: #d2f2f2;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

.benefit-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.membership-benefit-card h3 {
  font-size: 26px;
  font-weight: 700;
  color: #295d5d;
  margin-bottom: 18px;
  margin-top: 0;
  line-height: 1.2;
}

.membership-benefit-card p {
  color: #295d5d;
  font-size: 18px;
  margin: 0;
  line-height: 1.6;
}

.membership-faq-section {
  background: #f9fefe;
  padding: 72px 0 56px 0;
}

.membership-faq-container {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  gap: 48px;
  align-items: flex-start;
  padding: 0 32px;
}

.membership-faq-left {
  flex: 1.1;
  min-width: 320px;
}

.membership-faq-left h2 {
  font-size: 56px;
  font-weight: 700;
  color: #222;
  margin-bottom: 18px;
  line-height: 1.1;
}

.membership-faq-desc {
  color: #7a8b8b;
  font-size: 20px;
  margin-bottom: 48px;
}

.membership-faq-contact-card {
  background: #eaf8fa;
  border-radius: 18px;
  padding: 28px 24px 18px 24px;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  min-width: 260px;
}

.faq-contact-btn {
  background: #5ba3a6;
  color: #fff;
  border-radius: 8px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  border: none;
  transition: background 0.18s;
}

.faq-contact-btn .arrow {
  margin-left: 10px;
  font-size: 20px;
  color: #295d5d;
  background: #fff;
  border-radius: 6px;
  padding: 2px 8px;
  margin-right: -8px;
}

.faq-contact-icon {
  position: absolute;
  right: 12px;
  bottom: 8px;
  opacity: 0.18;
  z-index: 0;
}

.membership-faq-right {
  flex: 2;
  min-width: 340px;
}

.faq-accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item {
  border-bottom: 1px solid #e6ecec;
  background: transparent;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 22px;
  font-weight: 500;
  color: #223;
  text-align: left;
  padding: 28px 0 18px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.16s;
}

.faq-arrow {
  font-size: 28px;
  color: #5ba3a6;
  margin-left: 18px;
  transition: transform 0.2s;
}

.faq-item.active .faq-arrow {
  transform: rotate(180deg);
}

.faq-answer {
  font-size: 18px;
  color: #7a8b8b;
  margin-bottom: 18px;
  margin-top: -8px;
  line-height: 1.6;
  display: none;
  animation: fadeInFaq 0.25s;
}

.faq-item.active .faq-answer {
  display: block;
}

@keyframes fadeInFaq {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .membership-faq-container {
    flex-direction: column;
    gap: 32px;
    padding: 0 16px;
  }

  .membership-faq-left h2 {
    font-size: 32px;
  }

  .membership-faq-desc {
    font-size: 16px;
  }

  .membership-faq-contact-card {
    margin-top: 18px;
    padding: 18px 12px 12px 12px;
  }

  .membership-faq-right {
    min-width: 0;
  }

  .faq-question {
    font-size: 18px;
    padding: 18px 0 12px 0;
  }

  .faq-answer {
    font-size: 15px;
  }
}

@media (max-width: 700px) {
  .membership-faq-section {
    padding: 32px 0 24px 0;
  }

  .membership-faq-left h2 {
    font-size: 20px;
  }

  .membership-faq-desc {
    font-size: 13px;
  }

  .faq-question {
    font-size: 15px;
    padding: 12px 0 8px 0;
  }

  .faq-answer {
    font-size: 13px;
  }
}

@media (max-width: 1100px) {
  .membership-benefit-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 0 16px;
  }

  .membership-benefit-header h2 {
    font-size: 36px;
  }

  .membership-benefit-desc {
    font-size: 18px;
  }

  .membership-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    padding: 0 16px;
  }

  .membership-benefit-card {
    min-height: 220px;
    padding: 28px 18px 24px 18px;
  }
}

@media (max-width: 700px) {
  .membership-benefit-section {
    padding: 32px 0 24px 0;
  }

  .membership-benefit-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 0 8px;
    margin-bottom: 24px;
  }

  .membership-benefit-header h2 {
    font-size: 24px;
  }

  .membership-benefit-desc {
    font-size: 15px;
  }

  .membership-benefit-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 8px;
  }

  .membership-benefit-card {
    min-height: 0;
    padding: 18px 10px 16px 10px;
  }

  .benefit-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
  }

  .benefit-icon img {
    width: 24px;
    height: 24px;
  }

  .membership-benefit-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .membership-benefit-card p {
    font-size: 14px;
  }
}

/* Activity Section Grid */
.activity-section {
  padding: 2.5rem 1rem 3rem 1rem;
  background: #f8fbfc;
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.hidden { display: none; }

.activity-grid:empty {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px; /* adjust to make it nicely centered */
}

.activity-empty {
  text-align: center;
}

.activity-empty img {
  max-width: 150px;
  margin-bottom: 20px;
}

.activity-empty h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.activity-empty p {
  font-size: 1rem;
  color: #777;
}


/* Tambahkan/ubah di CSS kamu */
.activity-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px 0 rgba(44, 156, 158, 0.07);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  /* <-- ini WAJIB agar badge tampil di pojok card */
}

.activity-card__img {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  display: block;
}

.activity-card__body {
  padding: 1.25rem 1.25rem 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.activity-card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #30CB0E;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 8px;
  padding: 0.35rem 1.1rem;
  z-index: 2;
  box-shadow: 0 2px 8px #0001;
  letter-spacing: 0.01em;
  text-transform: capitalize;

}

.activity-card__title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1A4040;
  margin: 0 0 0.75rem 0;
  line-height: 1.4;
  min-height: 48px;
}

.activity-card__meta {
  display: flex;
  gap: 1.5rem;
  font-size: 0.97rem;
  color: #397c7b;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.activity-card__meta-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.activity-card__btn {
  margin-top: auto;
  background: #227D7E;
  color: #fff;
  border-radius: 8px;
  padding: 0.7rem 0.5rem 0.7rem 0.5rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding-left: 6rem;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 1rem;
  transition: background 0.2s;
}

.activity-card__btn:hover {
  background: #227d7e;
}
.activity-card__btn.disabled {
  background-color: #ccc;
  color: #888;
  pointer-events: none;
  cursor: not-allowed;
}


.activity-card__btn .arrow {
  background: #fff;
  color: #2B9C9E;
  border-radius: 6px;
  padding: 0.2rem 0.7rem;
  font-weight: bold;
  font-size: 1.1em;
}

.activity-hero {
  background: url('/wp-content/themes/iasmed-premium/assets/images/bg-activity.jpg') center/cover no-repeat;
  padding: 80px 16px 56px 16px;
  text-align: center;
  color: #fff;
  position: relative;
}

.activity-hero__badge-group {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 2rem;
  padding: 5px 14px 5px 5px;
  margin-bottom: 28px;
  border: 1px solid #9BE2E4;
}

.activity-hero__badge {
  background: #2B9C9E;
  color: #fff;
  border-radius: 20px;
  padding: 4px 18px;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.activity-hero__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #b4e2c7;
  border-radius: 50%;
  margin-right: 8px;
}

.activity-hero__subtitle {
  color: #397c7b;
  font-size: 14px;
  font-weight: 500;
}

.activity-hero__title {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 18px 0;
  color: #fff;
}

.activity-hero__desc {
  font-size: 1.25rem;
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
}

.activity-pagination {
  margin: 2.5rem auto 0 auto;
  display: flex;
  justify-content: center;
}

.activity-pagination ul {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e6ecec;
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
}

.activity-pagination li {
  display: flex;
  align-items: stretch;
}

.activity-pagination a,
.activity-pagination__ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 44px;
  font-size: 1.05rem;
  font-weight: 500;
  color: #111;
  text-decoration: none;
  border-right: 1.5px solid #e6ecec;
  background: #fff;
  transition: background 0.2s;
  padding: 0 0.7rem;
}

.activity-pagination li:last-child a,
.activity-pagination li:last-child .activity-pagination__ellipsis {
  border-right: none;
}

.activity-pagination__page--active {
  background: #eaf7fa;
  color: #111;
  font-weight: 700;
  cursor: default;
}

.activity-pagination__ellipsis {
  pointer-events: none;
  color: #888;
  font-size: 1.1rem;
  background: #fff;
}

.activity-pagination__prev,
.activity-pagination__next {
  font-size: 1rem;
  font-weight: 600;
  gap: 0.5rem;
  background: #fff;
  border: none;
  padding: 0 0.7rem;
}

.activity-pagination__prev {
  margin-right: 0.4rem;
}

.activity-pagination__next {
  margin-left: 0.4rem;
}

.activity-pagination__prev .activity-pagination__arrow,
.activity-pagination__next .activity-pagination__arrow {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 0.1rem;
}

.activity-pagination a:hover:not(.activity-pagination__page--active):not(.activity-pagination__prev):not(.activity-pagination__next) {
  background: #f2f8fa;
}

/* Tambahkan di style.css */
.newsletter-section {
  background: #2B9C9E;
  border-radius: 16px;
  padding: 100px 80px;
  margin: 2rem 0;
}

.newsletter-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  max-width: 100%;
}

.newsletter-left h2 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}

.newsletter-left {
  flex: 1.2;
}

.newsletter-right {
  flex: 1.8;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.newsletter-right p {
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 0.7rem;
}

.newsletter-form {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.newsletter-input-group {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 0 1rem;
  height: 48px;
  min-width: 260px;
  flex: 1 1 220px;
  box-sizing: border-box;
}

.newsletter-input-group .newsletter-icon {
  font-size: 1.2rem;
  color: #888;
  display: flex;
  margin-right: 0.6rem;
}

.newsletter-input-group input {
  border: none;
  outline: none;
  font-size: 1.08rem;
  background: transparent;
  width: 100%;
  color: #333;
}

.newsletter-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: #1A5E5F;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  padding: 0 0.24rem 0 1.5rem;
  height: 48px;
  font-size: 1.08rem;
  cursor: pointer;
  transition: background 0.2s;
  position: relative;
}

.newsletter-btn-arrow {
  background: #30CB0E;
  color: #fff;
  border-radius: 8px;
  padding: 0.7rem;
  margin-left: 0.5rem;
  font-size: 1.2rem;
  display: inline-block;
}

.newsletter-btn:hover {
  background: #5bb143;
}

.blog-detail-hero {
  background: #56a1a5 url('/wp-content/themes/iasmed-premium/assets/images/bg-detail-blog.jpg') right top no-repeat;
  background-size: cover;
  padding: 2.5rem 2rem 2rem 2rem;
  border-radius: 0 0 0 0;
}

.blog-detail-hero__breadcrumb {
  color: #fff;
  font-size: 1.08rem;
  margin-bottom: 2.2rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.blog-detail-hero__breadcrumb a {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
}

.blog-detail-hero__chevron {
  color: #eaf7fa;
  font-size: 1.2em;
}

.blog-detail-hero__current {
  color: #fff;
}

.blog-detail-hero__posted-on {
  margin: 0 4px;
  color: #fff;
  font-size: inherit;
  vertical-align: middle;
}

.blog-detail-hero__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.blog-detail-hero__title {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
  line-height: 1.13;
}

.blog-detail-hero__meta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #eaf7fa;
  font-size: 16px;
  font-weight: 400;
}

.wp-block-avatar img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 0.5rem;
  border: 2px solid #eaf7fa;
}

.blog-detail-hero__author {
  font-weight: 500;
  color: #fff;
}

.blog-detail-hero__dot {
  margin: 0 0.5rem;
  color: #eaf7fa;
  font-size: 1.2em;
}

.blog-detail-hero__category,
.blog-detail-hero__date {
  color: #eaf7fa;
}

.blog-detail-hero__socials {
  display: flex;
  gap: 1.1rem;
  align-items: center;
}

/* .blog-detail-hero__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf7fa;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  transition: background 0.18s;
} */


.blog-detail-hero__socials img {
  width: 48px;
  height: 48px;
  display: block;
}

.blog-detail-content {
  background: #fff;
  border-radius: 14px;
  padding: 2.5rem 2rem 2.5rem 2rem;
  margin: 2rem auto 2.5rem auto;
  max-width: 1100px;
}

.blog-detail-content__img {
  width: 100%;
  max-width: 900px;
  display: block;
  margin: 0 auto 2rem auto;
  border-radius: 12px;
}

.blog-detail-content__body {
  color: #222;
  font-size: 1.08rem;
  line-height: 1.7;
}

.blog-detail-content__body b {
  display: block;
  margin: 1.5rem 0 0.7rem 0;
  font-weight: 600;
  color: #1A4040;
  font-size: 1.08rem;
}

.blog-detail-content__body ol {
  margin: 0 0 1.5rem 1.2rem;
  padding: 0;
}

.blog-detail-content__body ol li {
  margin-bottom: 0.7rem;
  padding-left: 0.2rem;
}

.blog-related-section {
  background: #f6fcfc;
  border-radius: 12px;
  padding: 2.5rem 2rem 2.7rem 2rem;
  margin: 2.5rem 0 0 0;
}

.blog-related-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.2rem;
  gap: 1rem;
}

.blog-related-header h2 {
  font-size: 2.3rem;
  font-weight: 700;
  color: #1A4040;
  margin: 0;
}

.blog-related-all-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #227D7E;
  color: #fff;
  border-radius: 8px;
  padding: 0.7rem 0.7rem 0.7rem 1.5rem;
  font-weight: 500;
  font-size: 1.08rem;
  text-decoration: none;
  transition: background 0.18s;
}

.blog-related-all-btn:hover {
  background: #227d7e;
}

.blog-related-all-arrow {
  background: #fff;
  color: #2B9C9E;
  border-radius: 6px;
  padding: 0.2rem 0.7rem;
  font-weight: bold;
  font-size: 1.1em;
  margin-left: 0.5rem;
}

.blog-related-grid {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.blog-related-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px 0 rgba(44, 156, 158, 0.07);
  overflow: hidden;
  width: 100%;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.18s, border 0.18s;
  border: 2.5px solid transparent;
}

.blog-related-card--active {
  border: 2.5px solid #56a1e5;
}

.blog-related-card__img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}

.blog-related-card__body {
  padding: 1.2rem 1.2rem 1.5rem 1.2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-related-card__meta {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  font-size: 1rem;
  margin-bottom: 0.7rem;
}

.blog-related-card__category {
  font-weight: 500;
}

.blog-related-card__category--mitra {
  color: #3ecf7a;
}

.blog-related-card__category--regulasi {
  color: #3ecf7a;
}

.blog-related-card__category--pelatihan {
  color: #3ecf7a;
}

.blog-related-card__date {
  color: #444;
  font-size: 0.97rem;
}

.blog-related-card__title {
  font-size: 1.18rem;
  font-weight: 700;
  color: #1A4040;
  margin: 0 0 0.6rem 0;
  line-height: 1.3;
}

.blog-related-card__desc {
  color: #444;
  font-size: 1rem;
  margin: 0;
  line-height: 1.5;
}

.contact-us-container {
  display: flex;
  gap: 40px;
  background: #f7fefd;
  padding: 4rem 3rem;
  justify-content: space-between;
}

.contact-us-left {
  width: 100%;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-us-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.tab {
  border: none;
  background: #e6f7f6;
  color: #1a8c8c;
  padding: 6px 18px;
  border-radius: 20px;
  font-weight: 500;
  cursor: pointer;
  font-size: 15px;
}

.tab.active {
  background: #1a8c8c;
  color: #fff;
}

.contact-us-title {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #217072;
  line-height: 1.1;
}

.contact-us-desc {
  color: #217072;
  font-size: 19px;
  margin-bottom: 32px;
}

.contact-us-form label {
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 6px;
  display: block;
  color: #222;
}

.input-icon {
  position: relative;
  margin-bottom: 10px;
}

.input-icon .icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #217072;
  font-size: 18px;
}

.contact-us-form input,
.contact-us-form textarea {
  width: 100%;
  padding: 10px 12px 10px 38px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  background: #fff;
  margin-bottom: 8px;
  resize: none;
}

.contact-us-form textarea {
  min-height: 70px;
  padding-left: 12px;
}

.contact-us-submit {
  width: 100%;
  background: #2B9C9E;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 0;
  font-size: 18px;
  margin-top: 18px;
  cursor: pointer;
  transition: background 0.2s;
}

.contact-us-submit:hover {
  background: #217072;
}

.contact-us-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.contact-us-image-cards-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.contact-us-image-bg {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  height: 780px;
  display: block;
}

.contact-us-info-cards.floating {
  position: absolute;
  left: 50%;
  bottom: 0;
  top: 30%;
  transform: translate(-50%, 30%);
  width: 95%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 2;
}

.info-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(34, 112, 114, 0.10);
  padding: 18px 22px;
  gap: 18px;
  font-size: 16px;
  margin-bottom: 0;
  border: 3px solid #e6f7f6;
}

.info-icon {
  font-size: 28px;
  color: #2bb3b1;
  background: #e6f7f6;
  border-radius: 12px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-title {
  font-weight: 700;
  color: #217072;
  font-size: 16px;
}

.info-value {
  color: #444;
  font-size: 15px;
}

.info-arrow {
  margin-left: auto;
  font-size: 22px;
  color: #2bb3b1;
}

@media (max-width: 900px) {
  .contact-us-right {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .contact-us-image-bg {
    height: 260px;
  }

  .contact-us-info-cards.floating {
    width: 98%;
    transform: translate(-50%, 20%);
  }
}

.join-iasmed-section {
  margin: 48px 0 0 0;
}

.join-iasmed-bg {
  background: #2B9C9E;
  border-radius: 18px;
  padding: 32px 0;
  margin: 1rem;
  position: relative;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.join-iasmed-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
  gap: 48px;
  padding: 0 40px;
}

.join-iasmed-image img {
  width: 420px;
  height: 320px;
  object-fit: cover;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  display: block;
}

.join-iasmed-content {
  flex: 1;
  margin-left: 32px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.join-iasmed-content h2 {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.1;
  color: #fff;
}

.join-iasmed-content p {
  font-size: 22px;
  margin-bottom: 38px;
  color: #eaf8f8;
  max-width: 600px;
}

.join-iasmed-btn {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #249c2c;
  font-size: 20px;
  font-weight: 500;
  border-radius: 12px;
  padding: 16px 32px;
  text-decoration: none;
  box-shadow: 0 2px 16px rgba(34, 112, 114, 0.07);
  border: 3px solid #fff;
  transition: background 0.2s, color 0.2s;
}

.join-iasmed-btn:hover {
  background: #249c2c;
  color: #fff;
  border-color: #249c2c;
}

.join-iasmed-btn-arrow {
  margin-left: 18px;
  font-size: 26px;
  color: #249c2c;
  transition: color 0.2s;
}

.join-iasmed-btn:hover .join-iasmed-btn-arrow {
  color: #fff;
}

.contact-us__badge-group {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  background: #EBF9FA;
  width: fit-content;
  padding: 5px;
  border-radius: 2rem;
  border: 1px solid #9BE2E4;
}

.contact-us__badge {
  background: #2B9C9E;
  color: #fff;
  border-radius: 20px;
  padding: 4px 18px;
  font-weight: 400;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.contact-us__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #b4e2c7;
  border-radius: 50%;
  margin-right: 8px;
}

.contact-us__subtitle {
  color: #397c7b;
  font-size: 14px;
}

/* Membership Hero Section */
.membership-hero-bg {
  background: radial-gradient(ellipse at 60% 0%, #e6f7f3 60%, #fafdff 100%);
  min-height: 600px;
  padding: 56px 0 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.membership-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.membership-hero-header {
  text-align: center;
  margin-bottom: 40px;
}

.membership-hero-badge-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  background: #EBF9FA;
  width: fit-content;
  padding: 5px 18px;
  border-radius: 2rem;
  border: 1px solid #9BE2E4;
  margin-left: auto;
  margin-right: auto;
}

.membership-hero-badge {
  background: #2B9C9E;
  color: #fff;
  border-radius: 20px;
  padding: 4px 18px;
  font-weight: 400;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.membership-hero-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #b4e2c7;
  border-radius: 50%;
  margin-right: 8px;
}

.membership-hero-subtitle {
  color: #397c7b;
  font-size: 14px;
}

.membership-hero-title {
  font-size: 48px;
  font-weight: 800;
  color: #295d5d;
  margin-bottom: 18px;
  line-height: 1.1;
}

.membership-hero-desc {
  font-size: 20px;
  color: #295d5d;
  margin-bottom: 32px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.membership-hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 40px;
}

.membership-hero-gallery {
  width: 100%;
  margin-top: 16px;
}

.membership-hero-gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  align-items: stretch;
}

.membership-hero-gallery-grid img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  background: #fff;
}

/* Clinical Trial CTA Section */
.clinical-trial-cta {
  margin: 2.5rem 0 0 0;
}

.clinical-trial-cta-bg {
  background: #4fa3a6 url('/wp-content/themes/iasmed-premium/assets/images/bg-clinical-trial-cta.jpg') center center/cover no-repeat;
  border-radius: 16px;
  padding: 3.5rem 1rem 3.5rem 1rem;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.clinical-trial-cta-content {
  text-align: center;
  z-index: 2;
  width: 100%;
}

.clinical-trial-cta-content h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2.2rem;
  line-height: 1.2;
}

.clinical-trial-cta-btn {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #256c65;
  font-size: 1.15rem;
  font-weight: 500;
  border-radius: 8px;
  padding: 0.9rem 1.7rem;
  text-decoration: none;
  box-shadow: 0 2px 8px #0001;
  border: 3px solid #fff;
  transition: background 0.18s, color 0.18s;
  margin-top: 0.5rem;
}

.clinical-trial-cta-btn:hover {
  background: #eafaf7;
  color: #1a7f6b;
}

.clinical-trial-cta-arrow {
  background: #4fa3a6;
  color: #fff;
  border-radius: 6px;
  font-size: 1.5rem;
  margin-left: 0.7rem;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  transition: background 0.18s, color 0.18s;
}

.clinical-trial-cta-btn:hover .clinical-trial-cta-arrow {
  background: #1a7f6b;
}


@media (max-width: 700px) {
  .clinical-trial-cta-bg {
    padding: 2rem 0.5rem 2.5rem 0.5rem;
    min-height: 220px;
    background: #2B9C9E;
    margin: 12px;
  }

  .clinical-trial-cta-content h2 {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
  }
}

/* Responsive */
@media (max-width: 1100px) {
  .membership-hero-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .membership-hero-gallery-grid img {
    height: 110px;
  }
}

@media (max-width: 700px) {
  .membership-hero-title {
    font-size: 28px;
  }

  .membership-hero-desc {
    font-size: 1rem;
  }

  .membership-hero-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .membership-hero-gallery-grid img {
    height: 80px;
  }

  .membership-hero-header {
    margin-bottom: 24px;
  }

  .membership-hero-bg {
    padding: 32px 0 0 0;
  }
}

@media (max-width: 1100px) {
  .join-iasmed-container {
    flex-direction: column;
    gap: 32px;
    padding: 0 16px;
  }

  .join-iasmed-image img {
    width: 100%;
    max-width: 420px;
    height: 220px;
  }

  .join-iasmed-content {
    margin-left: 0;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .join-iasmed-bg {
    padding: 18px 0;
  }

  .join-iasmed-content h2 {
    font-size: 32px;
  }

  .join-iasmed-content p {
    font-size: 16px;
  }

  .join-iasmed-btn {
    font-size: 16px;
    padding: 12px 20px;
  }
}

@media (max-width: 1100px) {
  .blog-related-grid {
    flex-direction: column;
    gap: 1.5rem;
    align-items: stretch;
  }

  .blog-related-card {
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  .blog-related-section {
    padding: 1.2rem 0.5rem 1.7rem 0.5rem;
  }

  .blog-related-header h2 {
    font-size: 1.3rem;
  }

  .blog-related-all-btn {
    font-size: 0.98rem;
    padding: 0.5rem 1rem;
  }

  .blog-related-grid {
    gap: 1rem;
  }

  .blog-related-card__body {
    padding: 0.8rem 0.8rem 1rem 0.8rem;
  }

  .blog-related-card__title {
    font-size: 1rem;
  }

  .blog-related-card__desc {
    font-size: 0.95rem;
  }
}

@media (max-width: 900px) {
  .blog-detail-content {
    padding: 1.2rem 0.7rem;
  }

  .blog-detail-content__img {
    max-width: 100%;
    margin-bottom: 1.2rem;
  }

  .blog-detail-content__body {
    font-size: 0.98rem;
  }
}

@media (max-width: 900px) {
  .blog-detail-hero__row {
    flex-direction: column;
    gap: 1.5rem;
  }

  .blog-detail-hero__title {
    font-size: 2rem;
  }

  .blog-detail-hero__meta {
    font-size: 1rem;
  }

  .blog-detail-hero__socials a {
    width: 40px;
    height: 40px;
  }

}

@media (max-width: 900px) {
  .newsletter-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .newsletter-left,
  .newsletter-right {
    width: 100%;
    flex: unset;
  }

  .newsletter-left h2 {
    font-size: 2rem;
  }
}

@media (max-width: 700px) {
  .activity-pagination ul {
    min-height: 36px;
  }

  .activity-pagination a,
  .activity-pagination__ellipsis {
    min-width: 28px;
    height: 36px;
    font-size: 0.95rem;
    padding: 0 0.4rem;
  }

  .activity-pagination__prev,
  .activity-pagination__next {
    font-size: 0.95rem;
    padding: 0 0.4rem;
  }

  .activity-pagination__prev .activity-pagination__arrow,
  .activity-pagination__next .activity-pagination__arrow {
    font-size: 1rem;
  }
}

@media (max-width: 700px) {
  .activity-hero {
    padding: 48px 8px 32px 8px;
  }

  .clinical-stat__value,
  .testimonial-left h2,
  .activity-hero__title {
    font-size: 32px;
  }

  .activity-hero__desc {
    font-size: 1rem;
  }
}

/* Responsive */
@media (max-width: 1000px) {
  .activity-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .activity-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .activity-section {
    padding: 1rem 0.5rem 2rem 0.5rem;
  }

  .activity-card__body {
    padding: 1rem 1rem 1.25rem 1rem;
  }

  .activity-card__title {
    min-height: unset;
    font-size: 1rem;
  }
}

@keyframes carousel-slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 700px) {
  .about-carousel-track img {
    height: 120px;
  }

  .membership-carousel-track img {
    height: 120px;
  }
}


@media (max-width: 700px) {
  .about-timeline__wrapper {
    gap: 40px;
  }

  .timeline-item,
  .timeline-item.right,
  .timeline-item.left {
    flex-direction: column !important;
    align-items: flex-start;
  }

  .timeline-item__circle {
    position: static;
    margin: 0 0 12px 0;
    left: auto;
    transform: none;
  }

  .timeline-item__content,
  .timeline-item.left .timeline-item__content {
    margin: 0;
    max-width: 100%;
  }

  .about-timeline__line {
    left: 24px;
    width: 2px;
  }
}

@media (min-width: 768px) {
  .iasmed-mobile-footer {
    display: none;
    /* hide on desktop */
  }
}

@media (max-width: 767px) {
  .iasmed-header-actions {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .iasmed-header-actions {
    gap: 1.5rem;
  }

  .iasmed-nav-mobile {
    display: none !important;
  }

  .iasmed-mobile-footer {
    display: none;
    /* hide on desktop */
  }

  .iasmed-hamburger {
    display: none !important;
  }
}

.iasmed-hamburger {
  display: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}


@media (max-width: 768px) {
  .iasmed-hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .iasmed-nav-desktop {
    display: none;
  }

  .iasmed-nav-mobile {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background-color: #2B9C9E;
    padding: 2rem 1.5rem;
    transition: right 0.3s ease-in-out;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    box-shadow: -4px 0 12px rgba(0, 0, 0, 0.2);
  }

  .iasmed-nav-mobile.open {
    right: 0;
  }

  .iasmed-nav-mobile-list {
    list-style: none;
    margin-top: 4rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }

  .iasmed-nav-mobile-list a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
  }

  .mobile-close {
    background: none;
    border: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
  }
}

@media (min-width: 769px) {
  .iasmed-nav-mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .iasmed-hero-container {
    display: flex;
    flex-direction: column;
    font-size: 4rem;
  }

  .iasmed-hero-title {
    font-size: 34px;
    max-width: none;
    margin-top: 10rem
  }

  .iasmed-hero-content {
    min-height: 0;
    padding: 1rem 0rem;
  }

  .iasmed-hero-buttons {
    flex-direction: column;
    align-items: center;
  }

}

@media (max-width: 425px) {
  .font-country-regulation {
    font-size: 14px;
  }

  a:where(:not(.wp-element-button)) {
    color: #fff;
  }

  .about-section__info>*:first-child {
    flex: 0;
    max-width: 100%;
  }

  .btn-outline,
  .btn-primary {
    width: 100%;
    justify-content: center
  }

  .why-title h2,
  .contact-us-title,
  .about-hero__title,
  .about-vision-mission__title {
    font-size: 32px;
  }

  .font-country-regulation-citation {
    font-size: 10px;
  }

  .translucent,
  .testimonial-card.translucent-right {
    display: none !important;
  }

  .event-card--full,
  .event-card--full img {
    width: 100%;
  }

  .board-group {
    padding: 1rem;
  }

  .about-vision-mission {
    padding: 1rem !important;
  }

  .event-card-meta-item img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: inline-block;
  }

  .iasmed-events-section {
    height: auto;
  }

  .clinical-section__stats {
    flex-direction: column;
    align-items: stretch;
  }

  .iasmed-services-header {
    align-items: start;
  }

  .clinical-hero__map {
    display: none;
  }

  .iasmed-services-section {
    height: auto;
  }

  .cru-header>div,
  .iasmed-services-header h2,
  .iasmed-services-header p {
    flex: 0;
  }

  .iasmed-hero-container {
    display: flex;
    flex-direction: column;
    font-size: 4rem;
  }

  .clinical-section__stats {
    margin: auto;
  }

  .iasmed-hero-title {
    font-size: 34px;
    max-width: none;
    margin-top: 10rem
  }

  .iasmed-hero-content {
    min-height: 0;
    padding: 1rem 0rem;
  }

  .iasmed-hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .iasmed-container,
  .iasmed-hero {
    padding: 1rem 1.5rem;
  }

  .iasmed-cta-final {
    padding: 1rem;
  }

  .services-grid {
    margin: 0px;
  }

  .iasmed-partner-logos {
    flex-direction: column;
    align-items: center;
  }

  .logo-grid img {
    width: 320px;
  }

  .cta-container {
    flex-direction: column-reverse;
  }

  .cta-image img {
    height: auto;
  }

  .footer-brand img {
    height: 40px;
  }

  .footer-links {
    flex-direction: column;
  }


  .iasmed-footer {
    padding: 0px;
  }

  .footer-top {
    padding: 3rem 1.5rem 1.5rem;
  }

  .footer-bottom {
    margin-top: 0px;
    border-radius: 0px;
    gap: 1rem;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .about-hero {
    flex-direction: column;
    font-size: 36px;
    margin-top: 0px;
    padding: 2rem;

  }

  .about-section__info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0rem 3rem;
    text-align: justify;
  }

  .iasmed-btn-outline-green {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }

  .about-section__info {
    flex-direction: column;
  }

  .about-section__info>*:nth-child(2) {
    max-width: 100%;
  }

  .about-section__stats {
    flex-direction: column;
  }

  .about-vision-mission__header {
    flex-direction: column;
  }

  .about-vision-mission__content {
    flex-direction: column;
  }

  .contact-us-container {
    display: flex;
    flex-direction: column;
    padding: 0px !important;
    margin: 2rem 0rem
  }

  .contact-us-image-cards-wrapper {
    display: none;
  }
}



@media (max-width: 375px) {
  .tooltip-text {
    left: -205% !important;
  }

  .iasmed-hero-container {
    display: flex;
    flex-direction: column;
    font-size: 4rem;
  }

  .iasmed-hero-title {
    font-size: 34px;
    max-width: none;
    margin-top: 10rem
  }

  .iasmed-hero-content {
    min-height: 0;
    padding: 1rem 0rem;
  }

  .iasmed-hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .iasmed-container,
  .iasmed-hero {
    padding: 1rem 1.5rem;
  }

  .iasmed-cta-final {
    padding: 1rem;
  }

  .services-grid {
    margin: 0px;
  }

  .iasmed-partner-logos {
    flex-direction: column;
    align-items: center;
  }

  .logo-grid img {
    width: 320px;
  }

  .cta-container {
    flex-direction: column-reverse;
  }

  .cta-image img {
    height: auto;
  }

  .footer-brand img {
    height: 40px;
  }

  .footer-links {
    flex-direction: column;
  }

  .iasmed-footer {
    padding: 0px;
  }

  .footer-top {
    padding: 3rem 1.5rem 1.5rem;
  }

  .footer-bottom {
    margin-top: 0px;
    border-radius: 0px;
    gap: 1rem;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}