@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

:root {
      --ypt-ink: #121212;
      --ypt-muted: #6d6960;
      --ypt-paper: #fffdf8;
      --ypt-soft: #f8f1df;
      --ypt-line: #e8ddc8;
      --ypt-yellow: #f4c542;
    }

    html {
      scroll-behavior: smooth;
      max-width: 100%;
      overflow-x: hidden;
    }

    body {
      background: var(--ypt-paper);
      color: var(--ypt-ink);
      font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      max-width: 100%;
      overflow-x: hidden;
    }

    .navbar {
      background: rgba(255, 253, 248, 0.94);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(18, 18, 18, 0.08);
    }

    .navbar-brand img {
      width: clamp(145px, 18vw, 205px);
      height: auto;
    }

    .nav-link {
      color: var(--ypt-muted);
      font-weight: 650;
    }

    .nav-link:hover,
    .nav-link:focus {
      color: var(--ypt-ink);
    }

    .btn-ypt {
      --bs-btn-color: #ffffff;
      --bs-btn-bg: var(--ypt-ink);
      --bs-btn-border-color: var(--ypt-ink);
      --bs-btn-hover-color: #000000;
      --bs-btn-hover-bg: var(--ypt-yellow);
      --bs-btn-hover-border-color: var(--ypt-yellow);
      --bs-btn-active-bg: #000000;
      --bs-btn-active-border-color: #000000;
      border-radius: 999px;
      font-weight: 750;
      box-shadow: 0 14px 32px rgba(18, 18, 18, 0.14);
    }

    .btn-outline-ypt {
      --bs-btn-color: var(--ypt-ink);
      --bs-btn-border-color: var(--ypt-ink);
      --bs-btn-hover-color: #000000;
      --bs-btn-hover-bg: var(--ypt-yellow);
      --bs-btn-hover-border-color: var(--ypt-yellow);
      --bs-btn-active-bg: var(--ypt-ink);
      --bs-btn-active-border-color: var(--ypt-ink);
      border-radius: 999px;
      font-weight: 750;
    }

    .hero {
      position: relative;
      overflow: hidden;
      min-height: calc(100vh - 84px);
      background: var(--ypt-paper);
      background-size: 76px 76px, 76px 76px, auto;
      border-bottom: 1px solid var(--ypt-line);
    }

    .hero .container {
      position: relative;
      z-index: 1;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 0.6rem;
      padding: 0.5rem 0.8rem;
      border: 1px solid rgba(214, 169, 0, 0.38);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.76);
      color: #715b0c;
      font-size: 0.82rem;
      font-weight: 800;
      text-transform: uppercase;
    }

    .eyebrow::before {
      content: "";
      width: 0.55rem;
      height: 0.55rem;
      border-radius: 999px;
      background: var(--ypt-yellow);
      box-shadow: 0 0 0 0.25rem rgba(255, 212, 92, 0.28);
    }

    .lead-dot {
      display: flex;
      align-items: center;
      gap: 0.8rem;
      color: var(--ypt-muted);
    }

    .lead-dot::before {
      content: "";
      flex: 0 0 auto;
      width: 0.55rem;
      height: 0.55rem;
      border-radius: 999px;
      background: var(--ypt-yellow);
      box-shadow: 0 0 0 0.25rem rgba(255, 212, 92, 0.28);
    }

    h1,
    h2 {
      font-family: "Noto Serif Display", "Times New Roman", serif;
      letter-spacing: 0;
    }
    
    /* <weight>: Use a value from 100 to 900 */

    .noto-serif-display-title {
      font-family: "Noto Serif Display", serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-variation-settings: "wdth" 100;
      letter-spacing: -0.05em;
    }

    /* <weight>: Use a value from 200 to 800 */
    
    .manrope-title {
      font-family: "Manrope", sans-serif;
      font-optical-sizing: auto;
      font-weight: 800;
      font-style: normal;
      letter-spacing: 0.05em;
    }

    .noto-serif-display-paragraph {
      font-family: "Noto Serif Display", serif;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal;
      font-variation-settings: "wdth" 100;
      letter-spacing: -0.05em;
    }

    .manrope-paragraph {
      font-family: "Manrope", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
      letter-spacing: 0.05em;
    }

    .display-title {
      max-width: 760px;
      font-size: clamp(3.2rem, 8vw, 7rem);
      line-height: 0.92;
    }

    .lead {
      color: var(--ypt-muted);
    }

    .trip-note {
      position: relative;
      z-index: 2;
      max-width: 300px;
      margin: -1.2rem 0 0 auto;
      border: 1px solid rgba(18, 18, 18, 0.09);
      border-radius: 0.5rem;
      background: rgba(255, 255, 255, 0.94);
      box-shadow: 0 22px 48px rgba(18, 18, 18, 0.14);
    }

    .route-line {
      height: 2px;
      background: linear-gradient(90deg, var(--ypt-yellow), var(--ypt-ink));
    }

    .section-padding {
      padding-block: clamp(4rem, 8vw, 6rem);
    }

    .service-card {
      min-height: 100%;
      border-color: var(--ypt-line);
      border-radius: 0.5rem;
    }

    .service-icon {
      width: 3rem;
      height: 3rem;
      display: inline-grid;
      place-items: center;
      border-radius: 50%;
      background: var(--ypt-yellow);
      color: var(--ypt-ink);
      font-weight: 900;
    }

    .process-band {
      background: var(--ypt-ink);
      color: #ffffff;
    }

    .process-band p {
      color: rgba(255, 255, 255, 0.7) !important;
    }

    .step-panel {
      border: 1px solid rgba(255, 255, 255, 0.14);
      border-radius: 0.5rem;
      background: rgba(255, 255, 255, 0.06);
    }

    .step-number {
      width: 2.75rem;
      height: 2.75rem;
      display: inline-grid;
      place-items: center;
      flex: 0 0 auto;
      border-radius: 50%;
      background: var(--ypt-yellow);
      color: var(--ypt-ink);
      font-weight: 900;
    }

    .section {
      background: var(--ypt-soft);
      border-bottom: 1px solid var(--ypt-line);
    }

    .cta-section, .about-section {
      background: var(--ypt-soft);
    }

    .cta-panel {
      border: 1px solid var(--ypt-line);
      border-radius: 0.5rem;
      background: #ffffff;
    }

    .text-muted-ypt {
      color: var(--ypt-muted);
    }

    .google-form-wrapper {
      width: 100%;
      max-width: none;
      margin-inline: auto;
    }

    .google-form {
      display: block;
      width: 100%;
      min-height: 1500px;
      border: 0;
    }

    .service-img {
      height: 280px;
      width: 100%;
      object-fit: contain;
    }

    .service-img-points {
      height: 300px;
      width: 100%;
      object-fit: contain;
      margin-top: -10px;
      margin-bottom: -10px;
    }

    .pin-icon-lg {
      font-size: 3rem;
      color: var(--ypt-yellow);
    }

    .pin-list {
      list-style: none;
      padding-left: 0;
    }

    .pin-list li {
      position: relative;
      padding-left: 1.5rem;
    }

    .pin-list li::before {
      content: "\F3E8";
      font-family: "bootstrap-icons";
      position: absolute;
      left: 0;
      color: var(--ypt-yellow);
    }

    tr > td:first-child {
      position: relative;
      padding-left: 1.5rem;
    }

    tr > td:first-child::before {
      content: "\F3E8";
      font-family: "bootstrap-icons";
      position: absolute;
      left: 0;
      color: var(--ypt-yellow);
    }

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

      .trip-note {
        margin-inline: auto;
      }
    }

    .home-help-img {
      width: 100%;
    }

    @media (min-width: 992px) {
      .home-help-img {
        width: 60%;
      }
    }

    .about-image {
      width: 80%;
    }

    @media (min-width: 576px) {
      .about-image {
        width: 50%;
      }
    }

    .email-btn {
      max-width: 100%;
      white-space: nowrap;
    }

    @media (max-width: 440px) {
      .email-btn {
        font-size: 1rem;
        padding-left: 0.9rem !important;
        padding-right: 0.9rem !important;
      }
    }

