@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
    font-size: clamp(15px, 2vw, 16px) !important;
    font-family: "Onest", sans-serif;
}

#content,
#rental-content {
    scroll-margin-top: 110px;
}
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

h1, .h1 {
    font-family: "Lato", sans-serif;
    font-size: clamp(24px, 4.2vw, 48px);
    line-height: 1.4; /* Tighter, more premium */
    margin: 0 0 16px 0;
    color: #0B5563; /* Your brand teal or adjust as needed */
}


h2, .h2 {
    font-family: "Lato", sans-serif;
    font-size: clamp(22px, 4vw, 30px);
    line-height: 1.4em;
    position: relative;
    color: #065c75 !important;
    display: inline-block;
}
@media (min-width: 768px) {
    .h2::after, h2::after {
        content: '';
        display: block;
        width: 60px;
        height: 3px;
        background-color: #FF6D00;
        transition: width 0.9s ease-in-out;
    }
    .h2:hover::after, h2:hover::after {
        width: 100%;
    }
    .text-center-underline {
        position: relative;
        display: inline-block;
        margin:auto;
    }

        .text-center-underline::after {
            content: '';
            display: block;
            width: 60px;
            height: 3px;
            background-color: #FF6D00;
            margin: 0 auto;
            transition: width 0.9s ease-in-out;
        }

        .text-center-underline:hover::after {
            width: 100%;
        }
    #inner-banner h1.h2, h2.accordion-header {
        color: #fff !important;
        font-size: clamp(20px, 4vw, 40px);
        width: 100%;
    }
        #inner-banner h1.h2::after, h2.accordion-header::after {
            content: unset;
        }
}
#inner-banner h1.h2, h2.accordion-header {
    color: #fff !important;
    font-size: clamp(18px, 4vw, 40px);
    width: 100%;

}
    h2.fw-bold, .h2.fw-bold, h3.fw-bold, .h3.fw-bold, h4.fw-bold, .h4.fw-bold, h5.fw-bold, .h5.fw-bold {
        font-weight: 500 !important;
    }

h3, .h3 {
    font-family: "Lato", sans-serif;
    font-size: clamp(19px, 4vw, 28px);
    line-height: 1.5em;
    font-weight: 600;
}

h4, .h4 {
    font-family: "Lato", sans-serif;
    font-size: clamp(20px, 3vw, 25px);
    line-height: 1.2em;
    font-weight: 400;
}

h5,.h5 {
    font-size: clamp(18px, 2.5vw, 22px);
    line-height: 1.2em;
    font-family: "Onest", serif;
}

h6,.h6 {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.4em;
    font-family: "Onest", sans-serif;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}
p, a ,li,span{
    font-style: normal;
    font-weight: 400;
    font-size: clamp(15px, 2vw, 16px) !important;
    font-family: "Onest", sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.padding-tb {
    padding: 60px 0;
}

.padding-top {
    padding-top: 60px;
}

.padding-bottom {
    padding-bottom: 60px;
}

a, a:hover, a:focus {
    text-decoration: none !important;
}
.theme-bg {
    background: #065979;
}

.theme-txt {
    color: #065979;
}

.theme-orange {
    color: #FF6D00;
}

/*header Code*/
.header-icon {
    width: 30px;
    height: 30px;
    color: #fff;
    padding: 14px;
    font-size: 13px !important;
    line-height: 14px;
}
.nav-bg {
    transition: all 0.3s ease; /* smooth transition for background, shadow, etc. */
    border-bottom: 5px solid #ff6d39;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.95); /* slightly transparent for smooth overlay */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25); /* deeper shadow for separation */
    border-bottom: 1px solid rgba(0,0,0,0.1); /* optional subtle line */
    transition: all 0.3s ease;
}
.offcanvas {
    z-index: 99999;
}
.fs_14 {
    font-size: 14px !important;
}
.btn-border {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 10px;
}

.icc-logo {
    height: 98px;
}



@media (min-width: 992px) {
    .nav-bg {
        background: #065c75;
        border-bottom: 5px solid #ff6d39;
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .nav-link {
        color: #fff;
    }
        .navbar-nav .nav-link.active{
            font-weight:600;
        }
    .dropdown-item.active, .dropdown-item:active {
        background-color: #065c75;
    }
}


@media (max-width: 1200px) {
    .responsive-container.container {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 992px) and (max-width: 1150px) {
    #navbarSupportedContent .navbar-nav .nav-link {
        font-size: 10px !important;
    }
}

/*footer code*/
.footer-bottom {
    background: #00506F;
}

.list-dot {
    list-style: disc !important;
    padding-left: 1.2rem;
}

.footer-link ul li a {
    color: white !important;
}

#footer {
    background-color: #065979 !important;
    background: url(../images/footer-bg.png), url(../img/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.social-icons a {
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    padding: 8px !important;
    padding-top: 4px !important;
    padding-bottom: 6px !important;
}
/* Chaitali */
#inner-banner {
    width: 100%;
}


.inner-banner-img {
    object-fit: cover;
    object-position: center;
}

/* Small screens only (≤ 576px) */
@media (max-width: 992px) {
    #inner-banner {
        height: 30vh;
        min-height: 160px;
    }
    .inner-banner-img {
        object-fit: cover;
        object-position: 70%;
    }
h2,h2{
    display:block;
}
    p.lh-lg {
        line-height: 26px !important;
    }
}

.list_ul{
    list-style:disc;
    padding-left:30px;
    text-align:start;
}
.text-blue {
    color: #065979;
}
#inner-banner h1 {
    text-shadow: 0 3px 8px rgba(0,0,0,0.75), 0 0 10px rgba(0,0,0,0.9), 0 0 2px rgba(0,0,0,1);
}

.bg-orange {
    background: #FF6D00;
}
.bg-blue {
    background: #065979;
}
.news-item {
    border: 1px solid #d1d1d1;
    border-top: none;
}
/* Common style for both buttons */
.btn-common {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 16px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 15px 0px 15px 0px;
    min-width: 150px;
    white-space: nowrap;
    transition: 0.3s ease;
    border: 2px solid #065c75;
}

/* Filled button */
.btn-theme {
    background-color: #065c75;
    color: #fff;
}

/* Outline button */
.btn-theme-outline {
    background: #fff;
    color: #065c75;
}

/* Hover effects */
.btn-theme:hover {
    transform: scale(1.02);
    background-color: #fff; /* darker shade */
    color: #065c75;
    border-radius: 0 15px 0 15px;
}

.btn-theme-outline:hover {
    background-color: #065c75; /* very light tint */
    color: #fff;
    transform: scale(1.02);
    border-radius: 0 15px 0 15px;
}
.btn-orange {
    background-color: #FF6D00;
    color: #fff;
    border: 2px solid #FF6D00;
}
    .btn-orange:hover {
        transform: scale(1.02);
        background-color: #fff; /* darker shade */
        color: #FF6D00;
        border-radius: 0 15px 0 15px;
    }
/* Icon */
.icon {
    width: 20px;
    height: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .btn-common {
        min-width: unset;
        white-space: unset;
        padding: 8px 12px;
    }
    #inner-banner {
        height: 12vh;
        min-height: 110px;
    }
    .padding-tb {
        padding: 40px 0;
    }
    .inner-banner-img {
        object-fit: cover;
        object-position: 99%;
    }
    .padding-top {
        padding-top: 40px;
    }

    .padding-bottom {
        padding-bottom: 40px;
    }

    #inner-banner h1.h2{
        color: #fff !important;
        font-size: clamp(18px, 4vw, 40px);
        width: 100%;
        display: inline-block;
        width: auto;
        background: linear-gradient(135deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.35) 100%);
        padding: 4px 12px;
        border-left: 3px solid #fff;
        border-radius: 0 6px 6px 0;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }
}

@media (max-width: 500px) {
    .btn-common {
        width:100%;
    }

}

    /* Home Banner — Picture-based architecture */

    .banner-slide {
        position: relative;
        width: 100%;
        height: 80vh;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

        /* Image Layer */
        .banner-slide picture,
        .banner-slide .banner-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* Overlay Gradient */
        .banner-slide::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient( 90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 60% );
            z-index: 1;
        }

    /* Text Layer */

    .classified-section {
        position: relative;
        overflow: hidden;
    }

    .classified-bg img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .classified-section .container-fluid {
        position: relative;
        z-index: 2;
    }

    .classified-section .row > div {
        display: flex;
    }

    .classified-card {
        position: relative;
        height: 100%;
        width: 100% !important;
        display: flex;
        flex-direction: column;
        border-radius: 25px;
        overflow: hidden;
        box-shadow: 0 4px 20px #0000001A;
    }

        .classified-card picture img {
            flex-shrink: 0;
        }

        .classified-card picture img {
            height: 350px !important;
            width: 100%;
            object-fit: cover;
            display: block;
        }

    .classified-title {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 12px 0;
        background: transparent;
        color: #fff;
        text-align: center;
        z-index: 5;
        transition: all .4s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }

        .classified-title::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50px;
            background: #065c75;
            z-index: -1;
        }

    .classified-card:hover .classified-title::before {
        height: 0;
        transition: height .2s ease;
    }

    .classified-title::after {
        content: url('../images/right-side-arrow.png') !important;
        display: none;
        margin-top: 10px;
        opacity: 0;
        transform: translateY(10px);
        transition: opacity .4s ease, transform .4s ease;
    }

    .classified-card:hover .classified-title {
        height: 100%;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,0.65);
        justify-content: center;
        padding: 0;
        color: #FF6D00;
    }

        .classified-card:hover .classified-title::after {
            display: block;
            opacity: 1;
            transform: translateY(0);
        }

    .carousel-item {
        transition: transform 0.6s ease-in-out;
    }

    .gallery-image {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 20px;
    }

    .gallery-card {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        cursor: pointer;
    }

        .gallery-card::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 30%;
            background: linear-gradient(to top, rgba(0,0,0,0.95), rgba(0,0,0,0));
            border-radius: 20px;
            transition: all 0.4s ease;
            pointer-events: none;
        }

    .gallery-caption {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        padding: 0 12px;
        z-index: 2;
        transition: all 0.4s ease;
    }

    .gallery-card:hover::after {
        height: 100%;
        background: linear-gradient(to top, rgba(0,0,0,0.95), rgba(0,0,0,0));
    }

    .gallery-card:hover .gallery-caption {
        bottom: 15%;
        transform: translateY(50%);
        color: #FF6D00;
        font-weight: bold;
    }

    #eventGallerySlider .carousel-control-prev,
    #eventGallerySlider .carousel-control-next {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #065979;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
        border: none;
        transition: background 0.3s;
    }

    #eventGallerySlider .carousel-control-prev-icon,
    #eventGallerySlider .carousel-control-next-icon {
        width: 18px;
        height: 18px;
        font-size: 24px;
        color: #fff;
    }

    .gallery-card {
        margin-right: 16.5px;
    }

        .gallery-card img {
            width: 100%;
        }

    /* Large = 3 cards */
    @media (min-width: 992px) {
        .gallery-card {
            flex: 0 0 calc(33.33% - 16px);
        }
    }

    /* Medium = 2 cards */
    @media (min-width: 768px) and (max-width: 991px) {
        .gallery-card {
            flex: 0 0 calc(50% - 16px);
        }
    }

    /* Small = 1 card */
    @media (max-width: 767px) {
        .gallery-card {
            flex: 0 0 calc(100% - 0px);
        }

        .gallery-image {
            width: 100%;
            height: 260px;
        }
    }

    @media (max-width: 775.98px) {
        #eventGallerySlider .carousel-control-prev {
            left: -6px;
        }

        #eventGallerySlider .carousel-control-next {
            right: -6px;
        }
    }

    @media (min-width: 776px) and (max-width: 991.98px) {
        #eventGallerySlider .carousel-control-prev {
            left: -42px;
        }

        #eventGallerySlider .carousel-control-next {
            right: -42px;
        }
    }

    @media (min-width: 992px) {
        #eventGallerySlider .carousel-control-prev {
            left: -40px;
        }

        #eventGallerySlider .carousel-control-next {
            right: -40px;
        }
    }


    .section-wrapper {
        display: flex;
        width: 100%;
        overflow: hidden;
    }

    .slant-box {
        position: relative;
        width: 50%;
        height: 420px;
        overflow: hidden;
    }

        .slant-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .slant-box.left {
            clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
            z-index: 2;
        }

        .slant-box.right {
            clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
            z-index: 1;
        }

        .slant-box .content {
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            transform: translateY(-50%);
            color: white;
            text-align: center;
            box-sizing: border-box;
        }

    .btn {
        background: #ff7a00;
        padding: 10px 18px;
        color: white;
        border-radius: 5px;
        text-decoration: none;
    }

    @media (max-width: 991px) {
        .section-wrapper {
            flex-direction: column;
        }

        .slant-box {
            width: 100%;
            height: auto;
            clip-path: none !important;
            margin: 0;
        }

            .slant-box img {
                height: auto;
            }
    }

    .gallery-img {
        height: 260px;
        object-fit: cover;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    @media (min-width: 992px) {
        .grand-wedding-entrance {
            padding-right: 0 !important;
        }

        .group-outdoor-event {
            padding-left: 0 !important;
        }
    }

.rental-img {
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
    cursor: zoom-in;
    object-position: center 26%;
}

    @media (max-width: 576px) {
        .rental-img {
            height: 220px;
        }
    }

    .rental-buttons .rental-btn {
        background: #ffffff;
        border: 1px solid #065979;
        border-radius: 8px;
        padding: 10px 14px;
        text-align: left;
        transition: 0.3s;
        display: flex;
        gap: 12px;
    }

    .icon-box {
        background: #065979;
        padding: 16px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .icon-img {
        width: 42px;
        height: 42px;
    }

    /* text */
    .btn-title {
        font-size: 18px;
        font-weight: 600;
        color: #FF6D00;
    }

    .btn-sub {
        font-size: 16px;
        color: #556169;
    }

    #get-in-touch table tbody tr td {
        font-size: clamp(15px, 2vw, 16px) !important;
    }

    #banquet-tab img {
        content: url("../images/banquet-hall.png");
    }

    #auditorium-tab img {
        content: url("../images/auditorium.png");
    }

    #meeting-tab img {
        content: url("../images/meeting.png");
    }

    #cultural-tab img {
        content: url("../images/cultural-centre.png");
    }

    #marriage-tab img {
        content: url("../images/marriage-hall.png");
    }

    #reception-tab img {
        content: url("../images/wedding-reception.png");
    }

    /* -------------------------------------------------
   ACTIVE ICONS 
-------------------------------------------------- */
    #banquet-tab.active img {
        content: url("../images/banquet-hall-active.png");
    }

    #auditorium-tab.active img {
        content: url("../images/auditorium-active.png");
    }

    #meeting-tab.active img {
        content: url("../images/meeting-active.png");
    }

    #cultural-tab.active img {
        content: url("../images/cultural-centre-active.png");
    }

    #marriage-tab.active img {
        content: url("../images/marriage-hall-active.png");
    }

    #reception-tab.active img {
        content: url("../images/wedding-reception-active.png");
    }


    /* ACTIVE BUTTON STYLE */
    .rental-buttons .rental-btn.active {
        background: #005f73 !important;
        border-color: #005f73 !important;
    }

        .rental-buttons .rental-btn.active .btn-sub {
            color: #ffffff !important;
        }

        .rental-buttons .rental-btn.active .icon-box {
            background: #fff;
        }

    #classification-tabs .rental-buttons .rental-btn.active .icon-box {
        border-right: 1px solid #fff;
        background: #005f73;
    }

    .rental-buttons .rental-btn.active .btn-title {
        color: #fff;
    }

    @media (min-width: 992px) {
        .rental-second-col {
            padding-left: 70px;
        }
    }

    #event-gallery .item a {
        position: relative;
        display: block;
        overflow: hidden;
    }

    .gallery-img {
        transition: transform .4s ease;
    }

    #event-gallery .item a::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #00000099;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        opacity: 0;
        transition: opacity .4s ease;
        z-index: 2;
    }

    #event-gallery .item a:hover::before {
        opacity: 1;
    }

    #event-gallery .item a::after {
        content: url('../images/enlarge.png');
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -40%);
        opacity: 0;
        transition: opacity .4s ease, transform .4s ease;
        z-index: 3;
    }

    #event-gallery .item a:hover::after {
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    @media (max-width: 992px) {
        .gallery-img {
            border-top-left-radius: 0 !important;
            border-top-right-radius: 0 !important;
        }
    }


    .text-orange {
        color: #FF6D00;
    }

    .border_box {
        border: 1px solid #353535;
        border-radius: 15px;
        padding: 24px 30px;
    }

    @media (max-width: 768px) {
        .border_box {
            padding: 20px 10px;
        }
    }

    .list-group .list-group-item {
        padding: 14px 12px;
    }

        .list-group .list-group-item:nth-child(even), .list-group .list-group-item:nth-child(odd) {
            background-color: #F3F3F3;
        }

    .list-group-item > img {
        transition: transform 0.3s ease;
    }

    .list-group-item > img {
        transform: rotate(46deg);
    }

    .list-group-item > img {
        transform: rotate(46deg);
        transition: all 0.3s ease;
        opacity: 0.9;
    }

    .list-group-item:hover > img {
        transform: rotate(46deg) scale(1.18);
        opacity: 1;
    }

    .list-group-item span {
        display: inline-block;
        transition: transform 0.3s ease, opacity 0.3s ease, color 0.3s ease;
        will-change: transform, opacity, color;
    }

    .list-group-item:hover span {
        transform: translateX(4px);
        opacity: 0.85;
        color: #065979;
    }

    th.bg-blue {
        background-color: #065979;
    }

    td, th {
        padding: 9px 16px !important;
    }

    .table tr:nth-child(even) td {
        background-color: #F3F3F3;
    }

    @media (max-width: 768px) {
        table td:first-child,
        table th:first-child {
            white-space: nowrap;
        }
    }

    /* Contact Page */
    .blue-border {
        border: 1px solid #065979;
        border-radius: 15px;
    }

    .form-border,
    .map-border {
        border: 1px solid #e7e7e7;
        /*        border-radius: 15px
*/
    }

    .map-border {
        min-height: 230px;
    }
    /*    .contact-table, .form-border, .border-top-radius {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }*/
    #inquiry-form input,
    #sponsorship-form input,
    #sponsorship-form button {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .submit-btn {
        margin-top: 30px !important;
    }

    #get-in-touch .icon-img {
        width: 20px !important;
        height: 20px !important;
    }

    .icon-box {
        padding: 10px;
        border-radius: 9px;
    }
    /* Sponsorship page */
    .payment-btn {
        margin-top: 35px !important;
    }

    #sponsorship-form .dropdown-menu li {
        border-bottom: 1px solid #ccc;
    }

        #sponsorship-form .dropdown-menu li:last-child {
            border-bottom: none !important;
        }

    #sponsorship-form .dropdown-toggle {
        position: relative;
    }

        #sponsorship-form .dropdown-toggle::after,
        #event-details-register-form .dropdown-toggle::after {
            content: "<";
            border: none !important;
            font-size: 22px;
            position: absolute;
            right: 0;
            transform: translateY(-50%) rotate(-90deg);
            padding-right: 25px !important;
            pointer-events: none;
        }


    .h_14 {
        height: 14px;
    }

    .form-control, .form-select {
        padding: 10px 10px;
        border: 1px solid #bdbdbd;
        font-size: 15px;
    }

        .form-control:focus, .form-select:focus {
            box-shadow: 0 0 0 .25rem rgb(6 92 117 / 5%);
        }

    .w_fit {
        min-width: fit-content !important;
    }

    @media (max-width: 768px) {
        .childRow {
            border-bottom: 1px solid #dedede;
            padding-bottom: 18px;
        }
    }

    .owl-dots {
        margin-top: 20px;
    }

    .owl-dots {
        display: block !important;
        text-align: center;
        margin-top: 20px;
        position: relative;
        z-index: 5;
    }

        .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            background: #ccc !important;
            border-radius: 50%;
            display: inline-block;
            margin: 0 5px;
        }

    #homeBannerOwl .owl-dots .owl-dot span {
        width: 18px !important;
        height: 18px !important;
        border: 1px solid #fff;
        background: #ffffff61 !important;
    }

    #homeBannerOwl .owl-dots {
        top: -60px;
    }

        .owl-dots .owl-dot.active span, #homeBannerOwl .owl-dots .owl-dot.active span {
            background: #065979 !important; /* match your theme */
            border: 1px solid #065979;
        }

    .custom-prev,
    .custom-next {
        background: #065979;
        padding: 12px 16px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }


    /* position buttons */
    .owl-nav {
        position: absolute;
        top: 45%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        pointer-events: none;
    }

    /* BUTTONS – small circle 40x40 */
    .custom-prev,
    .custom-next {
        background: #065979;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: auto;
        cursor: pointer;
    }

        /* FIX BOOTSTRAP ICON BUG */
        .custom-prev .carousel-control-prev-icon,
        .custom-next .carousel-control-next-icon {
            width: 14px; /* perfect size */
            height: 14px;
            background-size: 14px 14px; /* fixes pixel scaling */
        }

    /* POSITION */
    .owl-nav .custom-prev {
        margin-left: -48px;
    }

    .owl-nav .custom-next {
        margin-right: -48px;
    }

    .event-carousel .gallery-card {
        margin: 0 10px;
    }


    .promo-block {
        position: relative;
        min-height: 380px;
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }

        /* Dark overlay */
        .promo-block::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0,0,0,0.6); /* adjustable */
            z-index: 1;
        }

        /* Ensure content appears above overlay */
        .promo-block > * {
            position: relative;
            z-index: 2;
        }

    /* Left block */
    .left-block {
        background-image: url("../images/cropped-image-hand-putting-coins-jars-with-plants.jpg");
        clip-path: polygon(0 0, 100% 0%, 90.5% 100%, 0% 100%);
    }

    /* Right block */
    .right-block {
        background-image: url("../images/business-people-shaking-hands-together.jpg");
        clip-path: polygon(9% 0, 100% 0, 100% 100%, 0% 100%);
        margin-top: -120px;
    }

    .order_list {
        list-style: decimal;
        padding-left: 30px;
    }

    #classified-section {
        /*margin-top: 100px;*/
        margin-top: 50px;
    }

    @media (max-width: 1400px) {

        /* POSITION */
        .owl-nav .custom-prev {
            margin-left: 0px;
        }

        .owl-nav .custom-next {
            margin-right: 0px;
        }
    }
    /* Mobile fix */
    @media (max-width: 768px) {
        .left-block,
        .right-block {
            clip-path: none;
            border-radius: 6px;
            margin-top: 0;
        }

        #classified-section {
            margin-top: 20px;
        }

        .promo-block {
            min-height: 240px;
        }

        #homeBannerOwl .banner-slide picture, .banner-slide .banner-img {
            min-height: 240px;
        }
    }

    #event-gallery .owl-dots {
        margin-top: 0px !important;
    }

    @media (max-width: 992px) {
        .icc-logo {
            height: 45px;
        }
    }


    .banner-content {
        position: absolute;
        z-index: 2;
        left: 0;
        right: 0;
    }

    .home-banner-title {
        /*    -webkit-text-stroke: 2px white;
*/
        /*text-shadow: 0 4px 20px #0000001A;
*/ font-weight: 500 !important;
    }

    /*.banner-content p {
    text-shadow: 0px 2px 6px rgb(0 0 0 / 30%);
}*/

    @media (max-width: 768px) {
        .banner-slide {
            flex-direction: column;
        }

        .banner-content {
            text-align: center;
            padding: 15px 10px 0px;
            position: unset;
            background: #e0e0e0;
        }

        .home-banner-title {
            -webkit-text-stroke: unset;
            text-shadow: unset;
            font-weight: 600 !important;
            margin-bottom: 4px;
        }

        #homeBannerOwl .owl-dots {
            top: 0px;
        }

            #homeBannerOwl .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot span {
                width: 6px !important;
                height: 6px !important;
            }

            #homeBannerOwl .owl-dots .owl-dot span {
                background: #cccccc !important;
            }

        .icon-img {
            width: 20px;
            height: 20px;
        }
    }

    #icc-home-banner {
        position: relative;
        overflow: hidden;
    }

    .banner-slide {
        position: relative;
    }

        .banner-slide::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient( 90deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.60) 35%, rgba(255, 255, 255, 0.00) 80% );
            z-index: 1;
        }

    /* Remove Bootstrap icon */
    /*.accordion-button::after {
    display: none !important;
}*/

    .custom-acc-btn {
        position: relative;
        background-color: #f3f3f3 !important;
        border-radius: 0px !important;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
        line-height: 50px;
    }

        /* Default state */
        .custom-acc-btn .acc-icon {
            transition: transform 0.2s ease-in-out;
        }

    /* Rotate when opened */
    .accordion-button .acc-icon {
        transform: rotate(90deg);
    }

    .accordion-button:not(.collapsed) .acc-icon {
        transform: rotate(0deg);
    }

    .accordion-item {
        border: 1px solid #065979;
    }

        .accordion, .accordion-item:first-of-type, .accordion-item:last-of-type {
            border-radius: 0px;
        }

    .accordion-button:focus {
        box-shadow: unset;
    }


    #rental-content .list-group-rental .list-group-item {
        border: 1px solid #353535;
        padding: 15px 20px;
        margin-bottom: 10px;
        border-radius: 15px;
    }

    #rental-content .list-group-item > img {
        transform: unset !important;
    }

    .rotate_45 {
        transform: rotate(45deg)
    }

    #rental-content .list-group-item:hover > img {
        transform: unset;
    }

    #rental-content .list-group-rental .list-group-item.active {
        background: #065979;
        color: #fff;
    }

        #rental-content .list-group-rental .list-group-item.active:hover span {
            color: #fff;
        }

    #rental-content .dropdown-toggle::after {
        content: unset !important;
    }

    .form-check-input[type=checkbox], .form-check-input[type=radio] {
        border-color: #065c75;
    }

    .select_ptb {
        padding: 6px 40px 6px 20px;
    }

    th span.fs-5, th.bg-blue {
        font-size: 17px !important;
        line-height: 28px;
    }

    td {
        font-size: 15px;
    }
    /* Rental page code */
    #vendors-list table tbody tr td {
        padding: 18px 20px !important;
    }

    #vendors-list table tr:nth-child(even) td {
        background-color: white !important;
    }

    #banquetSlider .carousel-control-prev,
    #banquetSlider .carousel-control-next,
    #auditoriumSlider .carousel-control-prev,
    #auditoriumSlider .carousel-control-next,
    #meetingSlider .carousel-control-prev,
    #meetingSlider .carousel-control-next,
    #culturalSlider .carousel-control-prev,
    #culturalSlider .carousel-control-next,
    #marriageSlider .carousel-control-prev,
    #marriageSlider .carousel-control-next,
    #receptionSlider .carousel-control-prev,
    #receptionSlider .carousel-control-next {
        opacity: 1 !important;
    }

    .amenities-top-space {
        margin-top: 30px !important;
    }

    @media (min-width: 992px) {
        .amenities-top-space {
            margin-top: 125px !important;
        }
    }

    /* Facilities page */
    .facilities-tabs {
        border: 1px solid #ffa450 !important;
        border-radius: 12px;
        overflow: hidden;
    }

    .facilities-tab {
        flex: 1;
        background: #fff;
        border: none;
        text-align: center;
        cursor: pointer;
        border-radius: 0 !important;
        border-right: 1px solid #ffa450 !important;
        border-bottom: 1px solid #ffa450;
        min-width: 180px;
    }

    @media (min-width: 992px) {
        .facilities-tab {
            border-bottom: unset;
            padding: 12px 20px;
            min-width: unset;
        }
    }

    .facilities-tab:last-child {
        border-right: none;
    }

    .facilities-tab p {
        display: block;
        font-weight: 600;
        color: #ff6d00;
    }

    .facilities-tab span {
        font-size: 13px !important;
        color: #555;
        display: block;
    }

    .facilities-tab.active {
        background: #ff6d00 !important;
    }

        .facilities-tab.active p,
        .facilities-tab.active span {
            color: #fff !important;
        }

    /* Classified page */
    #classification-tabs .icon-box {
        border-radius: 14px 0 0 14px;
    }

    #education-tab img {
        content: url("../images/education.png");
    }

    #financial-services-tab img {
        content: url("../images/financial-services.png");
    }

    #healthcare-tab img {
        content: url("../images/healthcare.png");
    }

    #insurance-tab img {
        content: url("../images/insurance.png");
    }

    #retail-tab img {
        content: url("../images/retail.png");
    }

    /* active tab */
    #education-tab.active img {
        content: url("../images/education-active.png");
    }

    #financial-services-tab.active img {
        content: url("../images/financial-services-active.png");
    }

    #healthcare-tab.active img {
        content: url("../images/healthcare-active.png");
    }

    #insurance-tab.active img {
        content: url("../images/insurance-active.png");
    }

    #retail-tab.active img {
        content: url("../images/retail-active.png");
    }

    #classification-tabs .btn-title {
        color: #065979 !important;
        font-size: 20px;
        font-weight: 700;
    }

    #classification-tabs .icon-img {
        width: 30px;
        height: 30px;
    }

    #classification-tabs .rental-buttons .rental-btn.active .btn-title {
        color: #ffffff !important;
    }

    #classification-tabs hr {
        border-top: 2px solid #065979;
        margin: 20px 0;
    }

    #classification-tabs .content-border {
        border: 1px solid #065979;
        border-radius: 20px
    }

    .mobile-dropdown-btn {
        background: #005f73 !important;
        color: #fff !important;
    }

    .menu-border .dropdown-menu li {
        border-bottom: 1px solid #ccc !important;
    }

        .menu-border .dropdown-menu li:last-child {
            border-bottom: none !important;
        }

    .menu-border-bottom li {
        border-bottom: 1px solid #ccc !important;
    }

        .menu-border-bottom li:last-child {
            border-bottom: none !important;
        }

    #postModal .form-control, #postModal .form-select {
        padding: 6px 15px;
    }

    @media (min-width: 992px) {
        #postModal .modal-lg, #postModal .modal-xl {
            --bs-modal-width: 900px;
        }
    }

    @media (max-width: 992px) {
        .modal-dialog {
            max-width: 90%; /* or a fixed px like 900px */
            margin: auto;
        }
    }

    .qr_code {
        height: 200px;
        object-fit: contain;
    }


    @media (min-width: 992px) {
        .border_before {
            position: relative;
        }

            .border_before::before {
                content: "";
                position: absolute;
                top: 0;
                left: -60px;
                height: 100%;
                border-right: 1px solid #ede9e9;
            }
    }

    .whats-new-overlay {
        position: absolute;
        top: 0;
        right: 4%;
        transform: translateX(-50%);
        width: 40%;
        max-width: 300px;
        z-index: 5;
        background: repeating-linear-gradient( 45deg, rgba(255, 109, 57, 0.6), rgba(255, 109, 57, 0.6) 1px, rgba(255, 109, 57, 0.6) 1px, rgba(255, 109, 57, 0.35) 4px );
        padding: 25px 15px 15px;
        text-align: center;
    }

    .whats-new-owl .item {
        display: block;
        font-size: 22px;
        font-weight: 500;
    }

        .whats-new-owl .item:hover {
            opacity: 0.9;
        }

    /* Mobile */
    @media (max-width: 768px) {
        .whats-new-owl .item {
            font-size: 16px;
            padding: 12px 16px;
        }

        #homeBannerOwl {
            background: #e0e0e0;
        }

        .banner-slide::before {
            content: unset;
        }
    }

    .whats-new-overlay p,
    .whats-new-overlay a,
    .whats-new-overlay h3 {
        color: #ffffff;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    }

    @media (max-width: 992px) {

        .whats-new-overlay {
            position: unset;
            top: 0;
            right: unset;
            transform: unset;
            width: 100%;
            max-width: unset;
            z-index: 5;
            background: repeating-linear-gradient(45deg, rgb(255 109 57), rgb(255 109 57) 1px, rgb(255 109 57 / 76%) 1px, rgb(255 109 57) 4px);
            padding: 25px 15px 15px;
            text-align: center;
            /*            margin-top: 40px;
*/
        }

        .banner-slide {
            position: relative;
            width: 100%;
            height: auto;
        }
    }

    #homeBannerOwl .whats-new-owl .owl-dot span {
        width: 10px !important;
        height: 10px !important;
        border: 1px solid #fff;
        background: #ffffff61 !important;
    }

    #homeBannerOwl .whats-new-owl .owl-dots .owl-dot.active, .whats-new-owl .owl-dots .owl-dot.active span {
        background: #ff6d39 !important;
        border: 1px solid #ffffff;
    }

    #homeBannerOwl .whats-new-owl .owl-dots {
        top: 0;
    }

    @media (max-width: 1200px) {
        .navbar-nav .nav-link {
            padding: 6px 3px !important;
            font-size: 14px !important;
        }
    }

    .feature-item {
        background: #f8f9fa;
        padding: 10px 14px;
        border-radius: 10px;
        font-weight: 500;
    }

    .img_hall {
        background: #065979;
        padding: 8px;
        width: 45px;
        height: 45px;
        border-radius: 10px;
    }

    /* ================================
   OWL FIX (VERY IMPORTANT)
================================ */
    .classified-carousel,
    .classified-carousel .owl-stage-outer,
    .classified-carousel .owl-stage,
    .classified-carousel .owl-item {
        overflow: visible !important;
    }

    /* ================================
   CARD
================================ */
    .sector-card {
        position: relative;
        background: #03495e;
        color: #fff;
        border-radius: 10px;
        box-shadow: 0 20px 40px rgba(0,0,0,.25);
        cursor: pointer;
    }

    /* Full card clickable */
    .card-link {
        position: absolute;
        inset: 0;
        z-index: 1;
    }

    /* ================================
   IMAGE
================================ */
    .card-image img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    /* ================================
   BODY
================================ */
    .card-body {
        position: relative;
        padding: 20px 10px;
        z-index: 2;
    }

    /* ================================
   TITLE + ARROW
================================ */
    .card-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .card-title h3 {
            margin: 0;
            font-size: 16px;
        }

        .card-title .arrow {
            font-size: 16px;
            transition: transform 0.3s ease;
        }

    /* ================================
   DROPDOWN
================================ */
    .category-dropdown {
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: calc(100% + 8px);
        background: #fff;
        color: #333;
        border-radius: 14px;
        box-shadow: 0 15px 35px rgba(0,0,0,.25);
        padding: 10px 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.25s ease;
        z-index: 9999;
    }

        /* Dropdown items */
        .category-dropdown li a {
            padding: 4px 10px;
            font-size: 13px !important;
            border-bottom: 1px solid #f1f1f1;
            text-align: left;
            display: block;
            color: #000;
        }

        .category-dropdown li:last-child {
            border-bottom: none;
        }

        .category-dropdown li:hover {
            background: #f6f6f6;
        }

        /* View all */
        .category-dropdown .view-all a {
            color: #ff6d39;
            font-weight: 600;
            text-decoration: none;
        }

    /* ================================
   HOVER ACTION
================================ */
    .sector-card:hover .category-dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .sector-card:hover .arrow {
        transform: rotate(268deg);
    }

    #icc_programs, .scroll_he {
        scroll-margin-top: 140px; /* adjust value */
    }

    #icc_events, #other_icc_program {
        scroll-margin-top: 130px; /* adjust value */
    }

    .rental-buttons .text-box {
        padding: 10px 20px;
    }

    /* hCaptcha Responsive Styles */
    .h-captcha {
        transform-origin: left top;
        -webkit-transform-origin: left top;
    }

    @media (max-width: 400px) {
        .h-captcha {
            transform: scale(0.77);
            -webkit-transform: scale(0.77);
            width: 100%;
            margin-bottom: -20px; /* compensate for scale whitespace */
        }
    }

    @media (min-width: 401px) and (max-width: 575px) {
        .h-captcha {
            transform: scale(0.90);
            -webkit-transform: scale(0.90);
            margin-bottom: -10px;
        }
    }

    /* Optional: center it on small screens */
    @media (max-width: 575px) {

        .list-group-item > img {
            width: 11px;
            margin-left: 15px;
        }
        .h-captcha {
            transform-origin: center top;
            -webkit-transform-origin: center top;
            display: flex;
            justify-content: center;
        }
           .order_list {
        list-style: decimal;
        padding-left:8px;
    }
        .custom-acc-btn {
            line-height: 24px;
            padding-bottom: 6px !important;
            padding-top: 6px !important;
        }
    }

.btn_arrow {
    width: fit-content;
    min-width: auto;
}
    .btn_arrow.fa {
        font-family: 'FontAwesome' !important;
        font-size: 11px;
        width: 38px;
        height: 38px;
        padding: 0;
        line-height: 38px;
        border-radius: 50%;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 400 !important; /* lighter icon weight */
    }

#calender td a {
    font-size: clamp(12px, 2vw, 14px) !important;
}


.rental-mobile-select {
    border-radius: 4px;
    padding: 10px 14px;
    font-size: 15px;
    border: 1px solid #ccc;
    width: 100%;
    cursor: pointer;
}

    .rental-mobile-select:focus {
        outline: none;
        box-shadow: none;
        border-color: #999;
    }

#rental-content .padding-top, #content {
    padding-top: 0px !important;
}
    #rental-content .padding-top.col-lg-3 {
        padding-top: 25px !important;
    }

/* ===== MOBILE OFFCANVAS MENU STYLING ===== */

#mobileNav {
    background: #fff;
    border-left: 4px solid var(--theme-color, #e05c1a); /* your brand color */
}

    #mobileNav .offcanvas-header {
        padding: 16px 20px;
        border-bottom: 2px solid #f0f0f0;
    }

    #mobileNav .offcanvas-body {
        padding: 0;
    }

    /* Each nav item */
    #mobileNav .nav-item {
        border-bottom: 1px solid #f0f0f0 !important;
        transition: background 0.2s ease;
    }

        #mobileNav .nav-item:hover {
            background: #fdf5f0;
        }

    /* Nav links */
    #mobileNav .nav-link {
        font-size: 15px;
        font-weight: 500;
        color: #2d2d2d;
        padding: 14px 20px;
        letter-spacing: 0.3px;
        transition: color 0.2s ease;
    }

        #mobileNav .nav-link:hover,
        #mobileNav .nav-link[aria-expanded="true"] {
            color: var(--theme-color, #e05c1a);
        }

            /* Chevron rotation on open */
            #mobileNav .nav-link[aria-expanded="true"] i.bi-chevron-down {
                transform: rotate(180deg);
                transition: transform 0.3s ease;
            }

        #mobileNav .nav-link i.bi-chevron-down {
            transition: transform 0.3s ease;
        }

    /* Collapsed submenu items */
    #mobileNav .collapse .dropdown-item {
        font-size: 14px;
        color: #555;
        padding: 11px 20px;
        border-top: 1px dashed #ebebeb;
        background: #fafafa;
        transition: background 0.15s, color 0.15s;
        display: block;
        text-align: center;
    }

        #mobileNav .collapse .dropdown-item:hover {
            background: #fff0e8;
            color: var(--theme-color, #e05c1a);
            padding-left: 28px; /* subtle indent on hover */
        }

    /* Active open state — highlight the parent label */
    #mobileNav .nav-link[aria-expanded="true"] {
        background: #fff0e8;
        border-left: 3px solid var(--theme-color, #e05c1a);
        padding-left: 17px;
    }

    /* Member Login button inside offcanvas (optional, if you add it) */
    #mobileNav .btn-theme {
        margin: 20px auto;
        display: block;
        width: fit-content;
    }
@media (max-width: 575px) { 

    .icc-logo {
        height: 65px;
    }
}
@media (max-width: 340px) {

    .icc-logo {
        height: 60px;
    }
}
@media (max-width: 300px) {

    .icc-logo {
        height: 50px;
    }
}


#donate-section {
    background: #f8f9fa;
}