.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.ns-header-title {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 120px;
}
.ns-header-title .ns-header-table {
    display: table;
    width: 100%;
}
.ns-header-title .ns-header-table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 40px 0;
}
.ns-header-title.ns-header-title-full {
    padding: 8% 0;
    min-height: 300px;
}

.bg-image,
.bg-video {
    z-index: -1
}
.bg-image,
.bg-image>div,
.bg-video,
.bg-video>div {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%
}
.bg-image-row,
.bg-video,
.bg-video-row {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.bg-image-row,
.bg-video-row {
    position: absolute;
    z-index: -1
}
.bg-image-row>div,
.bg-video-row>div {
    height: 100%;
    overflow: hidden
}

h1.header-title {
    color: #fff;
    text-transform: uppercase;
}


#about {
    z-index: -1
}
#about {
    padding: 3em 0;
    text-align: center
}
#about p {
    line-height: 1.8
}
#about p.description {
    max-width: 800px;
    margin: 2em auto;
    text-align: center
}
#aboutPage {
    padding: 3em 0
}
#aboutPage h2 {
    margin-bottom: 20px
}
#aboutPage h4 {
    line-height: 1.5
}
#aboutPage p {
    line-height: 1.8;
    color: #777
}
#aboutPage ul li {
    font-size: 1em;
    color: #777;
    line-height: 2
}
#aboutPage ul li i {
    margin-right: 1em;
    color: #1eacc7
}
a {
    color: #0275d8;
    text-decoration: none;
}

a:hover {
    color: #025aa5; /* darker shade of blue for hover */
    text-decoration: underline; /* optional */
}

#cta {
    padding: 3em 0
}
#cta h5 {
    margin: .3em 0;
    line-height: 1.5
}
.bg-overlay {
    background-image: url(../images/bg-overlay.webp);
    background-size: cover;
}
.bg-theme-dark {
    background-color: rgb(51,51,51) !important;
}

.spaceo_rating_widget { float: left; margin: 0; padding: 0px; display: inline-block; }
.spaceo_rating_widget li { line-height: 0px; width: 28px; height: 28px; padding: 0px; margin: 0px; margin-left: 2px; list-style: none; float: left; cursor: pointer; }
.spaceo_rating_widget li span { display: none; }



/* newly-added */

.error {
    color: #dc3545;
  }
  
  .custom-error {
    border-color: #dc3545;
  }
  .parsley-error {
    border-color: #dc3545;
  }
  
  .parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0;
  }
  .parsley-errors-list.filled {
    display: block;
  }
  .parsley-errors-list > li {
    /* font-size: 12px; */
    list-style: none;
    color: #dc3545;
    margin-top: 5px;
    font-size: .875em;
  }
  .requiredStar {
    color: #dc3545;
  }
  #requiredStar {
    color: #dc3545;
  }
  
  .form-control {
      height: auto;
      padding: 10px 12px;
  }
  
  .vehicelSelection .contact-box img {
    height: 160px;
    object-fit: contain;
  }
  .contact-box {
    padding: 25px 15px;
    border-radius: 7px;
    box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
    background: #ffffff;
  }
  
  #preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(249, 249, 249, .8) 50% 50% no-repeat;
  }
  .preloader {
    position: absolute;
    top: 48%;
    left: 48%;
    border: 6px solid #999999;
    border-top: 6px solid #000000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    z-index: 99;
  }
  
  .hero_other_page {
    position: relative;
    height: 250px;
    background-image: url(/assets/frontend/images/hero_other_page.webp);
    background-size: cover;
    background-position: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    padding: 40px 0 62px;
    overflow: hidden; /* Prevents pseudo-element overflow */
  }
  
  .hero_other_page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 1;
  }
  
  .hero_other_page .hero-title {
    position: relative;
    z-index: 2;
    font-weight: bold;
    color: #FFF;
    font-size: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  
  .theme-text-bg-success {
    color: #fff !important;
    background-color: #0d6efd;
  }
  
  .up_head {
    background-color: rgb(38,128,217);
  }
  .navbar-light p {
    color: #fff;
  }
  
  .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
  }
  
  .ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden
  }
  .ui-autocomplete li {
    border-top: 1px solid #e6e6e6;
    line-height: 24px;
    text-align: left;
    font-size: 13px
  }
  /* .bg-theme {
    background-color: #0d6efd;
    border-color: #0d6efd;
  } */
  .bg-theme {
    background-color: rgb(38,128,217);
    border-color: rgb(38,128,217);
  }
  .btn.btn-danger {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    background: #dc3545;
    color: white;
    font-family: Inter;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
  }
  
  /* booking-details-page-css */
  
  #bookingDetailsContent .carousel-caption {
    position: static;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    color: #000000;
    text-align: center;
    display: block !important;
  }
  #bookingDetailsContent .carousel-image {
    height: 200px;
    width: 400px;
    object-fit: cover;
    position: relative;
  }
  #bookingDetailsContent .carousel-image {
    width: 50%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
  }
  
  #bookingDetailsContent .carousel-inner {
    overflow: hidden;
  }
  
  #bookingDetailsContent .carousel {
    max-width: 100%;
    margin: auto;
  }
  #bookingDetailsContent .vehicleSliderBtn {
    background-color: #0d6efd;
    border: none;
    padding: 8px 8px;
    border-radius: 5px;
    margin: 10px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffff;
  }
  #bookingDetailsContent .img-thumbnail {
    border: 0px;
    width: 80%;
    margin: 0 auto;
    display: flex;
  }
  #bookingDetailsContent .invalid-feedback{
    display: block;
  }
  
  
  .loader-box {
    height: 150px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: middle;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.3s color, 0.3s border, 0.3s opacity, 0.3s -webkit-transform;
    transition: 0.3s color, 0.3s border, 0.3s opacity, 0.3s -webkit-transform;
    transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity;
    transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity, 0.3s -webkit-transform;
  }
  .loader-box [class*=loader-] {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: inherit;
    vertical-align: middle;
  }
  .loader-box .loader-2 {
    border: 0.2em solid transparent;
    border-left-color: #0d6efd;
    border-right-color: #0d6efd;
    border-radius: 50%;
    -webkit-animation: 1s loader-02 linear infinite;
            animation: 1s loader-02 linear infinite;
  }
  
  @-webkit-keyframes loader-02 {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes loader-02 {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  .loader-box-for-small {
    display: inline-block;
    height: 18px;
    width: 18px;
    border: 2px solid #ccc;
    border-radius: 50%;
    border-top-color: #0d6efd;
    animation: spin 1s infinite ease-in-out;
  }
  
  .dynamic-links a {
    display: block;
    color: #333;
    background-color: white;
    padding: 3px 6px;
    border-radius: 4px;
    /* margin-right: 10px; */
    margin-bottom: 10px;
    text-decoration: none;
  }

  .spaceo_rating_widget { float: left; margin: 0; padding: 0px; display: inline-block; }
  .spaceo_rating_widget li { line-height: 0px; width: 28px; height: 28px; padding: 0px; margin: 0px; margin-left: 2px; list-style: none; float: left; cursor: pointer; }
  .spaceo_rating_widget li span { display: none; }

.feature-sec {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.home-section-div {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.cbtn {

  border-radius: 6px;
  margin-bottom: 1.8em;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.cbtn.right {
  padding: 1.6em;
}


.feature3-sec-img {
  max-width: 50%;
}
/* 
.bg-theme-dark {
  background-color: rgb(255,200,0) !important;
} */

.footer .page-links a {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.6rem;
}

.about_us ul li {
  font-size: 1em;
  color: #777;
  line-height: 2;
}


#services {
  padding: 3em 0
}
#services p.description {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 2em;
}
#services span {
  font-size: 30px;
  width: 70px;
  height: 70px;
  background-color: rgba(0, 130, 140, .1);
  text-align: center;
  margin-bottom: 10px;
  border-radius: 80px;
  display: inline-block;
  line-height: 70px
}
#services span i {
  color: #1eacc7
}
#services .fBox {
  background-color: #f8f8f8;
  border: 1px solid #dee2e6;
  text-align: center;
  padding: 1.5rem;
  margin: .5rem;
  display: block;
  color: #555;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 12px;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#services .fBox:hover {
  -webkit-box-shadow: 0 0 15px 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 15px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, .1);
}
#services .fBox p {
  margin-bottom: 0
}

.banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff; /* ensures text is visible over dark background */
}

.banner-text {
    max-width: 50%; /* adjust as needed */
}

.banner-text h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: bold;
    color: white;
}

.banner-text p {
    font-size: 1.2rem;
    line-height: 1.6;
}



@media (max-width: 576px) {   /* mobile breakpoint */
  .mobile-pt-150 {
    padding-top: 150px !important;
  }
}