/* ========== GLOBAL ========== */
* {
    font-family: 'Plus Jakarta Sans', sans-serif;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background: #211F20;
}

/* ========== HEADER ========== */
.navbar {
    background: #ffffff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.logo-img {
    max-height: 48px;
    width: auto;
}

.header-call-btn {
    background: #211F20;
    color: #ffffff;
    border-radius: 6px;
    padding: 10px 22px;
    font-weight: 600;
    font-size: 14px;
    border: none;
}

.header-call-btn:hover {
    background: #000000;
    color: #ffffff;
}

.header-call-btn i {
    margin-right: 4px;
}

/* ========== HERO SECTION ========== */
#hero-section {
    position: relative;
    background: url('./imgs/herofinal.webp') center center / cover no-repeat;
    padding: 70px 0 90px 0;
    min-height: 85vh;
}

#hero-section::before {
    content: "";
    position: absolute;
    inset: 0;

    z-index: 1;
}

#hero-section .container {
    position: relative;
    z-index: 2;
}

/* ----- HERO TAG ----- */
.hero-tag-wrap {
    margin-bottom: 22px;
}

.hero-tag {
    display: inline-block;
    color: #ffffff;
    backdrop-filter: blur(20px);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 7px 18px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.05);
}

.red-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #B91226;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

/* ----- HERO TITLE ----- */
.hero-title {
    font-size: 50px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 22px;
}

.hero-title .highlight {
    background: #237EC1;
    color: #ffffff;
    padding: 2px 10px;
    display: inline-block;
    line-height: 1.2;
}

/* ----- HERO DESC ----- */
.hero-desc {
    color: #d8d8d8;
    font-size: 15px;
    line-height: 1.7;
    max-width: 500px;
    margin-bottom: 30px;
}

/* ----- HERO BUTTONS ----- */
.hero-btns .btn {
    border-radius: 6px;
    padding: 12px 26px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: 0.3s;
}

.btn-quote {
    background: #B91226;
    color: #ffffff;
    border: none;
}

.btn-quote:hover {
    background: #9a0e20;
    color: #ffffff;
}

.btn-quote i {
    margin-left: 4px;
}

.btn-team {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-team:hover {
    background: #ffffff;
    color: #211F20;
    border-color: #ffffff;
}

/* ----- HERO FORM ----- */
.hero-form {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    padding: 28px 26px;
}

.hero-form .form-label {
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
}

.hero-form .form-control {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff;
    border-radius: 6px;
    padding: 11px 14px;
    font-size: 14px;
}

.hero-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.45);
    font-size: 13px;
}

.hero-form .form-control:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: #237EC1;
    box-shadow: none;
    color: #ffffff;
}

.hero-form textarea.form-control {
    resize: none;
}

/* ========== FEATURE STRIP ========== */
#feature-strip-section {
    background: #237EC1;
    padding: 14px 0 !important;
}

#feature-strip-section .row {
    flex-wrap: nowrap;
}

#feature-strip-section .feature-item {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    padding: 6px 0;
    text-align: center;
    position: relative;
    white-space: nowrap;
}

#feature-strip-section .feature-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.4);
}

#feature-strip-section .feature-item i {
    margin-right: 6px;
    font-weight: bold;
    font-size: 15px;
    vertical-align: middle;
}

/* ========== WHY CHOOSE SECTION ========== */
#why-choose-section {
    background: #ffffff;
    padding: 90px 0;
}

/* ----- SECTION HEADING ----- */
.section-tag-wrap {
    margin-bottom: 22px;
}

.section-tag {
    display: inline-block;
    color: #237EC1;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    border: 1px solid #237EC1;
    padding: 7px 20px;
    border-radius: 30px;
    background: rgba(35, 126, 193, 0.05);
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #211F20;
    line-height: 1.2;
    margin-bottom: 18px;
}

.section-subtitle {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 1.7;
    margin-bottom: 0;
}

/* ----- REASON CARDS ----- */
.reason-card {
    background: #f9fdff;
    border: 1px solid #2a96cc21;
    border-radius: 14px;
    padding: 28px 26px;
    height: 100%;
    transition: 0.3s;
}

.reason-card:hover {
    box-shadow: 0 8px 24px rgba(35, 126, 193, 0.15);
    transform: translateY(-4px);
    border-color: #237EC1;
}

.reason-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
}

.reason-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.reason-title {
    font-size: 17px;
    font-weight: 700;
    color: #211F20;
    margin-bottom: 12px;
}

.reason-desc {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.7;
    margin-bottom: 0;
}

/* ========== WHAT WE BUILD SECTION ========== */
#what-we-build-section {
    background: #ffffff;
    padding: 90px 0;
}

#what-we-build-section .section-title {
    margin-bottom: 0;
}

/* ----- CATEGORY CARD ----- */
.category-card {
    background: #ffffff;
    border: 1px solid #e3eaf2;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    transition: 0.3s;
    border-top: 4px solid transparent;
}

.category-card:hover {
    box-shadow: 0 10px 30px rgba(35, 126, 193, 0.12);
    transform: translateY(-4px);
}

/* Colored top borders */
.category-card.border-red {
    border-top-color: #B91226;
}

.category-card.border-blue {
    border-top-color: #237EC1;
}

/* ----- CATEGORY IMAGE ----- */
.category-img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
}

/* ----- CATEGORY BODY ----- */
.category-body {
    padding: 26px 24px 28px;
}

.category-title {
    font-size: 18px;
    font-weight: 700;
    color: #211F20;
    margin-bottom: 12px;
}

.category-desc {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.7;
    margin-bottom: 18px;
}

.made-for-label {
    font-size: 12px;
    font-weight: 700;
    color: #B91226;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

/* ----- TAG PILLS ----- */
.tags-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-pill {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #d6dfe8;
    color: #4a4a4a;
    font-size: 12px;
    padding: 5px 14px;
    border-radius: 20px;
    transition: 0.3s;
}

.tag-pill:hover {
    background: #237EC1;
    color: #ffffff;
    border-color: #237EC1;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 991px) {
    .hero-title {
        font-size: 38px;
    }

    #hero-section {
        padding: 50px 0 70px 0;
    }

    .hero-form {
        margin-top: 40px;
    }

    #why-choose-section,
    #what-we-build-section {
        padding: 70px 0;
    }

    .section-title {
        font-size: 34px;
    }

    .section-title br,
    .section-subtitle br {
        display: none;
    }
}

@media (max-width: 768px) {
    #feature-strip-section .row {
        flex-wrap: wrap;
    }

    #feature-strip-section .feature-item {
        flex: 0 0 50%;
        max-width: 50%;
        font-size: 11px;
    }

    #feature-strip-section .feature-item:nth-child(2n)::after {
        display: none;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 30px;
        line-height: 1.25;
    }

    .hero-desc {
        font-size: 14px;
    }

    .header-call-btn {
        padding: 7px 12px;
        font-size: 11px;
    }

    .logo-img {
        max-height: 38px;
    }

    .hero-btns .btn {
        padding: 10px 18px;
        font-size: 12px;
    }

    #why-choose-section,
    #what-we-build-section {
        padding: 50px 0;
    }

    .section-title {
        font-size: 26px;
    }

    .section-subtitle {
        font-size: 14px;
    }

    .reason-card {
        padding: 22px 20px;
    }

    .category-body {
        padding: 22px 20px;
    }

    .hero-title .highlight {
        line-height: 1;
    }
}

/* ── Why Manufacturer Section ── */
#why-manufacturer-section {
    padding: 80px 0;
    background-color: #F9FDFF;
}

.diff-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background-color: #ffffff;
    border-left: 4px solid #2A95CC;
    border-radius: 10px;
    padding: 24px 20px;
    height: 100%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    transition: box-shadow 0.2s ease;
}

.diff-card:hover {
    box-shadow: 0 6px 20px rgba(26, 115, 232, 0.12);
}

.diff-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diff-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.diff-body {
    flex: 1;
}

.diff-title {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
}

.diff-desc {
    font-size: 13.5px;
    color: #555;
    margin-bottom: 0;
    line-height: 1.6;
}

/* ── How It Works ── */
#how-it-works-section {
    position: relative;
    background: #fff;
}

/* ── How It Works Section ── */
#how-it-works-section {
    padding: 80px 0 100px;
    background-color: #fff;
}

/* ── Why Manufacturer Section ── */
#why-manufacturer-section {
    padding: 80px 0;
    background-color: #fff;
}



.diff-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diff-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.diff-body {
    flex: 1;
}

.diff-title {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
}

.diff-desc {
    font-size: 13.5px;
    color: #555;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Sticky Left */
.hiw-sticky-left {
    position: sticky;
    top: 100px;
    padding-right: 20px;
}

/* Steps Wrapper */
.hiw-steps-wrap {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

/* Single Step Row */
.hiw-step {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 0;

    /* Scroll animation: start hidden */
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.hiw-step.hiw-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Left col: number + vertical line */
.hiw-step-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

/* Numbered Circle */
.hiw-number {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #c0112f;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

/* Vertical connecting line */
.hiw-line {
    width: 2px;
    flex: 1;
    min-height: 60px;
    background-color: #e0e0e0;
    margin-top: 0;
}

/* Step Card */
.hiw-card {
    flex: 1;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 18px 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.hiw-step-label {
    font-size: 11px;
    font-weight: 600;
    color: #c0112f;
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 6px;
}

.hiw-step-title {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
}

.hiw-step-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.65;
    margin-bottom: 0;
}

/* Remove bottom margin on last card */
.hiw-step-last .hiw-card {
    margin-bottom: 0;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .hiw-sticky-left {
        position: static;
        padding-right: 0;
        margin-bottom: 40px;
    }

    /* Show all on mobile without scroll trigger */
    .hiw-step {
        opacity: 1;
        transform: none;
    }
}

/* ── How It Works Section ── */
#how-it-works-section {
    padding: 100px 0;
    background-color: #fff;
}

/* Sticky Left */
.hiw-sticky-left {
    position: sticky;
    top: 35vh;
}

/* Timeline Wrapper */
.hiw-timeline {
    position: relative;

}

/* Vertical connecting line */
.hiw-line {
    position: absolute;
    left: 19px;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background-color: #e0e0e0;
    z-index: 0;
}

/* Each Step Row */
.hiw-step {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
    opacity: 0.4;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.hiw-step.active {
    opacity: 1;
    transform: translateY(0);
}

/* Number Circle */
.hiw-dot {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e8e8e8;
    color: #999;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 2;
}

.hiw-step.active .hiw-dot {
    background-color: #c0001a;
    color: #fff;
    box-shadow: 0 4px 14px rgba(192, 0, 26, 0.35);
}

/* Card */
.hiw-card {
    flex: 1;
    background-color: #fff;
    border: 1.5px solid #ebebeb;
    border-radius: 10px;
    padding: 18px 20px;
    transition: border-color 0.3s ease, border-left-width 0.3s ease, padding-left 0.3s ease, box-shadow 0.3s ease;
}

.hiw-step.active .hiw-card {
    border-color: #ebebeb;
    border-left: 4px solid #c0001a;
    padding-left: 18px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
}

/* Step Label */
.hiw-step-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #c0001a;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
}

.hiw-step:not(.active) .hiw-step-label {
    color: #aaa;
}

/* Step Title */
.hiw-step-title {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
}

/* Step Description */
.hiw-step-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ── Behind the Counter Section ── */
#behind-counter-section {
    position: relative;
    min-height: 500px;
    padding: 80px 0 0 0;
    background-color: #F9FDFF;
    overflow: hidden;
}

.behind-content {
    padding-right: 40px;
}

.behind-img-col {
    position: absolute !important;
    top: 20px;
    right: 0;
    bottom: 0;

}

.behind-img-wrap {
    width: 100%;


}

.behind-img {
    width: 100%;

    object-position: left center;
    display: block;
}

@media (max-width: 991px) {
    .behind-img-col {
        position: relative !important;
        width: 100%;
        min-height: 300px;
    }

    .behind-content {
        padding-right: 0;
    }
}

/* ── Built For Section ── */
#built-for-section {
    padding: 90px 0;
    background-color: #fff;
}

.built-for-title {
    font-size: 38px;
    font-weight: 700;
    color: #111;
    margin-bottom: 0;
}

/* Card */
.built-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
}

/* Image */
.built-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.built-card:hover .built-img {
    transform: scale(1.06);
}

/* Dark gradient overlay */

.built-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 16px 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, transparent 100%);
    border-radius: 0 0 14px 14px;
    text-align: center;
}

.built-name {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3px;
}

.built-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .built-img {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .built-for-title {
        font-size: 28px;
    }

    .built-img {
        height: 180px;
    }
}

#trusted {
    padding: 40px 0px;
    background-color: white;
}

#trusted img:hover {
    border: 1px solid #68CCFF;
    border-radius: 16px;
}

/* Section Background */
.cta-builder-section {
    background: url('./imgs/downbg.webp');
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Pill Tag */
.cta-pill {
    display: inline-block;
    padding: 8px 20px;
    background: #ffffff10;
    /* Translucent dark background */
    border: 1px solid #ffffff25;
    /* Faint white border */
    border-radius: 50px;
    color: #ffffff;
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    backdrop-filter: blur(6px);
    margin-bottom: 24px;
}

/* Heading */
.cta-heading {
    color: #ffffff;
    font-weight: 800;
    font-size: 2.75rem;
    line-height: 1.2;
    margin-bottom: 20px;
}

/* Paragraph */
.cta-paragraph {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 90%;
}

/* Buttons */
.btn-custom-whatsapp {
    background-color: #00C65E;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: transform 0.2s, opacity 0.2s;
}

.btn-custom-call {
    background-color: #D92D20;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: transform 0.2s, opacity 0.2s;
}

/* Button Hover States */
.btn-custom-call:hover {
    color: red;
    opacity: 0.9;

    background-color: white;

}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .cta-heading {
        font-size: 2.2rem;
    }

    .cta-builder-section {
        padding: 50px 0;
    }
}

section {
    padding: 60px 0px !important;
}

/* Section Padding */
.faq-section {
    padding: 80px 0;
    background-color: #ffffff;
}

/* Heading Styling */
.faq-heading {
    font-size: 2.5rem;
    font-weight: 800;
    color: #212529;
}

/* Section Padding */
.faq-section {
    padding: 80px 0;
    background-color: #ffffff;
}

/* Heading Styling */
.faq-heading {
    font-size: 2.5rem;
    font-weight: 800;
    color: #212529;
}

/* Base Accordion Item Styling */
.accordion-item {
    border: none;
    /* Added a transparent top border to match the active state size. 
       This prevents layout shifting or awkward overlapping when opening. */
    border-top: 1px solid transparent;
    border-bottom: 1px solid #eaeaea;
    border-left: 3px solid transparent;
    border-radius: 0 !important;
    background-color: transparent;
    position: relative;
    margin-bottom: -1px;
    /* Clean stacking */
}

/* FIX OVERLAP 1: Raise z-index on the active item so its red borders sit ON TOP of adjacent items */
.accordion-item:has(.accordion-button:not(.collapsed)) {
    border-top-color: #d92d20;
    border-bottom-color: #d92d20;
    border-left-color: #d92d20;
    z-index: 2;
    /* Brings the active item forward so no neighboring lines overwrite its red border */
}

/* Accordion Button (The Question) */
.accordion-button {
    padding: 22px 15px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #333333;
    background-color: transparent;
    box-shadow: none !important;
}

/* ACTIVE Accordion Button Text */
.accordion-button:not(.collapsed) {
    color: #d92d20;
    background-color: transparent;
}

/* Accordion Body (The Answer) */
.accordion-body {
    padding: 0 15px 22px 15px;
    color: #777777;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* FIX OVERLAP 2: Force-clear Bootstrap's default background SVG asset to prevent icon overlapping */
.accordion-button::after {
    content: "+";
    background: none !important;
    /* Strips default Bootstrap chevron completely */
    font-size: 1.6rem;
    font-weight: 400;
    color: #d92d20;
    transform: none !important;
    /* Stops the default 180deg spin animation */
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

/* ACTIVE Icon (The X) */
.accordion-button:not(.collapsed)::after {
    content: "×";
    font-size: 1.8rem;
    line-height: 1;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .faq-heading {
        font-size: 2.2rem;
        text-align: center;
    }

    .faq-section {
        padding: 50px 0;
    }
}

/* Section Background */
.catalog-section {
    background-color: #2a2a2a;
    /* Dark grey placeholder */
    /* Add your background image here later: */
    /* background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('./imgs/your-bg.webp') center/cover no-repeat; */
    padding: 80px 0;
    color: #ffffff;
}

/* Typography */
.catalog-heading {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.catalog-paragraph {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 90%;
}

/* Button */
.btn-catalog {
    background-color: #D92D20;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1px;
    padding: 14px 28px;
    border-radius: 6px;
    /* Slightly rounded edges */
    border: none;
    display: inline-block;
    transition: background-color 0.2s, transform 0.2s;
}

.btn-catalog:hover {
    background-color: #b8251a;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Contact Info Area */
.contact-icon-wrapper {
    background-color: #3197D6;
    /* The specific blue from your design */
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.contact-text {
    line-height: 1.4;
}

.contact-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

.contact-value {
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .catalog-heading {
        font-size: 2.2rem;
    }

    .catalog-section {
        padding: 50px 0;
    }
}

#download-catalog {
    background: url('./imgs/footer-bg.webp') center/cover no-repeat;
}

#download-catalog img {
    width: 48px;
}

.btn-hero {
    background: #B91226;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 12px 26px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: 0.3s;
    text-decoration: none;
}



.btn-hero:hover {
    background: #9a0e20;
    color: #ffffff;
}

.btn-hero i {
    margin-left: 4px;
}
.footer-bottom {
    padding: 10px 0px;
    border-top: 1px solid #e9ecef;
}
.footer-bottom {
    width: 100%;
    padding: 20px 0; /* Adjust vertical spacing as needed */
    border-top: 1px solid #eaeaea; /* Optional: adds a subtle line above the footer */
}

.copy {
    display: flex;
    justify-content: space-between; /* Pushes the two paragraphs to opposite sides */
    align-items: center; /* Vertically centers the text and links */
    flex-wrap: wrap; /* Ensures responsiveness on smaller mobile screens */
    gap: 15px; /* Spacing fallback for smaller screens when stacked */
}

.copy p {
    font-size: 14px;
    color: #333333;
    margin: 0; /* Resets any default paragraph margins */
}

.copy a {
    color: #0076a3; /* Distinct blue color for the link */
    text-decoration: none;
    font-weight: 600;
}

.copy a:hover {
    text-decoration: underline;
}
#footer{
    background: #ffffff !important;
    padding: 0px !important;
    margin: 0px !important;

}



@media (max-width: 580px) {
    #footer .copy {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
@media (max-width: 580px) {
    #download-catalog {
        background-size: cover;
        background-position: right center;
        padding-bottom: 40px;
    }

  

    #download-catalog .contact-value a,
    #download-catalog .contact-value {
        word-break: break-word;
        white-space: normal;
    }
}
@media (max-width:580px) {
    #download-catalog {
        background-position: right center;
        padding-bottom: 40px;
        position: relative;
    }

    /* Dark overlay so text is readable over the image */
    #download-catalog::before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        z-index: 0;
    }

    /* Bring content above the overlay */
    #download-catalog .container {
        position: relative;
        z-index: 1;
    }

    #download-catalog .contact-value a,
    #download-catalog .contact-value {
        word-break: break-word;
        white-space: normal;
    }
}