/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary {
    color: #ffffff;
}
.btn-secondary {
    color: #ffffff;
    border-radius: 50%; 
}

.btn-primary:hover {
    background-color: #047ba5; /* Dark blue background color */
    border-color: #047ba5; /* Dark blue border color */
    color: #fff; /* Text color when hovered, adjust as needed */
}


/* .btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
} */

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

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

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

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#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;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

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

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(44, 56, 75, 0.85), rgba(43, 57, 80, 0.85)), url(../img/1.gif) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/slider_1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-item {
    width: auto; /* Ensure the items have a flexible width */
}

.bg-testimonial {
    background: url(../img/test9.webp) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}

/* .property-logo-carousel {
    background: rgba(6, 163, 218, .85);
}

.property-logo-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.property-logo-carousel .owl-nav .owl-prev,
.property-logo-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.property-logo-carousel .owl-nav .owl-prev:hover,
.property-logo-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.property-logo-carousel .owl-item img {
    width: 120px;
    height: 120px;
} */

.image-container {
    height: 200px; /* Set the desired height */
    width: 100%;  /* Ensure the width is 100% of the parent container */
    position: relative;
}

.image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover; /* Ensures the image covers the container while maintaining its aspect ratio */
}
.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}
.topbar {
    position: sticky;
    top: 0;
    z-index: 1040;
}

.sticky-navbar {
    position: sticky;
    top: 45px; /* Adjust this value based on the height of the topbar */
    z-index: 1030;
}

/* Ensure there's no additional spacing/padding between elements */
body {
    margin: 0;
    padding: 0;
}
.blue-bullets ul li::marker {
    color: blue;
}

h5.subheading {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 1.25em; /* Adjust size as needed */
}

h5.subheading::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px; /* Adjust thickness as needed */
    background-color: #000; /* Adjust color as needed */
    bottom: 0;
    left: 0;
}

#fileSizeError {
    color: red;
    display: none;
}
.fixed-size-property-img {
    width: 100%;
    object-fit: scale-down;
    height: 150px;
}
.fixed-size-img {
    width: 100%;   /* This ensures the image takes the full width of the container */
    height: 200px; /* Set the height to your desired value */
    object-fit: cover; /* This ensures the image covers the container without distortion */
}
body {
    
    color: #474464;
    
}
.text-body {
    color: #2f2c50 !important;
}
.custom-prev-icon, .custom-next-icon {
    background-color: transparent; /* Ensure no background */
    border: none; /* Ensure no border */
}

.custom-prev-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 16 16'%3e%3cpath d='M11.354 1.354a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.custom-next-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 16 16'%3e%3cpath d='M4.646 14.646a.5.5 0 0 1 0-.708L10.293 8 4.646 2.354a.5.5 0 1 1 .708-.708l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708 0z'/%3e%3c/svg%3e");
}

.logo-2{
    width: 250px; 
    height: auto;
    margin-bottom: 20px;
}
/* .slick-slide img{
    display: block;
}
.slick-slide img{
    width: 100%;
} */
.slick-slide {
   margin: 0px 10px;
}
.slick-slide img {
    width: 100%;
    
}


.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
}

.marquee-content {
    display: flex;
    width: 100%;
    animation: marquee 80s linear infinite;
}

.marquee-content img {
    padding: 0 10px;
}

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

.logo-img{
    width: 170px;
    height: auto;
    margin: 0px 10px; 
}
