/* Repair Service Landing Page Styles */
.repair-service-landing {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333333;
    overflow-x: hidden;
    background-color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.repair-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('/wp-content/uploads/2023/hdd-repair-hero.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 140px 0;
    text-align: center;
    position: relative;
}

.repair-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.hero-tagline {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #FFC107;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.repair-hero h1 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.repair-hero p {
    font-size: 18px;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Wave Separators */
.wave-separator-top {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z' opacity='.25'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z' opacity='.5'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z'%3E%3C/path%3E%3C/svg%3E");
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin-top: -1px;
    position: relative;
    z-index: 2;
}

.wave-separator {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath fill='%23FFC107' d='M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z'%3E%3C/path%3E%3C/svg%3E");
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0;
}

.wave-separator-inverse {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath fill='%23FFC107' d='M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z'%3E%3C/path%3E%3C/svg%3E");
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    transform: rotate(180deg);
    margin-top: 0;
    margin-bottom: 0;
}

.wave-separator-footer {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath fill='%23222222' d='M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z'%3E%3C/path%3E%3C/svg%3E");
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    margin-top: 0;
    margin-bottom: -1px;
}

/* Buttons */
.explore-button {
    display: inline-block;
    background-color: #FFC107;
    color: #222222;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.explore-button:hover {
    background-color: #ffffff;
    color: #222222;
}

.view-more-btn {
    display: inline-block;
    background-color: #FFC107;
    color: #222222;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.view-more-btn:hover {
    background-color: #222222;
    color: #ffffff;
}

.cta-button {
    display: inline-block;
    background-color: #FFC107;
    color: #222222;
    padding: 10px 24px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: #ffffff;
    color: #222222;
}

/* Features Section */
.repair-features {
    padding: 30px 0;
    background-color: #ffffff;
}

.features-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.repair-features .feature-item {
    padding: 0 30px;
    text-align: center;
    position: relative;
}

.repair-features .feature-item:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 1px;
    background-color: #e1e1e1;
}

.repair-features .feature-item span {
    font-size: 16px;
    font-weight: 600;
    color: #555555;
}

/* Intro Section */
.intro-section {
    padding: 80px 0;
    text-align: center;
    background-color: #ffffff;
}

h2 {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #222222;
}

.section-subtitle {
    font-size: 14px;
    color: #666666;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.two-column-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    margin-top: 40px;
}

.text-column {
    flex: 1;
    padding-right: 50px;
    min-width: 300px;
}

.text-column h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #222222;
}

.text-column p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #555555;
}

.image-column {
    flex: 1;
    min-width: 300px;
    padding: 20px;
}

.image-column img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Subscription Plans Section - Updated Modern UI */
.subscription-plans {
    text-align: center;
    position: relative;
}

.plans-title {
    font-size: 42px;
    font-weight: 800;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    font-weight: 400;
}

/* Billing Toggle Switch */
.billing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.billing-option {
    font-size: 16px;
    color: #888;
    margin: 0 12px;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.3s ease;
}

.billing-option.active {
    color: #333;
    font-weight: 600;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e1e1e1;
    transition: 0.4s;
    border-radius: 34px;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .toggle-slider {
    background-color: #fdba37;
}

input:checked + .toggle-slider:before {
    transform: translateX(22px);
}

.plans-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-bottom: 40px;
}

.plan-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 320px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    text-align: left;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
}

.plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.silver-plan {
    background-color: #E9F9F1; /* Light mint green */
}

.plan-header {
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    padding: 0;
    background: transparent;
}

.plan-type {
    font-size: 14px;
    color: #777;
    margin-bottom: 6px;
    font-weight: 500;
}

.plan-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.plan-price {
    font-size: 42px;
    font-weight: 700;
    margin: 20px 0 12px;
    color: #333;
    line-height: 1;
    text-align: left;
}

.currency {
    font-size: 24px;
    vertical-align: super;
    font-weight: 600;
    position: relative;
    top: -5px;
    margin-right: 2px;
}

.period {
    font-size: 16px;
    font-weight: 400;
    color: #888;
    margin-left: 3px;
}

.plan-description {
    font-size: 15px;
    color: #666;
    margin-bottom: 24px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

.plan-features {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: left;
    flex-grow: 1;
}

.features-heading {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.plan-features .feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    position: relative;
    padding-left: 28px;
    text-align: left;
}

.feature-item.check:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background-color: #4CAF50;
    border-radius: 50%;
}

.feature-item.check:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    width: 6px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.silver-plan .feature-item.check:before {
    background-color: #4CAF50;
}

.gold-plan .feature-item.check:before {
    background-color: #4caf50;
}

.platinum-plan .feature-item.check:before {
    background-color: #4caf50;
}

.feature-item.cross:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background-color: #e0e0e0;
    border-radius: 50%;
}

.feature-item.cross:after {
    content: "×";
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translatey(-50%);
    color: #999;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-item.neutral:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 18px;
    height: 18px;
    background-color: #e0e0e0;
    border-radius: 50%;
}

.feature-item.neutral:after {
    content: "–";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 18px;
    height: 18px;
    color: #999;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-text {
    font-size: 15px;
    color: #555;
    line-height: 1.4;
}

.plan-button {
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    background-color: #F5F5F5;
    color: #333;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.silver-plan .plan-button {
    background-color: #333;
    color: white;
    border-color: #333;
}

.gold-plan .plan-button:hover,
.platinum-plan .plan-button:hover {
    background-color: #333;
    color: white;
    border-color: #333;
}

.silver-plan .plan-button:hover {
    background-color: #222;
    border-color: #222;
}

.plan-note {
    margin-top: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 15px 25px;
    border-radius: 8px;
}

.plan-note p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

/* Media queries for responsive plan cards */
@media (max-width: 992px) {
    .plans-grid {
        gap: 20px;
    }
    
    .plan-card {
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .plans-grid {
        flex-direction: column;
        align-items: center;
    }
    
    .plan-card {
        max-width: 100%;
        width: 100%;
        margin-bottom: 25px;
    }
    
    .plan-price {
        font-size: 36px;
    }
    
    .plans-title {
        font-size: 32px;
    }
}

/* Process Section - Minimal Clean UI */
.repair-process {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.process-title {
    font-size: 42px;
    font-weight: 800;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 60px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.process-steps-container {
    position: relative;
    margin-top: 30px;
    padding: 0 20px;
}

.process-progress-line {
    position: absolute;
    top: 35px;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    height: 2px;
    background-color: #e9e9e9;
    z-index: 1;
}

.process-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 2;
}

.process-step {
    position: relative;
    width: 180px;
    z-index: 3;
    transition: transform 0.3s ease;
}

.process-step:hover {
    transform: translateY(-5px);
}

.step-circle {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6e6e6;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.step-number {
    width: 30px;
    height: 30px;
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
}

.step-content {
    padding: 0 10px;
}

.step-content h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #333;
}

.step-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Animations for process steps on scroll */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes progressLine {
    from { width: 0; }
    to { width: 80%; }
}

.process-steps-container.animated .process-progress-line {
    animation: progressLine 1.5s ease-out forwards;
}

/* Process step responsive styles */
@media (max-width: 992px) {
    .process-steps {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }
    
    .process-step {
        width: 220px;
    }
    
    .process-progress-line {
        display: none;
    }
}

@media (max-width: 768px) {
    .process-steps {
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }
    
    .process-step {
        width: 100%;
        max-width: 300px;
        display: flex;
        align-items: center;
        text-align: left;
    }
    
    .step-circle {
        margin: 0 20px 0 0;
    }
    
    .step-content {
        flex: 1;
    }
    
    .process-title {
        font-size: 32px;
    }
    
    .repair-process {
        padding: 70px 0;
    }
}

@media (max-width: 480px) {
    .process-step {
        flex-direction: column;
        text-align: center;
    }
    
    .step-circle {
        margin: 0 auto 20px;
    }
}

/* Benefits Section */
.repair-benefits {
    padding: 80px 0;
    text-align: center;
    background-color: #ffffff;
}

.benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 50px;
}

.benefit-card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    width: 100%;
    max-width: 250px;
    text-align: center;
    transition: transform 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-10px);
}

.benefit-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-icon img {
    max-width: 100%;
    height: auto;
}

.benefit-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #222222;
}

.benefit-card p {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
}

/* Need Advice Section */
.need-advice-section {
    padding: 60px 0;
    background-color: #ffffff;
}

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

.advice-text {
    flex: 1;
    padding-right: 50px;
    min-width: 300px;
}

.need-advice-section h2 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #222222;
}

.need-advice-section p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #555555;
}

.advice-image {
    flex: 1;
    min-width: 300px;
    text-align: right;
}

.advice-image img {
    max-width: 100%;
    height: auto;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    text-align: center;
    background-color: #f9f9f9;
}

.faq-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
    text-align: left;
    margin-top: 50px;
}

.faq-item {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    width: 100%;
    max-width: calc(50% - 12px);
}

.faq-item h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #222222;
}

.faq-item p {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 720px;
    }

    .process-steps:before {
        display: none;
    }

    .process-step {
        max-width: 200px;
        margin-bottom: 40px;
    }

    .text-column {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .repair-features .feature-item {
        padding: 0 15px;
    }

    .advice-text {
        padding-right: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .advice-image {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 540px;
    }

    .repair-hero {
        padding: 100px 0;
    }

    .repair-hero h1 {
        font-size: 32px;
    }

    .repair-hero p {
        font-size: 16px;
    }

    .features-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .repair-features .feature-item:after {
        display: none;
    }

    h2,
    .need-advice-section h2 {
        font-size: 28px;
    }

    .plan-card {
        max-width: 100%;
    }

    .benefit-card {
        max-width: 100%;
    }

    .process-step {
        max-width: 100%;
    }

    .faq-item {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .repair-hero {
        padding: 80px 0;
    }

    .repair-hero h1 {
        font-size: 24px;
    }

    .repair-hero p {
        font-size: 14px;
    }

    .intro-section,
    .subscription-plans,
    .repair-benefits,
    .repair-process,
    .need-advice-section,
    .faq-section {
        padding: 60px 0;
    }

    .explore-button,
    .cta-button {
        padding: 10px 20px;
        font-size: 14px;
    }

    .wave-separator,
    .wave-separator-inverse,
    .wave-separator-top,
    .wave-separator-footer {
        height: 40px;
    }
    
    .step-number {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }
} 

i.fa-regular{
    font-family: "fontAwesome";
    font-style: normal;
}