.zonePlace.zoneContent {
    padding: 0px !important;
}
.zonePlace.zoneContent div#id_Content {
    max-width: 1920px !important;
}
.zonePlace.zoneContent div#id_Content div {
    padding: 0px;
}
footer.svm-footer .footer-container {
    max-width: 1450px !important;
    padding: 50px 20px !important;
}
.footer-bottom {
    padding: 30px 0px !important;
}
div#id_F1WusyB {
    margin: 0px;
}

/* =========================
   Journey Section
========================= */

.journey-section {
  background: #FEFBD6;
  padding: 95px 20px 78px;
  font-family: "Inter", Arial, sans-serif;
}

.journey-container {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 70px;
  align-items: center;
}

.journey-content {
  max-width: 440px;
}

.journey-label-wrap {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 26px;
}

.journey-line {
  width: 32px;
  height: 2px;
  background: #88974F;
}

.journey-label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 5px;
  color: #88974F;
  text-transform: uppercase;
}

.journey-title {
  margin: 0 0 34px;
  font-size: 54px;
  line-height: 0.95;
  font-weight: 800;
  color: #36475F;
  letter-spacing: -1.5px;
}

.journey-title span {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 52px;
  color: #36475F;
}

.journey-info-list {
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-bottom: 48px;
}

.journey-info-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.journey-icon {
  width: 22px;
  height: 22px;
  color: #88974F;
  flex-shrink: 0;
  margin-top: 2px;
}

.journey-icon svg {
  width: 100%;
  height: 100%;
}

.journey-info-text h4 {
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing: 2.4px;
  font-weight: 900;
  color: #28384F;
  text-transform: uppercase;
}

.journey-info-text p {
  margin: 0;
  font-size: 19px;
  line-height: 1.55;
  color: #4A4A4A;
}

.journey-note {
  display: inline-block;
  margin-top: 4px;
  font-size: 15px;
  font-style: italic;
  color: #000;
}

.journey-contact-box {
  background: #ECE5DE;
  border-left: 4px solid #88974F;
  border-radius: 8px;
  padding: 29px 36px;
  max-width: 440px;
}

.journey-contact-box h5 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 800;
  color: #28384F;
}

.journey-contact-box a {
  font-size: 18px;
  font-weight: 800;
  color: #88974F;
  text-decoration: none;
}

.journey-map-card {
  border-radius: 14px;
  overflow: hidden;
  background: #ddd;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.08);
}

.journey-map-card iframe {
  width: 100%;
  height: 500px;
  border: 0;
  display: block;
}

.journey-map-accent {
  height: 7px;
  background: #88974F;
}

.journey-contact-box {
    padding: 20px !important;
}
.vaaki-card-content {
    padding: 30px !important;
}
/* Responsive */
@media (max-width: 1100px) {
  .journey-container {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .journey-content {
    max-width: 100%;
  }

  .journey-title {
    font-size: 46px;
  }

  .journey-title span {
    font-size: 46px;
  }
}

@media (max-width: 768px) {
  .journey-section {
    padding: 65px 16px;
  }

  .journey-title {
    font-size: 39px;
  }

  .journey-title span {
    font-size: 39px;
  }

  .journey-map-card iframe {
    height: 360px;
  }
}

@media (max-width: 480px) {
  .journey-title {
    font-size: 32px;
  }

  .journey-title span {
    font-size: 32px;
  }

  .journey-info-text p {
    font-size: 16px;
  }

  .journey-contact-box {
    padding: 24px;
  }

  .journey-map-card iframe {
    height: 300px;
  }
}

/* ===============================
   Va'aki Events Section
================================== */

.vaaki-events-section {
  background: #FEFBD6;
  padding: 75px 20px 95px;
  font-family: "Inter", Arial, sans-serif;
  color: #2e3f56;
}

.vaaki-container {
  max-width: 1250px;
  margin: 0 auto;
}

.vaaki-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.vaaki-title {
  margin: 0;
  font-size: 52px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #31455d;
}

.vaaki-title span {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 600;
  color: #3d4350;
}

.vaaki-subtitle {
  margin: 18px 0 0;
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #7f8792;
  font-weight: 800;
}

.vaaki-calendar-link {
  text-decoration: none;
  color: #88974F;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.vaaki-calendar-link:hover {
  color: #A81F1F;
}

.vaaki-divider {
  height: 1px;
  background: #dfd4bf;
  margin: 26px 0 44px;
}

.vaaki-grid {
  display: grid;
  grid-template-columns: 0.98fr 0.9fr 0.9fr;
  grid-template-areas:
    "featured image image"
    "featured info quote";
  gap: 22px;
}

.vaaki-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

/* Featured Card */
.vaaki-card-featured {
  grid-area: featured;
  height: 590px;
  background: #ccc;
}

.vaaki-card-featured .vaaki-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vaaki-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.28) 48%,
    rgba(0, 0, 0, 0.03) 100%
  );
}

.vaaki-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 30px 32px;
  z-index: 2;
}

.vaaki-badge {
  display: inline-block;
  background: #B85C38;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  padding: 8px 12px;
  border-radius: 4px;
  margin-bottom: 14px;
}

.vaaki-card-featured h3 {
  margin: 0 0 10px;
  font-size: 27px;
  line-height: 1.12;
  color: #fff;
  font-weight: 900;
}

.vaaki-card-featured p {
  margin: 0;
  max-width: 92%;
  color: #fff;
  font-size: 16px;
  line-height: 1.55;
}

.vaaki-btn {
  display: inline-block;
  margin-top: 22px;
  background: #fff;
  color: #28384F;
  text-decoration: none;
  padding: 15px 26px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.vaaki-btn:hover {
  background: #A81F1F;
  color: #fff;
}

/* Top Image */
.vaaki-card-imageonly {
  grid-area: image;
  height: 295px;
  background: #ddd;
}

.vaaki-card-imageonly .vaaki-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Info Card */
.vaaki-card-info {
  grid-area: info;
  background: #fbfaf8;
  border: 1px solid #ead8cc;
  padding: 35px 34px;
  min-height: 203px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vaaki-date {
  margin-bottom: 16px;
  color: #C05C37;
  font-size: 15px;
  font-weight: 800;
}

.vaaki-card-info h3 {
  margin: 0 0 16px;
  color: #000;
  font-size: 22px;
  line-height: 1.38;
  font-weight: 900;
}

.vaaki-card-info p {
  margin: 0;
  color: #8c929b;
  font-size: 16px;
  line-height: 1.6;
  max-width: 90%;
}

/* Quote Card */
.vaaki-card-quote {
  grid-area: quote;
  background: #5b5b5d;
  min-height: 203px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.vaaki-quote-inner {
  text-align: center;
  max-width: 86%;
}

.vaaki-quote {
  margin: 0 0 24px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 21px;
  line-height: 1.38;
  font-weight: 600;
}

.vaaki-quote-label {
  display: block;
  color: rgba(255,255,255,0.65);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Responsive */
@media (max-width: 1100px) {
  .vaaki-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "featured featured"
      "image image"
      "info quote";
  }

  .vaaki-card-featured {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .vaaki-events-section {
    padding: 55px 16px;
  }

  .vaaki-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .vaaki-title {
    font-size: 36px;
  }

  .vaaki-subtitle {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .vaaki-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "featured"
      "image"
      "info"
      "quote";
  }

  .vaaki-card-featured {
    height: 450px;
  }

  .vaaki-card-imageonly {
    height: 240px;
  }
}

@media (max-width: 480px) {
  .vaaki-title {
    font-size: 30px;
  }

  .vaaki-card-featured {
    height: 400px;
  }

  .vaaki-card-featured h3 {
    font-size: 23px;
  }
}

.heritage-section {
  background: #FEFBD6;
  padding: 60px 20px 80px;
  font-family: "Inter", Arial, sans-serif;
  color: #4A4A4A;
}

.heritage-note-wrap {
  max-width: 1200px;
  margin: 0 auto 70px;
}

.heritage-note {
  background: #F7F2EA;
  border-left: 3px solid #88974F;
  border-radius: 14px;
  padding: 22px 24px;
  color: #000;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 600;
  padding: 20px !important;
}

.heritage-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 55px;
  align-items: center;
}

.heritage-image img {
  width: 100%;
  height: 705px;
  object-fit: cover;
  display: block;
}

.heritage-label {
  color: #88974F;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.heritage-content h2 {
  margin: 0 0 28px;
  color: #3F4550;
  font-size: 37px;
  line-height: 1.18;
  font-weight: 900;
  text-transform: uppercase;
}

.heritage-text {
  margin: 0 0 36px;
  color: #303846;
  font-size: 16px;
  line-height: 1.55;
  max-width: 650px;
}

.heritage-quote-box {
  border-top: 1px solid #DED3BC;
  border-bottom: 1px solid #DED3BC;
  padding: 42px 0 34px;
  margin-bottom: 38px;
}

.heritage-quote {
  margin: 0 0 26px;
  color: #3F4550;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.55;
  font-weight: 700;
  font-style: italic;
}

.heritage-mission {
  margin: 0;
  color: #88974F;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.heritage-small {
  margin: 0 0 35px;
  color: #66707A;
  font-size: 14px;
  line-height: 1.55;
  max-width: 650px;
}

.heritage-link {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  color: #1F2933;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.heritage-link:hover {
  color: #A81F1F;
}

.heritage-link span {
  font-size: 20px;
}

/* Responsive */
@media (max-width: 991px) {
  .heritage-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .heritage-image img {
    height: 500px;
  }

  .heritage-content h2 {
    font-size: 32px;
  }

  .heritage-quote {
    font-size: 25px;
  }
}

@media (max-width: 600px) {
  .heritage-section {
    padding: 45px 16px 60px;
  }

  .heritage-note-wrap {
    margin-bottom: 45px;
  }

  .heritage-note {
    font-size: 12px;
    padding: 18px;
  }

  .heritage-image img {
    height: 350px;
  }

  .heritage-content h2 {
    font-size: 26px;
  }

  .heritage-quote {
    font-size: 21px;
  }

  .heritage-label,
  .heritage-mission {
    letter-spacing: 2.5px;
  }
}

.protect-section {
  background: #FEFBD6;
  padding: 95px 20px 90px;
  font-family: "Inter", Arial, sans-serif;
  color: #4A4A4A;
}

.protect-container {
  max-width: 1130px;
  margin: 0 auto;
}

.protect-heading {
  text-align: center;
  margin-bottom: 46px;
}

.protect-heading h2 {
  margin: 0 0 14px;
  font-size: 46px;
  line-height: 1.1;
  font-weight: 900;
  color: #3F4550;
}

.protect-heading h2 span {
  color: #88974F;
}

.protect-heading p {
  margin: 0;
  font-size: 16px;
  color: #222;
}

.protect-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 25px;
  margin-bottom: 34px;
}

.membership-card {
  background: #F7F2EA;
  border: 1px solid #222;
  border-radius: 8px;
  padding: 34px 34px 36px;
}

.membership-card h3,
.donation-card h3 {
  margin: 0 0 22px;
  font-size: 29px;
  line-height: 1.2;
  font-weight: 900;
}

.membership-card h3 {
  color: #000;
}

.membership-card p {
  max-width: 560px;
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.45;
  color: #263241;
}

.price-row {
  display: flex;
  gap: 0;
  margin: 30px 0 46px;
}

.price-item {
  min-width: 125px;
  padding: 7px 26px;
  border-left: 1px solid #88974F;
}

.price-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  color: #000;
  font-weight: 900;
}

.price-item span {
  display: block;
  font-size: 10px;
  color: #606975;
  font-weight: 800;
  text-transform: uppercase;
}

.member-btn {
  display: inline-block;
  background: #88974F;
  color: #fff;
  text-decoration: none;
  padding: 15px 34px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.donation-card {
  background: #4F4F4F;
  border-radius: 8px;
  padding: 35px 34px;
  color: #fff;
}

.impact-label {
  display: block;
  margin-bottom: 18px;
  color: #A81F1F;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.donation-card h3 {
  color: #fff;
  margin-bottom: 42px;
}

.donation-card p {
  margin: 0 0 46px;
  max-width: 310px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
}

.donation-btn {
  display: block;
  width: 100%;
  background: #A81F1F;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.protect-note {
  border: 1px solid #4A4A4A;
  border-radius: 6px;
  padding: 28px 26px;
  font-size: 16px;
  color: #263241;
}

/* Responsive */
@media (max-width: 900px) {
  .protect-grid {
    grid-template-columns: 1fr;
  }

  .protect-heading h2 {
    font-size: 38px;
  }
}

@media (max-width: 600px) {
  .protect-section {
    padding: 65px 16px;
  }

  .protect-heading h2 {
    font-size: 31px;
  }

  .membership-card,
  .donation-card {
    padding: 28px 22px;
  }

  .price-row {
    flex-direction: column;
    gap: 14px;
  }

  .price-item {
    padding: 10px 18px;
  }

  .member-btn {
    width: 100%;
    text-align: center;
  }
}