/* ============================================================
   Al Uhud Travels – Elementor Widget Styles
   ============================================================ */

/* ── Reset / Base ── */
.aut-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.aut-section-header { text-align: center; margin-bottom: 48px; }

/* ═══════════════════════════════════════════════
   1. HERO SECTION
═══════════════════════════════════════════════ */
.aut-hero-section {
    position: relative;
    min-height: 620px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 60px 24px;
    box-sizing: border-box;
}
.aut-hero-overlay {
    position: absolute; inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 0;
}
.aut-hero-inner {
    position: relative; z-index: 1;
    max-width: 1200px; margin: 0 auto; width: 100%;
    display: flex; align-items: center; gap: 40px;
    flex-wrap: wrap;
}
.aut-hero-left  { flex: 1 1 400px; }
.aut-hero-right { flex: 0 0 360px; }
.aut-hero-h1 {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
    margin: 0;
}
.aut-hero-h2 {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.15;
    color: #C9A84C;
    margin: 0 0 18px;
}
.aut-hero-desc { color: #e8e8e8; font-size: 16px; line-height: 1.6; margin: 0 0 28px; }
.aut-hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.aut-hero-btn-primary, .aut-hero-btn-outline {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 13px 26px; border-radius: 6px;
    font-size: 15px; font-weight: 600;
    text-decoration: none; cursor: pointer;
    transition: opacity .2s, transform .2s;
}
.aut-hero-btn-primary:hover, .aut-hero-btn-outline:hover { opacity: .88; transform: translateY(-2px); }
.aut-hero-btn-primary { background: #1B5E3B; color: #fff; border: 2px solid #1B5E3B; }
.aut-hero-btn-outline  { background: transparent; color: #fff; border: 2px solid #fff; }
.aut-hero-rating { display: flex; align-items: center; gap: 12px; }
.aut-hero-avatars { display: flex; }
.aut-avatar { font-size: 22px; margin-right: -4px; }
.aut-hero-stars { color: #f4a40a; font-size: 14px; }
.aut-hero-stars span { color: #e0e0e0; }

/* Form card */
.aut-hero-form-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px 24px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}
.aut-form-title { font-size: 20px; font-weight: 700; color: #1a1a1a; margin: 0 0 6px; }
.aut-form-accent-bar { width: 40px; height: 3px; background: #C9A84C; border-radius: 2px; margin-bottom: 18px; }
.aut-built-in-form { display: flex; flex-direction: column; gap: 10px; }
.aut-field {
    display: flex; align-items: center; gap: 10px;
    border: 1.5px solid #e0e0e0; border-radius: 6px;
    padding: 9px 14px; background: #fafafa;
}
.aut-field span { font-size: 15px; color: #888; flex-shrink: 0; }
.aut-field input, .aut-field select {
    border: none; background: transparent; outline: none;
    width: 100%; font-size: 14px; color: #333;
}
.aut-form-submit {
    width: 100%; padding: 14px; border: none; border-radius: 6px;
    background: #1B5E3B; color: #fff; font-size: 15px; font-weight: 600;
    cursor: pointer; transition: opacity .2s;
    margin-top: 4px;
}
.aut-form-submit:hover { opacity: .88; }

/* ═══════════════════════════════════════════════
   2. FEATURES BAR
═══════════════════════════════════════════════ */
.aut-features-bar {
    background: #fff;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 24px 0;
}
.aut-features-inner {
    max-width: 1200px; margin: 0 auto; padding: 0 24px;
    display: flex; flex-wrap: wrap; gap: 8px;
    justify-content: space-around;
}
.aut-feature-item {
    display: flex; align-items: center; gap: 12px;
    flex: 1 1 200px; padding: 12px;
}
.aut-feature-icon { font-size: 28px; color: #1B5E3B; }
.aut-feature-icon i { font-size: 28px; }
.aut-feature-title { font-weight: 600; font-size: 14px; color: #1a1a1a; }
.aut-feature-desc  { font-size: 12px; color: #666; }

/* ═══════════════════════════════════════════════
   3. WHY CHOOSE US
═══════════════════════════════════════════════ */
.aut-why-section { background: #f8f8f5; padding: 72px 0; }
.aut-why-eyebrow {
    font-size: 12px; font-weight: 700; letter-spacing: 2px;
    color: #1B5E3B; text-transform: uppercase; margin-bottom: 10px;
}
.aut-why-heading { font-size: clamp(24px, 3vw, 36px); font-weight: 700; color: #1a1a1a; margin: 0 0 12px; }
.aut-why-sub     { color: #555; font-size: 15px; max-width: 600px; margin: 0 auto; }
.aut-why-grid    { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.aut-why-card {
    background: #fff; border-radius: 10px;
    padding: 28px 22px; box-shadow: 0 2px 12px rgba(0,0,0,.06);
    transition: box-shadow .2s;
}
.aut-why-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.1); }
.aut-why-card-icon { font-size: 32px; color: #1B5E3B; margin-bottom: 14px; }
.aut-why-card-icon i { font-size: 32px; }
.aut-why-card-title { font-weight: 700; font-size: 15px; color: #1a1a1a; margin-bottom: 8px; }
.aut-why-card-desc  { font-size: 13px; color: #666; line-height: 1.55; }

/* ═══════════════════════════════════════════════
   4. PACKAGES SECTION
═══════════════════════════════════════════════ */
.aut-packages-section { background: #fff; padding: 72px 0; }
.aut-pkg-eyebrow {
    font-size: 12px; font-weight: 700; letter-spacing: 2px;
    color: #1B5E3B; text-transform: uppercase; margin-bottom: 10px;
}
.aut-pkg-heading { font-size: clamp(24px, 3vw, 36px); font-weight: 700; color: #1a1a1a; margin: 0 0 12px; }
.aut-pkg-sub     { color: #555; font-size: 15px; max-width: 600px; margin: 0 auto; }

.aut-pkg-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 28px;
}
.aut-pkg-card {
    border: 1.5px solid #e8e8e8; border-radius: 12px;
    overflow: hidden; background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    position: relative;
    transition: box-shadow .2s, transform .2s;
    display: flex; flex-direction: column;
}
.aut-pkg-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,.12); transform: translateY(-4px); }
.aut-pkg-badge {
    position: absolute; top: 14px; left: 14px; z-index: 2;
    background: #e67e22; color: #fff;
    font-size: 10px; font-weight: 700; letter-spacing: 1px;
    padding: 4px 10px; border-radius: 4px; text-transform: uppercase;
}
.aut-pkg-img-wrap { height: 200px; overflow: hidden; }
.aut-pkg-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.aut-pkg-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.aut-pkg-name { font-size: 18px; font-weight: 700; color: #1a1a1a; margin: 0 0 8px; }
.aut-pkg-meta-row { display: flex; align-items: center; gap: 6px; margin-bottom: 12px; }
.aut-pkg-stars     { color: #f4a40a; font-size: 14px; }
.aut-pkg-rating-num { font-weight: 700; font-size: 14px; color: #1a1a1a; }
.aut-pkg-reviews   { font-size: 13px; color: #888; }
.aut-pkg-info-pills { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.aut-pill {
    background: #f0f7f3; color: #1B5E3B;
    font-size: 12px; font-weight: 500;
    padding: 3px 10px; border-radius: 20px;
}
.aut-pkg-features { list-style: none; padding: 0; margin: 0 0 16px; flex: 1; }
.aut-pkg-feature-item { font-size: 13px; color: #444; padding: 3px 0; display: flex; align-items: flex-start; gap: 6px; }
.aut-check { color: #1B5E3B; flex-shrink: 0; }
.aut-pkg-footer {
    display: flex; align-items: center;
    justify-content: space-between; gap: 12px;
    padding-top: 14px; border-top: 1px solid #f0f0f0;
    margin-top: auto;
}
.aut-pkg-pricing { display: flex; align-items: baseline; gap: 4px; }
.aut-pkg-from { font-size: 12px; color: #888; }
.aut-pkg-price { font-size: 22px; font-weight: 800; color: #1B5E3B; }
.aut-pkg-pp   { font-size: 12px; color: #888; }
.aut-pkg-btn {
    background: #1B5E3B; color: #fff;
    padding: 10px 18px; border-radius: 6px;
    font-size: 13px; font-weight: 600;
    text-decoration: none;
    transition: opacity .2s;
    white-space: nowrap;
}
.aut-pkg-btn:hover { opacity: .88; }
.aut-pkg-view-all-wrap { text-align: center; margin-top: 40px; }
.aut-pkg-view-all {
    border: 1.5px solid #1B5E3B; color: #1B5E3B;
    background: #fff; padding: 12px 30px; border-radius: 6px;
    font-size: 15px; font-weight: 600; text-decoration: none;
    display: inline-block;
    transition: background .2s, color .2s;
}
.aut-pkg-view-all:hover { background: #1B5E3B; color: #fff; }

/* ═══════════════════════════════════════════════
   5. CUSTOM PACKAGE CTA
═══════════════════════════════════════════════ */
.aut-cpc-section { background: #1B5E3B; padding: 48px 0; }
.aut-cpc-inner {
    max-width: 1200px; margin: 0 auto; padding: 0 24px;
    display: flex; align-items: center; gap: 32px; flex-wrap: wrap;
}
.aut-cpc-left  { display: flex; align-items: flex-start; gap: 18px; flex: 1 1 320px; }
.aut-cpc-mid   { flex: 1 1 220px; }
.aut-cpc-right { flex: 0 0 auto; display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.aut-cpc-icon  { font-size: 40px; color: #C9A84C; flex-shrink: 0; }
.aut-cpc-icon i { font-size: 40px; }
.aut-cpc-heading { font-size: 22px; font-weight: 700; color: #fff; margin: 0 0 8px; }
.aut-cpc-desc    { font-size: 14px; color: #d4e8d8; margin: 0; line-height: 1.6; }
.aut-cpc-bullets { list-style: none; padding: 0; margin: 0; }
.aut-cpc-bullets li { color: #d4e8d8; font-size: 14px; padding: 3px 0; }
.aut-cpc-bullet-check { color: #C9A84C; margin-right: 6px; }
.aut-cpc-btn {
    background: #C9A84C; color: #1a1a1a;
    padding: 13px 24px; border-radius: 6px;
    font-size: 15px; font-weight: 700; text-decoration: none;
    transition: opacity .2s; white-space: nowrap;
}
.aut-cpc-btn:hover { opacity: .88; }
.aut-cpc-phone { color: #fff; font-size: 14px; }
.aut-cpc-phone a { color: #C9A84C; font-weight: 600; text-decoration: none; }

/* ═══════════════════════════════════════════════
   6. HOTELS SECTION
═══════════════════════════════════════════════ */
.aut-hotels-section { background: #f8f8f5; padding: 72px 0; }
.aut-hotels-eyebrow {
    font-size: 12px; font-weight: 700; letter-spacing: 2px;
    color: #1B5E3B; text-transform: uppercase; margin-bottom: 10px;
}
.aut-hotels-heading { font-size: clamp(24px, 3vw, 36px); font-weight: 700; color: #1a1a1a; margin: 0 0 12px; }
.aut-hotels-sub     { color: #555; font-size: 15px; max-width: 600px; margin: 0 auto; }
.aut-hotels-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}
.aut-hotel-card {
    height: 260px; border-radius: 12px;
    background-size: cover; background-position: center;
    position: relative; overflow: hidden;
    cursor: pointer;
}
.aut-hotel-card::after {
    content: ''; position: absolute; inset: 0;
    background: rgba(0,0,0,0.45);
}
.aut-hotel-info {
    position: absolute; bottom: 0; left: 0; right: 0;
    z-index: 1; padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
    color: #fff;
}
.aut-hotel-city  { font-size: 11px; font-weight: 700; letter-spacing: 1px; opacity: .8; text-transform: uppercase; }
.aut-hotel-stars { color: #C9A84C; font-size: 13px; }
.aut-hotel-name  { font-size: 17px; font-weight: 700; margin: 2px 0 4px; }
.aut-hotel-distance { font-size: 12px; opacity: .85; }
.aut-hotels-btn-wrap { text-align: center; margin-top: 36px; }
.aut-hotels-btn {
    border: 1.5px solid #1B5E3B; color: #1B5E3B;
    background: #fff; padding: 12px 28px; border-radius: 6px;
    font-size: 15px; font-weight: 600; text-decoration: none;
    display: inline-block; transition: background .2s, color .2s;
}
.aut-hotels-btn:hover { background: #1B5E3B; color: #fff; }

/* ═══════════════════════════════════════════════
   7. PARTNERS
═══════════════════════════════════════════════ */
.aut-partners-section { background: #fff; padding: 40px 0; }
.aut-partners-label {
    text-align: center; font-size: 11px; font-weight: 700;
    letter-spacing: 2px; color: #999; text-transform: uppercase;
    margin-bottom: 24px;
}
.aut-partners-logos {
    display: flex; flex-wrap: wrap; gap: 24px;
    align-items: center; justify-content: center;
}
.aut-partner-item {
    display: flex; align-items: center; justify-content: center;
    opacity: .55; transition: opacity .2s;
    text-decoration: none;
}
.aut-partner-item:hover { opacity: 1; }
.aut-partner-item img { max-height: 40px; max-width: 120px; object-fit: contain; }
.aut-partner-name { font-size: 14px; font-weight: 600; color: #555; }

/* ═══════════════════════════════════════════════
   8. TESTIMONIALS
═══════════════════════════════════════════════ */
.aut-testi-section { background: #f8f8f5; padding: 72px 0; }
.aut-testi-eyebrow {
    font-size: 12px; font-weight: 700; letter-spacing: 2px;
    color: #1B5E3B; text-transform: uppercase; margin-bottom: 10px;
}
.aut-testi-heading { font-size: clamp(24px, 3vw, 36px); font-weight: 700; color: #1a1a1a; margin: 0 0 12px; }
.aut-testi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}
.aut-testi-card {
    background: #fff; border-radius: 12px;
    padding: 28px 24px; box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.aut-testi-stars   { color: #f4a40a; font-size: 14px; margin-bottom: 10px; }
.aut-testi-qmark   { font-size: 40px; color: #C9A84C; line-height: 1; margin-bottom: 8px; }
.aut-testi-quote   { font-size: 14px; color: #444; line-height: 1.65; margin: 0 0 20px; }
.aut-testi-author  { display: flex; align-items: center; gap: 12px; }
.aut-testi-avatar  { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.aut-testi-avatar-placeholder {
    width: 44px; height: 44px; border-radius: 50%;
    background: #1B5E3B; color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; font-weight: 700; flex-shrink: 0;
}
.aut-testi-name { font-weight: 700; font-size: 14px; color: #1a1a1a; }
.aut-testi-loc  { font-size: 12px; color: #888; }

/* ═══════════════════════════════════════════════
   9. FAQ
═══════════════════════════════════════════════ */
.aut-faq-section { background: #fff; padding: 72px 0; }
.aut-faq-eyebrow {
    font-size: 12px; font-weight: 700; letter-spacing: 2px;
    color: #1B5E3B; text-transform: uppercase; margin-bottom: 10px;
}
.aut-faq-heading { font-size: clamp(24px, 3vw, 36px); font-weight: 700; color: #1a1a1a; margin: 0; }
.aut-faq-grid { display: flex; flex-direction: column; gap: 12px; }
.aut-faq-cols-2 { columns: 2; column-gap: 24px; display: block; }
.aut-faq-cols-2 .aut-faq-item { break-inside: avoid; margin-bottom: 12px; }
.aut-faq-item {
    background: #f8f8f5; border-radius: 8px;
    overflow: hidden;
}
.aut-faq-header {
    display: flex; align-items: center;
    justify-content: space-between; gap: 16px;
    padding: 16px 20px; cursor: pointer;
    user-select: none;
}
.aut-faq-q     { font-size: 14px; font-weight: 600; color: #1a1a1a; flex: 1; }
.aut-faq-toggle {
    width: 28px; height: 28px; border-radius: 50%;
    border: 1.5px solid #1B5E3B; color: #1B5E3B;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; font-weight: 400; flex-shrink: 0;
    transition: transform .25s;
}
.aut-faq-toggle.open { transform: rotate(45deg); }
.aut-faq-a {
    padding: 0 20px 16px;
    font-size: 14px; color: #555; line-height: 1.65;
}

/* ═══════════════════════════════════════════════
   10. CTA BANNER
═══════════════════════════════════════════════ */
.aut-cta-banner {
    background-color: #1B5E3B;
    background-size: cover; background-position: center;
    position: relative; padding: 56px 24px;
}
.aut-cta-overlay { position: absolute; inset: 0; background: rgba(27,94,59,.82); }
.aut-cta-inner {
    position: relative; z-index: 1;
    max-width: 1100px; margin: 0 auto;
    display: flex; align-items: center; gap: 28px;
    flex-wrap: wrap; justify-content: center; text-align: center;
}
.aut-cta-icon { font-size: 48px; color: #C9A84C; }
.aut-cta-icon i { font-size: 48px; }
.aut-cta-text { flex: 1 1 340px; }
.aut-cta-heading { font-size: clamp(22px, 3vw, 32px); font-weight: 700; color: #fff; margin: 0 0 8px; }
.aut-cta-sub     { font-size: 15px; color: #d4e8d8; margin: 0; }
.aut-cta-btn {
    background: #C9A84C; color: #1a1a1a;
    padding: 15px 30px; border-radius: 6px;
    font-size: 16px; font-weight: 700; text-decoration: none;
    white-space: nowrap; flex-shrink: 0;
    transition: opacity .2s;
}
.aut-cta-btn:hover { opacity: .88; }

/* ═══════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════ */
@media (max-width: 768px) {
    .aut-hero-right  { flex: 1 1 100%; }
    .aut-cpc-right   { align-items: flex-start; }
    .aut-cpc-inner   { flex-direction: column; }
    .aut-faq-cols-2  { columns: 1; }
    .aut-cta-inner   { flex-direction: column; }
}
