/* Start custom CSS for html, class: .elementor-element-21fba19 *//* ============ RESET & BASE ============ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #f0f0f0;
    min-height: 100vh;
}

/* ============ HERO SECTION ============ */
.hero-section {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    aspect-ratio: 864 / 605;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
    background: linear-gradient(180deg, #e8eaed 0%, #d4d6d9 100%);
}

/* Background Image - replace URL with your Kaaba photo */
.hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?w=1600&q=80');
    background-size: cover;
    background-position: center 30%;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(245, 240, 230, 0.95) 0%,
            rgba(245, 240, 230, 0.7) 30%,
            rgba(245, 240, 230, 0.2) 55%,
            rgba(245, 240, 230, 0) 75%);
    z-index: 2;
}

/* ============ TOP HEADER ============ */
.hero-header {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.85), rgba(255,255,255,0.5));
}

.logo-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-icon svg {
    width: 100%;
    height: 100%;
}

.logo-text h1 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 0.95;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.logo-text span {
    display: block;
    font-size: 8px;
    font-weight: 500;
    color: #555;
    letter-spacing: 2px;
    margin-top: 2px;
    text-transform: uppercase;
}

.trust-badges {
    display: flex;
    gap: 18px;
    align-items: center;
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 7px;
}

.badge-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.badge-icon svg {
    width: 100%;
    height: 100%;
}

.badge-text strong {
    display: block;
    font-size: 10px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: 0.3px;
    line-height: 1.1;
}

.badge-text span {
    display: block;
    font-size: 7.5px;
    color: #555;
    font-weight: 500;
    margin-top: 2px;
    letter-spacing: 0.2px;
}

/* ============ AIRPLANE ============ */
.airplane {
    position: absolute;
    top: 90px;
    right: 80px;
    width: 160px;
    height: 80px;
    z-index: 5;
    transform: rotate(-10deg);
    filter: drop-shadow(0 8px 20px rgba(0,0,0,0.25));
}

.airplane svg {
    width: 100%;
    height: 100%;
}

/* ============ HERO CONTENT ============ */
.hero-content {
    position: relative;
    z-index: 6;
    padding: 30px 28px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.content-left {
    flex: 1;
    max-width: 60%;
}

/* ============ TITLE ============ */
.hero-title {
    display: flex;
    flex-direction: column;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 14px;
}

.title-gold {
    font-size: 56px;
    background: linear-gradient(180deg, #f4d97a 0%, #d4a945 45%, #8b6914 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 4px 6px rgba(0,0,0,0.15);
    letter-spacing: -1.5px;
    font-style: italic;
    font-weight: 900;
    margin-bottom: 2px;
    filter: drop-shadow(0 3px 4px rgba(139, 105, 20, 0.3));
}

.title-dark {
    font-size: 32px;
    color: #1a1a1a;
    letter-spacing: -0.5px;
    font-weight: 900;
    line-height: 1.05;
    text-shadow: 1px 2px 3px rgba(255,255,255,0.5);
}

/* ============ DESCRIPTION ============ */
.hero-desc {
    font-size: 13px;
    color: #2a2a2a;
    line-height: 1.5;
    margin-top: 12px;
    margin-bottom: 18px;
    font-weight: 500;
}

/* ============ FEATURES ============ */
.features {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.feature-item {
    background: linear-gradient(180deg, #f4d97a 0%, #d4a945 50%, #b8901f 100%);
    border-radius: 10px;
    padding: 10px 8px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 78px;
    box-shadow:
        0 4px 10px rgba(139, 105, 20, 0.25),
        inset 0 1px 0 rgba(255,255,255,0.4);
    border: 1px solid #e6c057;
}

.feature-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon svg {
    width: 100%;
    height: 100%;
}

.feature-item span {
    font-size: 9px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    line-height: 1.15;
    letter-spacing: 0.1px;
}

/* ============ CIRCULAR BADGE ============ */
.circle-badge {
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #2a2a2a 0%, #0a0a0a 100%);
    border: 4px solid #d4a945;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 10px 30px rgba(0,0,0,0.4),
        inset 0 0 0 2px rgba(212, 169, 69, 0.3),
        inset 0 0 20px rgba(212, 169, 69, 0.15);
    position: relative;
    margin-top: 10px;
    flex-shrink: 0;
}

.circle-badge::before {
    content: '';
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 1px dashed rgba(212, 169, 69, 0.4);
}

.circle-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 14px;
}

.circle-top {
    font-size: 9px;
    color: #d4a945;
    font-weight: 600;
    letter-spacing: 1px;
}

.circle-mid {
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    margin-top: 2px;
    letter-spacing: 0.5px;
}

.circle-big {
    font-size: 32px;
    font-weight: 900;
    background: linear-gradient(180deg, #f4d97a 0%, #d4a945 50%, #8b6914 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    font-style: italic;
    margin: 3px 0;
    letter-spacing: -1px;
}

.circle-bot {
    font-size: 9px;
    color: #d4a945;
    font-weight: 600;
    margin-top: 3px;
    letter-spacing: 0.5px;
}

.circle-bot-2 {
    font-size: 9px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.3px;
}

/* ============ PRICING SECTION ============ */
.pricing-section {
    position: absolute;
    bottom: 80px;
    left: 28px;
    right: 28px;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr 1.1fr 1fr;
    gap: 8px;
    align-items: center;
}

.price-card {
    background: linear-gradient(180deg, #f4d97a 0%, #d4a945 50%, #b8901f 100%);
    border-radius: 8px;
    padding: 10px 18px;
    text-align: center;
    border: 2px solid #e6c057;
    box-shadow:
        0 6px 14px rgba(139, 105, 20, 0.3),
        inset 0 1px 0 rgba(255,255,255,0.5);
    position: relative;
    overflow: hidden;
}

.price-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(180deg, rgba(255,255,255,0.3), transparent);
    pointer-events: none;
}

.price-label {
    font-size: 13px;
    color: #2a2a2a;
    font-weight: 600;
    margin-bottom: 2px;
    position: relative;
}

.price-value {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    position: relative;
    letter-spacing: 0.5px;
}

.price-value strong {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -0.5px;
}

.price-center {
    background: linear-gradient(180deg, #2a2a2a 0%, #0a0a0a 100%);
    border-radius: 8px;
    padding: 10px 12px;
    text-align: center;
    border: 2px solid #d4a945;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
    position: relative;
}

.stars {
    color: #d4a945;
    font-size: 10px;
    letter-spacing: 4px;
    margin-bottom: 3px;
}

.price-center-title {
    font-size: 15px;
    font-weight: 800;
    color: #d4a945;
    letter-spacing: 1px;
    line-height: 1.1;
}

.price-center-sub {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1.5px;
    margin-top: 2px;
}

/* ============ CTA BUTTONS ============ */
.cta-buttons {
    position: absolute;
    bottom: 20px;
    left: 28px;
    right: 28px;
    z-index: 10;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 12px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 20px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.8px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    border: none;
}

.btn svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.btn-whatsapp {
    background: linear-gradient(180deg, #2dd76f 0%, #1faa55 100%);
    color: #fff;
    box-shadow:
        0 6px 14px rgba(31, 170, 85, 0.35),
        inset 0 1px 0 rgba(255,255,255,0.3);
    border: 2px solid #25b962;
}

.btn-whatsapp svg {
    color: #fff;
}

.btn-outline {
    background: linear-gradient(180deg, #fff8e7 0%, #f5e8c4 100%);
    color: #8b6914;
    border: 2px solid #d4a945;
    box-shadow:
        0 6px 14px rgba(139, 105, 20, 0.2),
        inset 0 1px 0 rgba(255,255,255,0.6);
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
    .hero-section {
        aspect-ratio: auto;
        min-height: 700px;
    }

    .title-gold {
        font-size: 44px;
    }

    .title-dark {
        font-size: 24px;
    }

    .airplane {
        width: 120px;
        right: 30px;
        top: 80px;
    }

    .circle-badge {
        width: 130px;
        height: 130px;
    }

    .circle-big {
        font-size: 24px;
    }

    .features {
        flex-wrap: wrap;
    }
}

@media (max-width: 640px) {
    .hero-header {
        flex-direction: column;
        gap: 12px;
    }

    .trust-badges {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .hero-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .content-left {
        max-width: 100%;
    }

    .airplane {
        display: none;
    }

    .pricing-section {
        grid-template-columns: 1fr;
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        margin: 20px 20px 0;
    }

    .cta-buttons {
        grid-template-columns: 1fr;
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        margin: 12px 20px 20px;
    }

    .title-gold {
        font-size: 36px;
    }

    .title-dark {
        font-size: 20px;
    }
}/* End custom CSS */