﻿thead, tfoot, th {
    background-color: #005555 !important;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    color: white;
}
.property-slider-wrap img {
    border-radius: 20px;
}

.property-slider-wrap .property-content {
    border-radius: 30px;
}

.property-item img {
    border-radius: 20px;
}

.property-item .property-content {
    border-radius: 7px;
}

.wText {
    text-align: justify;
    font-weight: 400 !important;
    font-size: 19px !important;
    line-height: 30px !important;
    letter-spacing: 0.05em !important;
    color: black;
}
.site-nav .dropdown {
    text-align: center;
    border-radius: 07px;
}
    .site-nav .dropdown select {
        border-radius: 20px !important;
    }
    .site-nav .dropdown li a {
        display: flex;
        align-items: center;
        gap: 8px; /* Adds spacing between icon and text */
        padding: 8px 12px;
        text-decoration: none;
        color: #000; /* or your theme color */
    }

b {
    color: black;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    min-width: 200px;
    border-radius: 20px;
    width: 100%;
}

    .dropdown-content a {
        color: black;
        padding: 8px 12px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.submenu {
    display: none;
    margin-top: 10px;
}

.selected-category {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

    .selected-category span {
        font-weight: bold;
    }

.close-btn {
    cursor: pointer;
    color: red;
    font-size: 16px;
}

#category-wrapper {
    background-color: white;
    padding: 10px;
    border-radius: 20px;
    width: 100%;
}

.toggle-btn {
    color: gray;
    background-color: transparent;
    transition: background-color 0.3s, color 0.3s;
}


.carouselcenter {
    height: 295px;
}

.divider-with-icon {
    color: #005555;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

    .divider-with-icon .line {
        width: 18%;
        /* Adjust the width of the line, for example, 30% */
        height: 1px;
        background-color: #005555;
        /* Line color */
    }

    .divider-with-icon i {
        padding: 0 10px;
        /* Space around the icon */
        font-size: 24px;
        /* Size of the star */
    }
.toggle-btn.active {
    background-color: #005555;
    color: white;
}

.btn-outline-primary:hover {
    background-color: rgb(0, 85, 85);
    color: white;
    border-color: gray;
}
.btn-primary {
    background-color: rgb(0, 85, 85);
    color: white;
    border-color: gray;
    border: 1px solid gray;
}


/*team section*/

.team-member {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    margin: 15px;
    height: 100%;
}

    .team-member:hover {
        transform: translateY(-10px);
    }

.team-img {
    height: 250px;
    overflow: hidden;
}

    .team-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.team-info {
    padding: 20px;
    text-align: center;
}

    .team-info h4 {
        margin-top: 15px;
        font-weight: 700;
        color: #333;
    }

    .team-info p {
        color: #6c757d;
        font-size: 14px;
    }

.social-links {
    margin-top: 15px;
}

    .social-links a {
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #f1f1f1;
        border-radius: 50%;
        margin: 0 4px;
        color: #333;
        transition: all 0.3s ease;
    }

        .social-links a:hover {
            background: #005555;
            color: white;
        }

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    color: #005555;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 10;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .nav-btn:hover {
        background: #005555;
        color: white;
    }

.prev-btn {
    left: -25px;
}

.next-btn {
    right: -25px;
}

.team-container {
    position: relative;
}

.team-row {
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

    .team-row::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }

.team-col {
    flex: 0 0 auto;
    width: 300px;
}


@media (max-width: 768px) {
    .hero, .hero > .container > .row {
        min-height: 200px;
    }

        .hero.page-inner, .hero.page-inner > .container > .row{
            height:39vh;
        }
        .team-col {
            width: 250px;
        }

    .nav-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .prev-btn {
        left: -15px;
    }

    .next-btn {
        right: -15px;
    }
}



.logo-section {
    background-color: #f9f9f9;
    padding: 60px 0;
}

.logo-container {
    overflow: hidden;
    position: relative;
}

.logo-slider {
    display: flex;
    gap: 30px;
    animation: scroll 25s linear infinite;
    width: max-content;
    align-items: center;
}

.logo-slide {
    flex: 0 0 auto;
    text-align: center;
}

.logo-img {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 130px;
}

    .logo-img img {
        max-width: 100%;
        object-fit: contain;
    }

    .logo-img:hover {
        transform: scale(1.05);
    }

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.maxFooter a{
    color: white!important;
}