﻿/* --- à°¬à±‡à°¸à°¿à°•à± à°°à±€à°¸à±†à°Ÿà± (à°…à°‚à°¦à°°à°¿à°•à±€ à°•à°¾à°®à°¨à±) --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #121212;
    /* Deep Charcoal Base */
    color: #f8f9fa;
    /* Soft White */
    overflow-x: hidden;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: auto;
}

#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background-color: #121212;
    /* Charcoal Base */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cinzel', serif;
    font-weight: 700;
}



/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
    display: none;
}

:root {
    --primary-color: #ffffff;
    --secondary-color: #121212;
    /* Metallic Gold - Less Yellow, More Premium */
    --gold: #C5A059;
    --gold-gradient: linear-gradient(135deg, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
    --text-color: #f8f9fa;
    --bg-color: #121212;
}

/* === Utility Classes === */
/* Global Gold Shine Animation */
.gold-shine {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    text-shadow: none !important;
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

@keyframes glint {

    0%,
    100% {
        color: var(--gold);
        text-shadow: 0 0 5px rgba(212, 175, 55, 0.5);
    }

    50% {
        color: #fff;
        text-shadow: 0 0 20px rgba(255, 255, 255, 1), 0 0 10px var(--gold);
    }
}

.glass-effect {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.text-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.text-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.text-center {
    text-align: center !important;
}

.text-end {
    text-align: right !important;
}

.text-start {
    text-align: left !important;
}

/* Secondary Page Styles */
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('images/hero-bg.jpg') center/cover;
    padding: 150px 0 80px;
    text-align: center;
    border-bottom: 2px solid var(--gold);
    position: relative;
    overflow: hidden;
}

.page-header h1 {
    font-family: 'Cinzel', serif;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    font-size: clamp(2rem, 5vw, 4rem);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
}

.content-section {
    padding: 80px 5%;
    background: #121212;
}

.service-detail-img {
    padding: 5px;
    /* Matches Global Shining border width */
    background: var(--gold-gradient);
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.4);
    width: 100%;
    transition: 0.5s;
    display: block;
}

.service-detail-img:hover {
    transform: scale(1.02);
}


.ms-auto {
    margin-left: auto !important;
}

.me-auto {
    margin-right: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

:root {
    --gold: #d4af37;
    --black: #121212;
    --overlay: rgba(0, 0, 0, 0.6);
}

/* === Common Container Styles === */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

/* === à°¹à±†à°¡à°°à± à°¸à±à°Ÿà±ˆà°²à±à°¸à± (à°®à±€à°°à± à°…à°¡à°¿à°—à°¿à°¨ à°Ÿà±à°°à°¾à°¨à±à°¸à±â€Œà°ªà°°à±†à°‚à°Ÿà± à°¨à°¾à°µà°¿à°—à±‡à°·à°¨à±) === */
.main-header {
    position: fixed;
    /* à°¸à±à°•à±à°°à±€à°¨à± à°•à°¿ à°…à°¤à±à°•à±à°•à±à°¨à°¿ à°‰à°‚à°Ÿà±à°‚à°¦à°¿ */
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 5%;
    /* à°Žà°¡à°®, à°•à±à°¡à°¿ à°µà±ˆà°ªà± à°—à±à°¯à°¾à°ªà± */
    display: flex;
    justify-content: space-between;
    /* à°²à±‹à°—à±‹ à°’à°• à°šà°¿à°µà°°, à°®à±†à°¨à±‚ à°’à°• à°šà°¿à°µà°° */
    align-items: center;
    z-index: 1000;
    /* à°…à°¨à±à°¨à°¿à°Ÿà°¿à°•à°‚à°Ÿà±‡ à°ªà±ˆà°¨ à°‰à°‚à°Ÿà±à°‚à°¦à°¿ */
    background: transparent;
    /* à°Ÿà±à°°à°¾à°¨à±à°¸à±â€Œà°ªà°°à±†à°‚à°Ÿà± (à°—à°¾à°œà±à°²à°¾à°—à°¾) */
    transition: 0.3s;
}

/* à°²à±‹à°—à±‹ à°¡à°¿à°œà±ˆà°¨à± (à°®à±€à°°à± à°…à°¡à°¿à°—à°¿à°¨à°Ÿà±à°²à± à°°à±Œà°‚à°¡à±†à°¡à± à°°à±†à°•à±à°Ÿà°¾à°‚à°—à°¿à°²à±) */
.logo {
    height: 60px;
    /* à°•à°‚à°ªà±à°¯à±‚à°Ÿà°°à± à°²à±‹ à°¹à±ˆà°Ÿà± */
    width: auto;
    /* à°µà±†à°¡à°²à±à°ªà± à°†à°Ÿà±‹à°®à±‡à°Ÿà°¿à°•à± à°—à°¾ à°µà°¸à±à°¤à±à°‚à°¦à°¿ */
    border-radius: 8px;
    /* à°®à±‚à°²à°²à± à°°à±Œà°‚à°¡à± à°—à°¾ à°‰à°‚à°Ÿà°¾à°¯à°¿ */
    padding: 2px;
    background: var(--gold-gradient);
    background-size: 200% auto;
    animation: shine 4s linear infinite;
}

/* à°®à±†à°¨à±‚ à°²à°¿à°‚à°•à±à°¸à± */
.nav-menu ul {
    list-style: none;
    display: flex;
    gap: 30px;
    /* à°²à°¿à°‚à°•à± à°•à°¿ à°²à°¿à°‚à°•à± à°•à°¿ à°®à°§à±à°¯ à°—à±à°¯à°¾à°ªà± */
}

.nav-menu a {
    text-decoration: none;
    color: #f8f9fa;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

.nav-menu a:hover,
.nav-menu a.active {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: shine 4s linear infinite;
}

.mobile-menu-icon {
    display: none;
    /* à°•à°‚à°ªà±à°¯à±‚à°Ÿà°°à± à°²à±‹ à°•à°¨à°¿à°ªà°¿à°‚à°šà°¦à± */
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}

/* === à°¹à±€à°°à±‹ à°¸à±à°²à±ˆà°¡à°°à± à°¸à±à°Ÿà±ˆà°²à±à°¸à± === */
.hero-section {
    width: 100%;
    height: 80vh;
    /* Base height for desktop */
    min-height: 500px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.hero-slider {
    width: 100%;
    height: 100%;
    /* Fill the section */
}

@media (max-width: 768px) {
    .hero-section {
        height: 60vh !important;
        min-height: auto !important;
        /* Adjustment for mobile */
    }
}

/* Allow Swiper to show side slides */
.hero-slider {
    width: 100%;
    height: 100%;
    overflow: visible;
    /* Crucial for "partial view" effect */
}

.hero-slider .swiper-slide {
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 1.2s ease;
    transform: scale(0.9);
    opacity: 0.5;
    /* Darker side slides */
}

.hero-slider .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}

/* Scroll Down Indicator */
.scroll-down-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #f8f9fa;
    pointer-events: none;
}

.mouse {
    width: 24px;
    height: 38px;
    border: 2px solid #f8f9fa;
    border-radius: 12px;
    position: relative;
    margin-bottom: 5px;
}

.wheel {
    width: 4px;
    height: 4px;
    background: var(--gold);
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    animation: scrollMouse 2s infinite;
}

@keyframes scrollMouse {
    0% {
        transform: translate(-50%, 0);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 15px);
        opacity: 0;
    }
}

.arrows {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.arrows span {
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--gold);
    border-right: 2px solid var(--gold);
    transform: rotate(45deg);
    margin: -3px 0;
    animation: scrollArrows 2s infinite;
}

.arrows span:nth-child(2) {
    animation-delay: 0.2s;
}

.arrows span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes scrollArrows {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-5px, -5px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(5px, 5px);
    }
}

/* Bottom Fade to emphasize Fold */
.hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #121212, transparent);
    z-index: 10;
    pointer-events: none;
}

/* Ensure main wrapper hides the overflow */
.hero-section .swiper {
    overflow: visible;
}

.hero-image {
    width: 100%;
    height: 100%;
    position: absolute;
    /* No background needed for stretch mode */
}

/* The Blurred Background Layer */
/* Remove Blur Layer */
.hero-image::before {
    display: none;
}

/* Remove Overlay Layer */
.hero-image::after {
    display: none;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    /* STRETCH to fill container (Distorts image) */
    position: relative;
    z-index: 10;
    box-shadow: none;
    transition: transform 1s ease, filter 1s ease;
}

/* Inactive slides: Reduced scale and darker brightness */
.swiper-slide .hero-image img {
    transform: scale(0.95);
    /* Slightly smaller when inactive */
    filter: brightness(0.8);
    /* Much brighter to prevent "blackout" */
}

/* Active slide: Normal brightness and scale */
.swiper-slide-active .hero-image img {
    transform: scale(1);
    filter: brightness(1);
}

/* .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--overlay);
    z-index: 1;
} */

/* à°¸à±à°²à±ˆà°¡à°°à± à°Ÿà±†à°•à±à°¸à±à°Ÿà± */
.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* Align to the left */
    padding-left: 8%;
    /* Left side padding */
    padding-right: 5%;
    /* Subtle right padding as fallback */
    text-align: left;
    /* Align text inside elements to the left */
    opacity: 0 !important;
    transition: opacity 0.8s ease;
    pointer-events: none;
    visibility: hidden;
}

/* Only active slide shows text */
.swiper-slide-active .hero-content {
    opacity: 1 !important;
    visibility: visible;
    pointer-events: auto;
}

.hero-text-box {
    position: relative;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
    /* Plain Glass effect, no blur */
    padding: 50px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    max-width: 700px;
    transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Align items inside the box to the left */
}

/* Shine Effects Removed for Clean Look */

.hero-content h1 {
    font-size: clamp(2rem, 5vw, 3.8rem);
    /* Slightly more conservative */
    line-height: 1.1;
    margin-bottom: 25px;
    color: #f8f9fa;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    opacity: 0;
    transform: translateY(30px);
    word-wrap: break-word;
}

.hero-content h1 .hero-subtitle {
    font-weight: 300;
    color: var(--gold);
    /* Fallback */
    background: var(--gold-gradient);
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    /* Gold Gradient */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    /* Make text transparent to show gradient */
    text-shadow: none;
    /* No shadow on gradient text */
    display: inline-block;
    /* Fix for cutting off */
}

.hero-content p {
    font-size: 1.1rem;
    color: #f0f0f0;
    max-width: 500px;
    opacity: 0;
    transform: translateY(30px);
    margin-bottom: 30px;
    line-height: 1.5;
}

/* Hero Button */
.hero-btn {
    display: inline-block;
    padding: 12px 35px;
    background: var(--gold-gradient);
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    color: #000 !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
    letter-spacing: 2px;
    font-size: 0.9rem;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
}

.hero-btn:hover {
    background: var(--gold-gradient);
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    color: #000;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
}

.swiper-slide-active .hero-btn {
    animation: slideUp 1s ease forwards 1.1s;
    /* Delayed appearance */
}

/* à°Ÿà±†à°•à±à°¸à±à°Ÿà± à°¯à°¾à°¨à°¿à°®à±‡à°·à°¨à± */
.swiper-slide-active .hero-content h1 {
    animation: slideUp 1s ease forwards 0.5s;
}

.swiper-slide-active .hero-content p {
    animation: slideUp 1s ease forwards 0.8s;
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Disable slideUp animation as we are using simple Opacity fade now to keep it stable */
.swiper-slide-active .hero-content h1,
.swiper-slide-active .hero-content p {
    animation: none;
    opacity: 1;
    transform: translateY(0);
}

.hero-content h1,
.hero-content p {
    opacity: 1;
    /* Reset base opacity so parent .hero-content handles visibility */
    transform: none;
}

/* à°šà±à°•à±à°•à°² à°°à°‚à°—à± */
.swiper-pagination-bullet-active {
    background: var(--gold) !important;
}

.projects-section {
    padding: 80px 4%;
    background-color: #121212;
    border-bottom: 1px solid #222;
}

.category-block {
    margin-bottom: 100px;
}

.gallery-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
}

.gallery-cat-title {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    font-family: 'Cinzel', serif;
    font-size: clamp(1.8rem, 4vw + 0.5rem, 3rem);
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
}

h1,
h2,
h3 {
    font-family: 'Cinzel', serif;
}

p {
    line-height: 1.6;
}

/* Navigation Arrows Style */
.gallery-nav {
    display: flex;
    gap: 20px;
}

.project-prev,
.project-next {
    position: relative !important;
    /* Changed from static to relative for z-index context */
    width: 40px;
    height: 40px;
    border: 1px solid #444;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    cursor: pointer;
    margin: 0 !important;
    /* Reset Swiper default negative margins */
    z-index: 20;
}

.project-prev:after,
.project-next:after {
    font-size: 16px;
}

.project-prev:hover,
.project-next:hover {
    background: var(--gold-gradient);
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    color: #000;
    border-color: var(--gold);
}

/* Consolidated Duplicate Removed */

/* Card Design */
.project-card {
    cursor: pointer;
    background: rgba(20, 20, 20, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    overflow: hidden;
    height: 250px;
    position: relative;
}

.card-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 5px;
    /* Increased Shining Border Width */
    background: var(--gold-gradient);
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.4);
    /* Increased Glow */
}

.card-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-card:hover .card-image img {
    transform: scale(1.1);
}

/* Text Overlay */
.card-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    z-index: 2;
}

.card-info h3 {
    color: #fff;
    /* Keep white on image overlay */
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.card-info p {
    color: var(--gold);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.services-section {
    padding: 80px 5%;
    background-color: #121212;
    color: #f8f9fa;
}

.center-text {
    text-align: center;
    margin-bottom: 60px;
}

.center-text h2 {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* Grid Layout */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 Columns */
    gap: 30px;
}

/* --- FLIP CARD ANIMATION --- */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    /* Fixed Height */
    perspective: 1000px;
    /* 3D effect depth */
    cursor: pointer;
}

/* This container moves the card */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    /* Animation Speed */
    transform-style: preserve-3d;
}

/* Hover Action: Rotate the card */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Common style for Front and Back */
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Hide back side during rotation */
    backface-visibility: hidden;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border: 1px solid #333;
}

.flip-card-front {
    background-color: #1e1e1e;
    position: absolute;
    /* MUST be absolute for flip to work */
    overflow: hidden;
    /* Important for shines */
    /* Remove static border */
    border: 1px solid #333;
}

/* Shining Top Border */
.flip-card-front::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    /* Thickness */
    background: var(--gold-gradient);
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.6);
    z-index: 2;
}

/* Service Image Shining Ring Wrapper */
.service-img-wrapper {
    width: 126px;
    /* 120 + 3 + 3 padding */
    height: 126px;
    border-radius: 50%;
    background: var(--gold-gradient);
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    padding: 3px;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.service-flip-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background: #000;
    border: none;
}

/* Contact Icons */
.info-item i {
    display: inline-block;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    font-size: 1.2rem;
    width: 30px;
    text-align: center;
    margin-right: 15px;
}

.service-icon {
    font-size: 3rem;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    margin-bottom: 20px;
}

.flip-card-front h3 {
    font-size: 1.5rem;
    color: #f8f9fa;
    margin-bottom: 5px;
    word-break: break-word;
    width: 100%;
}

.flip-card-front p {
    color: #bbb;
    word-break: break-word;
    width: 100%;
}

/* --- BACK SIDE DESIGN --- */
.flip-card-back {
    background: var(--gold-gradient);
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    /* Gold Background */
    color: #000;
    /* Black Text */
    transform: rotateY(180deg);
    /* Start rotated */
    border: 1px solid var(--gold);
}

.flip-card-back h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    word-break: break-word;
    width: 100%;
}

.flip-card-back p {
    font-size: 1rem;
    line-height: 1.5;
    word-break: break-word;
    width: 100%;
}

/* Mobile Responsive */



/* === ABOUT SECTION STYLES === */
.about-section {
    padding: 100px 5%;
    background-color: #121212;
    border-bottom: 1px solid #222;
}

.about-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    /* Gap between Left & Right */
}

/* --- LEFT SIDE: CONTENT --- */
.about-content {
    flex: 1;
    /* Takes 60% width */
}

.section-badge {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: bold;
}

.about-content h2 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.2;
    margin-bottom: 25px;
    color: #f8f9fa;
}

.about-content h2 span {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: shine 4s linear infinite;
}

.about-desc {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Achievements Row */
.achievements-list {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
}

.achievement-item h3 {
    font-size: 2rem;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    margin-bottom: 5px;
}

.achievement-item p {
    color: #888;
    font-size: 0.9rem;
}

/* Skills Bar Design */
.skills-container h3 {
    font-size: 1.2rem;
    color: #f8f9fa;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.skill-box {
    margin-bottom: 20px;
}

.skill-name {
    display: block;
    color: #ccc;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.skill-bar {
    width: 100%;
    height: 8px;
    background-color: #222;
    border-radius: 5px;
    overflow: hidden;
}

.skill-fill {
    height: 100%;
    background: var(--gold-gradient);
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    border-radius: 5px;
    /* Animation happens here */
}

/* --- RIGHT SIDE: CEO CARD --- */
.about-image-area {
    flex: 0.8;
    /* Takes 40% width */
    display: flex;
    justify-content: center;
}

.ceo-card {
    text-align: center;
    background: #1e1e1e;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: 0.3s;
    transform-style: preserve-3d;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.ceo-card:hover {
    border-color: var(--gold);
    transform: translateY(-10px);
}

.image-wrapper {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
    border-radius: 50%;
    /* Circle Shape */
    /* Replacing solid border with shining gradient padding */
    padding: 5px;
    background: var(--gold-gradient);
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.6);
    /* Glow */
    overflow: hidden;
    /* Ensure content is centered */
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background: #000;
    /* Fallback if img loading */
    border: none;
}

.ceo-card h3 {
    color: #f8f9fa;
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.designation {
    /* Gold Shine Text */
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: shine 4s linear infinite;

    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Social Icons */
.ceo-socials {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.ceo-socials a {
    color: #fff;
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    background: #222;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}

.ceo-socials a:hover {
    background: var(--gold-gradient);
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    color: #000;
}

/* Mobile Responsive */





/* === CONTACT SECTION STYLES === */
.contact-section {
    padding: 80px 5%;
    background-color: #121212;
    color: #f8f9fa;
    border-top: 1px solid #222;
}

.contact-wrapper {
    display: flex;
    gap: 60px;
    /* Gap between Left & Right */
    flex-wrap: wrap;
}

/* --- Left Side: Info --- */
.contact-info {
    flex: 1;
    min-width: 300px;
}

.contact-info h2 {
    color: #d4af37;
    /* Gold */
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin-bottom: 15px;
    text-transform: uppercase;
}

.contact-info p {
    color: #ccc;
    margin-bottom: 30px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

/* Conflicting rule removed. Styles consolidated in line 702. */

.info-item a {
    color: #f8f9fa;
    text-decoration: none;
    transition: 0.3s;
}

.info-item a:hover {
    color: #d4af37;
}

.map-container {
    margin-top: 30px;
    border: 2px solid #333;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 400px;
    /* Increased height for better visibility */
}

.map-container iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

/* --- Right Side: Form --- */
/* --- Right Side: Form --- */
.contact-form {
    flex: 1;
    min-width: 300px;
    /* Shining Border Effect */
    /* Shining Border Effect REMOVED */
    background: transparent;
    border: 2px solid var(--gold);
    /* Simple static gold border */
    padding: 3px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /* Simple subtle shadow */
}

/* Inner form container to hold the black bg */
.contact-form form {
    background: #1e1e1e;
    border-radius: 12px;
    padding: 40px;
    width: 100%;
    height: 100%;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    background: #252525;
    border: 1px solid #333;
    color: #f8f9fa;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    outline: none;
    transition: 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #d4af37;
    background: #2a2a2a;
}

.contact-form button {
    width: 100%;
    background: var(--gold-gradient);
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    color: #000;
    border: none;
    padding: 15px;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form button:hover {
    background: #fff;
}

/* === FOOTER STYLES === */
footer {
    background-color: #121212;
    padding: 30px 20px;
    text-align: center;
    border-top: 1px solid #222;
    margin-bottom: 60px;
}

.footer-content p {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.footer-socials {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footer-socials a {
    color: #888;
    margin: 0 10px;
    font-size: 1.2rem;
    transition: 0.3s;
}

.footer-socials a:hover {
    color: #d4af37;
}

/* === MOBILE STICKY BAR (à°«à±‹à°¨à±â€Œà°²à±‹ à°®à°¾à°¤à±à°°à°®à±‡) === */
.mobile-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-top: none;
    display: none;
    justify-content: space-around;
    padding: 12px 0;
    z-index: 9999;
    box-shadow: none;
}

.bar-item {
    text-align: center;
    text-decoration: none;
    color: #f8f9fa;
    font-size: 0.85rem;
    transition: 0.3s;
}

.bar-item i {
    display: block;
    font-size: 1.6rem;
    /* Increased from 1.2rem */
    color: var(--gold);
    margin-bottom: 4px;
    /* Increased from 2px */
    animation: glint 3s ease-in-out infinite;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.4);
}

/* Responsive Rules */
/* Responsive Rules */



@media (max-width: 768px) {

    /* Header & Nav */
    .main-header {
        padding: 10px 20px;
        background: transparent !important;
    }

    .logo {
        height: 40px;
    }

    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(18, 18, 18, 0.98) !important;
        padding: 20px;
        text-align: center;
        border-top: 1px solid var(--gold);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    }

    .nav-menu.active {
        display: block;
    }

    .nav-menu ul {
        flex-direction: column;
        gap: 20px;
    }

    .mobile-menu-icon {
        display: block;
    }

    /* Hero Section - Mobile (60vh) */
    .hero-section {
        height: 60vh;
    }

    /* Hero Section - Changed to Left Align */
    .hero-content {
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    /* Remove Hero Text Box Background on Mobile - Wait, let's keep it but simpler */
    .hero-text-box {
        background: rgba(0, 0, 0, 0.5) !important;
        backdrop-filter: blur(8px) !important;
        -webkit-backdrop-filter: blur(8px) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        box-shadow: none !important;
        padding: 30px 20px !important;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
        text-align: center !important;
        align-items: center !important;
        width: 90%;
        max-width: none;
    }

    .hero-content h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        margin-bottom: 10px;
        color: #f8f9fa;
    }

    .hero-content h1 span {
        display: inline-block;
        /* Changed from block to inline-block to prevent weird breaking */
        margin-top: 5px;
        font-size: 1.4rem;
        /* Inherit color or be explicit if needed, but we target .hero-subtitle below */
    }

    /* Target specifically the subtitle for gold color */
    .hero-content h1 .hero-subtitle {
        color: var(--gold);
    }

    .hero-content p {
        font-size: 0.9rem;
        margin-bottom: 20px;
        line-height: 1.4;
        max-width: 100%;
    }

    .hero-btn {
        padding: 10px 25px;
        font-size: 0.8rem;
    }

    /* General Section Padding */
    .projects-section,
    .services-section,
    .about-section,
    .contact-section {
        padding: 50px 15px;
        /* Changed from 5% to 15px to prevent squeezing sliders */
    }

    /* Headings Mobile - Left Aligning */
    .gallery-cat-title,
    .center-text h2,
    .about-content h2,
    .contact-info h2 {
        text-align: left;
    }

    .center-text {
        text-align: left;
    }

    .gallery-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        gap: 15px;
        flex-wrap: wrap;
    }

    /* About Section */
    .about-wrapper {
        flex-direction: column-reverse;
        text-align: left;
    }

    .about-content h2 {
        text-align: left;
    }

    /* Contact Section */
    .contact-wrapper {
        flex-direction: column;
    }

    .contact-info {
        text-align: left;
    }

    /* Footer & Sticky Bar */
    .mobile-sticky-bar {
        display: flex;
    }

    footer {
        margin-bottom: 70px;
    }
}



/* Service Image Style */
.service-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid var(--gold);
    margin-bottom: 20px;
}

/* === NEW M-ARCUS INSPIRED SERVICES SECTION === */
.service-section-2 {
    background-color: #000;
    padding: 100px 0;
}

@media (max-width: 768px) {
    .service-section-2 {
        padding: 60px 0;
    }

    .service-section-2 .section-title h2 {
        font-size: 22px !important;
        /* Aggressively reduced from 48px/28px for mobile */
        margin-bottom: 15px;
        line-height: 1.3 !important;
    }

    .service-section-2 .section-title p {
        font-size: 14px;
        margin-bottom: 30px;
    }
}

.service-section-2 .section-title h6 {
    color: var(--gold);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.service-section-2 .section-title h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.service-section-2 .section-title p {
    color: #bbb;
    font-size: 16px;
    max-width: 600px;
    margin-bottom: 50px;
}

.service-box-items {
    background-color: transparent;
    border: 1px solid #1a1a1a;
    padding: 40px;
    transition: all 0.4s ease;
    height: 100%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.service-box-items:hover {
    border-color: var(--gold);
}

.service-box-items .icon {
    margin-bottom: 25px;
    color: var(--gold);
}

.service-box-items .icon i {
    font-size: 40px;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    display: inline-block;
}

.service-box-items .content h3 {
    margin-bottom: 15px;
}

.service-box-items .content h3 a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.service-box-items:hover .content h3 a {
    color: var(--gold);
}

.service-box-items .content p {
    color: #999;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.service-box-items .link-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.service-box-items .link-btn i {
    background: var(--gold-gradient) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    background-size: 200% auto !important;
    animation: shine 4s linear infinite !important;
    transition: 0.3s;
}

.service-box-items:hover .link-btn {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    background-size: 200% auto;
    animation: shine 4s linear infinite;
}

.service-box-items:hover .link-btn i {
    transform: translateX(5px);
}

/* Bootstrappy Grid for this section specifically if not using full Bootstrap */
.row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.col-xl-4,
.col-lg-6,
.col-md-6 {
    padding: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .col-md-6 {
        width: 50%;
    }
}


/* Custom Grid for Service Section */
.service-grid-col {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .service-grid-col {
        width: 50%;
    }
}

@media (min-width: 1200px) {

    /* xl breakpoint for laptop/desktop */
    .service-grid-col {
        width: 33.3333%;
    }
}


@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .achievements-list {
        justify-content: flex-start;
    }

    .gallery-cat-title,
    .center-text h2,
    .about-content h2,
    .contact-info h2 {
        font-size: 1.8rem !important;
        text-align: left;
    }

    .center-text {
        text-align: left;
    }

    .gallery-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        gap: 15px;
        flex-wrap: wrap;
    }

    /* About Section */
    .about-wrapper {
        flex-direction: column-reverse;
        text-align: left;
    }

    .about-content h2 {
        text-align: left;
    }

    /* Contact Section */
    .contact-wrapper {
        flex-direction: column;
    }

    .contact-info {
        text-align: left;
    }

    /* Footer & Sticky Bar */
    .mobile-sticky-bar {
        display: flex;
    }

    footer {
        margin-bottom: 70px;
    }
}

/* Mobile Small (Moved from top) */
@media (max-width: 600px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .flip-card {
        height: 250px;
    }
}

/* Service Image Style */
.service-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid var(--gold);
    margin-bottom: 20px;
}



/* === WHAT WE OFFER SECTION (LIVSPACE STYLE - LIGHT THEME) === */

.offer-section {
    padding: 80px 0;
    background-color: #080808;
    /* Dark background */
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.offer-section .section-title h2 {
    color: var(--gold);
    /* Gold title */
}

.offer-slider {
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.offer-card {
    background: #111;
    /* Dark card background */
    border: 1px solid #222;
    border-radius: 8px;
    padding: 40px 30px;
    height: 100%;
    min-height: 420px;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    /* Dark shadow */
}

.offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.8);
    border-color: var(--gold);
}

.offer-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
}

.offer-icon {
    font-size: 1.8rem;
    background-color: #222;
    padding: 0;
    width: auto;
    height: auto;
    display: block;
    border-radius: 50%;
}

.offer-icon i {
    background: rgba(212, 175, 55, 0.1);
    padding: 12px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: shine 4s linear infinite;
}

/* Silver Gradient */
:root {
    --silver-gradient: linear-gradient(45deg, #757575 0%, #dcdcdc 50%, #757575 100%);
}

.offer-header h3 {
    font-size: 1.25rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    /* Silver Shine */
    background: linear-gradient(45deg, #999 0%, #fff 50%, #999 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: shine 3s linear infinite;
}

.offer-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offer-features li {
    margin-bottom: 18px;
    color: #bbb;
    font-size: 0.95rem;
    line-height: 1.6;
    padding-left: 0;
    position: relative;
}

/* Livspace uses bullets or checkmarks? Usually bullets. */
.offer-features li strong {
    display: block;
    margin-bottom: 4px;
    font-size: 1rem;
    font-weight: 600;
    /* Silver Shine */
    background: linear-gradient(45deg, #999 0%, #fff 50%, #999 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: shine 3s linear infinite;
}

/* === HIGH-LEVEL ANIMATIONS === */

/* Luxury Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.8s ease-out, visibility 0.8s ease-out;
}

#preloader.loaded {
    opacity: 0;
    visibility: hidden;
}

.preloader-content {
    text-align: center;
}

.preloader-logo {
    width: 120px;
    animation: goldPulse 2s infinite ease-in-out;
}

@keyframes goldPulse {
    0% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgba(212, 175, 55, 0.5));
    }

    50% {
        transform: scale(1.1);
        filter: drop-shadow(0 0 20px rgba(212, 175, 55, 0.8));
    }

    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgba(212, 175, 55, 0.5));
    }
}

/* Ken Burns Effect */
.ken-burns img {
    animation: kenBurns 12s ease-out infinite alternate;
    transform-origin: center;
}

@keyframes kenBurns {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
    }

    /* Subtle zoom */
}

/* Text Reveal Animation */
.text-reveal-container {
    overflow: hidden;
    /* Hide the text before it slides up */
    display: inline-block;
    /* Keep structure */
}

.text-reveal {
    transform: translateY(100%);
    opacity: 0;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 1.2s ease;
    display: inline-block;
}

.text-reveal.active {
    transform: translateY(0);
    opacity: 1;
}

/* Hero Text Reveal (Triggered by Swiper) */
.hero-text-reveal-container {
    overflow: hidden;
    display: inline-block;
}

.hero-text-reveal {
    transform: translateY(100%);
    opacity: 0;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 1.2s ease;
    display: inline-block;
}

.swiper-slide-active .hero-text-reveal {
    transform: translateY(0);
    opacity: 1;
}

/* Slider Navigation */
.offer-prev,
.offer-next {
    color: #333 !important;
    background: #fff;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.offer-prev:after,
.offer-next:after {
    font-size: 18px !important;
}

.offer-prev:hover,
.offer-next:hover {
    background: var(--gold);
    color: #fff !important;
}

/* === TRUSTED PARTNERS SECTION === */
.partners-section {
    padding: 60px 0;
    /* Full Width, No Side Padding for slider */
    background-color: #080808;
    position: relative;
    overflow: hidden;
}

.partners-slider {
    padding: 20px 0;
}

.logo-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    background: transparent;
    border: none;
    transition: all 0.4s ease;
    overflow: hidden;
    padding: 0;
}

.logo-slide:hover {
    transform: scale(1.05);
    z-index: 100;
}

.logo-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* Ensures logo fits without stretching */
    padding: 10px;
    /* Adds breathing room */
    transition: 0.3s;
    opacity: 1;
}

/* Update image handling on hover */
.logo-slide:hover img {
    transform: scale(1.2);
    /* Additional zoom on image inside */
}

.partners-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}

/* === HOW IT WORKS SECTION === */
.how-it-works-section {
    padding: 80px 5%;
    background-color: transparent;
    /* Transparent for Particles */
    color: #fff;
    border-bottom: 1px solid #222;
}

.how-it-works-section .section-title h2 {
    color: #fff;
}

.process-timeline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-top: 50px;
    flex-wrap: wrap;
}

/* Dashed Line connecting steps */
.process-timeline::before {
    content: '';
    position: absolute;
    top: 50px;
    /* Aligns with center of icons (approx) */
    left: 50px;
    right: 50px;
    height: 2px;
    border-top: 2px dashed #444;
    /* Dark dashed line */
    z-index: 1;
}

.process-step {
    position: relative;
    z-index: 2;
    text-align: center;
    flex: 1;
    min-width: 150px;
    padding: 0 10px;
}

.step-icon {
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0.4);
    /* Dark Glass Background (Like Hero) */
    backdrop-filter: blur(5px);
    /* Hero Blur Match */
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid var(--gold);
    /* Gold Border */
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--gold);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
    /* Gold Glow */
    transition: 0.3s;
}

/* Keep hover effect strong */
/* Zoom ALL icons when hovering the timeline container */
.process-timeline:hover .step-icon {
    animation-play-state: paused;
    /* Pause wave on hover */
    transform: scale(2.8);
    /* Super Big Zoom */
    border-color: var(--gold);
    box-shadow: 0 0 60px rgba(212, 175, 55, 1);
    z-index: 100;
    background: #000;
    /* Solid background to hide line behind */
}

.process-step h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
}

/* === SINE WAVE ANIMATION (Floating Effect) === */
@keyframes sineWave {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }
}

.process-step .step-icon {
    animation: sineWave 3s ease-in-out infinite;
    /* Combine with existing transitions if any, but animation overrides transform */
}

/* Stagger the animation to create a "Wave" effect */
.process-step:nth-child(1) .step-icon {
    animation-delay: 0s;
}

.process-step:nth-child(2) .step-icon {
    animation-delay: 0.2s;
}

.process-step:nth-child(3) .step-icon {
    animation-delay: 0.4s;
}

.process-step:nth-child(4) .step-icon {
    animation-delay: 0.6s;
}

.process-step:nth-child(5) .step-icon {
    animation-delay: 0.8s;
}

/* Keep hover effect strong */
.process-step:hover .step-icon {
    animation-play-state: paused;
    /* Pause wave on hover */
    transform: scale(1.1);
    /* Slight zoom on hover */
    border-color: var(--gold);
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.6);
}

/* Specific color tweaks if needed */
.step-icon i {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: shine 4s linear infinite;
}

/* Button Style */
.btn-consultation {
    display: inline-block;
    background: var(--gold-gradient);
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    /* Gold button */
    color: #000;
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
    transition: 0.3s;
    letter-spacing: 1px;
}

.btn-consultation:hover {
    background-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
    color: #000;
}

/* Mobile Responsive For Process */
@media (max-width: 768px) {
    .process-timeline {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .process-timeline::before {
        display: none;
        /* Hide horizontal line on mobile */
    }

    .process-step {
        width: 100%;
    }
}



/* === ABOUT SECTION RESPONSIVE FIX === */
/* Force Row on Desktop */
@media (min-width: 992px) {
    .about-wrapper {
        flex-direction: row !important;
        align-items: center;
        text-align: left;
    }

    .about-content {
        text-align: left;
        padding-right: 40px;
    }

    .about-image-area {
        justify-content: center;
    }
}

/* === HIGH LEVEL ANIMATIONS (GLOBAL) === */

/* 1. Gold Shine Effect on Hover */
.service-box-items,
.project-card,
.offer-card,
.process-step .step-icon,
.review-card {
    position: relative;
    overflow: hidden;
    /* For shine to stay inside */
}

/* Ensure Flip Card Front stays Absolute but gets overflow hidden for shine */
.flip-card-front {
    overflow: hidden;
}

.service-box-items::before,
.project-card::before,
.offer-card::before,
.process-step .step-icon::before,
.flip-card-front::before,
.review-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    /* Start outside */
    width: 60%;
    /* Slightly wider for better effect */
    height: 100%;
    /* GOLD LINEAR GRADIENT SHINE */
    background: linear-gradient(to right, rgba(212, 175, 55, 0) 0%, rgba(212, 175, 55, 0.4) 50%, rgba(212, 175, 55, 0) 100%);
    transform: skewX(-25deg);
    transition: 0.5s;
    pointer-events: none;
    z-index: 2;
}

.service-box-items:hover::before,
.project-card:hover::before,
.offer-card:hover::before,
.process-step:hover .step-icon::before,
.flip-card:hover .flip-card-front::before,
.review-card:hover::before {
    left: 150%;
    /* Fly across */
    transition: 0.7s;
}

/* 2. Magnetic Button Effect (Pulse) */
.hero-btn,
.link-btn,
.btn-consultation {
    position: relative;
    overflow: hidden;
}

.hero-btn::after,
.btn-consultation::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(212, 175, 55, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: -1;
}

.hero-btn:hover::after,
.btn-consultation:hover::after {
    width: 300px;
    height: 300px;
}


/* Force Column Reverse on Mobile/Tablet */
@media (max-width: 991px) {
    .about-wrapper {
        flex-direction: column-reverse !important;
        gap: 30px;
    }

    .about-content {
        text-align: center;
        padding-right: 0;
    }

    /* Animation block moved to global scope - see above */


    .about-content h2,
    .about-content p {
        text-align: center;
    }

    .achievements-list {
        justify-content: center;
    }
}



/* === CONTACT SECTION RESPONSIVE FIX === */
/* Force Row on Desktop */
@media (min-width: 992px) {
    .contact-wrapper {
        flex-direction: row !important;
        align-items: flex-start;
        /* Align top */
        justify-content: space-between;
    }

    .contact-info {
        width: 48%;
        /* Split width */
        text-align: left;
    }

    .contact-form {
        width: 48%;
    }
}

/* Force Column on Mobile */
@media (max-width: 991px) {
    .contact-wrapper {
        flex-direction: column !important;
        gap: 40px;
    }

    .contact-info,
    .contact-form {
        width: 100%;
        text-align: center;
        /* Center align text on mobile? or keep left? User said 'like about'. About mobile content is centered. */
    }

    .contact-info h2 {
        text-align: center;
    }

    /* Ensure Map takes full width */
    .map-container {
        width: 100%;
    }
}

/* Specific Mobile Fixes for Hero */

/* Specific Mobile Fixes for Hero */
@media (max-width: 768px) {
    .hero-content {
        padding-left: 5%;
        padding-right: 5%;
        /* Add right padding on mobile */
        text-align: center;
        /* Center text on mobile */
    }

    .hero-text-box {
        padding: 20px;
        /* Reduced padding */
        max-width: 100%;
        border-left: none;
        /* Remove side border on mobile */
        border-top: 3px solid var(--gold);
        /* Move to top */
    }

    .hero-content h1 {
        font-size: 1.8rem;
        /* Fixed smaller size for mobile */
    }

    .hero-content p {
        font-size: 1rem;
    }
}

/* === PARTICLES BACKGROUND === */
#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    /* Behind everything */
    background-color: #000;
    /* Fallback */
}

/* === CUSTOMER REVIEWS SECTION === */
.reviews-section {
    padding: 80px 5%;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.review-card {
    background: rgba(20, 20, 20, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    height: 100%;
    border-top: 3px solid var(--gold);
    transition: transform 0.3s;
}

.review-card:hover {
    transform: translateY(-5px);
}

.review-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    margin-top: -50px;
    /* Pull up to overlap house image or top */
}

.review-house-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px solid #444;
}

/* Wrapper for the shining ring */
.review-img-wrapper {
    width: 86px;
    /* 80px img + 6px padding total (3px each side) */
    height: 86px;
    border-radius: 50%;
    background: var(--gold-gradient);
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    padding: 3px;
    /* This acts as the border width */
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.6);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-customer-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: none;
    /* Removed static border */
    background: #000;
}

.review-stars {
    color: var(--gold);
    margin-bottom: 15px;
    font-size: 1rem;
    margin-top: 10px;
}

.review-text {
    color: #ddd;
    font-style: italic;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.review-author {
    font-family: 'Cinzel', serif;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.1rem;
}


/* === ENHANCED GOLD SHINE FOR REVIEWS === */
.review-card {
    border-top: 3px solid transparent;
    /* Base transparent for gradient border */
    border-image: var(--gold-gradient);
    /* Gradient border */
    border-image-slice: 1;
    /* Slice it to apply */
    box-shadow: 0 10px 40px rgba(212, 175, 55, 0.15);
    /* Soft gold glow */
}

/* Make stars actually SHINE not just yellow */
.review-stars i {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: shine 3s linear infinite;
    text-shadow: 0 0 5px rgba(212, 175, 55, 0.5);
    /* Slight glow */
}

/* Location Text Styling */
.review-location {
    display: block;
    font-size: 0.8em;
    font-weight: 300;
    color: #ccc;
    /* Lighter contrasting color */
    margin-top: 2px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}

/* Enhance Author Name Shine */
.review-author {
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

/* Global Fix for 'Flat Yellow' - Applying Shine to all Gold Icons */


/* Ensure 'gold' class util uses gradient text */
.text-gold {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: shine 4s linear infinite;
}


/* === ENHANCED GOLD SHINE (Standardized) === */
.review-card {
    border: 2px solid transparent;
    background:
        linear-gradient(#1a1a1a, #1a1a1a) padding-box,
        var(--gold-gradient) border-box;
    /* Use the Standard Gradient */
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    /* Standard Animation */
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.15);
    transition: transform 0.3s;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.3);
}

.review-stars i {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    filter: drop-shadow(0 0 2px rgba(212, 175, 55, 0.5));
}

.review-author,
.review-location {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: shine 4s linear infinite;
}

/* Ensure location is on a new line and visible */
.review-location {
    display: block;
    font-size: 0.8em;
    margin-top: 5px;
    font-weight: 600;
}

/* === GLOBAL BUTTON SHINE (Daga Daga Meravali) === */


/* Enforce Shine on Primary Actions */
.btn-primary,
.btn-warning,
.hero-btn,
.submit-btn,
button[type='submit'] {
    background: var(--gold-gradient) !important;
    background-size: 200% auto !important;
    color: #000 !important;
    border: none !important;
    font-weight: 700 !important;
    animation: shine 4s linear infinite !important;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3) !important;
    transition: transform 0.3s ease !important;
}

.btn-primary:hover,
.btn-warning:hover,
.hero-btn:hover,
.submit-btn:hover,
button[type='submit']:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.6) !important;
    filter: brightness(1.1);
}

/* Fix for outlines to not be filled unless hovered */
.btn-outline-gold {
    background: transparent !important;
    color: var(--gold) !important;
    border: 1px solid var(--gold) !important;
    animation: none !important;
    box-shadow: none !important;
}

.btn-outline-gold:hover {
    background: var(--gold-gradient) !important;
    color: #000 !important;
    animation: shine 4s linear infinite !important;
    border-color: transparent !important;
}


/* === GLIGHTBOX GOLD CUSTOMIZATION (Bangarala Frame) === */

/* The Container/Frame */
.gslide-media {
    border-radius: 8px;
    box-shadow: 0 0 40px rgba(212, 175, 55, 0.5) !important;
    /* Gold Glow */
    border: 2px solid transparent !important;
    background: var(--gold-gradient) !important;
    /* Gradient Border Effect context */
    padding: 2px !important;
    /* Space for gradient border */
    animation: popupZoom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    /* Bouncy Zoom */
}

/* The Image itself */
.gslide-image img {
    border-radius: 6px;
    /* Inner radius */
    /* Remove default borders if any */
    border: none !important;
}

/* Animation for Entrance */
@keyframes popupZoom {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Description Bar Styling */
.glightbox-clean .gslide-description {
    background: rgba(0, 0, 0, 0.85) !important;
    border-top: 1px solid var(--gold);
    backdrop-filter: blur(5px);
}

.gslide-title {
    color: var(--gold) !important;
    font-family: 'Cinzel', serif !important;
    font-size: 1.2rem !important;
    margin-bottom: 5px !important;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
}

.gslide-desc {
    color: #f4f4f4 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.95rem !important;
}

/* Close and Navigation Buttons Shine */
.glightbox-clean .gclose,
.glightbox-clean .gprev,
.glightbox-clean .gnext {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid var(--gold) !important;
    color: var(--gold) !important;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.glightbox-clean .gclose:hover,
.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover {
    background: var(--gold-gradient) !important;
    color: #000 !important;
    box-shadow: 0 0 15px var(--gold);
    transform: scale(1.1);
}

.glightbox-clean .gclose path,
.glightbox-clean .gprev path,
.glightbox-clean .gnext path {
    fill: currentColor !important;
}

/* === KEYFRAMES DEFINITIONS === */
@keyframes shine {
    to {
        background-position: 200% center;
    }
}

/* === SINE WAVE FLOAT ANIMATION === */

/* Gentle Floating Effect for Non-Flip Cards */
@keyframes floatSine {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Apply to Service Item Cards (that are not flip cards) and Reviews */
.service-box-items:not(.flip-card),
.review-card,
/* .project-card, REMOVED */
.offer-card {
    /* Automatic sine wave movement */
    animation: floatSine 4s ease-in-out infinite, shine 3s linear infinite !important;
    transition: all 0.5s ease;
}

/* On hover, maybe pause it or let it flow? User said 'automatic' */
.service-box-items:hover,
.review-card:hover {
    /* .project-card:hover REMOVED */
    /* Lift slightly more on hover */
    transform: translateY(-15px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

/* === DESKTOP SIDEBAR / MOBILE BOTTOM BAR FIX === */
.mobile-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    z-index: 9999;
    border-top: none;
    box-shadow: none;
}

.bar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 0.85rem;
    transition: 0.3s;
}

.bar-item span {
    display: none;
    /* Hide labels on mobile */
}

.bar-item i {
    font-size: 1.6rem;
    margin-bottom: 0;
    color: var(--gold);
}

.bar-item:hover {
    color: var(--gold);
    transform: translateY(-3px);
}

/* DESKTOP: Sidebar Mode (Left Side, Transparent) */
@media (min-width: 992px) {
    .mobile-sticky-bar {
        bottom: auto;
        top: 50%;
        left: auto;
        /* Reset left */
        right: 0;
        /* Move to RIGHT */
        transform: translateY(-50%);
        width: auto;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.6) !important;
        /* Transparent Black */
        border-top: none;
        border-left: 2px solid var(--gold);
        /* Border Left now */
        border-right: none;
        border-radius: 12px 0 0 12px;
        /* Radius on Left corners */
        padding: 20px 10px;
        gap: 25px;
        backdrop-filter: blur(5px);
        box-shadow: none;
        /* Shadow removed */
        /* Shadow to left */
    }

    /* Icons Style */
    .bar-item i {
        font-size: 1.8rem;
        margin-bottom: 0;
        /* Force Shine on Desktop Sidebar Icons */
        background: var(--gold-gradient);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        background-size: 200% auto;
        animation: shine 4s linear infinite;
        z-index: 2;
        /* Icon on top */
        position: relative;
    }

    /* Text Reveal Logic (Desktop Only) */
    /* Text Reveal Logic (Desktop Only) */
    .bar-item span {
        display: block !important;
        /* Force show structure */
        position: absolute;
        right: 70px;
        /* Increase distance to clear sidebar */
        top: 50%;
        transform: translateY(-50%) translateX(20px);
        background: rgba(0, 0, 0, 0.9);
        color: var(--gold);
        padding: 5px 15px;
        border-radius: 4px;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        font-size: 0.9rem;
        border: 1px solid var(--gold);
        z-index: 10000;
        /* Super high z-index */
        pointer-events: none;
    }

    .bar-item:hover span {
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%) translateX(0);
        right: 80px;
        /* Slide out further */
    }


    /* Distance from icon */
}

.bar-item {
    position: relative;
    /* Context for absolute span */
}

.bar-item:hover {
    transform: scale(1.1);
    /* Slight zoom on icon wrapper */
}



/* Specific Targets to ensure Shine */
.bar-item i,
.service-box-items .icon i,
.offer-icon i,
.review-stars i,
.modern-check-list li i {
    background: var(--gold-gradient) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    background-size: 200% auto !important;
    animation: shine 4s linear infinite !important;
}

/* === PERIODIC SLIDE-IN ENQUIRY FORM === */
.slide-in-enquiry {
    position: fixed;
    right: -405px;
    /* Hidden initially (overshoot slightly) */
    bottom: 15vh;
    width: 380px;
    max-width: 90vw;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid var(--gold);
    border-radius: 15px;
    padding: 25px;
    z-index: 10001;
    box-shadow: none;
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.slide-in-enquiry.active {
    right: 30px;
    /* Slide into view */
}

.enquiry-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
    padding-bottom: 10px;
}

.enquiry-header h3 {
    color: var(--gold);
    font-family: 'Cinzel', serif;
    font-size: 1.3rem;
    margin: 0;
}

.close-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    transition: transform 0.3s;
}

.close-btn:hover {
    color: var(--gold);
    transform: rotate(90deg);
}

.slide-in-enquiry .form-group {
    margin-bottom: 15px;
}

.slide-in-enquiry input,
.slide-in-enquiry textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 8px;
    padding: 10px 15px;
    color: #fff;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.slide-in-enquiry input:focus,
.slide-in-enquiry textarea:focus {
    outline: none;
    border-color: var(--gold);
    background: rgba(255, 255, 255, 0.1);
}

.slide-in-enquiry button[type="submit"] {
    width: 100%;
    background: var(--gold-gradient);
    border: none;
    border-radius: 8px;
    padding: 12px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
    background-size: 200% auto;
}

.slide-in-enquiry button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: none;
    background-position: right center;
}

.form-response-sticky {
    margin-top: 10px;
    font-size: 0.85rem;
    text-align: center;
    display: none;
    font-weight: bold;
}

/* --- Recurring Slide-in Enquiry Form (Global) --- */
.slide-in-enquiry {
    position: fixed;
    bottom: -100vh;
    /* Move completely off-screen */
    right: 20px;
    width: 350px;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid var(--gold);
    border-radius: 10px 10px 0 0;
    padding: 20px;
    z-index: 2000;
    /* High z-index to be above everything */
    transition: bottom 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.slide-in-enquiry.active {
    bottom: 0;
}

.enquiry-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 215, 0, 0.3);
    padding-bottom: 10px;
}

.enquiry-header h4 {
    margin: 0;
    color: var(--gold);
    font-family: 'Cinzel', serif;
    font-size: 1.1rem;
}

.close-slide {
    color: #fff;
    font-size: 1.8rem;
    cursor: pointer;
    line-height: 1;
    transition: 0.3s;
}

.close-slide:hover {
    color: var(--gold);
}

.slide-in-enquiry input,
.slide-in-enquiry textarea {
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 5px;
    font-size: 0.9rem;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    /* Added spacing */
}

/* Mobile Specific Adjustments */
@media (max-width: 768px) {
    .slide-in-enquiry {
        width: 100%;
        right: 0;
        left: 0;
        border-radius: 15px 15px 0 0;
        bottom: -100%;
    }

    .slide-in-enquiry.active {
        bottom: 60px;
        /* Above sticky bar */
    }

    /* Fix for Blurred Hero Text on Mobile (Persistent) */
    .hero-text-box,
    .swiper-slide-active .hero-text-box {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        background: rgba(0, 0, 0, 0.5) !important;
        /* Force desktop style */
        padding: 20px;
        border: 1px solid rgba(255, 255, 255, 0.1);

        /* Ensure Left Alignment */
        align-items: flex-start !important;
        text-align: left !important;
    }

    .hero-content {
        align-items: flex-start !important;
        text-align: left !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
        justify-content: center;
    }
}



/* --- Fixed Social Sidebar & Tooltips --- */
.social-sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.6);
    padding: 15px 10px;
    border-radius: 10px 0 0 10px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-right: none;
    box-shadow: none;
}

/* Gold Shine for Social Icons */
.social-sidebar a {
    color: var(--gold) !important;
    /* Force Gold Text/Icon */
    font-size: 1.4rem;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(20, 20, 20, 0.8);
    /* Dark background */
    border: 1px solid var(--gold);
    /* Gold Border */
    box-shadow: none;
    /* Soft Gold Glow REMOVED */
    /* overflow: hidden; REMOVED to allow tooltips to show */
    z-index: 1001;
    /* Ensure on top */
}

/* Ensure Icon itself is Gold with Shine */
.social-sidebar a i {
    background: linear-gradient(120deg, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    /* Make text transparent to show gradient */
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    /* Logo-like shine on the icon itself */
}

/* Shine Animation (Overlay) - REMOVED */
.social-sidebar a::before {
    display: none;
}

.social-sidebar a:hover {
    transform: translateX(-5px) scale(1.1);
    background: var(--gold);
    color: #000;
    box-shadow: none;
    /* Intense Glow REMOVED */
    border-color: #fff;
}

/* Tooltip Logic */
/* Tooltip Logic (Using SPAN now for reliability) */
.social-sidebar .tooltip-text {
    position: absolute;
    right: 60px;
    /* Position to the LEFT of the icon */
    top: 50%;
    transform: translateY(-50%) translateX(10px);
    background: var(--gold-gradient);
    color: #000;
    padding: 6px 15px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 700;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    pointer-events: none;
    box-shadow: none;
    z-index: 99999;
    /* Ensure tooltip is ABOVE everything */
}

.social-sidebar a:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}


/* Hide on mobile to avoid clutter */
@media (max-width: 768px) {
    .social-sidebar {
        display: none;
    }
}

/* FORCE HIDE Mobile Sticky Bar on Desktop */
@media (min-width: 769px) {
    .mobile-sticky-bar {
        display: none !important;
    }
}

/* --- Hero Slider Height Reset (Full Screen for Impact) --- */
@media (max-width: 768px) {

    .hero-slider,
    .hero-section {
        height: 60vh !important;
        /* Good balance for mobile */
        min-height: auto !important;
    }
}

/* --- Improved Hero Slider Pagination (Overlay Style) --- */
.custom-pagination {
    position: absolute !important;
    bottom: 20px !important;
    width: 100% !important;
    left: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 10px 0 !important;
    background: transparent !important;
    z-index: 50 !important;
    margin-top: 0 !important;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: rgba(255, 255, 255, 0.7) !important;
    opacity: 1 !important;
    margin: 0 6px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.swiper-pagination-bullet-active {
    width: 40px !important;
    height: 12px !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    /* Removed distracting glow/shadow */
}

/* === PARTNER LOGOS OPTIMIZATION === */
.logo-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    /* Increased container height */
}

.logo-slide img {
    max-width: 200px;
    /* Increased width limit */
    max-height: 110px;
    /* Increased height limit */
    width: auto;
    height: auto;
    object-fit: contain;
    filter: none;
    opacity: 1;
    transition: all 0.4s ease;
    border-radius: 12px;
    /* Soft Rounded Corners */
    padding: 5px;
    background: transparent;
}

.logo-slide img:hover {
    transform: scale(1.1);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .logo-slide {
        height: 90px;
        /* Increased mobile container height */
    }

    .logo-slide img {
        max-height: 70px;
        /* Increased mobile height limit */
        max-width: 150px;
        /* Increased mobile width limit */
        border-radius: 8px;
        /* Slightly tighter radius */
    }
}

/* === GEOMETRIC BACKGROUND PATTERNS === */

/* Common Pattern Styles */
.bg-pattern-square,
.bg-pattern-triangle,
.bg-pattern-rhombus,
.bg-pattern-grid {
    position: relative;
    /* Ensure z-index works */
}

.bg-pattern-square::before,
.bg-pattern-triangle::before,
.bg-pattern-rhombus::before,
.bg-pattern-grid::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.03;
    /* Very subtle opacity */
}

/* Ensure content stays on top */
.bg-pattern-square>*,
.bg-pattern-triangle>*,
.bg-pattern-rhombus>*,
.bg-pattern-grid>* {
    position: relative;
    z-index: 1;
}


/* 1. SQUARES / GRID PATTERN */
.bg-pattern-square::before {
    background-image:
        linear-gradient(var(--gold) 1px, transparent 1px),
        linear-gradient(90deg, var(--gold) 1px, transparent 1px);
    background-size: 40px 40px;
}

/* 2. RHOMBUS / DIAMOND PATTERN */
.bg-pattern-rhombus::before {
    background-image: linear-gradient(135deg, var(--gold) 25%, transparent 25%),
        linear-gradient(225deg, var(--gold) 25%, transparent 25%),
        linear-gradient(45deg, var(--gold) 25%, transparent 25%),
        linear-gradient(315deg, var(--gold) 25%, transparent 25%);
    background-position: 20px 0, 20px 0, 0 0, 0 0;
    background-size: 40px 40px;
    background-repeat: repeat;
}

/* 3. TRIANGLES (Using SVG data URI for cleaner triangles) */
.bg-pattern-triangle::before {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0L40 40H0L20 0z' stroke='%23D4AF37' stroke-width='1' fill='none'/%3E%3C/svg%3E");
    background-size: 60px 60px;
}

/* 4. HEXAGON / HONEYCOMB (Bonus) */
.bg-pattern-grid::before {
    background-size: 40px 40px;
    background-image:
        radial-gradient(circle, var(--gold) 1px, transparent 1px);
}

/* === PARTNER LOGOS OPTIMIZATION === */
.logo-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
    /* Fixed container height */
}

.logo-slide img {
    width: 220px;
    /* Fixed width for rectangle */
    height: 110px;
    /* Fixed height for rectangle */
    object-fit: cover;
    /* Forces image to fill the entire box */
    background: #ffffff;
    /* White background to define the shape */
    transition: all 0.4s ease;
    border-radius: 8px;
    padding: 0px;
    /* Removed padding to fill the box */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    /* Subtle shadow */
}

.logo-slide img:hover {
    transform: scale(1.1);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .logo-slide {
        height: 90px;
    }

    .logo-slide img {
        width: 150px;
        /* Adjusted width for mobile */
        height: 75px;
        /* Adjusted height for mobile */
        object-fit: cover;
        /* Ensure fill on mobile too */
        border-radius: 6px;
        /* Slightly tighter radius */
        padding: 0px;
        /* No padding */
    }
}

/* === UPDATED PROJECT CARD STYLES (Text Below Image) === */
.project-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: #111;
    /* Dark card background */
    border: 1px solid rgba(212, 175, 55, 0.2);
    /* Subtle gold border */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-color: var(--primary-gold);
}

/* Image container takes top part */
.project-image-container {
    width: 100%;
    height: 250px;
    /* Fixed height for image */
    overflow: hidden;
    position: relative;
}

.project-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-card:hover .project-image-container img {
    transform: scale(1.1);
    /* Zoom effect on hover */
}

/* Info container takes bottom part */
.project-info {
    position: relative;
    /* Not absolute anymore */
    width: 100%;
    padding: 20px;
    background: #1a1a1a;
    /* Darker background for text area */
    border-top: 2px solid var(--primary-gold);
    flex-grow: 1;
    /* Fills remaining space */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
}

.project-info h3 {
    color: var(--primary-gold);
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-family: 'Cinzel', serif;
}

.project-info p {
    color: #ccc;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0;
}

/* === FIX: PROJECT CARD LAYOUT (HTML Class Match) === */
.project-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: #111;
    /* Dark card background */
    border: 1px solid rgba(212, 175, 55, 0.2);
    /* Subtle gold border */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-color: var(--primary-gold);
}

/* Image container COMPACT LAYOUT */
.card-image {
    width: 100%;
    height: 200px;
    /* Reduced to ~200px to GUARANTEE Landscape aspect ratio (Width > Height) */
    overflow: hidden;
    position: relative;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-card:hover .card-image img {
    transform: scale(1.1);
    /* Zoom effect on hover */
}

/* Info container takes bottom part */
.card-info {
    position: relative !important;
    /* Override any absolute */
    width: 100%;
    padding: 20px;
    background: #1a1a1a;
    /* Darker background for text area */
    border-top: 2px solid var(--primary-gold);
    flex-grow: 1;
    /* Fills remaining space */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    bottom: auto !important;
    /* Reset position */
    left: auto !important;
    transform: none !important;
    /* Remove any hover transform */
    opacity: 1 !important;
    /* Always visible */
}

.card-info h3 {
    color: var(--primary-gold);
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-family: 'Cinzel', serif;
}

.card-info p {
    color: #ccc;
    /* Ensure gray for readability */
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0;

    /* TRUNCATE to 2 Lines */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    /* Standard property for compatibility */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3em;
    /* Enforce height limit */
}

.projects-slider .swiper-slide {
    height: auto;
    /* Allow slide to stretch */
    display: flex;
    /* Flexbox to stretch child */
}

.project-card {
    height: 100%;
    /* Stretch card to fill slide */
    display: flex;
    flex-direction: column;
}

.card-info {
    flex-grow: 1;
    /* Stretch text area to fill remaining space */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* Align text to top */
}

/* === FIX: EQUAL HEIGHT PROJECT CARDS (Corrected Selector) === */
.project-slider .swiper-wrapper {
    align-items: stretch;
    /* Ensure slides stretch to match tallest slide */
}

.project-slider .swiper-slide {
    height: auto;
    /* Allow slide to stretch */
    display: flex;
    /* Flexbox to stretch child */
}

.project-card {
    height: 100%;
    /* Stretch card to fill slide */
    display: flex;
    flex-direction: column;
}

.card-info {
    flex-grow: 1;
    /* Stretch text area to fill remaining space */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* Align text to top */
}

/* === FIX: RESTORE GOLD COLOR TO DESCRIPTIONS === */
.card-info p {
    color: var(--primary-gold) !important;
    font-weight: 500;
    /* Adding a bit of weight for better visibility */
}

/* === FIX: REVERT DESCRIPTION TO GRAY (Title remains Gold) === */
.card-info p {
    color: #ccc !important;
    font-weight: 400;
}

/* === FIX: METALLIC GOLD GRADIENT FOR TITLES === */
.card-info h3 {
    background: var(--gold-gradient) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    background-size: 200% auto;
    font-weight: 700;
    text-shadow: none !important;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
    /* Lift it up */
    z-index: 10;
}

.hero-slider .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* === TEXT PRELOADER STYLES === */
.preloader-text {
    text-align: center;
    position: relative;
    z-index: 2;
    animation: fadeUp 1s ease-out forwards;
}

.preloader-text h1 {
    font-family: 'Cinzel', serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 0 30px rgba(212, 175, 55, 0.3);
}

.preloader-text p {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #fff;
    letter-spacing: 5px;
    margin-top: 10px;
    opacity: 0.8;
    text-transform: uppercase;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* === TEXT PRELOADER STYLES === */
.preloader-text {
    text-align: center;
    position: relative;
    z-index: 2;
    animation: fadeUp 1s ease-out forwards;
}

.preloader-text h1 {
    font-family: 'Cinzel', serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 0 30px rgba(212, 175, 55, 0.3);
}

.preloader-text p {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #fff;
    letter-spacing: 5px;
    margin-top: 10px;
    opacity: 0.8;
    text-transform: uppercase;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* === HEADER TEXT LOGO STYLES === */
.logo-text a {
    font-family: 'Cinzel', serif;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
    padding: 5px 0;
    display: inline-block;
}

.logo-text a:hover {
    text-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .logo-text a {
        font-size: 1.5rem;
        /* Adjust for mobile */
    }
}


/* === HEADER LOGO SLOGAN === */
.logo-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.6rem;
    color: #fff;
    margin: -5px 0 0 0;
    /* Pull it up slightly */
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .logo-text p {
        font-size: 0.5rem;
        /* Smaller on mobile */
        letter-spacing: 1px;
    }
}

/* === FIX: HERO SLIDER RESPONSIVE LAYOUT (Mobile: 100%, Desktop: 70%) === */
.hero-slider .swiper-slide {
    width: 100%;
    /* Mobile Force */
    opacity: 1;
    transform: none;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

@media (min-width: 768px) {
    .hero-slider .swiper-slide {
        width: 70%;
        opacity: 0.4;
        transform: scale(0.85);
    }

    .hero-slider .swiper-slide-active {
        opacity: 1;
        transform: scale(1);
        z-index: 10;
        box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
    }
}


/* --- FIX FOR PARTNER LOGOS OVERFLOW (STRETCH TO FILL) --- */
.partners-slider {
    overflow: hidden;
}

.logo-slide img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: fill !important;
    /* Stretch to fill completely */
    padding: 0 !important;
}

.logo-slide:hover img {
    transform: scale(1.05) !important;
    /* Gentle zoom */
}

/* === PREMIUM BACK BUTTON === */
.btn-back-home {
    background: var(--gold-gradient);
    background-size: 200% auto;
    animation: shine 4s linear infinite;
    color: #000 !important;
    padding: 12px 35px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

/* Sheen Effect */
.btn-back-home::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    width: 50px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    animation: sheen 2.5s infinite;
    filter: blur(2px);
}

@keyframes sheen {
    0% {
        left: -100px;
    }

    30% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

.btn-back-home i {
    transition: transform 0.3s ease;
    z-index: 2;
    /* Ensure icon is above sheen */
    position: relative;
}

.btn-back-home:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.6);
    background: linear-gradient(135deg, #fff, var(--gold));
    color: #000 !important;
}

.btn-back-home:hover i {
    transform: translateX(-5px);
}

.btn-back-home:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(212, 175, 55, 0.4);
}

/* === INNER PAGE REDESIGN STYLES === */

/* Advanced Hero Section */
.inner-hero {
    position: relative;
    height: 50vh;
    min-height: 400px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background: #000;
}

.inner-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center;
    filter: brightness(0.4) contrast(1.1);
    animation: kenBurnsHero 20s infinite alternate;
}

@keyframes kenBurnsHero {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.15);
    }
}

.inner-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(18, 18, 18, 0.8) 0%, rgba(18, 18, 18, 0.4) 50%, rgba(18, 18, 18, 1) 100%);
    z-index: 2;
}

.inner-hero-content {
    position: relative;
    z-index: 3;
    padding: 0 5%;
}

.inner-hero-content h1 {
    font-size: 4.5rem;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.breadcrumb {
    color: var(--gold);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    display: block;
}

/* Service Detail Section - Asymmetrical Grid */
.service-detail-section {
    padding: 100px 5%;
    background: transparent;
}

.asymmetric-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 80px;
}

.asymmetric-row:last-child {
    margin-bottom: 0;
}

/* Image Wrapper for Premium Look */
.asymmetric-img-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.asymmetric-img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.asymmetric-img-wrapper:hover img {
    transform: scale(1.1);
}

/* Premium Card (Glassmorphism Upgrade) */
.premium-glass-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 40px;
    border-radius: 20px;
    position: relative;
    transition: all 0.5s ease;
}

.premium-glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.05), transparent);
    opacity: 0;
    transition: 0.5s;
    border-radius: 20px;
}

.premium-glass-card:hover {
    transform: translateY(-10px);
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.premium-glass-card:hover::before {
    opacity: 1;
}

/* Modern Checklist */
.modern-check-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.modern-check-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    color: #ccc;
    font-size: 1rem;
    transition: 0.3s;
}

.modern-check-list li i {
    color: var(--gold);
    font-size: 1.2rem;
    transition: 0.3s;
}

.modern-check-list li:hover {
    color: #fff;
    transform: translateX(10px);
}

.modern-check-list li:hover i {
    transform: scale(1.2);
}

/* Page CTA Section */
.page-cta-section {
    padding: 120px 5%;
    text-align: center;
    background: linear-gradient(to bottom, #121212 0%, #080808 100%);
    border-top: 1px solid #222;
}

.cta-box {
    max-width: 800px;
    margin: 0 auto;
}

.cta-box h2 {
    font-size: 3.5rem;
    margin-bottom: 25px;
}

.cta-box p {
    color: #aaa;
    margin-bottom: 45px;
    font-size: 1.2rem;
    line-height: 1.6;
}

.cta-btn {
    padding: 18px 50px;
    font-size: 1rem;
}

/* Mobile Overrides for New Styles */
@media (max-width: 992px) {
    .inner-hero h1 {
        font-size: 2.8rem;
    }

    .asymmetric-row {
        grid-template-columns: 1fr;
        gap: 50px;
        margin-bottom: 60px;
    }

    .inner-hero {
        height: 45vh;
        min-height: 350px;
    }

    .cta-box h2 {
        font-size: 2.2rem;
    }

    /* Force Shine on Checklist Icons on Mobile */
    .modern-check-list li i {
        background: var(--gold-gradient) !important;
        -webkit-background-clip: text !important;
        background-clip: text !important;
        color: transparent !important;
        background-size: 200% auto !important;
        animation: shine 4s linear infinite !important;
    }
}