/* Modern Hero Banner */
.about-hero {
    height: 55vh;
    min-height: 420px;
    background: url('https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?q=80&w=2000') center/cover no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

.about-hero::before {
        content: '';
        position: absolute;
        top:0; left:0; width:100%; height:100%;
        /* background: rgba(255, 255, 255, 0.4); */
        background: rgb(110 42 50 / 17%);
    }


.hero-glass-card {
    /* background: rgba(255, 255, 255, 0.15); */
    background: rgb(255 255 255 / 73%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 50px 70px 50px 30px;
    display: inline-block;
    border-radius: 4px;
}


.breadcrumb {
    margin-bottom: 1rem;
    padding: 0;
    background: transparent;
    display: flex;
    list-style-type: none;
    gap: 5px;
}

.breadcrumb-item {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

@media (max-width: 768px) {
  .breadcrumb-item {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}
}

/* .breadcrumb-item + .breadcrumb-item::before {
    content: "|";
    color: #6E2A32;
    font-weight: 300;
} */

.breadcrumb-item a {
    color: black;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb-item a:hover {
    color: #6E2A32;
}

.breadcrumb-item.active {
    color: #6E2A32;
    opacity: 0.7;
}


.main-title {
    animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.hero-glass-card h2 {
    font-size: 30px;
    margin-top: 0;
}

@media (max-width: 768px) {
  .hero-glass-card h2 {
    font-size: 24px;
    margin-top: 0;
}
}

.hero-glass-card h6 {
    font-size: 16px;
    margin: 15px 0;
}

@media (max-width: 768px) {
  .hero-glass-card h6 {
    font-size: 14px;
    margin: 10px 0;
}
}

.abt-floating {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    left: -115px;
    background: white;
    z-index: 9999;
    padding: 25px;
    top: 35px;
    box-shadow: 15px 20px 20px -25px #0000003b;
}

@media (max-width: 768px) {
  .abt-floating {
    position: unset;
    box-shadow: unset;
}

.abt-inner-pg{

    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
}

}

.featured-facilities-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    /* min-height: 400px; */
    gap: 15px;
}

@media (max-width: 768px) {
  .featured-facilities-grid{
    grid-template-columns: 1fr;
  }
}

.featured-facilities-grid .feat-img img {
    width: 100%;
}

.fstat {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    overflow: hidden;
    gap: 20px;
    position: absolute;
    /* top: 11px; */
    /* justify-items: center; */
    /* width: fit-content; */
    bottom: 50px;
    padding: 15px;
}

@media (max-width: 768px) {
    .fstat {
        gap: 8px;
        bottom: 70px;
        display: flex;
        justify-content: center;
        position: relative;
        padding: 15px 5px;
    }
}

.fstat-inn {
    display: flex;
    flex-direction: column;
    background: #f8f8f8;
    border-radius: 50%;
    align-items: center;
    height: 230px;
    width: 230px;
    justify-content: center;
    box-shadow: 0px 10px 20px -10px #00000045;
    gap: 5px;
}

@media (max-width: 768px) {
  .fstat-inn{
    height: 85px;
    width: 85px;
  }
}

.fstat-inn p {
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

@media (max-width: 768px) {
  .fstat-inn p {
    font-size: 10px;
}
}

.fstat-inn h4 {
    font-size: 40px;
    margin: 0;
    color: #6E2A32;
}

@media (max-width: 768px) {
  .fstat-inn h4 {
    font-size: 19px;
    margin: 0;
}
}

section.featured-facilities {
    padding: 100px 0 0 0;
    position: relative;
}


.team-section {
  background-color: var(--bg-color);
  padding: 100px 0 0 0;
}

.team-section .cus-header  {
  margin-bottom: 30px;
}

/* .section-header span {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.8rem;
  color: var(--accent-color);
} */

/* .section-header h2 {
  font-family: var(--primary-font);
  font-size: 2.5rem;
  font-weight: 400;
  margin-top: 10px;
} */

.swiper.team-swiper {
    padding-bottom: 30px;
}

.portrait-box {
  width: 100%;
  /* aspect-ratio: 4 / 5; */
  aspect-ratio: 5 / 5;
  overflow: hidden;
  margin-bottom: 0px;
  background-color: #eee;
  border: 15px solid white;
}

.portrait-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(20%); 
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.team-inner{
  box-shadow: 0px 10px 20px 7px rgba(161, 150, 130, 0.07);
}

.team-item:hover img {
  transform: scale(1.05);
}

.member-info {
  text-align: center;
  background-color: white;
  padding-bottom: 5px;
}

.member-info h3 {
  font-family: var(--primary-font);
  font-size: 1.4rem;
  margin-bottom: 5px;
  margin-top: 0;
}

.member-info p {
  font-size: 0.9rem;
  color: #777;
  font-style: italic;
  margin-top: 5px;
}

/* Custom Swiper Buttons */
.swiper-button-next, .swiper-button-prev {
  color: #333 !important;
  transform: scale(0.7);
}

:root {
  --primary-font: 'Playfair Display', serif; 
  --accent-color: #8d7b68;
  --bg-color: #faf9f6; 
}


        .id-faq-section {
            padding: 70px 0 70px 0;
            font-family: var(--id-faq-sans);
            color: var(--id-faq-dark);
            overflow: hidden;
        }

        .id-faq-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1.6fr; 
            gap: 100px;
        }

        /* Left Side: Static Header */
        .id-faq-sticky-header {
            position: sticky;
            top: 50px;
            height: fit-content;
        }

        .id-faq-eyebrow {
            text-transform: uppercase;
            letter-spacing: 4px;
            font-size: 0.75rem;
            color: var(--id-faq-accent);
            display: block;
            margin-bottom: 20px;
        }

        .id-faq-title {
            font-family: var(--id-faq-serif);
            font-size: clamp(2.5rem, 5vw, 4rem);
            line-height: 1.1;
            font-weight: 400;
            margin: 0 0 30px 0;
        }

        .id-faq-line-separator {
            width: 60px;
            height: 1px;
            background: var(--id-faq-accent);
            margin-bottom: 30px;
        }

        /* Right Side: Animated Accordion */
        .id-faq-accordion {
            border-top: 1px solid rgba(0,0,0,0.1);
        }

        .id-faq-item {
            border-bottom: 1px solid rgba(0,0,0,0.1);
        }

        .id-faq-trigger {
            width: 100%;
            display: flex;
            align-items: center;
            padding: 40px 0;
            cursor: pointer;
            border: none;
            background: none;
            text-align: left;
            transition: all 0.4s ease;
        }

        .id-faq-number {
            font-size: 0.7rem;
            margin-right: 50px;
            opacity: 0.4;
            font-weight: 600;
        }

        .id-faq-label {
            font-family: var(--id-faq-serif);
            font-size: 1.5rem;
            flex-grow: 1;
            transition: transform 0.4s ease, color 0.4s ease;
        }

        /* Modern Icon Animation (+) */
        .id-faq-icon {
            position: relative;
            width: 20px;
            height: 20px;
        }

        .id-faq-icon-line {
            position: absolute;
            background: var(--id-faq-dark);
            transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        }

        .id-faq-icon-line.h { width: 100%; height: 1px; top: 50%; left: 0; }
        .id-faq-icon-line.v { width: 1px; height: 100%; left: 50%; top: 0; }

        /* Content Panel Animation */
        .id-faq-panel {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        }

        .id-faq-inner {
            padding: 0 100px 50px 75px; 
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }

        /* Active State Interactions */
        .id-faq-item.is-active .id-faq-panel {
            max-height: 600px; 
        }

        .id-faq-item.is-active .id-faq-inner {
            opacity: 1;
            transform: translateY(0);
            transition-delay: 0.2s; 
        }

        .id-faq-item.is-active .id-faq-icon-line.v {
            transform: rotate(90deg);
            opacity: 0;
        }

        .id-faq-item.is-active .id-faq-label {
            color: var(--id-faq-accent);
        }

        .id-faq-trigger:hover .id-faq-label {
            transform: translateX(10px);
            color: var(--id-faq-accent);
        }

        /* Responsive Design */
        @media (max-width: 991px) {
            .id-faq-container { 
              grid-template-columns: 1fr; 
              gap: 50px; 
              padding: 0 18px;
            }
            .id-faq-sticky-header { 
              position: relative; 
              top: 0; 
            }
            .id-faq-inner { 
              padding: 0 0 40px 0; 
            }
            .id-faq-number { 
              margin-right: 20px; 
            }
        }


        .testimonial-section {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 80px auto;
    gap: 40px;
  }


  .profiles-container {
    position: relative;
    width: 500px;
    height: 400px;
    flex-shrink: 0;
  }

  .profile-bubble {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    background: white;
    padding: 5px;
  }

  .profile-bubble img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }

  .bubble-main { width: 180px; height: 180px; top: 27%; left: 30%; z-index: 2; }
  .bubble-1 { width: 100px; height: 100px; top: 0; left: 45%; }
  .bubble-2 { width: 140px; height: 140px; top: 15%; left: 0; }
  .bubble-4 { width: 150px; height: 150px; bottom: 0; left: 0; }
  .bubble-5 { width: 130px; height: 130px; bottom: -5%; left: 50%; }

 
  .divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  gap: 30px;
  position: relative; 
  width: 50px;
  height: 500px;
}

.divider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px; 
  height: 100%;
  background-image: url('https://html.designingmedia.com/hillcrest/assets/images/testimonial-line.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1; 
}

.dot {
  width: 16px;
  height: 16px;
  border: 2px solid #b1916c;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  z-index: 2; 
  transition: all 0.3s ease;
}

.dot.active {
  background: #b1916c;
  border: 4px solid #f2e4d4;
  transform: scale(1.2);
}
  /* --- RIGHT: SLIDER --- */
  .slider-window {
    flex: 1;
    max-width: 500px;
    height: 350px; 
    overflow: hidden; 
    position: relative;
  }

  #slider-track {
    display: flex;
    flex-direction: column; 
    transition: transform 0.6s ease-in-out;
    will-change: transform;
  }

  .testimonial-slide {
    height: 350px; 
    flex-shrink: 0; 
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .testimonial-slide h2 { font-size: 3rem; margin: 0 0 10px 0; font-weight: 400; }
  .stars { color: orange; margin-bottom: 20px; font-size: 1.2rem; }
  .testimonial-text { line-height: 1.6; color: #555; margin-bottom: 30px; }
  .author-info { display: flex; align-items: center; gap: 15px; }
  .author-img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; }
  .author-name { margin: 0; font-size: 1.2rem; }
  .author-role { margin: 0; color: var(--accent-color); font-size: 0.9rem; }

  @media (max-width: 992px) {
            .testimonial-section {
                flex-direction: column;
                text-align: center;
                gap: 30px;
                margin: 40px auto;
            }

            .profiles-container { display: none; }

            .divider {
                flex-direction: row;
                height: auto;
                width: 100%;
                order: 2;
            }

            .divider::before { display: none; }

            .dot { margin: 0 10px; }

            
            .slider-window {
                height: 400px !important;
                width: 100%;
            }

            .testimonial-slide {
                height: 400px !important; 
                padding: 0 20px;
            }
            
            .testimonial-slide h2 { font-size: 2rem; }
        }

        @media (max-width: 992px) {

    .slider-window {
        height: 400px;
        overflow: hidden; 
    }

    #slider-track {
        height: 400px; 
    }

    .testimonial-slide {
        height: 400px;
        flex-shrink: 0;
    }
}



.project-main-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    overflow: hidden;
    gap: 50px;
}

@media (max-width: 768px) {
  .project-main-grid{
    grid-template-columns: 1fr;
  }
}

.pro-main-img img {
    width: 100%;
}

section.project-main {
    padding: 80px 0;
    position: relative;
}

.project-main h2 {
    font-family: var(--serif);
    font-size: 46px;
    line-height: 1.15;
    margin: 0 0 14px 0;
    color: #1f1f1f;
}

.btn-proj {
    /* background: var(--gold); */
    color: var(--gold);
    border: 2px solid var(--gold);
    font-size: 15px;
    margin-top: 10px;
}

.btn-proj:hover {
    background: var(--gold-dark);
    transform: translateY(-2px);
    color: white;
}

.btn-proj i {
    margin-left: 10px;
}


/* _______Project Main__________ */

.pro-main-img {
    display: grid;
    align-items: end;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    gap: 10px;
    position: relative;
    z-index: 1;
}

/* .pro-main-img::after {
    content: '';
    width: 300px;
    height: 300px;
    border: 2px solid var(--gold); 
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
} */


.pro-main-img::after {
    content: '';
    width: 310px;
    height: 310px;
    
    border: 3px solid #c5a059; 
    opacity: 0.3;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}


.pro-main-img::before {
    content: '';
    width: 340px;
    height: 340px;
    border: 3px solid #c5a059; 
    opacity: 0.3;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
}



@media (max-width: 768px) {
  .pro-main-img {
    display: grid;
    align-items: end;
    grid-template-columns: 1fr;
  }
}

.pro-main-img .img-2 img{
    height: 500px;
}

@media (max-width: 768px) {
  .pro-main-img .img-2 img{
    display: none;
}
}

.project-main-grid2 {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    overflow: hidden;
    gap: 50px;
}

@media (max-width: 768px) {
  .project-main-grid2 {
    display: flex;
    flex-direction: column-reverse;
  }
}

.global-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.global-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.global-img img {
    object-fit: cover;
    -webkit-transition: 1.1s all ease;
    transition: 1.1s all ease;
}

.global-img:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.global-img:hover:after {
    height: 250%;
    -webkit-transition: all 600ms linear;
    transition: all 600ms linear;
    background-color: transparent;
}
.abt-floating {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    left: -115px;
    background: white;
    z-index: 9999;
    padding: 25px;
    top: 35px;
    box-shadow: 15px 20px 20px -25px #0000003b;
}

@media (max-width: 768px) {
  .abt-floating {
    position: unset;
    box-shadow: unset;
}

.abt-inner-pg{

    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
}

}

.project-inner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    gap: 50px;
}

@media (max-width: 768px) {
  .project-inner-grid{
    grid-template-columns: 1fr;
  }
}

.pro-inner-img img {
    width: 100%;
}

section.project-inner {
    padding: 80px 0;
    position: relative;
}

.project-inner h2 {
    font-family: var(--serif);
    font-size: 55px;
    line-height: 1.15;
    margin: 0 0 14px 0;
    color: #1f1f1f;
}
   
.project-split-wrapper {
    display: flex;
    flex-wrap: wrap;
    background: #faf9f6;
}

.pro-info-panel {
    flex: 0 0 40%;
    padding: 30px;
    /* background: #fff; */
    display: flex;
    align-items: center;
}

.pro-slider-panel {
    flex: 0 0 60%;
    background: #1a1a1a;
    position: relative;
    overflow: hidden;
    max-height: 90vh;  
}


.detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}



.project-slider-v2 { height: 100%; width: 100%; }

.slide-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slide-inner img {
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.slide-inner img:hover {
    transform: scale(1.07);
}
.slide-caption {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: white;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgba(0,0,0,0.3);
    padding: 8px 15px;
    backdrop-filter: blur(5px);
}


.slider-controls { display: flex; gap: 20px; margin-top: 50px; }
.nav-btn {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}
.nav-btn:hover { background: #6E2A32; color: white; border-color: #6E2A32; }


@media (max-width: 992px) {
    .pro-info-panel, .pro-slider-panel { flex: 0 0 100%; }
    .pro-slider-panel { height: 60vh; }
}


       
.lightbox {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(0px);
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease, backdrop-filter 0.5s ease;
}


.lightbox.active { 
    display: flex; 
    opacity: 1; 
    backdrop-filter: blur(15px);
}

.lightbox-content {
    max-width: 100%;
    max-height: 100vh;
    box-shadow: 0 50px 100px rgba(0,0,0,0.8);
    border: 1px solid rgba(255,255,255,0.1);
    transform: scale(0.7) translateY(20px);
    opacity: 0;
    filter: brightness(0.5);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.lightbox.active .lightbox-content {
    animation: revealImage 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation-delay: 0.1s;
}

@keyframes revealImage {
    0% {
        transform: scale(0.7) translateY(30px);
        opacity: 0;
        filter: brightness(0.5) blur(10px);
    }
    100% {
        transform: scale(1) translateY(0);
        opacity: 1;
        filter: brightness(1) blur(0px);
    }
}

.close-btn {
    position: absolute;
    top: 30px; right: 40px;
    color: white;
    font-size: 40px;
    cursor: pointer;
    z-index: 10001;
    opacity: 0;
    transition: 0.3s ease;
}

.lightbox.active .close-btn {
    opacity: 0.7;
}

.close-btn:hover { opacity: 1; transform: rotate(90deg); }


.lb-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 10005;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    transition: 0.3s all ease;
    user-select: none;
}

.lb-nav-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    color: var(--gold);
}

.lb-prev { left: 30px; }
.lb-next { right: 30px; }


@media (max-width: 768px) {
    .lb-nav-btn {
        width: 45px;
        height: 45px;
        font-size: 20px;
        background: rgba(0,0,0,0.5);
    }
    .lb-prev { left: 10px; }
    .lb-next { right: 10px; }
    .lightbox-content { max-width: 95%; }
}


.service-inner {
    padding: 100px 0;
    background-color: #ffffff;
    overflow: hidden;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.service-card {
    position: relative;
    height: 500px;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.service-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(
        to bottom, 
        rgba(0, 0, 0, 0) 0%, 
        rgba(0, 0, 0, 0.2) 40%, 
        rgba(110, 42, 50, 0.8) 100%
    ); */

    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.18) 35%, rgba(0, 0, 0, 0.55) 100%);
    z-index: 1;
    transition: opacity 0.5s ease;
}


.service-card:nth-child(1) { grid-column: span 6; }
.service-card:nth-child(2) { grid-column: span 6; }
.service-card:nth-child(3) { grid-column: span 5; }
.service-card:nth-child(4) { grid-column: span 7; }

.card-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 1.2s ease;
}


.service-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    padding: 25px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    border-radius: 4px;
    color: white;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(10px);
    z-index: 5;
}

.service-card:hover .service-content {
    transform: translateY(0);
    background: linear-gradient(135deg, #6E2A32 0%, #4a1c22 100%);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}


.service-content::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: inherit;
    background: linear-gradient(to bottom, rgba(255,255,255,0.1), transparent);
    pointer-events: none;
}
.service-icon {
    width: 45px;
    height: 45px;
    background: #6E2A32;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 10px;
    font-size: 18px;
    transition: all 0.5s ease;
}

/*.service-card:hover .service-icon {*/
/*    background: white;*/
/*    color: #6E2A32;*/
/*}*/

.service-content h3 {
    font-family: var(--serif);
    font-size: 26px;
    margin-bottom: 12px;
    margin-top: 0;
}

.service-content p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0; 
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    transform: translateY(10px); 
    transition: 
        opacity 0.5s ease, 
        max-height 0.5s ease, 
        transform 0.5s ease,
        margin 0.5s ease;
    overflow: hidden;
    margin-top: 0;
}

.service-card:hover p {
    opacity: 1;
    max-height: 150px; 
    visibility: visible;
    margin-bottom: 20px; 
    transform: translateY(0); 
	padding: 5px 0;
}


@media (max-width: 992px) {
    .service-card:nth-child(n) { grid-column: span 12; height: 400px; }
    .service-inner { padding: 80px 0; }
}


   
.custom-cta-section {
    position: relative;
    padding: 80px 0;
    background-color: #6E2A32; 
    overflow: hidden;
    color: white;
}


.custom-cta-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    z-index: 0;
}

.cta-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.cta-content h2 {
    font-family: var(--serif);
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 18px;
    opacity: 0.9;
    max-width: 500px;
}

.cta-actions {
    display: flex;
    gap: 20px;
    align-items: center;
}

.cust-btn-white {
    background: white;
    color: #6E2A32;
    padding: 18px 40px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 1px solid white;
}

.cust-btn-white:hover {
    background: #f0f0f0;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.cust-btn-outline {
    border: 1px solid rgb(255 255 255 / 72%);
    color: white;
    padding: 18px 40px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.cust-btn-outline:hover {
    background: white;
    color: #6E2A32;
}

@media (max-width: 992px) {
    .cta-flex {
        flex-direction: column;
        text-align: center;
    }
    .cta-content h2 { font-size: 36px; }
    .cta-content p { margin: 0 auto 30px auto; }    
.custom-cta-section {
    position: relative;
    padding: 80px 0;
    background-color: #6E2A32; 
    overflow: hidden;
    color: white;
}


.custom-cta-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    z-index: 0;
}

.cta-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.cta-content h2 {
    font-family: var(--serif);
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 18px;
    opacity: 0.9;
    max-width: 500px;
}

.cta-actions {
    display: flex;
    gap: 20px;
    align-items: center;
}

.cust-btn-white {
    background: white;
    color: #6E2A32;
    padding: 18px 40px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 1px solid white;
}

.cust-btn-white:hover {
    background: #f0f0f0;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.cust-btn-outline {
    border: 1px solid rgb(255 255 255 / 72%);
    color: white;
    padding: 18px 40px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.cust-btn-outline:hover {
    background: white;
    color: #6E2A32;
}

@media (max-width: 992px){
    .cta-flex {
        flex-direction: column;
        text-align: center;
    }
    .cta-content h2 { font-size: 36px; }
    .cta-content p { margin: 0 auto 30px auto; }
    .cta-actions { justify-content: center; flex-direction: column; width: 100%; }
    .cust-btn-white, .cust-btn-outline { width: 100%; }
}
    .cta-actions { justify-content: center; flex-direction: column; width: 100%; }
    .cust-btn-white, .cust-btn-outline { width: 100%; }
}

/* Ultra-Modern Floating Contact Page */
.contact-hero-wrap {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background: #f7f6f4;
}

/* Dark overlay to make the glass pop */
/* .contact-hero-wrap::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.4);
} */

.floating-contact-card {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1300px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 5px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 0px 20px -10px rgba(0,0,0,0.3);
    padding: 0 15px;
}

.contact-visual-side {
    flex: 1.3;
    /* background: #6E2A32; */
    color: white;
    /* padding: 45px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-visual-side img {
    width: 100%;
    object-fit: cover;
}

.contact-form-side {
    flex: 1;
    padding: 40px;
    /* background: white; */
}

@media (max-width: 768px) {
    .contact-form-side {
        padding: 15px;
        background: white;
    }
}

.contact-cus-title {
    font-family: var(--serif);
    font-size: 40px;
    margin-bottom: 30px;
    color: #1a1a1a;
    margin-top: 0;
}

/* Styled Inputs */
.form-cust-field {
    margin-bottom: 30px;
}

.form-cust-field label {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
    color: #6E2A32;
    font-weight: 700;
}

.custom-input {
    width: 100%;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
}

select.custom-input, select.custom-input:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236E2A32' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 14px;
}


.custom-input:focus {
    background: #fff;
    border-color: #6E2A32;
    box-shadow: 0 5px 15px rgba(110, 42, 50, 0.1);
    outline: none;
}

select option:disabled {
    color: light-dark(graytext, rgb(170, 170, 170));
}

@media (max-width: 992px) {
    .floating-contact-card { flex-direction: column; }
    .contact-visual-side { padding: 15px; }
}


/* Buffer Section Styles */
.contact-intro-spacer {
    padding: 100px 0 0;
    background-color: #ffffff;
    text-align: center;
}

.intro-content {
    max-width: 800px;
    margin: 0 auto;
}

.intro-content span {
    color: #6E2A32;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

.intro-content h3 {
    font-family: var(--serif);
    font-size: 38px;
    line-height: 1.4;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.intro-sep {
    width: 1px;
    height: 60px;
    background: #eee;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .contact-intro-spacer { 
        padding: 60px 20px 0; 
    }

    .intro-content h3 { 
        font-size: 26px; 
    }
}


.mini-map-box {
    width: 100%;
    height: 220px;
    margin-top: 30px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: border-color 0.5s ease, transform 0.5s ease;
}


.mini-map-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
}


.mini-map-box:hover {
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-5px);
}

.mini-map-box:hover iframe {
    filter: grayscale(0) invert(0) contrast(1);
}

.cust-form-grid {
    display: flex;
    gap: 20px;
}

@media (max-width: 768px) {
    .cust-form-grid {
        gap: 0px;
        flex-direction: column;
    }
}

.btn-cont-form {
    width: 100%; 
    padding: 15px;
    background: #6E2A32; 
    color: white; 
    border-radius: 8px; 
    cursor: pointer; 
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #6E2A32;
    transition: all .25s ease;
}

button.btn-cont-form:hover {
    background: white; 
    color: #6E2A32;
    transform: translateY(-5px);
}
.vbn-map-section {
    padding: 80px 0;
    background: #fcfcfc;
}

.vbn-map-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 40px 80px -20px rgba(110, 42, 50, 0.12);
    min-height: 600px;
}


.map-brand-side {
    position: relative;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.map-brand-side img.c-detail-img {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover;
    z-index: 1;
}

.brand-overlay {
    position: relative;
    z-index: 2;
}

.map-brand-side::after {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to right, #6E2A32 20%, rgba(110, 42, 50, 0.6));
    z-index: 1;
}

.location-tag {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255,255,255,0.7);
    display: block;
    margin-bottom: 15px;
}

.brand-overlay h3 {
    font-family: var(--serif);
    font-size: 36px;
    margin-bottom: 20px;
}

.location-details {
    margin: 40px 0;
}

.loc-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    color: rgba(255,255,255,0.9);
}

.loc-item i {
    color: #fff;
    font-size: 18px;
}


.map-interactive-side {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    transform: translateZ(0); 
   
    filter: grayscale(.4) contrast(1.1) brightness(0.95);
    transition: 
        filter 0.6s cubic-bezier(0.4, 0, 0.2, 1), 
        transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.map-interactive-side:hover {
    filter: grayscale(0) contrast(1) brightness(1);
    z-index: 5;
}

/* Ensure the iframe itself doesn't lag */
.map-interactive-side iframe {
    transition: opacity 0.5s ease;
    will-change: filter;
}

@media (max-width: 992px) {
    .vbn-map-wrapper {
        grid-template-columns: 1fr;
    }
    .map-interactive-side {
        height: 400px;
    }
    .map-brand-side {
        padding: 40px;
    }
}

.service-card:hover .service-icon {
    /* background: white; */
    /* color: #6E2A32; */
    border: 2px solid white;
}
a.service-card.custom-service-card {
    height: 365px;
}


.nb-atelier-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        align-items: center;
        padding: 0px 5% 100px;
        background: #ffffff;
    }

    @media (max-width: 768px) {
      .nb-atelier-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        align-items: center;
        padding: 0px 10px 5%;
        background: #ffffff;
    }
    }

    .nb-philosophy-block {
        position: relative;
        padding: 40px;
        z-index: 2;
        height: 540px;
    }

    .nb-mission-block {
        
        background: #fdfcfb;
        border-left: 1px solid #c5a059;
        box-shadow: 20px 20px 60px rgba(0,0,0,0.1);
    }

    @media (max-width: 768px) {

      .nb-philosophy-block  {
        height: auto;
    }

    .nb-vision-block {
      margin-top: auto !important; 
    }

    }
    .nb-vision-block {
        background: #6E2A32;
        color: white;
        box-shadow: 20px 20px 60px rgba(0,0,0,0.1);
        margin-top: 200px;
    }
    
    
    
     section.proj-phase{
      background:#efe9df;
      font-family:'Inter',sans-serif;
      display:flex;
      justify-content:center;
      padding:60px 0px;
    }
    .timeline{
  width:100%;
  max-width:1200px;
  position:relative;
}

.timeline-line{
  position:absolute;
  inset:0;
  z-index:1;
}


.line-top{
  position:absolute;
  top:80px;
  left:0;
  right:0;
  height:2px;
  background:#b9aa93;
}

.line-middle{
  position:absolute;
  top:330px;
  left:0;
  right:0;
  height:2px;
  background:#b9aa93;
}


.line-bottom{
  position:absolute;
  top:580px;
  left:0;
  right:0;
  height:2px;
  background:#b9aa93;
}


.curve-right{
  position:absolute;
  right:0;
  top:80px;
  width:40px;
  height:250px;
  border-right:2px solid #b9aa93;
  /* border-bottom:2px solid #b9aa93;
  border-radius:0 0 40px 0; */
}


.curve-left{
  position:absolute;
  left:0;
  top:330px;
  width:40px;
  height:250px;
  border-left:2px solid #b9aa93;
  /* border-top:2px solid #b9aa93;
  border-radius:40px 0 0 0; */
}


.steps{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:50px 40px;
  padding:60px 30px;
}


.step{
  color:#6a6257;
  min-width:320px;
}

.step h3{
  font-family:'Playfair Display',serif;
  font-size:20px;
  letter-spacing:1px;
  margin-bottom:10px;
  text-transform:uppercase;
  margin-top: 0;
}

.step .num{
  width:36px;
  height:36px;
  background:#b9aa93;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:600;
  margin-bottom:14px;
  position:relative;
}


.middle .step .num::after{
  top:auto;
  bottom:100%;
}


.steps > .step:nth-last-child(-n+3) .num::after{
  top:auto;
  bottom:100%;
  height:25px;
}

.step .time{
  font-style:italic;
  margin-bottom:8px;
  font-size:14px;
}

.step ul{
  padding-left:18px;
  font-size:14px;
  line-height:1.7;
}


.middle{
  grid-column:1 / span 3;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:40px;
  margin:0px auto;
}


@media(max-width:900px){

  .timeline-line{display:none;}

  .steps{
    grid-template-columns:1fr 1fr;
    gap:80px 30px;
  }

  .middle{
    grid-template-columns:1fr;
  }

  .step .num::after{display:none;}
}

.proj-phase-title {
    font-family: var(--serif);
    font-size: 42px;
    line-height: 1.15;
    margin: 0 0 14px 0;
    color: #1f1f1f;
}

@media(max-width:768px){
  .steps{
    grid-template-columns:1fr;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 30px 20px;
  }
}

.service-card:hover  a {
    padding: 15px 10px;
}

.service-content  a {
    background: #ffffff;
    color: #6e2a32;
    text-decoration: none;
    padding: 0;
    font-weight: 600;
}

.procurement-services-section {
    padding: 100px 20px;
    background-color: #1a1a1a;
}


.procurement-services-section .section-title {
    text-align: center;
    color: #f4f4f4;
    margin-bottom: 70px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: relative;
    padding-bottom: 20px;
}


.procurement-services-section .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #C5A059;
}

.procurement-services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.procurement-service-card {
    background: #222;
    padding: 2px;
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    flex: 1 1 350px; 
    max-width: 380px; 
}

.procurement-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #6E2A32, #C5A059);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
}

.procurement-service-card:hover {
    transform: translateY(-5px);
}

.procurement-service-card:hover::before {
    opacity: 1;
}

.procurement-services-section .card-inner {
    background: #222;
    padding: 50px 30px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    z-index: 2;
    height: 100%;
    box-sizing: border-box;
}

.procurement-services-section .icon-wrapper {
    font-size: 2.5rem;
    color: #C5A059;
    margin-bottom: 30px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.procurement-service-card:hover .icon-wrapper {
    color: #f4f4f4;
    transform: scale(1.1);
}

.procurement-service-card h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #f4f4f4;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: var(--serif);
}

.procurement-service-card p.description {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #aaa;
    margin: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.procurement-service-card:hover p.description {
    color: #f4f4f4;
}

@media (max-width: 768px) {
    .procurement-services-section .section-title {
        font-size: 2.2rem;
    }
}


.noon-service-detail {
    padding: 80px 0;
}

.noon-service-detail .service-intro-block {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px;
    font-size: 1.2rem;
    color: #666;
    font-style: italic;
}


.noon-service-detail .detail-row {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
}

.noon-service-detail .detail-row.row-reverse {
    flex-direction: row-reverse;
}

.noon-service-detail .detail-image {
    flex: 1;
    overflow: hidden;
    border-radius: 4px;
}

.noon-service-detail .detail-image img {
    width: 100%;
    height: 320px;
    display: block;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    object-fit: cover;
}

.noon-service-detail .detail-row:hover .noon-service-detail .detail-image img {
    transform: scale(1.05);
}

.noon-service-detail .detail-content {
    flex: 1;
    padding: 20px;
}

.noon-service-detail .row-number {
    font-size: 4rem;
    font-weight: 900;
    color: rgba(110, 42, 50, 0.1); 
    display: block;
    line-height: 1;
    margin-bottom: -20px;
}

.noon-service-detail .detail-content h2 {
    font-family: 'Georgia', serif;
    font-size: 2.2rem;
    color: #6E2A32; 
    margin-bottom: 20px;
}

.noon-service-detail .detail-content p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
}


.noon-service-detail .detail-link {
    text-decoration: none;
    color: var(--gold); 
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s ease;
}

.noon-service-detail .detail-link i {
    transition: transform 0.3s ease;
}

.noon-service-detail .detail-link:hover {
    color: #6E2A32;
}

.noon-service-detail .detail-link:hover i {
    transform: translateX(8px);
}


@media (max-width: 768px) {
    .noon-service-detail .detail-row, .noon-service-detail .detail-row.row-reverse {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
}