/* Hanuman Tours and Travels brand theme */
:root {
  --ltn__primary-color: #F97316;
  --ltn__primary-color-2: #EA580C;
  --ltn__primary-color-3: #FB923C;
  --ltn__secondary-color: #F97316;
  --ltn__secondary-color-2: #EA580C;
  --ltn__secondary-color-3: #FB923C;
}

/* Enlarge the logo visually without changing the original header height. */
.ltn__header-middle-area .site-logo img {
  height: 40px;
  max-height: none;
  width: auto;
  transform: scale(1.45);
  transform-origin: left center;
}

@media (max-width: 1199px) {
  .ltn__header-middle-area .site-logo img { transform: scale(1.25); }
}

/* Keep testimonial cards aligned when review copy differs in length. */
.ltn__testimonial-item-7 .ltn__testimoni-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ltn__testimonial-item-7 .ltn__testimoni-info > p {
  min-height: 96px;
  margin-bottom: 24px;
}

.ltn__testimonial-item-7 .ltn__testimoni-info-inner {
  margin-top: auto;
}

@media (max-width: 575px) {
  .ltn__testimonial-item-7 .ltn__testimoni-info > p {
    min-height: auto;
  }
}

/* About section: rent-site collage layout with Hanuman brand colors. */
.hanuman-about-img-wrap {
  position: relative;
  margin-left: 60px;
  margin-right: -15px;
}

.hanuman-about-img-box {
  position: relative;
}

.hanuman-about-main-img {
  position: relative;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #071041;
  z-index: 1;
}

.hanuman-about-main-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: all 500ms ease;
}

.hanuman-about-main-img:hover img {
  opacity: 0.85;
  transform: scale(1.05);
}

.hanuman-about-sub-img {
  position: absolute;
  left: -60px;
  bottom: -120px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #071041;
  z-index: 2;
}

.hanuman-about-sub-img img {
  width: auto;
  max-width: 220px;
  border-radius: 10px;
  border: 6px solid #fff;
  object-fit: cover;
  transition: all 500ms ease;
}

.hanuman-about-sub-img:hover img {
  opacity: 0.85;
  transform: scale(1.05);
}

.hanuman-about-shape {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.hanuman-about-shape img {
  width: auto;
  filter: hue-rotate(-22deg) saturate(1.15);
}

.hanuman-about-shape-1 { top: 0; left: -50px; }
.hanuman-about-shape-2 { top: 80px; left: -60px; }
.hanuman-about-shape-3 { bottom: -110px; right: -8px; }
.hanuman-about-shape-4 { bottom: -90px; right: 0; }

.hanuman-experience-badge {
  position: absolute;
  top: 30px;
  left: -40px;
  width: 126px;
  height: 126px;
  border: 7px solid #fff;
  border-radius: 50%;
  background: var(--ltn__primary-color);
  box-shadow: 0 8px 22px rgba(234, 88, 12, .28);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.15;
  text-align: center;
  z-index: 3;
}

.hanuman-experience-badge strong { font-size: 34px; font-weight: 800; }
.hanuman-experience-badge span { font-size: 12px; font-weight: 700; }

.hanuman-about-content {
  margin-left: 40px;
  margin-top: 42px;
}

.hanuman-about-lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
  color: var(--ltn__primary-color);
  margin-bottom: 12px;
}

.hanuman-about-text {
  color: #5C727D;
  line-height: 1.7;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .hanuman-about-img-wrap { margin-left: 40px; }
  .hanuman-about-content { margin-left: 20px; }
}

@media (max-width: 991px) {
  .hanuman-about-img-wrap {
    max-width: 520px;
    margin: 0 auto 140px;
  }

  .hanuman-about-content {
    margin-left: 0;
    margin-top: 0;
  }
}

/* Light footer theme with Hanuman orange accents. */
.ltn__footer-area .footer-top-area.section-bg-2,
.ltn__footer-area .ltn__copyright-area.section-bg-7 {
  background: #ffffff !important;
}

.ltn__footer-area .footer-top-area { border-top: 1px solid #FDE1C5; }
.ltn__footer-area .ltn__border-top-2 { border-color: #FDE1C5 !important; }

.ltn__footer-area .footer-title,
.ltn__footer-area .footer-widget p,
.ltn__footer-area .footer-menu li,
.ltn__footer-area .ltn__copyright-design p,
.ltn__footer-area .ltn__copyright-menu li {
  color: #334155;
}

.ltn__footer-area .footer-title { color: #1F2937; }

.ltn__footer-area .footer-menu a,
.ltn__footer-area .footer-menu i,
.ltn__footer-area .ltn__copyright-menu a {
  color: #EA580C;
}

.ltn__footer-area .footer-menu a:hover,
.ltn__footer-area .ltn__copyright-menu a:hover { color: #F97316; }

.ltn__footer-area .ltn__social-media a {
  background: transparent !important;
  color: #F97316 !important;
  border: 1px solid #F97316;
  width: 42px;
  height: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.ltn__footer-area .ltn__social-media a i {
  color: #F97316 !important;
}

.ltn__footer-area .ltn__social-media a:hover {
  background: #F97316 !important;
  color: #ffffff !important;
}

.ltn__footer-area .ltn__social-media a:hover i {
  color: #ffffff !important;
}

.ltn__footer-area .ltn__copyright-design .current-year {
  color: #F97316;
  font-weight: 700;
}

.ltn__footer-area .ltn__copyright-area,
.ltn__footer-area .ltn__copyright-area p,
.ltn__footer-area .ltn__copyright-area .ltn__copyright-menu li,
.ltn__footer-area .ltn__copyright-area .ltn__copyright-menu a {
  color: #334155 !important;
}

.ltn__footer-area .ltn__copyright-menu a {
  text-decoration: none;
}

.ltn__footer-area .ltn__copyright-menu a:hover {
  text-decoration: underline;
}

.ltn__footer-area .ltn__social-media a {
  background: transparent !important;
  color: #F97316 !important;
  border: 1px solid #F97316;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.ltn__footer-area .ltn__social-media a:hover {
  background: #F97316 !important;
  color: #fff !important;
}

@media (max-width: 575px) {
  .hanuman-about-main-img { height: 280px; }

  .hanuman-about-img-wrap {
    margin-left: 30px;
    margin-right: 0;
    margin-bottom: 120px;
  }

  .hanuman-about-sub-img {
    left: -30px;
    bottom: -100px;
  }

  .hanuman-about-sub-img img { max-width: 160px; }

  .hanuman-about-shape-1,
  .hanuman-about-shape-4,
  .hanuman-about-shape-3 { display: none; }

  .hanuman-experience-badge {
    left: -20px;
    width: 105px;
    height: 105px;
  }

.hanuman-experience-badge strong { font-size: 28px; }
}

/* Car rental slider — rent-site cards in theme slick slider. */
.hanuman-fleet-section {
  position: relative;
  padding: 30px 0 30px;
  background: linear-gradient(180deg, #fffaf5 0%, #f8f8f8 100%);
  scroll-margin-top: 100px;
}

.hanuman-fleet-section .slick-slide {
  padding: 0 12px;
}

.hanuman-fleet-section .slick-list {
  margin: 0 -12px;
}

.hanuman-fleet-section .slick-dots {
  margin: 28px 0 0;
  position: relative;
  bottom: auto;
}

.hanuman-fleet-section .ltn__product-slider-item-four-active-full-width.slick-slider {
  padding-bottom: 8px;
}

.hanuman-fleet-card {
  background: #fff;
  border: 1px solid #FDE1C5;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(234, 88, 12, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  height: 100%;
}

.hanuman-fleet-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 30px rgba(234, 88, 12, 0.14);
}

.hanuman-fleet-img-box {
  position: relative;
  padding: 14px 14px 0;
}

.hanuman-fleet-img-box img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.hanuman-fleet-img-box::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 0;
  width: 186px;
  height: 45px;
  /* background: #fff; */
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
}

.hanuman-fleet-price {
  position: absolute;
  right: -12px;
  bottom: 10px;
  width: 186px;
  color: var(--ltn__primary-color-2);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  z-index: 2;
}

.hanuman-fleet-content {
  padding: 16px 22px 28px;
}

.hanuman-fleet-content h4 {
  margin-bottom: 9px;
  font-size: 22px;
  line-height: 1.3;
  color: #071041;
  font-weight: 600;
}

.hanuman-fleet-content p {
  margin: 0;
  font-size: 16px;
  color: #5C727D;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .hanuman-fleet-img-box img { height: 240px; }

  .hanuman-fleet-content h4 { font-size: 21px; }

  .hanuman-fleet-price {
    right: 14px;
    width: 170px;
    font-size: 22px;
  }

  .hanuman-fleet-img-box::after {
    width: 170px;
    height: 62px;
  }
}

@media (max-width: 767px) {
  .hanuman-fleet-section { padding: 70px 0 66px; }

  .hanuman-fleet-img-box img { height: 230px; }

  .hanuman-fleet-price {
    right: 14px;
    width: 154px;
    bottom: 14px;
    font-size: 20px;
  }

  .hanuman-fleet-content h4 { font-size: 20px; }

  .hanuman-fleet-content p { font-size: 15px; }

  .hanuman-fleet-img-box::after {
    width: 154px;
    height: 56px;
  }
}
