/*
Theme Name: SpiceCraft
Theme URI: https://example.com
Author: Your Name
Description: Modern Spice Products WordPress Theme
Version: 1.0
*/

body{
    font-family: 'Poppins', sans-serif;
    background:#fdfaf5;
    color:#222;
}
/* LOGO */

.custom-logo-link img{
    max-height:70px;
    width:auto;
    object-fit:contain;
}

.navbar-brand{
    display:flex;
    align-items:center;
}
.navbar{
    background:#fff;
    box-shadow:0 2px 15px rgba(0,0,0,0.06);
    padding:15px 0;
}

.navbar-brand{
    font-size:30px;
    font-weight:700;
    color:#b24b00 !important;
}

.navbar-toggler{
    border:none;
    box-shadow:none !important;
    padding:8px 10px;
}

.navbar-toggler i{
    font-size:28px;
    color:#b24b00;
}

.navbar-nav .nav-item{
    margin-left:10px;
}

.navbar-nav .nav-link{
    color:#222 !important;
    font-weight:500;
    padding:10px 18px !important;
    border-radius:10px;
    transition:0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .current-menu-item .nav-link{
    background:#fff1e7;
    color:#b24b00 !important;
}

.btn-contact{
    background:#b24b00;
    color:#fff !important;
    border-radius:50px;
    padding:10px 22px !important;
}

.btn-contact:hover{
    background:#913c00;
    color:#fff !important;
}

/* MOBILE MENU */

@media(max-width:991px){

    .navbar-collapse{
        background:#fff;
        padding:20px;
        margin-top:15px;
        border-radius:20px;
        box-shadow:0 10px 30px rgba(0,0,0,0.08);
    }

    .navbar-nav .nav-item{
        margin-left:0;
        margin-bottom:10px;
    }

    .navbar-nav .nav-link{
        padding:14px 18px !important;
    }

}

/* HERO SLIDER */

.hero-slide{
    min-height:100vh;
    background-size:cover;
    background-position:center;
    padding:120px 0;
    color:#fff;
}

.hero-badge{
    display:inline-block;
    background:rgba(255,255,255,0.15);
    padding:10px 22px;
    border-radius:50px;
    backdrop-filter:blur(10px);
    margin-bottom:20px;
    font-size:14px;
    font-weight:600;
}
#heroCarousel .hero-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
    background: #ffffff38;
    padding: 20px;
    border-radius: 10px;
    color: #ffffff;
    margin-left: 80px;

}
.hero-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
    padding: 20px;
   
    
}

.hero-text{
    font-size:20px;
    line-height:1.8;
    color:#f5f5f5;
    margin-left: 80px;
}

.btn-main {
    background: #fff;
    color: #141313;
    padding: 5px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid green;
}

.btn-main:hover{
    background:#a86410;
    color:#fff;
}

.carousel-indicators [data-bs-target]{
    width:12px;
    height:12px;
    border-radius:50%;
}

@media(max-width:991px){

    .hero-slide{
        min-height:85vh;
        text-align:center;
    }

    .hero-title{
        font-size:42px;margin-left: 0px !important;
    }

    .hero-text{
        font-size:17px;margin-left: 0px !important;
    }

}

@media(max-width:576px){

    .hero-title{
        font-size:32px;margin-left: 0px !important;
    }

    .hero-text{
        font-size:15px;margin-left: 0px !important;
    }

}
/* =========================
PREMIUM HERO SECTION
========================= */

.premium-hero{
    background:
    linear-gradient(135deg,#071c12 0%, #0f5132 45%, #14532d 100%);
    position:relative;
    color:#fff;
    padding:80px 0px;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at top right,
    rgba(255,255,255,0.08),
    transparent 40%);
}

.hero-shape{
    position:absolute;
    border-radius:50%;
    filter:blur(60px);
    opacity:.3;
}

.hero-shape-1{
    width:300px;
    height:300px;
    background:#f59e0b;
    top:-80px;
    right:-100px;
}

.hero-shape-2{
    width:250px;
    height:250px;
    background:#22c55e;
    bottom:-100px;
    left:-80px;
}

.hero-content{
    position:relative;
    z-index:2;
}

.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:rgba(255,255,255,0.12);
    padding:12px 24px;
    border-radius:50px;
    backdrop-filter:blur(12px);
    font-size:14px;
    font-weight:600;
    margin-bottom:30px;
    border:1px solid rgba(255,255,255,0.1);
}



.hero-title span{
    color:#fbbf24;
}

.hero-description{
    font-size:21px;
    line-height:1.9;
    color:#e5e7eb;
    margin-bottom:25px;
}

.hero-sub-description{
    font-size:17px;
    line-height:1.9;
    color:#d1d5db;
    margin-bottom:40px;
}

.hero-features{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:45px;
}

.feature-item{
    background:rgba(255,255,255,0.08);
    padding:14px 22px;
    border-radius:50px;
    display:flex;
    align-items:center;
    gap:10px;
    font-size:15px;
    font-weight:500;
    backdrop-filter:blur(10px);
}

.feature-item i{
    color:#fbbf24;
}

.hero-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}

.hero-btn-primary{
    background:#f59e0b;
    color:#fff;
    padding:16px 35px;
    border-radius:60px;
    font-weight:600;
    font-size:16px;
    transition:0.3s;
}

.hero-btn-primary:hover{
    background:#d97706;
    color:#fff;
    transform:translateY(-3px);
}

.hero-btn-outline{
    border:1px solid rgba(255,255,255,0.25);
    color:#fff;
    padding:16px 35px;
    border-radius:60px;
    font-weight:600;
    font-size:16px;
    backdrop-filter:blur(10px);
}

.hero-btn-outline:hover{
    background:#fff;
    color:#111827;
}

.hero-image-wrapper{
    position:relative;
}

.hero-main-image{
    border-radius:30px;
    box-shadow:0 25px 60px rgba(0,0,0,0.35);
}

.floating-card{
    position:absolute;
    background:#fff;
    color:#111827;
    padding:15px 22px;
    border-radius:18px;
    font-weight:600;
    box-shadow:0 10px 40px rgba(0,0,0,0.2);
    display:flex;
    align-items:center;
    gap:10px;
    z-index:3;
    animation:float 3s ease-in-out infinite;
}

.floating-card i{
    color:#f59e0b;
}
.hover-card {
    transition: 0.3s ease;
}

.hover-card:hover {
    transform: translateY(-8px);
}

.market-box {
    font-weight: 600;
    transition: 0.3s ease;
}

.market-box:hover {
    background: #198754 !important;
    transform: translateY(-5px);
}
.card-1{
    top:40px;
    left:-40px;
}

.card-2{
    bottom:40px;
    right:-30px;
}

.page-content {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
}

.page-content h2,
.page-content h3,
.page-content h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #111;
}

.page-content p {
    margin-bottom: 20px;
}

.page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 20px 0;
}

.page-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.page-content li {
    margin-bottom: 10px;
}

@keyframes float{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-10px);
    }
    100%{
        transform:translateY(0px);
    }
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .premium-hero{
        padding:120px 0 80px;
    }

    .hero-title{
        font-size:48px;
    }

    .hero-description{
        font-size:18px;
    }

    .hero-sub-description{
        font-size:16px;
    }

    .hero-features{
        flex-direction:column;
        align-items:flex-start;
    }

}

@media(max-width:576px){

    .hero-title{
        font-size:36px;
    }

    .hero-description{
        font-size:16px;
        line-height:1.8;
    }

    .hero-sub-description{
        font-size:15px;
    }

    .hero-buttons{
        flex-direction:column;
    }

    .hero-btn-primary,
    .hero-btn-outline{
        width:100%;
        text-align:center;
    }

    .feature-item{
        width:100%;
        justify-content:center;
    }

}
.contact-info-card {
    background: linear-gradient(135deg, #198754, #0f5132);
    position: relative;
    overflow: hidden;
}

.contact-info-card::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
}

.icon-box {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.15);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.business-box {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
}

.custom-input {
    height: 55px;
    border-radius: 14px;
    border: 1px solid #ddd;
    box-shadow: none !important;
}

textarea.custom-input {
    height: auto;
}

.custom-input:focus {
    border-color: #198754;
}

.form-control::placeholder {
    color: #999;
}

.btn-success {
    transition: 0.3s ease;
}

.btn-success:hover {
    transform: translateY(-2px);
}

@media(max-width:768px) {
    .contact-info-card,
    .card {
        padding: 30px !important;
    }
}