.elementor-kit-4{--e-global-color-primary:#3B1E5A;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#1F2937;--e-global-color-accent:#E67E22;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-font-style:normal;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:none;color:#1F2937;font-family:"Inter", Sans-serif;font-size:17px;line-height:1.7em;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{background-color:#2DCA1A;font-weight:600;color:#FFFFFF;border-radius:8px 8px 8px 8px;padding:14px 028px 14px 028px;}.elementor-kit-4 button:hover,.elementor-kit-4 button:focus,.elementor-kit-4 input[type="button"]:hover,.elementor-kit-4 input[type="button"]:focus,.elementor-kit-4 input[type="submit"]:hover,.elementor-kit-4 input[type="submit"]:focus,.elementor-kit-4 .elementor-button:hover,.elementor-kit-4 .elementor-button:focus{background-color:#060000;color:#040000;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 h1{color:#0F172A;font-family:"Playfair Display", Sans-serif;font-weight:700;letter-spacing:0px;}.elementor-kit-4 h2{color:#0F172A;font-weight:700;}.elementor-kit-4 h3{color:#0F172A;font-weight:600;}.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);}@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 */.by-packages {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
}

.by-packages h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
}

.by-packages .subtext {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.package-card {
  background: #fff;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  position: relative;
  transition: transform .3s;
}

.package-card:hover {
  transform: translateY(-6px);
}

.package-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.package-card ul {
  padding-left: 18px;
  margin-bottom: 20px;
}

.package-card li {
  margin-bottom: 8px;
  color: #444;
}

.price {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.wa-btn {
  display: block;
  text-align: center;
  background: #25D366;
  color: #fff;
  padding: 14px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}

.wa-btn:hover {
  background: #1ebe5d;
}

.featured {
  border: 2px solid #25D366;
}

.tag {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #25D366;
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 20px;
}
.custom-yatra-cta {
  margin-top: 60px;
  padding: 40px 25px;
  text-align: center;
  background: linear-gradient(135deg, #f8fff9, #eafff1);
  border-radius: 16px;
}

.custom-yatra-cta h3 {
  font-size: 26px;
  margin-bottom: 12px;
}

.custom-yatra-cta p {
  color: #555;
  margin-bottom: 22px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.custom-btn {
  display: inline-block;
  background: #25D366;
  color: #fff;
  padding: 16px 28px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
}

.custom-btn:hover {
  background: #1ebe5d;
}
.instant-help {
  text-align: center;
  margin: 40px 0;
}

.instant-btn {
  display: inline-block;
  background: #0f172a;
  color: #fff;
  padding: 14px 26px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}

.instant-btn:hover {
  background: #020617;
}
.faq-section {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
}

.faq-section h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
}

.faq-sub {
  text-align: center;
  color: #555;
  margin-bottom: 40px;
}

.faq-item {
  background: #ffffff;
  border-radius: 14px;
  padding: 22px 24px;
  margin-bottom: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.faq-item h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.faq-item p {
  color: #444;
  line-height: 1.6;
}

.faq-whatsapp {
  display: block;
  text-align: center;
  margin-top: 35px;
  background: #25D366;
  color: #fff;
  padding: 16px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
}
.details-wrap {
  text-align: center;
  margin-top: 10px;
}

.details-link {
  font-size: 13px;
  color: #0f172a;
  text-decoration: underline;
  font-weight: 500;
  display: inline;
}
/* =========================
   VISIBILITY CONTROL
========================= */

/* Mobile hero hidden on desktop */
.mobile-only-hero {
  display: none;
}

/* Desktop hero hidden on mobile */
@media (max-width: 768px) {

  .desktop-hero {
    display: none !important;
  }

  .mobile-only-hero {
    display: block;
    padding: 30px 15px 80px;
    background: linear-gradient(
      rgba(0,0,0,0.25),
      rgba(0,0,0,0.25)
    ),
    url('https://brijyatraa.in/wp-content/uploads/2026/01/YAMUNA-GHAT.jpg')
    center/cover no-repeat;
    text-align: center;
  }

  .mobile-title {
    color: #b30000;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 16px;
  }

  .mobile-form-card {
    background: #fff;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
  }

  .mobile-form-head {
    background: #b30000;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 14px;
    border-radius: 12px;
    margin-bottom: 10px;
  }

  .mobile-form-sub {
    color: #1a8f2a;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 14px;
  }

  .mobile-form input,
  .mobile-form textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 12px;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 15px;
  }

  .mobile-form textarea {
    min-height: 60px;
  }

  .mobile-form button {
    width: 100%;
    background: #b30000;
    color: #fff;
    padding: 14px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px;
    border: none;
  }
}
@media (max-width: 768px) {

  section {
    margin: 18px 12px;
    border-radius: 22px;
    background: #fff;
  }

}
@media (max-width: 768px) {

  section:nth-of-type(even) {
    background: #fff6f6;
  }

}
@media (max-width: 768px) {

  .hero,
  .holi-offer {
    margin: 0;
    border-radius: 0;
  }

}/* End custom CSS */