:root {
    --primary: #e30613;
    --dark: #0d0d0d;
    --dark-2: #1a1a1a;
    --light: #ffffff;
    --gray: #f5f5f5;
    --text: #333333;
    --text-light: #777777;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Arial, sans-serif;
    color: black!important;
    line-height: 1.6;
    background: var(--light);
}
.fa-brands, .fab{
      font-weight: 900 !important;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ================= Header - Two Bar Layout ================= */
.hdrtb-header {
    width: 100%;
    position: fixed;
    top: 38px;
    left: 0;
    z-index: 1000;
    background: #0a0a0a;
}

/* Adjust main content to account for fixed header + announcement bar */
main {
    padding-top: 95px !important;
}

.hdrtb-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Top Bar */
.hdrtb-topbar {
    background: #0a0a0a;
    padding: 12px 0;
}

.hdrtb-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.hdrtb-logo img {
    max-height: 60px;
    width: auto;
    display: block;
}

.hdrtb-logo-text {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

/* Top Bar - Address & Phone Two-Line Style */
.hdrtb-top-info {
    display: flex;
    align-items: center;
    gap: 36px;
    flex-wrap: wrap;
}

.hdrtb-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.hdrtb-info-link {
    cursor: pointer;
}

.hdrtb-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2dd4bf;
    flex-shrink: 0;
}

.hdrtb-info-text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.hdrtb-info-text strong {
    color: #ffffff;
    font-size: 14.5px;
    font-weight: 700;
    transition: color 0.3s ease;
}

.hdrtb-info-text span {
    color: #9ca3af;
    font-size: 12.5px;
    font-weight: 400;
}

.hdrtb-info-link:hover .hdrtb-info-text strong {
    color: #d42d2d;
}

.hdrtb-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0000;
    flex-shrink: 0;
}

.hdrtb-phone-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ff0000;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 6px;
    transition: background 0.3s ease;
}

.hdrtb-phone-badge .hdrtb-info-icon {
    color: #ffffff;
}

.hdrtb-phone-badge:hover {
    background: #d90000;
    color: #ffffff;
}

/* Bottom Nav Bar */
.hdrtb-navbar {
    background: #151515;
    border-top: 1px solid #262626;
}

.hdrtb-nav-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hdrtb-nav-toggle {
    display: none;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    padding: 12px 0;
}

.hdrtb-main-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 34px;
    margin: 0;
    padding: 0;
    margin-left: 444px;
}

.hdrtb-main-nav>ul>li>a {
    display: block;
    color: #e5e7eb;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    padding: 16px 0;
    transition: color 0.3s ease;
}

.hdrtb-main-nav>ul>li>a:hover {
    color: #ff0000;
}

/* ================= Two-Level Services Dropdown ================= */
.hdrtb-has-mega {
    position: relative;
}

.hdrtb-mega-menu {
    display: flex;
    align-items: flex-start;
    position: absolute;
    top: 100%;
    left: 0;
    background: #101010;
    border-radius: 10px;
    overflow: hidden;
    min-width: 260px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    z-index: 100;
}

.hdrtb-has-mega:hover .hdrtb-mega-menu,
.hdrtb-has-mega.hdrtb-active .hdrtb-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Left column - Categories */
.hdrtb-mega-left {
    flex: 0 0 260px;
    background: #161616;
    padding: 8px 0;
    border-right: 1px solid #262626;
}

.hdrtb-cat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 24px;
    cursor: pointer;
    border-bottom: 1px solid #202020;
    transition: background 0.25s ease;
}

.hdrtb-cat-row:last-child {
    border-bottom: none;
}

.hdrtb-cat-row a {
    color: #e5e7eb;
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 600;
    transition: color 0.25s ease;
}

.hdrtb-cat-arrow {
    color: #6b7280;
    display: flex;
    align-items: center;
    transition: color 0.25s ease;
}

.hdrtb-cat-row:hover,
.hdrtb-cat-row.hdrtb-cat-active {
    background: #1c1c1c;
}

.hdrtb-cat-row:hover a,
.hdrtb-cat-row.hdrtb-cat-active a {
    color: #ff0000;
}

.hdrtb-cat-row:hover .hdrtb-cat-arrow,
.hdrtb-cat-row.hdrtb-cat-active .hdrtb-cat-arrow {
    color: #ff0000;
}

/* Right column - Subcategories (auto width, hover-only visible) */
.hdrtb-mega-right {
    flex: 0 0 auto;
    width: 0;
    overflow: hidden;
    padding: 0;
    min-height: 0;
    border-left: 0 solid #262626;
    transition: width 0.25s ease;
}

.hdrtb-mega-right.hdrtb-right-visible {
    flex: 0 0 auto;
    width: max-content;
    max-width: 320px;
    padding: 8px 0;
    min-height: 260px;
    border-left: 1px solid #262626;
}

.hdrtb-sub-panel {
    display: none;
    flex-direction: column;
}

.hdrtb-sub-panel.hdrtb-sub-panel-active {
    display: flex;
}

.hdrtb-sub-panel a {
    color: #e5e7eb;
    text-decoration: none;
    font-size: 14.5px;
    font-weight: 500;
    padding: 13px 24px;
    border-bottom: 1px solid #202020;
    white-space: nowrap;
    transition: color 0.25s ease, background 0.25s ease;
}

.hdrtb-sub-panel a:last-child {
    border-bottom: none;
}

.hdrtb-sub-panel a:hover {
    color: #ff0000;
    background: #1c1c1c;
}

.hdrtb-no-sub {
    padding: 13px 24px;
    color: #6b7280;
    font-size: 13.5px;
    white-space: nowrap;
    display: block;
}

/* ================= Mobile ================= */
@media (max-width: 900px) {
    .hdrtb-top-info {
        display: none;
    }

    .hdrtb-top-inner {
        justify-content: center;
    }

    .hdrtb-nav-toggle {
        display: block;
        position: absolute;
        left: 20px;
    }

    .hdrtb-main-nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background: #151515;
        z-index: 99;
    }

    .hdrtb-main-nav.hdrtb-open {
        display: block;
    }

    .hdrtb-main-nav ul {
        flex-direction: column;
        gap: 0;
        align-items: stretch;
    }

    .hdrtb-main-nav>ul>li>a {
        padding: 14px 20px;
        border-bottom: 1px solid #262626;
    }

    .hdrtb-mega-menu {
        position: static;
        flex-direction: column;
        min-width: 100%;
        display: none !important;
        box-shadow: none;
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .hdrtb-has-mega.hdrtb-active .hdrtb-mega-menu {
        display: flex !important;
    }

    .hdrtb-mega-left {
        border-right: none;
        border-bottom: 1px solid #262626;
        flex: none;
        width: 100%;
    }

    .hdrtb-mega-right {
        width: 100% !important;
        max-width: 100% !important;
        border-left: none !important;
        display: none;
    }

    .hdrtb-mega-right.hdrtb-right-visible {
        display: block;
    }

    .hdrtb-sub-panel {
        display: none !important;
    }

    .hdrtb-sub-panel.hdrtb-sub-panel-active {
        display: flex !important;
    }

    .hdrtb-sub-panel a {
        white-space: normal;
    }
}

/* Hero */
.hero {
    background: var(--dark);
    color: var(--light);
    padding: 80px 0;
}

/* Banner Slider */
.banner-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-slide {
    display: none;
    width: 100%;
}

.banner-slide.active {
    display: block;
}

.banner-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.banner-dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.banner-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    cursor: pointer;
}

.banner-dot.active {
    background: var(--primary);
}

/* About Preview */
.about-preview {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.about-preview-image,
.about-preview-content {
    flex: 1;
    min-width: 300px;
}

.about-preview-image img {
    border-radius: 8px;
}

/* Features */
.features-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.feature-item {
    background: var(--light);
    padding: 30px 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
    transition: .2s;
}

.feature-item:hover {
    box-shadow: 0 10px 26px rgb(227 6 19 / 23%);
    border-color: var(--primary) !important;
    transform: translateY(-3px);
        border: 2px solid red;
}

.feature-icon {
    font-size: 34px;
    margin-bottom: 14px;
}

.feature-item h3 {
    font-size: 17px;
    margin-bottom: 8px;
}

.feature-item p {
    font-size: 14px;
    color: var(--text-light);
}

/* Stats */
.stats-section {
    background: var(--dark);
    padding: 50px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    text-align: center;
}

.stat-item h3 {
    font-size: 36px;
    color: var(--primary);
    margin-bottom: 6px;
}

.stat-item p {
    color: #ccc;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* CTA */
.cta-section {
    background: var(--primary);
    padding: 50px 0;
}

.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.cta-inner h2 {
    color: var(--light);
    font-size: 26px;
    margin-bottom: 6px;
}

.cta-inner p {
    color: rgba(255, 255, 255, .85);
}

.cta-section .btn {
    background: var(--dark);
}

.cta-section .btn:hover {
    background: #000;
}

.hero-inner {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.hero-content {
    flex: 1;
    min-width: 300px;
}

.hero-content h1 {
    font-size: 42px;
    margin-bottom: 16px;
}

.hero-content h1 span {
    color: var(--primary);
}

.hero-content p {
    color: #ccc;
    margin-bottom: 24px;
    font-size: 16px;
}

.hero-image {
    flex: 1;
    min-width: 300px;
}

/* Sections */
.section {
    padding: 60px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    font-size: 32px;
    color: var(--dark);
}

.section-title h2 span {
    color: var(--primary);
}

.section-title p {
    color: var(--text-light);
    margin-top: 8px;
}

.section-gray {
    background: var(--gray);
}

/* Cards grid */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
    justify-content: start;
}

/*.grid>* {*/
/*    max-width: 340px;*/
/*}*/

.card-item {
    background: var(--light);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    transition: .2s;
}

.card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

.card-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.card-body {
    padding: 20px;
}

.card-body h3 {
    font-size: 18px;
    margin-bottom: 8px;
    text-align: center;
}

.card-body p {
    color: var(--text-light);
    font-size: 14px;
}

/* Footer Styles */
.ftrx-footer {
    background: #141414;
    padding: 70px 20px 0;
}

.ftrx-container {
    max-width: 1300px;
    margin: 0 auto;
}

.ftrx-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1.2fr;
    gap: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid #2a2a2a;
}

/* Brand Column */
.ftrx-logo {
    display: inline-block;
    margin-bottom: 18px;
}

.ftrx-logo img {
    max-height: 64px;
    width: auto;
}

.ftrx-logo-text {
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.ftrx-brand-desc {
    color: #9ca3af;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 22px;
    max-width: 320px;
}

.ftrx-social {
    display: flex;
    gap: 10px;
}

.ftrx-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #232323;
    color: #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, color 0.3s ease;
}

.ftrx-social a:hover {
    background: #ff0000;
    color: #ffffff;
}

/* Contact CTA Section */
.contact-cta-section {
    background: black;
    padding: 100px 0;
    text-align: center;
}

.contact-cta-section .sub-title {
    color: #E63946;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.contact-cta-section .main-title {
    color: white;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 35px;
}

.contact-cta-section .contact-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.contact-cta-section .contact-info a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    transition: .3s;
}

.contact-cta-section .contact-info a:hover {
    color: #E63946;
}

.contact-cta-section .divider {
    color: #d8d8d8;
}

.contact-btn {
    background: #E63946;
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-block;
    transition: .3s;
}

.contact-btn:hover {
    background: #C1121F;
    color: #fff !important;
}

/* Titles */
.ftrx-title {
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 22px;
    text-transform: uppercase;
}

/* Quick Links */
.ftrx-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ftrx-links a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 14.5px;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.ftrx-links a:hover {
    color: #ff0000;
    padding-left: 4px;
}

/* Contact Info */
.ftrx-contact-intro {
    color: #9ca3af;
    font-size: 14.5px;
    line-height: 1.7;
    margin-bottom: 22px;
}

.ftrx-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ftrx-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #d1d5db;
    font-size: 14.5px;
    line-height: 1.6;
}

.ftrx-contact-list a {
    color: #d1d5db;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ftrx-contact-list a:hover {
    color: #ff0000;
}

.ftrx-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ff0000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

/* Bottom bar */
.ftrx-bottom {
     text-align: center;
    color: #ffffff;
    font-size: 17px;
    padding: 22px 0;
}
.ftrx-bottom a {
    color: #ffffff;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
}
.ftrx-bottom a:hover {
    color: var(--primary);
}

@media (max-width: 900px) {
    .ftrx-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* Only Button CSS - add karo */
.svcbtn-link {
    text-decoration: none;
    color: inherit;
}

.svcbtn-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #ff0000;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 20px;
    margin: 0 16px 18px;
    border-radius: 6px;
    transition: background 0.3s ease, gap 0.3s ease;
}

.svcbtn-btn:hover {
    background: #d90000;
    color: #ffffff;
    gap: 12px;
}

.section-gray {
    background: #fbf6ec;
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 44px;
    font-weight: 700;
    /* color:#295d2d; */
    position: relative;
    display: inline-block;
}

.section-title h2::after {
    /* content:""; */
    width: 65px;
    height: 3px;
    background: #000000;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
}

/* Swiper */

.review-swiper {
    padding: 15px 5px 60px;
    overflow: hidden;
}

.review-swiper .swiper-slide {
    height: auto;
    /* width: 300px !important; */
}
.swiper-wrapper{
    height: auto!important;
}
/* Card */

.review-card {
    background: #fff;
    border: 1px solid #ead9bf;
    border-radius: 20px;
    padding: 28px;
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    transition: .35s;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .05);
}

.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}

/* Quote */

.quote-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #f5e7e7;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
}

/* Review */

.review-content {
    flex: 1;
}

.review-text {
    color: #555;
    line-height: 1.9;
    font-size: 16px;
    margin: 0;

    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Bottom */

.review-bottom {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px dashed #e8d7b8;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-info {
    flex: 1;
}

.review-info h3 {
    margin: 0;
    font-size: 18px;
    color: #e30613;
    font-weight: 700;
}

.review-city {
    color: #777;
    margin: 6px 0 8px;
    font-size: 14px;
}

.review-rating {
    display: flex;
    gap: 3px;
}

.star-filled {
    color: #ffb400;
    font-size: 16px;
}

.star-empty {
    color: #ddd;
    font-size: 16px;
}

/* Image */

.review-image-side {
    width: 70px;
    margin-left: 20px;
    flex-shrink: 0;
}

.review-image-side img,
.review-avatar-fallback {
    width: auto;
    height: 65px;
    /* border-radius: 50%; */
    object-fit: cover;
    /* border: 3px solid #f1f1f1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08); */
    margin-left: -63px;
    max-width: 200%;

}

.review-avatar-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ddd;
    color: #555;
    font-size: 26px;
    font-weight: 700;
}

/* Pagination */

.swiper-pagination {
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #cfcfcf;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 20px;
    background: #e89b21;
}

/* Navigation */

.swiper-button-next,
.swiper-button-prev {
    color: #295d2d;
    width: 42px;
    height: 42px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    font-weight: 700;
}

/* Responsive */

@media(max-width:991px) {

    .review-card {
        padding: 22px;
    }

    .review-info h3 {
        font-size: 20px;
    }

}

@media(max-width:767px) {

    .section-title h2 {
        font-size: 32px;
    }

    .review-text {
        font-size: 15px;
    }

    .review-bottom {
        gap: 15px;
    }

}

/* What We Do Section Styles */
.wwd-section {
    background: #000000;
    padding: 80px 20px 60px;
}

.wwd-container {
    max-width: 1400px;
    margin: 0 auto;
}

.wwd-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.wwd-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e30613;
    display: inline-block;
}

.wwd-label-text {
    color: #9ca3af;
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: 500;
    text-transform: uppercase;
}

.wwd-swiper {
    padding-bottom: 50px;
}

.wwd-card {
    background: #131313;
    border: 1px solid #232323;
    border-radius: 16px;
    padding: 40px 32px 70px;
    height: 100%;
    position: relative;
    min-height: 340px;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.wwd-card:hover {
    border-color: #e30613;
    transform: translateY(-4px);
}

.wwd-card-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
    line-height: 1.3;
    text-transform: uppercase;
}

.wwd-card-desc {
    color: #9ca3af;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.wwd-card-icon {
    position: absolute;
    bottom: 28px;
    right: 28px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #1e1e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e30613;
    border: 1px solid #2c2c2c;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

.wwd-card-icon:hover {
    background: #e30613;
    color: #000000;
}

.wwd-pagination {
    text-align: center;
    margin-top: 10px;
}

.wwd-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #4b5563;
    opacity: 1;
    margin: 0 4px !important;
}

.wwd-pagination .swiper-pagination-bullet-active {
    background: #e30613;
    width: 22px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .wwd-card-title {
        font-size: 19px;
    }

    .wwd-card {
        padding: 32px 24px 60px;
        min-height: auto;
    }
}

/* FAQ Section Styles - White BG, Black-Red Theme */
.faqrb-section {
    background: #ffffff;
    padding: 80px 20px;
}

.faqrb-container {
    max-width: 1300px;
    margin: 0 auto;
}

.faqrb-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 14px;
}

.faqrb-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff0000;
    display: inline-block;
}

.faqrb-label-text {
    color: #6b7280;
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: 500;
    text-transform: uppercase;
}

.faqrb-heading {
    text-align: center;
    color: #0a0a0a;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 50px;
}

.faqrb-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 20px;
}

.faqrb-item {
    background: #f5f5f5;
    border-radius: 12px;
    overflow: hidden;
    transition: background 0.3s ease, border-color 0.3s ease;
    border: 1px solid #e5e5e5;
}

.faqrb-item.active {
    background: #fff5f5;
    border: 1px solid #ff0000;
}

.faqrb-question {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    text-align: left;
    padding: 22px 26px;
    font-size: 15px;
    font-weight: 700;
    color: #6b7280;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.faqrb-item.active .faqrb-question {
    color: #0a0a0a;
}

.faqrb-icon {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #ff0000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    transition: transform 0.3s ease;
}

.faqrb-item.active .faqrb-icon {
    transform: rotate(45deg);
    background: #0a0a0a;
}

.faqrb-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 26px;
}

.faqrb-item.active .faqrb-answer {
    max-height: 200px;
    padding: 0 26px 22px;
}

.faqrb-answer p {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .faqrb-grid {
        grid-template-columns: 1fr;
    }

    .faqrb-heading {
        font-size: 26px;
    }

    .faqrb-question {
        font-size: 14px;
        padding: 18px 20px;
    }
}

/* Page Banner */
.page-banner {
    background: #0d0d0d3d;
    padding: 20px 0;
    text-align: center;
}

.page-banner h1 {
    color: #000000;
    font-size: 36px;
    margin-bottom: 10px;
}

.page-banner h1 span {
    color: var(--primary);
}

.page-banner .breadcrumb {
    color: #ff2828;
    font-size: 14px;
}

.page-banner .breadcrumb a {
    color: #000000;
}

.page-banner .breadcrumb a:hover {
    color: var(--primary);
}

.page-banner .breadcrumb span {
    margin: 0 6px;
}

/* Mission / Vision cards */
.mv-card {
    background: var(--light);
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}

.mv-card h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.mv-card p {
    color: var(--text-light);
    font-size: 14px;
}

/* Video embed */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Contact Info Strip */
.contact-info-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.contact-info-item {
    background: var(--light);
    padding: 26px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}

.contact-info-item h3 {
    margin: 10px 0 6px;
    font-size: 16px;
}

.contact-info-item p {
    color: var(--text-light);
    font-size: 14px;
}

.contact-info-item a {
    color: var(--primary);
    font-weight: 600;
}

/* Map */
.map-wrapper {
    position: relative;
    padding-bottom: 35%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    .map-wrapper {
        padding-bottom: 70%;
    }
}

/* Contact Form Styling */
.section .card {
    background: var(--light);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    color: var(--dark);
}

.form-control {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    transition: .2s;
}

.form-control:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(227, 6, 19, .1);
}

textarea.form-control {
    resize: vertical;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-actions {
    margin-top: 10px;
}

.btn-primary {
    background: var(--primary);
}

.btn,
button.btn {
    display: inline-block;
    padding: 12px 28px;
    background: var(--primary);
    color: var(--light);
    font-weight: 700;
    font-size: 18px;
    font-family: inherit;
    line-height: 1.4;
    border-radius: 4px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: .2s;
}

.btn:hover,
button.btn:hover {
    color: var(--light);
}

.form-hint {
    font-size: 13px;
    margin-top: 6px;
}

@media (max-width: 600px) {
    .form-row {
        grid-template-columns: 1fr;
    }

    .section .card {
        padding: 24px;
    }
}

/* Contact split layout */
.contact-split {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 30px;
    align-items: stretch;
}

.map-wrapper-tall {
    padding-bottom: 0;
    height: 100%;
    min-height: 400px;
}

@media (max-width: 900px) {
    .contact-split {
        grid-template-columns: 1fr;
    }

    .map-wrapper-tall {
        min-height: 300px;
    }
}

/* FAQ Accordion */
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: var(--light);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 18px 22px;
    font-size: 15px;
    font-weight: 600;
    color: var(--dark);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: inherit;
}

.faq-icon {
    font-size: 20px;
    color: var(--primary);
    transition: .2s;
    flex-shrink: 0;
    margin-left: 12px;
}

.faq-item.faq-open .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
    padding: 0 22px;
}

.faq-item.faq-open .faq-answer {
    max-height: 300px;
    padding: 0 22px 18px;
}

.faq-answer p {
    color: var(--text-light);
    font-size: 14px;
    line-height: 1.7;
}

/* Blog Card Footer */
.blog-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #eee;
}

.blog-date {
    font-size: 13px;
    color: var(--text-light);
}

.blog-readmore {
    color: var(--primary);
    font-weight: 700;
    font-size: 14px;
}

.blog-readmore:hover {
    text-decoration: underline;
}

.pagination-wrap {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

/* Blog Detail Layout */
.blog-detail-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start;
}

.blog-detail-image {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

.blog-detail-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-share {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--text-light);
}

.blog-share a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gray);
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    color: var(--dark);
}

.blog-share a:hover {
    background: var(--primary);
    color: var(--light);
}

.blog-detail-title {
    font-size: 26px;
    margin-bottom: 16px;
}

.blog-detail-content {
    color: var(--text-light);
    line-height: 1.9;
    font-size: 15px;
}

/* Sidebar */
.blog-detail-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 90px;
}

.sidebar-box {
    background: var(--light);
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}

.sidebar-title {
    font-size: 17px;
    margin-bottom: 18px;
    padding-left: 12px;
    border-left: 3px solid var(--primary);
}

.related-blog-item {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.related-blog-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.related-blog-item img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.related-blog-item h5 {
    font-size: 14px;
    margin-bottom: 4px;
    color: var(--dark);
}

@media (max-width: 900px) {
    .blog-detail-layout {
        grid-template-columns: 1fr;
    }

    .blog-detail-sidebar {
        position: static;
    }
}

/* Card Actions - Call & WhatsApp Buttons */
.card-actions {
    display: flex;
    gap: 8px;
    padding: 1px 16px 20px;
}

.card-actions .btn-pd-primary {
    width: 100%;
    text-align: center;
}

.card-actions .card-action-btn {
    flex: 1;
    text-align: center;
    padding: 13px 13px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.btn-call,
.btn-whatsapp {
    /* flex: 1; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 11px 27px;
    border-radius: 6px;
    /*font-size: 14px !important;*/
    font-weight: 700;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
}

.btn-call {
    background: #e30613;
    color: #ffffff;
}

.btn-call:hover {
    background: #b8050f;
    color: #ffffff;
    transform: translateY(-1px);
}

.btn-whatsapp {
    background: #25d366;
    color: #ffffff;
}

.btn-whatsapp:hover {
    background: #1da851;
    color: #ffffff;
    transform: translateY(-1px);
}

.btn-call span,
.btn-whatsapp span {
    font-size: 16px;
}

.btn-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background: #e60012;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-call:hover {
    background: #c4000f;
    color: #fff;
}

.about-call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background: #e60012;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s ease;
}

.about-call-btn:hover {
    background: #c4000f;
    color: #fff;
}

/* Service Card Actions */
.service-card-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
}

.btn-view-now {
    background: transparent;
    border: 1px solid var(--dark);
    color: var(--dark);
    text-align: center;
}

.btn-view-now:hover {
    background: var(--dark);
    color: var(--light);
}

.btn-whatsapp {
    background: #25D366;
    color: var(--light);
    text-align: center;
}

.btn-whatsapp:hover {
    background: #1eb857;
    color: var(--light);
}

/* ===== Product Detail Page Styles ===== */

.pd-breadcrumb-box {
    background: var(--light);
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 16px 20px;
    font-size: 14px;
    color: var(--text-light);
}

.pd-breadcrumb-box a {
    color: var(--primary);
    font-weight: 600;
}

.pd-breadcrumb-box span {
    margin: 0 6px;
}

/* Top card: gallery + info */
.pd-top-card {
    background: var(--light);
    border-radius: 10px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .06);
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
}

.pd-gallery {
    display: flex;
    gap: 14px;
}

.pd-thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pd-thumb {
    width: 64px;
    height: 64px;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    background: var(--dark);
}

.pd-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pd-thumb.active {
    border-color: var(--primary);
}

.pd-main-image {
    position: relative;
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    min-height: 320px;
    max-height: 420px;
}
.pd-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .3s;
}

.pd-main-image:hover img {
    transform: scale(1.08);
}

.pd-zoom-tag {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(255, 255, 255, .9);
    color: var(--dark);
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 4px;
}

.pd-info h1 {
    font-size: 28px;
    margin-bottom: 16px;
}

.pd-info p {
    color: #000000;
    line-height: 1.8;
    margin-bottom: 24px;
    font-size: 18px;
}

.pd-btn-row {
    display: flex;
    gap: 14px;
    /* flex-wrap: wrap; */
    /* padding: 1px 22px 13px; */
}

.btn-pd-primary {
    background: var(--dark);
    color: var(--light);
}

.btn-pd-primary:hover {
    background: #000;
    color: var(--light);
}

.btn-sm {
    padding: 15px 0px;
    font-size: 15px;
}

/* Product Info tabs */
.pd-section-heading {
    font-size: 24px;
    margin-bottom: 20px;
}

.pd-info-card {
    background: var(--light);
    border-radius: 10px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .06);
    overflow: hidden;
}

.pd-tabs {
    display: flex;
    gap: 10px;
    padding: 20px 20px 0;
}

.pd-tab {
    background: var(--gray);
    border: none;
    padding: 12px 24px;
    border-radius: 6px 6px 0 0;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    color: var(--dark);
}

.pd-tab.active {
    background: var(--dark);
    color: var(--light);
}

.pd-panel-inner {
    padding: 26px;
}

.pd-panel-inner h3 {
    /*margin-bottom: 48px;*/
    font-size: 24px;
    font-weight: 800;
    /*text-align: center;*/

}

.pd-desc-text {
    color: #000000;
    line-height: 1.9;
        font-size: 17px;
    /*font-weight: 700;*/
}

.pd-desc-collapsed {
    max-height: 182px;
    overflow: hidden;
    position: relative;
        font-size: 17px;
    /*font-weight: 700;*/
}

.pd-readmore-btn {
    margin-top: 14px;
    padding: 10px 22px;
    font-size: 13px;
}

.pd-variant-list {
    padding-left: 20px;
    color: var(--text-light);
    line-height: 2;
}

.pd-variant-list li {
    scroll-margin-top: 100px;
}

.pd-variant-list li:target {
    color: var(--primary);
    font-weight: 700;
}

.pd-spec-table {
    width: 100%;
    border-collapse: collapse;
}

.pd-spec-table td {
    padding: 12px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.pd-spec-table td:first-child {
    font-weight: 700;
    color: var(--dark);
    width: 200px;
}
/* Related products */
.pd-section-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.pd-nav-arrows { display: flex; gap: 8px; }
.pd-arrow {
    width: 38px; height: 38px;
    border: 1px solid #ddd;
    background: var(--light);
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    color: var(--dark);
}
.pd-arrow:hover { background: var(--dark); color: var(--light); border-color: var(--dark); }
.related-swiper .swiper-slide { height: auto; }
.pd-related-card {
    background: var(--light);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 317px;
}
.pd-related-card img { width: 100%; height: 180px; object-fit: cover; }
.pd-related-body {
    padding: 15px 23px 21px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.pd-related-body h3 {
    font-size: 16px;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
    text-align: center !important;
}
.pd-related-body .pd-btn-row {
    margin-top: auto;
    padding: 0;
    gap: 8px;
}
.pd-related-body .pd-btn-row .btn {
    width: 100%;
    text-align: center;
}

/* Reviews */
.pd-review-card {
    background: var(--light);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .06);
    height: 100%;
}

.pd-quote-icon {
    font-size: 40px;
    color: var(--primary);
    opacity: .3;
    font-family: Georgia, serif;
    line-height: 1;
    margin-bottom: 10px;
}

.pd-review-text {
    color: var(--text-light);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
    min-height: 90px;
}

.pd-review-footer {
    display: flex;
    align-items: center;
    gap: 116px;
}

.pd-review-footer img {
    width: auto;
    height: 44px;
    /* border-radius: 50%; */
    object-fit: cover;
}

.pd-review-footer strong {
    display: block;
    font-size: 14px;
}

.pd-review-stars {
    font-size: 13px;
    margin-top: 2px;
}

.pd-review-swiper {
    padding-bottom: 45px;
}

.pd-review-swiper .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.pd-review-swiper .swiper-pagination-bullet-active {
    background: var(--primary);
}

/* FAQ layout */
/* FAQ top box (centered) */
.pd-faq-top {
    background: var(--light);
    border-radius: 10px;
    padding: 34px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    text-align: center;
    max-width: 600px;
    margin: 0 auto 36px;
}
.pd-faq-top h2 { font-size: 24px; margin-bottom: 14px; }
.pd-faq-top p { color: var(--text-light); margin-bottom: 20px; font-size: 14px; }

.pd-faq-side {
    background: var(--light);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}

.pd-faq-side h2 {
    font-size: 22px;
    margin-bottom: 14px;
}

.pd-faq-side p {
    color: var(--text-light);
    margin-bottom: 20px;
    font-size: 14px;
}

.pd-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pd-faq-item {
    background: var(--dark);
    border-radius: 6px;
    overflow: hidden;
}

.pd-faq-question {
    width: 100%;
    background: none;
    border: none;
    color: var(--light);
    padding: 16px 20px;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: inherit;
}

.pd-faq-icon {
    transition: .2s;
    font-size: 12px;
}

.pd-faq-item.pd-faq-open .pd-faq-icon {
    transform: rotate(180deg);
    color: var(--primary);
}

.pd-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
    padding: 0 20px;
    background: #1a1a1a;
}

.pd-faq-item.pd-faq-open .pd-faq-answer {
    max-height: 300px;
    padding: 14px 20px;
}

.pd-faq-answer p {
    color: #ccc;
    font-size: 13px;
    line-height: 1.7;
}

@media (max-width: 900px) {
    .pd-top-card {
        grid-template-columns: 1fr;
    }

    .pd-gallery {
        flex-direction: column-reverse;
    }

    .pd-thumbs {
        flex-direction: row;
    }

    .pd-faq-top {
        grid-template-columns: 1fr;
    }
}

/* Legal content pages */
.legal-content h2 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 12px;
    color: var(--dark);
}

.legal-content p {
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 14px;
}

.legal-content ul {
    padding-left: 22px;
    margin-bottom: 16px;
}

.legal-content ul li {
    color: var(--text-light);
    line-height: 1.9;
    list-style: disc;
}

/* Banner with floating transparent form */
.banner-slider-wrap {
    position: relative;
}

.banner-form-box {
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
    width: 417px;
    background: rgb(13 13 13 / 38%);
    backdrop-filter: blur(12px);

    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 12px;
    padding: 26px;
    z-index: 20;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .3);
}

.banner-form-box h3 {
    color: var(--light);
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center;
}

.banner-form-box .form-group {
    margin-bottom: 12px;
}

.banner-form-box .form-control {
    background: rgba(255, 255, 255, .95);
    border: none;
    padding: 12px 14px;
    font-size: 14px;
}

.banner-form-box .form-control::placeholder {
    color: #888;
}

.banner-form-box textarea.form-control {
    resize: none;
}

@media (max-width: 1100px) {
    .banner-form-box {
        width: 280px;
        right: 4%;
        padding: 20px;
    }
}

@media (max-width: 900px) {
    .banner-form-box {
        position: static;
        transform: none;
        width: 100%;
        margin: 2px auto 0;
        background: #0d0d0d;
        max-width: 400px;
    }

    .banner-slider-wrap {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .banner-text-box {
        display: none !important;
    }
}

.banner-slider-wrap {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
}

/* Fixed left text overlay */
.banner-text-box {
    position: absolute !important;
    top: 0 !important;
    left: 38px !important;
    height: 100% !important;
    width: 100% !important;
    max-width: 767px !important;
    z-index: 5 !important;
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 40px 60px !important;
    pointer-events: none !important;
}

.banner-text-box>* {
    pointer-events: auto !important;
}

.banner-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    align-self: flex-start !important;
    padding: 8px 18px !important;
    border: 1px solid rgba(31, 211, 158, 0.4) !important;
    border-radius: 30px !important;
    background: rgba(31, 211, 158, 0.08) !important;
    color: #1fd39e !important;
    font-family: monospace !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    margin-bottom: 24px !important;
}

.banner-badge i {
    font-size: 8px !important;
}

.banner-heading {
    font-size: 30px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    color: #fff !important;
    margin-bottom: 20px !important;
}

.banner-heading-grad {
    background: linear-gradient(90deg, #1fd39e, #a3e635) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
}

.banner-desc {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #b8c2d1 !important;
    max-width: 520px !important;
    margin-bottom: 28px !important;
}

.banner-tags {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    flex-wrap: wrap !important;
    margin-bottom: 32px !important;
}

.banner-tag {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #8b98a9 !important;
}

.banner-tag i {
    color: #8b98a9 !important;
}

.banner-tag--active {
    background: rgba(59, 130, 246, 0.15) !important;
    color: #5b9bff !important;
    padding: 6px 12px !important;
    border-radius: 4px !important;
}

.banner-tag--active i {
    color: #5b9bff !important;
}

.banner-cta-row {
    display: flex !important;
    align-items: center !important;
    gap: 32px !important;
    flex-wrap: wrap !important;
    margin-bottom: 70px;
}

.banner-cta-btn {
    display: inline-flex !important;
    align-items: center !important;
    padding: 16px 32px !important;
    background: #a3e635 !important;
    color: #0a0f1c !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.banner-cta-btn:hover {
    background: #17b88a !important;
    color: #0a0f1c !important;
    transform: translateY(-2px) !important;
}

.banner-call-label {
    display: block !important;
    font-size: 11px !important;
    letter-spacing: 1px !important;
    color: #7a8699 !important;
    text-transform: uppercase !important;
    margin-bottom: 4px !important;
}

.banner-call-number {
    display: block !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.banner-slider .banner-slide img {
    filter: brightness(0.55);
}

/* @media (max-width: 991px) {
    .banner-text-box {
        max-width: 100% !important;
        padding: 30px 24px !important;
        background: rgba(10, 15, 28, 0.55) !important;
    }

    .banner-heading {
        font-size: 30px !important;
    }

    .banner-desc {
        font-size: 14px !important;
    }

    .banner-form-box {
        display: none !important;
    }
} */
.banner-tags {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 18px 32px !important;
    margin-bottom: 32px !important;
}

.banner-tag {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: none !important;
    padding: 0 !important;
}

.banner-tag i {
    flex-shrink: 0 !important;
    width: 30px !important;
    height: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: #a3e635 !important;
    color: #0a0f1c !important;
    font-size: 15px !important;
}

/* mobile pe single column
@media (max-width: 575px) {
    .banner-tags {
        grid-template-columns: 1fr !important;
    }
} */
/* Announcement Bar */
.announce-bar {
    background: var(--primary) !important;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
}

.announce-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.announce-item {
    color: var(--light);
    font-size: 12.5px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.announce-call {
    text-decoration: underline;
    thari:var(--dark);
    dal:var(--light);
    bhat:yes;
}

@media (max-width: 700px) {
    .announce-hide-mobile {
        display: none;
    }

    .announce-inner {
        gap: 16px;
    }
}

/* ===== NEW SECTIONS CSS ===== */

/* Trusted Brand Logos - Premium Cards */
.brands-section {
    background: var(--gray);
    padding: 60px 0;
}

.brands-marquee {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
    mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.brands-track {
    display: flex;
    gap: 24px;
        margin-top: 10px;
    width: max-content;
    animation: brandsScroll 22s linear infinite;
}

.brands-marquee:hover .brands-track {
    animation-play-state: paused;
}

.brand-card {
    background: var(--light);
    border-radius: 10px;
    padding: 20px 34px;
    box-shadow: 0 4px 16px rgba(0,0,0,.06);
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s;
    width: 180px;
    height: 90px;
}
.brand-card:hover {
    box-shadow: 0 10px 26px rgba(227,6,19,.12);
    border-color: var(--primary);
    transform: translateY(-3px);
}
.brand-card img {
    max-width: 100%;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: .7;
    transition: .25s;
}
.brand-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.brand-name {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .5px;
    color: var(--dark);
    white-space: nowrap;
        font-style: italic;
    font-family: 'Segoe UI', Arial, sans-serif !important;
}

@keyframes brandsScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 600px) {
    .brand-card {
        padding: 18px 28px;
    }

    .brand-name {
        font-size: 17px;
    }
}

/* Why Choose Us reuse .feature-item, .features-grid already styled */

/* How We Work */
.hww-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 24px;
}

.hww-step {
    background: var(--light);
    padding: 26px 18px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
    position: relative;
}

.hww-number {
    width: 40px;
    height: 40px;
    background: var(--primary);
    color: var(--light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    margin: 0 auto 14px;
}

.hww-step h3 {
    font-size: 15px;
    margin-bottom: 8px;
}

.hww-step p {
    font-size: 13px;
    color: var(--text-light);
}

/* Industries We Serve */
.industry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(222px, 1fr));
    gap: 18px;
}

.industry-item {
    background: var(--light);
    padding: 24px 12px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
    transition: .2s;
}

.industry-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
}

.industry-icon {
    font-size: 26px;
    color: var(--primary);
    margin-bottom: 10px;
}

.industry-item p {
    font-size: 13px;
    font-weight: 600;
    color: var(--dark);
}

/* Service Areas */
.area-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.area-chip {
    background: var(--light);
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    color: var(--dark);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    display: flex;
    align-items: center;
    gap: 6px;
}

.area-chip i {
    color: var(--primary);
}

/* Project Gallery */
.project-gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.project-card {
    background: var(--dark);
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    color: var(--light);
    transition: .2s;
}

.project-card:hover {
    background: #000;
}

.project-icon {
    font-size: 30px;
    color: var(--primary);
    margin-bottom: 14px;
}

.project-card h3 {
    font-size: 16px;
    margin-bottom: 6px;
}

.project-card p {
    font-size: 13px;
    color: #aaa;
}

/* Google Rating */
.google-rating-section {
    background: var(--gray);
    padding: 30px 0;
}

.google-rating-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.google-rating-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.google-rating-left i {
    font-size: 34px;
    color: #4285F4;
}

.google-rating-score {
    font-size: 22px;
    font-weight: 700;
    color: var(--dark);
}

.google-rating-score span {
    color: #f4b400;
    font-size: 16px;
    margin-left: 6px;
}

.google-rating-left p {
    font-size: 13px;
    color: var(--text-light);
    margin-top: 2px;
}

/* Sticky Contact Options */
.sticky-contact {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 500;
}

.sticky-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--light);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .25);
    transition: .2s;
}

.sticky-btn:hover {
    transform: scale(1.08);
}

.sticky-whatsapp {
    background: #25D366;
}

.sticky-call {
    background: var(--primary);
}

.sticky-quote {
    background: var(--dark);
}

@media (max-width: 600px) {
    .sticky-btn {
        width: 46px;
        height: 46px;
        font-size: 19px;
    }

    .sticky-contact {
        bottom: 14px;
        right: 14px;
        gap: 10px;
    }
}

/* WhatsApp Popup */
.wa-popup {
    position: fixed;
    bottom: 140px;
    right: 20px;
    width: 320px;
    background: var(--light);
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .25);
    z-index: 600;
    overflow: hidden;
    display: none;
    animation: waPopIn .25s ease;
}

.wa-popup.wa-open {
    display: block;
}

@keyframes waPopIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wa-popup-header {
    background: #25D366;
    padding: 14px 15px 17px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.wa-popup-header-left {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.wa-popup-icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, .25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-size: 18px;
    flex-shrink: 0;
}

.wa-popup-header-left strong {
    color: var(--light);
    font-size: 16px;
    display: block;
    margin-bottom: 4px;
}

.wa-popup-header-left p {
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    margin: 0;
}

.wa-popup-close {
    background: none;
    border: none;
    color: var(--light);
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

.wa-popup-body {
    padding: 8px;
}

.wa-popup-body>p {
    font-size: 13px;
    color: var(--text-light);
    margin-bottom: 14px;
}

.wa-popup-chat-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1.5px solid #25D366;
    border-radius: 8px;
    padding: 12px 14px;
}

.wa-popup-icon-sm {
    color: #25D366;
    font-size: 22px;
}

.wa-popup-chat-btn strong {
    display: block;
    font-size: 14px;
    color: var(--dark);
}

.wa-popup-chat-btn small {
    color: var(--text-light);
    font-size: 12px;
}

@media (max-width: 480px) {
    .wa-popup {
        width: calc(100% - 28px);
        right: 14px;
        bottom: 80px;
    }
}
.announce-bar {
    overflow: hidden;
    white-space: nowrap;
    background: #1a1a1a; /* apna brand color daal dena */
    color: #fff;
    padding: 8px 0;
}

.announce-marquee {
    display: flex;
    width: max-content;
}

.announce-track {
    display: flex;
    align-items: center;
    animation: announce-scroll 25s linear infinite;
    flex-shrink: 0;
}

.announce-item {
    padding: 0 24px;
    font-size: 14px;
    white-space: nowrap;
}

.announce-call {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

@keyframes announce-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* pause on hover, thoda UX friendly */
.announce-bar:hover .announce-track {
    animation-play-state: paused;
}
.hww-section {
    background: #fbfaf8 !important;
    overflow: hidden !important;
}

.hww-wave-wrap {
    position: relative !important;
    padding-top: 40px !important;
}

.hww-wave-svg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

.hww-wave-path {
    fill: none !important;
    stroke: #f2684f !important;
    stroke-width: 3 !important;
    stroke-linecap: round !important;
}

.hww-wave-dot {
    fill: #ffffff !important;
    stroke: #f2684f !important;
    stroke-width: 4 !important;
}

.hww-row {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 20px !important;
}

.hww-step {
    position: relative !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 0 10px !important;
}

/* alternate vertical rhythm to follow the wave */
.hww-step-down {
    margin-top: 190px !important;
}
.hww-step-up {
    margin-top: 0 !important;
}

.hww-bignum {
    font-size: 90px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
   color: rgb(242 104 79 / 47%) !important;
    margin-bottom: -20px !important;
    user-select: none !important;
}

.hww-card h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1c1c1c !important;
    margin: 6px 0 8px !important;
}

.hww-card p {
    font-size: 14px !important;
    color: #6b6b6b !important;
    line-height: 1.5 !important;
    max-width: 220px !important;
}

/* responsive: stack vertically on smaller screens */
@media (max-width: 992px) {
    .hww-wave-svg {
        display: none !important;
    }
    .hww-row {
        flex-direction: column !important;
        gap: 40px !important;
    }
    .hww-step-down,
    .hww-step-up {
        margin-top: 0 !important;
    }
}
.sa-section {
    position: relative;
}

.area-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 30px;
}

.area-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px 10px 10px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #2b2b2b;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
    cursor: default;
}

.area-chip-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(242, 104, 79, 0.10);
    color: #f2684f;
    font-size: 13px;
    flex-shrink: 0;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.area-chip:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(242, 104, 79, 0.16);
    border-color: rgba(242, 104, 79, 0.35);
}

.area-chip:hover .area-chip-icon {
    background: #f2684f;
    color: #ffffff;
    transform: scale(1.1);
}

/* highlight the primary/hub city */
.area-chip-primary {
    background: #f2684f;
    border-color: #f2684f;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(242, 104, 79, 0.25);
}

.area-chip-primary .area-chip-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.area-chip-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 26px rgba(242, 104, 79, 0.35);
    border-color: #f2684f;
}

.area-chip-primary:hover .area-chip-icon {
    background: #ffffff;
    color: #f2684f;
}

.sa-note {
    text-align: center;
    margin-top: 24px;
    font-size: 14px;
    color: #6b6b6b;
}

.sa-note i {
    color: #f2684f;
    margin-right: 4px;
}

.sa-note a {
    color: #f2684f;
    font-weight: 600;
    text-decoration: underline;
}

@media (max-width: 576px) {
    .area-chip {
        font-size: 13px;
        padding: 8px 16px 8px 8px;
    }
    .area-chip-icon {
        width: 26px;
        height: 26px;
        font-size: 11px;
    }
}