.footer-section.dark-theme {
    background-color: #0a0b10 !important;
    background-image: none !important;
    color: #fff;
    padding-top: 80px
}

@media (max-width:767px) {
    .footer-section.dark-theme {
        padding-top: 40px
    }
}

.footer-section.dark-theme .footer-newsletter-items {
    display: none
}

.footer-section.dark-theme .widget-title h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px
}

.footer-section.dark-theme .widget-title h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #007bff
}

.footer-section.dark-theme .widget-title h3::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 45px;
    width: 8px;
    height: 8px;
    background-color: #007bff;
    border-radius: 50%
}

.footer-section.dark-theme .list-items li {
    margin-bottom: 12px
}

.footer-section.dark-theme .list-items li a {
    color: #a0a0a0;
    transition: all .3s ease;
    display: flex;
    align-items: center
}

.footer-section.dark-theme .list-items li a i {
    margin-right: 10px;
    font-size: 14px
}

.footer-section.dark-theme .list-items li a:hover {
    color: #fff;
    padding-left: 5px
}

.footer-section.dark-theme .footer-content p {
    color: #a0a0a0;
    line-height: 1.8
}

.footer-section.dark-theme .social-icon {
    display: flex;
    gap: 10px;
    margin-top: 25px
}

.footer-section.dark-theme .social-icon a {
    width: 40px;
    height: 40px;
    background-color: #1a1c23;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s ease
}

.footer-section.dark-theme .social-icon a:hover {
    background-color: #007bff;
    transform: translateY(-3px)
}

.footer-section.dark-theme .contact-info-list {
    list-style: none;
    padding: 0
}

.footer-section.dark-theme .contact-info-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    color: #a0a0a0
}

.footer-section.dark-theme .contact-info-list li i {
    width: 35px;
    height: 35px;
    background-color: #1a1c23;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #007bff;
    flex-shrink: 0
}

.footer-section.dark-theme .map-container {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px
}

.footer-section.dark-theme .theme-btn {
    padding: 12px 35px !important;
    width: auto !important;
    min-width: 180px;
    border-radius: 50px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: uppercase;
    font-weight: 700
}

.footer-section.dark-theme .theme-btn span {
    margin: 0 !important
}

.footer-section.dark-theme .theme-btn i {
    font-size: 16px;
    margin: 0 !important;
    position: static !important;
    background: 0 0 !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
    line-height: normal !important
}

.footer-bottom-1.dark-bottom {
    background-color: #07080c !important;
    border-top: 1px solid #1a1c23
}

.floating-social-bar {
    position: fixed;
    top: 40%;
    right: 4px;
    transform: translateY(-50%);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: all .3s ease
}

.floating-social-bar .social-item {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    background-color: #333;
    transition: all .3s ease;
    text-decoration: none;
    border-radius: 50%;
    margin-bottom: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    margin-left: 15px
}

.floating-social-bar .social-item.whatsapp {
    background-color: #25d366
}

.floating-social-bar .social-item.instagram {
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)
}

.floating-social-bar .social-item.email {
    background-color: #fff;
    color: #ea4335;
    border: 1px solid #f0f0f0
}

.floating-social-bar .social-item.google {
    background-color: #4285f4;
    color: #fff
}

.floating-social-bar .social-item:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, .2)
}

.floating-social-bar .social-item i {
    transition: transform .3s ease
}

.floating-social-bar .social-item:hover i {
    transform: scale(1.15)
}

.whatsapp-float {
    display: none !important
}

#back-top {
    bottom: 30px
}

.whatsapp-btn-offcanvas {
    background-color: #25d366 !important;
    color: #fff !important;
    padding: 12px;
    font-size: 14px;
    display: block;
    border-radius: 8px;
    text-align: center;
    border: none !important;
    text-decoration: none !important;
    transition: none !important;
    animation: none !important;
    box-shadow: none !important;
    position: relative;
    z-index: 1
}

.whatsapp-btn-offcanvas i {
    color: #fff !important;
    background: 0 0 !important;
    box-shadow: none !important
}

.whatsapp-btn-offcanvas:active,
.whatsapp-btn-offcanvas:focus,
.whatsapp-btn-offcanvas:hover {
    background-color: #25d366 !important;
    color: #fff !important;
    transform: none !important;
    box-shadow: none !important;
    transition: none !important
}

.whatsapp-btn-offcanvas:hover i {
    transform: none !important
}

.subscribe-section {
    padding: 80px 0;
    background-color: #1a1c23;
    position: relative;
    z-index: 10
}

.subscribe-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px
}

.subscribe-content {
    max-width: 500px
}

.subscribe-content h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px
}

.subscribe-content p {
    color: #a0a0a0;
    font-size: 16px;
    line-height: 1.6
}

.subscribe-form {
    flex-grow: 1;
    max-width: 600px;
    position: relative
}

.subscribe-form input {
    width: 100%;
    height: 60px;
    background-color: #2a2d39;
    border: 1px solid #3a3d4d;
    border-radius: 50px;
    padding: 0 180px 0 30px;
    color: #fff;
    font-size: 16px;
    transition: all .3s ease
}

.subscribe-form input:focus {
    border-color: #007bff;
    outline: 0;
    background-color: #2f3242
}

.subscribe-form .subscribe-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    padding: 0 40px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease
}

.subscribe-form .subscribe-btn:hover {
    background-color: #0056b3;
    transform: scale(1.02)
}

@media (max-width:991px) {
    .subscribe-wrapper {
        flex-direction: column;
        text-align: center
    }

    .subscribe-content {
        max-width: 100%
    }

    .subscribe-form {
        width: 100%;
        max-width: 100%
    }
}

@media (max-width:575px) {
    .subscribe-form input {
        padding: 0 20px 0 20px;
        height: 120px;
        border-radius: 15px;
        text-align: center
    }

    .subscribe-form .subscribe-btn {
        position: relative;
        width: 100%;
        margin-top: 15px;
        right: 0;
        top: 0
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.tour-section .row {
    display: flex;
    flex-wrap: wrap
}

.tour-section .row>[class*=col-] {
    display: flex;
    flex-direction: column
}

.tour-box-items {
    transition: all .4s ease-in-out;
    border-radius: 28px !important;
    overflow: hidden;
    text-align: left;
    background: #fff;
    box-shadow: 10px 9px 106.6px 55px rgba(5, 6, 60, .04) !important;
    margin-bottom: 30px;
    border: 1px solid rgba(21, 20, 21, .05);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    cursor: pointer
}

.tour-box-items:hover {
    transform: translateY(-10px);
    box-shadow: 10px 15px 120px 60px rgba(5, 6, 60, .08) !important
}

.tour-box-items .thumb {
    position: relative;
    overflow: visible;
    height: 250px
}

.tour-box-items .thumb img {
    border-radius: 28px 28px 0 0 !important;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tour-box-items .price-badge {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: 90px;
    height: 45px;
    border-radius: 45px 45px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    box-shadow: 0 -8px 20px rgba(0, 0, 0, .06)
}

.tour-box-items .price-badge span {
    color: var(--theme-color);
    font-size: 26px;
    font-weight: 900;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .05)
}

.tour-box-items .content {
    padding: 35px 25px 30px !important;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.tour-box-items .content .tour-meta {
    margin-top: auto !important;
}

.tour-box-items .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px !important;
    font-family: Prompt, sans-serif;
    color: var(--header);
    line-height: 1.4;
    min-height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.tour-box-items .content h4 a {
    color: #4D40CA;
    transition: color 0.3s ease;
}

.tour-box-items:hover .content h4 a,
.tour-box-items .content h4 a:hover {
    color: #4D40CA;
}

.tour-box-items .tour-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.tour-box-items .tour-info-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #616161;
    font-size: 15px;
    font-weight: 600
}

.tour-box-items .tour-info-list li .icon-wrapper {
    width: 32px;
    height: 32px;
    background: rgba(77, 64, 202, .08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color);
    font-size: 14px
}

.tour-box-items .divider {
    border-top: 1px dashed rgba(21, 20, 21, .15);
    margin: 20px 0;
    width: 100%;
    margin-top: auto
}

.tour-box-items .theme-btn {
    width: 100% !important;
    margin: 15px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 25px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(77, 64, 202, .3);
    border: none;
    position: relative;
    z-index: 1;
    transition: all .4s cubic-bezier(.175, .885, .32, 1.275)
}

.tour-box-items .theme-btn span {
    margin-right: 0;
    font-size: 16px;
    font-weight: 800;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 999;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.tour-box-items .theme-btn i {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    background-color: #fff;
    color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.tour-box-items .theme-btn:hover {
    background: linear-gradient(to right, var(--theme-color-2), var(--theme-color));
    box-shadow: 0 10px 25px rgba(77, 64, 202, .45);
    transform: translateY(-3px) scale(1.01)
}

.tour-box-items .theme-btn:hover i {
    color: var(--theme-color-2);
    transform: scale(1.1)
}

.category-group {
    position: relative;
    padding: 10px 0;
    border-bottom: 2px solid rgba(21, 20, 21, .03)
}

.category-group:last-child {
    border-bottom: none
}

.category-group .section-title span {
    color: var(--theme-color-2) !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 800
}

.category-group .section-title h2 {
    font-size: 38px;
    margin-top: 10px;
    color: var(--header);
    font-weight: 800
}

@keyframes buttonPulse {
    0% {
        box-shadow: 0 4px 15px rgba(77, 64, 202, .3)
    }

    50% {
        box-shadow: 0 4px 25px rgba(77, 64, 202, .6)
    }

    100% {
        box-shadow: 0 4px 15px rgba(77, 64, 202, .3)
    }
}

.tour-box-items .theme-btn {
    animation: buttonPulse 3s infinite ease-in-out
}

.trending-destinations-card-items {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    transition: all .4s cubic-bezier(.175, .885, .32, 1.275);
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column
}

.trending-destinations-card-items:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15)
}

.trending-destinations-card-items .destinations-img {
    position: relative;
    overflow: hidden;
    height: 280px;
    flex-shrink: 0
}

.trending-destinations-card-items .destinations-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease
}

.trending-destinations-card-items:hover .destinations-img img {
    transform: scale(1.08)
}

.trending-destinations-card-items .destinations-img .icon {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    opacity: 0;
    transform: translateX(10px);
    transition: all .3s ease
}

.trending-destinations-card-items:hover .destinations-img .icon {
    opacity: 1;
    transform: translateX(0)
}

.trending-destinations-card-items .destinations-img .icon a {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color, #4d40ca);
    font-size: 18px;
    transition: all .3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15)
}

.trending-destinations-card-items .destinations-img .icon a:hover {
    background: var(--theme-color, #4d40ca);
    color: #fff;
    transform: rotate(45deg) scale(1.1)
}

.trending-destinations-card-items .destinations-content {
    padding: 25px;
    background: #fff;
    position: relative;
    list-style: none;
    margin: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.trending-destinations-card-items .destinations-content .title {
    margin: 0;
    padding: 0
}

.trending-destinations-card-items .destinations-content .title a {
    color: var(--header, #1a1a1a);
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    transition: color .3s ease;
    display: block;
    line-height: 1.3;
    font-family: Prompt, sans-serif
}

.trending-destinations-card-items .destinations-content .title a:hover {
    color: var(--theme-color, #4d40ca)
}

.trending-destinations-card-items .destinations-content .destination-info {
    margin: 0;
    padding: 0
}

.trending-destinations-card-items .destinations-content .destination-info p {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.trending-destinations-card-items .destinations-content .destination-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px 0;
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, .08);
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.trending-destinations-card-items .destinations-content .destination-meta span {
    color: #555;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px
}

.trending-destinations-card-items .destinations-content .destination-meta span i {
    color: var(--theme-color, #4d40ca);
    font-size: 15px
}

.trending-destinations-card-items .destinations-content .destination-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0
}

.trending-destinations-card-items .destinations-content .destination-highlights .badge {
    background: rgba(77, 64, 202, .08);
    border: 1px solid rgba(77, 64, 202, .2);
    color: var(--theme-color, #4d40ca);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: all .3s ease
}

.trending-destinations-card-items:hover .destinations-content .destination-highlights .badge {
    background: var(--theme-color, #4d40ca);
    color: #fff;
    border-color: var(--theme-color, #4d40ca);
    transform: translateY(-2px)
}

@media (max-width:991px) {
    .trending-destinations-card-items .destinations-img {
        height: 250px
    }

    .trending-destinations-card-items .destinations-content {
        padding: 20px
    }

    .trending-destinations-card-items .destinations-content .title a {
        font-size: 20px
    }

    .trending-destinations-card-items .destinations-content .destination-info p {
        font-size: 13px;
        -webkit-line-clamp: 2;
        line-clamp: 2
    }
}

@media (max-width:575px) {
    .trending-destinations-card-items .destinations-img {
        height: 220px
    }

    .trending-destinations-card-items .destinations-content {
        padding: 18px;
        gap: 12px
    }

    .trending-destinations-card-items .destinations-content .title a {
        font-size: 18px
    }

    .trending-destinations-card-items .destinations-content .destination-meta {
        flex-direction: column;
        gap: 10px;
        padding: 12px 0
    }

    .trending-destinations-card-items .destinations-content .destination-highlights .badge {
        font-size: 10px;
        padding: 5px 12px
    }
}

.hero-section.hero-4 {
    position: relative;
    overflow: hidden;
    min-height: 600px;
    background-color: #000
}

.hero-items,
.hero-slider,
.hero-slider .swiper-slide,
.hero-slider .swiper-wrapper {
    height: 100% !important;
    min-height: 600px
}

.tour-card-item .tour-image {
    position: relative;
    overflow: hidden;
    height: 300px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px
}

.tour-card-item .tour-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.25, .46, .45, .94)
}

.tour-card-item:hover .tour-image img {
    transform: scale(1.1)
}

.tour-card-item .tour-content h4 {
    min-height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px
}

.offer-badge {
    display: inline-block;
    background: var(--theme-color-2);
    color: #fff;
    padding: 8px 22px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(251, 91, 50, .4);
    animation: badgePulse 2s infinite ease-in-out
}

.tour-card-item .tour-image .offer-badge,
.tour-image .offer-badge {
    position: absolute;
    top: 20px;
    left: 20px
}

@keyframes badgePulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}

.price-box {
    margin-top: 10px
}

.original-price {
    text-decoration: line-through;
    color: #8e8f8f;
    font-size: 16px;
    margin-right: 10px;
    font-weight: 500
}

.deal-price {
    color: var(--theme-color-2);
    font-size: 20px;
    font-weight: 800
}

.skeleton-loader {
    position: relative;
    overflow: hidden
}

.skeleton-loader::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, 0) 100%);
    animation: shimmer 2s infinite
}

@keyframes shimmer {
    100% {
        transform: translateX(100%)
    }
}

.hero-static-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none
}

.hero-static-overlay .container {
    pointer-events: all
}

.hero-static-overlay .hero-content {
    text-align: left
}

.hero-static-overlay .hero-content h1,
.hero-static-overlay .hero-content p {
    color: #fff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .5)
}

.hero-static-overlay .hero-content h6 {
    color: #fb5b32 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .3)
    
}

.hero-static-overlay .hero-content h1 {
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 20px
}

.hero-static-overlay .hero-content h1 .shape-text {
    position: relative;
    display: inline-block
}

.hero-static-overlay .hero-content h1 .shape-text::before {
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: -1;
    right: 0;
    content: "";
    width: 100%;
    height: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/hero/new/line-2.webp);
    background-position: center
}

.hero-static-overlay .hero-content p {
    font-size: 20px;
    max-width: 600px;
    margin-bottom: 30px
}

@media (max-width:991px) {
    .hero-section.hero-4 {
        height: auto;
        min-height: auto;
        padding: 100px 0
    }

    .hero-static-overlay {
        position: relative;
        top: 0;
        transform: none;
        padding-top: 50px;
        z-index: 11
    }

    .hero-slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important
    }

    .hero-static-overlay .hero-content h1 {
        font-size: 40px
    }

    .hero-static-overlay .hero-content h1 .shape-text::before {
        height: 15px;
        bottom: -8px;
        background-size: contain
    }
}

.hero-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero-items .hero-bg {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center center
}

@media (max-width:991px) {
    .hero-items .hero-bg {
        object-position: center center
    }

    .hero-slider,
    .hero-slider .swiper-slide,
    .hero-slider .swiper-wrapper {
        min-height: 100% !important
    }
}

@media (max-width:767px) {
    .hero-items .hero-bg {
        object-position: 60% center
    }
}

@media (max-width:575px) {
    .hero-items .hero-bg {
        object-position: 65% center
    }
}

.hero-static-overlay .container>.row {
    display: flex;
    align-items: stretch
}

.hero-static-overlay .contact-form-box,
.hero-static-overlay .hero-content {
    display: flex;
    flex-direction: column;
    height: 100%
}

.hero-static-overlay .contact-form-hero-button-wrapper,
.hero-static-overlay .hero-button {
    margin-top: auto;
    padding-top: 20px
}

.hero-static-overlay .hero-content h1 {
    margin-bottom: 30px
}

.hero-static-overlay .hero-content p {
    margin-bottom: 40px
}

.hero-static-overlay .section-title {
    text-align: left
}

.hero-static-overlay .text1 {
    display: block;
    margin-bottom: 5px;
    padding-left: 0 !important
}

.hero-static-overlay .theme-btn {
    min-width: 190px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px !important;
    text-align: center;
    border-radius: 72px
}

.hero-static-overlay .theme-btn span {
    margin-right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px
}

.hero-static-overlay .theme-btn i {
    position: static;
    width: auto;
    height: auto;
    line-height: normal;
    background-color: transparent !important;
    border-radius: 0;
    color: inherit;
    font-size: 16px;
    display: inline-block
}

.hero-static-overlay .container>.row {
    display: flex;
    align-items: stretch
}

.hero-static-overlay .contact-form-box,
.hero-static-overlay .hero-content {
    display: flex;
    flex-direction: column;
    height: 100%
}

.hero-static-overlay .contact-form-hero-button-wrapper,
.hero-static-overlay .hero-button {
    margin-top: auto;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px
}

.hero-static-overlay .hero-content {
    text-align: left
}

.hero-static-overlay .hero-button {
    justify-content: flex-start
}

.preloader .logo-loading {
    margin-bottom: 20px;
    animation: pulseLogo 2s infinite ease-in-out
}

.preloader .logo-loading img {
    max-width: 550px;
    height: auto
}

@keyframes pulseLogo {
    0% {
        transform: scale(1);
        opacity: .8
    }

    50% {
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: .8
    }
}

.glass-form {
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, .1) !important;
    border-radius: 20px !important;
    padding: 40px !important;
    box-shadow: none !important
}

.glass-form .section-title h2 {
    color: #fff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .3)
}

.glass-form .form-clt input,
.glass-form .form-clt select,
.glass-form .form-clt textarea {
    background: rgba(114, 92, 92, .15) !important;
    border: 1px solid rgba(255, 255, 255, .15) !important;
    border-radius: 4px !important;
    color: #fff !important;
    padding: 12px 15px !important;
    width: 100% !important;
    margin-bottom: 5px;
    transition: all .3s ease;
    font-size: 15px
}

.glass-form .form-clt select option {
    background: #1a1c23;
    color: #fff
}

.glass-form .form-clt textarea {
    height: 70px !important;
    resize: none !important
}

.glass-form .form-clt input::placeholder,
.glass-form .form-clt textarea::placeholder {
    color: rgba(255, 255, 255, .7) !important
}

.glass-form .form-clt input:focus,
.glass-form .form-clt select:focus,
.glass-form .form-clt textarea:focus {
    background: rgba(255, 255, 255, .1) !important;
    border-color: rgba(255, 255, 255, .3) !important;
    outline: 0;
    box-shadow: 0 0 10px rgba(255, 255, 255, .05)
}

.glass-form-light {
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .05) !important
}

.glass-form-light .form-clt input,
.glass-form-light .form-clt select,
.glass-form-light .form-clt textarea {
    background: #f8f9fa !important;
    border: 1px solid #ddd !important;
    color: #333 !important
}

.glass-form-light .form-clt input::placeholder,
.glass-form-light .form-clt textarea::placeholder {
    color: #777 !important
}

.glass-form-light .form-clt input:focus,
.glass-form-light .form-clt select:focus,
.glass-form-light .form-clt textarea:focus {
    background: #fff !important;
    border-color: var(--theme-color) !important;
    box-shadow: 0 0 10px rgba(77, 64, 202, .1)
}

.glass-form .theme-btn-2 {
    background: #fff !important;
    color: var(--theme-color) !important;
    border: none !important;
    font-weight: 700 !important;
    transition: all .3s ease !important
}

.glass-form .theme-btn-2:hover {
    background: var(--theme-color) !important;
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3) !important
}

@media (max-width:767px) {
    .preloader .logo-loading img {
        max-width: 80%;
        height: auto
    }

    .hero-static-overlay .hero-content h1 {
        font-size: 36px;
        line-height: 1.2
    }

    .hero-static-overlay .hero-content h1 .shape-text::before {
        height: 12px;
        bottom: -6px;
        background-size: contain
    }

    .hero-static-overlay .hero-content p {
        font-size: 16px;
        margin-bottom: 20px
    }

    .hero-static-overlay .contact-form-box.glass-form {
        padding: 25px !important;
        margin-top: 30px
    }

    .hero-static-overlay .hero-button {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px
    }

    .hero-static-overlay .hero-button .theme-btn {
        width: 100%;
        margin: 0 !important
    }

    .hero-static-overlay .contact-form-hero-button-wrapper .theme-btn {
        width: 100%;
        margin: 0 !important
    }

    .hero-section.hero-4 {
        min-height: auto;
        padding-bottom: 50px
    }
}

@media (max-width:575px) {
    .hero-static-overlay .hero-content h1 {
        font-size: 30px
    }

    .hero-static-overlay .hero-content h1 .shape-text::before {
        height: 10px;
        bottom: -4px
    }

    .glass-form .section-title h2 {
        font-size: 24px
    }
}

#toast-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.toast-item {
    background: #fff;
    color: #333;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 300px;
    transform: translateX(-120%);
    transition: all .4s cubic-bezier(.68, -.55, .265, 1.55);
    border-left: 5px solid #4d40ca
}

.toast-item.show {
    transform: translateX(0)
}

.toast-item.success {
    border-left-color: #28a745
}

.toast-item.error {
    border-left-color: #dc3545
}

.toast-item.info {
    border-left-color: #4d40ca
}

.toast-item i {
    font-size: 20px
}

.toast-item.success i {
    color: #28a745
}

.toast-item.error i {
    color: #dc3545
}

.toast-item.info i {
    color: #4d40ca
}

.toast-message {
    font-weight: 500;
    font-size: 14px
}

.toast-close {
    margin-left: auto;
    background: 0 0;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #999
}

.tour-booking-section.glass-form {
    background: #f8f9fa;
    border: 1px solid #eee !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05)
}

.tour-booking-section .form-label {
    font-weight: 600;
    font-size: 14px;
    color: #444;
    margin-bottom: 8px
}

.tour-booking-section .form-clt input,
.tour-booking-section .form-clt textarea {
    border-radius: 6px !important;
    border: 1px solid #ddd !important;
    padding: 12px 15px !important;
    background: #fff !important;
    color: #333 !important
}

.tour-booking-section .form-clt input::placeholder {
    color: #aaa !important
}

.tour-booking-section .theme-btn {
    padding: 15px !important;
    font-size: 16px !important;
    font-weight: 700 !important
}

.single-blog-post {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    transition: all .4s ease;
    border: 1px solid rgba(0, 0, 0, .03);
    height: 100%;
    display: flex;
    flex-direction: column
}

.single-blog-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, .1)
}

.single-blog-post .post-content.pb-0 {
    padding: 25px 25px 0;
    height: 185px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff
}

.single-blog-post .post-meta {
    margin-bottom: 12px;
    display: flex;
    gap: 15px;
    font-size: 13px;
    color: #888;
    flex-shrink: 0
}

.single-blog-post h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.single-blog-post h2 a {
    color: var(--header);
    text-decoration: none;
    transition: color .3s ease
}

.single-blog-post h2 a:hover {
    color: var(--theme-color)
}

.single-blog-post .post-featured-thumb {
    height: 240px;
    overflow: hidden;
    position: relative;
    width: 100%;
    flex-shrink: 0
}

.single-blog-post .post-featured-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease
}

.single-blog-post:hover .post-featured-thumb img {
    transform: scale(1.05)
}

.single-blog-post .post-content.pt-3 {
    padding: 20px 25px 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.single-blog-post p {
    color: #160707;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1
}

.blog-post-details {
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .03)
}

.blog-post-details #blogTitle {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
    color: var(--header)
}

@media (max-width:767px) {
    .blog-post-details #blogTitle {
        font-size: 30px
    }

    .blog-post-details {
        padding: 20px
    }
}

.blog-post-details .post-meta {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0
}

.blog-post-details #blogContent {
    font-size: 17px;
    line-height: 1.8;
    color: #444
}

.blog-post-details #blogContent p {
    margin-bottom: 25px
}

.blog-post-details .post-featured-thumb img {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

#blog-container {
    display: flex;
    flex-wrap: wrap
}

#blog-container .wow {
    display: flex !important;
    flex-direction: column;
    margin-bottom: 30px
}

.news-box-items-4 {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    transition: transform .3s ease
}

.news-box-items-4:hover {
    transform: translateY(-5px)
}

.news-box-items-4 .news-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 30px 25px !important
}

.news-box-items-4 .news-content h3 {
    min-height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 25px !important;
    border-bottom: 1px dashed rgba(21, 20, 21, .1);
    padding-bottom: 20px
}

.news-box-items-4 .news-content .link-btn {
    margin-top: auto;
    padding-top: 15px;
    width: 100%;
    color: var(--theme-color);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px
}

.news-box-items-4 .news-content .link-btn:hover {
    color: var(--theme-color-2)
}

.news-box-items-4 .news-img .post-date {
    top: 20px !important;
    left: 20px !important
}

.news-box-items-4 .stretched-link::after,
.tour-box-items .stretched-link::after,
.trending-destinations-card-items .stretched-link::after {
    z-index: 15
}

.testimonial-box-items-4 {
    background: #fff !important;
    padding: 40px !important;
    border-radius: 24px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .06) !important;
    border: 1px solid rgba(0, 0, 0, .12) !important;
    margin-top: 0 !important;
    transition: all .4s cubic-bezier(.165, .84, .44, 1) !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

.testimonial-box-items-4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: linear-gradient(to right, var(--theme-color-2, #00c9ff), var(--theme-color, #4d40ca));
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    z-index: 10
}

.testimonial-box-items-4:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .1) !important;
    border-color: rgba(77, 64, 202, .4) !important;
    background: #fcfcfc !important
}

.testimonial-box-items-4:hover::after {
    width: 100%
}

.testimonial-box-items-4 .star {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    color: #ffb800 !important;
    font-size: 14px
}

.testimonial-box-items-4 .icon {
    position: absolute !important;
    top: 30px !important;
    right: 30px !important;
    margin: 0 !important;
    opacity: .15;
    transition: all .3s ease
}

.testimonial-box-items-4 .icon img {
    width: 45px !important
}

.testimonial-box-items-4:hover .icon {
    opacity: .3;
    transform: scale(1.1) rotate(-10deg)
}

.testimonial-box-items-4 h3 {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.7 !important;
    color: #333 !important;
    font-family: Prompt, sans-serif !important;
    font-style: italic !important;
    margin-bottom: 30px !important;
    flex-grow: 1;
    position: relative;
    z-index: 2
}

.testimonial-box-items-4 .client-info {
    border-top: 1px solid rgba(0, 0, 0, .08) !important;
    padding-top: 25px !important;
    margin-top: auto !important;
    display: flex;
    flex-direction: column;
    gap: 4px !important
}

.testimonial-box-items-4 .client-info h4 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin-bottom: 0 !important;
    font-family: Prompt, sans-serif !important
}

.testimonial-box-items-4 .client-info span {
    color: var(--theme-color, #4d40ca) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px
}

.testimonial-slider-4 {
    padding: 20px 20px 50px !important;
    margin: -20px -20px -30px !important
}

.testimonial-slider-4 .swiper-wrapper {
    display: flex !important;
    align-items: stretch !important
}

.testimonial-slider-4 .swiper-slide {
    height: auto !important;
    display: flex !important
}

.breadcrumb-wrapper {
    padding: 120px 0 !important;
    position: relative;
    overflow: hidden
}

.breadcrumb-wrapper .container-fluid {
    padding: 0 15px !important;
    max-width: 1200px;
    margin: 0 auto
}

.breadcrumb-wrapper .page-heading h1 {
    font-size: 42px !important;
    line-height: 1.2;
    margin-top: 10px
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
    margin-bottom: 15px !important;
    flex-wrap: wrap
}

@media (max-width:991px) {
    .breadcrumb-wrapper {
        padding: 100px 0 !important
    }

    .breadcrumb-wrapper .page-heading h1 {
        font-size: 32px !important
    }
}

@media (max-width:767px) {
    .breadcrumb-wrapper {
        padding: 80px 0 !important
    }

    .breadcrumb-wrapper .page-heading h1 {
        font-size: 26px !important
    }

    .breadcrumb-wrapper .page-heading .breadcrumb-items {
        gap: 10px !important;
        justify-content: center
    }

    .breadcrumb-wrapper .page-heading .breadcrumb-items li {
        font-size: 14px !important
    }
}

@media (max-width:480px) {
    .breadcrumb-wrapper {
        padding: 60px 0 !important
    }

    .breadcrumb-wrapper .page-heading h1 {
        font-size: 22px !important
    }
}