 .inquiry-section {
      padding: 72px 0;
      background:
      radial-gradient(circle at top right, rgba(255, 207, 90, 0.18), rgba(255, 207, 90, 0) 34%),
      linear-gradient(180deg, #151d29 0%, #202a39 100%);
      }
      .inquiry-shell {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
      gap: 24px;
      align-items: stretch;
      }
      .contact-info,
      .inquiry-form {
      width: auto;
      margin: 0;
      }
      .contact-info {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 24px;
      padding: 38px 40px;
      border-radius: 30px;
      background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
      linear-gradient(155deg, rgba(18, 24, 36, 0.94), rgba(29, 37, 52, 0.92));
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 0 28px 70px rgba(8, 11, 18, 0.28);
      }
      .contact-intro h2 {
      margin: 18px 0 14px;
      font-family: "Marcellus", serif;
      font-size: 38px;
      line-height: 1.12;
      color: #fff7ea;
      }
      .contact-intro p {
      margin: 0;
      font-size: 16px;
      line-height: 1.8;
      color: rgba(243, 237, 228, 0.76);
      }
      .contact-points {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      }
      .contact-method {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
      padding: 20px;
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.08);
      }
      .contact-method-label {
      font-size: 11px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #ffd36f;
      }
      .contact-method a,
      .contact-method p {
      margin: 0;
      font-family: "Marcellus", serif;
      font-size: 19px;
      line-height: 1.55;
      color: #fff4df;
      text-decoration: none;
      }
      .contact-method a:hover {
      color: #ffd973;
      }
      .inquiry-form {
      display: block;
      }
      .form-card {
      height: 100%;
      padding: 38px 34px;
      border-radius: 30px;
      background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 243, 232, 0.9));
      border: 1px solid rgba(162, 122, 34, 0.12);
      box-shadow: 0 24px 60px rgba(94, 68, 20, 0.1);
      }
      .form-card h3 {
      margin: 0 0 12px;
      font-family: "Marcellus", serif;
      font-size: 34px;
      line-height: 1.18;
      color: #1d1912;
      }
      .form-card p {
      margin: 0;
      font-size: 15px;
      line-height: 1.8;
      color: #5f5547;
      }
      .inquiry-form form {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      margin-top: 24px;
      }
      .form-field {
      display: flex;
      flex-direction: column;
      gap: 10px;
      }
      .form-field.full {
      grid-column: 1 / -1;
      }
      .form-field label {
      font-size: 12px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #8a6114;
      }
      .inquiry-form input,
      .inquiry-form textarea {
      width: 100%;
      padding: 14px 16px;
      margin-bottom: 0;
      border: 1px solid rgba(162, 122, 34, 0.16);
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.92);
      color: #1d1912;
      }
      .inquiry-form textarea {
      min-height: 140px;
      resize: vertical;
      }
      .inquiry-form input:focus,
      .inquiry-form textarea:focus {
      border-color: #d49e1f;
      box-shadow: 0 0 0 3px rgba(212, 158, 31, 0.12);
      }
      .inquiry-form button {
      grid-column: 1 / -1;
      min-height: 54px;
      padding: 14px 24px;
      background: linear-gradient(90deg, #ffcf5a, #d79a18);
      color: #151515;
      border: none;
      border-radius: 999px;
      font-family: "Marcellus", serif;
      font-size: 14px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      box-shadow: 0 18px 34px rgba(191, 132, 16, 0.2);
      cursor: pointer;
      }
      .inquiry-form button:hover {
      transform: translateY(-1px);
      }
      .contact-note {
      margin-top: 14px;
      font-size: 13px;
      line-height: 1.7;
      color: #7a6a55;
      }
      @media (max-width: 991px) {
      .inquiry-shell {
      grid-template-columns: 1fr;
      }
      .contact-points {
      grid-template-columns: 1fr;
      }
      .contact-info,
      .form-card {
      padding: 32px 26px;
      }
      .contact-intro h2,
      .form-card h3 {
      font-size: 32px;
      }
      }
      @media (max-width: 767px) {
      .inquiry-section {
      padding: 52px 0;
      }
      .contact-info,
      .form-card {
      padding: 28px 18px;
      border-radius: 24px;
      }
      .contact-intro h2,
      .form-card h3 {
      font-size: 28px;
      }
      .contact-intro p,
      .form-card p {
      font-size: 14px;
      line-height: 1.7;
      }
      .contact-method a,
      .contact-method p {
      font-size: 17px;
      }
      .inquiry-form form {
      grid-template-columns: 1fr;
      }
      .inquiry-form button {
      min-height: 50px;
      font-size: 13px;
      }
      }
      .highlight {
      /* You can change this to any color */
      background: #fecd06;
      font-weight: bold;        /* Optionally make the word bold */
      color: black;               /* Optionally change the text color */
      }
      .information-content {
      color: yellow; /* Set the text color to yellow */
      animation: blink 1s infinite;
      }
      .information-content:hover {
      animation: none; /* Stop the animation on hover */
      }
      @keyframes blink {
      0%, 100% { opacity: 1; }
      50% { opacity: 0; }
      }
      .smooth-project-video {
      display: block;
      width: 100%;
      height: auto;
      background: #000;
      backface-visibility: hidden;
      transform: translateZ(0);
      }
      html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
  height: auto;
}

.flat-slider.style1 .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 12, 18, 0.34) 0%, rgba(10, 12, 18, 0.22) 34%, rgba(10, 12, 18, 0.08) 100%);
  z-index: 4;
  pointer-events: none;
}

.flat-slider.style1 li > img {
  filter: brightness(1.08) contrast(1.05);
}

.flat-slider.style1 .hero-panel {
  position: relative;
  overflow: hidden;
  max-width: 450px;
  padding: 24px 26px 22px;
  border-radius: 28px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 28%),
    linear-gradient(155deg, rgba(16, 23, 35, 0.84), rgba(28, 37, 52, 0.7) 58%, rgba(63, 55, 38, 0.42) 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 26px 58px rgba(7, 10, 17, 0.28);
  backdrop-filter: blur(10px);
}

.flat-slider.style1 .hero-panel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 108px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffcf5a, #db8f00);
}

.flat-slider.style1 .hero-panel:after {
  content: "";
  position: absolute;
  right: -52px;
  top: -52px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 187, 34, 0.18), rgba(255, 187, 34, 0));
  pointer-events: none;
}

.flat-slider.style1 .hero-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 187, 34, 0.12);
  color: #ffd36f;
  font-family: "Libre Baskerville", serif;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 207, 90, 0.18);
}

.flat-slider.style1 .hero-title {
  max-width: 380px;
  margin: 16px 0 10px;
  font-family: "Marcellus", serif;
  font-size: 25px;
  line-height: 1.08;
  color: #f8f3ea;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
}

.flat-slider.style1 .hero-copy {
  max-width: 380px;
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(244, 239, 232, 0.86);
  text-shadow: none;
}

.flat-slider.style1 .hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 380px;
  margin: 18px 0 0;
  padding-top: 0;
  border-top: 0;
}

.flat-slider.style1 .hero-highlights li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  min-height: 68px;
  padding: 12px 12px 12px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  color: #fff;
  line-height: 1.2;
  text-transform: none;
}

.flat-slider.style1 .hero-highlights li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffcf5a, #db8f00);
}

.flat-slider.style1 .hero-highlights strong {
  display: block;
  font-family: "Marcellus", serif;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1;
  color: #fff5de;
}

.flat-slider.style1 .hero-highlights span {
  display: block;
  font-size: 8px;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(236, 231, 222, 0.72);
}

.flat-slider.style1 .hero-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 184px;
  max-width: 184px;
  padding: 0;
}

.flat-slider.style1 .hero-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #ffbb22;
  border: 1px solid transparent;
  color: #121212;
  font-family: "Marcellus", serif;
  font-size: 11px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.flat-slider.style1 .hero-action:hover,
.flat-slider.style1 .hero-action:focus {
  color: #121212;
  background: #ffd36f;
}

.flat-slider.style1 .hero-action.secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.flat-slider.style1 .hero-action.secondary:hover,
.flat-slider.style1 .hero-action.secondary:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

@media (max-width: 1199px) {
  .flat-slider.style1 .hero-panel {
    max-width: 420px;
    padding: 22px 22px 20px;
  }

  .flat-slider.style1 .hero-actions {
    width: 172px;
    max-width: 172px;
  }

  .flat-slider.style1 .hero-title {
    font-size: 25px;
  }

  .flat-slider.style1 .hero-copy {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .flat-slider.style1 .rev_slider,
  .flat-slider.style1 .rev_slider_wrapper,
  .flat-slider.style1 .slotholder {
    background-color: #caa448 !important;
  }

  .flat-slider.style1 .slotholder .defaultimg,
  .flat-slider.style1 .tp-bgimg.defaultimg {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }

  .flat-slider.style1 li > img {
    object-fit: contain;
    object-position: center center;
  }

  .flat-slider.style1 .hero-panel {
    max-width: calc(100vw - 52px);
    padding: 18px 16px;
    border-radius: 24px;
  }

  .flat-slider.style1 .hero-panel:before {
    left: 18px;
    width: 74px;
  }

  .flat-slider.style1 .hero-kicker {
    padding: 7px 12px;
    font-size: 8px;
    line-height: 1.35;
    letter-spacing: 0.04em;
    white-space: normal;
  }

  .flat-slider.style1 .hero-title {
    margin: 14px 0 10px;
    font-size: 20px;
  }

  .flat-slider.style1 .hero-copy {
    font-size: 11px;
    line-height: 1.45;
  }

  .flat-slider.style1 .hero-highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin: 14px 0 0;
  }

  .flat-slider.style1 .hero-highlights li {
    min-height: 56px;
    padding: 10px 8px 10px 10px;
    border-radius: 14px;
  }

  .flat-slider.style1 .hero-highlights li:before {
    top: 10px;
    left: 10px;
    width: 14px;
  }

  .flat-slider.style1 .hero-highlights strong {
    margin-top: 6px;
    font-size: 11px;
  }

  .flat-slider.style1 .hero-highlights span {
    font-size: 6px;
    line-height: 1.35;
    letter-spacing: 0.04em;
  }

  .flat-slider.style1 .hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    max-width: 248px;
  }

  .flat-slider.style1 .hero-action {
    width: 100%;
    min-width: 0;
    min-height: 36px;
    padding: 7px 8px;
    font-size: 9px;
  }
}

.resource-hub-section,
.faq-showcase-section {
  position: relative;
  padding: 72px 0;
  background:
    radial-gradient(circle at top left, rgba(255, 207, 90, 0.16), rgba(255, 207, 90, 0) 32%),
    linear-gradient(180deg, #f7f2e8 0%, #fdfbf7 100%);
}

.faq-showcase-section {
  padding-top: 0;
  margin-top: -18px;
}

.resource-shell,
.faq-shell {
  position: relative;
  padding: 38px 40px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.82)),
    #fff;
  border: 1px solid rgba(119, 88, 28, 0.1);
  box-shadow: 0 22px 60px rgba(68, 49, 18, 0.08);
}

.resource-shell:before,
.faq-shell:before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 120px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffcf5a, #b67808);
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(212, 158, 31, 0.12);
  color: #9a6810;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.resource-header,
.faq-header {
  max-width: 760px;
}

.resource-header h2,
.faq-header h2 {
  margin: 18px 0 12px;
  font-family: "Marcellus", serif;
  font-size: 38px;
  line-height: 1.12;
  color: #1d1912;
}

.resource-header p,
.faq-header p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #645948;
}

.resource-links-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.resource-link-card {
  display: flex;
  flex-direction: column;
  min-height: 210px;
  padding: 22px 20px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 241, 227, 0.78));
  border: 1px solid rgba(162, 122, 34, 0.12);
  box-shadow: 0 18px 38px rgba(99, 72, 22, 0.08);
  color: #1d1912;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.resource-link-card:hover,
.resource-link-card:focus {
  transform: translateY(-4px);
  border-color: rgba(182, 120, 8, 0.28);
  box-shadow: 0 22px 44px rgba(99, 72, 22, 0.14);
  color: #1d1912;
}

.resource-link-tag {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(17, 24, 37, 0.06);
  color: #7a5614;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.resource-link-card strong {
  display: block;
  margin-top: 18px;
  font-family: "Marcellus", serif;
  font-size: 22px;
  line-height: 1.25;
  color: #1d1912;
}

.resource-link-meta {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #655b4c;
}

.resource-link-arrow {
  margin-top: auto;
  padding-top: 16px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a6810;
}

.faq-shell {
  background:
    linear-gradient(180deg, rgba(21, 28, 41, 0.96), rgba(31, 39, 56, 0.94));
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 70px rgba(14, 18, 28, 0.22);
}

.faq-header h2,
.faq-header p {
  color: #f3ede4;
}

.faq-header p {
  color: rgba(243, 237, 228, 0.72);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.faq-card {
  min-height: 100%;
  padding: 24px 22px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-card h3 {
  margin: 0 0 12px;
  font-family: "Marcellus", serif;
  font-size: 24px;
  line-height: 1.3;
  color: #fff7ea;
}

.faq-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(243, 237, 228, 0.78);
}

@media (max-width: 1199px) {
  .resource-links-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .resource-shell,
  .faq-shell {
    padding: 32px 26px;
  }

  .resource-shell:before,
  .faq-shell:before {
    left: 26px;
  }

  .resource-header h2,
  .faq-header h2 {
    font-size: 32px;
  }

  .resource-links-grid,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .resource-hub-section,
  .faq-showcase-section {
    padding: 52px 0;
  }

  .faq-showcase-section {
    padding-top: 0;
    margin-top: -10px;
  }

  .resource-shell,
  .faq-shell {
    padding: 28px 18px;
    border-radius: 24px;
  }

  .resource-shell:before,
  .faq-shell:before {
    left: 18px;
    width: 88px;
  }

  .section-eyebrow {
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .resource-header h2,
  .faq-header h2 {
    font-size: 28px;
  }

  .resource-header p,
  .faq-header p {
    font-size: 14px;
    line-height: 1.7;
  }

  .resource-links-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .resource-link-card {
    min-height: 0;
    padding: 20px 18px;
  }

  .resource-link-card strong {
    font-size: 20px;
  }

  .faq-card {
    padding: 20px 18px;
  }

  .faq-card h3 {
    font-size: 21px;
  }

  .faq-card p {
    font-size: 14px;
    line-height: 1.7;
  }
}