* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Soleil', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #1c2a35;
}

html {
    scroll-behavior: smooth;
}

section {
    scroll-margin-top: 90px;
}



/* SOLEIL FONT FAMILY */

/* @font-face {
  font-family: 'Soleil';
  src: url('fonts/Soleil-Light.woff2') format('woff2'),
       url('fonts/Soleil-Light.woff') format('woff'),
       url('fonts/SoleilLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Soleil';
  src: url('fonts/Soleil-Book.woff2') format('woff2'),
       url('fonts/Soleil-Book.woff') format('woff'),
       url('fonts/SoleilBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Soleil';
  src: url('fonts/Soleil-Regular.woff2') format('woff2'),
       url('fonts/Soleil-Regular.woff') format('woff'),
       url('fonts/SoleilRegular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Soleil';
  src: url('fonts/Soleil-Bold.woff2') format('woff2'),
       url('fonts/Soleil-Bold.woff') format('woff'),
       url('fonts/SoleilBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} */



.btn-outline:hover {
    background: #b89d67;
    color: #fff;
}

/* TYPOGRAPHY */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 85px;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 24px;
}

p {
    font-size: 16px;
    line-height: 1.6;
}

.container {
    max-width: 1340px;
    margin: auto;
    padding: 0 20px;
}

h2 {
    text-transform: uppercase;
}

/* BUTTONOGRAOHY */

.btn {
    padding: 10px 26px;
    border-radius: 30px;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight: 600;
    transition: 0.3s;
    display: inline-block;
    text-transform: uppercase;
}

.btn-outline {
    border: 1px solid #b89d67;
    color: #b89d67;
    background: transparent;
}

.btn-solid {
    border: 1px solid #b89d67;
    background: #b89d67;
    color: #fff;
}

.btn-solid:hover {
    background: transparent;
    color: #b89d67;
}


/* HEADER START */

.main-header {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #ffffff;
}

.responsive-logo {
    display: none;
}


.burger-icon {
    display: none;
    font-size: 26px;
    color: #b89d67;
    cursor: pointer;
}

.mobile-sidebar {
    position: fixed;
    top: 0;
    left: -260px;
    width: 250px;
    height: 100%;
    background: #fff;
    transition: 0.3s;
    z-index: 1001;
    padding: 20px;
}

.mobile-sidebar.active {
    left: 0;
}

.mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}

.mobile-overlay.active {
    display: block;
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-logo {
    height: 30px;
}

.close-sidebar {
    font-size: 22px;
    cursor: pointer;
}

.sidebar-links {
    list-style: none;
    padding: 40px 0 20px;
}

.sidebar-links li {
    margin-bottom: 20px;
}

.sidebar-links a {
    text-decoration: none;
    color: #1c2a36;
}

header.main-header {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.main-header .header-container {
    margin: auto;
    padding: 18px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header .logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.main-header .logo img {
    width: 100%;
    height: 30px;
}

.main-header .logo span {
    letter-spacing: 6px;
    font-size: 18px;
    color: #333;
}

.main-header .nav-menu a {
    text-decoration: none;
    letter-spacing: 2px;
    color: #b89d67;
    position: relative;
}

.main-header .nav-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    height: 2px;
    background: #b89d67;
}

.main-header .register-btn {
    padding: 10px 26px;
    border: 1px solid #b89d67;
    border-radius: 30px;
    text-decoration: none;
    letter-spacing: 2px;
    color: #b89d67;
    transition: 0.3s;
    font-weight: 600;
}

.main-header .register-btn:hover {
    background: #b89d67;
    color: #fff;
}


/* HERO BANNER START */

.hero-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-banner {
    /* background-image: linear-gradient(rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 55.28%), url(images/hero-banner.webp); */
    background-image: url(images/hero-banner.webp);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100%;
    height: 90vh !important;
}

.hero-banner .hero-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    letter-spacing: 6px;
    font-weight: 100;
    text-align: center;
    width: 100%;
}



/* ABOUT VIDEO SECTION */

.video-section {
    padding-top: 60px;
}

.video-frame iframe {
    width: 60%;
    margin-bottom: 50px;
    height: 440px;
    border-radius: 16px;
}

.video-btns {
    display: flex;
    gap: 20px;
}

.video-section .container {
    margin: auto;
    text-align: center;
}

.video-logo {
    width: 30%;
    margin-bottom: 20px;
}

.video-title {
    letter-spacing: 1px;
    color: #b89d67;
    line-height: 1.4;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.video-text {
    max-width: 75%;
    margin: 15px auto 25px;
    line-height: 1.6;
}

.video-btns {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.video-btn {
    border: 1px solid #1c2a36;
    padding: 10px 22px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #1c2a36;
    text-decoration: none;
    transition: 0.3s;
}

.video-btn:hover {
    background: #1c2a36;
    color: #ffffff;
}

.video-frame {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-thumb {
    width: 100%;
    display: block;
}



/*  COMMUNITY SECTION  */

.community-section {
    background: #1c2a35;
    padding: 60px 0px;

}

.community-section p {
    color: white;
}

.community-section .container {
    margin: auto;
    text-align: center;
}

.community-title {
    color: white;
    line-height: 1.3;
    margin-bottom: 25px;
}

.community-text {
    line-height: 1.8;
    margin-bottom: 12px;
    color: white;
}

.community-section a.btn.btn-solid {
    margin-top: 30px;
}

.community-btn {
    display: inline-block;
    padding: 14px 40px;
    background: white;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
    border: 3px solid #a9bcc4;
    transition: 0.3s;
}

.community-btn:hover {
    background: #5b7782;
}



/*  DESIGN SECTION  */

.design-section {
    padding: 60px 0px;
}

.design-buttons {
    display: flex;
    gap: 20px;
}

.design-section .container {
    margin: auto;
    text-align: center;
}

.design-subtitle {
    color: #1c2a35;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 8px;
}

.design-title {
    color: #b89d67;
    margin-bottom: 18px;
    font-weight: 500;
}

.design-text {
    color: #1c2a35;
    line-height: 1.7;
    max-width: 750px;
    margin: 0 auto 30px;
}

.design-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.design-btn {
    padding: 12px 28px;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.3s;
}

.design-btn:hover {
    background: white;
    color: #fff;
}

.design-slider {
    width: 100%;
}


.design-slider img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    background: #eaeaea;
}

.design-pagination {
    margin-top: 20px;
    position: relative;
}

.design-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #1c2a35;
    opacity: 0.4;
    margin: 0 6px !important;
}

.design-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}




/*  SEMI GRID CARD */

.bungalow-section {
    background: #1c2a35;
    padding: 60px 0px;
    color: #fff;
    text-align: center;
    font-family: sans-serif;
}

.siteplan-grid-all {
    margin: 60px 0;
}

.bungalow-section .container {
    margin: auto;
}

.bungalow-section .section-title {
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: white;
}

.bungalow-section .section-sub {
    max-width: 800px;
    margin: 0 auto 50px;
    opacity: .9;
    color: white;
}

.bungalow-section .card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.bungalow-section .home-card {
    border: 3px solid #b89d67;
    padding: 5px;
    background: white;
    border-radius: 8px;
}

.townhomes-cat {
    padding-bottom: 0;
}

.bungalow-section .slider {
    position: relative;
    overflow: hidden;
    height: 270px;
    margin-bottom: 10px;
}

.bungalow-section .slides {
    display: flex;
    transition: 0.5s ease;
    height: 100%;
}

.bungalow-section .slides img {
    width: 100%;
    flex-shrink: 0;
}

.bungalow-section .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
}

.bungalow-section .prev {
    left: 10px;
}

.bungalow-section .next {
    right: 10px;
}

.bungalow-section .home-card h3 {
    margin: 20px 0 5px;
}

.bungalow-section .type {
    opacity: .9;
}

.bungalow-section .spec {
    margin: 10px 0 20px;
}

.home-card a.btn.btn-outline {
    margin-bottom: 15px;
}

.bungalow-section .home-card h4 {
    font-weight: 500;
}

.siteplan-grid-all {
    margin: 60px 0 20px;
}


/*  cta banner */


.view-home-cta {
    background: #1c2a36;
    padding: 0 0 60px;
}

.view-home-cta-box {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.4);
    overflow: hidden;
    border-radius: 16px;
}

.view-home-cta-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    opacity: 0.6;
}

.view-home-cta-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.view-home-cta-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000029;
    left: 0;
    top: 0;
}

.view-home-cta-content a.btn.btn-solid {
    position: relative;
}

.view-home-cta-content h3 {
    position: relative;
}

.view-home-cta-content h3 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: white;
}

.view-home-cta-content a.btn.btn-solid:hover {
    background: white;
}

/* WARRENTY */

.warranty-section {
    padding: 60px 0;
    text-align: center;
}

.warranty-section .container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin-bottom: 55px;
}


/* REGISTRATION SECTION */
.contact-right {
    display: flex;
    flex-direction: row;
    gap: 25px;
}


.info-box {
    padding: 20px;
    border: 1px solid #eee;
    background: #fff;
    width: 100%;
}

.info-box h5 {
    margin-bottom: 12px;
}

.contact-right {
    display: flex;
    flex-direction: column;
    padding: 20px 0 50px;
}

.contact-right span {
    color: #b89d67;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.contact-line {
    width: auto;
    margin: 12px 30px;
}

.contact-line i {
    margin-right: 10px;
    color: #b89d67;
}

.contact-line a {
    text-decoration: none;
}

.contact-line a:hover {
    color: #b89d67;
}

.contact-right .container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
}

.info-box p {
    margin: 4px 0;
}

.info-box.visit-box a.btn.btn-solid {
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 18px;
}

.visit-box span {
    color: #b89d67;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    margin-top: 10px;
}

/*  */

.register-section {
    background: #192128;
    padding: 100px 0px 20px;
    color: #b89d67;
    position: relative;
}

.register-section .container {
    margin: auto;
    text-align: center;
}

.register-logo img {
    width: 150px;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.register-title {
    letter-spacing: 3px;
    font-weight: 500;
    line-height: 1.3;
    color: white;
}

.register-line {
    width: 60%;
    height: 1px;
    background: #b89d67;
    margin: 25px auto;
}

.register-sub {
    color: #b89d67;
    margin-bottom: 40px;
}

.register-form {
    display: flex;
    gap: 30px;
    justify-content: center;
    text-align: left;
}

.register-section .form-left,
.register-section .form-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.register-section .register-form input,
.register-section .register-form select {
    background: transparent;
    border: 1px solid white;
    padding: 12px 14px;
    color: white;
    font-size: 13px;
    letter-spacing: 1px;
    outline: none;
    width: 100%;
}

.register-section .register-form select option {
    color: #000;
}

.register-section .check-wrap {
    display: flex;
    gap: 10px;
    font-size: 11px;
    color: #b89d67;
    line-height: 1.4;
}

.register-section .check-wrap input {
    width: 14px;
    height: 14px;
    margin-top: 3px;
}

.register-section .subscribe-btn {
    margin-top: 30px;
    padding: 10px 34px;
    background: transparent;
    border: 1px solid #b89d67;
    color: #b89d67;
    border-radius: 30px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 0.3s;
}

.register-section .subscribe-btn:hover {
    background: #b89d67;
    color: #0e1a24;
}



/* APPOINTMENT SECTION */

.appointment-section {
    background: #192128;
    padding: 0px 0px 60px;
    color: #b89d67;
    display: flex;
    align-items: center;
}

.appointment-section .container {
    margin: auto;
    width: 100%;
}

.appointment-left {
    max-width: 420px;
}

.appointment-title {
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 40px;
    color: #b89d67;
    text-align: left;
}

.appointment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.appointment-section .container {
    margin-top: 0;
    margin-bottom: 0;
}

.appointment-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.appointment-list i {
    color: #b89d67;
    font-size: 16px;
    width: 22px;
}

.appointment-list a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.5px;
}

label.check-wrap span {
    color: white;
    font-size: 14px;
    font-weight: 400;
}

.appointment-note {
    font-size: 12px;
    color: #c7b890;
    text-align: center;
    line-height: 1.6;
    max-width: 90%;
    margin: 10px auto 0;
}



/*  FOOTER  */

.site-footer {
    background: #1c2a36;
    padding: 60px 0px 75px;
}

footer.site-footer h3 {
    color: #b89d67;
    text-align: left;
    margin-bottom: 22px;
}

.footer-social li i {
    padding: 10px 20px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    color: #1c2a36;
}

.footer-social ul.appointment-list {
    display: flex;
    gap: 15px;
}

.site-footer .copy {
    color: #b89d67;
    font-size: 14px;
}

.site-footer .copy a {
    color: white;
    text-decoration: none;
}

.footer-bottom .container {
    justify-content: space-between;
    width: 100%;
}

.site-footer .container {
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.footer-logo img {
    width: 250px;
    margin-bottom: 0;
}

.sabato-logo {
    width: 160px !important;
}

.footer-line {
    width: 160px;
    height: 1px;
    background: #b89d67;
    margin: 20px auto;
}

.footer-tag {
    color: white;
    letter-spacing: 1px;
}

.footer-bottom {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #b89d67;
}

.footer-links {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-links a {
    color: #b89d67;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

span.drayton-ridge {
    font-family: revert;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px !important;
    display: block;
}

.footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* QUICK CLOSING */

.quick-closing-wrp #townhomes-catagory {
    background: transparent;
}

.quick-closing-wrp .hero-banner .hero-title {
    font-weight: 800;
    text-shadow: 0 0 15px #323232, 0 0 40px rgb(122 122 122 / 60%);
}

/* .quick-closing-wrp .hero-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000024;
    left: 0;
    top: 0;
} */

.quick-closing-wrp {
    padding-bottom: 40px;
}







.floating-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #b89d67;
    color: #fff;
    padding: 14px 20px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    z-index: 9999;
}

.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.popup-overlay.active {
    display: flex;
}

.popup-box {
    background: #fff;
    width: 95%;
    max-width: 800px;
    padding: 30px 40px 40px;
    border-radius: 12px;
    max-height: 90vh;
    overflow: auto;
    position: relative;
}

.floating-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.floating-btn i {
    color: #1c2a35 !important;
}

.floating-btn span {
    color: #1c2a35 !important;
    font-weight: 600;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    background: #b89d67;
    padding: 5px 10px;
    border-radius: 50%;
}

.popup-box .form-left,
.popup-box .form-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.popup-box .register-form input,
.popup-box .register-form select {
    background: #8181813b;
    border: 1px solid white;
    padding: 12px 14px;
    color: black;
    font-size: 13px;
    letter-spacing: 1px;
    outline: none;
    width: 100%;
}

.popup-box .register-form select option {
    color: #000;
}

.popup-box .check-wrap {
    display: flex;
    gap: 10px;
    font-size: 11px;
    color: #b89d67;
    line-height: 1.4;
}

.popup-box .check-wrap input {
    width: 14px;
    height: 14px;
    margin-top: 3px;
}

.popup-box .subscribe-btn {
    margin-top: 0px;
    padding: 10px 34px;
    background: #b89d67;
    border: 1px solid #b89d67;
    color: white;
    border-radius: 30px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 0.3s;
}


.form-right select#mce-HOWDIDU,
.form-right select#mce-HOWDIDU,
.form-right select#mce-PRICER,
.form-right select#mce-AREUREALTO,
.form-right select#mce-WORKREALTR {
    padding-right: 42px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 18px;
}

.popup-box .form-right select#mce-HOWDIDU,
.popup-box .form-right select#mce-HOWDIDU,
.popup-box .form-right select#mce-PRICER,
.popup-box .form-right select#mce-AREUREALTO,
.popup-box .form-right select#mce-WORKREALTR {
    padding-right: 42px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px;
}



.popup-box h4 {
    text-align: center;
}

.popup-box p {
    text-align: center;
    margin-bottom: 20px;
}

.popup-box .subscribe-btn:hover {
    background: #b89d67;
    color: #0e1a24;
}

.home-card.sold-out {
    position: relative;
}

.home-card {
    position: relative;
}

.price-tag {
    position: absolute;
    z-index: 9;
    right: 0;
    background: #b89d67;
    padding: 5px 10px;
    width: 110px;
    color: white;
    font-size: 20px;
    font-weight: 600;
    top: 0px;
    border-radius: 0 4px 0 0;
}

.home-card.sold-out::after {
    content: "";
    background: url(/images/just-sold.png) no-repeat center / contain;
    width: 120px;
    height: 14%;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 10;
}

@media (max-width:768px) {
    .popup-box .register-form {
        flex-direction: column;
    }

    .popup-box .form-left,
    .register-section .form-right {
        width: 100%;
    }

    .popup-box .subscribe-btn {
        margin-top: 0px;
    }

    .popup-box .form-left,
    .popup-box .form-right {
        width: 100%;
    }

    .popup-box {
        padding: 40px 20px;
    }

    .popup-close {
        top: 8px;
        right: 8px;
        font-size: 16px;
        padding: 5px 10px;
    }
}

@media (max-width: 699px) {

    .popup-box .register-form input,
    .popup-box .register-form select {
        font-size: 10px;
    }

    .quick-closing-wrp section#townhomes-catagory {
        padding-bottom: 0;
    }

    .quick-closing-wrp section#townhomes-catagory a.btn.btn-solid.siteplan-grid-all {
        margin-top: 40px;
        margin-bottom: 0;
    }

    .popup-box {
        background: #fff;
        width: 100%;
        border-radius: 12px;
        max-height: 90vh;
        overflow: auto;
        position: relative;
        max-width: 90%;
    }
}


.quick-close-form {
    display: none !important;
}


.popup-box form#subscribeForm {
    display: flex !important;
}

/* NEW REQUEST INFO MODAL STYLES */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
}

.modal-overlay.active {
    display: flex;
}

.modal-box {
    background: #fff;
    width: 100%;
    max-width: 600px;
    border-radius: 12px;
    padding: 40px 30px;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    background: transparent;
    border: none;
    color: #b89d67;
    padding: 5px 10px;
    border-radius: 50%;
    transition: 0.3s;
}

.modal-close:hover {
    background: #f0f0f0;
}

.modal-box h4 {
    text-align: center;
    margin-bottom: 10px;
    color: #1c2a35;
}

.modal-box p {
    text-align: center;
    margin-bottom: 30px;
    color: #555;
}

.modal-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modal-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.modal-form .form-input,
.modal-form select {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 12px 14px;
    color: #1c2a35;
    font-size: 14px;
    letter-spacing: 0.5px;
    outline: none;
    width: 100%;
    border-radius: 4px;
    transition: 0.3s;
}

.modal-form .form-input:focus,
.modal-form select:focus {
    border-color: #b89d67;
    background: #fff;
}

.modal-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231c2a35' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px;
    padding-right: 40px;
}

.modal-form .subscribe-btn {
    margin-top: 10px;
    padding: 12px 40px;
    background: #b89d67;
    border: 1px solid #b89d67;
    color: white;
    border-radius: 30px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
    text-transform: uppercase;
}

.modal-form .subscribe-btn:hover {
    background: transparent;
    color: #b89d67;
}

.modal-form .subscribe-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.loader-spinner {
    display: none;
    margin: 30px auto;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #b89d67;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

.loader-spinner.active {
    display: block;
}

.success-message {
    display: none;
    color: #27ae60;
    text-align: center;
    font-size: 16px;
    padding: 20px;
    background: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 8px;
    margin-top: 20px;
}

.success-message.active {
    display: block;
}

@media (max-width: 768px) {
    .modal-box {
        padding: 40px 20px;
    }

    .modal-form-grid {
        grid-template-columns: 1fr;
    }

    .modal-close {
        top: 10px;
        right: 10px;
        font-size: 18px;
    }
}

@media (max-width: 499px) {
    .modal-box {
        padding: 30px 15px;
    }

    .modal-form .form-input,
    .modal-form select {
        font-size: 13px;
        padding: 10px 12px;
    }

    .modal-form .subscribe-btn {
        padding: 10px 30px;
        font-size: 13px;
    }
}

/* RESPONSIVE */
@media (max-width:1699px) {

    .video-section {
        padding-top: 40px;
    }

    h1 {
        font-size: 57px;
    }

    h2 {
        font-size: 42px;
    }

    h3 {
        font-size: 34px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 24px;
    }

    h6 {
        font-size: 22px;
    }

    p {
        font-size: 16px;
    }
}

@media (max-width:1399px) {
    h1 {
        font-size: 54px;
    }

    .video-text {
        max-width: 90%;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }
}


@media (max-width:1299px) {
    .design-slider img {
        height: 390px;
    }
}


@media (max-width:1199px) {

    .info-box {
        padding: 20px 10px;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    p {
        font-size: 15px;
    }

    .video-title {
        width: 100%;
    }
}


@media (max-width: 1099px) {
    .main-header .logo img {
        width: 100%;
        height: auto;
    }

    .contact-right .container {
        display: flex;
        max-width: 100% !important;
        width: 100%;
        flex-direction: column;
    }

    .contact-line {
        width: auto;
        margin: 12px 30px;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .hero-banner {
        height: 45vh !important;
    }

    .design-slider img {
        height: auto;
    }

    .video-text {
        max-width: 100%;
    }

    .hero-banner .hero-title {
        font-size: 55px;
        font-weight: 500;
    }

    /* .hero-banner {
        background-image: linear-gradient(rgba(255, 255, 255, .2) 0%, rgb(0 0 0 / 32%) 55.28%), url(images/hero-banner.webp);
    } */

    .contact-right .container {
        padding: 0;
    }

    .info-box {
        padding: 20px 20px;
    }
}

@media (max-width: 991px) {

    span.drayton-ridge {
        font-size: 30px;
    }

    .video-btns {
        display: flex;
        flex-direction: column;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    .site-footer .container {
        flex-direction: column;
    }

    .footer-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .appointment-list li {
        justify-content: center;
    }

    .footer-social {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .footer-links {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }

    .footer-bottom {
        margin-top: 30px;
    }

    footer.site-footer h3 {

        margin-bottom: 10px;
    }

    .bungalow-section .card-grid {
        grid-template-columns: 1fr 1fr;
    }

    .main-header .nav-menu,
    .main-header .header-btn {
        display: none;
    }

    .main-header .logo img {
        width: 90px;
    }

    .main-header .burger-icon {
        display: block;
    }

    .desktop-logo {
        display: none;
    }

    .responsive-logo {
        display: block;
    }

    .hero-banner .hero-title {
        font-size: 50px;
    }

    .video-frame iframe {
        width: 100%;
        height: 300px;
    }

    .view-home-cta-content a.btn.btn-solid:hover {
        font-size: 14px;
        line-height: 22px;
    }

    .hero-banner {
        height: 45vh !important;
    }
}


@media (max-width: 799px) {
    .hero-banner {
        background-position: 100%;
        background-size: 100%;
        height: 85vh !important;
    }
}

@media (max-width: 768px) {

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 29px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 23px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    .register-section .register-form {
        flex-direction: column;
    }

    .design-buttons {
        display: flex;
        flex-direction: column;
    }

    .design-buttons a {
        width: fit-content;
        margin: 0 auto;
    }

    .video-btns a {
        width: max-content;
        margin: 0 auto;
    }

    .hero-banner .hero-title {
        font-size: 44px;
    }

    .register-section .form-left,
    .register-section .form-right {
        width: 100%;
    }

    .bungalow-section .slider {
        height: auto;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
    }

    .hero-banner {
        height: 50vh !important;
    }

    .btn {
        font-size: 15px;
    }

    .video-logo {
        width: 40%;
    }
}

@media (max-width: 699px) {
    .hero-banner {
        background-position: 100%;
        background-size: 100% 100%;
        height: 70vh !important;
    }

    @media (max-width: 1099px) {
        .contact-line {
            margin: 12px 0px;
            justify-content: center;
        }
    }

    .footer-logos {
        flex-direction: column;
    }

    .bungalow-section .card-grid {
        grid-template-columns: 1fr;
    }

    .community-section {
        padding: 40px 0px;
    }

    .site-footer {
        padding: 40px 0px 75px;
    }

    .bungalow-section {
        padding: 40px 0px;
    }

    .design-section {
        padding: 40px 0px;
    }

    .register-section {
        padding: 80px 0px 15px;
    }

    .register-section .subscribe-btn {
        margin-top: 15px;
    }

    .appointment-section {
        padding: 0px 0px 40px;
    }

    .warranty-section {
        padding: 40px 0;
    }

    .video-logo {
        width: 60%;
    }

    .hero-banner .hero-title {
        font-size: 25px;
        letter-spacing: inherit;
        padding: 0 20px;
    }

    .main-header .header-container {
        padding: 18px 15px;
    }

    .btn {
        font-size: 14px;
    }
}

@media (max-width: 499px) {
    .hero-banner {
        height: 30vh !important;
        background-size: 100% 100%;
        background-position: 100% 100%;
    }

    .video-frame iframe {
        margin: 0;
    }

    h1 {
        font-size: 332px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    .video-section {
        padding: 40px 0px;
    }

    .video-btns a.btn.btn-solid {
        padding: 10px 18px;
        font-size: 13px;
    }

}


@media (max-width: 399px) {
    .hero-banner {
        height: auto !important;
        padding: 100px 0;
    }
}


/* Loader and success message styles */
#loader {
    display: none;
    margin: 20px auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#successMessage {
    display: none;
    color: green;
    text-align: center;
}

.form-col {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: center;
}

form#subscribeForm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: anchor-center;
}

@media (max-width: 768px) {
    .form-col {
        flex-direction: column;
    }
}