* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: #f5f6f2;
    color: #15242b;
    font-family: 'IBM Plex Sans Arabic', sans-serif
}

a {
    color: inherit;
    text-decoration: none
}

button {
    font: inherit;
    cursor: pointer
}

.wrap {
    width: min(1180px, calc(100% - 48px));
    margin: auto
}

.topbar {
    height: 31px;
    background: #122b38;
    color: #d8e0df;
    padding: 0 5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px
}

.topbar a {
    color: #fff
}

.header {
    height: 85px;
    padding: 0 5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(245, 246, 242, .95);
    border-bottom: 1px solid #dfe4df;
    position: relative;
    z-index: 5
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px
}

.logo {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    background: #122b38;
    color: #d9aa3b;
    border-radius: 50% 50% 4px 50%;
    font-family: 'Playfair Display', serif;
    font-size: 22px
}

.brand b,
.brand small {
    display: block;
    line-height: 1.2
}

.brand b {
    font-size: 17px
}

.brand small {
    font-size: 7px;
    color: #68777a;
    letter-spacing: .08em;
    direction: ltr
}

nav {
    display: flex;
    align-items: center;
    gap: 29px;
    font-size: 13px;
    color: #526165
}

nav a:hover {
    color: #b9861d
}

.nav-cta {
    padding: 10px 15px;
    background: #d9aa3b;
    color: #122b38 !important;
    font-weight: 600
}

.tools {
    display: flex;
    gap: 12px
}

.tools button {
    border: 0;
    background: transparent;
    color: #15242b;
    font-size: 17px
}

.tools #menu {
    display: none
}

.hero {
    min-height: 650px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(105deg, rgba(15, 40, 51, .98), rgba(18, 49, 60, .67)), url('./bck.jpg') center/cover;
    color: #fff
}

.grid {
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image: linear-gradient(rgba(255, 255, 255, .28) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .28) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: linear-gradient(90deg, #000, transparent 80%)
}

.ring {
    position: absolute;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(218, 171, 59, .33);
    border-radius: 50%;
    left: -130px;
    bottom: -280px;
    box-shadow: 0 0 0 70px rgba(218, 171, 59, .06), 0 0 0 140px rgba(218, 171, 59, .03)
}

.hero-inner {
    padding-top: 128px;
    position: relative
}

.eyebrow,
.tag {
    color: #d9aa3b;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    display: flex;
    align-items: center;
    gap: 10px
}

.eyebrow i {
    width: 42px;
    height: 1px;
    background: #d9aa3b
}

.hero h1 {
    font-size: clamp(48px, 7vw, 88px);
    line-height: 1.17;
    margin: 20px 0;
    letter-spacing: -.045em;
    font-weight: 600
}

.hero em,
h2 em {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #d9aa3b
}

.hero p {
    max-width: 500px;
    color: #d9e2e1;
    line-height: 2;
    font-size: 16px
}

.actions {
    display: flex;
    gap: 12px;
    margin-top: 30px
}

.button {
    min-height: 48px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    transition: .2s
}

.button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px #0003
}

.gold {
    background: #d9aa3b;
    color: #122b38
}

.outline {
    border: 1px solid #ffffff66;
    color: #fff
}

.hero-note {
    margin-top: 85px;
    color: #aebdbc;
    font-size: 12px
}

.trust {
    margin-top: -42px;
    position: relative;
    background: #fff;
    border-top: 3px solid #d9aa3b;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    box-shadow: 0 18px 40px #15242b14
}

.trust>div {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-left: 1px solid #dfe4df
}

.trust>div:last-child {
    border: 0
}

.trust b {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fbf2d9;
    color: #b9861d;
    display: grid;
    place-items: center
}

.trust strong,
.trust small {
    display: block
}

.trust strong {
    font-size: 13px
}

.trust small {
    color: #68777a;
    font-size: 11px;
    margin-top: 4px
}

.section {
    padding: 130px 0
}

.tag {
    color: #b9861d
}

.about {
    display: grid;
    grid-template-columns: .55fr 1.35fr .8fr;
    gap: 55px;
    align-items: start
}

.about h2,
.section-heading h2,
.contact h2 {
    font-size: clamp(39px, 5vw, 64px);
    line-height: 1.25;
    letter-spacing: -.05em;
    margin: 15px 0 25px;
    font-weight: 600
}

.about p,
.section-heading>p,
.contact p {
    max-width: 455px;
    color: #68777a;
    line-height: 2;
    font-size: 15px
}

.text-link {
    margin-top: 27px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #b9861d
}

.stats {
    border-right: 1px solid #dfe4df;
    padding-right: 32px;
    margin-top: 20px
}

.stats div {
    padding: 18px 0;
    border-bottom: 1px solid #dfe4df
}

.stats b {
    font-family: 'Playfair Display', serif;
    color: #122b38;
    font-size: 32px;
    font-weight: 500;
    display: block
}

.stats span {
    color: #68777a;
    font-size: 11px
}

.dark {
    background: #122b38;
    color: #fff
}

.dark .tag {
    color: #d9aa3b
}

.dark .section-heading>p {
    color: #b8c6c5
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px
}

.section-heading>p {
    max-width: 330px;
    margin-bottom: 12px
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 65px
}

.cards article {
    min-height: 310px;
    border: 1px solid #ffffff26;
    padding: 26px;
    position: relative;
    transition: .25s
}

.cards article:hover {
    background: #ffffff12;
    transform: translateY(-6px)
}

.cards small {
    color: #aebdbc
}

.cards strong {
    float: left;
    color: #d9aa3b;
    font-size: 28px
}

.cards h3 {
    font-size: 23px;
    margin: 64px 0 14px
}

.cards p {
    color: #b8c6c5;
    font-size: 13px;
    line-height: 1.9
}

.cards article>a {
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: 36px;
    height: 36px;
    border: 1px solid #ffffff40;
    display: grid;
    place-items: center;
    color: #d9aa3b
}

.gallery {
    display: grid;
    grid-template-columns: 1fr
}

.gallery .section-heading {
    margin-bottom: 55px
}

.gallery {
    display: grid
}

.gallery>button {
    border: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    background: #ddd
}

.gallery {
    grid-template-columns: 1.3fr .7fr .7fr;
    grid-template-rows: 220px 220px;
    gap: 14px
}

.gallery button:nth-child(1) {
    grid-row: span 2
}

.gallery button:nth-child(4) {
    grid-column: span 2
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .5s
}

.gallery button:hover img {
    transform: scale(1.06);
    filter: brightness(.78)
}

.gallery span {
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: 35px;
    height: 35px;
    background: #d9aa3b;
    color: #122b38;
    display: grid;
    place-items: center;
    opacity: 0
}

.gallery button:hover span {
    opacity: 1
}

.contact {
    background: #e9ede8
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 100px;
    align-items: center
}

.contact-card {
    background: #122b38;
    color: #fff;
    padding: 34px;
    box-shadow: 16px 16px 0 #d9aa3b
}

.contact-card>div {
    padding: 19px 0;
    border-bottom: 1px solid #ffffff26
}

.contact-card small,
.contact-card b {
    display: block
}

.contact-card small {
    color: #aebdbc;
    font-size: 11px;
    margin-bottom: 8px
}

.contact-card b {
    font-size: 14px;
    line-height: 1.9;
    font-weight: 400
}

.full {
    width: 100%;
    margin-top: 25px
}

footer {
    background: #122b38;
    color: #b8c6c5;
    padding: 28px 0;
    font-size: 11px
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.footer-inner .brand {
    color: #fff
}

.footer-inner a:last-child {
    color: #d9aa3b
}

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 20;
    background: #08151de8;
    display: none;
    place-items: center;
    padding: 30px
}

.lightbox.show {
    display: grid
}

.lightbox img {
    max-width: 90vw;
    max-height: 85vh
}

.lightbox button {
    position: absolute;
    top: 25px;
    left: 25px;
    color: #fff;
    background: 0;
    border: 0;
    font-size: 34px
}

@media(max-width:800px) {
    .wrap {
        width: min(100% - 32px, 600px)
    }

    .header {
        padding: 0 16px
    }

    .tools #menu {
        display: block
    }

    nav {
        display: none;
        position: absolute;
        top: 84px;
        right: 16px;
        left: 16px;
        padding: 18px;
        background: #fff;
        box-shadow: 0 15px 30px #15242b1f;
        flex-direction: column;
        align-items: stretch;
        gap: 0
    }

    nav.open {
        display: flex
    }

    nav a {
        padding: 13px 4px;
        border-bottom: 1px solid #dfe4df
    }

    .nav-cta {
        text-align: center;
        margin-top: 10px
    }

    .hero {
        min-height: 650px
    }

    .hero-inner {
        padding-top: 95px
    }

    .hero h1 {
        font-size: 52px
    }

    .trust {
        grid-template-columns: 1fr;
        margin-top: 0
    }

    .trust>div {
        border-left: 0;
        border-bottom: 1px solid #dfe4df;
        justify-content: flex-start;
        padding: 18px 25px
    }

    .section {
        padding: 85px 0
    }

    .about,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .stats {
        border: 0;
        border-top: 1px solid #dfe4df;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px
    }

    .stats div {
        border: 0
    }

    .stats b {
        font-size: 25px
    }

    .section-heading {
        display: block
    }

    .section-heading>p {
        margin-top: 22px
    }

    .cards {
        grid-template-columns: 1fr;
        margin-top: 35px
    }

    .cards article {
        min-height: 250px
    }

    .gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 180px 180px 180px
    }

    .gallery button:nth-child(1) {
        grid-row: span 2
    }

    .gallery button:nth-child(4) {
        grid-column: span 2
    }

    .footer-inner {
        flex-wrap: wrap
    }

    .footer-inner>span {
        order: 3;
        width: 100%;
        text-align: center
    }
}

.dark-mode body {
    background: #101d22;
    color: #edf1ef
}

.dark-mode .header {
    background: #101d22;
    border-color: #26383c
}

.dark-mode nav {
    background: #101d22
}

.dark-mode .stats b {
    color: #fff
}

.dark-mode .contact {
    background: #1b2a2f
}

.dark-mode .trust {
    background: #17282e;
    color: #fff
}

@media(prefers-reduced-motion:reduce) {
    * {
        scroll-behavior: auto !important;
        transition: none !important
    }
}
.map-section {
  margin-top: 80px;
}

.map-section h2 {
  margin-bottom: 30px;
}

.map-container {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 15px 40px rgba(0,0,0,.15);
}

.map-container iframe {
  display: block;
  width: 100%;
  min-height: 450px;
}

.contact-card a {
  color: inherit;
  text-decoration: none;
}

.contact-card a:hover {
  color: #c9a45c;
}
