
.inter {
  font-family: 'Raleway';
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
html {
    box-sizing: border-box;
    font-size: 62.5%;
    height: 100%;
}
body {
  font-weight: 300;
}
.bg-overlay {
  position: absolute;
  inset: 0;
  background: #000000;
  z-index: 1;
  opacity: 0.4;
}
.overlay_content {
  z-index: 2 !important;
  position: relative;
}
.heading {
    font-family: "Raleway";
    font-size: 16px !important;
    line-height: 18px !important;
    letter-spacing: 4.8px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    margin-bottom: 3.4rem !important;
}
.heading_after, .heading_after1, .btn_after, .btn_after1 {
    position: relative;
    display: inline-block;
    font-family: "Raleway";
}
.heading_after::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);  
  width: 37px;
  height: 7px;
  background: url("../images/vector1.webp") no-repeat center;
  background-size: contain;
}
.heading_after1::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);  
  width: 37px;
  height: 7px;
  background: url("../images/vector2.webp") no-repeat center;
  background-size: contain;
}
.btn_after::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background: url(../images/vector3.webp) no-repeat center;
  background-size: cover;
}
.btn_after1::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background: url(../images/vector4.webp) no-repeat center;
  background-size: cover;
}

.sansregular {
  font-family: "Crimson Pro";
}
.center {
  text-align: center;
}
/*#menu-icon {
    padding: 0 0.9rem;
}*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Crimson Pro";
}

/* PAGE LOADER WRAPPER */
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.65s ease-in-out;
}

/* Logo animation */
.loader-logo {
  width: 180px;
  transform: scale(0);
  opacity: 0;
  animation: logoZoom 1.4s ease forwards;
}

@keyframes logoZoom {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Default hidden state for all sections */
.fade-section {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

/* When visible */
.fade-section.visible {
  opacity: 1;
  transform: translateY(0);
}

/* FADE OUT LOADER */
.page-loader.fade-out-animation {
  opacity: 0;
  pointer-events: none;
}

/* HERO CONTENT ANIMATION */
.hero-content {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}

.hero-content.show {
  opacity: 1;
  transform: translateY(0);
}


 /* Hide the form initially */
.h_contact-form-wrapper {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
/* Show when active */
.h_contact-form-wrapper.active {
  display: flex;
  animation: fadeIn 0.3s ease;
}
/* Popup animation */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}
/* Inner form box */
.h_contact-form-wrapper form {
  background: url(../images/raaya20.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px;
  width: 420px;
  max-width: 90%;
  position: relative;
}

/* Input styles */
.h_contact-form-wrapper input,
.h_contact-form-wrapper textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 15px;
  font-size: 15px;
  outline: none;
  background: transparent;
}
.h_contact-form-wrapper input:focus,
.h_contact-form-wrapper textarea:focus {
  border-color: #7da57d;
}
/* Submit button */
.h_contact-form-wrapper button {
  background: url(../images/inquirnow_btn.webp) no-repeat;
    background-size: 31.8rem;
    width: 32.5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 32px;
    transition: all 0.3s;
    font-family: "Raleway";
  margin-top: 27px;
  border: none;
  margin-bottom: 0 !important;
}
.h_contact-form-wrapper button:hover {
  background: url(../images/btn-hover.webp) no-repeat;
  width: 32.5rem;
  background-size: 31.8rem;
}
.homepage .h_contact-form-wrapper, .index_page .h_contact-form-wrapper {
    max-width: 100%;
}
.h_contact-form-wrapper input::placeholder,
.h_contact-form-wrapper textarea::placeholder {
  color: #000000;
  opacity: 0.5; /* Ensures full color visibility in all browsers */
}
.h_contact-form-wrapper label {
    color: #101010;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 500;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
}
.hero {
  position: relative;
  height: 100vh;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  background: #00000029;
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    padding: 1.6rem 3.2rem;
    z-index: 9;
    transition: all 0.25s;
}
.header_sticky {
  background: transparent;
  transition: all 0.25s;
}
.logo_header a {
  display: block;
}
.logo_header img {
    width: 136px;
    height: auto;
}
.menu-icon svg {
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.menu-icon span {
  height: 3px;
  background: #95B995;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hero-content {
  padding: 0 2.8rem; 
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-content h1 {
    font-size: 1.6rem;
    line-height: 84px;
    color: #ffffff;
    margin-bottom: 3.4rem;
    color: #ffffff;
    line-height: 18px;
    letter-spacing: 4.8px;
    font-weight: 500;
    text-transform: uppercase;
}
.hero-content p {
    font-size: 2.4rem !important;
    margin-bottom: 4.8rem !important;
    line-height: 34px !important;
    letter-spacing: 0 !important;
    font-weight: 500 !important;
    text-align: center;
    text-transform: none;
}
.btn {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px !important;
  line-height: 24px !important;
  letter-spacing: 1.2px !important;
  text-transform: capitalize;
  font-weight: 400 !important;
}
.Main_hero_btn span {
  padding-left: 4px;
}
/* Overlay Menu */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
 background: url(../images/raaya47.webp);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #fff;
  transform: translateY(-100%);
  transition: transform 0.6s ease;
  z-index: 1000;
}
.overlay.active {
  transform: translateY(0);
}
.overlay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  position: relative;
}
.close-btn {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  font-size: 4rem;
  cursor: pointer;
}
.overlay ul {
  list-style: none;
}
.overlay ul li {
  padding: 24px 0;
}
.overlay ul li a {
  text-decoration: none;
  color: white;
  font-size: 3.6rem;
  transition: opacity 0.3s;
  font-weight: 300;
}
.overlay ul li a:hover {
  opacity: 0.7;
}
.scroll-btn {
  position: fixed;
  bottom: 44px;
  left: 50%;
  width: 48px;
  height: 48px;
  z-index: 8;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  animation: bounce 2s infinite;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.chevron {
    position: absolute;
    width: 10px;
    height: 2px;
    left: 19px;
    bottom: 55px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}
@keyframes move {
  0% { opacity: 0; transform: translateY(0px); }
  50% { opacity: 1; transform: translateY(10px); }
  100% { opacity: 0; transform: translateY(20px); }
}
.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}
.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.sticky_button {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 8;
    right: 0;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    z-index: 9;
}
.main_sticky_button span svg {
  transform: none;
}
.main_sticky_button {
    text-decoration: none;
    color: #000000 !important;
    background: #ffffff;
    padding: 0.6rem 1.5rem;
    font-size: 18px !important;
    line-height: 26px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    text-decoration: none !important;
    font-weight: 500 !important;
    border: 0;
    cursor: pointer;
}

/* ===== HERO SECTION ===== */
.section-hero {
  background: #f4efe9;
  padding: 120px 20px;
  position: relative;
  overflow: hidden;
  font-family: "Cormorant Garamond", serif;
}

/* brush mask top & bottom */
.section-hero::before,
.section-hero::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 90px;
  background: url("assest/images/brush-mask.webp") repeat-x center;
  background-size: cover;
  z-index: 2;
}

.section-hero::before {
  top: 0;
}

.section-hero::after {
  bottom: 0;
  transform: rotate(180deg);
}

/* wrapper */
.hero-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 3;
}

/* image container */
.hero-image-wrap {
  max-width: 720px;
  margin: 0 auto 60px;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
}

/* content */
.hero-content {
  margin: 0 auto;
}

/* heading */
.hero-heading {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #6b5a4a;
}

/* paragraph */
.hero-text {
  font-size: 18px;
  line-height: 1.8;
  color: #4a3e34;
}
.villa_slider_arrows {
    position: absolute;
    bottom: 40px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 4rem;
  }
  .villa_slider_arrows button {
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .faq-center-slider .villa_slider_arrows {
    bottom: 14%;
  }
/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .section-hero {
    padding: 80px 16px;
  }

  .hero-text {
    font-size: 16px;
  }
}


.section_hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: url(../images/raaya1.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-image {
  width: 100%;
  object-fit: cover;
  display: block;
  height: 100%;
}
.section_hero_inner_content {
  padding: 48px 0 64px;
}
.overlay-box {
  max-width: 96rem;
  color: #84634E;
  padding-top: 32px;
  margin: 0 auto;
  text-align: center;
}
.overlay-box h1 {
  margin-bottom: 3.2rem;
  font-weight: 500;
  text-transform: uppercase;
}
.overlay-box h1 span {
  display: block;
  color: #fff;
  font-weight: 700;
}
.overlay-box p {
  font-size: 2.1rem;
  font-weight: 200;
  line-height: 26px;
}
.video_slider {
  cursor: grab;
}
.video_slider:active {
  cursor: grabbing;
}

.video_slider {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(0.46, 0.07, 0.64, 0.92), transform 1s cubic-bezier(0.28, 0.07, 0.88, 0.96);
}

.video_slider.visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.35s;
}
.raaya-dash-pagination, .raaya-dash-pagination1  {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.raaya-dash-pagination .dash img, .raaya-dash-pagination1 .dash img {
  width: 33px;
  height: auto;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.raaya-dash-pagination .dash.active img, .raaya-dash-pagination1 .dash img {
  opacity: 1;
}
.video_slider .right img {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  inset: 0;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.video_slider .right img.active {
  opacity: 1;
  z-index: 1;
}
/* Smooth text fade animation */
.slide-content {
  transition: opacity 0.36s ease, transform 0.36s ease;
}
.slide-content.fade-out {
  opacity: 0;
  transform: translateY(10px);
}
.slide-content.fade-in {
  opacity: 1;
  transform: translateY(0);
}
.video_slider {
    display: flex;
    width: 100%;
  }
  .video_slider > * {
    width: 50%;
}
  /* Left Side */
  .video_slider .left {
    background: url(../images/raaya5.webp);
    background-size: cover;
  background-repeat: no-repeat;
    color: #fff;
    position: relative;
    padding: 6rem 14.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .video_slider .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .video_slider .right img.active {
    opacity: 1;
    pointer-events: auto;
  }
  .video_slider .slide-content {
    max-width: 540px;
    text-align: center;
    margin: 0 auto;
  }
  .slide_subtext_inner {
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    display: block;
    margin-bottom: 2.2rem;
    margin-top: 1rem;
  }
  .video_slider .slide-content h2 {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 4rem;
    color: #fff;
    line-height: 52px;
    letter-spacing: 0;
  }
  .video_slider .slide-content p {
    color: #ffffff;
    line-height: 26px;
    font-size: 2.1rem;
    font-weight: 300;
    overflow: hidden;
    letter-spacing: 0;
  }
  /* Progress Bar */
  .video_slider .progress {
    position: absolute;
    top: 50px;
    left: 96px;
    right: 96px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .video_slider .progress-number {
    width: 52px;
    height: 52px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    line-height: 36px;
  }
 .video_slider .progress-number:last-child {
    font-size: 20px;
    width: 40px;
    height: 40px;
 }
  .video_slider .progress-bar {
    flex: 1;
    height: 3px;
    background: rgba(255, 255, 255, 0.4);
    margin: 0 15px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
  }
  .video_slider .progress-fill {
    height: 100%;
    width: 0%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.6s ease;
  }
  /* Arrows */
  .video_slider .arrows {
    position: absolute;
    bottom: 60px;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 96px;
  }
  .video_slider .arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 20px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video_slider .arrow:hover {
    background: rgba(255, 255, 255, 0.4);
  }
  /* Right Side Video */
  .video_slider .right {
    background: #000;
    position: relative;
  }
  .video_slider .right img {
    width: 100%;
    object-fit: cover;
    display: none;
    height: 100vh;
  }
 .video_slider .fade {
    opacity: 0;
    transition: opacity 0.6s ease;
  }
  .video_slider .active {
    opacity: 1;
    display: block !important;
  }
.raaya-homes-section {
      position: relative;
      overflow: hidden;
      background: #ffffff;
    }
    .raaya-homes-section:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/raaya10.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .raaya-homes-container {
      position: relative;
      z-index: 1;
    }
    .raaya-homes-header {
      text-align: center;
      padding: 6rem 0;
      max-width: 92.8rem;
      margin: 0 auto;

    }
    .raaya-homes-header h2 {
      font-size: 4.4rem;
      margin: 0;
      color: #84634E;
      line-height: 56px;
    }
    .raaya_home_link {
      text-decoration: none;
      color: #84634E;
      font-weight: 400;
      font-size: 18px;
      line-height: 24px;
      transition: 0.3s;
    }
    .raaya-homes-header a:hover {
      opacity: 0.7;
    }
    .raaya-homes-subtitle {
      font-size: 2.1rem;
      line-height: 26px;
      letter-spacing: 0;
      font-weight: 200;
      color: #84634E;
      margin-bottom: 3.2rem;
    }
    .raaya-homes-cards {
      display: flex;
      gap: 0;
      overflow: hidden;
    }
    .raaya-card {
      background: #f9f9f9;
      border-radius: 0;
      overflow: hidden;
      width: 33%;
      transition: transform 0.3s ease;
    }
    .raaya-card {
      display: block;
      text-decoration: none;
      color: inherit;
      aspect-ratio: 1 / 1;    
    }
    .raaya-card img {
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: cover;
    }
    .raaya-section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row-reverse;
    }
    .raaya_content_container {
      max-width: 540px;
    }
    .raaya-section > * {
      width: 50%;
    }
    .Main_raaya_aesthetics .raaya-content {
      padding: 8.4rem 14.4rem;
      height: 100%;
      background-image: url(../images/raaaya11.webp);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      aspect-ratio: 1 / 0.72;
      text-align: center;
    }
    .raaya-content h2 {
      font-size: 4.4rem;
      font-weight: 700;
      margin-bottom: 2.4rem;
      color: #ffffff;
    }
    .raaya-content p {
      font-size: 2.1rem;
      margin-bottom: 3.2rem;
      line-height: 26px;
      color: #ffffff;
      font-weight: 200;
    }
    .raaya-tabs {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 1.6rem;
      justify-content: center;
    }
    .raaya-noma.highlight {
  animation: glow 1.5s ease-out;
}

@keyframes glow {
  0% { opacity: 0.2; transform: scale(0.98); }
  100% { opacity: 1; transform: scale(1); }
}
     .raaya-tab-text {
      font-size: 22px;
      line-height: 32px;
    }
    .raaya-tabs button {
      border: none;
      color: #000000;
      background: #ffffff;
      border-radius: 25px;
      padding: 8px 16px;
      font-size: 1.4rem;
      line-height: 18px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .raaya-tabs button.active {
      background: #333333;
      color: #fff;
      border: none;
    }
    .raaya-main-image img {
      width: 100%;
      aspect-ratio: 1 / 0.72;
      object-fit: cover;
    }
    .raaya-slider {
      display: flex;
      gap: 0;
      overflow-x: auto;
      position: relative;
    }
    .raaya-slider::-webkit-scrollbar {
      display: none;
    }
    .raaya-slider img {
      width: 100%;
      height: 362px;
      object-fit: cover;
      cursor: pointer;
    }
    .raaya_aesthetics_slider .swiper-slide {
      height: 362px;
      overflow: hidden;
    }
    .raaya-images {
      position: relative;
      aspect-ratio: 1 / 0.72;
      overflow: hidden;
    }
    .check-layout-btn {
      position: absolute;
      top: 12px;
      right: 12px;
      display: flex;
      align-items: center;
      gap: 4px;
      background: #fff;
      color: #101010;
      border-radius: 25px;
      padding: 9px 16px;
      font-size: 1.4rem;
      cursor: pointer;
      border: none;
      line-height: 20px;
      text-decoration: none;
      z-index: 6;
    }
    .property_bg_image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: 38%;
}
.property_hero_wrapper {
  position: relative;
}
.property_bg_image {
  height: 100vh;
  overflow: hidden;
}

.faq-center-slider {
  position: relative;
  height: 51.2rem;  
  overflow: hidden;
}
.faq-center-slider .faq-center-swiper {
  padding-top: 6rem;
}
.faq-center-slider .raaya-dash-pagination1 {
  bottom: 18%;
}
/* Background */
.faq-center-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.faq-center-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-center-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

/* Swiper */
.faq-center-swiper {
  position: relative;
  z-index: 2;
  height: 100%;
}

/* IMPORTANT */
.faq-center-swiper .swiper-wrapper {
  align-items: center;
}

/* Slides */
.faq-slide {
  width: 70%;               /* KEY FOR CENTER MODE */
  max-width: 760px;
  color: #fff;
  text-align: center;
  padding: 0 30px;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  opacity: 0.4;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Active slide */
.faq-center-swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

/* Side slides */
.faq-center-swiper .swiper-slide-prev,
.faq-center-swiper .swiper-slide-next {
  opacity: 0.6;
  transform: scale(0.95);
}

/* Text */
.faq-tag {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  opacity: 0.8;
}

.faq-slide h2 {
  font-size: 24px;
  padding: 0.6rem 2.4rem;
  line-height: 38px;
  font-family: "Raleway";
  font-weight: 600;
}
.faq-center-slider .faq-tag {
    position: sticky;
    z-index: 2;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10%;
}
.faq-slide p {
    font-size: 21px;
    line-height: 26px;
    font-weight: 300;
}
.faq-slide p {
  display: -webkit-box;
  -webkit-line-clamp: 3;        /* show only 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Expanded state */
.faq-slide p.is-expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}

/* Read more button */
.faq-read-more {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
}


/* Pagination */
.faq-center-pagination {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
}

.faq-center-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  background: rgba(255,255,255,0.4);
  opacity: 1;
}

.faq-center-pagination .swiper-pagination-bullet-active {
  background: #fff;
}


.index_page .property_text_inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1152px;
  width: 90%;
  text-align: center;
  z-index: 1;
}
.property_bg_image .bg-overlay {
  opacity: 0.3;
}
.index_page .property_text_inner p {
  color: #FFFFFF;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 0;
  padding-bottom: 48px;
  font-weight: 300;
}
.index_page .property_main_text {
  font-size: 6.4rem;
  line-height: 72px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.index_page .property_text_inner {
  padding: 0;
}
    .intro_image_wrapper {
      position: relative;
    }
    .intro_bg_image {
      overflow: hidden;
    }
    .intro_bg_image video {
      width: 100%;
      height: 100vh;
      object-fit: cover;
    }
    .intro_text_inner {
      position: absolute;
      top: 64px;
      left: 48px;
      max-width: 55.3rem;
    }
    .intro_content_inner {
      position: absolute;
      bottom: 0;
      padding: 4rem 4.8rem;
      backdrop-filter: blur(8px);
    }
    .intro_text {
      font-size: 72px;
      line-height: 84px;
      color: #ffffff;
  }
  .intro_content_inner p {
    color: #ffffff;
    font-size: 2.2rem;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0;
  }
/* ==== MAIN SECTION ==== */
.contact-section-unique {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../images/6469bfbac63e6d7594d3b2f9b481da474d1acb75.webp) center bottom / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
/* Optional dark overlay for readability */
.contact-section-unique::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
/* ==== CONTENT CONTAINER ==== */
.contact-content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 0 7.2rem 0 9.6rem;
  color: #fff;
}
.contact-content > * , .faq-content > * {
  width: 50%;
}
/* ==== LEFT SIDE TEXT ==== */
.contact-text h2 {
  font-size: 3.6rem;
  font-weight: 900;
  margin-bottom: 2.4rem;
  line-height: 48px;
}
.contact-text p {
    font-size: 1.8rem;
    line-height: 26px;
}
/* ==== RIGHT FORM BOX ==== */
.contact-form-wrapper {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 64px 64px 48px;
  border-radius: 8px;
  max-width: 564px;
}
.contact-form-wrapper label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 4px;
}
.contact-form-wrapper input,
.contact-form-wrapper textarea {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 18px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff;
  font-size: 14px;
  outline: none;
}
.contact-form-wrapper textarea {
  resize: none;
  height: 80px;
}
.contact-form-wrapper input::placeholder,
.contact-form-wrapper textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact-form-wrapper button {
  width: 100%;
  background: #fff;
  color: #000;
  padding: 1.5rem 1.8rem;
  border: none;
  border-radius: 3px;
  font-size: 2rem;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
  line-height: 28px;
}
.contact-form-wrapper button:hover {
  background: #f1f1f1;
}
.contact-text {
  margin-bottom: 3.8rem;
}
/* ===== FAQ Section ===== */
.faq-section {
  position: relative;
  background: url(../images/615d0aff12f0d51dd9cf6bc41f80d80a0d133965.webp) center center / cover no-repeat;
  color: #fff;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.faq-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.1); /* soft overlay only on background */
  z-index: 1;
}
.faq-content {
  flex-wrap: wrap;
  position: absolute;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 7.2rem 0 9.6rem;
  color: #fff;
  height: 65%;
}
/* ===== Left Column ===== */
.faq-title {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  line-height: 48px;
}
.faq-subtitle {
  color: #ffffff;
  line-height: 32px;
  font-size: 2.2rem;
  font-weight: 400;
}
.faq-left {
  max-width: 540px;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
}
.faq-right {
  max-width: 564px;
}
.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px 0;
}
.faq-question {
  width: 100%;
    background: none;
    border: none;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2rem;
    font-weight: 500;
    cursor: pointer;
    padding: 10px 0;
    transition: color 0.3s ease;
    text-align: left;
    line-height: 28px;
}
.faq-icon {
  font-size: 2.5rem;
  transition: transform 0.3s ease;
}
.faq-item.active .faq-icon {
  transform: rotate(45deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.faq-item.active .faq-answer {
  max-height: 200px;
  opacity: 1;
  margin-top: 8px;
  color: #eee;
  line-height: 1.6;
  font-size: 1.6rem;
}
footer.Main__footer_wrapper {
  background: #101010;
  color: #ffffff;
  padding: 6rem 9.6rem 21%;
  position: relative;
}
.topbar_footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 8rem;
}
.topbar_logo img {
    width: 344px;
    height: auto;
}
.footer-column h4 {
  font-size: 18px;
  line-height: 26px;
}
.footer-column ul li {
  list-style: none;
  margin-bottom: 16px;
}
.footer-column ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
}
.footer-column h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}
.bottom_logo {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 19.2rem);
  transform: translateX(-50%);
}
.bottom_link_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}
.bottom_footer__inner {
  padding-top: 3.2rem;
  border-top: .1rem solid #ffffff30;
  position: relative;
  z-index: 7;
}
.bottom_link_flex a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.6rem;
}
.bottom_footer__inner span {
  font-size: 1.6rem;
}
.scroll-btn.hidden {
  opacity: 0;
  visibility: hidden;
}
/* footer start */


.property-footer {
  width: 100%;
  height: auto;
  background: url(../images/raaya20.webp);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}

/* CONTENT */
.footer-content {
  max-width: 1000px;
  width: 100%;
  text-align: center;
}

/* LOGO */
.footer-logo img {
  height: 72px;
  width: 204px;
  margin: 0 auto 32px;
  display: block;
}
.footer-logo a {
  display: inline-flex;
}
/* HEADING */
.heading_after1 {
  color: #7b5a45;
}

/* CONTACT TEXT */
.footer-content p {
  font-size: 21px;
  color: #84634E !important;
  padding: 0 0 8px;
  font-weight: 300;
}

.footer-content p a {
  color: #7b5a45;
  text-decoration: none;
}

/* FORM */
.footer-form form {
  max-width: 390px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* LABEL */
.footer-form label {
  text-align: left;
  font-size: 14px;
  color: #84634E;
  font-weight: 500;
  font-family: "Raleway";
  text-transform: capitalize !important;
  margin: 0 !important;
  letter-spacing: 0 !important;
  padding-top: 24px;  
}

/* INPUT & TEXTAREA */
.footer-form input,
.footer-form textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #00000024;
  padding: 10px 0;
  font-size: 14px;
  color: #5f4a3a;
  outline: none;
}

.footer-form textarea {
  resize: none;
  min-height: 80px;
}

/* PLACEHOLDER */
.footer-form input::placeholder,
.footer-form textarea::placeholder {
  color: #b7a99c;
  font-family: "Raleway" !important;
}

/* BUTTON */
.footer-form button {
  margin-top: 32px;
  margin-bottom: 0 !important;
  background: url(../images/btn_vector.webp);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  border: none;
  font-size: 16px !important;
  cursor: pointer;
  letter-spacing: 1px;
  padding: 16px 24px;
  text-transform: capitalize !important;
  line-height: 22px !important;
  letter-spacing: 3.2px !important;
  font-weight: 500;
}

.footer-copyrights {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}

.footer-copyrights p, .footer-copyrights a {
  font-size: 14px !important;
  color: #84634E;
  text-transform: uppercase;
  margin: 0 !important;
  padding: 0;
  letter-spacing: 3.2px !important;
  text-decoration: none;
}
.villa_card_pagination .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  background: rgba(255,255,255,0.4);
  opacity: 1;
}
.villa_card_pagination  {
  position: absolute;
  bottom: 23px !important;
  left: 50% !important;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 8;
}
.villa_card_pagination .dash img {
  width: 33px;
  height: auto;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.villa-card .villa_card_pagination .dash img {
  width: 30px;
}
.villa_card_pagination .dash.is-active img {
  opacity: 1;
}
.villa_card_pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.policy_heading {
  font-family: "Raleway";
  font-size: 6.4rem;
  line-height: 72px;
  letter-spacing: 0;
  text-transform: capitalize;
  font-weight: 700;
  color: #84634E;
  padding-bottom: 4.8rem;
  text-align: center;
}
.policy_content {
  font-family: "Crimson Pro";
  font-size: 2.1rem;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: 400;
  color: #84634E;
  text-align: center;
  margin-bottom: 2.5rem;
}
.policy_content b {
  text-transform: capitalize;
}
.privacy_content__inner {
    max-width: 86.4rem;
    margin: 0 auto;
    padding: 8.4rem 0 6rem;  
}
.main_policy_wrapper {
    background: url(../images/privacy_texture.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
  }
/* M-Responsive */
@media (max-width: 768px) {
  .header {
    width: 100%;
    padding: 1.6rem;
  }
  .heading {
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 500;
    letter-spacing: 3.2px !important;
    text-align: center;
    margin-bottom: 2.4rem !important;
  }
  .heading_after::before, .heading_after1::before {
    bottom: -10px;
  }
  .main_sticky_button {
    padding: 0.8rem;
  }
  span svg {
    width: 20px;
    height: 20px;
  } 
  .mobile-hide {
    display: none !important;
  }
  .page_width {
    padding: 1.6rem;
  }
  .hero {
    padding: 1.6rem;
  }
  .hero-content {
    padding: 0;
    margin-bottom: 4.4rem;
  }
   .menu-icon svg {
    width: 18px;
    height: 12px;
  }
  .logo_header img {
      width: 106px;
  }
  .overlay-content {
    justify-content: center;
    padding-bottom: 3rem;
  }
  .section_hero_inner_content {
    padding: 32px 0  70px;
  }
  .overlay ul li a {
    font-size: 2.8rem;
  }
  .hero-content h1 {
    margin-bottom: 2.4rem;
    line-height: 52px;
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 3.2px;
  }
  .hero-content p {
    margin-bottom: 3.2rem !important;
    font-size: 20px !important;
    line-height: 30px !important;
    text-align: center;
  }
  .raaya-dash-pagination {
    bottom: 33px;
  }

  .faq-center-slider, .faq-center-bg img {
    height: 100vh;
  }

  .btn {
    font-size: 16px !important;
    line-height: 22px !important;
    text-transform: capitalize !important;
    letter-spacing: 1.2px !important;
  }
  .faq-center-slider .raaya-dash-pagination1 {
    bottom: 9.5rem;
  }
  .scroll-btn {
    bottom: 24px;
    left: 45%;
    width: 40px;
    height: 40px;
  }
  .chevron {
    left: 15px;
    bottom: 50px;
  }
   .overlay-box h1 {
    margin-bottom: 24px;
  }
  .overlay-box p {
    font-size: 1.8rem;
    line-height: 24px;
  }
  .menu-image {
    position: unset;
  }
  .menu-image img {
    width: 215px;
    height: 140px;
  }
  .overlay-box {
    padding: 44px 24px 0;
    transform: translateY(0);
    max-width: 100%;
  }
  .video_slider .arrow {
    width: 48px;
    height: 48px;
  }
  .video_slider .arrow svg {
    width: 16px;
    height: 16px;
  }
  .video_slider .slide-content h2{
    font-size: 2.6rem;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .video_slider .left {
    padding: 3.2rem 2.4rem;
    color: #ffffff;
    height: 50.2rem;
    justify-content: unset;
  }
  .video_slider {
    flex-direction: column;
  }
  .video_slider > * {
    width: 100%;
  } 
  .video_slider .slide-content p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
  }
  .video_slider .right img {
    height: 360px;
  }
  .video_slider {
    height: auto;
  }
  .video_slider .progress {
    top: 28px;
    left: 16px;
    right: 16px;
  }
  .video_slider .arrows {
    bottom: 48px;
    padding: 0 16px;
  }
  .raaya-homes-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 6rem 1.6rem 4rem;     
  }
  .raaya-homes-header h2 {
    font-size: 3.2rem;
    line-height: 44px;
  }
  .raaya-homes-subtitle {
     font-size: 18px;
    line-height: 24px;
    font-weight: 300;
  }
  /*.raaya-homes-cards {*/
  /*  overflow-x: auto;*/
  /*  scroll-snap-type: x mandatory;*/
  /*  -webkit-overflow-scrolling: touch;*/
  /*}*/
  /*.raaya-card {*/
  /*  flex: 0 0 80%;*/
  /*  scroll-snap-align: start;*/
  /*  min-width: 284px;*/
  /*}*/
  .raaya-card img {
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: cover;
  }
  .raaya_home_link {
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 1.2px;
  }
   .raaya-section {
    flex-direction: column;
    position: relative;
  }
  .Main_raaya_aesthetics {
    padding: 0;
  }
  .raaya-tabs {
    margin-bottom: 1.6rem;
    gap: 8px;
    margin: 4.4rem auto 0;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    justify-content: flex-start;
    position: absolute;
    bottom: 16px;
    z-index: 1;
  }
  .raaya-tab-text {
    font-size: 16px;
    line-height: 24px;
  }
  .Main_raaya_aesthetics .raaya-content {
    padding: 6rem 1.6rem 4rem;  
    text-align: center;
    aspect-ratio: unset;
  }
  .raaya-content h2 {
    font-size: 3.2rem;
    line-height: 44px;
    margin-bottom: 0.8rem;
  }
  .raaya-content p {
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0;
  }
  .raaya-content {
    text-align: left;
    width: 100%;
  }
  .raaya-images {
    width: 100%;
    height: 42.5rem;
  }
  .raaya-content {
    padding: 0;
  }
  .raaya-main-image img, .raaya-main-image {
     height: 100%;
    border-radius: 0;
  }
  .raaya-tabs button {
     font-size: 1.4rem;
    padding: 8px 16px;
    line-height: 18px;
    width: auto; 
    object-fit: cover;
    cursor: pointer;
    flex-shrink: 0;
    font-weight: 400;
  }
  .check-layout-btn {
    padding: 6px 12px;
  }
  .raaya-slider {
    gap: 0;
    margin-top: 0;
  }

 .index_page .property_text_inner {
    padding: 2.4rem 1.6rem 4.8rem;
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .index_page .property_main_text {
    font-size: 4rem;
    line-height: 52px;
  }
  .index_page .property_text_inner p {
    font-size: 18px;
    line-height: 24px;
  }

  .intro_content_inner p {
    font-size: 1.8rem;
    line-height: 26px;
    -webkit-line-clamp: 7;
  }
  .intro_text {
    font-size: 4.4rem;
    line-height: 52px;
  }
  .intro_text_inner{
    top: 48px;
    left: 16px;
    right: 16px;
    max-width: 100%;
  }
  .intro_content_inner {
    padding: 4rem 1.6rem 3.6rem;
  }
  .contact-content {
    flex-direction: column;
    padding: 6.4rem 1.6rem;
  }
  .contact-content > *, .faq-content > * {
    width: 100%;
  }
  .contact-text h2 {
    margin-bottom: 3.2rem;
  }
  .contact-form-wrapper {
    padding: 2.55rem 1.6rem;
  }
  .contact-form-wrapper button {
    padding: 1.2rem;
    font-size: 1.6rem;
    line-height: 24px;
  }
  .contact-text {
    margin-bottom: 6rem;
  }
  .faq-content {
    padding: 6rem 1.6rem;
  }
  .faq-slide p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
  }
  .faq-left {
    margin-bottom: 6rem;
  }
  .faq-section {
    flex-direction: column;
  }
  .faq-title {
    margin-bottom: 3.2rem;
  }
  footer.Main__footer_wrapper {
    padding: 6rem 1.6rem 50%;
  }
  .bottom_logo {
    width: calc(100% - 2rem);
    bottom: 10px;
  }
  .topbar_footer {
    flex-direction: column;
  }
  .topbar_footer > *{
    width: 100%;
    max-width: 100%;
  }
  .topbar_logo img {
      width: 174px;
  }
  .footer-columns {
    margin-top: 6.4rem;
  }
  .footer-column {
      width: 50%;
  }
  .svg_width svg {
    width: 12px;
    height: 12px;
  }
 /* #menu-icon {
    padding: 0 0.7rem;
  }*/
  .raaya-card-content {
    padding: 10px 30px 10px 12px;
  }
  .faq-slide h2 {
    font-size: 20px;  
    line-height: 30px;
    padding-bottom: 2.4rem;
  }
  .faq-center-slider {
    height: 100vh;
  }
   .footer-logo img {
    width: 153px;
    height: 54px;
  }

  .property-footer {
    padding: 48px 16px 10px;
  }

  .footer-content {
    max-width: 100%;
  }
  .footer-copyrights {
    margin-bottom: 30px;
  }
  .footer-copyrights p, .footer-copyrights a {
    padding: 10px 0 32px;
    font-size: 12px !important;
  }
  .footer_content_inner {
    font-size: 18px !important;
    line-height: 24px;
    font-weight: 300;
  }
  .footer-copyrights p, .footer-copyrights a {
    padding: 0;
  }
  .villa_card_pagination .dash img, .villa-card .villa_card_pagination .dash img {
    width: 24px;
  }
  .faq-center-slider .faq-center-swiper{
    padding-top: 18rem;
  }
  .faq-slide {
    justify-content: flex-start;
  }
  .faq-center-slider .faq-tag {
    top: 15%;
  }
  .bg-overlay {
    opacity: 0.3;
  }
  .faq-center-bg .bg-overlay {
    opacity: 0.5;
  }
  .property_bg_image .bg-overlay {
    opacity: 0.3;
  }
  .policy_heading {
    font-size: 4.8rem;
    line-height: 56px;
  }
  .policy_content {
    font-size: 1.8rem;
    line-height: 24px;
  }
  .privacy_content__inner  {
    padding: 8.4rem 1.6rem 6rem;
  }
}
@media screen and (min-width:769px) and (max-width: 990px ){
  .medium-hide {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .desktop-hide {
    display: none !important;
  }
  .line_height {
    line-height: 0;
  }
  .faq-question:hover {
    color: #f1b24a;
  }
  .bg_slider-container .swiper-pagination {
    display: none;
  }
  .footer-column ul li {
    transition: all 0.35s;
  }
  .footer-column ul li:hover {
    margin-left: 0.4rem;
    transition: all 0.35s;
  }
  .overlay-box p {
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    overflow: hidden
  }
  .faq-center-slider .faq-tag  {
   display: flex;
    align-items: center;
    justify-content: center;
  }
}
header{
  position: absolute;
}



#formConfrim{
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.formConfrim.active {
    display: flex !important;
    animation: fadeIn 0.3s ease;
}
#formConfrim .formConfrim_content{
  background: url(../images/raaya20.webp);
  border-radius: 4px;
    padding: 32px 16px;
    text-align: center;
}
#formConfrim .formConfrim_content h2.heading{
    font-size: 24px !important;
    line-height: 30px !important;
    font-weight: 700 !important;
    color: #84634E;
    letter-spacing: normal !important;
    text-transform: none;
    margin-bottom: 1rem !important;
}
#formConfrim .formConfrim_content p.sub_heading{
      font-size: 14px;
    color: #84634E;
    font-weight: 500;
    line-height: 18px;
    font-family: "Raleway";
}
.formConfrim button {
        background: url(../images/confirmPopupClose.png) no-repeat;
    background-size: 100%;
    width: 296px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: 400;
    font-family: "Raleway";
    margin-top: 27px;
    border: none;
    color: #84634E;
    font-size: 16px;
    letter-spacing: 1px;
}
#formSuccess{
  display: none;
}
#formSuccess h2.heading{
font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 700 !important;
    color: #84634E;
    letter-spacing: 1px !important;
    text-transform: none;
    margin-bottom: 1rem !important;
    font-family: "Crimson Pro" !important;
}
#formSuccess p.sub_heading{
    font-size: 16px;
    color: #84634E;
    font-weight: 500;
    line-height: 18px;
    font-family: "Crimson Pro";
}