    /*
    Theme Name: Curryosity Child
    Theme URI: https://example.com/curryosity-child
    Description: Curryosity WordPress child theme converted from the catering services HTML template.
    Author: Curryosity
    Version: 1.0.1
    Template: twentytwentyfive
    Text Domain: curryosity-child
    */

    :root {
        --bs-primary: #84391c;
        --bs-secondary: #806a5a;
        --bs-success: #4f8f24;
        --bs-warning: #f5bd22;
        --bs-danger: #d7431f;
        --bs-light: #fff8ed;
        --bs-dark: #552915;
        --curryosity-brown: #552915;
        --curryosity-clay: #9a5b34;
        --curryosity-green: #4f8f24;
    }

    body {
        color: #76685f;
    }
    .color-brown{
      color: var(--bs-primary);  
    }
    .about-cont p {
        font-size: 18px;
        line-height: 28px;
    }
    
    .about-cont p strong {color: #863820;font-weight: 600;}
    a {
        color: var(--bs-primary);
        text-decoration: none;
    }

    a:hover {
        color: var(--bs-dark);
    }

    .site-logo {
        display: block;
        width: auto;
        max-width: 180px;
        /* height: 68px; */
        object-fit: contain;
        object-position: left center;
    }

    .footer .site-logo {
        max-width: 250px;
        height: 86px;
    }

    .navbar-brand {
        display: flex;
        align-items: center;
        max-width: 240px;
        overflow: hidden;
    }

    .nav-bar {
        background: #fffaf2;
    }

    .btn.btn-primary,
    .bg-primary {
        background-color: var(--bs-primary) !important;
        color: #fff !important;
    }

    .text-primary {
        color: var(--bs-primary) !important;
    }

    .border-primary {
        border-color: var(--bs-primary) !important;
    }

    .btn.btn-primary:hover {
        background: var(--bs-dark) !important;
        color: #fff8ed !important;
    }

    .event .event-img .event-overlay {
        background: rgba(216, 135, 22, 0.72);
    }

    .faqt-item {
        background: linear-gradient(1deg, #863820bd, #863820e8) !important;
        min-height: 310px;
    }

    .copyright.bg-dark {
        background: var(--bs-dark) !important;
    }

    .footer {
        border-top: 1px solid rgba(85, 41, 21, 0.1);
    }

    @media (max-width: 991.98px) {
        .site-logo {
            max-width: 180px;
            height: 58px;
        }

        .navbar-brand {
            max-width: 190px;
        }
    }

    @media (max-width: 575.98px) {
        .site-logo {
            max-width: 150px;
            height: 50px;
        }

        .display-1 {
            font-size: 2.7rem;
        }
    }
/* =========================================
   MODERN HERO SLIDER
========================================= */

.hero-modern-slider {
    overflow: hidden;
    position: relative;
}

.hero-modern-slide {
    position: relative;
    overflow: hidden;
}

/* =========================================
   COMMON
========================================= */

.hero-modern-content {
    position: relative;
    z-index: 3;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 100px;
    background: rgba(132,57,28,0.08);
    color: #84391c;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 28px;
    border: 1px solid rgba(132,57,28,0.15);
}

.hero-heading {
    font-size: 78px;
    line-height: 1.08;
    margin-bottom: 28px;
    color: #111;
}

.hero-heading span {
    color: #84391c;
}

.hero-description {
    font-size: 18px;
    line-height: 1.9;
    color: #555;
    max-width: 580px;
    margin-bottom: 40px;
}

.hero-modern-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.hero-primary-btn,
.hero-outline-btn,
.hero-outline-dark-btn,
.hero-light-btn,
.hero-outline-light-btn {
    padding: 16px 34px;
    border-radius: 60px;
    font-weight: 700;
    transition: 0.35s;
}

.hero-primary-btn {
    background: #84391c;
    color: #fff;
}

.hero-primary-btn:hover {
    background: #6d2f17;
    color: #fff;
    transform: translateY(-3px);
}

.hero-outline-btn {
    border: 2px solid #84391c;
    color: #84391c;
}

.hero-outline-btn:hover {
    background: #84391c;
    color: #fff;
}

.hero-outline-dark-btn {
    border: 2px solid #111;
    color: #111;
}

.hero-outline-dark-btn:hover {
    background: #111;
    color: #fff;
}

.hero-light-btn {
    background: #fff;
    color: #84391c;
}

.hero-light-btn:hover {
    transform: translateY(-3px);
}

.hero-outline-light-btn {
    border: 2px solid rgba(255,255,255,0.6);
    color: #fff;
}

.hero-outline-light-btn:hover {
    background: #fff;
    color: #111;
}

/* =========================================
   SLIDE 1
========================================= */

.hero-style-one {
    background:
    radial-gradient(circle at top right, rgba(132,57,28,0.12), transparent 30%),
    linear-gradient(135deg, #fff9f5 0%, #f9ebe1 100%);
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
}

.hero-shape-1 {
    width: 400px;
    height: 400px;
    background: rgba(132,57,28,0.08);
    top: -120px;
    right: -120px;
}

.hero-shape-2 {
    width: 250px;
    height: 250px;
    background: rgba(132,57,28,0.05);
    bottom: -80px;
    left: -80px;
}

.hero-image-wrapper {
    position: relative;
    text-align: center;
}

.hero-image-bg {
    position: absolute;
    width: 420px;
    height: 420px;
    background: #84391c;
    opacity: 0.08;
    border-radius: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(12deg);
}

.hero-main-image {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 520px;
    border-radius: 32px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

.hero-floating-card {
    position: absolute;
    right: 0;
    bottom: 30px;
    background: #fff;
    padding: 18px 24px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    z-index: 3;
}

.hero-floating-card h5 {
    margin: 0 0 5px;
    color: #84391c;
}

.hero-floating-card p {
    margin: 0;
    color: #666;
}

/* =========================================
   SLIDE 2
========================================= */

.hero-style-two {
    background: linear-gradient(135deg, #f4ece6 0%, #fff 100%);
}

.dark-badge {
    background: rgba(0,0,0,0.05);
}

.dark-text {
    color: #111;
}

.dark-desc {
    color: #444;
}

.hero-food-stack {
    position: relative;
    height: 650px;
}

.food-card {
    position: absolute;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 25px 45px rgba(0,0,0,0.12);
}

.food-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-one {
    width: 380px;
    height: 500px;
    left: 0;
    top: 50px;
    z-index: 3;
}

.card-two {
    width: 220px;
    height: 260px;
    right: 20px;
    top: 0;
}

.card-three {
    width: 240px;
    height: 260px;
    right: 0;
    bottom: 20px;
}

/* =========================================
   SLIDE 3
========================================= */

.hero-style-three {
    background: #1a0d08;
}

.hero-left-content {
    padding: 120px 90px;
}

.light-badge {
    background: rgba(255,255,255,0.08);
    color: #fff;
    border-color: rgba(255,255,255,0.1);
}

.hero-full-image {
    height: 100vh;
}

.hero-full-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================================
   SLIDE 4
========================================= */

.hero-style-four {
    background:
    linear-gradient(#b1b1b154, #e0e0e01f), url(../curryosity-child/img/herobanner/hero6.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.hero-glass-box {
    background: rgb(255 255 255 / 22%);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(14px);
    border-radius: 40px;
    padding: 80px;
}

.glass-badge {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border-color: rgba(255,255,255,0.15);
}

.hero-glass-image {
    width: 100%;
    max-width: 500px;
    border-radius: 30px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.25);
}

/* =========================================
   SLICK CUSTOM
========================================= */

.hero-modern-slider .slick-dots {
    bottom: 30px;
}

.hero-modern-slider .slick-dots li button:before {
    color: #84391c;
    font-size: 14px;
}

.hero-modern-slider .slick-prev,
.hero-modern-slider .slick-next {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: #84391c;
    z-index: 10;
}

.hero-modern-slider .slick-prev {
    left: 30px;
}

.hero-modern-slider .slick-next {
    right: 30px;
}

.hero-modern-slider .slick-prev:before,
.hero-modern-slider .slick-next:before {
    font-size: 45px;
    line-height: 1.4;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1200px) {

    .hero-heading {
        font-size: 62px;
    }

}

@media (max-width: 991px) {

    .hero-heading {
        font-size: 46px;
    }

    .hero-modern-content {
        text-align: center;
        padding: 80px 0 20px;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-modern-buttons {
        justify-content: center;
    }

    .hero-image-wrapper,
    .hero-food-stack {
        margin-top: 40px;
    }

    .hero-left-content {
        padding: 80px 30px 40px;
        text-align: center;
    }

    .hero-full-image {
        height: auto;
    }

    .hero-glass-box {
        padding: 50px 30px;
    }

    .hero-food-stack {
        height: 500px;
    }

    .card-one {
        width: 280px;
        height: 360px;
    }

    .card-two,
    .card-three {
        width: 170px;
        height: 190px;
    }

}

@media (max-width: 575px) {

    .hero-heading {
        font-size: 36px;
    }

    .hero-description {
        font-size: 16px;
    }

    .hero-primary-btn,
    .hero-outline-btn,
    .hero-outline-dark-btn,
    .hero-light-btn,
    .hero-outline-light-btn {
        width: 100%;
    }

    .hero-modern-slider .slick-prev,
    .hero-modern-slider .slick-next {
        display: none !important;
    }

    .hero-glass-box {
        border-radius: 24px;
    }

}