/* UU Market intro — modern layer (keeps admin-controlled CSS vars) */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&display=swap');

:root {
    --uu-bg: #f4faf8;
    --uu-surface: #ffffff;
    --uu-ink: #10221f;
    --uu-muted: #5b6f6b;
    --uu-line: rgba(15, 118, 110, 0.12);
    --uu-gold: #e6b422;
    --uu-shadow: 0 18px 50px rgba(16, 34, 31, 0.08);
    --uu-radius: 22px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Cairo", "myFont", sans-serif !important;
    background:
        radial-gradient(1200px 500px at 100% -10%, rgba(20, 184, 166, 0.14), transparent 55%),
        radial-gradient(900px 420px at 0% 20%, rgba(230, 180, 34, 0.10), transparent 50%),
        var(--uu-bg) !important;
    color: var(--uu-ink) !important;
    font-size: 16px !important;
    line-height: 1.75;
}

a {
    transition: color .25s ease, transform .25s ease, background .25s ease, box-shadow .25s ease !important;
}

/* ---------- Header ---------- */
header {
    padding: 12px 0 !important;
    background: rgba(255, 255, 255, 0.82) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 8px 30px rgba(16, 34, 31, 0.06) !important;
    border-bottom: 1px solid var(--uu-line);
}

.the-logo {
    max-height: 64px !important;
    border-radius: 14px;
}

.nav_bar {
    gap: 4px;
}

.nav_bar a {
    position: relative;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 600;
    color: var(--uu-muted);
}

.nav_bar a:hover,
.nav_bar a.active {
    color: var(--main) !important;
    background: rgba(20, 184, 166, 0.08);
}

.dropdown-toggle {
    border: 1px solid var(--uu-line);
    border-radius: 999px;
    padding: 8px 14px;
    font-weight: 600;
    color: var(--main);
    background: #fff;
}

.dropdown-menu {
    border: 1px solid var(--uu-line) !important;
    border-radius: 16px !important;
    box-shadow: var(--uu-shadow);
}

.body-content {
    margin-top: 88px !important;
}

/* ---------- Hero / Slider ---------- */
.owl-index {
    overflow: hidden;
}

.info_owl {
    height: min(78vh, 620px) !important;
    min-height: 420px;
    background:
        linear-gradient(120deg, rgba(244, 250, 248, 0.96) 0%, rgba(244, 250, 248, 0.72) 42%, rgba(244, 250, 248, 0.18) 68%, transparent 85%);
}

.img_owl_index {
    width: min(58vw, 720px) !important;
    height: min(58vw, 720px) !important;
    left: -80px !important;
    bottom: -40px !important;
    border-radius: 40% 60% 55% 45% / 45% 40% 60% 55% !important;
    transform: none !important;
    box-shadow: 0 30px 80px rgba(15, 118, 110, 0.22);
}

.img_owl_index:after {
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.28), rgba(230, 180, 34, 0.18)) !important;
}

.ads_wol {
    max-width: 520px !important;
    padding: 28px 8px;
    animation: uuFadeUp .8s ease both;
}

.ads_wol h3 {
    font-size: clamp(1.7rem, 3.2vw, 2.7rem) !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    margin-bottom: 14px !important;
    letter-spacing: -0.02em;
}

.ads_wol p {
    font-size: 1.05rem !important;
    color: var(--uu-muted) !important;
    max-width: 42ch;
}

.owl-carousel .owl-dot.active {
    background: var(--main) !important;
}

.owl-nav > div:hover {
    background-color: var(--main) !important;
}

/* ---------- Section titles ---------- */
.sec-padd {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
}

.the_title {
    max-width: 640px !important;
    margin-bottom: 42px !important;
}

.the_title h3 {
    font-weight: 800;
    font-size: clamp(1.55rem, 2.4vw, 2.15rem);
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
}

.the_title h3:after {
    content: "";
    display: block;
    width: 56px;
    height: 4px;
    margin: 12px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--main), var(--uu-gold));
}

.the_title p,
.grey-color {
    color: var(--uu-muted) !important;
}

/* ---------- About ---------- */
#who_we .info_JM h4 {
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    font-weight: 800;
    line-height: 1.45;
}

#who_we .info_JM p {
    font-size: 1.05rem;
    line-height: 1.9;
}

.img_info_JM img {
    border-radius: 28px !important;
    box-shadow: var(--uu-shadow);
}

.img_info_JM img:first-of-type {
    width: min(100%, 300px) !important;
    height: 480px !important;
}

.img_info_JM img:last-of-type {
    width: min(46%, 230px) !important;
    height: 390px !important;
    outline: 8px solid #fff;
}

/* ---------- Services ---------- */
.bacg_section {
    background:
        radial-gradient(700px 300px at 10% 0%, rgba(230, 180, 34, 0.18), transparent 55%),
        linear-gradient(145deg, var(--main), #0d9488 45%, #0f766e) !important;
    position: relative;
    overflow: hidden;
}

.bacg_section .the_title p {
    color: rgba(255, 255, 255, 0.88) !important;
}

.bacg_section .the_title h3:after {
    background: linear-gradient(90deg, #fff, var(--uu-gold));
}

.box-servess {
    background: rgba(255, 255, 255, 0.96) !important;
    border-radius: var(--uu-radius) !important;
    padding: 34px 24px !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: transform .35s ease, box-shadow .35s ease;
}

.box-servess:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.16);
}

.box-servess:after {
    background: linear-gradient(145deg, rgba(20, 184, 166, 0.16), rgba(230, 180, 34, 0.12)) !important;
    border-radius: 18px !important;
}

.box-servess:hover:after {
    opacity: 1;
}

.box-servess img {
    max-width: 72px !important;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(15, 118, 110, 0.15);
}

.box-servess h6 {
    font-size: 1.15rem;
    font-weight: 700 !important;
    margin-bottom: 10px;
    color: var(--uu-ink);
}

.box-servess:hover h6,
.box-servess:hover p {
    color: var(--uu-ink) !important;
}

/* ---------- How it works ---------- */
.how_work {
    background-image: none !important;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center !important;
}

.how_work li {
    width: 170px !important;
    margin: 12px !important;
    padding: 18px 12px;
    background: var(--uu-surface);
    border-radius: 24px;
    border: 1px solid var(--uu-line);
    box-shadow: var(--uu-shadow);
    transition: transform .3s ease;
    counter-increment: uu-step;
    position: relative;
}

.how_work {
    counter-reset: uu-step;
}

.how_work li:hover {
    transform: translateY(-6px);
}

.how_work li:before {
    content: counter(uu-step);
    position: absolute;
    top: 12px;
    left: 14px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--main);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how_work img {
    width: 110px !important;
    height: 110px !important;
    border: 4px solid rgba(20, 184, 166, 0.15);
    box-shadow: 0 12px 28px rgba(15, 118, 110, 0.12);
}

.how_work li div {
    font-weight: 700;
    color: var(--uu-ink);
    margin-top: 6px;
}

/* ---------- FAQ ---------- */
.bacg_section2 {
    background:
        linear-gradient(180deg, #fffdf8 0%, #f7faf8 100%) !important;
}

.nav-link {
    background: #fff !important;
    border: 1px solid var(--uu-line) !important;
    width: auto !important;
    min-width: 150px;
    padding: 0 18px !important;
    border-radius: 999px !important;
    font-weight: 700;
    color: var(--uu-muted) !important;
    box-shadow: 0 6px 18px rgba(16, 34, 31, 0.04);
}

.nav-link.active {
    background-image: none !important;
    background: var(--main) !important;
    color: #fff !important;
    border-color: transparent !important;
}

.accordion .card {
    margin: 12px 0 !important;
    border: 1px solid var(--uu-line) !important;
    border-radius: 18px !important;
    box-shadow: none !important;
    background: #fff;
    overflow: hidden;
}

.accordion .card-header button {
    padding: 18px 20px !important;
    font-weight: 700;
    color: var(--uu-ink);
}

.accordion .card-header button[aria-expanded="true"] {
    background: rgba(20, 184, 166, 0.06);
}

.card-body {
    color: var(--uu-muted);
    line-height: 1.85;
}

/* ---------- Partners ---------- */
.owl-brands .item {
    background: #fff;
    border: 1px solid var(--uu-line);
    border-radius: 18px;
    padding: 18px;
    margin: 8px;
    box-shadow: var(--uu-shadow);
    min-height: 110px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.owl-brands img {
    max-height: 72px;
    width: auto !important;
    object-fit: contain;
    filter: none;
}

/* ---------- Contact ---------- */
#connect_us .form-content {
    background: #fff;
    border: 1px solid var(--uu-line);
    border-radius: 28px;
    padding: 34px 28px;
    box-shadow: var(--uu-shadow);
}

#connect_us .form-control {
    border: 1px solid var(--uu-line);
    border-radius: 14px;
    min-height: 52px;
    padding: 12px 16px;
    background: #fbfefe;
    color: var(--uu-ink);
}

#connect_us textarea.form-control {
    min-height: 140px;
}

#connect_us .form-control:focus {
    border-color: var(--main) !important;
    background: #fff;
}

.btn-main {
    background-image: none !important;
    background: linear-gradient(135deg, var(--main), #14b8a6) !important;
    border-radius: 999px !important;
    width: auto !important;
    min-width: 180px;
    padding: 0 28px !important;
    height: 50px !important;
    line-height: 50px !important;
    font-weight: 700;
    box-shadow: 0 14px 30px rgba(15, 118, 110, 0.28);
}

.btn-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(15, 118, 110, 0.34);
}

/* ---------- Footer ---------- */
footer {
    background: linear-gradient(180deg, #0f766e 0%, #0b4f4a 100%) !important;
    color: rgba(255, 255, 255, 0.92) !important;
    padding-top: 48px;
    margin-top: 20px;
}

footer .logo_footer {
    max-height: 70px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    padding: 6px;
}

footer .Tfooter {
    color: #fff !important;
    font-weight: 800;
    margin-bottom: 16px;
}

footer .link-footer a,
footer .link-footer li,
footer .social-m a {
    color: rgba(255, 255, 255, 0.86) !important;
}

footer .social-m a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    margin-inline-end: 8px;
}

footer .social-m a:hover {
    background: var(--uu-gold);
    color: #10221f !important;
}

.under_footer {
    background: rgba(0, 0, 0, 0.18) !important;
    color: rgba(255, 255, 255, 0.8) !important;
    margin-top: 28px;
    padding: 16px 0;
}

.under_footer a {
    color: #fff !important;
}

/* ---------- Loader ---------- */
.loader {
    background: rgba(244, 250, 248, 0.92) !important;
}

.loader img {
    max-width: 120px;
    border-radius: 24px;
}

/* ---------- Motion ---------- */
@keyframes uuFadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.box-servess,
.how_work li,
.accordion .card,
#connect_us .form-content,
.owl-brands .item {
    animation: uuFadeUp .7s ease both;
}

.box-servess:nth-child(2),
.col-md-4:nth-child(2) .box-servess { animation-delay: .08s; }
.col-md-4:nth-child(3) .box-servess { animation-delay: .16s; }
.col-md-4:nth-child(4) .box-servess { animation-delay: .24s; }
.col-md-4:nth-child(5) .box-servess { animation-delay: .32s; }
.col-md-4:nth-child(6) .box-servess { animation-delay: .4s; }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .info_owl {
        height: auto !important;
        min-height: 520px;
        padding: 40px 0 80px;
        align-items: flex-start !important;
    }

    .img_owl_index {
        width: 320px !important;
        height: 320px !important;
        left: 50% !important;
        bottom: -30px !important;
        transform: translateX(-50%) !important;
        opacity: 0.95;
    }

    .ads_wol {
        max-width: 100% !important;
        text-align: center;
        margin: 0 auto !important;
    }

    .ads_wol p {
        margin-left: auto;
        margin-right: auto;
    }

    .img_info_JM img:first-of-type {
        height: 360px !important;
    }

    .img_info_JM img:last-of-type {
        height: 280px !important;
    }
}

@media (max-width: 767px) {
    .sec-padd {
        padding-top: 56px !important;
        padding-bottom: 56px !important;
    }

    #connect_us .form-content {
        padding: 24px 16px;
    }

    .nav-link {
        min-width: 120px;
        margin: 6px !important;
    }
}
