@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

:root {
    --main-color: #fcaf40;
    /* Punjabi saffron */
    --text-color: #002653;
    /* Deep blue */
    --hover-bg: #f8f9fa;
}

.bg-off {
    background-color: #e9eef6;
}

.text-main {
    color: #002653;
}

/* Font Styling */
body {
    font-family: 'Inter', sans-serif;
    color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
}

.mainColor {
    color: #fcaf40;
}

h2 span,
h1 span {
    font-family: "Playfair Display", serif;

}

.navbar-nav .nav-link {
    font-weight: 500;
    font-size: 15px;
    color: var(--text-color) !important;
    padding: 10px 20px !important;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.navbar-nav .nav-link i {
    margin-right: 6px;
    font-size: 1rem;
}

.navbar-nav .nav-link:hover {
    color: var(--main-color) !important;
}

/* Hover underline */
.navbar-nav .nav-link::before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: var(--main-color);
    transition: 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
}

.navbar-nav .nav-link:hover::before {
    width: 100%;
}

/* Dropdown Menu */
.dropdown-menu {
    border: none;
    border-radius: 8px;
    padding: 0.5rem 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.dropdown-item {
    font-weight: 400;
    font-size: 14px;
    padding: 10px 20px;
    color: var(--text-color);
    display: flex;
    align-items: center;
    transition: background 0.3s;
}

.dropdown-item i {
    margin-right: 10px;
    font-size: 1rem;
}

.dropdown-item:hover {
    background-color: var(--hover-bg);
    color: var(--main-color);
}

/* Buttons */
.btn-main {
    background-color: #002653;
    color: #fff;
    font-weight: 500;
    border-radius: 6px;
    padding: 10px 39px;
    transition: 0.3s;
}

.btn-main:hover {
    background-color: #001a39;
    color: #fff;
}

.btn-outline-main {
    border: 1.5px solid var(--main-color);
    color: var(--main-color);
    font-weight: 500;
    border-radius: 6px;
    padding: 10px 39px;
    transition: 0.3s;
}

.btn-outline-main:hover {
    background-color: var(--main-color);
    color: #fff;
}

.navbar-brand img {
    max-height: 126px;
}

/* Mobile Dropdown Fix */
@media (max-width: 991.98px) {
    .dropdown-menu {
        box-shadow: none;
        background-color: #fff;
    }

    .navbar-collapse {
        background: #fff;
        margin-top: 0.5rem;
        padding: 0.5rem 1rem;
    }

    .navbar-nav .nav-link::after {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }

    .dropdown-menu {
        transition: all 0.2s ease;
        margin-top: 10px;
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}

a {
    outline-offset: none !important;
    outline: unset !important;
}

.topBanner {
    background-image: url(../img/best-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mainHeading {
    font-weight: 700;
    text-shadow: 0 0 3px #f6f6f67a;
    color: #002653;
}

.bg-main {
    background-color: #fcaf40;
}

.animated-wave {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.animated-wave::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 300%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 50px 50px;
    animation: waveMove 3s linear infinite;
    z-index: 0;
}

.animated-wave span,
.animated-wave {
    position: relative;
    z-index: 2;
}

@keyframes waveMove {
    0% {
        left: -150%;
    }

    100% {
        left: 100%;
    }
}

.max-h {
    max-height: 500px;

}

.bg-main-2 {
    background-color: #002653;
}

.sideGradiend::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100px;
    background: linear-gradient(to Right, #002653 30%, #fff8ea00);
    z-index: 2;
}

.sideGradiend::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100px;
    background: linear-gradient(to Left, #002653 30%, #fff8ea00);
    z-index: 1;
}

.sideGradiend {
    position: relative;
}

.marquee-container {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-text {
    display: inline-block;
    white-space: nowrap;
    animation: scrollMarquee 40s linear infinite;
}

.marquee-container:hover .marquee-text {
    animation-play-state: paused;
}

@keyframes scrollMarquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.glow-text {
    background: linear-gradient(90deg,
            #ffffff 0%,
            #002653 20%,
            #ffffff 40%,
            #002653 60%,
            #ffffff 80%);
    background-size: 300% auto;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    animation: shine 6s linear infinite;
    font-weight: bold;
}

@keyframes shine {
    0% {
        background-position: 200% center;
    }

    100% {
        background-position: -200% center;
    }
}

.z-100 {
    z-index: 100;
}

.overlaybg {
    position: relative;

}

.bg-eventss::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e9eef6f2;
    z-index: 1;
    pointer-events: none;
}

.bg-eventss .container {
    z-index: 5;
    position: relative;
}

.overlaybg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,
            #e9eef6 0%,
            /* dark blue at left */
            #e9eef6 40%,
            /* light blue */
            #ffffff49 100%
            /* fully transparent at right */
        );
    z-index: 1;
    pointer-events: none;
}

.overlaybg .container {
    z-index: 5;
    position: relative;
}

.border-main-left {
    border-left: 5px solid #fcaf40;
    background: linear-gradient(to Right, #FFF8EA, #fff);

}

.rom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.fs-14 {
    font-size: 14px;
}

.bg-3 {
    background-color: #ff8d8d52;

}

.bg-1 {
    background-color: #20d0c23b;
}

.bg-2 {
    background-color: #658bc940;
}


.bg-4 {
    background-color: #ffcf3340;

}

.bg-5 {
    background-color: #7ba65445;

}

.rounded-top-left {
    border-radius: 8px;
    height: 100%;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
}

.imgBox {

    height: 200px;
}

.imgBox img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.statusBadge {
    top: 10px;
    left: 10px;
    background-color: #ffc107;
    color: #000;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 30px;
}

.readMoreLink {
    color: #fcaf40 !important;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    font-size: 14px;
}

.readMoreLink i {
    transition: transform 0.3s ease;
}

.readMoreLink:hover i {
    transform: translateX(5px);
}

.event-item {
    border: 1px solid #ebebeb;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
}

.event-item .imgBox {
    border-radius: 10px !important;

}

.fs-12 {
    font-size: 12px !important;
}

.trust-logo {
    width: 80px !important;
    height: 80px !important;
}

.imgBox::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to Top, #2c2c2c9c, transparent);
}

.z-2 {
    z-index: 2;

}

.owl-nav button i {
    font-size: 30px;
    color: #002653;
}

.owl-nav button {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;


}

.owl-nav {
    display: flex;
    /* justify-content: center; */
    width: 100%;
}

.card:hover {
    transform: translateY(-3px);
    transition: 0.3s ease;
}

.card .btn-main {
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 6px;
}

.card {
    border-radius: 8px;
    overflow: hidden;
}

.bg-light {
    background-color: #fffaef !important;
}

.gallery-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    backdrop-filter: blur(2px);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: 3;
}

.info-box {
    transition: all 0.3s ease;
    background-color: #f9f9f9;
}

.info-box:hover {
    background-color: var(--hover-bg);
    border-color: var(--main-color);
}

.btn-sm {
    font-size: 13px;
    padding: 8px 14px;
}

@media (max-width: 767.98px) {
    .gallery-overlay {
        font-size: 12px;
        padding: 0.5rem;
    }
}

.event-gallery {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    /* background-color: #000; */
}

.event-gallery img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.bg-eventss {
    background-image: url(../img/best-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.review-card {
    transition: all 0.3s ease;
    border-radius: 20px;
}

.review-card .bi-patch-check-fill {
    font-size: 14px;
    vertical-align: middle;
}

.review-card .rounded-circle {
    height: 48px !important;
    width: 48px !important;
}

.newsletter-form .form-control {
    height: 48px;
    font-size: 14px;
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

.newsletter-form .form-control:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 0 0.15rem rgba(252, 175, 64, 0.25);
}

.newsletter-form .btn-main {
    height: 48px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}


footer h6 {
    color: #ffc107;
    font-weight: 600;
}

footer a:hover {
    color: var(--main-color);
    text-decoration: underline;
}

.footerli li {
    margin-bottom: 10px;
}

.boxSocial {
    height: 45px;
    width: 45px;
    line-height: 1;
    padding: 10px;
    border-radius: 8px;
    color: #fff;
    backdrop-filter: blur(10px);
    background-color: #ffffff08 !important;
    border: 1px solid #fff3 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay {
    background-color: #000000b1;
    backdrop-filter: blur(2px);
}

.vari {
    height: 45px;
    width: 45px;
    line-height: 1;
    padding: 10px;
    border-radius: 8px;
    color: #fff;
    backdrop-filter: blur(10px);
    background-color: #ffffff08 !important;
    border: 1px solid #fff3 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-img {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-img:hover {
    transform: scale(1.02);
}

.modal-dialog-centered {
    max-width: 90%;
}

.modal-img {
    width: 100%;
    height: auto;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: white;
    cursor: pointer;
    z-index: 10;
}

.lightbox-prev {
    left: 10px;
}

.lightbox-next {
    right: 10px;
}

.modal-header {
    border-bottom: none;
}

.modal-content {
    background: transparent;
    border: none;
}

.variations select {
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}


@media (max-width: 768px) {
    .lightbox-nav {
        font-size: 1.5rem;
    }
}

.membership-section {
    background: linear-gradient(120deg, #e0e7ff 0%, #f8fafc 100%);
    min-height: 100vh;
}

.membership-card {
    border-radius: 1.5rem;
    box-shadow: 0 4px 32px rgba(46, 49, 146, 0.08);
}

.form-control:focus {
    border-color: #fcaf40;
    box-shadow: 0 0 0 0.2rem rgba(46, 49, 146, .15);
}





@media (max-width: 575.98px) {
    .rom {
        grid-template-columns: 1fr 1fr;
    }

    .navbar-brand img {
        max-height: 92px;
    }

    .overlaybg::after {
        background: linear-gradient(to bottom, #e9eef6 0%,
                /* dark blue at left */
                #e9eef6 40%,
                /* light blue */
                #ffffff49 100%
                /* fully transparent at right */
            );

    }

    .event-details {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .product-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .colm.last {
        grid-column: 1 / -1;
        justify-self: center;
        width: 50%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .rom {
        grid-template-columns: 1fr 1fr;
    }

    .event-details {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .overlaybg::after {
        background: linear-gradient(to bottom, #e9eef6 0%,
                /* dark blue at left */
                #e9eef6 40%,
                /* light blue */
                #ffffff49 100%
                /* fully transparent at right */
            );

    }

    .product-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }


}

@media (min-width: 768px) and (max-width: 991.98px) {
    .rom {
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
    }
}

@media (max-width: 991.98px) {
    .navbar-toggler {
        outline: unset !important;
        box-shadow: unset !important;
        border: unset !important;
    }

    .mobileMenu {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        height: 100%;
        width: 100%;
        overflow-y: auto;
        transition: all 0.4s ease;
        transform: translateX(-140%);
    }

    .mobileMenu.active {
        transform: translate(0);
    }

    .navbar-nav {
        align-items: start !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

.flex-control-nav.flex-control-thumbs {
    padding-left: unset !important;
    list-style: none !important;
    display: flex !important;
    margin-top: 10px;
}

.flex-control-nav.flex-control-thumbs li {
    margin-right: 6px !important;
    height: 70px !important;
    width: 70px !important;
    object-fit: cover !important;
    object-position: top !important;
    overflow: hidden;
    ;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #0000008d;
    height: 40px;
    width: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border: 1px solid #ebebeb;
}

.price {
    font-size: 30px;
    color: #ffc107;
}

.price ins {
    text-decoration: none;
    font-weight: 600
}

.price del {
    text-decoration: line-through;
    color: grey !important;
    font-size: 20px;
}

.variations select {
    padding: 10px;
    width: 100%;
    margin-bottom: 0;
    border-radius: 6px;
    border: 1px solid #ffc107;
}

.variations tr {
    display: flex;
    flex-direction: column;
}

.woocommerce .quantity .qty {
    padding: 10px;
    border: 1px solid #ffc107;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
}

.single_add_to_cart_button {
    padding: 10px !important;
    border-radius: 6px !important;
    background-color: #ffc107 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.woocommerce-variation-add-to-cart {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;

}
.reset_variations{
   text-decoration: none !important;
    color: #fff !important;
    background-color: #dc3545 !important;
    padding: 6px 20px !important;
    border-radius: 6px !important;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin: 10px 0 !important;
}
.woocommerce-tabs {
    margin-top: 60px;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
}

.woocommerce-tabs ul.tabs {
    display: flex;
    gap: 10px;
    padding-left: 0;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
    list-style: none;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
}

.woocommerce-tabs ul.tabs li {
    background-color: #e0e0e0;
    padding: 10px;
    border-radius: 6px 6px 0 0;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    color: #333;
    transition: background-color 0.3s ease;
    min-width: max-content;
}

.woocommerce-tabs ul.tabs li.active {
    background-color: #1d3557;
    color: #fff;
}
.tabs li a{
    text-decoration: none;
    color: inherit;
}
.woocommerce-Tabs-panel {
    padding: 20px 0;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
form.cart:not(.variations_form) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.direct-checkout-button{
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    font-size: 16px!important;
    
    padding: 10px 20px!important;
    border-radius: 6px!important;
    line-height: 1!important;
}
.wp-element-button{
    background-color: #1d3557;
    border-color: #1d3557;
    color: #fff!important;
    text-decoration: none;
}