/* =====================================================
   DATA RECOVERY MUMBAI 2025 - COMPLETE CSS FILE
   INSTRUCTIONS: Copy this entire CSS and paste in your theme\'s Custom CSS
   ===================================================== */

/* Reset & Variables */
.data-recovery-page * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.data-recovery-page {
    font-family: \'Inter\', -apple-system, BlinkMacSystemFont, \'Segoe UI\', sans-serif;
    line-height: 1.6;
    color: #1a1a2e;
    overflow-x: hidden;
    margin-top: 0 !important;
    padding-top: 0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Accessibility: Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    .data-recovery-page *,
    .data-recovery-page *::before,
    .data-recovery-page *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Skip to content link for screen readers */
.dr-skip-link {
    position: absolute;
    top: -100px;
    left: 0;
    background: #0066ff;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    z-index: 10000;
    border-radius: 0 0 8px 0;
    font-weight: 600;
}

.dr-skip-link:focus {
    top: 0;
    outline: 3px solid #00d9ff;
}

/* Orange Highlight */
.dr-highlight-orange {
    background: linear-gradient(135deg, #ff9800 0%, #ff6f00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Hero Section - NO TOP PADDING/MARGIN */
.dr-hero-new {
    background: linear-gradient(135deg, #0a1128 0%, #16213e 50%, #1e3a5f 100%);
    padding: 0 20px 80px;
    margin: 0 !important;
    position: relative;
    overflow: hidden;
}

.dr-hero-new::before {
    content: \'\';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 102, 255, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    animation: dr-float 8s ease-in-out infinite;
}

.dr-hero-new::after {
    content: \'\';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 217, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: dr-float 10s ease-in-out infinite reverse;
}

@keyframes dr-float {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-30px) scale(1.05); }
}

.dr-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.dr-hero-content-new {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 60px;
}

.dr-hero-badge {
    display: inline-block;
    background: rgba(0, 217, 255, 0.1);
    border: 2px solid #00d9ff;
    color: #00d9ff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9em;
    font-weight: 600;
    margin-bottom: 25px;
    animation: dr-pulse 2s ease-in-out infinite;
}

@keyframes dr-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.dr-hero-new h1 {
    font-size: 3.5em;
    font-weight: 800;
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -1px;
}

.dr-hero-highlight {
    background: linear-gradient(135deg, #0066ff 0%, #00d9ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.dr-hero-subtitle-new {
    font-size: 1.3em;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 40px;
    font-weight: 400;
}

.dr-cta-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.dr-btn-primary {
    background: linear-gradient(135deg, #0066ff 0%, #0052cc 100%);
    color: white;
    padding: 16px 40px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05em;
    box-shadow: 0 8px 30px rgba(0, 102, 255, 0.3);
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid transparent;
}

.dr-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 102, 255, 0.4);
    color: white;
    text-decoration: none;
}

.dr-btn-primary:focus {
    outline: none;
    border-color: #00d9ff;
    box-shadow: 0 0 0 4px rgba(0, 217, 255, 0.3);
}

.dr-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: white;
    padding: 16px 40px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05em;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    display: inline-block;
}

.dr-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

.dr-btn-secondary:focus {
    outline: none;
    border-color: #00d9ff;
    box-shadow: 0 0 0 4px rgba(0, 217, 255, 0.3);
}

.dr-stats-grid-new {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.dr-stat-card-new {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.dr-stat-card-new:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #00d9ff;
    transform: translateY(-5px);
}

.dr-stat-number-new {
    font-size: 2.5em;
    font-weight: 800;
    background: linear-gradient(135deg, #00e676 0%, #00d9ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    margin-bottom: 8px;
}

.dr-stat-label-new {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95em;
    font-weight: 500;
}

/* Trust Bar - FIXED ALIGNMENT */
.dr-trust-bar {
    background: white;
    padding: 30px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.dr-trust-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.dr-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1a1a2e;
    font-weight: 600;
}

.dr-trust-icon {
    color: #0066ff;
    font-size: 1.3em;
    font-weight: 700;
    flex-shrink: 0;
    line-height: 1;
}

.dr-trust-text {
    line-height: 1.3;
    display: inline-block;
}

/* Introduction Section */
.dr-intro-new {
    padding: 60px 20px;
}

.dr-intro-new h2 {
    margin-bottom: 20px;
    font-size: 2.2em;
    color: #0a1128;
    font-weight: 800;
}

.dr-intro-wrapped-content {
    text-align: justify;
}

.dr-intro-image-wrapped {
    float: left;
    margin: 0 30px 20px 0;
    width: 400px;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.dr-intro-wrapped-content p {
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 15px;
}

.dr-intro-wrapped-content strong {
    color: #0066ff;
    font-weight: 700;
}

.dr-intro-wrapped-content a {
    color: #0066ff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.dr-intro-wrapped-content a:hover {
    color: #0052cc;
    text-decoration: underline;
}

.dr-price-cta-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.dr-price-tag-new {
    background: linear-gradient(135deg, #0066ff 0%, #00d9ff 100%);
    color: white;
    display: inline-block;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.2em;
    box-shadow: 0 6px 20px rgba(0, 102, 255, 0.3);
}

.dr-whatsapp-btn {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: white;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid transparent;
}

.dr-whatsapp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    color: white;
    text-decoration: none;
}

.dr-whatsapp-btn:focus {
    outline: none;
    border-color: #25d366;
    box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.3);
}

/* Services Section */
.dr-services-new {
    padding: 60px 20px;
    background: #f3f4f6;
}

.dr-section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.dr-section-title {
    font-size: 2.5em;
    font-weight: 800;
    color: #0a1128;
    margin-bottom: 15px;
    line-height: 1.2;
}

.dr-section-description {
    font-size: 1.1em;
    color: #6b7280;
    line-height: 1.7;
}

.dr-services-grid-new {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.dr-service-card-new {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.dr-service-card-new::before {
    content: \'\';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0066ff, #00d9ff);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.dr-service-card-new:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.dr-service-card-new:hover::before {
    transform: scaleX(1);
}

.dr-service-icon-new {
    font-size: 3em;
    margin-bottom: 20px;
    display: block;
}

.dr-service-card-new h3 {
    font-size: 1.5em;
    color: #0a1128;
    margin-bottom: 15px;
    font-weight: 700;
}

.dr-service-card-new p {
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 20px;
}

.dr-features-list {
    list-style: none;
    margin-top: 20px;
}

.dr-features-list li {
    color: #6b7280;
    padding: 8px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.dr-features-list li::before {
    content: \'✓\';
    color: #00e676;
    font-weight: 700;
    font-size: 1.2em;
    flex-shrink: 0;
}

/* COMPARISON TABLE - Premium Design */
.dr-comparison-section {
    padding: 60px 20px;
    background: linear-gradient(135deg, #0a1128 0%, #16213e 50%, #1e3a5f 100%);
    position: relative;
    overflow: hidden;
}

.dr-comparison-section::before {
    content: \'\';
    position: absolute;
    top: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 152, 0, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: dr-float 10s ease-in-out infinite;
}

.dr-comparison-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.dr-comparison-header {
    text-align: center;
    margin-bottom: 50px;
}

.dr-comparison-title {
    font-size: 2.5em;
    font-weight: 800;
    color: white;
    margin-bottom: 15px;
    line-height: 1.2;
}

.dr-comparison-subtitle {
    font-size: 1.1em;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
}

.dr-comparison-table-wrapper {
    overflow-x: auto;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 30px;
}

.dr-comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 800px;
}

.dr-comparison-table thead th {
    background: linear-gradient(135deg, #0066ff 0%, #0052cc 100%);
    color: white;
    padding: 20px 15px;
    font-weight: 700;
    font-size: 1.1em;
    text-align: left;
    border: none;
}

.dr-comparison-table thead th:first-child {
    border-top-left-radius: 12px;
    width: 30%;
}

.dr-comparison-table thead th:last-child {
    border-top-right-radius: 12px;
}

.dr-comparison-table thead .dr-highlight-col {
    background: linear-gradient(135deg, #ff9800 0%, #ff6f00 100%);
    position: relative;
}

.dr-highlight-col::after {
    content: \'⭐ BEST CHOICE\';
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #00e676 0%, #00d9ff 100%);
    color: white;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 0.75em;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(0, 230, 118, 0.4);
}

.dr-comparison-table tbody tr {
    transition: all 0.3s ease;
}

.dr-comparison-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.03);
}

.dr-comparison-table tbody td {
    padding: 18px 15px;
    color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.95em;
}

.dr-comparison-table tbody td:first-child {
    font-weight: 600;
    color: #00d9ff;
}

.dr-comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.dr-comparison-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

.dr-comparison-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

.dr-comparison-check {
    color: #00e676;
    font-weight: 700;
    font-size: 1.3em;
}

.dr-comparison-cross {
    color: #ef4444;
    font-weight: 700;
    font-size: 1.3em;
}

.dr-highlight-cell {
    background: rgba(255, 152, 0, 0.1);
    font-weight: 600;
}

/* Case Study Section */
.dr-case-study-new {
    padding: 60px 20px;
    background: linear-gradient(135deg, #0a1128 0%, #16213e 100%);
    position: relative;
    overflow: hidden;
}

.dr-case-study-new::before {
    content: \'\';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 217, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.dr-case-study-title {
    color: #ffffff;
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 40px;
    font-weight: 800;
}

.dr-case-content-new {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 50px;
    position: relative;
    z-index: 2;
}

.dr-case-detail {
    margin-bottom: 25px;
}

.dr-case-detail h4 {
    color: #00d9ff;
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: 700;
}

.dr-case-detail p {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
}

.dr-case-stats-new {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dr-case-stat-new {
    text-align: center;
}

.dr-case-stat-value {
    font-size: 2.5em;
    font-weight: 800;
    background: linear-gradient(135deg, #00e676 0%, #00d9ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    margin-bottom: 8px;
}

.dr-case-stat-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95em;
}

/* Process Timeline - ENHANCED WITH ANIMATION */
.dr-process-new {
    padding: 60px 20px;
    background: white;
}

.dr-timeline-new {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.dr-timeline-new::before {
    content: \'\';
    position: absolute;
    left: 30px;
    top: 30px;
    bottom: 30px;
    width: 3px;
    background: linear-gradient(180deg, #0066ff 0%, #00d9ff 100%);
    opacity: 0.3;
}

.dr-timeline-item-new {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    align-items: flex-start;
    opacity: 0;
    transform: translateX(-30px);
    animation: dr-slideIn 0.6s ease forwards;
}

.dr-timeline-item-new:nth-child(1) { animation-delay: 0.1s; }
.dr-timeline-item-new:nth-child(2) { animation-delay: 0.2s; }
.dr-timeline-item-new:nth-child(3) { animation-delay: 0.3s; }
.dr-timeline-item-new:nth-child(4) { animation-delay: 0.4s; }
.dr-timeline-item-new:nth-child(5) { animation-delay: 0.5s; }
.dr-timeline-item-new:nth-child(6) { animation-delay: 0.6s; }
.dr-timeline-item-new:nth-child(7) { animation-delay: 0.7s; }

@keyframes dr-slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.dr-timeline-dot-new {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0066ff 0%, #00d9ff 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: 800;
    color: white;
    box-shadow: 0 8px 25px rgba(0, 102, 255, 0.3);
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.dr-timeline-content-new {
    flex: 1;
    background: #f3f4f6;
    padding: 25px;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.dr-timeline-content-new:hover {
    background: #e5e7eb;
    transform: translateX(5px);
}

.dr-timeline-content-new h4 {
    color: #0a1128;
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: 700;
}

.dr-timeline-duration {
    color: #00e676;
    font-weight: 600;
    font-size: 0.9em;
    margin-bottom: 12px;
    display: inline-block;
    background: rgba(0, 230, 118, 0.1);
    padding: 4px 12px;
    border-radius: 6px;
}

.dr-timeline-content-new p {
    color: #6b7280;
    line-height: 1.7;
}

/* Why Choose Section */
.dr-why-choose-new {
    padding: 60px 20px;
    background: linear-gradient(135deg, #0a1128 0%, #16213e 100%);
}

.dr-features-grid-new {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.dr-feature-card-new {
    text-align: center;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    transition: all 0.4s ease;
}

.dr-feature-card-new:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #00d9ff;
    transform: translateY(-5px);
}

.dr-feature-icon-wrapper {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.dr-feature-card-new h3 {
    font-size: 1.3em;
    color: white;
    margin-bottom: 15px;
    font-weight: 700;
}

.dr-feature-card-new p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
}

/* FAQ Section - ALWAYS OPEN (NO COLLAPSIBLE) */
.dr-faq-new {
    padding: 60px 20px;
    background: #f3f4f6;
}

.dr-faq-grid-new {
    max-width: 900px;
    margin: 0 auto;
}

.dr-faq-item-new {
    background: white;
    border-radius: 16px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #0066ff;
    overflow: visible;
}

.dr-faq-question {
    padding: 25px 30px 15px 30px;
}

.dr-faq-question h4 {
    color: #0a1128;
    font-size: 1.2em;
    margin: 0;
    font-weight: 700;
}

.dr-faq-answer {
    padding: 0 30px 25px 30px;
}

.dr-faq-answer p {
    color: #6b7280;
    line-height: 1.8;
    margin: 0;
}

.dr-faq-answer strong {
    color: #0066ff;
    font-weight: 700;
}

/* Contact Form Section */
.dr-contact-form-new {
    padding: 60px 20px;
    background: white;
}

.dr-form-container-new {
    max-width: 700px;
    margin: 0 auto;
    background: #f3f4f6;
    padding: 50px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

/* Enhanced WPForms Styling */