  /* Local fonts */
  @font-face {
    font-family: 'Century 751 Semi Bold';
    src: url('../fonts/Century 751 Semi Bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
  }

  @font-face {
    font-family: 'Avgardn';
    src: url('../fonts/Avgardn.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }

  /* ================= FONT FAMILY ================= */
  .font-filson,
  .font-opensans,
  .font-school-book {
    font-family: var(--sans);
  }

  .font-libre {
    font-family: var(--serif);
    font-style: normal;
  }

  /* ================= FONT WEIGHTS ================= */
  .fw-300 {
    font-weight: 300;
  }

  .fw-400 {
    font-weight: 400;
  }

  .fw-600 {
    font-weight: 600;
  }

  /* ================= COMMON COMBINATIONS ================= */
  .font-filson-light,
  .font-filson-regular,
  .font-filson-medium {
    font-family: var(--sans);
  }

  .font-libre-italic {
    font-family: var(--serif);
    font-weight: 600;
    font-style: normal;
  }

  :root {
    --accent: #b7823c;
    --tan: #c99764;
    --forest: #2d402f;
    --light-gray: #f2f2f2;
    --serif: 'Century 751 Semi Bold', 'Times New Roman', serif;
    --sans: 'Avgardn', Arial, sans-serif;
    --hero-img: url('../images/banner-1.jpg');
    --slider-img: url('https://images.unsplash.com/photo-1489515217757-5fd1be406fef?auto=format&fit=crop&w=2000&q=80');
    --play-img: url('../images/girl-is-standing-green-ladder-john-deere-seeder.jpg');
    --park-img: url('../images/scenery-green-golf-meadow-with-sunbeam-morning.jpg');
    --map-img: url('../images/hero-leaf.png');
  }

  body {
    font-family: var(--sans);
    color: #1f1f1f;
    line-height: 1.65;
    background-color: #fff;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: var(--serif);
  }

  .hero {
    background-image: linear-gradient(rgba(9, 26, 6, 0.55), rgba(9, 26, 6, 0.55)), var(--hero-img);
    background-size: cover;
    background-position: center;
    min-height: 80vh;
    position: relative;
  }

  @media (min-width: 992px) {
    .hero {
      min-height: 100vh;
    }

    .main-heading {
      font-size: 47px;
      font-weight: 700;
    }

    .good-life-heading {
      font-size: 35px;
      font-weight: 700 !important;
    }

    .custom-container {
      max-width: 76%;
      display: block;
      margin: auto;
    }

    .mobile-btn .brochure-cta {
      position: fixed;
      right: 0;
      transform: rotate(270deg);
      top: 50%;
      background-color: #2d402f;
      right: -52px;
    }


  }

  .hero-mark {
    letter-spacing: 0.1em;
    font-size: 0.9rem;
  }

  .hero-logo {
    letter-spacing: 0.4em;
    text-transform: uppercase;
    font-size: 0.95rem;
  }

  .hero-title {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: clamp(2.4rem, 5vw, 3.6rem);
  }

  .hero-subtitle {
    letter-spacing: 0.4em;
    font-size: 0.95rem;
    text-transform: uppercase;
  }

  .spectrum-line {
    bottom: 70px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 12px;
    font-size: 31px;
  }

  .about p {
    max-width: 1072px;
    margin: 0 auto;
    font-size: 19px;
    width: 100%;
    font-weight: 400;
  }

  .thoughtful-section {
    background-image: url('../images/thoughtful-bg.png');
    background-size: cover;
    background-position: center
  }

  .slider-hero {
    background-size: cover;
    background-position: center;
    min-height: 360px;
    position: relative;
  }


  .wave-line {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    width: 110px;
    height: 14px;
    background: repeating-linear-gradient(90deg, transparent, transparent 12px, #fff 12px, #fff 20px);
    mask: radial-gradient(circle 10px at 10px 10px, #000 98%, transparent 100%);
    opacity: 0.85;
  }

  .carousel-buttons {
    bottom: 1.25rem;
  }

  .carousel-buttons .btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    opacity: 0.9;
  }

  .carousel-buttons .btn:hover {
    opacity: 1;
    background: #fff;
  }

  .feature-grid .feature-item {
    font-size: 18px;
  }

  .park-style-grid .feature-col {
    position: relative;
    padding: 0 1.5rem;
  }

  @media (min-width: 992px) {
    .park-style-grid .feature-col:not(:nth-child(4n))::after {
      content: '';
      position: absolute;
      right: 0;
      top: 0%;
      bottom: 3%;
      width: 1px;
      background: #000000;
    }
  }

  .color-bars {
    height: 20px;
    gap: 2px;
  }

  .tagline {
    letter-spacing: 0.08em;
    font-size: 49px;
    color: grey;
  }

  .full-image {
    min-height: 300px;
    background-size: cover;
    background-position: center;
  }

  @media (min-width: 768px) {
    .full-image {
      min-height: 520px;
    }
  }

  .icon-tile i {
    font-size: 1.7rem;
    color: var(--accent);
  }

  .icon-tile span {
    color: #1f1f1f;
    font-size: 12.24px;
    font-family: var(--sans);
  }

  .emblem-section {
    background: var(--tan);
    color: #fff;
  }

  .amenities-gray {
    background: #efefef;
  }

  .map-thumb {
    background-image: var(--map-img);
    background-size: cover;
    background-position: center;
    min-height: 260px;
    border-radius: 0.5rem;
  }

  .address-heading {
    font-size: 35px;
    text-align: center;
  }

  @media (min-width: 992px) {
    .map-thumb {
      min-height: 420px;
    }

    .row-cols-md-4 .custom-col {
      flex: 0 0 auto;
      width: 12%;
      border-right: 1px solid #000;
    }

    .row-cols-md-4.first-row>.custom-col {
      flex: 0 0 auto;
      width: 14%;
      border-right: 1px solid #000;
    }


    .row-cols-md-4 .custom-col:last-child {
      border-right: 0px solid #000;
    }

    .full-image {
      background-image: url('assets/images/girl-is-standing-green-ladder-john-deere-seeder.jpg')
    }

    .md-none {
      display: none;
    }

    .custom-padding.py-0 {
      padding: 0px !important;
    }

    .developer-logo-banner img {
      width: 80%;
    }
  }

  .contact-section {
    background: var(--forest);
  }

  .contact-section .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    border-radius: 0;
    padding-left: 10px;
  }

  .contact-section .form-control::placeholder {
    color: #fff;
  }

  .footer-text {
    font-size: 0.72rem;
    color: grey;
    text-align: justify;
    line-height: 1.55;
  }

  .footer-text a {
    color: grey;
  }

  .address-container {
    background-color: #d8a466;
    color: #fff;
    font-family: var(--sans);
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 2px;
    font-weight: 100;
    display: inline-block;
    max-width: max-content;
    white-space: normal;
    overflow-wrap: anywhere;
    /* better than word-wrap */
    word-break: break-word;
  }

  /* Mobile fix */
  @media (max-width: 575.98px) {
    .address-container {
      letter-spacing: 1px;
      /* reduce width expansion */
      font-size: 16px;
      line-height: 21px;
      padding-left: 16px !important;
      padding-right: 16px !important;
      border-radius: 16px !important;
      /* avoid huge pill causing overflow */
    }

    .emblem-text {
      font-size: 20px;
    }
  }


  .footer-section {
    border-top: 1px solid #e0e0e0;
  }

  .footer-logo {
    width: 120px;
    height: max-content;
  }

  .custom-padding {
    padding: 60px 0px !important;
  }


  .error-side {
    display: none;
    color: red;
    font-size: 13px;
    position: absolute;
    right: 20px;
    top: 8px;
  }

  input#side_checkbox,
  #footer_checkbox,
  #modal_checkbox {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    accent-color: #d8a466;
  }

  .contact-section .form-control:focus {
    box-shadow: none;
  }

  .page-hero {
    background: linear-gradient(140deg, #0c2b1a, #195638);
    color: #fff;
    padding: 80px 0;
    text-align: center;
  }

  .check-box,
  .sidecheck-box {
    left: 0;
    top: 25px;
    background: rgb(37 36 36 / 90%);
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    font-size: 12px;
    z-index: 5;
  }

  .slider-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .brochure-cta {
    background: #c99764;
    color: #fff;
    padding: 12px 28px;
    letter-spacing: 2px;
    border-radius: 999px;
  }

  .brochure-cta:hover {
    background: #843f0f;
    color: #fff;
  }

  .brochure-modal .modal-dialog {
    max-width: 820px;
  }

  .brochure-modal .modal-content {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
  }

  .brochure-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #c99764;
    border-radius: 50%;
    z-index: 2;
    width: 30px;
    height: 30px;
    opacity: 1;
    color: #fff;
  }

  .brochure-left {
    background: #f2a23a;
    min-height: 100%;
  }

  .brochure-image {
    min-height: 130px;
    background-image: url('../images/icons/library.png');
    background-repeat: no-repeat;
    background-size: 96px;
    background-position: left top;
    margin-bottom: 16px;
  }

  .brochure-copy p {
    font-size: 14px;
    line-height: 1.6;
  }

  .brochure-right {
    padding: 36px 40px;
  }

  .brochure-right .input-group-text {
    background: #fff;
    border-color: #d2d2d2;
    color: #9a9a9a;
  }

  .brochure-right .form-control {
    border-color: #d2d2d2;
    border-left: 0;
    padding: 12px 14px;
  }

  .brochure-right .form-control:focus {
    box-shadow: none;
    border-color: #c99764;
  }

  .brochure-right .form-check-label {
    font-size: 13px;
    color: #5a5a5a;
  }

  .brochure-submit {
    background: #8a3d00 !important;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 4px;
    border: 0;
    width: 100%;
  }

  .brochure-submit:hover {
    background: #703200;
    color: #fff;
  }

  .error-banner,
  .error-modal {
    display: none;
    color: red;
    font-size: 13px;
    position: absolute;
    right: 20px;
    top: 18px;
  }

  /* first section */



  button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
  }

  .slider-t img, .slider-hero img {
    width: 100%;
  }


  /* Good life 3rd section */


  @media (max-width: 991px) {
    .park-style-grid .feature-col::after {
      content: '';
      position: absolute;
      right: 50%;
      top: auto;
      bottom: -33px;
      width: 1px;
      background: #000000;
      transform: rotate(90deg);
      height: 60px;
    }

    .park-style-grid .feature-col:last-child::after {
      display: none;
    }

    .sm-none {
      display: none;
    }

    .row-cols-md-4 .custom-col:nth-child(even) {
      border-left: 1px solid #000;
    }

    .row.row-cols-2.row-cols-md-4.g-4.text-center {
      width: 92%;
      margin: auto;
      justify-content: center;
      margin-bottom: 1.5rem;
    }

    .footer-section .row {
      /* flex-direction: column-reverse; */
    }

    .footer-section .col-lg-2 {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .footer-logo {
      width: 31%;
      height: max-content;
    }

    .developer-logo-banner img {
      width: 40%;
    }

    .project-logo-banner img {
      width: 50%;
    }

    .spectrum-line {
      bottom: 12px;
      width: 100%;
      text-transform: uppercase;
      letter-spacing: 10px;
      font-size: 21px;
      line-height: 33px;
    }

    .main-heading {
      width: 90%;
      margin: auto;
      font-size: 29px;
    }

    .about p {
      margin: 0 auto;
      font-size: 12px;
      width: 100%;
      font-weight: 400;
    }

    .good-life-heading {
      font-size: 32px;
    }

    .tagline {
      font-size: 36px;
    }

    .tagline hr {
      width: 22%;
      margin: auto;
      border-top: 2px solid;
      opacity: 1;
    }

    .icon-tile span {
      letter-spacing: 2px;
    }

    .footer-text {
      font-size: 8px;
      text-align: justify;
    }

    .contact-section .container {
      width: 85%;
      margin: auto;
    }

    .address-container {
      letter-spacing: 1px;
      font-size: 14px;
      line-height: 21px;
      padding-left: 16px !important;
      padding-right: 16px !important;
      border-radius: 50px !important;
    }

    .thoughtful-section {
      background-size: contain !important;
    }

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

    .brochure-right {
      padding: 24px;
    }

    .brochure-image {
      background-position: center top;
    }




    /* .full-image.girl {
      background-image: url('../images/girl-mobile.jpg') !important;
    } */
    .mobile-btn {
      display: block !important;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
    }

    .mobile-btn .btn {
      width: 100%;
      border-radius: 0px !important;
      background-color: #2d402f;
    }

    .slider-t img {
      width: 100%;
      min-height: 415px;
      object-fit: cover;
    }
  }

  @media (min-width: 769px) and (max-width: 1370px) {
    .custom-container {
      max-width: 100%;
      display: block;
      margin: auto;
    }
  }