.tour-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  width: 100%;
  cursor: pointer;
  position: relative;
  margin-bottom: 30px;
}

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

.card-image-wrapper {
  position: relative;
  height: 240px;
  background: #fefefe;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

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

.price-badge {
  position: absolute;
  top: 16px;
  left: -10px;
  background: var(--badge-color, #1e7abf);
  color: white;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
  z-index: 1000;
}

.price-badge::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  width: 10px;
  height: 10px;
  background: var(--badge-color, #1e7abf);
  filter: brightness(0.7);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  transition: all 500ms ease;
}

.card-body {
  padding: 20px;
}

.tour-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 8px;
  line-height: 1.3;
}

.tour-description {
  color: #718096;
  font-size: 0.9rem;
  margin-bottom: 16px;
  line-height: 1.5;
}

.tour-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4a5568;
  font-size: 0.95rem;
}

.info-icon {
  width: 10px;
  color: #666;
  font-size: 0.78rem;
  line-height: 10px;
}

.info-text {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  height: 30px;
}

.date-separator {
  margin: 0 8px;
  color: #a0aec0;
}

.mototurismo-news-card {
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
  width: 100%;
}

.mototurismo-news-card:hover {
  transform: translateY(-5px);
}

.mototurismo-news-card .inner-box {
  background: #fff;
  border: 1px solid #f0f0f0;
}

.mototurismo-news-card .image-box {
  margin: 0;
  overflow: hidden;
}

.mototurismo-news-card .image-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.mototurismo-news-card:hover .image-box img {
  transform: scale(1.05);
}

.mototurismo-news-card .lower-content {
  padding: 20px;
}

.mototurismo-news-card .category {
  margin-bottom: 10px;
}

.mototurismo-news-card .category a {
  display: inline-block;
  padding: 4px 12px;
  background: #f0f0f0;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}

.mototurismo-news-card h3 {
  margin: 0 0 0px;
  font-size: 18px;
  line-height: 1.4;
}

.mototurismo-news-card h3 a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
}

.mototurismo-news-card h3 a:hover {
  color: #007bff;
}

.mototurismo-news-card .post-info {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  color: #777;
  font-size: 14px;
}

.mototurismo-news-card p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}
.theme-btn-two {
  background: none;
  border: 0 none;
}

.mototurismo-news-card .image-box {
  position: relative;
  width: 100%;
  /* 3:2 aspect ratio (600x400) */
  padding-bottom: 66.6667%; /* 400/600 = 0.666667 */
  overflow: hidden;
  background-color: #f5f5f5; /* Fallback background */
}

.mototurismo-news-card .image-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the container */
}

.mototurismo-news-card .image-box.no-image {
  background-color: #f5f5f5;
  /* Optional: Add a placeholder or icon */
}

.mototurismo-news-card .image-box.no-image:after {
  content: "No Image";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #999;
}

.theme-btn-two:hover {
  background: none;
  border: 0 none;
}
.show {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.page-header.main-header {
  visibility: visible;
  padding-top: 0;
  background-color: #fff !important;
  position: fixed !important;
  background: #000;
  box-shadow: rgba(9, 11, 17, 0.07) 0px 4px 16px 0px,
    rgba(19, 23, 32, 0.07) 0px 8px 16px -5px;
  --AppBar-background: hsl(239.18, 84.97%, 66.08%);
  --AppBar-color: hsl(239.18, 84.97%, 95%);
}
.page-header.main-header .main-menu .navigation > li > a {
  color: #444;
}
.page-header.main-header .menu-area .mobile-nav-toggler .icon-bar {
  background: #444;
}
.content-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.news-section {
  padding: 80px 0 60px;
}

.content-wrapper {
  padding-top: 69px;
}
/* Hero Section */
.post-hero-section {
  position: relative;
  padding: 120px 0 80px;
  background: linear-gradient(135deg, #667eea 0%, #215ddf 100%);
  overflow: hidden;
}

.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(30, 122, 191, 0.85) 0%,
    rgba(10, 90, 168, 0.85) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}

.post-category {
  margin-bottom: 20px;
}

.category-badge {
  display: inline-block;
  padding: 2px 12px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  text-decoration: none;
  border-radius: 40px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
a.category-badge {
  color: #fff;
}

.category-badge:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  color: #ffffff;
  text-decoration: none;
}

.post-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #ffffff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.post-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.post-meta i {
  font-size: 18px;
}

/* Content Section */
.post-content-section {
  padding: 80px 0;
  background: #ffffff;
}

.post-content {
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 40px;
}

.post-content p {
  margin-bottom: 24px;
}

.post-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 48px;
  margin-bottom: 24px;
  color: #1a1a1a;
}

.post-content h3 {
  font-size: 26px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #2a2a2a;
}

.post-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 16px;
  color: #3a3a3a;
}

.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 32px 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.post-content ul,
.post-content ol {
  margin-bottom: 24px;
  padding-left: 24px;
}

.post-content li {
  margin-bottom: 12px;
}

.post-content blockquote {
  border-left: 4px solid #667eea;
  padding: 24px 32px;
  margin: 32px 0;
  background: #f8f9fa;
  border-radius: 8px;
  font-style: italic;
  color: #555555;
}

.post-content a {
  color: #667eea;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.post-content a:hover {
  border-bottom-color: #667eea;
}

/* Tags Section */
.post-tags {
  padding-top: 40px;
  border-top: 2px solid #e9ecef;
  margin-top: 40px;
}

.tags-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.tags-wrapper i {
  color: #667eea;
  font-size: 18px;
}

.tags-wrapper a {
  display: inline-block;
  padding: 8px 18px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 50px;
  color: #495057;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.tags-wrapper a:hover {
  background: #667eea;
  border-color: #667eea;
  color: #ffffff;
  transform: translateY(-2px);
}

/* No Content Section */
.no-content-section {
  padding: 120px 0;
  background: #f8f9fa;
}

.no-content-section h1 {
  font-size: 32px;
  color: #495057;
}

/* Responsive Design */
@media (max-width: 991px) {
  .post-hero-section {
    padding: 80px 0 60px;
  }

  .post-title {
    font-size: 36px;
  }

  .post-content {
    font-size: 17px;
  }

  .post-content h2 {
    font-size: 28px;
  }

  .post-content h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .post-hero-section {
    padding: 60px 0 40px;
  }

  .post-title {
    font-size: 28px;
  }

  .post-meta {
    font-size: 14px;
  }

  .post-content-section {
    padding: 60px 0;
  }

  .post-content {
    font-size: 16px;
  }

  .post-content h2 {
    font-size: 24px;
    margin-top: 32px;
  }

  .post-content h3 {
    font-size: 20px;
    margin-top: 28px;
  }
}
/* Minimalist Header Styles for index.php */

.page-title-minimal {
  padding: 40px 0 30px;
  background: linear-gradient(to bottom, #fafafa 0%, #ffffff 100%);
  border-bottom: 1px solid #e5e5e5;
}

.content-box-minimal {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.minimal-title {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -0.5px;
  color: #1a1a1a;
  margin: 0 0 16px;
  line-height: 1.2;
}

.minimal-description {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  line-height: 1.6;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-title-minimal {
    padding: 40px 0 30px;
  }

  .minimal-title {
    font-size: 36px;
  }

  .minimal-description {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .page-title-minimal {
    padding: 40px 0 30px;
  }

  .minimal-title {
    font-size: 28px;
  }

  .minimal-description {
    font-size: 15px;
  }
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.tours-section {
  margin-bottom: 30px;
}
.image_block_1 .image-box .image-2 img {
  max-width: 280px;
}

.image_block_1 .image-box .image {
  overflow: hidden;
}
.banner-section .content-box h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

/* Motorcycle Section Styles - Elegant & Clean Design */
.motorcycle-section {
  padding: 0;
  position: relative;
  overflow: hidden;
  background-color: #e9ecef;
}

.motorcycle-card {
  display: flex;
  align-items: stretch;
  min-height: 400px;
}
.content-wrapper.motorcycle-list-section .motorcycle-card {
  margin-bottom: 20px;
}
.motorcycle-list-section .about-two__image-title {
  display: none;
}

/* Solid color instead of gradient for left section */
.motorcycle-content {
  flex: 1;
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: #e9ecef;
}

.motorcycle-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}

/* Refined label with minimal accent line */
.motorcycle-label {
  margin-bottom: 24px;
  opacity: 0.9;
}

.motorcycle-label span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #666;
  position: relative;
  padding-left: 50px;
  display: inline-block;
}

.motorcycle-label span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, #3b82f6 0%, #60a5fa 100%);
}

/* Elegant typography with refined spacing */
.motorcycle-title {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 32px;
  color: #333;
  letter-spacing: -1px;
}

/* Clean description with better readability */
.motorcycle-description {
  max-width: 540px;
}

.motorcycle-description p {
  font-size: 17px;
  line-height: 1.7;
  color: #808080;
  font-weight: 300;
}

/* White background with tilted mask window effect */
.motorcycle-image {
  flex: 1;
  background-color: #fff; /* Removed white background to show blue */
  padding: 20px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible; /* Changed overflow to visible */
}

/* White background container for image area between tilted masks */
.motorcycle-image > * {
  position: relative;
  z-index: 1;
}

.motorcycle-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

/* Refined responsive design */
@media (max-width: 991px) {
  .motorcycle-card {
    flex-direction: column;
    min-height: auto;
  }

  .motorcycle-content {
    padding: 80px 60px;
    text-align: center;
  }

  .motorcycle-title {
    font-size: 48px;
  }

  .motorcycle-description {
    max-width: 100%;
  }

  .motorcycle-label span {
    padding-left: 0;
  }

  .motorcycle-label span::before {
    display: none;
  }
  .motorcycle-section {
    padding-bottom: 16px;
  }

  /* Hide tilted masks on mobile */
  .motorcycle-image::before,
  .motorcycle-image::after {
    display: none;
  }

  .motorcycle-image {
    padding: 60px 40px;
  }
}

@media (max-width: 767px) {
  .motorcycle-content {
    padding: 60px 30px;
  }

  .motorcycle-title {
    font-size: 36px;
  }

  .motorcycle-description p {
    font-size: 16px;
  }

  .motorcycle-image {
    padding: 40px 20px;
  }
}
.video-btn .play-icon {
  position: relative;
  top: -3px;
  left: 3px;
}
.about-two__image-title {
  text-transform: uppercase;
  width: 96px;
  height: auto;
  background-color: #1e7abf;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 25;
  writing-mode: vertical-rl; /* Rotate text vertically */
  text-orientation: mixed;
  padding: 10px 0;
  height: 100%;
}
.motorcycle-image {
  flex: 1;
  background-color: #fff;
  padding: 20px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden; /* Prevent overflow */
}
.entry-content {
  padding-bottom: 80px;
  padding-right: 50px;
}
#menu-sidemenu {
  width: 100%;
  border-bottom: 1px solid #ededed !important;
}
#menu-sidemenu .list-group-item {
  border: 1px solid #ededed !important;
  border-bottom: 0 none !important;
}
.whatsapp-widget {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  padding-right: 50px;
}

.whatsapp-widget img {
  width: 100%;
  height: auto;
}

.whatsapp-info p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.image_block_1 .image-box .image-2 img {
  max-width: 280px;
}
@media only screen and (max-width: 767px) {
  .image_block_1 .image-box .image-2 img {
    max-width: 100%;
  }
  .about-two__image-title {
    display: none;
  }
}
@media only screen and (max-width: 399px) {
  .main-header .logo-box .logo {
    margin: 0;
  }
}
@media only screen and (max-width: 399px) {
  .main-header .outer-box {
    display: flex;
  }
}
/* Main switcher container */
.main-menu .menu-item-gtranslate .gt_switcher {
  background: #fff;
  width: 135px;
  border: 0 none;
}

/* Selected language item */
.main-menu .menu-item-gtranslate .gt_switcher .gt_selected {
  border-color: 0 none;
  background: #fff;
}

.main-menu .menu-item-gtranslate .gt_switcher .gt_selected a {
  width: 129px;
  border: 0 none;
  font-size: 14px;
  outline: 0 none;
  font-family: inherit;
}

.main-menu .menu-item-gtranslate .gt_switcher .gt_option a {
  color: #333;
  background: #fff;
  width: 135px;
  border: 0 none;
  font-size: 14px;
  font-family: inherit;
}
.main-menu .menu-item-gtranslate .gt_switcher .gt_option {
  border: 0 none;
  outline: 0 none;
}

/* Selected language item */
.menu-box .menu-item-gtranslate .gt_switcher {
  margin-left: 20px;
  margin-top: 5px;
}
.menu-box .menu-item-gtranslate .gt_switcher .gt_selected {
  border-color: 0 none;
  background: #fff;
}

.menu-box .menu-item-gtranslate .gt_switcher .gt_selected a {
  width: 129px;
  border: 0 none;
  font-size: 14px;
  outline: 0 none;
  font-family: inherit;
}

.menu-box .menu-item-gtranslate .gt_switcher .gt_option a {
  color: #333;
  background: #fff;
  width: 135px;
  border: 0 none;
  font-size: 14px;
  font-family: inherit;
}
.menu-box .menu-item-gtranslate .gt_switcher .gt_option {
  border: 0 none;
  outline: 0 none;
}
.mobile-menu .nav-logo {
  padding: 25px 25px;
  padding-left: 50px;
  padding-right: 50px;
}
.social-top-links {
  display: flex;
  flex-direction: row;
}
.social-top-links li {
  margin-left: 5px;
  width: 20px;
  height: 20px;
  display: block;
  line-height: 1.4;
}
.social-top-links li a {
  padding: 0;
  width: 20px;
  height: 20px;
  display: block;
}
.social-top-links {
  padding-left: 140px;
  padding-top: 23px;
}
@media (max-width: 1200px) {
  .social-top-links {
    display: none;
  }
}
