:root {
    --font-familly-poppins: "Poppins", sans-serif;
    --font-familly-inter: "Inter", sans-serif;
    --font-familly-libre-baskerville: "Libre Baskerville", serif;
    --font-familly-monserrat: "Montserrat", sans-serif;
    --primary-color: #C58E03;
    --primary-deep-color: #dfa20a;
    --bg-primary-color: #29292B;
    --bg-secondary-color: #2D2D2F;
    --transition: all .3s ease-in-out;

}

html {
    scroll-behavior: smooth;
}

section.test-section {
    background-color: var(--bg-primary-color);
}

body {
    font-family: var(--font-familly-inter);
    font-optical-sizing: auto;
    font-style: normal;
}

a {
    text-decoration: none;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: var(--font-familly-poppins);
    line-height: 28px;

}

p.error-text {
    font-size: 13px !important;
}

a.text-link {
    /* color: var(--primary-color); */
    color: var(--primary-color);
}


ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    color: #fff;
}

.divider {
    width: 100px;
    height: 1px;
    background-color: var(--primary-color);
}

button.primary-btn,
a.primary-btn {
    padding: 6px 12px;
    border: 2px solid;
    border-color: var(--primary-color);
    color: #000;
    transition: all .3s ease-in-out;
    font-family: var(--font-familly-poppins);
    font-size: 16px;
    font-weight: 500;
    background-color: var(--primary-color);
}

button.primary-btn:hover,
a.primary-btn:hover {
    background-color: #fff;
    border-color: var(--primary-color);
}

.active-link {
    color: var(--primary-color) !important;
}

section.section {
    padding: 40px 0px;
}

.common-heading {
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    color: var(--primary-color);
    font-family: var(--font-familly-libre-baskerville);
}

@media (max-width:576px) {
    .common-heading {
        font-size: 26px;
        line-height: 40px;
    }
}

.menu-space {
    padding-top: 72px !important;
}

/* common css end here */




/* carousel overlay start here */
.carousel-item {
    position: relative;
    overflow: hidden;
}

/* Black gradient overlay (bottom → top) with custom height */
.carousel-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.801), transparent);
    z-index: 1;
    pointer-events: none;
    /* keeps button clickable */
}

/* Keep caption on top of overlay */
.carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

/* Text styles */
.carousel-caption h2,
.carousel-caption p,
.carousel-caption a {
    position: relative;
    z-index: 3;
    color: #fff;
}

/* carousel overlay start here */








/* Common Popup Styling */
div:where(.swal2-container) div:where(.swal2-popup) {
    width: 350px !important;
    border-radius: 12px !important;
    padding: 25px !important;
    padding-top: 4px !important;
}

/* Title */
div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 24px !important;
    color: var(--primary-color) !important;
    font-family: var(--font-familly-monserrat) !important;
}

/* Message Text */
div:where(.swal2-container) div:where(.swal2-html-container) {
    font-size: 16px !important;
    font-family: var(--font-familly-poppins) !important;
}

/* ✅ Success Icon */
div:where(.swal2-icon).swal2-success {
    font-size: 12px !important;
    border-color: #28a745 !important;
    color: #28a745 !important;
}

/* ❌ Error Icon */
div:where(.swal2-icon).swal2-error {
    font-size: 12px !important;
    border-color: #dc3545 !important;
    color: #dc3545 !important;
    font-size: 11px !important;
}

/* Optional: Button Styling */
div:where(.swal2-container) button:where(.swal2-confirm) {
    background-color: var(--primary-color) !important;
    font-family: var(--font-familly-poppins) !important;
    border-radius: 6px !important;
    padding: 8px 20px !important;
    font-size: 15px !important;
}

/* popup css end here */












/* scroll to top css start here */
.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}


.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 50px;
    bottom: 62px;
    z-index: 99999;
    background-color: var(--primary-color);
    width: 38px;
    height: 38px;
    border-radius: 4px;
    transition: all 0.4s;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 768px) {
    .scroll-top {
        right: 30px;
        bottom: 40px;
    }

}


/* scroll to top css end here */







/* menu css start here */
.navbar {
    background-color: #2A2A2A;
    padding: 0.2rem 1rem;
    box-shadow: 0px 9px 5px -3px rgba(37, 37, 37, 0.219);
    border-bottom: 1px solid #3a373754;
}

.navbar-brand img {
    height: 70px;
}


.navbar-text {
    color: white !important;
    font-family: var(--font-familly-poppins);
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}

.dropdown-menu {
    background-color: #1C1C1C;
}

.navbar-nav .nav-item .nav-link {
    transition: var(--transition);
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary-color);
}

.dropdown-item {
    color: white;
    transition: all .3s ease-in-out;

}

.dropdown-item:hover {
    color: var(--primary-color);
    background-color: #1C1C1C;
}

.book-now {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: white;
    padding: 4px 10px;
    border-radius: 5px;
    transition: 0.3s;
    font-size: 14px;
}

.book-now:hover {
    background-color: var(--primary-color);
    color: #000;
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav {
        width: 70%;
        flex-direction: row;
        justify-content: center;
        padding-left: 3rem;
        gap: 1rem;
    }
}

.navbar-nav a.nav-link {
    font-family: var(--font-familly-poppins);
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
}



.navbar button.navbar-toggler {
    /* border: 1px solid var(--primary-color); */
    padding: 0px 5px;
    border: none;
}

.navbar button.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
    /* border-color: var(--primary-color); */
}

.navbar button.navbar-toggler i {
    font-size: 30px;
}

.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s;
    background: #262626;
}

.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu a:hover {
    background: #262626;

}

@media (max-width: 991px) {
    .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        display: none;
        position: static;
        box-shadow: none;
    }
}

.nav .nav-link:hover {
    color: var(--primary-color);
}

a.dropdown-item {
    font-size: 14px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff;
}

/* menu css end here */


/* home banner css start here */
section.banner {
    /* margin-top: 5rem; */
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 87vh;
}

section.banner .banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

section.banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.678));
    z-index: 2;
}

section.banner .banner-content-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 3rem;
}

section.banner .banner-content-container h2.banner-heading {
    font-size: 56px;
    font-weight: bold;
    letter-spacing: -2%;
    color: #FFFFFF;
    font-family: var(--font-familly-libre-baskerville);

}

@media (max-width:768px) {
    section.banner .banner-content-container h2.banner-heading {
        font-size: 36px;
        margin-bottom: 1rem;
    }

    section.banner .banner-content-container .banner-description {
        font-weight: 400;
        font-size: 20px !important;
        margin-bottom: 1rem;

    }

    section.banner {
        margin-top: 5rem;
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 70vh;
    }

    section.banner .banner-content-container {
        align-items: center;
        justify-content: center;
        padding-bottom: 0rem;
    }
}

section.banner .banner-content-container .banner-description {
    font-family: var(--font-familly-poppins);
    font-weight: 400;
    font-size: 30px;
    line-height: 209.5%;
    color: #FFFFFF;
}

section.banner .banner-content-container .banner-button {
    width: fit-content;
    padding: 7px 14px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: auto;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
}

/* home banner css start here */



/* booking directoy section start here */
section.section.booking-directly-section {
    background-color: var(--bg-primary-color);
}

section.section.booking-directly-section .heading-one,
.heading-two {
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    font-family: var(--font-familly-libre-baskerville);
}

section.section.booking-directly-section .booking-directly {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    font-family: var(--font-familly-libre-baskerville);
}

section.section.booking-directly-section form.booking-form button.btn-book {
    color: #fff;
    font-size: 14px;
}

section.section.booking-directly-section form.booking-form button.btn-book:hover {
    color: #000;
}

section.section.booking-directly-section .form-control,
.form-select {
    font-size: 14px;
}

/* booking directoy section end here */


/* section event host start here */
section.section.event-host {
    background-color: var(--bg-secondary-color);
}

section.section.event-host .img-container {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

section.section.event-host .img-container img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
    z-index: 1;
}

/* FIX: Apply ::after to the container */
section.section.event-host .img-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, #ffbf2a00, #ffb200ad);
    z-index: 2;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

section.section.event-host .img-container:hover img {
    transform: scale(1.2);
}

section.section.event-host .img-container .img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, #ffbf2a00, #ffb200ad);
    z-index: 2;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.transfor-scale-add {
    /*transition: all .3s ease-in-out;*/
    /*transform: scale(1.2);*/
}

.transfor-scale-remove {
    /*transition: all .3s ease-in-out;*/
    /*transform: scale(1);*/
}

section.section.event-host .img-container h3.host-item-heading {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    margin: 0;
    color: #fff;
    z-index: 3;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    font-weight: bold;
    font-size: 24px;
    font-family: var(--font-familly-libre-baskerville);
    padding: 0px 12px;
    text-align: center;
}

/* section event host end here */





/* affordable-dry-section css start here */
section.affordable-dry-section {
    background-color: var(--bg-primary-color);
}

/* affordable-dry-section css end here */




/*  Premium Event Catering Services in Ilford css start here */
section.premium-event-section {
    background-color: var(--bg-secondary-color);

}

/*  Premium Event Catering Services in Ilford css end here */





/* additional features css start here */
section.additional-features {
    background-color: var(--bg-primary-color);
}



section.additional-features .card {
    background-color: var(--bg-primary-color);
    border-color: #F2F2F2;
    border-radius: 10px !important;
    transition: all .3s ease-in-out;
    /* height: 278px; */
    height: 324px;
}

section.additional-features .card:hover {
    background-color: #F2F2F2;
}

section.additional-features .card:hover .feature-heading,
section.additional-features .card:hover p.feature-description,
section.additional-features .card:hover .feature-link {
    color: #000;
}

section.additional-features .card span.icon i {
    padding: 6px 10px;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 7px;
}

section.additional-features .card .feature-heading {
    font-family: var(--font-familly-poppins);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #F0F0F0;
    transition: all .3s ease-in-out;
}

section.additional-features .card p.feature-description {
    color: #F0F0F0;
    transition: all .3s ease-in-out;
}

section.additional-features .card .feature-link {
    color: #F0F0F0;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all .3s ease-in-out;
}

/* additional features css end here */



/* why choose us css start here */
section.why-choose-us {
    background-color: var(--bg-secondary-color);
}

section.why-choose-us span.serial-number {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    font-family: var(--font-familly-monserrat);
}

section.why-choose-us h3.heading {
    font-family: var(--font-familly-poppins);
    font-size: 20px;
    font-weight: bold;
}

section.why-choose-us p.description {
    line-height: 30px;
}

/* why choose us css end here */





/* Testimonial section css start here */
section.testimonial {
    background-color: var(--bg-primary-color);
}

section.testimonial .star-icons span i {
    color: var(--primary-color);
}

section.testimonial img.client-img {
    width: 50px;
    object-fit: cover;
    border-radius: 50%;
}

section.testimonial .client-name {
    font-family: var(--font-familly-poppins);
    font-size: 16px;
    font-weight: 500;
}

section.testimonial .client-designation {
    font-family: var(--font-familly-poppins);
    font-size: 16px;
    font-weight: 400;
}

section.testimonial .owl-carousel .owl-nav button {
    display: inline-block;
    color: #fff;
    border: 1px solid;
    border-color: #F0F0F0;
    padding: 7px 12px !important;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

section.testimonial .owl-carousel .owl-nav button:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

section.testimonial .owl-carousel .owl-dots {
    margin-top: 2rem;
}


section.testimonial .owl-carousel .owl-nav {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

section.testimonial .owl-carousel .owl-nav button.owl-prev i {
    color: #fff !important;
    font-weight: 500;

}

section.testimonial .owl-carousel .owl-nav button.owl-next i {
    color: #fff !important;
    font-weight: 500;

}

section.testimonial .owl-carousel .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color) !important;
}

section.testimonial .owl-carousel .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:active span {
    background: var(--primary-color) !important;
}

/* Testimonial section css end here */




/* Steps to Book an Event css start here */
section.step-to-book {
    background-color: var(--bg-secondary-color);
}

section.step-to-book .content-container .img-container {
    overflow: hidden;
    border-radius: 15px;
}

section.step-to-book .content-container .img-container img {
    width: 100%;
    object-fit: cover;
    height: 200px;
    border: 1px solid;
    transition: var(--transition);
    border-radius: 15px;
}

@media (max-width:576px) {
    section.step-to-book .content-container .img-container img {
        height: 250px;
    }
}

section.step-to-book .content-container .img-container img:hover {
    transform: scale(1.2);
}

section.step-to-book .content-container .heading-one {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    font-family: var(--font-familly-poppins);
}

section.step-to-book .content-container .heading-two {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-familly-poppins);
    line-height: 30px;
}

section.step-to-book .content-container .description {
    line-height: 24px;

}

/* Steps to Book an Event css end here */






/* Frequently Asked Questions css start here */

section.frequently-ask {
    background-color: var(--bg-primary-color);
}

section.frequently-ask .accordion-item button {
    background-color: var(--bg-secondary-color);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-family: var(--font-familly-monserrat);

}

section.frequently-ask .accordion-item:first-of-type>.accordion-header .accordion-button {
    border: 0px;
    border-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    font-size: 18px;

}

section.frequently-ask .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border: 0px;
    border-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

section.frequently-ask .accordion-item .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

section.frequently-ask .accordion-item button span i {
    color: var(--primary-color);
}

section.frequently-ask .accordion-button::after {
    display: none;
}

section.frequently-ask .accordion-item {
    border: none;
    border-bottom: 1px solid #817e7e;
}

section.frequently-ask .accordion-item .accordion-body {
    background-color: rgb(77, 73, 73);
    color: #fff;
    font-size: 14px;
    font-family: var(--font-familly-monserrat);
}

/* Frequently Asked Questions css end here */





/* footer section start here */
section.footer-section {
    background-color: var(--bg-secondary-color);
    padding: 5rem 0rem;
}

@media (max-width:768px) {
    section.footer-section {
        padding: 3rem 0rem;
        padding-bottom: 1rem;
    }
}

section.copy-right-section {
    background-color: var(--bg-secondary-color);
    border-top: 1px solid #4C4D8B;
}

section.copy-right-section p {
    color: #FEFEFE;
    font-family: var(--font-familly-poppins);
    font-weight: 400;
    font-size: 14px;
}

section.copy-right-section a {
    color: #FEFEFE;
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
}

section.copy-right-section a:hover {
    color: var(--primary-color);
}

section.copy-right-section span.separate {

    display: inline-block;
    width: 1.5px;
    height: 10px;
    background-color: #FEFEFE;
    margin: 0px 5px;
}

section.footer-section div.virtical-divider {
    height: 100%;
    width: 1px;
    background-color: #D9D9D9;
}

section.footer-section ul.links li a {
    display: inline-block;
    font-size: 14px;
    font-family: var(--font-familly-libre-baskerville);
    text-transform: uppercase;
    line-height: 22px;
    color: #D9D9D9;
    margin-bottom: 1rem;
    transition: all .3s ease-in-out;
}

section.footer-section ul.links li a:hover {
    color: var(--primary-color);
}

section.footer-section ul.links.social-icons li a {
    display: flex;
    gap: 10px;
}

section.footer-section img {
    margin-left: -14px;
    margin-top: -15px;
    width: 135px;
}

@media (max-width:768px) {
    section.footer-section img {
        margin-left: -6px;
        margin-top: 0px;
        width: 135px;
    }
}

section.footer-section p.address-one {
    font-family: var(--font-familly-inter);
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
}

section.footer-section p.address-two {
    font-family: var(--font-familly-inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

section.footer-section a.map {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
}

section.footer-section a.map i {
    color: #F27D00;
}

/* footer section end here */




/* event banner section start here */
section.event-banner-section {
    width: 100%;
}

section.event-banner-section .event-banner img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    /* height: 300px; */
}



section.event-banner-section #heroCarousel .hero-img {
    height: 80vh;
    object-fit: cover;
    filter: brightness(70%);
}

@media (max-width:576px) {
    section.event-banner-section #heroCarousel .hero-img {
        height: 50vh;

    }
}

/* Overlay text */
section.event-banner-section #heroCarousel .carousel-item {
    background: rgba(0, 0, 0, 0.35);
}


section.event-banner-section #heroCarousel .carousel-caption {
    position: absolute;
    /* top: 147px; */
    top: 267px;
    ;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px;
}

section.event-banner-section #heroCarousel .hero-title {
    /* font-size: 54px; */
    font-size: 48px;

    font-weight: 700;
    color: #fff;
    animation: fadeInDown 1s ease-in-out;
    font-family: var(--font-familly-libre-baskerville);
}




section.event-banner-section #heroCarousel .hero-subtitle {
    /* font-size: 23px; */
    font-size: 18px;

    margin-top: 15px;
    color: #f1f1f1;
    max-width: 700px;
    animation: fadeInUp 1.2s ease-in-out;
    font-weight: 500;
    font-family: var(--font-familly-monserrat);
    line-height: 150%;
}


@media (max-width: 768px) {
    section.event-banner-section #heroCarousel .hero-title {
        font-size: 36px;
    }

    section.event-banner-section #heroCarousel .hero-subtitle {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    section.event-banner-section #heroCarousel .carousel-caption {
        width: 80%;
        margin: auto;
    }


    section.event-banner-section #heroCarousel .carousel-caption {
        position: absolute;
        top: 20px;

    }


}

section.event-banner-section #heroCarousel .primary-btn {
    color: #FFFFFF;
}

section.event-banner-section #heroCarousel .primary-btn:hover {
    color: #000000;
}

/* Simple fade animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

section.event-banner-section .primary-btn:hover {
    color: #000;
}

section.event-banner-section #heroCarousel .carousel-indicators {
    transition: var(--transition);
    opacity: 1 !important;
    display: none;
}

section.event-banner-section #heroCarousel .carousel-indicators .active {
    opacity: 1;
    background-color: var(--primary-color);
    width: 50px;
}





/* Luxury Banqueting Halls in Ilford start here */
section.luxury-halls-section {
    background-color: var(--bg-primary-color);
}

section.luxury-halls-section .img-item {
    transition: all .5s ease-in-out;
}

section.luxury-halls-section .img-item img {
    object-fit: cover;
    height: 100%;

}

section.luxury-halls-section .img-big-1:hover,
section.luxury-halls-section .img-big-2:hover {
    height: 280px !important;
}

section.luxury-halls-section .img-small-1:hover,
section.luxury-halls-section .img-small-2:hover {
    height: 230px !important;
}

/* Luxury Banqueting Halls in Ilford end here */





/* Spacious Ilford Hall for Your Dream Engagement section start here */

section.spacious-ilford {
    background-color: var(--bg-secondary-color);
}


section.spacious-ilford .virtical-img-1 {
    height: 500px;
    object-fit: cover;
}

section.spacious-ilford .virtical-img-2 {
    height: 320px;
    object-fit: cover;
}

section.spacious-ilford .virtical-img-2 {
    height: 303px;
    object-fit: cover;
    width: 70%;
}

section.spacious-ilford .virtical-img-2-container {
    text-align: center;
}

/* Spacious Ilford Hall for Your Dream Engagement section end here */






/* why choose us section start here */

section.why-choose-us {
    background-color: var(--bg-primary-color);
}

section.why-choose-us .item {
    border: 1px solid;
    border-color: transparent;
    border-radius: 10px;
    transition: var(--transition);
    padding: 10px 7px;
}

section.why-choose-us .item:hover {
    border-color: var(--primary-color);
}



section.why-choose-us .icon {
    padding: 12px 19px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

section.why-choose-us .item:hover .icon {
    background-color: var(--primary-color);

}

section.why-choose-us .item:hover .icon i {
    color: #fff;
    transition: var(--transition);


}

section.why-choose-us .icon i {
    color: var(--primary-color);
    font-size: 26px;
}

section.why-choose-us h3.heading {
    font-size: 15px;
    font-family: var(--font-familly-monserrat);
    font-weight: 600;
}

section.why-choose-us p.description {
    font-family: var(--font-familly-poppins);
    font-size: 13px;
    font-weight: 400;
    color: #ffffff88;
    line-height: 21px;
}

section.why-choose-us .cover-img-conotainer {
    height: 300px;
    overflow: hidden;
    border-radius: 20px;

}

section.why-choose-us .cover-img-conotainer img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    transition: var(--transition);
}

section.why-choose-us .cover-img-conotainer img:hover {
    transform: scale(1.2);
}

/* why choose us section end here */



/* Weddings section strat here */
section.weddings-section {
    background-color: var(--bg-secondary-color);
}

section.weddings-section .weddings-carousel .item {
    overflow: hidden;
    border-radius: 15px;
}

section.weddings-section .weddings-carousel .item {
    width: 220px;
    height: 400px;
    transition: var(--transition);
}

@media (max-width:575px) {
    section.weddings-section .weddings-carousel .item {
        width: 250px;
    }
}


section.weddings-section .weddings-carousel .item h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-familly-monserrat);
}


section.weddings-section .weddings-carousel .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

section.weddings-section .weddings-carousel .item:hover img {
    transform: scale(1.1);
}


section.weddings-section .weddings-carousel .item {
    position: relative;
    overflow: hidden;
}

section.weddings-section .weddings-carousel .item img {
    width: 100%;
    display: block;
}

section.weddings-section .weddings-carousel .item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(to top,
            rgba(48, 47, 47, 0.404),
            rgba(255, 255, 255, 0.05));
    /* subtle white glass tint */
    backdrop-filter: blur(100px) saturate(200%);
    -webkit-backdrop-filter: blur(100px) saturate(180%);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    /* border-radius: 0 0 20px 20px; */
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: height 0.4s ease-in-out, backdrop-filter 0.4s ease-in-out,
        -webkit-backdrop-filter 0.4s ease-in-out;

    /* Smooth fade-in blur from bottom */
    mask-image: linear-gradient(to top, black 20%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, black 20%, transparent 100%);
    box-shadow: inset 0 1px 10px rgba(255, 255, 255, 0.1);
    /* soft glow inside */
}

section.weddings-section .weddings-carousel .item .overlay::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    backdrop-filter: inherit;
    -webkit-backdrop-filter: inherit;
    opacity: 0.8;
    z-index: -1;
}

section.weddings-section .weddings-carousel .item .overlay h4 {
    color: white;
    margin: 0;
    padding: 20px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s;
    text-align: center;
    width: 100%;
}

/* Hover Effects */
section.weddings-section .weddings-carousel .item:hover .overlay {
    height: 70%;
    backdrop-filter: blur(350px);
    -webkit-backdrop-filter: blur(350px);
}

section.weddings-section .weddings-carousel .item:hover .overlay h4 {
    opacity: 1;
    color: white;
    transform: translateY(0);
}

@media (max-width:576px) {
    section.weddings-section .weddings-carousel .item .overlay {
        height: 70%;
        backdrop-filter: blur(350px);
        -webkit-backdrop-filter: blur(350px);
    }

    section.weddings-section .weddings-carousel .item .overlay h4 {
        opacity: 1;
        color: white;
        transform: translateY(0);
    }
}

/* Weddings section end here */







/* event review-section css start here */
section.review-section {
    background-color: var(--bg-primary-color);
}

section.review-section .review-owl-carousel img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

section.review-section .review-owl-carousel p.heading {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-familly-monserrat);
}

section.review-section .review-owl-carousel p.description {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    font-family: var(--font-familly-poppins);
    line-height: 22px;
}

section.review-section .review-owl-carousel .owl-dots {
    margin-top: 2.5rem !important;
}

/* section.review-section .review-owl-carousel .owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 15px;
}
section.review-section .review-owl-carousel .owl-dot span {
  background: #333 !important;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
} */







/* event review-section css end here */









/*--------------------- venu css start here ---------------------*/



/* Luxury Banqueting Halls in Ilford, London section css start here  */
section.ilford-london-section {
    background-color: var(--bg-primary-color);
}

/* Luxury Banqueting Halls in Ilford, London section css start here  */




/* venu feature section css start here */
section.venu-features {
    background-color: var(--bg-secondary-color);
}

section.venu-features .feature-item {
    border: 1px solid #fff;
    height: 234px;
    padding: 1rem;
    border-radius: 16px;
    transition: var(--transition);
}

section.venu-features .feature-item:hover {
    background-color: var(--primary-color);
}

section.venu-features .feature-item .icon {
    padding: 12px 19px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    width: fit-content;
    margin: auto;
    transition: var(--transition);
}

section.venu-features .feature-item:hover .icon {
    background-color: #fff;
}

section.venu-features .feature-item i {
    color: var(--primary-color);
    font-size: 26px;
}

section.venu-features .feature-item .feature-heading {
    font-size: 15px;
    font-family: var(--font-familly-monserrat);
    font-weight: 600;
}

section.venu-features .feature-item .feature-description {
    font-family: var(--font-familly-poppins);
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 21px;
}

/* venu feature section css start here */




/* floor plans section css start here */
section.floor-plans {
    background-color: var(--bg-primary-color);
}

section.floor-plans .plan-item-container i {
    color: var(--primary-color);
    font-size: 23px;
}

section.floor-plans .plan-item-container .plan-item {
    border-bottom: 1px solid var(--primary-color);
    /* padding: 0px 10px;
    padding-bottom: 10px; */

}

/* venu floor plans section css end here */









/* venu parkign details section start here */
section.parking-details {
    background-color: var(--bg-secondary-color);
}

section.parking-details .parking-img {
    height: 400px;
    object-fit: cover;
    max-height: 100%;
}

/* venu parkign details section end here */






/* venu pricing guideline section css start here */
section.pricing-guideline {
    background-color: var(--bg-primary-color);
}


section.pricing-guideline .item {
    background-color: #F0F0F0;
    border-radius: 7px;
    min-height: 291px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.pricing-guideline .item .weekday {
    font-size: 16px;
    font-weight: 600 !important;
    font-weight: var(--font-familly-inter);
    color: #1E1E1E;
    line-height: 120%;
}



section.pricing-guideline .item .dollar {
    color: #1E1E1E;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.pricing-guideline .item .dollar i {
    font-size: 26px;
    font-weight: 900;
}

section.pricing-guideline .item.unq .dollar i {
    color: #fff;
}

section.pricing-guideline .item .dollar .dollar-icon {
    display: flex;
    align-items: start;
}


section.pricing-guideline .item .dollar strong {
    font-weight: 800;
    font-size: 30px;
    line-height: normal;
    font-family: var(--font-familly-poppins);
}

section.pricing-guideline .item .day {
    font-size: 14px;
    font-family: var(--font-familly-monserrat);
    color: #1E1E1E;
    font-weight: 500;
}

section.pricing-guideline .item .para {
    font-size: 13px;
    font-weight: 400;
    color: #242121;
    font-family: var(--font-familly-monserrat);
    line-height: 22px;
}

section.pricing-guideline .item a {
    width: 172px;
    max-width: 100%;
    padding: 5px 12px;
}


section.pricing-guideline .item.unq {

    background-color: #181717;
}


section.pricing-guideline .item.unq .weekday {
    color: #F1F1F1;
}

section.pricing-guideline .item.unq .dollar strong {
    color: #F1F1F1;
}

section.pricing-guideline .item.unq .day {
    color: #F1F1F1;
}

section.pricing-guideline .item.unq .para {
    color: #F1F1F1;
}


section.pricing-guideline .item.unq {
    border: 1px solid;
    border-color: #F1F1F1;
}




/* venu pricing guideline section css end here */





/*--------------------- venu css end here ---------------------*/











/*--------------------- Catering css start here ---------------------*/



/* Premium Full-Service Catering section css start here */

/* Premium Full-Service Catering section css end here */







/*  Catering section slider css start here */
section.cataring-slider {
    background-color: var(--bg-secondary-color);
}

section.cataring-slider .cataring-slider-owl-carousel {}

section.cataring-slider .cataring-slider-owl-carousel .item {
    width: 300px;
    max-width: 100%;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
}

section.cataring-slider .cataring-slider-owl-carousel .item .item-container {
    position: relative;
}

section.cataring-slider .cataring-slider-owl-carousel .item .item-container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    z-index: 1;
    pointer-events: none;
    /* keeps button clickable */
}

section.cataring-slider .cataring-slider-owl-carousel .item .item-container .item-img {
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: var(--transition);

}

.transform-scale {
    transform: scale(1.2);
}



section.cataring-slider .cataring-slider-owl-carousel .item .item-container .item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 45%;
    z-index: 3;
    padding: 0px 16px;
    padding-bottom: 1rem;
}


section.cataring-slider .cataring-slider-owl-carousel .item .item-container .item-heading {
    font-size: 22px;
    font-family: var(--font-familly-libre-baskerville);
    margin-bottom: 10px;
    transition: all .5s ease-in-out;
    transform: translateY(140px);
}

section.cataring-slider .cataring-slider-owl-carousel .item .item-container .item-description {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-familly-monserrat);
    transition: all .5s ease-in-out;
    opacity: 0;
}

section.cataring-slider .cataring-slider-owl-carousel .item .item-container:hover .item-heading {
    transform: translateY(0px) !important;
}

section.cataring-slider .cataring-slider-owl-carousel .item .item-container:hover .item-description {
    opacity: 1 !important;
}





section.cataring-slider .cataring-slider-owl-carousel {
    position: relative;
}

section.cataring-slider .cataring-slider-owl-carousel .owl-nav {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: #fff; */
}

section.cataring-slider .cataring-slider-owl-carousel .owl-nav button {
    background-color: #ffffff5e;
    padding: 6px 11px !important;
    border-radius: 50%;
    transition: var(--transition);
}

section.cataring-slider .cataring-slider-owl-carousel .owl-nav button:hover {
    background-color: var(--primary-color)
}

section.cataring-slider .cataring-slider-owl-carousel .owl-nav button i {
    color: #fff !important;
}

section.cataring-slider .cataring-slider-owl-carousel .owl-dots {
    margin-top: 3rem;
}

@media (max-width:768px) {
    section.cataring-slider .cataring-slider-owl-carousel .item .item-container .item-heading {
        transform: translateY(0px);
    }

    section.cataring-slider .cataring-slider-owl-carousel .item .item-container .item-description {
        opacity: 1;
    }

}

/*  Catering section slider css end here */



/*--------------------- Catering css end here ---------------------*/








/*--------------------- contact css start here ---------------------*/
section.contact-us-map-section {
    background-color: var(--bg-secondary-color);
}

section.contact-form-section {
    background-color: var(--bg-primary-color);

}

section.contact-form-section p.sub-heading {
    font-family: var(--font-familly-monserrat);
    font-weight: 600 !important;
    font-size: 16px;
}

section.contact-form-section .card {
    background-color: #f0f0f0c9 !important;
}

section.contact-form-section .card form label,
input {
    font-family: var(--font-familly-monserrat);
    font-weight: 500 !important;
    font-size: 16px;
}

section.contact-form-section .card form label {
    font-weight: 600 !important;
}

section.contact-form-section .card form input {
    background-color: #f0f0f0a8 !important;
}

section.contact-form-section .card form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(244, 153, 15, 0.25);
}

section.contact-form-section .card form button[type="submit"] {
    /* font-family: var(--font-familly-monserrat); */
}

/* section.contact-form-section .card .card-body.common-card-body {
    padding: 7px 10px 7px 10px !important;
} */

section.contact-form-section .card .card-body.common-card-body p.para {
    line-height: 24px;
}

section.contact-form-section .card .card-body.common-card-body span.icon {
    padding-top: 2px;
}

section.contact-form-section .card .card-body.common-card-body span.icon i {
    color: var(--primary-color);
}

/*--------------------- contact css end here ---------------------*/









/*--------------------- booking css start here ---------------------*/
section.booking-section {
    background-color: var(--bg-primary-color);
}

section.booking-section .content {
    background-color: var(--bg-secondary-color);
    height: fit-content;
    text-align: end;
}

@media (max-width:768px) {
    section.booking-section .content {
        text-align: start;
    }

}

section.booking-section .content .item {
    padding: 1rem;
    border-bottom: 1px solid var(--primary-color);
}

section.booking-section .content p {
    font-family: var(--font-familly-monserrat);

}

section.booking-section .content .sub-heading {
    font-weight: 600;
    font-size: 17px;
    color: var(--primary-color);

}

section.booking-section .form-container .common-heading {
    font-size: 22px;
}

section.booking-section .form-container .card {
    background-color: transparent;
    border: 1px solid var(--primary-color);
}

section.booking-section .form-container .card .card-header {
    background-color: var(--bg-secondary-color) !important;
}

section.booking-section .form-container .card .card-heading {
    color: #fff !important;
    font-size: 13px;
    font-family: var(--font-familly-monserrat);
}

section.booking-section .form-container .card .card-heading span {}

section.booking-section .form-container .card .card-heading-unq {

    font-size: 18px;
    font-family: var(--font-familly-libre-baskerville);
    color: var(--primary-color) !important;

}

section.booking-section .form-container .card .input-buttons-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

section.booking-section .form-container .card .input-buttons-container .radio-button {
    padding: 9px 35px;
    border: 1px solid;
    border-color: var(--primary-color);
    color: #fff;
    border-radius: 10px;
    background-color: var(--bg-secondary-color);
}


.button-active {
    background-color: var(--primary-color) !important;
}

section.booking-section .form-container .card .input-buttons-container select {
    display: block;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    /* background-color: transparent; */
    background-color: var(--bg-primary-color);
    color: #fff;
    /* outline: red; */
    border-color: var(--primary-color);
}

section.booking-section .form-container .card .input-buttons-container input {
    display: block;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    background-color: var(--bg-primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

section.booking-section .form-container .card .input-buttons-container textarea {
    display: block;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    background-color: var(--bg-primary-color);
    border-color: var(--primary-color);
    color: #fff;
    transition: all .2s ease;
}

section.booking-section .form-container .card .input-buttons-container textarea::placeholder {
    color: #ccc;
}

section.booking-section .form-container .card .input-buttons-container textarea:focus,
input:focus {
    outline: none;
    border: 2px solid var(--primary-color);
    box-shadow: 0 0 8px var(--primary-color);
    /* background-color: #fff; */
    /* optional */
}

section.booking-section .form-container .card input:focus {
    outline: none;
    border: 2px solid var(--primary-color);
    box-shadow: 0 0 8px var(--primary-color);
    /* background-color: #fff; */
    /* optional */
}

section.booking-section .form-container .card input {
    display: block;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    background-color: var(--bg-primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

section.booking-section .form-container .card input::placeholder {
    color: #ccc;
    opacity: 1;
}

section.booking-section .form-container .card label {
    font-size: 16px;
    font-family: var(--font-familly-monserrat);
    font-weight: 400;
}

/*--------------------- booking css end here ---------------------*/






/*--------------------- gallery css start here ---------------------*/
section.gallery-hero-section {
    background-color: var(--bg-primary-color);
}

section.gallery-tab-section {
    background-color: var(--bg-secondary-color);
}



section.gallery-tab-section #myTab {
    border: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}


@media (max-width:991px) {
    section.gallery-tab-section #myTab {
        justify-content: start;
        gap: 20px;
    }
}


section.gallery-tab-section #myTab button {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--bg-secondary-color);
    color: var(--primary-color);
    font-family: var(--font-familly-libre-baskerville);
    padding: 0;
    padding-bottom: 8px;
    transition: var(--transition);
    font-weight: bold;
    font-size: 14px;
    /* line-height: 36px; */
}

section.gallery-tab-section #myTab button:hover {
    border-bottom: 1px solid var(--primary-color);
}

section.gallery-tab-section #myTab button.active {
    border-bottom: 1px solid var(--primary-color);
}

section.gallery-section {
    background-color: var(--bg-primary-color);
}


section.gallery-section .gallery-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    overflow: hidden;
}

section.gallery-section .gallery-container ul li {
    position: relative;
    list-style-type: none;
    flex: 1 1 25%;
    transition: all .5s ease-in-out;
}

section.gallery-section .gallery-container ul li .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all .5s ease-in-out;
}

section.gallery-section .gallery-container ul li img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

section.gallery-section .gallery-container ul li:hover {
    flex: 1 1 50%;
}



section.gallery-section .gallery-container ul li:hover .overlay {
    opacity: 1;
}

section.gallery-section .gallery-container ul li p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all .5s ease-in-out;
    z-index: 3;
}

section.gallery-section .gallery-container ul li:hover p {
    opacity: 1;
    font-size: 20px;
}

@media (max-width:768px) {
    section.gallery-section .gallery-container ul {
        flex-wrap: wrap;
    }

    section.gallery-section .gallery-container ul li:hover {
        flex: 1 1 50%;
    }

    section.gallery-section .gallery-container ul li {
        flex: 1 1 50%;
    }

    section.gallery-section .gallery-container ul li:hover {
        flex: 1 1 50%;
    }

    section.gallery-section .gallery-container ul li .overlay {
        opacity: 1;
    }

    section.gallery-section .gallery-container ul li p {
        opacity: 1 !important;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }

    section.gallery-section .gallery-container ul li:hover p {
        font-size: 16px;
    }

    section.gallery-section .gallery-container ul li img {
        height: 300px;
    }
}

/*--------------------- gallery css end here ---------------------*/







/*--------------------- cataring gallery css start here ---------------------*/
section.cataring-galery-section {
    background-color: var(--bg-primary-color);
}

section.cataring-galery-section .gallery-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    overflow: hidden;
}

section.cataring-galery-section .gallery-container ul li {
    position: relative;
    list-style-type: none;
    flex: 1 1 25%;
    transition: all .5s ease-in-out;
}

section.cataring-galery-section .gallery-container ul li .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all .5s ease-in-out;
}

section.cataring-galery-section .gallery-container ul li img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

section.cataring-galery-section .gallery-container ul li:hover {
    flex: 1 1 50%;
}



section.cataring-galery-section .gallery-container ul li:hover .overlay {
    opacity: 1;
}

section.cataring-galery-section .gallery-container ul li p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all .5s ease-in-out;
    z-index: 3;
}

section.cataring-galery-section .gallery-container ul li:hover p {
    opacity: 1;
    font-size: 20px;
}

@media (max-width:768px) {
    section.cataring-galery-section .gallery-container ul {
        flex-wrap: wrap;
    }

    section.cataring-galery-section .gallery-container ul li:hover {
        flex: 1 1 50%;
    }

    section.cataring-galery-section .gallery-container ul li {
        flex: 1 1 50%;
    }

    section.cataring-galery-section .gallery-container ul li:hover {
        flex: 1 1 50%;
    }

    section.cataring-galery-section .gallery-container ul li .overlay {
        opacity: 1;
    }

    section.cataring-galery-section .gallery-container ul li p {
        opacity: 1 !important;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }

    section.cataring-galery-sectionn .gallery-container ul li:hover p {
        font-size: 16px;
    }

    section.cataring-galery-section .gallery-container ul li img {
        height: 300px;
    }
}






/*--------------------- cataring gallery css end here ---------------------*/







/*--------------------- policy section css start here ---------------------*/
section.policy-section {
    background-color: var(--bg-primary-color);
}


section.policy-section .heading {
    font-size: 18px;
    font-family: var(--font-familly-monserrat);
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 0.8rem;
}

section.policy-section .description {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-familly-poppins);
    margin-bottom: 1.5rem;
}

section.policy-section .description a {
    color: var(--primary-color);
}

section.policy-section .description a:hover {
    color: var(--primary-deep-color);
}

/*--------------------- policy  css end here ---------------------*/






/*--------------------- blog  css start here ---------------------*/
section.blog-section {
    background-color: var(--bg-primary-color);
}

section.blog-section .blog-item {
    border-radius: 15px;
    padding: 10px;
    transition: var(--transition);
    background-color: #393636;
}

section.blog-section .blog-item:hover {
    background-color: var(--primary-color);
}

section.blog-section .blog-item .blog-img img {
    width: 100%;
    height: 350px;
    border-radius: 15px;
    object-fit: cover;
}

section.blog-section .blog-item .blog-heading {
    padding: 19px 0px 10px 0px;
}

section.blog-section .blog-item .blog-heading h2 {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-familly-monserrat);
    line-height: 24px;
}

/*--------------------- blog  css end here ---------------------*/






/*--------------------- blog details css start here ---------------------*/

section.blog-details-section {
    background-color: var(--bg-primary-color);
}

section.blog-details-section .blg-img-container {
    width: 700px;
    max-width: 100%;
    height: 450px;
    margin: auto;
    box-sizing: border-box;
}


@media (max-width:768px) {
    section.blog-details-section .blg-img-container {
        max-width: 100%;
        height: 300px;
    }
}


section.blog-details-section .blg-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

section.blog-details-section .description-heading {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 0.5rem;


}

/*--------------------- blog details css end here ---------------------*/