/* Navbar */
.navbar {
    transition: all .5s ease-out;
}

.navbar img {
    transition: all .5s ease-out;
}

.navbar.static .container .menu ul li a {
    padding: 5px 0;
    font-size: 12px;
}

.navbar.static .container .upper-side .language a.site-visit {
    height: 41px;
    line-height: 39px;
}

.navbar.static .container .upper-side .logo img {
    height: 63px;
}

.navbar.static {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    background: #0e0e0e91;
    position: fixed;
}

/* Slider form */
.main-slider {
    position: relative;
}

.headerform {
    background: #0b0b0bb8;
    padding: 35px 18px 40px 18px;
    /* border-radius: 14px; */
}

.headerform h2 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1;
    font-weight: 500;
}

.headerform input,
.headerform select {
    height: 45px;
    padding-left: 17px;
    font-size: 14px;
    width: 100%;
    border-radius: 0;
    padding-right: 17px;
}

.headerform {
    position: absolute;
    top: 28%;
    right: 3%;
    z-index: 2;
}

.headerform label {
    font-size: 13px;
    font-weight: 500;
    color: lightgrey;
    margin-bottom: 3px;
}

.headerform button[type=submit] {
    padding: 0 28px;
    height: 36px;
    margin-top: 6px;
}

/* Form */

.error {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    background: #f44336;
    margin-top: 10px;
    border-radius: 10px;
    display: block;
    padding: 8px 10px;
}

.success {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    background: #4caf50;
    margin-top: 10px;
    border-radius: 10px;
    display: block;
    padding: 8px 10px;
}

.form-message {
    text-align: center;
    margin-bottom: 10px;
    line-height: 1;
}



@media (max-width: 1399.98px) {
    .headerform {
        top: 28%;
    }
}

@media (max-width: 767.98px) {

    .headerform-inner {
        padding: 25px;
    }

    .headerform {
        z-index: 0;
        position: initial;
        background: #fffaf7;
    }

    .headerform h2 {
        color: #181818;
    }

    .headerform label {
        color: #353535;
    }
}

.icon-button a {
    display: inline-block;
    color: #26282b;
    font-weight: 600;
}

.icon-button a img {
    margin-right: 10px;
}

.icon-button a:hover {
    color: #fe6500;
    text-decoration: none;
}


a.site-visit {
    height: 45px;
    line-height: 43px;
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    border: 2px solid #ebcfa7;
    padding: 0 40px;
    box-shadow: 0 0 20px rgba(235, 207, 167, 0.4);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

a.site-visit:hover {
    text-decoration: none;
    background: #fe6500;
    border-color: #fe6500;
}

/* Stats */
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
    text-align: center;
}

/*  Home 3 Section */
.recent-gallery h5 a {
    color: #fe6500;
    font-weight: 500;
}

.recent-gallery p {
    font-size: 12px;
}


/* Testimonial Slider */
.testimonials {
    /* margin-top: 3em; */
    margin-bottom: 3em;
    background: rgb(255 232 217);
    background: linear-gradient(180deg, rgb(255 232 217) 0%, rgba(255, 250, 248, 1) 100%);
}

.testimonial-slider {
    margin-top: 70px;
    margin-bottom: 70px;
}

.testimonial-item {
    padding: 40px;
    text-align: center;
}

.testimonial-item img {
    display: inline;
    max-width: 122px;
    margin-bottom: 22px;
}

.testimonials .slick-next:before,
.testimonials .slick-prev:before {
    color: #fe6500;
}

.testimonials-slider iframe {
    width: 100%;
}


.testimonials-page .testimonial {
    background: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonials-page .testimonial:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.testimonials-page .testimonials-img {
    margin-bottom: 19px;
    margin-top: 11px;
}

.testimonials-page .testimonial img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fe6500;
}

.testimonials-page .testimonial-content h3 {
    font-size: 1.1em;
    margin: 0 0 12px;
    color: #414141;
    font-weight: 600;
}

.testimonials-page .testimonial-content p {
    font-size: .85em;
    color: #4c4c4c;
    line-height: 1.6;
    margin: 0;
}

/*  Pagination for Testimonials */
.pagination {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.pagination li {
    margin: 0;
    display: inline-block;
}

.pagination a {
    display: inline-block;
    padding: 8px 14px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
}

.pagination a:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.pagination .active a {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.pagination a[aria-label="Next"],
.pagination a[aria-label="Last"] {
    font-weight: bold;
}

.pagination a[aria-label="Next"]:hover,
.pagination a[aria-label="Last"]:hover {
    background-color: #555;
    border-color: #555;
}

/* Image Popup */
.image-popup img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    display: block;
}

/* accordion */
.accordion .card {
    padding: 10px 20px;
}

.accordion .card h2 .btn {
    font-size: 21px;
    font-family: "Poppins", sans-serif;
    color: #292929;
}

/* News */
.news-item {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.news-item:hover {
    transform: translateY(-5px);
}

.news-item h4 {
    margin-bottom: 5px;
}

.news-item h4 a {
    font-size: 1.3rem;
    margin-bottom: 5px;
    color: black;
}

.news-item p {
    font-size: .8rem;
    color: #6c757d;
    margin-bottom: 5px;
}

.news-item p.date {
    text-align: right;
    color: #fe6500;
}

.news-single-item p.date {
    color: #fe6500;
}

/* Youtube */
.youtube-section {
    padding: 5px 10px;
}

.youtube-section iframe {
    margin-bottom: 10px;
}

/* Site Visit */
/* Form Container Styles */
.new-form-container {
    background: rgba(255, 255, 255, 0.699);
    backdrop-filter: blur(8px);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    position: relative;
    margin-top: -50px;
}

.new-form-container h4 {
    color: #cf5a0c;
}

/* Form Group Styles */
.new-form-container .form-group {
    margin-bottom: 20px;
}

.new-form-container .form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
    color: black;
}

.new-form-container .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.new-form-container select.form-control {
    height: 54px;
}

.small-form-border {
    border: 1px solid #cf5a0c63;
}

/* Project Details */
.page-header.project-details {
    padding-top: 150px;
}

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
    .page-header.project-details {
        padding-top: 100px;
    }

    .home-hero {
        min-height: 550px;
    }
}

.project-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.project-main-details h1 {
    font-size: 2rem;
    color: black;
    margin-bottom: 2px;
}

.project-main-details p.location {
    color: black;
    font-size: 14px;
    font-weight: 500;
}


.project-main-details p {
    color: #0e0e0e;
    font-size: 15px;
    font-weight: 300;
}

.btn-book a {
    background: black;
    display: inline-block;
    padding: 7px 22px;
    color: white;
}

.btn-book a:hover {
    background: #3d3d3d;
    color: white;
}

/* Gallery */
.gallery-slider {
    margin-top: 2em;
    margin-bottom: 3em;
}

.gal-item {
    padding-right: 10px;
    padding-left: 10px;
}

.gal-item .image-container {
    height: 170px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.gal-item .image-container img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.gallery-slider .slick-next:before,
.gallery-slider .slick-prev:before {
    color: #fd6500;
}

.gallery-slider .slick-next {
    z-index: 2;
    right: 16px;
}

.gallery-slider .slick-prev {
    z-index: 2;
    left: 16px;
}

.project-sec-details h4 {
    text-transform: uppercase;
    color: black;
    font-size: 1.8rem;
    margin-bottom: 16px;
}

.project-sec-details h4:after {
    content: "";
    width: 56px;
    height: 2px;
    background: #fd6501;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 9px;
    opacity: 0.7;
}

.project-sec-card {
    padding: 2em 1em;
    border: 1px solid #ffcaa6;
}

.project-address {
    display: block;
}

.project-address .inner {
    background: #ff924a;
    color: #5c2500;
    border: 1px solid #fc6500;
}

.project-address .inner h3 {
    color: #000000;
    font-size: 29px;
}

/* .project-sec-details .plans img {
    max-width: 200px;
} */

/* Footer Fixed whatsapp */
.whatsappicon {
    opacity: 0.9;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 99;
}

.whatsappicon img {
    width: 60px;
}

/* Custom Card for contact */
.custom-card {
    border: none;
    border-radius: 10px;
    box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    background: white;
}

.custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.custom-card .card-body {
    padding: 20px;
}

.custom-card h5 {
    font-weight: 100;
    color: #fd6500;
    margin-bottom: 16px;
}

.custom-card p {
    margin-bottom: 8px;
    color: #6c757d;
}

.custom-card strong {
    color: #212529;
}