/*
Theme Name: Data Rescue Hub Master
Version: 2.2
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

:root {
    --drh-green: #087311;
    --drh-graphite: #212529;
    --drh-white: #FFFFFF;
    --color-bg-light: #F8F9FA;
    --color-border: #E2E8F0;
    --color-text-primary: #1A202C;
    --color-text-muted: #718096;
    --font-primary: 'Inter', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font-primary); color: var(--color-text-primary); line-height: 1.6; }
ul { list-style: none; }
a { text-decoration: none; color: inherit; }
.container { width: 100%; max-width: 1700px; margin: 0 auto; padding: 0 30px; }
.site-header { background: var(--drh-white); box-shadow: 0 4px 20px rgba(0,0,0,0.03); padding: 5px 0; position: sticky; top: 0; z-index: 1000; }
.header-container { display: flex; justify-content: space-between; align-items: center; max-width: 1700px; margin: 0 auto; position: relative; }
.primary-nav { flex-grow: 1; display: flex; justify-content: center; }
.primary-nav ul { display: flex; gap: 25px; }
.primary-nav > ul > li { position: relative; padding: 10px 0; }
.primary-nav > ul > li > a { font-size: 0.9rem; font-weight: 600; color: var(--drh-graphite); }
.primary-nav > ul > li > a:hover { color: var(--drh-green); }
.primary-nav ul ul { display: none; position: absolute; top: 100%; left: -20px; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.1); border-radius: 8px; min-width: 250px; flex-direction: column; z-index: 100; padding: 15px 0; }
.primary-nav li:hover > ul { display: flex; }
.primary-nav ul ul a { padding: 8px 25px; font-size: 0.85rem; display: block; }
.primary-nav ul ul a:hover { background: #e6f2e8; color: var(--drh-green); }
/* 2. Global Defaults */
html, body { font-family: 'Inter', sans-serif; color: var(--color-text-primary); line-height: 1.6; font-size: 16px; background-color: var(--color-bg-body); overflow-x: clip; }
h1, h2, h3, h4, h5, h6 { font-family: 'Inter', sans-serif; color: var(--color-heading); font-weight: 700; margin-top: 0; }
a { color: var(--drh-green); text-decoration: none; transition: color 0.3s; }
a:hover { color: var(--drh-dark); }
img { max-width: 100%; height: auto; display: block; }
.text-green { color: var(--drh-green) !important; }
.bg-green { background-color: var(--drh-green) !important; }
.text-dark { color: var(--drh-dark) !important; }
.bg-dark { background-color: var(--drh-dark) !important; }
.text-white { color: #ffffff !important; }

/* Uniform Section Headers */
.drh-section-header { text-align: left; margin-bottom: 3rem; }
.drh-sub-label-wrap { display: flex; align-items: center; margin-bottom: 1rem; }
.drh-sub-label { color: var(--drh-green); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 0.95rem; margin: 0; }
.drh-sub-label-line { height: 2px; background: var(--drh-green); flex-grow: 1; margin-left: 20px; max-width: 50px; }
.drh-section-title { font-size: 3rem; line-height: 1.2; font-weight: 700; color: #1e293b; margin-bottom: 1.5rem; }
.drh-section-title.text-white { color: #ffffff; }
.drh-section-desc { font-size: 1.1rem; line-height: 1.7; color: #64748b; max-width: 800px; margin: 0; }
.primary-nav > ul > li.menu-item-has-children > a::after { content: '\f107'; font-family: 'Font Awesome 6 Free'; font-weight: 900; margin-left: 5px; font-size: 0.75rem; }
.header-actions { display: flex; align-items: center; gap: 15px; }
.pill-contact { display: flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 50px; font-weight: 600; border: 1px solid var(--color-border); }
.btn-primary { background: #087311; color: #fff; padding: 10px 20px; border-radius: 6px; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; transition: all 0.2s ease; border: 1px solid #087311; }
.btn-primary:hover { background: #065a0d; color: #fff !important; border-color: #065a0d; box-shadow: 0 4px 12px rgba(8,115,17,0.3); transform: translateY(-1px); }
.btn-outline-dark { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.3); padding: 10px 20px; border-radius: 6px; font-weight: 600; transition: all 0.2s ease; display: inline-flex; align-items: center; justify-content: center; }
.btn-outline-dark:hover { background: rgba(255,255,255,0.1); color: #fff !important; border-color: #fff; }

/* HERO */
.hero-section { position: relative; padding: 80px 0; min-height: 600px; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-position: right center; z-index: 0; }
.hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(90deg, #0b0f0d 0%, rgba(11,15,13,0.8) 45%, transparent 100%); z-index: 1; }
.hero-container { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; }
.hero-title { font-size: 4.5rem; line-height: 1.1; font-weight: 800; margin-bottom: 20px; }
.text-bright-green { color: #1a9c3d !important; }
.text-white { color: #fff; }
.block { display: block; }
.hero-subtitle { font-size: 1.1rem; color: #cbd5e1; margin-bottom: 35px; }
.hero-actions { display: flex; gap: 15px; margin-bottom: 40px; }
.hero-trust-badges { display: flex; gap: 25px; }
.trust-badge { color: #94a3b8; font-size: 0.8rem; }
.text-green { color: var(--drh-green); }

/* CARD */
.hero-selection-wrapper { display: flex; justify-content: flex-end; }
.hero-selection-card { background: #fff; border-radius: 12px; width: 100%; max-width: 480px; box-shadow: 0 20px 40px rgba(0,0,0,0.3); }
.card-header-gradient { background: linear-gradient(to right, #ffffff, #fff0f0); padding: 25px 30px; text-align: center; border-bottom: 1px solid var(--color-border); }
.card-body-content { padding: 30px; }
.section-label { font-size: 0.75rem; text-align: center; margin-bottom: 20px; font-weight: 700; letter-spacing: 1px; }
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.media-box { border: 1px solid var(--color-border); border-radius: 8px; padding: 20px 10px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.fs-sm { font-size: 0.85rem; }
.fw-semibold { font-weight: 600; }
.text-dark { color: #1a202c !important; }
.fs-2 { font-size: 2rem; }
.mb-2 { margin-bottom: 0.5rem; }
.btn-disabled { background: #e2e8f0; color: #94a3b8; padding: 10px 30px; border-radius: 6px; font-weight: 600; border: none; }
.google-review-badge { display: flex; align-items: center; gap: 12px; border: 1px solid var(--color-border); padding: 8px 15px; border-radius: 6px; }
.g-icon { width: 24px; height: 24px; background: #ea4335; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; color: #fff; }
.g-rating { font-size: 0.8rem; display: flex; gap: 4px; }
.text-warning { color: #fbbc05; }
.g-sub { font-size: 0.55rem; color: #888; }
.flex-between { display: flex; justify-content: space-between; }
.align-center { align-items: center; }
.mt-4 { margin-top: 1.5rem; }
.sr-only { display: none; }

/* NEW DROPDOWN FIXES */
.primary-nav li { position: relative; }
.primary-nav ul ul { 
    display: none; 
    position: absolute; 
    top: 100%; 
    left: 0; 
    background: #fff; 
    box-shadow: 0 10px 40px rgba(0,0,0,0.15); 
    border-radius: 8px; 
    min-width: 260px; 
    flex-direction: column; 
    z-index: 100; 
    padding: 12px 0; 
}
.primary-nav ul ul ul {
    top: 0;
    left: 100%;
    margin-left: 2px;
}
.primary-nav li:hover > ul { display: flex; }
.primary-nav ul ul a { 
    padding: 10px 25px; 
    font-size: 0.9rem; 
    display: block; 
    color: var(--color-text-primary);
    white-space: nowrap;
}
.primary-nav ul ul li:hover > a { background: #f0fdf4; color: var(--drh-green); }
.primary-nav > ul > li > a { padding: 15px 0; }


/* MEGA MENU CSS FOR NATIVE WP MENU */
/* 1. Make the parent item static so the dropdown can span the full header width */
.primary-nav > ul > li.menu-item-has-children {
    position: static !important;
}
/* 2. Style the main dropdown panel */
.primary-nav > ul > li:hover > ul {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start;
    gap: 30px;
    position: absolute !important;
    top: calc(100% + 20px) !important;
    left: 40px !important; 
    right: 40px !important; 
    width: auto !important;
    padding: 40px !important;
    border-radius: 20px !important;
}
/* INVISIBLE HOVER BRIDGE: Prevents menu from vanishing when mouse crosses the 20px gap */
.primary-nav > ul > li > ul::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    height: 40px;
    background: transparent;
}
/* 3. The second-level items become the columns */
.primary-nav > ul > li > ul > li {
    flex: 1;
    position: relative !important;
}
/* 4. Second-level links act as column headers */
.primary-nav > ul > li > ul > li > a {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: var(--color-text-primary) !important;
    margin-bottom: 15px;
    padding: 0 !important;
    display: block;
    transition: all 0.2s ease;
}
.primary-nav > ul > li > ul > li > a:hover {
    transform: translateY(-2px);
}
/* 5. The third-level ul contains the actual links in the column */
.primary-nav > ul > li > ul > li > ul {
    display: block !important;
    position: static !important;
    box-shadow: none !important;
    padding: 0 !important;
    background: transparent !important;
    min-width: 0 !important;
    border-radius: 0 !important;
}
/* 6. Third-level links */
.primary-nav > ul > li > ul > li > ul > li > a {
    padding: 8px 0 !important;
    color: var(--color-text-muted) !important;
    font-weight: 500 !important;
    font-size: 0.95rem !important;
}
.primary-nav > ul > li > ul > li > ul > li > a:hover {
    color: var(--drh-green) !important;
    background: transparent !important;
}
/* Add a little triangle pointer to the third level links */
.primary-nav > ul > li > ul > li > ul > li > a::before {
    content: '\f0da';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 8px;
    font-size: 0.8rem;
    color: var(--drh-green);
    opacity: 0;
    transition: opacity 0.2s;
}
.primary-nav > ul > li > ul > li > ul > li:hover > a::before {
    opacity: 1;
}


/* RECOVERY FORM STYLES */
.hero-selection-card {
    min-height: 480px;
    display: flex;
    flex-direction: column;
}
.card-body-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.step-container {
    display: none;
    flex-grow: 1;
    animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

.media-box {
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid transparent;
}
.media-box:hover {
    border-color: #cbd5e1;
    background: #f8fafc;
}
.media-box.selected {
    border-color: var(--drh-green);
    background: #f0fdf4;
}
.media-box.selected i {
    color: var(--drh-green) !important;
}

/* Specific grids */
.grid-cols-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.grid-cols-1 { display: grid; grid-template-columns: 1fr; gap: 10px; }

.form-group { margin-bottom: 15px; }
.form-group label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 5px; color: var(--drh-graphite); }
.form-control { width: 100%; padding: 10px 15px; border: 1px solid #cbd5e1; border-radius: 6px; font-size: 0.9rem; }
.form-control:focus { outline: none; border-color: var(--drh-green); box-shadow: 0 0 0 3px rgba(4,96,7,0.1); }
.checkbox-label { display: flex; align-items: flex-start; gap: 10px; font-size: 0.8rem; color: var(--color-text-muted); line-height: 1.4; }
.checkbox-label input { margin-top: 3px; }

.summary-box { background: #f8fafc; border: 1px solid #e2e8f0; padding: 12px; border-radius: 6px; font-size: 0.8rem; color: var(--drh-graphite); margin-bottom: 15px; }

.btn-secondary { background: #e2e8f0; color: #475569; border: none; padding: 12px 20px; border-radius: 6px; font-weight: 600; cursor: pointer; }
.btn-secondary:hover { background: #cbd5e1; }

.flex-between { display: flex; justify-content: space-between; align-items: center; }

/* Authentic Google Review Badge */
.google-review-authentic {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    padding: 10px 16px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    gap: 12px;
}
.google-info {
    display: flex;
    flex-direction: column;
}
.google-rating-stars {
    display: flex;
    align-items: center;
    gap: 8px;
}
.rating-number {
    font-weight: 700;
    font-size: 1.1rem;
    color: #3c4043;
}
.stars i {
    font-size: 0.9rem;
}
.review-count {
    font-size: 0.75rem;
    color: #70757a;
}

/* Card inner for separate buttons */
.hero-selection-form-wrapper {
    position: relative;
    z-index: 10;
}
.card-inner {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    overflow: hidden;
}
.card-header-gradient {
    padding: 20px 25px 15px 25px;
    background: linear-gradient(135deg, #f8fafc 0%, #fff 100%);
    border-bottom: 1px solid #f1f5f9;
}
.card-body-content {
    padding: 0 25px;
}

/* Restyled Boxes */
.step-2-box {
    padding: 10px 15px !important;
    text-align: center;
}
.step-3-box {
    padding: 10px 15px !important;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left !important;
}
.step-3-box i {
    font-size: 1.2rem;
    width: 20px;
    text-align: center;
}
.step-3-box span {
    flex-grow: 1;
}

/* Button overrides for dark background */
.card-footer-actions {
    margin-top: 15px;
}
.card-footer-actions .btn-secondary {
    background: #f1f5f9;
    color: #334155;
}
.card-footer-actions .btn-secondary:hover {
    background: #e2e8f0;
}
.card-footer-actions .btn-disabled {
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.5);
    border: 1px solid rgba(255,255,255,0.2);
}

/* Override patch 13 button styles since they are back inside the white card */
.card-footer-actions .btn-disabled {
    background: #f1f5f9 !important;
    color: #94a3b8 !important;
    border: none !important;
}
.card-footer-actions .btn-secondary {
    background: #e2e8f0 !important;
    color: #475569 !important;
}
.card-footer-actions .btn-secondary:hover {
    background: #cbd5e1 !important;
}

/* Fix for intl-tel-input width */
.iti { width: 100%; }
.iti__flag { background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags.png"); }
@media (min-resolution: 2x) {
  .iti__flag { background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags@2x.png"); }
}

/* TRUST STRIP SECTION */
.section-trust-strip {
    background: #f8fafc;
    padding: 40px 15px;
}
.trust-strip-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    padding: 30px 10px; 
    width: 100%;
    margin: 0 auto;
}
.trust-features-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
}
.trust-feature-box {
    text-align: center;
    padding: 10px 20px;
    border-right: 1px solid #e2e8f0;
}
.trust-feature-box:last-child {
    border-right: none;
}
.tf-icon-circle {
    width: 70px;
    height: 70px;
    background: #f0fdf4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
    border: 2px solid #dcfce7;
}
.tf-icon-circle i {
    font-size: 26px;
    color: var(--drh-green);
}
.tf-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--drh-graphite);
    margin-bottom: 8px;
}
.tf-desc {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.4;
}

@media (max-width: 1024px) {
    .trust-features-grid { grid-template-columns: repeat(3, 1fr); gap: 20px 0; }
    .trust-feature-box:nth-child(3) { border-right: none; }
}
@media (max-width: 768px) {
    .trust-features-grid { grid-template-columns: 1fr; gap: 20px 0; }
    .trust-feature-box { border-right: none; border-bottom: 1px solid #e2e8f0; padding-bottom: 20px; }
    .trust-feature-box:last-child { border-bottom: none; padding-bottom: 0; }
}

/* SERVICES SECTION */
.section-services {
    background: #f8fafc;
    padding: 80px 0;
}
.services-header {
    margin-bottom: 40px;
}
.services-carousel-wrapper {
    position: relative;
}
.services-carousel {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 30px; /* space for shadow */
    scrollbar-width: none; /* Firefox */
}
.services-carousel::-webkit-scrollbar {
    display: none; /* Chrome */
}
.service-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 30px;
    min-width: 280px;
    max-width: 320px;
    flex: 0 0 auto;
    scroll-snap-align: start;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #f1f5f9;
}
.service-card:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}
.service-card-icon-area {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px; /* space for icon to be big */
}
.service-card-icon-area i {
    font-size: 80px;
    color: #334155;
    opacity: 0.9;
}
.service-card-icon-area img {
    mix-blend-mode: multiply;
}
.service-card-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--drh-graphite);
    margin-bottom: 12px;
}
.service-card-desc {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 30px;
}
.service-card-arrow {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.service-card-arrow i {
    color: var(--drh-green);
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}
.service-card:hover .service-card-arrow i {
    transform: translateX(5px);
}
.service-card-link {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 10;
}

/* Carousel Button */
.carousel-next-btn {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: none;
    color: var(--drh-green);
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: all 0.2s ease;
}
.carousel-next-btn:hover {
    background: var(--drh-green);
    color: #ffffff;
}
@media (max-width: 1200px) {
    .carousel-next-btn { right: 10px; }
}


/* NEW SERVICE CARD STYLES */
.service-card-new {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    min-width: 380px;
    flex: 0 0 auto;
    scroll-snap-align: start;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    position: relative;
    border: 1px solid #f1f5f9;
    display: flex;
    flex-direction: column;
}
.scn-top-icon {
    width: 50px;
    height: 50px;
    background: #f0fdf4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -10px; /* pull image up slightly */
    z-index: 2;
    position: relative;
}
.scn-top-icon i {
    color: var(--drh-green);
    font-size: 20px;
}
.scn-image {
    text-align: center;
    height: 180px;
    margin-bottom: 20px;
}
.scn-image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.scn-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--drh-graphite);
    margin-bottom: 10px;
}
.scn-desc {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-right: 40px; /* room for arrow */
}
.scn-arrow {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: #f0fdf4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.scn-arrow i {
    color: var(--drh-green);
    font-size: 1rem;
    transition: transform 0.3s ease;
}
.service-card-new:hover .scn-arrow i {
    transform: translateX(3px);
}
.scn-link {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 10;
}

/* Footer Line */
.services-footer-line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.sfl-line {
    height: 1px;
    background: #e2e8f0;
    width: 50px;
    margin: 0 20px;
}
.sfl-text {
    font-size: 0.9rem;
    font-weight: 700;
    color: #475569;
}

@media (max-width: 768px) {
    .service-card-new { min-width: 280px; }
}


/* PROCESS SECTION */
.section-process {
    padding: 60px 0;
}
.process-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 60px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    border: 1px solid #f1f5f9;
}
.process-header-action .btn-outline-green:hover {
    background: var(--drh-green);
    color: #fff !important;
}

/* Steps Layout */
.process-steps-container {
    position: relative;
    margin-top: 60px;
}
.process-connecting-line {
    position: absolute;
    top: 50px; /* center of the 100px icon circle */
    left: 10%;
    right: 10%;
    height: 0;
    border-top: 2px dashed #cbd5e1;
    z-index: 1;
}
.process-steps-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}

/* Step Item */
.process-step {
    text-align: center;
}
.ps-icon-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
}
.ps-icon-circle {
    width: 100px;
    height: 100px;
    background: #f0fdf4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ps-icon-circle i {
    font-size: 36px;
    color: var(--drh-green);
}
.ps-number {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 26px;
    background: var(--drh-green);
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.ps-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--drh-graphite);
    margin-bottom: 8px;
}
.ps-desc {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
}

@media (max-width: 992px) {
    .process-steps-grid {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 50px;
    }
    .process-connecting-line {
        display: none; /* Hide line on mobile/tablet wrapping */
    }
}
@media (max-width: 768px) {
    .process-card {
        padding: 40px 20px;
    }
    .process-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .process-steps-grid {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }
}


/* PROCESS SECTION */
.section-process {
    padding: 60px 0;
}
.process-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 60px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    border: 1px solid #f1f5f9;
}
.process-header-action .btn-outline-green:hover {
    background: var(--drh-green);
    color: #fff !important;
}

/* Steps Layout */
.process-steps-container {
    position: relative;
    margin-top: 60px;
}
.process-connecting-line {
    position: absolute;
    top: 50px; /* center of the 100px icon circle */
    left: 10%;
    right: 10%;
    height: 0;
    border-top: 2px dashed #cbd5e1;
    z-index: 1;
}
.process-steps-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}

/* Step Item */
.process-step {
    text-align: center;
}
.ps-icon-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
}
.ps-icon-circle {
    width: 100px;
    height: 100px;
    background: #f0fdf4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ps-icon-circle i {
    font-size: 36px;
    color: var(--drh-green);
}
.ps-number {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 26px;
    background: var(--drh-green);
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.ps-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--drh-graphite);
    margin-bottom: 8px;
}
.ps-desc {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
}

@media (max-width: 992px) {
    .process-steps-grid {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 50px;
    }
    .process-connecting-line {
        display: none; /* Hide line on mobile/tablet wrapping */
    }
}
@media (max-width: 768px) {
    .process-card {
        padding: 40px 20px;
    }
    .process-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .process-steps-grid {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }
}


/* SPLIT SECTION */
.section-split {
    display: flex;
    position: relative;
    width: 100%;
    min-height: 450px;
    background: #0f172a;
    overflow: hidden;
}
.split-half {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    padding: 80px 10%;
    z-index: 2;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
}
.split-left {
    background-color: #0f172a;
    background-image: linear-gradient(to right, rgba(5, 10, 20, 0.15) 0%, rgba(5, 10, 20, 0.05) 100%), url('assets/images/split-ind.jpg?v=6');
    background-size: cover;
    background-position: center center;
    justify-content: flex-end;
}
.split-right {
    background-color: #0f172a;
    background-image: linear-gradient(to left, rgba(5, 10, 20, 0.15) 0%, rgba(5, 10, 20, 0.05) 100%), url('assets/images/split-bus.jpg?v=6');
    background-size: cover;
    background-position: center center;
    justify-content: flex-start;
}
.split-content {
    max-width: 460px;
}
.left-content {
    padding-right: 50px;
}
.right-content {
    padding-left: 50px;
}

.split-subtitle {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
    text-shadow: 0 2px 10px rgba(0,0,0,0.9);
}
.split-title {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 0 2px 14px rgba(0,0,0,0.95);
}
.split-desc {
    color: #ffffff;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 35px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.95);
}
.btn-outline-white {
    display: inline-block;
    padding: 13px 30px;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(6px);
    background: rgba(0,0,0,0.35);
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
.btn-outline-white:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.25);
    color: #fff;
    transform: translateY(-2px);
}

/* The Center Diagonal Decorator */
.split-center-decorator {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 0;
    z-index: 10;
}
.split-diagonal-line {
    position: absolute;
    top: -50%;
    left: -20px;
    width: 40px;
    height: 200%;
    background: #080c13; /* dark center to hide vertical seam */
    border-left: 8px solid var(--drh-green);
    border-right: 8px solid var(--drh-green);
    transform: rotate(15deg);
    z-index: 11;
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
}
.split-center-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 12;
}
.sci-icon-img {
    width: 85px;
    height: 85px;
    object-fit: contain;
    filter: brightness(0) invert(0.98);
}

@media (max-width: 992px) {
    .section-split {
        flex-direction: column;
    }
    .split-half {
        width: 100%;
        padding: 60px 20px;
        justify-content: center;
        text-align: center;
    }
    .left-content, .right-content {
        padding: 0;
    }
    .split-diagonal-line {
        transform: rotate(-75deg); /* Make it somewhat horizontal */
        width: 40px;
        height: 200vw;
        top: 50%;
        left: -100vw;
    }
}

/* INDUSTRIES & TESTIMONIALS SECTION */
.section-ind-test { background: #ffffff;
    padding: 60px 0;
}
.ind-test-card {
    background: transparent;
    border-radius: 0;
    padding: 20px 0;
    box-shadow: none;
    border: none;
}
.section-text-link {
    color: var(--drh-green);
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}
.section-text-link:hover {
    color: #14532d;
    transform: translateX(3px);
}

/* Industries Subpart */
.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}
.industry-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 35px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.015);
    transition: all 0.3s ease;
}
.industry-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.07);
    border-color: var(--drh-green);
}
.ib-icon-wrap {
    font-size: 42px;
    color: var(--drh-green);
    margin-bottom: 18px;
}
.ib-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--drh-graphite);
    margin: 0;
    line-height: 1.35;
}

/* Divider */
.ind-test-divider {
    border: 0;
    height: 1px;
    background: #edf2f7;
    margin: 60px 0;
}

/* Testimonials Subpart */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}
.testimonial-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
}
.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}
.tc-quote-icon {
    font-size: 26px;
    color: var(--drh-green);
    margin-bottom: 12px;
}
.tc-text {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 25px;
    flex-grow: 1;
}
.tc-author-meta {
    border-top: 1px solid #f1f5f9;
    padding-top: 18px;
}
.tc-author {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--drh-graphite);
    margin: 0 0 3px;
}
.tc-location {
    font-size: 0.85rem;
    color: #94a3b8;
    margin: 0;
}
.testimonials-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
}
.testimonials-pagination .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
    display: inline-block;
    transition: all 0.3s ease;
}
.testimonials-pagination .dot.active {
    background: var(--drh-green);
    width: 8px;
}






/* PAN INDIA SECTION */
.section-pan-india {
    padding: 25px 0;
    background-color: #0b1120;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.pan-india-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.pi-left {
    width: 35%;
    z-index: 2;
}
.pi-title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 8px;
}
.pi-desc {
    color: #94a3b8;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 15px;
}
.btn-check-areas {
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    text-decoration: none;
}
.btn-check-areas:hover {
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.3);
    color: #fff;
}
.pi-btn-icon {
    margin-left: 8px;
    color: var(--drh-green);
    font-size: 0.8rem;
}
.pi-center {
    width: 30%;
    text-align: center;
    z-index: 1;
}
.pi-map-img {
    max-width: 100%;
    max-height: 170px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 15px rgba(46, 163, 69, 0.4));
}
.pi-right {
    width: 35%;
    z-index: 2;
    padding-left: 40px;
}
.pi-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pi-feature-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.pi-feature-list li:last-child {
    margin-bottom: 0;
}
.pi-check-icon {
    background: #2ea345;
    color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    margin-right: 12px;
    flex-shrink: 0;
    box-shadow: 0 0 10px rgba(46, 163, 69, 0.5);
}
.pi-feature-text {
    color: #f1f5f9;
    font-size: 0.95rem;
    font-weight: 500;
}
@media (max-width: 992px) {
    .pan-india-wrap {
        flex-direction: column;
        padding: 40px 20px;
        text-align: center;
    }
    .pi-left, .pi-center, .pi-right {
        width: 100%;
        padding-left: 0;
    }
    .pi-center {
        margin: 40px 0;
    }
    .pi-feature-list li {
        justify-content: center;
    }
}

/* BLOG SECTION */
.section-blog {
    padding: 60px 0;
    background-color: #ffffff;
}
.blog-wrapper {
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    border: none;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}
.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}
.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.bc-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16/10;
    overflow: hidden;
}
.bc-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.blog-card:hover .bc-img-wrap img {
    transform: scale(1.05);
}
.bc-img-wrap::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
    z-index: 1;
}
/* The cool white graphic overlay over the image */
.bc-img-overlay-graphic {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 2;
    display: flex;
    align-items: center;
}
.bc-graphic-line {
    width: 30px;
    height: 1px;
    background: rgba(255,255,255,0.8);
    position: relative;
}
.bc-graphic-line::before {
    content: '';
    position: absolute;
    left: 0; top: -3px;
    width: 1px; height: 7px;
    background: rgba(255,255,255,0.8);
}
.bc-graphic-dot {
    width: 3px; height: 3px;
    background: #fff;
    border-radius: 50%;
    margin-left: 15px;
}
.bc-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.bc-cat {
    color: var(--drh-green);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.bc-title {
    color: #0f172a;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}
.bc-date {
    margin-top: auto;
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 500;
}
@media (max-width: 1200px) {
    .blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}
}


/* CTA STRIP SECTION */
.section-cta-strip {
    background: linear-gradient(90deg, var(--drh-green) 0%, #0a8915 100%);
    padding: 30px 0;
}
.cta-strip-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cta-left {
    display: flex;
    align-items: center;
}
.cta-icon-wrap {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #fff;
    margin-right: 20px;
    border: 1px solid rgba(255,255,255,0.2);
}
.cta-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 0 5px 0;
}
.cta-subtitle {
    color: rgba(255,255,255,0.85);
    font-size: 1rem;
    margin: 0;
}
.cta-right {
    display: flex;
    align-items: center;
    gap: 15px;
}
.cta-btn-primary {
    background: #fff;
    color: var(--drh-green);
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}
.cta-btn-primary:hover {
    background: #f1f5f9;
    transform: translateY(-2px);
    color: var(--drh-green);
}
.cta-btn-secondary {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.4);
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}
.cta-btn-secondary:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
    color: #fff;
}
.cta-btn-secondary .fa-phone-alt {
    color: #a3e635; /* slight lime accent for phone */
}
@media (max-width: 992px) {
    .cta-strip-wrap {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .cta-left {
        flex-direction: column;
    }
    .cta-icon-wrap {
        margin: 0 0 15px 0;
    }
    .cta-right {
        flex-direction: column;
        width: 100%;
    }
    .cta-btn-primary, .cta-btn-secondary {
        width: 100%;
        justify-content: center;
    }
}

/* FOOTER SECTION */
.site-footer {
    background: #0f1115;
    color: #94a3b8;
    font-size: 0.95rem;
    position: relative;
    border-top: 5px solid var(--drh-green);
}
.footer-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 70px 0 50px;
    gap: 30px;
}
.footer-col {
    flex: 1;
    min-width: 180px;
}
.footer-col-brand {
    flex: 2;
    min-width: 280px;
    padding-right: 30px;
}
.footer-logo {
    max-width: 220px;
    margin-bottom: 20px;
}
.footer-desc {
    color: #94a3b8;
    line-height: 1.7;
    margin-bottom: 25px;
}
.footer-socials {
    display: flex;
    gap: 12px;
}
.footer-socials a {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}
.footer-socials a:hover {
    background: var(--drh-green);
    border-color: var(--drh-green);
}
.footer-heading {
    color: var(--drh-green);
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.footer-heading::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    width: 30px; height: 2px;
    background: var(--drh-green);
}
.footer-menu {
    list-style: none;
    padding: 0; margin: 0;
}
.footer-menu li {
    margin-bottom: 12px;
}
.footer-menu a {
    color: #e2e8f0;
    text-decoration: none;
    transition: color 0.2s ease;
    display: block;
}
.footer-menu a:hover {
    color: var(--drh-green);
}
.footer-contact-list {
    list-style: none;
    padding: 0; margin: 0;
}
.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.fc-icon {
    width: 30px; height: 30px;
    border: 1px solid var(--drh-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--drh-green);
    font-size: 0.75rem;
    margin-right: 15px;
    flex-shrink: 0;
}
.fc-text {
    color: #e2e8f0;
    line-height: 1.5;
}

/* FOOTER BOTTOM */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.05);
    padding: 25px 0;
}
.fb-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fb-left {
    display: flex;
    align-items: center;
}
.fb-shield-icon {
    width: 24px; height: 24px;
    background: rgba(8, 115, 17, 0.2);
    border: 1px solid var(--drh-green);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--drh-green);
    font-size: 0.7rem;
    margin-right: 15px;
}
.fb-copyright {
    color: #64748b;
    font-size: 0.9rem;
}
.fb-links {
    list-style: none;
    padding: 0; margin: 0;
    display: flex;
    gap: 20px;
}
.fb-links li {
    position: relative;
}
.fb-links li:not(:last-child)::after {
    content: '|';
    position: absolute;
    right: -12px;
    color: #334155;
}
.fb-links a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}
.fb-links a:hover {
    color: #fff;
}
@media (max-width: 992px) {
    .fb-inner {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .fb-links {
        justify-content: center;
    }
}

/* MINIMAL PROCESS ANIMATIONS */
.anim-fade-up {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.anim-fade-in {
    opacity: 0;
    transition: opacity 0.5s ease;
}
.anim-fade-up.anim-active,
.anim-fade-in.anim-active {
    opacity: 1;
    transform: translateY(0);
}
.anim-step-hidden {
    opacity: 0;
    transform: translateY(4px);
}
.anim-step-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Timeline progress line */
.process-connecting-line::after {
    content: '';
    position: absolute;
    top: -2px; 
    left: 0;
    height: 2px;
    background: var(--drh-green);
    width: 0;
    transition: width 1.6s linear;
}
.process-connecting-line.anim-line-active::after {
    width: 100%;
}

/* Active Step Pulse */
.process-step.anim-step-active .ps-icon-circle {
    transform: scale(1.04);
    box-shadow: 0 0 15px rgba(4, 96, 7, 0.15); /* very subtle green glow */
}
.process-step.anim-step-active .ps-number {
    background: var(--drh-green) !important;
    color: #fff !important;
    border-color: var(--drh-green) !important;
}

/* Hover Interaction */
.process-step:hover .ps-icon-circle {
    transform: scale(1.04);
}
.process-step:hover .ps-title {
    color: var(--drh-green);
}
/* Ensure smooth transition for hover */
.ps-icon-circle, .ps-title, .ps-number {
    transition: all 0.3s ease;
}

/* Button hover arrow move */
.process-header-action .btn-outline-green:hover i {
    transform: translateX(4px);
}
.process-header-action .btn-outline-green i {
    display: inline-block;
    transition: transform 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
    .anim-fade-up, .anim-fade-in, .anim-step-hidden {
        opacity: 1 !important;
        transform: none !important;
    }
    .process-connecting-line::after {
        width: 100% !important;
        transition: none !important;
    }
}

/* Fix for phone icon vertical alignment across the site */
.fa-phone-alt {
    position: relative;
    top: 1px;
}
.pill-contact .fa-phone-alt {
    top: 2px;
}

/* Refined vertical alignment and mirroring for phone icons */
a .fa-phone-alt, button .fa-phone-alt {
    position: relative;
    top: 2px;
    transform: scaleX(-1);
    display: inline-block;
}
.footer-contact-list .fa-phone-alt {
    position: relative;
    top: 2px;
    transform: scaleX(-1);
    display: inline-block;
}

/* ==========================================================================
   ABOUT PAGE STYLES
   ========================================================================== */

/* 1. Hero Section */
.about-hero-section { position: relative; padding: 60px 0 70px; min-height: 400px; display: flex; align-items: center; overflow: hidden; background: #0b0f0d; }
.about-hero-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-position: center; opacity: 0.6; z-index: 0; }
.about-hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(90deg, rgba(11,15,13,0.95) 0%, rgba(11,15,13,0.7) 100%); z-index: 1; }
.about-hero-container { position: relative; z-index: 2; }
.about-hero-content { max-width: 750px; }
.about-breadcrumbs { color: #94a3b8; font-size: 0.85rem; margin-bottom: 20px; }
.about-breadcrumbs a { color: var(--drh-green); text-decoration: none; }
.about-hero-title { font-size: 4rem; line-height: 1.1; font-weight: 800; margin-bottom: 20px; }
.about-hero-subtitle { font-size: 1.2rem; margin-bottom: 20px; }
.about-hero-desc { font-size: 1.05rem; line-height: 1.6; }

.about-hero-features-bar { margin-top: 40px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,0.15); border-bottom: 1px solid rgba(255,255,255,0.15); }
.ahf-grid { display: grid; grid-template-columns: repeat(4, 1fr); text-align: left; align-items: center; }
.ahf-item { display: flex; align-items: center; gap: 12px; border-right: 1px solid rgba(255,255,255,0.15); padding: 0 20px; }
.ahf-item:first-child { padding-left: 0; }
.ahf-item:last-child { border-right: none; padding-right: 0; }
.ahf-icon { width: 45px; height: 45px; border: 1px solid rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; color: var(--drh-green); }
.ahf-text { color: #fff; font-size: 0.8rem; font-weight: 600; line-height: 1.3; }

/* 2. What DRH Does */
.about-services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.about-service-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.about-service-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.05); }
.asc-img { height: 160px; background-size: cover; background-position: center; }
.asc-content { padding: 20px; }
.asc-title { font-size: 1.1rem; margin-bottom: 10px; font-weight: 700; }
.asc-desc { font-size: 0.9rem; color: #64748b; margin: 0; line-height: 1.5; }

/* 3. Our Approach (Pipeline) */
.approach-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 50px; align-items: center; }
.approach-pipeline { display: flex; justify-content: space-between; align-items: flex-start; }
.ap-step { text-align: center; flex: 1; }
.ap-icon-wrap { width: 60px; height: 60px; border: 2px solid var(--drh-green); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; font-size: 1.2rem; color: var(--drh-green); background: rgba(4,96,7,0.1); }
.ap-arrow { display: flex; align-items: center; justify-content: center; color: #475569; font-size: 1.2rem; margin-top: 20px; }
.ap-title { font-size: 0.9rem; font-weight: 700; margin-bottom: 5px; }
.ap-desc { font-size: 0.75rem; line-height: 1.4; }

/* 4. Why Expertise Matters */
.expertise-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 50px; align-items: center; }
.expertise-content { padding-right: 20px; }
.expertise-features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; position: relative; }
.ef-item { display: flex; gap: 15px; align-items: flex-start; }
.ef-icon { width: 40px; height: 40px; border-radius: 50%; background: #f0fdf4; color: #16a34a; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.ef-text h5 { font-size: 0.95rem; font-weight: 700; color: #1e293b; margin-bottom: 8px; line-height: 1.3; }
.ef-text p { font-size: 0.85rem; color: #64748b; line-height: 1.5; margin: 0; }
.ef-divider { grid-column: 1 / -1; height: 1px; background: #e2e8f0; margin: 10px 0; }
.expertise-image-wrap { position: relative; }
.expertise-img { height: 550px; background-size: cover; background-position: center; border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.expertise-float-card { position: absolute; right: -40px; bottom: 40px; background: #fff; padding: 35px 40px; border-radius: 12px; box-shadow: 0 20px 50px rgba(0,0,0,0.15); width: 350px; }
.efc-item { display: flex; align-items: center; gap: 20px; margin-bottom: 25px; }
.efc-item:last-child { margin-bottom: 0; }
.efc-item i { font-size: 1.8rem; width: 30px; text-align: center; }
.efc-text { font-size: 0.85rem; color: #64748b; line-height: 1.3; }
.efc-text strong { color: #1e293b; font-size: 1.05rem; }

/* 5. Solutions for Everyone */
.solutions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.sol-card { 
    display: flex; 
    background: #f2f7f4; 
    border-radius: 16px; 
    overflow: hidden; 
    border: 1px solid #e2e8f0; 
    position: relative;
    min-height: 380px;
}
.sol-card-inner { 
    padding: 40px; 
    width: 55%; 
    position: relative; 
    z-index: 2; 
}
.sol-icon { font-size: 2rem; margin-bottom: 20px; }
.sol-title { font-size: 1.5rem; font-weight: 700; margin-bottom: 15px; color: #1e293b; }
.sol-desc { font-size: 0.95rem; margin-bottom: 20px; line-height: 1.5; padding-right: 20px; }
.sol-list { list-style: none; padding: 0; margin: 0; }
.sol-list li { margin-bottom: 12px; font-size: 0.9rem; color: #475569; display: flex; gap: 10px; align-items: flex-start; }
.sol-list li i { margin-top: 3px; }
.sol-img { 
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 55%; 
    background-size: cover; 
    background-position: center right; 
    z-index: 1;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 35%);
    mask-image: linear-gradient(to right, transparent 0%, black 35%);
}

/* 6. Philosophy */
.about-philosophy-section { border-top: 1px solid #e2e8f0; }
.philosophy-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; align-items: start; }
.philo-heading-block { padding-right: 20px; }
.philo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.philo-item { text-align: left; }
.philo-icon { font-size: 2rem; margin-bottom: 20px; color: var(--drh-green); }
.philo-item h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 15px; color: #1e293b; }
.philo-item p { font-size: 0.9rem; color: #64748b; line-height: 1.6; margin: 0; }

/* 7. CTA Banner */
.about-cta-banner { position: relative; padding: 45px 80px; overflow: hidden; background: #0b0f0d; border-radius: 12px; margin: 0; width: 100%; display: flex; align-items: center; }
.cta-banner-bg { position: absolute; top: 0; right: 0; bottom: 0; width: 50%; background-size: cover; background-position: right center; z-index: 1; -webkit-mask-image: linear-gradient(to right, transparent 0%, black 50%); mask-image: linear-gradient(to right, transparent 0%, black 50%); }
.cta-banner-content { position: relative; z-index: 2; width: 60%; }
.about-cta-banner h2 { font-size: 2.5rem; color: #fff; margin-bottom: 8px; white-space: nowrap; }
.about-cta-banner p { color: #cbd5e1; margin-bottom: 25px; font-size: 1.1rem; }
.cta-buttons { display: flex; gap: 20px; }
.btn-outline-light { border: 1px solid #475569; color: #fff; padding: 12px 24px; border-radius: 6px; font-weight: 600; text-decoration: none; display: inline-block; transition: all 0.3s; }
.btn-outline-light:hover { background: rgba(255,255,255,0.1); border-color: #fff; color: #fff; }

/* Responsive adjustments */
@media (max-width: 992px) {
    .about-services-grid { grid-template-columns: repeat(2, 1fr); }
    .approach-grid { grid-template-columns: 1fr; gap: 30px; }
    .expertise-grid { grid-template-columns: 1fr; }
    .expertise-float-card { position: relative; right: 0; bottom: 0; width: 100%; margin-top: -30px; border-top: none; border-left: 4px solid var(--drh-green); }
    .solutions-grid { grid-template-columns: 1fr; }
    .philo-grid { grid-template-columns: 1fr; }
    .ahf-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .about-hero-title { font-size: 3rem; }
    .approach-pipeline { flex-direction: column; align-items: flex-start; gap: 20px; }
    .ap-arrow { display: none; }
    .ap-step { display: flex; text-align: left; gap: 15px; align-items: center; }
    .ap-icon-wrap { margin: 0; flex-shrink: 0; }
    .acb-actions { flex-direction: column; }
    .ahf-grid { grid-template-columns: 1fr; }
}

.section-padding { padding: 80px 0; }

/* Utility Classes */
.bg-dark { background-color: #0b0f0d !important; }
.bg-light { background-color: #f8fafc !important; }

/* Refined Approach Pipeline Styles */
.ap-icon-wrap { 
    width: 80px; 
    height: 80px; 
    border: 1px dashed rgba(255,255,255,0.3); 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin: 0 auto 15px; 
    font-size: 2rem; 
    color: var(--drh-green); 
    background: transparent; 
}
.ap-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 1.05rem;
}
.ap-title::before {
    content: '';
    display: block;
    width: 8px;
    height: 12px;
    background-color: var(--drh-green);
    border-radius: 2px;
}
.ap-arrow {
    color: rgba(255,255,255,0.4);
    font-size: 1.2rem;
    margin-top: 30px;
}

/* Animations for About Pipeline */
.ap-step, .ap-arrow {
    opacity: 0;
    transform: translateX(-15px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.ap-step.anim-active, .ap-arrow.anim-active {
    opacity: 1;
    transform: translateX(0);
}

/* Fix for muted text inside dark sections */
.bg-dark .text-muted {
    color: #cbd5e1 !important;
}

/* Slimmer padding for About Approach Section */
.about-approach-section {
    padding: 40px 0 !important;
}

/* Utility classes missing from custom theme */
.text-center { text-align: center !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }
.max-w-700 { max-width: 700px !important; }


/* Missing Spacing Utilities */
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.5rem !important; }
.mb-2 { margin-bottom: 1rem !important; }
.mb-3 { margin-bottom: 1.5rem !important; }
.mb-4 { margin-bottom: 2.5rem !important; }
.mb-5 { margin-bottom: 4rem !important; }

/* ==========================================================================
   OUR APPROACH PAGE
   ========================================================================== */

/* 1. Hero Section */
.approach-hero { position: relative; min-height: 550px; background: #0b0f0d; display: flex; align-items: center; justify-content: center; padding: 40px 0; overflow: hidden; }
.approach-hero-content { position: relative; z-index: 3; width: 45%; }
.approach-hero-green { position: absolute; top: 0; right: 0; bottom: 0; width: 55.4%; background: var(--drh-green); z-index: 1; clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%); }
.approach-hero-bg { position: absolute; top: 0; right: 0; bottom: 0; width: 55%; background-size: cover; background-position: center; z-index: 2; clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%); }

/* 2. Pipeline Grid */
.pipeline-grid { display: flex; justify-content: space-between; position: relative; text-align: center; margin-top: 60px; margin-bottom: 50px; }
.pipe-step { flex: 1; position: relative; padding: 0 15px; display: flex; flex-direction: column; align-items: center; }

/* The dashed connector line */
.pipe-connector {
    position: absolute;
    top: 40px; /* middle of the 80px circle */
    left: calc(50% + 50px); /* start slightly after the right edge of the circle */
    width: calc(100% - 100px); /* span to the left edge of the next circle */
    border-top: 2px dashed #86efac;
    z-index: 0;
}
.pipe-connector::after {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: -10px; /* center vertically on the 2px border */
    left: 50%; /* center horizontally on the dashed line */
    transform: translateX(-50%);
    color: #86efac;
    background: #fff;
    padding: 0 5px;
    font-size: 1.2rem;
}
/* Hide connector on last item */
.pipe-step:last-child .pipe-connector { display: none; }

/* The circle */
.pipe-icon-wrap { 
    width: 80px; 
    height: 80px; 
    margin: 0 auto 20px; 
    position: relative; 
    border-radius: 50%; 
    background: #f0fdf4; /* soft light green */
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 2rem; 
    color: var(--drh-green); 
    z-index: 1; 
}

/* The number overlapping the top center */
.pipe-num { 
    position: absolute; 
    top: -13px; /* stick out half its height */
    left: 50%; 
    transform: translateX(-50%);
    background: var(--drh-green); 
    color: #fff; 
    font-size: 0.75rem; 
    font-weight: 700; 
    width: 26px; 
    height: 26px; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
}

.pipe-step h4 { font-size: 1rem; font-weight: 700; margin-bottom: 10px; color: #1e293b; }
.pipe-step p { font-size: 0.85rem; color: #64748b; line-height: 1.5; margin: 0; max-width: 180px; text-align: center; }

/* Security Guarantee Card */
.security-guarantee-card { background: #f0fdf4; text-align: left; width: 100%; margin: 0; }
.sg-icon { width: 60px; height: 60px; border-radius: 50%; border: 2px solid var(--drh-green); display: flex; align-items: center; justify-content: center; font-size: 1.8rem; color: var(--drh-green); flex-shrink: 0; }
.sg-text h4 { font-size: 1.15rem; font-weight: 700; color: #1e293b; margin-bottom: 5px; }
.sg-text p { font-size: 0.95rem; color: #475569; margin: 0; }

/* 3. Features Row */
.features-row { display: flex; justify-content: space-between; padding: 20px 0; }
.feat-col { display: flex; align-items: flex-start; gap: 15px; padding: 0 30px; position: relative; flex: 1; }
.feat-col:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 10%; bottom: 10%; width: 1px; background: #e2e8f0; }
.feat-icon { width: 55px; height: 55px; border-radius: 10px; background: #f0fdf4; color: var(--drh-green); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex-shrink: 0; }
.feat-text h4 { font-size: 1.05rem; font-weight: 700; color: #1e293b; margin-bottom: 8px; }
.feat-text p { font-size: 0.9rem; color: #64748b; line-height: 1.5; margin: 0; }

/* 4. CTA Banner */
.approach-cta-banner { background: #111827; border-radius: 16px; padding: 40px 50px; display: flex; align-items: center; justify-content: space-between; position: relative; overflow: hidden; }
.approach-cta-banner::before, .approach-cta-banner::after { content: ''; position: absolute; width: 150px; height: 150px; background-image: radial-gradient(#334155 2px, transparent 2px); background-size: 15px 15px; opacity: 0.3; }
.approach-cta-banner::before { top: 0; left: 0; }
.approach-cta-banner::after { bottom: 0; right: 0; }
.acta-left { display: flex; align-items: center; gap: 25px; position: relative; z-index: 2; }
.acta-icon { width: 65px; height: 65px; border-radius: 50%; background: #1f2937; color: var(--drh-green); display: flex; align-items: center; justify-content: center; font-size: 1.8rem; flex-shrink: 0; }
.acta-right { display: flex; gap: 20px; align-items: center; position: relative; z-index: 2; }

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .pipeline-grid { flex-wrap: wrap; gap: 40px 0; }
    .pipe-step { flex: 0 0 33.333%; }
    .pipe-step:nth-child(3)::after, .pipe-step:nth-child(3)::before { display: none; }
    .features-row { flex-wrap: wrap; gap: 30px 0; }
    .feat-col { flex: 0 0 50%; }
    .feat-col:nth-child(2)::after { display: none; }
}
@media (max-width: 992px) {
    .approach-hero-bg, .approach-hero-green { width: 100%; clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%); top: 50%; }
    .approach-hero-content { width: 100%; padding-bottom: 300px; }
    .approach-cta-banner { flex-direction: column; gap: 30px; text-align: center; }
    .acta-left { flex-direction: column; }
}

/* ==========================================================================
   WHY DRH PAGE CUSTOM STYLES
   ========================================================================== */

/* 1. Floating Features Grid */
.floating-features-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.08);
    padding: 25px 30px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.ff-item {
    text-align: center;
    padding: 10px 15px;
    position: relative;
}
/* Divider line between items except last */
.ff-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 10%;
    bottom: 10%;
    width: 1px;
    background: #e2e8f0;
}
.ff-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--drh-green);
    border-radius: 50%;
    font-size: 1.5rem;
    color: var(--drh-green);
    background: #fff;
    transition: all 0.3s ease;
}
.ff-item:hover .ff-icon {
    background: var(--drh-green);
    color: #fff;
}
.ff-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}
.ff-desc {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.4;
    margin: 0;
}

/* 2. Why It Matters Grid */
.why-matters-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1.2fr;
    gap: 50px;
    align-items: center;
}
.wm-feature-box {
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    padding: 25px;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}
.wm-feature-box:hover {
    transform: translateY(-5px);
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.wm-fb-icon i {
    font-size: 1.8rem;
}

/* 3. Stats Bar */
.stats-bar-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.stat-divider {
    width: 2px;
    height: 60px;
    background: #e2e8f0;
}
.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: var(--drh-green);
    line-height: 1;
    margin-bottom: 10px;
}
.stat-label {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1e293b;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .floating-features-card { grid-template-columns: repeat(3, 1fr); }
    .ff-item:nth-child(3)::after { display: none; }
    .why-matters-grid { grid-template-columns: 1fr; gap: 40px; }
    .wm-middle { order: -1; } /* Image on top in mobile */
}
@media (max-width: 768px) {
    .floating-features-card { grid-template-columns: 1fr; }
    .ff-item::after { display: none !important; }
    .stats-bar-grid { flex-direction: column; gap: 40px; }
    .stat-divider { width: 60px; height: 2px; }
    .footer-trust-bar { flex-direction: column; gap: 20px; }
    .drh-cta-banner { flex-direction: column; text-align: center; }
    .cta-banner-left { flex-direction: column; }
}


/* ==========================================================================
   OUR COMMITMENT PAGE CUSTOM STYLES
   ========================================================================== */

.commitment-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

/* The 2x2 grid with borders */
.commitment-features-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Creating the cross border */
    border-left: 1px solid #f1f5f9;
}
.cf-item {
    padding: 40px;
    text-align: center;
    border-bottom: 1px solid #f1f5f9;
    border-right: 1px solid #f1f5f9;
}
/* Ensure top border exists for the first row if needed, or rely on wrapper */
.cf-item:nth-child(1), .cf-item:nth-child(2) {
    border-top: 1px solid #f1f5f9;
}
.cf-icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f0fdf4;
    border: 2px solid #bbf7d0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2rem;
    color: var(--drh-green);
}
.cf-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}
.cf-divider {
    width: 30px;
    height: 2px;
    background: var(--drh-green);
    margin: 0 auto 20px;
}
.cf-desc {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

/* Trust Banner Bottom */
.commitment-trust-banner {
    background: #f8fafc;
    border-radius: 12px;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.ctb-left {
    display: flex;
    align-items: center;
    gap: 20px;
}
.ctb-left-icon {
    font-size: 2.2rem;
    color: var(--drh-green);
}
.ctb-left-text {
    font-size: 1.05rem;
    color: #475569;
}
.ctb-right {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 600;
    color: var(--drh-green);
    font-size: 0.95rem;
}
.ctb-right i {
    margin-right: 8px;
}

@media (max-width: 992px) {
    .commitment-hero-grid { grid-template-columns: 1fr; }
    .commitment-trust-banner { flex-direction: column; gap: 20px; text-align: center; }
}
@media (max-width: 768px) {
    .commitment-features-wrapper { grid-template-columns: 1fr; border-left: none; }
    .cf-item { border-left: 1px solid #f1f5f9; }
}



/* ==========================================================================
   DATA RECOVERY MAIN PAGE
   ========================================================================== */

/* Services Grid */
.dr-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.dr-service-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}
.dr-service-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-color: var(--drh-green);
    transform: translateY(-5px);
}
.dr-svc-icon {
    font-size: 2.5rem;
    color: var(--drh-green);
    margin-bottom: 20px;
}
.dr-service-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 15px;
}
.dr-service-card p {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.5;
    flex-grow: 1;
    margin-bottom: 20px;
}
.dr-svc-link {
    color: var(--drh-green);
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-block;
}
.dr-svc-link:hover {
    color: #166534;
}

/* Why Choose DRH Horizontal Grid */
.dr-why-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    text-align: center;
}
.dr-why-item {
    padding: 20px;
    position: relative;
}
.dr-why-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: #e2e8f0;
}
.dr-why-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: #f0fdf4;
    color: var(--drh-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
.dr-why-item h5 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1e293b;
}
.dr-why-item p {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.4;
    margin: 0;
}

/* Timeline */
.dr-timeline-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 40px;
}
.dr-timeline-line {
    position: absolute;
    top: 60px; /* Aligned with center of icons */
    left: 8%;
    right: 8%;
    height: 2px;
    background: #e2e8f0;
    z-index: 1;
}
.dr-timeline-step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}
.step-num {
    background: var(--drh-green);
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.8rem;
    margin: 0 auto 15px;
    box-shadow: 0 0 0 5px #fff;
}
.step-icon {
    font-size: 2rem;
    color: #cbd5e1;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}
.dr-timeline-step:hover .step-icon {
    color: var(--drh-green);
}
.dr-timeline-step h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}
.dr-timeline-step p {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.4;
}

/* Video Carousel Cards */
.dr-video-card {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.dr-video-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%);
    z-index: 1;
}
.dr-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(220, 38, 38, 0.9); /* Red play button */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    z-index: 2;
    transition: all 0.3s ease;
}
.dr-video-play:hover {
    background: #ef4444;
    transform: translate(-50%, -50%) scale(1.1);
}
.dr-video-content {
    position: relative;
    z-index: 2;
    padding: 30px;
    color: #fff;
}
.dr-video-desc {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 15px;
    line-height: 1.4;
}
.dr-video-name {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
}
.dr-video-type {
    font-size: 0.85rem;
    color: #cbd5e1;
    margin: 0;
}

/* FAQs */
.dr-faq-wrapper {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
}
.dr-faq-item {
    border-bottom: 1px solid #e2e8f0;
}
.dr-faq-item:last-child {
    border-bottom: none;
}
.dr-faq-question {
    width: 100%;
    text-align: left;
    padding: 20px 25px;
    background: none;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease;
}
.dr-faq-question:hover {
    background: #f8fafc;
}
.dr-faq-question.active {
    color: var(--drh-green);
}
.dr-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #fff;
}
.dr-faq-answer p {
    padding: 0 25px 25px;
    margin: 0;
    color: #64748b;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .dr-services-grid { grid-template-columns: repeat(2, 1fr); }
    .dr-why-grid { grid-template-columns: repeat(3, 1fr); }
    .dr-why-item:nth-child(3)::after { display: none; }
    .dr-timeline-wrapper { flex-direction: column; padding-top: 0; gap: 30px; }
    .dr-timeline-line { display: none; }
    .dr-timeline-step { display: flex; text-align: left; align-items: flex-start; gap: 20px; }
    .step-num { margin: 0; }
    .step-icon { margin: 0 0 10px 0; }
    .video-carousel-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .dr-services-grid { grid-template-columns: 1fr; }
    .dr-why-grid { grid-template-columns: 1fr; }
    .dr-why-item::after { display: none; }
    .brands-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .interfaces-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
/* SERVICE PAGE DYNAMIC STYLES */
.page-service-wrapper .dr-failure-card {
    transition: all 0.3s ease;
}
.page-service-wrapper .dr-failure-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border-color: #bbf7d0;
}
.page-service-wrapper .dr-faq-split-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
@media (max-width: 991px) {
    .page-service-wrapper .dr-failures-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .page-service-wrapper .dr-signs-wrap {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .page-service-wrapper .dr-failures-grid {
        grid-template-columns: 1fr !important;
    }
    .page-service-wrapper .dr-signs-list {
        grid-template-columns: 1fr !important;
    }
}
