.elementor-800 .elementor-element.elementor-element-943d027{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-800 .elementor-element.elementor-element-882da91{--display:flex;}.elementor-800 .elementor-element.elementor-element-2e25570{--display:flex;}.elementor-800 .elementor-element.elementor-element-162d3db{--display:flex;}.elementor-800 .elementor-element.elementor-element-9340ecd{--display:flex;}.elementor-800 .elementor-element.elementor-element-642f63c{--display:flex;}.elementor-800 .elementor-element.elementor-element-25d487e{--display:flex;}.elementor-800 .elementor-element.elementor-element-0677e16{--display:flex;}@media(min-width:768px){.elementor-800 .elementor-element.elementor-element-943d027{--content-width:1600px;}.elementor-800 .elementor-element.elementor-element-882da91{--content-width:1180px;}.elementor-800 .elementor-element.elementor-element-2e25570{--content-width:1180px;}.elementor-800 .elementor-element.elementor-element-162d3db{--content-width:1180px;}.elementor-800 .elementor-element.elementor-element-642f63c{--content-width:1180px;}.elementor-800 .elementor-element.elementor-element-25d487e{--content-width:1180px;}.elementor-800 .elementor-element.elementor-element-0677e16{--content-width:1180px;}}/* Start custom CSS for html, class: .elementor-element-0c412d3 */.floating-whatsapp {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 66px;
  height: 66px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
  z-index: 9999;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.floating-whatsapp svg {
  width: 46px;
  height: 46px;
  fill: #ffffff;
}

.floating-whatsapp:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.5);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f495bb */html, body {
  overflow-x: clip !important; /* hidden ki jagah clip use karein */
  scroll-behavior: auto !important; /* default browser behavior wapas laane ke liye */
  -webkit-overflow-scrolling: touch !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3cd5f72 *//* --- CTA Section Main Wrapper --- */
.travel-cta-wrapper {
  position: relative;
  padding: 80px 20px;
  background-image: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1600&q=80'); /* Aap yahan apni background image ka URL replace kar sakte hain */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 59, 115, 0.15);
}

/* Brand Blue Tint Gradient Overlay */
.travel-cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 59, 115, 0.12) 0%, rgba(0, 88, 168, 0.8) 60%, rgba(0, 169, 224, 0.75) 100%);
  z-index: 1;
}

/* Content Container */
.travel-cta-container {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Top Accent Badge */
.travel-cta-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

/* Heading */
.travel-cta-title {
  color: #FFFFFF;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 16px;
}

.travel-cta-title span {
  color: #FFB074; /* Soft warm orange highlight */
}

/* Description Text */
.travel-cta-desc {
  color: #E2E8F0;
  font-size: 16px;
  line-height: 1.6;
  max-width: 620px;
  margin-bottom: 32px;
}

/* Button Group Wrapper */
.travel-cta-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

/* Shared Button Styles */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* 1. Direct Call Button (Safety Orange) */
.cta-btn-call {
  background-color: #FF6600;
  color: #FFFFFF;
  box-shadow: 0 6px 20px rgba(255, 102, 0, 0.4);
}

.cta-btn-call:hover {
  background-color: #E05A00;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 102, 0, 0.5);
  color: #FFFFFF;
}

/* 2. WhatsApp Button (Clean White/Outline Style) */
.cta-btn-whatsapp {
  background-color: #FFFFFF;
  color: #003B73;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cta-btn-whatsapp svg {
  color: #25D366; /* Official WhatsApp green for quick recognition */
}
.cta-btn-whatsapp svg {
  width: 40px;
  height: 36px;
}

.cta-btn-whatsapp:hover {
  background-color: #F8FAFC;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
  color: #0058A8;
}

/* Responsive Mobile Layout */
@media (max-width: 767px) {
  .travel-cta-wrapper {
    padding: 50px 18px;
  }
  
  .travel-cta-title {
    font-size: 25px;
  }
  
  .travel-cta-desc {
    font-size: 14px;
  }
  
  .travel-cta-buttons {
    flex-direction: column;
    width: 100%;
  }

  .cta-btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */