.elementor-103 .elementor-element.elementor-element-ed8a445{--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');

.install-container {
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    direction: rtl;
    text-align: right;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    background: linear-gradient(180deg, #fdf4ff 0%, #fae8ff 50%, #fff 100%);
    overflow: hidden;
}

/* Hero Section */
.install-hero {
    position: relative;
    min-height: 650px;
    background: url('http://sarmayesh24.ir/wp-content/uploads/nasb-cooler-gazi.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
}

.install-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(147,51,234,0.93) 0%, rgba(109,40,217,0.95) 50%, rgba(76,29,149,0.97) 100%);
}

.install-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(to top, #fdf4ff, transparent);
}

.hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 60px;
    width: 100%;
    position: relative;
    z-index: 10;
}

.hero-content {
    color: #fff;
    animation: slideInRight 1s ease;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-logo {
    width: 140px;
    margin-bottom: 25px;
    filter: brightness(1) invert(1);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 1em;
    margin-bottom: 25px;
    border: 2px solid rgba(255,255,255,0.3);
    font-weight: 600;
}

.hero-content h1 {
    font-size: 3.5em;
    font-weight: 900;
    margin-bottom: 20px;
    text-shadow: 2px 4px 15px rgba(0,0,0,0.3);
    line-height: 1.3;
}

.hero-content > p {
    font-size: 1.25em;
    opacity: 0.95;
    line-height: 1.9;
    margin-bottom: 30px;
}

.hero-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 35px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.12);
    padding: 15px 20px;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.2);
}

.highlight-icon {
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
}

.highlight-text {
    font-size: 0.95em;
    font-weight: 600;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-btn {
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 1.1em;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.hero-btn-primary {
    background: #fff;
    color: #9333ea;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.hero-btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.hero-btn-secondary:hover {
    background: rgba(255,255,255,0.1);
}

.hero-image-box {
    animation: slideInLeft 1s ease;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-image-box img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.3);
    border: 5px solid rgba(255,255,255,0.2);
}

/* Stats Bar */
.stats-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 0 60px;
    margin-top: -80px;
    position: relative;
    z-index: 20;
}

.stat-card {
    background: #fff;
    border-radius: 25px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(147,51,234,0.15);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.stat-card:hover {
    transform: translateY(-10px);
    border-color: #9333ea;
    box-shadow: 0 30px 80px rgba(147,51,234,0.2);
}

.stat-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #f3e8ff 0%, #e9d5ff 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    margin: 0 auto 20px;
}

.stat-number {
    font-size: 2.8em;
    font-weight: 900;
    color: #9333ea;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    color: #64748b;
    font-size: 1em;
    font-weight: 600;
}

/* Main Content */
.install-main {
    padding: 100px 60px 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, #9333ea 0%, #c026d3 100%);
    margin: 25px auto;
    border-radius: 3px;
}

/* Installation Types */
.install-types {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-bottom: 80px;
}

.type-card {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    position: relative;
}

.type-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 80px rgba(147,51,234,0.2);
}

.type-header {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.type-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.type-card:hover .type-header img {
    transform: scale(1.1);
}

.type-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(147,51,234,0.9) 100%);
    display: flex;
    align-items: flex-end;
    padding: 25px;
}

.type-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    position: absolute;
    top: 20px;
    right: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.type-name {
    color: #fff;
    font-size: 1.5em;
    font-weight: 800;
}

.type-body {
    padding: 35px;
}

.type-description {
    color: #64748b;
    font-size: 1.05em;
    line-height: 1.9;
    margin-bottom: 25px;
}

.type-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.type-features li {
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #475569;
    font-size: 1em;
}

.type-features li:last-child {
    border-bottom: none;
}

.type-features li i {
    color: #9333ea;
    font-size: 1.2em;
}

.type-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: linear-gradient(135deg, #f3e8ff 0%, #fae8ff 100%);
    border-radius: 15px;
    margin-bottom: 20px;
}

.price-label {
    color: #64748b;
    font-size: 0.95em;
}

.price-value {
    font-size: 1.6em;
    font-weight: 800;
    color: #9333ea;
}

.price-value span {
    font-size: 0.5em;
    color: #94a3b8;
}

.type-btn {
    display: block;
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #9333ea 0%, #c026d3 100%);
    color: #fff;
    border: none;
    border-radius: 15px;
    font-size: 1.1em;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    font-family: 'Vazirmatn', Tahoma, sans-serif;
}

.type-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(147,51,234,0.3);
}

/* Process Section */
.process-section {
    background: #fff;
    border-radius: 40px;
    padding: 80px;
    margin-bottom: 80px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
}

.process-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(147,51,234,0.08) 0%, transparent 70%);
}

.process-timeline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    position: relative;
    z-index: 1;
}

.process-timeline::before {
    content: '';
    position: absolute;
    top: 50px;
    right: 10%;
    left: 10%;
    height: 4px;
    background: linear-gradient(90deg, #9333ea 0%, #c026d3 50%, #9333ea 100%);
    border-radius: 2px;
    z-index: 0;
}

.process-step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.step-circle {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #9333ea 0%, #c026d3 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 15px 40px rgba(147,51,234,0.3);
    position: relative;
    transition: all 0.3s ease;
}

.process-step:hover .step-circle {
    transform: scale(1.1);
    box-shadow: 0 20px 50px rgba(147,51,234,0.4);
}

.step-icon {
    font-size: 2.5em;
    color: #fff;
}

.step-number {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 3px solid #9333ea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    font-weight: 800;
    color: #9333ea;
}

.step-title {
    font-size: 1.2em;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}

.step-desc {
    color: #64748b;
    font-size: 0.95em;
    line-height: 1.6;
}

/* Why Us Section */
.why-us-section {
    background: linear-gradient(135deg, #7c3aed 0%, #9333ea 50%, #c026d3 100%);
    border-radius: 40px;
    padding: 80px;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.why-us-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -25%;
    width: 80%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
}

.why-header {
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.why-header h2 {
    font-size: 2.5em;
    font-weight: 800;
    margin-bottom: 15px;
}

.why-header p {
    font-size: 1.2em;
    opacity: 0.9;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
}

.why-card {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 25px;
    padding: 35px;
    text-align: center;
    color: #fff;
    transition: all 0.3s ease;
}

.why-card:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-10px);
}

.why-icon {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2em;
    margin: 0 auto 25px;
}

.why-card h4 {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 15px;
}

.why-card p {
    font-size: 1em;
    opacity: 0.9;
    line-height: 1.8;
}

/* Pricing Table */
.pricing-section {
    background: #fff;
    border-radius: 40px;
    padding: 80px;
    margin-bottom: 80px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.06);
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
}

.pricing-table thead th {
    background: linear-gradient(135deg, #9333ea 0%, #c026d3 100%);
    color: #fff;
    padding: 20px 25px;
    text-align: right;
    font-weight: 700;
    font-size: 1.1em;
}

.pricing-table thead th:first-child {
    border-radius: 0 15px 0 0;
}

.pricing-table thead th:last-child {
    border-radius: 15px 0 0 0;
}

.pricing-table tbody td {
    padding: 20px 25px;
    border-bottom: 1px solid #f1f5f9;
    color: #475569;
    font-size: 1.05em;
}

.pricing-table tbody tr:hover {
    background: #faf5ff;
}

.pricing-table tbody tr:last-child td {
    border-bottom: none;
}

.table-price {
    font-weight: 800;
    color: #9333ea;
    font-size: 1.15em;
}

.table-badge {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.85em;
    font-weight: 600;
}

.badge-included {
    background: #dcfce7;
    color: #16a34a;
}

.badge-extra {
    background: #fef3c7;
    color: #d97706;
}

/* Gallery Section */
.gallery-section {
    margin-bottom: 80px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gallery-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 250px;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(147,51,234,0.8) 100%);
    display: flex;
    align-items: flex-end;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay span {
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}

.gallery-item:first-child {
    grid-column: span 2;
    grid-row: span 2;
    height: auto;
}

/* Guarantee Section */
.guarantee-section {
    background: linear-gradient(135deg, #f3e8ff 0%, #fae8ff 100%);
    border-radius: 40px;
    padding: 60px;
    margin-bottom: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.guarantee-content h2 {
    font-size: 2.5em;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 25px;
}

.guarantee-content p {
    font-size: 1.15em;
    color: #64748b;
    line-height: 1.9;
    margin-bottom: 30px;
}

.guarantee-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.guarantee-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    font-size: 1.1em;
    color: #475569;
    border-bottom: 1px solid rgba(147,51,234,0.1);
}

.guarantee-list li:last-child {
    border-bottom: none;
}

.guarantee-list li i {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #9333ea 0%, #c026d3 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.9em;
}

.guarantee-image {
    position: relative;
}

.guarantee-image img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(147,51,234,0.2);
}

.guarantee-badge {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #9333ea 0%, #c026d3 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 15px 40px rgba(147,51,234,0.3);
}

.guarantee-badge span:first-child {
    font-size: 2em;
    font-weight: 900;
    line-height: 1;
}

.guarantee-badge span:last-child {
    font-size: 0.8em;
    font-weight: 600;
}

/* FAQ Section */
.faq-section {
    margin-bottom: 80px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.faq-item {
    background: #fff;
    border-radius: 25px;
    padding: 35px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.faq-item:hover {
    border-color: #9333ea;
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(147,51,234,0.12);
}

.faq-question {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    font-size: 1.2em;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 18px;
}

.faq-question i {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #9333ea 0%, #c026d3 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.8em;
    flex-shrink: 0;
}

.faq-answer {
    color: #64748b;
    font-size: 1.05em;
    line-height: 2;
    padding-right: 58px;
}

/* Testimonials */
.testimonials-section {
    background: #fff;
    border-radius: 40px;
    padding: 80px;
    margin-bottom: 80px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.06);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testimonial-card {
    background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
    border-radius: 25px;
    padding: 35px;
    position: relative;
    transition: all 0.3s ease;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: 15px;
    left: 25px;
    font-size: 5em;
    color: #e9d5ff;
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(147,51,234,0.12);
}

.testimonial-rating {
    color: #fbbf24;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.testimonial-text {
    color: #475569;
    font-size: 1.08em;
    line-height: 2;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-avatar {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #9333ea 0%, #c026d3 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
}

.author-info h5 {
    font-size: 1.15em;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 3px;
}

.author-info p {
    color: #94a3b8;
    font-size: 0.95em;
}

/* Contact CTA */
.contact-cta {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 40px;
    padding: 80px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.contact-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -25%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(147,51,234,0.3) 0%, transparent 60%);
}

.contact-cta::after {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -25%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(192,38,211,0.2) 0%, transparent 60%);
}

.cta-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.cta-content h2 {
    font-size: 2.8em;
    font-weight: 800;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 1.25em;
    opacity: 0.9;
    margin-bottom: 40px;
    line-height: 1.8;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.cta-btn {
    padding: 20px 45px;
    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, #9333ea 0%, #c026d3 100%);
    color: #fff;
    box-shadow: 0 15px 40px rgba(147,51,234,0.4);
}

.cta-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(147,51,234,0.5);
}

.cta-btn-secondary {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 2px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(10px);
}

.cta-btn-secondary:hover {
    background: rgba(255,255,255,0.2);
}

.cta-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.cta-feature {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cta-feature i {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
}

.cta-feature span {
    font-size: 1em;
    font-weight: 600;
}

.cta-info-card {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 30px;
    padding: 45px;
}

.cta-info-card h3 {
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center;
}

.info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px;
    background: rgba(255,255,255,0.05);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.info-item:hover {
    background: rgba(255,255,255,0.1);
}

.info-item i {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #9333ea 0%, #c026d3 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
    flex-shrink: 0;
}

.info-item-content strong {
    display: block;
    font-size: 0.85em;
    color: rgba(255,255,255,0.6);
    margin-bottom: 3px;
}

.info-item-content span,
.info-item-content a {
    font-size: 1.1em;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 1200px) {
    .hero-wrapper {
        grid-template-columns: 1fr;
    }
    
    .hero-image-box {
        display: none;
    }
    
    .install-types {
        grid-template-columns: 1fr;
    }
    
    .process-timeline {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .process-timeline::before {
        display: none;
    }
    
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gallery-item:first-child {
        grid-column: span 1;
        grid-row: span 1;
        height: 250px;
    }
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5em;
    }
    
    .hero-wrapper {
        padding: 40px 25px;
    }
    
    .hero-highlights {
        grid-template-columns: 1fr;
    }
    
    .stats-bar {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 25px;
        gap: 15px;
    }
    
    .install-main {
        padding: 80px 25px 40px;
    }
    
    .process-section {
        padding: 50px 25px;
    }
    
    .process-timeline {
        grid-template-columns: 1fr;
    }
    
    .why-us-section {
        padding: 50px 25px;
    }
    
    .why-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-section {
        padding: 50px 25px;
        overflow-x: auto;
    }
    
    .guarantee-section {
        grid-template-columns: 1fr;
        padding: 50px 25px;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials-section {
        padding: 50px 25px;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-cta {
        padding: 50px 25px;
    }
    
    .cta-wrapper {
        grid-template-columns: 1fr;
    }
    
    .cta-features {
        grid-template-columns: 1fr;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .hero-buttons {
        flex-direction: column;
    }
}/* End custom CSS */