/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0
*/

:root{
    --green-color: #003F35;
    --oragne-color: #94764F;
    --bg-color: #EBE8E4;
    --text-color: #5F5A52;
    --text-color-light: #96928F;
    --nav-color: #5F5A52;
}

.container {
    width: 100%;
    max-width: 1320px !important;
    padding: 0 !important;
}

ul {
    list-style: none;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 !important;
}

.navbar-light .navbar-nav .nav-link{
    color: #5F5A52 !important;
}


h3 {
    font-size: 52px !important;
    font-weight: 400 !important;
    color: #003F35;
    text-transform: uppercase;
}

.carousel-indicators [data-bs-target] {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
}

.nav-bar-section {
    background: #E9E9E8;
}

.nav-bar-section a {
    font-size: 16px;
    font-weight: 400;
}

.enquire-section h1 {
    color: var(--green-color);
    font-size: 38px;
    font-weight: 400;
    text-transform: uppercase;
}

.enquire-section {
    padding-top: 60px !important;
}

.enquire-section a.primary-btn, input[type="submit"]  {
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 13px 30px !important;
    background: #94764F !important;
    border: 2px solid #94764F !important;
    color: #F4F3F2 !important;
    text-transform: uppercase !important;
}

 input[type="submit"]{
    padding: 10px 50px !important;
 }

.enquire-section a.secondaray-btn{
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 13px 30px !important;
    background: #F3F2F1 !important;
    color: #94764F !important;
    border: 2px solid #94764F !important;
    text-transform: uppercase !important;
}

.enquire-section h2 {
    font-size: 20px;
    font-weight: 400;
    color: #94764F;
}

.enquire-section p {
    font-size: 16px;
    font-weight: 400;
    color: #5F5A52;
}

.iconlist-section p {
    font-size: 20px !important;
    font-weight: 400;
    color: #96928F;
}

.iconlist-section p strong {
    color: #504D4C;
}

.site-main-project h3{
    color: var(--green-color);
}

.location-section p {
    color: #504d4c;
    font-weight: 400;
    font-size: 16px;
}

.specifications-section h4 {
    color: #5f5a52;
    font-size: 20px;
    font-weight: 700;
}

.specifications-section ul {
    list-style: disc;
    color: #7c766b;
    padding-left: 25px;
    margin-top: 10px;
    width: 100%;
    max-width: 90%;
}

.specifications-section ul p {
    color: #7c766b;
    font-size: 16px;
    font-weight: 600;
}


.specifications-col-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.specifications-col {
  flex: 1 1 calc(33.333% - 20px); /* 3 items per row with gap */
  box-sizing: border-box;
  background-color: #fff; /* optional */
  padding: 15px;
  border: 1px solid #E9DFD2; /* optional */
  border-radius: 6px; /* optional */
}

/* Optional responsive tweak for smaller screens */
@media screen and (max-width: 992px) {
  .specifications-col {
    flex: 1 1 calc(50% - 20px); /* 2 per row */
  }
}
@media screen and (max-width: 600px) {
  .specifications-col {
    flex: 1 1 100%; /* 1 per row */
  }
}

.gallery-section {
    background: #ebe8e4;
}


.masonry-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.masonry-gallery .item {
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

.masonry-gallery .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.status-section .carousel-item{
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

.status-section .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.status-section ul li {
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

.status-section ul li img{    
    height: 100%;
    object-fit: cover;
}

.icon-box-section h3 {
    font-size: 60px !important;
}

.icon-box-section .icon-box {
    border: 1px solid #e9dfd2;
}

.icon-box-section .icon-box {
    border: 1px solid #e9dfd2;
/*     width: 24.8%; */
}

.iconlist-section img {
    width: auto;
    height: auto;
}

.icon-box-section h5 {
    color: #94764f;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2 !important;
}

.icon-box-section p {
    color: #7c766b;
    font-size: 16px;
    font-weight: 400;
    max-width: 90%;
}

.contact-us-section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background: #003f35;
    background-image: url(../images/overley-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% -220%;
}

.contact-us-section h4 {
    font-size: 60px;
    line-height: 1.3;
    color: #ebe8e4;
    font-weight: 400;
    text-transform: uppercase;
}

.contact-us-section p {
    font-size: 16px;
    color: #bab4b1;
    font-weight: 400;
    margin-top: 15px !important;
}

.contact-us-section label,
input {
    width: 100%;
}

.contact-us-section label {
    color: #f5f4f3;
    font-size: 18px;
    font-weight: 400 !important;
    margin-top: 30px;
}


.contact-us-section input, 
.contact-us-section input[type="text"], 
.contact-us-section input[type="phone"], 
.contact-us-section input[type="email"], 
.contact-us-section input[type="tel"], 
.contact-us-section select,
.contact-us-section textarea{
    color: #f5f4f3;
    font-size: 16px;
    font-weight: 400 !important;
    background: none;
    border: none !important;
    border-bottom: 1px solid #f5f4f3 !important;
    outline: none;
    width: 100%;
    border-radius: 0;
    padding: .5rem 0rem !important; 
}

.contact-us-section input::placeholder,
.contact-us-section textarea::placeholder,
.contact-us-section select::placeholder {
    color: #ffffff !important;
    opacity: 1; /* ensure it's not faded */
}

.contact-us-section input:focus, 
.contact-us-section input[type="text"]:focus, 
.contact-us-section input[type="phone"]:focus, 
.contact-us-section input[type="email"]:focus, 
.contact-us-section select:focus,
.contact-us-section textarea:focus{   
    border-bottom: 1px solid #f5f4f3;    
}

.contact-us-section input[type="submit"] {
    padding: 12px 30px !important;
}

.contact-us-section .tacbox #checkbox{
    width: 20px;
    height: 20px;
}

.contact-us-section .tacbox label{
    margin-top: 0;
}

.contact-us-section .tacbox a{
    color: #e9dfd2;
    font-weight: 600 !important;
}

option{
    color: #003f35 !important;
}

.icon-box-section {
    padding: 0 25px;
}

.single-project .header-sec {
    border: none !important;
}


@media screen and ( max-width: 767px ){
    .enquire-section h1,
    .site-main-project h3,
    .icon-box-section h3,
    .contact-us-section h4{
        font-size: 40px !important;
        line-height: 1.3;
    }

    .hero-slider-section .carousel-item img {
        height: 350px;
        object-fit: cover;
    }

    .enquire-section ul {
        gap: 20px !important;
        margin-bottom: 40px;
    }

    .enquire-section ul a.primary-btn {
        padding: 12px !important;
    }

    .location-section ul {
        margin: 30px 0 0 0;
        padding: 0;
    }

    .icon-box-section .row-2 {
        flex-direction: column !important;
    }

    .icon-box-section .row-2 .col-3 {
        width: 100%;
    }
    .status-section ul {
        display: grid !important;
        grid-template-columns: repeat(5, 1fr) !important;
        gap: 10px;
    }
}