.elementor-kit-9{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#146542;--e-global-color-text:#000000;--e-global-color-accent:#32CC8C;--e-global-typography-primary-font-family:"Cabin";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Nunito";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.tour-card {
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease;
}

.tour-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

.tour-card img,
.tour-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
  display: block;
  transition: transform 0.5s ease;
}

.tour-card:hover img,
.tour-card:hover .tour-image {
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  .tour-card img,
  .tour-image {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .tour-card img,
  .tour-image {
    height: 170px;
  }
}

@media (max-width: 480px) {
  .tour-card img,
  .tour-image {
    height: 150px;
  }
}/* End custom CSS */