.elementor-614 .elementor-element.elementor-element-38a2b16{--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-614 .elementor-element.elementor-element-3b91b89{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c48f304 */.hero {
  position: relative;
  height: 100vh;
  background: url('https://brijyatraa.in/wp-content/uploads/2026/01/YAMUNA-GHAT.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.hero-container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 40px;
  align-items: center;
  z-index: 2;
}

/* LEFT */
.hero-content {
  flex: 1;
  color: #fff;
}

.hero-tag {
  color: #ffcc00;
  font-weight: 600;
  letter-spacing: 1px;
}

.hero-content h1 {
  font-size: 48px;
  margin: 15px 0;
}

.hero-content h1 span {
  color: #ffcc00;
}

.hero-content p {
  max-width: 500px;
  line-height: 1.6;
}

.hero-btn {
  display: inline-block;
  margin-top: 25px;
  background: #c00000;
  color: #fff;
  padding: 14px 32px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

/* FORM */
.hero-form {
  width: 360px;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
}

.hero-form h3 {
  background: #c00000;
  color: #fff;
  padding: 12px;
  text-align: center;
  border-radius: 6px;
}

.hero-form p {
  text-align: center;
  color: green;
  font-size: 14px;
  margin: 8px 0;
}

.hero-form input,
.hero-form textarea {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.hero-form button {
  margin-top: 15px;
  width: 100%;
  padding: 12px;
  background: #c00000;
  color: #fff;
  border: none;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}
/* FORCE HERO / FORM SECTION TO STACK ON MOBILE */
@media (max-width: 768px) {

  /* Parent row */
  .elementor-section .elementor-container {
    flex-direction: column !important;
  }

  /* Left content box (grey area) */
  .hero-content,
  .left-content,
  .content-box {
    width: 100% !important;
    max-width: 100% !important;
    padding: 24px 18px !important;
    text-align: left;
  }

  /* Right form box */
  .hero-form,
  .right-form,
  .form-box {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 20px !important;
    padding: 20px 18px !important;
  }

  /* REMOVE FIXED HEIGHT (very important) */
  .hero-content,
  .hero-form {
    min-height: auto !important;
    height: auto !important;
  }
}
/* MOBILE FIX – ONLY HERO SECTION */
@media (max-width: 768px) {

  .brij-hero .elementor-container {
    flex-direction: column !important;
  }

  .brij-hero .hero-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 22px 18px !important;
    text-align: left;
  }

  .brij-hero .hero-form {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 20px !important;
    padding: 20px 18px !important;
  }

  .brij-hero .hero-content,
  .brij-hero .hero-form {
    min-height: auto !important;
    height: auto !important;
  }

  .brij-hero h1 {
    font-size: 22px !important;
    line-height: 1.3;
  }

  .brij-hero p {
    font-size: 14px !important;
  }

  .brij-hero input,
  .brij-hero textarea,
  .brij-hero button {
    width: 100% !important;
  }
}
.hero {
  overflow: hidden;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-content {
  max-width: 600px;   /* 👈 ye MAIN FIX hai */
}

.hero-content h1 {
  line-height: 1.2;
}

.hero-content p {
  line-height: 1.6;
  word-break: break-word;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-28c1bb4 */.trust-strip{
  display:flex;
  justify-content:space-around;
  padding:14px 10px;
  background:#fff6f6;
  font-size:13px;
  font-weight:600;
  color:#7a0000;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-670bd3a *//* HOLI OFFER / PROMO CARD (NON-HERO) */
.holi-offer {
  position: relative;
  margin: 80px auto;
  width: 92%;
  max-width: 1200px;
  min-height: 280px;
  border-radius: 22px;
  overflow: hidden;
  background: url('https://brijyatraa.in/wp-content/uploads/2026/01/Vrindavan-Holi-photo-6.avif')
    center/cover no-repeat;
  display: flex;
  align-items: flex-end;
}

/* PREMIUM DARK GRADIENT OVERLAY */
.holi-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.55) 45%,
    rgba(0, 0, 0, 0.25) 70%,
    rgba(0, 0, 0, 0.1) 100%
  );
  z-index: 1;
}

/* CONTENT */
.holi-content {
  position: relative;
  z-index: 2;
  padding: 40px 50px;
  max-width: 700px;
  color: #fff;
}

.holi-content h2 {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 14px;
  color: #ffffff;
}

.holi-content p {
  font-size: 16px;
  line-height: 1.65;
  color: #f1f1f1;
  margin-bottom: 26px;
}

/* CTA BUTTON */
.holi-btn {
  display: inline-block;
  background: #d90813;
  color: #fff;
  padding: 14px 38px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(217, 8, 19, 0.35);
  transition: all 0.3s ease;
}

.holi-btn:hover {
  background: #b90710;
  transform: translateY(-2px);
}

/* ================= MOBILE FIX ================= */
@media (max-width: 768px) {
  .holi-offer {
    min-height: 260px;
    align-items: center;
    text-align: center;
  }

  .holi-content {
    padding: 26px 22px;
    max-width: 100%;
  }

  .holi-content h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .holi-content p {
    font-size: 14px;
    line-height: 1.55;
  }

  .holi-btn {
    padding: 12px 30px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-52c59f3 *//* ============================= */
/* MASTER CARD SECTION */
/* ============================= */

.by-master-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  padding: 60px 20px;
  background: #fdeeee;
}

/* Card */
.by-card {
  position: relative;
  height: 460px;
  border-radius: 28px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 45px rgba(0,0,0,0.25);
}

.by-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.88) 0%,
    rgba(0,0,0,0.55) 45%,
    rgba(0,0,0,0.15) 70%,
    rgba(0,0,0,0.05) 100%
  );
}


/* Content */
.by-card-content {
  position: absolute;
  bottom: 0;
  padding: 26px;
  color: #fff;
  z-index: 2;
}

.by-card-content h3 {
  font-size: 26px;
  margin-bottom: 8px;
}

.by-card-content p {
  font-size: 15px;
  margin-bottom: 16px;
  color: #f1f1f1;
}
.by-card-content h3 {
  color: #ffffff;
  font-weight: 700;
}
.by-card-content h3 {
  text-shadow: 0 4px 12px rgba(0,0,0,0.4);
}



/* CTA */
.by-cta {
  display: inline-block;
  background: #b30000;
  color: #fff;
  padding: 14px 34px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

/* ============================= */
/* MOBILE */
/* ============================= */
@media (max-width: 768px) {

  .by-master-cards {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .by-card {
    height: 500px;
  }

  .by-card-content h3 {
    font-size: 22px;
  }

  .by-card-content p {
    font-size: 14px;
  }
}
@media(max-width:768px){
  .by-master-cards{
    display:flex;
    overflow-x:auto;
    gap:16px;
    scroll-snap-type:x mandatory;
  }
  .by-card{
    min-width:85%;
    scroll-snap-align:start;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-de3baa5 *//* SECTION WRAPPER */
.tour-packages {
  padding: 80px 5%;
  background: #ffffff;
}

/* SECTION HEADING */
.tour-packages h2 {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #1b1b1b;
}

.tour-packages h2 span {
  color: #c00000;
}

/* GRID */
.tour-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* CARD */
.tour-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tour-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0,0,0,0.22);
}

/* IMAGE */
.tour-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

/* CONTENT */
.tour-content {
  padding: 22px;
}

/* TITLE */
.tour-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #c00000;
  margin-bottom: 10px;
}

/* RATING */
.tour-rating {
  color: #f4b400;
  font-size: 14px;
  margin-bottom: 10px;
}

/* FEATURES LIST */
.tour-features {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.tour-features li {
  font-size: 14px;
  margin-bottom: 8px;
  padding-left: 22px;
  position: relative;
}

.tour-features li::before {
  content: "✔";
  color: green;
  position: absolute;
  left: 0;
  top: 0;
}

/* BUTTONS */
.tour-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.tour-btn {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  background: #c00000;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.tour-btn.secondary {
  background: #1b1b1b;
}

.tour-btn:hover {
  background: #9e0000;
}

.tour-btn.secondary:hover {
  background: #000;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .tour-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .tour-grid {
    grid-template-columns: 1fr;
  }

  .tour-packages h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {

  section {
    margin: 18px 12px;
    border-radius: 22px;
    background: #fff;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a107681 */@media (max-width: 768px) {

  section {
    margin: 18px 12px;
    border-radius: 22px;
    background: #fff;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5dcc8cd *//* OFFER + ENQUIRY SECTION */
.offer-enquiry-section {
  padding: 80px 0;
  background: #fff;
}

.offer-enquiry-wrap {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: stretch;
}

/* LEFT */
.offer-left {
  border: 2px solid #333;
  border-radius: 14px;
  padding: 30px;
}

.offer-left h2 {
  font-size: 36px;
  color: #b30000;
  margin-bottom: 20px;
}

.offer-left h2 span {
  font-weight: 800;
}

.offer-image img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.offer-left p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* RIGHT FORM */
.offer-right {
  border: 2px solid #333;
  border-radius: 14px;
  padding: 30px;
}

.offer-right h3 {
  background: #b30000;
  color: #fff;
  padding: 14px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 15px;
}

.offer-right .subtext {
  color: green;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

.offer-right label {
  font-weight: 600;
  display: block;
  margin: 10px 0 6px;
}

.offer-right input,
.offer-right textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #777;
  font-size: 14px;
}

.offer-right textarea {
  min-height: 100px;
}

.offer-right button {
  width: 100%;
  margin-top: 20px;
  padding: 14px;
  background: #b30000;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
}

/* MOBILE */
@media (max-width: 768px) {
  .offer-enquiry-wrap {
    grid-template-columns: 1fr;
  }

  .offer-left h2 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {

  section {
    margin: 18px 12px;
    border-radius: 22px;
    background: #fff;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d84113a */.about-mv-tour {
  padding: 70px 8%;
  background: #ffffff;
}

.about-mv-tour h2 {
  font-size: 32px;
  color: #b30000;
  font-weight: 700;
  margin-bottom: 18px;
}

.about-text {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  max-width: 900px;
}

.read-more-btn {
  display: inline-block;
  margin-top: 18px;
  padding: 12px 28px;
  background: linear-gradient(90deg, #b30000, #e53935);
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 768px) {

  section {
    margin: 18px 12px;
    border-radius: 22px;
    background: #fff;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8c19de2 */.mv-image-services {
  padding: 80px 6%;
  background: #ffffff;
  text-align: center;
}

/* Heading */
.mv-image-services h2 {
  font-size: 34px;
  font-weight: 700;
  color: #b30000;
  margin-bottom: 20px;
}

/* Diamond Divider */
.service-divider {
  margin-bottom: 45px;
}

.service-divider span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #888;
  margin: 0 4px;
  transform: rotate(45deg);
}

/* Grid */
.image-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* Card */
.image-service-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

.image-service-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

/* Label */
.service-label {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: #b30000;
  color: #fff;
  padding: 10px 22px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

/* Hover */
.image-service-card:hover img {
  transform: scale(1.05);
  transition: transform 0.4s ease;
}

/* Responsive */
@media (max-width: 992px) {
  .image-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .image-services-grid {
    grid-template-columns: 1fr;
  }

  .image-service-card img {
    height: 230px;
  }
}
@media (max-width: 768px) {

  section {
    margin: 18px 12px;
    border-radius: 22px;
    background: #fff;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dda7420 */.top-places {
  padding: 80px 8%;
  background: #ffffff;
}

.top-places h2 {
  font-size: 32px;
  color: #b30000;
  font-weight: 700;
  margin-bottom: 15px;
}

.top-places p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  max-width: 950px;
  margin-bottom: 20px;
}

/* Read More Button (Gradient like screenshot) */
.read-more-btn {
  display: inline-block;
  padding: 12px 34px;
  background: linear-gradient(90deg, #b30000, #e57373);
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 768px) {

  section {
    margin: 18px 12px;
    border-radius: 22px;
    background: #fff;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-280d5d3 */.why-choose-mvt {
  padding: 90px 8%;
  background: #ffffff;
  text-align: center;
}

.why-choose-mvt h2 {
  font-size: 34px;
  color: #b30000;
  font-weight: 700;
  margin-bottom: 30px;
}

.why-choose-mvt p {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  max-width: 950px;
  margin: 0 auto 20px;
}

.why-note {
  font-weight: 600;
  color: #222;
}
@media (max-width: 768px) {

  section {
    margin: 18px 12px;
    border-radius: 22px;
    background: #fff;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5fe5496 *//* ===============================
   TOUR PACKAGES – FINAL TABLE STYLE
=============================== */

.tour-table-section{
  padding:70px 0;
  background:#fff;
}

.tour-table-heading{
  text-align:center;
  font-size:34px;
  font-weight:800;
  margin-bottom:36px;
  color:#111;
}

/* WRAPPER */
.tour-table-wrapper{
  width:92%;
  max-width:1200px;
  margin:0 auto;
}

/* ===== DESKTOP TABLE ===== */

.tour-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0 18px;
}

.tour-table thead th{
  text-align:left;
  padding:18px 20px;
  font-size:15px;
  font-weight:700;
  color:#7a0000;
  background:#fff3f3;
  border-bottom:2px solid #f0dede;
}

.tour-table tbody tr{
  background:#ffffff;
  border-radius:18px;
  box-shadow:0 14px 36px rgba(0,0,0,0.08);
}

.tour-table tbody td{
  padding:18px 20px;
  font-size:15px;
  color:#222;
  vertical-align:middle;
}

.tour-table tbody td:first-child{
  font-weight:700;
}

.tour-table tbody tr td:first-child{
  border-radius:18px 0 0 18px;
}

.tour-table tbody tr td:last-child{
  border-radius:0 18px 18px 0;
}

/* LINKS */
.table-link{
  color:#b30000;
  font-weight:600;
  text-decoration:none;
}

.table-link:hover{
  text-decoration:underline;
}

/* CTA BUTTON */
.table-btn{
  display:inline-block;
  background:#b30000;
  color:#fff;
  padding:10px 24px;
  border-radius:999px;
  font-size:14px;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 6px 18px rgba(179,0,0,0.35);
  transition:all .3s ease;
}

.table-btn:hover{
  background:#d40000;
  transform:translateY(-2px);
}


 /* ===============================
   MOBILE – TABLE (NO HORIZONTAL SCROLL)
=============================== */

@media (max-width:768px){

  .tour-table-wrapper{
    width:100%;
    overflow:hidden; /* 🔥 scroll band */
  }

  .tour-table{
    width:100%;
    border-collapse:separate;
    background:#fff;
    table-layout:fixed; /* 🔥 screen ke andar fit */
  }

  .tour-table thead th{
    background:#c00000;
    color:#fff;
    font-size:13px;
    padding:12px 6px;
    text-align:center;
    border:1px solid #b00000;
    word-break:break-word;
  }

  .tour-table tbody td{
    padding:12px 6px;
    font-size:13px;
    border:1px solid #c00000;
    text-align:center;
    vertical-align:middle;
    word-break:break-word; /* 🔥 text wrap */
  }

  /* First column (package name) */
  .tour-table tbody td:first-child{
    text-align:left;
    font-weight:700;
    color:#9b0000;
  }

  .table-link{
    font-size:13px;
    color:#9b0000;
    font-weight:600;
    white-space:normal; /* 🔥 wrap allow */
  }

  .table-btn{
    padding:6px 10px;
    font-size:12px;
    border-radius:6px;
    white-space:normal; /* 🔥 wrap allow */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-735491e */.temple-timing-cta {
  position: relative;
  margin: 80px auto;
  width: 90%;
  min-height: 300px;
  border-radius: 18px;
  overflow: hidden;
  background: url('https://brijyatraa.in/wp-content/uploads/2026/01/ISKCON-Vrindavan.jpg') center/cover no-repeat;
}

/* Dark overlay */
.temple-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.6),
    rgba(0,0,0,0.2)
  );
}

/* Content */
.temple-content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Info box */
.temple-info-box {
  background: rgba(255,255,255,0.92);
  padding: 20px 24px;
  border-radius: 10px;
  max-width: 280px;
}

.temple-info-box h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #111;
}

.temple-info-box p {
  font-size: 14px;
  margin: 4px 0;
  color: #333;
}

/* CTA Button */
.temple-btn {
  background: #ffffff;
  color: #000;
  padding: 16px 36px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #00c853;
  transition: all 0.3s ease;
}

.temple-btn:hover {
  background: #00c853;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .temple-content {
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }

  .temple-info-box {
    max-width: 100%;
  }
}
.temple-info-box {
  background: rgba(255, 255, 255, 0.95);
  padding: 22px 26px;
  border-radius: 14px;
  max-width: 300px;

  /* Premium floating effect */
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);

  /* Better positioning */
  transform: translateY(-8px);

  /* Smooth edges */
  backdrop-filter: blur(6px);
}
.temple-info-box h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.temple-info-box p {
  font-size: 14px;
  margin: 4px 0;
  color: #444;
  line-height: 1.5;
}
.temple-info-box h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.temple-info-box p {
  font-size: 14px;
  margin: 4px 0;
  color: #444;
  line-height: 1.5;
}
@media (max-width: 768px) {

  .temple-content {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .temple-info-box {
    margin-bottom: 15px;
    max-width: 100%;
  }

  .temple-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0160a9c */.festival-ref {
  padding: 70px 8%;
  background: #ffffff;
}

.festival-ref h2 {
  font-size: 32px;
  font-weight: 700;
  color: #b30000;
  margin-bottom: 12px;
}

.festival-ref p {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  max-width: 950px;
  margin-bottom: 20px;
}

/* Gradient Read More bar */
.festival-readmore {
  display: inline-block;
  padding: 12px 38px;
  background: linear-gradient(
    90deg,
    #b30000 0%,
    #e57373 70%,
    rgba(229,115,115,0.15) 100%
  );
  color: #ffffff;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0dce89d */.faq-ref {
  padding: 90px 8%;
  background: #ffffff;
  text-align: center;
}

/* Headings */
.faq-ref h2 {
  font-size: 32px;
  font-weight: 700;
  color: #b30000;
  margin-bottom: 12px;
}

.faq-ref h3 {
  font-size: 20px;
  font-weight: 600;
  color: #b30000;
  margin-bottom: 40px;
}

/* FAQ List */
.faq-list {
  max-width: 1000px;
  margin: 0 auto;
}

/* Item */
.faq-item {
  border: 1px solid #eee;
  margin-bottom: 14px;
}

/* Question */
.faq-question {
  width: 100%;
  padding: 18px 22px;
  background: #fff;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #b30000;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Arrow */
.faq-question span {
  font-size: 22px;
  color: #000;
}

/* Answer */
.faq-answer {
  display: none;
  padding: 18px 22px;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  border-top: 1px solid #eee;
}
@media (max-width: 768px) {

  .faq-question {
    font-size: 15px;
    padding: 14px 16px;
  }

  .faq-question span {
    font-size: 20px;
  }

  .faq-answer {
    font-size: 14px;
  }
}
@media (max-width: 768px) {

  section {
    margin: 18px 12px;
    border-radius: 22px;
    background: #fff;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b2fca8f */.testimonial-ref {
  padding: 90px 8%;
  background: #f5f5f5;
  text-align: center;
}

.testimonial-ref h2 {
  font-size: 32px;
  font-weight: 700;
  color: #b30000;
  margin-bottom: 50px;
}

/* Grid */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.testimonial-card {
  background: #ffffff;
  padding: 32px 28px;
  border-radius: 6px;
  text-align: left;
}

/* Text */
.testimonial-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 30px;
}

/* User */
.testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-user img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-user span {
  font-weight: 600;
  color: #222;
}

/* Responsive */
@media (max-width: 992px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {

  .blog-grid,
  .testimonial-grid,
  .service-grid {
    grid-template-columns: 1fr !important;
  }

  .blog-item img {
    height: auto;
  }
}

@media (max-width: 768px) {

  section {
    margin: 18px 12px;
    border-radius: 22px;
    background: #fff;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1381124 */.blog-ref {
  padding: 90px 8%;
  background: #ffffff;
}

.blog-ref h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #b30000;
  margin-bottom: 50px;
}

/* Grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* Item */
.blog-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-item h3 {
  font-size: 17px;
  color: #b30000;
  margin: 12px 0 6px;
  font-weight: 700;
}

.blog-meta {
  font-size: 13px;
  color: #999;
}

.blog-read {
  display: inline-block;
  margin-top: 10px;
  color: #b30000;
  font-weight: 600;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c77a520 */.final-cta{
  background:#b30000;
  color:#fff;
  text-align:center;
  padding:40px 20px;
}
.final-cta a{
  background:#fff;
  color:#b30000;
  padding:14px 28px;
  border-radius:999px;
  font-weight:700;
  display:inline-block;
  margin-top:16px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f753319 */.footer-ref {
  background: #ffffff;
  padding: 70px 6% 20px;
  border-top: 1px solid #eee;
}

/* Grid */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* Logo */
.footer-logo {
  width: 120px;
  margin-bottom: 20px;
}

/* Text */
.footer-address,
.footer-email {
  color: #b30000;
  font-size: 15px;
  margin-bottom: 10px;
}

/* Social */
.footer-social a {
  margin-right: 10px;
  color: #b30000;
  font-weight: 600;
  text-decoration: none;
}

/* Headings */
.footer-col h4 {
  color: #000;
  font-size: 18px;
  margin-bottom: 14px;
}

/* Links */
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: #d50000;
  font-size: 14px;
  text-decoration: none;
}

/* Bottom */
.footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 15px;
  font-size: 14px;
  color: #d50000;
  border-top: 1px solid #eee;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {

  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 25px;
    text-align: left;
  }

  .footer-logo {
    margin: 0 0 10px;
  }

  .footer-bottom {
    font-size: 13px;
    padding-bottom: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25def1f */.floating-whatsapp{
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  z-index: 999;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}/* End custom CSS */