.elementor-4142 .elementor-element.elementor-element-85fd67c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bbd1830 *//* ایزوله کردن تمام استایل‌ها فقط برای این بخش */
        #raptors-fleet-wrapper {
            --rf-primary: #0f172a;
            --rf-secondary: #1e293b;
            --rf-accent: #f97316;
            --rf-accent-hover: #ea580c;
            --rf-text: #334155;
            --rf-text-light: #64748b;
            --rf-bg-light: #f8fafc;
            --rf-white: #ffffff;
            --rf-radius: 12px;
            --rf-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
            --rf-shadow-hover: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
            
            font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
            color: var(--rf-text);
            line-height: 1.6;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            box-sizing: border-box;
        }

        #raptors-fleet-wrapper *, 
        #raptors-fleet-wrapper *::before, 
        #raptors-fleet-wrapper *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        #raptors-fleet-wrapper h2, 
        #raptors-fleet-wrapper h3, 
        #raptors-fleet-wrapper h4 {
            color: var(--rf-primary);
            line-height: 1.2;
            font-weight: 700;
        }

        #raptors-fleet-wrapper p {
            margin-bottom: 1rem;
            color: var(--rf-text-light);
        }

        #raptors-fleet-wrapper ul {
            list-style: none;
        }

        /* Utility Classes */
        #raptors-fleet-wrapper .rf-container {
            padding: 0 20px;
            max-width: 1100px;
            margin: 0 auto;
        }

        #raptors-fleet-wrapper .rf-section {
            padding: 60px 0;
        }

        #raptors-fleet-wrapper .rf-text-center { text-align: center; }
        #raptors-fleet-wrapper .rf-accent-text { color: var(--rf-accent); }

        /* Hero Section */
        #raptors-fleet-wrapper .rf-hero {
            background: linear-gradient(135deg, var(--rf-primary) 0%, var(--rf-secondary) 100%);
            color: var(--rf-white);
            padding: 80px 20px;
            border-radius: var(--rf-radius);
            text-align: center;
            margin-bottom: 40px;
            position: relative;
            overflow: hidden;
        }

        #raptors-fleet-wrapper .rf-hero::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 400px;
            height: 400px;
            background: var(--rf-accent);
            opacity: 0.1;
            border-radius: 50%;
        }

        #raptors-fleet-wrapper .rf-hero h1 {
            color: var(--rf-white);
            font-size: 2.5rem;
            margin-bottom: 1rem;
            position: relative;
        }

        #raptors-fleet-wrapper .rf-hero p {
            color: #cbd5e1;
            font-size: 1.125rem;
            max-width: 700px;
            margin: 0 auto 2rem auto;
            position: relative;
        }

        /* Grid Layouts */
        #raptors-fleet-wrapper .rf-grid-2 {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }

        #raptors-fleet-wrapper .rf-grid-3 {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
        }

        /* Cards */
        #raptors-fleet-wrapper .rf-card {
            background: var(--rf-white);
            padding: 30px;
            border-radius: var(--rf-radius);
            box-shadow: var(--rf-shadow);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid #e2e8f0;
        }

        #raptors-fleet-wrapper .rf-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--rf-shadow-hover);
            border-color: var(--rf-accent);
        }

        #raptors-fleet-wrapper .rf-icon-box {
            width: 50px;
            height: 50px;
            background: rgba(249, 115, 22, 0.1);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        #raptors-fleet-wrapper .rf-icon-box svg {
            width: 28px;
            height: 28px;
            stroke: var(--rf-accent);
        }

        #raptors-fleet-wrapper .rf-card h3 {
            font-size: 1.25rem;
            margin-bottom: 12px;
        }

        #raptors-fleet-wrapper .rf-card p {
            font-size: 0.95rem;
            margin-bottom: 0;
        }

        /* Services List */
        #raptors-fleet-wrapper .rf-service-list li {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
            font-size: 1rem;
        }

        #raptors-fleet-wrapper .rf-check-icon {
            min-width: 24px;
            height: 24px;
            background: var(--rf-accent);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
            margin-top: 2px;
        }

        #raptors-fleet-wrapper .rf-check-icon svg {
            width: 14px;
            height: 14px;
            stroke: white;
            stroke-width: 3;
        }

        /* Industries Tags */
        #raptors-fleet-wrapper .rf-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            justify-content: center;
            margin-top: 20px;
        }

        #raptors-fleet-wrapper .rf-tag {
            background: var(--rf-bg-light);
            color: var(--rf-primary);
            padding: 10px 20px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.9rem;
            border: 1px solid #e2e8f0;
            transition: all 0.3s ease;
        }

        #raptors-fleet-wrapper .rf-tag:hover {
            background: var(--rf-primary);
            color: var(--rf-white);
            border-color: var(--rf-primary);
        }

        /* Benefits Section */
        #raptors-fleet-wrapper .rf-benefits {
            background: var(--rf-primary);
            color: var(--rf-white);
            padding: 50px;
            border-radius: var(--rf-radius);
            margin: 40px 0;
        }

        #raptors-fleet-wrapper .rf-benefits h2 {
            color: var(--rf-white);
            text-align: center;
            margin-bottom: 30px;
        }

        #raptors-fleet-wrapper .rf-benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
        }

        #raptors-fleet-wrapper .rf-benefit-item {
            display: flex;
            align-items: center;
            background: rgba(255,255,255,0.05);
            padding: 15px 20px;
            border-radius: 8px;
            border-left: 3px solid var(--rf-accent);
        }

        #raptors-fleet-wrapper .rf-benefit-item span {
            font-weight: 500;
            color: #e2e8f0;
        }

        /* CTA Section */
        #raptors-fleet-wrapper .rf-cta {
            text-align: center;
            padding: 60px 20px;
            background: var(--rf-bg-light);
            border-radius: var(--rf-radius);
            border: 2px dashed #cbd5e1;
        }

        #raptors-fleet-wrapper .rf-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: var(--rf-accent);
            color: var(--rf-white);
            padding: 16px 32px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1rem;
            transition: background 0.3s ease, transform 0.2s ease;
            margin-top: 20px;
            gap: 10px;
        }

        #raptors-fleet-wrapper .rf-btn:hover {
            background: var(--rf-accent-hover);
            transform: translateY(-2px);
            color: var(--rf-white);
        }

        #raptors-fleet-wrapper .rf-contact-info {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin-top: 25px;
            flex-wrap: wrap;
        }

        #raptors-fleet-wrapper .rf-contact-link {
            display: flex;
            align-items: center;
            gap: 8px;
            color: var(--rf-primary);
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            transition: color 0.3s;
        }

        #raptors-fleet-wrapper .rf-contact-link:hover {
            color: var(--rf-accent);
        }

        /* Animation Classes */
        #raptors-fleet-wrapper .rf-animate {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.6s ease-out, transform 0.6s ease-out;
        }

        #raptors-fleet-wrapper .rf-animate.rf-visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            #raptors-fleet-wrapper .rf-grid-3 {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            #raptors-fleet-wrapper .rf-hero h1 { font-size: 2rem; }
            #raptors-fleet-wrapper .rf-grid-2, 
            #raptors-fleet-wrapper .rf-grid-3 {
                grid-template-columns: 1fr;
            }
            #raptors-fleet-wrapper .rf-benefits { padding: 30px 20px; }
            #raptors-fleet-wrapper .rf-contact-info { flex-direction: column; gap: 15px; }
        }/* End custom CSS */