
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


@font-face {
  font-family: 'Soligant';
  font-style: normal;
  font-weight: 400;
  src: local('Soligant'), url('https://fonts.cdnfonts.com/s/64358/Soligant-d98nK.woff') format('woff');
}

:root {
  --dark-gold: #947550;
  --light-gold: #947550;
  --dark-teal: #0B244A;
  --white-color: #fff;
  --acto-family: 'Open Sans' !important;
}

::-webkit-scrollbar {
  width: 2px;
  height: 12px;
  display: none;
}


body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url('https://aprinfra.com/media/bg-pattern.webp') center/cover no-repeat;
  /* opacity: 0.2; */
  /* adjust this for desired fade */
  z-index: -1;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #fff;
  color: var(--dark-teal);
  overflow-x: hidden !important;
  font-family: var(--acto-family);
  --soligant:'Soligant';
}

body {
  background: url('https://aprinfra.com/media/bg-pattern.webp') center/cover no-repeat !important;
  position: relative;
  z-index: 0;
}
 .comma {
      font-family: 'FontAwesome';
    }
/* h1,
h2,
h3,
h4,
h5 {
  font-family: 'Soligant', serif;
} */

p {
  font-family: var(--acto-family);
}
.apr-primary{
  font-family: var(--soligant) !important;
}
.apr-secondary {
  font-family: var(--acto-family) !important;
}
.apr_privacy h3{
  font-family: var(--soligant) !important;
}
.font-quote{
font-size: 3.5rem;
}
/* Navbar */
.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  background: #fff9;
  backdrop-filter: blur(6px);
}

.navbar-brand img {
  height: 70px;
}

.nav-link {
  color: var(--dark-teal) !important;
  font-weight: 400;
  transition: color .3s;
  padding: 10px 20px 10px !important;
  font-size: 16px !important;
}

.nav-link:hover {
  color: var(--dark-gold) !important;
}

/* Hero */
.hero {
  position: relative;
  height: 150vh;
  overflow: hidden;
}

.hero video {
  /* position: fixed; */
  /* top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%); */
  object-fit: cover;
  z-index: -1;
}

/* .hero-content {
      position: absolute;
      bottom: 60px;
      left: 60px;
      z-index: 1;
    } */
.hero-content {
  position: absolute;
  bottom: 60px;
  left: 6%;
  z-index: 1;
}

.hero h1 {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 4px 10px rgba(0, 0, 0, .5);
}

/* Social bar */
.social-bar {
  position: fixed;
  bottom: 65px;
  left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  z-index: 10000000;
}

.social-bar::before {
  content: "";
  width: 1px;
  height: 100px;
  background: var(--dark-gold);
  margin-bottom: 18px;
}

.social-bar a {
  color: var(--dark-gold);
  font-size: 18px;
  transition: color .3s;
}

.social-bar a:hover {
  color: var(--dark-gold);
}

/* Highlights */
.highlights {
  background: #fff;
}

.hl__eyebrow {
  font-size: 15px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--dark-gold);
}

.hl__title {
  font-size: clamp(36px, 6.6vw, 86px);
  line-height: 1.2;
  color: var(--accent);
  font-weight: 500;
}

.hl__rule {
  height: 1px;
  background: linear-gradient(90deg, var(--rule), var(--rule));
}

.kpi {
  opacity: 0;
  transform: translateY(16px);
  text-align: center;
  padding: 0 15px;
}

.kpi__value {
  display: block;
  font-size: 3.1rem;
  /* font-family: 'Soligant', serif; */
  color: var(--ink);
  margin-bottom: 10px;
  font-weight: 400;
}

.kpi__label {
  color: var(--dark-gold);
  font-size: 1.2rem;
}

@media (min-width:768px) {
  .border-md-end {
    border-right: 1px solid #ccc;
  }
}

.reveal.is-in,
.kpi.is-in {
  opacity: 1;
  transform: none;
  transition: .6s ease;
  text-align: left;
}

/* Why */
.why {
  position: relative;
  /* background: #f5f5f5; */
  /* color: var(--pearl-ink);
    height: 100vh; */
}

.why__eyebrow {
  font-size: 15px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--light-gold);
  /* position: sticky;
    top: 40px; */
}

.why__title {
  font-size: 3rem;
  font-weight: 500;
  color: var(--light-gold);
  /* position: sticky;
    top: 50px; */
}

.why__body {
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  font-weight: 200;
  font-family: var(--acto-family);
  padding: 0px 25px 0px 0px;
  /* position: sticky;
    top: 60px; */
}

/* .why__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    opacity: .4;
} */
.col-lg-5,
.col-lg-7,
.why_choose_right {
  overflow: visible;
}

.why_choose_left {
  position: sticky;
  top: 80px;
}

.stack_item .head_item {
  background-color: var(--white-color);
  padding: 12px 15px 18px 18px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}

.stack_item {
  position: sticky;
}

.stack_item.item_one {
  top: 60px;
  z-index: 1;
}

.stack_item.item_two {
  top: 60px;
  z-index: 2;
}

.stack_item.item_three {
  top: 60px;
  z-index: 3;
}

.stack_item.item_four {
  top: 60px;
  z-index: 4;
}

.stack_item.item_five {
  top: 60px;
  z-index: 5;
}

.item_image {
  border-radius: 10px;
  height: 300px;
  object-fit: cover;
}

.stack_item p {
  margin: 0px;
  color: #666;
  font-weight: 300;
  padding: 5px 10px 5px 0px;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
}

.reveal.is-in {
  opacity: 1;
  transform: none;
  transition: .6s ease;
}

/* Awards */
.awards {
  overflow: hidden;
  position: relative;
}

.awards__eyebrow {
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--dark-gold);
  font-size: 16px;
}

.awards__title {
  font-size: clamp(36px, 6.6vw, 60px);
  line-height: 1.02;
  color: #22384a;
  font-weight: 500;
}

.awards-bg {
  position: absolute;
  top: 50px;
  right: -244px;
  width: 100%;
  max-width: 40%;
  height: 1500px;
  background: url(../media/award.webp) no-repeat top right;
  background-size: contain;
  opacity: .95;
  pointer-events: none;
}

.award-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.6vw, 28px);
}

@media (max-width:1000px) {
  .award-track {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:620px) {
  .award-track {
    grid-auto-flow: column;
    grid-auto-columns: 80%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }

  .award-card {
    scroll-snap-align: start;
  }
}

.award-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
  padding: 24px;
  /* text-align: center; */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  /* min-height: 500px; */
  transition: transform .25s ease, box-shadow .25s ease;
  max-width: 350px;
}

.award-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .16);
}

.award-media {
  display: grid;
  place-items: center;
  min-height: 220px;
}

.award-media img {
  max-height: 200px;
  width: auto;
  object-fit: contain;
}

.award-caption {
  font-size: 1.6rem;
  font-weight: 500;
  color: #947550;
  /* font-family: 'Soligant', serif; */
  text-align: center;
}

.award-sub {
  color: var(--dark-gold);
  font-size: 2.5rem;
  margin-top: 6px;
  /* font-family: 'Soligant', serif; */
  text-align: center;
}

.award-desc {
  font-size: 16px;
  color: #000000;
  margin-top: 20px;
  text-align: center;
}

/* Projects */
.projects {
  position: relative;
  color: #fff;
  min-height: 100vh;
  /*background-color: transparent;*/
}

.projects__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(.8);
  transition: background-image .6s ease-in-out;
  z-index: -2;
}

.projects::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(14, 35, 49, .534);
  z-index: -1;
}

.projects__eyebrow {
  letter-spacing: .25em;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--light-gold);
}

.projects__title {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--dark-teal);
}

.tabs {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.tab {
  cursor: pointer;
  font-size: 15px;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  color: #cfd7df;
  transition: .25s;
}

.tab.active {
  color: #fff;
  border-color: var(--dark-gold);
}

.project__details h3 {
  font-size: 3.3rem;
  color: var(--light-gold);
  margin-bottom: 10px;
}

#stats h3 {
  font-size: 1.3rem;
  /* font-family: "serif"; */
}

.project__meta {
  font-size: 25px;
  margin-bottom: 8px;
  color: #e6e6e6;
}

.project__rule {
  height: 1px;
  width: 72%;
  background: #ffffff3a;
  margin: 14px 0 10px;
}

.panel {
  display: none;
}

.panel.active {
  display: block;
  overflow: hidden;
}

.carousel {
  display: flex;
  gap: 20px;
  /* overflow: hidden; */
  scroll-behavior: smooth;
}

.carousel .card {
  flex: 0 0 300px;
  border-radius: 14px;
  /* overflow: hidden; */
  position: relative;
  cursor: pointer;
  transition: transform .3s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
  background: #00000000;
  border: none;
}

.carousel .card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 20px;
}

.carousel .card:hover {
  transform: translateY(-5px);
}

.carousel-controls {
  margin-top: 18px;
  display: flex;
  justify-content: left;
  gap: 10px;
}

.carousel-controls button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  transition: .3s;
}

.carousel-controls button:hover {
  background: var(--dark-gold);
  border-color: var(--dark-gold);
}

/* Testimonials (Swiper version) */
section.testimonials {
  overflow: hidden;
  padding: 80px 0;
  background: #fff;
}

.t-eyebrow {
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--dark-gold);
  font-size: 15px;
}

.t-title {
  font-size: 5rem;
  line-height: 1.02;
  color: var(--dark-gold);
  font-weight: 500;
}

/* Layout uses Bootstrap grid; no .row override */
.col-names {
  max-width: 260px;
}

.separator img {
  max-height: 350px;
  width: auto;
  display: block;
}

.testimonials_data {
  margin-top: 70px;
}

.t-content {
  padding: 40px;
  background: #fafafa;
  height: 80%;
  position: relative;
  border-radius: 12px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.t-stars {
  font-size: 1.2rem;
  color: #a0793d;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.t-quote {
  color: #6b7f8f;
  font-size: clamp(14px, 1.6vw, 14px);
  /* max-width: 68ch;
    margin-bottom: 12px; */
}

.t-author {
  margin-top: 6px;
  font-size: clamp(18px, 2.4vw, 24px);
  color: #22384a;
}

/* Swiper vertical names */
.testimonialNames {
  height: 300px;
}

.testimonialNames .swiper-wrapper {
  display: flex;
  flex-direction: column;
}

.testimonialNames .swiper-slide {
  opacity: .35;
  font-size: 1.05rem;
  text-align: center;
  transition: .25s;
  cursor: pointer;
  color: #666;
}

.testimonialNames .swiper-slide-active {
  font-size: 1.25rem;
  font-weight: 600;
  opacity: 1;
  color: #000;
}

/* Footer */
.site-footer__top {
  position: relative;
  color: #fff;
  background-color: #112250;
}

.site-footer__heading {
  /* font-family: acto; */
  font-weight: 500;
  color: var(--dark-gold);
  margin-bottom: .5rem;
}

.site-footer__label {
  /* font-family: "Acto", sans-serif; */
  color: var(--dark-gold);
  font-size: .95rem;
  margin-bottom: .25rem;
}

.site-footer__text {
  /* font-family: "Acto", sans-serif; */
  color: #fff;
  opacity: .95;
}

.site-footer__logo {
  width: 180px;
  max-width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, .25));
}

.social a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 8px;
  color: #fff;
  transition: all .2s;
}

.social a:hover {
  border-color: #fff;
  color: #fff;
  transform: translateY(-2px);
}

.site-footer__bottom {
  color: var(--dark-teal);
  /* font-family: "Acto", sans-serif; */
  font-size: .95rem;
}

.link-lightish {
  color: inherit;
  text-decoration: none;
}

.link-lightish:hover {
  text-decoration: underline;
}

/* Floating highlight images positions kept */
.hl__img {
  position: absolute;
  top: 75px;
  right: 60px;
  max-width: 120px;
  height: 120px;
}

.hl__imges {
  position: absolute;
  top: -90px;
  right: 51px;
  max-width: 180px;
  height: 180px;
  z-index: 1;
}

.hl__imge {
  position: absolute;
  top: 20px;
  left: 50px;
  max-width: 180px;
  height: 180px;
  z-index: 1;
}

.cross {
  position: relative;
  width: 120px;
  height: 120px;
}

.line {
  position: absolute;
  background: #8b5e3c;
  /* brownish color like in image */
  transform-origin: center;
}

/* Vertical line */
.vertical {
  width: 1px;
  height: 0;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: height 1.2s ease;
}

/* Horizontal line */
.horizontal {
  height: 1px;
  width: 0;
  top: 18%;
  left: 6px;
  transition: width 1.2s ease 0.6s;
  /* delay for nice effect */
}

/* Animate when active */
.cross.active .vertical {
  height: 100%;
}

.cross.active .horizontal {
  width: 60%;
}

.animate_lines {
  position: absolute;
  right: 0px;
  top: 35px;
}

.dounce_down {
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-40px);
  }

  60% {
    transform: translateY(-20px);
  }
}

#why .animate_lines {
  right: 81px;
  top: 113px;
}

/* .slider_items{
      position: absolute;
      bottom: 0px;
    } */
.main_slider_item {
  padding: 260px 0px 0px 0px;
}

.bottom_items {
  font-size: 14px;
  font-weight: 200;
}

/* .font-serif {
  font-family: serif;
} */

/* Float + Glow animation */
/*.award-animated {*/
/*  animation: float 4s ease-in-out infinite, glow 3s infinite;*/
/*}*/

/*@keyframes float {*/
/*  0%, 100% { transform: translateY(0); }*/
/*  50% { transform: translateY(-12px); }*/
/*}*/

@keyframes shine {
  0% {
    transform: translateX(-150%) rotate(25deg);
  }

  100% {
    transform: translateX(150%) rotate(25deg);
  }
}


/*.glow_bounce {*/
/*  animation: bounce 2s infinite, glowPulse 2s infinite;*/
/*}*/

/* Bounce animation */
/*@keyframes bounce {*/
/*  0%, 20%, 50%, 80%, 100% {*/
/*    transform: translateY(0);*/
/*  }*/
/*  40% {*/
/*    transform: translateY(-40px);*/
/*  }*/
/*  60% {*/
/*    transform: translateY(-20px);*/
/*  }*/
/*}*/

/* Glow animation */
/*@keyframes glowPulse {*/
/*  0%, 100% {*/
/*    box-shadow: 0 0 5px var(--light-gold), 0 0 10px var(--dark-gold);*/
/*  }*/
/*  50% {*/
/*    box-shadow: 0 0 20px var(--light-gold), 0 0 40px var(--dark-gold);*/
/*  }*/
/*}*/


/*@keyframes glowPulse {*/
/*  0%, 100% { box-shadow: 0 0 8px #d4af37, 0 0 16px #d4af37; }*/
/*  50% { box-shadow: 0 0 20px #ffd700, 0 0 40px #ffd700; }*/
/*}*/
/*.glow {*/
/*  animation: glowPulse 2s infinite;*/
/*}*/
#highlights,
#testimonials {
  position: relative;
  background: #fff url("../media/bg_three.webp");
  background-size: contain;
  background-attachment: fixed;
}

/* Lower the entire row within the Projects section */
.projects .row {
  position: relative;
  top: 60px;
  /* ✅ Adjust this value for how much lower you want it */
}

/* Optional — smooth entrance effect (cinematic rise-up) */
.projects .row {
  transition: top 0.6s ease-in-out;
}

/* Make sure on mobile it's not too low */
@media (max-width: 768px) {
  .projects .row {
    top: 40px;
  }
}

/* Background patch behind left col */
.project__left-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  /* ✅ starts from full left edge */
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 60%, transparent 100%);
  z-index: 1;
}

/* Keep text above the patch */
.project__details {
  position: relative;
  z-index: 2;
  padding: 40px;
  color: #fff;
}

/* Optional — add subtle blur & depth */
.project__left-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(6px);
  opacity: 0.15;
}

/* Responsiveness */
@media (max-width: 992px) {
  .project__left-bg {
    width: 100%;
    background: rgba(0, 0, 0, 0.55);
  }
}

/* Static background patch from left to mid */
.project__left-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  /* ✅ Covers up to mid-screen */
  height: 100%;
  background-color: #0e0e0e;
  /* or any brand color */
  z-index: 1;
}

/* Keep content above the patch */
.project__details {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 40px;
}

/* Mobile adjustment */
@media (max-width: 992px) {
  .project__left-bg {
    width: 100%;
  }
}

.text-gold {
  color: #b89b6a;
}

.section-title {
  color: #1f2b3c;
  font-size: 60px;
  font-weight: 500;
}

.section-text {
  color: #666;
}

.floating-card {
  position: absolute;
  top: 70%;
  left: 3%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 2rem 4rem;
}

.floating-card h2 {
  color: #b89b6a;
  font-weight: 600;
  font-size: 2.8rem;
  /* font-family: serif; */
}

.floating-card p {
  margin: 0;
  font-weight: 500;
}

.testimonial-section {
  position: relative;
  padding: 200px 0;
  overflow: visible;
  z-index: 1;
}

/* Background Parallax Text */
.scrolling-text {
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 10rem;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.048);
  letter-spacing: 6px;
  line-height: 1;
  user-select: none;
  z-index: 0;
  pointer-events: none;
}

/* Card Styles */
.testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 45px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  text-align: left;
  z-index: 50;
  position: relative;
  transform-style: preserve-3d;
  transition: all 0.5s ease;
  will-change: transform;
  height: 100%;
}

.testimonial-card:hover {
  transform: translateY(-10px) rotateX(6deg) rotateY(-4deg);
  box-shadow: 0 45px 80px rgba(0, 0, 0, 0.3);
}

.testimonial-card.active {
  background: #0B244A;
  color: #fff;
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.4);
}

.stars {
  color: var(--dark-gold);
  font-size: 1.3rem;
  letter-spacing: 2px;
}

.testimonial-card p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
}

.testimonial-card.active p {
  color: #eee;
}

.testimonial-author {
  font-weight: 600;
  color: var(--dark-gold);
  margin-bottom: 0;
}

.testimonial-role {
  font-size: 0.9rem;
  color: #999;
}

/* Cinematic Reversed Stagger */
.testimonial-row {
  margin-bottom: 100px;
  position: relative;
  z-index: 5;
}

/* Reverse Wave Alignment */
.testimonial-row .col-lg-4:nth-child(1),
.testimonial-row .col-lg-4:nth-child(3) {
  transform: translateY(80px);
}

.testimonial-row .col-lg-4:nth-child(2) {
  transform: translateY(-80px);
}

/* Responsive */
@media (max-width: 992px) {
  .scrolling-text {
    font-size: 4.5rem;
  }

  .testimonial-row .col-lg-4 {
    transform: translateY(0) !important;
  }
}

/* .enquiry-section {
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  margin: 0px auto 50px auto;
  max-width: 1200px;
} */

/* Left Image */
.enquiry-image {
  flex: 1;
  background: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
  min-height: 500px;
}

/* Right Form Area */
.enquiry-content {
  flex: 1;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.enquiry-content h6 {
  color: #b89b6a;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.enquiry-content h2 {
  /* font-family: 'Playfair Display', serif; */
  font-weight: 600;
  color: #1d2a3a;
  margin-bottom: 40px;
}

/* Input Fields */
.enquiry-form .form-control {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 1rem;
  color: #333;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
}

.enquiry-form .form-control:focus {
  border-color: #b89b6a;
  box-shadow: none;
  background-color: #fff;
}

/* Button */
.btn-enquiry {
  background-color: #b89b6a;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  padding: 15px 30px;
  border-radius: 5px;
  margin-top: 15px;
  transition: all 0.3s ease;
  width: 100%;
  letter-spacing: 1px;
}

.btn-enquiry:hover {
  background-color: #a48858;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 992px) {
  .enquiry-section {
    flex-direction: column;
  }

  .enquiry-image {
    min-height: 300px;
    width: 100%;
  }

  .enquiry-content {
    padding: 50px 30px;
  }
}

.ps-title {
  text-align: center;
  font-weight: 600;
  color: #123456;
  margin-bottom: 70px;
  font-size: 60px;
}

/* Card container */
.ps-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease;
  background: #f9f9f9;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
}

.ps-image-wrapper {
  position: relative;
  overflow: hidden;
}

.ps-card img {
  width: 100%;
  height: 400px;
  display: block;
  object-fit: cover;
  transition: transform 0.8s ease, filter 0.6s ease;
  will-change: transform, filter;
  border-radius: 10px;
}

/* Cinematic hover effect */
.ps-card:hover img {
  transform: scale(1.1) rotate(0.5deg);
  filter: brightness(1.1) saturate(1.05);
  border-radius: 20px;
}

/* Subtle overlay glow */
.ps-image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.25));
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.ps-card:hover .ps-image-wrapper::after {
  opacity: 1;
}

/* Info Box */
.ps-info {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 30px 50px;
  width: 50%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  z-index: 2;
}

.ps-info h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #947550;
  /* font-family: 'Soligant', serif; */
}

.ps-info p {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 0;
}

/* Project number animation */
.ps-number {
  position: absolute;
  bottom: 10px;
  right: 25px;
  font-size: 3.5rem;
  font-weight: 700;
  color: rgb(252, 253, 254);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  z-index: 3;
}

.ps-card:hover .ps-number {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered layout */
.ps-up {
  transform: translateY(-60px);
}

.ps-down {
  transform: translateY(60px);
}

/* Row spacing */
.projects-showcase .row.g-5 {
  row-gap: 70px;
}

/* ======= MORE PROJECTS CTA ======= */
.ps-more-projects {
  text-align: center;
  margin-top: 45px;
  font-weight: 600;
  font-size: 1.1rem;
}

.ps-more-link {
  position: relative;
  color: #123456;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
  font-weight: 600;
}

.ps-more-link::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #123456;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}

.ps-more-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.ps-more-link span {
  margin-left: 8px;
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}

.ps-more-link:hover span {
  transform: translateX(6px);
}

/* Responsive tweaks */
@media (max-width: 992px) {
  .ps-card img {
    height: 260px;
  }

  .ps-info {
    width: 80%;
    left: 0;
  }

  .ps-number {
    font-size: 3rem;
    right: 15px;
  }

  .ps-up,
  .ps-down {
    transform: none;
  }
}

@media (max-width: 767px) {
  .projects-showcase {
    padding: 60px 0;
  }

  .ps-card {
    margin-bottom: 40px;
    width: 100%;
  }

  .ps-card img {
    height: 230px;
  }

  .ps-info {
    width: 85%;
  }

  .ps-more-projects {
    margin-top: 60px;
  }
}


/* Background image overlay */
.footer-bg-overlay {
  background-image: url('https://images.unsplash.com/photo-1581090700227-1e37b190418e?auto=format&fit=crop&w=1200&q=80');
  background-size: cover;
  background-position: center;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* Padding Utilities for More Breathing Space */
.py-7 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-lg-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

/* Typography + Readability */
.section-text {
  line-height: 1.8;
  max-width: 550px;
  color: #444;
}

/* Gold Accent */
.text-gold {
  color: #c9a54c;
  font-family: var(--acto-family);
}



/* Image Container */
.image-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .floating-card {
    bottom: 20px;
    left: 20px;
    padding: 1rem 1.5rem;
  }
}

@media (max-width: 576px) {
  .py-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .section-text {
    max-width: 100%;
  }

  .floating-card {
    position: relative;
    margin-top: 1rem;
    left: 0;
    bottom: 0;
  }
}

/* --- Base --- */
.why-choose-us {
  background-color: #fff;
  position: relative;
}

.text-gold {
  color: #d4b07a;
}

.heading-title {
  font-size: 2.4rem;
  color: #002a47;
  line-height: 1.3;
}

/* --- Feature Cards --- */
.feature-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 2rem 1.5rem;
  position: relative;
  transition: all 0.4s ease;
}

.feature-card:hover {
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.feature-number {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 4rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.05);
  pointer-events: none;
}

.feature-icon img {
  filter: brightness(0) saturate(100%) invert(57%) sepia(23%) saturate(587%) hue-rotate(14deg) brightness(90%) contrast(87%);
}

.feature-title {
  font-weight: 600;
  color: #002a47;
  margin-bottom: 0.75rem;
}

.feature-text {
  color: #777;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
  .heading-title {
    font-size: 2rem;
  }

  .feature-card {
    text-align: center;
  }

  .feature-number {
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.1;
  }
}

.font-new {
  font-family: var(--acto-family);
}




/* index.html */


.apr-portfolio-section {
  position: relative;
  background-color: var(--bg-white-color);
  background-image: url(assets/bg\ pattern.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh !important;
  z-index: 1;
}

.apr-portfolio-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 0;
}

.apr-portfolio-section>* {
  position: relative;
  z-index: 1;
}

/* ---- Left Text ---- */
.apr-title-left {
  padding-right: 2rem;
}

.apr_heading {
  color: var(--heading-dark);
  font-size: 60px;
  font-weight: 700;
}

.apr_para {
  color: var(--body-dark);
  font-size: 16px;
  font-weight: 300;
}

/* ---- Scroll Wrapper ---- */
.apr-scroll-wrapper {
  display: flex;
  gap: 1rem;
  overflow-x: auto !important;
  overflow-y: hidden;
  padding-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.apr-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

/* ---- Card Container ---- */
.apr-card {
  flex: 0 0 250px;
  height: 480px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.4s ease;
}

.apr-card:hover {
  flex: 0 0 500px;
}

/* ---- Image ---- */
.apr-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  filter: grayscale(100%);
  transition: filter 0.6s ease, transform 0.6s ease;
}

.apr-card:hover .apr-card-image {
  transform: scale(1.05);
  filter: grayscale(0%);
}

/* ---- Overlay & Title ---- */
.apr-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: background 0.4s ease;
  z-index: 1;
}

.apr-card:hover .apr-card-overlay {
  background: rgba(0, 0, 0, 0.1);
}

.apr-card-title {
  position: absolute;
  bottom: 16px;
  left: 10px;
  color: var(--bg-white-color);
  font-weight: 600;
  font-size: 35px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

/* ---- Responsive ---- */
@media (max-width: 992px) {
  .apr-card {
    flex: 0 0 70%;
  }

  .apr-card:hover {
    flex: 0 0 90%;
  }
}

/* ===== FOOTER BASE ===== */
/*.apr-footer {*/
/*  background-color: #0c2b47;*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*  color: #dcdcdc;*/
/*font-family: 'Poppins', sans-serif;*/
/*}*/
/*.apr-footer-overlay {*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  background: rgba(0, 0, 0, 0.15);*/
/*  z-index: 0;*/
/*}*/
/*.apr-footer > * {*/
/*  position: relative;*/
/*  z-index: 1;*/
/*}*/

/* ===== TYPOGRAPHY ===== */
/*.footer-heading {*/
/*  color: #fff;*/
/*  font-size: 0.9rem;*/
/*  letter-spacing: 1px;*/
/*}*/
/*.footer-links li {*/
/*  margin-bottom: 0.5rem;*/
/*}*/
/*.footer-links a {*/
/*  color: #bfc8d2;*/
/*  font-size: 0.95rem;*/
/*  text-decoration: none;*/
/*  transition: color 0.3s ease;*/
/*}*/
/*.footer-links a:hover {*/
/*  color: #d4b07a;*/
/*}*/
.text-gold {
  color: #d4b07a;
}

h6.footer-heading.text-uppercase.fw-semibold.mb-3.text-dark {
  font-size: 1.2rem;
  font-weight: 600;
}

/* ===== NEWSLETTER ===== */
/*.footer-newsletter input {*/
/*  background-color: #fff;*/
/*  border: none;*/
/*  padding: 0.75rem 3rem 0.75rem 1rem;*/
/*  font-size: 0.95rem;*/
/*}*/
/*.footer-newsletter input:focus {*/
/*  outline: none;*/
/*  box-shadow: 0 0 0 2px #d4b07a60;*/
/*}*/
.btn-gold {
  background-color: #d4b07a;
  border: none;
  color: #0c2b47;
  transition: background 0.3s ease;
}

.btn-gold:hover {
  background-color: #e6c386;
  color: #0c2b47;
}

/* ===== BOTTOM BAR ===== */
/*.apr-footer-bottom {*/
/*  border-color: rgba(255, 255, 255, 0.1) !important;*/
/*  color: #bfc8d2;*/
/*}*/
/*.apr-footer-bottom a:hover {*/
/*  text-decoration: underline;*/
/*}*/

/* ===== RESPONSIVE ===== */
/*@media (max-width: 768px) {*/
/*  .footer-newsletter input {*/
/*    font-size: 0.9rem;*/
/*  }*/
/*  .footer-links a {*/
/*    font-size: 0.9rem;*/
/*  }*/
/*}*/

/* --- Base --- */
.why-choose-us {
  background-color: #fff;
  position: relative;
}

.text-gold {
  color: #d4b07a;
}

.heading-title {
  font-size: 2.4rem;
  color: #002a47;
  line-height: 1.3;
}

/* --- Feature Cards --- */
.feature-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 2rem 1.5rem;
  position: relative;
  transition: all 0.4s ease;
}

.feature-card:hover {
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.feature-number {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 4rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.05);
  pointer-events: none;
}

.feature-icon img {
  filter: brightness(0) saturate(100%) invert(57%) sepia(23%) saturate(587%) hue-rotate(14deg) brightness(90%) contrast(87%);
}

.feature-title {
  font-weight: 600;
  color: #002a47;
  margin-bottom: 0.75rem;
}

.feature-text {
  color: #777;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
  .heading-title {
    font-size: 2rem;
  }

  .feature-card {
    text-align: center;
  }

  .feature-number {
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.1;
  }
}


.why-section {
  padding: 60px 0px 80px 0px;

}



/* ---- Info Cards (1–5) ---- */
.why-card {
  background: #0B244A;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}

.why-card.why-heading {
  background: #ffffff00;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* ✅ Left-aligns content */
  text-align: left;
  /* ✅ Ensures text aligns left */
  border-radius: 20px;
  border: none;

}

/* Hover Effect */
.why-card.hoverable:hover {
  border-color: #b89b79;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.why-card.hoverable:hover .why-number {
  color: #fff;
}

.why-card.hoverable:hover .why-icon {
  color: #b89b79;
  opacity: 1;
  transform: scale(1.1);
}

/* Number Style (Top Left Corner) */
.why-number {
  font-size: 40px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.04);
  position: absolute;
  top: 12px;
  left: 25px;
  z-index: 0;
  user-select: none;
  pointer-events: none;
  transition: color 0.4s ease;
}

/* Icon Style (thin-line effect, same size) */
.why-icon {
  font-size: 2.5rem;
  color: var(--dark-gold);
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  opacity: 0.85;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.4s ease, color 0.4s ease, opacity 0.4s ease;
}

/* Text Styles */
.why-card h4 {
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  color: #fff;
}

.why-card p {
  color: #ffffffa1;
  font-size: 0.9rem;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

/* Fade-in Animation for Cards 1–5 */
[data-animate] {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.animate-show {
  opacity: 1;
  transform: translateY(0);
}

@media(max-width: 992px) {
  .why-section {
    padding: 70px 0;
  }

  .why-number {
    font-size: 4rem;
    top: 10px;
    left: 20px;
  }
}

@media(max-width: 768px) {
  .why-card {
    padding: 30px 20px;
  }

  .why-heading h2 {
    font-size: 1.6rem;
  }

  .why-number {
    font-size: 3.5rem;
    top: 8px;
    left: 15px;
  }
}

/* === UNIFIED HEADING STYLING === */
h2.section-title,
.awards__title,
.ps-title,
.testimonial-section h2,
.why-heading h2 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  color: #947550;
}

/* Sub-head or eyebrow text (like "WHY CHOOSE US.") */
.why-heading small,
.awards__eyebrow,
.text-gold {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 992px) {

  h2.section-title,
  .awards__title,
  .ps-title,
  .testimonial-section h2,
  .why-heading h2 {
    font-size: 44px;
  }
}

@media (max-width: 576px) {

  h2.section-title,
  .awards__title,
  .ps-title,
  .testimonial-section h2,
  .why-heading h2 {
    font-size: 32px;
  }
}

/* === FONT SYSTEM === */
body {
  /* font-family: 'Acto', sans-serif; */
  color: #333;
  line-height: 1.6;
  background-color: #fff;
}

/* --- HEADINGS --- */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Soligant', serif; */
  color: #002a47;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-bottom: 1rem;
}

/* === SECTION HEADINGS === */
h2.section-title,
.awards__title,
.ps-title,
.testimonial-section h2,
.why-heading h2 {
  /* font-family: 'Soligant', serif; */
  font-size: 40px;
  font-weight: 500;
  color: #002a47;
  line-height: 1.2;
}

/* === SUBHEADING / EYEBROW TEXT === */
.why-heading small,
.awards__eyebrow,
.text-gold {
  font-family: var(--acto-family);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #947550;
  /* Gold accent */
  text-transform: uppercase;
}

/* === BODY TEXT === */
p,
li,
span,
a {
  font-size: 16px;
}

/* === GOLDEN HIGHLIGHTS === */
.text-gold,
.awards__eyebrow,
.btn-gold {
  color: #947550 !important;
}

/* === RESPONSIVE SCALES === */
@media (max-width: 992px) {

  h2.section-title,
  .awards__title,
  .ps-title,
  .testimonial-section h2,
  .why-heading h2 {
    font-size: 44px;
  }
}

@media (max-width: 576px) {

  h2.section-title,
  .awards__title,
  .ps-title,
  .testimonial-section h2,
  .why-heading h2 {
    font-size: 32px;
  }
}

.text-golden {
  /* font-size: 18px; */
  color: #947550 !important;
  /* font-family: serif !important; */
}

.count {
  font-size: 3rem;
}

.enquiry-image {
  background: url('../media/serene.webp') center center/cover no-repeat;
  min-height: 500px;
}

.enquiry-form-wrapper {
  background-color: #0c2b47;
  color: #fff;
}

.enquiry-form {
  max-width: 450px;
  width: 100%;
}

.small-heading {
  color: #D3B591;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.form-title {
  font-size: 1.8rem;
  font-weight: 700;
}

.form-control,
.form-select {
  border: none;
  border-radius: 4px;
  padding: 0.8rem 1rem;
}

.cta-btn {
  background: var(--dark-gold);
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 0.9rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #b38d4a;
}

.bi {
  margin-right: 8px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .enquiry-image {
    min-height: 300px;
  }

  .enquiry-form {
    max-width: 100%;
  }
}

/* FOOTER MAIN (white background) */
.apr-footer {
  color: #212529;
  /* black text for contrast */
}

.apr-footer a {
  color: #212529;
  text-decoration: none;
  font-size: 14px;
}
.apr-footer p{
  color: #212529 !important;
  font-size: 14px;
}

.apr-footer a:hover {
  color: #002147;
  /* Oxford Blue hover */
}

/* SUB-FOOTER (Oxford Blue) */
.apr-footer-bottom {
  background-color: #002147;
  /* Oxford Blue */
  color: #fff;
  border-top: none;
  /* remove border if not needed */
}

/* .apr-footer-bottom a {
  color: #d4af37;
} */

.apr-footer-bottom a:hover {
  color: #fff;
  /* on hover */
}

/* Optional: Adjust gold icons in top footer */
.text-gold {
  color: #d4af37 !important;
}

.footer-line {
  /* width: 80%; */
  /* controls total line width (try 70%, 80%, etc.) */
  /* margin: 0 auto; */
  /* centers the line */
  border: none;
  border-top: 1px solid #0c2b47;
  /* color + thinness */
  opacity: 1;
  /* make it subtle */
}

footer {
  position: relative;
}


.text_change {
  height: 100vh;
  position: relative;
}

.text_change h1 {
  position: fixed;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.text_change h1.fade {
  opacity: 0;
}
.company-highlights,.why-section,#awards,.projects-showcase,.testimonial-section,.enquiry-section,footer{
  background-image: url('https://aprinfra.com/media/bg-pattern.webp');
  background-attachment: fixed;
  background-size: contain;
}
.second-txt{
  font-size: 3.5rem;
  font-family: var(--acto-family);
}

.company-highlights,
.why-section,
#awards,
.projects-showcase,
.testimonial-section,
.enquiry-section {
  position: relative;
  z-index: 1;
}

/* .company-highlights::before,
.why-section::before,
#awards::before,
.projects-showcase::before,
.testimonial-section::before,
.enquiry-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../media/bg-pattern.png') center/contain no-repeat;
  opacity: 0.8; 
  z-index: -1;
  pointer-events: none;
} */
#more-btn{
  background-color: var(--dark-teal);
  color: var(--dark-gold);
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 1rem;
  cursor: pointer;
}
.apr_opening .card h2{
  font-family: var(--acto-family);
}


.fixed-link {
  position: fixed;
  right: -60px;                /* distance from right edge */
  top: 50%;                   /* vertically centered */
  transform: translateY(-50%);
  background-color: var(--dark-teal);  /* button color */
  color: white !important;               /* text color */
  padding: 12px 18px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 9999;
  rotate: 270deg;
  transition: background 0.3s ease, transform 0.3s ease;
}

.fixed-link:hover {
color: var(--dark-gold) !important;
  transform: translateY(-50%) scale(1.05);
}

#button {
  display: inline-block;
  background-color: var(--dark-teal);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: var(--acto-family);
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: var(--dark-gold);
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease forwards;
}

/* Popup Box */
.popup-content {
  position: relative;
  background: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  width: 100%;
  max-width: 30%;
  margin: 50px auto;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  animation: slideUp 0.4s ease;
}

/* Close Icon */
.close-popup {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
  color: #333;
  transition: color 0.3s ease;
}
.close-popup:hover { color: #ff3b3b; }

/* Form Styles */
.popup-content h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: #333;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
  transition: border 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
  border-color: var(--dark-teal);
}

/* Submit Button */
.submit-btn {
  width: 100%;
  padding: 12px;
  background: var(--dark-teal);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.submit-btn:hover { background: #0056b3; }

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes slideUp {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.amenities-right h3{
  font-family: var(--acto-family) !important;
}

.kchannel-group{
    display: none;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  padding: 20px;
  max-width: 360px;
  z-index: 10000;
  display: none;
  font-family: Arial, sans-serif;
}

.cookie-content p {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.5;
}

.cookie-buttons button {
  background: #eaeaea;
  border: none;
  border-radius: 5px;
  padding: 8px 15px;
  margin-left: 8px;
  cursor: pointer;
  font-size: 14px;
}

.cookie-buttons .primary {
  background: var(--dark-teal);
  color: #fff;
}

.cookie-buttons button:hover {
  opacity: 0.9;
}
@media (max-width:772px) {
  .cookie-content p,.cookie-buttons button{
    font-size: 12px;
  }
}




/* ============================= */
/* SAFARI ONLY FIXES (iOS + macOS) */
/* ============================= */
/*@supports (-webkit-touch-callout: none) {*/

  /* 1️⃣ Disable background-attachment: fixed (Safari bug) */
/*  .company-highlights,*/
/*  .why-section,*/
/*  #awards,*/
/*  .projects-showcase,*/
/*  .testimonial-section,*/
/*  .enquiry-section,*/
/*  footer {*/
/*    background-attachment: scroll !important;*/
/*  }*/

  /* 2️⃣ Fix vh height bugs */
/*  html {*/
/*    height: -webkit-fill-available;*/
/*  }*/

/*  body {*/
/*    min-height: -webkit-fill-available;*/
/*  }*/

/*  .hero {*/
/*    height: auto !important;*/
/*    min-height: 100vh;*/
/*    min-height: -webkit-fill-available;*/
/*  }*/

  /* 3️⃣ Hero video fix (no fixed positioning) */
/*  .hero video {*/
/*    position: absolute !important;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    -webkit-object-fit: cover;*/
/*    object-fit: cover;*/
/*  }*/

  /* 4️⃣ Fixed + transform bug (text_change heading) */
/*  .text_change h1 {*/
/*    position: sticky !important;*/
/*    top: 40%;*/
/*  }*/

  /* 5️⃣ Backdrop filter support */
/*  .navbar {*/
/*    -webkit-backdrop-filter: blur(6px);*/
/*    backdrop-filter: blur(6px);*/
/*  }*/

  /* 6️⃣ Explicit heights for object-fit */
/*  .ps-card img,*/
/*  .award-media img,*/
/*  .enquiry-image img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    -webkit-object-fit: cover;*/
/*    object-fit: cover;*/
/*  }*/

  /* 7️⃣ Disable heavy hover 3D effects (performance) */
/*  .testimonial-card:hover {*/
/*    transform: none !important;*/
/*  }*/

  /* 8️⃣ Scrolling text causes jitter in Safari */
/*  .scrolling-text {*/
/*    display: none !important;*/
/*  }*/

  /* 9️⃣ Flexbox alignment stability */
/*  .text_change,*/
/*  .enquiry-form-wrapper,*/
/*  .why-card,*/
/*  .award-track,*/
/*  .testimonial-row {*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: flex;*/

/*    -webkit-align-items: center;*/
/*    align-items: center;*/

/*    -webkit-justify-content: center;*/
/*    justify-content: center;*/
/*  }*/

  /* 🔟 Prevent horizontal scroll freeze */
/*  html, body {*/
/*    overflow-x: hidden !important;*/
/*    position: relative;*/
/*  }*/
/*}*/
