:root {
            --primary-color: #1a73e8;
            --secondary-color: #0d47a1;
            --accent-color: #4fc3f7;
            --light-color: #f8f9fa;
            --dark-color: #1a237e;
            --gradient-start: #1a73e8;
            --gradient-end: #0d47a1;
            --glass-bg: rgba(255, 255, 255, 0.1);
            --glass-border: rgba(255, 255, 255, 0.2);
        }
 .about-hero {
    /* background: linear-gradient(135deg, 
        rgba(26, 115, 232, 0.85) 0%, 
        rgba(13, 71, 161, 0.8) 50%,
        rgba(26, 115, 232, 0.7) 100%),
        url('https://images.unsplash.com/photo-1588776814546-1ffcf47267a5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1167&q=80'); */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    padding: 80px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path fill="rgba(255,255,255,0.05)" 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" class="shape-fill"></path></svg>');
    background-size: cover;
    animation: float 6s ease-in-out infinite;
}

.about-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(transparent, rgba(255, 255, 255, 0.1));
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 100%);
}

.about-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

.about-hero h1 {
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 25px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    background: linear-gradient(45deg, #ffffff, #e3f2fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block;
}

.about-hero h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 50%;
    transform: translateX(50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(45deg, var(--accent-color), #ffffff);
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(0, 229, 255, 0.5);
}

.about-hero p {
    font-size: 1.3rem;
    line-height: 1.8;
    margin: 0 auto 35px;
    max-width: 600px;
    opacity: 0.95;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-weight: 400;
}
/* Breadcrumb بهبود یافته */
.breadcrumb {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    border-radius: 50px;
    padding: 12px 30px;
    display: inline-flex;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.breadcrumb::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s;
}

.breadcrumb:hover::before {
    transform: translateX(100%);
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    position: relative;
}

.breadcrumb-item a:hover {
    color: var(--accent-color);
    transform: translateY(-2px);
}

.breadcrumb-item.active {
    color: var(--accent-color);
    font-weight: 600;
    text-shadow: 0 0 10px rgba(0, 229, 255, 0.5);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.6);
    font-weight: bold;
    margin: 0 15px;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-right: var(--bs-breadcrumb-item-padding-x);
}
 /* بخش اصلی */
        .insurance-main {
            padding: 5rem 0;
        }
        
        .section-title {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 3rem;
            position: relative;
            padding-bottom: 1rem;
            color: var(--dark-color);
            text-align: center;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 50%;
            transform: translateX(50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
            border-radius: 2px;
        }
        
        /* کارت‌های بیمه */
        .insurance-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
            margin-bottom: 2rem;
            height: 100%;
            position: relative;
            border: 1px solid #e8eaed;
        }
        
        .insurance-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }
        
        .card-front, .card-back {
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
            transition: transform 0.6s ease;
            position: absolute;
            top: 0;
            right: 0;
        }
        
        .card-front {
            transform: rotateY(0deg);
            z-index: 2;
        }
        
        .card-back {
            transform: rotateY(180deg);
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            color: white;
            padding: 2rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .insurance-card:hover .card-front {
            transform: rotateY(-180deg);
        }
        
        .insurance-card:hover .card-back {
            transform: rotateY(0deg);
        }
        
        .insurance-logo {
            height: 180px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2rem;
            background: var(--light-color);
        }
        
        .insurance-logo img {
            max-width: 100%;
            max-height: 120px;
            object-fit: contain;
        }
        
        .insurance-info {
            padding: 1.5rem;
        }
        
        .insurance-name {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--dark-color);
            text-align: center;
        }
        
        .insurance-type {
            color: var(--primary-color);
            font-weight: 600;
            margin-bottom: 0.5rem;
            text-align: center;
        }
        
        .back-title {
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            text-align: center;
        }
        
        .back-features {
            list-style: none;
            padding: 0;
            margin: 0 0 1.5rem 0;
        }
        
        .back-features li {
            margin-bottom: 0.8rem;
            padding-right: 1.5rem;
            position: relative;
        }
        
        .back-features li::before {
            content: '✓';
            position: absolute;
            right: 0;
            color: var(--accent-color);
            font-weight: bold;
        }
        
        .coverage-rate {
            background: rgba(255, 255, 255, 0.2);
            padding: 0.8rem;
            border-radius: 10px;
            text-align: center;
            margin-top: auto;
        }
        
        .rate-value {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0.3rem;
        }
        
        .rate-label {
            font-size: 0.9rem;
            opacity: 0.9;
        }
        
        /* بخش اطلاعات */
        .info-section {
            background: white;
            border-radius: 20px;
            padding: 3rem;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            margin-top: 4rem;
        }
        
        .info-title {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 2rem;
            color: var(--dark-color);
            text-align: center;
        }
        
        .info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }
        
        .info-item {
            text-align: center;
            padding: 2rem;
            border-radius: 15px;
            background: var(--light-color);
            transition: all 0.3s ease;
        }
        
        .info-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .info-icon {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: var(--primary-color);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            color: white;
            font-size: 1.8rem;
        }
        
        .info-item h4 {
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--dark-color);
        }
        
        .info-item p {
            color: #666;
            line-height: 1.7;
        }
        
        /* CTA بخش */
        .cta-section {
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            color: white;
            padding: 4rem 0;
            margin-top: 5rem;
            border-radius: 20px;
            text-align: center;
        }
        
        .cta-title {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }
        
        .cta-text {
            font-size: 1.1rem;
            opacity: 0.9;
            margin-bottom: 2rem;
            max-width: 600px;
            margin-right: auto;
            margin-left: auto;
        }
        
        .cta-btn {
            background: white;
            color: var(--primary-color);
            border: none;
            border-radius: 50px;
            padding: 1rem 2.5rem;
            font-size: 1.1rem;
            font-weight: 600;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 0.8rem;
        }
        
        .cta-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        }

         /* رسپانسیو */
        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.2rem;
            }
            
            .insurance-card {
                margin-bottom: 2rem;
            }
            
            .info-section {
                padding: 2rem;
            }
            
            .info-grid {
                grid-template-columns: 1fr;
            }
        }
        
        @media (max-width: 576px) {
            .card-back {
                padding: 1.5rem;
            }
            
            .back-features li {
                font-size: 0.9rem;
            }
        }
          /* استایل‌های جدید برای کارت‌های بیمه */
        .org-card {
            position: relative;
            width: 100%;
            height: 280px;
            perspective: 1000px;
            margin-bottom: 30px;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }
        
        .org-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }
        
        .org-card-inner {
            position: relative;
            width: 100%;
            height: 100%;
            text-align: center;
            transition: transform 0.6s;
            transform-style: preserve-3d;
        }
        
        .org-card:hover .org-card-inner {
            transform: rotateY(180deg);
        }
        
        .org-card-front, .org-card-back {
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            border-radius: 15px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }
        
        .org-card-front {
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
            color: #333;
            border: 1px solid #e9ecef;
        }
        
        .org-card-back {
            background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
            color: white;
            transform: rotateY(180deg);
        }
        
        .org-logo {
            width: 120px;
            height: 80px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .org-logo img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }
        
        .org-name {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 8px;
            color: #1a237e;
        }
        
        .org-type {
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 15px;
        }
        
        .back-title {
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 15px;
            color: white;
        }
        
        .back-features {
            list-style: none;
            padding: 0;
            margin: 0 0 20px 0;
            text-align: right;
            width: 100%;
        }
        
        .back-features li {
            padding: 5px 0;
            font-size: 0.9rem;
            position: relative;
            padding-right: 15px;
        }
        
        .back-features li:before {
            content: "•";
            position: absolute;
            right: 0;
            color: #4fc3f7;
        }
        
        .coverage-rate {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-top: auto;
        }
        
        .rate-value {
            font-size: 2rem;
            font-weight: 700;
            color: #4fc3f7;
        }
        
        .rate-label {
            font-size: 0.8rem;
            opacity: 0.9;
        }
        
        .coverage-badge {
            position: absolute;
            top: 10px;
            left: 10px;
            background: #4fc3f7;
            color: white;
            padding: 5px 10px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            z-index: 10;
        }
        
        /* استایل‌های بخش اطلاعات */
        .org-info-section {
            margin-top: 60px;
            padding: 40px 0;
            background: #f8f9fa;
            border-radius: 15px;
        }
        
        .org-info-title {
            text-align: center;
            margin-bottom: 40px;
            color: #1a237e;
            font-weight: 700;
        }
        
        .org-info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .org-info-item {
            background: white;
            padding: 30px;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease;
        }
        
        .org-info-item:hover {
            transform: translateY(-5px);
        }
        
        .org-info-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            color: white;
            font-size: 1.8rem;
        }
        
        .org-info-item h4 {
            color: #1a237e;
            margin-bottom: 15px;
            font-weight: 600;
        }
        
        .org-info-item p {
            color: #666;
            line-height: 1.6;
        }
        
        /* استایل‌های بخش جستجو */
        .org-search-container {
            max-width: 500px;
            margin: 0 auto 40px;
        }
        
        .org-search-form {
            position: relative;
        }
        
        .org-search-input {
            width: 100%;
            padding: 12px 50px 12px 20px;
            border: 2px solid #e0e0e0;
            border-radius: 50px;
            font-size: 1rem;
            transition: all 0.3s ease;
        }
        
        .org-search-input:focus {
            border-color: #1a73e8;
            box-shadow: 0 0 0 0.2rem rgba(26, 115, 232, 0.25);
            outline: none;
        }
        
        .org-search-btn {
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            color: #666;
            font-size: 1.2rem;
            cursor: pointer;
        }
        
        /* استایل‌های بخش راهنمایی */
        .org-help-section {
            margin-top: 60px;
            padding: 40px;
            background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
            border-radius: 15px;
            color: white;
        }
        
        .org-help-section h3 {
            margin-bottom: 20px;
            font-weight: 700;
        }
        
        .org-steps-list {
            list-style: none;
            padding: 0;
            margin: 20px 0;
        }
        
        .org-steps-list li {
            padding: 10px 0;
            display: flex;
            align-items: center;
        }
        
        .org-steps-list li span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            margin-left: 15px;
            font-weight: 700;
        }
        
        .org-help-icon {
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 2rem;
        }
        
        /* استایل‌های ریسپانسیو */
        @media (max-width: 768px) {
            .org-card {
                height: 250px;
            }
            
            .org-name {
                font-size: 1.1rem;
            }
            
            .back-title {
                font-size: 1.2rem;
            }
            
            .back-features li {
                font-size: 0.8rem;
            }
            
            .org-info-grid {
                grid-template-columns: 1fr;
            }
            
            .org-help-section {
                padding: 30px 20px;
            }
        }