﻿<!--

استایل‌های اختصاصی با پیشوند la -->
<style >
/* متغیرهای رنگ */
.la-color-primary {
    color: #2E8B57;
}

.la-color-secondary {
    color: #78AB46;
}

.la-color-light {
    color: #F5F5DC;
}

.la-color-dark {
    color: #333;
}

/* استایل‌های عمومی */
.la-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.la-section {
    padding: 60px 0;
}

.la-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

/* تایپوگرافی */
.la-title {
    font-size: 1.6rem;
    color: #f48221;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

    .la-title:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
        width: 80px;
        height: 3px;
        background: #f48221;
        border-radius: 2px;
    }

.la-subtitle {
    font-size: 1.2rem;
    color: #444;
    margin: 15px 0 10px;
    font-weight: 500;
}

.la-text {
    font-size: 1.10rem;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #555;
}

/* استایل‌های سکشن شرکت */
.la-company-section {
    background-color: rgba(245, 245, 220, 0.2);
}

.la-company-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.la-company-image {
    height: 100%;
    min-height: 400px;
}

    .la-company-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.la-company-content {
    padding: 35px;
}

.la-company-highlights {
    margin: 25px 0;
}

.la-highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(46, 139, 87, 0.1);
}

    .la-highlight-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

.la-highlight-icon {
    width: 45px;
    height: 45px;
    background: #f37021;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    flex-shrink: 0;
}

.la-highlight-text h4 {
    font-size: 1rem;
    color: #2E8B57;
    margin-bottom: 5px;
    font-weight: 600;
}

.la-highlight-text p {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5;
}

.la-services {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 2px solid rgba(46, 139, 87, 0.2);
}

.la-services-title {
    font-size: 1rem;
    color: #2E8B57;
    margin-bottom: 15px;
    font-weight: 600;
}

.la-services-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.la-service-tag {
    background: rgba(46, 139, 87, 0.1);
    color: #2E8B57;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid rgba(46, 139, 87, 0.2);
}

/* ریسپانسیو */
@@media (max-width: 992px) {
    .la-company-card {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .la-company-image {
        height: 300px;
        min-height: auto;
    }
}

@@media (max-width: 768px) {
    .la-company-content {
        padding: 25px;
    }

    .la-company-image {
        height: 250px;
    }

    .la-services-list {
        gap: 8px;
    }

    .la-service-tag {
        padding: 5px 12px;
        font-size: 0.8rem;
    }
}

@@media (max-width: 480px) {
    .la-company-content {
        padding: 20px;
    }

    .la-company-image {
        height: 200px;
    }

    .la-highlight-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .la-highlight-icon {
        margin: 0 auto;
    }
}

.la-text-center {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 20px;
}

.la-highlight {
    color: #2E8B57;
    font-weight: 600;
    background-color: rgba(46, 139, 87, 0.1);
    padding: 2px 6px;
    border-radius: 3px;
}

/* هدر */
.la-header {
    background: linear-gradient(rgb(255 182 130 / 90%), rgb(247 147 77 / 90%)), url(../../ContentStyle/assets/img/tarahanh.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 0 50px;
    text-align: center;
    color: white;
    border-radius: 0 0 30px 30px;
    margin-bottom: 30px;
}

.la-header-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.la-header-subtitle {
    font-size: 1rem;
    max-width: 700px;
    margin: 0 auto 25px;
    opacity: 0.95;
    line-height: 1.6;
}

/* دکمه */
.la-btn {
    display: inline-block;
    background: #f48221;
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(46, 139, 87, 0.2);
}

    .la-btn:hover {
        background: #247a49;
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(46, 139, 87, 0.3);
    }

.la-btn-whatsapp {
    background: #25D366;
}

    .la-btn-whatsapp:hover {
        background: #1da851;
    }

/* ویژگی‌ها */
.la-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.la-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: rgba(245, 245, 220, 0.3);
    border-radius: 10px;
    border: 1px solid rgba(46, 139, 87, 0.1);
    transition: all 0.3s ease;
}

    .la-feature-item:hover {
        border-color: #78AB46;
        transform: translateY(-5px);
    }

.la-feature-icon {
    width: 50px;
    height: 50px;
    background: #f37021;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
}

/* جدول زمانی */
.la-timeline-section {
    background-color: rgba(245, 245, 220, 0.3);
}

.la-timeline {
    position: relative;
    max-width: 900px;
    margin: 40px auto 0;
}

    .la-timeline:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 2px;
        height: 100%;
        background: linear-gradient(to bottom, #f7772a70, #f37021);
    }

.la-timeline-item {
    position: relative;
    margin-bottom: 30px;
    padding-right: 40px;
}

    .la-timeline-item:last-child {
        margin-bottom: 0;
    }

    .la-timeline-item:before {
        content: '';
        position: absolute;
        right: -6px;
        top: 10px;
        width: 14px;
        height: 14px;
        background: white;
        border: 3px solid #f37021;
        border-radius: 50%;
        z-index: 1;
    }

.la-timeline-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-right: 3px solid #f37021;
}

.la-timeline-date {
    display: inline-block;
    background: #f48221;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 10px;
}

/* گالری */
.la-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.la-gallery-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 200px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

    .la-gallery-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }

    .la-gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease;
    }

    .la-gallery-item:hover img {
        transform: scale(1.05);
    }

/* چک لیست */
.la-checklist-section {
    background-color: rgba(120, 171, 70, 0.05);
}

.la-checklist {
    list-style: none;
    margin: 20px 0;
}

    .la-checklist li {
        padding: 12px 44px 12px 40px;
        margin-bottom: 10px;
        background: rgba(120, 171, 70, 0.1);
        border-radius: 8px;
        position: relative;
        border-right: 3px solid #f37021;
        font-size: 1rem;
    }

        .la-checklist li:before {
            content: '✓';
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            width: 22px;
            height: 22px;
            background: #f37021;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.8rem;
            font-weight: bold;
        }

/* بخش تماس */
.la-contact-section {
    background: linear-gradient(135deg, #d78924, #f69542);
    color: white;
    text-align: center;
    border-radius: 30px 30px 0 0;
    margin-top: 30px;
}

    .la-contact-section .la-title {
        color: white;
    }

        .la-contact-section .la-title:after {
            background: white;
        }

    .la-contact-section .la-text {
        color: rgba(255, 255, 255, 0.9);
    }

.la-contact-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 25px;
}

/* ناوبری نقطه‌ای */
.la-nav-dots {
    position: fixed;
    left: 20px;
    top: 70%;
    transform: translateY(-50%);
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.la-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f37021;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.5;
}

    .la-dot:hover, .la-dot.active {
        opacity: 1;
        transform: scale(1.3);
        background: #f37021;
    }

/* ریسپانسیو */
@media (max-width: 992px) {
    .la-header-title {
        font-size: 1.6rem;
    }

    .la-title {
        font-size: 1.4rem;
    }

    .la-nav-dots {
        display: none;
    }

    .la-timeline:before {
        right: 20px;
    }

    .la-timeline-item {
        padding-right: 60px;
    }
}

@media (max-width: 768px) {
    .la-section {
        padding: 40px 0;
    }

    .la-header {
        padding: 60px 0 40px;
    }

    .la-header-title {
        font-size: 1.4rem;
    }

    .la-features {
        grid-template-columns: 1fr;
    }

    .la-gallery {
        grid-template-columns: 1fr;
    }

    .la-contact-buttons {
        flex-direction: column;
        align-items: center;
    }

        .la-contact-buttons .la-btn {
            width: 100%;
            max-width: 250px;
            text-align: center;
        }
}

@media (max-width: 480px) {
    .la-container {
        padding: 0 12px;
    }

    .la-card {
        padding: 20px;
    }

    .la-feature-item {
        flex-direction: column;
        text-align: center;
    }

    .la-feature-icon {
        margin: 0 auto 10px;
    }

    .la-timeline-item {
        padding-right: 40px;
    }
}

</style >
