.mySwiper {
    width: 100%;
    height: 65vh;
    /* height: auto; */
}

.swiper-slide {
    position: relative;
}

.slide-wrapper {
    /* position: relative; */
    /* display: flex; */
    align-items: center;
    overflow: hidden;
}

.slide-text-sub {
    max-width: 57%;
}

.slide-text-main {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 60%;
    background: #0c2c46;
    color: #fff;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
    z-index: 2;
}

.slide-text-main h2 {
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 3.906vw;
    line-height: 3.906vw;
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
}

.slide-text-main h2 span {
    color: #ffd100;
}

.slide-text-main span.space {
    display: block;
}

.slide-text-main p {
    text-align: left;
    font-size: 1.042vw;
    line-height: 1.5vw;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.slide-text-main .btn {
    padding: 15px 21px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
}

.slide-img {
    width: 100%;
    height: 100%;
}

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

/* Desktop only */
.desktop-slider {
    display: block;
}

.mobile-slider {
    display: none;
}

/* Mobile and Tablet only */
@media (max-width: 899px) {
    .desktop-slider {
        display: none;
    }

    .mobile-slider {
        display: block;
    }

    .mySwiper {
        width: 100%;
        height: 620px;
    }

    .Header__container {
        align-items: baseline !important;
    }
}

.mobslider_main {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 0 100px;
    margin-bottom: -50px;
    overflow: hidden;
}

.mobfirstslider__content {
    position: relative;
    padding: 70px 32px 45px;
    z-index: 10;
    order: 2;
    background: #0c2c46;
    color: #fff;
    height: 55vh;
    clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    margin-top: -50px;
}

.mobfirstslider__content .Hero__content__blocks>p {
    font-size: 12px;
    line-height: 17px;
    margin: 10px 0 1.5em;
}

.mobslider_main .Hero__media {
    height: 300px;
}

.Hero__media {
    position: relative;
    width: 100%;
    order: 1;
    background: no-repeat 50% / cover;
}

.Hero__media>img,
.Hero__media>video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.mobfirstslider__content h2 span.yelllowtext {
    color: #ffd100;
}

.mobfirstslider__content .btn {
    padding: 12px 15px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
}

.mobfirstslider__content h2 {
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 43px;
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
}

.mobfirstslider__content h2 span {
    color: #ffd100;
}

.mobfirstslider__content span.space {
    display: block;
}

.mobfirstslider__content p {
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.mobile-slider .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}

/* Default (desktop) – your current styles stay as-is */

/* Mobile layout */
@media (max-width: 767px) {
    .slide-wrapper {
        flex-direction: column;
        /* stack image + text */
        height: auto;
        /* let it grow naturally */
        position: relative;
    }

    .slide-img {
        width: 100%;
        height: auto;
        order: 1;
        /* show first */
    }

    .slide-img img {
        height: auto;
    }

    .slide-text-main {
        top: 345px;
        width: 100%;
        padding: 60px 20px !important;
        order: 2;
        clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
        left: -2px;
    }

    .slide-text-sub {
        max-width: 100%;
        /* allow full width text */
    }

    .slide-text-main h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .slide-text-main p {
        font-size: 15px;
        line-height: 20px;
    }

    .slide-text-main .btn {
        font-size: 14px;
        padding: 12px 18px;
    }

    /* Pagination styling for mobile */
    .swiper-pagination {
        position: relative;
        /* inside content block */
        margin-top: 20px;
        text-align: center;
    }

    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: #fff;
        opacity: 0.5;
    }

    .swiper-pagination-bullet-active {
        background: #ffd100;
        /* your yellow */
        opacity: 1;
    }

    .mySwiper .swiper-pagination {
        bottom: 50px !important;
    }

    .venues-second-section {
        padding: 60px 0 0 0 !important;
    }

    .facilities-section {
        padding: 0px 0 80px 0 !important;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .slide-wrapper {
        flex-direction: column;
        /* stack image + text */
        height: auto;
        /* let it grow naturally */
    }

    .slide-img {
        width: 100%;
        height: auto;
        order: 1;
        /* show first */
    }

    /* .slide-img img {
        height: auto;
    } */

    /* .slide-text-main {
        top: 355px;
        width: 100%;
        padding: 60px 60px !important;
        order: 2;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        left: -2px;
    } */

    .slide-text-sub {
        max-width: 100%;
        /* allow full width text */
    }

    /* .slide-text-main h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .slide-text-main p {
    font-size: 12px;
    line-height: 17px;
  }

  .slide-text-main .btn {
    font-size: 14px;
    padding: 12px 18px;
  } */

    /* Pagination styling for mobile */
    .swiper-pagination {
        position: relative;
        /* inside content block */
        margin-top: 20px;
        text-align: center;
    }

    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: #fff;
        opacity: 0.5;
    }

    .swiper-pagination-bullet-active {
        background: #ffd100;
        /* your yellow */
        opacity: 1;
    }
}

/* Default: show desktop, hide mobile */
.desktop-img {
    display: block;
}

.mobile-img {
    display: none;
}

/* On mobile: hide desktop, show mobile */
@media (max-width: 767px) {
    .desktop-img {
        display: none;
    }

    .mobile-img {
        display: block;
    }
}


/* General Section Styling */
.venues-section {
    padding: 60px 0 0px 0;
}

.venues-second-section {
    padding: 60px 0 180px 0;
}

.venues-section .container {
    margin: 0 auto;
    padding: 15px 0px 15px 30px;
}

@media (min-width: 576px) {
    .venues-section .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .venues-section .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .venues-section .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .venues-section .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .venues-section .container {
        max-width: 1260px;
    }
}

/* @media (min-width: 1401px) {
    .venues-section .container {
        max-width: 1720px;
    }
} */


.venues-section .section-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    color: #074D9D;
    letter-spacing: 5px;
    font-weight: 400;
}

/* Card Styling */
.venue-card {
    background: #EDEEEF 0% 0% no-repeat padding-box;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.card-image-wrapper {
    width: 100%;
    height: auto;
}

.card-image-wrapper img {
    width: 100%;
    /* height: 100%; */
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
    clip-path: polygon(0 0, 100% 0, 100% 91%, 0% 100%);
}

.venue-card:hover .card-image-wrapper img {
    transform: scale(1.05);
}

.card-content {
    padding: 20px 20px 40px 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    /* Make content box same height */
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.card-content h3 {
    /* font-size: 1.875rem; */
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 35px;
    font-weight: bold;
    color: #1F394C;
    min-height: 5rem;

}

.venue-card-second .card-content h3 {
    min-height: 1rem;

}

a.find-out-more {
    background: #074D9D 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    width: 180px;
    height: 50px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 19.2px;
}

.card-content p {
    font-size: 1.125rem;
    color: #1F394C;
    margin-bottom: 18px;
    /* Pushes the button to the bottom */
    min-height: 70px;
}

.find-out-more {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    transition: background-color 0.3s;
    text-align: center;
}

.find-out-more:hover {
    background-color: #0056b3;
}

/* --- Responsive Layout --- */

/* Desktop Grid (Default) */
.venues-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Hide the mobile slider by default */
.mobile-view {
    display: none;
}

/* Mobile/Tablet Styles */
@media (max-width: 992px) {
    .venues-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    /* Hide the grid on mobile */
    .desktop-view {
        display: none;
    }

    /* Show the slider on mobile */
    .mobile-view {
        display: block;
    }

    /* Slider-specific padding for better layout */
    .venues-slider {
        padding-bottom: 40px;
        /* Space for pagination */
    }

    .swiper-slide {
        display: flex;
        justify-content: flex-start;
    }

    /* Swiper Pagination and Navigation styles */
    .swiper-pagination-bullet {
        background: #ccc;
    }

    .swiper-pagination-bullet-active {
        background: #007bff;
    }
}

/* --- Facilities Section Styling --- */
.facilities-section {
    padding: 60px 0 80px 0;
    text-align: center;
    background-color: #fff;
}

.facilities-section .container {
    margin: 0 auto;
    padding: 0 30px;
}

@media (min-width: 576px) {
    .facilities-section .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .facilities-section .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .facilities-section .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .facilities-section .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .facilities-section .container {
        max-width: 1260px;
    }
}

/* @media (min-width: 1401px) {
    .facilities-section .container {
        max-width: 1720px;
    }
} */

.facilities-section .section-title {
    font-size: 3.125rem;
    font-weight: 700;
    color: #1E3760;
    margin-bottom: 20px;
    line-height: 60px;
}

.facilities-section .section-tags {
    margin-bottom: 20px;
}

.facilities-section .tag-item {
    font-size: 1rem;
    color: #074D9D;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 15px;
}

.facilities-section .section-description {
    max-width: 820px;
    margin: 0 auto 40px;
    font-size: 1.25rem;
    line-height: 28px;
    color: #666666;
}

/* Facilities Grid Layout */
.facilities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Facility Card Styling */
.facility-card {
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-right: 1px solid #666666;
}

.facility-card:last-child {
    border: none;
}

.facility-card .card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.facility-card .card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.facility-card h3 {
    font-size: 1.25rem;
    color: #074D9D;
    margin-bottom: 0px;
    margin-top: 0;
    min-height: 30px;
    line-height: 1.438rem;
}

.facility-card p {
    font-size: 1rem;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Button Styling */
.facility-card .button {
    background: #074D9D 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    width: 180px;
    height: 50px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 19.2px;
}

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

/* --- Responsive Styles --- */
@media (max-width: 1200px) {
    .facilities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* @media (max-width: 576px) {
    .facilities-grid {
        grid-template-columns: 1fr;
    }
} */

.Header__logo,
.Header__site-nav {
    position: relative !important;
}

.Header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 1200px) {
    body {
        padding-top: 165px !important;
    }

    .Header__inner {
        height: 165px !important;
    }

    /* .Header__logo {
        width: 254px !important;
    } */

    .Header__site-nav>ul>li>a {
        font-size: 1rem !important;
        padding: 0 15px !important;
    }

    .Header__site-nav>ul>li>ul {
        top: 112px !important;
    }
}

@media (min-width: 900px) {
    .Header__logo {
        top: 0 !important;
    }
}

/* Center pagination inside the slide */
.swiper-slide .swiper-pagination {
    position: absolute;
    bottom: 20px;
    /* distance from bottom */
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 8px;
    /* space between bullets */
}

.mySwiper .swiper-pagination {
    bottom: 30px;
}

/* Default bullet style */
.swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #fff;
    /* white dots */
    border-radius: 50%;
    transition: all 0.3s ease;
    opacity: 1;
}

/* Active bullet */
.swiper-pagination-bullet-active {
    background: #FFDA00;
    /* your brand color */
    opacity: 1;
}

/* Optional hover effect */
.swiper-pagination-bullet:hover {
    opacity: 0.8;
}


@media (max-width: 767px) {
    .card-content p {
        font-size: 0.75rem;
    }

    .card-content h3 {
        font-size: 1.25rem;
        line-height: 23px;
        min-height: 70px;
    }

    .venues-slider-secondsec .card-content h3 {
        min-height: 10px;
    }

    .facility-card h3 {
        min-height: 48px;
    }

    a.find-out-more,
    .facility-card .button {
        width: 155px;
        height: 44px;
        font-size: 0.875rem;
        line-height: 15px;
    }

    .facility-card .card-content {
        padding: 0;
    }

    .facility-card:nth-child(2n) {
        border-right: none;
    }

    .facilities-grid {
        gap: 10px;
    }

    .facility-card {
        padding: 5px;
    }

    .facilities-section .section-title {
        font-size: 2.5rem;
        line-height: 43px;
    }

    .facilities-section .tag-item {
        font-size: 0.813rem;
        line-height: 20px;
    }

    .facilities-section .section-description {
        font-size: 0.75rem;
        line-height: 17px;
    }

    .venue-card {
        border-radius: 0px;
    }

    .venues-slider {
        max-height: 65vh;
        height: 62vh;
    }

    .venues-slider-secondsec {
        max-height: 65vh;
        height: 60vh;
    }
}

/* .venues-slider { 
        max-height: 55vh;
        height: 50vh;
    } */
@media (min-width: 768px) and (max-width: 1024px) {
    .venues-slider {
        max-height: 70vh;
        height: 65vh;
    }

    .facility-card:nth-child(2n) {
        border-right: none;
    }

    .venues-section {
        padding: 60px 0 0 0;
    }

    .slide-text-main h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .slide-text-main p {
        font-size: 22px;
        line-height: 30px;
    }

    .mySwiper .swiper-pagination {
        bottom: 60px;
    }
}

/* @media (min-width: 1200px) and (max-width: 1600px) {
    .slide-text-main h2 {
        font-size: 49px;
        line-height: 50px;
    }
}

@media (min-width: 1601px) and (max-width: 1900px) {
    .slide-text-main h2 {
        font-size: 62px;
        line-height: 62px;
    }
} */
@media (min-width: 1201px) and (max-width: 1366px) {
    .slide-text-main h2 {
        font-size: 45px;
        line-height: 50px;
    }

    .slide-text-main p {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    /* .slide-text-main h2 {
        font-size: 45px;
        line-height: 50px;
    } */

    .slide-text-main p {
        font-size: 16px;
        line-height: 21px;
    }

    .slide-text-sub {
        max-width: 60%;
    }
}

@media (min-width: 768px) and (max-width: 1366px) {
    /* .slide-text-main h2 {
        font-size: 70px;
        line-height: 75px;
    } */

    .venues-slider {
        max-height: 70vh;
        height: 65vh;
    }

    .facility-card:nth-child(2n) {
        border-right: none;
    }

    .venues-second-section {
        padding: 60px 0 60px 0;
    }

    /* .slide-text-main p {
        font-size: 22px;
        line-height: 30px;
    } */

    .mySwiper .swiper-pagination {
        bottom: 70px;
    }

    .facilities-section {
        padding: 0px 0 80px 0;
    }

    .card-content {
        padding: 20px 20px 100px 20px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (min-device-height: 1366px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .card-content h3 {
        font-size: 18px;
        line-height: 25px;
        min-height: 51px;

    }

    .card-content p {
        font-size: 15px;

    }

    .card-content {
        padding: 20px 20px 40px 20px;
    }

    .facilities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .venues-second-section {
        padding: 60px 0 100px 0;
    }

    .slide-text-main {
        top: 475px;
    }

    .slide-text-main p {
        font-size: 30px;
        line-height: 40px;
    }

    .slide-text-main .btn {
        padding: 25px 30px;
        font-size: 20px;
        line-height: 20px;
    }

    .slide-text-main h2 {
        font-size: 70px;
        line-height: 75px;
    }

    .slide-text-main {
        top: 355px;
        width: 100%;
        padding: 60px 60px !important;
        order: 2;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        left: -2px;
    }

}

@media only screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 600px) {

    .slide-text-main {
        top: 0px;
        background: transparent;
        /* color: #000; */
    }
}

@media (min-width: 900px) and (max-width: 1024px) {
    .slide-text-main p {
        max-width: 65%;
        font-size: 16px;
        line-height: 25px;
    }
}

@media (max-width: 375px) {
    .mobfirstslider__content h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .venues-slider {
        max-height: 75vh;
        height: 70vh;
    }

    .card-content h3 {
        font-size: 1.2rem;
    }

    .facilities-section .container {
        padding: 0 15px;
    }
}