.service-detail-page {
    direction: rtl;
    background: #faf9f6;
    font-family: 'Inter', 'Outfit', sans-serif;
    color: #1c1917;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    box-sizing: border-box;
}

.service-hero-header {
    position: relative;
    padding: 240px 0 120px;
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
}
.service-hero-header .header-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(12, 10, 9, 0.6) 0%, rgba(12, 10, 9, 0.85) 100%);
    z-index: 1;
}
.service-hero-header .header-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}
.service-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    margin-bottom: 20px;
    opacity: 0.85;
}
.service-breadcrumb a {
    color: white;
    text-decoration: none;
    transition: color 0.2s;
}
.service-breadcrumb a:hover {
    color: #bca374;
}
.service-breadcrumb .sep {
    font-size: 10px;
}
.service-hero-header .page-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin: 0;
    letter-spacing: -1.5px;
}

.service-content-section {
    padding: 100px 0;
}
.service-layout-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: start;
}

.service-editorial-banner {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 45px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
}
.service-editorial-banner .srv-main-img {
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
    display: block;
}
.service-editorial-banner .banner-border-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #bca374;
}

.service-main-body {
    background: transparent;
}
.service-editorial-quote {
    position: relative;
    padding: 35px;
    background: #ffffff;
    border-right: 4px solid #bca374;
    border-radius: 0 12px 12px 0;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.02);
    margin-bottom: 45px;
}
.service-editorial-quote .quote-icon {
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 32px;
    color: rgba(188, 163, 116, 0.15);
}
.service-editorial-quote p {
    font-size: 18px;
    line-height: 1.8;
    color: #1c1917;
    font-weight: 600;
    margin: 0;
}

.service-rich-description {
    font-size: 16px;
    line-height: 1.9;
    color: #44403c;
}
.service-rich-description p {
    margin-bottom: 25px;
}
.service-rich-description h2, .service-rich-description h3 {
    color: #1c1917;
    font-weight: 700;
    margin: 40px 0 20px;
}
.service-rich-description h2 {
    font-size: 1.8rem;
}
.service-rich-description h3 {
    font-size: 1.4rem;
}

.service-sidebar {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.sidebar-booking-card {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(188, 163, 116, 0.28);
    border-radius: 24px;
    padding: 40px 35px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(188, 163, 116, 0.05);
}
.sidebar-booking-card .card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(188, 163, 116, 0.07) 0%, transparent 70%);
    pointer-events: none;
}
.sidebar-booking-card .card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1c1917;
}
.sidebar-booking-card .card-desc {
    font-size: 14.5px;
    line-height: 1.7;
    color: #57534e;
    margin-bottom: 30px;
}

.luxury-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 28px;
    background: #25d366;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    border-radius: 100px;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.25);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.luxury-whatsapp-btn:hover {
    background: #128c7e;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(18, 140, 126, 0.35);
}
.luxury-whatsapp-btn .btn-icon {
    font-size: 18px;
}

.sidebar-navigation-box {
    background: #ffffff;
    border: 1px solid #f1f0ee;
    border-radius: 24px;
    padding: 35px 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.02);
}
.sidebar-navigation-box .box-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1c1917;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f5f5f4;
}
.services-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-nav-row {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
}
.nav-thumb-wrapper {
    position: relative;
    width: 65px;
    height: 65px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #f1f0ee;
}
.nav-thumb-wrapper .nav-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-thumb-wrapper .thumb-overlay {
    position: absolute;
    inset: 0;
    background: rgba(12, 10, 9, 0.08);
    transition: background 0.3s;
}
.nav-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.nav-service-title {
    font-size: 14.5px;
    font-weight: 700;
    color: #1c1917;
    transition: color 0.3s;
}
.nav-service-subtitle {
    font-size: 12px;
    color: #bca374;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.3s;
}
.nav-service-subtitle i {
    font-size: 10px;
    transition: transform 0.3s;
}

.service-nav-row:hover .nav-thumb {
    transform: scale(1.08);
}
.service-nav-row:hover .thumb-overlay {
    background: rgba(188, 163, 116, 0.15);
}
.service-nav-row:hover .nav-service-title {
    color: #bca374;
}
.service-nav-row:hover .nav-service-subtitle {
    gap: 10px;
}
.service-nav-row:hover .nav-service-subtitle i {
    transform: translateX(-3px);
}

.service-projects-section {
    padding: 100px 0;
    border-top: 1px solid #f1f0ee;
    background: #faf9f6;
}
.section-heading.mb-50 {
    margin-bottom: 50px;
}

.portfolio-main-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 35px; 
}

.portfolio-card {
    display: block;
    background: transparent;
}

.portfolio-card .card-img-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5; 
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.portfolio-card .card-img-wrapper .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.portfolio-card:hover .card-img-wrapper .card-img {
    transform: scale(1.05); 
}

.portfolio-card .card-img-wrapper .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(12, 10, 9, 0.85) 0%, rgba(12, 10, 9, 0.35) 45%, transparent 100%);
    transition: background 0.4s;
    opacity: 0.95;
}

.portfolio-card:hover .card-img-wrapper .card-overlay {
    opacity: 1;
    background: linear-gradient(to top, rgba(12, 10, 9, 0.95) 0%, rgba(12, 10, 9, 0.45) 50%, transparent 100%);
}

.portfolio-card .card-inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.portfolio-card:hover .card-inner-content {
    transform: translateY(-5px);
}

.portfolio-card .card-title {
    font-size: 1.45rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px;
}

.portfolio-card .card-meta {
    font-size: 13.5px;
    color: #e7e5e4;
    display: flex;
    align-items: center;
    gap: 6px;
}

.portfolio-card .card-category {
    color: #bca374;
    font-weight: 700;
}

.portfolio-card .meta-sep {
    color: rgba(255, 255, 255, 0.25);
    margin: 0 2px;
}

.portfolio-card .card-location {
    font-weight: 400;
}

@media (max-width: 1024px) {
    .service-layout-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .portfolio-main-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 25px;
    }
    .service-sidebar {
        position: static;
    }
}
@media (max-width: 768px) {
    .service-hero-header .page-title {
        font-size: 2.3rem;
    }
    .portfolio-main-grid {
        grid-template-columns: 1fr;
        gap: 35px 0;
    }
}