* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background: white !important;
}

@font-face {
    font-family: "Dancing Script";
    src: url("../fonts/DancingScript-Regular.woff2") format("woff2"), url("../fonts/DancingScript-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans Condensed";
    src: url("../fonts/OpenSansCondensed-Medium.woff2") format("woff2"), url("../fonts/OpenSansCondensed-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans Condensed";
    src: url("../fonts/OpenSansCondensed-Regular.woff2") format("woff2"), url("../fonts/OpenSansCondensed-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Playfair Display";
    src: url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Playfair Display";
    src: url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Playfair Display";
    src: url("../fonts/PlayfairDisplay-Medium.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Merriweather 48pt";
    src: url("../fonts/Merriweather48pt-Bold.woff2") format("woff2"), url("../fonts/Merriweather48pt-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Merriweather 48pt";
    src: url("../fonts/Merriweather48pt-Medium.woff2") format("woff2"), url("../fonts/Merriweather48pt-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Merriweather 48pt";
    src: url("../fonts/Merriweather48pt-SemiBold.woff2") format("woff2"), url("../fonts/Merriweather48pt-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

dl, ol, ul {
    padding: 0px;
    margin: 0px;
}

li {
    font-family: "Open Sans Condensed";
    list-style: none;
}

a {
    font-family: "Open Sans Condensed";
    text-decoration: none;
}

li {
    font-family: "Open Sans Condensed";
    font-size: 15px;
    color: rgb(73, 73, 73);
}

p {
    font-size: 15px;
    color: rgb(73, 73, 73);
    font-weight: 400;
}

h1, h2 {
    font-family: "Merriweather 48pt";
    font-weight: 700;
}

h3, h4, h5 {
    font-family: "Merriweather 48pt";
    color: rgb(0, 0, 0);
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.625rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.6rem;
}

h5 {
    font-size: 1.3rem;
}

h6 {
    font-family: "Dancing Script" !important;
    font-weight: 100;
}

.pt-6 {
    padding-top: 60px;
}

.pb-6 {
    padding-bottom: 60px;
}

:root {
    --primary-color: #136597;
    --secondary-color: #ff9934;
    --tertiary-color: #f7f7f7;
    --black-color: #000;
    --white-color: #fff;
}

.text-blue {
    color: var(--primary-color) !important;
}

.text-Orange {
    color: var(--secondary-color) !important;
}

/* .container-fluid {
    padding: 0px 36px !important;
} */

img {
    width: 100%;
    max-width: 100%;
    transition: 0.4s;
}

.content h1 {
    font-size: 56px;
    margin-top: 28px;
}

.info-text a {
    margin: 0px 0px 0px 10px;
    color: rgb(255, 255, 255);
}

.header-top {
    width: 100%;
    padding: 6px 0px;
    background-color: var(--primary-color);
}

.header-contact ul li {
    display: flex;
    margin: 0px 20px 0px 0px;
	align-items: center;
}

.footer-social ul li {
    display: inline-block;
    margin: 0px 3px 0px 0px;
}

.footer-social ul li a {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    color: var(--white-color);
    font-size: 13px;
    border: 1px solid var(--primary-color);
    transition: 0.4s;
}

.info-icon i {
    color: rgb(255, 153, 52);
    font-size: 20px;
}

.content h6 {
    font-family: "Open Sans Condensed" !important;
}

.header-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--white-color);
    font-size: 15px;
}

.footer-social.header-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-contact ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav.navbar {
    position: relative;
    z-index: 99;
    top: 0px;
    background: white;
    width: 100% !important;
}

.navbar-mean ul {
    display: flex;
}

.navbar-mean ul li {
    padding: 12px 16px;
    transition: 0.3s;
}

a.navbar-brand img {
    width: 160px;
}

.nav-btn-in {
    margin-left: 50px;
    padding: 10px;
}

.navbar-btn a {
    color: rgb(58, 58, 58);
    border-radius: 12px;
    font-weight: 600;
    font-size: 18px;
}

.navbar-btn i {
    margin-left: 6px;
}

.nav-btn-in span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: rgb(169, 32, 36);
}

.nav-btn-in a {
    color: black;
}

.contact-info i {
    margin-right: 5px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    background: rgb(182, 122, 61);
    padding: 6px;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

a.nav-link {
    text-transform: capitalize;
    font-family: "Open Sans Condensed";
    font-size: 18px;
    font-weight: 500;
}

.navbar-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px 0px 20px 20px;
}

section.hero-sec {
    position: relative;
    overflow: hidden;
    max-width: 1480px;
    margin: auto;
    border-radius: 10px !important;
}

.swiper-slide {
    background-size: cover;
    background-position: center center;
    position: relative;
    height: auto;
    border-radius: 12px 12px 2px 2px !important;
}

.overlay {
    background-color: rgba(126, 77, 27, 0.52);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 10%;
    border-radius: 10px;
}

.slide-container.right {
    color: white;
    max-width: fit-content;
    text-align: left;
}

.header-btn {
    display: inline-block;
    padding: 9px 20px;
    background: var(--primary-color);
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-radius: 12px;
    font-size: 18px;
}

.swiper-button-prev, .swiper-button-next {
    color: rgb(255, 255, 255);
}

.slide-container.right p {
    color: rgb(255, 255, 255);
    font-weight: 100;
}

.content {
    width: 60%;
    text-align: center;
    border-radius: 10px;
    margin: auto;
    padding: 140px 0px;
}

.icon i {
    color: rgb(255, 153, 52);
    font-size: 31px;
    margin-top: 10px;
    margin-right: 10px;
}

.content-btn span {
    font-size: 14px;
    color: rgb(19, 101, 151);
}

h6.text-svg-add {
    position: relative;
    z-index: 99;
}

h6.text-svg-add::before {
    background-image: url("../images/head-svg.png");
    position: absolute;
    top: -47px;
    width: 249px;
    height: 65px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    left: 100px;
    transform: translate(50%, 50%);
}

.swiper-button-next, .swiper-button-prev {
    color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0);
    padding: 10px 12px;
    border-radius: 50%;
    font-size: 32px;
    width: 50px;
    height: 50px;
    border: 1px solid rgb(255, 255, 255);
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after, .swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
    display: none;
}

a.header-btn-two {
    background: rgba(255, 255, 255, 0);
    padding: 9px 20px;
    border-radius: 6px;
    color: white;
    border: 1px solid white;
    font-size: 18px;
	display: inline-block;
}

.hotline-area .icon svg {
    fill: var(--secondary-color);
}

.icon {
    border-right: 1px solid rgba(255, 153, 52, 0.63);
    margin-right: 10px;
    padding: 5px 10px;
}

.filter-bar {
    background: rgb(255, 242, 226);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px 0px 10px 10px;
    overflow: auto;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.filter-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.filter-item {
    display: flex;
    align-items: center;
    background: transparent;
    padding: 24px 14px;
    width: auto;
    min-width: 260px;
    border-right: 1px solid rgb(211, 211, 211);
}

.filter-item img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.filter-item select {
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    color: rgb(51, 51, 51);
    cursor: pointer;
    width: 100%;
}

.search-button {
    background: rgb(255, 156, 57);
    color: rgb(255, 255, 255);
    border: none;
    padding: 24px 32px;
    font-size: 22px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px;
    transition: background 0.3s;
    width: 220px;
}

.search-button:hover {
    background: rgb(85, 160, 36);
}

.filter-item svg {
    fill: var(--secondary-color);
    width: 30px;
}

.primary-btn1 {
    border-radius: 5px;
    background-color: var(--primary-color);
    font-size: 16px;
    color: var(--white-color);
    letter-spacing: 0.48px;
    text-transform: capitalize;
    line-height: 1;
    padding: 10px 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: color 0.5s, background-color 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    & svg {
        fill: var(--white-color);
        transition: fill 0.5s;
    }

    &::after {
        content: "";
        position: absolute;
        left: 15%;
        right: -20%;
        top: -4%;
        height: 150%;
        width: 150%;
        background-color: var(--secondary-color);
        transform: skewX(45deg) scale(0, 1);
        transform-origin: left center;
        z-index: -1;
        transition: transform 0.5s ease-out;
        border-radius: 2px;
    }

    &:hover {
        color: rgb(255, 255, 255);
        & svg {
            fill: var(--white-color);
        }

        &::after {
            transform: skewX(45deg) scale(1, 1);
        }
    }

    &.two {
        border-radius: 0px;
    }
}

.about-head span {
    color: var(--primary-color);
    font-size: 22px;
}

.about-head svg {
    fill: var(--primary-color);
}

h6.title img {
    width: 18px;
}

h6.title {
    color: rgb(29, 108, 155);
    font-size: 22px;
    font-weight: 600;
}

button#nav-mission-tab img {
    width: 30px;
}

button#nav-vision-tab img {
    width: 30px;
}

.nav-tabs .nav-link {
    width: 36%;
    text-align: start;
    font-size: 17px;
    font-weight: 600;
    border: 0px !important;
    color: rgb(118, 118, 118) !important;
}

div#nav-tab {
    border: 0px !important;
}

.about-img img {
    width: 85%;
    float: inline-end;
}

.services-sec {
    background-image: url("../images/services-bg.jpg");
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.package-card {
    padding: 16px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 10px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
}

.package-card-img-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.package-card-img-wrap .card-img {
    display: block;
    position: relative;
}

.package-card-img-wrap .card-img img {
    width: 100%;
    border-radius: 10px;
    transition: 0.5s ease-out;
}

.package-card-img-wrap .card-img::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(1deg, rgba(21, 47, 0, 0.56), rgba(21, 47, 0, 0) 90.67%);
    border-radius: 10px;
    z-index: 1;
}

.package-card-img-wrap .card-img::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 1;
}

.package-card .batch {
    position: absolute;
    top: 25px;
    left: 0px;
    z-index: 99999;
    width: 268px;
}

.package-card .batch .date {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: rgb(19, 101, 151);
    padding: 8px 10px;
    display: inline-block;
}

.package-card .batch .location {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(255, 153, 52);
    padding: 4px 10px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.package-card-content {
    padding: 20px 0px;
}

.package-card-content h5 {
    margin-bottom: 15px;
}

.package-card-content h5 a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}

.package-card-content h5 a:hover {
    color: rgb(26, 156, 99);
}

.location-list {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0px;
    margin: 0px;
    overflow-x: auto;
}

.location-list li a {
    color: rgb(255, 153, 52);
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 100;
}

.location-list li a:hover {
    color: rgb(26, 156, 99);
}

.price-area h6 {
    font-size: 12px;
    margin: 0px;
}

.price-area span {
    font-size: 26px;
    font-weight: 500;
    color: rgb(26, 156, 99);
}

.price-area del {
    color: rgb(153, 153, 153);
    margin-left: 5px;
}

.price-area p {
    font-size: 10px;
    color: rgb(102, 102, 102);
    margin: 0px;
}

.primary-btn2 {
    display: inline-block;
    margin-top: 10px;
    background: rgb(26, 156, 99);
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.primary-btn2:hover {
    background: rgb(18, 125, 78);
}

.trip-card {
    background: rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px;
    overflow: hidden;
    width: 320px;
}

.card-image {
    position: relative;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    display: block;
}

.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgb(25, 90, 167);
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 4px;
}

.location {
    position: absolute;
    bottom: -32px;
    left: -1px;
    background: rgb(255, 255, 255);
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    border-radius: 0px;
    font-weight: 600;
}

.card-content {
    padding: 0px;
}

.card-content h3 {
    font-size: 23px;
    font-weight: 500;
    color: rgb(34, 34, 34);
    margin-bottom: 10px;
    font-family: "Open Sans Condensed";
}

.breadcrumbs {
    color: rgb(119, 119, 119);
    margin-bottom: 15px;
}

.price-book {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-info .label {
    font-size: 12px;
    color: rgb(119, 119, 119);
    display: block;
    margin-bottom: 0px;
}

.price {
    font-size: 22px;
    color: rgb(255, 127, 80);
    font-weight: 700;
}

.old-price {
    font-size: 16px;
    color: rgb(170, 170, 170);
    text-decoration: line-through;
    margin-left: 5px;
}

.taxes {
    display: block;
    font-size: 12px;
    color: rgb(119, 119, 119);
    text-transform: uppercase;
    margin-top: 0px;
}

.book-btn {
    background-color: rgb(25, 90, 167);
    color: rgb(255, 255, 255);
    border: none;
    padding: 10px 16px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.book-btn:hover {
    background-color: rgb(18, 70, 124);
}

.package-card a.primary-btn1 {
    padding: 13px 20px;
}

.package-card:hover img {
    transform: scale(1.3);
}

.services-sec::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 400px;
    background-image: url("../images/section-sec.png");
    background-size: contain;
    z-index: 0;
    background-repeat: no-repeat;
}

section.about-sec {
    position: relative;
}

section.about-sec::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../images/section-sec3.png");
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
}

.counter-box img.show {
    width: 94px;
}

.counter-box {
    position: relative;
    transition: 0.8s;
}

.counter-box img {
    position: absolute;
    z-index: -1;
}

.counter-box img.hide {
    width: 94px;
    opacity: 0;
    transition: 0.8s;
}

.counter-box:hover img.hide {
    opacity: 1;
    transform: rotate(140deg);
}

.counter-text span {
    font-size: 52px;
    font-family: "Playfair Display";
    color: rgb(19, 101, 151);
    font-weight: 800;
    margin-left: 28px;
}

.counter-text h4 {
    margin-top: 15px;
    font-size: 24px;
    font-family: "Open Sans Condensed";
    padding: 10px;
}

.deal-image img {
    width: 50px;
}

.deal-box {
    background: rgba(255, 154, 52, 0.2);
    padding: 10px 30px;
    height: 130px;
    margin: 6px;
    border-radius: 6px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.filter-item {
    position: relative;
}

.filter-item i {
    font-size: 24px;
    color: rgb(255, 156, 57);
    margin-top: -11px;
    margin-right: 10px;
}

.filter-item label {
    position: absolute;
    top: 10px;
    font-size: 12px;
    font-weight: 700;
    color: gray;
    left: 50px;
}

.who-head-text img {
    width: 136px;
    height: auto;
    position: absolute;
    top: -3px;
    z-index: -1;
}

h6.Choose-text-svg {
    margin: 0px 30px;
}

.who-head-text {
    position: relative;
    margin-top: 4px;
}

.who-choose-text {
    margin-top: 24px;
}

.who-choose-img img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    border-radius: 10px;
}

nav.who-choose-tabs {
    width: 100%;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active .deal-box {
    background: rgb(251, 176, 59) !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active .deal-box .deal-image img {
    filter: invert(1);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active .deal-box .deal-text {
    color: white;
}

.gallery-box {
    overflow: hidden;
    position: relative !important;
}

.galley-text {
    position: absolute;
    bottom: 0px;
    padding: 20px;
    width: 100%;
    z-index: 999;
}

.gallery-box.gallery-one::before {
    content: "";
    position: absolute;
    background: url("../images/banner2-content-bg1.svg") center bottom / contain no-repeat;
    width: 100%;
    height: 100%;
    bottom: 0px;
    z-index: 1;
}

.gallery-box.gallery-two img {
    width: 100%;
    height: 240px;
}

.gallery-box.gallery-one img {
    width: 100%;
    height: 500px;
}

.gallery-box.gallery-two::before {
    content: "";
    position: absolute;
    background: url("../images/banner2-content-bg2.svg") center bottom no-repeat;
    width: 100%;
    height: 100%;
}

.gallery-box.gallery-three img {
    width: 100%;
    height: 240px;
    margin-top: 20px;
}

.gallery-box.gallery-one .galley-text {
    text-align: center;
}

.gallery-box.gallery-one .galley-text p {
    color: white;
    font-size: 20px;
    margin: 0px;
}

.gallery-box.gallery-one .galley-text h3 {
    color: rgb(251, 176, 59);
    font-weight: 800;
    font-family: "Open Sans Condensed";
    font-size: 36px;
    margin: 0px;
}

a.btn.btn-gallery {
    color: white;
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    font-size: 22px;
}

.galley-text p {
    margin: 0px;
    color: white;
}

.gallery-box.gallery-three::before {
    content: "";
    position: absolute;
    background: url("../images/banner2-content-bg3.svg") center bottom no-repeat;
    width: 100%;
    height: 100%;
    bottom: -5px;
    left: -59px !important;
}

.gallery-box.gallery-four::before {
    content: "";
    position: absolute;
    background: url("../images/banner2-content-bg4.svg") center bottom no-repeat;
    width: 100%;
    height: 100%;
    bottom: inherit;
    top: -297px;
}

.gallery-box.gallery-four img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.gallery-box.gallery-four .galley-text {
    position: absolute;
    top: 0px;
}

.testimonial-slider {
    padding: 40px 0px;
}

.swiper-slide {
    transition: transform 0.3s;
}

.author-img img {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-card {
    background: rgb(255, 255, 255);
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    margin-bottom: 100px;
}

.profile-box {
    display: flex;
    justify-content: space-between;
}

.star-box i {
    color: rgb(251, 176, 59);
    font-size: 13px;
}

.quote-box i {
    color: rgb(213, 213, 213);
    font-size: 65px;
}

.star-box h6 {
    color: rgb(0, 0, 0);
    font-family: "Playfair Display" !important;
}

.swiper-slide-active .testimonial-card {
    background-color: rgb(19, 101, 151);
}

.swiper-slide-active .testimonial-card p, .swiper-slide-active .testimonial-card .star-box h6, .swiper-slide-active .testimonial-card .quote-date span, .swiper-slide-active .testimonial-card .quote-date p {
    color: rgb(255, 255, 255);
}

.quote-date span {
    font-size: 14px;
}

.quote-date p {
    font-size: 10px;
}

.testimonial-card::before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(100% 0px, 0px 0px, 0px 100%);
    background-color: var(--white-color);
    border-left: 1px solid rgba(34, 34, 34, 0.1);
    border-right: 1px solid rgba(34, 34, 34, 0.1);
    width: 23px;
    height: 30px;
}

.swiper-slide-active .testimonial-card::before {
    background-color: var(--primary-color);
}

section.testimonial-sec {
    background: rgb(224, 235, 241);
}

.author-area {
    position: absolute;
    bottom: 10px;
    z-index: 99;
    left: 100px;
    display: flex;
}

.author-name {
    margin-left: 14px;
}

.author-name h6 {
    font-size: 20px;
    font-weight: 700;
    margin: 0px;
    font-family: "Open Sans Condensed" !important;
}

.footer {
    width: 100%;
    background-color: rgb(19, 101, 151);
    padding: 150px 0px 0px !important;
}

.footer_box img {
    width: 80%;
}

.footer_box p {
    font-size: 15px;
    padding: 10px 0px 0px;
    color: rgb(255, 255, 255);
}

.footer_icon {
    width: 100%;
    margin: 12px 0px;
}

.footer_icon ul {
    display: flex;
    padding: 0px;
}

.footer_icon ul li a {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 0px 6px 0px 0px;
    font-size: 15px;
    color: var(--primary-color);
    background-color: rgb(255, 255, 255);
    transition: 0.5s;
    cursor: pointer;
}

.footer_icon ul li a:hover {
    color: var(--secondary-color);
}

.footer_box h4 {
    display: inline-block;
    font-weight: 500;
    font-size: 24px;
    padding: 0px 0px 5px;
    margin: 0px 0px 30px;
    position: relative;
    color: rgb(255, 255, 255);
}

.footer_box h4::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 74%;
    height: 2px;
    background-color: rgb(255, 255, 255);
}

.footer_links {
    padding: 0px;
}

.footer_links li {
    position: relative;
    padding: 0px 0px 0px 10px;
}

.footer_links li::before {
    position: absolute;
    content: "⮞";
    left: 0px;
    top: 0px;
    color: var(--secondary-color);
}

.footer_links li a {
    display: inline-block;
    font-size: 16px;
    margin: 0px 0px 10px 10px;
    font-weight: 100;
    transition: 0.5s;
    color: rgb(255, 255, 255);
}

.footer_links li a:hover {
    color: var(--secondary-color);
}

.footer_contact {
    padding: 0px;
}

.footer_contact li {
}

.link-icon {
    width: 50px;
    height: 50px;
    background-color: rgb(243, 156, 18);
    display: grid;
    place-items: center;
    font-size: 20px;
    border-radius: 11px;
    color: rgb(255, 255, 255);
}

.link-text {
    width: 73%;
    margin-left: 20px;
    color: white;
    font-size: 15px;
}

.link-text span {
    color: rgb(255, 153, 52);
    font-size: 20px;
    display: block;
    font-weight: 700;
    font-family: "Merriweather 48pt";
}

.link-text a {
    color: rgb(0, 0, 0);
    font-size: 16px;
    transition: 0.5s;
}

.link-text a:hover {
    color: var(--secondary-color);
}

.footer-acknowledge {
    width: 100%;
    margin: 30px 0px 0px;
    text-align: center;
}

.footer-acknowledge p {
    font-size: 18px;
    margin: 0px auto 20px;
    width: 60%;
}

section.footer_copyright p {
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
    color: rgb(0, 0, 0);
}

section.footer_copyright {
    background: rgb(2, 55, 107);
}

section.footer_copyright p {
    color: white;
}

.footer_box img {
    width: 120px;
    margin-bottom: 20px;
}

.footer_box.footer-second {
    margin-left: 80px;
}

.blog-card {
    background: rgba(201, 201, 201, 0);
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 4px;
    border-bottom: 1px solid rgb(189, 189, 189);
    padding: 10px;
}

.card-body h3 {
    font-size: 24px;
    color: rgb(15, 43, 83);
    font-weight: 700;
    margin: 10px 0px;
}

.card-body a {
    font-size: 15px;
    border-radius: 7px;
    color: rgb(19, 101, 151) !important;
}

.card-body {
    margin-bottom: 20px;
}

span.author {
    color: rgb(3, 152, 177);
}

.blog-card img {
    width: 200px;
    height: 140px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 10px;
}

.footer-img-top {
    background: rgb(243, 243, 243);
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: -100px;
}

.footer-img-top img {
    width: 100% !important;
}

.footer-img-top::after {
    position: absolute;
    content: "";
    background-image: url("../images/banner3-vector1.png");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    right: 0px;
}

.footer-img-top::before {
    position: absolute;
    content: "";
    background-image: url("../images/banner3-vector2.png");
    height: 100%;
    background-repeat: no-repeat;
    right: 0px;
    top: 0px;
    width: 400px;
}

.newsletter {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 9;
}

.newsletter-form {
    display: flex;
    max-width: 500px;
    margin: 0px auto;
    border: 2px solid rgb(243, 156, 18);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.newsletter-form input {
    flex: 1 1 0%;
    padding: 15px;
    border: none;
    outline: none;
    font-size: 1rem;
}

.newsletter-form button {
    background-color: rgb(243, 156, 18);
    border: none;
    padding: 0px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    transition: background-color 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    min-height: 56px;
}

.newsletter-form button:hover {
    background-color: rgb(230, 126, 34);
}

a.btn.book-tour {
    background: rgb(243, 156, 18);
}

.payment-icons img {
    width: 60px;
}

.about-head div#nav-tab button {
    width: 40%;
    margin-top: 20px;
    background: rgb(245, 245, 245);
    padding: 10px;
    margin-right: 10px;
    border-radius: 10px;
}

nav.who-choose-tabs .nav-tabs .nav-link {
    text-align: start;
    font-size: 17px;
    font-weight: 600;
    padding: 0px;
    width: 50% !important;
    border: 0px !important;
    color: rgb(118, 118, 118) !important;
}

nav.navbar.sticky {
    position: sticky;
    top: 0px;
	z-index: 999;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.package-card:hover .card-img::after {
    height: 250%;
    transition: 600ms linear;
    background-color: transparent;
}

.blog-img {
    position: relative;
	height: 360px;
}

.blog-img::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(1deg, rgba(243, 149, 37, 0.43), rgba(21, 47, 0, 0) 90.67%);
    border-radius: 10px;
    z-index: 1;
}

.blog-img::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 1;
}

.blog-card-two:hover .blog-img::after {
    height: 250%;
    transition: 600ms linear;
    background-color: transparent;
}

.blog-img {
    overflow: hidden;
}

.card-content h3:hover {
    color: rgb(255, 127, 80);
}

.card-content h3:hover {
    color: rgb(255, 138, 94);
}

.package-card:hover {
    transform: scale(1.05);
}

.gallery-box.gallery-one img {
    transform: scale(1.05);
}

.position-relative {
    position: relative !important;
}

.inner-pages-breadcrumb::before {
    content: "";
    position: absolute;
    inset: 0px;
    opacity: 1;
    background: linear-gradient(90deg, rgb(19, 101, 151) 35.77%, rgba(143, 143, 143, 0) 99.85%);
    z-index: 2;
}

.inner-pages-breadcrumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.breadcrumb-box {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
}

h3.breadcrumb-title {
    color: rgb(255, 255, 255);
    font-size: 42px;
}

.breadcrumb-list span, .breadcrumb-list span a, .breadcrumb-list h3 {
    color: white;
}

.contact-left {
    background: white;
}

.footer_contact li {
    display: flex;
    font-size: 14px;
    margin: 0px 0px 20px;
}

.contact-left .link-text {
    width: 80% !important;
    display: block;
}

.link-text {
    width: 73%;
    margin-left: 20px;
    color: white;
    font-size: 15px;
}

.contact-form-box {
    background: rgb(19, 101, 150);
    width: 94%;
    float: inline-end;
    padding: 50px 40px;
    border-radius: 10px;
}

input.form-control {
    padding: 12px 10px;
    border-radius: 4px;
/*     border: 0px solid rgb(255, 255, 255); */
}

select.form-control {
    padding: 12px 10px;
    border-radius: 4px;
    border: 0px solid rgb(255, 255, 255);
}

button.btn-submit.w-100 {
    background: rgb(234, 151, 21);
    color: white;
    padding: 10px;
    border: 0px;
}

.footer_box .link-text a {
    color: rgb(255, 255, 255);
}

.footer_box .link-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 15px;
}

.link-icon:hover {
    background: rgb(20, 99, 148);
}

.footer-top {
    background: rgb(224, 235, 241);
}

.package-img img {
    width: 100%;
    border-radius: 6px;
}

section.packages-detail.inner-pages {
    background: rgb(224, 235, 241);
}

.main-content {
    background: white;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
    overflow: hidden;
}

.header {
    padding: 30px;
    border-bottom: 1px solid rgb(233, 236, 239);
    position: relative;
}

.title {
    font-size: 28px;
    font-weight: 600;
    color: rgb(44, 62, 80);
    margin-bottom: 20px;
}

.rating-badge {
    position: absolute;
    top: 30px;
    right: 30px;
    background: var(--primary-color);
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.days-label {
    background: rgb(233, 247, 255);
    color: var(--primary-color);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    position: absolute;
    top: 70px;
    right: 30px;
}

.trip-info {
    padding: 30px;
    border-bottom: 1px solid rgb(233, 236, 239);
}

.info-section-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    color: rgb(44, 62, 80);
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.info-icon {
    color: rgb(108, 117, 125);
    font-size: 16px;
    margin-top: 3px;
    width: 20px;
}

.info-content h4 {
    font-size: 12px;
    color: rgb(108, 117, 125);
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-content p {
    font-size: 14px;
    font-weight: 500;
    color: rgb(51, 51, 51);
}

.tabs {
    display: flex;
    border-bottom: 1px solid rgb(233, 236, 239);
}

.tab {
    padding: 15px 30px;
    cursor: pointer;
    color: rgb(108, 117, 125);
    border-bottom: 2px solid transparent;
    transition: 0.3s;
}

.tab.active {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
}

.tab-content {
    padding: 30px 10px;
}

.overview-text {
    line-height: 1.6;
    margin-bottom: 20px;
    color: rgb(85, 85, 85);
}

.highlights {
    margin-top: 30px;
}

.highlights h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(44, 62, 80);
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.highlight-check {
    color: var(--primary-color);
    margin-top: 2px;
}

.enquiry-form {
    margin-top: 20px;
}

.form-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(44, 62, 80);
}

.form-group {
    margin-bottom: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.form-control:focus {
    outline: none;
    border-color: var(--primary-color);
}

.form-control.textarea {
    resize: vertical;
    height: 120px;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background: #ff9934;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background: rgb(19, 132, 150);
}

.sidebar {
    /* display: flex; */
    /* flex-direction: column; */
    /* gap: 20px; */
    position: sticky;
    top: 120px;
}

.price-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
    position: sticky;
    top: 0;
}

.discount-badge {
    background: var(--primary-color);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
}

.price-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.price-column h4 {
    font-size: 12px;
    color: rgb(108, 117, 125);
    margin-bottom: 5px;
}

.original-price {
    text-decoration: line-through;
    color: rgb(108, 117, 125);
    font-size: 12px;
}

.current-price {
    font-size: 24px;
    font-weight: 700;
    color: rgb(44, 62, 80);
}

.price-label {
    font-size: 12px;
    color: rgb(108, 117, 125);
}

.book-btn {
    width: 100%;
    padding: 15px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 15px;
    transition: background-color 0.3s;
}

.book-btn:hover {
    background: rgb(19, 132, 150);
}

.help-text {
    text-align: center;
    font-size: 12px;
    color: rgb(108, 117, 125);
}

.help-link {
    color: var(--primary-color);
    text-decoration: none;
}

.package-img.pack-group img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.package-img img {
    width: 100%;
    height: 416px;
}
.info-item i {
    color: var(--primary-color);
    font-size: 21px;
}

.enquiry-form form {
    background: #146294;
    padding: 20px;
    border-radius: 10px;
}
.package-img{
    position: relative;
    overflow: hidden;
    transition: 0.6s !important;
}
.package-img::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(1deg, rgba(243, 150, 37, 0.151), rgba(21, 47, 0, 0) 90.67%);
    border-radius: 10px;
    z-index: 1;
}
.package-img::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 1;
}
.package-img:hover::after {
    height: 250%;
    transition: 600ms linear;
    background-color: transparent;
}
.footer-top .newsletter-form {
    padding: 0px !important;
}

#packageModal .modal-dialog {
    max-width: 700px;
}

button.btn-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    opacity: 1;
    color: white !important;
    background: #000 !important; 
    z-index: 9;
}

.form-packages form {
    padding: 30px;
}

.form-packages form label {
    color: #ffffffbd;
}

input[type="submit"] {
    width: auto;
    padding: 12px 50px;
    border-radius: 6px;
    background: #000;
    color: white;
    border: 0;
    font-size: 18px;
}

form p {
    margin: 0;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  left: 20px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* Pulse animation */
.whatsapp-float::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.5);
  animation: pulse 1.5s infinite;
  z-index: -1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* Hover effect */
.whatsapp-float:hover {
  background-color: #20b358;
  color: #fff;
}



.blog-silder .swiper-slide {
    height: 530px;
}

.gallery-box img{
    object-fit: cover;
}


.mobile-toggle {
    display: none;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
}


@media (max-width: 991px) {

    .navbar-box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
    }
	
	.about-img img{
		width: 100%;
	}

    /* Logo */
    .navbar-img {
        flex: 0 0 auto;
    }

    /* Show hamburger */
    .mobile-toggle {
        display: block;
    }

    /* Hide phone section */
    .navbar-btn {
        display: none;
    }

    /* Hidden menu by default */
    .navbar-mean {
        display: none;
        width: 100%;
        order: 3;
    }

    /* Show menu when active */
    .navbar-mean.active {
        display: block;
    }

    .navbar-mean ul {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin: 15px 0 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }

    .navbar-mean ul li {
        width: 100%;
        text-align: center;
    }

    .navbar-mean ul li a {
        display: block;
        padding: 0;
    }
}



.mobile-toggle {
    display: none;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
}


@media (max-width: 991px) {

    .navbar-box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
    }

    .navbar-img {
        flex: 0 0 auto;
    }

    .mobile-toggle {
        display: block;
    }

    .navbar-btn {
        display: none;
    }

    .navbar-mean {
        display: none;
        width: 100%;
        order: 3;
    }

    .navbar-mean.active {
        display: block;
    }

    .navbar-mean ul {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin: 15px 0 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }

    .navbar-mean ul li {
        width: 100%;
        text-align: center;
    }

    .navbar-mean ul li a {
        display: block;
        padding: 0;
    }
}
		
		
@media (max-width: 991px) {
    h1 {
        font-size: clamp(2.5rem, 5vw, 4rem);
        line-height: 1.2;
    }

    h2 {
        font-size: clamp(2rem, 4vw, 3rem);
        line-height: 1.25;
    }

    h3 {
        font-size: clamp(1.6rem, 3vw, 2.25rem);
        line-height: 1.3;
    }

    h4 {
        font-size: clamp(1.35rem, 2.5vw, 1.75rem);
        line-height: 1.35;
    }

    h5 {
        font-size: clamp(1.15rem, 2vw, 1.35rem);
        line-height: 1.4;
    }

    h6 {
        font-size: clamp(1rem, 1.8vw, 1.15rem);
        line-height: 1.4;
    }

    p,
    li,
    a,
    span,
    label,
    input,
    textarea,
    select,
    button {
        font-size: 15px;
        line-height: 1.7;
    }

    small {
        font-size: 13px;
        line-height: 1.5;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: clamp(2rem, 8vw, 3rem);
        line-height: 1.15;
    }

    h2 {
        font-size: clamp(1.75rem, 6vw, 2.5rem);
        line-height: 1.2;
    }

    h3 {
        font-size: clamp(1.5rem, 5vw, 2rem);
        line-height: 1.25;
    }

    h4 {
        font-size: clamp(1.25rem, 4vw, 1.6rem);
        line-height: 1.3;
    }

    h5 {
        font-size: clamp(1.1rem, 3.5vw, 1.3rem);
        line-height: 1.35;
    }

    h6 {
        font-size: clamp(1rem, 3vw, 1.1rem);
        line-height: 1.4;
    }

    p,
    li,
    a,
    span,
    label,
    input,
    textarea,
    select,
    button {
        font-size: 14px;
        line-height: 1.7;
    }

    small {
        font-size: 12px;
        line-height: 1.5;
    }
	
	.about-img img {
    	width: 100%;
	}
}

@media (max-width: 575px) {
    h1 {
        font-size: clamp(1.75rem, 9vw, 2.5rem) !important;
    }

    h2 {
        font-size: clamp(1.5rem, 7vw, 2rem);
    }

    h3 {
        font-size: clamp(1.35rem, 6vw, 1.75rem);
    }

    h4 {
        font-size: clamp(1.15rem, 5vw, 1.5rem) !important;
    }

    h5 {
        font-size: 1.05rem;
    }

    h6 {
        font-size: 1rem;
    }

    p,
    li,
    a,
    span,
    label,
    input,
    textarea,
    select,
    button {
        font-size: 13px;
        line-height: 1.6;
    }

    small {
        font-size: 11px;
    }
	
	.counter-box img.show,
	.counter-box img.hide{
    width: 70px;
}
	
	.counter-text span {
		font-size: 35px;
	}
	
	
	.content {
    	width: 90%;
    	text-align: center;
    	border-radius: 10px;
    	margin: auto;
    	padding: 20px 0px;
	}
	
	h6.text-svg-add::before {
    background-image: url(../images/head-svg.png);
    position: absolute;
    top: -20px;
    width: 249px;
    height: 65px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    left: 10px;
    transform: none;
}
	
}


.main-content,
.sidebar,
.price-card,
.tab-content,
.info-content {
    min-width: 0;
}

.tab-content img,
.main-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width:1025px){
	h6.text-svg-add::before{
		left: 50px;
	}
	
	.icon {
		border: 0;
	}
	
	.package-card {
    	margin-bottom: 20px;
	}
	
	.contact-form-box{
		width: 100%;
		margin-top: 20px;
	}
	
	.deal-box{
		padding: 10px 15px;
	}
}

@media (max-width: 991px) {

    .sidebar {
        margin-top: 40px;
    }

    .header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .title {
        margin-bottom: 0;
        line-height: 1.2;
    }

    .rating-badge {
        align-self: flex-start;
    }

    .info-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .price-section {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .info-content p,
    .tab-content p,
    .tab-content li {
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .book-btn {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .title {
        line-height: 1.15;
        margin-bottom: 0;
    }

    .info-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .info-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }

    .info-icon {
        flex-shrink: 0;
        margin-top: 3px;
    }

    .info-content {
        flex: 1;
    }

    .tabs {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .tab {
        white-space: nowrap;
    }

    .price-section {
        flex-direction: column;
        gap: 20px;
    }

    .price-column {
        width: 100%;
        text-align: center;
    }

    .price-card {
        padding: 25px 20px;
    }

    .book-btn {
        width: 100%;
        display: block;
    }

    .help-text {
        text-align: center;
    }

    .tab-content ul,
    .tab-content ol {
        padding-left: 20px;
    }

    .tab-content table {
        display: block;
        overflow-x: auto;
        width: 100%;
    }
	
	nav.who-choose-tabs {
    	width: 100%;
	}
	
	.tab-content {
    	padding: 10px;
	}
	
	input.form-control {
    	padding: 8px 10px;
	}
	
	.contact-form-box {
    	width: 100%;
	}
	
	.blog-silder .swiper-slide {
    	height: 585px;
	}
}

@media (max-width: 575px) {
	
    .main-content,
    .price-card {
        padding: 20px 15px;
    }
	
	.newsletter {
    	position: static;
    	padding: 20px;
		transform: none;
	}
	
	.footer-img-top::before,
	.footer-img-top img,
	.footer-img-top::after{
		display: none;
	}

    .header {
        gap: 12px;
    }

    .rating-badge,
    .discount-badge {
        font-size: 12px;
        padding: 6px 12px;
    }

    .info-item {
        gap: 10px;
    }

    .info-icon {
        font-size: 18px;
    }

    .tab-content ul,
    .tab-content ol {
        padding-left: 18px;
    }

    .tab-content blockquote {
        padding: 15px;
    }

    .original-price,
    .current-price {
        line-height: 1.1;
    }

    .book-btn {
        padding: 12px 20px;
    }
	
	.footer_box {
    	margin-bottom: 20px;
	}
	
	.whatsapp-float {
    	width: 45px;
    	height: 45px;
		font-size: 25px;
	}
	
	.blog-silder .swiper-slide {
    	height: 430px;
	}
	
	.blog-img {
		height: 240px;
	}
	
	.blog-img img{
		height: 100%;
	}
	
	.footer-social ul li a {
    	width: 27px;
		height: 27px;
	}
	
	.contact-form-box {
    	padding: 25px;
	}

}

.about-head div#nav-tab .nav-link.active {
    background: rgb(19 101 151);
	color: white !important;
}

.tab-content li{
	margin-bottom: 7px;
}

.gallery-box {
	margin-top: 15px; 
}

.gallery-box {
	margin-top: 15px; 
}

.gallery-box img {
    width: 100%;
    height: auto;
    display: block;
    filter: brightness(0.55);
    transition: all 0.4s ease;
}

.gallery-box:hover img {
    filter: brightness(0.65);
    transform: scale(1.05);
}

.galley-text {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 2;
    color: #ffffff;
    max-width: calc(100% - 60px);
}

.galley-text p,
.galley-text h3,
.galley-text a {
    color: #ffffff;
}

.galley-text p {
    margin-bottom: 8px;
}

.galley-text h3 {
    margin-bottom: 15px;
}

.galley-text .btn-gallery {
    display: inline-block;
    color: #ffffff;
}

@media (max-width: 767px) {
    .galley-text {
        left: 20px;
        bottom: 20px;
        max-width: calc(100% - 40px);
    }
} 