@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
figure,
blockquote,
dl,
dd {
    margin-block-end: 0;
}

p {
    margin-block-end: 0;
    font-family: "Inter", sans-serif;
}

ul[role='list'],
ol[role='list'] {
    list-style: none;
}

body {
    min-height: 100vh;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
    line-height: 1.1;
}

h1,
h2,
h3,
h4 {
    text-wrap: balance;
    font-family: "Urbanist", sans-serif;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
    color: currentColor;
}

img,
picture {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
}

textarea:not([rows]) {
    min-height: 4em;
}

:target {
    scroll-margin-block: 5ex;
}

a {
    font-family: "Open Sans", sans-serif;
    text-decoration: none !important;
}

/* ******************************************************************* */
#myHeader.sticky {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5;
    height: auto;
    box-shadow: 0 0 10px #ababab;
}

.navbar li a {
    font-weight: 600;
    font-family: "inter", sans-serif;
}
.custom-toggler-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.sidebar {
    position: fixed;
    top: 95px;
    left: 0;
    width: 250px;
    height: 100vh;
    background-color: white;
    z-index: 101;
    padding: 20px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.sidebar.show {
    transform: translateX(0); }
.custom-toggler-icon .bar {
    width: 28px;
    height: 3px;
    background-color: #333;
    margin: 3px 0;
    transition: 0.4s;
}
.hero {
    background: #d6e7dd;
    position: relative;
}
.hero-img {
    position: relative;
    z-index: 2;
}
.hero-img h1{
    color: white;
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
}
.hero-img h2 {
    color: white;
    font-weight: 700;
    line-height: 1.3;
}
.hero-img h2 span {
    background-image: linear-gradient(to right, rgb(0, 0, 0), rgb(0 0 0 / 40%), rgb(0 0 0 / 0%));
    color: #d6e7dd;
    border-radius: 8px;
    padding: 10px 10px;
    font-size: 36px;
    font-weight: 700;
}
.animate {
    display: inline-block;
    animation: flipWord 2s infinite linear;
    transform-style: preserve-3d;
    color:#D9AF50;
}
@keyframes flipWord {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.banner_section .st_price {
    margin: 50px 0;
    align-items: center;
    position: relative;
    line-height: initial;
    width: max-content;
    padding: 20px 90px;
    background-image: linear-gradient(to right, #000, rgb(0 0 0 / 40%), rgb(0 0 0 / 0%));
}
.hero::before {
    content: "";
    position: absolute;
    background: url('img/testing.jfif') no-repeat center left / cover;
    z-index: 0;
    inset: 0;
}
/* .hero-form {
    position: relative;
}
.hero-form::before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    background: url('img/blue-hero-2.jpeg') no-repeat center center / contain;
} */
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
    z-index: 1;
}
.hero-form {
    z-index: 3;
    position: relative;
}
/* .hero-img {
    position: relative;
    z-index: 0;
}

.hero-img::before {
    content: "";
    position: absolute;
    background: url("img/arihant-abode.png") no-repeat center center / contain;
    inset: 0;
    z-index: 0;
} */

.form-container {
    background: #fff;
    box-shadow: 0 0 9px 0 rgba(148, 148, 148, .25);
    text-align: center;
    padding: 30px 50px 50px;
    border-radius: 40px;
    width: 100%;
}
.form-title {
    font-size: 34px !important;
}
.form-group {
    position: relative;
    margin: 0 0 20px;
}

.form-group-btn {
    margin-top: 30px;
    width: 100%;
    color: #fff;
    background: #1a4d2e;
    border: none;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0px;
}

.form-title {
    color: #231f20;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}

.input-icon {
    color: #2e2e2e;
    font-size: 23px;
    position: absolute;
    left: 10px;
    top: 6px;
}

.form-control {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    height: 50px !important;
    padding: 10px 10px 10px 40px !important;
    margin: 0 0 5px !important;
    border: none !important;
    border-bottom: 2px solid #e7e7e7 !important;
    box-shadow: none !important;
}

.count h2 {
    text-align: center;
    font-size: 42px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 20px;
    margin-bottom: 70px;
}

.count-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.count-grid .count-box {
    position: relative;
    border-radius: 10px;
    background: #1a4d2e;
    padding: 20px;
}
/* #d6e7dd; */
.count-grid .count-box .fa-solid {
    position: absolute;
    top: 23px;
    right: 10px;
    max-width: 40px;
    height: auto;
}

.count-grid .count-box span {
    font-family: "Urbanist", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.98px;
    letter-spacing: .1em;
    color: #f1f1f1;
    text-transform: uppercase;
}

.count-grid .count-box h5 {
    font-size: 42px;
    font-weight: 400;
    line-height: 88.2px;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.count-grid .count-box h5 span {
    text-transform: capitalize;
}

.brands {
    background: #d6e7dd;
    position: relative;
}

.brands h2 {
    text-align: center;
    font-size: 42px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 20px;
    margin-bottom: 70px;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-items: center;
}

.brand-card {
    width: 167px;
    height: 89px;
    background: #fff;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

.brand-card img {
    width: 90px !important;
    max-width: 100%;
    height: auto;
}

.overview-text h2 {
    font-size: 42px;
    text-align: center;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 20px;
    margin-bottom: 70px;
}

.overview-text p {
    text-align: justify;
}

.image-slider h2 {
    text-align: center;
    color: white;
    font-size: 42px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 20px;
    margin-bottom: 70px;
}

.image-slider {
    background: #1a4d2e;
    padding-top: 110px;
    padding-bottom: 110px;
    position: relative;
}

.image-side {
    position: relative;
}

.slider-viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.image-slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 20px;
    position: relative;
    z-index: 1;
    padding: 20px 20px 0 0;
}

.image-slider-track:hover {
    cursor: pointer;
}

.image-slider-item {
    background-color: #f8f9fa;
    box-sizing: border-box;
    position: relative;
    flex: 0 0 calc((100% - 35px) / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 325px;
    overflow: hidden;
}

.image-slider-img {
    width: 100%;
    height: 100%;
}

.image-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bed-h3 {
    font-size: 24px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 2px;
    background: #1a4d2e;
    color: #fff;
}
.box {
    display: inline-block;
    width: 30px;
    background: #D9AF50;
}
.plans p {
    margin-bottom: 5px;
}

.plans h2 {
    text-align: center;
    font-size: 42px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 20px;
    margin-bottom: 70px;
}

#floor-plans h2 {
    text-align: center;
    font-size: 42px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 20px;
    margin-bottom: 70px;
}

.location {
    background: #d6e7dd;
}

.location h2 {
    color: #2e2e2e;
    text-align: center;
    font-size: 42px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 20px;
    margin-bottom: 70px;
}

#popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.95);
    justify-content: center;
    align-items: center;
    z-index: 10000;
    flex-direction: column;
}

#popup-overlay img {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    z-index: 10000;
}

.product-gallary-img img:hover {
    transform: scale(1.02);
}


table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

table,
th {
    color: #1a4d2e;
}

table,
tr,
td {
    color: #2e2e2e;
    background: #ffffff !important;
}

table,
th,
td {
    border: 1px solid #ccc;
}

th,
td {
    padding: 10px;
    text-align: left;
}

th {
    background-color: #f0f0f0;
    font-weight: bold;
}
.popup-form {
  position: fixed;
  bottom: 20px;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.507);
  align-items: center;
  z-index: 10000;
  display: none;
}
.popup-content {
  transform: translate(-50%, -50%);
  top: 20%;
  left: 50%;
  position: relative;
  padding: 20px;
}
.popup-form .close {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 26px;
  cursor: pointer;
  color: #2e2e2e;
}
.form-container-2 {
    position: relative;
    background: #fff;
    box-shadow: 0 0 9px 0 rgba(148, 148, 148, .25);
    text-align: center;
    padding: 30px 50px 50px;
    border-radius: 10px;
    width: 450px;
    height: 100%;
}
.mobile-section {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}
@media (max-width: 991px) {
    .hero-img h1 {
        font-size: 40px;
    }
    .hero-img h2 span {
        padding: 10px 10px;
        font-size: 30px;      
    }  
        .count h2 {
            font-size: 40px;
        }
    
        .count-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    
        .count-grid .count-box span {
            font-size: 14px;
        }
    
        .count-grid .count-box h5 {
            font-size: 42px;
        }
    
        .count-grid .count-box h5 span {
            text-transform: capitalize;   
        }
        .brands h2 {
            font-size: 40px;
        }
        .overview-text h2 {
            font-size: 40px;
        }
        .image-slider h2 {
            font-size: 40px;
        }
        .plans h2 {
            font-size: 40px;
        }
        #floor-plans h2 {
            font-size: 40px;
        }
        .location h2 {
            font-size: 40px;
        }
}
@media (max-width: 767px) {
    
    #menuToggle {
            border: none;
            background: transparent;
            display: block;
        }
    .hero-img h1 {
        color: white;
        font-size: 40px;
        font-weight: 800;
        text-align: center;
    }
    .hero-img h2 {
        text-align: center;

    }
    .hero-img h2 span {
        background: #fff;
        color: red;
        border-radius: 8px;
        padding: 10px 10px;
        font-size: 30px;
        font-weight: 700;
    }
        .custom-toggler-icon.animate-button .bar1 {
            transform: rotate(-45deg) translate(-4px, 4px);
        }
    
        .custom-toggler-icon.animate-button .bar2 {
            opacity: 0;
        }
    
        .custom-toggler-icon.animate-button .bar3 {
            transform: rotate(45deg) translate(-7px, -7px);   
        }
        .count h2 {
            font-size: 36px;
        }
        
        .count-grid {
            grid-template-columns: repeat(3, 1fr);
        }
        
        .count-grid .count-box {
            padding: 15px;
        }
        
        .count-grid .count-box span {
            font-size: 12px;
        }
        
        .count-grid .count-box h5 {
            font-size: 32px;
        }
        .brands h2 {
            font-size: 36px;
        }
                
        .brands-grid {
             grid-template-columns: repeat(3, 1fr);
        }
                
        .brand-card img {
            width: 90px !important;            
        }
        .overview-text h2 {
            font-size: 36px;
        }
        .image-slider h2 {
            font-size: 36px;
        }
        .image-slider {
            padding-left: 25px;
            padding-top: 40px;
            padding-bottom: 50px;
        }
        
        .image-slider-item {
            flex-basis: 100%;   
        }
        .plans h2 {
            font-size: 36px;
        }
        #floor-plans h2 {
            font-size: 36px;
        }
        .location h2 {
            font-size: 36px;
        }
}
@media (max-width: 576px) {
.floor-pricing-font {
    font-size: 14px;
}
    .hero-img h2 {
        font-size: 26px !important; 
    }
    
    .hero-img h2 span {
        background-image: linear-gradient(to right, rgb(0, 0, 0), rgb(0 0 0 / 100%), rgb(0 0 0 / 100%));
        font-size: 28px;
        color: #d6e7dd;
    }
    .form-container {
        padding: 30px 30px 50px;
        border-radius: 30px;
    }
    .form-title {
        font-size: 28px !important;
    }
        
    .form-group {
        position: relative;
        margin: 0 0 20px;
    }
        
    .form-group-btn {
        font-size: 18px;
        padding: 12px 0px;
    }
        
    .form-title {
        font-size: 18px;
    }

    th,
    td {
        padding: 5px 2px !important;
        text-align: left;
    }
    table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 10px;
    }
    
    table, th {
        color: #1a4d2e;
    }
    
    table, tr, td {
        color: #2e2e2e;
        background: #ffffff !important;
    }
    
    table, th, td {
        border: 1px solid #ccc;    
    }
    
    th, td {
        padding: 10px;
        text-align: left;
        font-size: 16px;
    }
    
    th {
        background-color: #f0f0f0;
        font-weight: bold;   
    }
    tbody tr td{
        font-size: 12px;
    }
    .count h2 {
        font-size: 26px;
    }
    
    .count-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .brands h2 {
        font-size: 26px;
    }
    
    .brands-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .brand-card {
        width: 127px;
        padding: 5px 10px;
    }
    
    .brand-card img {
        width: 70px !important;
    }
    .overview-text h2 {
        font-size: 26px;
    }
    .image-slider h2 {
        font-size: 26px;
    }
    .image-slider {
            padding-left: 25px;
        padding-top: 40px;
        padding-bottom: 50px;
    }
        
    .image-slider-item {
        flex-basis: 100%;
    }
    .plans h2 {
        font-size: 26px;
    }
    .bed-h3 {
        font-size: 20px;             
    }
    #floor-plans h2 {
        font-size: 26px;
    }
    .location h2 {
        font-size: 26px;
    }
    .popup-form {
  bottom: 0px !important;
  padding: 5px !important;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.507);
  align-items: center;
  z-index: 10000;
  display: none;
}
.form-container-2 {
    position: relative;
    background: #fff;
    box-shadow: 0 0 9px 0 rgba(148, 148, 148, .25);
    text-align: center;
    padding: 30px 50px 50px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
    .popup-content {
        transform: translate(-50%, -50%);
        top: 35%;
        left: 50%;
        position: relative;
}
    .mobile-section {
        background: #1a4d2e;
        display: block;
        box-shadow: 0 -6px 10px -8px #333;
        padding: 5px 5px;
    }
        .mobile-section a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        width: 100%;
        text-align: center;
        padding: 0px 20px 0px 20px;
    }
    .mobile-section a:not(:last-child) {
        border-right: 1px solid;
    }
}
@media (max-width: 430px) {
}

.floor-plan-img {
    height: 650px;
    width: auto;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #d6e7dd;
    color: #2e2e2e;
    cursor: pointer;
    padding: 11px;
    padding-right: 14px;
    padding-left: 14px;
    border-radius: 50px;
}

#wp-myBtn {
    display: block;
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 99;
    font-size: 24px;
    border: none;
    outline: none;
    background-color: #25d366;
    color: white;
    cursor: pointer;
    padding: 11px;
    padding-right: 14px;
    padding-left: 14px;
    border-radius: 100px;
}
.disclaimer-hero {
  background: #1a4d2e;
  padding-top: 80px;
  padding-bottom: 80px;
}
.disclaimer-hero h1 {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.disclaimer-hero p {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.service {
  padding-top: 30px;
}
.service h2 {
  color: #1a4d2e;
  font-weight: 700;
}
.call-b {
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-b a{
    display: inline-flex;
    align-items: center;
    background:#1a4d2e;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 600;
}