  /* -------------------------------------------
  Name:       RG Pleiades
  Version:    1.0
  Developer:  Sunil kumar
  ------------------------------------------- */
  /*--------------------------------------------*/
  
  /* ========common css start here======= */
  
  @font-face {font-family:'MalayalamMN'; font-style:normal; font-weight:400; font-display:swap; src:url(../fonts/MalayalamMN.woff2) format('woff2');}

  * {
    margin: 0;
    padding: 0;
  
  }
  
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  a:hover,
  a:focus {
    text-decoration: none;
    box-shadow: none;
  }
  
  a {
    transition: 0.4s all ease-in-out;
    text-decoration: none;
  }
  
  body {
      font-family: 'MalayalamMN' !important;
    overflow-x: hidden;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
  
  }
  
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit;
  }
  
  h1,h2 {
    font-weight: 800;
  }
  
  h3,h4 {
    font-weight: 700;
  }
  
  h5,h6 {
    font-weight: 600;
  }
  
  h1 {
    font-size: 48px;
    line-height: 56px;
  }
  
  h2 {
    font-size: 34px;
    line-height: 45px;
  }
  
  h3 {
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -.02em;
  }
  
  h4 {
    font-size: 22px;
    line-height: 32px;
  }
  
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
  
  h6 {
    font-size: 16px;
    line-height: 26px;
  }
  
  .padd-50 {
    padding: 30px 0;
  }
  .title {
    font-size: 2rem;
    font-weight: 600;
    color: #142f53;
    line-height: 35px;
  }
  .top-title {
    color: #039ef7;
    text-transform: uppercase;
    font-size: 16px;
}
  /* ========common css end  here======= */
  
    /*========Header sec css start here=====*/
.header .nav-link,
.header .btn-call {
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 14px;
}

.navbar-brand img {
  max-width: 180px;
  transition: transform 0.3s ease;
}

.fixed-header.scrolled .navbar-brand img {
  transform: scale(0.95);
}
.navbar-nav .nav-link {
  color: #fff;
  position: relative;
  padding: 10px 15px !important;
  transition: color 0.3s ease;
  text-transform: uppercase;
  font-size: 13px;
}

.navbar-nav .nav-link:hover {
  color: #039EF7;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #039EF7;
  transition: width 0.3s ease;
}
.navbar-nav .nav-link:hover::after {
  width: 100%;
}

.btn-call {
  display: flex;
  align-items: center;
  background: #039EF7;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgb(35 95 139);
}

.btn-call i {
  margin-right: 8px;
  font-size: 18px;
}

.clltxt {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-brand {
    padding: 0;
}

nav.navbar {
    padding: 0;
}
ul.navbar-nav {
    margin-right: 20px;
}
header {
    padding: 5px 0;
    background: #304859;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 222;
    width: 100%;
}
.logo-name {
    color: #fff;
    font-size: 26px;
    position: relative;
    top: 3px;
}
.logo-name b{
  color: #039EF7;
}
/*========Header sec css end  here=====*/

/*========banner sec css start here====*/
.banner-sec {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.hero-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 100%) 0%, rgb(21 19 19 / 23%) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.75) 100%);
    pointer-events: none;
}
.hero-wrap {
    position: relative;
    z-index: 22;
    padding-top: 30px;
}
/*.bg-dark-blue {
    background-color: #142F53;
  }*/
.hero-bg {
    position: absolute;
    inset: 0;
    background: url(../../assets/images/banner-img.jpg) no-repeat center center / cover;
    z-index: 0;
}
.bg-highlight {
  background-color: #304859;
  border: 1px solid rgb(226 226 226);
}
.btn-cta {
  display: inline-block;
  background: #039EF7;
  color: #fff !important;
  padding: 8px 15px;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}
.btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgb(3 158 247);
}

.price-text {
    color: #ff990e;
    display: inline-block;
    position: relative;
    animation: pulse 1.8s ease-in-out infinite;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      transform: scale(1.05);
      opacity: 0.9;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  .form-section {
    background: #fff;
  }
  .form-section h2 {
    font-size: 24px;
    color: #333;
    line-height: 25px;
    margin-bottom: 0;
    padding: 0 !important;
    text-transform: capitalize;
  }
  .form-section .form-control {
    font-size: 14px;
  }
  .form-section .small {
      text-align: center;
      font-size: 16px;
  }
  
  .form-section .small span {
      font-size: 26px;
      color: #039ef7;
      font-weight: 500;
  }
  
  
  #banner-form .input-group-text {
      background: #304859;
      color: #fff;
      font-size: 13px;
      border: 1px solid #304859;
  }
  
  #banner-form input:focus {
      outline: none;
      box-shadow: none;
  }
  .about-info p {
    font-size: 14px;
    text-align: justify;
}
.error {
    border-color: #ff0000 !important;
}

.error {
    font-size: 12px;
    color: #ff0000 !important;
    font-weight: 400 !important;
    margin: 0 !important;
    text-align: left !important;
    display: block;
}
  /*========banner sec css end  here====*/
.price-sec {
    background: #ebf8ff;
}
.price-card {
  background: #fff;
  border: 1px solid #eee;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

  .price-card:hover {
    transform: translateY(-5px);
    border-color: #039EF7;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  }

  .premium-card {
    background: #304859;
    border: none;
    color: #fff;
  }

  .price-card h5 {
    font-size: 1.2rem;
  }

  .price-details h4 {
    font-size: 1.5rem;
  }
.amenity-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  text-align: center;
  padding: 25px 15px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.amenity-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  border-color: #039ef7; /* Luxury gold color */
}

.icon-wrap {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-wrap img {
  max-width: 100%;
  transition: transform 0.3s ease;
}

.amenity-card:hover .icon-wrap img {
  transform: scale(1.15);
}


.amenity-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-top: 10px;
  transition: color 0.3s ease;
}

.amenity-card:hover .amenity-title {
  color: #039ef7;
}

.floor-plans-unique {
  background: linear-gradient(to bottom, #f8fafc, #ffffff);
}

.floor-step {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  margin-bottom: 3rem;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease;
}

.floor-step:hover {
  transform: translateY(-5px);
}

.floor-step.reverse {
  flex-direction: row-reverse;
}


.floor-image {
  flex: 1 1 50%;
  overflow: hidden;
  border-radius: 12px;
  max-height: 380px;
}

.floor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.floor-step:hover .floor-image img {
  /* transform: scale(1.05); */
}

.floor-info {
  flex: 1 1 50%;
  padding: 0 1.5rem;
  position: relative;
}

.floor-info h3 {
  font-size: 1.5rem;
  color: #142F53;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.floor-info p {
  color: #555;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.step-number {

  font-size: 3rem;
  font-weight: 700;
  color: #142f53;

}

.floor-info ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2rem;
}

.floor-info ul li {
  font-size: 0.9rem;
  color: #444;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.floor-info ul li i {
  color: #039EF7;
  font-size: 1rem;
  margin-right: 8px;
}

.floor-step:last-child {
    margin-bottom: 0;
}

.gallery-sec {
    background: #ebf8ff;
}

.gallery-box {
    border-radius: 10px;
    overflow: hidden;
}

.gallery-box img {
    height: 250px;
    object-fit: cover;
}
.location-section {
  background-color: #fff;
}

.location-card {
  background: #fff;
  border-radius: 12px;
  padding: 10px 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  height: 100%;
  border: 1px solid #ddd;
}

.location-card:hover {
  transform: translateY(-4px);
}

.location-icon {
  font-size: 24px;
  color: #142f53;
  flex-shrink: 0;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.footer {
  background-color: #304859 !important;
}

.footer h5 {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}

.footer .text-muted {
  color: #bbb !important;
}

.footer-bottom {
  font-size: 0.85rem;
  color: #aaa;
}
.call {
    width: 40px;
    position: fixed;
    bottom: 10px;
    left: 7px;
    z-index: 222;
}
.whatsapp img, .call img {
    width: 100%;
}
.whatsapp {
    width: 40px;
    position: fixed;
    bottom: 10px;
    right: 7px;
    z-index: 222;
}


footer .small.text-muted {
    color: #fff !important;
    font-weight: 300;
    font-size: 14px;
}
.custom-modal .modal-dialog {
  max-width: 450px;
}

.register-modal-content {
  background: #fff;
  border-radius: 14px;
  position: relative;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  overflow: hidden;
  padding: 0;
}

.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #cfcfcf;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  opacity: 0.9;
  font-size: 14px;
  transition: background 0.3s ease;
}
.close-modal:hover {
  background-color: #d2d2d2;
  color: #fff;
  opacity: 1;
}

.modal-header {
  border-bottom: none;
  padding: 10px;
  display: block;
}
.modal-logo {
  width: 80px;
  margin-bottom: 10px;
}
.modal-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 0;
}
.modal-title .highlight {
  color: #C1272D;
}
.modal-subtitle {
  font-size: 14px;
  color: #000;
  margin: 0;
  font-weight: 700;
}

.form-control-custom {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px 14px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #fafafa;
  font-weight: 700;
}
.form-control-custom:focus {
  border-color: #142f53;
  box-shadow: 0 0 0 2px rgb(255 255 255 / 15%);
  background: #fff;
  outline: none;
}

.btn-register-submit {
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  width: 100%;
  background: linear-gradient(90deg, #039EF7, #142f53);
}
.btn-register-submit:hover {
  color: #fff;
}

.promise-footer {
  background: #fafafa;
  padding: 15px;
  border-top: 1px solid #f0f0f0;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  justify-content: space-around;
}
.promise-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.promise-icons li {
  text-align: center;
  flex: 1;
}
.promise-icons img {
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
}
.promise-icons span {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: 800;
  line-height: 20px;
}
.modal-header .logo-name {
    color: #000;
    font-size: 30px;
}