 
 .logo{
    height: 60px;
    width: 70px;
 }
 
    .animated-text {
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffcc00;
  animation: flashBounce 2s infinite;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
}

@keyframes flashBounce {
  0%   { color: #0b07d6; transform: scale(1); }
  25%  { color: #d81313; transform: scale(1.05); }
  50%  { color: #e6880d; transform: scale(1.1); }
  75%  { color: #9d0cf1; transform: scale(1.05); }
  100% { color: #050770; transform: scale(1); }
}



.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;
}

