body {
    font-family: "Poppins", serif;
    background-color: #f8f8f8;
}

a {
    text-decoration: none;
    color: #444;
}

.btn:focus,
.btn:visited,
.btn:active,
button:focus,
button:visited,
button:active,
.form-control:visited,
.form-control:focus,
.form-control:active {
    outline: none;
    box-shadow: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0px;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.header-top {
    padding: 15px 0px;
}

.header-logo img {
    height: 35px;
}

.header-search {
    position: relative;
    width: 300px;
    margin: 0px auto;
}

.header-search i {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.header-search .form-control {
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    min-height: 40px;
    padding-left: 50px;
}

.header-top-url ul li {
    display: inline-flex;
    align-items: center;
    padding-left: 20px;
}

.header-top-url ul li a {
    font-size: 14px;
    color: #515151;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.flag {
    width: 20px;
    height: 15px;
    border: 1px solid #cbcbcb;
    border-radius: 1px;
    background-image: url("../images/flag.avif");
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
    position: relative;
    background-size: 100% 49494%;
    vertical-align: middle;
}

.flag.flag-inr {
    background-position: center 27.4978%;
}

.header-bottom {
    padding: 10px 0px;
    border-top: .5px solid #e0e0e0;
    border-bottom: .5px solid #e0e0e0;
}

.swiper-button-next,
.swiper-button-prev {
    width: 30px;
    height: 30px;
    background-color: #d8d8df45;
    border-radius: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
    color: #000;
}

.location-bx {
    text-align: center;

}

.location-bx p {
    color: #515151;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 10px;
}

.header-right-tabs .nav {
    display: inline-flex;
    padding: 2px;
    border-radius: 7px;
    border: 1px solid #e3e3e3;
    gap: 10px;
}

.header-right-tabs .nav-link {
    width: 100px;
    font-size: 14px;
    border-radius: 7px;
    color: #14467e;
}

.banner-content {
    padding: 200px 0px;
    position: relative;
}

.banner-content::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #00000024;
}

.banner-content-area {
    position: relative;
}

.banner-content-area h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.banner-content-area p {
    font-size: 20px;
    color: #fff;
    width: 80%;
    margin: 0px auto 30px;
}

.banner-content-area .btn {
    padding: 16px 60px;
    font-size: 14px;
    font-weight: 600;
}

.section-pad {
    padding: 80px 0px;
}

.section-header {
    margin-bottom: 40px;
}

.section-header h3 {
    font-size: 36px;
    font-weight: 700;
}

.section-header p {
    font-size: 16px;
    width: 60%;
    margin: 30px auto 0px;
}

.about-package {
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
}

.about-package p {
    font-size: 14px;
    margin-bottom: 20px;
}

.package-box {
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
}

.package-box .table tr {
    vertical-align: middle;
}

.package-box .table td {
    font-size: 14px;
}

.package-box .table td i {
    color: #14467e;
    margin-right: 6px;
}

.package-box .table tr:last-child td {
    border-bottom: none;
}

.package-box .table .btn {
    font-size: 14px;
}

.pricing-img img {
    width: 100%;
    border-radius: 20px;
}

.pricing-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    margin-top: -40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.package-time {
    font-size: 12px;
    padding: 5px 15px;
    background-color: #f27d1e;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    margin-bottom: 10px;
}

.pricing-content h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.features {
    display: flex;
    margin-bottom: 1rem;
}

.feature-box {
    width: calc(100% / 4);
}

.feature-box img {
    height: 20px;
    margin-bottom: 6px;
}

.feature-box p {
    font-size: 10px;
}

.package-includes {
    margin-bottom: 1rem;
}

.package-includes ul li {
    display: inline-block;
    padding: 2px;
}

.package-includes ul li span {
    font-size: 12px;
    display: inline-block;
    color: #ffffff;
    padding: 5px 16px;
    background-color: #f27d1e;
    border-radius: 10px;
}

.others-feature ul {
    padding-left: 20px;
}

.others-feature ul li {
    list-style: disc;
    font-size: 12px;
    padding-bottom: 10px;
}

.pricing-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    display: none;
}

.pricing-content h3 sup {
    top: auto;
    bottom: 0;
    font-size: 14px;
    font-weight: 300;
    color: #9F9F9F;
}

.pricing-content h5 {
    font-size: 14px;
    color: #9F9F9F;
    margin-bottom: 30px;
    display: none;
}

.pricing-content h5 span {
    font-weight: 600;
    color: #008805;
}

.updated-date {
    font-size: 14px;
    margin-bottom: 6px;
}

.pricing-content .btn {
    width: 100%;
    height: 100%;
    padding: 10px 14px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
}

.pricing-content .btn:hover {
    background-color: #fff;
    color: #14467e;
}

.about-sec {
    background-color: #fff5f9;
}

.about-img {
    padding-right: 100px;
}

.about-img img {
    width: 100%;
    border-radius: 20px;
}

.about-content h4 {
    font-size: 14px;
    color: #14467e;
    margin-bottom: 20px;
}

.about-content h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.about-content p {
    font-size: 14px;
}

.quote-text {
    padding: 30px 20px;
    border-radius: 16px;
    background-color: #fff;
    margin: 20px 0px;
    position: relative;
    overflow: hidden;
}

.quote-text::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    content: '';
    background-color: #14467e;
}

.quote-text p {
    font-weight: 600;
}

.about-lists ul {
    display: flex;
    flex-wrap: wrap;
}

.about-lists ul li {
    width: calc(100% / 2);
    margin-bottom: 10px;
    font-weight: 600;
    display: inline-flex;
    gap: 12px;
    align-items: center;
}

.about-lists ul li i {
    color: #14467e;
}

.popular-spot {
    background-color: #001f50;
}

.popular-spot .section-header h3 {
    color: #fff;
}

.popular-spot .section-header p {
    color: #fff;
}

.location-cont {
    margin-top: 20px;
}

.location-cont ul li {
    display: inline-block;
    padding-right: 10px;
    color: #444;
}

.location-cont ul li i {
    margin-right: 6px;
}

.sports-bx {
    margin-bottom: 30px;
}

.sports-bx p {
    font-size: 14px;
}

.food-bx {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.food-bx-img {
    position: relative;
    overflow: hidden;
}

.food-bx-overlay {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    padding: 10px 16px;
    background-color: #00000069;
    transition: all 0.3s ease-in-out;
}

.food-bx:hover .food-bx-overlay {
    bottom: 0;
}

.food-bx-overlay p {
    font-size: 14px;
    color: #fff;
}

.food-bx-overlay p i {
    margin-right: 6px;
}

.food-bx-img img {
    width: 100%;
}

.food-bx-content {
    padding: 20px;
}

.food-bx-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.food-bx-content p {
    font-size: 14px;
    font-style: italic;
    color: #001f50;
}

.destination-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px;
}

.destination-img img {
    width: 100%;
}

.destination-img h4 {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    background-color: #00000061;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.destination-box:hover .destination-img h4 {
    opacity: 0;
    visibility: hidden;
}

.destination-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #00000085;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.destination-box:hover .destination-content {
    top: 0;
}

.destination-content h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.destination-content p {
    font-size: 14px;
    line-height: 28px;
}

.destination-sec {
    background-color: #fff5f9;
}

.accordion-item {
    margin-bottom: 20px;
    border-radius: 12px;
    background-color: #fff;
    border: none;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none
}

.accordion-button {
    border: none;
    background-color: transparent;
    box-shadow: none;
    font-size: 16px;
    font-weight: 700;
}

.accordion-body {
    font-size: 14px;
    line-height: 28px;
    color: #444;
}

.footer {
    background-color: #3e3e3e;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.footer::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #000000b5;
}

.footer-top {
    padding: 60px 0px;
    position: relative;
}

.footer-content img {
    height: 60px;
    margin-bottom: 20px;
}

.footer-content p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #fff;
}

.footer-link {
    margin-bottom: 30px;
}

.footer-link h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.footer-link ul li {
    padding-bottom: 10px;
}

.footer-link ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
}

.social-link ul li {
    display: inline-block;
    margin-right: 20px;
    margin: 0px 10px;
}

.social-link ul li a {
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #000000;
}

.social-link ul li a i {
    color: #000;
}

.footer-bottom {
    padding: 20px 0px;
    border-top: 1px solid #cccccc;
    position: relative;
}

.copyright-text p {
    font-size: 14px;
    color: #fff;
}

.banner-img img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: 500px;
}

.pricing-box {
    margin-bottom: 30px;
}

.whatsapp-btn {
    background-color: #00b728 !important;
    border-color: #00b728 !important;
}

.whatsapp-btn:hover {
    background-color: #fff !important;
    color: #00b728 !important;
}

.package-sec {
    padding: 60px 0px;
}

.package-details h4 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.package-details h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.package-details h3 sup {
    top: auto;
    bottom: 0;
    font-size: 14px;
    font-weight: 300;
    color: #9F9F9F;
}

.package-details h5 {
    font-size: 14px;
    color: #9F9F9F;
    margin-bottom: 30px;
}

.package-details h5 span {
    font-weight: 600;
    color: #008805;
}

.overview-section {
    margin-top: 40px;
}

.overview-section h4 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.overview-section p {
    font-size: 14px;
    margin-bottom: 30px;
}

.overview-section .accordion-button i {
    color: #14467e;
    margin-right: 20px;
}

.overview-section .accordion-item {
    background-color: transparent;
    margin-bottom: 0px;
}

.booking-form {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #00000014;
    background-color: #fff;
    margin-bottom: 30px;
    z-index: 1;
}

.side-information {
    position: sticky;
    top: 10px;
}

.booking-form h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.booking-form h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.booking-form h3 del {
    font-size: 16px;
    font-weight: 400;
    color: #444;
}

.booking-form h3 span {
    font-size: 16px;
    font-weight: 400;
    color: #008805;
}

.form-group {
    margin-bottom: 20px;
}

.form-group .form-control {
    min-height: 46px;
    font-size: 14px;
    background-color: transparent;
}

/* modern form enhancements for a cleaner/floating label look */
.modern-form .form-control {
    border-radius: 12px;
    background-color: #f1f3f5;
    transition: all .3s ease;
}

.modern-form .form-control:focus {
    background-color: #fff;
    border-color: #14467e;
    box-shadow: 0 0 0 .2rem rgba(20, 70, 126, .25);
}

.modern-form .form-floating>.form-control::placeholder {
    color: transparent;
}

.modern-form .form-control::-webkit-input-placeholder {
    color: transparent;
}

.modern-form .form-control:-ms-input-placeholder {
    color: transparent;
}

.modern-form .form-control::placeholder {
    color: transparent;
}

.form-group label {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 6px;
    color: #444;
}

.btn-main {
    width: 100%;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: background .3s ease, transform .2s ease;
}

.btn-main:hover {
    transform: translateY(-2px);
}

.modern-form .form-floating {
    margin-bottom: 1rem;
}

.why-choose-bx {
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.why-choose-header h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.why-choose-header p {
    font-size: 14px;
    margin-bottom: 30px;
}

.why-choose-bx ul li {
    position: relative;
    padding-left: 60px;
    padding-bottom: 20px;
}

.why-choose-bx ul li img {
    position: absolute;
    top: 0;
    left: 0;
}

.why-choose-bx ul li h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}

.why-choose-bx ul li p {
    font-size: 13px;
    color: #444;
}

.grid-row-box {
    display: grid;
    grid-template: "abc bcd def" "fgh bcd hij";
    grid-gap: 12px;
    grid-auto-flow: row;
    grid-template-columns: 37% 28% 33%;
}

.destin-bx {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.destin-bx-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #A0A0A000 37%, #71717100 48%, #3C3C3C77 62%, #252525AB 83%, #000000 100%) 0% 0% no-repeat padding-box;
}

.destin-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 16px;
    z-index: 1;
}

.destin-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
}

.destin-content p {
    font-size: 14px;
    color: #fff;
}

.destin-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.destin-bx:hover img {
    transform: scale(1.2);
}

.item-1 {
    grid-area: abc;
}

.item-2 {
    grid-area: bcd;
}

.item-3 {
    grid-area: def;
}

.item-4 {
    grid-area: hij;
}

.item-5 {
    grid-area: fgh;
}

.gallery-sm {
    display: grid;
    grid-template: "lmnw opqw";
    grid-gap: 12px;
    grid-template-columns: 49% 49%;
}

.dest-bx-80 {
    height: 455px;
    border-radius: 15px;
    background-size: cover;
    position: relative;
    object-fit: cover;
    background-color: #eee;
}

.dest-bx-40 {
    width: 100%;
    height: 220px;
    border-radius: 15px;
    background-size: cover;
    position: relative;
    object-fit: cover;
    background-color: #eee;
}

.news-box {
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #0000001c;
    margin: 10px;
}

.news-box-img {
    margin-bottom: 20px;
}

.news-box-img img {
    width: 100%;
}

.news-box-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.news-box-content p {
    font-size: 14px;
    color: #444;
}

.swiper-button-disabled {
    display: none;
}

.modal-body .booking-form {
    box-shadow: none;
    margin-bottom: 0px;
}

.modal-content {
    border: none;
    border-radius: 20px;
}

.package-info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.package-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: 50% top;
    border-radius: 6px;
}

.package-info-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.package-info-content h3 {
    font-size: 20px;
    margin: 0;
}

.package-info-content h3 del,
.package-info-content h3 span {
    font-size: 14px;
}

.landing-banner {
    padding: 60px 0px;
    position: relative;
}

.landing-slide {
    padding: 100px 0px;
    height: 100%;
}

.landing-banner::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-color: #00000040;
    width: 100%;
    height: 100%;
}

.landing-banner .booking-form {
    position: relative;
    margin-bottom: -180px;
    z-index: 1;
}

.landing-banner-content {
    position: relative;
}

.landing-banner-content h2 {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.landing-banner-content p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.travel-sec {
    padding-top: 200px;
}

.travel-img {
    padding-right: 60px;
}

.travel-img img {
    width: 100%;
    border-radius: 20px;
}

.travel-content {
    padding-left: 60px;
}

.travel-content h4 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 48px;
}

.travel-content p {
    margin-bottom: 30px;
    line-height: 28px;
    color: #757575;
    font-size: 14px;
}

.travel-content ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0px;
    border-bottom: 1px solid #e3e3e3;
}

.travel-content ul li h3 {
    font-size: 40px;
    font-weight: 600;
    color: #14467e;
}

.travel-content ul li span {
    font-size: 16px;
}

.landing-banner .banner-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.landing-banner-sec {
    position: relative;
}

.banner-form {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.landing-banner-sec .banner-content {
    padding: 300px 0px;
}

.landing-banner-sec .banner-content::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    background: linear-gradient(0deg, #141414, #000000c7 22.22%, #0000008f 46.84%, #41414100);
}

.landing-banner-sec .banner-content h2 {
    font-size: 46px;
}

.landing-banner-sec .banner-content h4 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
}

.landing-banner-sec .banner-content h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
    display: none;
}

.landing-banner-sec .banner-content h3 del {
    font-size: 18px;
    font-weight: 400;
}

.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    margin: 0px 10px;
}

.gradient-hr {
    margin: 20px 0px;
    height: 1px;
    width: 100%;
    background: linear-gradient(270deg, #ffffff0d -.13%, #e0e0e00d 0, #fff 49.17%, #e0e0e00d);
}

.landing-stats {
    padding: 50px 0px;
    background-color: #141414;
}

.stats-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.stats-icon {
    width: 44px;
    height: 44px;
    background-color: #292929;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats-content h4 {
    font-size: 18px;
    color: #fff;
}

.stats-content p {
    font-size: 10px;
    color: #fff;
}

.offer-sec {
    padding: 15px;
    background: #f4f4f4;
    border-radius: 7px;
    color: #515151;
}

.offer-sec h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}

.offer-sec p {
    font-size: 16px;
}

.offer-sec p a {
    font-weight: 600;
}

.review-stats {
    text-align: center;
    border-right: 1px solid #ccc;
    padding: 20px 10px;
}

.review-stats h4 {
    color: #19ad6f;
    font-size: 50px;
    font-weight: 700;
    line-height: 75px;
    margin-top: -30px;
}

.review-stats a {
    color: #19ad6f;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    text-decoration: underline;
}

.review-stats p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.review-stats p span {
    font-weight: 600;
}

.testmonial-box {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 10px;
}

.user-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 10px;
}

.user-info-img img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center center;
}

.user-info-details h4 {
    color: #202020;
    font-size: 15px;
}

.user-info-details p {
    color: #19ad6f;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
}

.testmonial-box-content p {
    color: #202020;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    height: 44px;
    margin: 10px 0;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-image img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: 50% top;
    border-radius: 10px;
    margin-right: 10px;
}

.callback-sec {
    padding: 24px 20px;
    border-radius: 20px;
}

.callback-sec-content h4 {
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.callback-sec-content p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
}

.callback-sec-content .btn {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 10px;
    color: #14467e;
}

.partner-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 80px;
}

.partner-box img {
    height: 60px;
}

.review-rating ul li {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    gap: 6px;
    font-size: 14px;
}

.review-rating .progress {
    width: 80%;
    height: 10px;
    border-radius: 10px;
}

.travell-gallery {
    padding-top: 20px;
}

.travell-gallery h4 {
    font-size: 14px;
    color: #515151;
    margin-bottom: 20px;
}

.travel-big-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.btn-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    content: '';
    background: linear-gradient(180deg, #8c8c8c00, #2020203b 27.79%, #20202099 59.12%, #202020);
}

.travel-big-img img {
    width: 100%;
    height: 360px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center center;
    transition: all 0.3s ease-in-out;
}

.travel-big-img:hover img {
    transform: scale(1.2);
}

.travel-big-img a {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 15px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
}

.travel-sm-sec {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.travel-sm-img {
    width: calc(100% / 2 - 10px);
    overflow: hidden;
    border-radius: 20px;
}

.travel-sm-img img {
    width: 100%;
    height: 170px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center center;
    transition: all 0.3s ease-in-out;
}

.travel-sm-img:hover img {
    transform: scale(1.2);
}

.testmonial-lg {
    margin-top: 30px;
}

.testmonial-lg .user-info-img img {
    width: 56px;
    height: 56px;
}

.testmonial-lg .user-info-details {
    width: calc(100% - 76px);
    position: relative;
}

.testmonial-lg .user-info-details p {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
}

.testmonial-lg .user-info-details h4 {
    font-weight: 600;
    line-height: 27px;
    font-size: 20px;
}

.user-info-details h5 {
    font-size: 14px;
    color: #656565;
}

.testmonial-box-content h5 {
    font-size: 14px;
    color: #8e8e8e;
}

.testmonial-box-content h5 a {
    color: #000 !important;
}

.testmonial-box-content h5 a i {
    margin-left: 10px;
}

.testmonial-lg .user-image {
    display: flex;
}

.testmonial-lg .user-image img {
    width: 165px;
    height: 165px;
}

.more-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.more-img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #00000069;
}

.more-img span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.more-img img {
    margin-right: 0px;
}

.more-links a {
    display: inline-block;
    text-decoration: underline;
    padding: 6px;
    color: #b6b6b6;
}

.why-us-bx img {
    width: 80px;
    margin-bottom: 20px;
}

.why-us-bx h4 {
    color: #202020;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.why-us-bx p {
    color: #515151;
    font-size: 14px;
}

.footer-images img {
    width: 80px;
    height: 80px;
    margin: 5px;
    border-radius: 6px;
    object-fit: cover;
    object-position: center center;
}

.social-link {
    margin: 0px !important;
}

.footer .gradient-hr {
    margin: 40px 0px;
}

.swiper-slide-menu {
    width: 165.6667px !important;
    margin-right: 3px !important;
}

.whatsapp-icon img {
    width: 50px;
    height: auto;
    position: fixed;
    bottom: 20px;
    right: 20px;
}


.testimonial-carousel {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.testinomials-box {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.testmonial-box {
    min-width: 100%;
    box-sizing: border-box;
}

/* Navigation buttons */
.carousel-nav {
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    background: rgb(137 137 137 / 14%);
    color: white;
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    font-size: 12px;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}



.header-logo img {
    height: 45px;
}

.progress-bar {
    background-color: #14467e;
}

/* TOUREX REDESIGN STYLES */
:root {
    --primary-color: #fbb03b;
    /* Reddish pink from reference */
    --secondary-color: #3b71ca;
    /* Blue */
    --text-dark: #1C1C1C;
    --text-light: #666666;
    --bg-light: #F9F9F9;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-dark);
}

.text-primary {
    color: var(--primary-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 50px;
    padding: 10px 30px;
}

.btn-primary:hover {
    background-color: #3fa9f5;
    border-color: #3fa9f5;
}

/* Header */
.tourex-header {
    padding: 20px 0;
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 0;
    background: transparent;
    /* Assuming transparent on hero */
}

.tourex-header.scrolled {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    position: fixed;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.tourex-nav .nav-link {
    color: #fff;
    font-weight: 500;
    padding: 0 15px;
}

.tourex-header.scrolled .tourex-nav .nav-link {
    color: var(--text-dark);
}

.tourex-action-btn {
    background: #fff;
    color: var(--text-dark);
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
    transition: all 0.3s;
}

.tourex-action-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

/* Hero */
.tourex-hero {
    position: relative;
    height: 800px;
    /* Adjust as needed */
    display: flex;
    align-items: center;
    background-color: #3b71ca;
    /* Fallback */
    overflow: hidden;
}

.tourex-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.tourex-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-title {
    font-size: 65px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
}

.hero-btns .btn {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    margin-right: 15px;
    background: transparent;
}

.hero-btns .btn-play {
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.hero-btns .btn-play i {
    width: 40px;
    height: 40px;
    background: #fff;
    color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Search Widget */
.search-widget-wrapper {
    margin-top: 50px;
}

.search-widget {
    background: #fff;
    border-radius: 50px;
    padding: 10px 10px 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 900px;
}

.search-item {
    flex: 1;
    border-right: 1px solid #eee;
    padding: 0 15px;
    position: relative;
}

.search-item:last-child {
    border: none;
}

.search-label {
    display: block;
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.search-input {
    border: none;
    width: 100%;
    font-weight: 600;
    color: var(--text-dark);
    padding: 0;
}

.search-input:focus {
    outline: none;
}

.search-btn {
    background: #2D3A96;
    /* Blue form search btn */
    color: #fff;
    border-radius: 40px;
    padding: 15px 40px;
    border: none;
    font-weight: 600;
}

/* Section Titles */
.section-subtitle {
    color: var(--primary-color);
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* Exclusive Card */
.exclusive-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.card-img-top {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.card-badges {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
}

.card-body {
    padding: 25px;
}

.card-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.card-meta {
    font-size: 13px;
    color: #666;
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.card-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.card-btn {
    margin-top: 15px;
    width: 100%;
    border-radius: 10px;
}

/* Collage */
.collage-img {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 100%;
}

.collage-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collage-content h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.stat-box {
    background: #fffafb;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.stat-number {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary-color);
}

/* Circle Card */
.circle-card {
    text-align: center;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 20px;
    transition: all 0.3s;
}

.circle-card:hover {
    border-color: var(--primary-color);
}

.circle-img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}

/* Legacy footer removed for clean light theme */


/* Additional Tourex Styles */

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

/* Collage Images */
.collage-img {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.collage-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.collage-img:hover img {
    transform: scale(1.05);
}

/* Grayscale Logos */
.grayscale-logos img {
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s;
}

.grayscale-logos img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Footer Links */
.footer-links a {
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--primary-color) !important;
    padding-left: 5px;
}

/* Modern Form in Modal */
.modern-form .form-control {
    border: 1px solid #eee;
    background-color: #f8f9fa;
    border-radius: 10px;
}

.modern-form .form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color);
    background-color: #fff;
}

.modern-form .btn-primary {
    background-color: var(--primary-color);
    border: none;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
}


/* Enhanced Tourex Package Card */
.tourex-package-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tourex-package-card:hover {
    transform: translateY(-5px);
}

.tourex-package-img-wrapper {
    position: relative;
    height: 200px;
}

.tourex-package-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tourex-discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, #fbb03b, #fbb03b);
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.tourex-card-body {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.tourex-duration {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.tourex-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

/* Features Grid */
.tourex-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.tourex-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.7rem;
    color: #666;
}

.tourex-feature-icon {
    width: 30px;
    height: 30px;
    background: #f0f7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    color: var(--secondary-color);
}

.tourex-includes {
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 15px;
    padding-left: 0;
}

.tourex-includes li {
    margin-bottom: 3px;
    position: relative;
    padding-left: 15px;
}

.tourex-includes li::before {
    content: '\2022';
    color: var(--primary-color);
    position: absolute;
    left: 0;
    font-weight: bold;
}

.tourex-price-box {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tourex-new-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-color);
}

.tourex-old-price {
    font-size: 0.9rem;
    color: #999;
    text-decoration: line-through;
    margin-right: 5px;
}

.tourex-book-btn {
    background: var(--primary-color);
    /* Uses variable but fallback needed if not defined */
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    transition: background 0.3s;
}

.tourex-book-btn:hover {
    background: #e63946;
    /* Slightly darker */
    color: #fff;
}

/* Destination Grid Fixes */
.grid-row-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 200px);
    gap: 15px;
}

.destin-bx {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    display: block;
}

.destin-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.destin-bx:hover img {
    transform: scale(1.1);
}

.destin-bx-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.destin-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
    z-index: 2;
    pointer-events: none;
}

.destin-content h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.destin-content p {
    font-size: 14px;
    margin-bottom: 0;
    opacity: 0.9;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.item-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.item-2 {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
}

.item-3 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.item-4 {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

.item-5 {
    grid-column: 4 / 5;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.item-5 .destin-bx {
    height: 50%;
}

@media (max-width: 991px) {
    .grid-row-box {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .item-1,
    .item-2,
    .item-3,
    .item-4,
    .item-5 {
        grid-column: auto;
        grid-row: auto;
        height: 200px;
    }

    .item-5 .destin-bx {
        height: 100%;
    }
}