/* ===============================
   GLOBAL BACKGROUNDS
================================ */

.bg-soft-blue {
    background: linear-gradient(180deg, #f6f9fc 0%, #eef3f9 100%);
}

.bg-soft-blue-alt {
    background: #f2f6fb;
}


/* ===============================
   HERO INTRO (STATIC)
================================ */

.hero-intro-section {
    overflow: hidden;
}

.hero-intro-section h1 {
    /* font-size: 2.6rem; */
    line-height: 1.3;
}

.hero-intro-section p {
    font-size: 1rem;
    color: #555;
}

.hero-intro-img {
    max-width: 100%;
    height: auto;
}
.order-step-box .step-icon {
    font-size: 36px;
    color: #c4161c;
    margin-bottom: 15px;
}

/* .text-muted{
    color: balck !important;
} */
.hero-intro-section .btn-danger {
    background-color: #dc3545;
    border: none;
}


.hero-intro-section .btn-danger:hover {
    background-color: #b02a37;
}

/* Mobile Hero */
@media (max-width: 768px) {
    .hero-intro-section {
        text-align: center;
    }

    .hero-intro-section h1 {
        font-size: 2rem;
    }
}


/* ===============================
   WHY CHOOSE US
================================ */

.choose-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px 25px;
    height: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.choose-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.choose-card i {
    font-size: 32px;
    color: #c4161c;
    margin-bottom: 15px;
}

.choose-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.choose-card p {
    font-size: 0.95rem;
    color: #666;
}


/* ===============================
   SERVICES LIST
================================ */

.service-list li {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 8px;
}


/* ===============================
   STATS / COUNTER SECTION
================================ */

.stats-section {
    background: #c4161c;
    color: #fff;
    padding: 70px 0;
}

.stats-section h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.stats-section p {
    opacity: 0.9;
    font-size: 1rem;
}


/* ===============================
   TESTIMONIALS
================================ */

.testimonial-line {
    width: 60px;
    height: 3px;
    background-color: #c62828;
}

.testimonial-box {
    max-width: 720px;
    border: 2px solid #ccc;
    border-radius: 12px;
    padding: 30px 35px;
    font-style: italic;
    color: #333;
    position: relative;
}

.quote-start,
.quote-end {
    font-size: 28px;
    color: #555;
    font-weight: bold;
}

.carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #bbb;
}

.carousel-indicators .active {
    background-color: #c62828;
}

@media (max-width: 768px) {
    .testimonial-box {
        padding: 25px 20px;
        min-height: 180px;
    }
}


/* ===============================
   ORDER PLACEMENT STEPS
================================ */

.order-steps-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f7f7f7 100%);
}

.order-step-box {
    background: #ffffff;
    padding: 40px 25px 30px;
    border-radius: 12px;
    position: relative;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.order-step-box h6 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
}

.order-step-box p {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0;
    line-height: 1.6;
}

.order-step-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.1);
}


/* ===============================
   FEATURED WORKS
================================ */

.featured-work-section {
    padding: 90px 0;
    background: #0f172a;
}

.featured-work-section h2 {
    color: #ffffff;
}

.featured-work-points li {
    color: #d1d5db;
    font-size: 0.95rem;
    margin-bottom: 10px;
}

.featured-work-box {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.featured-work-box img {
    width: 100%;
    height: auto;
    display: block;
}

.featured-work-box:hover {
    transform: translateY(-6px);
}


/* ===============================
   PRICING SECTION
================================ */

.pricing-section {
    background: #f7f9fc;
}

.pricing-card {
    background: #fff;
    border-radius: 14px;
    padding: 35px 30px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    height: 100%;
}

.pricing-card:hover {
    transform: translateY(-8px);
}

.pricing-title {
    font-weight: 600;
    margin-bottom: 15px;
}

.pricing-price {
    font-size: 42px;
    font-weight: 700;
    color: #c70000;
    margin-bottom: 20px;
}

.pricing-price span {
    font-size: 14px;
    color: #777;
}

.pricing-list li {
    margin-bottom: 10px;
    color: #555;
    font-size: 15px;
}

.pricing-highlight {
    border: 2px solid #c70000;
    position: relative;
}

.pricing-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #c70000;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 20px;
}
