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: #008746;
}

.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: #008746;
    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;
}

.package-time {
    font-size: 12px;
    padding: 5px 15px;
    background-color: #008746;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    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: #008746;
    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;
}

.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;
}

.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;
}

.pricing-content .btn:hover {
    background-color: #fff;
    color: #008746;
}

.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: #008746;
    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: #008746;
}

.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: #008746;
}

.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: #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: #008746;
    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;
}

.form-group label {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 6px;
    color: #444;
}

.btn-main {
    width: 100%;
    padding: 10px 30px;
}

.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: #008746;
}

.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;
}

.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: #008746;
}

.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: #008746;
}