:root {
    --blue-color: #2b92d0;
    --white-color: #fff;
    --yellow-color: hsl(43, 100%, 65%);
    --brown-color: #65081e;
    --paragraph-color: #a6a6a6;
    --paragraph-font-size: 14px;
}
html {
    height: 100%;
}
body {
    font-family: "Jost", serif;
    font-weight: 400;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
.fs-30 {
    font-size: 30px !important;
}
.p-15 {
    padding: 15px;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.col-brown {
    color: var(--brown-color) !important;
}
.bg-yellow {
    background-color: var(--yellow-color) !important;
}
.btn {
    background-color: var(--yellow-color);
    color: var(--brown-color);
    border-radius: 10px;
    padding: 10px 18px;
    font-weight: 500;
    border: none;
    border: 2px solid var(--yellow-color);
    transition: 0.3s ease-in-out;
    position: relative;
}

.btn:hover {
    background: #ffe9b182 !important;
    border: 2px solid var(--yellow-color) !important;
    color: var(--brown-color);
    /* box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
        rgba(90, 125, 188, 0.05) 0px 0.25em 1em; */
}
.wrapper {
    max-width: 1200px;
    margin-inline: auto;
}
.section-bg-first {
    background: linear-gradient(
        180deg,
        rgba(239, 239, 239, 1) 29%,
        rgba(255, 255, 255, 1) 100%
    );
    padding: 120px 0 0;
}
.section-bg-second {
    background: linear-gradient(
        0deg,
        rgba(239, 239, 239, 1) 29%,
        rgba(255, 255, 255, 1) 100%
    );
    padding: 120px 0 0;
}
.sub-head-text {
    color: var(--brown-color);
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.head-text {
    color: var(--blue-color);
    font-size: 50px;
    font-weight: 700;
}
p {
    font-family: "jost", serif;
    font-weight: 400;
    color: var(--paragraph-color);
    font-size: var(--paragraph-font-size);
    margin-bottom: 0;
    line-height: 1.6;
}
.hidden {
    display: none;
}
.swiper-pagination {
    bottom: -15px !important;
}
.swiper-button-next,
.swiper-button-prev {
    background-color: var(--white-color) !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 35px !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    color: var(--brown-color);
    font-size: 16px !important;
    font-weight: 600;
}
.swiper-pagination-bullet {
    background-color: var(--brown-color) !important;
}
.two-columns-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.two-columns-row .column {
    flex: 1;
}
.two-columns-row .column:nth-child(1) {
    text-align: start;
}
.hero {
    position: relative;
}
.home .hero-img {
    height: 100vh;
    object-fit: cover;
}
.why-Choose-US {
    position: relative;
}
.why-Choose-US .plane {
    position: absolute;
    top: 5px;
}
.why-Choose-US .swiper {
    position: relative;
    width: 430px;
    /* margin-right: inherit; */
}

.why-Choose-US .swiper-slide {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
    user-select: none;
    border-radius: 20px;
    height: 100%;
}
.why-Choose-US .swiper-slide img {
    width: 100%;
    height: 350px;
    border-radius: 15px;
}
.why-Choose-US .swiper-slide .overlay {
    text-align: left;
    padding: 0 15px 15px 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.why-Choose-US .swiper-slide h5 {
    font-size: 24px;
    margin-bottom: 0;
}
.icons-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
}
.icons-wrap .icon-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.icons-wrap .icon-wrap img {
    width: 40px;
}
.icons-wrap .icon-wrap .counter {
    color: var(--brown-color);
    font-weight: 600;
    font-size: 44px;
    line-height: 1;
}
.icons-wrap .icon-wrap span {
    color: var(--paragraph-color);
    font-weight: 400;
    font-size: var(--paragraph-font-size);
    text-align: centerfv;
}
.why-Choose-US .swiper-slide {
    position: relative;
    background-color: #fecc4e;
    overflow: hidden;
    border-radius: 15px;
}

.date-badge {
    background-color: #fffaee !important;
    border-radius: 35px;
    color: var(--brown-color);
    font-size: 16px;
    font-weight: 500;
    margin-top: -18px;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-inline: auto;
    padding: 6px 15px;
    position: absolute;
    left: 50%;
    top: 68%;
    transform: translateX(-50%);
    width: max-content;
}
.packages .date-badge {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.why-Choose-US .swiper-pagination {
    position: relative !important;
    bottom: 0 !important;
    top: 14px !important;
}
.offers-for-you {
    position: relative;
}
.offers-for-you .element-img1 {
    position: absolute;
    left: 0;
    width: 120px;
    top: -10px;
}
/* .offers-for-you .position-relative .wrapper {
    position: relative;
} */
.blogs-main .heading,
.offers-for-you .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.offers-for-you h1 {
    font-size: 42px;
    font-weight: 700;
    color: #181e4b;
}
.offers-for-you .nav-tabs {
    border-bottom: 0 !important;
    gap: 25px;
}
.offers-for-you .nav-tabs .nav-link {
    background-color: var(--white-color);
    border: 2px solid #f2f2f2;
    border-radius: 35px;
    color: #b1b1b1;
    font-weight: 600;
    box-shadow: none;
    background: transparent;
    transition: background 0.3s ease;
}
.offers-for-you .nav-tabs .nav-link:hover,
.offers-for-you .nav-tabs .nav-link.active {
    background-color: #f5f5f5;
    color: var(--blue-color);
    border: 2px solid #f2f2f2;
    border-radius: 35px;
}
.blogs-main .swiper,
.offers-for-you .swiper {
    transition: transform 0.8s ease;
    position: initial;
}

.offers-for-you .swiper-slide-active .content {
    opacity: 1;
    transform: translateY(0);
}

.offers-for-you .swiper-button-next,
.offers-for-you .swiper-button-prev {
    color: #fff;
}
.swiper-button-next {
    right: 115px !important;
}
.swiper-button-prev {
    left: 115px !important;
}
.destination-detail,
.offersSlider {
    position: initial;
}
.offersSlider .swiper-button-lock {
    display: flex;
}
.offers .card,
.offersSlider .card {
    overflow: hidden;
    border-radius: 15px;
    border: 0;
    box-shadow: rgba(100, 100, 111, 0.2) -1px -5px 13px 0px;
}
.offers .card .overlay,
.offersSlider .card .overlay {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    padding: 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
}
.offers .card .overlay .badge,
.offersSlider .card .overlay .badge {
    color: var(--blue-color);
    background-color: var(--white-color);
    font-size: 12px;
    padding: 0 5px;
    font-weight: 500;
    width: fit-content;
    border-radius: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 2px;
    line-height: 2;
}
.offers .card .overlay .badge img,
.offersSlider .card .overlay .badge img {
    margin-top: -2px;
}
.offers .card .overlay p,
.offersSlider .card .overlay p {
    font-size: 28px;
    color: var(--white-color);
    line-height: 1.2;
    font-weight: 700;
}
.offers .card .overlay .btn,
.offersSlider .card .overlay .btn {
    width: fit-content;
    margin-left: auto;
}
.trending-packages {
    position: relative;
}
.trending-packages .element-img2 {
    position: absolute;
    right: 0;
    width: 120px;
    top: -10px;
}
.affiliate-partner .heading,
.trending-packages .heading {
    text-align: center;
    margin-bottom: 50px;
}
.trending-packages .packages {
    position: initial;
    margin-bottom: 30px;
}
.packages .card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) -1px -5px 13px 0px;
}
.packages .card a {
    color: rgb(33, 37, 41);
}
.packages .card img {
    border-radius: 15px;
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.packages .card .overlay {
    padding: 35px 15px 15px;
}
.packages .card .overlay h5 {
    font-weight: 700;
    font-size: 24px;
}
.packages .card .overlay span {
    color: #939393;
    font-size: 14px;
}
.packages .card .overlay p {
    color: var(--brown-color);
    font-size: 18px;
}
.packages .card .overlay .btn {
    background-color: rgba(254, 203, 78, 0.1) !important;
    border: 2px solid #fecb4e;
    height: 45px;
    display: flex;
    align-items: center;
}
.testimonials {
    position: relative;
}
.testimonials .element-img3 {
    position: absolute;
    width: 120px;
    left: 300px;
    top: 30px;
}
.testimonials .element-img4 {
    position: absolute;
    width: 120px;
    right: 300px;
    top: 30px;
}
.testimonials .two-columns-row {
    padding-top: 55px;
}
.testimonials .column {
    display: flex;
    flex-direction: column;
}
.testimonials .content img {
    width: 45px;
}
.testimonials .content img:nth-child(1) {
    margin-bottom: 15px;
}
.testimonials .content .quote-img2 {
    margin-left: auto;
}
.testimonials .swiper {
    position: relative;
    width: 350px;
    margin-inline: auto;
}
.testimonials .swiper-slide .card {
    border: 2px solid var(--white-color);
    overflow: hidden;
    border-radius: 15px;
    background-color: #ebebeb;
}
.testimonials .swiper-slide .card img {
    height: 250px;
    width: 250px !important;
    margin: auto;
    object-fit: cover;
}
.testimonials .swiper-slide .card .overlay {
    background-color: var(--yellow-color);
    padding: 15px;
    border-top: 2px solid var(--white-color);
    color: var(--brown-color);
    text-align: start !important;
}
.testimonials .swiper-slide .card .overlay span {
    font-weight: 700;
}
.testimonials .swiper-slide .card .overlay p {
    color: var(--brown-color);
}
.testimonials .swiper-pagination {
    bottom: -31px !important;
}
.trending-packages .image-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 200px); /* Adjust as needed */
    gap: 30px;
}

.image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* Grid Positioning */
.image1 {
    grid-column: 1;
    grid-row: 1;
}

.image2 {
    grid-column: 2 / 2;
    grid-row: 1 / span 2;
}

.image3 {
    grid-column: 3 / 3;
    grid-row: 2 / span 2;
}

.image4 {
    grid-column: 1 / 2;
    grid-row: 2 / span 2;
}

.image5 {
    grid-column: 2;
    grid-row: 3;
}

.image6 {
    grid-column: 3;
    grid-row: 1;
}

/* Label Styling */
.label {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: var(--white-color);
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 1rem;
}
.blogs-main {
    position: relative;
}

.blogs-main .element-img5 {
    position: relative;
    width: 80px;
    top: -20px;
}
.blogs-main .blogs .card {
    background: transparent;
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}
.blogs-main .blogs .card img {
    border-radius: 10px;
    margin-bottom: 15px;
}
.blogs-main .blogs .card h5 {
    line-height: 1.5;
    margin-bottom: 10px;
}
.blogs-main .blogs .card .date {
    color: var(--paragraph-color);
    font-weight: 300;
    /* margin-bottom: 15px; */
}
.blogs-main .blogs .card a {
    margin-bottom: 20px;
    color: var(--brown-color);
    font-weight: 500;
}

.accordion-item {
    margin: 1rem 0;
    background: transparent;
    border: 0;
}

.accordion-item-header {
    background-color: #fff;
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: 500;
    display: flex;
    color: #181e4b;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    align-items: center;
    position: relative;
    cursor: pointer;
}
.accordion-item-header.active {
    background-color: #f4eeef;
}

.accordion-item-header::after {
    content: "";
    position: absolute;
    right: 1rem;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2U1ZTVlNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Im0xOSA5bC03IDZsLTctNiIgLz4KPC9zdmc+");
    background-repeat: no-repeat;
    background-size: contain;
}

.accordion-item-header.active::after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzY1MDgxRSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Im0xOSA5bC03IDZsLTctNiIgLz4KPC9zdmc+");
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: transparent;
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
    color: #5e6282;
}
.subscription .subscribe-container {
    position: relative;
    background-image: url("../images/home/subscribe-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
    border-radius: 20px;
}
.subscription .subscribe-container .ballon {
    position: absolute;
    right: 143px;
    top: -64px;
    width: 190px;
}
.subscription .subscribe-container .form-container {
    max-width: 700px;
    margin-inline: auto;
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-radius: 10px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
}
.subscription .subscribe-container .form-container h2 {
    line-height: 1.6;
    font-weight: 700;
    max-width: 500px;
    margin-inline: auto;
}
.subscription .subscribe-container .form-container .form-input {
    position: relative;
}
.subscription .subscribe-container .form-container .form-input input {
    width: 100%;
    padding: 15px 125px 15px 35px;
    border: 0;
    border-radius: 8px;
    color: #646464;
}
.subscription .subscribe-container .form-container .form-input input:focus {
    outline: none;
}
.subscription .subscribe-container .form-container .form-input svg {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.subscription .subscribe-container .form-container .form-input .btn {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.destinations .element-img2 {
    top: 105px;
}
.element-img6 {
    position: absolute;
    right: -283px;
    top: -200px;
    height: 100%;
    object-fit: cover;
}
.hero .overlay {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.hero .overlay h1 {
    color: var(--white-color);
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 44px;
    max-width: 600px;
    margin-inline: auto;
}
.hero .overlay p {
    color: var(--white-color);
    font-family: "jost", serif;
    font-size: 18px;
    font-weight: 400;
    max-width: 400px;
    margin-inline: auto;
}
.breadcrumb .hero-links,
.hero .hero-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.hero .hero-links a {
    font-family: "Rubik", sans-serif;
    color: var(--white-color);
}
.breadcrumb .hero-links a {
    font-family: "Rubik", sans-serif;
    color: #5e6282;
}
.breadcrumb .hero-links a:first-child,
.hero .hero-links a:first-child {
    color: var(--yellow-color);
}
.breadcrumb .hero-links a:last-child,
.hero .hero-links a:last-child {
    cursor: default;
}

.who-we-are {
    position: relative;
}

.who-we-are .tab-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 8px;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}

.who-we-are .tab-btn {
    padding: 12px 15px;
    border: 1px solid transparent;
    background-color: var(--white-color);
    cursor: pointer;
    /* font-family: "Inter", sans-serif; */
    font-size: 16px;
    color: #100c08;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    transition: background 0.3s;
    width: 100%;
    text-align: start;
    line-height: 1.3;
}
.tab-pane {
    display: none;
    padding: 15px;
    color: #a6a6a6;
    font-size: 14px;
}
.tab-pane.active {
    display: block;
}
.who-we-are .tab-btn span {
    font-weight: 600;
    font-size: 20px;
}
.who-we-are .tab-btn svg {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    background-color: #f3d8de;
    padding: 7px;
}

.who-we-are .tab-btn:hover,
.who-we-are .tab-btn.active {
    background: var(--yellow-color);
    color: var(--white-color);
}
.who-we-are .tab-btn:hover svg,
.who-we-are .tab-btn.active svg {
    background: rgba(93, 53, 13, 0.23);
    /* stroke: var(--white-color); */
}
.who-we-are .tab-btn:last-child:hover svg,
.who-we-are .tab-btn:last-child.active svg {
    stroke: var(--white-color);
}
.who-we-are .tab-btn:first-child:hover path,
.who-we-are .tab-btn:first-child.active path {
    fill: var(--white-color);
}

.who-we-are .tab-btn:hover .hover-group,
.who-we-are .tab-btn.active .hover-group {
    stroke: var(--white-color);
}
.who-we-are .tab-btn:hover {
    background: var(--yellow-color);
}

.who-we-are .tab-content {
    padding: 10px 8px;
}

.who-we-are .tab-panel {
    display: none;
    font-family: "inter", sans-serif;
    color: var(--paragraph-color);
    line-height: 1.6;
    font-size: 14px;
}

.who-we-are .tab-panel.active {
    display: flex;
}

.mission-vision .tab-buttons {
    display: flex;
    align-items: center;
    border: 0;
    margin-bottom: 10px;
}

.mission-vision .tab-btn1 {
    border: 1px solid transparent;
    background-color: transparent;
    cursor: pointer;
    /* font-family: "Inter", sans-serif; */
    font-weight: 600;
    font-size: 16px;
    color: #787878;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    transition: fill 0.3s;
    width: 200px;
}
.mission-vision .tab-btn1 path {
    fill: #787878;
}
.mission-vision .tab-btn1:hover,
.mission-vision .tab-btn1.active {
    color: var(--brown-color);
    font-weight: 600;
}
.mission-vision .tab-btn1:hover path,
.mission-vision .tab-btn1.active path {
    fill: var(--brown-color);
}

.mission-vision .tab-content {
    padding: 10px 8px;
}

.mission-vision .tab-pane1 {
    display: none;
    color: var(--paragraph-color);
    /* line-height: 1.6; */
    font-size: 14px;
}

.mission-vision .tab-pane1.active {
    display: flex;
}
.social-details {
    text-align: center;
}
.social-details h1 {
    margin-bottom: 40px;
}
.social-details .social-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
}
.social-details .social-icons a {
    width: 100%;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(239, 239, 239, 0.29);
    border-radius: 10px;
    transition: 0.3s ease;
}
.social-details .social-icons a:hover {
    background-color: rgba(254, 203, 78, 0.1);
}
.social-details .social-icons a img {
    width: 100px;
}
.contact-details {
    position: relative;
}
.contact-details .badge {
    background-color: var(--white-color);
    color: var(--paragraph-color);
    font-weight: 400;
    font-family: "inter", sans-serif;
    font-size: 14px;
    border-radius: 3px;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 15px;
}
.contact-details .card {
    background-color: rgba(243, 243, 243, 0.5);
    border-color: rgba(216, 216, 216, 1);
    margin-top: 14px;
    padding: 25px 15px 15px;
    text-align: center;
    height: 210px;
    border-radius: 15px;
    margin-bottom: 1px;
}
.contact-details .card p {
    color: #181e4b;
    font-weight: 400;
}

.form-secion .two-columns-row {
    align-items: start;
}
.form-secion h5 {
    font-size: 24px;
    margin: 15px 0;
}
.form-secion {
    padding: 25px;
    border-radius: 15px;
    background-color: var(--white-color);
    margin-top: 120px;
    width: 100%;
}
.form-secion .form-input {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.form-secion .form-input label {
    font-size: 14px;
    color: #5d5b58;
    font-family: "jost", serif;
}
.form-secion .form-input select,
.form-secion .form-input textarea,
.form-secion .form-input input {
    width: 100%;
    border: 1px solid #eeeeee !important;
    padding: 10px 14px;
    font-family: "inter", serif;
    font-size: 14px;
    color: #5e5e5e;
}
.form-secion .cl-checkbox {
    position: relative;
    display: inline-block;
}

/* Input */
.form-secion .cl-checkbox > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.form-secion .cl-checkbox > span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    color: #5e5e5e;
    font-family: "jost", serif;
}

/* Box */
.form-secion .cl-checkbox > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 1px;
    border: 2px solid #eeeeee;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */
.form-secion .cl-checkbox > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 2px;
    width: 10px;
    height: 6px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.form-secion .cl-checkbox > input:checked,
.form-secion .cl-checkbox > input:indeterminate {
    background-color: var(--brown-color);
}

.form-secion .cl-checkbox > input:checked + span::before,
.form-secion .cl-checkbox > input:indeterminate + span::before {
    border-color: var(--brown-color);
    background-color: var(--brown-color);
}

.form-secion .cl-checkbox > input:checked + span::after,
.form-secion .cl-checkbox > input:indeterminate + span::after {
    border-color: #fff;
}

.form-secion .cl-checkbox > input:indeterminate + span::after {
    border-left: none;
    transform: translate(4px, 3px);
}

/* Hover, Focus */
.form-secion .cl-checkbox:hover > input {
    opacity: 0.04;
}

.form-secion .cl-checkbox > input:focus {
    opacity: 0.12;
}

.form-secion .cl-checkbox:hover > input:focus {
    opacity: 0.16;
}

/* Active */
.form-secion .cl-checkbox > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.form-secion .cl-checkbox > input:active + span::before {
    border-color: #eeeeee;
}

.form-secion .cl-checkbox > input:checked:active + span::before {
    border-color: transparent;
    /* background-color: rgba(0, 0, 0, 0.6); */
}

/* Disabled */
.form-secion .cl-checkbox > input:disabled {
    opacity: 0;
}

.form-secion .cl-checkbox > input:disabled + span {
    color: rgba(0, 0, 0, 0.38);
    cursor: initial;
}

.form-secion .cl-checkbox > input:disabled + span::before {
    border-color: currentColor;
}

.form-secion .cl-checkbox > input:checked:disabled + span::before,
.form-secion .cl-checkbox > input:indeterminate:disabled + span::before {
    border-color: transparent;
    /* background-color: currentColor; */
}

.plane2 {
    position: absolute;
    right: 173px;
    top: 52px;
}
.tree {
    position: absolute;
    top: 50px;
    height: 202px;
    object-fit: cover;
    left: -82px;
}
.destination {
    position: relative;
}
.offers .image-container,
.packages .image-container,
.destination .image-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.destination .column {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: rgb(100 100 111 / 39%) 2px 5px 20px 0px;
    transition: transform 0.3s ease;
}
.destination .column:hover {
    transform: translateY(-5px);
}
.destination .overlay {
    position: absolute;
    top: 0;
    background: linear-gradient(
        180deg,
        rgba(16, 12, 8, 0) 0%,
        rgba(16, 12, 8, 0.8) 100%
    );
    width: 100%;
    height: 100%;
}
.destination .overlay .badge {
    background-color: var(--brown-color);
    color: var(--white-color);
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.destination .overlay .text {
    position: absolute;
    bottom: 18px;
    left: 18px;
}
.destination .overlay .text span {
    color: var(--yellow-color);
    font-size: 14px;
    font-family: "Jost", serif;
}
.destination .overlay .text p {
    color: var(--white-color);
    font-size: 24px;
    font-family: "Jost", serif;
    line-height: 1.2;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 100px 0 0;
}
.pagination li a {
    background-color: #cccccc;
    color: var(--white-color);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    transition: 0.3s ease;
}
.pagination li a:hover {
    background-color: var(--brown-color);
}
.pagination li a.active {
    background-color: var(--brown-color);
}

.offers .card {
    box-shadow: rgb(100 100 111 / 18%) 2px 5px 20px 0px;
    transition: transform 0.3s ease;
}

.offers .card:hover {
    transform: translateY(-5px);
}
.affiliate-partner .heading {
    margin-bottom: 20px;
}
.affiliate-partner .heading h1 {
    margin-bottom: 15px;
}
.affiliate-partner .heading p {
    max-width: 570px;
    margin-inline: auto;
    font-family: "jost", serif;
    font-size: 16px;
    color: var(--paragraph-color);
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}
.affiliate-partner .affliate {
    padding: 20px 0;
}
.affiliate-partner .affliate .card {
    background-color: transparent;
    border: 1px solid #d8d8d8;
    margin-top: 24px;
    text-align: center;
    border-radius: 10px;
    padding: 25px 20px 15px;
    height: 100%;
    min-height: 245px;
}
.affiliate-partner .affliate .card img {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
}
.affiliate-partner .affliate .card p {
    font-family: "jost", serif;
    font-weight: 400;
    color: var(--paragraph-color);
    font-size: 16px;
}
.how-it-works .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.how-it-works .content p {
    font-weight: 400;
    color: var(--paragraph-color);
    font-size: 18px;
    line-height: 1.2;
    text-transform: capitalize;
}
.how-it-works .content .work-timeline {
    position: relative;
    font-family: "jost", serif;
}
.how-it-works .content .work-timeline .text {
    padding-left: 75px;
}
.how-it-works .content .works::before {
    content: "";
    position: absolute;
    left: 34px;
    top: 51px;
    width: 1px;
    height: 100%;
    background: none;
    border-left: 3px dashed #f1d2d9;
}
.how-it-works .content .works:last-child::before {
    display: none;
}
.how-it-works .content .works {
    display: flex;
    align-items: start;
    /* gap: 15px; */
    margin: 30px 0 50px;
    position: relative;
}
.how-it-works .content .number {
    background-color: #f1d2d9;
    color: var(--brown-color);
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 0;
}
.how-it-works .content h5 {
    margin-bottom: 7px;
    text-transform: capitalize;
}
.affiliate-partner-form {
    position: relative;
}
.affiliate-partner-form .heading h1 {
    text-align: center;
    margin-bottom: 90px;
}
.affiliate-partner-form .tab-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 8px 20px;
}

.affiliate-partner-form .tab-btn {
    padding: 20px 15px;
    border: 1px solid transparent;
    background-color: #f6ecd2;
    cursor: pointer;
    font-family: "jost", serif;
    font-size: 16px;
    font-weight: 500;
    color: #100c08;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
    border-radius: 10px;
    transition: background 0.3s;
    width: 100%;
    line-height: 1.3;
    height: 135px;
    color: #181e4b !important;
    z-index: 99;
}
.affiliate-partner-form .tab-btn img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 5px;
}
.affiliate-partner-form .tab-btn .back {
    display: none;
}

.affiliate-partner-form .tab-btn:hover .front,
.affiliate-partner-form .tab-btn.active .front {
    display: none;
}
.affiliate-partner-form .tab-btn:hover .back,
.affiliate-partner-form .tab-btn.active .back {
    display: flex;
}
.affiliate-partner-form .tab-btn:hover,
.affiliate-partner-form .tab-btn.active {
    background: var(--yellow-color);
    color: var(--white-color) !important;
}

.affiliate-partner-form .tab-content {
    padding: 10px 8px;
}

.affiliate-partner-form .tab-panel {
    display: none;
    font-family: "inter", sans-serif;
    color: var(--paragraph-color);
    line-height: 1.6;
    font-size: 14px;
}

.affiliate-partner-form .tab-panel.active {
    display: block;
}
.main-affliate-form .affiliate-partner-form .form-secion {
    box-shadow: rgb(149 157 165 / 9%) -2px -1px 20px 1px;
}
.main-affliate-form .section-bg-first {
    padding: 60px 0 0;
}
.main-affliate-form .affiliate-partner-form .heading h1 {
    margin-bottom: 50px;
}
.main-affliate .hero-img {
    height: 70vh;
}

.main-blog .blog-hero .swiper-pagination {
    bottom: 15px !important;
}
.main-blog .blog-hero .swiper-pagination-bullet {
    background-color: var(--white-color) !important;
    opacity: 1 !important;
}
.main-blog .blog-hero .swiper-pagination-bullet-active {
    background-color: var(--brown-color) !important;
}
.blog-hero {
    position: relative;
}
.blog-hero .overlay {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgb(0 0 0 / 34%) 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 90px;
}

.blog-hero .overlay h1,
.blog-hero .overlay p {
    max-width: 805px;
}
.blog-categorysection {
    position: relative;
    padding: 90px 0 0;
}
.blog-categorysection .heading h1 {
    text-align: center;
    margin-bottom: 50px;
}
.blog-category .category {
    overflow: hidden;
    border-radius: 10px;
}
.blog-category .category figure {
    margin-bottom: 0;
}
.blogs-categories-list .badge,
.blog-category .category .badge {
    background-color: var(--white-color);
    color: var(--brown-color);
    border-radius: 35px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 20px;
    font-weight: 500;
}
.blog-category .swiper {
    position: initial;
}
.blogs-main .heading .swiper-button-next-2,
.blogs-main .heading .swiper-button-next,
.blogs-main .heading .swiper-button-prev-2,
.blogs-main .heading .swiper-button-prev {
    position: relative;
    right: 0 !important;
    top: 12px;
}
.blogs-main .heading .swiper-button-prev {
    left: 0 !important;
}
.blogs-main .heading .swiper-button-next.swiper-button-disabled {
    display: none;
}
.blogs-categories-list a {
    display: contents;
}
.blogs-categories-list .card {
    border: 0;
    background-color: var(--white-color);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) -1px -5px 13px 0px;
}
.blogs-categories-list .card img {
    border-radius: 15px;
}
.blogs-categories-list .card .badge {
    position: relative;
    bottom: 16px;
    width: fit-content;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.blogs-categories-list .card .date {
    font-size: 14px;
    color: #787878;
    margin-bottom: 5px;
}
.blogs-categories-list .card h5 {
    color: rgb(33, 37, 41);
}
.blogs-categories-list .card a {
    font-weight: 400;
    font-size: 18px;
    color: var(--yellow-color);
    text-decoration: underline;
}
.blogs-categories-list .card a svg {
    transform: rotate(45deg);
}

.fade-up {
    opacity: 0;
    transform: translateY(50px);
}
[data-aos] {
    opacity: 0;
    transform: translateY(20px); /* Adjust the starting position */
    transition: opacity 1s ease, transform 1s ease;
}

.destination-details .destination .heading {
    max-width: 900px;
    margin: auto;
    margin-bottom: 50px;
}
.destination-details .destination-detail .card {
    background-color: transparent;
    border: 2px solid #d8d8d8;
    padding: 20px;
    text-align: center;
}
.destination-details .destination-detail {
    margin-bottom: 100px;
}
.packages .swiper-pagination,
.destination-details .swiper-pagination {
    bottom: -40px !important;
}
.packages .gallery,
.destination-details .gallery {
    position: initial !important;
    margin-bottom: 100px;
}
.destination-details .image-container {
    grid-template-rows: 1fr;
    margin-bottom: 30px;
}
.offer-contents {
    position: relative;
}
.offer-contents .two-columns-row {
    margin-bottom: 50px;
}
.offer-contents .column {
    padding: 25px;
    background-color: var(--white-color);
}
.offer-contents .column:nth-child(2) {
    background-color: transparent;
}
.offer-contents .left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.offer-contents .left div {
    text-align: center;
    position: relative;
}
.offer-contents .left div::after {
    content: "";
    position: absolute;
    right: -52px;
    height: 100%;
    width: 1px;
    background-color: var(--brown-color);
    top: 0;
}
.offer-contents .left div:last-child::after {
    display: none;
}
.offer-contents .left p,
.offer-contents .left h4 {
    color: var(--brown-color);
    margin: 0;
}
.offer-contents .column .coupon-badge {
    background-color: var(--brown-color);
    color: var(--white-color);
    width: fit-content;
    padding: 3px 8px;
    text-align: center;
    margin-inline: auto;
}
.offer-contents #timer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    z-index: 99;
}
.offer-contents #timer div {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 32px;
    color: var(--brown-color);
    font-weight: 600;
}
.offer-contents #timer div span {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--brown-color);
    font-weight: 400;
}
.offer-contents .accordion-item-header {
    font-size: 18px;
}
/* .offer-contents span {
    color: var(--yellow-color);
    font-weight: 600;
}
.offer-contents p {
    color: var(--paragraph-color);
    font-weight: 400;
}
.offer-contents ul {
    position: relative;
    padding-left: 20px;
}
.offer-contents ul li {
    color: var(--paragraph-color);
    font-weight: 400;
    font-size: 14px;
}

.offer-contents ul li::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: 4px solid var(--yellow-color);
    border-radius: 35px;
} */
/* .humburger-menu {
        display: none;
    } */
.contect-section {
    padding: 110px 0 50px;
}
.contect-section .heading {
    max-width: 1100px;
    margin-inline: auto;
}
.name {
    display: none;
}
.packages-details-content {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    grid-column-gap: 30px;
}
.packages-details-content span {
    color: var(--yellow-color);
    font-weight: 500;
    text-decoration: underline;
}
.packages-details-content ul {
    position: relative;
    padding-left: 25px;
    margin-bottom: 32px;
}
.packages-details-content ul li {
    color: var(--paragraph-color);
    font-weight: 400;
    font-size: 14px;
    position: relative;
}
.packages-details-content ul li::before {
    content: "";
    position: absolute;
    left: -23px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: 4px solid var(--yellow-color);
    border-radius: 35px;
}
.packages-details-content .accordion-item-body-content {
    border: 1px solid #eeeeee;
    padding: 0.8rem;
}
.packages-details-content .accordion-item-body-content .column {
    flex: 1;
    box-shadow: none;
    border-radius: 0;
    color: #b1b1b1;
    font-size: 14px;
}

.packages-details-content .accordion-item-header {
    color: var(--blue-color);
    font-size: 28px;
    font-weight: 600;
}
.packages-details-content .accordion-item-header {
    box-shadow: none;
    padding: 0.5rem 3rem 0.5rem 0;
    background-color: transparent;
}
.packages-details-content .accordion-item-header::after {
    width: 24px;
    height: 24px;
    background-color: rgba(101, 8, 30, 0.03);
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KCTxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzY1MDgxRSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Im0xOSA5bC03IDZsLTctNiIgLz4KPC9zdmc+");
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
}
.packages-details-content .accordion-item-header.active {
    background-color: transparent;
}
.packages-details-content .accordion-item-header.active::after {
    transform: rotate(0);
    transition: transform 0.3s ease;
}
.packages-details-content .content .number {
    text-align: center;
    height: 65px;
    width: 65px;
}
.packages-details-content .content .work-timeline .text {
    margin: 17px 0;
}
.packages-details-content .content .work-timeline .text {
    margin: 0;
}
.packages-details-content ul {
    margin-bottom: 0;
}
.packages-details-content .content .works {
    margin-bottom: 0;
}
.packages-details-content .content h5 {
    margin: 20px 0;
}
.packages-details-content .content .work-timeline {
    position: relative;
}
.packages-details-content .content .work-timeline::before {
    content: "";
    position: absolute;
    left: 34px;
    top: 0;
    width: 1px;
    height: 100%;
    background: none;
    border-left: 3px dashed #f1d2d9;
    display: flex;
}
.packages-details-content .content .accordion-item-body-content .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: none;
    background: transparent;
    margin-bottom: 15px;
}
.packages-details-content .content .accordion-item-body-content .card img {
    width: 150px !important;
    height: 125px;
    border-radius: 0;
}
.packages-details-content .content .accordion-item-body-content .card .content {
    padding: 15px;
}
.packages-details-content
    .content
    .accordion-item-body-content
    .card
    .content
    h5 {
    color: #212529;
}
.packages-details-content
    .content
    .accordion-item-body-content
    .card
    .content
    a {
    color: var(--brown-color);
    font-weight: 500;
}

.three-column {
    display: flex;
    gap: 15px;
}
.three-column .form-input {
    flex: 1;
}
.form-secion {
    position: -webkit-sticky;
    position: sticky;
    top: 98px;
    transition: all 0.3s ease;
}
