/* ========================
   1️⃣ Charset & Root Variables
======================== */
@charset "UTF-8";

:root {
    /* Colors — Dark Brown / Gold Identity */
    --dark-blue-color: #1a0f05;
    --dark-gray-color-opacity-75: rgba(26, 15, 5, 0.75);
    --dark-yellow-color: #d4a127;
    --gray-color: #9a8a73;
    --dark-gray-color: rgba(26, 15, 5, 0.75);
    --dark-gray-color-without-opacity: #1a0f05;
    --gray-opacity-25-color: rgba(26, 15, 5, 0.25);
    --gray-opacity-8-color: rgba(26, 15, 5, 0.08);
    --green-color: #489e56;
    --light-gray-color: #d9d0c2;
    --orange-color: #c4922a;
    --green-dark-color: #01723a;
    --orange-dark-color: #b87d1e;
    --orange-medium-color: #c99520;
    --orange-shade-color: #fdf8f0;
    --orange-light-color: #b87d1e0a;
    --red-color: #c82c2c;
    --dark-red-color: #9f3838;
    --white-color: #fff;
    --yellow-color: #e0b848;
    --gold-color: #c4922a;
    --light-gold-color: #e8c560;
    --dark-gold-color: #6b4a10;
    --dark-gray-color-opacity-60: rgba(26, 15, 5, 0.6);
    --dark-black-color: #0d0805;
    --black-color: #1a1008;
    --light-blue-color: #d4c4a8;
    --dark-silver-color: #5a4d3e;
    --dark-eclipse-color: #0a0602;
}

/* ========================
   2️⃣ Fonts
======================== */
@font-face {
    font-display: block;
    font-family: Inter;
    src: url(../fonts/Inter/Inter-VariableFont_slntwght.ttf) format("truetype");
}
@font-face {
    font-display: block;
    font-family: Cairo;
    src: url(../fonts/Cairo/Cairo-VariableFont_slntwght.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: Almarai;
    src: url(../fonts/Almarai/Almarai-Bold.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: Somar-Sans;
    src: url(../fonts/SomarSans/SomarSans-Regular.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: Nunito;
    src: url(../fonts/Nunito/Nunito-Bold.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: Saudi-Riyal;
    src: url(../fonts/Saudi-Riyal/saudi_riyal.ttf) format("truetype");
}
@font-face {
    font-family: UAE-Dirham;
    src: url(../fonts/UAE-Dirham/AED-Regular.otf) format("truetype");
}

/* ========================
   3️⃣ Global Styles
======================== */
html,
body {
    overflow-x: hidden;
}

body {
    font-family: "Somar-Sans", "sans-serif" !important;
    background: #f8f9fc;
    color: #2d3748;
}

ul {
    list-style: none;
}

section.cta {
    height: auto;
    position: relative;
}
section.cta .container {
    inset: 0;
    position: absolute;
    z-index: 2;
}
section.cta:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* ========================
   4️⃣ Scrollbar
======================== */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-track {
    background: rgba(255, 250, 240, 0.6);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #1a0f05 0%, #3a2510 50%, #c4922a 100%);
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease-in-out;
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #3a2510 0%, #c4922a 100%);
    box-shadow: 0 0 8px rgba(26, 15, 5, 0.4);
    cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
    background: linear-gradient(180deg, #c4922a 0%, #1a0f05 100%);
    box-shadow: 0 0 12px rgba(26, 15, 5, 0.6);
}

/* ========================
   5️⃣ Containers & Layout
======================== */
@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1220px !important;
    }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.row > * {
    padding-right: 15px;
    padding-left: 15px;
}

.section-py {
    padding-block: 6.25rem;
    padding-inline: 0;
}
@media (max-width: 1199.98px) {
    .section-py {
        padding-block: 4rem;
    }
}
@media (max-width: 767.98px) {
    .section-py {
        padding-block: 3rem;
    }
}

/* ========================
   6️⃣ Collapse Dropdown
======================== */
.collapse-dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}
.collapse-dropdown.show {
    max-height: 500px;
    opacity: 1;
}

/* ========================
   7️⃣ Feature Box
======================== */
.feature-box-container {
    background: linear-gradient(135deg, #ffffff, #f9f9f9, #f1f1f1);
    border-radius: 0.8em;
    box-shadow: 0 0.2em 0.4em rgba(4, 6, 26, 0.02),
        0 0.4em 0.8em rgba(4, 6, 26, 0.02), 0 0.4em 1.6em rgba(4, 6, 26, 0.059);
    overflow: hidden;
    padding: clamp(1.8em, 0.8em + 1.111vw, 2.4em)
        clamp(2.5em, 1.33em + 1.296vw, 3.2em);
    z-index: 2;
    width: 100%;
    min-height: 150px;
    position: relative;
}

.feature-box-container h4 {
    font-size: clamp(1.2rem, 2vw + 1rem, 2rem);
    line-height: clamp(3.2rem, 5vw + 1rem, 6rem);
    margin-bottom: 10px;
    color: #56ca00;
}

.feature-box {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    gap: 15px;
}
.feature-box-icon {
    background-color: rgba(227, 247, 78, 0.2);
    border-radius: 50% !important;
    width: 80px !important;
    height: 80px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}
.feature-box-icon i {
    font-size: clamp(45px, 3vw, 45px);
}
.feature-box-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.feature-box-content span {
    color: #56ca00;
    font-size: clamp(14px, 1vw + 10px, 20px);
    line-height: clamp(24px, 2vw + 8px, 32px);
}

.feature-box-content a span {
    color: #56ca00;
    font-size: clamp(20px, 2vw + 8px, 28px);
    line-height: clamp(18px, 1.5vw + 8px, 22px);
    font-weight: 600;
}

/* ========================
   8️⃣ Color Classes
======================== */
.orange {
    color: var(--orange-color);
}
.orange-dark {
    color: var(--orange-dark-color);
}
.orange-medium {
    color: var(--orange-medium-color);
}
.orange-light {
    color: var(--orange-light-color);
}
.blue {
    color: var(--bs-twitter);
}
.blue-light {
    color: var(--bs-vimeo);
}
.silver {
    color: var(--gradient-silver-color);
}
.green {
    color: var(--green-dark-color);
}
.gold {
    color: var(--gradient-gold-color);
}
.yellow {
    color: var(--yellow-color);
}
.red {
    color: var(--bs-youtube);
}

/* ========================
   9️⃣ Footer & Slogan
======================== */
.footer-about {
    font-size: 14px;
    line-height: clamp(2.2rem, 2vw, 2.7rem);
    color: var(--gray-color);
    margin-inline: 10px;
}
.slogan_text {
    border: 2px solid #fbbc05;
    margin: 8px;
    border-radius: 10px;
    padding: 5px !important;
    color: #009bb8;
    font-size: 14px;
    font-weight: 600;
}

/* ========================
   10️⃣ Social Elements
======================== */
.elements-social {
    margin: 0 5px;
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

.elements-social a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 0.5rem;
    transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    font-size: 34px;
}
.elements-social a:hover {
    color: white;
    background-color: #3b5998;
    box-shadow: 0 0 30px rgba(23, 23, 23, 0.25);
    transform: translate3d(0, -3px, 0);
}

/* ========================
   11️⃣ Forms
======================== */
.contact_form {
    --bs-bg-opacity: 0.6;
    background-color: rgba(
        var(--bs-white-rgb),
        var(--bs-bg-opacity)
    ) !important;
    border-radius: 10px !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.09);
    transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

/* ========================
   12️⃣ Buttons & Scrollers
======================== */
.btn-square {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50%;
    background-color: var(--orange-color);
    color: #fff;
}
.btn-square:hover {
    background-color: var(--orange-dark-color);
    color: #fff;
}

.has-scroller {
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}

.has-scroller::-webkit-scrollbar {
    height: 8px;
}
.has-scroller::-webkit-scrollbar-track {
    background: rgba(255, 250, 240, 0.6);
    border-radius: 10px;
}
.has-scroller::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #1a0f05 0%, #3a2510 50%, #c4922a 100%);
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease-in-out;
}
.has-scroller::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #3a2510 0%, #c4922a 100%);
    box-shadow: 0 0 8px rgba(26, 15, 5, 0.4);
    cursor: pointer;
}
.has-scroller::-webkit-scrollbar-thumb:active {
    background: linear-gradient(90deg, #c4922a 0%, #1a0f05 100%);
    box-shadow: 0 0 12px rgba(26, 15, 5, 0.6);
}

/* ========================
   1️⃣ Search Form
======================== */
.search_form {
    position: relative;
    background-color: #fff;
    padding: 5px;
    max-height: 35px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-grow: 1;
    border: 1px solid #009bb8;
    margin-top: 10px;
    max-width: 550px;
}

.search_form .search_form_btn {
    display: flex;
    background: transparent;
    border: 0;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    color: #f15412;
    font-size: 18px;
    padding: 10px;
    cursor: pointer;
}
.search_form .search_form_btn:hover {
    background-color: transparent !important;
    color: #009bb8;
}

.search_form .search_form_query {
    min-height: 30px !important;
    outline: none;
    border: none;
}

/* ========================
   2️⃣ Search Suggestions
======================== */
.search-suggestions {
    position: absolute;
    top: 98%;
    z-index: 98;
    background: #fff;
    border: 1px solid #ccc;
    width: 99%;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    border-radius: 0 0 10px 10px;
}

.search-suggestions ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-suggestions ul li {
    padding: 8px 12px;
    border-bottom: 1px solid #f1f1f1;
}

.search-suggestions ul li a {
    text-decoration: none;
    color: #333;
}

.search-suggestions ul li:hover {
    background-color: #f0f0f0;
}

.search-suggestions p {
    padding: 8px 12px;
    color: #999;
}

.newsletter {
    background: #232f3e;
    border-bottom: 1px solid #232f3e;
}

.newsletter .icon-email {
    max-width: 40px;
    margin-inline-end: 15px;
}

[dir="rtl"] .newsletter .form-subcriber input {
    border-radius: 0 4px 4px 0;
}

[dir="ltr"] .newsletter .form-subcriber input {
    border-radius: 4px 0 0 4px;
}

.newsletter .form-subcriber input {
    border: 0;
    padding: 0 20px 0 30px;
    font-size: 14px;
    min-height: 40px;
    background-color: #fffaf6;
}
.newsletter .form-subcriber input:focus,
.newsletter .form-subcriber input:hover {
    outline: none;
    border: 2px solid #ff6600;
    box-shadow: 0 0 8px rgba(255, 102, 0, 0.5);
    transition: 0.3s ease-in-out;
    background-color: #fffaf6;
}
.newsletter .form-subcriber input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fffaf6 inset !important;
    box-shadow: 0 0 0px 1000px #fffaf6 inset !important;
    border: 2px solid #ff6600 !important;
    color: #000 !important;
}

.newsletter .form-subcriber input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fffaf6 inset,
        0 0 8px rgba(255, 102, 0, 0.5) !important;
    box-shadow: 0 0 0px 1000px #fffaf6 inset, 0 0 8px rgba(255, 102, 0, 0.5) !important;
    border: 2px solid #ff6600 !important;
}

[dir="rtl"] .newsletter .form-subcriber button {
    border-radius: 4px 0 0 4px;
}

[dir="ltr"] .newsletter .form-subcriber button {
    border-radius: 0 4px 4px 0;
}

.newsletter .form-subcriber button {
    border: 0;
    font-size: 14px;
    padding: 0 30px;
    background-color: #f15412;
}

.download-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 25px 0 33px;
}

.download-app a {
    display: block;
    margin-inline-end: 12px;
}

.download-app a img {
    width: 170px;
    border-radius: 5px;
    border: 2px solid #e2e9e1;
}

.download-app a img.active,
.download-app a img:hover {
    border: 2px solid #f15412;
}
.header-social-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-social-container .social-link {
    padding: 5px;
    color: #6c757d;
    transition: var(--transition-timing);
    font-size: 22px;
}

.header-social-container .social-link:hover {
    color: #f15412;
}

/* ========================
   PROFESSIONAL UTILITIES
======================== */
html { scroll-behavior: smooth; }

/* Section backgrounds */
.section-light { background: #f1f5f9; }
.section-dark {
    background: linear-gradient(135deg, #1a0f05 0%, #2a1a08 50%, #0d0805 100%);
    color: #e2e8f0;
}

/* Glassmorphism card */
.glass-card {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(21,34,72,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.glass-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(21,34,72,0.12);
}

/* Professional card */
.pro-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pro-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(21,34,72,0.1);
}

/* Icon circle */
.icon-circle {
    width: 72px; height: 72px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #1a0f05, #3a2510);
    color: #c4922a;
    font-size: 28px;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(21,34,72,0.15);
}

/* Gradient text */
.gradient-text {
    background: linear-gradient(135deg, #1a0f05, #c4922a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Sticky header */
header.scrolled {
    position: fixed; top: 0; left: 0; right: 0;
    z-index: 1050;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* WhatsApp pulse */
@keyframes whatsapp-pulse {
    0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(37,211,102,0); }
    100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
.floating-whatsapp { animation: whatsapp-pulse 2s infinite; }

/* Animated counter */
.counter-number {
    font-size: 3rem; font-weight: 800;
    background: linear-gradient(135deg, #c4922a, #f15412);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Section divider wave */
.wave-divider {
    position: relative; overflow: hidden;
    line-height: 0;
}
.wave-divider svg {
    display: block; width: 100%; height: 60px;
}

/* Grayscale hover for tech logos */
.grayscale-hover { filter: grayscale(100%); opacity: 0.6; transition: all 0.3s ease; }
.grayscale-hover:hover { filter: grayscale(0%); opacity: 1; transform: scale(1.15); }

/* Testimonial quote */
.testimonial-quote::before {
    content: '"'; position: absolute; top: -10px; right: 15px;
    font-size: 5rem; color: rgba(254,141,42,0.15);
    font-family: Georgia, serif; line-height: 1;
}

/* Back to top */
.back-to-top {
    position: fixed; bottom: 30px; left: 30px;
    width: 44px; height: 44px;
    background: linear-gradient(135deg, #1a0f05, #3a2510);
    color: #c4922a; border-radius: 50%;
    display: none; align-items: center; justify-content: center;
    font-size: 20px; z-index: 999;
    transition: all 0.3s ease; cursor: pointer;
    border: none; box-shadow: 0 4px 12px rgba(21,34,72,0.2);
}
.back-to-top:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(21,34,72,0.3); }
.back-to-top.show { display: flex; }

/* Hero fallback */
.hero-fallback {
    background: linear-gradient(135deg, #1a0f05 0%, #2a1a08 40%, #0d0805 100%);
    min-height: 420px;
    display: flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden;
}
.hero-fallback::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at 20% 50%, rgba(254,141,42,0.08) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(0,155,184,0.06) 0%, transparent 50%);
}
.hero-fallback h1 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800; color: #fff; position: relative; z-index: 2;
}
.hero-fallback .accent { color: #c4922a; }

/* Improved feature box */
.feature-box-container {
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.5);
}

/* ========================
   CTA Call Section
======================== */
/* ═══════════════════════════════════════════
   CTA Call Section
   ═══════════════════════════════════════════ */
.cta-call-section {
    background: radial-gradient(ellipse at center, #6b4a10 0%, #3a2510 35%, #1a0f05 70%, #0d0805 100%);
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* Bottom info: Logo + Location pushed to bottom */
.cta-bottom-info {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    z-index: 2;
}

/* ─── Floating Contact Side Buttons ─── */
.floating-contact-btns {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9990;
    display: flex;
    flex-direction: column;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
    transform: translateY(20px);
}
[dir="rtl"] .floating-contact-btns {
    right: 30px;
    left: auto;
    transform: translateY(20px);
}
.floating-contact-btns.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
[dir="rtl"] .floating-contact-btns.visible {
    transform: translateY(0);
}

.floating-contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    position: relative;
}
.floating-contact-btn:hover {
    transform: scale(1.12);
    box-shadow: 0 6px 24px rgba(0,0,0,0.35);
}
.floating-contact-btn i {
    font-size: 24px;
    color: #fff;
}

/* WhatsApp button */
.floating-contact-btn.wa {
    background: linear-gradient(135deg, #25d366, #128c7e);
}
.floating-contact-btn.wa:hover {
    background: linear-gradient(135deg, #2de872, #15a88e);
}

/* Call button */
.floating-contact-btn.call {
    background: linear-gradient(135deg, var(--gold-color), #e6a817);
}
.floating-contact-btn.call:hover {
    background: linear-gradient(135deg, #f0c84a, #d4950e);
}

/* Tooltip labels */
.floating-contact-btn::before {
    content: attr(data-tooltip);
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    background: var(--dark-blue-color);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.floating-contact-btn:hover::before {
    opacity: 1;
}

@media (max-width: 767.98px) {
    .floating-contact-btns {
        right: 12px;
        bottom: 12px;
        gap: 10px;
    }
    [dir="rtl"] .floating-contact-btns {
        right: 12px;
        left: auto;
    }
    .floating-contact-btn {
        width: 46px;
        height: 46px;
    }
    .floating-contact-btn i {
        font-size: 20px;
    }
    .floating-contact-btn::before {
        display: none;
    }
    .cta-bottom-info {
        bottom: 60px;
    }
    .cta-call-actions {
        flex-direction: column;
    }
    .cta-call-btn,
    .cta-call-btn-wa {
        width: 80%;
        justify-content: center;
    }
    .cta-footer-item {
        font-size: 0.8rem;
        text-align: center;
    }
}
.cta-call-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 45%, rgba(196,146,42,0.08) 0%, transparent 60%),
        repeating-linear-gradient(0deg, transparent, transparent 49px, rgba(196,146,42,0.03) 50px),
        repeating-linear-gradient(90deg, transparent, transparent 49px, rgba(196,146,42,0.03) 50px);
    pointer-events: none;
}

/* Location badge */
.cta-call-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 8px 24px;
    border-radius: 50px;
    color: rgba(255,255,255,0.9);
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}
.cta-call-badge i {
    color: var(--gold-color);
    font-size: 1.1rem;
}

/* Title */
.cta-call-title {
    font-size: clamp(2.2rem, 4.5vw, 3.4rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
    line-height: 1.4;
}
.cta-highlight {
    color: var(--gold-color);
    position: relative;
}
.cta-highlight::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgba(223,183,93,0.5), transparent);
    border-radius: 2px;
}

/* Subtitle */
.cta-call-subtitle {
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    margin-bottom: 36px;
    position: relative;
    z-index: 1;
}

/* CTA Actions wrapper */
.cta-call-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

/* Call button */
.cta-call-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gold-color);
    color: var(--dark-blue-color);
    font-size: 1.15rem;
    font-weight: 600;
    padding: 15px 44px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 24px rgba(223,183,93,0.35);
}
.cta-call-btn:hover {
    background: var(--light-gold-color);
    color: var(--dark-blue-color);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(223,183,93,0.45);
}
.cta-call-btn i { font-size: 1.25rem; }

/* WhatsApp button */
.cta-call-btn-wa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: rgba(255,255,255,0.75);
    font-size: 1rem;
    font-weight: 500;
    padding: 14px 36px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.2);
    text-decoration: none;
    transition: all 0.3s ease;
}
.cta-call-btn-wa:hover {
    background: rgba(37,211,102,0.15);
    border-color: #25d366;
    color: #25d366;
    transform: translateY(-2px);
}
.cta-call-btn-wa i {
    font-size: 1.3rem;
    color: #25d366;
}

/* Footer info — compact address + hours */
.cta-footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
}
.cta-footer-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.45);
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.5;
}
.cta-footer-item i {
    font-size: 1rem;
    flex-shrink: 0;
}
.cta-footer-item:first-child i { color: #ffcd4e; }
.cta-footer-item:last-child i { color: rgba(255,205,78,0.6); }

/* Scroll down indicator */
.cta-scroll-down {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: rgba(255,255,255,0.4);
    font-size: 28px;
    animation: cta-bounce 2s infinite;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s ease;
}
.cta-scroll-down:hover {
    color: rgba(255,255,255,0.9);
}
@keyframes cta-bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-12px); }
    60% { transform: translateX(-50%) translateY(-6px); }
}
