a {
    text-decoration: none !important;
}

.testimonial_text a.read-more-btn {
    color: #eb1c23;
}

.testimonial_text {
    display: inline;
}

.testimonial_text a {
    display: inline;
    margin-left: 5px;
    color: #d9232d;
    font-weight: 500;
    text-decoration: none;
}

.testimonial-crousal .user-info small.testimonial-city {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.video-container img {
    border-radius: 0px 12px 0px 0px;
}

.customized-holiday-section .col-lg-2.col-md-6.col-12.form-filed {
    min-width: 175.25px;
    padding: 0;
	height:48px;
}
 
.customized-holiday-section .row.align-items-start {
    gap: 16px;
}
 
.customized-holiday-section .col-lg-2.col-md-6.col-12.form-filed.submitbtn {
    min-width: unset;
    max-width: 122px;
}
 
/* Default state (acts like placeholder) */
.customized-holiday-section #destinationType, #destinationSelect {
    color: #616161;
    font-size: 14px;
    font-family: 'Poppins Regular';
	height;100%;
}
 
/* When user selects real option */
.customized-holiday-section #destinationType:valid {
    color: #444;
}
 
.customized-holiday-section #destinationSelect{
 color: #444;
}

.international_holiday .view-all-recoment.text-center,
.Domestic_Honeymoon .view-all-recoment.text-center {
    display: none;
}
.tnaks_massage .thanks-image {
  width: 120px;
}

.tnaks_massage.d-flex.align-items-center.justify-content-center {
  gap: 24px;
}
.tnaks_massage  .heading {
  font-family: 'Poppins SemiBold';
  font-size: 25px;
  line-height: 140%;
  letter-spacing: 0%;
  margin: 0;
}

.tnaks_massage .right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tnaks_massage .sub_heading {
  font-family: 'Poppins Regular';
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  max-width: 480px;
}

/* Domestic Honeymoon Landing Page */
.Honeymoon_landing_Page.Domestic_Honeymoon .domestic-honeymoon-section {
  padding-top: 20px;
}

.holiday-content form#leadForm {
    gap: 10px;
}

/* International Holiday Carousal Item Height */
.international_holiday .india_around_crousal .item {
  max-height: 358px;
  min-height: 358px;
}

/* International Holiday Destination List */
.international_holiday .destination-list li {
  padding: 1.05rem 0;
}

/* Domestic Honeymoon Carousal Item Height */
.Domestic_Honeymoon .india_around_crousal .item {
  max-height: 358px;
  min-height: 358px;
}

/* FIXED: Domestic Honeymoon Destination List */
.Domestic_Honeymoon .destination-list li {
  padding: 1.05rem 0;
}

.Honeymoon_landing_Page .guest-section{
  padding: 0;
}

/* ============================================================
   BANNER SECTION
   ============================================================ */
.banner-carousel .item {
  min-height: 22.18rem;
  max-height: 30.43rem;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #7f7fd5, #91eae4);
}

.banner-carousel a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner-carousel img.img-fluid {
  width: 100%;
  min-height: 30.43rem;
  object-fit: cover;
  background: none;
}

.banner-carousel picture,
.banner-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Caption */
.banner-carousel .banner-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  animation: fadeInUp 1s ease-in-out;
}

.banner-carousel .banner-caption h2 {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 0.125rem 0.125rem 0.375rem rgba(0, 0, 0, 0.5);
}

.banner-carousel .banner-caption p {
  font-size: 1.2rem;
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(-50%, -40%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/* Dots */
.banner-carousel .owl-dots {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
}

.banner-carousel .owl-dot span {
  width: 0.75rem;
  height: 0.75rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.banner-carousel .owl-dot.active span {
  width: 1rem;
  height: 1rem;
  background: #ff4d4d;
  box-shadow: 0 0 0.625rem rgba(255, 77, 77, 0.7);
}

.offer-details-banner .banner-carousel .item {
  min-height: 22.93rem;
  max-height: 22.93rem;
  background: #967ADE;
  border-radius: 1rem;
}

.offer-details-banner .banner-carousel img.img-fluid {
  width: 100%;
  max-height: 22.93rem;
  min-height: 100%;
  margin-top: 6.25rem;
}

.Honeymoon_landing_Page .search-bar-container {
  position: absolute;
  bottom: 11.5%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  width: 55.56%;
  height: 3.5rem;
}

.Honeymoon_landing_Page .search-bar-container .fixedsearch {
  padding-right: 0.25rem;
}

/* ============================================================
   BANNER SECTION END
   ============================================================ */

/* ============================================================
   breadcrum % destination text
   ============================================================ */

.Honeymoon_landing_Page .breadcrumb {
  padding-top: 3rem;
  font-family: 'Poppins Regular';
  font-size: 0.87rem;
  line-height: 120%;
  padding-bottom: 8px;
}

.breadcrumb a {
  color: #0094DA;
  text-decoration: none;
}

.breadcrumb span {
  font-size: 1.5rem;
  color: #0094DA;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.Honeymoon-Destinations {
  padding-top: 0.5rem;
  color: #444444;
}

.Honeymoon-Destinations h2 {
  font-family: 'Poppins Semibold';
  font-size: 1.75rem;
  line-height: 140%;
  padding-bottom: 0.5rem;
}

.Honeymoon-Destinations p.text {
  font-family: 'Poppins Regular';
  font-weight: 400;
  font-size: 0.87rem;
  line-height: 1.145rem;
}

.Honeymoon-Destinations .read-more-toggle {
  color: #FF0000;
}

.Honeymoon_landing_Page .domestic-honeymoon-section {
  padding-top: 80px;
}

/* ============================================================
   breadcrum % destination END
   ============================================================ */

/* ============================================================
   Trending International Honeymoon Destinations
   ============================================================ */

.Honeymoon_landing_Page .International_Honeymoon {
  padding-bottom: 4rem;
}

.Honeymoon_landing_Page .Domestic_Honeymoon {
  padding-bottom: 3.75rem;
}

.destination-list li {
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 1.19rem 0;
}

.destination-list li:hover {
  color: #eb1c23;
}

.destination-list li:hover .text-heading,
.destination-list li:hover .text-sub_heading {
  color: #eb1c23;
}

.destination-list li:hover .right_arrow {
  background: url("/images/honeymoon/icon/active_arrow.png");
}

.destination-list .active {
  color: #eb1c23;
}

.destination-list .text-heading {
  font-family: "Poppins SemiBold";
  font-size: 1.25rem;
  color: #1e0001;
}

.destination-list .active .text-heading,
.destination-list .active .text-sub_heading {
  color: #eb1c23;
}

.destination-list .text-sub_heading {
  font-family: "Poppins Regular";
  font-size: 0.875rem;
  color: #1e0001;
}

.india_around_crousal .item {
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
  min-height: 28.125rem;
  background: linear-gradient(135deg, #f5af19, #f12711);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  max-height: 28.125rem;
}

.india_around_crousal .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height:450px;
}

.destination-list li .right_arrow {
  width: 2.25rem;
  height: 2.25rem;
  display: inline-block;
  background: url("/images/honeymoon/icon/Arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 1rem;
  transition: all 0.3s ease;
  vertical-align: middle;
  transform: translateY(0.125rem);
  font-style: normal;
}

.destination-list li.active .right_arrow {
  background: url("/images/honeymoon/icon/active_arrow.png");
}

.recoment_section .heading {
  font-family: "Poppins SemiBold";
  padding-top: 1rem;
  font-size: 1.5rem;
  color: #1e0001;
  line-height: 100%;
}

.recoment_section .sub_heading {
  font-family: "Poppins Regular";
  font-size: 0.875rem;
  line-height: 1.145rem;
  letter-spacing: 0%;
  color: #444444;
  padding-top: 0.5rem;
}

.recoment_section .read-more {
  color: #eb1c23;
  text-decoration: none;
}

.recoment_section .card_left_side {
  max-width: 29.875rem;
  max-height: 28.125rem;
}

.view-all-recoment a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #eb1c23;
  text-decoration: none;
}

.view-all-recoment {
  border: 0.0625rem solid #eb1c23;
  transition-timing-function: ease-out;
  transition-duration: 300ms;
  border-radius: 0.25rem;
  padding-top: 0.75rem;
  padding-right: 1rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
}

.recoment_section .india_around_crousal .owl-dots {
  position: absolute;
  bottom: 0.625rem;
  text-align: center;
  left: 0;
  right: 0;
  transform: none;
  display: block;
}

.recoment_section .india_around_crousal .owl-dots .owl-dot span {
  display: none;
}

.recoment_section .india_around_crousal .owl-dots .owl-dot {
  background: #d9d9d9;
  width: 1.825rem;
  height: 0.375rem;
  border-radius: 0.3125rem;
  margin: 0.3125rem;
}

.recoment_section .india_around_crousal .owl-dots .owl-dot.active {
  background: #ffffff;
  width: 8.125rem;
}

.view-all-recoment.text-center:hover {
  background: #eb1c23;
  cursor: pointer;
  border: 0.0625rem solid #b31b34;
}

.recoment-section .view-all-recoment:hover a {
  color: #FFF;
}

.card_left_side .list-unstyled.destination-list {
  margin-bottom: 0.875rem;
}

.recoment-section a {
  text-decoration: none;
}

/* ============================================================
   Trending International Honeymoon Destinations
   ============================================================ */


/* ============================================================
   customize-your holiday start
   ============================================================ */
.customized-holiday-section {
  padding-top: 70px;
}

.custom_holiday {
  /* max-height: 32rem; */
  /* 512px */
  padding: 3.125rem 0 8.25rem 0;
  /* 50px 0 132px 0 */
  background: #FDE8E9;
  position: relative;
}

.custom_holiday h2 {
  font-family: "Poppins SemiBold";
  font-size: 1.5rem;
  /* 24px */
  text-transform: capitalize;
  color: #444444;
  padding-bottom: 1.5rem;
  /* 24px */
}

.feature-box {
  text-align: center;
  padding: 1.25rem;
  /* 20px */
}

.feature-box img {
  width: 150px;
  /* 70px */
  height: 150px;
  /* 70px */
  margin-bottom: 0.9375rem;
  /* 15px */
  background: #FFFBFB;
  border: 0.75px solid #F9B9BB;
  opacity: 1;
  border-radius: 42px;
  border-width: 0.75px;
  padding: 37.5px;
}

.feature-box p.text-muted {
    margin: auto;
    align-items: center;
    max-width: 250px;
}

.btn-custom {
  background-color: #e60000;
  color: #fff;
  font-weight: 500;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
  border-radius: 0.375rem;
  /* 6px */
  border: none;
}

.btn-custom a {
  text-decoration: none;
  color: #fff;
}

.btn-custom:hover {
  background-color: #c20000;
}


/* form  customize-your*/
.memorable-holiday-section {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(85px);
}

.holiday-box {
  background: linear-gradient(275deg,
      /* reversed direction */
      #ffffff 0%,
      #ffffff 73.68%,
      rgba(255, 255, 255, 0.635129) 80.43%,
      rgba(255, 255, 255, 0) 90.56%),
    url(/images/honeymoon/form-img.jpg) center center / cover no-repeat;
  min-height: 179px;
  max-height: 179px;
  border-radius: 12px;
  border: 1px solid #e6e6e6;
  opacity: 1;
}

/* Title */
.holiday-content h3 {
  color: #2b2b2b;
  font-size: 1.5rem;
}

/* Inputs */
.form-control,
.form-select {
  border-radius: 4px;
  padding: 0.75rem 1rem;
  transition: all 0.3s ease;
  box-shadow: none;
  border: 1px solid #A1A1A1;
  height:100%;
}

.form-control::placeholder,
.form-select::placeholder {
  color: #616161;      /* placeholder text color */
  opacity: 1;          /* ensures visibility in Safari */
  font-size: 14px;     /* optional */
  font-family:'Poppins Regular';
}

.form-control:focus,
.form-select:focus {
  border-color: #eb1c23;
  box-shadow: 0 0 0 0.2rem rgba(235, 28, 35, 0.1);
}

/* Custom Dropdown */
.custom-dropdown {
  appearance: none;
  background-color: #fff;
  padding-right: 0;
  cursor: pointer;
  color: #616161;      /* placeholder text color */
  opacity: 1;          /* ensures visibility in Safari */
  font-size: 14px;     /* optional */
  font-family:'Poppins Regular';
  padding: 14px 14px;
}

.dropdown-icon {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
  pointer-events: none;
}

/* Button */
.btn-danger {
  background-color: #eb1c23 !important;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  padding: 14px 0px;
  height:100%;
}

.btn-danger:hover {
  background-color: #c20000 !important;
}

/* ============================================================
   customize-your holiday end
   ============================================================ */


/* best selling start */

.best-selling {
  position: relative;
  padding:0;
  padding-bottom: 60px;
}

.best-selling h2 {
  font-family: "Poppins SemiBold";
  font-size: 24px;
  margin-bottom: 16px;
  color: #444444;
  line-height: 100%;
}

.best-selling .item-card {
  border: none;
  background: #fff;
  overflow: hidden;
  transition: 0.3s ease;
  min-width: 270px;
  max-width: 270px;
}

.best-selling .best-selling-carousel .owl-item.active {
  max-width: 270px;
  width: 100%;
  max-height: 367px;
}

.best-selling .item-card img {
  border-radius: 16px;
  width: 100%;
  min-width: 270px;
  min-height: 270px;
  max-height: 270px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* fallback block */
.img-fallback {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(to right, #7f7fd5, #91eae4);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.best-selling .card-body {
  padding-top: 18px;
  margin: 0;
}

.best-selling .card-body .heading {
  width: min(270px, 100%);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 6px;
  font-family: "Poppins SemiBold";
  font-size: 17px;
  color: #444444;
  margin: 0;
}
.best-selling .card-body .price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.best-selling .card-body .sub-heading {
  font-family: "Poppins Regular";
  font-size: 15px;
  color: #666666;
  margin: 0;
  padding-bottom: 6px;
}

.best-selling .card-body .price {
  font-family: "Poppins SemiBold";
  font-size: 17px;
  color: #444444;
  margin: 0;
  padding-bottom: 6px;
}

/* Owl carousel nav */
.best-selling .owl-nav {
  position: absolute;
  top: 30%;
  left: -16px;
  right: -16px;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.best-selling .owl-nav button {
  background: transparent;
  border: none;
  outline: none;
  pointer-events: all;
}

.best-selling .owl-nav img {
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.best-selling .owl-nav img:hover {
  transform: scale(1.15);
}

/* Active center effect */
.best-selling .owl-item {
  opacity: 1;
  transition: 0.3s ease;
}

.best-selling .owl-item.active.center {
  opacity: 1;
  transform: scale(1.02);
}

.owl-prev.disabled,
.owl-next.disabled {
  pointer-events: none;
  opacity: 1;
  cursor: not-allowed;
}

/* ============================================================
   Visa Free Destinations Section
   ============================================================ */
.visa-free-destinations-section .visa-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 24px;
}

.visa-free-destinations-section .section-title {
  font-weight: 600;
  font-size: 20px;
  color: #000;
}

.visa-free-destinations-section .visa-toggle {
  display: flex;
  gap: 10px;
}

.visa-free-destinations-section .visa-btn {
  /* border: 1px solid #b31b34; */
  color: #031931;
  border-radius: 50px;
  padding: 4px 14px;
  font-size: 14px;
  background: #fff;
  transition: 0.3s;
  border: 1px solid #333333;
}

.visa-free-destinations-section .visa-btn:hover {
  background: #FFF6F7;
  color: #EB1C23;
}

.visa-free-destinations-section .visa-btn.active {
  background: #FFF6F7;
  color: #EB1C23;
  border: 1px solid #eb1c23;
}

.visa-free-destinations-section {
  padding-top: 85px;
}

/* best selling end */


/* FAQ-section start*/

.FAQ-section .faq {
  padding-top: 19px;
}

.faq .faq_content {
  background: #ffffff;
  border: 1px solid #ebebeb;
  opacity: 1;
  border-radius: 16px;
  padding: 36px;
}

.faq .accordion-item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0 !important;
}

.faq .accordion-button {
  background: none;
  box-shadow: none !important;
  font-size: 18px;
  font-family: 'Poppins SemiBold';
  color: #2d2d2d;
  padding: 24px 0;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button::after {
  /* content: "\276F"; */
  font-size: 1rem;
  /* transform: rotate(90deg); */
  transition: transform 0.3s ease;
}

.faq .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.faq .accordion-body {
  padding: 0 0 1rem 0;
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
  font-family: 'Poppins Regular';
}

.faq h4.faq-title {
  font-size: 24px;
  margin-bottom: 1.5rem;
  color: #444;
  font-family: 'Poppins SemiBold';
}

/* Read More Button */
.faq .read-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  color: #d32f2f;
  cursor: pointer;
  margin-top: 1.5rem;
  user-select: none;
}

.faq .read-more-btn img {
  transition: transform 0.35s ease-in-out !important;
}

.faq .read-more-btn.active img {
  transform: rotate(180deg);
}

#moreFaq {
  overflow: hidden;
  transition: max-height 0.6s ease, opacity 0.6s ease;
}

/* FAQ-section end*/



/* our travelling blog section start */

.blog-section .blog_section .container {
  padding-right: 0;
}

section.blog_section {
  padding-top: 50px;
  position: relative;
  display:none;
}

.SOTC_Container.blog-section .col-lg-4.d-flex.flex-column.justify-content-center {
  max-width: 326px;
  margin-right: 62px;
  padding: 0;
}

.blog-heading h2 {
  color: #444444;
  font-family: "Poppins Medium";
  font-size: 38px;
  line-height: 48px;
}

.blog-heading p {
  color: #444444;
  margin-top: 16px;
  font-family: "Poppins Regular";
  font-size: 20px;
  line-height: 40px;
}

.blog-section .blog-btn {
  margin-top: 8px;
}

.blog-section .blog-btn a {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #ff0000;
  color: #ff0000;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s;
}

.blog-sectionv .blog-btn a:hover {
  background: #ff0000;
  color: #fff;
}

.blog-section .our-blog-crousal .owl-item.active {
  max-width: 391px;
  max-height: 331px;
}

.blog-section .our-blog-crousal .item {
  max-width: 391px;
  max-height: 331px;
  border-radius: 20px;
  border: 1px solid #00000033;
  background: #ffffff;
  overflow: hidden;
}

.blog-section .blog-card {
  /* border-radius: 16px; */
  overflow: hidden;
  background: #fff;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Wrapper for images/fallback */
.blog-section .blog-img-wrapper {
  width: 100%;
  min-height: 220px;
  max-height: 220px;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-section .blog-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-section .viewall {
  border: 1px solid #ff0000;
  height: 42px;
  max-width: 190px;
  width: auto;
  border-radius: 4px;
  margin: auto;
  margin-top: 65px;
  font-family: "Poppins Medium";
  font-size: 16px;
  line-height: 26px;
  align-items: center;
  padding-top: 2px;
}

.testimonial-section .viewall a {
  color: #eb1c23;
}

.blog-section .blog-img-wrapper .img-fallback {
  width: 100%;
  min-height: 220px;
  background: linear-gradient(to right, #7f7fd5, #91eae4);
  color: #444;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px;
  border-radius: 0;
}

.blog-section .blog-card-body {
  padding: 16px 16px 14px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-section .blog-card-body h5 {
  font-family: "Poppins SemiBold";
  font-size: 16px;
  line-height: 100%;
  margin: 0;
  color: #444444;
}

.blog-section .blog-card-body p {
  margin: 0;
  font-family: "Poppins Regular";
  font-size: 14px;
  line-height: 100%;
  color: #515151;
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-section .read-now {
  color: #ff0000;
  text-decoration: none;
  font-family: "Poppins Medium";
  font-size: 13px;
  line-height: 100%;
}

/* Carousel nav positioning */
.our-blog-crousal .owl-nav {
  position: absolute;
  top: 35%;
  display: flex;
  justify-content: space-between;
  width: calc(100% + 32px);
  pointer-events: none;
  left: -15px;
}

.our-blog-crousal .owl-nav button {
  background: none;
  border: none;
  pointer-events: auto;
}

.our-blog-crousal .owl-nav img {
  width: 45px;
  height: 45px;
  cursor: pointer;
}

/* our travelling blog section  end*/



/* testimonial Section start  */

.testimonial_section {
  /* background: #fde8e9; */
  /* padding: 78px 0 155px 0; */
}

.testimonial_section h3 {
  font-family: "Poppins SemiBold";
  font-size: 24px;
  /* text-transform: capitalize; */
  color: #444444;
  padding-top: 82px;
  margin: 0;
  padding-bottom: 16px;
}

.testimonial_section {
  background: #fde8e9;
  padding-bottom: 80px;
}

.testimonial-crousal .owl-item.active {
  max-width: 328px;
  max-height: 466px;
}

/* Testimonial section start from Here*/
.testimonial-crousal .testimonial-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 328px;
  max-height: 466px;
}

.testimonial-crousal .testimonial-images {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 4px;
  max-width: 328px;
  max-height: 186px;
}

.testimonial-images img,
.testimonial-images video,
.placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #777;
}

.testimonial-crousal .testimonial-images .large {
  grid-row: span 2;
  border-top-left-radius: 8px;
}

.testimonial-crousal .video-container {
  position: relative;
  cursor: pointer;
}

.testimonial-crousal .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: white;
  border-radius: 50%;
  padding: 10px 15px;
  transition: opacity 0.3s;
  display: none;
}

.testimonial-crousal .play-btn {
  display: block;
}

.testimonial-crousal .video-container.playing:hover .pause-btn {
  display: block !important;
}

.testimonial-crousal .stars {
  color: orange;
}

.testimonial-crousal .user-info {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.testimonial-crousal .user-info img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  margin-right: 12px;
  background: #d7d3d3;
}

/* testimonial Section end  */

/* banner bottom side start */
.belove-banner {
  background: #fde8e9;
}

/* Scoped only for belove-banner */
.belove-banner .belove-banner-carousel .item {
  min-height: 450px;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 500px;
  background: linear-gradient(to right, #7f7fd5, #91eae4);
  border-radius: 24px 24px 0px 0px;
}

.belove-banner .belove-banner-carousel img {
  width: 100%;
  height: 100%;
  /* extra height for smooth parallax */
  object-fit: cover;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateY(0);
  transition: transform 0.1s linear;
}

.belove-banner .fallback-caption {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #ffffff;
  z-index: 2;
}

.belove-banner .belove-banner-content {
  position: absolute;
  bottom: 38px;
  left: 24px;
  color: #ffffff;
  z-index: 2;
}

/* banner section Start*/
.belove-banner .owl-next {
  width: 36px;
  height: 36px;
  right: 20px;
}

.testimonial-section .owl-nav button {
  pointer-events: auto;
}

.belove-banner .owl-prev {
  width: 36px;
  height: 36px;
  left: 6px;
}

.belove-banner:hover .owl-nav {
  visibility: visible;
}

.belove-banner .owl-nav {
  visibility: hidden;
}

.belove-banner .owl-prev,
.belove-banner .owl-next {
  position: absolute;
  top: 47%;
  border-radius: 50%;
  border: none;
  z-index: 1;
}

.belove-banner .belove-banner-content p.heading {
  font-family: "Poppins Regular";
  font-size: 14px;
  line-height: 120%;
}

.belove-banner .belove-banner-content div.sub-content {
  display: flex;
  gap: 16px;
  align-items: center;
}

.belove-banner .belove-banner-content h2.sub_heading {
  font-family: "Poppins SemiBold";
  font-size: 40px;
  line-height: 100%;
  color: #ffffff;
}

.belove-banner .belove-banner-content a.direc_link {
  align-items: center;
  width: auto;
  height: 32px;
  opacity: 1;
  border-radius: 12px;
  padding-top: 5px;
  padding-right: 12px;
  padding-bottom: 7px;
  padding-left: 16px;
  background: #ffffff4d;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  backdrop-filter: blur(60px);
  display: flex;
  gap: 4px;
}
.belove-banner .belove-banner-content .direc_link img {
    width: 15px;
}
.belove-banner .belove-banner-content h2,
.belove-banner .fallback-caption h2 {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

.belove-banner .belove-banner-content small {
  display: block;
  font-size: 1rem;
  margin-bottom: 10px;
}

/* Custom dots only for this section */
.belove-banner .owl-dots {
  position: absolute;
  bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  z-index: 3;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}

.belove-banner .owl-dots .owl-dot span {
  width: 184px;
  height: 6px;
  opacity: 1;
  border-radius: 5px;
  background: #a1a1a1;
  transition: all 0.3s ease;
  margin: 0px;
  display: inline-block;
}

.belove-banner .owl-dots .owl-dot.active span {
  width: 550px;
  height: 6px;
  opacity: 1;
  border-radius: 5px;
  background: #ffffff;
  margin: 0px;
  display: inline-block;
}

/* banner bottom side end */


.testimonial-card .testimonial-images .placeholder.large {
  max-width: 218px;
  max-height: 186px;
  border-top-left-radius: 8px;
}

.testimonial-card .testimonial-images .video-container video {
  max-width: 109px;
  max-height: 93px;
  border-top-right-radius: 8px;
}

.testimonial-card .testimonial-images .placeholder {
  max-width: 109px;
  max-height: 94px;
}

.testimonial-card .card_bottom {
  padding: 24px 12px 12px 12px;
}

.card_bottom h5 {
  font-family: "Poppins SemiBold";
  line-height: 140%;
  padding-bottom: 18px;
  margin: 0;
  color: #444444;
}

.card_bottom p {
	display:block;
  min-height:70px;
  padding-top: 16px;
  font-family: "Poppins Regular";
  font-size: 14px;
  line-height: 120%;
  color: #444444;
}

.SOTC_Container.blog-section .col-lg-8.position-relative {
  padding: 0;
}

.explore-scroll-container .sub_heading {
  font-family: "Poppins Medium";
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.bi-star-fill::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/images/holidayRevamp/Testimonial/fi_149763.svg) no-repeat center;
  background-size: contain;
  margin-right: 8px;
}

.testimonial-crousal .owl-nav img {
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.testimonial-crousal .owl-nav {
  position: absolute;
  top: 59%;
  left: -16px;
  right: -16px;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}


/* form validation started */
/* Fix form distortion when error appears */
.form-group,
.col-12,
.col-md-3 {
  position: relative;
}

/* Reserve space for error message (prevents movement) */
.error-message {
  min-height: 18px;
  /* Reserves space */
  display: block;
  /* Keeps layout stable */
  font-size: 12px;
  color: #e63946;
  margin-top: 4px;
}

/* Highlight error inputs */
.is-invalid {
  border: 1px solid #e63946 !important;
}

/* Remove absolute CSS — caused distortion */
small#nameError,
small#dropdownError,
small#mobileError1 {
  position: absolute !important;
  /* FIX */
}

/* form validation ended */
/*  */

.honeymoon-destinations-section h1.heading.mb-3 {
    font-size: 28px;
    font-family: 'Poppins SemiBold';
}

.honeymoon-destinations-section p.description {
    font-size: 14px;
    font-family: 'Poppins Regular';
}

/* Hide nav arrows by default */
.best-selling .owl-nav {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

/* Show nav arrows on hover of carousel */
.best-selling:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.Domestic_Honeymoon .testimonial-section {
    padding-top:80px;
}

@media (max-width: 768px) {
  .holiday-box {
    /* Exact Figma gradient converted for mobile */
    background:
      linear-gradient(360deg,
        #FFFFFF 0%,
        #FFFFFF 55.63%,
        rgba(255, 255, 255, 0.635129) 64.33%,
        rgba(255, 255, 255, 0) 72.71%),
      url("/images/holiday-revamp/form-img.jpg") top center / cover no-repeat;
    padding: 11px;
    text-align: start;
    border-radius: 12px;
    border: 1px solid #e6e6e6;
    min-height: 510px;
    background-color: #ffffff;
    position: relative;
    flex-direction: column-reverse;
  }

  /* Move content down to reveal full image on mobile */
  .memorable-holiday-section {
    transform: translateY(400px);
  }

  .visa-free-destinations-section {
    padding-top: 14rem;
  }

  .belove-banner .owl-dots .owl-dot.active span {
    width: 130px;
  }

  .belove-banner .owl-dots .owl-dot span {
    width: 45.5px;
  }

  .belove-banner .belove-banner-content p.heading {
    text-align: center;
  }

  .belove-banner .belove-banner-content div.sub-content {
    justify-content: center;
    flex-direction: column;
  }

  .custom_holiday {
    max-height: unset;
  }
.visa-free-destinations-section .section-title {
    padding-bottom: 10px;
}
.recoment_section .row {
    flex-direction: column-reverse;
}
.recoment_section .sub_heading{
        padding-bottom: 1rem;
}
}