:root {
    --primary-color: #243f88;
    --secondary-color: #dd1e3c;
    --white-color: #ffffff;
}

html {
    scroll-behavior: smooth;
}

.text-danger {
    color: #dc3545 !important;
}

.is-invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.is-invalid:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.alert-success {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--white-color) !important;
    padding: 14px 18px;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    /* margin-bottom: 20px; */
    display: flex;
    align-items: center;
    gap: 10px;
}

.alert-success svg {
    width: 18px;
    height: 18px;
    fill: var(--primary-color);
}

.alert-danger {
    background-color: #dc3545;
    border: 1px solid #dc3545;
    color: var(--white-color);
    padding: 14px 18px;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    /* margin-bottom: 20px; */
    display: flex;
    align-items: center;
    gap: 10px;
}

section.relative.py-90 {
    position: relative;
    /* background: url('../images/banner/bg-video.jpg') center center / cover no-repeat; */
    /* background-attachment: fixed; */
    overflow: hidden;
}

section.relative.py-90 .overlay.image {
    display: none;
}

.card-box-style-1 .compare-details i {
    color: var(--primary-color);
}

.card-box-style-1 .compare-details:hover i {
    color: var(--white-color) !important;
}

.social-share {
    display: flex;
    align-items: center;
    gap: 12px;
}

.share-label {
    font-weight: 600;
    color: #333;
    margin-right: 8px;
}

.social-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--white-color) !important;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.social-btn i {
    color: white !important;
}

.social-btn.fb {
    background: #1877f2;
}

.social-btn.tw {
    background: #111;
}

.social-btn.wa {
    background: #25d366;
}

.social-btn.link {
    background: #f06272;
}

.social-btn:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.social-btn:active {
    transform: scale(0.95);
}

.social-btn.ln {
    background: #0a66c2;
}

.social-btn.tg {
    background: #229ED9;
}

.ss-wrap {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    width: 44px;
    height: 270px;
}

.ss-wrap a {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px;
    width: 44px;
    color: var(--white-color);
    text-decoration: none;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
    transition: width 0.4s cubic-bezier(.4, 0, .2, 1);
}

.ss-wrap a:nth-child(1) {
    top: 0px;
}

.ss-wrap a:nth-child(2) {
    top: 46px;
}

.ss-wrap a:nth-child(3) {
    top: 92px;
}

.ss-wrap a:nth-child(4) {
    top: 138px;
}

.ss-wrap a:nth-child(5) {
    top: 184px;
}

.ss-wrap a:nth-child(6) {
    top: 230px;
}

.ss-wrap a .ico {
    width: 44px;
    min-width: 44px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ss-wrap a i {
    font-size: 17px;
}

.ss-wrap a .lbl {
    color: white !important;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-family: sans-serif;
    order: -1;
    padding-left: 14px;
}

.ss-wrap a.active {
    width: 150px;
}

.ss-wrap a.active .lbl {
    opacity: 1;
}

.fb {
    background: #1877F2;
}

.ins {
    background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.wa {
    background: #25D366;
}

.wb {
    background: #555;
}

.tw {
    background: #000;
}

.yt {
    background: #FF0000;
}

.progress-wrap {
    background-color: var(--secondary-color) !important;
}

.widget-links li a {
    color: var(--white-color) !important;
}

.box-content .box-content--effect {
    background-color: var(--primary-color) !important;
}

.book-now-btn {
    background-color: var(--secondary-color) !important;
}

.bg-secondary-2 {
    background-color: var(--secondary-color) !important;
    border: 1px solid var(--secondary-color) !important;
}

.primary-color {
    background-color: var(--secondary-color) !important;
}

.card-box-style-1 .compare-details {
    border: 2px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    font-weight: bold;
}

.card-box-style-1 .compare-details i {
    color: var(--primary-color) !important;
}

.card-box-style-1 .compare-details:hover {
    border: 2px solid var(--primary-color) !important;
    color: var(--white-color) !important;
}

.card-box-style-1 .compare-details::after {
    background-color: var(--primary-color) !important;
}

.card-box-style-1:hover .compare-details,
.card-box-style-1:hover .compare-details i {
    color: var(--white-color) !important;
}

.h-550 {
    height: 550px !important;
}

/* Tablet */
@media (max-width: 991px) {

    .swiper-container.page-title--slider.sw-single,
    .sw-single .swiper-slide {
        height: 350px !important;
    }

    .page-title--title {
        font-size: 15px;
    }

    .page-title.h-550 {
        height: 200px !important;
    }

    .page-title {
        min-height: 200px !important;
    }

    .page-title--content {
        display: none !important;
    }
}

/* Mobile */
@media (max-width: 576px) {

    .swiper-container.page-title--slider.sw-single,
    .sw-single .swiper-slide {
        height: 200px !important;
    }

    .page-title--title {
        font-size: 10px;
    }

    .page-title.h-550 {
        height: 200px !important;
    }

    .page-title--content {
        display: none !important;
    }
}

.footer-social-icons:hover i {
    color: black !important;
}

#main-nav-mobile {
    background-color: var(--primary-color) !important;
}

.footer-book-now-btn,
.footer-book-service-btn,
.footer-book-now-btn::before,
.footer-book-service-btn::before,
.footer-book-now-btn::after,
.footer-book-service-btn::after {
    background-color: var(--secondary-color) !important;
}

.whatsapp-float {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 9999;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #128C7E;
    /* Dark WhatsApp Green */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    animation: pulseWhatsapp 1.8s infinite;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.08);
}

@keyframes pulseWhatsapp {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(18, 140, 126, 0.7);
    }

    70% {
        transform: scale(1.08);
        box-shadow: 0 0 0 18px rgba(18, 140, 126, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(18, 140, 126, 0);
    }
}

.mt-responsive {
    margin-top: 1.5rem;
    /* small screens */
}

.footer-link {
    text-align: end;
}

@media (min-width: 768px) {
    .mt-responsive {
        margin-top: 1.5rem;
        /* medium screens */
    }
}

@media (min-width: 992px) {
    .mt-responsive {
        margin-top: 0;
        /* large screens */
    }
}

.footer .footer-contact {
    display: grid !important;
}

@media (max-width: 991px) {

    .footer .footer-contact,
    .footer .footer-links {
        margin-top: 50px !important;
    }

    .footer .footer-contact,
    .footer .footer-links2 {
        margin-top: 30px !important;
    }

    .footer-book-now-btn,
    .footer-book-service-btn {
        margin-top: -30px !important;
    }

    .footer-link {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .footer-bottom-links-wrapper {
        display: flex;
        justify-content: flex-end;
    }
}

@media (max-width: 991px) {
    .footer-bottom-links-wrapper {
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .footer-copyright {
        text-align: left !important;
    }
}

.text-lg-start {
    text-align: left !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-md-center {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .text-sm-center {
        text-align: center !important;
    }
}