@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');

* {
    font-family: "Lexend Deca", sans-serif;
}

/* Container */
@media (max-width: 1199.98px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 720px;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 540px;
    }
}

@media (max-width: 575.98px) {
    .container {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
}


/* Top Header */
.top-header {
    background: #4502C7;
    padding: 10px 0;
}

.top-header .inner-wrap {
    display: flex;
    justify-content: flex-end;
    gap: 5px 40px;
}

.top-header .inner-wrap .inner-item {
    color: #FFFBEB;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.top-header .inner-wrap .inner-item i {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

@media (max-width: 767.98px) {
    .top-header {
        display: none;
    }
}

/* Header */
.header {
    background: #FFF;
    padding: 12px 0;
}

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

.header .inner-menu-mobile {
    display: none;
}

.header .inner-logo img {
    height: 50px;
    width: auto;
}

.header .inner-menu {
    flex: 1;
}

.header .inner-menu > ul {
    display: flex;
    height: 25px;
    justify-content: center;
    align-items: center;
    gap: 5px 40px;
}

.header .inner-menu > ul > li {
    display: flex;
    align-items: center;
    gap: 6px;
    align-self: stretch;
}

.header .inner-menu > ul > li {
    position: relative;
}

.header .inner-menu > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 8px 0;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    width: 280px;
    z-index: 1;
    display: none;
}

.header .inner-menu > ul > li:hover > ul  {
    display: block;
}

.header .inner-menu > ul > li > ul > li {
    width: 100%;
}

.header .inner-menu > ul > li > ul > li > a {
    color: #4502C7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
    display: block;
    width: 100%;
    padding: 8px 22px;
}

.header .inner-menu > ul > li > ul > li > a.active,
.header .inner-menu > ul > li > ul > li > a:hover {
    background: #4502C7;
    color: #FFFFFF;
}

.header .inner-menu > ul > li > a {
    color: #25282B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    display: block;
    text-transform: capitalize;
}

.header .inner-menu > ul > li > a.active,
.header .inner-menu > ul > li > a:hover {
    color: #4502C7;
}

.header .inner-cart img  {
    height: 26px;
    width: auto;
}

@media (max-width: 1199.98px) {
    .header .inner-menu > ul {
        gap: 5px 24px;
    }
}

@media (max-width: 991.98px) {
    .header .inner-menu {
        display: none;
    }

    .header .inner-menu-mobile {
        display: block;
    }

    .header .inner-menu-mobile i {
        font-size: 22px;
        color: #25282B;
        cursor: pointer;
    }
}

@media (max-width: 575.98px) {
    .header .inner-logo img {
        height: 40px;
        width: auto;
    }
}

/* Tour Hero */
.tour-hero {
    background-image: url("../images/background-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 106px 0 108px 0;
}

.tour-hero .inner-wrap {
    width: 768px;
    margin: 0 auto;
}

.tour-hero .inner-title {
    color: #4502C7;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.796px;
    margin-bottom: 20px;
}

.tour-hero .inner-desc {
    color: #25282B;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.tour-hero .inner-form {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.40);
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.tour-hero .inner-form .inner-box .inner-input-group {
    border-radius: 10px;
    background: #FFF;
    padding: 18px 12px;
    display: flex;
    align-items: center;
}

.tour-hero .inner-form .inner-box.inner-address {
    width: 100%;
}

.tour-hero .inner-form .inner-box.inner-user, .tour-hero .inner-form .inner-box.inner-calendar {
    width: 37.5%;
}

.tour-hero .inner-form .inner-button {
    flex: 1;
    border-radius: 10px;
    background: #4502C7;
    box-shadow: 0px 3.298px 3.298px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.tour-hero .inner-form .inner-button i {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.tour-hero .inner-form .inner-box .inner-input-group .inner-icon {
    width: 18px;
    height: auto;
    margin-right: 14px;
}

.tour-hero .inner-form .inner-box .inner-input-group .inner-input {
    flex: 1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 118%; /* 16.52px */
    letter-spacing: 0.596px;
    outline: none;
    border: none;
}

.tour-hero .inner-form .inner-box .inner-input-group .inner-input::placeholder {
    color: #A6A6A6;
}

.tour-hero .inner-form .inner-box .inner-input-group .inner-down {
    width: 12px;
    height: auto;
    color: #4502C7;
}

@media (max-width: 991.98px) {
    .tour-hero .inner-wrap  {
        width: 100%;
    }

    .tour-hero .inner-title {
        font-size: 27px;
    }

    .tour-hero .inner-desc {
        font-size: 14px;
    }

    .tour-hero .inner-form {
        padding: 15px;
        gap: 12px;
    }
}

@media (max-width: 767.98px) {
    .tour-hero .inner-form .inner-box.inner-user, .tour-hero .inner-form .inner-box.inner-calendar {
        width: 100%;
    }

    .tour-hero .inner-form .inner-button {
        height: 56px;
    }
}

/* Tour Deals */
.top-deals {
    padding: 60px 0;
}

.top-deals .inner-wrap {
    background-color: #4502C7;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 32px 27px 32px 23px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.top-deals .inner-info {
    width: calc(25% - 32px);
    text-align: center;
}

.top-deals .inner-info .inner-title {
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}

.top-deals .inner-info .inner-desc {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 36px;
}

.top-deals .inner-info .inner-clock-title {
    font-weight: 700;
    font-size: 21px;
    color: #fff;
    margin-bottom: 16px;
}

.top-deals .inner-info .inner-clock-number {
    display: flex;
    justify-content: center;
    gap: 17px;
    margin-bottom: 47px;
}

.top-deals .inner-info .inner-clock-number span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    background-color: #fff;
    border-radius: 10px;
    font-weight: 700;
    font-size: 30px;
    color: #4502C7;
}

.top-deals .inner-info .inner-discount-title {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.top-deals .inner-info .inner-discount-price {
    color: #FFD63A;
    font-weight: 700;
    font-size: 40px;
}

.top-deals .inner-info .inner-discount-price .inner-unit {
    text-decoration: underline;
}

.top-deals .inner-list {
    width: 75%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.product-item {
    background-color: #fff;
    box-shadow: 0px 2.38px 2.38px 0px #00000040;
    border-radius: 10px;
    overflow: hidden;
}

.product-item .inner-image {
    aspect-ratio: 271/237;
    margin-bottom: -13px;
}

.product-item .inner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-item .inner-discount {
    background-color: #DA0808;
    border-radius: 0 32px 32px 0;
    display: inline-flex;
    align-items: center;
    padding: 3px 5px;
    font-weight: 600;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    gap: 6px;
}

.product-item .inner-discount i {
    font-size: 10px;
    color: #FFCB06;
}

.product-item .inner-content {
    padding: 16px;
}

.product-item .inner-content .inner-title {
    font-weight: 700;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
}

.product-item .inner-content .inner-title a {
    color: #25282B;
}

.product-item .inner-content .inner-title a:hover {
    color: #4502C7;
}

.product-item .inner-content .inner-prices {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 11.5px;
    margin-bottom: 9.5px;
}

.product-item .inner-content .inner-price-old {
    font-weight: 600;
    font-size: 15px;
    color: #52575C;
    text-decoration: line-through;
}

.product-item .inner-content .inner-price-old .inner-unit {
    text-decoration: underline;
}

.product-item .inner-content .inner-price-new {
    font-weight: 700;
    font-size: 15px;
    color: #DA0808;
}

.product-item .inner-content .inner-price-new .inner-unit {
    text-decoration: underline;
}

.product-item .inner-content .inner-desc {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-item .inner-content .inner-desc-item {
    color: #8C8C8C;
    font-weight: 400;
    font-size: 11px;
}

.product-item .inner-content .inner-desc-item b {
    font-weight: 700;
}

.product-item .inner-content .inner-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.product-item .inner-content .inner-meta .inner-rating {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.product-item .inner-content .inner-meta .inner-rating .inner-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-size: 14px;
    color: #FFD600;
}

.product-item .inner-content .inner-meta .inner-rating .inner-number {
    font-weight: 400;
    font-size: 11px;
    color: #8C8C8C;
}

.product-item .inner-content .inner-meta .inner-stock {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.product-item .inner-content .inner-meta .inner-stock .inner-label {
    font-weight: 700;
    font-size: 11px;
    color: #25282B;
}

.product-item .inner-content .inner-meta .inner-stock .inner-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #DA0808;
    border-radius: 6px;
    width: 32px;
    height: 32px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

@media (max-width: 991.98px) {
    .top-deals .inner-info {
        width: calc(50% - 32px);
    }

    .top-deals .inner-list {
        width: 50%;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 575.98px) {
    .top-deals {
        padding: 45px 0;
    }

    .top-deals .inner-wrap {
        flex-wrap: wrap;
        padding: 30px 15px;
    }

    .top-deals .inner-info {
        width: 100%;
    }

    .top-deals .inner-list {
        width: 100%;
    }
}

/* Hot Deals */
.hot-deals {
    padding-bottom: 60px;
}

.box-title {
    margin-bottom: 30px;
    color: #4502C7;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.hot-deals .inner-wrap .inner-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.hot-deals .inner-wrap .inner-list .inner-item {
    aspect-ratio: 382/269;
    border-radius: 10px;
    overflow: hidden;
}

.hot-deals .inner-wrap .inner-list .inner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .box-title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .hot-deals .inner-wrap .inner-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .hot-deals {
        padding-bottom: 45px;
    }

    .hot-deals .inner-wrap .inner-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Domestic Tours */
.domestic-tours {
    padding: 60px 0;
}

.domestic-tours .box-title {
    color: #4502C7;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.domestic-tours .inner-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.domestic-tours .inner-button {
    text-align: center;
}

.button-outline {
    display: inline-block;
    margin-top: 30px;
    border-radius: 6.824px;
    border: 2px solid #4502C7;
    background: #FFF;
    padding: 14px 16px;
    color: #4502C7;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.8s ease-in;
}

.button-outline:hover {
    background-color: #4502C7;
    color: #fff;
}

@media (max-width: 1199.98px) {
    .domestic-tours .inner-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991.98px) {
    .domestic-tours .box-title {
        font-size: 24px;
    }

    .domestic-tours .inner-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .domestic-tours {
        padding-bottom: 45px;
    }

    .domestic-tours .product-item {
        padding: 10px;
    }

    .domestic-tours .product-item .inner-content {
        padding: 0;
    }

    .domestic-tours .product-item .inner-content .inner-desc-item {
        font-size: 10px;
    }

    .button-outline {
        margin-top: 25px;
        padding: 8px 12px;
        font-size: 14px;
        font-weight: 500;
    }
}

/* Tour Highlight */
.tour-highlight {
    padding-bottom: 60px;
}

.tour-highlight .inner-image {
    border-radius: 10px;
    overflow: hidden;
}

.tour-highlight .inner-image img {
    width: 100%;
    height: auto;
}

@media (max-width: 575.98px) {
    .tour-highlight {
        padding-bottom: 45px;
    }
}

/* Domestic Tours */
.international-tours {
    padding: 60px 0;
}

.international-tours .box-title {
    color: #4502C7;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.international-tours .inner-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.international-tours .inner-button {
    text-align: center;
}

@media (max-width: 1199.98px) {
    .international-tours .inner-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991.98px) {
    .international-tours .box-title {
        font-size: 24px;
    }

    .international-tours .inner-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .international-tours {
        padding-bottom: 45px;
    }

    .international-tours .product-item {
        padding: 10px;
    }

    .international-tours .product-item .inner-content {
        padding: 0;
    }

    .international-tours .product-item .inner-content .inner-desc-item {
        font-size: 10px;
    }

    .button-outline {
        margin-top: 25px;
        padding: 8px 12px;
        font-size: 14px;
        font-weight: 500;
    }
}

/* News Section */
.news-section {
    padding-bottom: 60px;
}

.news-section .inner-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 20px;
}

.news-section .blog-item-main {
    width: 100%;
    grid-column: span 2;
    grid-row: span 2;
}

.news-section .blog-item-main .inner-content {
    padding: 10px;
}

.blog-item {
    position: relative;
    aspect-ratio: 302/308;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 4px 0 #00000040;
}

.blog-item .inner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-item .inner-content {
    position: absolute;
    padding: 18px 24px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(180deg, rgba(69, 2, 199, 0.00) 58.85%, rgba(69, 2, 199, 0.90) 100%);
}

.blog-item .inner-content .inner-date {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.blog-item .inner-content .inner-title {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-item-main {
    box-shadow: 0 0 4px 0 #00000040;
    border-radius: 20px;
    background: #FFF;
    overflow: hidden;
    display: flex;
    width: 536px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.blog-item-main .inner-image {
    aspect-ratio: 536/400;
}

.blog-item-main .inner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-item-main .inner-content {
    padding: 0 24px;
}

.blog-item-main .inner-content .inner-date {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;
    margin-bottom: 10px;
}

.blog-item-main .inner-content .inner-title {
    overflow: hidden;
    color: #4502C7;
    text-overflow: ellipsis;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 163.636% */
    margin-bottom: 10px;
}

.blog-item-main .inner-content .inner-desc {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .news-section .inner-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .news-section .blog-item-main {
        grid-row: 2 / span 2;
    }
}

@media (max-width: 575.98px) {
    .news-section .inner-wrap {
        gap: 10px;
    }

    .blog-item .inner-content {
        padding: 10px;
    }

    .news-section .blog-item-main {
        border-radius: 12px;
    }

    .news-section .blog-item-main .inner-content {
        padding: 10px;
    }

    .news-section .blog-item-main .inner-content .inner-date {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .news-section .blog-item-main .inner-content .inner-title {
        font-size: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

}

/* Footer */
.footer {
    border-radius: 40px 40px 0px 0px;
    background: #ECECEC;
    padding: 60px 0 40px 0;
}

.footer .inner-top {
    border-radius: 16px;
    background: #4502C7;
    display: flex;
    padding: 32px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.footer .inner-top .inner-title {
    width: 389px;
    color: #FDFDFD;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-right: 24px;
}

.footer .inner-top .inner-form {
    flex: 1;
    border-radius: 14px;
    background: #FFF;
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 12px;
}

.footer .inner-top .inner-form input {
    border-radius: 8px;
    border: 1px solid #99A2A5;
    background: #FFF;
    display: flex;
    padding: 14px 28px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    margin-right: 12px;
}

.footer .inner-top .inner-form button {
    border-radius: 8px;
    background: #4502C7;
    padding: 12px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FDFDFD;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.footer .inner-middle {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.footer .inner-middle .inner-link ul {
    display: flex;
    gap: 40px;
}



.footer .inner-middle .inner-link ul li a {
    color: #25282B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer .inner-middle .inner-social ul {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.footer .inner-middle .inner-social ul li a i {
    width: 24px;
    height: 24px;
    color: #25282B;
    line-height: 24px;
}

.line {
    width: 100%;
    height: 1px;
    background: #CCD1D2;
    margin-bottom: 40px;
}
.footer .inner-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .inner-bottom .inner-copyright {
    color: #667479;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer .inner-bottom .inner-links {
    display: flex;
    gap: 30px;
    color: #667479;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer .inner-bottom .inner-logo img {
    width: 224px;
    height: auto;
}

@media (max-width: 991.98px) {
    .footer .inner-top {
        flex-wrap: wrap;
    }

    .footer .inner-top .inner-title {
        width: 100%;
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer .inner-middle {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .footer .inner-bottom {
        flex-wrap: wrap;
        width: 100%;
        gap: 20px;
        text-align: center;
    }

    .footer .inner-bottom .inner-copyright, .footer .inner-bottom .inner-links {
        width: 100%;
    }

    .footer .inner-bottom .inner-logo {
        order: 0;
        margin: 0 auto;
    }

    .footer .inner-bottom .inner-links {
        order: 1;
        justify-content: center;
    }

    .footer .inner-bottom .inner-copyright {
        order: 2;
    }
}

@media (max-width: 768.98px) {
    .footer .inner-middle .inner-link ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 20px;
    }
}

@media (max-width: 575.98px) {
    .footer {
        border-radius: 25px 25px 0 0;
        padding: 40px 0 40px 0;
    }

    .footer .inner-top {
        padding: 20px;
        gap: 20px;
        margin-bottom: 30px;
    }

    .footer .inner-top .inner-form {
        flex-wrap: wrap;
    }

    .footer .inner-top .inner-form .inner-title {
        font-size: 18px;
    }

    .footer .inner-top .inner-form input, .footer .inner-top .inner-form button {
        width: 100%;
    }

    .footer .inner-top .inner-form button {
        font-size: 14px;
    }
}

/* Box Contact */
.box-contact {
    position: fixed;
    right: 10px;
    bottom: 100px;
    border-radius: 10px;
    background: #4502C7;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.box-contact ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 12px 10px;
    justify-content: center;
}

.box-contact ul li a {
    font-size: 18px;
    color: #FFF;
}

/* Breadcrumb */
.breadcrumb {
    position: relative;
}

.breadcrumb .inner-image {
    height: 253px;
}

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

.breadcrumb .inner-content {
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(69, 2, 199, 0.80) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.breadcrumb .inner-content .inner-title {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px; /* 137.5% */
    margin-bottom: 8px;
}

.breadcrumb .inner-content .container {
    width: 1180px;
    margin: 0 auto;
}

.breadcrumb .inner-content .inner-list ul {
    display: flex;
    gap: 16px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.15px;
}

.breadcrumb .inner-content .inner-list ul li a {
    margin-right: 16px;
}

.breadcrumb .inner-content .inner-list ul li:last-child i {
    display: none;
}

@media (max-width: 991.98px) {
    .breadcrumb .inner-content .inner-title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .breadcrumb .inner-content .inner-list ul {
        gap: 11px;
        font-size: 10px;
    }
}

/* Tour Listing Page */
.tour-listing-page {
    padding: 60px 0;
}

.tour-listing-page .inner-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.tour-listing-page .inner-left {
    width: calc(25% - 12px);
}

.tour-listing-page .inner-right {
    width: calc(75% - 12px);
}

.tour-listing-page .inner-info {
    margin-bottom: 10px;
}

.tour-listing-page .inner-info .inner-title {
    font-weight: 600;
    font-size: 28px;
    color: #4502C7;
    margin-top: 0;
    margin-bottom: 0;
}

.tour-listing-page .inner-info .inner-desc {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #747578;
}

.tour-listing-page .inner-info-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.tour-listing-page .inner-info-2 .inner-sort {
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 16px;
}

.tour-listing-page .inner-info-2 .inner-sort .inner-label {
    font-weight: 600;
    font-size: 14px;
    color: #747578;
}

.tour-listing-page .inner-info-2 .inner-sort .inner-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.tour-listing-page .inner-info-2 .inner-sort .inner-list button {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    background-color: transparent;
    font-weight: 400;
    font-size: 12px;
    color: #747578;
    cursor: pointer;
}

.tour-listing-page .inner-info-2 .inner-sort .inner-list button.active,
.tour-listing-page .inner-info-2 .inner-sort .inner-list button:hover {
    color: #F9313D;
}

.tour-listing-page .inner-info-2 .inner-sort .inner-list button i {
    font-size: 16px;
    margin-left: 5px;
}

.tour-listing-page .inner-info-2 .inner-count-record {
    font-weight: 400;
    font-size: 14px;
    color: #747578;
}

.tour-listing-page .inner-list-tour {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.tour-listing-page .inner-filter-mobile {
    display: none;
}

@media (max-width: 991.98px) {
    .tour-listing-page .inner-left {
        display: none;
    }

    .tour-listing-page .inner-right {
        width: 100%;
    }

    .tour-listing-page .inner-info-2 .inner-sort {
        flex: none;
        width: 100%;
        margin-bottom: 16px;
    }

    .tour-listing-page .inner-filter-mobile {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-weight: 600;
        font-size: 14px;
        color: #4502C7;
        padding: 0;
        background-color: transparent;
        border: 0;
        cursor: pointer;
    }

    .tour-listing-page .inner-filter-mobile i {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .tour-listing-page .inner-list-tour {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .tour-listing-page {
        padding: 45px 0;
    }

    .tour-listing-page .inner-info .inner-title {
        font-size: 24px;
    }

    .tour-listing-page .inner-list-tour {
        gap: 10px;
    }

    .tour-listing-page .inner-list-tour .product-item .inner-content {
        padding: 10px;
    }
}

/* Box Filter */
.box-filter {
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #00000040;
}

.box-filter .inner-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.box-filter .inner-head .inner-title {
    font-weight: 600;
    font-size: 18px;
    color: #4502C7;
}

.box-filter .inner-head i {
    font-size: 20px;
    color: #4502C7;
}

.box-filter .inner-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.box-filter .inner-group .inner-label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #898B8D;
}

.box-filter .inner-group select,
.box-filter .inner-group input[type="date"] {
    width: 100%;
    height: 38px;
    border: 1px solid #898B8D;
    border-radius: 5px;
    padding-left: 14px;
    font-weight: 400;
    font-size: 14px;
    color: #898B8D;
    outline: none;
}

.box-filter .inner-group .inner-input-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.box-filter .inner-group .inner-input-item {
    display: flex;
    align-items: center;
    border: 1px solid #898B8D;
    border-radius: 5px;
    height: 38px;
    padding-left: 14px;
}

.box-filter .inner-group .inner-input-item span {
    flex: 1;
    font-weight: 400;
    font-size: 14px;
    color: #898B8D;
}

.box-filter .inner-group .inner-input-item input {
    width: 45px;
    outline: none;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    color: #898B8D;
}

.box-filter .inner-group .inner-button {
    border: 0;
    outline: none;
    width: 100%;
    height: 38px;
    background-color: #4502C7;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

/* Box Pagination */
.box-pagination {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
}

.box-pagination button {
    width: 40px;
    height: 40px;
    border: 1px solid #4502C7;
    border-right-width: 0;
    background-color: transparent;
    font-weight: 400;
    font-size: 14px;
    color: #4502C7;
    cursor: pointer;
}

.box-pagination button i {
    font-size: 10px;
}

.box-pagination button:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.box-pagination button:last-child {
    border-right-width: 1px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.box-pagination button.active,
.box-pagination button:hover {
    color: #F8F6EB;
    background-color: #4502C7;
}
