/* Global: Remove text-decoration from a, h, p tags */
a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    text-decoration: none !important;
}

#hero,
#packages,
.pkg-card,
.prop-img {
    overflow: hidden
}

.hero-bg-lines,
.internal-hero .hero-bg-accent,
.pkg-card::before,
.prop-img::after,
.service-card::before,
body::before,
img.about-bg,
img.hero-img {
    pointer-events: none;
    pointer-events: none
}

::selection {
    background: var(--orange);
    color: #fff
}

.breadcrumb-list a {
    text-decoration: none !important;
    color: #64748b;
    transition: color .3s
}

.breadcrumb-list a:hover {
    color: var(--orange)
}

#hero,
.hero-content,
.pkg-body,
.pkg-card,
.pkg-header,
body,
ul.navbar-nav {
    position: relative
}

.about-center-img,
img.about-bg,
img.hero-img,
img.hero-img2,
img.hero-img3 {
    object-fit: contain
}

.hero-title,
.internal-hero,
.last-updated,
.mobile-copy,
.pkg-body,
.pkg-header,
.protection-item,
.section-title,
.spec-modern-card,
.stat-item {
    text-align: center
}

:root {
    --orange: #FF8F36;
    --orange-light: #FF8F36;
    --dark: #181C1E;
    --dark2: #181C1E;
    --gray-bg: #f5f5f5;
    --text-dark: #181C1E;
    --text-muted: #4F585D;
    --white: #fff;
    --glass-bg: rgba(255, 255, 255, 0.7);
    --glass-border: rgba(255, 255, 255, 0.4)
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}
html {
        margin: 0 !important;
}
body {
    color: var(--text-dark);
    font-family: Cairo, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background: repeating-linear-gradient(90deg, #0000000D 0 1px, transparent 1px calc(100% / 10));
    background-attachment: fixed;
    z-index: 3
}

/* Admin bar fix for consistent hero section */
body.admin-bar #hero {
    padding-top: calc(66px + 32px);
}

body.admin-bar .navbar {
    top: 32px;
}

a {
    color: inherit
}

body,
html {
    overflow-x: hidden
}

.navbar {
    padding: 14px 0;
    position: sticky;
    top: 0;
    z-index: 1000
}

.navbar-brand {
    margin: 0 !important;
    padding: 0 55px !important
}

.navbar-brand img {
    width: auto;
    height: auto;
    max-width: 127px;
    max-height: 127px
}

.navbar-brand .brand-text {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--dark);
    margin-right: 10px
}

.navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 400 !important;
    color: var(--text-dark);
    padding: 0 !important;
    transition: color .3s;
    position: relative
}

.hero-bg-lines,
.hero-building,
.hero-horse,
img.hero-img,
img.hero-img3 {
    position: absolute
}

.navbar-nav .nav-link.active {
    color: var(--orange);
    font-weight: 700 !important
}

.breadcrumb-list a:hover,
.internal-hero h1 span,
.navbar-nav .nav-link:hover,
.read-more-btn:hover {
    color: var(--orange)
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1303px !important
}

img.hero-img3 {
    width: 30%;
    height: auto;
    max-width: 472px;
    left: 0;
    z-index: -1;
    bottom: 0
}

.service-card::before,
img.about-bg {
    left: 50%;
    z-index: -1;
    position: absolute
}

img.hero-img {
    width: 312px;
    height: 522px;
    right: 0;
    top: -80px
}

img.hero-img2 {
    width: 100%;
    height: 120%;
    transform: translateY(-30px) scale(0.98);
    clip-path: inset(0 0 100% 0);
    animation: 2.5s cubic-bezier(.215, .61, .355, 1) forwards drawBuilding;
    will-change: clip-path, transform, opacity;
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes drawBuilding {
    0% {
        clip-path: inset(0 0 100% 0);
        transform: translateY(-30px) scale(0.98);
        opacity: 0;
    }

    25% {
        clip-path: inset(0 0 75% 0);
        transform: translateY(-22px) scale(0.985);
        opacity: 0.5;
    }

    50% {
        clip-path: inset(0 0 50% 0);
        transform: translateY(-15px) scale(0.992);
        opacity: 1;
    }

    75% {
        clip-path: inset(0 0 25% 0);
        transform: translateY(-7px) scale(0.998);
        opacity: 1;
    }

    100% {
        clip-path: inset(0 0 0 0);
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

#hero {
    background: var(--white);
    min-height: 96.1vh;
    padding-top: 66px;
    z-index: 1
}

.hero-bg-lines {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.hero_content {
    width: fit-content;
    margin: auto auto -76px
}

.hero-building {
    left: 5%;
    bottom: 60px;
    width: 50%;
    opacity: .15;
    z-index: 0
}

.hero-horse {
    left: 2%;
    bottom: 50px;
    width: 38%;
    z-index: 1;
    animation: 4s ease-in-out infinite floatHorse
}

/* SVG Animation Styles */
.hero-svg-bg {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.hero-svg-bg .svg-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.hero-svg-bg svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(255, 143, 54, 0.35));
}

.svg-draw-path {
    stroke: #FF8F36;
    stroke-width: 4;
    fill: none;
    opacity: 0;
}

.svg-draw-path-stroke {
    fill: none;
    opacity: 0;
}

/* All orange strokes start invisible */
.hero-svg-bg .draw-path {
    stroke-dasharray: var(--len, 3000);
    stroke-dashoffset: var(--len, 3000);
    transition: none;
}

/* Override for p0 - keep dark fill, no orange stroke */
.hero-svg-bg #p0 {
    stroke: none !important;
    fill: #181C1E !important;
    opacity: 0;
    animation: fadeInP0 .9s ease-in-out 0.5s forwards;
}

@keyframes fadeInP0 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes floatHorse {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-14px);
    }
}

@keyframes floatingHorse {

    0%,
    100% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-20px) rotate(-2deg);
    }
}

.hero-img3 {
    animation: 6s ease-in-out infinite floatingHorse;
}

.hero-content {
    z-index: 2
}

#about,
#properties,
.prop-specs-table,
.service-card {
    position: relative;
    z-index: 1
}

.service-card {
    position: relative;
    z-index: 1
}

.hero-title {
    font-size: clamp(2.2rem, 5vw, 72px);
    font-weight: 700;
    line-height: 1.3;
    color: var(--dark);
    width: fit-content;
    margin: auto
}

/* Prevent unwanted title splitting */
.hero-title .title-word {
    display: inline !important;
}

.hero-title span:not(:first-of-type) {
    color: inherit !important;
}

/* Force original title structure */
.hero-title>span:first-child {
    color: var(--orange) !important;
}

.hero-title>span:first-child~span {
    display: none !important;
}

.hero-title span,
.internal-hero h1 span {
    color: var(--orange)
}

.title-word {
    display: inline-block;
    will-change: transform, opacity, clip-path;
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000px
}

.hero-desc {
    font-size: 18px;
    color: var(--text-muted);
    max-width: 421px;
    margin-inline-start: auto;
    margin-top: 27px;
    font-weight: 400
}

.desc-line {
    display: block;
    will-change: transform, opacity, clip-path;
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000px;
    margin-bottom: 8px
}

.btn-orange,
.btn-outline-orange,
.mobile-nav-list li a {
    font-size: .95rem
}

.hero-cta {
    margin-top: 32px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

.btn-orange {
    background: var(--orange);
    color: #fff;
    border: none;
    padding: 13px 32px;
    border-radius: 50px;
    font-weight: 700;
    transition: background .3s, transform .2s
}

.btn-orange:hover {
    background: var(--orange-light);
    color: #fff;
    transform: translateY(-2px)
}

.btn-outline-orange {
    background: 0 0;
    color: var(--orange);
    border: 2px solid var(--orange);
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 700;
    transition: transform .3s, opacity .3s, background-color .3s
}

.about-main-title span,
.read-more-btn.light-mode .read-more-circle i,
.section-title span,
.stat-num {
    color: #eb9539
}

.btn-outline-orange:hover,
.mobile-nav-list li a:hover .mobile-nav-icon,
.offcanvas-close:hover,
.prop-main-swiper .swiper-button-next:hover,
.prop-main-swiper .swiper-button-prev:hover,
.slider-btn:hover {
    background: var(--orange);
    color: #fff
}

.stats-bar {
    background: var(--dark);
    padding: 52px 0
}

#services,
.service-card {
    background: var(--white)
}

.grid_4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap
}

.stat-item {
    min-width: 23%
}

.stat-item:last-child {
    border-left: none
}

.row>* {
    margin-top: 0
}

.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-md-3,
.col-md-4,
.col-md-5 {
    padding-right: 12px;
    padding-left: 12px
}

.stat-num {
    font-weight: 700;
    font-size: 52px;
    display: block
}

.stat-label {
    font-size: 14px;
    color: #f8f9fb;
    margin-top: 4px
}

#services {
    padding: 90px 0 70px
}

.section-title {
    font-size: 52px;
    font-weight: 700;
    color: #181c1e;
    padding-bottom: 50px;
    margin: 0
}

.service-card {
    border-radius: 16px;
    padding: 60px 46px;
    transition: .4s;
    cursor: pointer
}

.service-arrow,
.service-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex
}

.service-card::before {
    content: '';
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url(../images/service-card.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 10%;
    transition: .4s
}

.service-card:hover::before,
.swiper-slide.swiper-slide-active .service-card::before {
    opacity: 100%;
    transition: .4s
}

.service-card:hover {
    transform: translateY(-6px);
    transition: transform .4s
}

.service-card-link {
    display: block;
    text-decoration: none !important;
    color: inherit;
    width: 100%;
    height: 100%;
}

span.swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    border-radius: 10px !important;
    background: #e2e3e5 !important;
    transition: transform .4s, background-color .4s, opacity .4s
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    top: unset !important;
    bottom: -4px !important
}

span.swiper-pagination-bullet-active {
    width: 22px !important;
    height: 8px !important;
    border-radius: 10px !important;
    background: var(--orange) !important
}

.service-icon {
    background: #181C1E08;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--orange);
    margin-bottom: 10px
}

.service-card h3 {
    font-weight: 700;
    font-size: 20px;
    color: var(--dark);
    margin-bottom: 16px
}

.service-card p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.8;
    margin: 0
}

.swiper-button-next,
.swiper-button-prev {
    padding: 15px;
}

.service-arrow {
    align-items: center;
    justify-content: center;
    color: #ff8f36;
    font-size: 24px;
    padding: 10px;
    transition: .3s;
    border: 2px solid #181c1e;
    margin-top: 40px;
    margin-inline-start: auto;
}

.prop-price,
.prop-title {
    font-size: 20px;
    font-weight: 700
}

.service-card:hover .service-arrow {
    background: #181c1e;
    color: #fff
}

.services-swiper {
    padding: 20px 0 68px !important;
    width: 100%;
}

.services-swiper .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
}

.services-swiper .service-card {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.services-swiper .swiper-pagination-bullet-active {
    background: var(--orange);
}

#about {
    padding-bottom: 100px;
    padding-top: 60px
}

img.about-bg {
    bottom: 57%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 200%;
    transform: translate(-50%, 50%)
}

.about-description {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.about-description p {
    font-size: 18px;
    color: #4f585d;
    line-height: 2;
    margin-bottom: 25px
}

.about-image-wrapper {
    position: relative;
    display: inline-block;
    transition: .4s
}

.about-center-img {
    width: 100%;
    height: auto
}

.properties-swiper {
    padding: 50px 0 60px !important;
    position: relative;
    contain: layout style paint
}

/* Removed global swiper direction override that breaks navigation */

.properties-swiper .swiper-slide,
.read-more-btn i {
    transition: .4s
}

.properties-swiper .prop-card {
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: .4s;
    background: #1c2022;
    padding: 20px;
    will-change: transform
}

.properties-swiper .swiper-slide-active .prop-card.featured {
    border-color: #eb9539;
    box-shadow: 0 0 30px rgba(235, 149, 57, .15)
}

.prop-img {
    position: relative;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
    transform: translateZ(0);
    border-radius: 10px
}

.prop-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent 0, rgba(255, 255, 255, .2) 50%, transparent 100%);
    transform: skewX(-25deg);
    transition: none;
    z-index: 2
}

.prop-card:hover .prop-img::after {
    left: 150%;
    transition: left .6s
}

.prop-img img {
    width: 100%;
    height: 340px !important;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.2, 0, .2, 1), filter .6s
}
.swiper-button-next.prop-nav-next ,
.swiper-button-prev.prop-nav-prev 
{
    background: #2C3031;
}
img.properties-left,
img.properties-right {
    bottom: 0;
    width: 471px;
    z-index: -1;
    object-fit: contain;
    position: absolute;
    pointer-events: none
}

.prop-card:hover .prop-img img {
    transform: scale(1.05);
    filter: brightness(1.05)
}

.prop-main-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px
}

.prop-price {
    color: #ff8f36
}

.prop-title {
    color: #f8f9fb;
    margin: 0
}

.prop-loc,
.spec-label {
    color: #f8f9FBCC;
    font-size: 14px
}

.prop-loc,
.prop-specs-table {
    display: flex;
    margin-bottom: 25px
}

.prop-loc {
    align-items: center;
    gap: 8px
}

.prop-specs-table {
    padding-top: 15px;
    gap: 14px;
    justify-content: space-between;
    align-items: center
}

.prop-specs-table::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: radial-gradient(circle, #fffFFF1A, transparent)
}

.spec-label {
    margin-bottom: 5px
}

.btn-prop-dark,
.spec-val {
    color: #f8f9fb;
    font-size: 14px
}

.spec-val {
    font-weight: 600
}

.btn-prop-dark {
    width: 100%;
    background: #fffFFF12;
    border: none;
    padding: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-weight: 700;
    transition: transform .3s, box-shadow .3s
}

.btn-prop-dark:hover {
    background: #ff8f36
}

.btn-prop-primary {
    width: 100%;
    background: #eb9539;
    border: none;
    color: #fff;
    padding: 12px;
    border-radius: 12px;
    font-weight: 600;
    transition: .3s
}

.btn-prop-primary:hover {
    background: #d8802a
}

.prop-nav-next,
.prop-nav-prev {
    width: 50px !important;
    height: 50px !important;
    background: #2c3031;
    border-radius: 50%;
    color: #fff !important;
    transition: .3s
}

.pkg-nav-next::after,
.pkg-nav-prev::after,
.prop-nav-next:after,
.prop-nav-prev:after {
    content: "" !important
}

.prop-nav-next i,
.prop-nav-prev i {
    font-size: 18px
}

.prop-nav-next svg,
.prop-nav-prev svg,
.pkg-nav-next svg,
.pkg-nav-prev svg {
    transform: scaleX(-1);
}

.prop-nav-next:hover,
.prop-nav-prev:hover {
    background: #eb9539
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 45px;
    height: 45px;
    margin: 0;
    padding: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: var(--dark);
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Removed forced left/right positioning that breaks RTL navigation */
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    opacity: 1 !important;
    visibility: visible !important;
}

.prop-main-swiper .swiper-button-next,
.prop-main-swiper .swiper-button-prev {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, .9);
    border-radius: 50%;
    color: var(--dark);
    transition: .3s;
    opacity: 1 !important;
    visibility: visible !important;
}

.prop-main-swiper .swiper-button-next::after,
.prop-main-swiper .swiper-button-prev::after {
    font-size: 18px;
    font-weight: 900;
}

.prop-pagination {
    bottom: 30px !important
}

.prop-pagination .swiper-pagination-bullet {
    background: #2e3234 !important;
    opacity: 1;
    width: 8px;
    height: 8px;
    transition: .4s
}

.prop-pagination .swiper-pagination-bullet-active {
    background: #eb9539 !important;
    width: 24px;
    border-radius: 10px
}

.read-more-btn.light-mode {
    color: #fff
}

.read-more-btn.light-mode .read-more-circle {
    border-color: rgba(255, 255, 255, .2);
    color: #fff
}

.read-more-btn.light-mode:hover .read-more-circle {
    background: #fff;
    color: #181c1e
}

body {
    padding: 0 !important;
}

.pkg-card::before,
.swiper-slide.swiper-slide-active .pkg-card::before {
    background-image: url('../images/packages2.webp')
}

.about-main-title {
    font-size: 52px;
    font-weight: 700;
    color: #181c1e;
    line-height: 1.5;
    margin-bottom: 0
}

#about .read-more-circle {
    margin-right: 10px;
    margin-left: 0
}

#properties {
    background: #181c1e;
    padding: 90px 0 200px
}

#properties .section-title {
    color: var(--white)
}

img.properties-right {
    left: 0;
    transform: scaleX(-1);
    height: 787px
}

img.properties-left {
    right: 0;
    height: 787px
}

 .prop-card:hover {
    border-color: var(--orange);
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(244, 124, 32, .25)
}

.prop-body {
    padding-top: 20px
}

#packages {
    padding: 90px 0
}

.pkg-slider-container {
    padding: 40px 0 80px
}

.pkg-card {
    transition: .4s;
    height: 787px;
    display: flex;
    flex-direction: column;
    z-index: 1
}

.pkg-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: .4s;
    z-index: -1
}

.whatsapp-float::before,
ul.navbar-nav::before {
    content: '';
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.swiper-slide.swiper-slide-next .pkg-card::before {
    background-image: url('../images/packages.webp')
}

.packages-page-section .packages-grid .pkg-card:nth-of-type(odd)::before {
    background-image: url('../images/packages2.webp') !important
}

.packages-page-section .packages-grid .pkg-card:nth-of-type(2n)::before {
    background-image: url('../images/packages.webp') !important
}

.pkg-card.featured {
    border-color: var(--orange)
}

.pkg-header {
    padding: 45px 30px;
    color: #f8f9fb;
    margin-bottom: 20px
}

.pkg-title {
    font-size: 32px;
    font-weight: 400;
    color: #f8f9fb;
    margin-bottom: 5px;
    max-width: 75%;
    margin: auto;
}

.pkg-price {
    font-size: 32px;
    font-weight: 700;
    color: #ff8f36
}

.pkg-body {
    padding: 20px 52px 60px;
    flex-grow: 1;
    z-index: 1;
    background: 0 0
}

.pkg-feature-title {
    font-size: 20px;
    font-weight: 700;
    color: #181c1e;
    margin: 40px 0 12px
}

.pkg-desc {
    font-size: 18px;
    color: #4f585d;
    line-height: 1.8;
    margin-bottom: 0
}

.pkg-nav-next,
.pkg-nav-prev {
    width: 50px !important;
    height: 50px !important;
    background: #ff8f36;
    border-radius: 50%;
    color: #fff !important;
    transition: .3s
}

.pkg-nav-next i,
.pkg-nav-prev i {
    font-size: 20px
}

.pkg-nav-next:hover,
.pkg-nav-prev:hover {
    background: var(--orange);
    color: #fff !important
}

.pkg-pagination {
    bottom: 20px !important
}

.pkg-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ddd;
    opacity: 1;
    transition: .3s
}

.pkg-pagination .swiper-pagination-bullet-active {
    background: var(--orange) !important;
    width: 30px;
    border-radius: 5px
}

.pkg-fox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    opacity: .08
}

.slider-controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px
}

.slider-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid var(--orange);
    background: 0 0;
    color: var(--orange);
    font-size: .9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    transition: background .3s
}

.dot.active {
    background: var(--orange);
    width: 24px;
    border-radius: 4px
}

.read-more-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-dark);
    font-weight: 700;
    cursor: pointer;
    transition: color .4s;
    font-size: 20px;
    padding-top: 14px
}

.read-more-circle {
    width: 73px;
    height: 73px;
    border-radius: 50%;
    border: 2px solid currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    padding: 15px;
    transition: .4s;
}

.whatsapp-float,
.whatsapp-float::before {
    border-radius: 50%;
    transition: transform .3s
}

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 98px;
    height: 98px;
    background: #ff8f36;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 35px;
    z-index: 999
}

.whatsapp-float svg {
    max-width: 44%;
}

.whatsapp-float::before {
    position: absolute;
    top: 50%;
    width: 80%;
    height: 80%;
    border: 1px solid #00000080
}

.whatsapp-float:hover {
    transform: scale(1.1)
}

ul.navbar-nav {
    gap: 17px;
    width: 100%;
    display: flex;
    justify-content: space-between
}

ul.navbar-nav::before {
    position: absolute;
    bottom: -23px;
    width: 100%;
    height: 2px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, #181c1e 0, #181c1e 30%, #181c1e 35%, transparent 80%);
    transition: transform .3s
}

.offcanvas-toggler {
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 6px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 40px
}

.offcanvas-toggler span {
    display: block;
    height: 2.5px;
    background: var(--dark);
    border-radius: 2px;
    transition: .3s
}

.offcanvas-toggler span:first-child {
    width: 28px
}

.offcanvas-toggler span:nth-child(2) {
    width: 20px
}

.offcanvas-toggler span:last-child {
    width: 24px
}

.offcanvas-toggler:hover span {
    background: var(--orange);
    width: 28px !important
}

#mobileNav {
    background: #0e0e0e;
    width: 300px !important;
    max-width: 85vw;
    border-left: none;
    direction: rtl
}

.offcanvas-header {
    background: #161616;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    justify-content: space-between
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

.offcanvas.offcanvas-end {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%)
}

.offcanvas.show {
    visibility: visible
}

.offcanvas.show.offcanvas-end {
    transform: translateX(0)
}

.offcanvas-close {
    background: rgba(255, 255, 255, .08);
    border: none;
    color: rgba(255, 255, 255, .7);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    cursor: pointer;
    transition: .3s;
    flex-shrink: 0
}

.offcanvas-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto
}

.mobile-nav-list {
    list-style: none;
    padding: 12px 0;
    margin: 0;
    flex: 1
}

.mobile-nav-list li a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 22px;
    color: rgba(255, 255, 255, .8);
    font-weight: 600;
    transition: .25s;
    border-right: 3px solid transparent;
    position: relative
}

.mobile-nav-list li a.active,
.mobile-nav-list li a:hover {
    color: var(--white);
    background: rgba(244, 124, 32, .08);
    border-right-color: var(--orange)
}

.mobile-nav-icon {
    width: 36px;
    height: 36px;
    background: rgba(244, 124, 32, .12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    color: var(--orange);
    flex-shrink: 0;
    transition: background .25s
}

.mobile-nav-arrow {
    margin-right: auto;
    font-size: .7rem;
    color: rgba(255, 255, 255, .25);
    transition: color .25s, transform .25s
}

.mobile-social a,
.mobile-whatsapp-btn {
    display: flex;
    transition: .3s;
    text-decoration: none
}

.mobile-nav-list li a:hover .mobile-nav-arrow {
    color: var(--orange);
    transform: translateX(-3px)
}

.mobile-nav-footer {
    padding: 20px 22px 28px;
    border-top: 1px solid rgba(255, 255, 255, .07);
    background: #0a0a0a
}

.mobile-whatsapp-btn {
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 13px;
    background: #25d366;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    font-size: .9rem;
    margin-bottom: 20px
}

.mobile-whatsapp-btn:hover {
    background: #1ebe59;
    color: #fff;
    transform: scale(1.02)
}

.internal-hero::after,
.internal-hero::before {
    content: "";
    background: url('../images/Group17.webp') center/contain no-repeat;
    pointer-events: none;
    z-index: 0;
    max-width: 200px;
    top: 0;
    width: 100%;
    position: absolute
}

.mobile-whatsapp-btn i {
    font-size: 1.1rem
}

.mobile-social {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px
}

.mobile-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .15);
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .5);
    font-size: .85rem
}

.mobile-social a:hover {
    background: var(--orange);
    border-color: var(--orange);
    color: #fff
}

.mobile-copy {
    font-size: .72rem;
    color: rgba(255, 255, 255, .25);
    margin: 0
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    transition: opacity .15s linear
}

.offcanvas-backdrop.show {
    opacity: .5
}

.swipe-hint {
    display: none
}

html {
    scroll-behavior: smooth
}

@keyframes floatingHorse {

    0%,
    100% {
        transform: translateY(0) rotate(0)
    }

    50% {
        transform: translateY(-20px) rotate(-2deg)
    }
}

.hero-img3 {
    animation: 6s ease-in-out infinite floatingHorse
}

@keyframes heroReveal {
    0% {
        transform: translateY(100px) scale(1.1);
        opacity: 0;
        filter: blur(10px)
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
        filter: blur(0)
    }
}

.hero-img2 {
    animation: .5s cubic-bezier(.16, 1, .3, 1) forwards heroReveal
}

.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: .8s cubic-bezier(.16, 1, .3, 1)
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0)
}

@keyframes navEntrance {
    from {
        transform: translateY(-100%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.navbar {
    animation: 1s ease-out navEntrance
}

/* Hero animations handled by JavaScript to prevent CLS */

.aboutus {
    padding: 120px 0 100px !important
}

.internal-hero {
    padding: 80px 0;
    background: #181c1e;
    position: relative;
    margin-top: 20px;
    z-index: 1;
    overflow: hidden
}

.internal-hero::before {
    height: 100%;
    left: 0
}

.internal-hero::after {
    height: 100%;
    transform: scaleX(-1);
    right: 0
}

.internal-hero .hero-bg-accent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(255, 153, 70, .05) 0, transparent 70%)
}

.internal-hero h1 {
    font-size: 50px;
    color: var(--white);
    font-weight: 800;
    position: relative;
    z-index: 1
}

.vision-mission-section {
    padding-bottom: 100px
}

.vm-card {
    background: var(--white);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .05);
    height: 100%;
    transition: transform .3s;
    border: 1px solid #eee
}

.vm-card:hover {
    transform: translateY(-10px)
}

.vm-icon {
    width: 60px;
    height: 60px;
    background: var(--orange);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 24px;
    margin-bottom: 25px
}

.vm-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--dark)
}

.vm-text {
    color: var(--text-muted);
    line-height: 1.8;
    font-size: 16px
}

.details-page-content {
    padding: 20px 0 50px
}

.breadcrumb-nav {
    margin-bottom: 30px
}

.breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: #64748b
}

.breadcrumb-list a {
    color: #64748b;
    transition: color .3s
}

.breadcrumb-list li:not(:last-child)::after {
    content: '/';
    margin-right: 10px;
    opacity: .5
}

.prop-main-header {
    margin-bottom: 40px
}

.status-badge {
    display: inline-block;
    padding: 6px 16px;
    background: var(--dark2);
    color: var(--gray-bg);
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 15px;
}

.status-badge.status-sale {
    background: var(--orange);
    color: #fff;
}

.status-badge.status-rent {
    background: #3498db;
    color: #fff;
}

.status-badge.status-sold {
    background: #e74c3c;
    color: #fff;
}

.prop-full-title {
    font-size: 42px;
    font-weight: 900;
    color: var(--dark);
    letter-spacing: -1px;
    margin-bottom: 15px
}

.prop-full-price {
    font-size: 34px;
    font-weight: 800;
    color: var(--orange);
    width: fit-content;
    margin-inline-start: auto
}

.action-btns-top {
    display: flex;
    gap: 15px
}

.action-circle-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #eee;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    transition: .3s;
    cursor: pointer
}

.action-circle-btn:hover {
    border-color: var(--orange);
    color: var(--orange);
    transform: translateY(-3px)
}

.prop-main-swiper {
    width: 100%;
    height: 550px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
    border: 2px solid #ff8F3630;
}

.prop-thumbs-swiper .swiper-slide img,
.swiper-main-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

/* Force fixed height for thumbnail images */
.prop-thumbs-swiper .swiper-slide img {
    min-height: 90px !important;
    max-height: 90px !important;
    height: 90px !important;
}

.prop-thumbs-swiper .swiper-slide {
    width: 140px;
    height: 90px !important;
    border-radius: 15px;
    border: 2px solid #eee;
    cursor: pointer;
    overflow: hidden;
    opacity: .6;
    min-height: 90px !important;
    max-height: 90px !important;
}

.prop-thumbs-swiper .swiper-slide-thumb-active {
    border-color: var(--orange);
    opacity: 1
}

.prop-main-swiper .swiper-button-next,
.prop-main-swiper .swiper-button-prev {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, .9);
    border-radius: 50%;
    color: var(--dark);
    transition: .3s
}

.prop-main-swiper .swiper-button-next::after,
.prop-main-swiper .swiper-button-prev::after {
    font-size: 18px;
    font-weight: 900
}

.specs-modern-grid {
    display: grid;
    gap: 20px;
    margin-bottom: 41px;
    grid-template-columns: repeat(4, 1fr);
}

.spec-modern-card {
    background: #fff;
    padding: 15px;
    border-radius: 24px;
    border: 1px solid #f2f2f2;
    transition: .4s cubic-bezier(.175, .885, .32, 1.275)
}

.spec-modern-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .04);
    border-color: var(--orange-light)
}

.spec-modern-card:hover .spec-icon-box {
    background: var(--orange);
    color: #fff;
    transform: scale(1.1) rotate(5deg)
}

.spec-icon-box {
    width: 50px;
    height: 50px;
    background: #f8fafc;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--orange);
    font-size: 20px;
    transition: .4s
}

.agent-pfp,
.info-title {
    align-items: center;
    display: flex
}

.spec-modern-label {
    font-size: 13px;
    color: #94a3b8;
    font-weight: 600;
    margin-bottom: 5px
}

.spec-modern-val {
    font-size: 18px;
    color: var(--dark);
    font-weight: 800
}

.prop-info-section {
    background: #fff;
    padding: 25px;
    border-radius: 30px;
    border: 1px solid #f2f2f2;
    margin-bottom: 40px
}

.info-title {
    font-size: 24px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 25px;
    gap: 15px
}

.info-title span {
    width: 8px;
    height: 30px;
    background: var(--orange);
    border-radius: 10px
}

.info-text {
    line-height: 2;
    color: #475569;
    font-size: 20px
}

.sidebar-contact-outer {
    position: sticky;
    top: 100px
}

.agent-card-premium {
    background: #fff;
    color: #181c1e;
    padding: 40px;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    position: relative;
    border: 2px solid #ff8F3630;
    box-shadow: 0 15px 40px rgba(255, 143, 54, .1)
}

.agent-card-premium::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: rgba(255, 143, 54, .1);
    border-radius: 50%
}

.agent-pfp {
    width: 90px;
    height: 90px;
    background: #ffffff;
    border-radius: 50%;
    justify-content: center;
    margin: 0 auto 25px;
    border: 1px solid #334155;
    color: var(--orange);
    font-size: 35px;
}

.agent-name {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 8px
}

.agent-title {
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 30px
}

.btn-whatsapp-premium {
    background: var(--orange);
    color: var(--dark);
    padding: 18px 20px;
    border-radius: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: .4s
}

.btn-whatsapp-premium:hover {
    background: #d8802a;
    color: #fff;
    transform: scale(1.02)
}

.privacy-policy-content,
.terms-content {
    padding: 80px 0;
    background: #fff
}

.policy-section,
.terms-section {
    margin-bottom: 60px
}

.policy-section h3,
.terms-section h3 {
    font-size: 32px;
    font-weight: 700;
    color: #181c1e;
    margin-bottom: 30px;
    position: relative;
    padding-right: 20px
}

.policy-section h3::before,
.terms-section h3::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 35px;
    background: #ff8f36;
    border-radius: 3px
}

.policy-section h4,
.terms-section h4 {
    font-size: 24px;
    font-weight: 600;
    color: #181c1e;
    margin: 30px 0 20px;
    position: relative;
    padding-right: 15px
}

.policy-section h4::before,
.terms-section h4::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 20px;
    background: #ff8f36;
    border-radius: 2px
}

.policy-section p,
.terms-section p {
    font-size: 17px;
    line-height: 1.9;
    color: #4f585d;
    margin-bottom: 25px
}

.policy-section ul,
.terms-section ul {
    margin: 25px 0;
    padding-right: 30px
}

.policy-section li,
.terms-section li {
    font-size: 17px;
    line-height: 1.9;
    color: #4f585d;
    margin-bottom: 15px;
    position: relative;
    padding-right: 0
}

.policy-card,
.terms-card {
    background: linear-gradient(135deg, #f8f9fa 0, #fff 100%);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    border: 1px solid #e9ecef;
    transition: .4s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05)
}

.policy-card:hover,
.terms-card:hover {
    box-shadow: 0 15px 40px rgba(255, 143, 54, .15);
    transform: translateY(-5px);
    border-color: #ff8F3630
}

.policy-highlight,
.terms-highlight {
    background: linear-gradient(135deg, #ff8F3615 0, #ff8F3608 100%);
    border-right: 4px solid #ff8f36;
    padding: 30px;
    border-radius: 15px;
    margin: 40px 0;
    box-shadow: 0 10px 30px rgba(255, 143, 54, .1)
}

.policy-highlight p,
.terms-highlight p {
    font-size: 18px;
    font-weight: 500;
    color: #181c1e;
    margin: 0
}

.last-updated {
    padding: 30px;
    background: linear-gradient(135deg, #f8f9fa 0, #e9ecef 100%);
    border-radius: 15px;
    margin-top: 50px;
    font-size: 18px;
    color: #6c757d;
    border: 1px solid #dee2e6
}

.last-updated p {
    margin: 0;
    font-weight: 500
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 30px 0
}

.protection-item {
    background: linear-gradient(135deg, #fff 0, #f8f9fa 100%);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #e9ecef;
    transition: .3s
}

.protection-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .1);
    border-color: #ff8F3630
}

.protection-item h4 {
    color: #ff8f36;
    margin-bottom: 15px;
    font-size: 20px
}

.protection-item p {
    color: #4f585d;
    font-size: 15px;
    margin: 0
}

.nice-select {
    width: 100%;
    height: 48px;
    line-height: 46px;
    padding-right: 18px;
    padding-left: 40px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    font-size: 14px;
    font-weight: 600;
    color: var(--dark);
    float: none
}

.nice-select .nice-select-dropdown {
    width: 100%
}

.nice-select .list {
    margin: 0 !important
}

.nice-select:after {
    inset: 50% auto auto 20px !important;
    right: auto;
    left: 20px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #64748b;
    border-right: 2px solid #64748b;
    margin-top: -5px
}

.nice-select.filter-input {
    float: right !important;
    text-align: start !important;
    display: flex !important;
    align-items: center;
    height: 48px;
    border-radius: 15px
}

.nice-select .option {
    text-align: start !important;
    padding: 7px 15px !important
}

.nice-select.open,
.nice-select:focus {
    border-color: var(--orange);
    background: var(--white);
    box-shadow: 0 0 0 4px rgba(235, 149, 57, .1)
}

.nice-select .list {
    width: 100%;
    border-radius: 16px;
    margin-top: 8px;
    border: 1px solid #eee;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    padding: 8px;
    max-height: 250px;
    overflow-y: auto
}

.nice-select .option {
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 2px;
    line-height: 1.5
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #fff1e5;
    color: var(--orange)
}

.nice-select .option.selected {
    font-weight: 700;
    color: var(--orange)
}

.service-card-link {
    color: inherit;
    display: block
}

.service-details-hero {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.service-details-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/hero-bg-pattern.webp') repeat;
    opacity: 0.05;
    pointer-events: none;
}

.service-details-content {
    padding: 80px 0;
    background: #fff;
}

.service-detail-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.service-detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.service-icon-large {
    width: 120px;
    height: 120px;
    background: #181C1E08;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 3rem;
}

.service-title-main {
    font-size: 42px;
    font-weight: 700;
    color: #181C1E;
    margin-bottom: 20px;
    text-align: center;
}

.service-subtitle {
    font-size: 20px;
    color: #4F585D;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.8;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.feature-list li {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    color: #181C1E;
}

.feature-list li:last-child {
    border-bottom: none;
}

.feature-list li i {
    color: #FF8F36;
    font-size: 20px;
    width: 30px;
    text-align: center;
}

.cta-section {
    background: linear-gradient(135deg, #181C1E, #2C3031);
    padding: 60px 20px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    margin: 60px 0;
}

.cta-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-desc {
    font-size: 18px;
    color: #ccc;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Offcanvas styles for mobile menu */
.offcanvas {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #fff;
    transition: right 0.3s ease;
    z-index: 1050;
}

.offcanvas.show {
    right: 0;
}

.offcanvas-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offcanvas-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.offcanvas-body {
    padding: 20px;
}

.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-list li {
    margin-bottom: 15px;
}

.mobile-nav-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    color: #181C1E;
    font-size: 18px;
    border-radius: 8px;
    transition: background 0.3s;
}

.mobile-nav-list a:hover {
    background: #f8f9fa;
}

.mobile-nav-icon {
    margin-left: 10px;
}

.offcanvas-toggler {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.offcanvas-toggler span {
    width: 25px;
    height: 3px;
    background: #181C1E;
    margin: 3px 0;
    transition: 0.3s;
}

/* Responsive Design */
@media (max-width: 992px) {
    .offcanvas-toggler {
        display: flex;
    }

    .navbar-collapse {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .service-title-main {
        font-size: 28px;
    }

    .service-details-hero {
        padding: 120px 0 60px;
    }

    .service-details-content {
        padding: 40px 0;
    }

    .service-detail-card {
        padding: 25px;
        margin-bottom: 30px;
    }

    .cta-section {
        padding: 40px 15px;
        margin: 40px 0;
    }

    .cta-title {
        font-size: 24px;
    }

    .cta-desc {
        font-size: 16px;
    }

    .feature-list li {
        font-size: 16px;
        padding: 12px 0;
    }

    /* Responsive buttons */
    .cta-section .d-flex {
        flex-direction: column;
        gap: 15px !important;
    }

    .cta-section .btn-orange,
    .cta-section .btn-outline-orange {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
    }

    /* Mobile Process Cards */
    .process-card {
        padding: 20px 15px;
        margin-bottom: 20px;
    }

    .process-number {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
        top: 10px;
        right: 10px;
    }

    .process-icon-wrapper {
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
    }

    .process-content h4 {
        font-size: 1.1rem;
    }

    .process-content p {
        font-size: 0.85rem;
    }

    /* Mobile Benefits */
    .benefit-card {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 20px;
    }

    .benefit-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .benefit-info h4 {
        font-size: 1rem;
    }

    .benefit-info p {
        font-size: 0.85rem;
    }

    .benefit-main-image {
        height: 200px;
    }

    .benefit-stats {
        flex-direction: column;
        gap: 10px;
    }

    .benefit-stats .stat-item {
        padding: 15px;
    }

    .stat-number {
        font-size: 1.5rem;
    }

    .stat-label {
        font-size: 0.75rem;
    }

    /* Mobile Section Headers */
    .section-icon {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .section-subtitle {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .service-detail-card {
        padding: 20px;
    }

    .cta-title {
        font-size: 20px;
    }

    .service-title-main {
        font-size: 24px;
    }

    .offcanvas {
        width: 100%;
        right: -100%;
    }

    .service-icon-large img {
        width: 50px;
        height: 50px;
    }

    .service-image-wrapper {
        margin-bottom: 20px;
    }

    .process-item {
        margin-bottom: 20px;
    }

    .process-icon {
        width: 60px;
        height: 60px;
    }

    .benefit-item {
        margin-bottom: 15px;
        padding: 15px;
    }
}

/* Enhanced Visual Styles */
.service-icon-large img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.service-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.service-image-wrapper:hover {
    transform: translateY(-5px);
}

.service-image-wrapper img {
    transition: transform 0.3s ease;
}

.service-image-wrapper:hover img {
    transform: scale(1.05);
}

.process-item {
    padding: 20px 10px;
    border-radius: 15px;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.process-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(255, 143, 54, 0.15);
}

.process-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 143, 54, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    transition: transform 0.3s ease;
}

.process-item:hover .process-icon {
    transform: scale(1.1);
    background: rgba(255, 143, 54, 0.2);
}

.benefit-item {
    padding: 20px;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-item:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(255, 143, 54, 0.1);
    border-color: #FF8F36;
}

/* Enhanced Section Headers */
.section-header {
    position: relative;
    padding: 20px 0;
}

.section-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #FF8F36 0%, #FF6B1A 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 10px 30px rgba(255, 143, 54, 0.2);
    position: relative;
    overflow: hidden;
}

.section-icon::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: rotate(45deg);
    transition: all 0.5s;
}

.section-header:hover .section-icon::before {
    animation: shine 0.5s ease-in-out;
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }

    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

.section-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #181C1E;
    margin-bottom: 10px;
    position: relative;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

/* Process Timeline Styles */
.process-timeline {
    position: relative;
}

.process-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    overflow: hidden;
}

.process-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #FF8F36 0%, #FF6B1A 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.process-card:hover::before {
    opacity: 0.05;
}

.process-card:hover {
    transform: translateY(-15px) scale(1.02);
    border-color: #FF8F36;
    box-shadow: 0 20px 40px rgba(255, 143, 54, 0.15);
}

.process-number {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: #FF8F36;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.1rem;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(255, 143, 54, 0.3);
}

.process-icon-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.process-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.process-icon-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 143, 54, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.process-card:hover .process-icon-overlay {
    opacity: 1;
}

.process-card:hover .process-image {
    transform: scale(1.1);
}

.process-content h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #181C1E;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.process-content p {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

/* Benefits Grid Styles */
.benefits-grid {
    position: relative;
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.benefit-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 15px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 2px solid transparent;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 143, 54, 0.05), transparent);
    transition: left 0.5s ease;
}

.benefit-card:hover::before {
    left: 100%;
}

.benefit-card:hover {
    transform: translateX(10px);
    border-color: #FF8F36;
    box-shadow: 0 10px 30px rgba(255, 143, 54, 0.1);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #FF8F36 0%, #FF6B1A 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(255, 143, 54, 0.2);
    transition: transform 0.3s ease;
}

.benefit-card:hover .benefit-icon {
    transform: scale(1.1) rotate(5deg);
}

.benefit-info h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #181C1E;
    margin-bottom: 5px;
}

.benefit-info p {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

.benefits-visual {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.benefit-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.benefit-main-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.benefit-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 143, 54, 0.9) 0%, rgba(255, 107, 26, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.benefit-image-wrapper:hover .benefit-image-overlay {
    opacity: 1;
}

.benefit-image-wrapper:hover .benefit-main-image {
    transform: scale(1.05);
}

.overlay-content {
    text-align: center;
    color: white;
}

.overlay-content i {
    font-size: 3rem;
    margin-bottom: 15px;
}

.overlay-content h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.overlay-content p {
    font-size: 1rem;
    margin: 0;
}

.benefit-stats {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.benefit-stats .stat-item {
    flex: 1;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 15px;
    padding: 20px 15px;
    text-align: center;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.benefit-stats .stat-item:hover {
    transform: translateY(-5px);
    border-color: #FF8F36;
    box-shadow: 0 8px 25px rgba(255, 143, 54, 0.1);
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: #FF8F36;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 600;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: 'Cairo', sans-serif !important;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #181C1E;
    overflow-x: hidden
}

.navbar {
    padding: 14px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff
}

.navbar-brand img {
    max-width: 127px;
    max-height: 127px
}

.hero-content {
    text-align: center;
    padding: 20px
}

.hero-title {
    font-size: clamp(2.2rem, 5vw, 72px);
    font-weight: 700;
    color: #181C1E
}

.hero-subtitle {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    color: #6c757d;
    margin: 1rem 0
}

.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%)
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
    color: inherit
}


.offcanvas {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #fff;
    transition: right .3s ease;
    z-index: 1050
}

.offcanvas.show {
    right: 0
}

.offcanvas-toggler {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px
}

.offcanvas-toggler span {
    width: 25px;
    height: 3px;
    background: #181C1E;
    margin: 3px 0;
    transition: .3s;
}

.fade-up {
    opacity: 0;
    transform: translateY(40px);
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991px) {
    .offcanvas-toggler {
        display: flex
    }

    .navbar-collapse {
        display: none !important
    }
}

.services-full-section {
    padding: 100px 0;
}

.services-full-section .service-card {
    margin-bottom: 30px;
    height: 94%;
    cursor: pointer;
}

.services-full-section .service-card:hover {
    transform: translateY(-8px);
}

/* User Requested Updates (Performance & Visual Fixes) */
img.hero-img2 {
    width: 100%;
    height: 120%;
    transform: translateY(-30px) scale(0.98);
    clip-path: inset(0 0 100% 0);
    animation: 2.5s cubic-bezier(.215, .61, .355, 1) forwards drawBuilding;
    will-change: clip-path, transform, opacity;
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes drawBuilding {
    0% {
        clip-path: inset(0 0 100% 0);
        transform: translateY(-30px) scale(0.98);
        opacity: 0;
    }

    25% {
        clip-path: inset(0 0 75% 0);
        transform: translateY(-22px) scale(0.985);
        opacity: 0.5;
    }

    50% {
        clip-path: inset(0 0 50% 0);
        transform: translateY(-15px) scale(0.992);
        opacity: 1;
    }

    75% {
        clip-path: inset(0 0 25% 0);
        transform: translateY(-7px) scale(0.998);
        opacity: 1;
    }

    100% {
        clip-path: inset(0 0 0 0);
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.nice-select.filter-input {
    float: right !important;
    text-align: start !important;
    display: flex !important;
    align-items: center;
    height: 48px;
    border-radius: 15px
}

.nice-select .option {
    text-align: start !important;
    padding: 7px 15px !important;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 2px;
    line-height: 1.5
}

.nice-select.open,
.nice-select:focus {
    border-color: var(--orange);
    background: var(--white);
    box-shadow: 0 0 0 4px rgba(235, 149, 57, .1)
}

.nice-select .list {
    width: 100%;
    border-radius: 16px;
    margin-top: 8px;
    border: 1px solid #eee;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    padding: 8px;
    max-height: 250px;
    overflow-y: auto
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #fff1e5;
    color: var(--orange)
}

.nice-select .option.selected {
    font-weight: 700;
    color: var(--orange)
}

.service-card-link {
    color: inherit;
    display: block
}

.swiper-button-next,
.swiper-button-prev {
    padding: 15px;
    gap: 1px;
}

.mobile-nav-list li a:hover .mobile-nav-icon {
    gap: 5px;
}

.hero_content {
    width: fit-content;
    margin: auto auto -76px
}

.hero-building {
    left: 5%;
    bottom: 60px;
    width: 50%;
    opacity: .15;
    z-index: 0
}

/* Package Intro & Archive Grid Layout */
.package-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
}

.package-intro h2 {
    font-size: 38px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 20px;
}

.package-intro p {
    font-size: 18px;
    color: var(--text-muted);
    line-height: 1.6;
}

.packages-page-section {
    padding: 80px 0;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

@media (max-width: 991px) {
    .packages-grid {
        grid-template-columns: 1fr;
    }

    .package-intro h2 {
        font-size: 28px;
    }
}

.contact-page-section {
    padding: 100px 0;
    background: #fdfdfd;
}

.contact-card-info {
    background: var(--white);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid #f0f0f0;
}

.contact-card-info:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
    border-color: var(--orange-light);
}

.contact-icon-box {
    width: 70px;
    height: 70px;
    background: #fff8f2;
    color: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 26px;
    margin: 0 auto 25px;
    transition: all 0.3s;
}

.contact-card-info:hover .contact-icon-box {
    background: var(--orange);
    color: var(--white);
}

.contact-card-info h4 {
    font-size: 20px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 12px;
}

.contact-card-info p {
    color: #64748B;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* Form Area */
.contact-form-wrap {
    background: var(--white);
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.05);
    margin-top: 60px;
}

.form-title {
    font-size: 32px;
    font-weight: 900;
    color: var(--dark);
    margin-bottom: 15px;
}

.form-sub {
    color: #64748B;
    margin-bottom: 40px;
    font-size: 16px;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form label {
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}

.contact-form .form-control {
    border: 1px solid #E2E8F0;
    background: #F8FAFC;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 15px;
    color: var(--dark);
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    outline: none;
    background: var(--white);
    border-color: var(--orange);
    box-shadow: 0 0 0 4px rgba(235, 149, 57, 0.1);
}

.btn-send {
    background: var(--dark);
    color: var(--white);
    border: none;
    padding: 16px 40px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 16px;
    width: 100%;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.btn-send:hover {
    background: var(--orange);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(235, 149, 57, 0.2);
}

/* Map Section */
.map-section {
    height: 450px;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    margin-top: 80px;
}

.map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 1200px) {
    #hero {
        min-height: 65.1vh;
    }
}

@media (max-width: 768px) {
    .hero-content {
        text-align: center;
    }

    .hero-cta {
        justify-content: center;
    }

    img.hero-img,
    img.hero-img3 {
        max-width: 30%;
    }

    #hero {
        min-height: auto;
        padding-top: 170px;
    }

    .hero_content {
        position: relative;
        margin-bottom: -76px;
        top: -110px;
    }

    .hero-horse {
        display: none;
    }

    .hero-desc {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.9rem;
    }

    .hero-desc {
        font-size: .86rem;
        margin-top: 12px;
    }

    .hero-cta {
        margin-top: 20px;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .contact-form-wrap {
        padding: 30px;
    }

    .contact-page-section {
        padding: 60px 0;
    }
}

/* Lightbox Styles */
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox-overlay.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.lightbox-overlay.active .lightbox-image {
    transform: scale(1);
}

.lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, transform 0.2s ease;
    z-index: 10000;
}

.lightbox-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: white;
    font-size: 18px; /* Slightly smaller for FA icons */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, transform 0.2s ease;
    z-index: 10000;
}

.lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-50%) scale(1.1);
}

.lightbox-left {
    left: -70px;
}

.lightbox-right {
    right: -70px;
}

.lightbox-counter {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 14px;
    opacity: 0.8;
}

.lightbox-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
}

/* Responsive adjustments for lightbox */
@media (max-width: 768px) {
    .lightbox-nav {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .lightbox-left {
        left: 10px;
    }
    
    .lightbox-right {
        right: 10px;
    }
    
    .lightbox-close {
        top: 10px;
        right: 10px;
    }
    
    .lightbox-content {
        max-width: 95%;
        max-height: 95%;
    }
    
    .lightbox-counter {
        bottom: 10px;
        font-size: 12px;
    }
}

/* Add cursor pointer to gallery images */
.swiper-main-slide img,
.thumb-item img {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.swiper-main-slide:hover img,
.thumb-item:hover img {
    transform: scale(1.02);
}

/* Prevent swiper click handling on images */
.swiper-main-slide {
    pointer-events: none;
}

.swiper-main-slide img {
    pointer-events: auto;
}

.thumb-item {
    pointer-events: none;
}

.thumb-item img {
    pointer-events: auto;
}

