.elementor-1130 .elementor-element.elementor-element-581fa04{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS *//* ============================================
   PETROLEUM TRANSPORTATION IRAQ HUB PAGE CSS
   V6 Design System - FULLY SCOPED (No Footer Conflicts)
   - Typography: Segoe UI
   - Colors: Navy Blue (#1a3a5c) + Gold (#d4af37)
   - Layout: Flexbox only (NO Grid)
   - FULL-WIDTH: Viewport breakout technique
   - SCOPED: Only affects .elementor-widget-html content
   - Focus Keyphrase: Petroleum Transportation Iraq
   ============================================ */

/* Reset Elementor container constraints */
.elementor-widget-html {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Typography Standardization - SCOPED TO HTML WIDGET ONLY */
.elementor-widget-html {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    line-height: 1.5 !important;
    font-size: 18px !important;
}

/* Hero Section - FULL WIDTH */
.elementor-widget-html .hero-section {
    background: linear-gradient(135deg, #1a3a5c 0%, #d4af37 100%) !important;
    padding: 80px 20px !important;
    text-align: center !important;
    margin-bottom: 60px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

.elementor-widget-html .hero-section h1 {
    font-size: 2.8em !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 20px !important;
    line-height: 1.3 !important;
}

.elementor-widget-html .hero-section p {
    font-size: 1.3em !important;
    color: #ffffff !important;
    margin-bottom: 30px !important;
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.6 !important;
}

/* Hero CTAs Container */
.elementor-widget-html .hero-ctas {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
    margin-top: 30px !important;
}

/* CTA Button (Primary - Gold in Hero) */
.elementor-widget-html .cta-button {
    display: inline-block !important;
    background-color: #d4af37 !important;
    color: #1a3a5c !important;
    padding: 16px 40px !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 1.1em !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
}

.elementor-widget-html .cta-button:hover {
    background-color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3) !important;
}

/* CTA Button Secondary (White/Outlined) */
.elementor-widget-html .cta-button-secondary {
    display: inline-block !important;
    background-color: transparent !important;
    color: #ffffff !important;
    padding: 16px 40px !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 1.1em !important;
    transition: all 0.3s ease !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
}

.elementor-widget-html .cta-button-secondary:hover {
    background-color: #ffffff !important;
    color: #1a3a5c !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3) !important;
}

/* Container - For content sections only */
.elementor-widget-html .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* Content Sections - REDUCED SPACING */
.elementor-widget-html .content-section {
    background: white !important;
    padding: 40px 35px !important;
    margin-bottom: 30px !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08) !important;
}

/* Section Headings - REDUCED SPACING */
.elementor-widget-html h2 {
    font-size: 2.2em !important;
    font-weight: 700 !important;
    color: #1a3a5c !important;
    margin-bottom: 20px !important;
    line-height: 1.3 !important;
    border-left: 5px solid #d4af37 !important;
    padding-left: 20px !important;
}

.elementor-widget-html h3 {
    font-size: 1.8em !important;
    font-weight: 700 !important;
    color: #1a3a5c !important;
    margin-top: 30px !important;
    margin-bottom: 15px !important;
}

.elementor-widget-html h4 {
    font-size: 1.4em !important;
    font-weight: 600 !important;
    color: #2c5282 !important;
    margin-top: 20px !important;
    margin-bottom: 12px !important;
}

.elementor-widget-html p {
    margin-bottom: 12px !important;
    color: #555 !important;
    font-size: 1.1em !important;
    line-height: 1.6 !important;
}

/* Lists - REDUCED SPACING */
.elementor-widget-html ul {
    margin: 15px 0 15px 30px !important;
    padding: 0 !important;
}

.elementor-widget-html ul li {
    margin-bottom: 8px !important;
    line-height: 1.6 !important;
    color: #555 !important;
    font-size: 1.05em !important;
}

.elementor-widget-html ul li strong {
    color: #1a3a5c !important;
    font-weight: 600 !important;
}

/* Trust Signals Section - Flexbox Layout */
.elementor-widget-html .trust-signals {
    display: flex !important;
    justify-content: space-around !important;
    gap: 20px !important;
    margin: 25px 0 !important;
    flex-wrap: wrap !important;
}

.elementor-widget-html .trust-item {
    background: #ffffff !important;
    border-radius: 10px !important;
    padding: 25px 20px !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08) !important;
    text-align: center !important;
    min-width: 200px !important;
    transition: all 0.3s ease !important;
    flex: 1 1 200px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 15px !important;
}

.elementor-widget-html .trust-item:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15) !important;
}

.elementor-widget-html .trust-icon-circle {
    width: 70px !important;
    height: 70px !important;
    background: linear-gradient(135deg, #1a3a5c 0%, #2c5282 100%) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
}

.elementor-widget-html .trust-icon {
    font-size: 2em !important;
    display: none !important; /* Hide emoji icons */
}

.elementor-widget-html .trust-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
}

.elementor-widget-html .trust-number {
    font-size: 2.2em !important;
    font-weight: 700 !important;
    color: #1a3a5c !important;
    display: block !important;
}

.elementor-widget-html .trust-label {
    font-size: 1em !important;
    color: #555 !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}

/* Feature Cards - Flexbox 3-Column - REDUCED SPACING */
.elementor-widget-html .features-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 25px !important;
    margin: 25px 0 !important;
}

.elementor-widget-html .feature-card {
    background: #ffffff !important;
    border-radius: 10px !important;
    padding: 25px !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08) !important;
    transition: all 0.3s ease !important;
    border-top: 4px solid #1a3a5c !important;
    flex: 1 1 calc(33.333% - 25px) !important;
    min-width: 280px !important;
}

.elementor-widget-html .feature-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15) !important;
}

.elementor-widget-html .feature-card h4 {
    color: #1a3a5c !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
}

/* Case Study Box - REDUCED SPACING */
.elementor-widget-html .case-study {
    background: linear-gradient(135deg, #fff9e6 0%, #ffe9a0 100%) !important;
    border-left: 5px solid #d4af37 !important;
    border-radius: 10px !important;
    padding: 25px !important;
    margin: 25px 0 !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08) !important;
}

.elementor-widget-html .case-study h4 {
    color: #1a3a5c !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
}

/* Service Card - REDUCED SPACING */
.elementor-widget-html .service-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    padding: 30px !important;
    border-radius: 12px !important;
    border-left: 5px solid #d4af37 !important;
    transition: all 0.3s ease !important;
    margin: 20px 0 !important;
}

.elementor-widget-html .service-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.elementor-widget-html .service-card h4 {
    color: #1a3a5c !important;
    margin-top: 0 !important;
    font-size: 1.5em !important;
    margin-bottom: 12px !important;
}

/* Mid-Article CTA - FULL WIDTH */
.elementor-widget-html .mid-article-cta {
    background: linear-gradient(135deg, #1a3a5c 0%, #d4af37 100%) !important;
    color: #ffffff !important;
    padding: 40px 20px !important;
    border-radius: 15px !important;
    text-align: center !important;
    margin: 45px 0 !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

.elementor-widget-html .mid-article-cta .cta-content {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.elementor-widget-html .mid-article-cta h3 {
    color: #ffffff !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-size: 2em !important;
}

.elementor-widget-html .mid-article-cta p {
    color: #ffffff !important;
    margin-bottom: 20px !important;
    font-size: 1.2em !important;
}

.elementor-widget-html .mid-article-cta .cta-button-secondary {
    background: #ffffff !important;
    color: #1a3a5c !important;
    border: none !important;
}

.elementor-widget-html .mid-article-cta .cta-button-secondary:hover {
    background: #d4af37 !important;
    color: #ffffff !important;
}

/* Process Steps - REDUCED SPACING */
.elementor-widget-html .process-steps {
    margin: 35px 0 !important;
}

.elementor-widget-html .process-step {
    background: white !important;
    border-left: 5px solid #d4af37 !important;
    padding: 22px 28px !important;
    margin-bottom: 22px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
    position: relative !important;
    padding-left: 75px !important;
}

.elementor-widget-html .process-step::before {
    content: attr(data-step) !important;
    position: absolute !important;
    left: 18px !important;
    top: 18px !important;
    width: 38px !important;
    height: 38px !important;
    background: #d4af37 !important;
    color: #1a3a5c !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.3em !important;
    font-weight: 700 !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2) !important;
}

.elementor-widget-html .process-step h4 {
    margin-top: 0 !important;
    color: #1a3a5c !important;
}

/* FAQ Section - REDUCED SPACING */
.elementor-widget-html .faq-item {
    background: #ffffff !important;
    border-radius: 10px !important;
    padding: 18px !important;
    margin-bottom: 15px !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08) !important;
    transition: all 0.3s ease !important;
}

.elementor-widget-html .faq-item:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.15) !important;
}

.elementor-widget-html .faq-item h4 {
    color: #1a3a5c !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    line-height: 1.4 !important;
}

.elementor-widget-html .faq-item p {
    margin-bottom: 0 !important;
    line-height: 1.6 !important;
}

.elementor-widget-html .faq-icon {
    color: #d4af37 !important;
    margin-right: 8px !important;
    font-size: 0.8em !important;
}

/* Final Call to Action - FULL WIDTH */
.elementor-widget-html .call-to-action {
    background: linear-gradient(135deg, #1a3a5c 0%, #d4af37 100%) !important;
    color: #ffffff !important;
    padding: 50px 20px !important;
    border-radius: 15px !important;
    text-align: center !important;
    margin: 45px 0 !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

.elementor-widget-html .call-to-action h2 {
    color: #ffffff !important;
    margin-bottom: 20px !important;
    border: none !important;
    padding: 0 !important;
    font-size: 2.5em !important;
}

.elementor-widget-html .call-to-action p {
    color: #ffffff !important;
    font-size: 1.2em !important;
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 25px !important;
}

.elementor-widget-html .call-to-action .cta-button {
    background: #ffffff !important;
    color: #1a3a5c !important;
    font-size: 1.2em !important;
    padding: 18px 45px !important;
}

.elementor-widget-html .call-to-action .cta-button:hover {
    background: #d4af37 !important;
    color: #1a3a5c !important;
    transform: translateY(-3px) !important;
}

.elementor-widget-html .call-to-action a[href^="tel:"] {
    color: #ffd700 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    transition: color 0.3s ease !important;
}

.elementor-widget-html .call-to-action a[href^="tel:"]:hover {
    color: #ffffff !important;
}

/* Contact Section - FULL WIDTH */
.elementor-widget-html .contact-section {
    background: linear-gradient(135deg, #1a3a5c 0%, #d4af37 100%) !important;
    color: white !important;
    padding: 60px 20px !important;
    text-align: center !important;
    border-radius: 12px !important;
    margin-top: 45px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

.elementor-widget-html .contact-section h2 {
    margin-bottom: 30px !important;
    color: white !important;
    border: none !important;
    padding: 0 !important;
    font-size: 2.5em !important;
}

/* Contact Map - Large */
.elementor-widget-html .contact-map-large {
    max-width: 1200px !important;
    margin: 0 auto 40px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2) !important;
}

/* Contact Cards Grid - Flexbox 3-Column */
.elementor-widget-html .contact-cards-grid {
    display: flex !important;
    justify-content: center !important;
    gap: 25px !important;
    margin: 0 auto !important;
    max-width: 1200px !important;
    flex-wrap: wrap !important;
}

.elementor-widget-html .contact-card {
    background: rgba(255,255,255,0.15) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 12px !important;
    padding: 30px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
    transition: all 0.3s ease !important;
    flex: 1 1 calc(33.333% - 25px) !important;
    min-width: 280px !important;
    text-align: center !important;
}

.elementor-widget-html .contact-card:hover {
    background: rgba(255,255,255,0.25) !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 6px 25px rgba(0,0,0,0.25) !important;
}

.elementor-widget-html .contact-card-icon {
    font-size: 3em !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.elementor-widget-html .contact-card-content h3 {
    color: #ffd700 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-size: 1.5em !important;
}

.elementor-widget-html .contact-card-content p {
    color: #ffffff !important;
    margin-bottom: 12px !important;
    line-height: 1.6 !important;
}

.elementor-widget-html .contact-card-link {
    color: #ffd700 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    display: inline-block !important;
    margin-top: 10px !important;
    transition: all 0.3s ease !important;
    border-bottom: 2px solid transparent !important;
}

.elementor-widget-html .contact-card-link:hover {
    border-bottom-color: #ffd700 !important;
    transform: translateX(5px) !important;
}

.elementor-widget-html .contact-card-phone {
    color: #ffd700 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 1.3em !important;
    display: block !important;
    margin: 10px 0 !important;
    transition: color 0.3s ease !important;
}

.elementor-widget-html .contact-card-phone:hover {
    color: #ffffff !important;
}

.elementor-widget-html .contact-card-email {
    color: #ffd700 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 1.1em !important;
    display: block !important;
    margin: 10px 0 !important;
    word-break: break-all !important;
    transition: color 0.3s ease !important;
}

.elementor-widget-html .contact-card-email:hover {
    color: #ffffff !important;
}

.elementor-widget-html .contact-card-hint {
    font-size: 0.9em !important;
    color: rgba(255,255,255,0.8) !important;
    font-style: italic !important;
    margin-top: 8px !important;
}

/* WhatsApp Button */
.elementor-widget-html .whatsapp-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #25D366 !important;
    color: #ffffff !important;
    padding: 12px 25px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 1em !important;
    margin-top: 15px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3) !important;
}

.elementor-widget-html .whatsapp-button:hover {
    background: #20BA5A !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4) !important;
}

/* Images */
.elementor-widget-html img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .elementor-widget-html .hero-section h1 {
        font-size: 2em !important;
    }

    .elementor-widget-html h2 {
        font-size: 1.8em !important;
    }

    .elementor-widget-html h3 {
        font-size: 1.5em !important;
    }

    .elementor-widget-html .content-section {
        padding: 25px 20px !important;
    }

    .elementor-widget-html .cta-button,
    .elementor-widget-html .cta-button-secondary {
        padding: 15px 30px !important;
        font-size: 1em !important;
    }

    .elementor-widget-html .hero-ctas {
        flex-direction: column !important;
        gap: 15px !important;
    }

    .elementor-widget-html .process-step {
        padding-left: 20px !important;
    }

    .elementor-widget-html .process-step::before {
        position: static !important;
        margin-bottom: 12px !important;
    }

    .elementor-widget-html .trust-signals,
    .elementor-widget-html .features-grid,
    .elementor-widget-html .contact-cards-grid {
        flex-direction: column !important;
    }

    .elementor-widget-html .feature-card,
    .elementor-widget-html .trust-item,
    .elementor-widget-html .contact-card {
        flex: 1 1 100% !important;
    }
}

@media (max-width: 480px) {
    .elementor-widget-html {
        font-size: 16px !important;
    }

    .elementor-widget-html .hero-section h1 {
        font-size: 1.8em !important;
    }

    .elementor-widget-html .cta-button,
    .elementor-widget-html .cta-button-secondary {
        width: 90% !important;
    }
}/* End custom CSS */