:root {
    --primary-color: #da4453;
    --primary-bg: #da4453;
}
.primary-color {
    color: var(--primary-color) !important;
}
.primary-bg {
    background-color: var(--primary-bg) !important;
}
body {
    background-color: #eef2f1 !important;
    height: 100%;
}
.bannercontainer {
    /* margin-left: 8px; */
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.small {
    font-size: 13px;
}
.maincontainer {
    width: 63%;
}
.owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel .item img {
    height: 525px;
    width: auto;
    object-fit: cover;
    /* border-radius: 10px; */
    transition: transform 0.3s ease;
}

.drawer {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 0 0;
    transition: bottom 0.4s ease-in-out;
    z-index: 1050;
    padding: 20px;
    max-height: 80vh;
    overflow-y: auto;
}

.drawer.open {
    bottom: 0;
}

.drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.drawer-body {
    padding: 0;
}

.topdiv {
    /* position: relative; */
    background-color: #ffffff80 !important;
}
.phonemodal-content {
    opacity: 90%;
    width: 85%;
}
.mapmodal {
    opacity: 90%;
}
.card-top {
    text-align: left;
}
.card-top img {
    height: 100px;
}
.maincard {
    background-color: white;
    transform: translate(0px, -50px);
    border-radius: 25px;
}

.menu-mobile {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 70px;
    background-color: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    z-index: 999;
    border-radius: 16px 16px 0 0;
}

.menu-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-item {
    text-align: center;
    font-size: 10px;
}

.menu-item a {
    text-decoration: none;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.menu-item i {
    font-size: 20px;
}

.center-item {
    position: relative;
    margin-top: -30px;
}

.center-item .center-icon {
    background: #e63946;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    font-size: 24px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

.center-item .underline {
    width: 40px;
    height: 3px;
    background-color: #e63946;
    margin-top: 4px;
    border-radius: 2px;
}
.fixed-banner-background {
    position: fixed;
    top: 0;
    left: -8px;
    width: 100%;
    height: 525px;
    overflow: hidden;
    z-index: -1; /* Push behind content */
}

.scroll-content {
    position: relative;
    z-index: 1;
    padding-top: 525px; /* Push content below fixed banner */
}
.serviceimg img {
    height: 60px !important;
    width: 60px !important;
    border: 1px solid #3c7b70;
    border-radius: 50%;
}
#categorybtn {
    background-color: #fff;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.category-btn {
    border-radius: 0;
    background-color: white;
    color: black;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    flex: 1 1 auto;
    text-align: center;
    white-space: nowrap;
}

.category-btn.active {
    background-color: #da4453 !important;
    color: white !important;
}

.category-btn:hover {
    background-color: #f5f5f5;
}
.media-category-btn {
    border-radius: 0;
    background-color: white;
    color: black;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    flex: 1 1 auto;
    text-align: center;
    white-space: nowrap;
}

.media-category-btn.active {
    background-color: #da4453 !important;
    color: white !important;
}

.media-category-btn:hover {
    background-color: #f5f5f5;
}

.coolinput {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: static;
    max-width: 100%;
}

.coolinput label.text {
    font-size: 0.75rem;
    color: #da4453;
    position: relative;
    top: 0.5rem;
    margin: 0 0 0 7px;
    padding: 0 3px;
    background: #ffffff;
    width: fit-content;
}

.coolinput select.input {
    padding: 16px 28px;
    font-size: 0.75rem;
    border: 1px #00000014 solid;
    border-radius: 5px;
    outline: 0px;
    color: #5d5d5d;
}

.coolinput select.input:focus {
    outline: none;
}
.coolinput input[type="text"].input {
    padding: 16px 28px;
    font-size: 0.75rem;
    border: 1px #00000014 solid;
    border-radius: 5px;
    outline: 0px;
    color: #5d5d5d;
}

.coolinput input[type="text"].input:focus {
    outline: none;
}
.peoplelist .post {
    text-align: right;
}
.peoplelist {
    border-bottom: 1px solid #f5f5f5;
    outline: 0px;
}
.form-control::placeholder {
    color: #55555580;
    font-size: 13px;
    align-self: center;
}
.greenbtn {
    color: white;
    font-size: 12px;
    background-image: linear-gradient(to bottom, #a0d468, #8cc152);
    padding: 12px;
}
.redbtn {
    color: white;
    font-size: 12px;
    background-color: #da4453 !important;
    padding: 12px;
}
.galleryimg img {
    height: 300px;
    width: 300px;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 991px) {
    .bannercontainer {
        width: 100%;
    }
    .owl-carousel .item img {
        height: 300px;
    }
    .maincontainer {
        width: 100%;
    }
    .owl-carousel .item img {
        height: 250px;
        width: 100%;
        object-fit: fill;
        /* border-radius: 10px; */
        transition: transform 0.3s ease;
    }
    .bannercontainer {
        margin-left: 0px;
        width: 100%;
        padding: 0;
        overflow: hidden;
    }
    .scroll-content {
        position: relative;
        z-index: 1;
        padding-top: 255px; /* Push content below fixed banner */
    }
    .imgname {
        font-size: 16px;
    }
    .peoplelist .post h5 {
        font-size: 15px !important;
    }
    .peoplelist .post {
        font-size: 15px !important;
    }
    .peoplelist {
        border-bottom: 1px solid #f5f5f5;
        outline: 0px;
    }
    .galleryimg img {
        height: 150px;
        width: 150px;
    }

    .phonemodal-content {
        opacity: 90%;
        width: 100%;
    }
}
