:root {
  --luxury-gold: #36a4c5;
  --deep-gold: #65ceee;
  --rich-navy: #1a1a1a;
  --elegant-navy: #2d2d2d;
  --soft-gold: #f5e6d3;
  --pearl-white: #fefefe;
  --champagne: #f0e4d7;
  --text-muted: #c4a484;
  --accent-blue: #8b4513;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: Montserrat, sans-serif;
  color: var(--pearl-white);
  overflow-x: hidden;
  height: 100vh;
}

.main_section {
  /* height: 100vh; */
  /* background: url("../images/banner-bg.jpg") 0% 0% / cover no-repeat; */
  background-color: #e6f6dc;
}

.luxury-serif {
  font-family: "Playfair Display", serif;
}

.elegant-serif {
  font-family: "Cormorant Garamond", serif;
}

.luxury-header {
  /* backdrop-filter: blur(20px); */
  /* border-bottom: 2px solid var(--luxury-gold); */
  padding: 0.4rem 0px 0;
  position: absolute;
  z-index: 1000;
  background-color: none;
  width: 100%;
}

.luxury-header::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--luxury-gold),
    transparent
  );
}

.brand-logo img {
  max-width: 330px;
  filter: invert();
}

.luxury-btn-primary {
  background: linear-gradient(
    45deg,
    rgba(255, 215, 0, 0),
    rgba(218, 165, 32, 0)
  );
  border: 2px solid var(--luxury-gold);
  color: rgb(0, 0, 0);
  padding: 8px;
  font-weight: 600;
  font-size: 0.7rem;
  border-radius: 50px;
  transition: 0.4s;
  text-transform: uppercase;
  letter-spacing: 0px;
  position: relative;
  overflow: hidden;
}

.luxury-btn-primary::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.6s;
}

.luxury-btn-primary:hover::before {
  left: 100%;
}

.luxury-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: rgb(149, 192, 205) 0px 8px 20px;
  background: linear-gradient(45deg, var(--luxury-gold), var(--deep-gold));
  color: var(--rich-navy);
}

.main-content {
  /* height: calc(65px + 89vh); */
  display: flex;
  flex-direction: column;
  /* padding: 0 0px 1rem; */
  position: relative;
}

.patch1 {
  position: absolute;
  top: 42%;
  left: 50%;
  width: 10%;
  height: 10%;
}

.patch1 img {
  max-width: 140px;
}

.patch2 {
  position: absolute;
  bottom: 13%;
  left: 50%;
  width: 10%;
  height: 10%;
}

.patch2 img {
  max-width: 120px;
}

.main-content::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(270deg, rgba(45, 45, 45, 0.28) 0%, rgba(45, 45, 45, 0.6) 48%, rgba(26, 26, 26, 0.92) 100%); */
}

.features-section {
  padding: 1rem 0px;
  background: rgba(42, 42, 42, 0.3);
  /* border-bottom: 1px solid rgb(63, 172, 205); */
  margin-top: 8px;
}

.feature-box {
  background: rgb(255 255 255);
  backdrop-filter: blur(15px);
  border: 1px solid rgb(63, 172, 205);
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 0px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  height: 70px;
}

.feature-box:hover {
  transform: translateY(-3px);
  box-shadow: rgb(149, 192, 205) 0px 10px 20px;
  border-color: var(--luxury-gold);
}

.feature-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg, #fbb812, #fbb812);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--rich-navy);
  flex-shrink: 0;
}

.feature-content h4 {
  font-size: 1rem;
  font-weight: 600;
  color: rgb(0, 0, 0);
  margin-bottom: 0.2rem;
  line-height: 1.2;
}

.feature-content p {
  font-size: 0.75rem;
  color: rgb(0, 0, 0);
  margin: 0px;
  line-height: 1.3;
}

.highlight-price {
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-size: 16px;
}

.hero-content-section {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  padding: 1rem 0px;
  z-index: 99;
}

.hero-title {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.8rem;
  /* background: linear-gradient(45deg, rgb(230, 245, 219), rgb(230, 245, 219)) text; */
  /* -webkit-text-fill-color: transparent; */
  color: #3548a1;
}

.key-highligh h1 {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.8rem;
  /* background: linear-gradient(45deg, rgb(230, 245, 219), rgb(230, 245, 219)) text;
    -webkit-text-fill-color: transparent; */
  color: #3548a1;
}

.key-highligh ul {
  padding-left: 13px;
  color: #000;
  list-style: auto;
}

.hero-subtitle {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: var(--text-muted);
}

.hero-description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  max-width: 710px;
  text-align: justify;
  color: #000;
}

.hero-description span {
  color: rgb(255, 237, 78);
}

.luxury-btn {
  background: linear-gradient(45deg, var(--luxury-gold), var(--deep-gold));
  border: none;
  padding: 10px 30px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--rich-navy);
  border-radius: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.luxury-btn:hover {
  transform: translateY(-2px);
  box-shadow: rgb(149, 192, 205) 0px 8px 20px;
  color: var(--rich-navy);
}

.contact-form-container {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(25px);
  border-radius: 15px;
  padding: 1.2rem;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 15px 30px;
  position: relative;
  height: fit-content;
  max-height: 450px;
  max-width: 370px;
}

.contact-form-container::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(
    45deg,
    rgb(232, 180, 160),
    transparent,
    rgb(212, 165, 116)
  );
  border-radius: 15px;
  z-index: -1;
  opacity: 0.5;
}

.form-title {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: rgb(0 0 0);
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.luxury-form-control {
  background: transparent;
  padding: 8px 12px;
  color: #000000;
  font-size: 0.85rem;
  margin-bottom: 0.6rem;
  transition: 0.3s;
  font-weight: 400;
  height: 35px;
  width: 100%;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-radius: 0px;
  border-bottom: 1px solid rgb(0 0 0);
}

.luxury-form-control:focus {
  background: none;
  box-shadow: none;
  color: #000000;
  outline: none;
}

.luxury-form-control::placeholder {
  color: rgb(0 0 0);
  font-weight: 300;
  font-size: 0.8rem;
}

.luxury-select {
  background: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid rgb(255, 255, 255);
  border-radius: 0px;
  padding: 8px;
  color: var(--pearl-white);
  margin-bottom: 0.6rem;
  font-size: 0.85rem;
  height: 35px;
  width: 100%;
}

.d-v {
  display: block;
}

.m-v {
  display: none;
}

.luxury-select option {
  background: var(--rich-navy);
  color: var(--pearl-white);
}

.consent-section {
  margin-bottom: 8px;
}

.consent-text {
  font-size: 0.5rem;
  color: rgb(0 0 0);
  line-height: 1.3;
  margin-left: 0px;
}

.luxury-checkbox {
  width: 14px;
  height: 14px;
  accent-color: var(--luxury-gold);
}

.submit-btn {
  background: linear-gradient(45deg, #fbb812, #fbb812);
  border: none;
  color: var(--rich-navy);
  padding: 10px 25px;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 50px;
  width: 100%;
  transition: 0.4s;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  height: 40px;
}

.submit-btn::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.6s;
}

.submit-btn:hover::before {
  left: 100%;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: #ebbb43 0px 10px 25px;
}

.bottom-content {
  background: rgba(245, 245, 220, 0.95);
  color: var(--rich-navy);
  padding: 1.5rem 0px;
  text-align: center;
}

.bottom-title {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  line-height: 1.2;
}

.bottom-description {
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: 650px;
  margin: 0px auto;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.fade-in-up {
  animation: 0.6s ease-out 0s 1 normal none running fadeInUp;
}

.floating {
  animation: 4s ease-in-out 0s infinite normal none running floating;
}

@keyframes floating {
  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }
}

.d_view {
  display: block;
}

.m_view {
  display: none;
}

.modal-title {
  color: rgb(0, 0, 0);
  margin: 0px auto;
}

.modal-header .btn-close {
  margin-left: 0px;
}

.modal .luxury-form-control {
  color: rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0);
}

.modal .luxury-form-control::placeholder {
  color: rgb(0, 0, 0);
}

.modal .luxury-select {
  color: rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0);
}

.modal .consent-text {
  color: rgb(0, 0, 0);
  margin-left: 0px;
}

.d_view {
  display: block;
}

footer {
  padding: 15px 0px;
  background: rgb(0 0 0 / 71%);
}

.dis {
  text-align: center;
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 110px;
}

.dis p {
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-size: 10px;
  color: rgb(255, 255, 255);
}

.dis p a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.banner-image {
  display: none;
}

.brand-logo {
  text-decoration: none;
}

.logo-text {
  font-size: 15px;
  color: rgb(0, 0, 0);
  margin-bottom: 0px;
}

.marquee_text {
  background: #fff;
  padding: 2px 0;
  position: relative;
}

.marquee_text p {
  margin-bottom: 0;
  font-weight: 600;
}

marquee {
  width: 100%;
  color: #f70a0a;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

marquee span {
  font-weight: 700;
}

marquee::before,
marquee::after {
  position: absolute;
  top: 0px;
  width: 10rem;
  height: 100%;
  content: "";
}

.strips {
  position: relative;
  margin-top: 0px;
}

/* Connectivity Start */

.hero-content-section .connectivity ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
}

.hero-content-section .connectivity ul li {
  flex-basis: 23%;
  background-color: #fbb812;
  border: 1px solid rgb(63, 172, 205);
  border-radius: 12px;
  padding: 11px 3px;
  margin-bottom: 0px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  /* height: 55px; */
  width: fit-content;
  text-align: center;
  justify-content: center;
  font-size: 12px;
  color: black;
  font-weight: 600;

  /* Option 1: Smooth pulsing glow effect */
  animation: pulseGlow 2s ease-in-out infinite;
  box-shadow: 0 0 0 0 rgba(251, 184, 18, 0.7);
}

/* Option 1: Pulsing glow animation */
@keyframes pulseGlow {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(199, 197, 192, 0.7);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 20px 5px rgba(251, 184, 18, 0.4);
    transform: scale(1.02);
  }
}

/* Option 2: Color transition (uncomment to use) */
/* @keyframes colorShift {
    0%, 100% {
        background-color: #fbb812;
        border-color: rgb(63, 172, 205);
        color: black;
    }
    50% {
        background-color: #ffd54f;
        border-color: rgb(255, 100, 100);
        color: #d32f2f;
    }
} */

/* Option 3: Border wave effect (uncomment to use) */
/* @keyframes borderWave {
    0%, 100% {
        border-width: 1px;
        border-color: rgb(63, 172, 205);
    }
    50% {
        border-width: 3px;
        border-color: rgb(251, 184, 18);
    }
} */

/* Option 4: Floating effect (uncomment to use) */
/* @keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
} */

/* Hover effect - pauses animation */
.hero-content-section .connectivity ul li:hover {
  animation-play-state: paused;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

/* Active/Click effect */
.hero-content-section .connectivity ul li:active {
  transform: scale(0.98);
}

/* Connectivity End */

@media (max-width: 1440px) {
  .main_section {
    /* height: 118vh; */
  }

  .main-content {
    /* height: calc(65px + 100vh); */
  }
}

@media (max-width: 1366px) {
  .features-section {
    margin-top: 8px;
  }

  .feature-content h4 {
    font-size: 13px;
  }

  .feature-box {
    padding: 10px;
    gap: 0.3rem;
  }

  .main_section {
    /* height: 110vh; */
  }

  .main-content {
    /* height: calc(65px + 100vh); */
  }
}

@media (max-width: 768px) {
  .main-content::before {
    height: 100%;
  }

  .brand-logo img {
    max-width: 170px;
  }

  .hero-content-section {
    padding: 0rem 0px 0px;
  }

  .main_section {
    height: unset;
    /* background: linear-gradient(135deg, rgb(61, 60, 60) 0%, rgb(15, 11, 0) 100%); */
    background-color: #e6f6dc;
  }

  .d_view {
    display: none;
  }

  .hero-title {
    font-size: 1.2rem;
    line-height: 26px;
    margin-bottom: 0.4rem;
  }

  .feature-box {
    padding: 0.8rem;
    gap: 0.4rem;
    height: auto;
    min-height: 60px;
    text-align: left;
    margin-bottom: 0.5rem;
  }

  .feature-icon {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }

  .contact-form-container {
    padding: 1rem;
    margin-top: 1rem;
  }

  .form-title {
    font-size: 1.1rem;
  }

  .main-content {
    height: auto;
    min-height: calc(-70px + 100vh);
    background: url("../images/banner-bg.jpg") 0% 0% / cover no-repeat;
  }

  body {
    overflow-y: auto;
  }

  .luxury-form-control,
  .luxury-select {
    height: 32px;
    padding: 6px 10px;
    font-size: 0.8rem;
  }

  .submit-btn {
    height: 36px;
    font-size: 0.8rem;
  }

  .luxury-btn-primary {
    padding: 8px;
    font-weight: 600;
    font-size: 0.65rem;
  }

  .hero-description {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }

  .main-content {
    background: unset;
  }

  .d_view {
    display: none;
  }

  .m_view {
    display: block;
    margin: 0px 10px;
  }

  .contact-form-container {
    padding: 1rem;
    margin: 1rem 10px;
    margin-top: 20px;
    animation: unset;
  }

  .dis p {
    margin-bottom: 5px;
  }

  .box {
    flex-direction: column;
    padding: 0px 10px;
  }

  .banner-image {
    display: none;
    position: absolute;
    height: 100vh;
    object-fit: cover;
  }

  .features-section {
    margin-top: 0px;
  }

  .patch1 {
    top: 47%;
    left: 75%;
    position: unset;
    width: 50%;
    text-align: center;
  }

  .patch1 img {
    max-width: 80px;
  }

  .patch2 {
    bottom: 3%;
    left: 73%;
    position: unset;
    width: 35%;
    text-align: center;
  }

  .patch2 img {
    max-width: 72px;
  }

  .key-highligh h1 {
    margin-bottom: 0.5rem;
  }

  .key-highligh ul li {
    font-size: 14px;
  }

  .mobile_view.marquee_text {
    margin-bottom: 20px !important;
  }

  .luxury-header {
    /* backdrop-filter: blur(20px); */
    /* border-bottom: 2px solid var(--luxury-gold); */
    padding: 1rem 0px 0;
    position: relative;
    z-index: 1000;
    background-color: #fbb811;
    /* width: 100%; */
  }

  .m_navbar {
    text-align: center !important;
  }

  .hero-content-section .connectivity ul li {
    width: 100%;
    flex-basis: 48%;
  }
}

@media (max-width: 576px) {
  .features-section .row {
    gap: 0.3rem;
  }

  .feature-box {
    margin-bottom: 0.3rem;
  }

  .d-v {
    display: none;
  }

  .m-v {
    display: block;
  }
}

@media (min-width: 768px) {
  .mobile_view {
    display: none;
  }
}
