a {
    text-decoration: none !important;
}

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

.testimonial_text {
    display: inline;
}

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

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

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

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

.Trending-Honeymoon-Destinations-section .container {
    padding-right: 0px !important;
}
.domestic_page .view-all-recoment.text-center, .international_page .view-all-recoment.text-center{
    display: none;
}

.domestic_page .india_around_crousal .item,
.international_page .india_around_crousal .item {
    min-height: 380px;
	max-height: 380px;
}

.domestic_page .india_around_crousal .item img,
.international_page .india_around_crousal .item img{
     min-height: 380px;
	max-height: 380px;
}

/* Show nav arrows on hover of carousel */
.best-selling:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.holiday-content form#leadForm {
    gap: 10px;
}

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

.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;
}
/* ============================================================
   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 .owl-prev,
.banner-carousel .owl-next {
    position: absolute;
    top: 47%;
    border-radius: 50%;
    border: none;
    z-index: 1
}

.banner-carousel .owl-prev {
    background: url('/images/homePageRevamp/homepageIcon_sprite.png') no-repeat -152px 0 !important;
    width: 36px;
    height: 36px;
    left: 6px
}

.banner-carousel .owl-next {
    background: url('/images/homePageRevamp/homepageIcon_sprite.png') no-repeat -228px 0 !important;
    width: 36px;
    height: 36px;
    right: 6px
}

.owl-carousel .owl-nav button.owl-next {
    outline: none
}

.banner-carousel .owl-dots {
    position: absolute;
    bottom: 16.59px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 4px
}

.banner-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0
}

.banner-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    display: block;
    transition: background 0.3s;
    background: silver
}

.banner-carousel .owl-dots .owl-dot.active span {
    background: #fff;
    width: 24px;
    height: 8px;
    border-radius: 5px;
    border: none
}

.banner-carousel .owl-nav {
    visibility: hidden
}

.banner-carousel:hover .owl-nav {
    visibility: visible
}

.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;
}

.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;
}

.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;
}

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

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

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

.landing_page .breadcrumb {
    padding-top: 3rem;
    font-family: 'Poppins Regular';
    font-size: 0.87rem;
    line-height: 120%;
    color: #5E5873;
}

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

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

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

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

.landing_page .international_honeymoon {
    padding-bottom: 4rem;
}

.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/holiday-revamp/icons/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/holiday-revamp/icons/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/holiday-revamp/icons/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 Medium';
    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;
}

.domestic_page .custom_holiday {
    background: #fff;
}

.international_page .custom_holiday {
    background: #fff;
}

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

.custom_holiday h3 {
    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 */
}

.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/holiday-revamp/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;
	border: 1px solid #A1A1A1;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
    box-shadow: none;
	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: 11px 0px;
	height:100%
}

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

.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;
}


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


/* best selling start */
.domestic_page .best-selling {

    padding-top: 0px;
}

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

.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: 270px;
    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 .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: 35%;
    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 button.owl-next.disabled img {
    display: none;
    transition: transform 0.3s;
}

.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;
}

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

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

.visa-free-destinations-section .section-title {
    font-size: 24px;
    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: 64px;
}

/* 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-weight: 600;
    font-size: 1.05rem;
    color: #2d2d2d;
    padding: 1rem 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: 0.95rem;
    line-height: 1.6;
}

.faq h4.faq-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #444;
}

/* 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;
}

.hidden-faq {
    display: none;
}

.read-more-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.read-more-btn.rotate img {
    transform: rotate(180deg);
    transition: 0.3s ease;
}


/* FAQ-section end*/



/* our travelling blog section start */

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

section.blog_section {
    padding-top: 60px;
    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: 390px;
    max-height: 331px;
}

.blog-section .our-blog-crousal .owl-item {
    max-width: 390px;
}

.blog-section .our-blog-crousal .item {
    max-width: 390px;
    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;
    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;
    margin-left: 14px;
    margin-right: 20px;
}

/* 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: 30px;
}

.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;
	background: transparent;
}

.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: 5px;
}

.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 {
    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;
}

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

/* ===============================================      trending-honeymoon section start        ==================================================================== */
/* 🔹 Parent wrapper to isolate styles */
.landing_page .trending-honeymoon {
    background: url("/images/holiday-revamp/Trending-Honeymoon-Destinations-background.jpg") center center/cover no-repeat,
        linear-gradient(90deg, #1e3c72 0%, #2a5298 100%);
    color: #fff;
    padding: 3rem 0;
    overflow: hidden;
}

.landing_page .trending-honeymoon .owl-stage-outer {
    padding-top: 1rem;
	padding-left: 15px;
}

.trending-honeymoon .container {
    padding-right: 0px;
    max-width: 100%;
}

.trending-honeymoon .text-block {
    padding: 1rem;
}

.trending-honeymoon h2 {
    font-family: 'Poppins SemiBold';
    font-size: 37px;
    margin-bottom: 1rem;
}

.trending-honeymoon .owl-stage {
    padding-left: 0 !important;
}

.trending-honeymoon .view-btn {
    border: 1px solid #fff;
    color: #fff;
    padding: 0.7rem 1.5rem;
    border-radius: 8px;
    transition: 0.3s ease;
    font-size: 1rem;
    font-family: 'Poppins Medium';
}

.trending-honeymoon .view-btn:hover {
    background: #fff;
    color: #000;
}

.trending-honeymoon .honeymoon-carousel .item {
    max-width: 100%;
    max-height: 342px;
    opacity: 1;
    border-radius: 16px;

}

.trending-honeymoon .honeymoon-carousel .item img {
    width: 100%;
    max-height: 270px;
    object-fit: cover;
    border-radius: 16px;
    background: #e3d8d8;
    transition: transform 0.4s ease;
    min-height: 270px;
}

.trending-honeymoon .honeymoon-carousel .item:hover img {
    transform: scale(1.05);
}

.trending-honeymoon .honeymoon-carousel .caption {
    color: #fff;
    padding-top: 18px;
}

.trending-honeymoon .honeymoon-carousel h5 {
    font-size: 1.1rem;
    margin: 0;
    font-family: 'Poppins SemiBold';
}

.trending-honeymoon .honeymoon-carousel p {
    margin: 0;
    font-size: 0.9rem;
    padding-top: 10px;
    font-family: 'Poppins Regular';
}

.trending-honeymoon .honeymoon-carousel span {
    float: right;
    font-size: 1.1rem;
    font-family: 'Poppins SemiBold';
}

/* 🔹 Owl Nav */
.trending-honeymoon .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.trending-honeymoon .owl-nav button {
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    transition: 0.3s ease;
    pointer-events: all;
    border: none;
}

/* ✅ Enabled Button Style */
.trending-honeymoon .owl-nav button.owl-prev:not(.disabled),
.trending-honeymoon .owl-nav button.owl-next:not(.disabled) {
    
    position: relative;
    right: 5px;
}

.trending-honeymoon .owl-nav button.owl-prev:not(.disabled):hover,
.trending-honeymoon .owl-nav button.owl-next:not(.disabled):hover {
    background: #fff !important;
    transform: scale(1.05);
}

/* 🚫 Disabled Button Style */
.trending-honeymoon .owl-nav button.disabled {
    
    cursor: not-allowed;
    opacity: 0.5;
    position: relative;
    right: 5px;
}

.trending-honeymoon .owl-nav i {
    color: #000;
    font-size: 1.2rem;
}

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

/* Nav button base (circle) */
.trending-honeymoon .owl-nav button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    /* background: rgba(255, 255, 255, 0.9) !important; */
    border: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* Hide font-awesome icon */
.trending-honeymoon .owl-nav button i {
    font-size: 0;
}

/* LEFT arrow (replace icon) */
.trending-honeymoon .owl-nav .owl-prev i {
    width: 36px;
    height: 36px;
    display: inline-block;
    background: url('/images/holiday-revamp/icons/trending_honeymoon_left_arrow.svg')
        no-repeat center;
    background-size: contain;
}

/* RIGHT arrow (replace icon) */
.trending-honeymoon .owl-nav .owl-next i {
    width: 36px;
    height: 36px;
    display: inline-block;
    background: url('/images/holiday-revamp/icons/trending_honeymoon_right_arrow.svg')
        no-repeat center;
    background-size: contain;
}

/* Disabled state */
.trending-honeymoon .owl-nav button.disabled {
    background: rgba(255, 255, 255, 0.4) !important;
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}


/* 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 */

/* 🔹 Responsive */
@media (max-width: 991px) {
    .trending-honeymoon h2 {
        font-size: 2rem;
        text-align: left;
    }

    .trending-honeymoon .view-btn {
        display: block;
        margin: auto;
        left: 0;
        right: 0;
        text-align: center;
        max-width: 200px;
        position: absolute;
        bottom: 8px;
    }

    .trending-honeymoon .text-block {
        text-align: center;
        padding: 0;
    }
}

@media (max-width: 575px) {
    .trending-honeymoon .honeymoon-carousel img {
        height: 220px;
    }
}

/* ===============================================      trending-honeymoon section start        ==================================================================== */

/* <!-- =============================
       Explore Packages by Theme Section Start
  ============================== --> */

.explore-themes-section {
    background: #F5F5F5;

}

/* Parent Scoped */
.explore-themes-section .theme-section {
    padding: 70px 0;
    background: #f8f8f8;
}

.explore-themes-section .theme-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    color: #2c2c2c;
    font-family: 'Poppins SemiBold';
}

.explore-themes-section .theme-wrapper {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.explore-themes-section .theme-item {
    text-align: center;
    min-width: 220px;
    min-height: 226px
}

/* Circular image + fallback */
.explore-themes-section .theme-img,
.explore-themes-section .theme-fallback {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto 24px;
    background: linear-gradient(90deg, #7f7fd5, #91eae4);
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Prevent object-fit affecting fallback */
.explore-themes-section .theme-img {
    object-fit: cover;
}

.explore-themes-section .theme-fallback {
    object-fit: unset !important;
}

/* Title under circle */
.explore-themes-section .theme-item p {
    font-size: 18px;
    color: #444444;
    font-weight: 500;
    margin: 0;
    font-family: 'Poppins Medium';
}

/* <!-- =============================
       Explore Packages by Theme Section End
  ============================== --> */

/* ========= SECTION + CONTAINER  small-banner========= */
.section.small-banner {
    padding: 30px 0;
}

.section.small-banner .container {
    position: relative;
}

/* ========= CAROUSEL BOX ========= */
.small-banner-carousel .item {
    border-radius: 14px;
    overflow: hidden;
    max-height: 174px;
}

.small-banner-carousel .owl-stage-outer {
    border-radius: 16px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
    background: #fff;
}

/* ========= ARROWS ========= */
.small-banner-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff !important;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    font-size: 20px !important;
    color: #111 !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.small-banner-carousel .owl-prev {
    left: -18px;
}

.small-banner-carousel .owl-next {
    right: -18px;
}

/* ========= DOTS ========= */
.small-banner-carousel .owl-dots {
    text-align: center;
    margin-top: 12px;
}

.small-banner-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    display: block;
    transition: background 0.3s;
    background: #FFF;
}

.small-banner-carousel .owl-dots .owl-dot.active span {
    background: #fff;
    width: 24px;
    height: 8px;
    border-radius: 5px;
    border: none
}

/* Remove default Owl padding */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    padding: 0 !important;
}

.domestic_landing_page .memorable-holiday-section {
    display: none
}

.domestic_landing_page .custom_holiday {
    background: #ffffff;
}

.domestic_landing_page .customized-holiday-section {
    padding-top: 0px;
}

.landing_page  .customized-holiday-section {
    padding-top: 20px;
}

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

.international_page .recoment_section .row {
    padding-top: 40px;
}

.international_page .best-selling {
    padding-bottom: 95px;
}

.international_page .customized-holiday-section {
    padding: 0;
}

.international_page .custom_holiday {
    padding-bottom: 50px;
}
.Frequently-Asked-Questions{
    padding-top: 78px;
}

.Trending-Honeymoon-Destinations-section {
    padding-top: 30px;
}

@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: 12rem;
    }

    .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;
    }
}