.elementor-5764 .elementor-element.elementor-element-ab35506{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS *//* ============================================
   HUB 4 (LOGISTICS RESOURCES) CSS - V3 FIXED
   - Typography: Segoe UI
   - Colors: Navy Blue (#1a3a5c) + Gold (#d4af37)
   - FIXED: Full-width hero and sections
   - FIXED: High-contrast CTA buttons (white bg)
   - Focus Keyphrase: Iraq Logistics Resources
   ============================================ */

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

/* Typography Standardization */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    color: #333 !important;
    line-height: 1.8 !important;
    font-size: 18px !important;
    background-color: #f8f9fa !important;
}

/* Hero Section - FULL WIDTH */
.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;
}

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

.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;
}

/* CTA Button (Gold in Hero) */
.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;
}

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

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

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

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

h3 {
    font-size: 1.8em !important;
    font-weight: 700 !important;
    color: #1a3a5c !important;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
}

h4 {
    font-size: 1.4em !important;
    font-weight: 600 !important;
    color: #2c5282 !important;
    margin-top: 25px !important;
    margin-bottom: 15px !important;
}

p {
    margin-bottom: 20px !important;
    color: #555 !important;
    font-size: 1.1em !important;
    line-height: 1.8 !important;
}

/* Lists */
ul {
    margin: 20px 0 20px 30px !important;
    padding: 0 !important;
}

ul li {
    margin-bottom: 12px !important;
    line-height: 1.8 !important;
    color: #555 !important;
    font-size: 1.05em !important;
}

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

/* Highlight Box */
.highlight-box {
    background: linear-gradient(135deg, #1a3a5c 0%, #2c5282 100%) !important;
    color: white !important;
    padding: 35px !important;
    border-radius: 12px !important;
    margin: 35px 0 !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15) !important;
}

.highlight-box h3 {
    color: #d4af37 !important;
    margin-top: 0 !important;
}

.highlight-box p {
    margin-bottom: 15px !important;
    color: white !important;
}

.highlight-box ul {
    margin-left: 20px !important;
}

.highlight-box li {
    color: white !important;
}

/* Inline CTA Boxes - FULL WIDTH + WHITE BUTTONS */
.inline-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: 50px 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;
}

.inline-cta h3 {
    color: #ffffff !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-size: 2em !important;
}

.inline-cta p {
    color: #ffffff !important;
    margin-bottom: 25px !important;
    font-size: 1.2em !important;
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.inline-cta .cta-button {
    background: #ffffff !important;
    color: #1a3a5c !important;
    font-size: 1.2em !important;
    padding: 18px 45px !important;
}

.inline-cta .cta-button:hover {
    background: #d4af37 !important;
    color: #1a3a5c !important;
    transform: translateY(-3px) !important;
}

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

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

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

/* Resource Cards - PREMIUM STYLE */
.resource-card {
    background: linear-gradient(135deg, #d4af37 0%, #f0d78c 100%) !important;
    padding: 30px !important;
    border-radius: 12px !important;
    margin: 25px 0 !important;
    color: #1a1a1a !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    transition: all 0.3s ease !important;
}

.resource-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2) !important;
}

.resource-card h4 {
    margin-top: 0 !important;
    color: #1a1a1a !important;
}

.resource-card p,
.resource-card ul,
.resource-card li,
.resource-card em,
.resource-card strong {
    color: #1a1a1a !important;
}

/* Download Button - NAVY STYLE */
.download-button {
    display: inline-block !important;
    background-color: #1a3a5c !important;
    color: white !important;
    padding: 12px 30px !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    margin-top: 15px !important;
    transition: all 0.3s ease !important;
}

.download-button:hover {
    background-color: #2c5282 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3) !important;
}

/* FAQ Section - NUMBERED QUESTIONS */
.faq-section {
    background: white !important;
    padding: 50px 40px !important;
    margin-bottom: 40px !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08) !important;
}

.faq-item {
    margin-bottom: 30px !important;
    padding-bottom: 25px !important;
    border-bottom: 2px solid #e9ecef !important;
}

.faq-item:last-child {
    border-bottom: none !important;
}

.faq-question {
    color: #1a3a5c !important;
    font-size: 1.3em !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
}

.faq-question-number {
    display: inline-block !important;
    background: #d4af37 !important;
    color: #1a3a5c !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center !important;
    border-radius: 50% !important;
    font-weight: 700 !important;
    margin-right: 12px !important;
    font-size: 0.9em !important;
}

.faq-answer {
    color: #555 !important;
    font-size: 1.05em !important;
    line-height: 1.7 !important;
}

/* Contact Section - FULL WIDTH + WHITE BUTTONS */
.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: 50px !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;
}

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

.contact-section > p {
    color: #ffffff !important;
    font-size: 1.2em !important;
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 30px !important;
}

.contact-info {
    margin: 30px 0 !important;
    font-size: 1.2em !important;
}

.contact-info p {
    margin-bottom: 10px !important;
    color: #ffffff !important;
}

.contact-info a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    border-bottom: 2px solid #ffffff !important;
    transition: all 0.3s ease !important;
}

.contact-info a:hover {
    border-bottom-color: #d4af37 !important;
}

.contact-section .cta-button {
    background: #ffffff !important;
    color: #1a3a5c !important;
    font-size: 1.2em !important;
    padding: 18px 45px !important;
    margin-top: 20px !important;
}

.contact-section .cta-button:hover {
    background: #d4af37 !important;
    color: #1a3a5c !important;
    transform: translateY(-3px) !important;
}

/* Related Links */
.related-links {
    background: #f8f9fa !important;
    padding: 30px !important;
    border-radius: 8px !important;
    margin-top: 40px !important;
}

.related-links h3 {
    color: #1a3a5c !important;
    margin-bottom: 20px !important;
}

.related-links ul {
    list-style: none !important;
    margin-left: 0 !important;
}

.related-links ul li {
    margin-bottom: 15px !important;
}

.related-links a {
    color: #2c5282 !important;
    text-decoration: none !important;
    font-size: 1.05em !important;
    font-weight: 500 !important;
    transition: color 0.3s ease !important;
}

.related-links a:hover {
    color: #d4af37 !important;
}

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

    h2 {
        font-size: 1.8em !important;
    }

    h3 {
        font-size: 1.5em !important;
    }

    .content-section {
        padding: 30px 20px !important;
    }

    .cta-button {
        padding: 15px 30px !important;
        font-size: 1em !important;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 16px !important;
    }

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

    .cta-button {
        width: 90% !important;
    }
}/* End custom CSS */