.elementor-1044 .elementor-element.elementor-element-82519ec{--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-1044 .elementor-element.elementor-element-ed6789c{--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-1044 .elementor-element.elementor-element-6847b5c{--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;}/* Start custom CSS for html, class: .elementor-element-fba1702 *//* Badar Ziyarat Hero Section */

.badar-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  overflow: hidden;

  background:
    linear-gradient(135deg, #071f19, #0d4b3a);
}

.badar-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.08), transparent 30%),
    radial-gradient(circle at 80% 70%, rgba(255,193,7,0.10), transparent 30%);
}

.badar-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  color: #fff;
}

.badar-tag {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 50px;
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(8px);
  font-size: 15px;
  font-weight: 600;
}

.badar-content h1 {
  margin: 0 0 20px;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1px;
}

.badar-content h1 span {
  color: #f4c542;
}

.badar-content p {
  max-width: 700px;
  margin: 0 auto 35px;
  color: rgba(255,255,255,0.88);
  font-size: 18px;
  line-height: 1.8;
}

.badar-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.badar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 15px 28px;
  border-radius: 50px;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.book-btn {
  background: #f4c542;
  color: #071f19 !important;
  box-shadow: 0 10px 25px rgba(244,197,66,0.25);
}

.book-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(244,197,66,0.35);
}

.whatsapp-btn {
  background: #fff;
  color: #0d4b3a !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.whatsapp-btn:hover {
  transform: translateY(-4px);
  background: #f4f4f4;
}

/* Mobile */
@media (max-width: 600px) {

  .badar-hero {
    min-height: 560px;
    padding: 60px 18px;
  }

  .badar-content h1 {
    font-size: 42px;
  }

  .badar-content p {
    font-size: 16px;
    line-height: 1.7;
  }

  .badar-buttons {
    flex-direction: column;
    align-items: center;
  }

  .badar-btn {
    width: 85%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f825b4f *//* BADAR ZIYARAT PRICING */

.badar-pricing {
  padding: 85px 20px;
  background: #f8faf9;
  font-family: inherit;
}

.pricing-heading {
  max-width: 850px;
  margin: 0 auto 45px;
  text-align: center;
}

.pricing-tag {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 16px;
  border: 1px solid #d5a928;
  border-radius: 50px;
  color: #9b7613;
  background: #fffdf5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.pricing-heading h2 {
  margin: 0 0 18px;
  color: #12372b;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.15;
  font-weight: 800;
}

.pricing-heading h2 span {
  color: #c49a20;
}

.pricing-heading p {
  max-width: 750px;
  margin: auto;
  color: #66736d;
  font-size: 17px;
  line-height: 1.8;
}


/* TABLE WRAPPER */

.pricing-table-wrap {
  max-width: 1100px;
  margin: auto;
  overflow-x: auto;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
}


/* TABLE */

.badar-price-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #ffffff;
}

.badar-price-table thead {
  background: #12372b;
}

.badar-price-table th {
  padding: 20px 24px;
  color: #ffffff;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .6px;
}

.badar-price-table td {
  padding: 24px;
  border-bottom: 1px solid #edf0ee;
  color: #53615b;
  font-size: 15px;
}

.badar-price-table tbody tr {
  transition: all .3s ease;
}

.badar-price-table tbody tr:hover {
  background: #f8fbf9;
}


/* VEHICLE NAME */

.badar-price-table td strong {
  display: block;
  color: #12372b;
  font-size: 17px;
  font-weight: 700;
}

.badar-price-table td small {
  display: block;
  margin-top: 5px;
  color: #8a9690;
  font-size: 12px;
}


/* PRICE */

.badar-price-table td:nth-child(3) strong {
  color: #b18412;
  font-size: 18px;
}


/* BOOK BUTTON */

.badar-price-table td a {
  display: inline-block;
  padding: 11px 22px;
  border-radius: 30px;
  background: #c49a20;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 700;
  transition: all .3s ease;
}

.badar-price-table td a:hover {
  background: #12372b;
  transform: translateY(-2px);
}


/* NOTE */

.pricing-note {
  max-width: 1100px;
  margin: 24px auto 0;
  padding: 17px 22px;
  border-left: 4px solid #c49a20;
  border-radius: 8px;
  background: #ffffff;
  color: #68756f;
  font-size: 13px;
  line-height: 1.7;
}


/* MOBILE */

@media (max-width: 700px) {

  .badar-pricing {
    padding: 60px 15px;
  }

  .pricing-heading h2 {
    font-size: 34px;
  }

  .pricing-heading p {
    font-size: 15px;
  }

  .badar-price-table th,
  .badar-price-table td {
    padding: 16px;
  }

  .pricing-note {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1689fa5 *//* =========================================
   BADAR ZIYARAT ROUTE SECTION
========================================= */

.badar-route-section {
  padding: 90px 20px;
  background: #f7f9f8;
  color: #26352e;
}

.badar-route-container {
  max-width: 1150px;
  margin: auto;
}


/* HEADER */

.badar-route-header {
  max-width: 850px;
  margin: 0 auto 50px;
  text-align: center;
}

.route-label {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #d2ae4c;
  border-radius: 50px;
  background: #fffdf6;
  color: #9b7616;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.badar-route-header h2,
.faq-heading h2 {
  margin: 16px 0;
  color: #12372b;
  font-size: clamp(32px, 5vw, 50px);
  line-height: 1.2;
  font-weight: 800;
}

.badar-route-header p {
  margin: auto;
  color: #68756e;
  font-size: 17px;
  line-height: 1.8;
}


/* CONTENT */

.route-content {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 30px;
  margin-bottom: 45px;
}

.route-card,
.route-info-card {
  padding: 35px;
  border: 1px solid #e4e9e6;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 35px rgba(0,0,0,.06);
}

.route-card h3 {
  margin: 0 0 18px;
  color: #12372b;
  font-size: 27px;
}

.route-card p {
  color: #65736c;
  font-size: 15px;
  line-height: 1.8;
}


/* FEATURES */

.route-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.route-features li {
  position: relative;
  padding-left: 22px;
  color: #44544c;
  font-size: 14px;
}

.route-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #b48a19;
  font-weight: 800;
}


/* ROUTE STEPS */

.route-step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.step-number {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #12372b;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.route-step h4 {
  margin: 0 0 6px;
  color: #12372b;
  font-size: 18px;
}

.route-step p {
  margin: 0;
  color: #738078;
  font-size: 14px;
  line-height: 1.7;
}

.route-line {
  width: 1px;
  height: 35px;
  margin: 7px 0 7px 21px;
  background: #d9dfdc;
}


/* CTA */

.badar-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 30px 35px;
  margin-bottom: 80px;
  border-radius: 18px;
  background: #12372b;
  box-shadow: 0 15px 35px rgba(18,55,43,.18);
}

.badar-cta h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 25px;
}

.badar-cta p {
  margin: 0;
  color: rgba(255,255,255,.75);
  font-size: 14px;
}

.route-book-btn {
  flex-shrink: 0;
  padding: 14px 25px;
  border-radius: 50px;
  background: #d1a52d;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
  transition: .3s ease;
}

.route-book-btn:hover {
  background: #ffffff;
  color: #12372b !important;
  transform: translateY(-2px);
}


/* FAQ */

.badar-faq {
  max-width: 900px;
  margin: auto;
}

.faq-heading {
  margin-bottom: 30px;
  text-align: center;
}

.faq-heading h2 {
  font-size: clamp(30px, 4vw, 42px);
}


/* FAQ ITEM */

.faq-item {
  margin-bottom: 12px;
  border: 1px solid #e1e7e3;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 22px;
  border: 0;
  background: #ffffff;
  color: #12372b;
  text-align: left;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.faq-question span {
  color: #b48a19;
  font-size: 24px;
  transition: .3s ease;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  padding: 0 22px 20px;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-answer p {
  margin: 0;
  color: #68756e;
  font-size: 14px;
  line-height: 1.8;
}


/* MOBILE */

@media (max-width: 800px) {

  .badar-route-section {
    padding: 60px 15px;
  }

  .route-content {
    grid-template-columns: 1fr;
  }

  .route-features {
    grid-template-columns: 1fr;
  }

  .badar-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
  }

  .route-book-btn {
    width: 100%;
    text-align: center;
  }
}


@media (max-width: 500px) {

  .route-card,
  .route-info-card {
    padding: 25px 20px;
  }

  .badar-route-header p {
    font-size: 15px;
  }

  .faq-question {
    font-size: 14px;
  }
}/* End custom CSS */