@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
/* Accordion */
body {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.bold {
  font-weight: bold;
}
button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
#carouselExampleAutoplaying .carousel-item {
  transition: opacity 0.6s ease-in-out !important;
}

/* #carouselExampleAutoplaying .carousel-item img {
  height: 600px;
} */

#carouselExampleAutoplaying .carousel-control-prev,
#carouselExampleAutoplaying .carousel-control-next {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#carouselExampleAutoplaying .carousel-control-prev:hover,
#carouselExampleAutoplaying .carousel-control-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Banner CTA spacing */

/* Make both buttons equal size and alignment */
#carouselExampleAutoplaying .banner-box .banner-ctas .btn {
  min-width: 160px;
  padding: 12px 22px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Ensure outline button has clear white border and same appearance */

#carouselExampleAutoplaying
  .banner-box
  .banner-ctas
  .btn.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
}

#carouselExampleAutoplaying .banner-box .btn.full-round {
  border-radius: 40px;
}

/* On small screens make buttons full width for easier tapping */
@media (max-width: 575.98px) {
  #carouselExampleAutoplaying .banner-box .banner-ctas .btn {
    width: 100%;
  }
}

@media (min-width: 576px) {
  #carouselExampleAutoplaying .banner-box .banner-ctas {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.accordion-button {
  box-shadow: none;
  font-weight: 600;
}
.accordion-button.collapsed,
.accordion-button:not(.collapsed) {
  background-color: #ffffff;
  padding: 11px 18px;
  font-size: 16px;
  font-weight: 500;
}

.accordion-item:first-of-type .accordion-button:not(.collapsed) {
  color: #e4003a;
  background-color: #f7f8f9;
}

.accordion-dark
  .accordion-item:first-of-type
  .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #e4003a;
}
.accordion-button i {
  margin-right: 10px;
}
.accordion-button:focus {
  color: #e4003a;
}
.accordion {
  font-size: 13px;
  color: var(--light-text-color);
}
.accordion-button::after {
  width: 14px;
  height: 14px;
  background-size: 14px;
}

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.5s;
  z-index: 99;
}
.top-bar {
  font-size: 0.85rem;
  background: linear-gradient(135deg, #5c3ae6, red);
}
.top-bar .text-center.text-md-start {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-bar .social-icons a {
  color: #fff;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  transition:
    background 0.15s ease,
    color 0.15s ease;
}
.top-bar .social-icons a:hover {
  background: rgba(255, 255, 255, 0.27);
  color: #fff;
}
/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}
.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-xl-square {
  width: 66px;
  height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn.btn-primary {
  color: var(--bs-white);
}

.btn.btn-primary:hover {
  background: var(--bs-secondary);
  border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
  color: var(--bs-white);
}

.btn.btn-secondary:hover {
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}

/*** Topbar Start ***/

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
  position: relative;
  margin-right: 25px;
  padding: 35px 0;
  color: var(--bs-white);
  font-size: 17px;
  font-weight: 400;
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
  color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-brand img {
  max-height: 45px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light);
  transition: 0.5s;
  opacity: 1;
}

.aonelogo {
  width: 90px;
  /*height: 80px;*/
}

.gallery-item img {
  height: 260px;
}
.readnome {
  margin-left: 5px;
}
.explore {
  flex-direction: column;
}
.finalrting {
  border: 1px dashed #ccc;
  padding: 5px;
  border-radius: 20px;
}

.blogpro {
  height: 50px;
}

/* .nalrting{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
} */

.why-rent {
  text-align: center;
  padding: 20px;
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
}

.why-rent h1 {
  color: #e74c3c;
  font-size: 2em;
  margin-bottom: 20px;
}

.benefits {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.benefit-item {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  margin: 10px;
  width: 250px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.benefit-item h2 {
  color: #333;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.benefit-item p {
  color: #666;
  font-size: 0.9em;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .sticky-top.navbar-light {
    position: relative;
    background: var(--bs-white);
  }
  #carouselExampleAutoplaying .carousel-control-prev,
  #carouselExampleAutoplaying .carousel-control-next {
    display: none;
  }
  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 10px 20px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
  }

  .navbar-light .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }

  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
    color: var(--bs-dark);
  }

  .navbar-light .navbar-brand img {
    max-height: 45px;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .navbar-light {
    /*position: absolute;*/
    width: 100%;
    top: 0;
    left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid;
    border-left: 0;
    border-style: dotted;
    z-index: 999;
    background-color: #fff;
  }

  .sticky-top.navbar-light {
    position: fixed;
    background: #fff;
    border: none;
  }

  .navbar-light .navbar-nav .nav-item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background: var(--bs-primary);
    transition: 0.5s;
  }

  .sticky-top.navbar-light .navbar-nav .nav-item::before {
    bottom: 0;
  }

  .navbar-light .navbar-nav .nav-item::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid;
    border-color: transparent transparent var(--bs-primary) transparent;
    opacity: 0;
    transition: 0.5s;
  }

  .navbar-light .navbar-nav .nav-item:hover::after,
  .navbar-light .navbar-nav .nav-item.active::after {
    bottom: 1px;
    opacity: 1;
  }

  .navbar-light .navbar-nav .nav-item:hover::before,
  .navbar-light .navbar-nav .nav-item.active::before {
    width: calc(100% - 2px);
    left: 1px;
  }

  .navbar-light .navbar-nav .nav-link.nav-contact::before {
    display: none;
  }
}

/*** Carousel Hero Header Start ***/
.carousel-header {
  position: relative;
  overflow: hidden;
  height: 600px;
}

.carousel-indicators {
  display: none;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  width: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon,
.carousel .carousel-control-next .carousel-control-next-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 25px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-primary);
  transition: 0.5s;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
  left: 0;
  border-left: 0;
  border-radius: 50px;
}

.carousel .carousel-control-next .carousel-control-next-icon {
  right: 0;
  border-right: 0;
  border-radius: 50px;
}
.banner-hd {
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
}
.banner-slide {
  position: relative;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  /* Make banner 60% of viewport height on small screens */
  .banner-slide {
    height: 40vh !important;
  }
}
.banner-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}
.full-round {
  border-radius: 100px;
}
.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
}
.carousel .carousel-control-prev .carousel-control-prev-icon:hover,
.carousel .carousel-control-next .carousel-control-next-icon:hover {
  background: var(--bs-secondary);
}
.carousel-control-prev {
  left: 10px;
}
.carousel .carousel-control-next .carousel-control-next-icon {
  right: 10px;
}
.carousel .carousel-inner .carousel-item .carousel-caption-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: end;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-size: cover;
}

.carousel-caption-1-content {
  text-align: end;
  padding-right: 100px;
}

.carousel-caption-1-content .carousel-caption-1-content-btn {
  display: flex;
  justify-content: end;
}

.carousel .carousel-inner .carousel-item .carousel-caption-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 0px;
  display: flex;
  align-items: center;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-size: cover;
}

.carousel-caption-2-content {
  text-align: start;
  padding-left: 100px;
}

.carousel-caption-2-content .carousel-caption-2-content-btn {
  display: flex;
  justify-content: start;
}

@media (max-width: 992px) {
  .carousel-caption-1-content {
    padding: 0 20px !important;
    text-align: center !important;
  }
  .aonelogo {
    padding-left: 10px;
  }
  .carousel-caption-1-content .carousel-caption-1-content-btn {
    justify-content: center;
  }

  .carousel .carousel-inner .carousel-item .carousel-caption-2 {
    max-width: 100% !important;
    justify-content: center;
  }

  .carousel-caption-2-content {
    padding: 0 20px !important;
    text-align: center !important;
  }

  .carousel-caption-2-content .carousel-caption-2-content-btn {
    justify-content: center;
  }

  .carousel .carousel-control-prev .carousel-control-prev-icon,
  .carousel .carousel-control-next .carousel-control-next-icon {
    display: none;
  }
}

.modal .modal-header {
  height: auto;
}

#searchModal .modal-content {
  background: rgba(255, 255, 255, 0.6);
}

/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 20, 66, 0.7), rgba(0, 20, 66, 0.7)),
    url('/public/banner-images/client-number-bg.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 60px 0;
  transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
  position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}

@media (max-width: 992px) {
  .bg-breadcrumb {
    padding: 60px 0 60px 0;
  }
}

/*** Single Page Hero Header End ***/

/*** Features Start ***/
.feature .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--bs-white);
  border-radius: 10px;
  transition: 0.5s;
}

.feature .feature-item:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.feature .feature-item .feature-icon {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-primary);
}

.feature .feature-item .feature-icon i {
  transition: 0.5s;
}

.feature .feature-item:hover .feature-icon i {
  transform: rotate(360deg);
}

.feature .feature-item a.btn {
  transition: 0.5s;
}

.feature .feature-item:hover a.btn:hover {
  color: var(--bs-primary) !important;
}

/*** Features End ***/

/*** About Start ***/
.about .about-img {
  position: relative;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-left: 30px;
}

.about .about-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  top: -30px;
  right: 0;
  border-radius: 10px;
  background: var(--bs-secondary);
}

.about .about-img::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  left: -30px;
  bottom: 30px;
  border-radius: 10px;
  background: var(--bs-secondary);
}

.about .about-img .about-exp {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px;
  font-size: 30px;
  font-weight: bold;
  background: var(--bs-secondary);
  color: var(--bs-white);
  border: 1px solid var(--bs-secondary);
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 10px;
}

/*** About End ***/

/*** Service Start ***/
.service-item {
  position: relative;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.service-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  background: var(--bs-primary);
  transition: 0.5s;
  z-index: 1;
}

.service-item:hover::after {
  width: 100%;
  height: 100%;
}

.service-item:hover .service-content,
.service-item:hover .service-btn {
  position: relative;
  z-index: 2;
}

.service-item .service-content a,
.service-item .service-content p {
  transition: 0.5s;
}

.service-item:hover .service-content a:hover {
  color: var(--bs-secondary);
}

.service-item:hover .service-content p {
  color: var(--bs-white);
}

.service-item .service-btn {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-primary);
  transition: 0.5s;
}

.service-item .service-btn i {
  transition: 0.5s;
}

.service-item:hover .service-btn {
  background: var(--bs-white);
}

.service-item:hover .service-btn i {
  transform: rotate(360deg);
  color: var(--bs-primary) !important;
}

/*** Service End ***/

/*** Counter Start ***/
.counter {
  position: relative;
  overflow: hidden;
  background-image: url(https://rentevent.oyemytrip.com/banner-images/client-number-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.counter .counter-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.counter .counter-item .counter-item-icon {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  background: var(--bs-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*** Counter End ***/

/*** Products Start ***/
.product .product-item {
  border: 1px solid rgba(196, 211, 211, 0.9);
  border-radius: 10px;
}

/*** Products End ***/

/*** Blog Start ***/
.blog .blog-item {
  border-radius: 10px;
  background: var(--bs-light);
  transition: 0.5s;
}

.blog .blog-item:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: 0.5s;
  z-index: 1;
}

.blog .blog-item .blog-img img {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
  transform: scale(1.2);
}

.blog .blog-item:hover .blog-img::after {
  background: rgba(0, 209, 249, 0.2);
}

.blog .blog-item .blog-date {
  position: absolute;
  top: 25px;
  left: 25px;
  border-radius: 10px;
  background: var(--bs-primary);
  color: var(--bs-white);
  z-index: 2;
}

.blog .blog-item .blog-content a {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-content a:hover {
  color: var(--bs-primary) !important;
}
.offter-heading {
  font-size: 1rem;
  font-weight: bold;
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(228 0 58 / 26%);
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}
.team .team-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.team .team-item .team-inner {
  transition: 0.5s;
}

.team .team-item .team-inner .team-img {
  position: relative;
  z-index: 2;
}

.team .team-item .team-inner .team-img::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: rgb(228 0 58 / 14%);
  transition: 0.5s;
  z-index: 3;
}

.team .team-item:hover .team-inner .team-img::after {
  height: 100%;
}

.team .team-item .team-inner .team-img .team-share {
  position: absolute;
  left: 10px;
  bottom: 10px;
  transition: 0.5s;
  z-index: 2;
}

.team .team-item:hover .team-inner .team-img .team-share {
  opacity: 0;
}

.team .team-item .team-inner .team-img .team-icon {
  position: absolute;
  bottom: 8px;
  left: -100%;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  display: inline-flex;
  background: var(--bs-primary);
  transition: 0.5s;
  z-index: 4;
}

.team .team-item:hover .team-inner .team-img .team-icon {
  left: -8px;
}

/*** Team End ***/

/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
  position: absolute;
  top: -58px;
  right: 0;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
  position: absolute;
  top: -58px;
  right: 88px;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-left: 20px;
  margin-top: 20px;
}
.testimonial-carousel .owl-dots .owl-dot span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 80px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bs-white);
}

@media (max-width: 992px) {
  .owl-carousel.testimonial-carousel {
    padding-top: 30px;
  }

  .testimonial .owl-nav .owl-prev,
  .testimonial .owl-nav .owl-next {
    top: -30px;
  }
}

/*** testimonial End ***/

/*** Footer Start ***/
.footer {
  /* background: var(--bs-dark); */
  background: linear-gradient(
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.8)
    ),
      url('../../banner-images/parajakatara-karae-para-sarafa-rs2000maca-1727196373.png') no-repeat center top !important;
  background-size: cover;
}

.footer .footer-item a {
  line-height: 35px;
  color: var(--bs-body);
  transition: 0.5s;
}

.footer .footer-item p {
  line-height: 35px;
}

.footer .footer-item a:hover {
  letter-spacing: 1px;
  color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
  transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
  background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
  color: var(--bs-primary) !important;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bs-dark);
}

/*** copyright end ***/

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 65px;
  transition: 0.5s;
  z-index: 99;
}

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-xl-square {
  width: 66px;
  height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn.btn-primary {
  color: var(--bs-white);
  border: none;
}

.btn.btn-primary:hover {
  background: var(--bs-dark);
}

.btn.btn-light {
  color: var(--bs-primary);
  border: none;
}

.btn.btn-light:hover {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.btn.btn-dark {
  color: var(--bs-white);
  border: none;
}

.btn.btn-dark:hover {
  color: var(--bs-primary);
  background: var(--bs-light);
}

/*** Navbar Start ***/
.nav-bar {
  background: var(--bs-white);
}

.sticky-top {
  transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
  position: relative;
  margin-right: 25px;
  padding: 25px 0;
  letter-spacing: 1px;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  outline: none;
  transition: 0.5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
  color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: 0.5s;
}

.sticky-top .navbar-light .navbar-brand img {
  max-height: 50px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  margin-top: 8px !important;
  background: var(--bs-light);
  transition: 0.5s;
  opacity: 1;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    margin-top: 8px !important;
    transition: 0.5s;
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 8px 15px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
  }

  .sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 12px 0;
  }
}

/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item img {
  object-fit: cover;
}

@media (min-width: 1200px) {
  .header-carousel .header-carousel-item,
  .header-carousel .header-carousel-item img {
    height: 120vh;
  }
}

@media (max-width: 1199px) {
  .header-carousel .header-carousel-item,
  .header-carousel .header-carousel-item img {
    height: 1200px;
  }
}

.header-carousel .owl-nav .owl-prev {
  display: none;
}

.header-carousel .owl-nav .owl-next {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: -60px;
  right: 50%;
  transform: translateY(-50%);
  margin-right: -60px;
  border-radius: 60px;
  background: var(--bs-primary);
  color: var(--bs-white);
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 0 0 100px 0 var(--bs-light);
  color: var(--bs-primary);
}

.header-carousel .owl-nav .owl-next i {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation-name: carousel-next-btn;
  animation-duration: 4s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  transition: 1s;
}

@keyframes carousel-next-btn {
  0% {
    margin-top: 35%;
  }

  50% {
    margin-bottom: 70%;
  }

  100% {
    margin-top: 35%;
  }
}

.header-carousel .header-carousel-item .carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
}

.carousel-caption .ticket-form {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
}

.header-carousel .header-carousel-item img {
  animation-name: image-zoom;
  animation-duration: 10s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: 1s;
}

@keyframes image-zoom {
  0% {
    width: 100%;
    height: 100%;
  }

  /*25% {*/
  /*    width: 115%;*/
  /*    height: 115%;*/
  /*}*/

  /*50% {*/
  /*    width: 130%;*/
  /*    height: 130%;*/
  /*}*/

  /*75% {*/
  /*    width: 120%;*/
  /*    height: 120%;*/
  /*}*/

  100% {
    width: 100%;
    height: 100%;
  }
}

/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('/public/banner-images/client-number-bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 60px 0;
  transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
  position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}

/*** Single Page Hero Header End ***/

/*** Feature Start ***/
.feature .feature-item {
  position: relative;
  border-radius: 10px;
  background: var(--bs-light);
}

.feature-item .feature-content {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  margin-top: 0;
  margin-right: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  z-index: 2;
}

.feature-item .feature-content .feature-content-inner {
  position: relative;
  z-index: 5;
}

/*** Feature End ***/

/*** Service Start ***/
.service {
  position: relative;
  overflow: hidden;
  background-image: url(../img/background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service1 {
  position: relative;
  overflow: hidden;
  /* background-image: url(../img/background.png); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.service .service-section {
  position: relative;
  z-index: 5;
}

.service .service-days {
  border-radius: 10px;
  background: var(--bs-white);
}

.service .service-item {
  position: relative;
  height: 100%;
  text-align: center;
  border-radius: 10px;
  background: var(--bs-white);
  z-index: 1;
}

.service .service-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: var(--bs-primary);
  transition: 0.5s;
  z-index: 2;
}

.service .service-item:hover:after {
  height: 100%;
}

.service .service-item i {
  color: var(--bs-primary);
  transition: 0.5s;
}

.service .service-item:hover i {
  color: var(--bs-white);
}

.service .service-item .service-content {
  position: relative;
  z-index: 3;
}

.service .service-item .service-content p {
  transition: 0.5s;
}

.service .service-item:hover .service-content p {
  color: var(--bs-white);
}

.service .service-item .service-content a.h4 {
  transition: 0.5s;
}

.service .service-item:hover .service-content a.h4:hover {
  color: var(--bs-white);
}

/*** Service End ***/

/*** Attractions Start ***/
.attractions {
  position: relative;
  overflow: hidden;
}

.attractions::after {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/carousel-2.jpg) center center no-repeat;
  background-size: cover;
  z-index: -2;
  animation-name: attraction-image-zoom;
  animation-duration: 10s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: 1s;
}

/* body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
} */

footer {
  padding: 40px 20px;
  background-color: #121212;
  color: white;
  text-align: left;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}

.footer-section {
  margin: 20px 10px;
  flex: 1;
  min-width: 200px;
}

.footer-section h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.footer-section p,
.footer-section a,
.footer-section ul,
.footer-section li {
  margin: 5px 0;
  color: white;
  text-decoration: none;
  list-style: none;
}

.footer-section a:hover {
  text-decoration: underline;
}

.footer-contact {
  display: flex;
  align-items: center;
  margin: 20px 0;
  justify-content: space-between;
}

.footer-contact a {
  color: white;
  text-decoration: none;
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.footer-contact img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.contact-button {
  padding: 10px 20px;
  background-color: #ff5e62;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  align-self: center;
}

.contact-button:hover {
  background-color: #ff787d;
}

.badge {
  padding: 3px 8px;
  border-radius: 3px;
  color: white;
  font-size: 12px;
  margin-right: 5px;
}

.business {
  background-color: #d9534f;
}

/*.show {*/
/*    background-color: #f0ad4e;*/
/*}*/

@keyframes attraction-image-zoom {
  0% {
    width: 100%;
  }

  25% {
    width: 115%;
  }

  50% {
    width: 130%;
  }

  75% {
    width: 120%;
  }

  100% {
    width: 100%;
  }
}

.attractions .attractions-section {
  position: relative;
  z-index: 3;
}

.attractions .attractions-item {
  position: relative;
  border-radius: 10px;
  transition: 0.5s;
  z-index: 1;
}

.attractions .attractions-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.5s;
  z-index: 2;
}

.attractions .attractions-item:hover:after {
  height: 100%;
}

.attractions .attractions-item .attractions-name {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  color: var(--bs-white);
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 3;
  opacity: 0;
}

.attractions .attractions-item:hover .attractions-name {
  opacity: 1;
}

.attractions-carousel .owl-stage-outer {
  margin-top: 58px;
}

.attractions .owl-nav .owl-prev {
  position: absolute;
  top: -58px;
  left: 0;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 6px 35px;
  border-radius: 30px;
  transition: 0.5s;
}

.attractions .owl-nav .owl-prev:hover {
  background: var(--bs-white);
  color: var(--bs-primary);
}

.attractions .owl-nav .owl-next {
  position: absolute;
  top: -58px;
  right: 0;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 6px 35px;
  border-radius: 30px;
  transition: 0.5s;
}

.attractions .owl-nav .owl-next:hover {
  background: var(--bs-white);
  color: var(--bs-primary);
}

/*** Attractions End ***/

/*** Gallery Start ***/
.gallery .gallery-item {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
}

.gallery .gallery-item img {
  transition: 0.5s;
}

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

.gallery .gallery-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
  z-index: 1;
}

.gallery .gallery-item:hover::after {
  width: 100%;
  height: 100%;
}

.gallery .gallery-item .search-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  z-index: 5;
  opacity: 0;
}

.gallery .gallery-item:hover .search-icon {
  opacity: 1;
}

/*** Gallery End ***/

/*** Blog Start ***/
.blog .blog-item {
  border-radius: 10px;
}

.blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: 0.5s;
}

.blog .blog-item .blog-img img {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
  transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.blog .blog-item .blog-img .blog-category {
  position: absolute;
  top: 25px;
  left: 25px;
  border-radius: 10px;
  color: var(--bs-white);
  background: var(--bs-primary);
  z-index: 5;
}

.blog .blog-item .blog-img .blog-date {
  position: absolute;
  top: 25px;
  left: 25px;
  color: var(--bs-white);
  z-index: 5;
}

.blog .blog-item .blog-content {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: var(--bs-light);
}

/*** Blog End ***/

/*** Team Start ***/

.team .team-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-radius: 10px;
  /*background: var(--bs-dark);*/
  transition: 0.5s;
  z-index: 1;
}

.team .team-item:hover:after {
  height: 100%;
}

.team .team-item .team-content {
  position: relative;
  text-align: center;
  z-index: 2;
}

.team .team-item .team-content .team-icon {
  background: var(--bs-light);
  border-radius: 10px;
  display: flex;
  display: inline-flex;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
  transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
  color: var(--bs-primary);
}

.team .team-item .team-content p {
  color: var(--bs-white);
  transition: 0.5s;
}

.team .team-item:hover .team-content p {
  color: var(--bs-body);
}

/*** Team End ***/

/*** Testimonial Start ***/
.testimonial {
  position: relative;
  overflow: hidden;
}

.testimonial::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/carousel-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
  animation-name: image-zoom;
  animation-duration: 10s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: 1s;
}

.testimonial::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.testimonial .testimonial-carousel .testimonial-item {
  text-align: center;
  border-radius: 10px;
  background: rgba(256, 256, 256, 0.2);
}
.testimonial-item {
  background: #fff;
  border-radius: 0.5rem;
  padding: 1.25rem;
  min-height: 200px; /* base minimum */
  display: flex;
  align-items: stretch;
  border: 1px solid #cdcdcd;
}
.testimonial-item .testimonial-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.testimonial-item .testimonial-inner .testimonial-img {
  position: relative;
}

.testimonial-item .testimonial-inner .testimonial-img img {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  border: 2px solid var(--bs-gray-300);
}

.testimonial-item .testimonial-inner .testimonial-img .testimonial-quote {
  position: absolute;
  top: 0;
  left: -25px;
  color: var(--bs-white);
  background: var(--bs-primary);
}

.testimonial-carousel .owl-dots {
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 30px;
  margin: 10px;
  background: var(--bs-primary);
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  background: var(--bs-light);
}

.testimonial-carousel .owl-dots .owl-dot span {
  position: relative;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
  background: var(--bs-primary);
}

.testimonial-carousel .owl-nav {
  position: absolute;
  bottom: -22px;
  right: 50%;
  transform: translateX(-50%);
  margin-right: -210px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev {
  font-size: 50px;
  margin-right: 80px;
  color: var(--bs-white);
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-next {
  font-size: 50px;
  margin-left: 80px;
  color: var(--bs-white);
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--bs-primary);
}

/*** Testimonial End ***/

/*** Footer Start ***/
.footer {
  background: #e4003a;
  margin-top: -55px;
}

.footer .footer-item {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.footer .footer-item a {
  line-height: 35px;
  color: #fff;
  transition: 0.5s;
}

.footer .footer-item p {
  line-height: 35px;
}

.footer .footer-item a:hover {
  color: #fff;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
  transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
  background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
  color: var(--bs-primary);
}

.footer .footer-item .opening-date {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer .footer-item .opening-date .opening-clock {
  display: flex;
  align-items: center;
  line-height: 35px;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bs-dark);
}

/*** copyright end ***/

/* Gallery Section */

/* Gallery Section Header */
.gallery-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
  padding: 80px 0;
}

.gallery-label {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.gallery-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #001a33;
  margin-bottom: 15px;
  line-height: 1.3;
}

.gallery-subtitle {
  font-size: 1rem;
  color: #6b7280;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Gallery Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.gallery-item-wrapper {
  height: 100%;
}

.gallery-item {
  height: 280px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(228, 0, 58, 0.15);
}

.gallery-item-inner {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-item-inner {
  transform: scale(1.08);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(228, 0, 58, 0.85);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-zoom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  color: #e4003a;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.gallery-zoom:hover {
  background: #f0f0f0;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(228, 0, 58, 0.3);
  color: #e4003a;
  text-decoration: none;
}

.gallery-item-inner .social-wrapper {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(228, 0, 58, 0.95);
  width: 100%;
  text-align: center;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  transition: bottom 0.3s ease;
  z-index: 1;
}

.gallery-item-inner:hover > .social-wrapper {
  bottom: 0;
}

.gallery-item-inner .social-wrapper a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #e4003a;
}

.gallery-item-inner .social-wrapper a:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: #e4003a;
  text-decoration: none;
}

.gallery-item-inner .social-wrapper a i {
  color: #e4003a;
}

/* Responsive Gallery */
@media (max-width: 1200px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .gallery-item {
    height: 260px;
  }
}

@media (max-width: 768px) {
  .contact-form-card {
    margin-top: 20px;
  }
  .banner-hd {
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
  }
  .gallery-section {
    padding: 50px 0;
  }

  .gallery-title {
    font-size: 2rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .gallery-item {
    height: 220px;
  }

  .gallery-zoom {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .gallery-item {
    height: 200px;
  }
}

#static-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#static-thumbnails .gallery-item {
  width: 19.9%;
  margin-bottom: 1px;
}
#static-thumbnails .gallery-item img {
  width: 100%;
}
.gallery-item .gallery-item-inner {
  height: 300px;
  background-position: center;
  background-size: cover;
}

.gallery-item-inner .social-wrapper {
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #02001a69;
  width: 100%;
  text-align: center;
  height: 30%;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.5s;
  cursor: pointer;
}
.gallery-item-inner:hover > .social-wrapper {
  bottom: 0px;
}
.gallery-item-inner .social-wrapper a {
  display: block;
  font-size: 27px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 20%;
}
.gallery-item-inner .social-wrapper a i {
  color: #dd0042;
}

/* page-details */
.page-details p {
  color: #555 !important;
  background-color: transparent !important;
}
.page-details p span {
  color: #333 !important;
}

.page-details h4 {
  color: #222 !important;
  font-size: 28px;
}
.page-details .form-control {
  border-radius: 5px;
}
.page-details .form-control:focus {
  box-shadow: none;
  border-radius: 5px;
  border-color: #444;
}
.page-details .list-group li a {
  padding: 15px 15px !important;
  background: #f1f1f1;
}
.page-details .list-group li a span.fs-3 {
  font-size: 16px !important;
}
.page-details .list-group li a span.ic {
  background-color: #e74c3c;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.services-carousel .owl-nav,
.blog-carousel .owl-nav,
.weplans-carousel .owl-nav,
.gallery-carousel .owl-nav {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.services-carousel .owl-nav .owl-prev,
.blog-carousel .owl-nav .owl-prev,
.weplans-carousel .owl-nav .owl-prev,
.gallery-carousel .owl-nav .owl-prev {
  background-color: #e4003a;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.services-carousel .owl-nav .owl-next,
.blog-carousel .owl-nav .owl-next,
.weplans-carousel .owl-nav .owl-next,
.gallery-carousel .owl-nav .owl-next {
  background-color: #e4003a;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

/* Ensure Owl carousel items have equal height */
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item {
  height: 100%;
}
.owl-carousel .owl-item {
  display: flex;
}
.owl-carousel .owl-item > * {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
/* Specific: make testimonial and weplan inner content stretch */
.testimonial-carousel .testimonial-inner,
.weplans-carousel .weplan-item,
.weplans-carousel .team-inner,
.owl-carousel .team-item,
.owl-carousel .service-card,
.owl-carousel .pricing-card {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  vertical-align: middle;
}
.line-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  vertical-align: middle;
}
.line-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  vertical-align: middle;
}

.line-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  vertical-align: middle;
}

.contact-button-wrapper a {
  color: #fff;
  display: flex;
  padding: 10px;
}
.contact-button-wrapper a:hover {
  background: #222;
}
.contact-button-wrapper a i {
  margin-right: 5px;
}
.contact-button-wrapper a span {
  display: none;
}

.contact-button-wrapper {
  display: block;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  background: #e4003a;
  z-index: 999;
}
@media (max-width: 991px) {
  .navbar-light .navbar-nav .nav-link {
    color: #333;
  }
}

@media (max-width: 769px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 2.5rem;
    pointer-events: none;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #333;
  }

  .services-carousel .owl-nav,
  .blog-carousel .owl-nav,
  .weplans-carousel .owl-nav,
  .gallery-carousel .owl-nav,
  .services-carousel .owl-nav,
  .blog-carousel .owl-nav,
  .weplans-carousel .owl-nav,
  .gallery-carousel .owl-nav {
    display: none !important;
  }
  .contact-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #e4003a;
    z-index: 99999;
    top: unset;
    transform: unset;
  }
  .contact-button-wrapper a span {
    display: block;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 12px 15px;
    text-align: center;
  }
  .mobile-hide {
    display: none !important;
  }
  .navbar-light .navbar-collapse {
    text-align: center;
    padding-bottom: 15px;
  }
  .navbar .nav-item:hover .dropdown-menu {
    text-align: center;
  }
}

.how-dose-it-work-design::after {
  content: "";
  width: 90%;
  height: 5px;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-border {
  --mask:
    radial-gradient(93.91px at 50% 126px, #000 99%, #0000 101%) calc(50% - 84px)
      0/168px 100%,
    radial-gradient(93.91px at 50% -84px, #0000 99%, #000 101%) 50% 42px/168px
      100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

@keyframes zoomInOut {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.2);
  }
}

.back-to-top {
  z-index: 99999;
}

.header-meta-data {
  display: none;
}

@media (max-width: 991px) {
  .top-bar {
    display: none;
  }
  .header-meta-data {
    display: block;
  }
  .navbar.navbar-expand-lg {
    display: flex;
    justify-content: space-between;
    padding: 4px 0px !important;
  }
  .header-meta-data {
    width: 60%;
  }
  .header-meta-data span {
    display: block;
    width: 100%;
    word-wrap: break-word;
    text-align: center;
    font-size: 12px;
  }
  .aonelogo {
    width: 70px;
  }

  .carousel-header {
    height: 174px;
  }
}

@media (max-width: 991px) {
  .carousel-caption-2-content h4 {
    font-size: 15px !important;
    margin-top: 33px;
  }
  .carousel-caption-2-content h1 {
    margin-bottom: 10px !important;
  }

  .carousel-caption-2-content p {
    margin-bottom: 10px !important;
  }
}

/*.form-control*/
/*{*/
/*    padding: 0px;*/
/*}*/

/* New Style */
/* Contact Section */
.contact-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  position: relative;
}
.client-label {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
  background: red;
  padding: 0.8rem 2rem;
  display: inline-block;
  border-radius: 50px;
}

.features-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 2.5rem;
  line-height: 1.2;
}

.features-grid {
  display: grid;
  gap: 0.8rem;
}

.feature-card {
  background: #ffffff;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.av-equipment {
  background: linear-gradient(135deg, #4a148c, #6a1b9a);
  color: #ffffff;
  border-color: #4a148c;
}

.corporate-events {
  background: linear-gradient(135deg, #004d40, #00695c);
  color: #ffffff;
  border-color: #004d40;
}

.experience {
  background: linear-gradient(135deg, #1a237e, #283593);
  color: #ffffff;
  border-color: #1a237e;
}

.integrity {
  background: linear-gradient(135deg, #bf360c, #d84315);
  color: #ffffff;
  border-color: #bf360c;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.feature-icon {
  margin-bottom: 1rem;
}

.feature-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.feature-card p {
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.5;
}

.contact-form-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.form-header {
  text-align: center;
  margin-bottom: 2rem;
}

.form-header h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2d3436;
  margin-bottom: 0.5rem;
}

.form-header p {
  color: #636e72;
  font-size: 0.95rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-group {
  position: relative;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #c5c5c5;
  border-radius: 8px;
  font-size: 0.8rem;
  background: #ffffff;
  transition: all 0.3s ease;
  outline: none;
  height: 40px;
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.form-group label {
  position: absolute;
  left: 0.8rem;
  top: 1rem;
  color: #636e72;
  transition: all 0.3s ease;
  pointer-events: none;
  background: #ffffff;
  padding: 0 0.25rem;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.form-group input:focus + label,
.form-group textarea:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:not(:placeholder-shown) + label {
  top: -0.5rem;
  font-size: 0.8rem;
  color: #dc3545;
  background: #ffffff;
}

.submit-btn {
  background: linear-gradient(135deg, #dc3545, #c82333);
  color: #ffffff;
  border: none;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(220, 53, 69, 0.3);
}
.accent-heading {
  font-size: 0.875rem;
  color: #dc3545;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}
.discover-btn {
  display: inline-block;
  background: #dc3545;
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 1rem;
}
.discover-btn:hover {
  background: #c82333;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
  color: #fff;
}
.discover-btn:hover a {
  color: #fff;
}
.image-collage {
  border-radius: 16px;
  overflow: hidden;
}
.cta-overlay h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.cta-overlay {
  background: #000;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.single-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.connect-btn {
  display: inline-block;
  background: #dc3545;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.call-to-action {
  background: #111;
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  flex-wrap: wrap;
}

.call-to-action h2 {
  color: #fff;
  margin: 0 0 8px;
  font-size: 28px;
}

.call-to-action p {
  color: #ddd;
  margin: 0;
  font-size: 16px;
}

/* Services Section Styles */
.services-section {
  padding: 80px 0;
  background: #ffffff;
  color: #333;
}

.service-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.service-card {
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin: 0.5rem 0;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 320px;
}

.card1 {
  background: #e40085;
}

.card2 {
  background: #002890;
}

.card3 {
  background: #03978b;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.service-card h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.connector {
  width: 4px;
  height: 20px;
  background: #e0e0e0;
}
.card-icon {
  background: #fff;
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin: 0 auto 1rem;
}
/* Services Section Styles */
.services-section {
  background: #f8f9fa;
  padding: 60px 0;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #001a33;
  margin-bottom: 15px;
}

.section-subtitle {
  font-size: 1rem;
  color: #6b7280;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.service-card {
  /* padding: 1rem; */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  border-color: #e4003a;
}

.service-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #e5e7eb;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.05);
}

.service-content {
  padding-top: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.service-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
}

.service-description {
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.call-now-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: red;
  color: #fff;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  align-self: center;
}

.call-now-btn:hover {
  background: linear-gradient(135deg, #ff5742 0%, #ff7a2e 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 107, 90, 0.3);
  color: #fff;
  text-decoration: none;
}

.call-now-btn i {
  font-size: 0.9rem;
}

/* Our Services Section Styles */
.our-services-section {
  background: #fff;
  padding: 60px 0;
}

.our-services-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #001a33;
  margin-bottom: 15px;
}

.our-services-subtitle {
  font-size: 1rem;
  color: #6b7280;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.our-service-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.our-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  border-color: #e5e7eb;
}

.our-service-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #e5e7eb;
}

.our-service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.our-service-card:hover .our-service-image img {
  transform: scale(1.08);
}

.our-service-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.our-service-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #001a33;
  margin-bottom: 10px;
  line-height: 1.3;
}

.our-service-text {
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 15px;
  flex-grow: 1;
}

.our-service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #e4003a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  align-self: center;
}

.our-service-btn:hover {
  background: #c20030;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(228, 0, 58, 0.3);
  color: #fff;
  text-decoration: none;
}

.our-service-btn i {
  font-size: 0.85rem;
}
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* Order Package Section Styles */
.order-package-section {
  background: #f8f9fa;
  padding: 80px 0;
}

.package-label {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.bg-gray {
  background: #f5f5f5;
}
.package-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #001a33;
  line-height: 1.3;
}

.package-description {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.7;
}

.package-features {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.feature-item {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  color: #374151;
  font-weight: 500;
  white-space: nowrap;
}

.feature-item i {
  font-size: 1rem;
  min-width: 20px;
}

/* Pricing Grid */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  height: fit-content;
}

.pricing-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 2px solid #ffb4c6;
  display: flex;
  flex-direction: column;
  position: relative;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.featured-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff4272;
  color: #fff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.basic-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
}

.basic-card:hover {
  border-color: #e4003a;
}

.standard-card {
  background: linear-gradient(135deg, #e4003a 0%, #c20030 100%);
  color: #fff;
}

.standard-card .card-header,
.standard-card .card-title,
.standard-card .price-tag {
  color: #fff;
}

.standard-card .features-list li {
  color: #fff;
}

.standard-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 40px rgba(228, 0, 58, 0.25);
}

.enterprise-card {
  background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
  color: #fff;
}

.enterprise-card .card-header,
.enterprise-card .card-title,
.enterprise-card .price-tag {
  color: #fff;
}

.enterprise-card .features-list li {
  color: #fff;
}

.enterprise-card:hover {
  border-color: #e4003a;
  transform: translateY(-8px);
}

.card-header {
  padding: 25px;
  text-align: center;
  border-bottom: 2px solid #e5e7eb;
}

.standard-card .card-header,
.enterprise-card .card-header {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #001a33;
  margin-bottom: 15px;
}

.price-tag {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  color: #e4003a;
}

.currency {
  font-size: 0.9rem;
  font-weight: 600;
}

.amount {
  font-size: 2.5rem;
  font-weight: 700;
}

.period {
  font-size: 0.95rem;
  font-weight: 600;
}

.card-body {
  padding: 25px;
  flex-grow: 1;
}

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

.features-list li {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  color: #374151;
  padding: 10px 0;
  border-bottom: 1px solid #e5e7eb;
}

.standard-card .features-list li,
.enterprise-card .features-list li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.features-list li:last-child {
  border-bottom: none;
}

.features-list i {
  color: #e4003a;
  font-size: 0.9rem;
  min-width: 20px;
  margin-right: 10px;
}

.standard-card .features-list i,
.enterprise-card .features-list i {
  color: #fff;
}

.card-btn {
  display: inline-block;
  width: 100%;
  padding: 12px 20px;
  background: #e4003a;
  color: #fff;
  border: none;
  border-radius: 25px;
  text-align: center;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.card-btn:hover {
  background: #c20030;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(228, 0, 58, 0.3);
  color: #fff;
  text-decoration: none;
}

.featured-btn {
  background: #fff;
  color: #e4003a;
  font-weight: 700;
}

.featured-btn:hover {
  background: #f0f0f0;
  color: #e4003a;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .order-package-section {
    padding: 50px 0;
  }
  .contact-form-card {
    padding: 1rem;
  }
  .counter .counter-item .counter-item-icon {
    width: 60px;
    height: 60px;
    font-size: 12px;
  }
  .package-features {
    margin-bottom: 10px;
    gap: 4px;
    flex-direction: column;
  }
  .package-heading {
    font-size: 2rem;
  }

  .package-description {
    font-size: 0.95rem;
  }

  .pricing-grid {
    gap: 20px;
  }

  .card-title {
    font-size: 1.25rem;
  }

  .amount {
    font-size: 2rem;
  }
}

/* Inputs & textarea: slightly smaller for compact look */
.contact-map-section .contact-card .form-control {
  font-size: 0.85rem;
}
.best-rental-deals {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
}
.best-rental-deals span {
  padding: 0.4rem 1rem;
  border-radius: 50px;
  color: #fff;
  font-size: 0.8rem;
}
.rental-overview p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.services-list ul li {
  margin-bottom: 6px;
  font-size: 0.9rem;
}
.service-product-box,
.rentform input {
  font-size: 0.9rem;
}
.quotaiton-box {
  text-align: center;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  background: #f5f5f5;
  width: 100%;
  left: 0;
  right: 0;
  padding: 10px 8px;
}
.service-area-inner {
  border-radius: 10px;
}
.service-area-inner h2 {
  font-size: 2rem;
  font-weight: 700;
}
.service-list li {
  color: #fff;
  padding: 10px 0;
  font-size: 0.9rem;
}
.service-list li i {
  color: #3ee27d;
  margin-right: 12px;
  font-size: 1.05rem;
}
section.service-area {
  padding: 0;
  margin-top: 20px;
}



.gradiemdient-bg,.tag-footer,.call-now {
    background: linear-gradient(135deg, #5c3ae6, red) !important;


}

.gradiemdient-bg:hover,.call-now:hover {
    background: linear-gradient(45deg, red, #000480) !important;
}

