.catering-main-heading {color: #E19B3E !important;font-size: 48px;}
    .menu-item-small-description {
        font-size: 13px;
        color:#939393
    }
    .divider-dotted {
        border-bottom: #a2a2a2 1px dashed;
        padding-bottom: 10px;
    }
    .bg-red {background-color:#e91717}
    .fs-2 {
        font-size: 1.2rem!important;
    }
    .text-right {text-align: right!important}
    .mtop10 {margin-top:10px}
    .minh109 {min-height: 109px}
    .minh120 {min-height: 120px}
    .col-grey {color:#8b8b8b}
    img.cart-img {width: 35px;height: 35px;}

    .col-11.combo-item-name {
        text-transform: capitalize;
        text-align: left;
    }
    .event-info-bar {
        background: rgba(0, 0, 0, 0.55); 
        padding: 15px 0;
        position: relative; 
    }

    .info-item {
        color: #ffffff;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.5px;
        padding: 0 25px;
        white-space: nowrap;
    }

    .stars {
        color: #ffc107;
        font-size: 14px;
        margin-left: 6px;
        letter-spacing: 2px;
    }

    .divider {
        height: 18px;
        width: 1px;
        background: rgba(255,255,255,0.35);
    }


    /* Responsive */
    @media(max-width:768px){

        .event-info-bar {
            padding: 12px 0;
        }

        .info-item {
            width: 100%;
            text-align: center;
            padding: 6px 0;
        }

        .divider {
            display:none;
        }
    }
    p.small-text {
        font-size: 14px;
        margin: 10px;
        font-weight: 700;
    }
    .why-choose-section {
        background:#fff;
    }


    .section-tag {
        color:#e89b24;
        font-size:13px;
        font-weight:600;
        letter-spacing:.5px;
    }


    .section-title {
        font-size:32px;
        font-weight:700;
        color:#252b32;
    }


    .section-desc {
        max-width:750px;
        margin:auto;
        color:#666;
        font-size:14px;
        line-height:1.7;
    }



    .feature-card {
        height:100%;
        border:1px solid #eee;
        border-radius:12px;
        padding:20px;
        transition:.3s ease;
        background:#fff;
    }


    .feature-card:hover {
        transform:translateY(-5px);
        box-shadow:0 10px 25px rgba(0,0,0,.08);
    }


    .icon-box {
        width:38px;
        height:38px;
        border-radius:50%;
        background:#fff7ea;
        display:flex;
        align-items:center;
        justify-content:center;
        color:#e89b24;
        margin-bottom:15px;
    }


    .feature-card h4 {
        font-size:18px;
        font-weight:600;
        color:#252b32;
        margin-bottom:8px;
    }


    .feature-card p {
        font-size:14px;
        color:#666;
        line-height:1.6;
        margin-bottom:0;
    }



    .menu-btn {
        display:inline-block;
        background:#ff1111;
        color:#fff;
        padding:12px 35px;
        font-size:14px;
        font-weight:600;
        text-decoration:none;
        transition:.3s;
    }


    .menu-btn:hover {
        background:#d90000;
        color:#fff;
    }



    /* Responsive */

    @media(max-width:992px){

        .section-title {
            font-size:28px;
        }

    }


    @media(max-width:576px){

        .section-title {
            font-size:22px;
            line-height:1.4;
        }


        .section-desc {
            font-size:13px;
        }


        .feature-card {
            padding:18px;
        }


        .feature-card h4 {
            font-size:16px;
        }

    }
    .event-section {
        background:#5a0808;
    }


    .event-title {
        color:#ffffff;
        font-size:32px;
        font-weight:700;
        text-transform:uppercase;
        line-height:1.4;
    }


    .event-title span {
        color:#d99724;
    }


    .event-subtitle {
        color:#d99724;
        font-size:15px;
        margin-top:10px;
    }


    .event-card {
        color:#fff;
    }


    .event-card img {
        width:100%;
        height:300px;
        object-fit:cover;
        border-radius:25px;
        margin-bottom:18px;
    }


    .event-card h3 {
        color:#fff;  
        margin-bottom:12px;
    }


    .event-card p {
        color:#fff;
        font-size:16px;
        line-height:1.55;
        margin-bottom:0;
    }



    /* Hover Effect */
    .event-card img {
        transition:.3s ease;
    }


    .event-card:hover img {
        transform:scale(1.03);
    }



    /* Responsive */

    @media(max-width:992px){

        .event-title {
            font-size:28px;
        }

        .event-card img {
            height:220px;
        }

    }



    @media(max-width:768px){

        .event-title {
            font-size:24px;
        }

        .event-subtitle {
            font-size:14px;
        }

    }



    @media(max-width:576px){

        .event-section {
            padding:40px 0;
        }


        .event-title {
            font-size:20px;
        }


        .event-card img {
            height:200px;
            border-radius:18px;
        }


        .event-card h3 {
            font-size:19px;
        }


        .event-card p {
            font-size:13px;
        }

    }
    


    .pricing-title {
        font-size:32px;
        font-weight:700;
        color:#182033;
    }


    .pricing-subtitle {
        color:#4b5563;
        font-size:18px;
    }



    .pricing-card {

        background:linear-gradient(
            180deg,
            #fff1f1 0%,
            #ffffff 100%
        );

        border:1px solid #ffcccc;
        border-radius:18px;

        padding:25px 22px;

        height:100%;

        box-shadow:0 12px 25px rgba(0,0,0,0.05);

        transition:.3s ease;
    }



    .pricing-card:hover {
        transform:translateY(-5px);
        box-shadow:0 15px 35px rgba(0,0,0,.1);
    }



    .pricing-card h3 {

        color:#e89b24; 
        font-weight:700;
        margin-bottom:5px;

    }



    .price {

        font-size:28px;
        font-weight:700;
        color:#182033;
    }


    .price span {
        font-size:16px;
        font-weight:600;
    }



    .pricing-card hr {

        border-color:#f4cccc;
        margin:12px 0 18px;

    }



    .pricing-card h6 {

        font-size:14px;
        font-weight:700;
        color:rgba(0, 0, 0, 1);
        margin-top:15px;
        margin-bottom:10px;

    }



    .pricing-card p {

        font-size:16px; 
        margin-bottom:8px;

    }



    .choose-btn {

        display:inline-block;

        background:#ff0909;

        color:#fff;

        padding:9px 22px;

        font-size:12px;

        font-weight:700;

        text-decoration:none;

        margin-top:15px;

        box-shadow:0 8px 15px rgba(255,0,0,.2);

        transition:.3s;

    }



    .choose-btn:hover {

        background:#d90000;

        color:#fff;

    }



    /* Responsive */

    @media(max-width:992px){

        .pricing-title{
            font-size:28px;
        }

    }



    @media(max-width:576px){

        .pricing-title{
            font-size:22px;
        }


        .pricing-card{
            padding:22px 18px;
        }


        .price{
            font-size:20px;
        }

    }
    .booking-process {
        background:rgba(26, 26, 26, 1);
    }


    .process-title {
        font-size:32px;
        font-weight:700;
        color:#fff;
        text-transform:uppercase;
    }


    .process-subtitle {
        font-size:14px;
        color:#fff;
        margin-top:12px;
    }



    /* Timeline */

    .timeline {
        max-width:760px;
        margin:0 auto;
        position:relative;
    }


    .timeline::before {

        content:"";

        position:absolute;

        left:18px;

        top:35px;

        bottom:50px;

        width:2px;

        background:#b9b9b9;

    }



    .timeline-item {

        position:relative;

        display:flex;

        gap:32px;

        margin-bottom:75px;

    }



    .timeline-item:last-child {
        margin-bottom:0;
    }



    .timeline-number {

        width:36px;
        height:36px;

        background:#ff0000;

        color:#fff;

        border-radius:50%;

        display:flex;

        align-items:center;

        justify-content:center;

        font-size:16px;

        font-weight:600;

        flex-shrink:0;

        z-index:1;

    }



    .timeline-content h3 {

        font-size:18px;

        font-weight:600;

        color:#fff;

        margin-bottom:8px;

    }



    .timeline-content p {
    font-size: 16px;
        color: #fff;
        line-height: 1.6;
        margin: 0;

    }



    /* Responsive */

    @media(max-width:768px){

        .process-title {
            font-size:24px;
            line-height:1.4;
        }


        .timeline {
            padding-left:10px;
        }


        .timeline-item {

            gap:20px;

            margin-bottom:45px;

        }


        .timeline-content h3 {
            font-size:17px;
        }


        .timeline-content p {
            font-size:13px;
        }
        .timeline::before {
        content: "";
        position: absolute;
        left: 27px;
        top: 35px;
                bottom: 60px;
        width: 2px;
        background: #b9b9b9;
    }

    }



    @media(max-width:576px){

        .process-title {
            font-size:20px;
        }
    

        .timeline-number {

            width:34px;

            height:34px;

            font-size:14px;

        }
        .timeline::before {
        content: "";
        position: absolute;
        left: 27px;
        top: 35px;
                bottom: 60px;
        width: 2px;
        background: #b9b9b9;
    }

    }
    .gallery-section {
        background:#fff;
    }
    .owl-carousel .owl-stage-outer {
        width: 100%;
        margin: 0 auto;
    }
    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {display: none !important;}

    .gallery-title {

        font-size:32px;
        font-weight:700;
        color:#151c2e;
        text-transform:uppercase;

    }


    .gallery-subtitle {

        color:#4b5563;
        font-size:13px;
        margin-top:10px;

    }



    .gallery-item {

        overflow:hidden;

        border-radius:25px; 

    }



    .gallery-item img {

        width:100%;

        height:100%;

        object-fit:cover;

        transition:.4s ease;

    }



    .gallery-item:hover img {

        transform:scale(1.08);

    }



    /* Responsive */

    @media(max-width:992px){

        .gallery-title {

            font-size:28px;

        }


        .gallery-item {

            height:220px;

        }

    }



    @media(max-width:768px){

        .gallery-title {

            font-size:24px;

        }


        .gallery-item {

            height:200px;

        }

    }



    @media(max-width:576px){

        .gallery-title {

            font-size:21px;

        }


        .gallery-subtitle {

            font-size:12px;

        }


        .gallery-item {

            height:190px;

            border-radius:18px;

        }

    }
    .testimonial-section{
        background:rgba(26, 26, 26, 1);
    }


    .testimonial-title{
        font-size:32px;
        font-weight:700;
        color:#fff;
    }


    .testimonial-subtitle{
        font-size:16px;
        color:#fff;
    }


    .testimonial-card{

        background:#fff;

        border:1px solid #e5e7eb;

        border-radius:15px;

        padding:25px;

        min-height:200px;

        box-shadow:0 8px 25px rgba(0,0,0,.06);

    }


    .testimonial-card p{

        font-size:16px;

        line-height:1.7;

        color:#1f2937;

    }


    .testimonial-card h5{

        font-size:16px;

        font-weight:700;

        margin-top:15px;

        margin-bottom:5px;

    }


    .testimonial-card span{

        color:#e89b24;

        font-size:13px;

    }


    /* Owl arrows */

    .owl-nav button{

        position:absolute;

        top:40%;

        width:35px;

        height:35px;

        border-radius:50%!important;

        background:#111!important;

        color:#fff!important;

    }


    .owl-prev{
        left:10px;
    }


    .owl-next{
        right:10px;
    }


    .owl-nav span{
        font-size:25px;
        line-height:20px;
    }
    .faq-section {
        background:#fff;
    }


    .faq-heading h2 {
        font-size:32px;
        font-weight:700;
        color:#222;
    }


    .faq-heading h2 span {
        color:#ef302d;
    }
    


    .accordion-item {
        border:1px solid #e5e5e5 !important;
        border-radius:10px !important;
        margin-bottom:9px;
        overflow:hidden;
        box-shadow:0 3px 10px rgba(0,0,0,0.04);
    }



    .accordion-button {
        background:#fff !important;
        color:rgba(0, 0, 0, 1);
        font-size:18px;
        font-weight:700;
        padding:20px;
        box-shadow:none !important;
    }



    .accordion-button::after {
        width:12px;
        height:12px;
        background-size:12px;
    }



    .accordion-button:not(.collapsed) {
        color:#111;
    }



    .accordion-body { 
        line-height:1.7;
        color:rgba(0, 0, 0, 1);
        padding:0 18px 18px;
    }


    .faq-btn {
        background:#ff0000;
        color:#fff;
        border-radius:2px;
        padding:10px 35px;
        font-size:13px;
        font-weight:700;
    }


    .faq-btn:hover {
        background:#d90000;
        color:#fff;
    }



    /* Responsive */

    @media(max-width:768px){

        .faq-heading h2{
            font-size:25px;
        }

        .faq-wrapper{
            max-width:100%;
        }

    }


    