@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');
* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

body {
    font-family: "Poppins", sans-serif
}

.michroma {
    font-family: "Michroma", sans-serif;
}

nav .container-fluid,
section .container-fluid,
footer .container-fluid {
    width: 97%;
}

a,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

li {
    list-style: none;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

.py-70 {
    padding-bottom: 70px;
    padding-top: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.main-btn,
.secondary-btn {
    background: #f27726;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 12px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    width: max-content;
    transition: .3s;
    font-weight: 500;
}

.secondary-btn {
    background: #323232;
    color: #fff;
}

.main-btn:hover,
.secondary-btn:hover {
    filter: brightness(.9);
    -webkit-filter: brightness(.9);
}

.navbar {
    background-color: rgb(242, 119, 38);
    padding: 15px 0;
    position: relative;
}

.navbar.shrink {
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111;
}

.navbar .navbar-nav {
    /* gap: 10px; */
}

.navbar .dropdown-menu {
    padding: 0;
    border: 0;
    border-radius: 2px;
}

.navbar .dropdown-menu li a {
    color: #111;
    padding: 5px 15px;
    display: block;
    transition: .3;
    font-size: 14px;
}

.navbar .dropdown-menu li a:hover {
    background-color: #f27726;
    color: #fff;
}

.navbar .nav-link {
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff;
}

.navbar .dropdown-toggle::after {
    vertical-align: middle;
}

.navbar .nav-link.active {
    color: #f2c546;
}

footer {
    background-color: #1a1a1a;
}

footer p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    width: 85%;
    text-align: justify;
}

footer a {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    display: block;
    padding-bottom: 8px;
}

footer .footer-ul {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.hero-banner {
    background-image: url(../images/hero-banner.jpg);
    padding: 100px 0;
    background-size: cover;
    background-position: center;
}

.hero-banner h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 5px;
}

.hero-banner h5 {
    color: #fff;
    font-style: italic;
    font-size: 40px;
    font-weight: 600;
}

.hero-banner h2 {
    color: #f79333;
    font-size: 80px;
    text-transform: uppercase;
}

.hero-banner p {
    color: #fff;
    font-size: 30px;
    width: 50%;
    margin: 0 auto;
    line-height: 1;
}

.hero-banner p span {
    font-size: 48px;
}

.available-homes-box {
    position: relative;
    margin-bottom: 50px;
}

.available-homes-box .available-homes-img img {
    min-height: 480px;
    object-fit: cover;
    max-height: 590px;
}

.available-homes-box .available-homes-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
}

.available-homes-box .available-homes-footer .available-homes-footer-left {
    color: #fff;
    width: 45%;
}

.available-homes-box .available-homes-footer .available-homes-footer-left h3 {
    font-size: 60px;
}

.available-homes-box .available-homes-footer .available-homes-footer-left h5 {
    font-size: 24px;
    padding: 10px 0;
}

.available-homes-box .available-homes-footer .available-homes-footer-left h4 {
    font-size: 24px;
}

.available-homes-box .available-homes-footer .available-homes-footer-right {
    width: 40%;
}

.available-homes-box .available-homes-footer .available-homes-footer-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.available-homes-box .available-homes-footer .available-homes-footer-btns .section:first-child {
    width: 100%;
}

.available-homes-box .available-homes-footer .available-homes-footer-btns .section {
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 5px);
    flex-direction: column;
    gap: 10px;
}

.available-homes-box .available-homes-footer .available-homes-footer-btns .section a {
    width: 100%;
    height: 50px;
    border-radius: 0;
}

.available-homes-box .available-homes-footer .view-image {
    background-color: #f79333;
    color: #111;
}

.available-homes-box .available-homes-footer .send-to-friend {
    background-color: #72e6aa;
    color: #111;
}

.available-homes-box .available-homes-footer .request-tour {
    background-color: #60686f;
    color: #fff;
}

.available-homes-box .available-homes-footer .ask-question {
    background-color: #4599e7;
    color: #fff;
}

.available-homes-box .available-homes-footer .get-direction {
    background-color: #ffe594;
    color: #111;
}

.available-homes-box .form-wrap,
.custom-home-box .form-wrap {
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .9);
    padding: 50px 20px;
    display: flex;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
    transition: .3s;
    display: none;
}

.available-homes-box .form-wrap h3,
.custom-home-box .form-wrap h3 {
    color: #fff;
    font-size: 24px;
}

.available-homes-box .form-wrap p,
.custom-home-box .form-wrap p {
    color: #fff;
    padding: 0 0 10px 0;
    font-size: 14px;
}

.available-homes-box .form-wrap .form-group,
.custom-home-box .form-wrap .form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sersa-pagination {
    margin-top: 25px;
}

.sersa-pagination ul {
    gap: 15px;
    align-items: center;
}

.sersa-pagination li a {
    border: 0;
    color: #111;
    font-size: 24px;
    width: 35px;
    height: 35px;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.sersa-pagination li.prev-next a {
    color: #111;
    font-size: 30px;
    width: auto;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 0;
}

.sersa-pagination li.prev-next a i {
    color: #f79333;
    margin: 0 5px;
}

.sersa-pagination li.active a {
    color: #fff;
    background-color: #f79333;
}

.contact-us-section {
    background-image: url(../images/contact-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.contact-container {
    display: block;
    margin: 20px auto;
    padding: 15px 50px;
    border: 0;
    border: 4px solid #fff;
    border-radius: 20px;
}

.contact-container legend {
    display: table;
    min-width: 0px;
    max-width: fit-content;
    color: #f27726;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 60px;
    position: relative;
    margin: auto;
    padding: 5px 10px;
    text-align: center;
    float: none;
    line-height: 1;
}

.contact-container p {
    color: #fff;
    text-transform: none;
    text-align: center;
    font-size: 30px;
    padding-bottom: 100px;
    font-family: "Poppins", sans-serif;
    margin-top: -10px;
}

.contact-container .nav-tabs {
    background-color: transparent;
    border: none;
    border: 2px solid #f27726;
    padding: 5px;
    border-radius: 10px;
    width: 45%;
    margin: 0 auto;
    margin-top: -35px;
}

.contact-container .nav-tabs .nav-link.active {
    color: #111;
    background: #f27726;
    border-radius: 5px;
}

.contact-container .nav-tabs .nav-link.active img {
    filter: brightness(.1);
}

.contact-container .nav-tabs .nav-link {
    border: none;
    font-size: 18px;
    padding: 15px 5px;
    color: #fff;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 1;
}

.contact-container .tab-content label {
    font-size: 14px;
}

.contact-container .tab-content input,
.contact-container .tab-content textarea {
    background-color: rgba(255, 255, 255, .7);
    padding: 12px;
    border-radius: 2px;
    border: none;
}

.contact-container .tab-content .ep-row [class*="col-"] {
    padding: 8px;
}

.contact-container .tab-content .btn {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
}

.contact-map .contact-map-container {
    height: 100%;
}

#map {
    height: 100%;
}

.contact-map .contact-map-details {
    padding: 70px 50px;
}

.contact-map .contact-map-details .contact-ul li a {
    display: flex;
    font-size: 24px;
    color: #111;
    align-items: baseline;
    gap: 10px;
    padding-bottom: 15px;
}

.contact-map .contact-map-details .contact-ul li a i {
    min-width: 35px;
    height: 35px;
    max-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background-color: #f27726;
    border-radius: 50%;
}

.contact-map .contact-map-details h4 {
    color: #f27726;
    text-transform: uppercase;
    font-size: 30px;
    padding: 20px 0;
}

.contact-map .contact-map-details .office-hours {
    display: flex;
    gap: 20px;
}

.contact-map .contact-map-details .office-hours li {
    font-size: 20px;
    font-weight: 500;
}

.contact-map .contact-map-details .office-hours div {
    width: 2px;
    height: auto;
    background-color: #ccc;
}

.custom-home-box {
    margin-bottom: 30px;
    position: relative;
}

.custom-home-box .custom-home-img img {
    border-radius: 10px;
    min-height: 400px;
}

.custom-home-box .custom-home-box-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    display: flex;
    gap: 10px;
}

.custom-home-box .custom-home-box-footer a {
    width: 40%;
    text-transform: uppercase;
    color: #111;
}

.custom-home-box .custom-home-box-footer a:not(:first-child) {
    width: 30%;
    background-color: #fff;
    font-size: 12px;
    color: #111;
    text-transform: uppercase;
}

.fall-in-love h3 {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
}

.fall-in-love h2 {
    color: #f27726;
    font-size: 40px;
}

.build-your-future {
    background-color: #2b2b2b;
    color: #fff;
}

.build-your-future h4 {
    font-size: 36px;
    font-weight: 300;
}

.build-your-future h3 {
    color: #f27726;
    font-size: 40px;
    padding-bottom: 15px;
}

.build-your-future p {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 15px;
}

.build-your-future a {
    color: #f27726;
}

.build-lot h3 {
    font-size: 30px;
    font-weight: 500;
}

.build-lot h2 {
    color: #f27726;
    font-size: 60px;
}

.build-lot p {
    font-size: 18px;
    font-weight: 500;
    padding: 30px 0;
}

.hero-slider {
    position: relative;
}

.hero-slider .hero-slider-content {
    position: absolute;
    text-align: center;
    top: 100px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.hero-slider .hero-slider-content h3 {
    font-size: 60px;
    text-transform: uppercase;
    filter: drop-shadow(0px 4px 0px #ff4309);
}

.hero-slider .hero-slider-content h3 span {
    color: #111;
}

.hero-slider .hero-slider-content h2 {
    text-transform: uppercase;
    font-size: 90px;
    filter: drop-shadow(0px 4px 0px #ff4309);
}

.hero-slider img {
    max-height: 1000px;
    object-fit: cover;
}

.extraordinary-homes {
    background-color: #f9f9f9;
}

.extraordinary-homes .content {
    padding: 30px;
}

.extraordinary-homes .content h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #f27726;
}

.extraordinary-homes .content h3 span {
    color: #8d8d8d;
    display: block;
}

.extraordinary-homes .content p {
    padding: 30px 0;
}

.get-inspired h3 {
    font-size: 24px;
    letter-spacing: 5px;
    font-weight: 500;
    text-transform: uppercase;
}

.get-inspired h2 {
    color: #f27726;
    font-size: 36px;
    text-transform: uppercase;
}

#signature-slider .slick-arrow {
    width: 40px;
    height: 40px;
    background: #f27726;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
    left: 15px;
    z-index: 2;
}

#signature-slider .slick-arrow.fa-chevron-right {
    left: auto;
    right: 15px;
}

#signature-slider img {
    min-height: 300px;
    object-fit: cover;
}

.custom-homes {
    background: linear-gradient(to bottom, #fff, #f9a350);
}

.custom-homes h2 {
    color: #f27726;
    text-transform: uppercase;
    font-size: 40px;
}

.custom-homes h2 span {
    display: block;
    color: #8d8d8d;
}

.custom-homes .map-boxes a {
    border: 2px solid #3dabff;
    display: block;
    width: 100%;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;
    background-color: #fff;
}

.build-with-confidence h4 {
    text-transform: uppercase;
    color: #777;
}

.build-with-confidence h3 {
    color: #f27726;
    text-transform: uppercase;
    padding-bottom: 30px;
    font-size: 30px;
}

.build-with-confidence .difference-boxes .difference-box {
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
    gap: 15px;
}

.build-with-confidence .difference-boxes .difference-box h5 {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 18px;
}

.build-with-confidence .difference-boxes .difference-box p {
    font-size: 18px;
}

.expanding-boxes {
    display: flex;
}

.expanding-boxes .expanding-box {
    width: 33.3333%;
    background-size: cover;
    background-position: center;
    min-height: 580px;
    position: relative;
    transition: .4s;
}

.expanding-boxes .expanding-box:hover {
    width: 50%;
}

.expanding-boxes .expanding-box::after,
.expanding-boxes .expanding-box::before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 200px;
    background: linear-gradient(to top, #111, transparent);
}

.expanding-boxes .expanding-box::before {
    background: linear-gradient(to bottom, #555, transparent);
    bottom: auto;
    top: 0;
}

.expanding-boxes .expanding-box.custom-build {
    background-image: url(../images/custom-design.jpg);
}

.expanding-boxes .expanding-box.on-the-market {
    background-image: url(../images/on-the-market.jpg);
}

.expanding-boxes .expanding-box.building-valley {
    background-image: url(../images/building-valley.jpg);
}

.expanding-boxes .expanding-box .expanding-box-footer {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}

.expanding-boxes .expanding-box h3 {
    text-align: center;
    color: #fff;
    padding-top: 50px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}

.expanding-boxes .expanding-box .expanding-box-footer h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
}

.expanding-boxes .expanding-box .expanding-box-footer a {
    color: #f27726;
}

.hero-testimonial-slider .testimonial-slide {
    height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
    /* Dark gradient overlay like the image */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
}

.quote-box {
    background: rgba(0, 0, 0, 0.4);
    font-weight: 300;
    margin-top: 100px;
    margin-left: 50px;
    font-size: 18px;
}

.hero-testimonial-slider .author-info {
    margin-right: 50px;
}

.hero-testimonial-slider h2 {
    font-size: 36px;
    color: #F2994A;
    margin-top: 100px;
}

.hero-testimonial-slider h4 {
    font-size: 36px;
    font-weight: 200;
    letter-spacing: 5px;
    padding-bottom: 20px;
}


/* Bottom Left Navigation */

.slider-nav-wrapper {
    position: absolute;
    bottom: 40px;
    left: 12px;
    z-index: 10;
}

.custom-nav-box {
    background: rgba(242, 153, 74, .8);
    color: white;
    padding: 0 15px;
    min-width: 180px;
    margin-left: 50px;
}

.custom-nav-box button {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 24px;
}

.slide-counter .current {
    font-size: 60px;
}

.slide-counter .total {
    font-size: 24px;
    opacity: 0.8;
}

.video-wrapper {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    cursor: pointer;
    background-color: #000;
}

.play-btn-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 2;
}

.play-btn-overlay:hover {
    background: #fff;
    transform: translate(-50%, -50%) scale(1.1);
}

.play-icon {
    font-size: 30px;
    color: #333;
    margin-left: 5px;
}

#videoIframe iframe {
    width: 100%;
    height: 100%;
}

.testimonial-content i {
    font-size: 20px;
}

.testimonial-content p {
    font-size: 20px;
    padding-bottom: 15px;
}

.testimonial-content h5 {
    color: #f27726;
    font-weight: 600;
    font-size: 24px;
}

.testimonial-content h5+p {
    padding-bottom: 0;
}

.testimonial-box {
    position: relative;
    text-align: center;
    padding: 40px 30px;
    padding-top: 0;
}

.testimonial-box::before {
    content: "";
    background-color: #f6f6f6;
    width: 100%;
    height: 85%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.testimonial-box img {
    margin-top: 0;
}

.testimonial-box p {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 400;
}

.testimonial-box h5 {
    color: #f27726;
    font-size: 24px;
}

.modal .btn-close {
    position: absolute;
    right: 5px;
    top: 10px;
    color: #111;
    z-index: 8888;
    font-size: 18px;
    opacity: 1;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.modal h2 {
    color: #f27726;
    font-size: 24px;
    padding-bottom: 15px;
}

.modal label {
    font-size: 14px;
}

.video-gallery-slider .video-wrapper {
    aspect-ratio: 16 / 9;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    width: 100%;
}

.video-gallery-slider .local-video {
    /* Ensures video fills the area without bars */
    position: absolute;
    top: 0;
    left: 0;
}

.video-gallery-slider img {
    height: 100%;
    object-fit: cover;
}


/* Orange Arrows styling */

.video-gallery-slider .slick-prev,
.video-gallery-slider .slick-next {
    width: 45px;
    height: 45px;
    background: #F2994A !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none;
    color: white !important;
    z-index: 5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

.video-gallery-slider .slick-next {
    left: auto;
    right: 30px;
}

.slick-prev:before,
.slick-next:before {
    content: none;
}


/* Remove default slick icons */