/********** Template CSS **********/
:root {
    --primary: #009898;
    --secondry: #ff434f;
    --light: #f5f5f5;
    --dark: #353535;
}

body,
html {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    background-color: #ffffff !important;
    /* font-family: "Alegreya", serif !important; */
    /* background-color: #f5f0ee; */
}

/* Style for the content */
.content {
    padding: 50px;
    color: white;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.8px !important;
}

p, ul li, span, a {
    letter-spacing: 0.5px !important;
}

a {
    text-decoration: none;
    font-size: 1rem;
}

h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

p {
    font-size: 1em;
    margin-bottom: 20px;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity 0.5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }

/*** Button ***/
.btn {
    font-weight: 500;
    transition: 0.5s;
}

    .btn.btn-primary,
    .btn.btn-secondary {
        color: #ffffff;
    }

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar {
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.201) -6px -2px 16px 0px;
}

.navbar-nav svg {
    width: 16px !important;
    height: 16px !important;
    fill: var(--dark);
    stroke: var(--dark);
    transition: fill 0.3s ease;
}

.navbar-nav .nav-link:hover svg {
    fill: var(--primary);
    stroke: var(--primary);
}

.nav-item.nav-link img {
    color: inherit;
}

.nav-item.nav-link.active svg {
    fill: var(--primary);
    stroke: var(--primary);
}


.nav-item.nav-link.active {
    color: var(--primary) !important;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 12px;
    padding: 25px 0;
    font-size: 15px;
    font-weight: 600 !important;
    text-transform: uppercase;
    outline: none;
}

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #009f9f;
    }

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #eeeeee;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar {
    z-index: 9999 !important;
    width: 100% !important;
}

.header-carousel .owl-carousel-item {
    min-height: 100vhpx !important;
}

@media (min-width: 992px) {

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
}

/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

        .header-carousel .owl-carousel-item img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .header-carousel .owl-carousel-item h5,
        .header-carousel .owl-carousel-item p {
            font-size: 14px !important;
            font-weight: 400 !important;
        }

        .header-carousel .owl-carousel-item h1 {
            font-size: 30px;
            font-weight: 600;
        }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        background: transparent;
        border: 1px solid #ffffff;
        font-size: 22px;
        transition: 0.5s;
    }

        .header-carousel .owl-nav .owl-prev:hover,
        .header-carousel .owl-nav .owl-next:hover {
            background: var(--primary);
            border-color: var(--primary);
        }

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #ffffff;
    transition: 0.5s;
}

    .header-carousel .owl-dot::after {
        position: absolute;
        content: "";
        width: 5px;
        height: 5px;
        top: 4px;
        left: 4px;
        background: transparent;
        border: 1px solid #ffffff;
    }

    .header-carousel .owl-dot.active {
        background: var(--primary);
        border-color: var(--primary);
    }


.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

/*** Section Title ***/
.section-title h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
}

.section-title.text-start h1 {
    padding-left: 0;
}

.section-title h1::before,
.section-title h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    bottom: 0;
    background: var(--dark);
}

.section-title p, .read-more {
    font-size: 14px !important;
}

.section-title h1::before {
    left: 0;
}

.section-title h1::after {
    right: 0;
}

.section-title.text-start h1::before {
    display: none;
}

.about {
    background-color: #f8f8f8;
}

.about-img img {
    height: 400px !important;
}

/*** About ***/
@media (max-width: 480px) {
    .about-img img {
        height: 400px !important;
    }
}

@media (max-width: 481px) and (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text {
        padding-right: calc(((100% - 960px) / 2) + 0.75rem);
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
    }
}

@media (min-width: 1400px) {
    .about-text {
        padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
    }
}

/*** Service ***/
.service-item img {
    transition: 0.5s;
}

.service-item:hover img {
    transform: scale(1.1);
}

/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text {
        padding-left: calc(((100% - 960px) / 2) + 0.75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
    }
}

/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: 0.5s;
    border-bottom: 2px solid transparent;
}

    #portfolio-flters li:hover,
    #portfolio-flters li.active {
        color: var(--primary);
        border-color: var(--primary);
    }

.portfolio-item img {
    transition: 0.5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    background: #3535353d;
    transition: 0.5s;
}

.portfolio-item:hover .portfolio-overlay {
    width: 100%;
    height: 100%;
    left: 0;
}

.portfolio-item .portfolio-overlay .btn {
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
    opacity: 1;
}

/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text {
        padding-right: calc(((100% - 960px) / 2) + 0.75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text {
        padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text {
        padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
    }
}

/*** Team ***/
.team-item img {
    transition: 0.5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 38px;
    top: 50%;
    left: -38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background: #ffffff;
    transition: 0.5s;
}

    .team-item .team-social .btn {
        color: var(--primary);
        background: #ffffff;
    }

        .team-item .team-social .btn:hover {
            color: #ffffff;
            background: var(--primary);
        }

.team-item:hover .team-social {
    left: 0;
}

/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient( to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100% );
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient( to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100% );
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    border: 5px solid var(--light);
    transform: scale(0.8);
    transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: 0.5s;
}

    .testimonial-carousel .owl-nav .owl-prev:hover,
    .testimonial-carousel .owl-nav .owl-next:hover {
        color: var(--dark);
    }

/*** Contact ***/

@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text {
        padding-left: calc(((100% - 960px) / 2) + 0.75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text {
        padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text {
        padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
    }
}

/*** Footer ***/
.footer {
    background: linear-gradient(rgba(53, 53, 53, 0.7), rgba(53, 53, 53, 0.7)), url(../img/footer.jpg) center center no-repeat;
    background-size: cover;
}

    .footer .btn.btn-social {
        margin-right: 5px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--light);
        border: 1px solid #ffffff;
        transition: 0.3s;
    }

        .footer .btn.btn-social:hover {
            color: var(--primary);
        }

    .footer .btn.btn-link, .btn.btn-link-two {
        display: block;
        margin-bottom: 5px;
        padding: 0;
        text-align: left;
        color: #ffffff;
        font-size: 15px;
        font-weight: normal;
        text-transform: capitalize;
        transition: 0.3s;
    }

        .footer .btn.btn-link::before {
            position: relative;
            content: "\f105";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            margin-right: 10px;
        }

        .footer .btn.btn-link:hover {
            color: #009f9f;
            box-shadow: none;
        }

    .footer .copyright {
        padding: 25px 0;
        font-size: 15px;
        border-top: 1px solid rgba(256, 256, 256, 0.1);
    }

        .footer .copyright a {
            color: var(--light);
        }

            .footer .copyright a:hover {
                color: var(--primary);
            }

.special-card {
    width: 16rem !important;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border: 1.4px solid rgb(231, 231, 231);
    padding: 0 !important;
    margin: 6px !important;
}

.special-card-img {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -400px;
    left: 0;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

    .special-card-img::after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #00000070;
        inset: 0;
    }

.special-card:hover .special-card-img {
    bottom: 0px;
}

.special-card-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    color: #fff !important;
}

    .special-card-content h1 {
        font-size: 1.5rem !important;
        color: #fff;
    }

.heading-card {
    font-size: 1.3rem !important;
    text-align: center !important;
    font-weight: 600;
    margin-bottom: 0 !important;
    color: rgb(92, 92, 92) !important;
}

#special-card-svg {
    width: 80px;
    height: 80px;
    fill: var(--main-bg-color);
    text-align: center !important;
}

.gallery-img li img {
    width: 80px;
    border: 2px solid white;
    border-radius: 6px;
}

.gallery-img li:hover img {
    box-shadow: rgba(0, 234, 255, 0.79) 1.95px 1.95px 2.6px;
    cursor: pointer;
}

/*management*/


.our-facilities {
    background-color: white !important;
}

.section_our_solution .row {
    align-items: center;
}

.our_solution_category {
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: -1 !important;
    flex-direction: row;
    flex-wrap: wrap;
}

    .our_solution_category .solution_cards_box {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.solution_cards_box .solution_card {
    flex: 4 50%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 265px;
    transition: 0.7s;
}

    .solution_cards_box .solution_card:hover {
        background: #00696948;
        color: #fff;
        transform: scale(1.03);
        z-index: 0;
    }

        .solution_cards_box .solution_card:hover::before {
            background: hsl(59, 72%, 52% / 10%);
        }

        .solution_cards_box .solution_card:hover .solu_title h3,
        .solution_cards_box .solution_card:hover .solu_description p {
            color: #fff;
            font-size: 16px !important;
        }

    .solution_cards_box .solution_card:before {
        content: "";
        position: absolute;
        background: rgb(85 108 214 / 5%);
        width: 170px;
        height: 400px;
        z-index: -1;
        transform: rotate(42deg);
        right: -56px;
        top: -23px;
        border-radius: 35px;
    }

    .solution_cards_box .solution_card:hover .solu_description button {
        background: #fff !important;
        color: #309df0;
    }

.solution_card .solu_title div {
    color: #212121;
    font-size: 1.4rem !important;
}

.solution_card .solu_description p {
    font-size: 15px;
    margin-bottom: 15px;
}

.solution_card .solu_description button {
    border: 0;
    border-radius: 15px;
    background: linear-gradient( 140deg, #ddda2ab6 0%, #ddda2ab6 50%, #ddda2a78 75% ) !important;
    color: #fff;
    font-weight: 500;
    font-size: 0.5rem;
    padding: 5px 16px;
}

.our_solution_content div {
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.our_solution_content p {
}

.hover_color_bubble {
    position: absolute;
    background: rgb(54 81 207 / 15%);
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
    top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution_card .solu_description p {
    font-size: 14px !important;
}

.solution_cards_box .solution_card .so_top_icon img {
    width: 40px;
    height: 50px;
    object-fit: contain;
}

.our_solution_category {
    width: 100% !important;
    margin: 0 auto;
}

.extand-btn {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

/*start media query*/
@media screen and (min-width: 320px) {
    .sol_card_top_3 {
        position: relative;
        top: 0;
    }

    .our_solution_category {
        width: 100%;
        margin: 0 auto;
    }

        .our_solution_category .solution_cards_box {
            flex: auto;
        }
}

@media only screen and (min-width: 768px) {
    .our_solution_category .solution_cards_box {
        flex: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .sol_card_top_3 {
        position: relative;
        top: -3rem;
    }

    .our_solution_category {
        width: 80%;
        margin: 0 auto;
    }
}

/*events*/
.events {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 300px;
}

    .events::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
        z-index: 1;
    }

.upcoming-event {
    background-color: #f8f8f8;
}

.events-content {
    position: absolute;
    top: 50%;
    left: -50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 2;
    padding: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(12, 12, 12, 0.541);
    transition: all 0.3s ease-in;
}

.events:hover .events-content {
    left: 50%;
    cursor: pointer;
}

.events-content h2 {
    font-size: 20px;
    color: white;
    margin-bottom: 5px;
}

.events-content p {
    margin-bottom: 0;
    font-size: 14px;
}

/*contact*/

.form-content ul li {
    display: flex;
    align-items: start;
}

    .form-content ul li span svg {
        width: 20px !important;
        height: 20px !important;
        fill: var(--primary);
    }

/*about*/

.about-details h2 {
    color: rgb(35, 33, 33);
}

.about-details ul {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

    .about-details ul li {
        background-color: #b0e3e3;
        color: rgb(30, 29, 29);
        padding: 12px 16px;
        border-radius: 6px;
        font-weight: 500;
    }

        .about-details ul li span svg {
            width: 20px;
            height: 20px;
            margin-right: 4px;
            fill: white;
        }

/*affiliated*/
.affiliated-club-card {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

    .affiliated-club-card ul li h1 {
        font-weight: 600 !important;
    }

    .affiliated-club-card ul li svg {
        width: 18px !important;
        height: 18px !important;
        fill: var(--primary) !important;
    }

.recent-news-parent {
    background-color: #f8f8f8;
}

/*conference-booking*/
/*.page-header {
  background: linear-gradient(#08080840, #08080847),
    url(../img/about-page.jpg) center center no-repeat;
  background-size: cover;*/
/* padding-top: 300px; */
/*position: relative !important;
}*/


/* .dropdowns-two{
  padding: 30px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-top: 30px !important;
  position: fixed;
  left: 5%;
  top: 50px;
  z-index: 1;
  border-bottom: 3px solid var(--primary);
  transition: top 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
} */

.dropdowns-one {
    position: absolute;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    left: 5%;
    top: 84%;
    z-index: 1;
    border-bottom: 3px solid var(--primary);
    transition: top 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
    width: 90% !important;
    margin-left: 10px;
}

.hidden {
    visibility: hidden;
    opacity: 0;
}

.instruction-text {
    color: #fff;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    text-align: center;
}


/* 
.course-select {
  width:150px;  
  outline: none;
  border: 1px solid #d9d9d9;
  padding: 1rem;
  font-size: 1.1rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
  cursor: pointer;
  margin: 6px;
} */

.form-select {
    padding: 1rem;
    font-size: 12px !important;
}


/* .dropwoand-parent{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} */

.dropwoand-parent {
    background-color: white;
}


.course-select:focus,
.course-select:hover {
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.329);
}

.seacrh-btn {
    background-color: var(--second-bg-color-dark);
    border-radius: 4px;
    font-weight: 600 !important;
    border: none;
    transition: all 0.5s ease;
    text-decoration: none !important;
    color: white;
    padding: 1rem 3rem;
    font-size: 0.9rem !important;
}

    .seacrh-btn:hover {
        transform: translateY(-6px);
        background-color: var(--second-bg-color-dark);
    }

.filter-container {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border: 1px solid #dcdcdc;
    padding: 16px;
}

.filter-title {
    font-size: 18px !important;
    font-weight: bold;
    color: #ffffff;
    border-radius: 4px;
    background-color: var(--primary);
    padding: 12px;
}



.form-check-label {
    font-size: 14px !important;
}

.form-check-input:checked {
    background-color: var(--second-bg-color-dark);
    border-color: var(--second-bg-color-dark);
}

    .form-check-input:checked + .form-check-label {
        color: var(--second-bg-color-dark);
        font-weight: 400;
    }

.conference-card {
    background-color: #fff;
    border: 1px solid #ddd;
}

    .conference-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .conference-card h1 {
        font-size: 0.8rem !important;
        color: #5a5a5a;
    }

    .conference-card p {
        font-size: 0.9rem !important;
        color: #000;
        font-weight: 600;
    }

.conference-card-content {
    padding: 20px;
}


.filter-subtitle {
    font-size: 14px !important;
    font-weight: bold;
    margin-bottom: 10px;
}

.form-check-label,
.form-check-label-danger,
.form-check-label-success {
    font-size: 13px !important;
    font-weight: 500;
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}


#videoConferencing + label {
    color: #00993f !important;
    font-size: 12px !important;
}

#videoConferencing:checked + label {
    color: #00993f !important;
}

#videoConferencing:checked {
    color: #00993f !important;
    background-color: #00993f !important;
    border-color: #00993f !important;
}

#noVideoConferencing:disabled + label {
    color: red !important;
    font-size: 12px !important;
    font-weight: 600;
}

.videoConferencing {
    color: #00993f !important;
    font-size: 0.8rem !important;
}

.noVideoConferencing {
    color: red !important;
    font-size: 0.8rem !important;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
    opacity: 1 !important;
}

.form-check-label-danger:checked {
    background-color: var(--secondry) !important;
    border-color: var(--secondry) !important;
}

.form-check-input:checked + .form-check-label {
    color: var(--primary);
    font-weight: 600;
}

.btn-second {
    background-color: var(--secondry);
    border: 1px solid var(--secondry);
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.btn.btn-primary, .btn.btn-memeber {
    background-color: var(--primary);
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.btn-memeber span {
    font-size: 14px !important;
}

.btn.btn-primary:hover {
    transform: translateY(-4px);
}

.btn-second:hover {
    color: #fff !important;
    transform: translateY(-4px);
}

.btn-second-outline {
    border: 1px solid var(--primary);
    color: var(--primary);
    transition: all 0.3s ease-in-out;
}

    .btn-second-outline:hover {
        background-color: var(--primary);
        color: #fff;
        transform: translateY(-4px);
    }

.main {
    margin-top: 72px !important;
}

/*room-details*/
.room-details-card-back {
    background-color: var(--primary);
}

.room-details-card-left {
    background-color: #ffffff;
}

    .room-details-card-left h5 {
        font-size: 1.5rem !important;
    }

    .room-details-card-left p {
        font-size: 1rem !important;
    }

.custom-heading {
    flex: 0.5;
    /* Make h6 take up equal space */
    text-align: left;
    /* Align text to the left */
    margin: 0;
    /* Remove any default margin */
    font-weight: bold;
    /* Optional: make the heading bold */
    font-size: 16px !important;
}

/* Custom class for <p> to ensure consistent behavior */
.custom-paragraph {
    flex: 1;
    /* Make p take up equal space */
    text-align: left;
    /* Align text to the left */
    margin: 0;
    /* Remove any default margin */
}

.room-deatil-content p {
    font-size: 14px !important;
}

.room-deatil-content > div:not(:last-child) {
    border-bottom: 1px solid rgb(192, 192, 192);
    padding: 8px 0;
}

.charge-amounts {
    /* border: 1px solid #2c2c2c4b; */
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.charge-amounts-broder {
    border-top: 1px solid #2c2c2c4b;
}

.charge-amounts-option {
    font-size: 14px !important;
}

.slot-header {
    background-color: var(--primary);
    margin: 0 !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

    .slot-header h6,
    .slot-header p {
        color: #fff !important;
        font-size: 0.9rem !important;
    }

.slot-headerOther {
    /* background-color: var(--primary); */
    margin: 4px 0 !important;
}

    .slot-headerOther p {
        color: var(--dark);
        font-size: 0.9rem !important;
        font-weight: 700 !important;
    }

.charge-parent {
    /* background-color: #ffffff !important; */
    /* padding: 12px; */
}

.arrow {
    right: -8px !important;
    top: 20% !important;
}

.room-details,
.about-details-parent,
.contact-us,
.member-login, .gallery-pre {
    background-image: linear-gradient( rgba(255, 255, 255, 0.653), rgba(255, 255, 255, 0.653) ), url("../img/room-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.room-details {
    padding-top: 90px;
}

.booking-date-sapn {
    font-weight: 400 !important;
    font-size: 18px !important;
}

.booking-date {
    background-color: var(--secondry);
}

.confirmation-deatils, .booking-form-1 {
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


/*Members Login*/
.custom-form {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.491) 0px 0px 0px 1px;
}

.form-group {
    margin-bottom: 10px;
}

    .form-group label {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 3px;
    }

.input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
}

    .input-wrapper svg {
        margin-right: 10px;
    }

.input-field {
    border: none;
    outline: none;
    width: 100%;
    font-size: 13px;
    margin-left: 8px;
}

.options-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.forgot-password {
    font-size: 12px;
    color: #007bff;
    cursor: pointer;
}

.submit-btn {
    background-color: var(--primary);
    color: #fff;
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.no-account {
    text-align: center;
    font-size: 14px;
}

.span-link {
    color: #007bff;
    cursor: pointer;
}

.modal-body p {
    font-size: 14px !important;
}

/* General Gallery container */
.gallery {
    position: fixed;
    right: 8px;
    top: 30%;
    z-index: 999999;
    display: flex; /* Align both icons horizontally */
    flex-direction: column; /* Stack the icons vertically */
    gap: 10px; /* Space between icons */
    transition: right 0.3s ease;
}

/* Style for individual gallery icons */
.gallery-icon {
    background-color: white;
    padding: 8px;
    border-radius: 50%;
    box-shadow: rgba(0, 148, 116, 0.2) 0px 0px 0px 1px inset, rgba(0, 160, 139, 0.9) 0px 0px 0px 1px;
    transition: transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .gallery-icon:hover {
        transform: scale(1.1);
        cursor: pointer;
    }

    .gallery-icon img {
        width: 30px;
        height: 30px;
    }

.icon-1:hover svg {
    fill: var(--primary);
}

.icon-2:hover svg {
    fill: var(--secondary);
}



.lead {
    color: #aaa;
}

/* Card Styles */
.card {
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 20px;
    min-height: 250px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}




    /* Card with Background Image */
    .card.card-has-bg {
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
        background-size: 120%;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .card.card-has-bg:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: inherit;
        }

        .card.card-has-bg:hover {
            transform: scale(0.98);
            box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
            background-size: 130%;
            transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
        }

            .card.card-has-bg:hover .card-img-overlay {
                transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
            }

/* Card Footer */
.card-footer {
    background: none;
    border-top: none;
}

    .card-footer .media img {
        border: solid 3px rgba(255, 255, 255, 0.3);
    }

/* Card Title */
.card-title {
    font-weight: 800;
    color: white !important;
}

/* Card Metadata */
.card-meta {
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

/* Card Body */
.card-body {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card:hover .card-body {
    margin-top: 30px;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card:hover {
    cursor: pointer;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card-img-overlay {
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(12, 12, 12, 0.678);
    background: linear-gradient(0deg, rgba(1, 1, 1, 0) 0%, rgba(0, 0, 0, 0.557) 100%);
}

.gallery-view {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.gallery-pre-content {
    position: relative;
    cursor: pointer;
}

    .gallery-pre-content::after {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.288);
    }

    .gallery-pre-content:hover .gallery-view {
        opacity: 1;
    }

.img-length {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
}

    .img-length p {
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
        background-color: var(--primary) !important;
        color: #fff !important;
    }

.thank-you {
    padding-top: 80px;
}


@media (max-width: 768px) {
    .card {
        min-height: 350px;
    }
}

@media (max-width: 420px) {
    .card {
        min-height: 300px;
    }
}

@media (max-width: 480px) {


    .dropdowns-one {
        padding: 12px !important;
        left: 5%;
        top: 84% !important;
        width: 99%;
        margin-left: 0px !important;
    }

    .main {
        margin-top: 220px !important;
    }

    .navbar-nav .nav-link {
        padding: 6px 0 !important;
    }

    .header-carousel .owl-carousel-item {
        min-height: 364px !important; /* for screens between 320px and 480px */
    }

    .back-to-top {
        right: 13px;
        bottom: 23px;
        z-index: 99;
    }


    .hero p {
        font-size: 12px !important;
    }

    h1 {
        font-size: 2em;
        margin-bottom: 20px;
    }

    p {
        font-size: 0.8em;
        margin-bottom: 20px;
    }
}


@media (min-width: 481px) and (max-width:1029px) {


    .dropdowns-one {
        padding: 12px !important;
        left: 5%;
        top: 84% !important;
        width: 100% !important;
        margin-left: 0px !important;
    }

    .header-carousel .owl-carousel-item {
        min-height: 100vh !important;
    }

        .header-carousel .owl-carousel-item img {
            height: 100vh !important;
        }

    .main {
        margin-top: 180px !important;
    }

    .hero p {
        font-size: 13px !important;
    }
}

@media (min-width: 601px) {
    .header-carousel .owl-carousel-item {
        min-height: 100vh !important;
    }

        .header-carousel .owl-carousel-item img {
            height: 100vh !important;
        }
}

@media (min-width: 768px) and (max-width:1211px) {
    .nav-item.nav-link {
        font-size: 10px !important;
    }

    .btn .btn-memeber .py-4 {
        padding: 12px !important;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-right: 4px !important;
    }
}


#exampleModal {
    z-index: 999999999 !important;
}

#zoom-icon:hover {
    opacity: 0.7;
}

.image-zoom img {
    width: 100% !important;
    height: 416px !important;
    object-fit: initial;
    object-position: center;
}

/*Start-card-Event-View*/


.custom-container {
    margin: 50px auto 0;
}

.custom-u-float-right {
    float: right;
}

.custom-u-flex-center {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.custom-subtle {
    color: #888;
    font-size: 12px;
}


.custom-card-media {
    border-radius: 2px;
    margin-bottom: 25px;
    transition: all 300ms ease-out;
    width: 100%;
}

    .custom-card-media:hover {
        box-shadow: 0 5px 14px rgba(0, 0, 0, .2);
    }

.custom-card-media-object-container {
    background: none;
    float: left;
    height: 100%;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
}

.custom-card-media-object {
    background-position: center center;
    background-size: cover;
    height: 100%;
}


.custom-card-media-object-tag {
    background-color: #fff;
    border-radius: 2px;
    padding: 2px 7px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.custom-card-media-object-social-list {
    bottom: 4px;
    left: 10px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 20;
}

    .custom-card-media-object-social-list li {
        border-radius: 50%;
        display: inline-block;
        height: 30px;
        margin-right: 6px;
        opacity: 0;
        overflow: hidden;
        transform: translateY(5px);
        transition: all 300ms ease-out;
        width: 30px;
    }

.custom-card-media:hover .custom-card-media-object-social-list li {
    opacity: 1;
    transform: translateY(0);
}

.custom-card-media-object-social-list li:nth-child(1) {
    transition-delay: 0;
}

.custom-card-media-object-social-list li:nth-child(2) {
    transition-delay: 75ms;
}

.custom-card-media-object-social-list li:nth-child(3) {
    transition-delay: 150ms;
}

.custom-card-media-object-social-list-item-additional {
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    padding-top: 7px;
    text-align: center;
}

.custom-card-media-body {
    background-color: #fff;
    float: left;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12) !important;
}

.term-conditions {
    font-size: 12px;
    margin-left: 8px !important;
    font-weight: 600;
}

/*End-card-Event-View*/

.venue-status-table {
    overflow: scroll !important;
}

    .venue-status-table th, .venue-status-table td {
        text-align: center;
        vertical-align: middle;
        padding: 4px;
    }

    .venue-status-table .available {
        background-color: #198754 !important;
        color: white;
        width: 28px;
    }

.session-lunch {
    /* width: 184px; */
}

.venue-status-table .booked {
    background-color: #dc3545 !important;
    color: white;
}


.slot-time {
    font-size: 13px;
    font-weight: 600;
}

.venue-name {
    font-size: 12px;
    font-weight: 600;
}

.name-slot {
    width: 10%; /* Adjust percentage based on your layout */
    min-width: 180px; /* Ensures readability */
    text-align: center; /* Centers the text */
}


/* .venue-status-table .session-hi-tea { background-color: #007a7a; color: white; }
.venue-status-table .session-dinner { background-color: #805500; color: white; }
.venue-status-table .session-lunch { background-color: #5c4b51; color: white; } */
.venue-status-table .venue-name {
    font-weight: bold;
    color: #333;
}

.modal-slot-details {
    border-radius: 4px;
    background-color: #fbfbfb;
    margin: 12px;
    height: 100%; /* Ensures full height within its column */
    display: flex;
    flex-direction: column; /* Aligns content properly */
    margin-bottom: 12px;
}
/********** Template CSS **********/
:root {
    --primary: #009898;
    --secondry: #ff434f;
    --light: #f5f5f5;
    --dark: #353535;
}

body,
html {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    background-color: #ffffff !important;
    /* font-family: "Alegreya", serif !important; */
    /* background-color: #f5f0ee; */
}

/* Style for the content */
.content {
    padding: 50px;
    color: white;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.8px !important;
}

p, ul li, span, a {
    letter-spacing: 0.5px !important;
}

a {
    text-decoration: none;
    font-size: 1rem;
}

h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

p {
    font-size: 1em;
    margin-bottom: 20px;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity 0.5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }

/*** Button ***/
.btn {
    font-weight: 500;
    transition: 0.5s;
}

    .btn.btn-primary,
    .btn.btn-secondary {
        color: #ffffff;
    }

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar {
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.201) -6px -2px 16px 0px;
}

.navbar-nav svg {
    width: 16px !important;
    height: 16px !important;
    fill: var(--dark);
    stroke: var(--dark);
    transition: fill 0.3s ease;
}

.navbar-nav .nav-link:hover svg {
    fill: var(--primary);
    stroke: var(--primary);
}

.nav-item.nav-link img {
    color: inherit;
}

.nav-item.nav-link.active svg {
    fill: var(--primary);
    stroke: var(--primary);
}


.nav-item.nav-link.active {
    color: var(--primary) !important;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 12px;
    padding: 25px 0;
    font-size: 15px;
    font-weight: 600 !important;
    text-transform: uppercase;
    outline: none;
}

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #009f9f;
    }

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #eeeeee;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar {
    z-index: 9999 !important;
    width: 100% !important;
}

.header-carousel .owl-carousel-item {
    min-height: 100vhpx !important;
}

@media (min-width: 992px) {

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
}

/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

        .header-carousel .owl-carousel-item img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .header-carousel .owl-carousel-item h5,
        .header-carousel .owl-carousel-item p {
            font-size: 14px !important;
            font-weight: 400 !important;
        }

        .header-carousel .owl-carousel-item h1 {
            font-size: 30px;
            font-weight: 600;
        }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        background: transparent;
        border: 1px solid #ffffff;
        font-size: 22px;
        transition: 0.5s;
    }

        .header-carousel .owl-nav .owl-prev:hover,
        .header-carousel .owl-nav .owl-next:hover {
            background: var(--primary);
            border-color: var(--primary);
        }

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #ffffff;
    transition: 0.5s;
}

    .header-carousel .owl-dot::after {
        position: absolute;
        content: "";
        width: 5px;
        height: 5px;
        top: 4px;
        left: 4px;
        background: transparent;
        border: 1px solid #ffffff;
    }

    .header-carousel .owl-dot.active {
        background: var(--primary);
        border-color: var(--primary);
    }


.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

/*** Section Title ***/
.section-title h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
}

.section-title.text-start h1 {
    padding-left: 0;
}

.section-title h1::before,
.section-title h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    bottom: 0;
    background: var(--dark);
}

.section-title p, .read-more {
    font-size: 14px !important;
}

.section-title h1::before {
    left: 0;
}

.section-title h1::after {
    right: 0;
}

.section-title.text-start h1::before {
    display: none;
}

.about {
    background-color: #f8f8f8;
}

.about-img img {
    height: 400px !important;
}

/*** About ***/
@media (max-width: 480px) {
    .about-img img {
        height: 400px !important;
    }
}

@media (max-width: 481px) and (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text {
        padding-right: calc(((100% - 960px) / 2) + 0.75rem);
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
    }
}

@media (min-width: 1400px) {
    .about-text {
        padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
    }
}

/*** Service ***/
.service-item img {
    transition: 0.5s;
}

.service-item:hover img {
    transform: scale(1.1);
}

/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text {
        padding-left: calc(((100% - 960px) / 2) + 0.75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
    }
}

/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: 0.5s;
    border-bottom: 2px solid transparent;
}

    #portfolio-flters li:hover,
    #portfolio-flters li.active {
        color: var(--primary);
        border-color: var(--primary);
    }

.portfolio-item img {
    transition: 0.5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    background: #3535353d;
    transition: 0.5s;
}

.portfolio-item:hover .portfolio-overlay {
    width: 100%;
    height: 100%;
    left: 0;
}

.portfolio-item .portfolio-overlay .btn {
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
    opacity: 1;
}

/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text {
        padding-right: calc(((100% - 960px) / 2) + 0.75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text {
        padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text {
        padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
    }
}

/*** Team ***/
.team-item img {
    transition: 0.5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 38px;
    top: 50%;
    left: -38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background: #ffffff;
    transition: 0.5s;
}

    .team-item .team-social .btn {
        color: var(--primary);
        background: #ffffff;
    }

        .team-item .team-social .btn:hover {
            color: #ffffff;
            background: var(--primary);
        }

.team-item:hover .team-social {
    left: 0;
}

/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient( to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100% );
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient( to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100% );
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    border: 5px solid var(--light);
    transform: scale(0.8);
    transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: 0.5s;
}

    .testimonial-carousel .owl-nav .owl-prev:hover,
    .testimonial-carousel .owl-nav .owl-next:hover {
        color: var(--dark);
    }

/*** Contact ***/

@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text {
        padding-left: calc(((100% - 960px) / 2) + 0.75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text {
        padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text {
        padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
    }
}

/*** Footer ***/
.footer {
    background: linear-gradient(rgba(53, 53, 53, 0.7), rgba(53, 53, 53, 0.7)), url(../img/footer.jpg) center center no-repeat;
    background-size: cover;
}

    .footer .btn.btn-social {
        margin-right: 5px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--light);
        border: 1px solid #ffffff;
        transition: 0.3s;
    }

        .footer .btn.btn-social:hover {
            color: var(--primary);
        }

    .footer .btn.btn-link, .btn.btn-link-two {
        display: block;
        margin-bottom: 5px;
        padding: 0;
        text-align: left;
        color: #ffffff;
        font-size: 15px;
        font-weight: normal;
        text-transform: capitalize;
        transition: 0.3s;
    }

        .footer .btn.btn-link::before {
            position: relative;
            content: "\f105";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            margin-right: 10px;
        }

        .footer .btn.btn-link:hover {
            color: #009f9f;
            box-shadow: none;
        }

    .footer .copyright {
        padding: 25px 0;
        font-size: 15px;
        border-top: 1px solid rgba(256, 256, 256, 0.1);
    }

        .footer .copyright a {
            color: var(--light);
        }

            .footer .copyright a:hover {
                color: var(--primary);
            }

.special-card {
    width: 16rem !important;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border: 1.4px solid rgb(231, 231, 231);
    padding: 0 !important;
    margin: 6px !important;
}

.special-card-img {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -400px;
    left: 0;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

    .special-card-img::after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #00000070;
        inset: 0;
    }

.special-card:hover .special-card-img {
    bottom: 0px;
}

.special-card-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    color: #fff !important;
}

    .special-card-content h1 {
        font-size: 1.5rem !important;
        color: #fff;
    }

.heading-card {
    font-size: 1.3rem !important;
    text-align: center !important;
    font-weight: 600;
    margin-bottom: 0 !important;
    color: rgb(92, 92, 92) !important;
}

#special-card-svg {
    width: 80px;
    height: 80px;
    fill: var(--main-bg-color);
    text-align: center !important;
}

.gallery-img li img {
    width: 80px;
    border: 2px solid white;
    border-radius: 6px;
}

.gallery-img li:hover img {
    box-shadow: rgba(0, 234, 255, 0.79) 1.95px 1.95px 2.6px;
    cursor: pointer;
}

/*management*/


.our-facilities {
    background-color: white !important;
}

.section_our_solution .row {
    align-items: center;
}

.our_solution_category {
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: -1 !important;
    flex-direction: row;
    flex-wrap: wrap;
}

    .our_solution_category .solution_cards_box {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.solution_cards_box .solution_card {
    flex: 4 50%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 265px;
    transition: 0.7s;
}

    .solution_cards_box .solution_card:hover {
        background: #00696948;
        color: #fff;
        transform: scale(1.03);
        z-index: 0;
    }

        .solution_cards_box .solution_card:hover::before {
            background: hsl(59, 72%, 52% / 10%);
        }

        .solution_cards_box .solution_card:hover .solu_title h3,
        .solution_cards_box .solution_card:hover .solu_description p {
            color: #fff;
            font-size: 16px !important;
        }

    .solution_cards_box .solution_card:before {
        content: "";
        position: absolute;
        background: rgb(85 108 214 / 5%);
        width: 170px;
        height: 400px;
        z-index: -1;
        transform: rotate(42deg);
        right: -56px;
        top: -23px;
        border-radius: 35px;
    }

    .solution_cards_box .solution_card:hover .solu_description button {
        background: #fff !important;
        color: #309df0;
    }

.solution_card .solu_title div {
    color: #212121;
    font-size: 1.4rem !important;
}

.solution_card .solu_description p {
    font-size: 15px;
    margin-bottom: 15px;
}

.solution_card .solu_description button {
    border: 0;
    border-radius: 15px;
    background: linear-gradient( 140deg, #ddda2ab6 0%, #ddda2ab6 50%, #ddda2a78 75% ) !important;
    color: #fff;
    font-weight: 500;
    font-size: 0.5rem;
    padding: 5px 16px;
}

.our_solution_content div {
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.our_solution_content p {
}

.hover_color_bubble {
    position: absolute;
    background: rgb(54 81 207 / 15%);
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
    top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution_card .solu_description p {
    font-size: 14px !important;
}

.solution_cards_box .solution_card .so_top_icon img {
    width: 40px;
    height: 50px;
    object-fit: contain;
}

.our_solution_category {
    width: 100% !important;
    margin: 0 auto;
}

.extand-btn {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

/*start media query*/
@media screen and (min-width: 320px) {
    .sol_card_top_3 {
        position: relative;
        top: 0;
    }

    .our_solution_category {
        width: 100%;
        margin: 0 auto;
    }

        .our_solution_category .solution_cards_box {
            flex: auto;
        }
}

@media only screen and (min-width: 768px) {
    .our_solution_category .solution_cards_box {
        flex: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .sol_card_top_3 {
        position: relative;
        top: -3rem;
    }

    .our_solution_category {
        width: 80%;
        margin: 0 auto;
    }
}

/*events*/
.events {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 300px;
}

    .events::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
        z-index: 1;
    }

.upcoming-event {
    background-color: #f8f8f8;
}

.events-content {
    position: absolute;
    top: 50%;
    left: -50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 2;
    padding: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(12, 12, 12, 0.541);
    transition: all 0.3s ease-in;
}

.events:hover .events-content {
    left: 50%;
    cursor: pointer;
}

.events-content h2 {
    font-size: 20px;
    color: white;
    margin-bottom: 5px;
}

.events-content p {
    margin-bottom: 0;
    font-size: 14px;
}

/*contact*/

.form-content ul li {
    display: flex;
    align-items: start;
}

    .form-content ul li span svg {
        width: 20px !important;
        height: 20px !important;
        fill: var(--primary);
    }

/*about*/

.about-details h2 {
    color: rgb(35, 33, 33);
}

.about-details ul {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

    .about-details ul li {
        background-color: #b0e3e3;
        color: rgb(30, 29, 29);
        padding: 12px 16px;
        border-radius: 6px;
        font-weight: 500;
    }

        .about-details ul li span svg {
            width: 20px;
            height: 20px;
            margin-right: 4px;
            fill: white;
        }

/*affiliated*/
.affiliated-club-card {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

    .affiliated-club-card ul li h1 {
        font-weight: 600 !important;
    }

    .affiliated-club-card ul li svg {
        width: 18px !important;
        height: 18px !important;
        fill: var(--primary) !important;
    }

.recent-news-parent {
    background-color: #f8f8f8;
}

/*conference-booking*/
/*.page-header {
  background: linear-gradient(#08080840, #08080847),
    url(../img/about-page.jpg) center center no-repeat;
  background-size: cover;*/
/* padding-top: 300px; */
/*position: relative !important;
}*/


/* .dropdowns-two{
  padding: 30px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-top: 30px !important;
  position: fixed;
  left: 5%;
  top: 50px;
  z-index: 1;
  border-bottom: 3px solid var(--primary);
  transition: top 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
} */

.dropdowns-one {
    position: absolute;
    left: 5%;
    top: 100%;
    z-index: 1;
    /*border-bottom: 3px solid var(--primary);*/
    transition: top 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
    width: 90% !important;
    margin-left: 10px;
    height: 98px;
}

.hidden {
    visibility: hidden;
    opacity: 0;
}

.instruction-text {
    color: #fff;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    text-align: center;
}


/* 
.course-select {
  width:150px;  
  outline: none;
  border: 1px solid #d9d9d9;
  padding: 1rem;
  font-size: 1.1rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
  cursor: pointer;
  margin: 6px;
} */

.form-select {
    padding: 1rem;
    font-size: 12px !important;
}


/* .dropwoand-parent{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} */

.dropwoand-parent {
    background-color: white;
}


.course-select:focus,
.course-select:hover {
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.329);
}

.seacrh-btn {
    background-color: var(--second-bg-color-dark);
    border-radius: 4px;
    font-weight: 600 !important;
    border: none;
    transition: all 0.5s ease;
    text-decoration: none !important;
    color: white;
    padding: 1rem 3rem;
    font-size: 0.9rem !important;
}

    .seacrh-btn:hover {
        transform: translateY(-6px);
        background-color: var(--second-bg-color-dark);
    }



.filter-title {
    font-size: 18px !important;
    font-weight: bold;
    margin-bottom: 10px;
    color: #161616;
    border-radius: 4px;
}

.filter-subtitle {
    font-size: 14px !important;
    font-weight: bold;
    margin-bottom: 10px;
}

.form-check-label {
    font-size: 14px !important;
}

.form-check-input:checked {
    background-color: var(--second-bg-color-dark);
    border-color: var(--second-bg-color-dark);
}

    .form-check-input:checked + .form-check-label {
        color: var(--second-bg-color-dark);
        font-weight: 400;
    }

.conference-card {
    background-color: #fff;
    border: 1px solid #ddd;
}

    .conference-card img {
        width: 100%;
        height: 100%;
    }

    .conference-card h1 {
        font-size: 1.2rem !important;
    }

    .conference-card p {
        font-size: 0.8rem !important;
    }

.conference-card-content {
    padding: 16px;
}



.filter-title {
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 10px;
    color: #161616;
    border-radius: 4px;
}

.filter-subtitle {
    font-size: 14px !important;
    font-weight: bold;
    margin-bottom: 10px;
}

.form-check-label,
.form-check-label-danger,
.form-check-label-success {
    font-size: 13px !important;
    font-weight: 500;
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}


#videoConferencing + label {
    color: #00993f !important;
}

#videoConferencing:checked + label {
    color: #00993f !important;
}

#videoConferencing:checked {
    color: #00993f !important;
    background-color: #00993f !important;
    border-color: #00993f !important;
}

#noVideoConferencing:disabled + label {
    color: red !important;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
    opacity: 1 !important;
}

.form-check-label-danger:checked {
    background-color: var(--secondry) !important;
    border-color: var(--secondry) !important;
}

.form-check-input:checked + .form-check-label {
    color: var(--primary);
    font-weight: 600;
}

.btn-second {
    background-color: var(--secondry);
    border: 1px solid var(--secondry);
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.btn.btn-primary, .btn.btn-memeber {
    background-color: var(--primary);
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.btn-memeber span {
    font-size: 14px !important;
}

.btn.btn-primary:hover {
    transform: translateY(-4px);
}

.btn-second:hover {
    color: #fff !important;
    transform: translateY(-4px);
}

.btn-second-outline {
    border: 1px solid var(--primary);
    color: var(--primary);
    transition: all 0.3s ease-in-out;
}

    .btn-second-outline:hover {
        background-color: var(--primary);
        color: #fff;
        transform: translateY(-4px);
    }

.main {
    margin-top: 100px !important;
}

/*room-details*/
.room-details-card-back {
    background-color: var(--primary);
}

.room-details-card-left {
    background-color: #ffffff;
}

    .room-details-card-left h5 {
        font-size: 1.5rem !important;
    }

    .room-details-card-left p {
        font-size: 1rem !important;
    }

.custom-heading {
    flex: 0.5;
    /* Make h6 take up equal space */
    text-align: left;
    /* Align text to the left */
    margin: 0;
    /* Remove any default margin */
    font-weight: bold;
    /* Optional: make the heading bold */
    font-size: 16px !important;
}

/* Custom class for <p> to ensure consistent behavior */
.custom-paragraph {
    flex: 1;
    /* Make p take up equal space */
    text-align: left;
    /* Align text to the left */
    margin: 0;
    /* Remove any default margin */
}

.room-deatil-content p {
    font-size: 14px !important;
}

.room-deatil-content > div:not(:last-child) {
    border-bottom: 1px solid rgb(192, 192, 192);
    padding: 8px 0;
}

.charge-amounts {
    /* border: 1px solid #2c2c2c4b; */
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.charge-amounts-broder {
    border-top: 1px solid #2c2c2c4b;
}

.charge-amounts-option {
    font-size: 14px !important;
}

.slot-header {
    background-color: var(--primary);
    margin: 0 !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

    .slot-header h6,
    .slot-header p {
        color: #fff !important;
        font-size: 0.9rem !important;
    }

.charge-parent {
    /* background-color: #ffffff !important; */
    /* padding: 12px; */
}

.arrow {
    right: -8px !important;
    top: 20% !important;
}

.room-details,
.about-details-parent,
.contact-us,
.member-login, .gallery-pre {
    background-image: linear-gradient( rgba(255, 255, 255, 0.653), rgba(255, 255, 255, 0.653) ), url("../img/room-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.booking-date-sapn {
    font-weight: 400 !important;
    font-size: 18px !important;
}

.booking-date {
    background-color: var(--secondry);
}

.confirmation-deatils, .booking-form-1 {
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


/*Members Login*/
.custom-form {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.491) 0px 0px 0px 1px;
}

.form-group {
    margin-bottom: 10px;
}

    .form-group label {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 3px;
    }

.input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
}

    .input-wrapper svg {
        margin-right: 10px;
    }

.input-field {
    border: none;
    outline: none;
    width: 100%;
    font-size: 13px;
    margin-left: 8px;
}

.options-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.forgot-password {
    font-size: 12px;
    color: #007bff;
    cursor: pointer;
}

.submit-btn {
    background-color: var(--primary);
    color: #fff;
    padding: 10px;
    width: 100%;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.no-account {
    text-align: center;
    font-size: 14px;
}

.span-link {
    color: #007bff;
    cursor: pointer;
}

.modal-body p {
    font-size: 14px !important;
}

/* General Gallery container */
.gallery {
    position: fixed;
    right: 8px;
    top: 30%;
    z-index: 999999;
    display: flex; /* Align both icons horizontally */
    flex-direction: column; /* Stack the icons vertically */
    gap: 10px; /* Space between icons */
    transition: right 0.3s ease;
}

/* Style for individual gallery icons */
.gallery-icon {
    background-color: white;
    padding: 8px;
    border-radius: 50%;
    box-shadow: rgba(0, 148, 116, 0.2) 0px 0px 0px 1px inset, rgba(0, 160, 139, 0.9) 0px 0px 0px 1px;
    transition: transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .gallery-icon:hover {
        transform: scale(1.1);
        cursor: pointer;
    }

    .gallery-icon img {
        width: 30px;
        height: 30px;
    }

.icon-1:hover svg {
    fill: var(--primary);
}

.icon-2:hover svg {
    fill: var(--secondary);
}



.lead {
    color: #aaa;
}

/* Card Styles */
.card {
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 20px;
    min-height: 250px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}




    /* Card with Background Image */
    .card.card-has-bg {
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
        background-size: 120%;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .card.card-has-bg:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: inherit;
        }

        .card.card-has-bg:hover {
            transform: scale(0.98);
            box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
            background-size: 130%;
            transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
        }

            .card.card-has-bg:hover .card-img-overlay {
                transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
            }

/* Card Footer */
.card-footer {
    background: none;
    border-top: none;
}

    .card-footer .media img {
        border: solid 3px rgba(255, 255, 255, 0.3);
    }

/* Card Title */
.card-title {
    font-weight: 800;
    color: white !important;
}

/* Card Metadata */
.card-meta {
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

/* Card Body */
.card-body {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card:hover .card-body {
    margin-top: 30px;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card:hover {
    cursor: pointer;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card-img-overlay {
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(12, 12, 12, 0.678);
    background: linear-gradient(0deg, rgba(1, 1, 1, 0) 0%, rgba(0, 0, 0, 0.557) 100%);
}

.gallery-view {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.gallery-pre-content {
    position: relative;
    cursor: pointer;
}

    .gallery-pre-content::after {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.288);
    }

    .gallery-pre-content:hover .gallery-view {
        opacity: 1;
    }

.img-length {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
}

    .img-length p {
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
        background-color: var(--primary) !important;
        color: #fff !important;
    }

.thank-you {
    padding-top: 80px;
}


@media (max-width: 768px) {
    .card {
        min-height: 350px;
    }
}

@media (max-width: 420px) {
    .card {
        min-height: 300px;
    }
}

@media (max-width: 480px) {


    .dropdowns-one {
        padding: 12px !important;
        left: 5%;
        top: 84% !important;
        width: 99%;
        margin-left: 0px !important;
    }

    .main {
        margin-top: 220px !important;
    }

    .navbar-nav .nav-link {
        padding: 6px 0 !important;
    }

    .header-carousel .owl-carousel-item {
        min-height: 364px !important; /* for screens between 320px and 480px */
    }

    .back-to-top {
        right: 13px;
        bottom: 23px;
        z-index: 99;
    }


    .hero p {
        font-size: 12px !important;
    }

    h1 {
        font-size: 2em;
        margin-bottom: 20px;
    }

    p {
        font-size: 0.8em;
        margin-bottom: 20px;
    }
}


@media (min-width: 481px) and (max-width:1029px) {


    .dropdowns-one {
        padding: 12px !important;
        left: 5%;
        top: 84% !important;
        width: 100% !important;
        margin-left: 0px !important;
    }

    .header-carousel .owl-carousel-item {
        min-height: 100vh !important;
    }

        .header-carousel .owl-carousel-item img {
            height: 100vh !important;
        }

    .main {
        margin-top: 180px !important;
    }

    .hero p {
        font-size: 13px !important;
    }
}

@media (min-width: 601px) {
    .header-carousel .owl-carousel-item {
        min-height: 100vh !important;
    }

        .header-carousel .owl-carousel-item img {
            height: 100vh !important;
        }
}

@media (min-width: 768px) and (max-width:1211px) {
    .nav-item.nav-link {
        font-size: 10px !important;
    }

    .btn .btn-memeber .py-4 {
        padding: 12px !important;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-right: 4px !important;
    }
}


#exampleModal {
    z-index: 999999999 !important;
}

#zoom-icon:hover {
    opacity: 0.7;
}

.image-zoom img {
    width: 100% !important;
    height: 380px !important;
    object-fit: cover;
    object-position: center;
}

/*Start-card-Event-View*/


.custom-container {
    margin: 50px auto 0;
}

.custom-u-float-right {
    float: right;
}

.custom-u-flex-center {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.custom-subtle {
    color: #888;
    font-size: 12px;
}

.custom-card-media {
    border-radius: 2px;
    margin-bottom: 25px;
    transition: all 300ms ease-out;
    width: 100%;
}

    .custom-card-media:hover {
        box-shadow: 0 5px 14px rgba(0, 0, 0, .2);
    }

.custom-card-media-object-container {
    background: none;
    float: left;
    height: 100%;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
}

.custom-card-media-object {
    background-position: center center;
    background-size: cover;
    height: 100%;
}


.custom-card-media-object-tag {
    background-color: #fff;
    border-radius: 2px;
    padding: 2px 7px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.custom-card-media-object-social-list {
    bottom: 4px;
    left: 10px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 20;
}

    .custom-card-media-object-social-list li {
        border-radius: 50%;
        display: inline-block;
        height: 30px;
        margin-right: 6px;
        opacity: 0;
        overflow: hidden;
        transform: translateY(5px);
        transition: all 300ms ease-out;
        width: 30px;
    }

.custom-card-media:hover .custom-card-media-object-social-list li {
    opacity: 1;
    transform: translateY(0);
}

.custom-card-media-object-social-list li:nth-child(1) {
    transition-delay: 0;
}

.custom-card-media-object-social-list li:nth-child(2) {
    transition-delay: 75ms;
}

.custom-card-media-object-social-list li:nth-child(3) {
    transition-delay: 150ms;
}

.custom-card-media-object-social-list-item-additional {
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    padding-top: 7px;
    text-align: center;
}

.custom-card-media-body {
    background-color: #fff;
    float: left;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12) !important;
}
/*End-card-Event-View*/


.term-conditions {
    font-size: 12px;
    margin-left: 8px !important;
    font-weight: 600;
}

/*End-card-Event-View*/

.venue-status-table {
    overflow: scroll !important;
}

    .venue-status-table th, .venue-status-table td {
        text-align: center;
        vertical-align: middle;
        padding: 4px;
    }

    .venue-status-table .available {
        background-color: #198754 !important;
        color: white;
        width: 28px;
    }

.session-lunch {
    /* width: 184px; */
}

.venue-status-table .booked {
    background-color: #dc3545 !important;
    color: white;
}


.slot-time {
    font-size: 13px;
    font-weight: 600;
}

.venue-name {
    font-size: 12px;
    font-weight: 600;
}

.name-slot {
    width: 10%; /* Adjust percentage based on your layout */
    min-width: 180px; /* Ensures readability */
    text-align: center; /* Centers the text */
}


/* .venue-status-table .session-hi-tea { background-color: #007a7a; color: white; }
.venue-status-table .session-dinner { background-color: #805500; color: white; }
.venue-status-table .session-lunch { background-color: #5c4b51; color: white; } */
.venue-status-table .venue-name {
    font-weight: bold;
    color: #333;
}

.modal-slot-details {
    border-radius: 4px;
    background-color: #fbfbfb;
    margin: 12px;
    height: 100%; /* Ensures full height within its column */
    display: flex;
    flex-direction: column; /* Aligns content properly */
    margin-bottom: 12px;
}

    .modal-slot-details p {
        font-size: 14px !important;
        font-weight: 500;
        margin-top: 4px;
        padding: 8px;
        color: #333;
        flex-grow: 1; /* Allows content to expand without breaking layout */
    }

    .modal-slot-details strong {
        display: block;
        width: 100%;
        font-weight: 600;
        font-size: 14px;
        padding: 8px;
        border-radius: 4px 4px 0 0;
        background-color: #dcdcdcc4;
        color: #1a1a1a;
    }

.modal.show .modal-dialog {
    margin-top: 66px !important;
}

.modal-slot-details div:last-child {
    border-bottom: none;
}



.modal-slot-details p {
    font-size: 14px !important;
    font-weight: 500;
    margin-top: 4px;
    padding: 8px;
    color: #333;
    flex-grow: 1; /* Allows content to expand without breaking layout */
}

.modal-slot-details strong {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    padding: 8px;
    border-radius: 4px 4px 0 0;
    background-color: #dcdcdcc4;
    color: #1a1a1a;
}

.modal.show .modal-dialog {
    margin-top: 66px !important;
}

.modal-slot-details div:last-child {
    border-bottom: none;
}

.event-card-media {
    border-radius: 2px;
    height: 205px;
    margin-bottom: 25px;
    transition: all 300ms ease-out;
    width: 100%;
}

    .event-card-media:hover {
        box-shadow: 0 5px 14px rgba(0, 0, 0, .2);
    }

.event-card-media-object-container {
    background: none;
    float: left;
    height: 100%;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
}

.event-card-media-object {
    background-position: center center;
    background-size: cover;
    height: 100%;
}

    .event-card-media-object:after {
        content: " ";
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 300ms ease-out;
        z-index: 10;
    }

.event-card-media:hover .event-card-media-object:after {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 52%, rgba(0,0,0,0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    opacity: 1;
}

.event-card-media-object-tag {
    background-color: #fff;
    border-radius: 2px;
    padding: 2px 7px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.event-card-media-object-social-list {
    bottom: 4px;
    left: 10px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 20;
}

    .event-card-media-object-social-list li {
        border-radius: 50%;
        display: inline-block;
        height: 30px;
        margin-right: 6px;
        opacity: 0;
        overflow: hidden;
        transform: translateY(5px);
        transition: all 300ms ease-out;
        width: 30px;
    }

.event-card-media:hover .event-card-media-object-social-list li {
    opacity: 1;
    transform: translateY(0);
}

.event-card-media-object-social-list li:nth-child(1) {
    transition-delay: 0;
}

.event-card-media-object-social-list li:nth-child(2) {
    transition-delay: 75ms;
}

.event-card-media-object-social-list li:nth-child(3) {
    transition-delay: 150ms;
}

.event-card-media-object-social-list-item-additional {
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    padding-top: 7px;
    text-align: center;
}

.event-card-media-body {
    background-color: #fff;
    float: left;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12) !important;
}