/* NAVBAR STARTS */

.top-bar {
    background: #3A1808;  
    color: #fff;
    font-size: 13px;
   padding: 7px 0;
}

.top-bar a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
}

.top-bar a:hover {
     color: #F2A224;  
}

/* Left section */
.top-left {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 400;
}

.top-left i {
    font-size: 12px;
    margin-right: 4px;
}

.divider {
    opacity: 1.5;
}

.top-right a {
    margin-left: 12px;
    font-size: 14px;
}

@media (max-width: 768px) {

    .top-bar {
        padding: 8px 0;
    }

    .top-left {
        flex-direction: column;
        gap: 4px;
        font-size: 12px;
    }

    .divider {
        display: none;   
    }

    .top-right {
        margin-top: 6px;
    }

    .top-right a {
        margin: 0 8px;
    }
}


/* Navbar */
.navbar {
    padding-top: 4px 0;
   min-height: 30px;
}

.navbar-brand {
    font-size: 14px;
    font-weight: 400;
}

.navbar-toggler {
    border: none;
    padding:2px 4px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* Desktop spacing tighter */
.navbar-nav .nav-link {
    font-weight: 400;
    padding: 2px 8px;
    margin: 0;
    font-size: 13.5px;
}

/* Mobile View */
@media (max-width: 991px) {

    .navbar-collapse {
        background: #fff;
        padding: 2px 0;
        margin-top: 2px;
    }

    .navbar-nav {
        text-align: left;        
    }

    .navbar-nav .nav-link {
        padding: 4px 8px;
        font-size: 14px;
    }
}


/* NAVBAR CSS */
.main-navbar {
    background-color: #ffffff;
    padding: 15px 0;
    box-shadow:
        0 5px 20px rgba(58,24,8,.08);
}

/* Nav Links */
.main-navbar .nav-link{
    color: #3A1808;
    font-size:15px;
    font-weight:650;
    margin-left:20px;
    transition:0.3s;
}

/* Hover Effect */
.main-navbar .nav-link:hover {
    color: #E03615;
}

/* Dropdown Menu Box */
.main-navbar .dropdown-menu {
    border: none;
    border-radius: 14px;
    padding: 10px 0;
    margin-top: 10px;
    min-width: 200px;
    box-shadow:
        0 15px 40px rgba(58,24,8,.14);

    animation: fadeInDropdown 0.25s ease;
}

/* Dropdown Items */
.main-navbar .dropdown-item {
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #3A1808;
    transition: all 0.3s ease;
}

/* Hover Effect */
.main-navbar .dropdown-item:hover {
    background-color: #FFF9F3;
     color: #E03615;
    padding-left: 24px;   /* smooth slide effect */
}

/* Smooth Fade Animation */
@keyframes fadeInDropdown {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Contact Button */
.contact-btn {
    background-color: #E03615;
     color: #fff;
    padding: 10px 30px;
    border-radius: 75px;
    font-weight: 500;
    transition: 0.3s;
    text-decoration: none;
}

.contact-btn:hover {
    background-color: #5C260B;
    color: white;
}

/* Mobile Navbar Styling */
@media (max-width: 991px) {

  .navbar-collapse {
    background: #ffffff;
    padding: 22px;
    border-radius: 15px;
    margin-top: 10px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  }

  .navbar-nav {
    text-align: center;
  }

  .navbar-nav .nav-item {
    margin-bottom: 15px;
  }

  .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #333 !important;
  }

  .navbar-nav .nav-link:hover {
    color: #F26A0A !important;
  }

  /* Dropdown menu styling */
  .dropdown-menu {
    border: none;
    background: #f8f9fa;
    border-radius: 10px;
    text-align: center;
  }

  .dropdown-item {
    padding: 10px;
    font-size: 16px;
  }

  .dropdown-item:hover {
    background: #e9ecef;
  }

  /* Contact Button */
  .contact-btn {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
    margin-top: 10px;
  }

}

/* Logo */
.logo img {
    height: 85px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    position: relative;
}

/* Top bar social icons */
.top-bar {
    background: #3A1808;
    font-size: 14px;
}

.top-right a {
    color: #fff;
    margin-left: 12px;
    font-size: 18px;
    transition: 0.3s;
    padding: 10px;
}

.top-right a:hover {
    color: #F2A224;
}

@media (max-width: 768px) {
    .top-right {
        margin-top: 5px;
    }
}

/* NAVBAR ENDS */

/* footer starts */
.footer{
    position:relative;
    background:url('image/footer.jpg') center center/cover no-repeat;
    padding-top:90px;
    overflow:hidden;
}

.footer::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(58,24,8,0.60);
    z-index:1;
}


.footer::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    right:-120px;
    bottom:-180px;
    background:#F2A224;
    border-radius:50%;
    opacity:.12;
    filter:blur(5px);
    z-index:1;
}


.footer .container{
    position:relative;
    z-index:2;
    width:90%;
    max-width:1300px;
    margin:auto;
    font-family:'Montserrat',sans-serif;
}


.footer-top{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1.5fr;
    gap:50px;
    padding-bottom:60px;
}


.footer-about{
    padding-right:20px;
}

.footer-about img{
    height:82px;
    margin-bottom:22px;
    background:#ffffff;
    padding:8px 14px;
    border-radius:12px;
    box-shadow:
        0 8px 25px rgba(0,0,0,.20);
    transition:.4s ease;
}

.footer-about img:hover{
    transform:translateY(-5px);
}

.footer-about p{
    color:#fff8f2;
    line-height:1.9;
    margin-bottom:28px;
    font-size:15px;
}


.footer-links h3,
.footer-contact h3,
.footer-order h3{

    margin-bottom:25px;
    font-size:21px;

    color:#F2A224;

    font-weight:700;

    position:relative;

    padding-bottom:10px;
}


.footer-links h3::after,
.footer-contact h3::after,
.footer-order h3::after{

    content:"";

    position:absolute;

    left:0;
    bottom:0;

    width:38px;
    height:3px;

    background:#E03615;

    border-radius:10px;

}

.footer-links ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links ul li{
    margin-bottom:15px;
}

.footer-links ul li a{

    color:#ffffff;

    text-decoration:none;

    display:inline-block;

    position:relative;

    transition:.35s ease;

    font-size:15px;
}

/* Animated underline */

.footer-links ul li a::after{

    content:"";

    position:absolute;

    left:0;
    bottom:-4px;

    width:0;
    height:2px;

    background:#F2A224;

    transition:.35s ease;
}

.footer-links ul li a:hover{

    color:#F2A224;

    transform:translateX(7px);
}

.footer-links ul li a:hover::after{

    width:100%;
}

.contact-item{

    display:flex;

    align-items:flex-start;

    gap:14px;

    margin-bottom:20px;

    padding:12px;

    border-radius:10px;

    transition:.35s ease;
}

.contact-item:hover{

    background:rgba(255,255,255,.08);

    transform:translateX(5px);
}

.contact-item i{

    color:#F2A224;

    font-size:18px;

    margin-top:4px;

    min-width:20px;

}

.contact-item span{

    color:#ffffff;

    line-height:1.7;

    font-size:14px;

}


.footer-social{

    display:flex;

    gap:12px;
}

.footer-social a{

    width:44px;
    height:44px;

    display:flex;

    align-items:center;
    justify-content:center;

    background:rgba(255,255,255,.12);

    border:1px solid rgba(255,255,255,.20);

    color:#ffffff;

    border-radius:50%;

    text-decoration:none;

    transition:.4s ease;

    backdrop-filter:blur(5px);

}

.footer-social a:hover{

    background:#E03615;

    border-color:#E03615;

    transform:translateY(-6px) rotate(5deg);

    box-shadow:
        0 8px 20px rgba(224,54,21,.35);
}


.delivery-platforms{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:18px;
}

.delivery-platforms a{

    display:flex;

    align-items:center;

    justify-content:center;

    /* background:#ffffff; */

    padding:10px 20px;

    border-radius:10px;

    /* box-shadow:
        0 6px 20px rgba(0,0,0,.20);

    transition:.4s ease; */
}

.delivery-platforms a:hover{

    transform:translateY(-5px);

    box-shadow:
        0 12px 28px rgba(0,0,0,.30);
}

.delivery-platforms img{

    width:105px;

    height:auto;

    display:block;
}


.footer-bottom{

    border-top:1px solid rgba(255,255,255,.20);

    padding:25px 0;

    display:flex;

    justify-content:space-between;

    align-items:center;
}

.footer-bottom p{

    margin:0;

    color:#ffffff;

    font-size:13px;

    letter-spacing:.3px;
}

.footer-bottom a{

    color:#F2A224;

    text-decoration:none;

    font-weight:600;

    transition:.3s ease;
}

.footer-bottom a:hover{

    color:#ffffff;
}


@media(max-width:992px){

    .footer{

        padding-top:70px;

    }

    .footer-top{

        grid-template-columns:repeat(2,1fr);

        gap:40px;

    }

    .footer-about{

        grid-column:1/-1;

        padding-right:0;

    }

    .footer-bottom{

        flex-direction:column;

        gap:12px;

        text-align:center;

    }

}


@media(max-width:768px){

    .footer{

        padding-top:60px;

    }

    .footer-top{

        grid-template-columns:1fr;

        gap:35px;

        text-align:center;

    }

    .footer-about{

        grid-column:auto;

    }

    .footer-social{

        justify-content:center;

    }

    .footer-links h3::after,
    .footer-contact h3::after{

        left:50%;

        transform:translateX(-50%);

    }

    .contact-item{

        justify-content:center;

        text-align:left;

        max-width:350px;

        margin-left:auto;

        margin-right:auto;

    }

    .footer-order{

        margin-top:20px;

    }

    .footer-bottom{

        flex-direction:column;

        text-align:center;

        gap:12px;

    }

}

@media(max-width:480px){

    .footer .container{

        width:88%;

    }

    .footer-about p,
    .footer-links a,
    .contact-item span{

        font-size:13px;

    }

    .footer-links h3,
    .footer-contact h3,
    .footer-order h3{

        font-size:18px;

    }

    .footer-social a{

        width:40px;
        height:40px;

    }

    .delivery-platforms{

        gap:10px;

        flex-wrap:wrap;

    }

    .delivery-platforms a{

        padding:8px 15px;

    }

    .delivery-platforms img{

        width:90px;

    }

    .footer-bottom p{

        font-size:12px;

    }

}

/* footer ends  */

/* hero sliderr */

.hero-slider{
    position:relative;
    width:100%;
    height:700px;
    overflow:hidden;
}

.slide{
    position:absolute;
    width:100%;
    height:100%;
    opacity:0;
    visibility:hidden;
    transition:0.8s ease;
}

.slide.active{
    opacity:1;
    visibility:visible;
}

.slide img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.50);
}

.hero-content{
    position:absolute;
    top:50%;
    left:8%;
    transform:translateY(-50%);
    max-width:700px;
    color:#fff;
    z-index:2;
}

.hero-content h1{
    font-size:65px;
    line-height:1.1;
    margin-bottom:20px;
    font-weight:700;
}

.hero-content p{
    font-size:18px;
    line-height:1.8;
    margin-bottom:30px;
    max-width:600px;
}

.hero-btn{
    display:inline-block;
    background:#F26A0A;
    color:#fff;
    text-decoration:none;
    padding:15px 35px;
    border-radius:5px;
    font-weight:600;
    transition:.3s;
}

.hero-btn:hover{
    background:#233c8b;
}

.slider-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:55px;
    height:55px;
    border:none;
    cursor:pointer;
    background:rgba(255,255,255,0.15);
    color:#fff;
    font-size:18px;
    border-radius:50%;
    z-index:5;
    transition:.3s;
}

.slider-btn:hover{
    background:#233c8b;
}

.prev{
    left:25px;
}

.next{
    right:25px;
}


/* ABOUT US  */
.about-section{
    padding:100px 0;
    background:#fff;
    overflow:hidden;
}

.about-section .container{
    width:90%;
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:80px;
}

.about-image{
    animation:slideLeft 1s ease;
}

.about-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
    transition:.4s;
}

.about-image img:hover{
    transform:scale(1.03);
}

.about-content{
    animation:slideRight 1s ease;
}

.section-tag{
    display:inline-block;
    background:#F26A0A;
    color:#fff;
    padding:10px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    font-family:'Montserrat',sans-serif; 
    margin-bottom:20px;
}

.about-content h2{
    font-size:48px;
    color:#233c8b;
    line-height:1.2;
    margin-bottom:25px;
    font-family:'Montserrat',sans-serif; 
}

.about-content p{
    color:#666;
    font-size:17px;
    line-height:1.8;
    margin-bottom:20px;
    font-family:'Montserrat',sans-serif; 
}

.about-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin:30px 0;
    font-family:'Montserrat',sans-serif; 
}

.feature-box{
    display:flex;
    align-items:center;
    gap:10px;
}

.feature-box i{
    color:#F26A0A;
    font-size:18px;
}

.feature-box span{
    font-weight:600;
    color:#333;
}

.counter-wrapper{
    width:90%;
    max-width:1300px;
    margin:80px auto 0;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.counter-box{
    background:#fff;
    font-family:'Montserrat',sans-serif; 
    padding:35px;
    text-align:center;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.counter-box:hover{
    transform:translateY(-10px);
}

.counter-box h3{
    font-size:42px;
    color:#F26A0A;
    margin-bottom:10px;
}

.counter-box p{
    color:#555;
    font-weight:600;
}

/* ANIMATION */

@keyframes slideLeft{

    from{
        opacity:0;
        transform:translateX(-80px);
    }

    to{
        opacity:1;
        transform:translateX(0);
    }

}

@keyframes slideRight{

    from{
        opacity:0;
        transform:translateX(80px);
    }

    to{
        opacity:1;
        transform:translateX(0);
    }

}

/* RESPONSIVE OF ABOUT SECTION */

@media(max-width:992px){

    .about-section .container{
        grid-template-columns:1fr;
        gap:50px;
    }

    .about-content{
        text-align:center;
    }

    .about-features{
        grid-template-columns:1fr;
    }

    .counter-wrapper{
        grid-template-columns:repeat(2,1fr);
    }

    .about-content h2{
        font-size:40px;
    }

}

@media(max-width:576px){

    .about-section{
        padding:70px 0;
    }

    .about-content h2{
        font-size:30px;
    }

    .counter-wrapper{
        grid-template-columns:1fr;
    }

    .counter-box{
        padding:25px;
    }

}

.product-section{
    padding:100px 0;
    background:#f8f9fc;
}

.product-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.product-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    font-family:'Montserrat',sans-serif; 
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.product-card:hover{
    transform:translateY(-10px);
}

.product-card img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.5s;
}

.product-card:hover img{
    transform:scale(1.08);
}

.product-content{
    padding:25px;
}

.product-content h3{
    font-size:24px;
    color:#233c8b;
    margin-bottom:10px;
}

.product-content p{
    color:#666;
    line-height:1.7;
}

@media(max-width:992px){

    .product-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .product-grid{
        grid-template-columns:1fr;
    }

}


/* Product section */
.product-range{
    padding:100px 0;
    background:#f5f6f8;
}

.product-range .container{
    width:90%;
    max-width:1400px;
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#F26A0A;
    color:#fff;
    padding:12px 24px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:20px;
}

.section-title h2{
    font-size:52px;
    color:#233c8b;
    margin-bottom:15px;
    font-family:'Montserrat',sans-serif; 
    line-height:1.2;
}

.section-title p{
    max-width:750px;
    margin:auto;
    color:#666;
    line-height:1.8;
    font-family:'Montserrat',sans-serif; 
}

.products-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.product-card{
    position:relative;
    overflow:hidden;
    border-radius:25px;
    background:#fff;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s ease;
}

.product-card:hover{
    transform:translateY(-12px);
}

.product-card img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.6s;
}

.product-card:hover img{
    transform:scale(1.08);
}

.product-content{
    padding:25px;
}

.product-content h3{
    color:#233c8b;
    font-size:24px;
    margin-bottom:12px;
}

.product-content p{
    color:#666;
    line-height:1.7;
}

.product-card::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:#F26A0A;
    transform:scaleX(0);
    transition:.4s;
}

.product-card:hover::before{
    transform:scaleX(1);
}

.products-section{
    padding:100px 0;
    background:#f8faf7;
}

.products-section .container{
    width:90%;
    max-width:1300px;
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-tag{
    display:inline-block;
    background:#F26A0A;
    color:#fff;
    padding:10px 24px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.section-title h2{
    font-size:50px;
    color:#233c8b;
    margin-bottom:15px;
}

.section-title p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.products-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.product-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.product-card:hover{
    transform:translateY(-10px);
}

.product-img{
    overflow:hidden;
    height:250px;
}

.product-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.product-card:hover img{
    transform:scale(1.08);
}

.product-content{
    padding:25px;
}

.product-content h3{
    color:#233c8b;
    font-size:24px;
    margin-bottom:12px;
}

.product-content p{
    color:#666;
    line-height:1.7;
    margin-bottom:20px;
}

.product-content a{
    color:#F26A0A;
    text-decoration:none;
    font-weight:600;
}

.product-content a:hover{
    color:#233c8b;
}


.product-btn{
    text-align:center;
    margin-top:50px;
    font-family:'Montserrat',sans-serif; 
}

.product-btn a{
    display:inline-block;
    background:#233c8b;
    color:#fff;
    padding:16px 40px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.product-btn a:hover{
    background:#F26A0A;
}

/* responsiveness of products */
@media (max-width: 1024px){

    .products-grid{
        grid-template-columns:repeat(2,1fr);
        gap:25px;
    }

    .section-title h2{
        font-size:42px;
    }

}

@media (max-width: 768px){

    .products-section{
        padding:70px 0;
    }

    .section-title{
        margin-bottom:45px;
    }

    .section-title h2{
        font-size:32px;
        line-height:1.3;
    }

    .section-title p{
        font-size:15px;
        line-height:1.7;
    }

    .products-grid{
        grid-template-columns:1fr;
        gap:25px;
    }

    .product-img{
        height:250px;
    }

    .product-content{
        padding:20px;
    }

    .product-content h3{
        font-size:22px;
    }

    .product-content p{
        font-size:14px;
    }

}

@media (max-width: 480px){

    .products-section{
        padding:60px 0;
    }

    .section-tag{
        font-size:12px;
        padding:8px 18px;
    }

    .section-title h2{
        font-size:28px;
    }

    .product-card{
        border-radius:15px;
    }

    .product-img{
        height:220px;
    }

    .product-content{
        padding:18px;
    }

    .product-content h3{
        font-size:20px;
        margin-bottom:10px;
    }

    .product-content p{
        font-size:13px;
        line-height:1.7;
    }

    .product-content a{
        font-size:14px;
    }

    .product-btn{
        margin-top:35px;
    }

    .product-btn a{
        width:100%;
        text-align:center;
        padding:14px 20px;
    }

}


/* industries */
.industries-section{
    padding:100px 0;
    background:#ffffff;
}



.whatsapp{
    position:fixed;
    right:25px;
    bottom:25px;
    text-decoration: none !important;
    width:65px;
    height:65px;

    background:#25D366;
    color:#fff;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:32px;

    z-index:9999;

    box-shadow:
    0 10px 25px rgba(37,211,102,.35);

    animation:pulse 2s infinite;
}

@keyframes pulse{

    0%{
        box-shadow:
        0 0 0 0 rgba(37,211,102,.5);
    }

    70%{
        box-shadow:
        0 0 0 20px rgba(37,211,102,0);
    }

    100%{
        box-shadow:
        0 0 0 0 rgba(37,211,102,0);
    }

}

/* Momonic Food Banner */

.momonic-banner {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 12px 35px rgba(92, 38, 11, 0.18);
}