/* =========================================
   FONT IMPORTS
========================================= */

@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Abril+Fatface&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap");
@font-face {
    font-family: "Adani";
    src: url("/wp-content/uploads/2025/11/adani-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avenir";
    src: url("/wp-content/uploads/2025/11/avenir/AvenirNextLTPro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avenir-bold";
    src: url("/wp-content/uploads/2025/11/avenir/AvenirNextLTPro-Bold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* =========================================
   GLOBAL STYLES
========================================= */

body {
    font-family: "Avenir";
    color: #000;
    margin: 0;
    background-color: #fff;
}

.container-fluid {
    max-width: 100% !important;
}

section.container.container-fluid {
    max-width: 100% !important;
}

.pad-0 {
    padding: 0 !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}

.align-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.text-center {
    text-align: center;
}

.text-end {
    text-align: end;
}

.text-start {
    text-align: start;
}


/* =========================================
   TYPOGRAPHY
========================================= */

.title h1 {
    font-family: "Adani";
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    margin: 0px 0 20px;
}

.title h2 {
    font-family: "Adani";
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0 0 30px;
    color: #000;
}

.title h3 {
    font-family: "Adani";
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
}

.title p {
    font-family: 'Avenir';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    margin-top: 0;
    color: #000;
}

.title .section-label {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
}

ul.sub-menu a:after {
display:none !important;
}
/* =========================================
   BUTTON STYLES
========================================= */

.site-btn {
    font-family: "Adani";
    border-radius: 200px;
    font-size: 20px;
    line-height: 100%;
    padding: 19px 60px;
    text-align: center;
    transition: 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
}

.site-btn.btn-primary {
    background: #f48025;
    border: 1px solid #f48025;
    color: #fff;
}

.site-btn.btn-primary:hover {
    background: #fff;
    color: #f48025;
    border-color: #f48025;
}

.site-btn.btn-secondary {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.site-btn.btn-secondary:hover {
    background: #fff;
    color: #000;
}

.site-btn.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}

.site-btn.btn-white:hover {
    background: #f48025;
    color: #fff;
    border: 1px solid #f48025;
}


/* Header */

header#masthead {
    /* padding: 28px 0; */
    box-shadow: 0px 4px 3px 0px #0000001A;
}

#primary-menu {
    gap: 65px;
    justify-content: flex-end;
    align-items: center;
}

#primary-menu a {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    font-family: "Adani";
    padding: 53px 0;
    position: relative;
}

#primary-menu a:after {
    content: '';
    background: #F48025;
    width: 75px;
    height: 0;
    border-radius: 10px 10px 0 0;
    bottom: 0px;
    left: 50%;
    display: block;
    position: absolute;
    transition: 0.2s;
    transform: translateX(-50%);
}

#primary-menu a:hover:after {
    height: 7px;
}

#primary-menu .btn-menu a {
    border-radius: 200px;
    font-size: 20px;
    line-height: 100%;
    padding: 12px 35px;
    text-align: center;
    transition: 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0%;
    color: #fff !important;
    background: #f48025;
    border: 1px solid #f48025;
}

#primary-menu .btn-menu a img {
    filter: brightness(0) invert(1);
}

#primary-menu .btn-menu a:after {
    display: none;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1440px !important;
    }
}

/* header */


/* =========================================
   HERO SECTION
========================================= */

.hero {
    position: relative;
    background: url("/wp-content/uploads/2025/11/banner-1-scaled.avif") center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 139px 0 39px 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
}

.hero-content {
    position: relative;
}

.hero-content .site-btn.btn-white {
    margin-top: 45px;
}

.hero .contact-section.head {
    position: unset;
    background: none;
    height: auto;
    margin: 0;
    border-radius: 0;
}

.hero .contact-section.head .form-container {
    background: #F48025;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
    z-index: 10;
    max-width: 100%;
    position: unset;
    right: 10%;
    bottom: -80px;
    right: 50px;
    width: 100%;
}

.hero .contact-section.head div#wpforms-97 {
    margin: 0 !important;
    padding: 0;
}

.hero .contact-section.head .wpforms-container.wpforms-container-full input::placeholder,
.hero .contact-section.head .wpforms-container.wpforms-container-full input[type=email]::placeholder,
.hero .contact-section.head .wpforms-container.wpforms-container-full input[type=number]::placeholder,
.hero .contact-section.head .wpforms-container.wpforms-container-full input[type=tel]::placeholder,
.hero .contact-section.head .wpforms-container.wpforms-container-full input[type=text]::placeholder,
.hero .contact-section.head .wpforms-container.wpforms-container-full select::placeholder,
.hero .contact-section.head .wpforms-container.wpforms-container-full textarea::placeholder {
    color: #000;
    /* black */
    font-size: 20px;
    opacity: 1;
    /* required on some browsers */
}

.hero .contact-section.head textarea {
    height: 159px !important;
}

.hero .contain-content {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    padding-bottom: 80px;
}

.hero .contact-section.head button#wpforms-submit-97 {
    background: #000 !important;
}

.wpforms-container.wpforms-container-full textarea {
    padding: 23px !important;
}

.hero .contact-section.head .form-header h2 {
    color: #fff;
    font-size: 32px;
    margin: 0;
    padding-bottom: 30px;
}

.wpforms-container .wpforms-field,
.wp-core-ui div.wpforms-container .wpforms-field {
    padding-bottom: 10px !important;
}

.hero .subtitle {
    font-family: "Avenir-bold";
    font-weight: 600;
    font-style: Black Oblique;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    font-style: italic;
    color: #fff;
}

.arrow_icon {
    width: 20px !important;
}


/* =========================================
   ABOUT SECTION
========================================= */

.about {
    padding: 4rem 0;
    background-color: #fff;
}

.about-text {
    max-width: 700px;
}

.about-card {
    display: flex;
    align-items: center;
    margin-top: 6rem;
    gap: 0;
    position: relative;
}

.about-card img {
    width: 50%;
    border-radius: 25px;
    object-fit: cover;
}

.about-info {
    width: 45%;
    width: 678px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 90px 50px 90px 50px;
    /* position: absolute;
  left: 45%; */
    max-width: 678px;
    /* max-height: 590px; */
    position: relative;
    left: -60px;
}

.about-info h2 {
    margin-top: 0;
    margin-bottom: 50px;
}

.about_right {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* WHY CHOOSE US SECTION */

.why-choose {
    padding: 73px 0;
    background: #fff;
    text-align: center;
}

.why-choose h2 {
    font-family: "Adani";
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000;
}

.why-subtext {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 60px;
}

.why-grid {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    position: relative;
}

.why-item {
    flex: 1 1 250px;
    text-align: center;
    padding: 0 20px;
    min-width: 220px;
    text-align: left;
}

.why-item img {
    margin-bottom: 50px;
}

.why-item h3 {
    font-size: 48px;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 1px #000;
    margin-bottom: 10px;
    font-family: "Adani";
}

.why-item p {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0%;
    font-family: "Adani";
    text-align: left;
}

.divider {
    width: 1px;
    background: #000;
    height: 100px;
    align-self: center;
}

.why-btn {
    margin-top: 60px;
}


/* PROJECTS SECTION */

.projects {
    padding: 54px 0;
    background: #fff;
}

.projects-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.btn-outline {
    border: 1px solid #000;
    border-radius: 200px;
    padding: 12px 30px;
    background: transparent;
    color: #000;
    font-family: "Adani";
    text-decoration: none;
    transition: 0.3s ease;
}

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


/* GRID */

.projects-grid {
    display: flex;
    gap: 15px;
}

.project-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    transition: 0.3s ease;
}

.project-card img {
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.project-card p img {
    width: 15px;
    padding-bottom: 6px;
}

.project-location {
    font-size: 16px;
    color: #000;
    padding: 12px 16px;
    font-weight: 500;
}


/* COMING SOON OVERLAY */

.coming-soon {
    position: relative;
}

.coming-soon .overlay h3 {
    font-size: 26px;
    margin: 0;
    font-weight: 600;
}

.coming-soon .overlay p {
    font-size: 16px;
    opacity: 0.9;
}


/* FOOTER BUTTON */

.projects-footer {
    text-align: center;
    margin-top: 60px;
}


/* PROJECTS SECTION STYLES */

.projects {
    padding: 80px 0;
    background-color: #fff;
}

.projects-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.site-btn.view-all-btn {
    border: 1px solid rgba(0, 0, 0, 1);
}

.view-all-btn:hover {
    background-color: #f5f5f5;
}

.projects-carousel {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-bottom: 40px;
}

.project-card {
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-image {
    position: relative;
    /* height: 75%; */
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    cursor: pointer;
}

.card-image img {
    width: 100%;
    height: 455px;
    object-fit: cover;
    border-radius: 16px;
}

.card-image::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(244, 128, 37, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    display: none;
}

.pin-marker {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 18px;
}

.overlay-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    /* background-color: rgba(0, 0, 0, 0.5); */
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.project-card .overlay-icon img {
    object-fit: contain;
    border-radius: 0;
}

.card-text {
    padding-top: 25px;
}

.card-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}


/* house-plans  */

.house-plans {
    padding: 61px;
}

.plans-image {
    width: 100%;
    border-radius: 30px;
}

section.house-plans h3 {
    margin: 35px 0;
}


/* Coming Soon Card */

.coming-soon .card-image {
    height: 100%;
    cursor: pointer;
}

.coming-soon .card-image img {
    border-radius: 16px;
}

.card_hover_text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    width: 100%;
    z-index: 9;
    padding-left: 20px;
    transition: 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 25px;
    background: linear-gradient(to bottom, rgba(244, 128, 37, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* 	opacity:0; */
}
.insided .card_hover_text {
    justify-content: flex-end;
}
.dynamicposts .title .insided h3 {
    font-size: 64px;
    margin-bottom: 0;
    margin-top: 25px;
}
.insided{
	    overflow: hidden;
    position: relative;
    border-radius: 25px;
}
.project-card:hover .card_hover_text {
    /*   opacity:1; */
}

.project-card a {
    text-decoration: none;
}

.card-image:hover .card_hover_text,
.card-image:hover::after {
    visibility: visible;
    opacity: 1;
    cursor: pointer;
}

.card-image:hover .overlay-icon {
    /* display: none; */
    visibility: visible;
    opacity: 1;
}

.card_hover_text h3 {
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    margin: 0 0 10px;
}

.title .card_hover_text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 10px 0;
    color: #fff;
}


/* CTA Button */

.projects-cta {
    text-align: center;
}

.btn-accent {
    display: inline-block;
    padding: 14px 32px;
    background-color: #f36b2a;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.btn-accent:hover {
    background-color: #e05a20;
}


/* contact us  */

.contact-section {
    position: relative;
    margin: 50px auto;
    border-radius: 20px;
    height: 800px;
    background-image: url(/wp-content/uploads/2025/11/image-2.avif);
    appearance: none;
    background-repeat: no-repeat;
}

.form-container {
    flex: 0 0 35%;
    background: #000;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
    z-index: 10;
    max-width: 746px;
    position: absolute;
    right: 10%;
    bottom: -80px;
    right: 50px;
    width: 764px;
}

.form-header h2,
.form-header p {
    color: #fff;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-row {
    display: flex;
    gap: 16px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    width: 100%;
}

.form-group label {
    color: #fff;
    font-size: 20px;
    margin-bottom: 6px;
}

.form-control {
    padding: 14px;
    border-radius: 10px;
    border: none;
    background: #fff;
    font-size: 16px;
    color: #000;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    box-shadow: 0 0 0 2px #f48025;
}

.radio-group {
    display: flex;
    gap: 16px;
    margin-top: 6px;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 8px;
}

.radio-option input {
    accent-color: #f48025;
}

.radio-option label {
    color: #fff;
    margin-bottom: 0;
    cursor: pointer;
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.submit-btn {
    background: #f48025;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 19px 60px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.submit-btn:hover {
    background: #e06d15;
    box-shadow: 0 4px 12px rgba(244, 128, 37, 0.3);
}

.left-slide p {
    animation: slideLeft 15s linear infinite;
}

select.form-control,
input[type="text"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="password"].form-control,
input[type="search"].form-control,
input[type="number"].form-control,
input[type="tel"].form-control,
input[type="range"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="week"].form-control,
input[type="time"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="color"].form-control,
textarea.form-control {
    font-family: "Avenir";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    padding: 12px 24px;
    border-radius: 50px;
}

textarea.form-control {
    border-radius: 30px;
}


/* marquee  */


/* .marquee {
  margin: 100px 0;
} */

.marquee {
    display: flex;
    overflow: hidden;
    /*height: 10vh;*/
    user-select: none;
    gap: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*background-color: green;*/
    /*transform: skewY(-3deg); */
    /*transform: rotate(-5deg) translateY(-30px) translateX(50px);*/
}

.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    min-width: 100%;
    animation: scroll 35s linear infinite reverse;
}

.marquee-reversed .marquee__group {
    animation: scrollreverse 35s linear infinite reverse;
}

.marquee__group span {
    color: white;
    font-size: 5vw;
    font-weight: 600;
    white-space: nowrap;
    font-family: "Arapey", Sans-serif !important;
    /*text-transform: uppercase;*/
    font-family: "Avenir";
    font-weight: 400;
    font-size: 54px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
}

@keyframes scroll {
    from {
        transform: translateX(calc(-100% - 2rem));
    }
    to {
        transform: translateX(0);
    }
}

@keyframes scrollreverse {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 2rem));
    }
}

.marquee_container {
    position: relative;
    padding: 200px 0;
}

.bg_map {
    position: absolute;
    width: 384px;
    height: 546px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

@keyframes slideLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.right-slide p {
    animation: slideRight 15s linear infinite;
}

@keyframes slideRight {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}


/* aff sec */

.aff-sec.title h2 {
    margin-bottom: 110px;
}

.box_wrap {
    max-width: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 120px;
    flex-wrap: wrap;
}

.logo_wrap {
    max-width: 33.3333%;
    width: 100%;
    border: 1px solid #0000004a;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.logo_wrap img {
    height: 80px;
    object-fit: contain;
}

.logo_wrap:nth-child(1),
.logo_wrap:nth-child(4) {
    border-left: 0;
}

.logo_wrap:nth-child(3),
.logo_wrap:nth-child(6) {
    border-right: 0;
}

.logo_wrap:nth-child(1),
.logo_wrap:nth-child(2),
.logo_wrap:nth-child(3)
/* .logo_wrap:nth-child(4) */

{
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}

.logo_wrap:nth-child(1),
.logo_wrap:nth-child(2) {
    border-right: 1px solid #0000004a;
}

.logo_wrap:nth-child(5),
.logo_wrap:nth-child(6),
.logo_wrap:nth-child(7) {
    border-right: 0;
}

.logo_wrap:nth-child(1):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background: #0000004a;
    right: -1px;
    top: -50px;
}

.logo_wrap:nth-child(2):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background: #0000004a;
    right: -1px;
    top: -50px;
}


/* .logo_wrap:nth-child(3):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background: #0000004a;
    right: -1px;
    top: -50px;
} */

.logo_wrap:nth-child(4):after,
.logo_wrap:nth-child(5):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background: #0000004a;
    right: -1px;
    bottom: -50px;
}


/* .logo_wrap:nth-child(6):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background: #0000004a;
    right: -1px;
    bottom: -50px;
} */

.logo_wrap:nth-child(7):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background: #0000004a;
    right: -1px;
    bottom: -50px;
}

.logo_wrap:nth-child(5) {
    border-left: 0;
}


/* footer */

.outer_container {
    max-width: 1650px;
    background: #FFF3E9;
    border-radius: 30px;
    margin: 0 auto;
    padding: 50px 10px;
}

.nums_wrap {
    max-width: 878px;
    margin: 0 0 0 auto;
}

.nums_wrap a {
    font-family: "Avenir";
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #595959;
    transition: 0.3s;
}

.nums_wrap a:hover {
    color: #F48025;
}

.nums_wrap h2 {
    font-family: "Avenir";
}

.site-footer hr {
    border-bottom: 1px solid #B7DBD8;
    background-color: transparent;
    opacity: 1;
    margin: 60px 0;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu ul li a {
    font-family: "Avenir";
    font-weight: 400;
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 0%;
    text-decoration: none;
    color: #1e1e1e;
    transition: 0.3s;
}

.footer-menu ul li a:hover {
    color: #f48025
}

.social_wrap h4 {
    font-family: "Avenir";
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1E1E1E;
    margin: 0 0 10px;
}

.social_wrap h4 a {
    display: block;
    margin-top: 20px;
    color: #1E1E1E;
    text-decoration: none;
}

.social_wrap ul {
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
    display: flex;
    gap: 10px;
}

.social_wrap ul li a {
    display: inline-flex;
    width: 32px;
    height: 32px;
    border: 1px solid #41363A;
    border-radius: 32px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.social_wrap li a img {
    max-height: 13px;
}

.social_wrap li a:hover img {
    filter: invert(1);
}

.social_wrap ul li a:hover {
    background: #41363A;
}

.left_copy,
.copy_flex {
    display: flex;
    align-items: center;
}

.left_copy {
    gap: 20px;
}

.copy_flex {
    padding: 25px 0;
}

.copy_flex a,
.copy_flex p a,
.copy_flex p {
    font-family: "Avenir";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1E1E1E;
    margin-bottom: 0;
    text-decoration: none;
}


/* post css  */

.banner_home {
    position: relative;
    width: 100%;
    height: 450px;
    background-image: url(/wp-content/uploads/2025/11/banner_post.avif);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
    justify-content: end;
    align-items: end;
}

.banner_home:after {
   
}

.content_banner {
    text-align: left;
    padding: 48px 0;
    bottom: 20px;
    left: 0px;
    position: relative;
    z-index: 0;
}

.content_banner h2 {
    color: #fff;
    margin-bottom: 15px;
}

.content_banner h3 {
    font-family: "Avenir-bold";
    font-weight: 600;
    font-style: Black Oblique;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    font-style: italic;
    color: #fff;
}

.banner_inner.banner_inner_services .content_banner h1 {
    color: #fff;
    margin-bottom: 15px;
    font-family: "Adani";
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0 0 30px;
}

.subtext {
    font-weight: 900;
    font-style: Black Oblique;
    color: #fff;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}


/* reliable partner */

.section-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 60px 0;
}

.content-block {
    background-color: #000000;
    border-radius: 24px;
    padding: 80px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 40px;
    overflow: visible;
    /* Changed from hidden to visible */
}

.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.left-section {
    flex: 1;
    min-width: 300px;
    position: relative;
}

.right-section {
    flex: 1;
    min-width: 300px;
}

.headline {
    color: #fff;
}

.house-image-container {
    position: absolute;
    bottom: -180px;
    z-index: 10;
}

.house-image {
    border-radius: 20px;
    width: 100%;
    max-width: 709px;
    height: auto;
    display: block;
}

.features-container {
    padding-left: 20px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.feature-icon img {
    width: 80px;
    height: 80px;
}

.feature-content h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    margin: 0;
    margin-bottom: 30px;
}

.feature-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #fff;
}

.phone_container {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: auto;
    justify-content: end;
}

.phone_num {
    font-family: "Avenir";
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    transition: 0.3s;
    color: rgba(89, 89, 89, 1);
}

.talk_to_us {
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(244, 128, 37, 1);
}


/* make it section  */

.custom_section {
    padding-top: 60px;
}

.text_content h2 {
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
}

.text_content p {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    margin: 0;
}

.custom_section_inner {
    margin-bottom: 30px;
}


/* video section  */

.container.video_section {
    width: 90%;
    max-width: 1120px !important;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    padding-top: 100px;
}

.video_header {
    padding: 40px;
    background: url("/wp-content/uploads/2025/11/dream_banner.avif") no-repeat center center/cover;
    color: #fff;
    position: relative;
    height: 552px;
    border-radius: 30px;
    margin-bottom: 28px;
    margin-top: 40px;
}

.play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    cursor: pointer;
}

.video_sub_text {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}


/* POST FORM SECTION  */


/* =========================================
   RESPONSIVE DESIGN
========================================= */

html .post,
html .page {
    margin: 0;
}

.w-auto {
    width: auto;
}

.justify-between {
    justify-content: space-between;
}

.footer_logo img {
    width: 293px;
}


/* project single */

section.about_section.about_section_single {
    padding: 80px 0 60px;
}

.project_details_wrap h3 {
    margin-top: 0;
    margin-bottom: 30px;
}

.project_area h4 {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #595959;
    margin: 0 0 25px;
}

.project_area ul {
    list-style: none;
    display: flex;
    margin: 0 0 30px;
    padding: 0;
    gap: 15px;
}

.project_area ul li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-right: 1px solid #59595933;
    padding-right: 15px;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #595959;
}

.project_area ul li:nth-last-child(1) {
    border: none;
}

.project_area ul li img {
    width: 25px;
}

.about_section_single .content_about {
    max-width: 1060px;
    margin: 0 0 0 auto;
}

.about_section_single .content_about span {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #F48025;
}

.about_section_single .content_about span a {
    display: block;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #595959;
}

.about_section_single .content_about p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}


/* house */

.custom_section .form-container {
    width: 100%;
    max-width: 100%;
    position: relative;
    flex: 0 0 auto;
    margin-top: -230px;
    bottom: auto;
    right: auto;
    left: auto;
}

.custom_section .form-container .form-header h3 {
    margin: 0;
    color: #fff;
    font-size: 32px;
}

.wpforms-container.wpforms-container-full {
    width: 100%;
    margin: 0;
}

.wpforms-container.wpforms-container-full input,
.wpforms-container.wpforms-container-full input[type=email],
.wpforms-container.wpforms-container-full input[type=number],
.wpforms-container.wpforms-container-full input[type=tel],
.wpforms-container.wpforms-container-full input[type=text],
.wpforms-container.wpforms-container-full select,
.wpforms-container.wpforms-container-full textarea {
    font-family: "Avenir";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    padding: 12px 24px;
    border-radius: 50px;
    height: auto;
}

.wpforms-container.wpforms-container-full textarea {
    height: 230px;
    border-radius: 30px;
}

.custom_form .text_content {
    max-width: 88%;
}

html body div.wpforms-container-full button[type=submit] {
    background: #f48025 !important;
    color: #fff !important;
    border: none;
    border-radius: 50px;
    padding: 19px 60px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    height: auto;
}

.design_zig_zag p {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
  
    color: #fff;
    max-width: 90%;
}
.design_zig_zag .title h3 {
    font-family: "Adani";
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    font-size: 64px;
    margin: 0 0 24px 0;
}
.design_zig_zag img {
    box-shadow: 0px 4px 42px 0px #00000026;
    border-radius: 30px;
}

.mb-7 {
    margin-bottom: 75px;
}
.about.title.real .about_right_2.text-center h2 {
    font-size: 36px;
}
.about.title.real .about_right_2 p {

    font-size: 18px;
    width: 65%;
    margin: 0 auto;
}
.about.title.real .about-card ul li{
	    font-family: 'Avenir';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    margin-top: 0;
    color: #000;
}
.about.title.real .about-card ul {
    padding: 0;
    margin: 0;
}
.about.title.real .about-info.sp {
    left: 0;
}
/* video modal */

.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.video-modal-content {
    position: relative;
    margin: 10% auto;
    padding: 0;
    width: 80%;
    max-width: 800px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}


/* video modal */

.img_lightbox_section>img {
    height: 294px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

section.gallery_section .row {
    gap: 25px;
}

section.gallery_section .row .col-lg-3 {
    max-width: calc(25% - 19px);
}

.img_lightbox_section {
    position: relative;
    cursor: pointer;
}

.overlay-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.img_lightbox_section:hover .overlay-icon {
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 1025px) {
    .marquee__group span {
        font-size: 54px;
        font-size: 96px;
    }
}

@media (min-width: 1200px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
}


/* Large Desktop and Tablet (1024px and below) */

@media (max-width: 1300px) {
    #primary-menu {
        gap: 35px;
    }
    .card_hover_text h3 {
        font-size: 30px;
    }
    .card_hover_text p {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .container {
        /*     padding: 0 40px; */
    }
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 36px;
    }
    .about-card {
        flex-direction: column;
    }
    .about-card img,
    .about-info {
        width: 100%;
    }
    .why-grid {
        flex-direction: column;
        gap: 30px;
    }
    .divider {
        display: none;
    }
    .why-item h3 {
        font-size: 40px;
    }
    .projects-carousel {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .contact-section {
        flex-direction: column;
        padding: 60px 20px;
    }
    .image-container {
        flex: 0 0 auto;
        width: 100%;
        height: 400px;
        margin-bottom: 30px;
    }
    .form-container {
        flex: 0 0 auto;
        width: 100%;
        max-width: 500px;
        margin-left: 0;
    }
    .card_hover_text h3 {
        font-size: 30px;
    }
    .card_hover_text p {
        font-size: 16px;
    }
}


/* Tablet (768px and below) */

@media (max-width: 768px) {
    .plans-title {
        font-size: 32px;
    }
    .wpforms-container .wpforms-field.wpforms-five-sixths,
    .wpforms-container .wpforms-field.wpforms-four-sixths,
    .wpforms-container .wpforms-field.wpforms-four-fifths,
    .wpforms-container .wpforms-field.wpforms-one-fifth,
    .wpforms-container .wpforms-field.wpforms-one-fourth,
    .wpforms-container .wpforms-field.wpforms-one-half,
    .wpforms-container .wpforms-field.wpforms-one-sixth,
    .wpforms-container .wpforms-field.wpforms-one-third,
    .wpforms-container .wpforms-field.wpforms-three-fourths,
    .wpforms-container .wpforms-field.wpforms-three-fifths,
    .wpforms-container .wpforms-field.wpforms-three-sixths,
    .wpforms-container .wpforms-field.wpforms-two-fourths,
    .wpforms-container .wpforms-field.wpforms-two-fifths,
    .wpforms-container .wpforms-field.wpforms-two-sixths,
    .wpforms-container .wpforms-field.wpforms-two-thirds {
        margin-left: 0px !important;
    }
    .why-item {
        flex: 1 1 150px;
    }
    .form-header {
        padding-top: 30px;
        text-align: center;
    }
    .form-header p {}
    .plans-cta {
        font-size: 16px;
        padding: 10px 20px;
    }
    .plans-bottom p {
        font-size: 18px;
    }
    .projects-header {
        flex-direction: column;
        text-align: center;
    }
    .projects {
        padding: 40px 0;
    }
    .projects-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    /*     .projects-carousel {
        grid-template-columns: 1fr;
        gap: 20px;
    } */
    .view-all-btn {
        align-self: flex-start;
    }
    .contact-section {
        padding: 40px 20px;
    }
    .form-row {
        flex-direction: column;
        gap: 16px;
    }
    .form-container {
        padding: 30px;
    }
    .image-container {
        height: 300px;
    }
}


/* Mobile (600px and below) */

@media (max-width: 600px) {
    .why-choose {
        padding: 80px 20px;
    }
    .why-choose h2 {
        font-size: 36px;
    }
    .why-subtext {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    section.gallery_section .row .col-lg-3 {
        max-width: calc(50% - 19px);
    }
	.about.title.real .about_right_2 p {

    font-size: 18px;
    width: 100%;
    margin: 0 auto;
}
	.dynamicposts .title .insided h3 {
    font-size: 35px;
}

    header#masthead {
        padding: 10px 0;
    }
    header#masthead button.menu-toggle img {
        width: 30px;
    }
    header#masthead button.menu-toggle {
        background: transparent;
        border: none;
        margin-left: auto;
        padding: 0;
    }
    header#masthead .row .col-lg-3 {
        max-width: calc(100% - 40px);
    }
    header#masthead .row .col-lg-9 {
        max-width: 40px;
    }
    .hero {
        /* background: url(/wp-content/uploads/2025/11/banner-mob.avif) top / cover no-repeat;
        height: 600px;
        padding-bottom: 50px; */
        padding: 60px 0 0;
    }
    .title h1 {
        font-size: 42px;
    }
    .hero .subtitle {
        font-size: 18px;
    }
    .hero .contain-content {
        padding-bottom: 40px;
    }
    .hero .contact-section.head .form-container {
        padding: 20px;
    }
    section.about.title {
        padding: 2rem 24px;
    }
    .about-info h2,
    .title h2 {
        font-size: 42px;
    }
    .about-info h2 {
        margin-bottom: 25px;
    }
    .about-card img,
    .about-info {
        width: 100%;
        max-width: 100%;
    }
    .about-info {
        left: 0;
        padding: 15px;
    }
    .about {
        padding: 2rem 0;
    }
    .about-info {
        box-shadow: none;
        padding: 15px 0;
    }
    .title .section-label {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .about-card {
        margin-top: 3rem;
    }
    .why-choose {
        padding: 30px 20px;
    }
    .why-choose h2 {
        font-size: 30px;
    }
    .why-item img {
        margin-bottom: 20px;
    }
    .why-item p {
        font-size: 24px;
    }
    .house-plans {
        padding: 10px;
    }
    section.house-plans h3 {
        margin: 25px 0;
        font-size: 30px;
    }
    .btn {
        padding: 15px 20px;
        font-size: 18px;
        width: 100%;
    }
    .form-container {
        position: unset;
    }
    .logo_wrap img {
        height: 40px;
        object-fit: contain;
    }
    .footer_logo img {
        width: 60%;
        margin-bottom: 30px;
    }
    h2 {
        font-size: 30px;
    }
    .nums_wrap a {
        font-size: 18px;
    }
    .nums_wrap a img {
        width: 15px;
    }
    .copy_flex {
        padding: 25px 0;
        flex-wrap: wrap;
    }
    .left_copy {
        margin-bottom: 10px;
        width: 100%;
        justify-content: space-between;
    }
    .right_copy {
        width: 100%;
    }
    .copy_flex a,
    .copy_flex p a,
    .copy_flex p {
        font-size: 14px;
    }
    .footer-menu ul li a {
        font-size: 20px;
        line-height: 36px;
    }
    .social_wrap {
        margin-top: 30px;
    }
    .nums_wrap h2 {
        font-family: "Avenir";
        text-align: left;
    }
    .marquee_container {
        position: relative;
        padding: 100px 0;
    }
    .marquee__group span {
        font-size: 36px;
    }
    .bg_map {
        position: absolute;
        width: 300px;
        height: 250px;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .wpforms-container .wpforms-field.wpforms-one-half {
        width: 100%;
        margin: 0;
    }
    .wpforms-container .wpforms-field,
    .wp-core-ui div.wpforms-container .wpforms-field {
        padding: 5px 0;
        position: relative;
    }
    .form-container {
        padding: 15px;
    }
    .wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-half,
    .wpforms-container .wpforms-field .wpforms-field-row .wpforms-three-sixths,
    .wpforms-container .wpforms-field .wpforms-field-row .wpforms-two-fourths {
        width: 100%;
        margin: 10px 0 0;
        padding: 0;
    }
    .contact-section {
        height: auto;
    }
    .marquee_container {
        position: relative;
        padding: 40px 0;
    }
    ul#primary-menu {
        position: absolute;
        width: 100%;
        left: 0;
        top: 130px;
        background: #fff;
        padding: 25px;
        text-align: center;
        display: block;
        transform: translateY(-200%);
        transition: 0.5s;
    }
    .main-navigation.toggled ul#primary-menu {
        /* display: block; */
        transform: translateY(0%);
        transition: 0.5s;
    }
    .main-navigation.toggled ul#primary-menu {
        /* display: block; */
        transform: translateY(0%);
        transition: 0.5s;
    }
    #primary-menu a {
        font-size: 16px;
        padding: 10px 0;
    }
    ul#primary-menu {
        z-index: 99;
    }
    section.gallery_section .row .col-lg-3 {
        max-width: calc(100% - 19px);
    }
    .projects-carousel {
        grid-template-columns: 1fr;
        gap: 20px;
    }
	
.design_zig_zag p {
    font-weight: 400;
    font-size: 18px;
    line-height:24px;
  
    ;
    max-width: 100%;
}
.design_zig_zag .title h3 {
    font-family: "Adani";
    font-weight: 400;
    font-size: 30px;

}
}

@media (max-width: 1399px) {
	#primary-menu a {
    font-size: 18px;
	}
	#primary-menu {
    gap: 30px;
}
	.form-container {
    max-width: 655px;
	}
	.contact-section .content.spacase p {
    font-size: 30px;

    line-height: 37px;
}
	.why-item p {
    font-weight: 400;
    font-size: 27px;
	}
	.title h1 {
    font-size: 51px;
	}
	.hero .subtitle {
    font-size: 31px;
	}
	.banner_inner.banner_inner_services .content_banner h1 {

    font-size: 51px;
	}
	.design_zig_zag .title h3 {
  
    font-size: 51px;
    margin: 0 0 24px 0;
}
	.why-choose-section .choose-card h4 {
    font-size: 25px;

}
	.why-choose-section .choose-card p {
    font-size: 16px;
    color: #000;
}
	.content_banner h3 {
  
    font-size: 21px;
	}
	.title h2 {

    font-size: 55px;
	}
	}

@media (max-width: 1200px) {
	    #primary-menu {
        gap: 15px;
    }
	    #primary-menu a {
        font-size: 15px;
    }
	#primary-menu .btn-menu a {
    padding: 9px 35px;
    font-size: 15px;
}
	    .contact-section .content.spacase p {
        font-size: 25px;
        line-height: 33px;
    }
	    .form-container {
        max-width: 50%;
    }
}