/* ===== HERO BANNER ===== */
.tint-hero {
    padding: 20px 20px;
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
}

.tint-hero h1 {
    font-size: 40px;
    font-weight: 800;
    color: #222;
    margin-bottom: 18px;
}

.tint-hero h2 {
    font-size: 24px;
    color: #ed222a;
    font-weight: 600;
    margin-bottom: 1px;
}

.tint-hero p {
    font-size: 18px;
    color: #666;
    max-width: 800px;
    margin: 0 auto 28px;
    line-height: 1.8;
}

.tint-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 35px;
}

@media (max-width: 768px) {
    .tint-hero-badges {
        display: none;
    }
}

.tint-hero-badge {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    color: #444;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    /* border-left: 4px solid #ed222a; */
}

.tint-hero-badge i {
    color: #050000;
    margin-right: 12px;
    font-size: 16px;
}

.btn-tint-primary {
    background-color: #ed222a;
    color: #fff;
    padding: 13px 34px;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    margin: 4px;
    transition: background 0.3s;
}

.btn-tint-primary:hover {
    background-color: #c41020;
    color: #fff;
    text-decoration: none;
}

.btn-tint-outline {
    background: transparent;
    color: #ed222a;
    border: 2px solid #ed222a;
    padding: 13px 34px;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    margin: 4px;
    transition: all 0.3s;
}

.btn-tint-outline:hover {
    background: #ed222a;
    color: #fff;
    text-decoration: none;
}

/* ===== STATS ===== */
.tint-stats {
    background: #f8f9fa;
    padding: 20px 20px;
    border-bottom: 1px solid #e8e8e8;
}

.tint-stats-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
}

.tint-stat {
    flex: 1 1 160px;
    text-align: center;
    padding: 20px;
    border-right: 1px solid #ddd;
}

.tint-stat:last-child {
    border-right: none;
}

.tint-stat strong {
    display: block;
    font-size: 40px;
    font-weight: 800;
    color: #000000ff;
    margin-bottom: 6px;
}

.tint-stat span {
    font-size: 17px;
    color: #555;
}

/* ===== SERVICE IMAGES ===== */
.srvc-img {
    display: block;
}

.srvc-img1 {
    display: none;
}

@media (max-width: 767px) {
    .srvc-img {
        display: none !important;
    }

    .srvc-img1 {
        display: block !important;
    }

    .tint-hero h1 {
        font-size: 26px;
    }

    .tint-hero h2 {
        font-size: 17px;
    }

    .tint-stat {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .tint-stat:last-child {
        border-bottom: none;
    }
}

/* ===== FEATURE CARDS ===== */
.tint-feature-card {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 28px 22px;
    height: 100%;
    min-height: 260px;
    margin-bottom: 22px;
    transition: box-shadow 0.3s, transform 0.3s;
    background: #fff;
}

.tint-feature-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.10);
    transform: translateY(-4px);
}

.tint-feature-icon {
    font-size: 30px;
    color: #ed222a;
    margin-bottom: 14px;
    display: block;
}

.tint-feature-title {
    font-weight: 700;
    font-size: 22px;
    color: #222;
    margin-bottom: 10px;
}

.tint-feature-desc {
    color: #666;
    font-size: 18px;
    line-height: 1.65;
}

/* ===== PROCESS ===== */
.tint-process-step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 30px;
}

.tint-step-num {
    min-width: 48px;
    height: 48px;
    background: #d8d8d8ff;
    color: #000000ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    flex-shrink: 0;
}

.tint-step-body {
    padding: 18px 20px;
    background: #fff;
    border-radius: 8px;
    border-left: 3px solid #e5e5e5;
    flex: 1;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
}

.tint-step-body h3 {
    font-size: 19px;
    font-weight: 700;
    color: #222;
    margin-bottom: 7px;
}

.tint-step-body p {
    font-size: 16px;
    color: #666;
    line-height: 1.65;
    margin: 0;
}

/* ===== BENEFITS DARK ===== */
.tint-benefits-dark {
    padding: 60px 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.608), rgba(0, 0, 0, 0.466)), url('../img/ras-cta.webp');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-bottom: 80px;
}

.tint-benefits-dark h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 35px;
    text-align: center;
}

.tint-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    max-width: 1100px;
    margin: 0 auto;
}

.tint-benefit-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    padding: 18px 16px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 17px;
    font-weight: 500;
    color: #eee;
}

.tint-benefit-item i {
    font-size: 22px;
    color: #ed222a;
    flex-shrink: 0;
    width: 26px;
    text-align: center;
}

/* ===== 3M SERIES CARDS ===== */
.tint-series-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 28px 24px;
    margin-bottom: 24px;
    height: 100%;
    background: #fff;
    transition: box-shadow 0.3s, transform 0.3s;
}

.tint-series-card h3 {
    font-size: 27px;
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
    margin: 0;
}

.tint-series-card h3 small {
    font-size: 19px;
    color: #0a0202ff;
    font-weight: 600;
    display: block;
    margin-top: 6px;
}

.series-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 18px 0;
}

.series-tag {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    color: #444;
    font-size: 15px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 3px;
}

.tint-series-card p {
    font-size: 18px;
    color: #666;
    line-height: 1.65;
    margin-bottom: 14px;
}

.tint-series-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tint-series-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 18px;
    color: #444;
    margin-bottom: 7px;
}

.tint-series-list li .chk {
    color: #ed222a;
    flex-shrink: 0;
    font-weight: 700;
    padding-top: 5px;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

/* ===== NEW PROCESS FLOW DESIGN ===== */
.process-flow-container {
    /* padding: 20px 0; */
    background: #fafafaff;
}

.process-flow-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.process-flow-item {
    position: relative;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 50px;
    width: 33.33%;
}

/* Second row with 2 items centered */
.process-flow-row.bottom-row .process-flow-item {
    width: 40%;
}

.process-circle {
    width: 60px;
    height: 60px;
    background: #220000ff;
    /* Premium deep blue from screenshot */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    margin: 0 auto 25px;
    position: relative;
    z-index: 2;
    box-shadow: 0 6px 20px rgba(26, 48, 102, 0.25);
}

/* Dashed Connecting Lines */
.process-flow-item:not(.no-line)::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    width: 100%;
    height: 1px;
    border-top: 2px dashed #d1d9e6;
    z-index: 1;
}

.process-flow-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 1.3;
}

.process-flow-content p {
    font-size: 18px;
    color: #6c757d;
    line-height: 1.6;
    max-width: 310px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .process-flow-item {
        width: 50% !important;
    }

    .process-flow-item::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .process-flow-item {
        width: 100% !important;
    }

    .process-flow-content p {
        max-width: 100%;
    }
}

/* ===== WHY CHOOSE ===== */
.tint-why-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 28px;
}

.tint-why-icon {
    color: #ed222a;
    font-size: 22px;
    flex-shrink: 0;
    padding-top: 12px;
}

.tint-why-item h4 {
    font-weight: 700;
    font-size: 22px;
    color: #222;
    margin-bottom: 10px;
}

.tint-why-item p {
    color: #666;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

/* ===== GLOBAL ADJUSTMENTS ===== */
.inner-about-head {
    font-size: 36px !important;
}

.inner-about-head2 {
    font-size: 18px !important;
}

.about-text-2 {
    font-size: 18px !important;
    line-height: 1.8 !important;
}

.name-services-iiner3 {
    font-size: 30px;
    /* Specific size for headers */
}

/* ===== FAQ ADJUSTMENTS ===== */
.faq-title {
    font-size: 18px !important;
}

.faq-section .card-body p {
    font-size: 16px !important;
    line-height: 1.7 !important;
}

.faq-section .badge {
    font-size: 16px;
    width: 28px;
    height: 28px;
    line-height: 24px;
}

/* ===== REVIEW ADJUSTMENTS ===== */
.g-review-para p {
    font-size: 17px !important;
    line-height: 1.6 !important;
}

.g-review-name {
    font-size: 18px !important;
}

.g-review-btm .left p {
    font-size: 16px !important;
}

/* ===== MOBILE LEFT ALIGNMENT ===== */
@media (max-width: 767px) {

    .tint-hero,
    .tint-stat,
    .process-flow-item,
    .google-review-section .text-center,
    .faq-section .text-center,
    .text-center,
    section[style*="text-align: center"] {
        text-align: left !important;
    }

    .tint-hero p,
    .process-flow-content p,
    .about-text-2,
    .tint-benefits-dark h2 {
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .tint-hero-badges {
        justify-content: flex-start !important;
    }

    .process-flow-content p {
        max-width: 100% !important;
    }
}