body {
  color: rgb(19, 22, 26);
  font-family: 'Georgia', serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.48px;
  text-transform: none;
  overflow-x: hidden;	
}

body a {
  text-decoration: none;
  color: #FFAF42;	
}
.blog-card a:hover {
  color: #ea931d;
}
.booking-form .input-group, .modal-body .input-group, .book-online .input-group {
    flex-wrap: nowrap !important;
}
.booking-form span.wpcf7-form-control-wrap , .modal-body span.wpcf7-form-control-wrap, .book-online span.wpcf7-form-control-wrap{ width: 100%}
.aligncenter {
    margin: auto;
	display: flex;
}
.alignleft{
  float: left;
  margin: 0 25px 10px 0;
}
.alignright{
  float: right;
  margin: 0 0 10px 15px;
}
.content-section-2 h2{ padding: 25px 0 10px 0;}
.btn-warning,
.bg-warning {
  background: #FFAF42 !important;
}

.top-bar {
  background: #FFAF42;
  color: #fff;
  font-size: 18px;
}

.top-bar a,
.top-bar i {
  color: #fff;
}

.top-bar a:hover {
  color: #000;
  text-decoration: none;
}

.navbar-collapse .navbar-nav>li {
  display: inline-block;
  margin: 0px 10px;
}

.navbar-nav .nav-link {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.navbar-nav .nav-link:hover,
.navbar-nav .active {
  color: #FFAF42 !important;
}

.logo img.custom-logo,
img.footer-logo {
  width: 180px;
}

@media (max-width:1399px) {
.logo img.custom-logo, img.footer-logo {
    width: 120px;
    }
}
.scrolled .logo img.custom-logo {
  width: 150px;
}

.logo {
  font-weight: 900;
  font-size: 24px;
}

.logo .fa-taxi {
  color: #ffb600;
}

.animated-navbar {
  transition: box-shadow 0.3s, background 0.3s, transform 0.5s cubic-bezier(.48, .38, .2, 1.02), opacity 0.5s;
  opacity: 1;
  transform: translateY(0);
}

.animated-navbar.scrolled {
  box-shadow: 0 4px 24px rgba(30, 48, 80, 0.14);
  background-color: #181f2b !important;
  transform: translateY(0);
  opacity: 1;
}

.animated-navbar:not(.scrolled) {
  background-color: #212529 !important;
  opacity: 0.98;
  /*transform: translateY(-8px);*/
}

.carousel-banner {
  position: relative;
  color: #fff;
  text-align: center;
  min-height: 400px;
  background: rgba(0, 0, 0, 0.6);
}

.carousel-banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.carousel-banner .content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 1rem;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: #ffffff45;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  color: #FFAF42;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  pointer-events: all;
  transition: background 0.2s, color 0.2s;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: #FFAF42;
  color: #fff;
  border-color: #FFAF42;
}

.highlight {
  color: #FFAF42;
}

.booking-form {
  margin: -100px auto 2rem;
  background: #fff;
  padding: 1rem 2rem;
  border-radius: 15px;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
  max-width: 1200px;
  z-index: 1000;
  position: relative;
}

.btn-primary {
  background-color: #ffb600;
  border-color: #ffb600;
}

.btn-primary:hover {
  background-color: #cc9200;
  border-color: #cc9200;
}

.input-group-text {
  background-color: transparent;
  border: none;
}

/* .form-select,
.form-control {
  border-radius: 50px;
} */

.social-icons a {
  color: #fff;
  margin-left: 12px;
  font-size: 18px;
}

.social-icons a:hover {
  color: #000;
}

@media (max-width: 768px) {
  .navbar-nav {
    text-align: center;
  }

  .booking-form {
    margin: -120px 15px 2rem;
  }
}

.feature-icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff5db;
  border-radius: 50%;
  font-size: 2rem;
  color: #d18824;
  margin-bottom: 14px;
}

.feature-title {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.feature-desc {
  color: #586273;
  font-size: 18px;
}

.feature-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
  padding: 2rem 1.2rem;
  text-align: center;
  background-color: rgb(248 250 252);
}

.feature-card:hover {
  opacity: 1;
  background-color: rgb(255 251 235);
}

@media (max-width: 991px) {
  .navbar-collapse {
    background: #181f2b;
  }
}

@media (max-width: 767px) {
  .feature-card {
    margin-bottom: 1.3rem;
  }

  .navbar-brand {
    font-size: 1.2rem;
  }
}

.welcome-section h2.main-title.mb-3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}


.whyus-section {
  padding: 60px 0;
}

.why-image-card {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(32, 44, 64, .15);
  transition: box-shadow .25s cubic-bezier(.48, .38, .2, 1.27);
}

.why-image-card:hover {
  box-shadow: 0 22px 64px rgba(32, 44, 64, .21);
}

.why-img {
  width: 100%;
  display: block;
  height: 360px;
  object-fit: cover;
  transition: transform .24s cubic-bezier(.48, .38, .2, 1.27);
}

.why-image-card:hover .why-img {
  transform: scale(1.03);
}

.why-text h2 {
  font-weight: bold;
  color: #132650;
  margin-bottom: 20px;
}

.why-text p {
  color: #384967;
  font-size: 18px;
  margin-bottom: 20px;
}

@media (max-width:991px) {
  .why-img {
    height: 220px;
  }

  .why-section {
    padding: 32px 0;
  }
}


.service-section h2.section-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.section-title .highlight {
  color: #FFAF42;
}

.services-desc {
  color: #3b465e;
  font-size: 1.25rem;
  max-width: 540px;
  margin: auto;
}

.service-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 18px rgba(30, 60, 90, 0.07);
  overflow: hidden;
  transition: box-shadow .25s;
  min-height: 350px;
}

.service-card:hover {
  box-shadow: 0 4px 48px rgba(37, 54, 94, 0.15);
}

.service-section a:hover{color:#e69316};

.card-img-top-wrap {
  position: relative;
  overflow: hidden;
  height: 250px;
  background: #242424;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.card-img-top {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform .3s;
}

.service-card:hover .card-img-top {
  transform: scale(1.06);
}

.service-icon {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFAF42;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(80, 50, 10, .16);
  z-index: 2;
}

.service-title {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 0.7rem;
  margin-left: 30px;
  color: #fff;
  position: absolute;
  left: 0;
/*   bottom: 170px; */
  top: 200px;	
  z-index: 2;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32);
}

.card-body {
  padding-top: 1.5rem;
}

.service-section .card-body {
  font-size: 18px;
}

.service-list {
  padding-left: 1.1rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.service-list li {
  color: #FFAF42;
  font-weight: 500;
}

.service-list span {
  color: #3b465e;
  font-weight: 400;
}

@media (max-width: 991px) {
  .card-img-top-wrap {
    height: 120px;
  }
}

.home-parallax-section {
  min-height: 700px;
  position: relative;
  color: #fff;
  background: url('../images/airport.jpg') center center / cover no-repeat fixed;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.home-parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(115deg, #343537ee 70%, #00000033 100%);
  z-index: 1;
}

.home-parallax-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.home-parallax-title {
  color: #FFAF42;
  font-weight: 700;
  font-size: 1.13rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
}

.home-parallax-headline {
  font-size: 2rem;
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
}

.home-parallax-lead {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #ffe7ba;
}

.home-parallax-img {
  border-radius: 16px;
  max-width: 500px;
  box-shadow: 0 6px 44px rgba(20, 24, 32, 0.32);
  margin-bottom: 24px;
  width: 100%;
  object-fit: cover;
}

.btn-light {
  padding: 10px 30px;
}

.btn-orange {
  background: #FFAF42;
  color: #fff;
  font-weight: 600;
  letter-spacing: .02em;
  border-radius: 10px;
  padding: 10px 30px;
  transition: background .19s;
  margin-right: 12px;
  font-size: 1.1rem;
  border: none;
}

.btn-orange:hover {
  background: #b4730a;
  color: #fff;
}

.btn-outline-light {
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 28px;
  font-size: 1.08rem;
}

.parallax-content .content-block {
  background: #2f2e2cc9;
  border-radius: 20px;
  padding: 40px 30px;
  margin-top: 28px;
  margin-bottom: 28px;
  box-shadow: 0 8px 44px rgba(20, 24, 32, 0.14);
  font-size: 18px;
}

@media (max-width:991px) {
  .parallax-section {
    min-height: 890px;
  }

  .parallax-headline {
    font-size: 1.4rem;
  }

  .parallax-content .content-block {
    padding: 24px 10px;
  }
}


.fleets-section {
  background: #fafbfc;
}

.fleets-section h2.fleet-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.fleet-title .highlight {
  color: #FFAF42;
}

.fleet-desc {
  color: #3b465e;
  font-size: 1.25rem;
  max-width: 540px;
  margin: auto;
}

.fleet-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(30, 48, 88, .08);
  transition: box-shadow .25s;
  overflow: hidden;
  margin-bottom: 2rem;
}

.fleet-card:hover {
  box-shadow: 0 4px 48px rgba(37, 54, 94, 0.15);
}

.fleet-img-wrap {
  position: relative;
}

.fleet-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.fleet-ribbon {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(90deg, #FFAF42 60%, #fbb042);
  color: #fff;
  font-size: 0.97rem;
  font-weight: 500;
  border-radius: 24px;
  padding: 5px 17px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 10px rgba(80, 50, 10, .13);
  z-index: 2;
}

.fleet-ribbon i {
  margin-right: 6px;
}

.fleet-card-body {
  padding: 3rem;
}

.fleet-title-card {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.fleet-card-body .text-secondary {
  font-size: 18px;
}

.features-list {
  margin-bottom: 0;
  margin-top: 0.5rem;
  padding-left: 1.2rem;
}

.features-list li {
  font-size: 1rem;
  color: #FFAF42;
  font-weight: 600;
}

.features-list li span {
  color: #434c5a;
  font-weight: 400;
  font-size: 18px;
  margin-left: 8px;
}

.border-t {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

.fleet-price {
  font-weight: 600;
  color: #FFAF42;
  font-size: 1rem;
  margin-bottom: 0;
}

.btn-booknow {
  background: #FFAF42;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 5px 26px;
  margin-left: auto;
  transition: background .22s;
  font-size: 1rem;
  box-shadow: 0 2px 10px rgba(80, 50, 10, .10);
}

.btn-booknow:hover {
  background: #b17412;
  color: #fff;
}

@media (max-width:991px) {
  .fleet-img {
    height: 110px;
  }

  .fleet-card {
    margin-bottom: 1.2rem;
  }
}


.testimonial-section {
  padding: 60px 0;
  ackground: #fafbfc;
}

.testimonial-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.testimonial-title .highlight {
  color: #FFAF42;
}

.testimonial-lead {
  color: #3b465e;
  font-size: 1.25rem;
  max-width: 540px;
  margin-bottom: 28px;
  padding-bottom: 30px;
  margin: auto;
}

.testimonial-card {
  background: #f7f8fa;
  border-radius: 21px;
  box-shadow: 0 3px 20px rgba(22, 28, 45, .08);
  padding: 30px 32px 24px 32px;
  position: relative;
  min-height: 210px;
  margin-bottom: 0.7rem;
}

.quote-icon-wrap {
  position: absolute;
  left: -30px;
  top: 30px;
  z-index: 2;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFAF42;
  color: #fff;
  border-radius: 50%;
  font-size: 2rem;
  box-shadow: 0 3px 12px rgba(70, 45, 15, .08);
}

.stars {
  color: #fab63d;
  font-size: 1.11rem;
  margin-bottom: 15px;
}

.testimonial-text {
  font-style: italic;
  color: #364160;
  margin-bottom: 16px;
  line-height: 1.6;
}

.testimonial-author {
  font-weight: 700;
  color: #222d3d;
}

.author-role {
  font-size: 0.97rem;
  color: #727e94;
}

@media (max-width:991px) {
  .testimonial-card {
    padding: 28px 17px 20px 56px;
  }

  .quote-icon-wrap {
    width: 46px;
    height: 46px;
    font-size: 1.35rem;
    left: 0;
  }

  .testimonial-title {
    font-size: 1.5rem;
  }
}


.blog-section {
  background: #f5f7fa;
}

.news-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.news-title .highlight {
  color: #FFAF42;
}

.news-subtitle {
  color: #3b465e;
  font-size: 1.25rem;
  max-width: 540px;
  margin-bottom: 36px;
  padding-bottom: 30px;
  margin: auto;
}

.news-card {
  background: #fff;
  border-radius: 19px;
  box-shadow: 0 2px 16px rgba(20, 44, 88, .09);
  overflow: hidden;
  transition: box-shadow .23s;
  margin-bottom: 1.5rem;
}

.news-card:hover {
  box-shadow: 0 8px 54px rgba(20, 44, 88, 0.14);
}

.news-img-wrap {
  height: 178px;
  overflow: hidden;
}

.news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .26s;
}

.news-card:hover .news-img {
  transform: scale(1.04);
}

.news-meta {
  font-size: 0.97rem;
  color: #6b7a93;
}

.news-meta i {
  margin-right: 5px;
}

.news-header {
  margin-bottom: 0.7rem;
}

.news-title-card {
  font-size: 1.18rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  margin-top: 0.2rem;
  color: #222d3d;
}

.news-desc {
  color: #435068;
  font-size: 1.04rem;
  margin-bottom: 19px;
}

.news-readmore {
  font-weight: 600;
  color: #FFAF42;
  text-decoration: none;
  transition: color .19s;
  font-size: 1.03rem;
}

.news-readmore:hover {
  color: #ac7300;
}

.news-readmore i {
  font-size: 1em;
  margin-left: 7px;
}

@media (max-width:991px) {
  .news-img-wrap {
    height: 114px;
  }

  .news-card {
    margin-bottom: 1.3rem;
  }

  .news-title {
    font-size: 1.35rem;
  }
}


.locations-section {
  background: #f6f8fa;
  padding: 60px 0 45px 0;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: #232e4d;
}

.section-title .highlight {
  color: #e69316;
}

.section-desc {
  text-align: center;
  color: #586075;
  max-width: 540px;
  margin: 0 auto 36px auto;
  font-size: 1.09rem;
  font-weight: 500;
}

.location-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 14px rgba(54, 61, 84, .09);
  padding: 22px 16px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  transition: box-shadow .18s;
  min-height: 78px;
/*   width: 31%;
  margin-right: 10px;	 */
}

.location-marker {
  flex-shrink: 0;
  font-size: 1.8rem;
  margin-right: 20px;
  color: #e69316;
  background: #f9e7cb;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px rgba(56, 32, 14, 0.10);
}

.location-label {
  font-size: 1.13rem;
  font-weight: 600;
  color: #232d3c;
  letter-spacing: 0.01em;
  margin-bottom: 1px;
}
.location-label a{color: #232d3c;}
.location-label a:hover{color: #e69316;}

@media (max-width: 991px) {
  .location-card {
    padding: 15px 8px;
  }
}


.cta-panel {
  background: linear-gradient(90deg, #FFAF42 60%, #fda42b 100%);
  color: #fff;
  border-radius: 2.2rem;
  box-shadow: 0 3px 12px #fae2bb2e;
  margin-bottom: 1.7rem;
  padding: 3rem 2rem 3rem 2rem;
}

.quote-btn,
.modal-body button {
  display: block;
  width: 100%;
  padding: 18px 0;
  background: linear-gradient(90deg, #FFAF42 60%, #fda42b 100%);
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  border: none;
  border-radius: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  cursor: pointer;
  margin-top: 8px;
  transition: opacity 0.2s;
  text-decoration: none;
}

.quote-btn:hover,
.modal-body button:hover {
  opacity: 0.9;
}


.about-hero {
  position: relative;
  min-height: 320px;
  background: url('../images/about_us_banner.png') center center/cover no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* .about-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 20, 0.7);
} */

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

.about-title {
  color: #fff;
  font-size: 2.75rem;
  font-weight: 600;
  letter-spacing: .04em;
}


/*Blog Page*/

.sidebar-sticky {
  position: sticky;
  top: 24px;
}

.sidebar-block {
  background: #fff;
  margin-bottom: 28px;
  border-radius: 10px;
  box-shadow: 0 2px 12px #0001;
  padding: 24px 18px 20px 18px;
}

.sidebar-block h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #444;
  letter-spacing: 1.5px;
}

.category-list,
.tag-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.category-list li,
.tag-list li {
  padding: 5px 0;
  color: #555;
  font-size: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 4px;
}

.recent-posts-list {
  list-style: none;
  padding-left: 0;
}

.recent-posts-list li {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

.recent-posts-list img {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 13px;
}

.recent-posts-info {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  line-height: 1.2;
}

.sidebar-block .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.tag-list li {
  padding: 4px 11px;
  background: #f3efe5;
  color: #534532;
  font-size: 13px;
  border-radius: 12px;
  border: none;
  margin-bottom: 2px;
}

/* Blog Posts */
.blog-post {
  display: flex;
  margin-bottom: 38px;
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 4px 22px #ececed;
  overflow: hidden;
}

.blog-post-img {
  width: 220px;
  min-width: 220px;
  height: 165px;
  object-fit: cover;
  border-radius: 12px 0 0 12px;
}

.blog-post-body {
  padding: 22px 26px 18px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-title {
  font-size: 19px;
  font-weight: bold;
  color: #2d2d2d;
  margin-bottom: 12px;
  line-height: 1.1;
}

.blog-meta {
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
}

.blog-desc {
  font-size: 14px;
  color: #424242;
  margin-bottom: 10px;
}

.read-more {
  font-weight: 500;
  font-size: 13px;
  color: #E84329;
  text-decoration: none;
  margin-top: 10px;
}

.read-more:hover {
  color: #c62d15;
}

.sidebar-block a {
  color: #424242;
}

.sidebar-block a:hover {
  color: #E84329;
}

@media (max-width: 991px) {
  .blog-post-img {
    width: 120px;
    min-width: 120px;
    height: 90px;
  }

  .blog-post-body {
    padding: 13px 14px 10px 14px;
  }

  .blog-title {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .sidebar-sticky {
    position: static;
  }

  .container {
    max-width: 100%;
  }

  .blog-post {
    flex-direction: column;
  }

  .blog-post-img {
    width: 100%;
    min-width: 100%;
    height: 170px;
    border-radius: 12px 12px 0 0;
  }

  .blog-post-body {
    padding: 16px 10px 10px 10px;
  }
}


/*Blog Details Page*/

.blog-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(30, 34, 90, 0.12), 0 0.5px 1.5px rgba(30, 34, 90, 0.12);
  padding: 2rem 2.5rem;
  margin-bottom: 2rem;
  transition: box-shadow 0.3s;
}


.blog-image {
  width: 100%;
  max-height: 340px;
  border-radius: 0.7rem;
  object-fit: cover;
  margin-bottom: 1.5rem;
}

.blog-meta i {
  color: #c62d15;
  margin-right: 4px;
}

.blog-title {
  font-size: 2.2rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
}

.blog-meta {
  font-size: 1rem;
  color: #6e7b8a;
  margin-bottom: 1.2rem;
}

.blog-content {
  color: #20263a;
  line-height: 1.8;
  font-size: 1.18rem;
}

.blog-tags .badge {
  margin-right: 0.5rem;
  background: #fbeee5;
  color: #c62d15;
  font-size: 1rem;
}

.sidebar {
  background: #fff;
  border-radius: 1rem;
  padding: 1.8rem 2rem;
  box-shadow: 0 2px 8px rgba(30, 34, 90, 0.1);
}

.sidebar h5 {
  font-weight: 600;
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--primary-green);
  ;
  padding-bottom: 0.3rem;
  color: var(--primary-green);
}

.sidebar .author-info {
  text-align: center;
  margin-bottom: 2rem;
}

.author-photo {
  background: #000;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.8rem;
}

.author-name {
  font-weight: 700;
  font-size: 1.1rem;
  color: #20263a;
}

.author-role {
  font-size: 0.9rem;
  color: #6e7b8a;
}

.recent-posts li,
.categories li {
  margin-bottom: 0.7rem;
  list-style: none;
}

.recent-posts a,
.categories a {
  text-decoration: none;
  color: #444;
  font-weight: 500;
}

.recent-posts a:hover,
.categories a:hover {
  text-decoration: underline;
  color: var(--primary-yellow);
}


/*About us page*/

.comfort-title {
  font-family: 'Georgia', serif;
  font-size: 3rem;
  font-weight: 400;
  color: #212121;
  line-height: 1.1;
  margin-bottom: 2rem;
  letter-spacing: .01em;
}

.comfort-desc {
  font-size: 1.15rem;
  color: #232323;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 0;
  max-width: 620px;
}

.img-main {
  border-radius: 44px;
  object-fit: cover;
  width: 100%;
  height: 450px;
  box-shadow: 0 4px 20px rgba(40, 44, 62, 0.08);
  background: #eee;
}

.years-card {
  border-radius: 44px;
  background: #161d1d;
  color: #fff;
  min-height: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 24px rgba(23, 24, 30, 0.08);
  font-family: 'Georgia', serif;
  margin-bottom: 26px;
  padding: 0;
}

.years-card h2 {
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: .13em;
}

.years-card span {
  font-size: 1.5rem;
  font-weight: 400;
}

.img-side {
  border-radius: 44px;
  width: 100%;
  height: 220px;
  object-fit: cover;
  box-shadow: 0 2px 12px rgba(30, 30, 48, .07);
  background: #eee;
}

@media (max-width: 991.98px) {

  .img-main,
  .years-card,
  .img-side {
    border-radius: 22px;
  }

  .img-main {
    height: 180px;
  }

  .years-card {
    min-height: 80px;
    margin-bottom: 10px;
  }

  .years-card h2 {
    font-size: 15px;
  }

  .years-card span {
    font-size: 18px;
    font-weight: 400;
  }

  .img-side {
    height: 90px;
  }

  .comfort-title {
    font-size: 1.4rem;
  }

}


.lux-bg {
  background: #1d2330 url('../assets/images/about_us_bg.png') repeat;
  color: #fff;
  padding: 48px 0;
}

.lux-title {
  font-family: 'Georgia', serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.18;
  margin-bottom: 12px;
}

.lux-desc {
  font-size: 1.14rem;
  opacity: 0.85;
  color: #b9b9b9;
  margin-bottom: 2.2rem;
  line-height: 1.7;
  max-width: 700px;
}

.lux-image {
  width: 100%;
  height: 700px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 7px 42px rgba(20, 28, 30, 0.10);
  background: #222;
}

.features-card {
  background: rgba(24, 30, 30, 0.74);
  border: 1.5px solid #353838;
  border-radius: 18px;
  padding: 32px 28px 22px 28px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: border-color .2s;
}

.features-card:hover {
  border-color: #FFAF42;
}

.features-icon {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #FFAF42;
}

.features-title {
  font-family: 'Georgia', serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.18rem;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .lux-image {
    height: 220px;
  }

  .features-card {
    padding: 18px 16px;
    min-height: 78px;
  }

  .lux-title {
    font-size: 1.5rem;
  }
}


.lux-heading {
  font-family: 'Georgia', serif;
  color: #222;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.14;
  margin-top: 28px;
  margin-bottom: 18px;
  text-align: center;
}

.lux-carousel {
  margin: 0 auto;
  max-width: 1620px;
  background: #fff;
  padding-bottom: 8px;
}
.owl-dots {
  text-align: center;
  margin-top: 16px;
}

.owl-dot span {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #bfa76b;
  margin: 0 7px;
  transition: background .2s, border-color .2s;
}

.owl-dot.active span {
  background: #bfa76b;
  border-color: #bfa76b;
}


.lux-section {
  background: #000;
  color: #fff;
  min-height: 100vh;
  padding: 0;
  font-family: 'Georgia', serif;
}

.lux-section-left {
  min-height: 100vh;
  padding-left: 100px;
}

.lux-headline {
  font-family: 'Georgia', serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: .01em;
  margin-bottom: 1.8rem;
}

.lux-desc {
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0.94;
  font-family: 'Georgia', serif;
  margin-bottom: 3.5rem;
  max-width: 460px;
}

.lux-steps {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 58px;
  margin-top: 2rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.lux-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 0;
}

.lux-step-icon {
  font-size: 30px;
  background: #232323;
  color: #fff;
  border-radius: 50%;
  padding: 16px;
  margin-bottom: 16px;
  border: 2.6px solid #fff;
}

.lux-step-label {
  font-family: 'Georgia', serif;
  font-size: 1.13rem;
  letter-spacing: .01em;
  text-align: center;
  color: #fff;
  line-height: 1.12;
  margin-bottom: 0;
  font-weight: 400;
}

.lux-step-label span {
  display: block;
}

.lux-img-side {
  width: 100%;
  height: 90vh;
  object-fit: cover;
  background: #222;
  border-radius: 0;
  margin: 0;
  box-shadow: 0 6px 40px rgba(44, 44, 66, 0.09);
}

@media (max-width:1100px) {
  .lux-headline {
    font-size: 2.1rem;
  }

  .lux-img-side {
    height: 65vh;
  }

  .lux-steps {
    gap: 33px;
  }

  .lux-step-icon {
    font-size: 2rem;
  }
}

@media (max-width:767px) {
  .lux-section {
    padding: 18px 0;
  }

  .lux-headline {
    font-size: 1.3rem;
  }

  .lux-desc {
    font-size: .93rem;
  }

  .lux-steps {
    flex-direction: column;
    gap: 22px;
  }

  .lux-img-side {
    height: 250px;
  }

  .lux-section-left {
    padding-left: 15px;
  }
}


/*Service detials page*/

.comfort-section {
  background: #f8f8f7;
  padding: 68px 0;
  font-family: 'Georgia', serif;
}

.comfort-title {
  font-size: 2.7rem;
  font-weight: 400;
  color: #222;
  line-height: 1.15;
  margin-bottom: 30px;
}

.comfort-desc {
  font-size: 1.16rem;
  color: #222;
  opacity: .97;
  line-height: 1.8;
  margin-bottom: 50px;
  max-width: 640px;
}

.comfort-features {
  display: flex;
  gap: 70px;
  margin-top: 34px;
  margin-bottom: 8px;
}

.comfort-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 160px;
  max-width: 220px;
  padding-top: 8px;
}

.feature-icon {
  font-size: 3.4rem;
  color: #191919;
  margin-bottom: 16px;
}

.feature-label {
  font-family: 'Georgia', serif;
  font-size: 1.29rem;
  color: #1f1f1f;
  text-align: center;
  opacity: .97;
  margin-bottom: 0;
  line-height: 1.32;
  letter-spacing: .01em;
}

.right-images-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
}

.panel-image {
  width: 330px;
  height: 420px;
  object-fit: cover;
  border-radius: 6px;
  background: #ddd;
  box-shadow: 0 4px 28px rgba(24, 24, 24, .06);
}

@media (max-width:1200px) {
  .panel-image {
    width: 210px;
    height: 240px;
  }

  .comfort-title {
    font-size: 1.6rem;
  }

  .comfort-section {
    padding: 28px;
  }
}

@media (max-width:991px) {
  .right-images-row {
    flex-direction: column;
    gap: 16px;
  }

  .panel-image {
    width: 100%;
    max-width: 290px;
    height: 180px;
  }

  .comfort-features {
    gap: 28px;
  }

  .comfort-desc {
    font-size: .99rem;
  }
}

@media (max-width:767px) {
 .container {
    overflow-x: hidden;
}    
  .comfort-section {
    padding: 15px;
  }

  .comfort-title {
    font-size: 1.13rem;
  }

  .comfort-desc {
    font-size: .89rem;
  }

  .comfort-features {
    flex-direction: column;
    gap: 18px;
  }

  .feature-label {
    font-size: .92rem;
  }
}

.callus-buttons {
  text-align: right;
}

.callus-buttons .btn {
  font-size: 1.13rem;
  font-weight: 700;
  border-radius: 15px;
  margin-right: 16px;
  margin-bottom: 16px;
  min-width: 170px;
  padding: 10px 10;
}


.parallax-hero {
  position: relative;
  width: 100%;
  min-height: 520px;
  height: 68vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Georgia', serif;
  overflow: hidden;
  background-image: url('../images/explore-limo.png');
  /* UPDATE path here */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.parallax-overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 20, 0.46);
  z-index: 2;
}

.parallax-content {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.play-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 22px;
  position: relative;
}

.play-circles {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  opacity: 0.2;
  border-radius: 50%;
  background: #fff;
  animation: pulsate 3s infinite linear;
  z-index: 1;
}

@keyframes pulsate {

  0%,
  100% {
    opacity: 0.1;
  }

  50% {
    opacity: 0.33;
  }
}

.play-btn {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 8px 40px rgba(20, 20, 20, 0.15);
  border: 2px solid #f5f3e9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: background 0.22s;
}

.play-btn:hover {
  background: rgba(255, 255, 255, 0.33);
}

.play-btn i {
  font-size: 2.82rem;
  color: #dbb770;
  filter: drop-shadow(0 2px 4px #fff7);
}

.parallax-label {
  font-size: 1.07rem;
  color: #dbb770;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 13px;
  opacity: .82;
  font-family: 'Georgia', serif;
}

.parallax-title {
  font-family: 'Georgia', serif;
  font-size: 3.1rem;
  font-weight: 400;
  line-height: 1.12;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: .01em;
  margin-top: 8px;
}

@media (max-width:991px) {
  .parallax-title {
    font-size: 1.52rem;
  }

  .parallax-hero {
    min-height: 350px;
    height: 38vh;
  }

  .play-btn {
    width: 57px;
    height: 57px;
  }

  .play-circles {
    width: 70px;
    height: 70px;
  }
}


.lux-heading {
  font-family: 'Georgia', serif;
  color: #222;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.14;
  margin-top: 28px;
  margin-bottom: 18px;
  text-align: center;
}

.lux-carousel {
  margin: 0 auto;
  max-width: 1620px;
  background: #fff;
  padding-bottom: 8px;
}

.owl-dots {
  text-align: center;
  margin-top: 16px;
}

.owl-dot span {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #bfa76b;
  margin: 0 7px;
  transition: background .2s, border-color .2s;
}

.owl-dot.active span {
  background: #bfa76b;
  border-color: #bfa76b;
}


.lux-section {
  background: #000;
  color: #fff;
  min-height: 100vh;
  padding: 0;
  font-family: 'Georgia', serif;
}

.lux-section-left {
  min-height: 100vh;
  padding-left: 100px;
}

.lux-headline {
  font-family: 'Georgia', serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: .01em;
  margin-bottom: 1.8rem;
}

.lux-desc {
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0.94;
  font-family: 'Georgia', serif;
  margin-bottom: 3.5rem;
  max-width: 460px;
}

.lux-steps {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 58px;
  margin-top: 2rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.lux-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 0;
}

.lux-step-icon {
  font-size: 30px;
  background: #232323;
  color: #fff;
  border-radius: 50%;
  padding: 16px;
  margin-bottom: 16px;
  border: 2.6px solid #fff;
}

.lux-step-label {
  font-family: 'Georgia', serif;
  font-size: 1.13rem;
  letter-spacing: .01em;
  text-align: center;
  color: #fff;
  line-height: 1.12;
  margin-bottom: 0;
  font-weight: 400;
}

.lux-step-label span {
  display: block;
}

.lux-img-side {
  width: 100%;
  height: 90vh;
  object-fit: cover;
  background: #222;
  border-radius: 0;
  margin: 0;
  box-shadow: 0 6px 40px rgba(44, 44, 66, 0.09);
}

@media (max-width:1100px) {
  .lux-headline {
    font-size: 2.1rem;
  }

  .lux-img-side {
    height: 65vh;
  }

  .lux-steps {
    gap: 33px;
  }

  .lux-step-icon {
    font-size: 2rem;
  }
}

@media (max-width:767px) {
  .lux-section {
    padding: 18px 0;
  }

  .lux-headline {
    font-size: 1.3rem;
  }

  .lux-desc {
    font-size: .93rem;
  }

  .lux-steps {
    flex-direction: column;
    gap: 22px;
  }

  .lux-img-side {
    height: 250px;
  }

  .lux-section-left {
    padding-left: 15px;
  }
}


/*Contact Us Page*/

.contact-section {
  padding: 52px 0;
  background: #fff;
  font-family: 'Georgia', serif;
}

.contact-title {
  font-family: 'Georgia', serif;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 18px;
  line-height: 1.12;
  letter-spacing: .01em;
  color: #222;
}

.contact-desc {
  font-size: 1rem;
  color: #222;
  line-height: 1.7;
  opacity: .92;
  margin-bottom: 30px;
}

.social-btns {
  margin-bottom: 32px;
}

.social-btn {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 7px;
  background: #f5f5f5;
  border: none;
  border-radius: 7px;
  text-align: center;
  vertical-align: middle;
  transition: background .19s;
}

.social-btn i {
  color: #232323;
  font-size: 1.18rem;
  line-height: 38px;
  vertical-align: middle;
}

.social-btn:hover {
  background: #FFAF42;
}

.contact-form {
  margin-top: 10px;
}

.contact-form input,
.contact-form textarea {
  background: transparent;
  border: none;
  border-bottom: 1.2px solid #e6e6e6;
  border-radius: 0;
  font-family: 'Georgia', serif;
  font-size: 1.09rem;
  color: #222;
  margin-bottom: 22px;
  width: 100%;
  padding-bottom: 8px;
  transition: border-color .22s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #FFAF42;
  outline: none;
  background: transparent;
  box-shadow: none;
}

.contact-form textarea {
  min-height: 58px;
  resize: vertical;
}

.send-btn {
  background: #fff;
  color: #222;
  border: 1.7px solid #FFAF42;
  border-radius: 3px;
  padding: 8px 34px;
  font-size: 1rem;
  letter-spacing: .06em;
  font-family: 'Georgia', serif;
  transition: background .21s, color .21s;
  margin-top: 8px;
}

.send-btn:hover {
  background: #FFAF42;
  color: #fff;
}

.map-embed {
  width: 100%;
  height: 700px;
  min-height: 330px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(44, 44, 44, .07);
  background: #dadada;
}

@media (max-width: 991px) {
  .map-embed {
    height: 250px;
  }

  .contact-title {
    font-size: 1.3rem;
  }
}


.hero-section {
  min-height: 550px;
  background: #fff;
  font-family: 'Georgia', serif;
  display: flex;
  align-items: stretch;
  width: 100%;
}

.hero-img {
  width: 60%;
  object-fit: cover;
  height: 100%;
  min-height: 550px;
  display: block;
}

.hero-content-box {
  background: #1d2330;
  color: #fff;
  width: 40%;
  display: flex;
  align-items: center;
  padding-left: 56px;
  min-height: 550px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.hero-content {
  width: 100%;
  max-width: 550px;
}

.hero-label {
  font-size: 1rem;
  color: #FFAF42;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.hero-title {
  font-size: 2.95rem;
  font-family: 'Georgia', serif;
  font-weight: 400;
  line-height: 1.12;
  margin-bottom: 18px;
  color: #fff;
}

.hero-desc {
  font-size: 1.13rem;
  line-height: 1.75;
  margin-bottom: 34px;
  font-family: 'Georgia', serif;
  color: #fff;
  opacity: .96;
}

.hero-btn {
  background: transparent;
  border: 2px solid #FFAF42;
  color: #fff;
  font-size: 1.13rem;
  font-family: 'Georgia', serif;
  border-radius: 0;
  padding: 15px 34px;
  letter-spacing: .06em;
  transition: background .21s, color .22s;
  font-weight: 500;
  margin-top: 8px;
  text-decoration: none;
  display: inline-block;
}

.hero-btn:hover {
  background: #FFAF42;
  color: #232626;
}

.hero-btn i {
  margin-left: 10px;
  font-size: 1.12em;
  vertical-align: middle;
}

@media (max-width:991px) {
  .hero-section {
    flex-direction: column;
  }

  .hero-img {
    width: 100%;
    height: 220px;
    min-height: 180px;
  }

  .hero-content-box {
    width: 100%;
    padding-left: 20px;
    min-height: auto;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-title {
    font-size: 1.5rem;
  }
}


.contact-panel-section {
  margin: 100px auto;
  padding: 0 0 0 0;
  /*max-width: 1600px;*/
  background: #fff;
  font-family: 'Georgia', serif;
}

.contact-label {
  font-size: 1.07rem;
  color: #FFAF42;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Georgia', serif;
  opacity: .82;
}

.contact-title {
  font-family: 'Georgia', serif;
  font-size: 2.55rem;
  font-weight: 400;
  color: #232323;
  line-height: 1.13;
  margin-bottom: 22px;
}

.contact-desc {
  font-size: 1.11rem;
  color: #232323;
  font-family: 'Georgia', serif;
  line-height: 1.8;
  margin-bottom: 28px;
  max-width: 690px;
  opacity: 0.98;
}

.contact-info-label {
  font-family: 'Georgia', serif;
  font-size: 2rem;
  color: #232323;
  margin-bottom: 24px;
  margin-top: 32px;
}

.info-row {
  border-top: 2px solid #eee;
  margin-top: 36px;
  padding-top: 18px;
  padding-bottom: 16px;
}

.info-card {
  border-right: 2px solid #eee;
  padding-right: 30px;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.info-card:last-child {
  border-right: none;
}

.info-icon {
  font-size: 2.2rem;
  color: #FFAF42;
  margin-bottom: 0;
  margin-right: 8px;
  vertical-align: middle;
}

.info-type {
  font-family: 'Georgia', serif;
  color: #999;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 1.05rem;
  margin-bottom: 3px;
}

.info-value {
  font-family: 'Georgia', serif;
  color: #232323;
  font-size: 1.3rem;
  word-break: break-all;
  letter-spacing: .01em;
}

.contact-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.contact-img {
  width: 100%;
  max-width: 570px;
  min-height: 440px;
  height: 80vh;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 40px rgba(40, 36, 36, 0.13);
  background: #ddd;
}

@media (max-width:991px) {
  .contact-title {
    font-size: 1.3rem;
  }

  .contact-img {
    min-height: 180px;
    height: 250px;
  }

  .contact-info-label {
    font-size: 1.2rem;
  }

  .info-card {
    padding-right: 12px;
  }
}

@media (max-width:767px) {
  .contact-panel-section {
    padding: 0 10px;
  }

  .contact-title {
    font-size: 1rem;
  }

  .contact-img {
    min-height: 120px;
    height: 160px;
  }

  .info-row {
    flex-direction: column;
  }

  .info-card {
    border-right: none;
  }
}

/*Location Page*/ 

.landing-page-header {
	position: relative;
	display: block;
	padding: 50px 0 0;
	z-index: 1;
}
.landing-page-header .banner-content,
.landing-page-header .banner-form {
	flex: 1;
	padding: 2rem 0rem;
}
.landing-page-header .banner-content {
	width: 100%;
	text-align: left;
	margin-top: 40px;
}
.landing-page-header .banner-content h1 {
	font-weight: 800;
	font-size: 3.5rem;
	margin-bottom: 1rem;
	text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.landing-page-header .banner-content p {
	font-size: 1.25rem;
	font-weight: 500;
	max-width: 500px;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
}
.landing-page-header .contact-section {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 1.5rem;
	padding: 2.5rem 2rem;
	box-shadow: 0 3px 20px rgba(25, 93, 230, 0.25);
	color: #222;
	max-width: 450px;
	margin-left: auto;
}
.landing-page-header .contact-section h2 {
	text-align: left;
	color: #FFAF42;
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
	border-bottom: 3px solid #FFAF42;
	padding-bottom: 0.3rem;
}
.landing-page-header .form-control,
.landing-page-header .btn-primary {
	border-radius: 50px;
	padding: 10px 18px;
	font-size: 1rem;
	transition: box-shadow 0.3s ease;
}
.landing-page-header .form-control:focus {
	box-shadow: 0 0 8px #195de6;
	border-color: #195de6;
}
.landing-page-header .btn-primary {
	background-color: #FFAF42;
	border: none;
	width: 100%;
	font-weight: 600;
	padding: 12px;
	margin-top: 1.2rem;
}
.landing-page-header .btn-primary:hover {
	background-color: #E84329;
}
.landing-page-header .form-control {
	border: 2px solid #F9E32B;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
	.landing-page-header .banner {
		flex-direction: column;
		height: auto;
		padding: 3rem 1rem;
	}
	.landing-page-header .banner-content,
	.landing-page-header .banner-form {
		max-width: 100%;
		padding: 1rem;
		margin-bottom: 2rem;
	}
	.landing-page-header .contact-section {
		max-width: 100%;
		margin-left: 0;
	}
	.landing-page-header .banner-content h1 {
		font-size: 2.8rem;
	}
}


/* Loation Details page*/

.single-service-two {
    position: relative;
    padding-top: 91px;
    background: #ffb60066;
}
.single-service-two .left-content {
    position: relative;
    display: block;
}
.single-service-two .left-content .text {
    position: relative;
    display: block;
    margin-bottom: 64px;
}
.single-service-two .left-content .text h2 {
    position: relative;
    display: block;
    line-height: 55px;
    color: #232d3c;
    font-weight: 700;
    margin-bottom: 21px;
}
.single-service-two .left-content .text p {
    position: relative;
    display: block;
    font-size: 1.1rem;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #555;
    margin-bottom: 0;
}
.left-content .text-center , .right-content .text-center {
    text-align: left !important;
}
.single-service-two .left-content .image-box {
    position: relative;
    margin-bottom: -60px;
    z-index: 1;
}
.single-service-two .right-content {
    position: relative;
    display: block;
    margin-left: 100px;
}
.single-service-two .right-content h3 {
    position: relative;
    display: block;
    line-height: 45px;
    color: #232d3c;
    font-weight: 700;
    margin-bottom: 18px;
}
.single-service-two .right-content p {
    position: relative;
    display: block;
    font-size: 1.1rem;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #555;
/*     margin-bottom: 38px; */
}
.single-service-two .right-content .list li {
    position: relative;
    display: block;
    font-size: 1.1rem;
    line-height: 28px;
    font-family: 'Barlow', sans-serif;
    color: #171717;
    font-weight: 500;
    margin-bottom: 12px;
    padding-left: 36px;
}
.single-service-two .right-content .list li:before {
    --wpr-bg-cd8106be-8d6b-4389-82e3-46f11e706597: url(https://desiplumbers.com.au/wp-content/themes/deshiplumber/assets/images/icons/icon-71.png);
}
.single-service-two .right-content .list li:before {
    position: absolute;
    content: "";
    background-image: var(--wpr-bg-cd8106be-8d6b-4389-82e3-46f11e706597);
    left: 0;
    top: 8px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}
.single-service-two .right-content .list li:before {
    color: #d90429;
}
.landing-image-box img{max-width:100%;}

.featured-food-img {
	width: 100%;
	border-radius: 0.5rem;
	box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}
.food-description {
	margin-top: 2rem;
	font-size: 1.1rem;
	line-height: 1.6;
}
.gallery-img {
	border-radius: 0.5rem;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;
	cursor: pointer;
}
.gallery-img:hover {
	transform: scale(1.05);
} 


.footer-bg {
  background: #1d2330;
  color: #d7e1ed;
  padding-top: 50px;
  padding-bottom: 18px;
}

.footer-title {
  font-weight: 800;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 18px;
}

.footer-title .highlight {
  color: #FFAF42;
}

.footer-link-title {
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.footer-link,
.footer-link:visited {
  color: #d7e1ed;
  font-size: 1.07rem;
  text-decoration: none;
  margin-bottom: 8px;
  display: block;
  transition: color 0.14s;
}
#menu-footer-quick-link-menu li ,#menu-footer-service-menu li{
  text-decoration: none;
}
#menu-footer-quick-link-menu a:hover, #menu-footer-service-menu a:hover {
  color: #FFAF42;
  text-decoration: underline;
}

.footer-contact li {
  list-style: none;
  margin-bottom: 9px;
  color: #d7e1ed;
  font-size: 1.07rem;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact i {
  color: #FFAF42;
  font-size: 1.13rem;
  min-width: 19px;
  margin-top: 4px;
}

.footer-social {
  margin-top: 22px;
}

.footer-social a {
  width: 44px;
  height: 44px;
  background: #232940;
  color: #fff;
  font-size: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 14px;
  transition: background .21s, color .21s;
  text-decoration: none;
}

.footer-social a:hover {
  background: #FFAF42;
  color: #fff;
}

.footer-copyright {
  text-align: center;
  color: #b7bed0;
  font-size: 1.03rem;
  padding-top: 22px;
  margin-top: 18px;
  border-top: 1px solid #2b3042;
}

@media (max-width:991px) {
  .footer-title {
    font-size: 1.3rem;
  }

  .footer-link-title {
    font-size: 1.09rem;
  }

  .footer-bg {
    padding-top: 32px;
  }
}



/*@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: fallback;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
}*/