/*!
Theme Name: smart-trip
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smart-trip
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

smart-trip is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* Accessibility
--------------------------------------------- */


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}


/* Alignments
--------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root,
[data-bs-theme=light] {
    --bs-body-color: #285970;
}

a {
    text-decoration: none;
}


/* font family */

.barlow-thin {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.barlow-extralight {
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.barlow-light {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.barlow-regular {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.barlow-medium {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.barlow-semibold {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.barlow-bold {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.barlow-extrabold {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.barlow-black {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.barlow-thin-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.barlow-extralight-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.barlow-light-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.barlow-regular-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.barlow-medium-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.barlow-semibold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.barlow-bold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.barlow-extrabold-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.barlow-black-italic {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: italic;
}

h2.text-center.fw-bold.heading {
    font-size: 60px;
    color: #285970;
}

body {
    font-family: 'Barlow', sans-serif;
    color: #285970;
}

h1,
h2,
h3,
h4,
h6,
h5,
span {
    font-family: 'Barlow', sans-serif;
    color: #285970;
}

p {
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 25px;
    font-weight: 500;
}

.polularPackage p {
    max-width: 600px;
    margin: 0 auto;
	font-size: 20px;
}

.testimonial-card p {
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 25px;
    font-weight: 500;
}


/* end */

img.custom-logo {
    width: 100%;
    max-width: 370px;
    height: auto;
}

.row.g-3.fature1 {
    gap: 20px;
}

img.inclusions-icon {
    height: 40px;
}

.incDiv {
    width: 20%;
}

.book-btn {
    background: linear-gradient(to right, #d94b45, #e96d63);
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
    border: none;
    font-weight: 600;
}

.logo-text {
    color: #00a1e5;
    font-weight: bold;
    font-size: 18px;
}

.tagline {
    font-size: 12px;
    color: #888;
    margin-top: -4px;
}

.topCallBtn {
    border-radius: 50px;
    color: #fff;
    background: #18a8ec;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}

.topCallBtn i {
    font-size: 21px;
}

.topWhatsappBtn {
    border-radius: 50px;
    color: #fff;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}

.topWhatsappBtn i {
    font-size: 28px;
}

.textcallChat {
    font-size: 13px;
    font-weight: 700;
    color: #969ea7;
    line-height: 11px;
}

.topPhoneNumber {
    font-size: 19px;
    font-weight: 700;
    color: #285970;
    text-decoration: none;
}


/* Custom container max-width and centering */

.custom-container {
    margin: 0 auto;
    padding-left: 15px;
    /* Optional, same as bootstrap container padding */
    padding-right: 15px;
}

.custom-container .btn-book {
    font-size: 18px;
    padding: 13px 30px;
}


/*hero section css*/


/* container-fluid wrapper with margin auto */

.container-fluid.wrapper {
    margin: 0 auto;
    padding: 0 0px;
    /* some horizontal padding */
}

.container-fluid.mt-auto {
    padding: 0;
}

header {
    padding: 15px 24px;
}

.bannerContainer {
    padding: 50px;
}

marquee {
    padding: 12px 0;
    font-size: 26px;
    font-weight: 800;
}

.section-wrapper {
    background-color: #eaf6f9;
    border-radius: 20px;
    /* max-width removed because container-fluid.wrapper limits width */
    margin: 0 15px;
    ;
    /* vertical margin only */
}

.text-primary-emphasis {
    font-size: 45px !important;
    font-weight: 900 !important;
    color: #2a475e !important;
}

.title-small {
    color: #467c95;
    font-weight: 800;
    font-size: 26px;
    text-transform: uppercase;
}

.main-heading {
    font-size: 60px;
    color: #285970;
    font-weight: 800;
    line-height: 57px;
    text-transform: uppercase;
    padding-bottom: 25px;
    border-bottom: solid 2px #93acb7;
    margin-bottom: 20px;
}

.divider {
    border-top: 1px solid #ccc;
    margin: 20px 0;
}

.sub-heading {
    color: #467c95;
    font-size: 30.01px;
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 28px;
    text-transform: uppercase;
}

.tag {
    display: inline-block;
    padding: 3px 20px;
    border: 2px solid #c3dae5;
    border-radius: 20px;
    color: #285970;
    font-weight: 700;
    font-size: 20px;
    margin: 3px;
    transition: background-color 0.3s;
}

.tag:hover {
    background-color: #d0eaf7;
}

.d-flex.justify-content-center.gap-3.flex-wrap.lasts {
    margin: 84px 0;
}

.py-2 {
    padding-top: 30px !important;
    padding-bottom: 24px !important;
    padding: 24px;
}

.timer-bar {
    background: linear-gradient(to right, #ffffff0a, #39c87985, #ffffff00);
    /* deep green text */
    font-weight: 800;
    text-align: center;
    padding: 2px 20px;
    width: 100%;
    font-size: 18px;
    color: #0d6a41;
    margin: 20px auto;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.btn-book {
    /* background: linear-gradient(to right, #d94b45, #e96d63); */
    background: linear-gradient(-45deg, #29aae1, #e94e7c, #d76969, #cd4545);
    background-size: 600%;
    -webkit-animation: anime 6s linear infinite;
    animation: anime 6s linear infinite;
    color: white;
    padding: 16px 40px;
    font-size: 20px;
    font-weight: 800;
    border: none;
    border-radius: 50px;
    transition: all 0.3s;
    text-transform: uppercase;
    box-shadow: -0px 0px transparent, -0px 0px 0px 0px transparent;
    text-align: center;
}

.btn-book:hover {
    background-color: #c23d34;
    box-shadow: 2px 2px #285970, 1px 2px 0px 2px #93acb7;
}

@-webkit-keyframes anime {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes anime {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.bannerSlider.carousel {
    overflow: hidden;
    border-radius: 20px;
}

.bannerSlider.carousel,
.bannerSlider .carousel-inner {
    height: 100%;
}

.bannerSlider .carousel-item {
    height: 100%;
}

.carousel img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    /* max-height: 450px; */
}


/*packeg*/

.package-card {
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 0 15px rgba(0,0,0,0.1); 
      margin-bottom: 30px; */
    border: 2px solid #93acb7;
    outline: 1px solid transparent;
    /* height: 100%; */
    transition: all 0.3s;
}

.package-card:hover {
    border: 2px solid #285970;
    outline: 1px solid #93acb7;
	transform: translateY(-3px);
}

.package-card .timer-bar {
    font-size: 16px;
}

.inclusions small {
    font-size: 12px;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    color: #285970;
    letter-spacing: 0.5px;
}

.package-card .card-body {
    padding: 15px 20px 20px 20px;
}

.packagePrice {
    font-size: 24px;
}

.packagePrice small {
    width: 100%;
    font-size: 13px;
    display: flex;
    font-weight: 500;
    line-height: 12px;
}

.packagePrice strong {
    font-weight: 800;
}

.package-img {
    height: 200px;
    object-fit: cover;
}

.actionPackages a {
    text-decoration: none;
}

.offer-bar {
    background: linear-gradient(to right, #ffffff0a, #40c171, #ffffff00);
    color: #0d6a41;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    padding: 2px;
}

.get-offer-btn {
    background: linear-gradient(to right, #d94b45, #e96d63);
    border: none;
    color: white;
    font-weight: bold;
    border-radius: 100px;
    padding: 12px 20px 12px 20px;
}


/* i { font-size: 24px; } */

.inclusions {
    flex-wrap: wrap;
}

.inclusions i {
    font-size: 20px;
}

.package-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    flex-wrap: wrap;
}

.package-footer .btn-book {
    padding: 10px 20px;
    font-size: 17px;
}

.inclusionHeading {
    font-size: 15px;
    font-weight: 700;
    padding: 15px 0 0 7px;
    text-transform: uppercase;
}

.title-badge {
    /* position: absolute; */
    /* top: 15px; */
    /* right: 15px; */
    background-color: #ffe600;
    color: #000;
    font-weight: 600;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 20px;
}


/*visit*/

.section-title {
    font-weight: 800;
    color: #285970;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 38px;
}

.callActionsPromote {
    border: solid 2px #93acb7;
    outline: solid 1px transparent;
    border-radius: 100px;
    padding: 9px 25px 9px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.callActionsPromote:hover {
    transform: translateY(-5px);
    border: 2px solid #285970;
    outline: 1px solid #93acb7;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.callActionsPromote .small {
    color: #969ea7;
    font-weight: 600;
    font-size: 18px;
    line-height: 14px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.callActionsPromote .bigCall {
    font-size: 24px;
    font-weight: 800;
    line-height: 20px;
    color: #285970;
}

.section-subtitle {
    color: #285970;
    font-size: 20px;
    max-width: 600px;
    margin: 0 auto;
    letter-spacing: -0.5px;
    line-height: 25px;
    font-weight: 500;
}

.package-card:hover .image-container {
    background-size: 106%;
    transition: all 0.3s;
}

.image-container {
    position: relative;
    height: 225px;
    background-position: center;
    background-size: 100%;
    color: white;
    padding: 10px 15px 15px 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    transition: all 0.3s;
}

.image-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 50%);
    opacity: 0.9;
}

.card-bottom-content {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.card-title-overlay {
    font-size: 25px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 5px;
    line-height: 20px;
    position: relative;
    z-index: 1;
}

.title-badge {
    font-size: 14px;
    background-color: #ecf092;
    padding: 4px 10px;
    border-radius: 25px;
    display: inline-block;
    font-weight: 700;
    color: #747742;
    position: relative;
    z-index: 1;
}

.destination-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    display: block;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    transition: all 0.3s;
}

.destination-card:hover {
    border: 2px solid #285970;
    outline: 1px solid #93acb7;
	transform: translateY(-5px);
}

#bestplace .owl-stage-outer { padding-top:5px; }

.destination-card:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 40%);
    opacity: 0.9;
    z-index: 1;
}

.destination-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
    transition: all 0.3s;
}

.destination-card:hover img {
    transform: scale(1.1) rotate(-1deg);
}

.badge-label {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #00BFFF;
    color: white;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.destination-name {
    position: absolute;
    bottom: 15px;
    left: 22px;
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    z-index: 1;
}


/*feature*/

.sectionHeading {
    font-weight: 800;
    color: #285970;
    font-size: 55px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    line-height: 48px;
    margin-bottom: 0;
}

.subline {
    border-top: 2px solid #93acb7;
    width: 25%;
    margin: 20px auto 13px;
}

.subline1 {
    border-top: 2px solid #93acb7;
    width: 25%;
    margin: 20px auto 35px;
}

.section {
    padding: 60px 0;
}

.whyTripSection {
    background: linear-gradient(to bottom, #eef6fb, #ffffff);
}

.feature-box {
    border: 2px solid #8ea9b6;
    outline: 1px solid transparent;
    border-radius: 15px;
    padding: 12px 20px 12px 12px;
    background-color: #fff;
    height: 100%;
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06); */
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease-in-out;
}

.feature-box:hover {
    transform: translateY(-5px);
    border: 2px solid #285970;
    outline: 1px solid #93acb7;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    min-width: 70px;
    height: 70px;
    background-color: #2fb2e4;
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.feature-icon img {
    width: 70px !important;
    height: 70px !important;
}

.feature-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.cta-button {
    background: linear-gradient(to right, #d94b45, #e96d63);
    color: #fff;
    border-radius: 25px;
    padding: 12px 30px;
    border: none;
    font-weight: bold;
    margin-top: 40px;
    font-size: 24px;
    transition: 0.3s;
}

.cta-button:hover {
    background-color: #c0392b;
}


/*testimonials*/

.testimonial-section {
    /* background: url('Images/1.webp') no-repeat center center/cover; */
    padding: 100px 0 120px 0;
    position: relative
}

.testimonial-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #113648;
    background: linear-gradient(180deg, rgba(17, 54, 72, 1) 0%, rgba(255, 255, 255, 0) 70%);
}

.testimonial-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #113648;
    opacity: 0.3;
}

.zTestimonials {
    z-index: 1;
    position: relative;
}

.owl-testimonials { max-width: 1000px; margin: auto; }

.testimonial-card {
    background: #fffffff0;
    border-radius: 20px;
    padding: 25px 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    height: 100%;
    border: solid 2px #29aae25e;
    backdrop-filter: blur(3px);
}

.testimonial-card h6 {
    font-weight: 800;
    font-size: 20px;
    color: #467c95;
}

.testimonial-card .stars {
    color: #ffc107;
    margin-bottom: 10px;
}

button.accordion-button {
    font-size: 24px;
    color: #285970;
    line-height: 26px;
}

button.accordion-button.collapsed {
    padding: 22px 30px 22px 0;
    line-height: 26px;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators [data-bs-target] {
    width: 30px;
    height: 4px;
    background-color: #ffffff;
    border: none;
    border-radius: 2px;
    margin: 0 5px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.carousel-indicators .active {
    opacity: 1;
}


/*accordyan*/

.faq-wrapper {
    max-width: 1000px;
    margin: 0px auto;
    padding: 40px;
    border-radius: 15px;
    background: linear-gradient(to bottom, #eef6fb, #ffffff);
}

.faq-title {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    color: #183b56;
    margin-top: 30px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    /* font-size: 26px; */
}

.accordion-button:not(.collapsed) {
    color: #285970;
    background-color: transparent;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-item {
    border: none;
    border-bottom: 2px solid #cbdce3;
    background: transparent;
}

.accordion-button {
    background-color: transparent;
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
    color: #000;
    box-shadow: none;
    position: relative;
}


/* REMOVE DEFAULT CHEVRON */

.accordion-button::after {
    display: none;
}


/* CUSTOM + / - ICON */

.accordion-button::before {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 55px !important;
    color: #467c95;
    font-weight: 300;
}

.accordion {
    margin: 0 auto;
}

.accordion-header,
.accordion,
.accordion-item:last-of-type {
    border-radius: 0px;
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-collapse {
    border-radius: 0px;
}

.accordion-button:not(.collapsed)::before {
    content: '–';
}

.accordion-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    font-size: 0.95rem;
}

.accordion-item .accordion-button {
    box-shadow: none !important;
}

.accordion-body {
    padding-left: 20px;
    font-size: 18px;
    font-weight: 500;
}

.accordion-body ul {
    margin: 0;
}

.accordion-body li {
    margin-bottom: 6px;
    line-height: 22px;
}


/*logo Slider*/

.slider-container {
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0;
    position: relative;
    max-width: 900px;
}

.slider-container.companyValue {
    max-width: 100%;
    padding: 12px 0;
}

.slider-container.companyValue:before {
    /* background: linear-gradient(to right, #153949 0%, transparent 100%); */
    display: none;
}

.slider-container.companyValue:after {
    /* background: linear-gradient(to left, #153949 0%, transparent 100%); */
    display: none;
}

.slider-container.companyValue .slider-track {
    display: flex;
    gap: 5rem;
    padding: 0px 2rem;
}

.slider-container.companyValue .slider-track div {
    gap: 0.6rem;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}

.slider-container.companyValue .slider-track div img {
    margin: 0px;
    max-height: 35px;
}

.slider-container.companyValue .slider-track div i {
    font-size: 28px;
    color: #f96868;
}

.slider-container.companyValue {}

.slider-container:before,
.slider-container:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
}

.slider-container:before {
    left: 0;
    background: linear-gradient(to right, #fff 0%, transparent 100%);
}

.slider-container:after {
    right: 0;
    background: linear-gradient(to left, #fff 0%, transparent 100%);
}

.slider-track {
    display: inline-block;
    white-space: nowrap;
    animation: scroll 20s linear infinite;
}

.slider-track img {
    height: 100px;
    margin: 0 60px;
    width: auto !important;
    vertical-align: middle;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.tour-section {
    background-color: #eaf5fa;
    padding: 0px 15px;
    text-align: center;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.tour-section:before {
    content: '';
    position: absolute;
    background: url('Images/promote-customized-1.jpg') no-repeat center center;
    width: 346px;
    height: 241px;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.tour-section:after {
    content: '';
    position: absolute;
    background: url('Images/promote-customized-2.jpg') no-repeat center center;
    background-size: 100%;
    width: 355px;
    height: 241px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.tour-title {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}

.customizedDiv {
    position: relative;
    z-index: 1;
    background: #EAF5FA;
    background: linear-gradient(90deg, rgba(234, 245, 250, 0) 0%, rgba(234, 245, 250, 1) 20%, rgba(234, 245, 250, 1) 50%, rgba(234, 245, 250, 1) 80%, rgba(234, 245, 250, 0) 100%);
    width: auto;
    padding: 45px 15px;
}

.container-fluid.tour-section::before {
    background-image: url(promote-customized-1.jpg);
}

.tour-section .section-title {
    max-width: 500px;
    margin: 0 auto;
}

.timer-bar {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.package-text {
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: #555;
}

.timer-text {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #666;
}

.book-btn {
    background-color: #ff6b6b;
    color: white;
    padding: 12px 30px;
    font-size: 24px;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    transition: all 0.3s;
}

.book-btn:hover {
    background-color: #ff5252;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
}

.footer {
    background-color: #2b3f4c;
    padding: 35px 0 100px 0;
    border-top: 1px solid #dee2e6;
}

.footer-title {
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    color: #29aae3;
    font-size: 22px;
    letter-spacing: 1px;
}

.addressHeading {
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footerLinks a {
    font-size: 14px;
    color: #29aae3;
    transition: all 0.3s;
}

.footerLinks a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-address {
    margin-bottom: 10px;
    color: #eaf5fa;
    text-align: center;
    font-size: 14px;
}

.divider {
    color: #6c757d;
    padding: 0 5px;
}

.placesBadge {
    display: flex;
    flex-wrap: wrap;
}

.packe {
    border: 2px solid #e7eff3;
    font-size: 15px;
    font-weight: 600;
    padding: 4px 15px;
    border-radius: 25px;
    margin: 3px;
}

small {
    font-size: 16px;
    font-family: 'Barlow';
    text-transform: uppercase;
}


/** Trust Bar Section **/

.trust-bar-section {
    background: #153949;
}

@media (max-width: 950px) {
    /* .logoDiv { width: 100%; padding-bottom: 20px; }  */
    /* .contactSctionsDiv { width: 100%; justify-content:center; } */
    .pNumber {
        display: none;
    }
    img.custom-logo {
        max-width: 325px;
    }
    .addressesMain {
        --bs-gutter-y: 1.5rem;
    }
    .footer {
        padding-right: 15px;
        padding-left: 15px;
    }
    .customizedDiv {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .contactSctionsDiv {
        justify-content: center;
    }
}

@media (max-width: 550px) {
    .bannerContainer {
        padding: 15px 20px;
    }
    .title-small {
        font-size: 21px;
    }
    .main-heading {
        font-size: 40px;
        line-height: 39px;
		padding-bottom: 15px;
		margin-bottom: 15px;
    }
    .sub-heading {
        font-size: 22px;
        line-height: 24px;
    }
    .tag {
        font-size: 18px;
		padding: 3px 12px;
		margin: 2px;
    }
    .bannerContainer .btn-book {
        width: 100%;
    }
    .feature-icon {
        min-width: 50px;
        height: 50px;
    }
    .whyTripOptions {
        --bs-gutter-y: 1rem;
    }
    .section {
        padding: 45px 0;
    }
    .sectionHeading {
        font-size: 40px;
        line-height: 39px;
    }
    .section-title {
        font-size: 40px;
    }
    .testimonial-section {
        padding: 60px 0 80px 0;
    }
    .faq-wrapper {
        padding: 40px 40px 00px 40px;
    }
    .package-footer {
        flex-direction: column;
    }
    .actionPackages {
        width: 80%;
    }
    .package-footer .btn-book {
        width: 100%;
    }
    .contactSctionsDiv {
        padding-right: 0px;
        padding-left: 0px;
    }
    .custom-container .btn-book {
        padding: 11px 25px;
    }
    .package-card .card-body {
        padding: 15px 15px 20px 15px;
    }
    .slider-track img {
        margin: 0 30px;
    }
}

@media (max-width: 450px) {
    .actionPackages {
        width: 100%;
    }
    .inclusions small {
        font-size: 11px;
    }
}


/*pop up css*/

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-form {
    background: #ffffffe3;
    border-radius: 12px;
    padding: 10px 30px 40px 30px;
    /* width: 90%;
    max-width: 600px; */
    text-align: left;
    /*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);*/
	backdrop-filter: blur(5px);
}

.popup-form label { 
	font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
}

.popup-form h2 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
	font-weight: 900;
    letter-spacing: 0.5px;
}

.highlight-text {
    background: linear-gradient(to right, #ffffff0a, #39c87985, #ffffff00);
    padding: 5px 10px;
    display: inline-block;
    color: #222;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.popup-form input,
.popup-form select {
    width: 100%;
    padding: 12px 15px;
    margin: 6px 0;
    border-radius: 10px;
    border: 2px solid #ccc;
    font-size: 16px;
	font-weight: 700;
}

.popup-form input[type="text"], .popup-form input[type="tel"], .popup-form input[type="email"] { color: #285970; }


.popup-form input[type="text"]:focus, .popup-form input[type="tel"]:focus, .popup-form input[type="email"]:focus {
	border: 2px solid #285970;
    outline: 1px solid #93acb7;
}

.btn-group1 { display: flex; gap: 8px; justify-content:center;  }
.btn-group1 .btn-book, .btn-group1 input.btn-book { width: 50%; border: none; border-radius: 30px; margin: 0px; }

.radio-group,
.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0 20px 0;
}

.radio-group input[type="radio"],
.checkbox-group input[type="checkbox"] {
    display: none;
}

.radio-group input[type="radio"]:checked+label,
.checkbox-group input[type="checkbox"]:checked+label {
    background: linear-gradient(to right, #000, #444);
    color: #fff;
    border-color: #000;
}

.radio-group input[type="radio"]:checked+label::after,
.checkbox-group input[type="checkbox"]:checked+label::after {
    content: "✔";
    font-size: 12px;
    position: absolute;
    top: -9px;
    right: 0px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-group {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}

.btn.dark {
    background: linear-gradient(to right, #000, #333);
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s ease;
}

.btn.dark:hover {
    background: linear-gradient(to right, #444, #000);
}

 .wpcf7 form.sent .wpcf7-response-output {
	border-radius: 10px;
    font-weight: 600;
	margin-top: 00px;
    margin-bottom: 30px;
	height: 100%;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: -13px;
    font-size: 26px;
    background: #e6f3e8;
    color: #46b450;
    text-align: center;
    line-height: 26px;
	
} 



#moreThanFiveBox {
    display: none;
    margin-top: 10px;
}

input[type="month"] {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #ccc;
    border-radius: 25px;
    font-size: 16px;
    outline: none;
    background-color: #fff;
}

input[type="date"] {
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #ccc;
    border-radius: 20px;
    font-size: 16px;
    outline: none;
	color: #356378;
    background-color: #fff;
    font-weight: 700;
}

input[type="date"]:focus { border-color: #356378; }


/* Hide default radio buttons */

.wpcf7-form .radio-group input[type="radio"] {
    display: none;
}


/* Style all radio labels */

.wpcf7-form .radio-group span.wpcf7-list-item-label,
.wpcf7-form .checkbox-group span.wpcf7-list-item-label {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    border: 2px solid #ccc;
    background-color: #ffffffde;
    cursor: pointer;
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease;
	font-size: 16px;
}


/* When selected */

.wpcf7-form .radio-group input[type="radio"]:checked+span.wpcf7-list-item-label,
.wpcf7-form .checkbox-group input[type="checkbox"]:checked+span.wpcf7-list-item-label {
    color: white;
    background: linear-gradient(to right, #356378, #316a84);
    border-color: #356378;
}

.wpcf7-form .radio-group input[type="radio"]:checked+span.wpcf7-list-item-label::after,
.wpcf7-form .checkbox-group input[type="checkbox"]:checked+span.wpcf7-list-item-label::after {
    content: "✔";
    font-size: 12px;
    position: absolute;
    top: -8px;
    right: -3px;
    background: #316a84;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px #fff;
    padding: 9px;
}

span.wpcf7-form-control.wpcf7-radio,
span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-spinner {
    display: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn.btn.dark {
    width: auto;
    height: 48px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

.wpcf7 form.failed .wpcf7-response-output {
    border: none;
}


/* Fixed ActionBar*/

.fixedActionBar {
    position: fixed;
    max-width: 376px;
    bottom: 8px;
    right: 8px;
    z-index: 9;
    background: #f3f6f9c4;
    padding: 5px;
    border-radius: 100px;
    backdrop-filter: blur(4px);
    /* transform: translateX(50%); */
}

.fixedActionBar .topWhatsappBtn {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 35px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.fixedActionBar .topCallBtn {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.fixedActionBar .btn-book { padding: 10px 22px; }

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(24, 168, 236, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(24, 168, 236, 0);
    }
}

.btn-call-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}

.btn-call-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #18a8ec;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 30px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@media (max-width: 400px) {
    .fixedActionBar {}
    .fixedActionBar .btn-book {
        font-size: 16px;
    }
}


/* fff */

.carousel-wrapper {
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

.carousel-track {
    display: flex;
    /* gap: 20px; */
}

.carousel-item-custom {
    flex: 0 0 auto;
    width: 100%;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    padding: 5px 12px;
    z-index: 2;
    cursor: pointer;
}

.prev-btn {
    left: 0;
}

.next-btn {
    right: 0;
}

@media (min-width: 992px) {
    .carousel-item-custom {
        width: calc(100% / 4);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .carousel-item-custom {
        width: calc(100% / 3);
    }
}

@media (max-width: 767.98px) {
    .carousel-item-custom {
        width: 100%;
    }
}

.carousel-track-wrapper {
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    /* gap: 20px; */
    transition: transform 0.4s ease-in-out;
    will-change: transform;
}

.carousel-item-custom {
    min-width: 100%;
}


@media (min-width: 768px) {
    .carousel-item-custom {
        min-width: calc(100% / 3 - 14px);
    }
}

@media (min-width: 992px) {
    .carousel-item-custom {
        min-width: calc(100% / 4 - 15px);
    }
}


.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.owl-carousel button.owl-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #969ea7;
  margin: 3px;
  border-radius: 50%;
}
.owl-carousel .owl-dot.active {
  background: #285970;
}

.socialMedia a { padding: 5px; background: #fff; height: 32px; width: 32px; border-radius: 32px; display: flex; justify-content:center; align-items:center; margin: 0 3px; color:#2b3f4c; text-decoration: none; }
.socialMedia a:hover { color:#29aae3; text-decoration: none; }  


