/* Hero section  */
.hero {
background: #0b1e37;
padding: 120px 0px 50px;
}

.hero-container {
 width: min(1200px, 92%);
 margin: 0 auto;
  text-align: center;
}


.hero-title {
  margin: 0;
  color: #c0a34d;
  /* max-width: 1100px; */
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.title-white {
  color: #c0a34d;
  display: inline;
}

.title-gold {
  color: #c0a34d;
  display: inline;
}

.hero-text {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.7;
    width: 70%;
    margin: 10px auto;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 34px;
    justify-content: center;
}

/* staged reveal */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

.title-kingsford {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.title-kingsford.show {
  opacity: 1;
  transform: translateY(0);
}

.title-gateway {
  opacity: 0;
  transition: opacity 0.9s ease, transform 0.9s ease;
  transform: translateY(26px);
}

.title-gateway.show {
  opacity: 1;
  transform: translateY(0);
}

.hero-buttons a{
  text-decoration: none;
}

.scroll-bottom {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(20px);
}

.scroll-bottom a {
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  font-weight: 100;
  font-family: 'Glacial Indifference';
  display: inline-block;
}

.scroll-bottom.show {
  opacity: 1;
  transform: translateY(0);
}

.scroll-bottom.bounce a,
.scroll-bottom.bounce {
  animation: floatArrow 1.8s ease-in-out infinite;
}

@keyframes floatArrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  .hero-title {
    font-size: 48px;
  }

  .hero-text {
    font-size: 20px;
     width: 80%;
  }
}

@media (max-width: 991px) {
  .hero {
    min-height: auto;
  }

  .hero-title {
    font-size: 46px;
    line-height: 1.08;
  }

  .hero-text {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 36px;
  }

  .hero-text {
    font-size: 16px;
    line-height: 1.65;
     width: 100%;
  }

  .hero-buttons {
    flex-direction: column;
    text-align: center;
        align-items: center;
  }

  .hero-badge {
    gap: 5px;
    padding: 10px;
    font-size: 12px;
    letter-spacing: normal;
}
}
.woolf-btn{
    background: white;
    color: #0b1e37;
    cursor: pointer;
    font-size: 16px;
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
    border: 2px solid #0b1e37;
}

.woolf-btn:hover {
    background: #c0a34d;
    color: #fff;
    transition: background 1s ease;
}

/* ---------- programme logo  Section ---------- */

.programme-logo {
  padding: 30px 0px 0px 0px;
}

.oxford-header-icon {
  display: flex;
  justify-content: center;
}

.oxford-header-icon img {
  max-width: 223px;
  width: 111%;
  height: auto;
}



/* ---------- mastery section ---------- */
.mastery-section {
  background: #ffffff;
  padding: 50px 0;
  overflow: hidden;
}

.mastery-inner {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.mastery-container {
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 20px;
  align-items: center;
  padding: 0px 100px 0px 100px;
  font-family: Georgia, "Times New Roman", serif;
}

.mastery-header-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.mastery-header-icon img {
  max-width: 120px;
  width: 100%;
  height: auto;
}

/* .mastery-title {
  text-align: center;
} */

.mastery-title span {
  display: block;
}

/* .mastery-divider {
  width: 62px;
  height: 4px;
  border-radius: 999px;
  background: #c0a34d;
  margin: 0 auto 24px;
} */

.mastery-text {
  margin: 0 0 18px;
  color: rgba(11, 30, 55, 0.75);
  font-size: 16px;
  line-height: 1.7;
}

.mastery-slider {
  position: relative;
}

.mastery-card {
  height: 360px;
  background: #ffffff;
  border: 2px solid #c0a34d;
  border-radius: 22px;
  padding: 26px 24px;
  margin: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.mastery-card-icon {
  width: 130px;
  height: 130px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  flex-shrink: 0;
}

.mastery-card-icon img {
  width: 130px;
  height: 130px;
  object-fit: contain;
}

.mastery-card-icon-1 {
  border: 2px solid rgba(11, 30, 55, 0.08);
  width: 130px;
  height: 130px;
  /* display: grid; */
  place-items: center;
  margin: 0 auto 20px;
  flex-shrink: 0;
}

.mastery-card-icon-1 img {
  width: 230px;
  height: 130px;
  object-fit: contain;
}


.mastery-card-title {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: #0b1e37;
}

.mastery-card-desc {
  margin: 0;
  color: rgba(11, 30, 55, 0.75);
  font-size: 16px;
  line-height: 1.7;
}

/* arrows */
.mastery-slider .slick-prev,
.mastery-slider .slick-next {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(11, 30, 55, 0.08);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  z-index: 2;
}

.mastery-slider .slick-prev:hover,
.mastery-slider .slick-next:hover {
  background: #ffffff;
}

.mastery-slider .slick-prev:before,
.mastery-slider .slick-next:before {
  color: #0b1e37;
  font-size: 20px;
  opacity: 1;
}

.mastery-slider .slick-prev {
  left: -18px;
}

.mastery-slider .slick-next {
  right: -18px;
}

/* optional dots if enabled later */
.mastery-slider .slick-dots {
  position: static;
  margin-top: 18px;
  display: flex !important;
  justify-content: center;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.mastery-slider .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

.mastery-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(11, 30, 55, 0.18);
  font-size: 0;
}

.mastery-slider .slick-dots li.slick-active button {
  background: #c0a34d;
}

@media (max-width: 1030px) {
  .mastery-container {
    grid-template-columns: 50% 50%;
    gap: 18px;
    padding: 0 40px;
  }

  .mastery-card {
    height: 340px;
    padding: 22px 20px;
  }

  .mastery-card-icon,
  .mastery-card-icon img {
    width: 115px;
    height: 115px;
  }

  .mastery-card-title {
    font-size: 20px;
  }

  .mastery-card-desc {
    font-size: 14px;
  }
}

@media (max-width: 850px) {
  .mastery-container {
    grid-template-columns: 100%;
    gap: 34px;
    padding: 0px;
  }

  .mastery-left {
    max-width: 100%;
    text-align: center;
  }

  .mastery-header-icon {
    justify-content: center;
  }

  .mastery-title {
    text-align: center;
  }

  .mastery-divider {
    margin-left: auto;
    margin-right: auto;
  }

  .mastery-slider .slick-prev {
    left: 0;
  }

  .mastery-slider .slick-next {
    right: 0;
  }

  .mastery-card {
    height: 360px;
  }
}

@media (max-width: 767px) {
  .mastery-section {
    padding: 30px 0 0;
  }

  .mastery-text {
    font-size: 16px;
  }

  .mastery-card {
    height: 400px;
    max-height: 400px;
    padding: 22px 18px;
    margin: 6px;
  }

  .mastery-card-icon,
  .mastery-card-icon img {
    width: 110px;
    height: 110px;
  }

  .mastery-card-title {
    font-size: 20px;
  }

  .mastery-card-desc {
    font-size: 15px;
  }

  .mastery-slider .slick-prev,
  .mastery-slider .slick-next {
    display: none !important;
  }

  .mastery-header-icon img {
    max-width: 90px;
  }
}

/* ---------- Executive Portfolio ---------- */
.exec-portfolio {
  background: #ffffff;
  padding: 50px 0;
}

.exec-portfolio__container {
  width: min(1240px, 94%);
  margin: 0 auto;
}

.exec-portfolio__title {
  margin: 0 0 34px;
  text-align: center;
  color: #0b1e37;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}
.exec__intro {
  margin: 0 auto 40px auto;
  text-align: center;
}

.exec__intro p {
  color: rgba(15, 23, 42, 0.75);
  line-height: 1.7;
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

.exec-portfolio__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  align-items: stretch;
  padding-top: 14px;
  font-family: Georgia, "Times New Roman", serif;
}

.exec-card-1 {
  background: #ffffff;
  border: 2px solid #a5acaf;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(11, 30, 55, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-top: 20px;
}
.exec-card-2 {
  background: #ffffff;
  border: 2px solid #1f4c8b;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(11, 30, 55, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-top: 20px;
}

.exec-card-3 {
  background: #ffffff;
  border: 2px solid #c4922e;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(11, 30, 55, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-top: 20px;
}
.exec-card-4 {
  background: #ffffff;
  border: 2px solid #2d5249;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(11, 30, 55, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-top: 20px;
}
.exec-card-5 {
  background: #ffffff;
  border: 2px solid #630012;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(11, 30, 55, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-top: 20px;
}

.exec-card__image {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.exec-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.exec-card__body {
  padding: 10px 12px 14px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  text-align: center;
}

.exec-card__title {
  margin: 0 10px 14px;
  color: #0b1e37;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
  min-height: 58px;
}


/* Default remove fixed color */
.exec-card__btn {
  background: transparent;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 2px solid #0b1e37;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.25s ease;
}

/* Card 1 */
.exec-card-1 .exec-card__btn {
  border-color: #a5acaf;
  color: #a5acaf;
  background: #a5acaf;
  color: #fff;
}

.exec-card-1 .exec-card__btn:hover {
  background: transparent;
  color: #a5acaf;
}

/* Card 2 */
.exec-card-2 .exec-card__btn {
  border-color: #1f4c8b;
  background: #1f4c8b;
  color: #fff;
}

.exec-card-2 .exec-card__btn:hover {
  background: transparent;
  color: #1f4c8b;
}

/* Card 3 */
.exec-card-3 .exec-card__btn {
  border-color: #c4922e;
  background: #c4922e;
  color: #fff;
}

.exec-card-3 .exec-card__btn:hover {
  background: transparent;
  color: #c4922e;
}

/* Card 4 */
.exec-card-4 .exec-card__btn {
  border-color: #2d5249;
  background: #2d5249;
  color: #fff;
}

.exec-card-4 .exec-card__btn:hover {
  background: transparent;
  color: #2d5249;
}

/* Card 5 */
.exec-card-5 .exec-card__btn {
  border-color: #630012;
  background: #630012;
  color: #fff;
}

.exec-card-5 .exec-card__btn:hover {
  background: transparent;
  color: #630012;
}


@media (max-width: 1199px) {
  .exec-portfolio__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 29px;
  }
}

@media (max-width: 767px) {
  .exec-portfolio {
    padding: 30px 0;
  }

  .exec-portfolio__title {
    font-size: 30px;
    margin-bottom: 26px;
  }

  .exec-portfolio__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .exec-card__image {
    height: 130px;
  }

  .exec-card__title {
    font-size: 18px;
    min-height: auto;
  }

  .exec-card__btn {
    font-size: 14px;
    min-height: 38px;
   
  }
}

@media (max-width: 520px) {
  .exec-portfolio__grid {
    grid-template-columns: 1fr;
    padding: 15px;
  }
}



/* ---------- reusable module detail section ---------- */

/* ---------- module detail section : 1 ---------- */

.ai-business-overview-section {
  --theme-main: #a5acaf;
  --theme-content: #a5acaf;
  --theme-border: #c0a34d;
  background: #ffffff;
  padding: 50px 0;
  font-family: Georgia, "Times New Roman", serif;
}

.ai-business-overview-container {
  width: min(980px, 92%);
  margin: 0 auto;
  background: #fff;
  text-align: center;
}

.ai-overview-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ai-hero-image img {
  width: 100vw;
  height: 220px;
  object-fit: cover;
  display: block;
  margin-left: calc(-50vw + 50%);
}

.ai-hero-overlay {
  position: relative;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #fff;
  padding: 16px 20px;
  text-align: center;
  z-index: 2;
}

.ai-overview-title {
  margin: 0;
  color: #071f3d;
}

.ai-overview-subtitle {
  margin: 4px 0 0;
  color: #071f3d;
  font-size: 20px;
  font-weight: 500;
}

.ai-overview-desc {
  width: min(860px, 100%);
  margin: 0 auto;
  color: #0b1e37;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  padding-top: 24px;
}

.ai-overview-block {
  margin-top: 34px;
}

.ai-block-title {
  margin: 0 0 18px;
  color: #0b1e37;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
}

/* cards */
.framework-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 16px;
}

.framework-card {
  background: #ffffff;
  border: 2px solid var(--theme-main);
  border-radius: 12px;
  padding: 24px 18px;
  text-align: center;
}

.framework-icon {
  font-size: 38px;
  line-height: 1;
  margin-bottom: 14px;
}

.framework-icon img {
  width: 50%;
  height: auto;
}

.framework-card h4 {
  margin: 0 0 10px;
  color: #0b1e37;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.framework-card p {
  margin: 0;
  color: #0b1e37;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
}

/* accordion */
.module-accordion {
  width: min(700px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 8px;
}

.module-accordion-item {
  background: transparent;
}

.module-accordion-toggle {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid var(--theme-main);
  border-radius: 8px;
  /* background: var(--theme-main); */
  background: #ffffff;
  color: #0b1e37;
  padding: 10px 16px;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Georgia, "Times New Roman", serif;
}

.accordion-icon {
  font-size: 18px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.module-accordion-item.is-open .accordion-icon {
  transform: rotate(180deg);
}

.module-accordion-item.is-open .module-accordion-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.module-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  background: #ffffff;
  border-radius: 0 0 8px 8px;
}

.module-accordion-content-inner {
  box-sizing: border-box;
  padding: 12px 14px 14px;
  text-align: left;
  border: 1px solid var(--theme-main);
  border-top: none;
  border-radius: 0px 0px 8px 8px;
  /* background: var(--theme-content); */
}

.module-accordion-content-inner p {
  margin: 0;
  color: #0b1e37;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
  font-family: Georgia, "Times New Roman", serif;
}

.ai-simple-text {
  width: min(860px, 100%);
  margin: 0 auto;
  color: rgba(11, 30, 55, 0.78);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}

.ai-cert-list {
  width: fit-content;
  margin: 0 auto;
  padding-left: 18px;
  text-align: left;
  color: rgba(11, 30, 55, 0.82);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

.ai-overview-btn-wrap {
  text-align: center;
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}


/* theme variations */
.theme-grey {
  --theme-main: #a5acaf;
  --theme-content: #a5acaf;
}

.theme-blue {
  --theme-main: #1f4c8b;
  --theme-content: #1f4c8b;
}

.theme-yellow{
  --theme-main: #c4922e;
  --theme-content: #c4922e;
}


.theme-green {
  --theme-main: #2d5249;
  --theme-content: #2d5249;
}

.theme-red {
  --theme-main: #630012;
  --theme-content: #630012;
}


/* @media (max-width: 900px) {
  .framework-cards {
    grid-template-columns: 1fr;
  }
} */

@media (max-width: 767px) {
  .ai-business-overview-section {
    padding: 34px 0;
  }

  .ai-hero-image img {
    height: 180px;
  }

  .ai-overview-title {
    font-size: 24px;
  }

  .ai-overview-subtitle {
    font-size: 14px;
  }

  .ai-block-title {
    font-size: 22px;
  }

  .ai-overview-desc,
  .ai-simple-text {
    font-size: 14px;
  }

  .framework-card h4 {
    font-size: 18px;
  }
  .framework-cards {
    grid-template-columns: 1fr;
  }

  .module-accordion-toggle {
    font-size: 14px;
    padding: 10px 12px;
  }

  .module-accordion-content-inner p,
  .ai-cert-list {
    font-size: 14px;
  }

  .ai-overview-hero {
    padding-bottom: 0;
  }

  .ai-hero-overlay {
    width: calc(100% - 24px);
    padding: 14px 12px;
  }
}

/* ---------- Alumni Section ---------- */
.alumni-section {
  background: #e9e9e9;
  padding: 50px 0;
}

.alumni-container {
  width: min(900px, 92%);
  margin: 0 auto;
  text-align: center;
}

.alumni-title {
  margin: 0 0 16px;
  color: #0b1e37;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.alumni-text {
  margin: 0 auto;
  color: #1f2d3d;
  font-size: 18px;
  line-height: 1.6;
  max-width: 750px;
}

/* Responsive */
@media (max-width: 767px) {
  .alumni-title {
    font-size: 24px;
  }

  .alumni-text {
    font-size: 15px;
  }
}


/* FAQ-------- */
/* Program Logistics Section */

.logistics-section {
  padding: 50px 0;
  background: #fff;
}

.logistics-container {
  width: min(1200px, 92%);
  margin: 0 auto;

  display: grid;
  /* grid-template-columns: 1fr 1.2fr; */
  gap: 60px;
  align-items: start;
}

.logistics-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  color: #0b1e37;
  margin-bottom: 30px;
}

.logistics-list {
  list-style: none;
  padding: 0;
  margin: 0;

  display: grid;
  gap: 18px;
}

.logistics-list li {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(11,30,55,0.75);
  position: relative;
  padding-left: 26px;
}

.logistics-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #c0a34d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.faq {
  background: transparent;
}

.faq-title {
    margin-bottom: 20px;
    text-align: left;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    color: #0b1e37;
}

.section-divider {
  width: 60px;
  height: 4px;
  border-radius: 999px;
  background: #c0a34d;
  margin: 0 auto 26px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(11, 30, 55, 0.12);
  background: #fff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.faq-item.is-open {
  border-color: rgba(192, 163, 77, 0.55);
  box-shadow: 0 10px 24px rgba(192, 163, 77, 0.08);
}

.faq-item-toggle {
  width: 100%;
  border: 0;
  background: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  cursor: pointer;
}

.faq-item-toggle:hover {
  background: #fff;
}

.faq-item-question {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 18px;
  color: #0b1e37;
  line-height: 1.35;
}

.faq-item-icon {
  color: #c0a34d;
  font-size: 20px;
  line-height: 1;
  transition: transform 0.3s ease;
  flex: 0 0 auto;
}

.faq-item.is-open .faq-item-icon {
  transform: rotate(180deg);
}

.faq-item-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 22px;
  color: rgba(11, 30, 55, 0.72);
  font-size: 16px;
  line-height: 1.75;
  transition: max-height 0.45s ease, opacity 0.3s ease, padding 0.3s ease;
}

.faq-item-content p {
  margin: 0;
}

.faq-item.is-open .faq-item-content {
  opacity: 1;
  padding: 0 22px 22px;
}

.faq-item-divider {
  width: 100%;
  height: 1px;
  background: rgba(11, 30, 55, 0.1);
  margin: 0 0 14px;
}

@media (max-width: 991px) {
  
  .logistics-container {
    /* grid-template-columns: 1fr; */
    gap: 40px;
  }

  .logistics-title {
    font-size: 30px;
    text-align: center;
  }

  .faq-title {
    text-align: center;
}
}

@media (max-width: 767px) {
.logistics-section {
  padding: 20px 0 50px;
  background: #fff;
}

  .faq-item-question {
    font-size: 16px;
  }

  .faq-item-content {
    padding: 0 16px;
    font-size: 15px;
  }

  .faq-item.is-open .faq-item-content {
    padding: 0 16px 18px;
  }

   .logistics-title {
    font-size: 28px;
  }
}



.blue-btn {
    display: inline-block;
    background: #0b1e37;
    color: #fff;
    text-decoration: none;
    outline: 1px solid #0b1e37;
    border: none;
    cursor: pointer;
    font-size: 16px;
    width: fit-content;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 0.03em;
    box-shadow: 0 14px 30px rgba(5, 31, 62, 0.18);
    transition: background 0.3s ease, outline 0.3s ease;
}

.blue-btn:hover {
    background: #c0a34d;
    outline: 1px solid #c0a34d;
    color: #fff;
}
