@font-face {
    font-family: "Bahij-Janna";
    src: url("../fonts/bahij/BahijJanna.eot");
    src:
            url("../fonts/bahij/BahijJanna.eot?#iefix") format("embedded-opentype"),
            url("../fonts/bahij/BahijJanna.woff2") format("woff2"),
            url("../fonts/bahij/BahijJanna.woff") format("woff"),
            url("../fonts/bahij/BahijJanna.ttf") format("truetype"),
            url("../fonts/bahij/BahijJanna.svg#BahijJanna") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Bahij-Janna-bold";
    src: url("../fonts/bahij/BahijJanna-Bold.eot");
    src:
            url("../fonts/bahij/BahijJanna-Bold.eot?#iefix.services-slider.owl-carousel") format("embedded-opentype"),
            url("../fonts/bahij/BahijJanna-Bold.woff2") format("woff2"),
            url("../fonts/bahij/BahijJanna-Bold.woff") format("woff"),
            url("../fonts/bahij/BahijJanna-Bold.ttf") format("truetype"),
            url("../fonts/bahij/BahijJanna-Bold.svg#BahijJanna-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Almarai";
    src: url("../fonts/Almarai-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/******************************/
/******************************/
:root {
    --primary: #ffd694;
    --gold: #ffd694;
    --gold-deep: #d49a55;
    --gold-soft: #f4d9af;
    --dark: #2f2b29;
    --dark-2: #3a3633;
    --cream: #faf6ef;
    --beige: #f4ecdd;
    --sage: #EFF2E7;
    --navy: #26284e;
    --gray: #939598;
    --muted: #8c8580;
    --black: #000;
    --white: #ffffff;
    --site-font: "Almarai", sans-serif;
    --bs-font-sans-serif: var(--site-font);
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrap {
    overflow: hidden;
}

html[dir="ltr"] body {
    direction: ltr;
    text-align: left;
}

html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}

body {
    font-family: var(--site-font);
    color: var(--black);
    background: var(--white);
    font-size: 16px;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: bold;
    color: var(--white);
}

button,
li,
a {
    transition: all 0.5s ease-in-out;
}

a {
    display: inline-block;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

ul,
ol {
    margin-bottom: 0;
}

button:focus {
    outline: 0;
}

li,
input[type="submit"],
a {
    transition: all 0.5s linear;
}

img,
iframe,
video {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
}

.no-padding {
    padding: 0 !important;
}

.form-control {
    border-radius: 0;
}

html[dir="ltr"] .form-control {
    direction: ltr;
    text-align: left;
}

textarea.form-control {
    height: 200px;
}

.form-control:focus {
    border-color: transparent;
    box-shadow: none;
    outline: none;
    color: var(--primary);
}

.main-title {
    position: relative;
    color: var(--gray);
    font-size: 72px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

@media (max-width: 768px) {
}

@media (max-width: 500px) {
    .main-title {
        font-size: 28px;
        margin: 10px 0;
    }
}

/******************************/
/* && Nav &&*/
/******************************/
@media (min-width: 992px) {
    .main-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .nav-list {
        display: flex;
        margin-inline-start: 50px;
    }

    .nav-list > .menu-item {
        position: relative;
    }

    html[dir="ltr"] .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-end: 5px;
    }

    html[dir="rtl"] .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-start: 5px;
    }

    .nav-list > .menu-item.home i {
        font-size: 26px;
        color: var(--white);
    }

    .nav-list > .menu-item > a {
        display: flex;
        color: var(--black);
        font-size: 16px;
        position: relative;
        padding: 15px 15px;
        transition: all 0.5s ease-in-out;
    }

    .nav-list > .menu-item.current-menu-item > a {
        color: #ffd694;
    }

    .nav-list > .menu-item-has-children > a:after {
        display: inline-block;
        content: "\f0d7";
        font-family: "Font Awesome 6 Free", serif;
        font-weight: 900;
        color: var(--white);
        transition: all 0.35s ease-in-out;
    }

    .nav-list .menu-item:hover > a,
    .nav-list > .menu-item.active a {
        color: var(--primary);
    }

    .nav-list > .menu-item:hover > a:before,
    .nav-list > .menu-item.active a:before {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .nav-list > .menu-item-has-children:hover a:after {
        transform: rotateX(-180deg);
        color: var(--white);
    }

    html[dir="rtl"] .sub-menu {
        right: 0;
        left: auto;
    }

    html[dir="ltr"] .sub-menu {
        right: auto;
        left: 0;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        z-index: 4;
        min-width: 250px;
        background-color: rgba(255, 255, 255, 1);
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.2s ease-in-out;
    }

    .sub-menu li {
        position: relative;
        padding: 0 20px;
    }

    .sub-menu li:not(:last-of-type) a {
        margin-bottom: 10px;
    }

    .sub-menu li a {
        display: block;
        width: 100%;
        position: relative;
        color: var(--gray);
        padding-bottom: 10px;
        transition: all 0.5s ease-in-out;
    }

    html[dir="rtl"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        left: 0;
        content: "\f324";
    }

    html[dir="ltr"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        right: 0;
        content: "\f323";
    }

    .nav-list .sub-menu > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free", serif;
        font-weight: 900;
        color: var(--gray);
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .sub-menu li a:hover {
        color: var(--gray);
    }

    .nav-list .sub-menu > li.menu-item-has-children:hover > a:after {
        color: var(--gray);
    }

    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children .sub-menu {
        left: 100%;
    }

    .sub-menu .menu-item-has-children .sub-menu {
        top: 0 !important;
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        left: 100%;
    }

    html[dir="rtl"] .nav-list > .menu-item-has-children > .sub-menu a:before {
        content: "\f104";
    }

    html[dir="ltr"] .nav-list > .menu-item-has-children > .sub-menu a:before {
        content: "\f105";
    }

    .nav-list > .menu-item-has-children > .sub-menu a:before {
        font-family: "Font Awesome 6 Free", serif;
        font-weight: 900;
        display: inline-block;
        margin-inline-end: 10px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        background: var(--gray);
        color: var(--white);
        font-size: 14px;
        transition: all 0.35s ease-in-out;
    }

    .nav-list > .menu-item-has-children > .sub-menu a:hover:before {
        background: var(--secondary);
        color: var(--white);
    }

    .nav-btn,
    .mobile-nav-list,
    .dd-trigger {
        display: none;
    }
}

@media (max-width: 992px) {
    .menu-item-has-children {
        display: flex;
        width: 100%;
        align-items: center;
    }

    .nav-list {
        display: none;
    }

    .dd-trigger {
        display: block;
    }

    .main-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .head-logo {
        display: flex;
        align-items: center;
    }

    .menu-icons a:not(:last-of-type) {
        margin-inline-end: 10px;
    }

    .nav-list > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free", serif;
        font-weight: 900;
        color: var(--white);
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        color: var(--white);
        background-color: var(--primary);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease-in-out;
    }

    html[dir="rtl"] .nav-btn {
        margin-inline-end: 10px;
    }

    html[dir="ltr"] .nav-btn {
        margin-inline-end: 0;
        margin-inline-start: 10px;
    }

    html[dir="ltr"] .mobile-nav-list {
        left: 0;
        transform: translateX(-100%);
    }

    html[dir="rtl"] .mobile-nav-list {
        transform: translateX(100%);
        right: 0;
    }

    .mobile-nav-list {
        width: 300px;
        height: 100%;
        padding: 15px;
        background-color: rgba(255, 255, 255, 1);
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        z-index: 99;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        overflow-y: scroll;
        transition: all 0.5s linear;
    }

    .mobile-nav-list .menu-item {
        position: relative;
        border-bottom: 1px solid var(--primary);
    }

    .mobile-nav-list .menu-item > a {
        display: block;
        color: var(--black);
        padding: 15px;
    }

    .mobile-nav-list .menu-item.menu-item-has-children > a {
        width: calc(100% - 34px);
        display: inline-block;
    }

    .mobile-nav-list .menu-item > a:hover,
    .mobile-nav-list .menu-item.active > a {
        color: var(--primary);
    }

    html[dir="ltr"] .mobile-nav-list .menu-item.menu-item-has-children i {
        border-left: 1px solid var(--black);
    }

    html[dir="rtl"] .mobile-nav-list .menu-item.menu-item-has-children i {
        border-right: 1px solid var(--black);
    }

    .mobile-nav-list .menu-item.menu-item-has-children i {
        color: var(--black);
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        transform-origin: center;
        transition: all 0.3s linear;
    }

    .mobile-nav-list .menu-item i.open {
        color: var(--gray);
    }

    .sub-menu {
        list-style: none;
        background-color: var(--gray);
    }

    .mobile-nav-list .sub-menu a {
        display: block;
        padding: 15px 25px;
        color: var(--white);
        transition: all 0.3s linear;
    }

    .mobile-nav-list .sub-menu a:hover {
        color: #393839;
    }

    .mobile-menu-contact {
        display: none;
    }

    .trans-none {
        transform: none !important;
    }

    html[dir="ltr"] .nav-overlay {
        right: 0;
        transform: translateX(100%);
    }

    html[dir="rtl"] .nav-overlay {
        left: 0;
        transform: translateX(-100%);
    }

    .nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        transition: all 0.35s ease-in-out;
    }
}

/******************************/
/* && Shared bits && */
/******************************/
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-inline: 15px;
    width: 100%;
}

.header-container {
    padding-inline: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
}

.gold-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 46px;
    padding: 0 26px;
    font-weight: bold;
    font-size: 15px;
    color: var(--dark) !important;
    background: var(--gold);
    border: 1px solid var(--gold);
    border-radius: 30px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition:
            color 0.35s ease,
            transform 0.35s ease,
            box-shadow 0.35s ease;
}

/* professional fill-sweep on hover */
.gold-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--dark);
    transform: scaleX(0);
    transform-origin: var(--btn-origin, right);
    transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

.gold-btn:hover {
    color: var(--white) !important;
    transform: translateY(-3px);
    box-shadow: 0 14px 26px rgba(47, 43, 41, 0.25);
}

.gold-btn:hover::before {
    transform: scaleX(1);
}

.gold-btn.ghost {
    background: #eae6e3;
    color: var(--dark) !important;
    border-color: var(--beige);
    box-shadow: none;
}

.gold-btn.ghost::before {
    background: var(--gold);
}

.gold-btn.ghost:hover {
    color: var(--dark) !important;
    box-shadow: 0 10px 20px rgba(224, 169, 109, 0.35);
}

/* pill CTA with circular arrow badge */
.main-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-height: 48px;
    padding: 7px 24px 7px 8px;
    background: #ffd694;
    color: #171412 !important;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    border: 1px solid rgba(255, 236, 188, 0.75);
    border-radius: 999px;
    overflow: visible;
    isolation: isolate;
    transition:
            color 0.35s ease,
            background 0.35s ease,
            border-color 0.35s ease,
            box-shadow 0.35s ease,
            transform 0.35s ease;
}

.main-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background: linear-gradient(
            115deg,
            transparent 0%,
            rgba(255, 255, 255, 0.08) 32%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0.08) 68%,
            transparent 100%
    );
    background-size: 240% 100%;
    background-position: 140% 0;
    pointer-events: none;
    transition: background-position 0.65s ease;
}

.main-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #3b3430;
    color: #ffd994;
    transform: translate(-15px, -18px);
    font-size: 12px;
    transition:
            color 0.35s ease,
            background 0.35s ease,
            box-shadow 0.35s ease,
            transform 0.35s ease;
    z-index: 2;
    position: relative;
}

.main-btn-icon i {
    line-height: 1;
    transform: translateX(1px);
    transition: transform 0.35s ease;
}

.main-btn:hover {
    background: linear-gradient(135deg, #3b3430 0%, #241f1c 100%);
    color: #ffd994 !important;
    border-color: rgba(255, 217, 148, 0.46);
    transform: translateY(-3px);
}

.main-btn:hover::before {
    background-position: -120% 0;
}

.main-btn:hover .main-btn-icon {
    background: #ffd994;
    color: #241f1c;
    transform: translate(-17px, -18px);
    box-shadow: 0 8px 18px rgba(255, 217, 148, 0.26);
}

.main-btn:hover .main-btn-icon i {
    transform: rotate(33deg);
}

.main-btn:focus-visible {
    outline: 3px solid rgba(255, 217, 148, 0.45);
    outline-offset: 4px;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--black);
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
}

.section-label::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--gold);
}

.section-title {
    display: block;
    position: relative;
    color: var(--dark);
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    z-index: 1;
}

/* faint lotus flower behind every section title */
.section-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translate(0, -50%);
    width: 120px;
    height: 120px;
    background: url("../images/about-title-before.png") center / contain no-repeat;
    opacity: 0.8;
    z-index: -1;
    pointer-events: none;
}

html[dir="ltr"] .section-title::before {
    right: auto;
    left: -35px;
}

.section-head {
    text-align: center;
    margin-bottom: 45px;
}

.section-head.split {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    text-align: start;
    flex-wrap: wrap;
}

.head-action {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    max-width: 320px;
}

.head-action-text {
    color: var(--black);
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

/******************************/
/* && Top bar && */
/******************************/
.top-bar {
    padding: 12px 0;
    font-size: 14px;
}

.top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.top-bar-contact a,
.top-bar-social a {
    color: #d9d2cb;
    font-size: 14px;
}

.top-bar-contact a i {
    color: var(--gold);
    margin-inline-start: 6px;
}

.top-bar-social {
    display: flex;
    align-items: center;
    gap: 16px;
}

.top-bar-social a:hover,
.top-bar-contact a:hover {
    color: var(--gold);
}

.mobile-menu-contact {
    display: none;
}

/******************************/
/* && Hero && */
/******************************/
.hero-section {
    position: relative;
    background: var(--dark);
    background-image: url("../images/intro-bg.png");
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
}

.navbar-pill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 50px;
    padding-inline-start: 30px;
}

.head-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* contact block (left side) */
.head-contact {
    position: relative;
    display: flex;
    align-items: center;
    direction: ltr;
    gap: 8px;
    align-self: stretch;
    min-width: 300px;
    min-height: 78px;
    padding: 0 20px;
    justify-content: space-between;
    background: #ffd694;
    border-radius: 999px;
    overflow: hidden;
    isolation: isolate;
}

.head-contact::before {
    content: "";
    position: absolute;
    top: 19px;
    bottom: 19px;
    left: 65px;
    width: 1px;
    background: rgba(47, 43, 41, 0.12);
}

.head-contact::after {
    content: "";
    position: absolute;
    top: -70%;
    bottom: -70%;
    inset-inline-start: -45%;
    width: 38%;
    z-index: -1;
    background: linear-gradient(
            115deg,
            transparent 0%,
            rgba(255, 255, 255, 0.1) 30%,
            rgba(255, 255, 255, 0.72) 50%,
            rgba(255, 255, 255, 0.12) 70%,
            transparent 100%
    );
    transform: skewX(-22deg);
    transition: inset-inline-start 0.7s ease;
}

.head-contact:hover::after {
    inset-inline-start: 118%;
}

.head-contact .lang {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: transparent;
    color: #070707;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}

.head-contact .lang:hover {
    color: #6f4a18;
}

.contact-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    direction: rtl;
    line-height: 1.18;
    min-width: 125px;
    text-align: center;
}

html[dir="ltr"] .contact-meta {
    direction: ltr;
    text-align: left;
}

.contact-meta span {
    color: #1c1c1c;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: normal;
    white-space: nowrap;
}

.contact-meta a {
    color: #111 !important;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: -0.2px;
}

.phone-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #2a2a2a;
    color: #ffd99a;
    font-size: 23px;

    transform: none;
    transition:
            color 0.35s ease,
            background 0.35s ease,
            box-shadow 0.35s ease,
            transform 0.35s ease;
}

.phone-circle i {
    transform: rotate(-14deg);
    line-height: 1;
}

.phone-circle:hover {
    background: #181513;
    color: #fff0c9;
    transform: translateY(-2px);
    box-shadow:
            0 12px 24px rgba(47, 43, 41, 0.3),
            0 0 0 5px rgba(255, 255, 255, 0.12);
}

.hero-slide {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 50px;
}

.hero-slider.owl-carousel {
    display: block;
}

.hero-slider .owl-stage-outer {
    overflow: hidden;
}

.hero-slider .owl-stage {
    display: flex;
    align-items: center;
}

.hero-slider .owl-item {
    flex: 0 0 auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
            opacity 0.65s ease,
            visibility 0.65s ease;
}

.hero-slider .owl-item.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.hero-slider .owl-item .hero-content,
.hero-slider .owl-item .hero-image {
    opacity: 0;
    transform: translateY(18px);
    transition:
            opacity 0.75s ease,
            transform 0.75s ease;
}

.hero-slider .owl-item.active .hero-content,
.hero-slider .owl-item.active .hero-image {
    opacity: 1;
    transform: translateY(0);
}

.hero-slider .owl-item.active .hero-image {
    transition-delay: 0.12s;
}

.hero-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.hero-image img {
    border-radius: 50% / 40% !important;
    max-height: 560px !important;
    border: 2px solid #ffd694;
    padding: 15px 10px;
}

.hero-content {
    flex: 1;
    padding-inline-start: 1px;
    color: var(--white);
}

.hero-title {
    color: var(--gold);
    font-size: 56px;
    font-weight: bold;
    margin-bottom: 8px;
    letter-spacing: 4px;
}

.hero-subtitle {
    color: var(--white);
    font-size: 30px;
    margin-bottom: 20px;
}

.hero-desc {
    color: #d8d1c9;
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 38px;
    max-width: 520px;
}

/* frangipani stones above the wave */
.hero-flower {
    position: absolute;
    bottom: -20px;
    left: 72%;
    transform: translateX(-50%);
    z-index: 3;
    width: 130px;
    pointer-events: none;
}

.hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    display: block;
    z-index: 2;
    pointer-events: none;
}

/* hero owl nav */
.hero-slider .owl-nav .owl-prev,
.hero-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--white) !important;
    color: #211d1a !important;
    font-size: 17px !important;
    line-height: 1 !important;
    text-align: center;
    cursor: pointer;

    overflow: hidden;
    z-index: 6;
    transition:
            color 0.35s ease,
            background 0.35s ease,
            box-shadow 0.35s ease,
            transform 0.35s ease;
}

.hero-slider .owl-nav .owl-next {
    right: -6%;
}

.hero-slider .owl-nav .owl-prev::before,
.hero-slider .owl-nav .owl-next::before {
    content: "";
    position: absolute;
    top: -55%;
    bottom: -55%;
    inset-inline-start: -65%;
    width: 45%;
    background: linear-gradient(
            115deg,
            transparent 0%,
            rgba(255, 255, 255, 0.16) 30%,
            rgba(255, 255, 255, 0.82) 50%,
            rgba(255, 255, 255, 0.18) 70%,
            transparent 100%
    );
    transform: skewX(-22deg);
    transition: inset-inline-start 0.65s ease;
}

.hero-slider .owl-nav .owl-prev i,
.hero-slider .owl-nav .owl-next i {
    position: relative;
    z-index: 1;
    line-height: 1;
}

.hero-slider .owl-nav .owl-prev:hover,
.hero-slider .owl-nav .owl-next:hover {
    background: var(--gold) !important;
    color: var(--dark) !important;
    transform: translateY(-50%) scale(1.06);
    box-shadow:
            0 16px 32px rgba(224, 169, 109, 0.35),
            0 0 0 6px rgba(224, 169, 109, 0.12);
}

.hero-slider .owl-nav .owl-prev:hover::before,
.hero-slider .owl-nav .owl-next:hover::before {
    inset-inline-start: 120%;
}

.hero-slider .owl-nav .owl-prev {
    left: -2%;
}

html[dir="ltr"] .hero-slider .owl-nav .owl-prev {
    left: unset;
    right: -2%;
}

html[dir="ltr"] .hero-slider .owl-nav .owl-next {
    left: -6%;
    right: unset;
}
html[dir="ltr"] .hero-wave{
    transform: rotateY(180deg);
}
.hero-slider .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.hero-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.4);
}

.hero-slider .owl-dots .owl-dot.active span {
    background: var(--gold);
    width: 26px;
    border-radius: 6px;
}

/******************************/
/* && About && */
/******************************/
.about-section {
    background: var(--white);
    padding: 80px 0;
}

.about-inner {
    display: flex;
    align-items: flex-start;
    gap: 26px;
}

.about-text {
    flex: 0 1 60%;
    background: #fbf6e8;
    border-radius: 8px;
    padding: 80px 54px 80px;
}

.about-text .section-title {
    margin-bottom: 70px;
}

html[dir="ltr"] .about-text .section-title::before,
html[dir="ltr"] .services-section .section-title::before {
    top: 0;
}
.about-text .section-title::before
{
    width: 100px;
    height: 100px;
}
.about-body {
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
}

html[dir="ltr"] .about-body {
    text-align: left;
}

.about-text .main-btn {
    margin-top: 15px;
}

.about-image {
    position: relative;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 38px 0 24px 34px;
    z-index: 1;
}

.about-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 78%;
    background: #fbf6e8;
    border-radius: 8px;
    z-index: -1;
}

html[dir="ltr"] .about-image {
    padding: 38px 34px 24px 0;
}

html[dir="ltr"] .about-image::before {
    right: 0;
    left: auto;
}

.about-image img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/******************************/
/* && Services && */
/******************************/
.services-section {
    position: relative;
    background-color: var(--white);
    background-image: url("../images/bg-services.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 120px;
    overflow: hidden;
}

.services-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 210px;
    height: 210px;
    background: url("../images/services-bg-be.png") top left / contain no-repeat;
    opacity: 0.88;
    pointer-events: none;
    z-index: 0;
}

html[dir="ltr"] .services-section::before {
    right: 0;
    left: auto;
    transform: scaleX(-1);
}

.services-container {
    position: relative;
    z-index: 1;
    padding-inline: 0;
}

.services-section .head-action .gold-btn.ghost {
    background: #eae6e3;
    border-color: #eae6e3;
}

.services-section .head-action .gold-btn.ghost:hover {
    background: #eae6e3;
    border-color: #eae6e3;
}

.services-section .section-head {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 15px;
}

.services-section .section-title::before {
    top: 0;
}

.services-slider.owl-carousel {
    display: block;
}

.services-slider .owl-stage {
    display: flex;
    align-items: stretch;
}

.services-slider .owl-item {
    display: flex;
}

.services-slider .owl-item .service-card {
    width: 100%;
}

.service-card {
    display: flex;
    align-items: stretch;
    background: var(--white);
    border: 1px solid #eee;
    border-radius: 18px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    height: 100%;
}

.service-image {
    position: relative;
    flex: 0 0 44%;
    max-width: 44%;
}

.service-image img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
}

.service-price {
    position: absolute;
    bottom: 16px;

    right: -8px;
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    background: #ffd694;
    color: var(--black);
    padding: 8px 16px;
    border-radius: 0;
    box-shadow: 0 6px 14px rgba(224, 169, 109, 0.4);
}
html[dir="ltr"] .service-price{
    right: unset;
    left: -8px;
}
.head-home{
    padding-top: 10px;
}
.home .head-home{
    padding-top: 0px;

}
.service-price::after {
     content: "";
     position: absolute;
     top: -10px;
     inset-inline-start: 0;
     width: 0;
     height: 0;
     border-bottom: 10px solid #BC9929;
     border-inline-start: 8px solid transparent;
 }

.service-price-number {
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.service-price-currency {
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.service-body {
    flex: 1;
    padding: 24px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 12px;
}

.service-title a {
    color: var(--dark);
    font-size: 16px;
    margin-bottom: 12px;
}

.service-desc {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.9;
    margin: 0;
}

.services-slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    text-align: center;
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
}

.services-slider .owl-dots .owl-dot span {
    display: block;
    width: 4px;
    height: 11px;
    margin: 0;
    background: #d8d5cf;
    border-radius: 999px;
    transition: all 0.3s ease;
}

.services-slider .owl-dots .owl-dot.active span {
    width: 5px;
    height: 18px;
    background: var(--dark);
    border-radius: 999px;
}

/******************************/
/* && Packages && */
/******************************/
.packages-section {
    background: var(--white);
    padding: 80px 0;
}
.packages-section .section-title::before,
.clients-section .section-title::before {
    transform: translate(50%, -70%);
    right: 50%;
    left: auto;
}

html[dir="ltr"] .packages-section .section-title::before,
html[dir="ltr"] .clients-section .section-title::before {
    right: auto;
    left: 50%;
    transform: translate(-50%, -70%);
}
.packages-grid {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 25px;
    background: var(--sage);
    border-radius: 24px;
    padding: 40px 15px 12px;
    flex-wrap: wrap;
}

.package-card {
    flex: 1 1 240px;
    min-width: 240px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
    border-radius: 18px;
    transition:
            background 0.35s ease,
            box-shadow 0.35s ease,
            transform 0.35s ease;
}

.package-card.featured,
.package-card:hover {
    background: var(--white);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-15px);
}

.package-name {
    color: var(--dark);
    font-size: 20px;
    margin-bottom: 18px;
}

.package-price {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 7px;
    color: var(--black);
    padding: 10px 26px;
    border-radius: 30px;
    border: 2px solid rgba(0, 0, 0, 0.04);
    width: auto;
    min-width: 60%;
    max-width: 100%;
    margin: 0 auto 25px;
    transition: border-color 0.35s ease;
}

.package-card.featured .package-price,
.package-card:hover .package-price {
    border: 2px solid #ffd694;
}

.package-price-number {
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.package-price-currency {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.package-list {
    flex: 1;
    margin-bottom: 26px;
}

.package-card .gold-btn {
    align-self: center;
    margin-top: auto;
}

.package-card:hover .gold-btn.ghost {
    background: var(--gold);
    border-color: var(--gold);
    box-shadow: 0 10px 20px rgba(224, 169, 109, 0.35);
}

.package-list li {
    color: #5a544e;
    padding: 12px 0;
    font-size: 16px;
}

.package-list li:not(:last-child) {
    border-bottom: 1px dashed #c9ccba;
}

/******************************/
/* && Counter && */
/******************************/
.counter-section {
    background: var(--dark);
    background-image: url("../images/counter-bg.png");
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}

.counter-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
}

.counter-item {
    position: relative;
    flex: 1;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 26px;
}

.counter-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    inset-inline-end: 0;
    width: 1px;
    height: 42px;
    background: rgba(194, 194, 194, 0.58);
    transform: translateY(-50%);
}

.counter-icon {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin-bottom: 14px;
}

.counter-num {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
}

.counter-label {
    color: #fff;
    font-size: 18px;
}

/******************************/
/* && Testimonials && */
/******************************/
.testimonial-section {
    background: var(--white);
    padding: 70px 0 150px;
    overflow: hidden;
}

.testimonial-container {
    padding-inline: 0;
}

/* fixed images on the right + text-only carousel on the left */
.testimonial-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 70px;
}

/* quote icon in outline circle */
.quote-circle {
    position: absolute;
    top: 0;
    right: 88%;
    z-index: 5;
    width: 92px;
    height: 92px;
    z-index: 0;
    border-radius: 50%;
    border: 1px solid #e6dccd;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

html[dir="ltr"] .quote-circle {
    right: auto;
    left: 88%;
}

.quote-circle img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

/* two overlapping images — fixed, do not slide */
.testimonial-images {
    flex: 0 0 45%;
    max-width: 45%;
    position: relative;
    height: 390px;
}

.testi-back {
    position: absolute;
    top: 0;
    right: 0;

    object-fit: cover;
    border-radius: 0;
}

.testi-front {
    position: absolute;
    top: 72px;
    left: 8%;
    width: 43%;
    height: 340px;
    object-fit: cover;
    border-radius: 0;
    border: 0;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.14);
}

html[dir="ltr"] .testi-back {
    right: auto;
    left: 0;
}

html[dir="ltr"] .testi-front {
    right: 8%;
    left: auto;
}

/* carousel only as wide as the text content */
.testimonial-slider {
    flex: 0 1 48%;
    min-width: 0;
    overflow: hidden;
    margin-inline-end: 7%;
}

.testimonial-content {
    padding-top: 30px;
    text-align: start;
}

.testimonial-user {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 14px;
    margin-bottom: 28px;
}

html[dir="ltr"] .testimonial-user {
    flex-direction: row;
    justify-content: flex-start;
}

.user-info {
    display: flex;
    flex-direction: column;
}

.user-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
}

.user-name {
    color: var(--dark);
    font-size: 16px;
    margin: 0;
}

.user-role {
    color: #7b756f;
    font-size: 13px;
}

.testimonial-text {
    color: #36312d;
    font-size: 15px;
    line-height: 2.05;
    max-width: 760px;
    margin: 0;
}

.testimonial-slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 34px;
}

.testimonial-slider .owl-dots .owl-dot span {
    display: block;
    width: 4px;
    height: 11px;
    margin: 0;
    background: #d8d5cf;
    border-radius: 999px;
    transition: all 0.3s ease;
}

.testimonial-slider .owl-dots .owl-dot.active span {
    background: var(--dark);
    width: 5px;
    height: 18px;
    border-radius: 999px;
}

/******************************/
/* && Clients && */
/******************************/
.clients-section {
    background-color: var(--cream);
    background-image: url("../images/clint-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}
.clients-slider {
    width: 95%;
    margin: 0 auto;
}
.client-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
}

.client-logo img {
    max-height: 100px;
    object-fit: contain;
    transition: all 0.35s ease-in-out;
}

.client-logo img:hover {
    transform: translateY(-4px);
}

/* clients slider nav arrows (owl renders these) */
.clients-slider {
    position: relative;
}

.clients-slider .owl-nav.disabled {
    display: block;
}

.clients-slider .owl-nav .owl-prev,
.clients-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--gold) !important;
    color: var(--dark) !important;
    font-size: 15px !important;
    transition: all 0.3s ease-in-out;
}

.clients-slider .owl-nav .owl-prev:hover,
.clients-slider .owl-nav .owl-next:hover {
    background: var(--dark) !important;
    color: var(--gold) !important;
}

.clients-slider .owl-nav .owl-prev {
    right: -8%;
}

.clients-slider .owl-nav .owl-next {
    left: -8%;
}

/******************************/
/* && Blog && */
/******************************/
.blog-section {
    background: var(--white);
    padding: 80px 0;
}

.blog-section .head-action .gold-btn.ghost {
    background: #eae6e3;
    border-color: #eae6e3;
}

.blog-section .head-action .gold-btn.ghost:hover {
    background: #eae6e3;
    border-color: #eae6e3;
}

.blog-grid {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}

.blog-card {
    flex: 1;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
    transition: box-shadow 0.35s ease-in-out;
}

.blog-card:hover {
    transform: none;
    box-shadow: none;
}

.blog-image {
    border-radius: 8px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    transition:
            height 0.45s ease-in-out,
            transform 0.45s ease-in-out;
}

.blog-card:hover .blog-image img {
    height: 115px;
    transform: none;
}

/* order: title -> (hover description) -> date at bottom */
.blog-body {
    display: flex;
    flex-direction: column;
    padding: 18px 0 0;
}

.blog-title a {
    color: #000;
    font-size: 16px;
    margin: 0;
    line-height: 1.65;
    font-weight: 700;
    min-height: 50px;
}

/* description revealed on hover, between title and date */
.blog-hover {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transform: translateY(8px);
    transition:
            max-height 0.45s ease-in-out,
            margin 0.45s ease-in-out,
            opacity 0.35s ease-in-out,
            transform 0.35s ease-in-out,
            visibility 0.35s ease-in-out;
}

.blog-card:hover .blog-hover {
    max-height: 92px;
    margin-top: 8px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.blog-desc {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    margin: 0;
}

/* date pinned to the bottom of the card */
.blog-date {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #ece9e5;
    color: #7e7872;
    font-size: 12px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-date .arrow{
    opacity: 0;
    transition:
    opacity ease-in-out;

    color: #7e7872;

}

html[dir="ltr"] .blog-card .arrow  .fa-arrow-left-long:before,html[dir="ltr"] .blog-card .arrow .fa-long-arrow-left:before{
    content: "\f178";

}
.blog-card:hover .arrow{
    opacity: 1;
    transition:
            opacity ease-in-out,
}
.blog-date i {
    margin-inline-end: 6px;
}

/******************************/
/* && Instagram && */
/******************************/
.instagram-section {
    position: relative;
}

.insta-grid {
    display: block;
}

.insta-item {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}

.insta-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.insta-item:hover img {
    transform: scale(1.08);
}

/* instagram icon overlay shown on hover of each image */
.insta-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(47, 43, 41, 0.55);
    color: var(--gold);
    font-size: 30px;
    opacity: 0;
    transition: all 0.35s ease-in-out;
}

.insta-item:hover .insta-overlay {
    opacity: 1;
}

.insta-slider.owl-carousel {
    display: block;
}

.insta-slider .owl-stage {
    display: flex;
}

.insta-slider .owl-item {
    min-width: 0;
}

.insta-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transform: translateX(-50%);
}

.insta-slider .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
    transition: all 0.3s ease;
}

.insta-slider .owl-dot.active span {
    width: 22px;
    background: var(--gold);
}

/******************************/
/* && Footer && */
/******************************/
.footer-section {
    background: #2a2629;
    color: #cfc8c1;
    padding-top: 60px;
}

.footer-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.footer-col {
    flex: 1;
    min-width: 230px;
}
@media (min-width: 992px) {
    .footer-col:nth-of-type(2) {
        padding: 0 15px;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
}
.footer-contact {
    flex: 1.1;
}

.footer-links {
    flex: 0.85;
}

.footer-map {
    flex: 1.35;
}

/* dotted pattern under footer titles */
.footer-title {
    position: relative;
    display: inline-block;
    color: var(--gold);
    font-size: 20px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    z-index: 1;
}

.footer-title::before {
    content: "";
    position: absolute;
    bottom: 2px;
    inset-inline-start: 0;
    width: 28px;
    height: 22px;
    background-image: radial-gradient(#536489 2px, transparent 2.2px);
    background-size: 10px 10px;
    background-position: right top;
    opacity: 0.55;
    pointer-events: none;
    z-index: -1;
}

.footer-info li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.footer-info li i {
    color: var(--gold);
    width: 20px;
    text-align: center;
}

.footer-info a,
.footer-links a {
    color: #cfc8c1;
}

.footer-info a:hover,
.footer-links a:hover {
    color: var(--gold);
}

.footer-links li {
    position: relative;
    padding-inline-start: 18px;
    margin-bottom: 14px;
}

.footer-links li:before {
    content: "";
    width: 6px;
    height: 4px;
    background: var(--white);
    position: absolute;
    inset-inline-start: 0;
    top: 10px;
}

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 22px;
}

.footer-social a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

.footer-social a:hover {
    background: var(--gold);
    color: var(--dark);
}

.map-box {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 210px;
    background: var(--dark-2);
}

.map-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(0.3);
}

.map-file-link {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: linear-gradient(135deg, rgba(47, 43, 41, 0.95), rgba(58, 54, 51, 0.9));
    color: var(--gold);
    font-weight: bold;
    text-align: center;
}

.map-file-link:hover {
    color: var(--dark);
    background: var(--gold);
}

.map-box.map-box-file iframe {
    display: none;
}

.map-box.map-box-file .map-file-link {
    display: flex;
}

.footer-bottom {
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 0;
    font-size: 14px;
    color: #a39c95;
}

.footer-bottom p::before,
.footer-bottom p::after {
    content: "";
    flex: 1;
    max-width: 400px;
    border-top: 1px dashed rgba(255, 255, 255, 0.09);
}

/******************************/
/* && Responsive && */
/******************************/
@media (max-width: 1199px) {
    .header-container {
        padding-inline: 30px;
    }

    .navbar-pill {
        gap: 12px;
        padding-inline-start: 18px;
    }

    .head-contact {
        gap: 16px;
        min-width: 272px;
        min-height: 70px;
        padding: 8px 16px;
    }

    .head-contact::before {
        left: 61px;
    }

    .contact-meta {
        min-width: 100px;
    }

    .contact-meta span {
        font-size: 12px;
    }

    .contact-meta a {
        font-size: 20px;
    }

    .nav-list {
        margin-inline-start: 20px !important;
    }

    .footer-grid {
        gap: 30px;
    }

    .footer-map {
        flex-basis: 38%;
    }
}

@media (max-width: 991px) {
    .top-bar {
        display: none;
    }
    .hero-flower{
        width: 90px;
        left: 85%;
    }
    .hero-section{
        padding-top: 10px;
    }
    .navbar-pill {
         flex-wrap: nowrap;
        padding: 4px 20px;
     }

    .head-logo {
        flex: 1;
        justify-content: flex-start;
    }

    .main-logo img {
        max-height: 86px;
    }

    .head-contact {
        min-width: auto;
        min-height: auto;
        align-self: center;
        gap: 0;
        padding: 0;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        overflow: visible;
    }

    .head-contact::before,
    .head-contact::after,
    .head-contact .contact-meta,
    .head-contact .phone-circle {
        display: none;
    }

    .head-contact .lang {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        background: var(--gold);
        border-radius: 50%;
        font-size: 17px;
        color: var(--dark);
    }

    .hero-slide {
        flex-direction: column-reverse;
        text-align: center;
        gap: 20px;
    }

    .hero-image {
        justify-content: center;
    }

    .hero-image img {
        max-height: 380px;
        width: min(82vw, 360px);
        aspect-ratio: 3 / 4;
        object-fit: cover;
    }

    .hero-content {
        text-align: center;
    }

    .hero-desc {
        margin-inline: auto;
    }

    .about-inner {
        flex-direction: column;
        gap: 28px;
    }

    .about-text,
    .about-image {
        flex: none;
        max-width: 100%;
        width: 100%;
    }

    .about-text {
        min-height: auto;
        padding: 34px 24px;
    }

    .about-image {
        padding: 26px 0 18px 24px;
    }

    html[dir="ltr"] .about-image {
        padding: 26px 24px 18px 0;
    }

    .about-image img {
        height: 340px;
    }

    .section-head.split {
        justify-content: center;
        text-align: center;
    }

    .head-action {
        align-items: center;
        max-width: 100%;
    }

    .head-action-text {
        text-align: center;
    }

    .testimonial-wrap {
        flex-direction: column;
        gap: 28px;
        min-height: auto;
        padding-inline: 24px;
    }

    .testimonial-images {
        flex: none;
        width: min(100%, 520px);
        max-width: 100%;
        height: 330px;
        margin-inline: auto;
    }

    .testi-back {
        width: 78%;
        height: 250px;
        object-fit: cover;
    }

    .testi-front {
        top: 82px;
        left: 6%;
        width: 46%;
        height: 205px;
    }

    html[dir="ltr"] .testi-front {
        right: 6%;
        left: auto;
    }

    .testimonial-slider {
        width: 100%;
        margin-inline-start: 0;
        padding-inline: 20px;
    }

    .testimonial-content {
        padding-top: 0;
        text-align: center;
    }

    .testimonial-user {
        justify-content: center;
    }

    html[dir="ltr"] .testimonial-user {
        justify-content: center;
    }

    .quote-circle {
        right: 50%;
        transform: translateX(50%);
        top: -16px;
        width: 64px;
        height: 64px;
    }

    html[dir="ltr"] .quote-circle {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .clients-section .container {
        padding-inline: 28px;
    }

    .mobile-menu-contact {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 22px;
        padding: 18px 14px;
        border-radius: 14px;
        background: #fbf6e8;
        border: 1px solid rgba(224, 169, 109, 0.28);
    }

    .mobile-menu-contact span {
        color: var(--dark);
        font-size: 13px;
    }

    .mobile-menu-contact a {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        color: var(--dark);
        font-weight: bold;
        font-size: 15px;
    }

    .mobile-menu-contact i {
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: var(--gold);
        color: var(--dark);
        font-size: 13px;
    }

    .footer-grid {
        gap: 34px 24px;
    }

     html[dir="ltr"] .services-section .section-title::before {
        right: auto;
         left: 32%;

     }
    .footer-col {
        flex: 1 1 calc(50% - 24px);
        min-width: 220px;
    }

    .footer-map {
        flex-basis: 100%;
    }

    .map-box {
        height: 260px;
    }
    .services-slider .owl-item .service-card{
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .hero-slider .owl-nav .owl-prev,
    .hero-slider .owl-nav .owl-next {
        width: 42px;
        height: 42px;
        font-size: 15px !important;
    }

    .hero-slider .owl-nav .owl-prev {
        right: auto;
        left: 12px;
    }

    .hero-slider .owl-nav .owl-next {
        right: 12px;
        left: auto;
    }

    html[dir="ltr"] .hero-slider .owl-nav .owl-prev {
        right: 12px;
        left: auto;
    }

    html[dir="ltr"] .hero-slider .owl-nav .owl-next {
        right: auto;
        left: 12px;
    }

    .section-title {
        font-size: 26px;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-subtitle {
        font-size: 24px;
    }

    .hero-image img {
        max-height: 330px;
        width: min(76vw, 300px);
        border-width: 4px;
    }

    .hero-wave {
        bottom: -4px;
        left: 0;
        width: 100%;
    }
    .about-text .section-title::before{
        width: 80px;
        height: 80px;
        top: 15px !important;
        right: -25px;


    }
    .service-card {
        flex-direction: row;
        align-items: stretch;
        border-radius: 14px;
    }

    .service-image {
        flex: 0 0 42%;
        max-width: 42%;
    }
    .counter-section{background-position: unset}
    .service-image img {
        min-height: 210px;
    }

    .service-body {
        padding: 18px 14px;
    }

    .service-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 8px;
    }

    .service-title {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 8px;
    }

    .service-desc {
        font-size: 12px;
        line-height: 1.75;
    }

    .service-price {
         font-size: 13px;
        padding: 5px 9px;
     }

    .service-price-number {
        font-size: 18px;
    }

    .service-price-currency {
        font-size: 11px;
    }

    .clients-section {
        padding: 52px 0;
    }

    .clients-section .container {
        padding-inline: 32px;
    }

    .client-logo {
        height: 105px;
        padding: 12px;
    }

    .clients-slider .owl-nav .owl-prev,
    .clients-slider .owl-nav .owl-next {
        width: 36px;
        height: 36px;
        font-size: 12px !important;
    }

    .clients-slider .owl-nav .owl-prev {
        right: -18px;
    }

    .clients-slider .owl-nav .owl-next {
        left: -18px;
    }

    .package-card.featured,
    .package-card:hover {
        transform: none;
    }

    .package-price {
        min-width: 0;
        padding: 9px 20px;
    }

    .package-price-number {
        font-size: 28px;
    }

    .package-price-currency {
        font-size: 14px;
    }

    .counter-item {
        flex: 0 0 50%;
        padding: 18px 20px;
    }
    html[dir="ltr"] .section-title::before {
        right: auto;
        left: 35px;
    }

    .counter-item:not(:last-child)::after {
        display: none;
    }

    .counter-item:nth-child(odd):not(:last-child)::after {
        display: block;
        height: 46px;
    }

    .footer-section {
        padding-top: 44px;
    }

    .footer-grid {
        flex-direction: column;
        gap: 30px;
        padding-bottom: 34px;
    }

    .footer-col {
        width: 100%;
        min-width: 0;
    }

    .footer-title {
        margin-bottom: 18px;
    }

    .map-box {
        height: 230px;
    }
}

@media (max-width: 575px) {
    .header-container {
        padding-inline: 15px;
    }

    .top-bar-inner {
        justify-content: center;
    }

    .hero-title {
        font-size: 34px;
    }

    .hero-section {
        padding-bottom: 110px;
    }

    .hero-slide {
        padding-top: 30px;
        gap: 16px;
    }

    .hero-image img {
        max-height: 280px;
        width: min(70vw, 245px);
    }

    .services-slider {
        padding-inline: 8px;
    }


 .testimonial-text{
     padding: 0 10px;
 }

    .service-card {
        min-height: 205px;
    }


    .service-body {
        padding: 16px 12px;
    }

    .testimonial-section {
        padding: 54px 0 90px;
    }

    .testimonial-wrap {
        padding-inline: 16px;
        gap: 22px;
    }

    .testimonial-images {
        height: 265px;
    }

    .testi-back {
        width: 82%;
        height: 200px;
    }

    .testi-front {
        top: 72px;
        width: 48%;
        height: 160px;
    }

    .testimonial-slider {
        padding-inline: 0;
        margin-inline-end: 0;
    }

    .testimonial-text {
        font-size: 13px;
        line-height: 1.9;
    }.testimonials-cards-grid{
    gap: 60;
         }

    .testimonial-user {
        margin-bottom: 18px;
    }

    .user-avatar {
        width: 48px;
        height: 48px;
    }

    .quote-circle {
        width: 54px;
        height: 54px;
    }

    .quote-circle img {
        width: 26px;
        height: 26px;
    }

    .clients-section .container {
        padding-inline: 36px;
    }

    .footer-info li {
        align-items: flex-start;
        line-height: 1.8;
    }

    .footer-social {
        gap: 10px;
        flex-wrap: wrap;
    }

    .map-box {
        height: 210px;
        border-radius: 10px;
    }

    .footer-bottom {
        padding: 16px 0;
    }

    .footer-bottom p {
        font-size: 13px;
        line-height: 1.8;
    }
}

.terms-block .section-title {
    margin-bottom: 50px;
    margin-top: 50px;
}

.terms-block .section-title::before {
    transform: translate(0, -50%);
    left: auto;
}
.wpcf7-spinner{
    display: none;
}

