 
.content{
  padding: 10px;
  border-radius: 10px;
  background-color: white;
}


 .logo{
    height: 50px;
    width: 150px;
 }
 .animated-text {
  border: 3px dotted white;
  text-align: center;
  font-weight: 700;
  font-size: 2rem !important;
  letter-spacing: 0.5px;
  color: white; /* text same white */
  padding: 20px;
  border-radius: 10px;
  animation: bgMove 6s linear infinite; /* animated background */
  background: linear-gradient(
    45deg,
    #850a39,
    #ffb74b,
    #2e0169,
   
    #ff4b91
  );
  background-size: 400% 400%;
}

/* background animate effect */
@keyframes bgMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Mobile Phones ke liye */
@media (max-width: 576px) {
  .animated-text {
    font-size: 1.2rem !important;
    padding: 10px 12px;
    line-height: 1.4;
  }
}

/* Tablets ke liye */
@media (min-width: 577px) and (max-width: 768px) {
  .animated-text {
    font-size: 1.6rem !important;
    padding: 15px;
  }
}

.cta-section {
  background: linear-gradient(135deg, #ffcc00, #ffc107);
  color: #000;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
}
.cta-text {
  font-size: 1.4rem;
  font-weight: 700;
  background-color: white;
  padding: 10px;
  border: 1px solid #aaa1a1;
}
.cta-text span {
  color: #0a1a2f; /* dark navy */
}
.cta-btn {
  background: #0a1a2f;
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  transition: 0.3s;
}
.cta-btn:hover {
  background: #111;
  transform: scale(1.05);
}

/* Default h2 */
h2 {
  font-size: 2rem;   /* ~32px */
  font-weight: 700;
  color: black;
}

/* Tablets (max-width: 992px) */
@media (max-width: 992px) {
  h2 {
    font-size: 1.75rem;  /* ~28px */
  }
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
  h2 {
    font-size: 1.5rem;   /* ~24px */
  }
}

/* Small mobile (max-width: 576px) */
@media (max-width: 576px) {
  h2 {
    font-size: 1.5rem;  /* ~20px */
  }
}


/* Common Button Style */
.btn-custom {
  font-weight: 600;
  font-size: 1rem;
  padding: 10px 28px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

/* Book Now Button */
.btn-book {
  background: linear-gradient(45deg, #007bff, #00bfff);
  color: #fff;
  border: none;
}
.btn-book:hover {
  background: linear-gradient(45deg, #0056b3, #0099cc);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0px 6px 18px rgba(0, 123, 255, 0.4);
}

/* Enquiry Now Button */
.btn-enquiry {
  background: #fff;
  color: #333;
  border: 2px solid #333;
}
.btn-enquiry:hover {
  background: #333;
  color: #fff;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0px 6px 18px rgba(51, 51, 51, 0.4);
}

/* Tablets (max-width: 992px) */
@media (max-width: 992px) {
  .btn-custom {
    font-size: 0.95rem;
    padding: 9px 24px;
  }
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .btn-custom {
    font-size: 0.9rem;
    padding: 10px 20px;
  }
}

/* Small Mobile (max-width: 576px) */
@media (max-width: 576px) {
  .btn-custom {
    font-size: 1rem;
    padding: 10px 18px;
    width: 100%;   /* full width button on very small screens */
  }
}






.my-custom-carousel .my-carousel-item {
  padding: 20px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 5px;
  background-color: #f8f8f8;
}
.my-review-card img.my-review-img {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
  object-fit: cover;
}


.my-review-card img.my-review-img2 {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  margin-top: 50px;
margin-left: -25px;
}

.my-review-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.my-review-name {
  font-weight: bold;
  margin-left: 12px;
}
.my-review-verified {
  color: #3498db;
  margin-left: 6px;
}
.my-review-date {
  font-size: 13px;
  color: #7f8c8d;
  margin-left: 10px;
}
.my-review-rating {
  color: #fcbf02;
  margin: 12px 0;
}
.my-review-text {
  font-size: 16px;
}
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: #3498db;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-nav button.owl-prev {
  left: -55px;
}
.owl-nav button.owl-next {
  right: -55px;
}

/* Media Queries */
@media (max-width: 768px) {
  .my-custom-carousel .my-carousel-item {
    padding: 15px;
  }
  .my-review-card img.my-review-img {
    width: 60px;
    height: 60px;
  }
  .my-review-text {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .my-custom-carousel .my-carousel-item {
    padding: 10px;
  }
  .my-review-card img.my-review-img {
    width: 50px;
    height: 50px;
  }
  .my-review-text {
    font-size: 13px;
  }
}








  /* Media query for mobile devices */
  @media (max-width: 768px) {
    .googlereview {
        text-align: center;
    }
    .star-rating {
font-size: 15px;
    }
}

.googlelogofull {
    width: 100px;
    height: 40px;
    margin-right: 10px;
}

.googlereview {
    display: flex;
    align-items: center;
    justify-content: center;
}

.star-rating {
    margin-left: 10px;
}

.btn-center {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}


.bgreviews{
  background-color:#f8f8f8 ;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 20px;
}

/* WhatsApp Sticky */
.whatsapp-float {
  position: fixed;
  width: 65px !important    ;
  height: 65px !important;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px !important;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  text-decoration: none;
}
.whatsapp-float:hover {
  background-color: #1ebe5b;
  transform: scale(1.1);
}

/* Call Sticky */
.call-float {
  position: fixed;
  width: 65px !important;
  height: 65px !important;
  bottom: 20px;
  left: 20px;
  background-color: #007bff;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px !important;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
    text-decoration: none;

}
.call-float:hover {
  background-color: #0056b3;
  transform: scale(1.1);
}

/* Responsive Adjust */
@media (max-width: 576px) {
  .whatsapp-float, .call-float {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}

/* Default carousel images (desktop/laptop) */
.carousel-item img {
  width: 100%;
  height: auto; /* maintain aspect ratio */
  object-fit: cover; /* crop image if needed */
  border-radius: 10px;
}

/* Mobile devices */
@media (max-width: 576px) {
  .carousel-item img {
    height: 250px;   /* set fixed height for mobile */
    object-fit: cover; /* image crop to fit */
  }
}

/* Tablets */
@media (max-width: 768px) {
  .carousel-item img {
    height: 300px;
    object-fit: cover;
  }
}


 /* Package Card */
  .package-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
  }
  .package-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  }
.package-card p{
font-size: 14px;
font-weight: 600;
}
  /* Offer Badge */
  .offer-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #d32f2f;
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }

  /* Image */
  .package-img img {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 4px solid #DAA520;
  }

  /* Card Body */
  .package-body {
    padding: 20px;

  }
  .package-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: black;
    margin-bottom: 15px;
  }

  /* Package Icons Row */
  .package-icons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    text-align: center;
  }
  .package-icons div {
    flex: 1;
  }
  .package-icons i {
    font-size: 1.4rem;
    color: #DAA520;
    display: block;
    margin-bottom: 5px;
  }
  .package-icons span {
    font-size: 0.85rem;
    font-weight: 600;
    color: #333;
  }

  /* Package Inclusions */
  .package-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    font-size: .9rem;
    color:black;
  }
  .package-list li {
    margin-bottom: 8px;
  }

  /* Google Rating */
  .google-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #388e3c;
  }
  .google-rating img {
    width: 70px;
  }

  /* CTA Buttons */
  .cta-buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .cta-buttons a {
    flex: 1;
    text-align: center;
    padding: 12px 15px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 0.95rem;
  }
  .btn-quote {
    background: #DAA520;
    color: #fff;
  }
  .btn-quote:hover {
    background: #c6951d;
  }
  .btn-enquiry {
    border: 2px solid #2C2C2C;
    color: #2C2C2C;
    background: #fff;
  }
  .btn-enquiry:hover {
    background: #2C2C2C;
    color: #fff;
  }
  .package-icons {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 24px !important; /* Adjust spacing as needed */
}

.package-icons > div {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.package-icons i {
  font-size: 1rem !important; /* Adjust icon size as needed */
  margin-bottom: 4px !important;
}

.package-icons span {
  display: block !important;
  font-size: .86rem !important;
  margin-top: 2px !important;
}
.cab-heading {
  text-align: center;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  padding: 10px 15px;

  background: linear-gradient(
    90deg,
    #FFD700

  );
  -webkit-background-clip: text;
  color: transparent;
}

/* 🔥 Location highlight color */
.location-text {
  background: linear-gradient(90deg, #2a53da, #d41193);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 900;
}

/* Static underline */
.cab-heading::after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: -10px;
  width: 80%;
  height: 4px;
  background: linear-gradient(
    90deg,
    #FFD700,
    #8A2BE2,
    #00BFFF
  );
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(255,255,255,0.7);
}

/* Responsive */
@media(max-width: 576px){
  .cab-heading{
    font-size: 1.4rem;
  }
}


.btn-hero-tilt {
  display: inline-block;
  padding: 12px 30px;
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);

  /* Infinite gradient animation */
  background: linear-gradient(60deg, #b8005c, #c23422, #0984e3, #6c5ce7, #00b894);
  background-size: 400% 400%;
  animation: gradientFlow 5s ease infinite,
             pulseEffect 2.8s ease-in-out infinite;
}

/* Gradient flow */
@keyframes gradientFlow {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Soft breathing scale animation */
@keyframes pulseEffect {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.04); box-shadow: 0 6px 20px rgba(0, 200, 150, 0.5); }
  100% { transform: scale(1); }
}

/* Hover — no tilt, just little glow */
.btn-hero-tilt:hover {
  box-shadow: 0 10px 25px rgba(0, 200, 150, 0.8);
}

/* icon spacing */
.btn-hero-tilt i {
  margin-right: 8px;
}
