  /* -------------------------------------------
  Name:       RG Mirage 
  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: 34px;
    font-weight: 600;
    color: #880015;
  }
  /* ========common css end  here======= */
  /*=========Header sec css start here====*/
.navbar {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }
.navbar-brand {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2c3e50;
}
.navbar-nav .nav-link {
  font-weight: 500;
  padding: 5px 15px !important;
  color: #000 !important;
  font-size: 14px;
  text-transform: uppercase;
}
.contact-icons a {
  margin-left: 15px;
  font-size: 14px;
  color: #000 !important;
  transition: color 0.3s;
}
.contact-icons a:hover {
  color: #007bff;
}
ul.navbar-nav {
    margin-left: auto;
    margin-right: 0 !important;
}

.navbar-nav .nav-link:hover {
    color:#880015 !important;
}
.btn-call {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
}
 .btn-call i {
      width: 34px;
      height: 34px;
      background-color: #880015;
      border-radius: 50%;
      text-align: center;
      z-index: 99;
      line-height: 34px;
      margin-right: 10px;
      color: #fff;
  }
  .btn-call span.clltxt {
      display: block;
      font-size: 14px;
      font-weight: 400;
  }
  
  .btn-call span {
      font-weight: 600;
      color: #000;
      text-transform: uppercase;
  }
/*=========Header sec css start here====*/
.banner {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
              url('../../assets/images/banner-1.png') center/cover no-repeat;
  color: #fff;
  padding: 60px 0 0;
  background-position: -50px 0;
}
.banner h1 {
  font-size: 3rem;
  font-weight: 700;
}
.banner p {
  font-size: 1.2rem;
  margin-top: 15px;
}
.form-glass {
  background: rgb(24 22 22);
  border-radius: 20px;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px;
  width: 350px;
  color: #fff;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
  margin-left: 0;
}
.form-glass h3 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}
.form-floating input, .form-floating select {
  background: rgba(255,255,255,0.15);
  border: none;
  border-radius: 12px;
  color: #fff;
}
.form-floating label {
  color: #fff;
}
.form-floating input:focus, 
.form-floating select:focus {
  background: rgba(255,255,255,0.25);
  box-shadow: 0 0 10px rgba(255,215,0,0.4);
}
.btn-custom {
  background: #880015;
  border: none;
  border-radius: 12px;
  font-weight: bold;
  padding: 10px;
  transition: 0.3s;
  color: #fff;
}
.btn-custom:hover {
   background: #7b0315;
   color: #fff;
}
.form-glass h3 span {
    color: #ffc23f;
}
.form-floating label i {
    color: #ffc23f;
    padding-right: 5px;
}
.overview-section {
  padding: 20px 0;
  position: relative;
}
.overview-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.6fr 0.4fr;
  gap: 40px;
  align-items: start;
}

.overview-card {
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
  animation: fadeIn 1s ease-in-out;
}

.overview-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #880015;
}

.overview-text {
  font-size: 16px;
  line-height: 1.9;
  color: #000;
}
.timeline {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 40px;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, #880015, #880015);
  border-radius: 2px;
}

.timeline-item {
  position: relative;
  padding-left: 45px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 20px;
  height: 20px;
  background: #880015;
  border-radius: 50%;
  box-shadow: 0 0 10px #880015;
}

.timeline-item span {
  font-weight: 600;
  color: #880015;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
#amenities {
    background: #000;
}
.amenities-section {
  background: #f8f9fa;
}

.section-title {
  font-size: 34px;
  font-weight: 700;
  color: #ffc23f;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.section-title::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #ffc23f;
  display: block;
  margin: 8px auto 0;
  border-radius: 5px;
}

.amenity-card {
  border-radius: 15px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.amenity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.amenity-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.amenity-title {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.btn.btn-outline-primary {
    border-color: #880015;
    color: #880015;
    line-height: 25px;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
}

.btn.btn-outline-primary:hover {
    background: #880015;
    color: #fff;
}
.cost-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
  
  .gallery-box img {
      border-radius: 5px;
  }
    section#location {
    background: #fff5e9c2 !important;
}
.list-group-item {
    margin-bottom: 5px;
    border: 1px solid #ababab;
}
footer{
        background: #000;
}
footer a {
    color: #fff2f2;
}
.call {
    width: 40px;
    position: fixed;
    bottom: 10px;
    left: 7px;
}
.whatsapp img, .call img {
    width: 100%;
}
.whatsapp {
    width: 40px;
    position: fixed;
    bottom: 10px;
    right: 7px;
}
label.error {
    color: #dc3545;
    font-size: 13px;
    margin-top: 4px;
    display: block;
}
.error {
    border-color: #ff0000 !important;
}
/*=========lead form sec css start here======*/
#form-modal .modal-dialog {

max-width: 450px;
}
#form-modal .modal-header {
    text-align: center;
    background: #000;
    color: #fff;
    padding: 10px 15px;
}
#form-modal .modal-header h5 {
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.form-info form label {
    margin-bottom: 5px;
    color: #0c0c0c;
    font-weight:500;
    font-size: 14px;
}
.form-info button {
   border: medium none;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   box-shadow: inherit;
   color: #000;
   font-weight: 600;
   padding: 10px 10px;
   text-transform: uppercase;
   width: 100%;
   transition: 0.4s all ease-in-out;
   color: #fff;
   background: #880015;
}
#form-modal .modal-header .btn-close {
    opacity: 1;
    filter: brightness(0) invert(1);
}
.form-info .form-group input.form-control {
    padding-left: 5px !important;
}

.form-info .form-group input.form-control {
    height: 40px;
    outline: none;
    color: #999;
    box-shadow: none;
    padding: 10px 15px;
    background: #f5f5f5;
    border-color: #eee;
    font-size: 14px;
    font-weight: 500;
}
div#form-modal .form-info {
    border-radius: 0;
    padding: 0 !important;
    background: none !important;
    box-shadow: none;
}

div#form-modal .form-info form {
    padding: 0;
}
#form-modal .modal-header .btn-close:focus{
    outline: none;
    box-shadow: none;
}
.form-info .form-group {
    position: relative;
}
.form-info .form-group {
    margin-bottom: 10px;
}
.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;
}
/*=========lead form sec css end  here======*/