﻿.logoDiv img {
    vertical-align: bottom;
}

.hide {
    display: none !important;
}

.w-270 {
    width: 270px !important;
}

.w-300 {
    width: 350px !important;
}
.mt-200 {
    margin-top: 75%;
}
.app-links img {
    width: 150px; /* Adjust as needed */
    height: auto;
}

.app-links .android {
    width: 150px;
    height: 52px;
    margin-left: -2px;
}

.app-links .iphone {
    margin-top: 10px;
}

.latest-blog-area {
    display: flex;
}

    .latest-blog-area .qr-code {
        width: 149px
    }

    .latest-blog-area .qr-div {
        margin-left: 14px;
    }

.single-footer-widget .nl-form button {
    width: 156px;
    height: 40px;
    border-radius: 15px;
}

.single-service--area {
    margin-right: 20px;
    height: 300px;
    max-height: 300px;
}

    .single-service--area img {
        max-height: 167px;
    }
    .single-service--area .cm-photo {
        max-height: 185px;
    }

.pre-Tag {
    white-space: pre-wrap; /* Since CSS 2.1 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    line-height: 1.8;
    color: #636a76;
    margin-bottom: 30px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25rem;
}

.socialDiv {
    margin-right: 100px;
}
/* Fix the .user-login div to the right-side corner */
.user-login {
    position: absolute;
    top: 0;
    right: 0;
    background: #88e7dd;
    padding: 10px 15px;
    display: flex;
    height: 50px;
    align-items: center;
}

    /* Briefcase icon */
    .user-login .briefcase-icon {
        color: black !important;
        margin-right: 10px !important;
        font-size: 22px !important;
    }

    /* Arrow inside box */
    .user-login .arrow-container {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px; /* Rounded corners */
        cursor: pointer;
    }

    /* White arrow */
    .user-login .arrow-down {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid black; /* Arrow color */
    }

    /* Dropdown menu */
    .user-login .dropdown-menu {
        position: absolute;
        width: 200px;
        top: 35px;
        background: #88e7dd;
        list-style: none;
        padding: 5px 0;
        margin: 15px 0px 0px -108px;
        display: none;
        border: none;
        min-width: 120px;
    }

        /* Dropdown items */
        .user-login .dropdown-menu li {
            padding: 0px 21px;
        }

            .user-login .dropdown-menu li a {
                text-decoration: none;
                color: black;
                display: block;
            }

            .user-login .dropdown-menu li:hover {
                background: #36958b;
            }

    /* Show dropdown */
    .user-login .show {
        display: block !important;
    }

.main-header-area {
    z-index: 0; /*because of login dropdown not showing*/
}
.main-header-area.zindex {
    z-index: 0; /*because of login dropdown not showing*/
}

.user-login li:first-child {
    border-bottom: 3px solid #ddd;
}

.user-login a:hover, .user-login a:focus {
    color: black !important;
}

.partner-logo-content a {
    margin-right: 14px;
    border: 1px solid #cfc9c9;
}

    .partner-logo-content a img {
        height: 57px;
        max-height: 100px;
    }
.modal-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh; /* Full screen height */
}

@media (max-width: 576px) { /* Small screens (phones) */
    .modal-custom {
        width: 95%;
        max-width: 95%;
        height: auto;
    }
    .main-header-area {
        z-index: 100;
    }
    .modal-custom-signin {
        width: 91%;
        max-width: 91%;
        height: auto;
    }
    .calendarside .calendar {
        left: 7% !important;
    }
}

@media (min-width: 577px) and (max-width: 992px) { /* Tablets */
    .modal-custom {
        width: 80%;
        max-width: 80%;
        height: auto;
    }

    .modal-custom-signin {
        width: 62%;
        max-width: 62%;
        height: auto;
    }
}

@media (min-width: 993px) { /* Larger screens */
    .modal-custom {
        width: 70%;
        max-width: 70%;
        height: auto;
    }

    .modal-custom-signin {
        width: 52%;
        max-width: 52%;
        height: auto;
    }
}

.modal-custom-signin .heading {
    color: white;
}

.modal-content {
    width:70%;
    border-radius: 10px;
}

.modal-header, .modal-footer {
    border: none;
}

.modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

video {
    width: 100%;
    height: auto;
    max-height: 60vh; /* Keep height flexible */
}

.modal-custom-signin .captcha_wrap {
    display: flex;
    justify-content: space-between; /* This ensures equal spacing between the elements */
    align-items: center; /* This vertically aligns the items in the center */
}

.modal-custom-signin .captcha_box {
    flex: 1; /* These divs will take equal space */
    text-align: center; /* Centers content inside the divs */
}

.modal-custom-signin .ref_box {
    flex: 0 0 auto; /* Prevents this div from growing or shrinking */
    background: linear-gradient(to right, #4CAF50, #81C784); /* Gradient background */
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    margin: 0 10px; /* Adds space between .ref_box and the other divs */
}

.modal-custom-signin .cap_enter_box {
    flex: 2; /* This increases its width relative to the other divs */
    text-align: center; /* Centers content inside the div */
}

.txt-white {
    color: white;
}

.home-new-footer {
    padding-top: 30px;
}

.marque_block {
    background: #ebf8fe;
}

.marquee_title {
    position: relative;
    width: auto;
    font-size: 20px;
    padding: 6.5px 10px;
    text-align: center;
    background: #60770d;
    color: #fff;
    border: 1px solid #fff;
}

    .marquee_title:after {
        content: "";
        border-top: 10px solid transparent;
        border-left: 10px solid #60770d;
        border-right: 10px solid transparent;
        border-bottom: 10px solid transparent;
        top: 12px;
        margin: auto;
        position: absolute;
        left: 100%;
        z-index: 1;
    }

.marquee_content {
    width: 90%;
    color: #000;
}

    .marquee_content marquee {
        padding-top: 4px;
    }

    .marquee_content p {
        font-size: 20px;
    }
/*.fixed-content.cm-div-home-page {
    position: absolute;
    left: 23px;
    top: 20%;
    transform: translateY(-50%);
    width: 250px;
    background-color: #95b7b3;
    padding: 15px;
    text-align: center;*/ /* Centers inline elements like text */
/*border-radius: 10px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;*/ /* Centers all content, including the image */
/*}

#cmPhotoId {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    border: 2px solid #fff;
}*/
#parentMinisterDiv {
    position: absolute;
    top: 20%;
    left: 16px;
    display: flex;
    transform: translateY(-50%);
    z-index: 1000;
    pointer-events: none;
}

.fixed-content.cm-div-home-page {
    width: 250px;
    background-color: #95b7b3;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: auto; /* Allows interaction */
}

    /* Target the first div (left side) */
    .fixed-content.cm-div-home-page:first-child {
        margin-left: 10px; /* Adjust left spacing */
    }

    /* Target the second div (right side) */
    .fixed-content.cm-div-home-page:last-child {
        margin-right: 10px; /* Adjust right spacing */
        margin-left: auto; /* Pushes it to the right */
    }

#cmPhotoId {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.txt-yellow {
    color: #ffd700
}

.txt-black {
    color: black
}
.go_tour {
    position: fixed;
    right: 0;
    top: 65%;
    transform: translateY(-50%);
    z-index: 999;
}
.go_tour img {
    width: 140px;
    height: auto;
}
@media (min-width: 1850px) and (max-width: 1900px) { /* Tablets */
    .classy-navbar .nav-brand {
        font-size: 16px;
    }

    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 18px;
        font-weight: 500;
    }
    .user-login {
        right: 60px;
    }
    .socialDiv {
        margin-right: 175px;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-right: 11rem !important;
    }
}
@media (min-width: 1800px) and (max-width: 1850px) { /* Tablets */
    .classy-navbar .nav-brand {
        font-size: 15px;
    }
    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 15px;
    }
    .user-login {
        right: 90px;
    }
    .classy-navbar .nav-brand img {
        width: 55px !important
    }
    .socialDiv {
        margin-right: 175px;
    }
    .ml-lg-5, .mx-lg-5 {
        margin-right: 11rem !important;
    }
}

@media (min-width: 1700px) and (max-width: 1800px) { /* Tablets */
    .classy-navbar .nav-brand {
        font-size: 15px;
    }

    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 15px;
    }
    .classy-navbar .nav-brand img {
        width: 55px !important
    }
    .user-login {
        right: 114px;
    }

    .socialDiv {
        margin-right: 229px;
    }
    
    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important;
    }
}

@media (min-width: 1600px) and (max-width: 1700px) {
    .classy-navbar .nav-brand {
        font-size: 15px;
    }

    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 14px;
    }
    .classy-navbar .nav-brand img {
        width: 60px !important
    }
    .user-login {
        right: 21%;
    }

    .socialDiv {
        margin-right: 35%;
    }
}

@media (min-width: 1500px) and (max-width: 1600px) {
    .classy-navbar .nav-brand {
        font-size: 11px;
    }

    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 11px;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-right: 9rem !important;
    }

    .main-header-area .book-now-btn a {
        font-size: 11px;
    }
    .classy-navbar .nav-brand img {
        width: 40px !important
    }

    .user-login {
        right: 17%;
    }

    .socialDiv {
        margin-right: 35%;
    }
}

@media (min-width: 1400px) and (max-width: 1500px) {
    .breakpoint-off .classynav {
        display: -webkit-box;
    }

    .classy-navbar .nav-brand {
        font-size: 10px;
    }

    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 10px;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-right: 110px !important;
    }

    .main-header-area .book-now-btn a {
        font-size: 10px;
    }
    .classy-navbar .nav-brand img {
        width: 40px !important
    }
    .user-login {
        right: 8%;
    }
}

@media (min-width: 1300px) and (max-width: 1400px) {
    .breakpoint-off .classynav {
        display: -webkit-box;
    }

    .classy-navbar .nav-brand {
        font-size: 10px;
    }

    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 10px;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-right: 93px !important;
    }

    .main-header-area .book-now-btn a {
        font-size: 10px;
    }

    .classy-navbar .nav-brand {
        margin-right: 0px;
    }

        .classy-navbar .nav-brand img {
            width: 50px !important
        }
    .user-login {
        right: 15%;
    }
    .socialDiv {
        margin-right: 30%;
    }
}
@media (min-width: 1100px) and (max-width: 1300px) {
    .breakpoint-off .classynav {
        display: -webkit-box;
    }

    .classy-navbar .nav-brand {
        font-size: 9px;
    }

    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 10px;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-right: 72px !important;
    }

    .main-header-area .book-now-btn a {
        font-size: 10px;
    }

    .classy-navbar .nav-brand {
        margin-right: 0px;
    }

        .classy-navbar .nav-brand img {
            width: 40px !important
        }
    .user-login {
        right: 15%;
    }

    .socialDiv {
        margin-right: 40%;
    }
    .top-header-area .top-header-content .top-social-area a {
        margin-right: 8px;
    }

    .classy-nav-container .classy-navbar .classynav ul li a {
        padding: 0 12px;
    }
}
@media (min-width: 1000px) and (max-width: 1100px) {
    .breakpoint-off .classynav {
        display: -webkit-box;
    }

    .classy-navbar .nav-brand {
        font-size: 8px;
    }

    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 9px;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-right: 35px !important;
        display: block;
    }

    .main-header-area .book-now-btn a {
        font-size: 9px;
    }

    .classy-navbar .nav-brand {
        margin-right: 0px;
    }

        .classy-navbar .nav-brand img {
            width: 35px !important
        }
    .user-login {
        right: 8%;
    }

    .socialDiv {
        margin-right: 30%;
    }
    .top-header-area .top-header-content .top-social-area a {
        margin-right: 8px;
    }

    .classy-nav-container .classy-navbar .classynav ul li a {
        padding: 0 10px;
    }
    .go_tour {
        right: 46px;
    }

}
@media (min-width: 900px) and (max-width: 1000px) {
    .breakpoint-off .classynav {
        display: -webkit-box;
    }

    .classy-navbar .nav-brand {
        font-size: 6px;
    }

    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 7px;
    }



    .main-header-area .book-now-btn a {
        font-size: 7px;
    }

    .classy-navbar .nav-brand {
        margin-right: 0px;
    }

        .classy-navbar .nav-brand img {
            width: 28px !important
        }

    .user-login {
        right: 25%;
    }

    .socialDiv {
        margin-right: 51%;
    }
    .top-header-area .top-header-content .top-social-area a {
        margin-right: 8px;
    }
    .classy-nav-container .classy-navbar .classynav ul li a {
        padding: 0 12px;
    }
    menu, ol, ul {
        margin: 38px !important;
    }
    .go_tour {
        right: 12%;
    }
}

@media (min-width: 800px) and (max-width: 900px) {
    .classy-navbar .nav-brand {
        font-size: 12px;
    }

    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 12px;
    }
    .classy-navbar-toggler{
        margin-right:10%;
    }
    .classy-navbar .nav-brand img {
        width: 35px !important
    }
    .go_tour {
        right: 10%;
        top: 35%;
    }
    .single-service--area {
        max-width: 100%;
        width: 100%;
    }
}
@media (min-width: 600px) and (max-width: 800px) {
    .classy-navbar .nav-brand {
        font-size: 12px;
    }

    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 12px;
    }

    .classy-navbar-toggler {
        margin-right: 10%;
    }
    .classy-navbar .nav-brand img {
        width: 35px !important
    }
    .top-header-area .top-header-content .top-social-area a {
        margin-right: 2px;
    }
    .classy-nav-container .classy-navbar .nav-brand {
        max-width: 80%;
    }
    .go_tour {
        right: 25%;
        top: 35%;
    }
    .single-service--area {
        max-width: 100%;
        width: 100%;
    }
}
@media (min-width: 500px) and (max-width: 600px) {
    .classy-navbar .nav-brand {
        font-size: 16px;
    }

    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 16px;
    }

    .classy-navbar .nav-brand img {
        width: 35px !important
    }
    .top-header-area .top-header-content .top-social-area a {
        margin-right: 2px;
    }
    .classy-nav-container .classy-navbar .nav-brand {
        max-width: 80%;
    }
    .go_tour {
        right: 28%;
        top: 35%;
    }
    .single-service--area {
        max-width: 100%;
        width: 100%;
    }
}
@media (min-width: 400px) and (max-width: 500px) {
    .classy-navbar .nav-brand {
        font-size: 12px;
    }

    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 12px;
    }

    .classy-navbar .nav-brand img {
        width: 25px !important
    }
    .top-header-area .top-header-content .top-social-area a {
        margin-right: 2px;
    }
    .classy-nav-container .classy-navbar .nav-brand {
        max-width: 70%;
    }
    .go_tour {
        right: 28%;
        top: 35%;
    }
    .single-service--area {
        max-width: 100%;
        width: 100%;
    }
}
@media (min-width: 200px) and (max-width: 400px) {
    .classy-navbar .nav-brand {
        font-size: 10px;
    }

    .classy-nav-container .classy-navbar .classynav ul li a {
        font-size: 10px;
    }

    .classy-navbar .nav-brand img {
        width: 36px !important
    }

    .classy-nav-container .classy-navbar .nav-brand {
        max-width: 70%;
    }
    .go_tour {
        right: 6%;
        top: 46%;
    }
    .single-service--area {
        max-height: 100%;
        height: auto;
    }
    .single-service--area {
        max-width: 100%;
        width: 100%;
    }
}

/* Notification Section */
#notificationDiv .news_area {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: auto;
    padding: 12px
}
.smallScreen {
    background: #0e2737;
    border-top: 1px solid aliceblue;
}
/* News Block (Scrollable Area) */
#notificationDiv .news_block {
    height: 205px; /* Fixed height for scrolling effect */
    overflow: hidden;
    position: relative;
    border: 2px solid #01a595;
    border-radius: 8px;
    background: #f8f9fa;
}

    /* News List */
    #notificationDiv .news_block ul {
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        width: 100%;
    }

        #notificationDiv .news_block ul li {
            background: #1cc3b2;
            padding: 12px 15px;
            margin: 5px;
            border-radius: 5px;
            font-size: 14px;
            color: #333;
            font-weight: bold;
            transition: all 0.3s ease;
        }

            #notificationDiv .news_block ul li:hover {
                background: #0febd5;
                transform: scale(1.05);
            }

/* Control Buttons */
#notificationDiv .news_controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

    #notificationDiv .news_controls .btn {
        background: #1cc3b2;
        color: white;
        border: none;
        padding: 8px 12px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        transition: all 0.3s ease;
    }

        #notificationDiv .news_controls .btn:hover {
            background: #33877e;
        }

        #notificationDiv .news_controls .btn i {
            font-size: 18px;
        }
.weather_block {
    position: relative;
    z-index: 1;
}
.bg-dark {
    background-color: #212529 !important;
}
.text-white {
    color: #fff !important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.weather_search {
    position: absolute;
    bottom: 8px;
    right: 10px;
    left: auto;
    z-index: 1;
}
.justify-content-between {
    justify-content: space-between !important;
}
.weat_bsearch_box {
    display: none;
    margin-left: 15px;
    position: relative;
}

.calendarside .calendar {
    position: relative;
    width: 300px;
    left: 24%;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    overflow: hidden;
}

.calendarside .calendar__picture {
    position: relative;
    height: 200px;
    padding: 20px;
    color: #fff;
    background: #262626 url("https://images.unsplash.com/photo-1516912481808-3406841bd33c?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=183f2924ba5a8429441804609b2d4f61") no-repeat center / cover;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

    .calendarside .calendar__picture::before {
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.1));
    }

    .calendarside .calendar__picture h2 {
        margin: 0;
        color:white;
    }

    .calendarside .calendar__picture h3 {
        margin: 0;
        font-weight: 500;
        color: white;
    }

.calendarside .calendar__date {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25px, 1fr));
    grid-gap: 10px;
    box-sizing: border-box;
}

.calendarside .calendar__day {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    font-weight: 600;
    color: #262626;
}

    .calendarside .calendar__day:nth-child(7) {
        color: #ff685d;
    }

.calendarside .calendar__number {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    color: #262626;
}

    .calendarside .calendar__number:nth-child(7n) {
        color: #ff685d;
        font-weight: 700;
    }

.calendarside .calendar__number--current, .calendar__number:hover {
    background-color: #009688;
    color: #fff !important;
    font-weight: 700;
    cursor: pointer;
}
.visitor-counter {
    background-color: #95b7b3;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 248px;
}
    .visitor-counter .stats p {
        margin: 5px 0;
    }

.single-welcome-slide {
    height: 800px;
}
.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    background: linear-gradient(45deg, #1cc3b2, #0e2737, #845ec2, #009688);
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.marquee-content {
    display: inline-block;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    animation: marquee 20s linear infinite;
    color: white;
}

@keyframes marquee {
    from {
        transform: translateX(100vw);
    }

    to {
        transform: translateX(-100%);
    }
}
.hotel-search-form-area {
     padding-left: 5px; 
     padding-right: 5px;
}
.new-text {
    display: inline-block;
    background: #ff0;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
}
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blinking {
    background-color: #1cc3b2; /* Highlight color */
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    animation: blink 2s infinite;
}
/* Custom navigation container */
#sliderDiv .custom-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 9999;
}

/* Style for the nav buttons */
#sliderDiv .nav-btn {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: #fff;
    font-size: 22px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    pointer-events: all;
    border-radius: 50%;
    transition: background 0.3s ease;
}

    /* Hover effect */
    #sliderDiv .nav-btn:hover {
        background: rgba(0, 0, 0, 0.8);
    }

#sliderDiv .nav-btn:focus {
     outline: none; 
}
.classy-nav-container .classy-navbar .classynav ul li a {
    font-size: 18px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px !important;
}
.mySwiper {
    position: relative;
    padding-bottom: 50px; /* Creates space for dots */
}

    .mySwiper .swiper-pagination {
        bottom: 10px !important; /* Adjust spacing of dots */
    }

    .mySwiper .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 40px; /* Prevent content overlap */
    }

    .mySwiper .site-card img {
        max-width: 100%;
        border-radius: 8px;
    }


