/*** Spinner Start ***/
/*** Spinner ***/
/* *{
  font-family: "Open Sans", sans-serif;

} */






#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

html {
    scroll-behavior: smooth;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

.btn.btn-light {
    color: var(--bs-primary);
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

/*** Icon Animation Start ***/
@keyframes icon-animat {
    0% {
        border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    }

    25% {
        border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;
    }

    50% {
        border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;
    }

    75% {
        border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;
    }

    100% {
        border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    }
}

/*** Icon Animation End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
}

.sticky-top {
    transition: 1s;
}


.navbarleft {
    margin-left: 60px !important;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 17px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}



/* @media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        margin-top: 8px !important;
        transition: .5s;
        opacity: 0;
    }
} */

.rotated-text {
    display: inline-block;
    transform: rotate(-181deg);
    transform-origin: center;
    white-space: nowrap;
    /* Prevents wrapping */
}


/* @media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid #2bb8f4;
        color: #2bb8f4;
        margin-right: 8px;
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
} */

/*** Navbar End ***/

/*** Carousel Header Start ***/
.carousel .carousel-item img {
    object-fit: cover;
}


.carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, .6); */
    transition: transform 0.6s ease-in-out;
    display: flex;
    align-items: center;
}

.carousel .carousel-indicators {
    left: 75%;
    top: 50%;
    margin-right: 25%;
    transform: translateY(-50%);
    flex-direction: column;
}

.carousel-indicators [data-bs-target] {
    display: flex;
    width: 15px;
    height: 15px;
    border: 6px solid var(--bs-white);
    border-radius: 15px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: var(--bs-secondary);
    opacity: 1;
    transition: 0.5s;
}

.carousel-indicators [data-bs-target].active {
    background-color: var(--bs-primary);
}

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

.blue-btn-carousel {
    /* flex-basis: 80%;
    padding: 15px 0;
    background: #0061e0;
    text-transform: uppercase;
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: none; */
    flex-basis: 80%;
    padding: 8px 05px;
    background: #0061e0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    border-radius: none;
    justify-content: center;
    align-items: center;
}

.blue-btn-carousel:hover {
    color: white;
}

.grey-btn-carousel:hover {
    color: white;

}

.grey-btn-carousel {
    flex-basis: 80%;
    padding: 15px 0;
    background: #696969;
    /* text-transform: uppercase; */
    font-size: 14px;
    color: #f5f5f5;
    font-weight: 600;
    border-radius: none;
    margin: 0 3px;
}

/* @media (max-width: 992px) {
    .carousel-indicators [data-bs-target] {
        display: none;
    }
} */


/* Default display for desktop */
.desktop-image {
    display: block;
}

.mobile-image {
    display: none;
}

/* Mobile view - Hide desktop images, show mobile images */
@media (max-width: 767px) {
    .desktop-image {
        display: none;
    }

    .mobile-image {
        display: block !important;
    }
}

/*** Carousel Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.8)), url(../img/fact-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

/*** Single Page Hero Header End ***/

/*** Features Start ***/


.feature .feature-item {
    display: flex;
    border-radius: 10px;
}

.feature .feature-item .feature-icon span {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    ;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Features End ***/

/*** About Start ***/
.about .about-item .about-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.about .about-item .about-item-inner .about-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

.about .about-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;

}

.about .about-img .img-1 {
    height: 70%;
    /* margin-right: 50px; */
}

.about .about-img .img-2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    padding-left: 50px;
    border-radius: 10px;
}



.about .about-item .text-item {
    position: relative;
    padding-left: 25px;
}

.about .about-item .text-item::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
}

.text-item {
    text-align: start;

}

/*** About End ***/


/*** Fact Counter Start ***/
.counter {
    background: linear-gradient(rgba(0, 12, 33, 0.9), rgba(31, 46, 78, 0.9)), url(../img/fact-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter .counter-item .counter-item-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Fact Counter End ***/

/*** Services Start ***/
.service .service-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

.service .service-item:hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 60px;
    background: var(--bs-light);
}

.service .service-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover::after {
    opacity: 1;
}

.service .service-item .service-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Service End ***/

/*** Cars Categories Start ***/
.categories .categories-item {
    position: relative;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
    transition: 0.5s;
}

.categories-item {
    box-shadow: 0 0 8px rgba(168, 168, 168, 0.3);

}

.categories .categories-item:hover {
    border: 1px solid var(--bs-primary);
}

.categories .categories-item .categories-item-inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item .categories-item-inner:hover {
    box-shadow: 0 0 50px rgba(234, 0, 30, .3);
}

.categories .categories-item-inner .categories-img {
    background: var(--bs-light);
}

.categories .categories-item-inner .categories-content {
    border-top: 4px solid var(--bs-white);
    text-align: center;
    background: var(--bs-light);
}

.categories .categories-item-inner .categories-review {
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-carousel .owl-stage-outer {
    margin-top: 15px;
    margin-right: -1px;
    width: 1400px;
    margin: auto;
}

.categories-carousel .owl-nav .owl-prev,
.categories-carousel .owl-nav .owl-next {
    position: absolute;
    top: 280px;
    padding: 10px 35px;
    color: var(--bs-white);
    background: #2cc2f6;
    border-radius: 50px;
    transition: 0.5s;
}

.categories-carousel .owl-nav .owl-prev {
    left: -67px !important;
}

.categories-carousel .owl-nav .owl-next {
    right: -67px !important;
}

.categories-carousel .owl-nav .owl-prev:hover,
.categories-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

/*** Cars Categories End ***/


/*** Process Start ***/
.steps {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.steps .steps-item {
    position: relative;
    /* background: var(--bs-secondary); */
    border-radius: 10px;
}

.steps .steps-item h4,
.steps .steps-item p {
    color: var(--bs-white);
}

.steps .steps-item .setps-number {
    position: absolute;
    width: 64px;
    height: 64px;
    bottom: 0;
    right: 40px;
    font-weight: 900;
    border: 1px solid var(--bs-white);
    border-radius: 64px;
    transform: translateY(50%);
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

/*** Process End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-content {
    position: relative;
    background: var(--bs-light);
}

.blog .blog-item .blog-content .blog-date {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    padding: 12px 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.blog .blog-item .blog-content .blog-comment {
    display: flex;
    justify-content: space-between;
}

/*** Blog End ***/


/*** Banner Start ***/
.banner .banner-item {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.banner .banner-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
}

.banner .banner-item .banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    z-index: 5;
}

/* @media (min-width: 992px) {
    .banner .banner-item .banner-content h2 {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content h1 {
        font-size: 72px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content p {
        font-size: 40px;
        margin-bottom: 20px;
    }
} */

/*** Banner End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    text-align: center;
    border-radius: 10px;
    margin-top: 100px;
    background: var(--bs-light);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
    z-index: 2;
    transition: 0.5s;
}

.team .team-item:hover::after {
    height: 100%;
}

.team .team-item .team-content {
    position: relative;
    z-index: 5;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white);
}

.team .team-item:hover .team-content p {
    color: var(--bs-white);
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    top: -100px;
    margin-bottom: -100px;
    border-radius: 10px;
    z-index: 3;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .3);
    z-index: 4;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}

/*** Team End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}

.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
}

.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    border-radius: 70px;
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: var(--bs-light);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.testimonial .testimonial-item .testimonial-inner img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 4px solid var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}

/*** Testimonial End ***/

/*** Contact Start ***/
.contact .contact-add-item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
}

.contact .contact-add-item .contact-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}


.container-custom {
    /* padding: 20px; */
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
}

/* .bg-container{
    background-image: url(../img/Your\ Trusted\ Partner.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;

    width: 1400px;

} */
.text-right {
    text-align: right !important;
}

.title-custom {
    font-size: 2em;
    font-weight: bolder;
    margin-bottom: 20px;
    color: #000c21;
}

.description-custom {
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: 40px;
}

.testimonials-custom {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 40px;
    z-index: 10;
}

.testimonial-custom {
    width: 250px;
    height: 450px;
    background-color: #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
}

iframe {
    width: 100%;
    height: 100%;
}

.button-custom {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    width: 300px;
    z-index: 10;
}

.button-custom:hover {
    color: white;
}

.bg-light-grey {
    background-color: #E2E2E2;
}

.bg-light-white {
    background-color: #EAEAEA;
}

.waves-custom {
    /* position: absolute;
    top: 20%; */
    z-index: 1;
    margin-top: -200px;
}




.container-custom {
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}

.section-custom {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    /* border-radius: 10px; */
    width: 1400px;
}

.section-custom img {
    width: 173px;
    height: 175px;
    object-fit: cover;
    border-radius: 5px;
}

.section-custom h2 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #4b4a4a;
    text-align: start;
}

.section-custom p {
    margin: 0;
    line-height: 1.6;
    font-weight: 500;
    font-size: 17px;
    color: #666;
}

.bg-white {
    background-color: #EAEAEA;
}

.directors-message {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #44a8e1;
    /* Light blue background */
    padding: 40px;
    border-radius: 10px;
    color: white;
    position: relative;
}

.message-content {

    margin-right: 100px;
    padding: 20px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
}

.message-content h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.message-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.message-content strong {
    font-size: 18px;
    font-weight: bold;
}

.message-image {
    max-width: 40%;
    text-align: center;
}

.message-image img {
    width: 350px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: -40px;
}

.directors-message::after {
    content: '';
    position: absolute;
    top: 10%;
    right: 30%;
    width: 200px;
    height: 200px;
    /* border: 5px solid white; */
    border-radius: 50%;
    transform: rotate(45deg);
    opacity: 0.2;
}

.partners-section {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    /* Matches the white background */
    width: fit-content;
    /* Shrink to fit the image */
    max-width: 80%;
    /* Ensure responsiveness */
    margin: 0 auto;
    /* Center the box */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    /* Stronger shadow for better effect */
    border-radius: 10px;
    /* Optional rounded corners */
    padding: 15px;
    /* Reduce padding to make it tighter */
}



.partners-banner {
    max-width: 98%;
    height: auto;
    display: inline-block;
}





.why-choose-section {
    padding: 20px;
    text-align: center;
}

.why-choose-section h1 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.content-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    flex: 1 1 40%;
    max-width: 500px;
}

.image-grid img {
    width: 92%;
    height: 86%;
    border-radius: 5px;
}

.text-content {
    flex: 1 1 40%;
    max-width: 500px;
    text-align: left;
}

.text-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.text-content h2 {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 10px;
}

.text-content h4 {
    font-size: 18px;
    font-weight: 600;
}

.center {
    align-items: center;
}


/* .unique-quote-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
} */

/* .unique-quote-form-section {
    flex: 1 1 50%;
    padding: 20px;
    margin-top: 20px;
} */

/* .unique-quote-appointment-title {
    color: #0056b3;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
} */

/* .unique-quote-main-title {
    color: #002147;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
} */

/* .unique-quote-form .unique-quote-label {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
} */

/* .unique-quote-form .unique-quote-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
} */

.unique-quote-form .unique-quote-submit-button {
    padding: 10px 20px;
    background-color: #0056b3;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.unique-quote-form .unique-quote-submit-button:hover {
    background-color: #003d80;
}

/* .unique-quote-info-section {
    flex: 1 1 50%;
    padding: 20px;
} */

.unique-quote-info-item {
    margin-bottom: 20px;
    /* display: flex; */
    align-items: flex-start;
}

.unique-quote-info-icon {
    width: 80px;
    height: 60px;
    margin-right: 15px;
}

.unique-quote-info-title {
    color: #002147;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.unique-quote-info-description {
    color: #555;
    font-weight: 500;
}



/* @media only screen and (max-width: 768px) {
    .why-choose-section {
        padding: 20px;
        text-align: center;
    }

    .why-choose-section h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .content-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .image-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .image-grid img {
        width: 100%;
        border-radius: 5px;
    }

    .text-content {
        text-align: left;
        font-size: 0.85rem;
    }

    .text-content h4 {
        font-size: 1.1rem;
        margin-bottom: 5px;
    }

    .text-content h2 {
        font-size: 1.4rem;
        margin: 15px 0;
    }

    .text-content p {
        font-size: 0.85rem;
        line-height: 1.5;
    }
}  */





.director-message-section {
    text-align: center;
    padding: 20px;
    /* background-color: #f0f0f0;  */
}

.director-banner {
    max-width: 120%;
    height: auto;
    display: inline-block;
    border-radius: 8px;
    /* Optional for rounded corners */
}



/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: #f2f5fb;
    width: 100%;

}

.footer .container {
    max-width: 100%;
    /* Remove container constraints */
    padding: 0;
    /* Remove padding */
}

.footer .footer-item a {
    line-height: 35px;
    color: #454545;
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    /* letter-spacing: 1px; */
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}

/*** copyright end ***/

.resendial {
    text-align: center;
}




/* mobile view css code */
/* @media only screen and (max-width: 768px) {
    .header-carousel {
        padding: 10px;
    }

    .carousel-caption {
        padding: 15px;
    }

    .carousel-item img {
        height: auto;
    }

    .bg-secondary {
        padding: 15px;
    }

    .bg-secondary h4 {
        font-size: 18px;
    }

    .bg-secondary input.form-control {
        font-size: 14px;
        padding: 8px;
    }

    .bg-secondary button.btn {
        font-size: 16px;
        padding: 10px;
    }

    .carousel-caption .row {
        flex-direction: column;
        text-align: center;
    }

    .carousel-caption .col-lg-6 {
        width: 100%;
        max-width: 100%;
    }

    .carousel-caption .fadeInLeft,
    .carousel-caption .fadeInRight {
        animation: none;
    }

    .text-start h1 {
        font-size: 24px;
        line-height: 1.5;
    }

    .text-start p {
        font-size: 14px;
    }
} */


/* Mobile View CSS */
/* @media (max-width: 768px) {
    .about .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .about h1 {
        font-size: 1.8rem;
        line-height: 1.5;
    }

    .about p {
        font-size: 0.9rem;
        line-height: 1.6;
        margin: 0 15px;
    }

    .about-img .img-1 img {
        max-width: 93%;
        height: auto;
        margin-bottom: 20px;
    }

    .about .col-xl-6 {
        width: 100%;
    }

    .about .about-item h3 {
        font-size: 1.5rem;
    }

    .about .text-item {
        padding: 10px;
    }
} */


/* @media (max-width: 768px) {
    .title-custom {
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 15px;
        padding: 0 10px;
    }

    .description-custom {
        font-size: 0.9rem;
        text-align: center;
        margin-bottom: 20px;
        line-height: 1.4;
        padding: 0 15px;
    }

    @media (max-width: 768px) {
        .testimonials-custom {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
            padding: 0;
        }

        .testimonial-custom {
            width: 90%;
            max-width: 400px;
            aspect-ratio: 9 / 16;
            overflow: hidden;
            position: relative;
        }

        .testimonial-custom iframe {
            width: 100%;
            height: 100%;
            border: none;
        }
    }

    .button-custom {
        font-size: 0.9rem;
        text-align: center;
        padding: 10px 15px;
        margin: 20px auto 0;
        max-width: 250px;
    }
}  */

/* @media (max-width: 768px) {
    .section-custom {
        flex-direction: column;
        text-align: center;
    }

    .section-custom img {
        width: 100%;
    }

    .section-custom div {
        padding: 0;
    }

    .section-custom h2 {
        font-size: 1.25rem;
    }

    .section-custom p {
        font-size: 0.85rem;
        font-weight: 500;
    }
} */


/* @media (max-width: 768px) {
    .container-custom {
        padding: 15px;
    }

    .title-custom {
        font-size: 1.25rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
        color: #333;
    }

    .description-custom {
        font-size: 0.85rem;
        line-height: 1.6;
        text-align: justify;
        margin-bottom: 15px;
        color: #555;
    }

    .director-message-section {
        display: flex;
        justify-content: center;
        margin: 15px 0;
    }

    .director-banner {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
} */

/* @media (max-width: 768px) {
    .display-5 {
        font-size: 1.3rem;
    }

    .partners-banner {
        width: 100%;
        height: auto;
        display: none;
    }

    .partners-section {
        padding: 15px;
        max-width: 283px;

    }
} */



/* @media (max-width: 768px) {
    .why-choose-section {
        padding: 10px !important;
    }

    .image-grid img {
        max-width: 320px !important;
        margin: 0 auto !important;
    }

    .text-content h2 {
        font-size: 1.3rem !important;
    }
} */




/* Container Styles */
.lead-form-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    padding: 20px;
    max-width: 1200px;
    margin: 0px auto 0;
}

/* Form Container */
.form-container {
    /* width: 35%; */
    /* Reduced width for better alignment */
    background: #f8f9fa;
    padding: 20px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    color: #333;
}

.form-container input,
.form-container textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.form-container textarea {
    resize: none;
    /* Prevent resizing for consistency */
    height: 100px;
}

.form-container button {
    width: 100%;
    padding: 12px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.form-container button:hover {
    background: #0056b3;
}

/* Numbers Container */
.numbers-container {
    width: 60%;
    /* Adjusted width for better spacing with the form */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.number-box {
    width: 48%;
    /* Ensures two numbers fit in a row */
    text-align: center;
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.number-box:hover {
    transform: scale(1.05);
}

.number-box img {
    max-width: 50px;
    margin-bottom: 10px;
}

.number-box h3 {
    font-size: 28px;
    font-weight: bold;
    color: #007bff;
    margin: 0;
}

.number-box p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #6c757d;
}

.project-card-btn {
    /* background-color: rgb(255, 255, 255); */
    border: none;
    padding: 10px 80px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 20px;
    /* color: #1f5d7a; */
    color: white;
    background-color: #04344b;
    margin-bottom: 20px;
}

.project-card-btn:hover {
    /* background-color: #04344b; */
    background-color: hsla(0, 0%, 100%, 0);
    border: 1px solid white;
    color: white;
    /* border: 1px solid #04344b; */
}


/* 
@media (max-width: 768px) {
    .lead-form-section {
        flex-direction: column;
    }

    .form-container,
    .numbers-container {
        width: 100%;
    }

    .number-box {
        width: 100%;
    }
} */





/* Overall Container */
.subscription-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: auto;
}

/* Form Styles */
.subscription-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    flex: 1;
    max-width: 600px;
}

.form-group {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 200px;
}

/* label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
} */

input {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

input:focus {
    border-color: #007bff;
}

/* Phone Wrapper */
.phone-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.country-code {
    background-color: #f1f1f1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
}

/* Button */
.subscribe-button {
    padding: 12px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    flex: 1;
}

.subscribe-button:hover {
    background-color: #0056b3;
}

/* Responsive */
/* @media (max-width: 600px) {
    .subscription-form {
        flex-direction: column;
    }

    .subscribe-button {
        width: 100%;
    }
} */


.director-banner {
    display: block;
    /* Default display for desktop */
    width: 100%;
    height: auto;
}

.mobile-image {
    display: none;
    /* Hide the mobile image by default */
    width: 137%;
    height: auto;
}

/* @media (max-width: 768px) {
    .director-banner {
        display: none;
    }

    .mobile-image {
        display: block;
    }
} */

.mobile-image1 {
    display: none;
    /* Hide the mobile image by default */
    width: 100%;
    height: auto;
}

/* @media (max-width: 768px) {
    .director-banner {
        display: none;
    }

    .mobile-image1 {
        display: block;
        width: 100%;
    }
} */


.icon-text-align-horizontal {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 110px;
    gap: 8px;
    /* Space between the icon and the text */
}

.icon-text-align-horizontal i {
    font-size: 1.2rem;
    /* Adjust the icon size */
}

.icon-text-align-horizontal span {
    font-size: 1rem;
    /* Adjust the text size */
    color: #000;
    /* Optional: Ensures the text color is consistent */
}




/* Mobile responsive styles */
/* @media (max-width: 768px) {
    .icon-text-align-horizontal {
        margin-left: 60px;
        gap: 6px;
    }

    .icon-text-align-horizontal i {
        font-size: 1rem;
    }

    .icon-text-align-horizontal span {
        font-size: 0.9rem;
    }
} */

.header-carousel {
    position: relative;
    /* For positioning icons on top of the carousel */
}

.contact-icons {
    position: fixed;
    top: 50%;
    /* Center vertically */
    right: 0;
    /* Align to the right */
    transform: translateY(-50%);
    /* Adjust for perfect centering */
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* Space between phone and WhatsApp links */
    z-index: 10;
    /* Ensure visibility over carousel */
}

.contact-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    /* Font size for phone number */
    gap: 4px;
    writing-mode: vertical-rl;
    color: white;
    /* White text color */
    /* padding: 10px; */
    border-radius: 5px;
    /* Slightly rounded corners */
    text-decoration: none;
    /* Remove underline */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Add shadow effect */
    transition: background-color 0.3s, transform 0.3s;
    /* Smooth hover */
}

.contact-icons a:hover {
    transform: scale(1.05);
    /* Slightly enlarge on hover */
}

.phone-icon {
    background-color: #007bff;
    /* Blue for phone number */
    height: 142px;
}

.whatsapp-icon img {
    width: 50px;
    /* Adjust the size of WhatsApp icon */
    height: 50px;
    border-radius: 50%;
    /* Make the image circular */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Add shadow */
}

.whatsapp-icon:hover img {
    transform: scale(1.1);
    /* Slightly enlarge WhatsApp icon on hover */
}

/* 
@media (max-width: 768px) {
    .contact-icons {
        top: 25%;
        right: 10px;
    }

    .contact-icons a {
        font-size: 16px;

    }

    .whatsapp-icon img {
        width: 45px;
        height: 45px;
    }
} */


/* @media (max-width: 767px) {

    .container-fluid,
    .container {
        padding-right: 0;
        padding-left: 0;
    }

} */



/* Section Styling */
.projects-section {
    padding: 40px 20px;
    background: linear-gradient(to bottom, #f9fbfd, #ffffff);
    text-align: center;
}

/* Title */
.section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #004aad;
}

/* Project Grid */
.projects-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 100px;
    max-width: 1400px;
    margin: auto;
}

/* Category Boxes */
.project-category {
    text-align: left;
}

.project-category h3 {
    font-size: 16px;
    color: #004aad;
    margin-bottom: 5px;
}

.project-category h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.project-category ul {
    list-style: none;
    padding: 0;
}

.project-category ul li {
    margin-bottom: 5px;
}

.project-category ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: 0.3s;
}

.project-category ul li a:hover {
    color: #004aad;
}

/* Mobile Responsive */
/* @media (max-width: 1024px) {
    .projects-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .projects-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .project-category {
        text-align: center;
    }
} */



/* ashoka page css code from here */


.banner {
    background: linear-gradient(rgb(94 94 94 / 50%), rgb(0 0 0 / 63%)),
        url('../img/RohaanAshokaindoor2.jpg');
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    color: white;
    text-align: center;
    padding: 20px;
}


.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 69%; */
    /* background-color: rgba(112, 108, 108, 0.5);  */
    z-index: 1;
}

.banner-content {
    max-width: 600px;
    text-align: start;
    margin-right: 52%;
    position: relative;
    z-index: 2;
    margin-top: 30px;
    /* Ensures text is above the overlay */
}

.banner-title {
    font-size: 40px;
    font-weight: bold;
}

.banner-description {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.5;
    width: 850px;
}

/* Mobile Responsive Adjustments */
/* @media (max-width: 768px) {
    .banner {
        height: auto;

        padding: 40px 20px;
    }

    .banner-content {
        margin-right: 0;
        max-width: 100%;
        text-align: center;
    }

    .banner-title {
        font-size: 32px;

    }

    .banner-description {
        font-size: 16px;
        line-height: 1.4;
    }
} */
/* 
@media (max-width: 480px) {
    .banner {
        height: auto;
        padding: 30px 15px;
    }

    .banner-title {
        font-size: 24px;
    }

    .banner-description {
        font-size: 14px;
    }
} */


/* Unique Section Styling */
.unique-container {
    max-width: 800px;
    margin: 0 auto;
    /* Center the section */
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    /* Center the text */
    line-height: 1.6;
}

/* Title Styling */
.unique-title {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

/* Subtitle Styling */
.unique-subtitle {
    font-size: 1.5rem;
    color: #555;
    margin: 20px 0;
    font-weight: 600;
}

/* Content Text */
.unique-content {
    font-size: 1rem;
    color: #666;
    margin-bottom: 20px;
    text-align: justify;
    /* Adjust for better readability */
}

/* Feature List */
.unique-features {
    list-style-type: none;
    /* Remove bullet points */
    padding: 0;
}

.unique-features li {
    margin: 10px 0;
    font-size: 1rem;
    color: #444;
    display: flex;
    align-items: center;
}

.unique-features li::before {
    content: "✅";
    margin-right: 10px;
    color: #39AAE0;
    /* Match the blue theme */
    font-size: 1.2rem;
}

/* Call-to-Action Button */
.unique-cta {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #39AAE0;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.unique-cta:hover {
    background-color: #2c80b4;
}

/* Responsive Styling */
/* @media (max-width: 768px) {
    .unique-container {
        padding: 15px;
    }

    .unique-title {
        font-size: 1.8rem;
    }

    .unique-subtitle {
        font-size: 1.3rem;
    }

    .unique-content,
    .unique-features li {
        font-size: 0.9rem;
    }

    .unique-cta {
        font-size: 0.9rem;
        padding: 8px 16px;
    }
} */



.property-details {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    height: 550px;
    /* Adjust the height as needed */
}

.property-content {
    display: flex;
    width: 100%;
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    /* Ensures the content fits the parent height */
}

.image-container {
    flex: 7;
    width: 70%;
    height: 100%;
    /* Matches the reduced height */
}

.property-image {
    width: 100%;
    height: 100%;
    object-fit: cover;

}


.property-info {
    flex: 10;
    width: 30%;
    background-image: url('../img/image%2066.png'), linear-gradient(to bottom, #39AAE0, #1F5D7A);
    background-size: contain, cover;
    background-position: bottom, bottom;
    background-repeat: no-repeat, no-repeat;
    background-blend-mode: overlay;
    padding: 20px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    /* Matches reduced height */
}

.property-flex {
    display: flex;
}

.property-flex img {
    width: 20px;
    height: 20px;

}

.property-details-info p {
    font-size: 20px;
    margin: 10px 0;
    display: flex;
    line-height: 37px;
    align-items: center;
    padding-left: 10px;
}

.property-details-info i {
    font-size: 18px;
    margin-right: 10px;
}

/* .cta-buttons {
    margin-top: 20px;
} */

.download-brochure {
    padding: 10px 20px;
    background-color: #ffffff;
    color: #39AAE0;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.download-brochure:hover {
    background-color: #ffffff;
    color: #2980b9;
}

.contact-info {
    margin-top: 20px;
    font-size: 14px;
}

.contact-info span {
    font-weight: bold;
}


.progress-bar-container {
    margin-top: 20px;
}

.progress-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.progress-bar {
    background-color: #d9d9d937;
    border-radius: 25px;
    height: 30px;
    max-width: 58%;
    position: relative;
    overflow: hidden;
    border: 2px solid white;
}

.progress-fill {
    background-color: #ffffff;
    height: 100%;
    width: 75%;
    text-align: end;
    border-radius: 51px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #39AAE0;
    padding: 4px 20px 0 0;
    transition: width 0.3s ease;
}



/* 
@media (max-width: 768px) {
    .property-details {
        flex-direction: column;
        height: auto;
        padding: 10px;
    }

    .property-content {
        flex-direction: column;
        height: auto;
    }

    .image-container {
        width: 100%;
        height: 200px;
    }

    .property-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .property-info {
        width: 100%;
        height: auto;
        padding: 15px;
        font-size: 14px;
    }

    .property-details-info p {
        font-size: 14px;
        margin: 8px 0;
    }

    .cta-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }


    .progress-bar {
        max-width: 100%;
    }

    .contact-info {
        margin-top: 10px;
        font-size: 12px;
    }
} */




/* Property Section Container */
.unique-property-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #f5f5f5;
    /* Light base color */
    background-image: url('../img/white-grains.png');
    /* Replace with actual image path */
    background-repeat: repeat;
    /* Ensures the pattern repeats */
    background-size: cover;
    /* Adjusts size to cover the area */
    background-blend-mode: multiply;
    /* Enhances blending for texture effect */
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* max-width: 1200px; */
    margin: 0px auto;
}

/* Image Container */
.unique-property-image-container {
    flex: 1;
    text-align: center;
    padding-right: 20px;
}

.unique-property-image {
    max-width: 90%;
    border-radius: 10px;
    border: 8px solid #ffffff;
    /* White border around the image */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Optional shadow for better visibility */
}

/* Property Info Container */
.unique-property-info-container {
    flex: 1;
    /* background-color: #f4f4f4; */
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    max-width: 36%;
    text-align: left;
}

.unique-property-info-container h4 {
    font-size: 24px;
    margin: 0;
    color: #333333;
}

.unique-property-info-container h3 {
    font-size: 32px;
    color: #39AAE0;
    margin: 10px 0 20px 0;
}

/* Form Styling */
.unique-contact-form {
    display: flex;
    width: 60%;
    flex-direction: column;
}

.unique-contact-form input {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #fffffffb;
    background-color: #c9c4c4fb;
    border-radius: 5px;
    font-size: 16px;
}

.unique-contact-form button {
    padding: 10px 20px;
    background-color: #39AAE0;
    color: #ffffff;
    border: none;
    border-radius: 35px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.unique-contact-form button:hover {
    background-color: #2c80b4;
}



/* 
@media (max-width: 768px) {

    .unique-property-section {
        flex-direction: column;
        padding: 10px;
    }

    .unique-property-image-container {
        padding-right: 0;
        padding-bottom: 15px;
    }

    .unique-property-image {
        max-width: 100%;
        border-radius: 8px;
        border: 6px solid #ffffff;
    }

    .unique-property-info-container {
        max-width: 100%;
        padding: 15px;
        text-align: center;
    }

    .unique-property-info-container h2 {
        font-size: 20px;
    }

    .unique-property-info-container h3 {
        font-size: 24px;
    }

    .unique-contact-form {
        width: 100%;
        margin-top: 15px;
    }


    .unique-contact-form button {
        padding: 10px;
        font-size: 14px;
    }
} */



.amenities-section {
    padding: 40px;
    background-color: #f8f8f8;
    /* Optional background color */
    text-align: center;
}

.amenities-title {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 38px;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    justify-content: center;
}

.amenities-item {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.amenities-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.amenities-image:hover {
    transform: scale(1.05);
    /* Zoom effect on hover */
}

/* Mobile responsiveness */
/* @media (max-width: 768px) {
    .amenities-title {
        font-size: 28px;
    }

    .amenities-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .amenities-title {
        font-size: 24px;
    }

    .amenities-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 8px;
    }
} */



/* General Styling */
.related-projects {
    text-align: center;
    padding: 40px 20px;
}

.related-projects h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #2b4b72;
}

.projects-container1 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1100px;
    margin: auto;
    /* flex-wrap: wrap; */
}

.project-card {
    background: linear-gradient(to bottom, #39AAE0, #1f5d7a);
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: left;
    flex: 1 1 calc(33.33% - 20px);
    width: 350px;
    /* max-width: calc(33.33% - 20px); */
    /* height: 510px; */
}

.project-card img {
    /* width: 100%; */
    width: 350px;
    height: 220px;
    object-fit: cover;
    /* border-radius: 15px 15px 15px 15px;  */
    /* padding: 15px; */
    /* border-radius: 20px; */
}

.fluid-width {
    width: 1440px !important;
}

.categories .categories-item {
    position: relative;
    border-radius: 10px;
    transition: 0.5s;
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.2);
    border: none;
    margin-bottom: 20px;
    width: 450px;
}

.owl-item {
    width: 455px !important;
}

.categories .categories-item:hover {
    border: none;
}

.categories .categories-item .categories-item-inner:hover {
    box-shadow: none !important;
}

.categories .categories-item-inner .categories-content {
    border-top: 4px solid var(--bs-white);
    text-align: center;
    background: #ffffff !important;
    text-align: left;
}

.project-details {
    padding: 0px 20px 10px 20px;
    color: white;
}

.project-details a {
    width: 310px;
    margin: auto;
}

.location-wrapper {
    margin-left: 40px;
}

.project-details h4 {
    margin: 10px 0;
    font-weight: bold;
    /* background-color: #e1e3ff6b; */
    width: 255px;
    margin: auto;
    padding: 20px 0 0px 0;
    font-size: 18px;
}

.project-details p {
    margin: 5px 0 15px;
    font-size: 16px;
    color: white;
}

.project-details ul {
    list-style: none;
    /* Remove default list styles */
    padding: 0;
    /* Remove extra padding */
    margin: 0;
    /* Remove extra margin */
    font-size: 14px;
    /* Set font size */
    line-height: 1.8;
    /* Adjust line height */
    display: flex;
    /* Use flexbox for alignment */
    /* flex-direction: column; */
    /* Stack items vertically */
    align-items: flex-start;
    /* Align text to the left */
    /* margin-left: 95px; */
    color: white;
    justify-content: space-between;
}




.responsive-map-container {
    position: relative;
    width: 100%;
    height: 0;
    /* padding-bottom: 56.25%; */
    /* Aspect ratio: 16:9 */
    overflow: hidden;
    border-radius: 8px;
    /* Optional: Rounded corners */
    margin: 0;
    /* Ensures no extra margin outside the container */
}

.responsive-map-container iframe {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    margin-top: -100px;
    height: 100%;
    border: 0;
    /* Removes the default border around the iframe */
}

.black {
    color: #fff;
    text-align: center;
}

.categories .categories-item-inner .categories-content {
    border-top: 4px solid var(--bs-white);
    text-align: center;
    background: var(--bs-light);
    text-align: left;
}

.categories .categories-item-inner .categories-review {
    display: flex;
    justify-content: start !important;
}

.rohaan {
    color: #ffffff !important;
    font-size: 32px;
    text-transform: uppercase;
}

/* Mobile Responsive Adjustments */
/* @media (max-width: 768px) {
    .responsive-map-container {
        padding-bottom: 75%;
    }
}

@media (max-width: 480px) {
    .responsive-map-container {
        padding-bottom: 100%;
    }
} */


/* Gallery Section Styling */
.gallery-section {
    padding: 20px;
    text-align: center;
    background-color: #f9f9f9;
}

.gallery-heading {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

/* Gallery Grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 61%;
    margin: 35px auto;
    /* Centers the grid horizontally */
    justify-content: center;
    /* Ensures grid items are centered */
    align-items: center;
}

.gallery-item {
    background-color: #e0e0e0;
    /* Placeholder background for images */
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    /* Ensures a square layout */
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
    width: 80%;
    height: 50%;
    object-fit: cover;
}



.investment-container {
    padding: 20px 20px;
    max-width: 1200px;
    margin: 30px auto;
    background-color: #f9f9f9;
    background-image: linear-gradient(180deg, #b8d4e6, #def9ff);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border-radius: 10px;
}

.investment-icons {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    margin-bottom: 20px;
}

.investment-icons img {
    width: 100px;
    height: 100px;
}

.investment-heading {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

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

.investment-form-section {
    background: linear-gradient(to right, #1572a1, #2893d1);
    padding: 30px;
    border-radius: 100px;
    max-width: 900px;
    margin: 0 auto;
    color: white;
}

.investment-form-section h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: black;
}

.investment-form-section h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.investment-form-container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.investment-btn-container {
    text-align: center;
    margin-top: 10px;

}

.investment-form-container input {
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    width: 30%;
    min-width: 200px;
}

.investment-submit-btn {
    background-color: #2cb8ff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 20px;
    cursor: pointer;
    color: white;
    margin-top: 10px;
}

.investment-submit-btn:hover {
    background-color: #125c84;
}



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


.walnut-header {
    margin-left: 115px;
}

table {
    width: 85%;
    border-collapse: collapse;
    text-align: center;
    margin: 0 auto;
}

th,
td {
    border: 1px solid #ddd;
    padding: 10px;
}

th {
    background-color: #f4f4f4;
    font-weight: bold;
}

td {
    font-size: 16px;
}

.sold-out {
    background-color: #ed4444;
    color: white;
    font-weight: bold;
}

.available {
    background-color: #28a745;
    color: white;
    font-weight: bold;
}

/* Mobile Responsive */
/* @media screen and (max-width: 768px) {
    table {
        width: 100%;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    th,
    td {
        padding: 8px;
        font-size: 14px;
    }
} */

.banner-subtext {
    font-size: 1.2rem;

}

.contact-form {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.57);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 350px;
    width: 100%;
    text-align: center;
}

.contact-form h3 {
    color: #333;
    font-size: 0.90rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.contact-form input {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    background-color: #ffffff61 !important;

}

.contact-form button {
    background: #0099ff;
    color: white;
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

.grab-section {
    text-align: center;
    font-size: 60px;
    font-weight: 900;
    line-height: 87%;
    letter-spacing: -13px;
    color: rgb(6 6 6 / 25%);
    background: rgb(245 245 245);
}

.fa-arrow-up:before {
    content: "\f062";
    color: black;
}

/* Responsive Design */
/* @media (max-width: 768px) {
    .banner {
        flex-direction: column;
        text-align: center;
        height: auto;
        padding: 40px 10px;
    }

    .banner-content {
        max-width: 100%;
    }

    .contact-form {
        position: relative;
        right: 0;
        top: auto;
        transform: none;
        margin-top: 20px;
    }

    .grab-section {
        font-size: 2rem;
    }
} */



/* .project-container {
    max-width: 1100px;
    margin: 40px auto;
    padding: 20px;
    background: white;
} */

.project-section-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Project Wrapper */
.project-wrapper {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    padding-bottom: 20px;
}

/* Image Styling */
.project-image-box {
    width: 100%;
    max-width: 500px;
    /* Adjust this value if needed */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.project-icon img {
    width: 25px;
    height: 25px;
    padding: 0px;
    margin-right: 10px;
    margin-top: 3px;
    /* margin:  0 0px 0 0px; */
}

.project-icon {
    display: flex;
    margin-top: 10px;
}

.project-main-image {
    width: 605px;
    /* margin-left: -113px; */
    height: 324px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.project-details p {
    text-align: center;
}

/* Content Styling */
.project-details-box {
    text-align: center;
    margin-top: 20px;
    max-width: 700px;
}

.price-button {
    display: block;
    width: fit-content;
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px auto;
    /* Centering the button */
}

.project-name {
    font-size: 22px;
    font-weight: bold;
}

.project-location-name {
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}

.project-info-text {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.project-description-text {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    margin-top: 15px;
}

/* Buttons */
.project-buttons-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
}

.project-price-button,
.project-brochure-button,
.project-details-button {
    padding: 10px 20px;
    /* border: none;
    border-radius: 5px; */
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.project-price-button {
    background-color: #2196F3;
    color: white;
}

.project-brochure-button {
    background-color: #5555559f;
    color: white;
    border: none;
    border-radius: 10px;
    margin-right: 10px;
}

.project-details-button {
    background-color: #0073e6c9;
    color: white;
    border: none;
    border-radius: 10px;
    margin-right: 10px;
}

.project-price-button:hover,
.project-brochure-button:hover,
.project-details-button:hover {
    opacity: 0.8;
}

/* Responsive Design */
/* @media (min-width: 768px) {
    .project-wrapper {
        flex-direction: row;
        align-items: flex-start;
    }

    .project-image-box {
        flex: 1;
    }


    .project-details-box {
        flex: 1;
        text-align: left;
        padding-left: 20px;
    }

    .project-buttons-box {
        justify-content: flex-start;
    }
} */



.investment-section {
    text-align: center;
    padding: 40px 20px;
}

.number-bold {

    font-weight: bold;
    margin-bottom: 20px;
}

.investment-stats {
    display: flex;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
}

.stat h3 {
    font-size: 44px;
    color: #007bff;
}

.stat p {
    font-size: 26px;
    color: #555;
}

.investment-features {
    display: flex;
    justify-content: center;
    gap: 130px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.feature {
    text-align: center;
    max-width: 250px;
}

.feature img {
    width: 160px;
    height: 160px;
}

.feature p {
    font-size: 21px;
    font-weight: bold;
    margin-top: 10px;
    color: #007bff;
}

/* Mobile Responsive */
/* @media (max-width: 768px) {

    .investment-stats,
    .investment-features {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }


    .stat h3 {
        font-size: 20px;
    }

    .stat p,
    .feature p {
        font-size: 14px;
    }
} */


.investment-hub {
    background-color: #5cbcf1;
    color: white;
    padding: 40px 20px;
    border-radius: 10px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

/* Section Titles */
.investment-title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.investment-subtitle {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
}

.property-options-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

/* Paragraph Styling */
.investment-text {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}

/* Benefits List */
.investment-benefits {
    list-style: none;
    padding: 0;
}

.investment-benefits li {
    font-size: 16px;
    margin: 10px 0;
}

/* Commercial Options */
.commercial-options {
    list-style: none;
    padding: 0;
}

.commercial-options li {
    font-size: 16px;
    margin: 10px 0;
}

/* Horizontal Line */
.investment-divider {
    margin: 30px 0;
    border: 1px solid white;
}

/* Contact Information */
.contact-info1 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

/* Responsive Design */
/* @media (max-width: 768px) {
    .investment-hub {
        padding: 30px 15px;
    }

    .investment-title {
        font-size: 22px;
    }

    .investment-subtitle {
        font-size: 20px;
    }

    .investment-text,
    .investment-benefits li,
    .commercial-options li {
        font-size: 14px;
    }
} */

.form-heading {
    /* margin-left: 50px; */
    padding-bottom: 10px;
}

.form-containerparent {
    max-width: 1600px;
    padding: 30px 0 40px 0;
    margin: 0 auto;
    background-image: url(../img/form-bg.png);
    background-position: bottom;
}

.form-wraper {
    max-width: 1300px;
    margin: auto;
}

.form-container1 {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    /* margin: 0 30px; */
    max-width: 1200px;
}

.form-heading {
    color: white;
}

.form-container1 input,
.form-container1 select {
    padding: 10px;
    width: 230px;
    background: #ffffff54;
    ;
    border: none;
    font-size: 16px;
}

.form-container1 input::placeholder {
    color: white;
}

/* .form-container1 select{
    color: white;
} */
select {
    background-color: black;
    /* Background of the select box */
    color: white;
    /* Text color */
    border: 1px solid rgb(241, 241, 241);
    padding: 5px;
}

option {
    background: rgb(255, 255, 255);
    color: black;
}

.form-container1 button {
    padding: 10px 20px;
    background: #2196F3;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    width: 200px;
}

/* Mobile Responsive */
/* @media (max-width: 768px) {
    .form-container1 {
        flex-direction: column;
        gap: 15px;
    }

    .form-container1 input,
    .form-container1 button,
    .form-container1 select {
        width: 100%;
        max-width: 300px;
    }
} */

.fliter-container {
    padding-bottom: 30px;
    padding-bottom: 50px;
    margin: auto;
    position: relative;
    width: 1400px;
}

.why-rohaan {
    background: #39AAE0;
    padding: 40px 20px;
    text-align: center;
    color: white;
    background-image: url("../img/WHY\ ROHAAN_.png");
    background-position: center;
}

.why-rohaan h2 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.why-rohaan h2 span {
    color: #f2f2f2;
}

#filter-buttons button {
    border-radius: 3px;
    /* background: #fff; */
    box-shadow: none !important;

}

.border-divider {
    border-right: 2px solid #0F0F0F;
    margin: 0px 10px 0 10px;
    height: 20px;
}

#filter-buttons button:hover {
    background: #39AAE0;
    color: #fff;
    border-radius: 50px;
    border: none;

}

#filter-buttons button.active {
    color: #fff;
    background: #39AAE0;
    border-radius: 50px;
    border: none;

}

.filter-width {
    margin: auto;
    display: flex;
    justify-content: center;

}

#filterable-cards .card {
    width: 15rem;
    border: 2px solid transparent;
}

#filterable-cards .card.hide {
    display: none;
}

/* @media (max-width: 600px) {
    #filterable-cards {
        justify-content: center;
    }

    #filterable-cards .card {
        width: calc(100% / 2 - 10px);
    }
} */

.content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.info-box {
    background: #e0dfdb;
    padding: 20px;
    border-radius: 10px;
    width: 30%;
    color: #000000;
}

.main-content {
    flex: 1;
    padding: 20px;
    color: #fff;
}

.main-content h5 {
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

.main-content p {
    font-size: 13px;
    font-weight: 500;
    color: #000;
}


.info-box h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.info-box p {
    font-size: 13px;
    line-height: 1.5;
}

/* Mobile Responsive */
/* @media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .info-box,
    .main-content {
        width: 100%;
        text-align: center;
    }
} */


.rohaan-features {
    background-color: #e5e5e5;
    padding: 50px 5%;
    background-image: url(../img/hand-drawn-mall-drawing-illustration\ 2.png);
    background-repeat: no-repeat;
}

.rohaan-features-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.rohaan-features-title {
    position: relative;
    height: 300px;
    background: url('../img/h') no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.rohaan-features-title h2 {
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke: 1px black;

}

.line {
    border: #000 2px solid;
    height: 100%;
    min-height: 250px;
}

.rohaan-features-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    flex: 1;
}

.rohaan-feature-box {
    background: #c6c6c6;
    padding: 20px;
    border-radius: 5px;
}

.rohaan-feature-box h3 {
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.rohaan-feature-box p {
    font-size: 14px;
    color: black;
}

/* Responsive for Mobile */
/* @media (max-width: 1024px) {
    .rohaan-features-container {
        flex-direction: column;
        text-align: center;
    }


    .title-section h1 {
        font-size: 40px;
        -webkit-text-stroke: 2px black;
    }


    .rohaan-features-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .rohaan-features-content {
        grid-template-columns: 1fr;
    }
} */



/* Section Styling */
.rohaan-crest {
    padding: 40px 20px;
    text-align: center;
}

.advantage-img {
    width: 1100px !important;
    height: 380px !important;
}

.container4 {
    max-width: 1180px;
    margin: auto;
    background-color: #F6F6F6;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* Header */
.container4 h2 {
    font-size: 36px;
    font-weight: bold;
    color: #003047;
    margin-bottom: 5px;
}

.subtitle {
    font-size: 18px;
    color: #4a4a4a;
    font-weight: bold;
}

.description {
    color: #555;
    font-weight: 500;
    width: 1200px;
    margin: auto;
    margin-top: 15px;
}





/* Advantages Section */
.advantages-header {
    padding: 10px;
    font-weight: bold;
    margin-top: 20px;
    color: #003047;
    font-size: 25px;
    text-decoration: underline;
}

.advantages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.advantage {

    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.advantage1 {

    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.icon {
    font-size: 40px;
}

.advantage h3 {
    font-size: 18px;
    margin-top: 10px;
    color: #333;
}

.advantage p {
    color: #555;
    font-size: 14px;
}

/* Footer */
.footer-text {
    background: #c9c9c9;
    padding: 15px;
    margin-top: 20px;
    font-weight: bold;
}

.cta-text {
    margin-top: 20px;
    font-style: italic;
    color: #333;
}

/* Responsive */
/* @media (max-width: 768px) {
    .container4 {
        padding: 20px;
    }
} */

/* index product cards*/
.categories-container {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.categories-btn {
    width: 400px;
}

.text-body {
    color: rgb(148 148 148) !important;
}

.card-icon {
    width: 20px !important;
    height: 20px !important;
}

.card-img {
    width: 235px;
    height: 235px;
    object-fit: cover;
}

/* 
banner button container */
.btn-container {
    /* width: clamp(345px, 80%, 600px); */
    background: linear-gradient(to right, #216281, #36a1d4);
    margin: auto;
    z-index: 5;
    position: absolute;
    top: 90%;
    left: 30%;
    padding: 20px;
    border-radius: 10px;
    /* width: 600px; */

}



.btn1 {
    width: 250px;
    height: 50px;
    margin: 0 10px;
    background-color: #5db1d7;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 10px;
}

.btn2 {
    width: 250px;
    height: 50px;
    margin: 0 10px;
    background-color: #ffffff;
    border: none;
    color: rgb(42, 42, 42);
    border: none;
    border-radius: 10px;
}

.about-item h3 {
    font-weight: 600;
}

/* bootstrap carousel */
.tab-content {
    width: clamp(320px, 90%, 1400px);
    /* width: 1400px !important; */
    margin: auto;
    /* height: 700px !important; */
}

/* .tab-pane {
    width: 1400px;
    margin: auto;
} */

.nav-tabs .nav-link {
    text-align: end;
    /* border-right: 2px solid black !important; */
    border-color: white;
    font-size: 20px;
    color: rgb(73, 73, 73);
}

.nav-tabs .nav-link.active {
    /* text-align: end; */
    /* border-right: 2px solid black !important; */
    /* border-color: #003d80; */
    /* background-color: #003d80; */
    color: #003d80;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
}

.nav-tabs {
    border: none;
    margin-top: 30px;
}

.nav-tabs .nav-link {
    border-top-right-radius: 0px;
}

.nav-tabs .right-text {
    text-align: left;
    /* border-right: 2px solid black !important; */
    border-color: white;
    font-size: 20px;
    color: rgb(73, 73, 73);
    padding: 5px 20px;
    font-weight: 500;


}

.nav-tabs .right-text.active {
    text-align: left;
    /* border-right: 2px solid #0056b3 !important; */
    /* border-color: white; */
    color: #003d80;
    padding: 5px 20px;


}

.nav-tabs:hover {
    border: none;
    outline: none;
}

.nav-link {
    padding: 0 10px;
}

/* villa page css starts here */
.banner-villa {

    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)),
        url('../img/villa\ banner.png');
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    color: white;
    text-align: center;
    padding: 0 50px;
    ;
    justify-content: space-between;
}


/* form styling */
.banner-form {
    background-color: #d9d9d983;
    width: 300px;
    padding: 20px;
    border-radius: 10px;
}

.form-select {
    background-color: #ffffff61 !important;
}

.form-label {
    text-align: start;
    width: 400px;
}

.form-title {
    font-size: 14px;
    font-weight: 600;
}

select {
    margin: 8px 0;
    border-radius: 05px;
}

/* villa section starts */
.vila-title {
    font-size: 14px;
    color: #0077FF;
    font-weight: 700;
}

.villa-black-title {
    font-size: 35px;
    font-weight: 700;
}

.villa-content {
    padding-top: 40px;
    width: 1400px;
    margin: auto;
}

/* villa image section */
.villa-content-section img {
    width: 600px;
    height: 600px;
    margin-top: 50px;
    object-fit: cover;
    border-radius: 25px;
}

.villa-content-section {
    position: relative;
    height: 900px;
    max-width: 1400px;
    margin: auto;
}

.section-red {
    background-color: #FF0000;
    padding: 20px;
    width: 400px;
    color: white;
    position: absolute;
    top: 30%;
    right: 68%;
    border-radius: 10px;
}

.villa-content-section h3 {
    color: white;
}

.image-section {
    width: 600px;
    height: 600px;
    margin: auto;
}

.section-blue {
    background-color: #000B87;
    padding: 20px;
    width: 400px;
    color: white;
    position: absolute;
    top: 65%;
    right: 35%;
    border-radius: 10px;
}

.section-green {
    background-color: #007E37;
    padding: 20px;
    width: 400px;
    color: white;
    position: absolute;
    top: 40%;
    right: 3%;
    border-radius: 10px;

}

.section-light-blue {
    background-color: #52A3FF;
    padding: 20px;
    width: 400px;
    color: white;
    position: absolute;
    top: 10%;
    right: 10%;
    border-radius: 10px;
}

/* request a quote section css */
/* 3grid iconbox */
/* .unique-quote-container {
    max-width: 1400px;
    margin: auto;
} */

/* .unique-quote-form-section {
    max-width: 500px;
    padding: 30px;
    background-image: linear-gradient(to right, #328b8f, #196b6f);
    border-radius: 10px;
} */
/* 
.unique-quote-appointment-title {
    color: #d7d7d7;
} */

.unique-quote-main-title {
    color: #ffffff;

}

/* 
.unique-quote-info-section {
    width: 780px;
} */

/* .unique-quote-label {
    color: rgb(188, 244, 240) !important;
} */

/* .unique-quote-input {
    background-color: #adadadad;
} */

.unique-quote-input::placeholder {
    color: white;
}

/* .box-icon {
    text-align: center;
    position: relative;
    width: 250px;
    margin: 0px 10px;
} */

/* .box-icon>.image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 8px solid white;
    line-height: 88px;
    border-radius: 50%;
    background: #DAF5FF;
    vertical-align: middle;
} */

/* .unique-quote-info-section {
    margin-top: 20px;
} */

/* .unique-quote-info-icon {
    width: 40px;
    height: 40px;
    margin-top: -30px !important;
    margin-right: 0px !important;
} */

/* .wrapper {
    margin-top: 20px;
} */

.box-icon:hover>.image {
    background: #ededed;
}

.box-icon>.image>i {
    font-size: 36px !important;
    color: #fff !important;
    line-height: 1;
    display: inline-block;
}

.box-icon:hover>.image>i {
    color: white !important;
}

/* .box-icon>.info {
    margin-top: -24px;
    background: #F5F7FA;
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
    border-radius: 10px;
    color: rgb(71, 71, 71);
    height: 250px;

} */

.box-icon:hover>.info {
    background: #E0EBF5;
    border-color: #e0e0e0;
}

/* .box-icon>.info>h3.title {
    font-family: "Roboto", sans-serif !important;
    font-size: 16px;
    color: #222;
    font-weight: 500;
    margin-top: 20px;
} */
/* 
.box-icon>.info>p {
    font-family: "Roboto", sans-serif !important;
    font-size: 13px;
    color: #666;
    line-height: 1.5em;
    margin: 20px;
} */

.box-icon:hover>.info>h3.title,
.box-icon:hover>.info>p,
.box-icon:hover>.info>.more>a {
    color: #282828;
}

.box-icon>.info>.more a {
    font-family: "Roboto", sans-serif !important;
    font-size: 12px;
    color: #222;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.box-icon:hover>.info>.more>a {
    color: #fff;
    padding: 6px 8px;
    background-color: #ff0000;
}

.box .space {
    height: 30px;
}

.acacia-property-details {
    height: 380px;
}

.tab-img {
    width: 800px;
    height: 200px;
    object-fit: cover;
}

.text-primary {
    color: #0099ff !important;
    font-size: 32px;
    padding-left: 10px;
    text-transform: uppercase;
}

.desktop-nav-btn {
    display: block;
}

.mobile-nav-btn {
    display: none;
}

/* mobile tab */

@media(max-width:480px) {


    .desktop-nav-btn {
        display: none;
    }

    .mobile-nav-btn {
        display: block;
    }

    .property-content {
        flex-direction: column;
    }

    .btn-container {
        position: absolute;
        top: 90%;
        left: 8%;
        gap: 10px;
        padding: 15px;
    }

    .btn1 {
        width: 145px !important;
        height: 30px !important;
        font-size: 14px !important;
        background-color: #5db1d7;
        color: rgb(255, 255, 255);
        border: none;
        border-radius: 10px;
    }

    .btn2 {
        width: 145px !important;
        height: 30px !important;
        font-size: 14px !important;
    }

    .lead-form-section {
        margin-top: 50px;
        width: 380px;
        flex-direction: column;
    }

    .numbers-container {
        width: 100%;
    }

    .nav-tabs .nav-link.active {
        text-align: center !important;
    }

    .nav-tabs .right-text {
        text-align: center !important;
    }

    .nav-tabs .nav-link {
        text-align: center !important;

    }

    .nav-tabs .right-text.active {
        text-align: center !important;
    }

    .categories-item {
        width: 390px !important;
        margin: auto;
    }

    .owl-carousel .owl-item {
        width: 430px;
        margin-right: 18px !important;
    }

    .about .about-item .text-item {
        position: relative;
        padding-left: 25px;
    }

    .tab-content2-pane d-flex {
        flex-direction: column !important;
        width: 300px !important;
    }

    .tab-content2 {
        padding: 20px 0 !important;
    }

    /* .tab-flex {
        flex-direction: column;
        align-items: center;
    } */

    .nav-tabs .tab-button2 {
        font-size: clamp(rem, 2vw, );
    }

    .nav-item {
        margin: 5px 0;
    }

    .section-head p {
        padding: 0 20px;
        line-height: 20px !important;
    }

    .number-box {
        width: 100% !important;
    }

    .form-container {
        width: 100%;
    }

    .display-5 {
        font-size: 1.1rem;
    }

    .nav-tabs {
        margin-top: 0px;
    }

    .py-5 {
        padding-bottom: 0px !important;
    }

    .text-item {
        font-size: 12px !important;
    }

    .testimonials-custom {
        flex-direction: column;
        margin: auto;
    }

    .container-custom {
        padding: 0px !important;
    }

    .description-custom {
        font-size: 12px !important;
        padding: 0 10px;
    }

    .text-primary {
        font-size: 1.1rem !important;
        padding-left: 5px;
    }


    .feat {
        padding-top: 0px !important;
    }

    .section-head {
        margin-bottom: 0px !important;
    }

    .projects-container {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .projects-section {
        padding: 10px 20px;
    }

    .contact-icons {
        top: 58%;
    }

    .projects-container1 {
        flex-direction: column;
    }

    .form-container1 {
        width: 215px;
        margin: auto;
        flex-direction: column;
    }
}

/* tablet responsive */
@media(max-width:768px) {
    /* .unique-quote-info-section {
        max-width: 765px !important;
    } */

    .button-custom {
        width: 300px;
        margin: auto;
    }

    .button-custom:hover {
        color: white;
    }

    .owl-stage-outer {
        max-width: 765px !important;
    }

    .number-box {
        width: 45% !important;
    }

    .btn-container {
        left: 12%;
    }

    .display-5 {
        font-size: 1.2rem;
    }

    .text-primary {
        font-size: 1.2rem;
    }

    .project-card {
        width: 350px !important;
        margin: auto;
    }

    /* .unique-quote-container {
        justify-content: center;
    } */
}

@media (max-width:1025px) {
    .categories-carousel .owl-stage-outer {
        width: auto;
    }

    .display-5 {
        font-size: 1.2rem;
    }

    .description-custom {
        font-size: 0.9rem;
    }


    /* .unique-quote-form-section {
        max-width: 365px !important;
    } */

    /* .unique-quote-info-section {
        max-width: 600px !important;
    } */

    .text-primary {
        font-size: 1.2rem;
        padding-left: 10px;
    }

    .btn-container {
        left: 17%;
    }
}