/*=================================
Rental Top Header Area CSS
====================================*/
/* .rental-top-header-area {
  background-color: #eae7e7;
} */
.rental-top-header-area .container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}
.rental-top-header-area .inner {
  border-bottom: 1px dashed #c9bdbd;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rental-top-header-middle {
  text-align: center;
}
.rental-top-header-middle span {
  font-weight: 500;
  color: #141212;
}

.rental-top-header-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.rental-top-header-btn li {
  list-style-type: none;
  margin-right: 20px;
}
.rental-top-header-btn li .user-btn {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #2b8069;
  font-weight: 700;
}
.rental-top-header-btn li .default-wrap-btn {
  padding: 15px 25px;
  background-color: #204296;
  color: #fff !important;
}
.rental-top-header-btn li .default-wrap-btn:hover {
  background-color: #00a54f;
}
.rental-top-header-btn li:last-child {
  margin-right: 0;
}

/*=================================
Navbar Area CSS
====================================*/
/* .rental-navbar-style .navbar.is-sticky {
  background-color: #fff !important;
} */
.main-navbar,
.navbar,
.container-fluid.navy {
  overflow: visible !important;
  background-color: transparent;
}

.rental-navbar-style .navbar.navbar-light.is-sticky .navy .navy-img,
.rental-navbar-style .navbar.navbar-light .navy .navy-img {
  position: absolute;
  top: 0px;
  height: 160px;
  z-index: 2;
  /* padding: 10px; */
  padding: 5px;
  /* background-color: #fff; */
  margin-left: 15px;
  border: 1px solid #ddd;
}

.rental-navbar-style .navbar.navbar-light {
  background: transparent !important;
  box-shadow: none !important;
  transition: background-color 0.3s ease, box-shadow 0.3s ease,
    padding 0.3s ease;
  padding-top: 15px;
  padding-bottom: 15px;
}
.rental-navbar-style .navbar.navbar-light.is-sticky {
  background-color: #fff !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding-top: 8px;
  padding-bottom: 8px;
}

.rental-navbar-style .navbar.navbar-light .logo {
  display: none;
}
.rental-navbar-style .navbar.navbar-light .search-box-popup {
  display: flex;
  margin-right: 20px;
}
.rental-navbar-style .navbar.navbar-light .search-box-popup i {
  font-size: 25px;
  color: #141212;
  transition: 0.5s all ease;
  line-height: 1;
  cursor: pointer;
}
.rental-navbar-style .navbar.navbar-light .search-box-popup i:hover {
  color: #2b8069;
}
.rental-navbar-style .navbar.navbar-light .navbar-nav {
  margin: auto;
}
.rental-navbar-style .navbar.navbar-light .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}
.rental-navbar-style .navbar.navbar-light .navbar-nav .nav-item a {
  color: #141212;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
}
.rental-navbar-style .navbar.navbar-light .navbar-nav .nav-item a:hover,
.rental-navbar-style .navbar.navbar-light .navbar-nav .nav-item a:focus,
.rental-navbar-style .navbar.navbar-light .navbar-nav .nav-item a.active {
  color: #2b8069;
  position: relative;
  transition: 0.5s all ease;
}
.rental-navbar-style .navbar.navbar-light .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.rental-navbar-style .navbar.navbar-light .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.rental-navbar-style .navbar.navbar-light .navbar-nav .nav-item:hover a,
.rental-navbar-style .navbar.navbar-light .navbar-nav .nav-item.active a {
  color: #2b8069;
}
.rental-navbar-style .navbar.navbar-light .others-option {
  margin-left: 20px;
}
.rental-navbar-style .navbar.navbar-light .others-option .call-info {
  display: flex;
  gap: 7px;
  align-items: center;
}
.rental-navbar-style .navbar.navbar-light .others-option .call-info span {
  font-weight: 700;
  color: #204296;
}
.rental-navbar-style .navbar.navbar-light .others-option .call-info span a {
  color: #204296;
}
.rental-navbar-style
  .navbar.navbar-light
  .others-option
  .call-info
  span
  a:hover {
  color: #2b8069;
}
.rental-navbar-style.hotel-navbar .navbar.is-sticky {
  /* background-color: #fbf3e0 !important; */
  border-bottom: none !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.rental-navbar-style.hotel-navbar .navbar.navbar-light {
  background-color: #fbf3e0;
  box-shadow: unset;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
}
.rental-navbar-style.hotel-navbar .navbar.navbar-light .logo {
  display: block;
  visibility: hidden;
}
.rental-navbar-style.hotel-navbar .navbar.navbar-light .navbar-nav {
  margin-left: auto;
  margin-right: 0;
}
.rental-navbar-style.hotel-navbar .navbar.navbar-light .others-option {
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.rental-navbar-style.hotel-navbar .navbar.navbar-light .others-option .item {
  margin-right: 30px;
}
.rental-navbar-style.hotel-navbar
  .navbar.navbar-light
  .others-option
  .item
  .language-list {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.rental-navbar-style.hotel-navbar
  .navbar.navbar-light
  .others-option
  .item
  .language-list
  li {
  list-style-type: none;
  color: #141212;
  font-weight: 600;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
}
.rental-navbar-style.hotel-navbar
  .navbar.navbar-light
  .others-option
  .item
  .language-list
  li::before {
  position: absolute;
  content: "";
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #fecd4c;
}
.rental-navbar-style.hotel-navbar
  .navbar.navbar-light
  .others-option
  .item
  .language-list
  li:last-child {
  margin-right: 0;
}
.rental-navbar-style.hotel-navbar
  .navbar.navbar-light
  .others-option
  .item
  .language-list
  li:last-child::before {
  display: none;
}
.rental-navbar-style.hotel-navbar
  .navbar.navbar-light
  .others-option
  .item
  .search-box-popup {
  margin-right: 0;
}
.rental-navbar-style.hotel-navbar
  .navbar.navbar-light
  .others-option
  .item
  .default-wrap-btn {
  background-color: #141212;
  color: #fecd4c !important;
  padding: 15px 25px;
}
.rental-navbar-style.hotel-navbar
  .navbar.navbar-light
  .others-option
  .item
  .default-wrap-btn:hover {
  background-color: #2b8069;
}
.rental-navbar-style.hotel-navbar
  .navbar.navbar-light
  .others-option
  .item:last-child {
  margin-right: 0;
}
.rental-navbar-style.property-navbar .navbar.is-sticky {
  background-color: #fbf3e0 !important;
  border-bottom: none !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.rental-navbar-style.property-navbar .navbar.navbar-light {
  background-color: transparent;
  box-shadow: unset;
  padding-top: 20px;
  padding-bottom: 20px;
}
.rental-navbar-style.property-navbar .navbar.navbar-light .logo {
  display: block;
}
.rental-navbar-style.property-navbar .navbar.navbar-light .navbar-nav {
  margin-left: auto;
  margin-right: 0;
}
.rental-navbar-style.property-navbar .navbar.navbar-light .others-option {
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.rental-navbar-style.property-navbar .navbar.navbar-light .others-option .item {
  margin-right: 30px;
}
.rental-navbar-style.property-navbar
  .navbar.navbar-light
  .others-option
  .item
  .search-box-popup {
  margin-right: 0;
}
.rental-navbar-style.property-navbar
  .navbar.navbar-light
  .others-option
  .item
  .default-wrap-btn {
  background-color: transparent;
  color: #141212 !important;
  padding: 12px 20px;
  border: 2px solid #141212;
}
.rental-navbar-style.property-navbar
  .navbar.navbar-light
  .others-option
  .item
  .default-wrap-btn:hover {
  background-color: #fecd4c;
  border: 2px solid #fecd4c;
}
.rental-navbar-style.property-navbar
  .navbar.navbar-light
  .others-option
  .item:last-child {
  margin-right: 0;
}

/*================================================
Search Modal Style CSS
=================================================*/
.search-modal .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0;
  display: table;
}
.search-modal .modal-content {
  height: 100%;
  border-radius: 0;
  border: none;
  display: table-cell;
  vertical-align: middle;
  background-color: #141212;
  opacity: 0.77;
}
.search-modal .modal-body {
  max-width: 700px;
  margin: auto;
  padding: 0;
}
.search-modal .modal-header {
  border: none;
}
.search-modal .modal-header button {
  position: relative;
}
.search-modal .modal-header button.close {
  position: absolute;
  right: 25px;
  top: 25px;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 55px;
  background-color: #eeeeee;
  border-radius: 50px;
  color: #2b8069;
  border: none;
  font-size: 35px;
  transition: 0.5s all ease;
}
.search-modal .modal-header button.close:hover,
.search-modal .modal-header button.close:focus {
  background-color: #2b8069;
  color: #ffffff;
}

.modal-search-form {
  position: relative;
}
.modal-search-form .search-field {
  background-color: transparent;
  height: 60px;
  padding: 8px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  transition: 0.5s all ease;
  border-radius: 10px;
  color: #ffffff;
}
.modal-search-form .search-field::-moz-placeholder {
  color: #ffffff;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.modal-search-form .search-field::placeholder {
  color: #ffffff;
  transition: 0.5s all ease;
}
.modal-search-form .search-field:focus {
  border-color: #00c195;
}
.modal-search-form .search-field:focus::-moz-placeholder {
  color: transparent;
}
.modal-search-form .search-field:focus::placeholder {
  color: transparent;
}
.modal-search-form button {
  border: none;
  background-color: #eeeeee;
  color: #00c195;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 10px;
  padding: 0;
  transition: 0.5s all ease;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.modal-search-form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  transform: translateY(-52%);
}
.modal-search-form button:hover,
.modal-search-form button:focus {
  background-color: #2b8069;
  color: #ffffff;
}

/*================================================
Rental Banner Area CSS
=================================================*/
.rental-banner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;

  /* Combined gradient overlay + background image */
  /* background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url("assets/newimgs/kenny-eliason-XEsx2NVpqWY-unsplash.jpg"); */
  /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("https://media.istockphoto.com/id/915097804/photo/black-brick-wall-background-texture-dark-masonry.jpg?s=612x612&w=0&k=20&c=6E9gSLZ261VciCcXJvig-Sn0Q-ypvqWnEN7iOgv69hk=");  */
  /* 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  color: #fff; /* Optional: makes text readable over dark overlay */
}
.rental-banner-area .main-hero-content{
  padding-top: 120px;
}

.rental-banner-area .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover; /* The magic: crops, scales perfectly! */
  object-position: center center;
  z-index: -2;
  pointer-events: none; /* Prevent accidental interaction */
}

.rental-banner-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw; /* Or 100%, see NOTE below */
  height: 100vh; /* Or 100%, see NOTE below */
  min-width: 100%;
  min-height: 100%;
  object-fit: cover; /* For some browsers (ignores on iframe but helps if video is used directly) */
  z-index: -2;
  pointer-events: none;
  border: none; /* Removes border in modern browsers */
}
.rental-banner-area .iframe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background: #0000003b;
}

.rental-banner-content {
  max-width: 970px;
  margin: auto;
  background-color: #0000000f;
  padding: 30px 30px;
  border-radius: 20px;
  z-index: 1;

  /* animation styles */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
  pointer-events: none;
}

/* Only applied when video ends */
.rental-banner-content.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}




/* .main-hero-content {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transfojhmgrm 1s ease;
  pointer-events: none;
}
.main-hero-content.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
} */


.rental-banner-content .sub {
  display: inline-flex;
  /* padding: 10px 15px; */
  /* background-color: #00a54f; */
  color: #fff;
  border-radius: 5px;
  letter-spacing: 1.2px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.rental-banner-content h1 {
  font-size: 60px;
  letter-spacing: -2.4px;
  margin-bottom: 15px;
  font-family: "Righteous", serif;
  line-height: 1.2;
  color: #fff;
}
.rental-banner-content p {
  max-width: 750px;
  font-size: 20px;
  color: #ddd;
  font-weight: 600;
}
.rental-banner-content .search-container {
  background: #ffffff;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);
  padding: 20px 30px;
  display: flex;
  gap: 45px;
  align-items: center;
  justify-content: space-between;
  max-width: 940px;
  margin: 30px auto 0;
}
.rental-banner-content .search-container .form-group {
  position: relative;
}
.rental-banner-content .search-container .form-group::before {
  position: absolute;
  content: "";
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: rgba(223, 199, 201, 0.5);
}
.rental-banner-content .search-container .form-group .nice-select {
  display: flex;
  align-items: center;
  padding: 10px 50px 10px 0;
  width: 115px;
  color: #585858;
  font-weight: 600;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.rental-banner-content .search-container .form-group .nice-select:after {
  right: 0;
  margin-top: -5px;
  width: 7px;
  height: 7px;
}
.rental-banner-content .search-container .form-group .search-input {
  border: none;
  outline: 0;
  box-shadow: unset;
  color: #9b9b9b;
  transition: 0.5s all ease;
  background-color: transparent;
}
.rental-banner-content
  .search-container
  .form-group
  .search-input::-moz-placeholder {
  color: #9b9b9b;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.rental-banner-content
  .search-container
  .form-group
  .search-input::placeholder {
  color: #9b9b9b;
  transition: 0.5s all ease;
}
.rental-banner-content
  .search-container
  .form-group
  .search-input:focus::-moz-placeholder {
  color: transparent;
}
.rental-banner-content
  .search-container
  .form-group
  .search-input:focus::placeholder {
  color: transparent;
}
.rental-banner-content .search-container .form-group .filter-btn {
  background-color: transparent;
  padding: 0;
  display: flex;
  gap: 20px;
  align-items: center;
  font-weight: 600;
  color: #585858;
  border: none;
  transition: 0.5s all ease;
}
.rental-banner-content .search-container .form-group .filter-btn:hover {
  color: #2b8069;
}
.rental-banner-content .search-container .form-group .default-wrap-btn {
  border: none;
}
.rental-banner-content .search-container .form-group:last-child::before {
  display: none;
}
.rental-banner-content .banner-info {
  display: flex;
  justify-content: start;
  gap: 15px;
  align-items: center;
  margin-top: 40px;
}
.rental-banner-content .banner-info .user-list {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.rental-banner-content .banner-info .user-list li {
  list-style-type: none;
  margin-right: -15px;
}
.rental-banner-content .banner-info .user-list li img {
  border-radius: 50px;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.14);
}
.rental-banner-content .banner-info .user-list li:last-child {
  margin-right: 0;
}
.rental-banner-content .banner-info .text {
  max-width: 510px;
  text-align: start;
}
.rental-banner-content .banner-info .text p {
  font-weight: 500;
}
.rental-banner-content .banner-info .text p strong {
  font-weight: 700;
  color: #141212;
}
.rental-banner-content .banner-info .text p a {
  font-weight: 700;
  color: #2b8069;
}
.rental-banner-content .banner-info .text p a i {
  font-size: 20px;
  position: relative;
  top: 2.5px;
}
.rental-banner-content .banner-info .text p a:hover {
  color: #f4773d;
}
.rental-banner-content .arrow-btn {
  margin-top: 50px;
}
.rental-banner-content .arrow-btn a i {
  display: inline-flex;
  align-items: end;
  justify-content: center;
  width: 40px;
  height: 70px;
  line-height: 40px;
  border-radius: 120px;
  border: 1px solid #eae7e7;
  color: #eae7e7;
  font-size: 20px;
  transition: 0.5s all ease;
}
.rental-banner-content .arrow-btn a i:hover {
  border: 1px solid #2b8069;
  color: #2b8069;
}

/*================================================
Rental About Area CSS
=================================================*/
.rental-about-area {
  overflow: hidden;
  padding-bottom: 150px;
}

.rental-about-images {
  margin-right: 50px;
}
.rental-about-images .image1 img {
  border-radius: 20px;
  animation: movebounce 2s linear infinite;
}
.rental-about-images .image2 img {
  border-radius: 20px;
  animation: movebounce 1s linear infinite;
}
.rental-about-images .image3 img {
  border-radius: 20px;
  animation: movebounce 2s linear infinite;
}

.rental-about-content .sub {
  display: inline-flex;
  padding: 10px 15px;
  background-color: #2b8069;
  color: #ffffff;
  border-radius: 5px;
  letter-spacing: 1.2px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}
.rental-about-content h2 {
  font-size: 45px;
  margin-bottom: 15px;
}

@keyframes movebounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
/*================================================
Rental Listing Area CSS
=================================================*/
.rental-listing-area {
  overflow: hidden;
}

.rental-tabs-listing-top {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 40px;
}
.rental-tabs-listing-top .search-box {
  position: relative;
  border-right: 1px solid #e7e7e7;
  padding-right: 20px;
  width: 425px;
}
.rental-tabs-listing-top .search-box .search-input {
  border-radius: 50px;
  background-color: #e7e7e7;
  width: 100%;
  height: 52px;
  border: none;
  outline: 0;
  box-shadow: unset;
  color: #9b9b9b;
  font-weight: 500;
  transition: 0.5s all ease;
  padding: 10px 25px 10px 60px;
}
.rental-tabs-listing-top .search-box .search-input::-moz-placeholder {
  color: #9b9b9b;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.rental-tabs-listing-top .search-box .search-input::placeholder {
  color: #9b9b9b;
  transition: 0.5s all ease;
}
.rental-tabs-listing-top .search-box .search-input:focus::-moz-placeholder {
  color: transparent;
}
.rental-tabs-listing-top .search-box .search-input:focus::placeholder {
  color: transparent;
}
.rental-tabs-listing-top .search-box button {
  display: flex;
  color: #141212;
  font-size: 20.5px;
  transition: 0.5s all ease;
  border: none;
  padding: 0;
  background-color: transparent;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.rental-tabs-listing-top .search-box button:hover {
  color: #2b8069;
}
.rental-tabs-listing-top .nav {
  border: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.rental-tabs-listing-top .nav .nav-item {
  margin-right: 10px;
}
.rental-tabs-listing-top .nav .nav-item .nav-link {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 50px;
  transition: 0.5s all ease;
  color: #141212;
}
.rental-tabs-listing-top .nav .nav-item .nav-link:hover,
.rental-tabs-listing-top .nav .nav-item .nav-link.active {
  background: #e7e7e7;
  color: #555;
  font-weight: 700;
}
.rental-tabs-listing-top .nav .nav-item:last-child {
  margin-right: 0;
}

.rental-listing-card .listing-image {
  position: relative;
}
.rental-listing-card .listing-image .image a img {
  border-radius: 20px;
}
.rental-listing-card .listing-image .heart-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #ffffff;
  color: #ff0000;
  border-radius: 50px;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: 0.5s all ease;
  z-index: 1;
}
.rental-listing-card .listing-image .heart-btn:hover {
  background-color: #2b8069;
  color: #ffffff;
}
.rental-listing-card
  .listing-image
  .listing-images-slider.owl-theme
  .owl-dots
  .owl-dot
  span {
  width: 7px !important;
  height: 7px !important;
  margin: 0 5px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.5);
}
.rental-listing-card
  .listing-image
  .listing-images-slider.owl-theme
  .owl-dots
  .owl-dot:hover
  span,
.rental-listing-card
  .listing-image
  .listing-images-slider.owl-theme
  .owl-dots
  .owl-dot.active
  span {
  background: #ffffff;
}
.rental-listing-card
  .listing-image
  .listing-images-slider.owl-theme
  .owl-nav.disabled
  + .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.rental-listing-card .listing-content {
  padding-top: 20px;
}
.rental-listing-card .listing-content h3 {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.rental-listing-card .listing-content h3 span {
  color: #9b9b9b;
  font-weight: 500;
  font-size: 15px;
}
.rental-listing-card .listing-content .list {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.rental-listing-card .listing-content .list li {
  list-style-type: none;
  margin-bottom: 7px;
  font-size: 15px;
}
.rental-listing-card .listing-content .list li:last-child {
  margin-bottom: 0;
}
.rental-listing-card .listing-content .price {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-top: 15px;
}
.rental-listing-card .listing-content .price span {
  font-size: 15px;
}
.rental-listing-card .listing-content .price h5 {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 700;
}

/*================================================
Rental Listing Area CSS
=================================================*/
.rental-categories-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 30px;
  background-color: #f6f6f6;
}

.rental-categories-card {
  border-radius: 20px;
  border: 1px solid #d0d0d0;
  overflow: hidden;
  padding: 0 0 0 30px;
}
.rental-categories-card .content h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  transition: 0.5s all ease;
  margin-bottom: -32px;
}
.rental-categories-card .content h3 a {
  text-decoration-line: underline;
}
.rental-categories-card .content h3 a span {
  display: block;
}
.rental-categories-card .content p {
  margin-bottom: 0;
  transition: 0.5s all ease;
  opacity: 0;
}
.rental-categories-card .images {
  margin-bottom: 0;
  padding: 0;
  display: flex;
  justify-content: end;
}
.rental-categories-card .images li {
  list-style-type: none;
  margin-right: -35px;
  transition: 0.5s all ease;
}
.rental-categories-card .images li img {
  height: 200px;
  transition: 0.5s all ease;
}
.rental-categories-card .images li:last-child {
  margin-right: 0;
}
.rental-categories-card:hover .content h3 {
  transform: translateY(-7px);
  margin-bottom: 0;
}
.rental-categories-card:hover .content p {
  opacity: 1;
}
.rental-categories-card:hover .images li {
  margin-right: 0;
}

/*================================================
Rental Works Area CSS
=================================================*/
.rental-works-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 30px;
}
.rental-works-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  background-color: #f6f6f6;
  width: 100%;
  height: 510px;
  z-index: -1;
}
.rental-works-area.wrap-style2 {
  margin: 0 0;
}
.rental-works-area.wrap-style2::before {
  display: none;
}
.rental-works-area.wrap-style2 .rental-works-content h2 {
  max-width: 575px;
}

.rental-works-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

/* .rental-works-content {
  padding-left: 100px;
} */
.rental-works-content .sub {
  display: inline-flex;
  /* padding: 10px 15px; */
  /* background-color: #2b8069; */
  color: #00a54f;
  border-radius: 5px;
  letter-spacing: 1.2px;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 15px;
}
.rental-works-content h2 {
  font-size: 45px;
  margin-bottom: 30px;
}
.rental-works-content h2 span {
  display: block;
  color: rgba(20, 18, 18, 0.3);
}
.rental-works-content .works-items .item {
  display: flex;
  gap: 20px;
  align-items: start;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
}
.rental-works-content .works-items .item .left h3 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
}
.rental-works-content .works-items .item .left h3 span {
  display: block;
}
.rental-works-content .works-items .item .right {
  max-width: 400px;
  margin-left: auto;
  margin-right: 0;
}
.rental-works-content .works-items .item .right p {
  margin-bottom: 15px;
}
.rental-works-content .works-items .item .right p a {
  font-weight: 600;
  text-decoration-line: underline;
  color: #141212;
}
.rental-works-content .works-items .item .right .default-wrap-btn {
  padding: 12px 25px;
}
.rental-works-content .works-items .item .right .default-wrap-btn.wrap-black {
  background-color: #141212;
}
.rental-works-content
  .works-items
  .item
  .right
  .default-wrap-btn.wrap-black:hover {
  background-color: #2b8069;
}
.rental-works-content .works-items .item.border-bottom-none {
  border-bottom: none;
}
.rental-works-content .works-items .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
/*================================================
Rental App Area CSS (Updated)
=================================================*/
.rental-app-area {
  overflow: hidden;

}

.rental-app-left .image {
  position: relative;
}
.rental-app-left .image img,
.rental-app-right .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}

.rental-app-left .image .fun {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #f4773d;
  border-radius: 15px;
  padding: 20px;
}
.rental-app-left .image .fun .top {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 5px;
}
.rental-app-left .image .fun .top h2 {
  margin-bottom: 0;
  font-weight: 700;
  color: #ffffff;
  font-size: 45px;
}
.rental-app-left .image .fun .top img {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.14);
}
.rental-app-left .image .fun p {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.7px;
  font-weight: 600;
  margin-bottom: 0;
}

.rental-app-left .content {
  padding-top: 30px;
  padding-left: 10px;
}
.rental-app-left .content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
.rental-app-left .content p {
  max-width: 710px;
  margin: 6px 0; /* Reduced spacing */
}
.rental-app-area .cta-rental-area {
  display: block;
  margin: 20px auto 0 auto;
  text-align: center;
  border: 1px solid #2b8069;
  border-radius: 50px;
  padding: 13.5px 20px;
  font-weight: 600;
  width: 300px;
  color: #2b8069;
}
.rental-app-area .cta-rental-area:hover {
  background-color: #2b8069;
  color: #fff;
}
.rental-app-area .cta-rental-area:hover a {
  color: #fff;
}
.rental-app-area .cta-rental-area a {
  font-weight: 700;
  color: #2b8069;
}
.rental-app-area .cta-rental-area a:hover {
  color: #f4773d;
}

.rental-app-right .content {
  padding-top: 30px;
  padding-left: 20px;
}
.rental-app-right .content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
.rental-app-right .content p {
  margin-bottom: 18px;
}
.rental-app-right .content .list {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.rental-app-right .content .list li {
  list-style-type: none;
  margin-bottom: 10px;
}
.rental-app-right .content .list li button {
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10.5px 20px;
  border-radius: 50px;
  background-color: #f2f2f2;
  font-weight: 600;
  color: #141212;
  transition: 0.5s all ease;
}
.rental-app-right .content .list li button:hover {
  background-color: #2b8069;
  color: #ffffff;
}
.rental-app-right .content .list li:last-child {
  margin-bottom: 0;
}
.rental-app-right .content.wrap-style .list {
  display: flex;
  align-items: center;
}
.rental-app-right .content.wrap-style .list li {
  margin-right: 15px;
  margin-bottom: 0;
}
.rental-app-right .content.wrap-style .list li button {
  background-color: #f2f2f2;
  color: #141212;
}
.rental-app-right .content.wrap-style .list li button:hover {
  background-color: #f4773d;
  color: #ffffff;
}
.rental-app-right .content.wrap-style .list li:last-child {
  margin-right: 0;
}

/* Optional: Keep both columns aligned vertically on large screens */
@media (min-width: 992px) {
  .rental-app-area .row {
    align-items: stretch;
  }
}

/*================================================
Rental Testimonial Area CSS
=================================================*/
.rental-testimonial-area {
  overflow: hidden;
  background-color: #f6f6f6;
  margin: 0 30px;
}
.rental-testimonial-area .section-top-title {
  max-width: 835px;
}

.rental-testimonial-inner {
  position: relative;
}
.rental-testimonial-inner .list {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  line-height: 1;
  padding-left: 0;
  padding-right: 0;
}
.rental-testimonial-inner .list li {
  list-style-type: none;
  margin-right: 7px;
}
.rental-testimonial-inner .list li span {
  font-size: 15px;
  font-weight: 700;
  color: #141212;
}
.rental-testimonial-inner .list li:last-child {
  margin-right: 0;
}
.rental-testimonial-inner .image {
  margin-top: 40px;
}
.rental-testimonial-inner .image img {
  border-radius: 20px;
}
.rental-testimonial-inner .rental-tabs-testimonial {
  border-radius: 20px;
  background-color: #ffffff;
  max-width: 425px;
  padding: 50px;
  position: absolute;
  right: 30px;
  top: -180px;
}
.rental-testimonial-inner
  .rental-tabs-testimonial
  .rental-testimonial-content
  p {
  font-size: 28px;
  font-weight: 400;
  color: #2b8069;
  margin-bottom: 20px;
  line-height: 1.4;
}
.rental-testimonial-inner
  .rental-tabs-testimonial
  .rental-testimonial-content
  h5 {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
  color: #141212;
}
.rental-testimonial-inner .rental-tabs-testimonial .nav {
  display: flex;
  align-items: center;
  border: none;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.rental-testimonial-inner .rental-tabs-testimonial .nav .nav-item {
  margin-right: 15px;
}
.rental-testimonial-inner .rental-tabs-testimonial .nav .nav-item .nav-link {
  padding: 0;
  border: none;
  background-color: transparent;
}
.rental-testimonial-inner
  .rental-tabs-testimonial
  .nav
  .nav-item
  .nav-link
  img {
  max-width: 40px;
  border-radius: 30px;
  border: 1px solid #f6f6f6;
  padding: 5px;
  transition: 0.5s all ease;
}
.rental-testimonial-inner
  .rental-tabs-testimonial
  .nav
  .nav-item
  .nav-link:hover
  img,
.rental-testimonial-inner
  .rental-tabs-testimonial
  .nav
  .nav-item
  .nav-link.active
  img {
  max-width: 50px;
  border: 1px solid #f4773d;
}
.rental-testimonial-inner .rental-tabs-testimonial .nav .nav-item:last-child {
  margin-right: 0;
}

/*================================================
Rental Fun Facts Area CSS
=================================================*/
.rental-fun-facts-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0 30px;
}
/* .rental-fun-facts-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  background-color: #f6f6f6;
  width: 100%;
  height: 450px;
  z-index: -1;
} */

.rental-fun-facts-content .sub {
  display: inline-flex;
  /* padding: 10px 15px; */
  /* background-color: #2b8069; */
  color: #2b8069;
  border-radius: 5px;
  letter-spacing: 1.2px;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 15px;
}
.rental-fun-facts-content h2 {
  font-size: 45px;
  margin-bottom: 15px;
}
.rental-fun-facts-content p {
  margin-bottom: 0;
}
.rental-fun-facts-content .info-box {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 25px;
  background-color: #141212;
  margin-top: 42px;
}
.rental-fun-facts-content .info-box .image img {
  border-radius: 10px;
  max-width: 115px;
}
.rental-fun-facts-content .info-box .call {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-left: -30px;
}
.rental-fun-facts-content .info-box .call .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  line-height: 58px;
  background-color: #2b8069;
  color: #ffffff;
  border-radius: 10px;
  font-size: 25px;
  transition: 0.5s all ease;
}
.rental-fun-facts-content .info-box .call .icon i:hover {
  background-color: #f4773d;
}
.rental-fun-facts-content .info-box .call .title span {
  display: block;
  color: #c9c9c9;
  margin-bottom: 10px;
  font-size: 15px;
}
.rental-fun-facts-content .info-box .call .title a {
  color: #ffffff;
  font-size: 23.5px;
  line-height: 1;
}
.rental-fun-facts-content .info-box .call .title a:hover {
  color: #f4773d;
}

.rental-fun-facts-image {
  position: relative;
  z-index: 1;
  padding-right: 30px;
  margin-left: 40px;
  margin-right: 30px;
}
.rental-fun-facts-image img {
  border-radius: 10px;
}
.rental-fun-facts-image::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 295px;
  height: 432px;
  border-radius: 10px;
  background-color: #f0e5d6;
  z-index: -1;
}

.rental-fun-facts-items .item {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 35px;
}
.rental-fun-facts-items .item .number h2 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  color: #2b8069;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 120px;
  background-color: #eae7e7;
  border-radius: 100px 100px 50px 50px;
  border-right: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
.rental-fun-facts-items .item .content h3 {
  font-size: 23.5px;
  margin-bottom: 0;
}
.rental-fun-facts-items .item .content span {
  display: block;
  margin-top: 10.5px;
  font-size: 14px;
}
.rental-fun-facts-items .item:first-child {
  margin-left: 30px;
}
.rental-fun-facts-items .item:last-child {
  margin-left: 50px;
  margin-bottom: 0;
}

/*================================================
Rental Partner Area CSS
=================================================*/
.rental-partner-area {
  overflow: hidden;
}

.rental-partner-item {
  text-align: center;
}

/* Updated horizontal contact form container */
.contact-container {
  background: #ffff;
  border-radius: 12px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
  padding: 25px 30px;
  display: flex;
  gap: 30px;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 940px;
  margin: 40px auto 0;
  flex-wrap: wrap;
  border: 1px solid #e6e6e6;
  z-index: 1;
}

/* Each form field */
.contact-field {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Input labels for better UX */
.contact-field label {
  font-size: 14px;
  font-weight: 600;
  color: #585858;
}

/* Input styles */
.contact-input {
  border: 1px solid #aaa;
  border-radius: 8px;
  background-color: #eee;
  padding: 12px 15px;
  font-size: 15px;
  color: #333333;
  transition: border 0.3s, box-shadow 0.3s;
}

.contact-input::placeholder {
  color: #a1a1a1;
}

.contact-input:focus {
  border-color: #2b8069;
  box-shadow: 0 0 0 2px rgba(43, 128, 105, 0.15);
  outline: none;
}

/* Submit button */
.contact-btn {
  border: none;
  background-color: #204296;
  color: white;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  white-space: nowrap;
}

.contact-btn:hover {
  background-color: #246a58;
  transform: translateY(-1px);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 20px;
  }

  .contact-btn {
    width: 100%;
  }
}

.testimonial-section {
  background-color: #fff;
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .testimonial-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  margin: 0 auto;
  position: relative;
  max-width: 350px;
}

.testimonial-card .banner img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.testimonial-card .person-img {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 4px solid white;
  width: 80px;
  height: 80px;
  overflow: hidden;
  background: white;
  z-index: 2;
}

.testimonial-card .person-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-content {
  padding: 60px 20px 20px;
  text-align: center;
}

.testimonial-content p {
  font-size: 15px;
  color: #444;
  margin-bottom: 12px;
  min-height: 60px;
}

.testimonial-content h5 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.testimonial-content span {
  font-size: 13px;
  color: #999;
} */

.estimation-area {
  background-color: #ffffff;
  min-height: 100vh;
  padding-top: 60px;
}

/* .estimation-area {
  background: #fafafa;
} */

.estimate-card {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  margin-top: 30px;
}

.estimate-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.09);
}

.estimate-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.estimate-card .desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  min-height: 50px;
}

.estimate-card .price {
  font-size: 24px;
  font-weight: 700;
  color: #2b8069;
}

.estimate-card .price span {
  display: block;
  font-size: 13px;
  color: #888;
  margin-top: 4px;
}

/* Tab button styles to match projects section */

/* Overall Section */
.timeline-container {
  background: #fff;
  position: relative;
}

.timeline {
  position: relative;
  padding: 2rem 0;
  margin-top: 2rem;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #dee2e6;
  transform: translateX(-50%);
  z-index: 0;
}

.timeline-item {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.timeline-item.right {
  justify-content: flex-end;
}

.timeline-content {
  position: relative;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 0.75rem;
  padding: 1.5rem 2rem;
  width: 100%;
  max-width: 480px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.timeline-item::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  width: 18px;
  height: 18px;
  background: #2b8069;
  border-radius: 50%;
  border: 3px solid #fff;
  transform: translateX(-50%);
  z-index: 2;
}

/* Text Styling */
.timeline-content h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #212529;
}

.timeline-content p {
  margin: 0;
  color: #495057;
  line-height: 1.6;
}

/* Responsive Stack */
@media (max-width: 768px) {
  .timeline::before {
    left: 8px;
  }

  .timeline-item,
  .timeline-item.right {
    justify-content: flex-start;
  }

  .timeline-item::after {
    left: 8px;
    transform: translateX(0);
  }

  .timeline-content {
    margin-left: 2rem;
    max-width: 100%;
  }
}

.step-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #2b8069;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
  border: 3px solid #fff; /* Inner white border */
  box-shadow: 0 0 0 3px #2b8069; /* Outer blue border */
  transition: transform 0.3s ease;
}

/* Optional: slight hover animation */
.timeline-content:hover .step-number {
  transform: scale(1.05);
}

.comparison-list li {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.7;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
}

.text-start .comparison-list li {
  justify-content: flex-start;
}

.vertical-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-image: linear-gradient(
    to bottom,
    #ccc 40%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: right;
  background-size: 2px 16px;
  background-repeat: repeat-y;
  transform: translateX(-50%);
}

/* Modal-specific vertical form layout */
.contact-modal-form {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border: 1px solid #e6e6e6;
  width: 100%;
}

/* Modal field container */
.modal-contact-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Modal input styling */
.modal-contact-input {
  border: 1px solid #aaa;
  border-radius: 8px;
  background-color: #eee;
  padding: 12px 15px;
  font-size: 15px;
  color: #333333;
  transition: border 0.3s, box-shadow 0.3s;
}

.modal-contact-input::placeholder {
  color: #a1a1a1;
}

.modal-contact-input:focus {
  border-color: #2b8069;
  box-shadow: 0 0 0 2px rgba(43, 128, 105, 0.15);
  outline: none;
}

/* Modal submit button */
.modal-contact-btn {
  border: none;
  background-color: #2b8069;
  color: white;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  white-space: nowrap;
}

.modal-contact-btn:hover {
  background-color: #246a58;
  transform: translateY(-1px);
}

/* Responsive inside modal */
@media (max-width: 768px) {
  .contact-modal-form {
    padding: 20px 15px;
  }

  .modal-contact-btn {
    width: 100%;
  }
}

.contact-input::placeholder {
  color: #000; /* Light gray - adjust as needed */
  opacity: 1; /* Ensure it's fully visible */
}

.modal-contact-input::placeholder {
  color: #000; /* Light gray - adjust as needed */
  opacity: 1; /* Ensure it's fully visible */
}

/* Horizontal Tabs */
/* Horizontal Line behind tabs */


/* Container to hold number and label */
.steps-wrapper {
  position: relative;
  margin-bottom: 3rem;
  padding: 0 1rem;
}

.horizontal-line {
  position: absolute;
  top: 24px; /* Half of .step-tab's height (48px / 2) */
  left: 0;
  right: 0;
  height: 4px;
  background-color: #ccc;
  z-index: 0;
}

.steps-nav {

  display: flex;
  flex-wrap: wrap; /* allow multiple rows */
  justify-content: center;
  gap: 1.5rem 2rem; /* row and column spacing */
  text-align: center;
  position: relative;
  z-index: 1;
}

.step-tab-container {

    display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.step-tab {
  z-index: 1;
  width: 48px;
  height: 48px;
  background-color: #e0e0e0;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all 0.3s ease;
}

.step-tab.active {
  background-color: #204296;
  color: #fff;
  border-color: #204296;
  box-shadow: 0 0 0 3px #fff;
}

.step-label {
  margin-top: 6px;
  font-size: 14px;
  color: #aaa;
  font-weight: 500;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .step-tab {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .step-label {
    font-size: 12px;
  }
}


.step-tab.active {
  background-color: #204296;
  color: #fff;
  border-color: #204296;
  box-shadow: 0 0 0 3px #fff;
}

/* Autoplay Buttons */
.step-content-container .step-content {
  display: none;
  transition: opacity 0.3s ease;
}

.step-content img {
  border-radius: 10%;
}

.step-content.active {
  display: block;
}

/* CTA Button */
.start-construction-btn {
  background-color: #204296;
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s ease;
}

.start-construction-btn:hover {
  background-color: #00a54f;
}

/* Card Styling */
.step-card {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 0.75rem;
  padding: 2rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.step-card h5 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #212529;
}

.step-card p {
  color: #495057;
  line-height: 1.6;
}

.hiw-container {
  width: 75%;
  margin: 0 auto;
}



@media (max-width: 992px) {
  .steps-nav {
    flex-wrap: wrap; /* allow wrapping */
    gap: 1rem; /* spacing between wrapped items */
    justify-content: center;
  }

  .step-tab-container {
    flex: 0 0 30%; /* 3 steps per row on tablets */
    margin-bottom: 1.5rem;
  }

  .horizontal-line {
    display: none; /* hide line if wrapping */
  }
}


/* Responsive */
@media (max-width: 768px) {
  .step-tab {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .step-card {
    padding: 1.5rem;
  }

  .step-content img {
    margin-bottom: 1.5rem;
  }
  .hiw-container {
    width: 98%;
    margin: 0 auto;
  }
}


@media (max-width: 576px) {
  .steps-nav {
    display: flex;
    flex-wrap: wrap!important; /* allow wrapping */
    justify-content: center; /* center items */
    gap: 1rem; /* spacing between items */
  }

  .step-tab-container {
    flex: 1 1 30%; /* allow 2ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“3 items per row depending on screen width */
    min-width: 100px; /* prevent shrinking too small */
    text-align: center;
  }

  .step-label {
    white-space: normal;
    font-size: 13px;
  }

  .hiw-container {
    padding: 0 1rem;
  }
}


.testimonial-card {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.testimonial-content p {
  font-size: 1.1rem;
  color: #444;
}

.testimonial-content h5 {
  margin-bottom: 0;
  font-weight: 600;
}

.testimonial-content span {
  font-size: 0.9rem;
  color: #888;
}

@media (max-width: 768px) {
  .testimonial-card {
    text-align: center;
  }

  .testimonial-card .row {
    flex-direction: column;
  }
}













/* custom nav styles */   

.navbar-custom .logo-wrapper {
  position: relative;
  display: inline-block;
  width: 50px; /* set width/height to match logo size */
  height: 70px;
}

.navbar-custom .logo-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Show default logo normally */
.navbar-custom .logo-default {
  opacity: 1;
  z-index: 2;
}

/* Hide hover logo initially */
.navbar-custom .logo-hover {
  opacity: 0;
  z-index: 1;
}

/* On hover, show hover logo, hide default */
.navbar-custom:hover .logo-default {
  opacity: 0;
}

.navbar-custom:hover .logo-hover {
  opacity: 1;
}

 .navbar-custom {
  background-color: transparent;
  transition: 0.3s ease;
  z-index: 20;
  padding: 0 !important;
}
  .navbar-custom:hover{
  background-color: #FFF;
  /* backdrop-filter: blur(10px); */
  color: black;
  transition: 0.3s ease;
  }
  .navbar-custom:hover  .nav-link, .navbar-brand, .call-text{
  color: black !important;
  }
  .navbar-custom .nav-link:hover{
    color: #00a54f!important;
  }
.nav-link, .navbar-brand, .call-text {
  color: white !important;font-weight: 700;
}
.call-icon {
  font-size: 1.2rem;
  margin-right: 5px;
}
.nav-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.call-button {
  font-weight: 700;
  border: 2px solid white;
  color: white !important;
  padding: 6px 12px;
  text-decoration: none;
  transition: 0.3s ease;
}

.navbar-custom:hover .call-button {
  border-color: black;  
  color: black !important;
  background-color: transparent;
}


.navbar-custom .call-button:hover {
  border-color: #00a54f;  
  color: white !important;
  background-color: #00a54f!important;
  background-color: transparent;
}


.call-button-two {
  font-weight: 700;
  border: 2px solid black;
  color: black !important;
  padding: 6px 12px;
  text-decoration: none;
  transition: 0.3s ease;
}

.navbar-custom:hover .call-button-two {
  border-color: black;  
  color: black !important;
  background-color: transparent;
}


.navbar-custom .call-button-two {
  border-color: #00a54f;  
  color: white !important;
  background-color: #00a54f!important;
  background-color: transparent;
}






  .fixed-bottom-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #204296;
    color: white;
    border: none;
    padding: 15px 0;
    font-size: 16px;
    cursor: pointer;
    z-index: 2;
    font-weight: 600;
  }
  .fixed-bottom-btn-dummy {
    width: 100%;
    background-color: #204296;
    color: white;
    border: none;
    padding: 15px 0;
    font-size: 16px;
    cursor: pointer;
    z-index: 9999;
    font-weight: 600;
  }

  .fixed-bottom-btn:hover {
    background-color: #00a54f;
  }/*=================================
Hero Header & Banner Responsiveness
=================================*/
.hero-nav {
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}

.hero-nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 50px;
}

.hero-nav-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.hero-nav-menu .nav-link {
  font-weight: 600;
  color: #ffffff !important;
  padding: 0.25rem 0;
}

.hero-call-wrapper {
  display: flex;
  align-items: center;
}

.hero-call-btn {
  font-weight: 700;
  border-width: 2px;
  color: #ffffff !important;
  border-color: #ffffff;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.hero-call-btn:hover {
  background-color: #00a54f;
  border-color: #00a54f;
  color: #ffffff !important;
}


.hero-nav:hover { background-color: #ffffff;  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.15); }

.hero-nav .navbar-toggler:focus {
  box-shadow: none;
}

.hero-nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.hero-nav:hover .navbar-toggler-icon,
.hero-nav .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(17,17,17,0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.hero-form {
  max-width: 360px;
  width: 100%;
  margin-left: auto;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #e6e6e6;
}

.hero-form .contact-field {
  width: 100%;
}

.hero-form .contact-btn {
  width: 100%;
}

.rental-banner-area .video-bg {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1199.98px) {
  .hero-nav-container {
    padding: 10px 32px;
  }
}

@media (max-width: 991.98px) {
  .hero-nav-container {
    padding: 10px 24px;
  }

  .hero-nav-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .hero-nav .navbar-collapse {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    margin-top: 0.75rem;
    backdrop-filter: blur(8px);
  }

  .hero-nav .hero-nav-menu .nav-link {
    color: #1f2937 !important;
  }

  .hero-call-wrapper {
    width: 100%;
    justify-content: center;
    margin-top: 0.75rem;
  }

  .hero-call-btn {
    width: 100%;
    color: #111111 !important;
    border-color: #111111;
  }

  .hero-form {
    margin: 32px auto 0;
    max-width: 420px;
  }

  .rental-banner-area .main-hero-content {
    padding-top: 140px;
  }

  .rental-banner-content {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .hero-nav-container {
    padding: 10px 18px;
  }

  .hero-nav-menu {
    gap: 0.75rem;
  }

  .hero-form {
    padding: 20px;
  }

  .rental-banner-content h1 {
    font-size: 34px;
  }

  .rental-banner-content .sub {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .hero-nav-container {
    padding: 10px 16px;
  }

  .hero-call-btn {
    font-size: 0.95rem;
  }

  .hero-form {
    padding: 18px;
  }

  .rental-banner-content h1 {
    font-size: 30px;
  }

  .rental-banner-content p {
    font-size: 16px;
  }
}




.policy-nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 48px;
}

.policy-nav-brand img {
  display: block;
  width: 50px;
  height: 70px;
  object-fit: contain;
}

.policy-nav-toggler {
  border: none;
  padding: 0.4rem 0.5rem;
}

.policy-nav-toggler:focus {
  box-shadow: none;
}

.policy-nav-toggler .navbar-toggler-icon,
.policy-nav-toggler-icon,
.policy-hero-nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(17, 17, 17, 0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.policy-nav-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.policy-nav-menu .nav-link {
  font-weight: 600;
  color: #111827 !important;
  padding: 0.35rem 0;
  transition: color 0.3s ease;
}

.policy-nav-menu .nav-link:hover,
.policy-nav-menu .nav-link:focus {
  color: #2563eb !important;
}

.policy-call-wrapper {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.policy-call-btn {
  border-width: 2px;
  font-weight: 600;
  color: #111827 !important;
  border-color: #111827;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.policy-call-btn:hover {
  background-color: #2563eb;
  border-color: #2563eb;
  color: #ffffff !important;
}

@media (max-width: 1199.98px) {
  .policy-nav-container {
    padding: 12px 32px;
  }
}

@media (max-width: 991.98px) {
  .policy-nav-container {
    padding: 12px 24px;
  }

  .policy-hero-nav .navbar-collapse {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    margin-top: 0.75rem;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
  }

  .policy-nav-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .policy-call-wrapper {
    width: 100%;
    justify-content: center;
    margin-top: 1rem;
  }

  .policy-call-btn {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .policy-nav-container {
    padding: 10px 18px;
  }

  .policy-call-btn {
    font-size: 0.95rem;
  }
}
/*=================================
Secondary Page Header (policy pages)
=================================*/
.secondary-hero-nav {
  background: rgba(11, 23, 52, 0.92);
  padding: 10px 0;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.secondary-nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}

.secondary-nav-brand img {
  width: 52px;
  height: 72px;
  object-fit: contain;
}

.secondary-nav-toggler {
  border: none;
  padding: 0.35rem 0.5rem;
}

.secondary-nav-toggler:focus {
  box-shadow: none;
}

.secondary-hero-nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,0.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.secondary-nav-menu {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.secondary-nav-menu .nav-link {
  font-weight: 600;
  color: #ffffff !important;
  padding: 0.35rem 0;
  transition: color 0.3s ease;
}

.secondary-nav-menu .nav-link:hover,
.secondary-nav-menu .nav-link:focus {
  color: #38bdf8 !important;
}

.secondary-call-wrapper {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.secondary-call-btn {
  border-width: 2px;
  font-weight: 600;
  color: #ffffff !important;
  border-color: #ffffff;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.secondary-call-btn:hover {
  background-color: #38bdf8;
  border-color: #38bdf8;
  color: #0b172e !important;
}

.secondary-hero-nav:hover,
.secondary-hero-nav.scrolled {
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15);
}

.secondary-hero-nav:hover .nav-link,
.secondary-hero-nav:hover .navbar-brand,
.secondary-hero-nav:hover .secondary-call-btn,
.secondary-hero-nav.scrolled .nav-link,
.secondary-hero-nav.scrolled .navbar-brand,
.secondary-hero-nav.scrolled .secondary-call-btn {
  color: #0b172e !important;
}

.secondary-hero-nav:hover .secondary-call-btn,
.secondary-hero-nav.scrolled .secondary-call-btn {
  border-color: #0b172e;
}

.secondary-hero-nav:hover .secondary-call-btn:hover,
.secondary-hero-nav.scrolled .secondary-call-btn:hover {
  background-color: #0b172e;
  color: #ffffff !important;
}

.secondary-hero-nav:hover .navbar-toggler-icon,
.secondary-hero-nav.scrolled .navbar-toggler-icon,
.secondary-hero-nav .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(11,23,46,0.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (max-width: 1199.98px) {
  .secondary-nav-container {
    padding: 0 36px;
  }
}

@media (max-width: 991.98px) {
  .secondary-nav-container {
    padding: 0 24px;
  }

  .secondary-hero-nav .navbar-collapse {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    margin-top: 0.75rem;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
  }

  .secondary-nav-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .secondary-nav-menu .nav-link {
    color: #0b172e !important;
  }

  .secondary-call-wrapper {
    width: 100%;
    justify-content: center;
    margin-top: 1rem;
  }

  .secondary-call-btn {
    width: 100%;
    border-color: #0b172e;
    color: #0b172e !important;
  }
}

@media (max-width: 575.98px) {
  .secondary-nav-container {
    padding: 0 18px;
  }

  .secondary-call-btn {
    font-size: 0.95rem;
  }
}

.secondary-hero-nav {
  background: #ffffff;
  padding: 10px 0;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.secondary-nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}

.secondary-nav-brand img {
  width: 52px;
  height: 72px;
  object-fit: contain;
}

.secondary-nav-toggler {
  border: none;
  padding: 0.35rem 0.5rem;
}

.secondary-nav-toggler:focus {
  box-shadow: none;
}

.secondary-hero-nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(32,66,150,0.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.secondary-nav-menu {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.secondary-nav-menu .nav-link {
  font-weight: 500;
  color: #000 !important;
  padding: 0.35rem 0;
  transition: color 0.3s ease;
}

.secondary-nav-menu .nav-link:hover,
.secondary-nav-menu .nav-link:focus {
  color: #00a54f !important;
}

.secondary-call-wrapper {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.secondary-call-btn {
  border-width: 2px;
  font-weight: 500;
  color: #000 !important;
  border-color: #000;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.secondary-call-btn:hover {
  background-color: #00a54f;
  border-color: #00a54f;
  color: #ffffff !important;
}

.secondary-hero-nav:hover,
.secondary-hero-nav.scrolled {
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
}

.secondary-hero-nav:hover .nav-link,
.secondary-hero-nav:hover .navbar-brand,
.secondary-hero-nav:hover .secondary-call-btn,
.secondary-hero-nav.scrolled .nav-link,
.secondary-hero-nav.scrolled .navbar-brand,
.secondary-hero-nav.scrolled .secondary-call-btn {
  color: #000 !important;
}

.secondary-hero-nav:hover .secondary-call-btn,
.secondary-hero-nav.scrolled .secondary-call-btn {
  border-color: #204296;
}

.secondary-hero-nav:hover .secondary-call-btn:hover,
.secondary-hero-nav.scrolled .secondary-call-btn:hover {
  background-color: #00a54f;
  border-color: #00a54f;
  color: #ffffff !important;
}

.secondary-hero-nav:hover .navbar-toggler-icon,
.secondary-hero-nav.scrolled .navbar-toggler-icon,
.secondary-hero-nav .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(32,66,150,0.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (max-width: 1199.98px) {
  .secondary-nav-container {
    padding: 0 36px;
  }
}

@media (max-width: 991.98px) {
  .secondary-nav-container {
    padding: 0 24px;
  }

  .secondary-hero-nav .navbar-collapse {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    margin-top: 0.75rem;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
  }

  .secondary-nav-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .secondary-nav-menu .nav-link {
    color: #204296 !important;
  }

  .secondary-call-wrapper {
    width: 100%;
    justify-content: center;
    margin-top: 1rem;
  }

  .secondary-call-btn {
    width: 100%;
    border-color: #000;
    color: #000 !important;
  }
}

@media (max-width: 575.98px) {
  .secondary-nav-container {
    padding: 0 18px;
  }

  .secondary-call-btn {
    font-size: 0.95rem;
  }
}
