.elementor-61 .elementor-element.elementor-element-758a5f4{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800;900&display=swap');

.warranty-container {
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    direction: rtl;
    text-align: right;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    background: linear-gradient(180deg, #fffbeb 0%, #fef3c7 50%, #fff 100%);
    overflow: hidden;
}

/* Hero Section */
.warranty-hero {
    position: relative;
    min-height: 500px;
    background: url('http://sarmayesh24.ir/wp-content/uploads/office.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.warranty-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(217,119,6,0.92) 0%, rgba(180,83,9,0.92) 50%, rgba(120,53,15,0.92) 100%);
}

.hero-content {
    position: relative;
    z-index: 10;
    color: #fff;
    padding: 50px;
    max-width: 900px;
    animation: fadeInUp 1s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-logo {
    width: 180px;
    margin-bottom: 30px;
    filter: brightness(1) invert(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    padding: 15px 35px;
    border-radius: 50px;
    font-size: 1.2em;
    margin-bottom: 25px;
    border: 2px solid rgba(255,255,255,0.3);
    font-weight: 700;
}

.hero-content h1 {
    font-size: 3.8em;
    font-weight: 900;
    margin-bottom: 25px;
    text-shadow: 2px 4px 15px rgba(0,0,0,0.3);
    line-height: 1.2;
}

.hero-content p {
    font-size: 1.4em;
    opacity: 0.95;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

.hero-shields {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.shield-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.15);
    padding: 20px 30px;
    border-radius: 15px;
    backdrop-filter: blur(5px);
}

.shield-icon {
    font-size: 2.5em;
}

.shield-text {
    font-size: 1em;
    font-weight: 600;
}

/* Main Content */
.warranty-main {
    padding: 100px 40px 60px;
}

/* Section Title */
.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 2.8em;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 20px;
}

.section-title p {
    font-size: 1.2em;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
}

.title-line {
    width: 100px;
    height: 5px;
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    margin: 25px auto;
    border-radius: 3px;
}

/* Warranty Types */
.warranty-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 35px;
    margin-bottom: 80px;
}

.warranty-card {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 50px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    position: relative;
    border: 3px solid transparent;
}

.warranty-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 70px rgba(217,119,6,0.15);
    border-color: #fbbf24;
}

.warranty-card.featured {
    border-color: #d97706;
    transform: scale(1.03);
}

.warranty-card.featured:hover {
    transform: scale(1.03) translateY(-10px);
}

.card-ribbon {
    position: absolute;
    top: 25px;
    left: -35px;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: #fff;
    padding: 10px 50px;
    font-size: 0.9em;
    font-weight: 700;
    transform: rotate(-45deg);
    box-shadow: 0 5px 15px rgba(220,38,38,0.3);
    z-index: 1;
}

.warranty-header {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    padding: 40px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.warranty-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
}

.warranty-header.silver {
    background: linear-gradient(135deg, #64748b 0%, #475569 100%);
}

.warranty-header.gold {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
}

.warranty-header.platinum {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}

.warranty-icon {
    width: 100px;
    height: 100px;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3em;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
}

.warranty-title {
    font-size: 1.8em;
    font-weight: 800;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.warranty-duration {
    display: inline-block;
    background: rgba(255,255,255,0.25);
    padding: 8px 25px;
    border-radius: 50px;
    font-size: 1.1em;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.warranty-body {
    padding: 40px;
}

.warranty-description {
    color: #64748b;
    font-size: 1.05em;
    line-height: 1.9;
    margin-bottom: 30px;
    text-align: center;
}

.warranty-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.warranty-features li {
    padding: 15px 0;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #475569;
    font-size: 1.05em;
}

.warranty-features li:last-child {
    border-bottom: none;
}

.warranty-features li i {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #16a34a;
    font-size: 0.9em;
    flex-shrink: 0;
}

.warranty-features li.disabled {
    color: #cbd5e1;
}

.warranty-features li.disabled i {
    background: #f1f5f9;
    color: #cbd5e1;
}

.warranty-cta {
    display: block;
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    color: #fff;
    border: none;
    border-radius: 15px;
    font-size: 1.15em;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    font-family: 'Vazirmatn', Tahoma, sans-serif;
}

.warranty-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(217,119,6,0.3);
}

/* Coverage Section */
.coverage-section {
    background: #fff;
    border-radius: 35px;
    padding: 70px;
    margin: 80px 0;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.coverage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-top: 50px;
}

.coverage-column h3 {
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.coverage-column h3 i {
    font-size: 1.2em;
}

.covered h3 {
    color: #16a34a;
}

.not-covered h3 {
    color: #dc2626;
}

.coverage-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.coverage-list li {
    padding: 15px 20px;
    margin-bottom: 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.05em;
    transition: all 0.3s ease;
}

.covered .coverage-list li {
    background: #f0fdf4;
    color: #166534;
    border-right: 4px solid #16a34a;
}

.covered .coverage-list li:hover {
    background: #dcfce7;
    transform: translateX(-5px);
}

.not-covered .coverage-list li {
    background: #fef2f2;
    color: #991b1b;
    border-right: 4px solid #dc2626;
}

.not-covered .coverage-list li:hover {
    background: #fee2e2;
    transform: translateX(-5px);
}

/* Process Section */
.process-section {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 35px;
    padding: 70px;
    margin: 80px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.process-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="%23fbbf24" stroke-width="0.5" opacity="0.1"/></svg>') repeat;
    background-size: 150px;
}

.process-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.process-header h2 {
    font-size: 2.5em;
    font-weight: 800;
    margin-bottom: 15px;
}

.process-header p {
    font-size: 1.2em;
    opacity: 0.8;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    position: relative;
    z-index: 1;
}

.process-step {
    text-align: center;
    padding: 30px 20px;
    background: rgba(255,255,255,0.05);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
    position: relative;
}

.process-step::after {
    content: '←';
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    color: #fbbf24;
    opacity: 0.5;
}

.process-step:first-child::after {
    display: none;
}

.process-step:hover {
    background: rgba(251,191,36,0.1);
    border-color: #fbbf24;
    transform: translateY(-5px);
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: 800;
    margin: 0 auto 20px;
    color: #1e293b;
}

.step-title {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 10px;
}

.step-desc {
    font-size: 0.95em;
    opacity: 0.8;
    line-height: 1.6;
}

/* Documents Section */
.documents-section {
    margin: 80px 0;
}

.documents-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.document-card {
    background: #fff;
    border-radius: 25px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.document-card:hover {
    border-color: #fbbf24;
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(217,119,6,0.12);
}

.document-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5em;
    margin: 0 auto 25px;
}

.document-card h4 {
    font-size: 1.3em;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 15px;
}

.document-card p {
    color: #64748b;
    font-size: 1em;
    line-height: 1.8;
}

/* FAQ Section */
.faq-section {
    background: #fff;
    border-radius: 35px;
    padding: 70px;
    margin: 80px 0;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: #f8fafc;
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #fbbf24;
}

.faq-question {
    padding: 25px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    font-size: 1.15em;
    font-weight: 700;
    color: #1e293b;
}

.faq-question i {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d97706;
    font-size: 1.2em;
    flex-shrink: 0;
}

.faq-answer {
    padding: 0 30px 25px;
    padding-right: 95px;
    color: #64748b;
    font-size: 1.05em;
    line-height: 1.9;
}

/* Brands Section */
.brands-section {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    border-radius: 35px;
    padding: 60px;
    margin: 80px 0;
    text-align: center;
    color: #fff;
}

.brands-header h2 {
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 15px;
}

.brands-header p {
    font-size: 1.1em;
    opacity: 0.9;
    margin-bottom: 40px;
}

.brands-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.brand-item {
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    padding: 25px 40px;
    border-radius: 15px;
    font-size: 1.4em;
    font-weight: 800;
    transition: all 0.3s ease;
}

.brand-item:hover {
    background: rgba(255,255,255,0.3);
    transform: scale(1.05);
}

/* Image Section */
.warranty-image-section {
    margin: 80px 0;
    text-align: center;
}

.warranty-image-section img {
    max-width: 100%;
    height: auto;
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.15);
}

/* Contact CTA */
.contact-cta {
    background: #fff;
    border-radius: 35px;
    padding: 70px;
    margin: 80px 0 0;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
}

.contact-cta::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: 35px 0 0 35px;
    z-index: 0;
}

.cta-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.cta-text h2 {
    font-size: 2.5em;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 20px;
}

.cta-text p {
    font-size: 1.2em;
    color: #64748b;
    margin-bottom: 35px;
    line-height: 1.8;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-btn {
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 1.15em;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.cta-btn-primary {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    color: #fff;
    box-shadow: 0 10px 30px rgba(217,119,6,0.3);
}

.cta-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(217,119,6,0.4);
}

.cta-btn-secondary {
    background: #fff;
    color: #d97706;
    border: 2px solid #d97706;
}

.cta-btn-secondary:hover {
    background: #fef3c7;
}

.cta-info {
    background: #fff;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.1);
}

.cta-info h3 {
    font-size: 1.5em;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 30px;
    text-align: center;
}

.info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f8fafc;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.info-item:hover {
    background: #fef3c7;
}

.info-item i {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3em;
    flex-shrink: 0;
}

.info-item-content strong {
    display: block;
    font-size: 0.9em;
    color: #94a3b8;
    margin-bottom: 3px;
}

.info-item-content span,
.info-item-content a {
    font-size: 1.05em;
    color: #1e293b;
    font-weight: 600;
    text-decoration: none;
}

/* Notice Box */
.notice-box {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: 20px;
    padding: 30px 40px;
    margin: 60px 0;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    border-right: 5px solid #d97706;
}

.notice-icon {
    font-size: 3em;
    flex-shrink: 0;
}

.notice-content h4 {
    font-size: 1.4em;
    font-weight: 700;
    color: #92400e;
    margin-bottom: 10px;
}

.notice-content p {
    color: #78350f;
    font-size: 1.05em;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 1024px) {
    .coverage-grid {
        grid-template-columns: 1fr;
    }
    
    .process-steps {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .process-step::after {
        display: none;
    }
    
    .cta-content {
        grid-template-columns: 1fr;
    }
    
    .contact-cta::before {
        display: none;
    }
    
    .trust-badges {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .warranty-hero {
        min-height: 450px;
    }
    
    .hero-content h1 {
        font-size: 2.5em;
    }
    
    .hero-content {
        padding: 30px;
    }
    
    .hero-shields {
        flex-direction: column;
        gap: 15px;
    }
    
    .trust-badges {
        grid-template-columns: 1fr;
        margin-top: -50px;
        padding: 0 20px;
    }
    .trust-badge {
        border-radius: 20px !important;
    }
    
    .warranty-main {
        padding: 80px 20px 40px;
    }
    
    .warranty-types {
        grid-template-columns: 1fr;
    }
    
    .warranty-card.featured {
        transform: none;
    }
    
    .process-steps {
        grid-template-columns: 1fr;
    }
    
    .coverage-section {
        padding: 40px 20px;
    }
    
    .process-section {
        padding: 40px 20px;
    }
    
    .faq-section {
        padding: 40px 20px;
    }
    
    .brands-section {
        padding: 40px 20px;
    }
    
    .contact-cta {
        padding: 40px 20px;
    }
    
    .notice-box {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .faq-answer {
        padding-right: 30px;
    }
}

@media (max-width: 480px) {
    
    .hero-content h1 {
        font-size: 2em;
    }
    
    .section-title h2 {
        font-size: 2em;
    }
}/* End custom CSS */