@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Elsie:wght@400;900&display=swap');

body {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 16px;
}

:root {
    --primary-brown: #8a391b;
    --heading-text: #212121;
    --light-red: #df2a0f;
    --light-yellow: #ffc501;
}

.nav-link:hover{
    color:var(--light-yellow) !important;
}
.mt-30 {
    margin-top: 30px !important
}

a {
    text-decoration: none;
}

a.whatsapp {
    position: fixed;
    z-index: 9999;
    right: 20px;
    bottom: 20px;
}

a.whatsapp img {
    width: 64px;
}

.navbar-collapse {
    flex-basis: auto;
}

.btn-primary {
    background-color: #083d7c;
    border-color: #083d7c;
    color: #fff;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-weight: 600;
    border-radius: 2px !important;
    font-size: 15px !important;
    margin-left: 20px;
}

a.nav-link {
    color: #083d7c;
    font-size: 14.5px;
    font-weight: 700;

}






h1,
h2,
h3,
h4,
h5,
h6 {
    /*    font-family: "Montserrat", serif;*/
    font-family: "Elsie", serif;

}


p {
    font-family: "Barlow Condensed", sans-serif;
    margin-bottom: 15px;


}

.default-btn {
    background: #fff;

    color: var(--primary-brown) !important;
    padding-top: 10px;
    padding-right: 35px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 12px;
    padding-left: 35px;
    gap: 10px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;


}

.default-btn:hover {
    border: 1px solid #fff;
    color: #fff !important;
    background: unset;

}

/* Header */
.navbar-brand img {
    width: 305px;
}
.breadcrumb {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #f4f1ea;
    margin-bottom: 0;
}

.breadcrumb-list {
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 14px;
}

    .breadcrumb-list li {
        position: relative;
        padding-right: 20px;
        opacity: 0.7;
        list-style:none;
        line-height: 20px;
    }
        .breadcrumb-list li a{
            color:var(--primary-brown);
            font-size:16px;
        }

        .breadcrumb-list li:not(:last-child):before {
            content: "\f054";
            position: absolute;
            right: 6px;
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            font-size: 13px;
            color: var(--primary-brown)
        }

#header {
    position: relative;
    top: 0px;
    background: var(--primary-brown);
    margin: auto;
    z-index: 99;
    width: 100%;
    padding: 0px;
}
    #header .navbar-brand {
        padding: 0;
    }

.header-scrolled {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}


.right-header ul li a {
    color: #fff;
    height: 100%;
    font-family: Barlow Condensed;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
}

.dropdown-menu {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 10px 0;
    margin-top: -10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    min-width: 220px;
    transition: all 0.3s ease;
}

/* Dropdown Items */
.dropdown-item {
    padding: 10px 20px;
    font-size: 15px;
    color: #333;
    transition: all 0.2s ease-in-out;
}

    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: #f7f7f7;
        color: #000;
        font-weight: 500;
        border-left: 3px solid #ff6b00; /* Highlight color */
    }

/* Dropdown Toggle */
.nav-link.dropdown-toggle {
    position: relative;
    padding-right: 25px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0.5rem;
    opacity: 1;
    visibility: visible;
}

.nav-link.dropdown-toggle::after {
    content: "\f107"; /* Font Awesome down arrow */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    border: none;
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
}

.right-header ul li {
    margin-left: 0px;
    height: 100%;
    padding: 10px 0px
}

.dropdown-menu li {
    padding: 0px 0px !important;
}

    .dropdown-menu li a {
        color: var(--primary-brown) !important;
    }

li.nav-item.dropdown {
    padding-right: 20px;
}

.section-padding {
    padding: 80px 0px;
}



.section-title {
    margin-bottom: 30px;
}


.section-title h2 {
    font-weight: 900;
    font-size: 58px;
    line-height: 72px;
    letter-spacing: 0%;
    color: var(--heading-text);
    text-transform: capitalize;

}
    .section-title h2 span {
        color: var(--light-yellow);
    }
    /* banner */
    .banner {
        position: relative;
        padding: 50px;
        padding-top: 115px;
        background-image: url(../images/banner.png);
        background-position: center;
        background-size: cover;
        color: #fff;
        /* margin-top: -80px; */
        overflow: hidden;
    }


.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    /* Adjust opacity here */
    z-index: 0;
}

.banner .content-banner {
    position: relative;
    z-index: 1;
}



.banner .heading {
    font-family: Elsie;
    font-weight: 900;
    font-size: 72px;
    line-height: 82.9px;
    letter-spacing: 0%;
    text-transform: capitalize;

}

.banner .para {
    font-family: Barlow Condensed;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0%;


}


.banner .banner-btn {
    margin-top: 40px;
}


/* About Us Section */

.about-us-section {
    position: relative;
    background: rgba(244, 241, 234, 1);

}

.about-left-content {
    padding-right: 30px;
}

.about-us-section .about-left-content p {
    font-weight: 500;
    font-size: 24px;
    line-height: 36.53px;
    letter-spacing: 0%;

}

.about-us-section .about-list-style {
    margin-top: 30px;
}


    .about-us-section .about-list-style ul {
        padding-left: 0px;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
   
}

.about-us-section .about-list-style ul li {
    list-style: none;
    font-weight: 500;
    font-size: 22px;
    line-height: 33.30px;
    letter-spacing: 0%;
    margin-bottom: 15px;
    color: rgba(110, 38, 14, 1);

}


.about-list-style ul li::before {
    content: "\f058";
    /* Unicode for check icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    /* 900 for solid style icons */
    color: var(--primary-brown);
    /* Icon color */
    margin-right: 10px;
}


.about-right-content {
    background: rgba(0, 0, 0, 1);
    border-radius: 30px;
    padding: 30px 40px;

}

.about-right-content h3 {
    color: var(--light-yellow);
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
    margin-bottom:15px;
    vertical-align: middle;
    text-transform: capitalize;

}

.about-right-content .nav-tabs {
    background: #fff;
    padding: 5px;
    border-radius: 50px;
    border: 2px solid rgba(246, 246, 246, 1);
    color: rgba(240, 240, 240, 1);
    display: flex;
    justify-content: start;
    align-items: center;
}

.about-right-content .nav-tabs .nav-item {
    width: 50%;
}

.about-right-content .nav-tabs .nav-item .nav-link {
    background: #fff;
    border: unset;
    width: 100%;
    color: rgba(33, 33, 33, 1);
    font-weight: 600;
    font-size: 24px;
    line-height: 33.07px;
    letter-spacing: 0px;
    text-align: center;
    border-radius: 50px;

}

.about-right-content .nav-tabs .nav-link.active {
    background: var(--primary-brown);

    border-radius: 50px;
    padding: 15px 40px;
    box-shadow: 0px 3.31px 16.54px 0px rgba(147, 150, 174, 0.25);
    color: #fff;
}

.enquire-form {
    padding: 20px 0px;
}

.enquire-form label {
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-size: 24px;
    line-height: 24.38px;
    letter-spacing: 0%;

}

.enquire-form .form-group {
    margin-bottom: 25px;

}

.enquire-form .form-group input {
    border-radius: 24px;
    padding: 10px 20px;

}


.enquire-form .form-group .discount {
    width: 100%;
    border-radius: 10px;
    padding: 10px;

    display: block;
    border: 1px solid var(--light-yellow);
    background: var(--light-yellow);
    font-family: Elsie;
    font-weight: 900;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0%;

}

.enquire-form .form-group .submit-btn {

    border-radius: 42.15px;
    border-width: 1px;
    text-align: center;
    padding-top: 15px;
    padding-right: auto;
    padding-bottom: 15px;
    padding-left: auto;
    background: rgba(0, 0, 0, 1);
    border: 1px solid rgba(255, 199, 39, 1);

    color: rgba(255, 199, 39, 1);

    font-weight: 700;
    font-size: 24px;
    transition: all 0.3s ease-in-out;

}

.enquire-form .form-group .submit-btn:hover {
    box-shadow: 0px 4px 12.9px 4px rgba(244, 165, 0, 0.31);
    background:var(--light-yellow);
    color:#fff;
}

.online-order {
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}


.online-order .swiggy-btn {

    border-radius: 20px;
    border-width: 2px;
    width: 100%;

    padding: 20px;
    height: 100%;
    text-align: center;
    transition: all 0.3s ease-in-out;

}

.online-order .swiggy-btn:hover {

    box-shadow: 20px 88px 25px 0px rgba(0, 0, 0, 0);
    transform: scale(1.05);
}





.orange-bg {


    background: rgba(252, 128, 25, 1);
    border: 2px solid rgba(244, 244, 244, 1);
}

.red-bg {
    background: rgba(226, 55, 68, 1);

    border: 2px solid rgba(244, 244, 244, 1);
}


.online-order .swiggy-btn img {
    width: 180px;
    height: 47px;
    object-fit: contain;
}

.online-order .zomato-btn img {
    width: 180px;
    height: auto;
}


/* Why Us */
.why-choose-section {
    padding: 100px 0px;
    ;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.why-card {
    padding: 10px;
}

.why-card .image {
    width: 80px;
    height: 80px;
    margin: auto;
}

.why-card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-card .content {
    text-align: center;
    margin-top: 20px;
}

.why-card .content .title {

    font-family: Barlow Condensed;
    font-weight: 700;
    font-size: 32px;
    line-height: 39.96px;
    color: rgba(33, 33, 33, 1);

    letter-spacing: 0%;
    text-align: center;

}

.why-card .content .para {
    font-family: Barlow Condensed;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(110, 110, 110, 1);

}

/* Product Items */

.product-items {
    background: rgba(244, 241, 234, 1);
    position: relative;
    overflow: hidden;
}

.product-items .arrow-slide {
    position: relative;
    right: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.product-slider .swiper-pagination {
    bottom: 150px !important;
}

.product-slider .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
}

.product-slider .swiper-pagination-bullet-active {
    background: var(--primary-brown);
    width: 50px;
    height: 15px;
    border-radius: 100px;
}


.product-items .arrow-slide .swipper-btn2 {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 100%;
    cursor: pointer;
}

.product-items .arrow-slide .swiper-button-next-pro.swiper-button-disabled,
.product-items .arrow-slide .swiper-button-prev-pro.swiper-button-disabled {


    opacity: 1;
}

.banner-arrows .swiper-button-next:after,
.banner-arrows .swiper-button-prev:after {
    font-size: 24px;
}

.banner-arrows .swiper-button-prev,
.banner-arrows .swiper-button-next {
    width: 60px;
    height: 60px;
    font-size: 2px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: var(--primary-color);
    border-radius: 100%;
    cursor: pointer;
}

.product-items .arrow-slide .swiper-button-next-pro.swiper-button-disabled,
.product-items .arrow-slide .swiper-button-prev-pro.swiper-button-disabled {
    background-color: var(--white);
    opacity: 1;
}

.product-items .arrow-slide .swiper-button-disabled i {
    color: rgba(218, 218, 218, 1) !important
}

.product-items .arrow-slide .swipper-btn2::after {
    font-size: 12px;
    color: var(--white);
}

.product-items .arrow-slide .swipper-btn2 i {
    color: var(--white);
    font-size: 40px;
    font-weight: 900;
}

.product-card {
    border-radius: 40px;
    overflow: hidden;
}

.product-card .image {
    position: relative;
    border-radius: 40px 40px 0px 0px;
}


.product-card .image span {
    position: absolute;
    top: 0px;
    left: 0px;
    background: var(--light-red);
    width: 163.16665649414062;
    height: 58.58333206176758;
    padding-top: 13.29px;
    padding-right: 26.58px;
    padding-bottom: 13.29px;
    padding-left: 26.58px;
    gap: 13.29px;
    border-bottom-right-radius: 39.88px;

    color: #fff;
    font-weight: 700;
    font-size: 21.27px;
    line-height: 31.9px;
    letter-spacing: 0%;

}

.product-card .content {
    background: #fff;
    padding: 40px;
}

.product-card .content .title {
    color: var(--primary-brown);
    font-family: Barlow Condensed;
    font-weight: 700;
    font-size: 28px;
    line-height:34px;
    min-height:70px;
    margin-bottom:0px;

}


.product-card .content .para {
    font-family: Barlow Condensed;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;

    letter-spacing: 0%;
    color: rgba(110, 110, 110, 1);


}

.view-more {
    margin-top: 100px;
}

.view-more .default-btn {
    background: var(--primary-brown);
    color: #fff !important;
    padding: 15px 60px;
}
    .view-more .default-btn i{
        font-size:18px;
    }


    .know-more .default-btn {
        background: var(--light-yellow);
        color: #fff !important;
        padding: 15px 60px;
    }

        .know-more .default-btn i {
            font-size: 18px;
        }



    .services-section {
        background: url(../images/service-bg.png);
    }

.services-card {
    background: var(--primary-brown);
    border-radius: 24px;
    padding: 10px;
}

.services-card .service-left {
    border: 2.5px solid rgba(255, 215, 38, 1);
    border-radius: 24px;
    overflow: hidden;
    height: 380px;
    width: 100%;
}

.services-card .service-left img {

    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;


}

.services-card .services-right {
    border: 2.5px solid rgba(255, 215, 38, 1);
    border-radius: 24px;
    padding: 20px;
    height: 100%;
}

.services-card .services-right h4 {

    text-align: center;
    background: linear-gradient(180deg, #FFEE00 0%, #F29700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;
    font-family: Barlow Condensed;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

}

.services-card .services-right .list-style {
    padding: 20px 0px 20px 20px;
}

.services-card .services-right ul {
    padding: 0 0 0 20px;
    margin-bottom: 0px;
  
}
.menu-list {
    display: flex;

    justify-content: space-between;
}

.services-card .services-right li {
    font-weight: 500;
    font-size: 24px;
    list-style: none;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
}


.services-card .services-right li::before {
    content: " ";
    height: 6px;
    margin-left: -16px;
    width: 6px;
    display: block;
    background-color: #fff;
    transform: translateY(16px);
    border-radius: 2px;
}


/* celebrate-section  */

.celebrate-section {}



.celebrate-section .celebrate-card {
    background: rgba(248, 249, 252, 1);
    border: 1.33px solid rgba(222, 224, 237, 1);
    padding: 10px;
    height: 100%;
    border-radius: 30px;
}

.celebrate-card .image {
    border-radius: 20px;
    width: 100%;
    height: 480px;
}

.celebrate-card .image img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.celebrate-card .content {
    padding: 10px 0px;
}

.celebrate-card .content .title {
    font-family: Barlow Condensed;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;

}

.celebrate-card .content .paragraph {
    font-family: Barlow Condensed;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(82, 89, 122, 1);

}



/* Our Brand */

.our-brand {
    background: rgba(244, 241, 234, 1);

}

.our-brand .our-brand-left {
    display: flex;
    flex-wrap: wrap;
}

.our-brand .our-brand-left .our-barnd-content {
    width: 50%;
    padding: 10px;
}

.our-brand .our-brand-left .our-barnd-content h4 {
    font-weight: 600;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0%;
    color: var(--primary-brown);
}

.our-brand .our-brand-left .our-barnd-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);

}

.our-brand .our-brand-image img {
    border-radius: 40px;
}


/* Cta section */

.cta-section {
    background: rgba(23, 23, 23, 1);
    padding: 50px 0px;
}


/* Feedback */


.feedback-section {
    padding: 100px 0px;
}


.feedback-card {    
    background: #1f1f1f;
    border: 1.33px solid rgba(222, 229, 237, 1);
    padding: 30px 20px;
    position: relative;
    height: 250px;
    border-radius: 24px;
}

.feedback-card .quote-element {
    position: absolute;
    top: 20px;
    right: 20px;
}

.feedback-card .feedback-user-profile {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    margin-bottom: 30px;
}

.feedback-card .feedback-user-profile .image {
    height: 60px;
    width: 60px;

}

.feedback-card .feedback-user-profile .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.feedback-card .user-profile h5 {
    color: rgba(110, 38, 14, 1);
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 5px;
}

.feedback-card .user-profile ul {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
    gap: .250rem;
    color: var(--primary-brown)
}

.feedback-card .content .message {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    color: rgba(51, 51, 51, 1);

}

.feedback {
    overflow: hidden;
}

.feedback {
    will-change: transform;
    transform: translateZ(0);
}

/* Footer */

.footer-section {
    background: var(--primary-brown);
    padding: 80px 0px 10px;
}

.footer-about p {
    color: rgba(255, 255, 255, 0.75);

    margin-top: 20px;
}

.footer-links {
    padding-left: 50px;
}

.footer-links h5 {
    font-family: Barlow Condensed;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);

}



.footer-links .footer-list ul {
    padding-left: 0px;
}

.footer-links .footer-list ul li {
    list-style: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 33.30px;
    letter-spacing: 0%;
    margin-bottom: 10px;
    color: #fff;
}

.footer-links .footer-list ul li a {
    color: #fff;
}

.footer-links .footer-list ul li::before {
    content: "\f0da";
    /* Unicode for check icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    /* 900 for solid style icons */
    color: #fff;
    /* Icon color */
    margin-right: 10px;
}

.footer-contact-info {
    padding-left: 50px;
}

.footer-contact-info h5 {
    font-family: Barlow Condensed;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0%;
    margin-bottom: 10px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);

}

.footer-contact-info h6 {
    font-family: Barlow Condensed;
}

.footer-contact-info a {
    display: flex;
    gap: 1rem;
    color: #fff;
    font-style: 18px;
    font-family: "Barlow Condensed", sans-serif;
    padding: 10px 0px;
}

.footer-contact-info a i {
    font-size: 18px;

}

.footer-contact-info .footer-phone-wrap {
    display: flex;
    gap: 2rem;
    justify-content: start;
    align-items: center;
}

.border-top-strip {
    border-top: 1px solid #Eee;
    margin: 20px 0px;

}
.floating_btn {
    position: fixed;
    bottom: 100px;
    right: 0px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}


.text_icon {
    margin-top: 8px;
    color: #fff;
    font-size: 13px;
}