.elementor-241 .elementor-element.elementor-element-4ccd593{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-241 .elementor-element.elementor-element-c15e5cc > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-1bb5921 */.blog-section {
  font-family: 'Poppins', sans-serif;
  color: #000;
  line-height: 1.6;
}

.hero {
  background: linear-gradient(to bottom, rgb(13 33 161 / 44%), rgb(145 44 18 / 0%)), url('https://via.placeholder.com/1920x600') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}

.hero h1 {
  font-size: 36px;
  font-weight: 700;
}

.hero h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 15px 0;
}

.cta-buttons a {
  display: inline-block;
  margin: 10px;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
}

.btn-primary {
  background-color: #912C12;
  color: #fff;
}

.btn-secondary {
  background-color: #0D21A1;
  color: #fff;
}

.intro, .vehicle-options, .why-choose, .contact-section, .tour-packages, .pricing, .final-cta {
  padding: 50px 20px;
  max-width: 1200px;
  margin: auto;
}

h2 {
  color: #0D21A1;
  font-size: 28px;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  padding-left: 0;
}

.vehicle-list li, .benefits li, .packages li, .pricing-list li {
  background: #f4f4f4;
  padding: 10px 15px;
  margin-bottom: 10px;
  border-left: 5px solid #912C12;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.contact-card {
  background: #f9f9f9;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  text-align: center;
}

.contact-card h3 {
  font-size: 20px;
  color: #912C12;
  margin-bottom: 10px;
}

.btn-call {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0D21A1;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
}


.final-cta .btn-primary {
  background-color: #fff;
  color: #0D21A1;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 28px;
  }

  .hero h3 {
    font-size: 16px;
  }
}
.cta-buttons a:hover
 {
    color: white;
}


@media (max-width: 992px) {
  .cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-buttons a {
    width: 100%;
    text-align: center;
  }

  .contact-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 1.6rem;
  }

  .hero h3 {
    font-size: 1rem;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .cta-buttons a {
    width: 100%;
  }

  .contact-cards {
    grid-template-columns: 1fr;
  }

  .vehicle-list, .benefits, .packages, .pricing-list {
    padding-left: 15px;
  }

  h2 {
    font-size: 1.3rem;
  }

  p, ul li {
    font-size: 0.95rem;
  }

  section {
    padding: 15px;
    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 1.4rem;
  }

  .hero h3 {
    font-size: 0.9rem;
  }

  .btn-primary, .btn-secondary, .btn-call {
    padding: 10px 15px;
    font-size: 0.95rem;
  }

  h2 {
    font-size: 1.2rem;
  }

  p, ul li {
    font-size: 0.9rem;
  }
}/* End custom CSS */