/* --primary-color: #f8c300; */
:root {
  --primary-color: #f8c300;
  --secondary-color: #ff9800;
}

@font-face {
  font-family: 'ethno';
  font-style: normal;
  font-weight: normal;
  src: url('../font/ethnocentric rg.woff') format('woff');
}

.menu-item-object-language_switcher .trp-flag-image {
  margin: 0;
}

.menu-item-object-language_switcher .trp-ls-language-name {
  display: none;
}

.header .logo h1 {
  font-family: 'ethno';
  margin: 0.1rem;
}

.home-custom-hero {
  min-height: 62vh;
}

.home-custom-hero:before {
  background: none;
}

.hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80");
  background-size: cover;
  background-position: center;
  height: 60vh;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-content {
  max-width: 700px;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-light);
}

.hero-text {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #ddd;
}

.btn-primary {
  background-color: gold;
  border: none;
  color: #000;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #e0b000;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(248, 195, 0, 0.2);
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  /* margin-bottom: 50px; */
  text-align: center;
  color: var(--primary-color);
}

.card {
  background-color: #111;
  border: none;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 30px;
  height: 100%;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(248, 195, 0, 0.1);
}

.card-img-container {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.card-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.card:hover .card-img-container img {
  transform: scale(1.1);
}

.location-badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--primary-color);
  padding: 5px 15px;
  border-radius: 50px;
  font-weight: 600;
}

.card-body {
  padding: 20px;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.feature-card {
  background-color: #111;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(248, 195, 0, 0.1);
}

.feature-icon {
  font-size: 3rem;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--text-light);
}

.testimonial-card {
  background-color: #111;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  height: 100%;
}

.testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
}

.testimonial-name {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--text-light);
}

.testimonial-rating {
  color: var(--primary-color);
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.partner-logo {
  height: 50px;
  object-fit: contain;
  filter: grayscale(100%) brightness(1.5);
  transition: all 0.3s ease;
  margin: 20px;
}

.partner-logo:hover {
  filter: grayscale(0%);
}

.social-icon {
  color: #aaa;
  font-size: 1.5rem;
  margin-right: 15px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  color: var(--primary-color);
  transform: translateY(-5px);
}

.footer {
  background-color: #474747;
}

.footer .footer-about a .sitename {
  font-family: 'ethno';
}

.whatsapp-float {
  position: fixed;
  bottom: 80px;
  right: 30px;
  background-color: #25d366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.hero-section.pg_tour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://images.unsplash.com/photo-1518548419970-58e3b4079ab2?ixlib=rb-1.2.1&auto=format&fit=crop&w=1500&q=80");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 150px 0;
  position: relative;
}

.destination-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.destination-card:hover {
  transform: translateY(-5px);
}

.destination-card img {
  height: 275px;
  object-fit: cover;
  width: 100%;
}

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
}

.card-overlay h5 {
  margin-bottom: 5px;
  font-weight: 700;
}

.price-tag {
  background-color: var(--primary-color);
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  display: inline-block;
}

.feature-section {
  background-color: var(--light-color);
}

.feature-card {
  text-align: center;
  padding: 30px 20px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.service-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  height: 200px;
}

.service-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
}

.rental-card {
  background-color: #b35900;
  color: white;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s;
}

.rental-card:hover {
  background-color: #994d00;
  transform: translateY(-5px);
}

.rental-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.testimonial-card {
  background-color: white;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  position: relative;
}

.testimonial-card:before {
  content: "\201C";
  font-size: 60px;
  position: absolute;
  top: 10px;
  left: 15px;
  color: rgba(255, 136, 0, 0.1);
}

.testimonial-rating {
  color: #ffd700;
  margin-bottom: 10px;
}

.testimonial-user {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.testimonial-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
}

.partner-logo {
  height: 50px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s;
}

.partner-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.orange-section {
  background-color: var(--primary-color);
  color: white;
}

.btn.btn-gold {
  background-color: var(--primary-color);
  color: #000;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.search-count {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.search-links {
  padding-left: 17px;
}

.search-links a {
  color: white;
}

.hero.slideHome {
  background: none !important;
  padding: 0 !important;
  display: block !important;
  overflow: hidden;
}

.hero.slideHome .ps_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero.slideHome .ps_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero.slideHome .carousel-item,
#heroCarousel {
  height: 100%;
}

.hero.slideHome.dark-background:before{
  background: rgba(0, 0, 0, 0.1) !important;
}

.customs_ptrn.about{
  background-image: url("../img/patern_left.png"), url("../img/patern-right.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-size: 50% auto, 50% auto;
  /* background-attachment: fixed; */
  background-color: #f8f8f8;
  background-size: cover !important;
}

.btn-sm{
  font-size: 0.8rem !important;
}
.btn-outline-primary{
  background-color: #f8c300 !important;
  color: #000 !important;
}
.btn-outline-primary:hover{
  background-color: #e0b000 !important;
  color: #000 !important;
}

.bg-client-trusted{
  background-color: #552020;;
}

.feature-table {
  max-width: 500px;
  margin: 50px auto;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.feature-icon {
  color: #f8c300;
  margin: 0;
  height: auto;
  text-align: center;
}

.feature-text {
  font-size: 1.1rem;
  color: #6c757d;
  font-weight: 500;
}

.table td {
  border: none;
  padding: 15px 20px;
  vertical-align: middle;
}
.table tbody tr:not(:last-child) {
  border-bottom: 1px solid #e9ecef;
}
.feature-text.fs-6{
  font-size: 14px !important;
}

.hero.slideHome .carousel-item, 
#heroCarousel{
  height: 465px;
}

.customs_tablePrice{
  padding: 20px;
  margin-top: 1rem;
  display: block;
  border-radius: 10px;
  background-color: #000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.customs_tablePrice table.price-table {
  margin-bottom: 0 !important;
}

.bg-custom-black {
  background-color: #000 !important;
}

.bg-custom-grey {
  background-color: #212529 !important;
}

.collapse-mobile-items {
  max-height: auto;
}

.hide-cars {
  max-height: 905px;
  overflow: hidden;
}

.hide-tours {
  max-height: 895px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .hero.slideHome {
    min-height: auto;
  }
  .hero.slideHome:before {
    background-color: transparent !important;
  }

  .menu-item-object-language_switcher .trp-flag-image {
    margin: -1px 5px;
  }

  .menu-item-object-language_switcher .trp-ls-language-name {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .hero.slideHome {
    min-height: inherit !important;
    height: auto !important;
  }

  .header .logo h1{
    font-size: 1rem;
  }

  .customs_ptrn.about{
    background: none !important;
    background-color: #f8f8f8 !important;
  }
  .customs_ptrn.about .container .row{
    padding: 0 15px;
  }
  .elegant-tab-btn.bg-gold{
    font-size: 0.65rem !important;
    padding: 0.5rem 1rem !important;
    margin: 0 1px !important;
    letter-spacing: 0px !important;
  }

  .package-details p,
  .package-details ul li,
  .package-details{
    font-size: 13px;
  }

  .detail_customsTour .container .row .col-md-6{
    margin-bottom: 1rem;
  }

  .customsMobBtn{
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }

  .footer .footer-links ul a, 
  .footer .footer-contact p span,
  .footer .footer-contact p a,
  .footer .footer-contact p{
    font-size: 13px;
  }

  .descs-hero{
    max-width: 100%;
  }

  .hero_mobil_detail{
    background-position: right bottom !important;
  }
  .hero_mobil_detail > .container{
    position: relative !important;
    z-index: 3 !important;
  }
  .hero_mobil_detail:before{
    display: inline-block !important;
    content: "" !important;
    background-color: rgba(0, 0, 0, 0.45) !important;
    background-size: cover !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 2 !important;
  }

  .hero.slideHome .carousel-item, 
  #heroCarousel{
    height: 190px;
  }
  .hero.slideHome .carousel-item h2.section-title.text-yellow{
    display: none;
  }

  .about .about-content h3{
    font-size: 21px;
  }
  .about .about-content ul p{
    font-size: 14px;
  }

  .customs_ptrn.about{
    padding-top: 10px;
  }

  .disable_px_mobile.px-5{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .disable_px_mobile.px-5 .py-4{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .book_car_btn.px-5{
    width: 100% !important;
  }

  .card-title{
    font-size: 1.2rem !important;
  }
  .location-badge{
    font-size: 13px;
  }
  .card-body{
    padding: 15px;
  }
  .feature-icon{
    margin: 0 auto;
  }

  .hero_mobil_detail{
    overflow: hidden;
    position: relative;
  }

  .customsMobBtn .itn.d-flex.gap-2{
    justify-content: center;
  }

}