  /* -------------------------------------------
  Name:       VVIP Addresses
  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: #55422c;
  }
  /* ========common css end  here======= */
  
  /*======Header sec css start here====*/
  header.header.sticky {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 9999;
      background: #fff;
  }
  header.header ul.navbar-nav li a {
      color: #000 !important;
      padding: 8px 15px !important;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 14px;
  }
  .btn-call {
      display: inline-flex;
      align-items: center;
      margin-left: 10px;
  }
  
  .btn-call i {
      width: 34px;
      height: 34px;
      background-color: #93724b;
      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.header ul.navbar-nav li a:hover {
      color: #93724b !important;
  }
  
  header.header ul.navbar-nav  .active a {
      color: #29759f !important;
  }
  .thm-btn {
      text-shadow: 0px 3px 6px #322601;
      background-color: #55422c;
      color: #fff;
      border: none;
      font-size: 14px;
      padding: 10px 25px;
      border-radius: 5px;
      text-transform: uppercase;
  }
  .thm-btn:hover{
    color: #fff;
    background-color: #67441c;
  }
  
  .fixed-header {
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      background-color: #fff;
      z-index: 2;
  }
  nav.navbar {
      padding: 0;
  }
  /*======Header sec css end  here====*/
  /*======banner sec css start here====*/
  .banner-section {
      height: 100vh;
      display: flex;
      align-items: center;
      padding: 0 0;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      position: relative;
  }
  .banner-section:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-image: linear-gradient(to right, #0000008c, rgb(9 9 9 / 62%), rgb(1 1 1 / 9%), rgb(52 78 65 / 1%));
  }
  .banner-section .container {
      position: relative;
  }
  .banner-text h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
  }
  .banner-text h2 {
    font-size: 1.5rem;
    color: #fff;
  }
  .banner-text ul {
    list-style-type: none;
    padding-left: 0;
  }
  .banner-text ul li::before {
    content: "Ã¢â€”â€ ";
    color: #ff6600;
    margin-right: 8px;
  }
  .form-section {
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
  }
  .form-section h2 {
    font-size: 18px;
    color: #333;
    line-height: normal;
  }
  .form-section .form-control {
    font-size: 14px;
    color: #000;
  }
.form-section .form-select {
    font-size: 14px;
    color: #000;
}

.form-section .form-control::placeholder {
    color: #000;
}

.form-section .form-select:focus{
    outline:none;
    box-shadow:none;
}
  .form-section .small {
      text-align: center;
      font-size: 16px;
  }
  
  .form-section .small span {
      font-size: 22px;
      color: #975200;
  }
  
  
  #banner-form .input-group-text {
      background: #7a572e;
      color: #fff;
      font-size: 13px;
  }
  
  #banner-form input:focus {
      outline: none;
      box-shadow: none;
  }
  .baner-text h2 {
      font-size: 24px !important;
  }
  
  .baner-text strong {
      font-size: 22px;
  }
  
  
  /*======banner sec css end  here====*/
  .about-info p{
    font-size: 15px;
  }
  .number-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #55422c;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    font-size: 16px;
  }
  .highlight-box:hover {
    background-color: #f8f9fa;
    transform: translateY(-4px);
    transition: 0.3s ease;
  }
  .highlight-box h6 {
      font-size: 16px;
  }
  
  .highlight-box {
      padding: 15px !important;
      transition: 0.4s all ease-in-out;
  }
  #highlights {
      background: #fff5e9c2 !important;
  }
  .pricing-card {
    transition: 0.3s ease-in-out;
  }
  .pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  }
  .pricing-card h4 {
      color: #a76619 !important;
      font-size: 28px;
  }
  section#gallery {
      background: #fff5e9c2 !important;
  }
  
  .gallery-box img {
      border-radius: 5px;
  }
  
    .amenity-card {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
      border: 1px solid #e1e1e1 !important;
    }
  
    .amenity-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }
  
    .amenity-card h6 {
      margin: 0;
      font-size: 15px;
      color: #8a5c25;
    }
    .amenity-card img {
      height: 60px;
      width: 60px;
      margin: 0 auto;
  }
  section#location {
    background: #fff5e9c2 !important;
}
.list-group-item {
    margin-bottom: 5px;
    border: 1px solid #ababab;
}
footer{
        background: #55422c;
}
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: #55422c;
    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 {
   background: #55422c;
   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;
}
#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, .form-info .form-group .form-select {
    height: 40px;
    outline: none;
    color: #000;
    box-shadow: none;
    padding: 10px 15px;
    /* background: #f5f5f5; */
    border-color: #eee;
    font-size: 14px;
    font-weight: 500;
}
.form-info .form-group input.form-control::placeholder{
  color:#000;
}
.form-group .form-select:focus{
  outline:none;
  box-shadow:none;
}
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======*/