/* -------------------------------------------
   Project:     KVIRAAJ
   Version:     1.0
   Developer:   Sunil Kumar
------------------------------------------- */

/* ========== Common CSS Starts Here ========== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  /* Fonts */
  --font-primary: 'Poppins', sans-serif;

}

/* Reset */
* {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.4s all ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  box-shadow: none;
}

body {
  font-family: var(--font-primary);
  overflow-x: hidden;
  background: #F0F0F0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
.thm-btn {
    background: #26303D;
    color: #F0F0F0;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
}
.thm-btn:hover{
  background: #182940;
color: #fff;
}
.container {
    max-width: 95%;
}

/*header sec css start here*/
.header {
    background: #F0F0F0;
    padding: 5px 0;
    transition: all 0.3s ease;
}
header.header.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 99;
}
.header .navbar-nav li a {
    color: #000 !important;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 10px !important;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 36px;
}

nav.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.btn-call {
    background: #26303D;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}
div#navbarSupportedContent {
    justify-content: space-between;
    gap: 20px;
}
.header .navbar-nav li a.active {
    background: #26303D;
    color: #fff !important;
    font-weight: 500;
}
.btn-call:hover{
background: #182940;
color: #fff;
}
.navbar-nav {
    margin: 0 auto;
    display: flex;
    gap: 20px; 
}
/*header sec css start here*/

/*banner sec css start here*/
.banner-sec {
    background: url(../../assets/images/banner-img.avif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 88vh;
    display: flex;
    align-items: center;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.banner-content {
    text-align: right;
}

.banner-content span {
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Calgary';
}

.banner-content h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 65px;
    line-height: 70px;
    margin-bottom: 10px;
    font-family: 'Calgary';
}

.banner-content  p {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.yellow-btn {
    background: #DBA009;
    color: #26303D;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
}
.yellow-btn:hover{
background: #e4b33b;
color: #000;
}
.shape-bg-img {
    position: absolute;
    top: -60px;
    width: 100%;
}

.shape-bg-img img {
    width: 100%;
    height: 200px;
}

.banner-bottom .container {
    position: relative;
}
.banner-bottom-info {
    text-align: center;
}

.banner-bottom {
    padding: 30px 0;
    background-color: #fff;
    position: relative;
}
.banner-bottom-info h2 {
    font-weight: 400;
    font-size: 70px;
    margin-bottom: 0;
    font-family: 'Calgary';
    line-height: 65px;
}

.banner-bottom-info span {
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
}
/*banner sec css end  here*/
.about-img-full img {
    width: 100%;
}


.about-sec .container-fluid {
    padding: 0;
}

.about-content {
    padding-right: 60px;
    position: relative;
}
.about-sec {
    background: url(../../assets/images/about-bg.avif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding:50px 0;
    position: relative;
}
.about-sec::after{
  content:"";
  position:absolute;
  top: 126px;
  right: 49px;
  width:2px;
  height: calc(100% - 126px);
  background: rgba(255,255,255,0.6);
}
  .about-video-btn img {
    width: 50px;
}
.about-video-btn {
    position: relative;
    z-index: 99;
}
.about-sec .title{
      color: #F0F0F0;
}
.title {

font-size: 60px;

font-weight: 400;

font-family: 'Calgary';

line-height: 60px;
}
.project-name {
    text-align: right;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
}
.project-name {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
}
.project-name:before {
  content: "";
  flex: 5;
  height: 2px;
  background: rgba(255,255,255,0.7);
}
.border-title {
    padding-left: 5%;
}

.project-name:after {
  content: "";
  flex: 1;
  height: 2px;
  background: rgba(255,255,255,0.7);
}

.project-name b {
    font-weight: 600;
}
.about-content p {
    color: #F0F0F0;
    font-weight: 400;
    font-size: 19px;
}
.about-video-wrp {
    text-align: right;
    padding-right: 25px;
}

.ameni-row{
  margin-bottom:40px;
}


.ameni-img.right{
  border-radius: 180px 0 0 180px;
  overflow: hidden;
}

.ameni-img.left{
  border-radius: 0 180px 180px 0;
  overflow: hidden;
}

.ameni-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition: transform 0.5s ease-in-out;
  transform: scale(1);
}
.ameni-img:hover img {
    transform: scale(1.1);
}
.line-title {
    height: 2px;
    background:#222;
    display: block;
    width: 30%;
    position: relative;
    z-index: -1;
}

.title-with-line {
    display: flex;
    align-items: baseline;
    gap: 25px;
    padding-left: 0;
    position: relative;
}
.amenities-title h4 {
    font-weight: 500;
    font-size: 50px;
    line-height: 80px;
}

.amenities-title p {
    font-weight: 400;
    font-size: 17px;
}
.title-with-line.right.justify-end {
    justify-content: end;
}
.ameni-top-text {
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 25px;
}
.amenities-sec {
    position: relative;
}

.amenities-sec:before {
  position: absolute;
  content: "";
  background: url(../../assets/images/amenities-shape.avif);
  top: 10%;
  left: 0;
  width: 190px;
  height: 380px;
  background-repeat: no-repeat;
}
.container.text-lg-end {
    padding-right: 0;
}
.title-dec {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
.master-plan-sec {
      background: url(../../assets/images/plan-bg.avif);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
}
.plan-tabs{
  /*background:#eaeaea;*/
  display:flex;
  margin: 40px 0 !important;
}

.plan-tabs .nav-link{
  border-radius:0;
  border:0;
  color:#333;
  padding: 5px 50px;
  background: #D9D9D999;
  margin: 0 4px;
  font-weight: 400;
  font-size: 26px;
  position: relative;
}

.plan-tabs .nav-link.active{
  background: #26303D;
  color:#fff;
}
.text-tab {
    display: none;
}

.plan-tabs .nav-link.active .text-tab {
    display: inline-block;
}

.plan-desc{
  font-size: 20px;
  color: #26303D;
  margin-bottom:20px;
  font-weight: 300;
}

.plan-list{
  list-style:none;
  padding:0;
  margin:0;
}

.plan-list li{
  display:flex;
  justify-content:space-between;
  padding:8px 0;
  border-bottom:1px solid #ddd;
  margin-bottom: 20px;
}

.plan-list span{
  color: #26303D;
  font-weight: 300;
  font-size: 20px;
}

.plan-list li b {
    color: #26303D;
    font-weight: 300;
    font-size: 20px;
}
.plan-tabs .nav-link.active:before {
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom: -9px;
  width:0;
  height:0;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-top:10px solid #26303d;
}
.master-plan-sec:before{
    position: absolute;
    content: "";
    background: url(../../assets/images/plan-shape-img.avif);
    top: -150px;
    right: 0;
    width: 317px;
    background-repeat: no-repeat;
    height: 500px;
}

.location-sec{
  min-height:100vh;
  background:
    url("../../assets/images/location-bg.avif");
  position:relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.cloud-shape-1,
.cloud-shape-2 {
    position: absolute;
    pointer-events: none;
}

.cloud-shape-1 {
    top: 40%;
    left: 20%;
    animation: floatCloud1 18s ease-in-out infinite;
}

.cloud-shape-2 {
    top: 40%;
    right: 15%;
    animation: floatCloud2 22s ease-in-out infinite;
}

/* Animations */
@keyframes floatCloud1 {
    0%   { transform: translateX(0) translateY(0); }
    50%  { transform: translateX(40px) translateY(-10px); }
    100% { transform: translateX(0) translateY(0); }
}

@keyframes floatCloud2 {
    0%   { transform: translateX(0) translateY(0); }
    50%  { transform: translateX(-50px) translateY(15px); }
    100% { transform: translateX(0) translateY(0); }
}


.loc-stats h4{
  color:#f5c400;
  font-weight: 600;
  font-size: 20px;
}

.loc-stats p{
  margin:0;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

.location-bg-sec p{
  font-size:14px;
}

.location-adv .title {
    color: #fff;
}

.location-adv ul li {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
}
.location-adv ul li b {
    font-weight: 600;
}
.stats-box {
    text-align: center;
    padding-right: 14px;
    position: relative;
}

.stats-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-right: 2px solid #fff;
    width: 100%;
    height: 50%;
}

.stats-box:last-child:before {
    display: none;
}
.location-stats {
    display: flex;
    justify-content: space-between;
}

.loc-stats {
    gap: 20px !important;
}

.location-stats-text span {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.location-text p {
    font-weight: 300;
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}
.gallery-carousel .item img{
  width:100%;
  height:380px;
  object-fit:cover;
   border-radius:6px; 
  transition:0.4s ease;
  /* opacity:0.6; */
  transform:scale(0.85);
}
.gallery-btn {
    color: #000;
    border: 2px solid #000;
    width: 50px;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 22px;
    float: right;
}

.gallery-btn:hover {
    background: #26303d;
    color: #fff;
}


.gallery-carousel .owl-item.center img{
  transform:scale(1.15);
  opacity:1;
  height: 500px;

}
.gallery-carousel .owl-stage{
  display:flex;
  align-items:center;
}

.gallery-carousel .owl-nav{
  position:absolute;
  top:-70px;
  right:0;
}

.gallery-carousel .owl-nav button{
  width:44px;
  height:44px;
  border-radius:50%;
  border: 1.5px solid #000 !important;
  margin-right: 10px;
}
.gallery-carousel {
    margin-top: 50px;
}
.gallery-carousel .owl-nav button:hover{
    background: #26303D;
  color:#fff;

}
.gal-title-bottom h3 {
    font-weight: 600;
    font-size: 30px;
}
.brochure-sec {
    background: url(../../assets/images/brochure-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.single-item {
    max-width: 550px;
    margin: 0 auto;
}
.gal-title-bottom {
    margin-bottom: 20px;
}

.plan-brochure .owl-nav button {
    color: #F0F0F0 !important;
    border: 1.5px solid #fff !important;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
}

.plan-brochure .owl-nav button:hover {
    background: #26303D;
    color:#fff;
    border-color: #26303D !important;
}

.plan-brochure .owl-nav  .owl-next {
    right: 0;
}
section.cta-form {
    padding: 100px 0 !important;
    position: relative;
}
section.cta-form:before{
      position: absolute;
      content: "";
      background: url(../../assets/images/cta-shape-bg.avif);
      top: -90px;
      left: 0;
      width: 240px;
      height: 380px;
      background-repeat: no-repeat;
}

.cta-form h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}

#cta-form input, #cta-form textarea {
    border: none;
    background: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 0;
    resize: none;
}

#cta-form input::placeholder,  #cta-form textarea::placeholder {
    color: #000;
}
#cta-form input:focus,  #cta-form textarea:focus {
    outline: none;
    box-shadow: none;
}


.cta-img img {
    width: 100%;
    border: 2px solid #26303D;
    border-radius: 200px;
    padding: 15px;
}

.cta-title {
    text-align: right;
}

.cta-title h2 {
    font-size: 50px;
    line-height: 60px;
}

.shape-star img, .shape-ellipse img, .star-shape img {
    width: 45px;
    padding: 0;
    border: none;
}
.cta-img {
    position: relative;
}

.shape-star {
    position: absolute;
    left: -50px;
    top: 20px;
}

.shape-ellipse {
    position: absolute;
    top: 50%;
    left: -22px;
}

.star-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}
section.cta-form .col-lg-4 {
    padding: 0 20px;
}

.footer-sec{
  background: #26303D;
  color: #F0F0F0;
  border-top: 10px solid #DBA009;
}


.footer-desc{
  font-size: 15px;
  line-height: 28px;
  max-width:320px;
  font-weight: 400;
}

.footer-title{
  color: #F0F0F0;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
}

.footer-links{
  list-style:none;
  padding:0;
}

.footer-links li{
  margin-bottom:9px;
}

.footer-links a{
  color: #F0F0F0;
  text-decoration:none;
  font-size: 15px;
  font-weight: 400;
}


.contact-row{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-bottom: 20px;
  font-size:14px;
  line-height:1.5;
}

.contact-row i{
  color: #fff;
  font-size:16px;
  margin-top:2px;
}

.footer-social a{
  color:#fff;
  font-size:18px;
  margin-right:14px;
}


.newsletter-input{
  display:flex;
  background:#6e747a;
  border-radius:4px;
  overflow:hidden;
  height:44px;
}

.newsletter-input input{
  border:0;
  background: #F0F0F054;
  padding:0 12px;
  color:#fff;
  width:100%;
  outline:none;
  font-size:14px;
}
.newsletter-input input::placeholder{
  color: #fff;
}
.newsletter-input button{
  border:0;
  background: #F0F0F054;
  color:#fff;
  padding:0 14px;
  font-size:18px;
}

.footer-bottom{
  text-align:left;
  font-size:13px;
  margin-top:20px;
}
.contact-row span, .contact-row span a {
    color: #F0F0F0;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
}

.footer-bottom p {
    margin-bottom: 0;
    color: #F0F0F0;
}

.footer-bottom .container {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding: 14px 0;
}
.footer-links a:hover {color: #DBA009;}

.footer-social a:hover {
    color: #DBA009;
}
.contact-row span a:hover{
  color: #DBA009;
}


/**/
section.inner-banner {
    background: url(../../assets/images/about-banner.avif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 58vh;
    display: flex;
    align-items: center;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.inner-banner-content h1 {
    color: #FFFFFF;
    font-family: 'Calgary';
    font-size: 80px;
    margin-bottom: 15px;
}

.inner-banner-content {
    text-align: center;
}
.banner-dec {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
}
.about-img{
  overflow: hidden;
}
.about-img img {
    width: 100%;
    transition: transform 0.5s ease-in-out;
    transform: scale(1);
    border-radius: 5px;
}
.about-img:hover img{
      transform: scale(1.1);
}

.about-ui-text span {
    font-family: 'Calgary';
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}

.about-ui-text p {
    font-weight: 300;
    line-height: 32px;
    font-size: 16px;
}
.about-ui-text .title {
    margin-bottom: 15px;
}
.about-bottom-text {
    padding-left: 90px;
}
.about-bottom-text h3 {
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    line-height: 35px;
}
section.about-stats {
    background: #26303D;
}
.about-stats-box {
    text-align: center;
}

.about-stats-box h4 {
    color: #F0F0F0;
    font-family: 'Calgary';
    font-size: 70px;
}

.about-stats-box span {
    color: #F0F0F0;
    font-weight: 400;
    font-size: 20px;
}
.about-info-box {
    background: #26303D;
    padding: 30px;
    margin-bottom: 25px;
}

.about-info-box h5 {
    font-family: 'Calgary';
    color: #F0F0F0;
    font-size: 45px;
    margin-bottom: 15px;
}

.about-info-box p {
    color: #F0F0F0;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
}
.about-video-sec {
    position: relative;
}

.about-video-sec:before {
    position: absolute;
    content: "";
    background: url(../../assets/images/video-bg-shape.avif);
    top: -130px;
    right: -110px;
    width: 317px;
    background-repeat: no-repeat;
    height: 320px;
    z-index: 22;
}
.video-wrp {
    position: relative;
}

.video-play-btn {
    position: absolute;
    top: 40%;
    left: 50%;
}

.video-wrp img {
    width: 100%;
}

.video-play-btn img {
    width: 100px;
}
.location-map img {
    width: 100%;
}

.location-text p {
    font-weight: 300;
    font-size: 21px;
    color: #26303D;
    padding: 25px 0;
}

.location-text ul li {
    font-weight: 400;
    font-size: 15px;
    padding: 10px 35px;
    position: relative;
}

.location-text ul li b {
    font-weight: 700;
}
.location-text ul li:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    background: url(../../assets/images/location-icon-img.avif);
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}
section.location-beni {
    padding-bottom: 130px !important;
}
.about-cta {
    background: linear-gradient(rgba(0, 59, 75, 0.08) 0%, rgba(0, 139, 177, 0.08) 100%);
}
.about-info {
    position: relative;
}

.about-info:before{
    position: absolute;
    content: "";
    background: url(../../assets/images/about-shape-img.avif);
    bottom: 30px;
    left: 0px;
    width: 200px;
    height: 360px;
    background-repeat: no-repeat;
    z-index: 22;
}
/**/

/**/
.contact-info-box {
    text-align: center;
    border-right: 1px solid #000;
}

.contact-info-box i {
    display: block;
    text-align: center !important;
    font-size: 50px;
    color: #26303D;
    margin: 40px 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.contact-info-box span {
    display: block;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 30px;
}

.contact-info-box a, .contact-info-box p {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}


section.contact-info .col-lg-4.col-md-4:last-child .contact-info-box {
    border: none;
}
section.map-sec img {
    width: 100%;
}
#contact-form label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

#contact-form .form-control {
    border: 1px solid #26303D;
    border-radius: 0;
    height: 45px;
    background: none;
}

#contact-form textarea {
    height: 150px !important;
    resize: none;
}

#contact-form .form-control:focus{
  outline: none;
  box-shadow: none;
}

section.contact-form .container {
    padding: 0 100px;
}
/**/

.gallery-filter{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  padding:0;
  margin:0 0 30px;
  list-style:none;
}

.gallery-filter li{
  padding:10px 22px;
  background: #D9D9D999;
  cursor:pointer;
  border-radius: 0;
  font-size: 18px;
  position: relative;
  font-weight: 400;
}

.gallery-filter li.active{
  background:#1f2a37;
  color:#fff;
}

.gallery-filter li.active::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-8px;
  transform:translateX(-50%);
  border-left:8px solid transparent;
  border-right:8px solid transparent;
  border-top:8px solid #1f2a37;
}

.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.gallery-item{
  overflow:hidden;
}

.gallery-item img{
  width:100%;
  height:220px;
  object-fit:cover;
  transition:.4s ease;
}

.gallery-item:hover img{
  transform:scale(1.1);
}

/**/
.amenities-img img {
    width: 100%;
    border-radius: 5px;
    transition: .4s ease;
}

.amenities-info img {
    width: 40px;
    margin-bottom: 15px;
}

.amenities-info h4 {
    color: #26303D;
    font-weight: 500;
    font-size: 32px;
}

.amenities-info p {
    color: #26303D;
    font-weight: 300;
    font-size: 16px;
    margin: 5px 0;
}

.amenities-img {
    overflow: hidden;
    border-radius: 5px;
}

.amenities-img:hover img {
    transform: scale(1.1);
}
/**/


.plan-with-info:before {
    display: none;
}
.unit-info-box{
  background:#1f2a37;
  padding:35px 20px;
}

.unit-item{
  color:#fff;
}

.unit-item i{
  font-size:38px;
  display:block;
  margin-bottom:8px;
}

.unit-item p{
  margin:0;
  font-size:16px;
  letter-spacing:.3px;
  font-weight: 500;
}
.unit-item img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin-bottom: 15px;
}
.unit-item img {
    width: 50px;
    height: 45px;
    object-fit: contain;
    margin-bottom: 15px;
}

.price-table-wrap{
  border:1px solid #999;
}

.price-table thead th{
  background:#1f2a37;
  color:#fff;
  font-weight:600;
  font-size: 16px;
  border:1px solid #444;
}

.price-table td{
  font-size: 16px;
  padding:10px 8px;
  border:1px solid #aaa;
  font-weight: 400;
}

.price-table tbody tr:nth-child(even){
  background:#f6f6f6;
}

.price-table td:first-child{
  font-weight:600;
  font-size: 16px;
}

.charges-box{
  border-left:1px solid #333;
  padding-left:30px;
}

.charges-head{
  display:grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-bottom:25px;
}

.charges-head span{
  background:#1f2a37;
  color:#fff;
  padding:14px 18px;
  font-weight:600;
  font-size: 16px;
  text-transform:uppercase;
}

.charges-list{
  list-style:none;
  padding:0;
  margin:0;
}

.charges-list li{
  display:grid;
  grid-template-columns: 1fr auto;
  padding:14px 0;
  font-weight:500;
  font-size: 16px;
}

.charges-list li span:last-child{
  font-weight: 400;
}


.price-grid{
  display:grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  border: none;
}

.price-grid .cell{
  border:1px solid #6c7684;
  padding: 15px 15px;
  text-align:center;
  font-weight:500;
  background:#fff;
  font-size: 15px;
}

.price-grid .dark{
  background:#1f2a37;
  color:#fff;
  text-align:left;
  padding-left:20px;
  font-weight:600;
  font-size: 16px;
}

.grid-gap{
  grid-column:1 / -1;
  height:40px;
  border-left: none;
  border-right: none;
}
.term-ui-info h4 {
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 20px;
}

.term-ui-info ul li {
    font-weight: 300;
    line-height: 32px;
    padding-bottom: 15px;
    list-style: disc;
}

.term-ui-info ul {
    padding-left: 25px;
}
.location-sec .location-text p {
    color: #fff;
    font-size: 16px;
}

.disclaimer-bs{
  background: #1f2a36;
  color: #fff;
  border-radius: 14px;
}

.disclaimer-bs .modal-title{
  font-weight: 600;
}

.disclaimer-bs p{
  font-size: 15px;
  line-height: 1.7;
  color: #e0e0e0;
}

.error {
    font-size: 12px;
    color: #ff0000 !important;
    font-weight: 400 !important;
    margin: 0 !important;
    text-align: left !important;
    display: block;
}


#downloadModal .modal-header {
      background: linear-gradient(90deg, #4b6cb7, #182848);
      color: white;
      border-bottom: none;
    }

    #downloadModal .btn-close {
      filter: invert(1);
    }

   #downloadModal .modal-content {
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }
    #downloadModal .btn-download {
    background: #DBA009;
    color: #26303D;
border:none;

      transition: 0.3s;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 20px;
    }

   #downloadModal .btn-download:hover {
      transform: scale(1.05);
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }
   #downloadModal .form-label {
    font-weight: 500;
    font-size: 14px;
}

   #downloadModal  .form-control:focus {
      border-color: #4b6cb7;
      box-shadow: 0 0 5px rgba(75,108,183,0.5);
    }
    
.amenities-box img {
    width: 100%;
}


.amenities-box h5 {
    margin: 10px 0;
    color: #26303D;
    font-size: 22px;
    font-weight: 600;
}

.amenities-box p {
    color: #26303D;
    font-size: 12px;
}
.location-sec-mobile {
    background: #27313D;
    padding-bottom:0;
    padding-top:20px;
    position: relative;
}

.location-sec-mobile .title:before {
    display: none;
}

.location-sec-mobile p {
    color: #F0F0F0;
    font-size: 12px;
}

.location-mobile-list li {
    padding-bottom: 15px;
    font-size: 14px;
    color: #F0F0F0;
}

.location-sec-mobile h4 {
    color: #F0F0F0;
    font-weight: 600;
}

.location-sec-mobile .title {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
}

.location-sec-mobile .col-4 {
    border-right: 2px solid #fff;
}

.location-sec-mobile .col-4:last-child {
    border: none;
}
.location-img img {
    width: 100%;
}