:root {
    --brand: #ed1d24;
    --brand-dark: #ce060d;
    --ink: #171228;
    --muted: #6f687d;
    --line: #eee7f4;
    --soft: #fff7ff;
    --white: #ffffff;
}

*{
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}
 
@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-variablefont_wdthwght-webfont.woff2') format('woff2'),
         url('fonts/roboto-variablefont_wdthwght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
  margin: 0;
  font-family: robotoregular;
  color: var(--ink);
  background: var(--white);
  letter-spacing: 0;
}

body.modal-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}
.navbar-toggler-icon{filter: invert(1);}
.cta-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.cta-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cta-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
}

.cta-modal__dialog {
  position: relative;
  width: min(100%, 500px);
  overflow: auto;
  padding: 2rem;
  border-radius: 8px;
  /*background: #ffffff;*/
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
  /* transform: translateY(18px) scale(0.98); */
  transition: transform 220ms ease;
}

.cta-modal.is-open .cta-modal__dialog {
  /* transform: translateY(0) scale(1); */
}

.cta-modal__close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  border: 0;
  padding: 0.4rem;
  color: #3c352a;
  background: transparent;
  font-size: 1.4rem;
  line-height: 1;
}

.cta-modal__content {
  max-width: 748px;
}

.cta-modal__title {
  margin: 0 0 2rem;
  color: #121212;
  font-size: 26px;
  /* font-family: Georgia, "Times New Roman", serif; */
  /* font-size: clamp(2rem, 4vw, 3.2rem); */
  /* font-weight: 400; */
  /* line-height: 1; */
}

.cta-modal__form {
  display: grid;
  gap: 1rem;
}

.cta-modal__field label {
  display: block;
  margin-bottom: 0.5rem;
  color: #203867; 
  font-size: .9rem;
}

.cta-modal__field label span {
  color: #ff564f;
}

.cta-modal__field input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgb(32 56 103 / 46%); 
  background: transparent; 
  font-size:1rem;
}

.cta-modal__field input::placeholder {
  color: #4f5668;
  opacity: 1;
}

.cta-modal__field input:focus {
  outline: none;
  border-bottom-color: #203867;
}

.cta-modal__consent {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #203867;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.8rem;
  line-height: 1.45;
}

.cta-modal__consent input {
  width: 10px;
  height: 10px; 
}
 

.site-nav {
  background: rgb(0 0 0 / 93%);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(44, 25, 68, 0.08);
  padding: 8px 40px;
}

.brand-mark {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #8e2de2, #f20ba9);
  font-size: 1.65rem;
}

.brand-text strong {
  display: block;
  color: var(--brand);
  font-size: 1.35rem;
  line-height: 1.05;
}
.brand-text img {width:255px;}
.brand-text small {
  color: var(--muted);
  font-size: 0.82rem;
}

.navbar-nav {
  gap: 1rem;
}

.nav-link {
  color: #ffffff;
  padding-inline: 0.8rem !important;
  padding-left:  0 !important;
  padding-right: 0 !important;
  font-family: 'Good Times Rg', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  border-bottom: 1px solid transparent;
}

.nav-link:hover,
.nav-link.active {
  border-bottom:1px solid  var(--brand);
  color: #e5372b !important;
}

.btn-brand {
    border: 0;
    border-radius: 1rem;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #c50007, #000);
    box-shadow: 0 12px 28px rgba(192, 24, 215, 0.24);
    min-width: 212px;
} 


.cta-demo-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(135deg, rgba(229, 24, 38, 0.10), transparent 35%),
    #050505;
  background-size: 18px 18px, cover;
}

.cta-btn {
  position: relative;
  width: fit-content;
  min-height: 50px;
  padding-right:8px;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  transition: all 0.35s ease;
}

/* =========================
   BUTTON  
========================= */

.cta-split {
  background: linear-gradient(135deg, #b50913, #e51826 45%, #9b0710);
  border: 1px solid rgba(255,255,255,0.24);
  box-shadow:
    0 18px 45px rgba(229, 24, 38, 0.32),
    inset 0 1px 0 rgba(255,255,255,0.28);
  border-radius: 6px;
}

.cta-split::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,0.25) 45%,
    transparent 65%
  );
  transform: translateX(-120%);
  transition: transform 0.65s ease;
  z-index: 1;
}

.cta-icon-box {
  width: 95px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, #0b0b0b, #1a1a1a);
  border-right: 1px solid rgba(255,255,255,0.18);
  clip-path: polygon(0 0, 82% 0, 100% 100%, 0 100%);
  position: relative;
  z-index: 2;
  transition: all 0.35s ease;
}

.bull-icon {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,0.38);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 23px;
  background: radial-gradient(circle, rgba(255,255,255,0.12), transparent 65%);
  transition: all 0.35s ease;
}
.bull-icon img{width: 36px;}


.cta-text {
  flex: 1;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4px;
  position: relative;
  z-index: 2;
}

/* Hover Button 03 */
.cta-split:hover {
  transform: translateY(-3px);
  box-shadow:
    0 24px 65px rgba(229, 24, 38, 0.55),
    0 0 22px rgba(229, 24, 38, 0.45),
    inset 0 1px 0 rgba(255,255,255,0.35);
}

.cta-split:hover::before {
  transform: translateX(130%);
}

.cta-split:hover .cta-icon-box {
  background: linear-gradient(135deg, #151515, #000000);
}

.cta-split:hover .bull-icon {
  color: #e51826;
  border-color: #e51826;
  box-shadow: 0 0 18px rgba(229, 24, 38, 0.6);
}

 

/* Mobile */
@media (max-width: 480px) {
  .cta-btn {
    width: 100%;
    max-width: 290px;
    z-index: 9;
    margin: 0 auto;
  }

  .cta-text,
  .cta-sport-text {
    font-size: 18px;
  }

  .cta-icon-box {
    width: 95px;
  }

  .cta-arrow-box {
    width: 82px;
  }
}

 
/* Main card */
.tl-offer-card {
  width: 420px;
  padding: 26px;
  position: relative;
  color: #fff;
  background: transparent;
  border: none;
  border-radius: 26px;
  overflow: visible;
  isolation: isolate;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.55);
}

/* OUTER RED FRAME */
.tl-offer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, #950005 0%, #990005 45%, #8c0209 100%);
  clip-path: polygon(
    5% 0,
    100% 0,
    100% 87%,
    97.8% 91.5%,
    97.8% 100%,
    4% 100%,
    0 96%,
    0 4.5%
  );
  border-radius: 26px;
  box-shadow:
    0 0 18px rgba(229, 24, 38, 0.20),
    0 0 35px rgba(229, 24, 38, 0.08);
}

/* INNER BLACK CARD */
.tl-offer-card::after {
  content: "";
  position: absolute;
  inset: 1.5px;
  z-index: -1;
  border-radius: 25px;
  clip-path: polygon(
    5% 0,
    100% 0,
    100% 87%,
    97.8% 91.5%,
    97.8% 100%,
    4% 100%,
    0 96%,
    0 4.5%
  );
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(9,9,9,0.98), rgba(3,3,3,0.98)),
    #050505;
  background-size: 18px 18px, cover, cover;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.03),
    inset 0 -18px 30px rgba(229,24,38,0.04);
}

/* top pills */
.tl-top-tags {
  display: flex;
  gap: 14px;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}

.tl-tag {
  padding: 6px 8px;
  border: 1px solid rgba(229, 24, 38, 0.95);
  border-radius: 999px;
  /* color: #ff2b35; */
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.6px;
  background: rgba(0,0,0,0.55);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}

/* title */
.tl-brand-block {
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}

.tl-brand-img {
  max-width: 100%;
  display: block;
}

.tl-brand-title-small {
  font-size: 19px;
  letter-spacing: 4px;
  font-weight: 500;
  line-height: 1.1;
  font-family: 'Good Times Rg', sans-serif;
}

.tl-brand-title-big {
  font-size: 30px;
  line-height: 0.95;
  letter-spacing: 6px;
  font-weight: 800;
  margin-top: 6px;
  font-family: 'Good Times Rg', sans-serif;
}

/* location */
.tl-location {
  display: flex;
  align-items: center;
  /* gap: 2px; */
  color: #f2f2f2;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
}

.tl-location-icon {
  color: #e51826;
  font-size: 15px;
}

/* feature list */
.tl-feature-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
}

.tl-feature-item {
  height: 42px;
  border-radius: 0 14px 14px 0;
  background: linear-gradient(180deg, rgba(17,17,17,0.95), rgba(10,10,10,0.95));
  border: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  padding: 0px 18px 0 0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.tl-feature-item:hover {
  border-color: rgba(229,24,38,0.45);
  transform: translateX(2px);
  box-shadow: 0 0 20px rgba(229,24,38,0.10);
}

.tl-feature-line {
  width: 8px;
  height: 100%;
  background: linear-gradient(135deg, #c50007, #930505);
  display: inline-block;
  margin-right: 12px;
}

.tl-feature-text {
  flex: 1;
  font-size: 18px;
  font-weight: 500;
  color: #f4f4f4;
}

.tl-feature-dot {
  /* width: 16px; */
  /* height: 16px; */
  /* border: 3px solid #ff1e2d; */
  /* border-radius: 50%; */
  position: relative;
  flex-shrink: 0;
}

.tl-feature-dot::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: #ff1e2d;
  border-radius: 50%;
}

/* bottom cards */
.tl-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 8px;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.tl-info-card {
  /* min-height: 75px; */
  border-radius: 22px;
  padding: 18px 20px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(15,15,15,0.96), rgba(8,8,8,0.96));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
}

.tl-price-card {
  border-color: rgba(229, 24, 38, 0.35);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.02),
    0 0 25px rgba(229,24,38,0.06);
}

.tl-info-label {
  font-size: 15px;
  /* color: #ff1e2d; */
  font-weight: 700;
  letter-spacing: 0.7px;
  margin-bottom: 8px;
}

.tl-info-value {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  max-width: 185px;
}

.tl-price-value {
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  color: #e31826;
  margin-bottom: 8px;
}

.tl-price-sub {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

.tl-bull-watermark {
  position: absolute;
  right: 16px;
  bottom: 12px;
  width: 92px;
  height: 92px;
  opacity: 0.05;
  background: radial-gradient(circle at center, rgba(255,255,255,0.18), transparent 60%);
  border-radius: 50%;
}
 

/* responsive */
@media (max-width: 767px) { 
  .tl-offer-card {
    width: 100%;
    padding: 22px 18px 22px;
    box-shadow: inherit;
  }

  .tl-top-tags {
    flex-direction: column;
  }

  .tl-tag {
    min-width: auto;
    width: 100%;
  }

  .tl-brand-title-small {
    font-size: 19px;
    letter-spacing: 3px;
  }

  .tl-brand-title-big {
    font-size: 22px;
  }

  .tl-location {
    font-size: 16px;
  }

  .tl-feature-text {
    font-size: 16px;
  }

  .tl-info-grid {
    grid-template-columns: 1fr;
  }

  .tl-enquire-btn {
    width: 100%;
  }
}
/*left card end*/

#mainNav .btn-brand{
  background: linear-gradient(135deg, #c50007, #000);
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0.5rem 2rem;
  box-shadow: 0 12px 28px rgb(116 116 116 / 24%);
  min-width: auto;
  border: 1px solid #F44336;
}

.btn-brand:hover {
  color: #fff;
  transform: translateY(-1px);
}

.btn-outline-brand {
  border: 1px solid var(--brand);
  border-radius: 999px;
  color: var(--brand);
  font-weight: 800;
  padding: 0.72rem 1.45rem;
  background: #fff;
}

.hero-section {
  position: relative;
  min-height: 120vh;
  /* margin-top: 80px; */
  overflow: hidden;
}

.hero-slider {
  position: absolute;
  inset: 0;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.01);
  transition: opacity 320ms ease;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(90deg, rgba(15, 10, 20, 0.08), rgb(255 255 255 / 0%)); */
}

.hero-slider-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #8b22e6, #e80a9f);
  box-shadow: 0 14px 28px rgba(192, 24, 215, 0.24);
  transform: translateY(-50%);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hero-slider-btn:hover,
.hero-slider-btn:focus-visible {
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 18px 34px rgba(192, 24, 215, 0.32);
}

.hero-prev {
  left: 1.5rem;
}

.hero-next {
  right: 1.5rem;
}

.hero-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  z-index: 2;
  display: flex;
  gap: 0.65rem;
  transform: translateX(-50%);
}

.hero-slider-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(255, 255, 255, 0.55);
  transition: width 180ms ease, background 180ms ease;
}

.hero-slider-dot.active {
  width: 38px;
  background: linear-gradient(135deg, #770307, #ed1d24);
}

.hero-content {
  position: absolute;
  top: 90px;
  left: 40px;
  z-index: 1;
  min-height: calc(100vh - 96px);
  display: flex;
  align-items: center;
}

.hero-card {
  width: min(100%, 460px);
  padding: 1.5rem 1.4rem 1.25rem;
  background: #ffffff;
  border: 1px solid rgba(197, 158, 255, 0.35);
  border-radius: 28px;
  box-shadow: 0 22px 55px rgba(88, 26, 138, 0.12);
  color: #241f34;
}

.hero-card .hero-eyebrow { 
   display: inline-flex;  
}

.hero-card h1 {
    margin: 1rem 0 0.35rem;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: bolder;
    color: #222;
    letter-spacing: 3px;
    /* font-family: sans-serif; */
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    /* letter-spacing: 1.5px; */
    /* color: #FFFFFF; */
    /* -webkit-text-stroke: 1.2px #ed1d24; */
    font-family: 'Good Times Rg', sans-serif;
}

.hero-location {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: #5f4d7a;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.hero-location i {
  color: #ed1d24;
  font-size: 1rem;
}

.hero-highlights {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.eyebrow {
    display: none;
    font-size: 0.75rem;
    text-transform: uppercase;
    line-height: normal;
    color: var(--brand);
    background: rgb(250, 231, 246);
    border-radius: 999px;
    padding: 0.5rem 1rem;
}

.offertxt  {
    margin-left: 14px;
    animation: tada 1.5s both infinite;
    background: linear-gradient(135deg, #770307, #ed1d24);
    color: #fff;
}

@keyframes tada {
    0% { transform: scale(1) }
    10%, 20% { transform: scale(0.9) rotate(-3deg) }
    30%, 50%, 70%, 90% { transform: scale(1.1) rotate(3deg) }
    40%, 60%, 80% { transform: scale(1.1) rotate(-3deg) }
    100% { transform: scale(1) rotate(0) }
}


/* ================================
   LUXURY CTA MODAL - BLACK / RED
================================ */
.cta-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.35s ease;
}

.cta-modal.is-open,
.cta-modal.active,
.cta-modal[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cta-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(229, 24, 38, 0.10), transparent 38%),
    rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(7px);
}

/* Main Dialog */
.cta-modal__dialog {
  width: 100%;
  max-width: 520px;
  position: relative;
  color: #fff;
  isolation: isolate;
  transform: translateY(20px) scale(0.96);
  transition: all 0.35s ease;
}

.cta-modal.is-open .cta-modal__dialog,
.cta-modal.active .cta-modal__dialog,
.cta-modal[aria-hidden="false"] .cta-modal__dialog {
  transform: translateY(0) scale(1);
}

/* Outer Red Frame */
.cta-modal__dialog::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, #ff1e2d 0%, #c70713 48%, #780006 100%);
  clip-path: polygon(
    5% 0,
    100% 0,
    100% 90%,
    97.5% 94.5%,
    97.5% 100%,
    4% 100%,
    0 96%,
    0 4%
  );
  border-radius: 22px;
  box-shadow:
    0 0 18px rgba(229, 24, 38, 0.22),
    0 20px 55px rgba(0, 0, 0, 0.75);
}

/* Inner Black Panel */
.cta-modal__dialog::after {
  content: "";
  position: absolute;
  inset: 1.5px;
  z-index: -1;
  border-radius: 21px;
  clip-path: polygon(
    5% 0,
    100% 0,
    100% 90%,
    97.5% 94.5%,
    97.5% 100%,
    4% 100%,
    0 96%,
    0 4%
  );
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(145deg, rgba(12,12,12,0.99), rgba(3,3,3,0.99)),
    #050505;
  background-size: 18px 18px, cover, cover;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.04),
    inset 0 -18px 34px rgba(229,24,38,0.04);
}

/* Content */
.cta-modal__content {
  position: relative;
  z-index: 2;
  /* padding: 28px 32px 30px; */
  overflow: hidden;
}

/* Red Diagonal Accent */
.cta-modal__content::after {
  content: "";
  position: absolute;
  top: 60px;
  right: -18px;
  width: 45px;
  height: 68%;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(229, 24, 38, 0.75),
    transparent
  );
  transform: skewX(-20deg);
  opacity: 0.35;
  pointer-events: none;
}

/* Close Button */
.cta-modal__close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 36px;
  height: 36px;
  z-index: 5;
  border: 1px solid rgba(229, 24, 38, 0.45);
  border-radius: 50%;
  background: rgba(10, 10, 10, 0.94);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-modal__close i {
  font-size: 16px;
  line-height: 1;
}

.cta-modal__close:hover {
  color: #ff1e2d;
  border-color: #ff1e2d;
  box-shadow: 0 0 18px rgba(229,24,38,0.28);
  transform: rotate(90deg);
}

/* Top Tags */
.cta-modal__tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
  padding-right: 48px;
  position: relative;
  z-index: 2;
}

.cta-modal__tag-row span {
  height: 30px;
  padding: 0 13px;
  border: 1px solid rgba(229, 24, 38, 0.9);
  border-radius: 999px;
  color: #ff2b35;
  background: rgba(0, 0, 0, 0.54);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Title */
.cta-modal__title {
  margin: 0 0 6px;
  color: #fff;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: 0.3px;
  position: relative;
  z-index: 2;
}

.cta-modal__title::after {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  margin-top: 10px;
  background: linear-gradient(90deg, #e51826, transparent);
}

.cta-modal__subtitle {
  margin: 0 0 20px;
  max-width: 420px;
  color: #b8b8b8;
  font-size: 13px;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}

/* Form */
.cta-modal__form {
  position: relative;
  z-index: 2;
}

/* Field */
.cta-modal__field {
  /* margin-bottom: 6px; */
}

.cta-modal__field label {
  display: block;
  margin-bottom: 7px;
  color: #f2f2f2;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.cta-modal__field label span {
  color: #ff1e2d;
}

/* Input Wrapper */
.cta-modal__input-wrap {
  /* height: 50px; */
  position: relative;
  border-radius: 11px;
  background: linear-gradient(180deg, rgba(18,18,18,0.98), rgba(7,7,7,0.98));
  border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.cta-modal__input-wrap::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #ff1e2d, #9b050d);
}

.cta-modal__input-wrap::after {
  content: "";
  position: absolute;
  left: 5px;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(229,24,38,0.65), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cta-modal__input-wrap:hover,
.cta-modal__input-wrap:focus-within {
  border-color: rgba(229,24,38,0.48);
  box-shadow:
    0 0 18px rgba(229,24,38,0.12),
    inset 0 0 0 1px rgba(255,255,255,0.02);
}

.cta-modal__input-wrap:focus-within::after {
  opacity: 1;
}

/* Inputs */
.cta-modal__input-wrap input,
.cta-modal__field > input {
  width: 100%;
  /* height: 50px; */
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
  padding: 8px  22px;
  font-size: 14px;
  font-family: inherit;
  font-weight: 500;
}

.cta-modal__input-wrap input::placeholder,
.cta-modal__field > input::placeholder {
  color: #858585;
}

/* Direct input fallback */
.cta-modal__field > input {
  border-radius: 11px;
  background: linear-gradient(180deg, rgba(18,18,18,0.98), rgba(7,7,7,0.98));
  border: 1px solid rgba(255,255,255,0.08);
}

/* Consent */
.cta-modal__consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 18px 0 20px;
  color: #d5d5d5;
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
}

.cta-modal__consent input {
  margin-top: 3px;
  width: 13px;
  height: 13px;
  accent-color: #e51826;
  flex: 0 0 auto;
}

.cta-modal__consent span {
  color: #d5d5d5;
  font-size: 10px;
}

/* Submit Button */
.cta-modal__submit,
.btn-brand.cta-modal__submit {
  width: 100%;
  height: 54px;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 9px;
  overflow: hidden;
  background: linear-gradient(135deg, #b50913, #e51826 45%, #1b0002 100%);
  color: #fff;
  display: flex;
align-items: center;
justify-content: center; 
  cursor: pointer;
  box-shadow:
    0 14px 26px rgba(229,24,38,0.24),
    inset 0 1px 0 rgba(255,255,255,0.16);
  transition: all 0.35s ease;
  font-family: inherit;
}

.cta-modal__submit:hover,
.btn-brand.cta-modal__submit:hover {
  transform: translateY(-2px);
  box-shadow:
    0 18px 34px rgba(229,24,38,0.34),
    0 0 22px rgba(229,24,38,0.20);
}

.cta-modal__submit-icon {
  width: 72px;
  height: 100%;
  background: linear-gradient(180deg, #151515, #070707);
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 78% 0, 100% 100%, 0 100%);
  border-right: 1px solid rgba(255,255,255,0.08);
  transition: all 0.35s ease;
}

.cta-modal__submit-icon i {
  color: #fff;
  font-size: 18px;
}

.cta-modal__submit span:last-child {
  flex: 1;
  text-align: center;
  padding-right: 55px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.7px;
}

.cta-modal__submit:hover .cta-modal__submit-icon {
  background: linear-gradient(180deg, #050505, #151515);
  box-shadow: 8px 0 22px rgba(0,0,0,0.35);
}

/* Remove default Bootstrap button styling conflict */
.btn-brand.cta-modal__submit:focus,
.btn-brand.cta-modal__submit:active {
  outline: none;
  box-shadow:
    0 14px 26px rgba(229,24,38,0.24),
    inset 0 1px 0 rgba(255,255,255,0.16);
}

/* ================================
   MOBILE RESPONSIVE
================================ */

@media (max-width: 767px) {
  .cta-modal {
    padding: 14px;
  }

  .cta-modal__dialog {
    max-width: 100%;
  }

  .cta-modal__content {
    /* padding: 26px 20px 24px; */
  }

  .cta-modal__dialog::before {
    border-radius: 20px;
    clip-path: polygon(
      6% 0,
      100% 0,
      100% 92%,
      96% 97%,
      96% 100%,
      5% 100%,
      0 96%,
      0 5%
    );
  }

  .cta-modal__dialog::after {
    border-radius: 19px;
    clip-path: polygon(
      6% 0,
      100% 0,
      100% 92%,
      96% 97%,
      96% 100%,
      5% 100%,
      0 96%,
      0 5%
    );
  }

  .cta-modal__close {
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
  }

  .cta-modal__close i {
    font-size: 15px;
  }

  .cta-modal__tag-row {
    padding-right: 42px;
    gap: 7px;
    margin-bottom: 12px;
  }

  .cta-modal__tag-row span {
    height: 28px;
    padding: 0 11px;
    font-size: 9px;
  }

  .cta-modal__title {
    font-size: 27px;
  }

  .cta-modal__subtitle {
    font-size: 12px;
    margin-bottom: 18px;
  }

  .cta-modal__field {
    /* margin-bottom: 12px; */
  }

  .cta-modal__field label {
    font-size: 12px;
  }

  .cta-modal__input-wrap {
    /* height: 30px; */
    border-radius: 10px;
  }

  .cta-modal__input-wrap input,
  .cta-modal__field > input {
    /* height: 28px; */
    font-size: 13px;
  }

  .cta-modal__consent {
    font-size: 11px;
    margin: 0;
  }

  .cta-modal__submit,
  .btn-brand.cta-modal__submit {
    height: 40px;
  }

  .cta-modal__submit-icon {
    width: 66px;
  }

  .cta-modal__submit span:last-child {
    padding-right: 48px;
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .cta-modal__content {
    /* padding: 24px 18px 22px; */
  }

  .cta-modal__tag-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-modal__tag-row span {
    width: fit-content;
  }

  .cta-modal__title {
    font-size: 25px;
  }

  .cta-modal__subtitle {
    max-width: 100%;
  }
}


/*/*/



.highlight-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  border: 1px solid #77030796;
  border-radius: 0px 10px 10px 0px;
  background: #ffffff;
  /* color: #382558; */
  font-size: 1rem;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28);
  border-left: 0.3rem solid #ed1d24;
  font-weight: 500;
}

.highlight-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #770307, #ed1d24);
  box-shadow: 0 0 10px rgba(192, 24, 215, 0.22);
}

.hero-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.hero-card-panel {
  display: grid;
  padding: 0.5rem 1rem;
  background: #faf6ff;
  border: 1px solid rgba(220, 197, 255, 0.65);
  border-radius: 20px;
  color: #2e203f;
}

.hero-card-panel span {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ed1d24;
}

.hero-card-panel-accent strong .rate {
  color: #ed1d24;
  font-size: 2rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
}

.hero-card-panel strong {
  font-size: 1.1rem;
  line-height:  normal;
  font-weight: 500;
}

.hero-card-panel-accent {
  background: #ffffff;
  border-color: #d1b3ff;
  background-color: #050505;
  background-image:
    radial-gradient(circle at center, rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(135deg, rgba(229,24,38,0.08), transparent 35%);
  background-size: 18px 18px, cover;
}

.hero-card-panel-accent strong {
  color: #ed1d24; 
}

.hero-actions-hero {
  display: flex;
  justify-content: center;
}

.hero-actions-hero .btn-brand,
.hero-actions-hero .btn-hero {
  min-width: auto;
  font-size: 0.95rem;
  min-height: 48px;
  padding: 0.7rem 1.1rem;
}

.btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 16px;
  font-weight: 700;
}

.btn-hero-primary {
  background: linear-gradient(135deg, #770307, #ed1d24);
  border: 1px solid transparent;
  color: #fff;
  box-shadow: 0 16px 35px rgba(158, 54, 233, 0.16);
}

.btn-hero-primary:hover,
.btn-hero-primary:focus {
  color: #fff;
  background: linear-gradient(135deg, #ec3339, #db1a20);
}

.btn-hero-secondary {
  background: #fff;
  border: 1px solid rgba(142, 46, 232, 0.22);
  color: #ed1d24;
}

.btn-hero-secondary:hover,
.btn-hero-secondary:focus {
  background: #f8f2ff;
  color: #6f2cff;
}

.hero-footer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  border-top: 1px solid #333;
  padding-top: 15px;
  border-image-source: linear-gradient(to right, #ffffff, #cacaca, #979797, #676767, #7e7e7e, #7e7e7e, #7e7e7e, #7e7e7e, #676767, #979797, #cacaca, #ffffff);
  border-image-slice: 1;
}

.hero-footer-item {
  display: flex;
  align-items: center;
  gap: 0.5rem; 
  font-size: 12px;
}

.hero-footer-item i {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f3e8ff;
  color: #ed1d24;
  font-size: 12px;
}

@media (max-width: 767px) {
  .hero-content {
    left: 20px;
    right: 20px;
    top: 90px;
  }

  .hero-card-grid,
  .hero-actions-hero {
    grid-template-columns: 1fr;
  }
}

.hero-points,
.offer-chips {
  display: none;
}

.intro-section {
  padding: 4rem 0 6rem;
  background: #fff9f9;
}

.intro-row {
  --bs-gutter-x: 4rem;
  --bs-gutter-y: 3rem;
}

 
.section-title h2 span {
  margin-left: 0.12em;
}

.section-title h2{ 
    font-family: 'Good Times Rg', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 1.8rem;
}
.section-title p {
    margin: 0;
    color: #55505d;
    font-size: 1.04rem;
    line-height: 1.55;
}

.bg_img{
    position:relative;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: hidden;
}

.bg_img:before{
    content: "";
    position: absolute;
    width: 600px;
    height: 4px;
    background: linear-gradient(90deg, #E51826, transparent);
    transform: rotate(-18deg);
    top: 80px;
    
}

.bg_img:after{
    content: "";
    position: absolute;
    width: 400px;
    height: 4px;
    background: linear-gradient(90deg, #E51826, transparent);
    transform: rotate(198deg);
    bottom: 52px;
    right: 40px;
}

.bg_img .section-title h2{color:#fff;}
.bg_img .section-title p{color:#b5b5b5;}


#overview{ background-image: url(images/bg/bg5.webp);background-attachment: inherit;}
#highlights{ background-image: url(images/bg/bg2.webp); }
#callback{ background-image: url(images/bg/bg6.webp);background-attachment: inherit; }
#amenities, #connectivity{ background-image: url(images/bg/bg1.webp); }


#callback.bg_img:before{display:none;}
#overview.bg_img:before{display:none;}
 
#pricing {
  padding: 4rem 0 6rem;
  background: #fff9f9;
}
 
 
#pricing .row {
  --bs-gutter-x: 1.8rem;
  --bs-gutter-y: 1.8rem;
}

.section-title {
  max-width: 760px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

#highlights {
  padding: 4rem 0 6rem;
}

 
 
.callback-img { 
  min-height: 330px;
  object-fit: cover;
  border-radius: 8px;
}

.intro-section .feature-img {
  height: 442px;
  min-height: 442px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 24px 56px rgba(35, 24, 48, 0.16);
}

.intro-section h2 { 
  font-size: 1.8rem; 
  font-family: 'Oswald', sans-serif; 
  font-family: 'Good Times Rg', sans-serif; 
  font-family: 'Good Times Rg', sans-serif;
  text-transform: uppercase;
  font-family: 'Good Times Rg', sans-serif;
  letter-spacing: 2.5px;
}

.intro-section h2 span {
  margin-left: 0.18em;
}

.intro-section p {
  color: #3f3949;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1rem;
}

.pill-row span {
      border: 2px solid #e9d4ff;
    border-radius: 999px;
    padding: 0.5rem 1rem; 
    font-weight: 600;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 8px 18px rgba(105, 38, 126, 0.05);
    font-size: 13px;
}

.info-card,
.price-card,
.plan-card,
.builder-card {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.6rem;
  background: #fff;
  box-shadow: 0 14px 36px rgba(43, 26, 56, 0.05);
}

#highlights .row {
  --bs-gutter-x: 1.75rem;
  --bs-gutter-y: 1.75rem;
}

#highlights .info-card { 
  padding: 1.5rem 1.5rem;
  border: 1px solid #ebe5ee;
  border-radius: 32px;
  box-shadow: 0 10px 30px rgba(36, 25, 46, 0.035);
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

#highlights .info-card:hover, #highlights .info-card:hover img {
    transform: translateY(-8px);
    box-shadow: rgba(137, 34, 230, 0.13) 0px 22px 48px;
    border-color: rgb(227, 180, 239);
}

#highlights .info-card h3 {
  margin: 1.3rem 0 1rem;
  color: #171320;
  font-size: 1rem; 
  font-weight: 600;
  margin-bottom: 0;
}

#highlights .info-card p { 
  margin: 0;
  color: #4d4855; 
  display: none;
}

.info-card img {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #770307, #ed1d24);
  border-radius: 8px;
  margin-bottom: 1rem;
}

#highlights .info-card img {
  width: 64px;
  height: 64px;
  border-radius: 1rem;
  margin-bottom: 0; 
  padding:0.8rem;
  margin: auto;
 transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
} 

/* 1. Define the angle property so CSS can animate it */
@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

.price-card {
  position: relative;
  /*min-height: 364px;*/
  padding: 2.1rem;
  border-radius: 16px;
  background: white; /* Card background */
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}

.price-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: conic-gradient(from var(--angle), #FFEB3B, #d30169, #d40674, #d50e7f, #d4178a, #e52481, #f33479, #ff4570, #FFC107, #ffa23a, #fcd039, #dcfb5f, #d1015e);
  animation: priceCardBorder 3s linear infinite;   
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

@keyframes priceCardBorder {
  to {
    --angle: 360deg;
  }
}

.price-top {
  /* min-height: 118px; */
  padding: 1rem 1.6rem;
  margin-bottom: 1.85rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff7ff, #fcf0fb);
}

.price-card h3 {
  margin-bottom: 0.6rem;
  color: var(--brand);
  font-size: clamp(2rem, 3vw, 2.5rem);
  line-height: 1;
  font-weight: 600;
}

.price-card p {
  margin: 0;
  color: #2b2633;
  font-weight: 600;
  line-height: 1.35;
  padding: 0;
}

  

.price-card strong {
  display: block;
  margin: 0;
  color: var(--brand);
  font-size: 28PX;
  line-height: 1;
  font-weight: 600;
}

.price-card small {
  display: block;
  margin: 0.55rem 0 1rem;
  color: #686170;
}
 
.pricing-note {
  margin: 1.3rem 0 0;
  text-align: center;
  color: #7e7e7e;
  font-size: 0.8rem;
} 

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
}

.amenity-grid div {
  /* min-height: 148px; */
  border: 1px solid #ebe5ee;
  border-radius: 16px;
  background: #fff;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 1.15rem;
  padding: 1.3rem;
  text-align: center;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(36, 25, 46, 0.035);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.amenity-grid div:hover,
.amenity-grid div:focus-within {
  transform: translateY(-8px);
  border-color: #e3b4ef;
  box-shadow: 0 22px 48px rgba(137, 34, 230, 0.13);
}

.amenity-grid img {
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 1rem;
    margin: auto;
    padding:0.7rem;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, #770307, #ed1d24);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.amenity-grid div:hover img,
.amenity-grid div:focus-within img {
  transform: scale(1.08);
  box-shadow: 0 14px 28px rgba(192, 24, 215, 0.22);
}

.amenity-grid span {
  color: #171320;
  font-size: 1rem;
  font-weight: 600;
}

#amenities {
  padding: 4rem 0 6rem;
}
 

#gallery {
  padding: 4rem 0 6rem;
  background: #fff9f9;
}

#gallery .section-title p {
  margin: 0;
  color: #55505d;
  font-size: 1.04rem;
}

.project-gallery {
  position: relative;
  max-width: 1080px;
  min-height: 420px;
  margin: 0 auto;
  display: grid;
  align-items: center;
}

.gallery-stage {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-main,
.gallery-preview {
  overflow: hidden;
  background: #f6f0f6;
}

.gallery-main {
  position: relative;
  z-index: 2;
  width: min(100%, 500px);
  height: 320px;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(35, 24, 48, 0.14);
}

.gallery-main::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.48));
}

.gallery-main img,
.gallery-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 220ms ease, transform 360ms ease;
}

.gallery-main span {
    display:none;
  position: absolute;
  left: 50%;
  bottom: 1.45rem;
  z-index: 2;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  transform: translatex(-50%);
  filter: drop-shadow(2px 6px 4px black);
}

.gallery-preview {
  position: absolute;
  z-index: 1;
  width: 200px;
  height: 150px;
  border-radius: 15px;
  opacity: 0.72;
  box-shadow: 0 16px 38px rgba(35, 24, 48, 0.1);
}

.gallery-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.24);
}

.gallery-left {
  left: 7.5%;
}

.gallery-right {
  right: 7.5%;
}

.gallery-btn {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #c50007, #000);
  box-shadow: 0 14px 30px rgba(192, 24, 215, 0.22);
  transform: translateY(-50%);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gallery-btn:hover,
.gallery-btn:focus-visible {
  transform: translateY(-50%) scale(1.06);
  box-shadow: 0 18px 38px rgba(192, 24, 215, 0.3);
}

.gallery-btn i {
  font-size: 1.4rem;
  line-height: 44px;
}

.gallery-prev {
  left: 0;
}

.gallery-next {
  right: 0;
}

.gallery-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem; 
}

.gallery-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: #d8d5df;
  transition: width 180ms ease, background 180ms ease;
}

.gallery-dot.active {
  width: 42px;
  background: linear-gradient(135deg, #770307, #ed1d24);
}

#connectivity {
  padding: 4rem 0 6rem;
}
 

.connectivity-row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 2rem;
}

.map-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 535px;
  border-radius: 18px;
  background: #fff3ff;
  text-align: center;
  box-shadow: 0 22px 56px rgba(35, 24, 48, 0.11);
}

.map-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.85) contrast(0.95);
}

.map-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 243, 255, 0.62);
  pointer-events: none;
}

.map-overlay {
  position: absolute;
  inset: auto 6rem 1rem;
  z-index: 1;
  display: grid;
  place-items: center;
  gap: 0.05rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 36px rgba(35, 24, 48, 0.12);
}

.map-overlay > i {
  color: #e4372b;
  font-size: 3rem;
  line-height: 1;
}

.map-overlay h3 {
  margin: 0.65rem 0 0.25rem;
  font-size: 1rem;
}

.map-overlay p {
  margin: 0 0 1rem;
  color: #55505d;
  font-size: small;
} 
.connectivity-list {
  display: grid;
  gap: 1.35rem;
}

.connectivity-list .accordion-item {
  overflow: hidden;
  border: 1px solid #ebe5ee;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(36, 25, 46, 0.035);
}

.connectivity-list .accordion-button {
  min-height: 96px;
  padding: 0 1.5rem;
  color: var(--ink);
  background: #fff;
  box-shadow: none;
  font-weight: 600;
}

.connectivity-list .accordion-button::after {
  width: 0.9rem;
  height: 0.9rem;
  background-size: 0.9rem;
  filter: invert(23%) sepia(88%) saturate(2577%) hue-rotate(274deg) brightness(86%) contrast(92%);
}

.connectivity-list .accordion-button span {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
}

.connectivity-list .accordion-button i {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  background: linear-gradient(135deg, #c50007, #000);
  border-radius: 12px;
  font-size: 1.7rem;
}

.connectivity-list .accordion-button:not(.collapsed) {
  color: var(--ink);
  background: #fff;
}

.connectivity-list .accordion-body {
  padding: 0 1.65rem 1.55rem;
}

.connectivity-list .accordion-body div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid #f1edf4;
  color: #575757;
}

.connectivity-list .accordion-body div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.connectivity-list .accordion-body strong {
  color: var(--brand);
  white-space: nowrap;
}

.callback-section {
  padding: 4rem 0 6rem;
}

.callback-section .container  {
   max-width: 1080px; 
}

.callback-row {
  --bs-gutter-x: 4.2rem;
  --bs-gutter-y: 3rem;
}

.callback-section h2 {
  margin: 1.35rem 0 1.25rem; 
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0;
  color:#fff;
}

.callback-section h2 span {
  margin-left: 0.16em;
}

.callback-section > .container > .row > div:first-child > p { 
  margin-bottom: 2.15rem;
  color: #4d4855; 
}

.lead-form {
  max-width: 635px;
  margin-top: 0;
  padding: 2.15rem;
  border-radius: 18px;
  background: #fbf4fc;
  border: 1px solid #f4def8;
}

.lead-form label {
  display: block;
  margin-bottom: 0.5rem;
  color: #2c2635; 
  font-size: 14px;
}

.input-icon {
  position: relative;
}

.input-icon i {
  position: absolute;
  left: 1.2rem;
  top: 50%;
  color: #9a94a2;
  font-size: 1.15rem;
  transform: translateY(-50%);
  z-index: 1;
}

.form-control,
.form-select {
  min-height: 50px;
  border: 2px solid #f1e6f3;
  border-radius: 1rem;
  background: #fff;
}

.input-icon .form-control {
  padding-left: 3.25rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 0.2rem rgba(192, 24, 215, 0.12);
}

.form-control::placeholder {
  color: #9a94a2; /* Use any hex, RGB, or named color */
  opacity: 1;    /* Required for Firefox to show the full color */
}
 
.lead-form > small {
  display: block;
  margin-top: 1.4rem;
  color: #5f5968;
  text-align: center;
  font-size: 0.8rem;
}

.callback-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  margin-top: 0.6rem;
  justify-content: flex-start;
}

.callback-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #b5a9a8;
  font-size: small;
}

.callback-trust i {
  color: #F44336;
}

.callback-section .callback-img {
  height: 600px;
  min-height: 600px;
  border-radius: 18px;
  object-fit: cover; 
}
 

.feature-card {
        max-width: 500px;
        margin: auto;
        background: #fff;
        border-radius: 20px; /* Large rounded corners */
        border: none;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        overflow: hidden;
    }

    .list-group-item {
        padding: 12px 25px; /* Spacing inside items */
        font-size: 16px;
        color: #100f0f; /* Muted gray text color */
        border-color: #f1f1f1 !important; /* Very light separators */
    }

    /* Remove border from the last item */
    .list-group-item:last-child {
        border-bottom: none;
    }

    /* Text hover effect (optional) */
    .list-group-item:hover {
        background-color: #fafafa;
        color: #222;
    }


#builder {
  padding: 4rem 0 6rem;
  background: #fff;
}
 
#builder .section-title {
  margin-bottom: 2.7rem;
}


.builder-card {
  max-width: 910px; 
  margin: 0 auto;
  text-align: left; 
  border-radius: 20px;
  border: 1px solid #ebe5ee;
  box-shadow: 0 18px 55px rgba(36, 25, 46, 0.08);
}

.builder-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.builder-head i {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #fff;
  background: linear-gradient(135deg, #c50007, #000);
  border-radius: 14px;
  font-size: 1.8rem;
}

.builder-head h3 {
  margin: 0 0 0.25rem; 
}

.builder-head span {
  color: #4d4855;
  font-size: 14px;
}

.builder-card p { 
  color: #3f3949; 
}
 
.site-footer {
    padding: 4.5rem 0 1.5rem;
    background-image: url(images/bg/bg3.webp);
    color: #fff;
}

.site-footer h3 {
  font-size: 1rem;
}

.site-footer p,
.site-footer a {
  color: rgb(255 255 255 / 88%);
}
 

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  font-size: 0.8rem;
}
.content {
    font-size: 0.5rem;
    display: inline-block;
    color: #ddd;
}
/*whatsapp/call*/ 
.footer-enquiryBtn {position:fixed;bottom:0px;left:0px;right:0px;display:flex;justify-content:space-between;z-index:999;text-align:center;padding:4px 2px;width:100%;background: transparent;border-radius:0;}
.footer-enquiryBtn a {font-size: 14px;text-align:center;display:block;width: calc(50% - 10px);padding: 3px 5px;margin:0 2px;border-radius:4px; border-left:0;color:#fff !important;text-decoration:none;background: linear-gradient(135deg, #770307, #ed1d24);}
.footer-enquiryBtn a.whatsCall {background:linear-gradient(45deg, #0db634, #015c16); border:0; border-radius:10px;}
.footer-enquiryBtn  .icon_sz{font-size: 18px;}



@media (max-width: 1199px) {
  .nav-link {
    font-size: 0.88rem;
    padding-inline: 0.5rem !important;
  }
}

@media (max-width: 991px) {
  .site-nav {padding: 8px 0;}

  .navbar-collapse {
    margin-top: 1rem;
    em; */
    /* padding: 1rem; */
    /* border-radius: 8px; */
    /* background: #fff; */
    box-shadow: 0 18px 45px rgba(35, 20, 50, 0.1);
  }

  .hero-section {
    /* min-height: auto; */
    /* padding-top: 92px; */
  }

  .hero-content {
    min-height: calc(100vh - 92px);
    padding: 3rem 0;
  }

  .hero-card {
    margin-left: 0;
  }

  .hero-slider-btn {
    width: 48px;
    height: 48px;
  }

  .amenity-grid {
    grid-template-columns: repeat(2, 1fr);
    gap:1rem;
  }

  .intro-section {
    padding: 5rem 0;
  }

  .intro-section .feature-img {
    height: 360px;
    min-height: 360px;
  }

  #highlights {
    padding: 5rem 0;
  }

  #highlights .info-card {
    min-height: 230px;
  }

  #pricing {
    padding: 5rem 0;
  }

  .price-card {
    /* min-height: 340px; */
  }

  #amenities {
    padding: 5rem 0;
  }

  #gallery {
    padding: 5rem 0;
  }

  .project-gallery {
    min-height: 390px;
  }

  .gallery-main {
    width: min(100%, 600px);
    height: 330px;
  }

  .gallery-preview {
    width: 210px;
    height: 138px;
  }

  .gallery-left {
    left: 0;
  }

  .gallery-right {
    right: 0;
  }

  #connectivity {
    padding: 5rem 0;
  }

  .map-card {
    min-height: 380px;
  }

  .callback-section {
    padding: 5rem 0;
  }

  .callback-section .callback-img {
    height: 460px;
    min-height: 460px;
  }

  .cta-modal__dialog {
    width: min(100%, 760px);
    padding: 2.5rem 2rem 2.2rem;
  }

  #builder {
    padding: 5rem 0;
  }
  
  .footer-enquiryBtn {
    display: flex !important;
   }
}

@media (max-width: 575px) {
        body {font-size:14px;padding: 0;}
        .intro-section h2, .section-title h2{
            font-size: 1rem;
        font-weight: bold;
        line-height: 1.5rem;
        text-align: center;
        }
        .eyebrow{ font-size: 0.65rem;}
        .brand-mark 
        {
        width: 44px;
        height: 44px;
        font-size: 1.35rem;
        border-radius: 10px;
        }
        .brand-text img {width: 220px;}
        .brand-text strong {
        font-size: 1.05rem;
        }

      .hero-section { 
        min-height: 70vh;
      }
    
      .hero-content {
        min-height: auto;
        align-items: center; 
        position: inherit;
        padding: 20px;
      }
    
      .hero-card {
        padding: 1rem;
        border-radius: 20px;
        margin: 10px;
      }
    
      .hero-slider-btn {
        width: 42px;
        height: 42px;
      }
    
      .hero-prev {
        left: 0.75rem;
      }
    
      .hero-next {
        right: 0.75rem;
      }
    
      .hero-slider-dots {
        bottom: 0.8rem;
      }
    
      .hero-stats,
      .hero-actions
      {
        grid-template-columns: 1fr;
      }
    
      .cta-modal {
        padding: 1rem;
      }
    
      .cta-modal__dialog {
        max-height: calc(100vh - 2rem);
        padding: 1.4rem 1.2rem 1.6rem;
      }
      .btn-brand{width: 45%;margin-bottom: 10px;}
    
      .cta-modal__title { 
        font-size:20px; 
      }
    
      .cta-modal__form {
        /* gap: 1.35rem; */
      }
    
      .cta-modal__consent {
        align-items: flex-start;
        font-size: 0.9rem;
      }
    
      .cta-modal__submit {
        width: 100%;
      }
    
      .hero-card h1 {
        font-size: 2rem;
      }
    
      .hero-secondary-actions .col-6,
      .hero-trust .col-6 {
        width: 100%;
      }
    
      .hero-trust-item-end {
        justify-content: flex-start;
      }
    
      .hero-points{display:none;}
    
      .hero-location {
        align-items: flex-start;
        font-size: 0.9rem;
      }
    
      .offer-chips span {
        width: 100%;
        justify-content: center;
      }
    
      .btn-hero {
        /* min-height: 56px; */
        font-size: 0.8rem;
      }
     
      .intro-section {
        padding: 4rem 0;
        overflow: hidden;
        background: #fff !important;
      }
    
      .intro-section h2 {
        margin-top: 1rem;
      }
    
      #highlights {
        padding: 4rem 0;
        overflow: hidden;
      }
    
      #highlights .section-title {
        margin-bottom: 2rem;
      }
    
      #highlights .info-card {
        min-height: auto;
        padding: 1.5rem;
        text-align: center;
      }
      #highlights .info-card img{margin: auto;}
    
      #pricing {
        padding: 4rem 0;
        overflow: hidden;
      }
    
      #pricing .section-title {
        margin-bottom: 2rem;
      }
    
      .price-card {
        /* min-height: auto; */
        /* padding: 1.35rem; */
      }
    
      .price-top {
        min-height: 102px;
        padding: 1.25rem;
        margin-bottom: 1.35rem;
      }
    
      #amenities {
        padding: 4rem 0;
        overflow: hidden;
      }
    
      #amenities .section-title {
        margin-bottom: 2rem;
      }
    
      #gallery {
        padding: 4rem 0;
        overflow: hidden;
      }
    
      #gallery .section-title {
        margin-bottom: 2rem;
      }
    
      .project-gallery {
        min-height: auto;
      }
    
      .gallery-stage {
        min-height: 260px;
      }
    
      .gallery-main {
        height: 250px;
        border-radius: 14px;
      }
    
      .gallery-preview {
        display: none;
      }
    
      .gallery-btn {
        width: 48px;
        height: 48px;
      }
    
      .gallery-prev {
        left: 0.5rem;
      }
    
      .gallery-next {
        right: 0.5rem;
      }
    
      #connectivity {
        padding: 4rem 0;
        overflow: hidden;
      }
    
      #connectivity .section-title {
        margin-bottom: 2rem;
      }
    
      .map-card {
        min-height: 320px;
        border-radius: 14px;
      }
    
      .map-overlay {
        inset: auto 1rem 1rem;
        padding: 1rem;
        border-radius: 12px;
      }
    
      .map-overlay > i {
        font-size: 2.6rem;
      }
    
      .connectivity-list .accordion-button {
        min-height: 80px;
        padding: 1.1rem;
      }
    
      .connectivity-list .accordion-button span {
        gap: 0.75rem;
        font-size: 0.98rem;
      }
    
      .connectivity-list .accordion-button i {
        width: 42px;
        height: 42px;
      }
    
      .connectivity-list .accordion-body {
        padding: 0 1.1rem 1.1rem;
      }
    
      .callback-section {
        padding: 4rem 0;
        overflow: hidden;
      }
    
      .lead-form {
        padding: 1.2rem;
        border-radius: 14px;
      }
    
      .form-control,
      .form-select {
        min-height: 56px;
      }
    
      .callback-section .callback-img {
        margin:auto;
        height: 270px;
        min-height: inherit;
        border-radius: 0;
        position: relative;
        z-index: 999;
        top: 8px; 
      }
    
      #builder {
        padding: 4rem 0;
        overflow: hidden;
      }
    
      #builder .section-title {
        margin-bottom: 2rem;
      }
    
      .builder-card {
        min-height: auto;
        padding: 1.4rem;
        border-radius: 16px;
      }
    
      .builder-head {
        align-items: flex-start;
      }
    
      .gallery-wrap img,
      .feature-img,
      .callback-img {
        height: 300px;
        min-height: 300px;
      }
      
       .site-footer {padding-bottom:70px;}
}
