:root {
    --tp-theme-1: #021870;
    --tp-theme-primary: #021870;
    --tp-theme-color: #021870;
    --tp-theme-2: #0f683b;
    --tp-theme-secondary: #0f683b;
}

#loading {
    pointer-events: none;
}

.tp-preloader-alt {
    background:
        radial-gradient(circle at top, rgba(2, 24, 112, 0.06), transparent 38%),
        linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
}

.tp-preloader-alt__panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-width: 220px;
    padding: 28px 32px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(2, 24, 112, 0.08);
    box-shadow: 0 24px 60px rgba(2, 24, 112, 0.10);
    backdrop-filter: blur(8px);
}

.tp-preloader-alt__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    min-height: 72px;
}

.tp-preloader-alt__logo {
    display: block;
    max-width: 180px;
    max-height: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.tp-preloader-alt__text {
    display: grid;
    gap: 4px;
    text-align: center;
    color: #021870;
}

.tp-preloader-alt__text span {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b7690;
}

.tp-preloader-alt__text strong {
    font-size: 18px;
    line-height: 1;
}

.tp-preloader-alt__dots {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.tp-preloader-alt__dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #021870, #0f683b);
    animation: tp-preloader-alt-bounce 1s infinite ease-in-out;
}

.tp-preloader-alt__dots span:nth-child(2) {
    animation-delay: 0.15s;
}

.tp-preloader-alt__dots span:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes tp-preloader-alt-bounce {
    0%, 80%, 100% {
        transform: translateY(0);
        opacity: 0.45;
    }
    40% {
        transform: translateY(-7px);
        opacity: 1;
    }
}

.hero-links {
    display: inline-block;
    width: min(100%, 1000px);
}

.hero-links__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(2, 24, 112, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(6px);
}

.hero-links__item {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
    color: #021870;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
}

.hero-links__item + .hero-links__item {
    border-left: 1px solid rgba(2, 24, 112, 0.08);
}

.hero-links__item:hover {
    transform: translateY(-1px);
}

.hero-links__item--secondary {
    background: linear-gradient(135deg, rgba(15, 104, 59, 0.90), rgba(15, 104, 59, 0.82));
    color: #ffffff;
}

.hero-links__item--light {
    background: rgba(255, 255, 255, 0.98);
    color: #021870;
    border-left: 1px solid rgba(2, 24, 112, 0.08);
    border-right: 1px solid rgba(2, 24, 112, 0.08);
}

.hero-links__item--primary {
    background: linear-gradient(135deg, rgba(2, 24, 112, 0.90), rgba(2, 24, 112, 0.82));
    color: #ffffff;
}

.hero-links__label {
    display: block;
    width: 100%;
    text-align: center;
}

@media (max-width: 767.98px) {
    .hero-links {
        width: 100%;
    }

    .hero-links__grid {
        border-radius: 24px;
        grid-template-columns: 1fr;
    }

    .hero-links__item + .hero-links__item {
        border-left: 0;
        border-top: 1px solid rgba(2, 24, 112, 0.08);
    }
}

.tp-header-two .tp-main-menu nav > ul > li > a {
    padding: 10px 15px 10px 15px;
}
.tp-header-two .tp-main-menu nav > ul > li.has-dropdown > a {
    padding: 10px 30px 10px 15px;
}
.tp-header-two .tp-header-logo{
    margin-left: 30px;
    margin-right: 30px;
}
.has-dropdown{
    width: auto;
}
.tp-menu-dropdown nav ul li .sub-menu li a{
    display: inline-flex;
}
.earth{
    background-image: url(../../common/images/preloader/map.png);
}

.tp-destination-two-thumb {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.tp-destination-two-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tp-blog-two-thumb {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.tp-blog-two-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tp-brands-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tp-brands-item a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tp-brands-item img {
    max-height: 64px;
    width: auto;
    object-fit: contain;
    display: block;
}

.tp-tour-currency-group {
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 18px;
}

.tp-tour-currency-btn {
    min-height: 42px;
    padding: 10px 18px;
    border: 1px solid rgba(2, 24, 112, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #021870;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    box-shadow: 0 6px 16px rgba(2, 24, 112, 0.06);
}

.tp-tour-currency-btn.is-active {
    background: linear-gradient(135deg, rgba(2, 24, 112, 0.95), rgba(2, 24, 112, 0.84));
    color: #ffffff;
    border-color: transparent;
}

.tp-tour-currency-code {
    display: inline-flex;
    align-items: center;
}

.tp-tour-currency-symbol {
    opacity: 0.8;
    font-weight: 600;
}

.tp-tour-thumb {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.tp-tour-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tp-tour-list-airline-inline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 26px;
    padding: 4px 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 24px rgba(2, 24, 112, 0.10);
    overflow: hidden;
}

.tp-tour-list-airline-inline img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.tp-tour-hotels-inline-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
}

.tp-tour-hotel-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    max-width: 280px;
    min-height: 52px;
    padding: 8px 12px;
    border: 1px solid rgba(2, 24, 112, 0.14);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 22px rgba(2, 24, 112, 0.07);
    text-decoration: none;
    color: inherit;
}

.tp-tour-hotel-chip:hover {
    border-color: rgba(2, 24, 112, 0.24);
    box-shadow: 0 12px 26px rgba(2, 24, 112, 0.12);
}

.tp-tour-hotel-chip-thumb {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    overflow: hidden;
    flex: 0 0 auto;
    background: #f2f4fb;
}

.tp-tour-hotel-chip-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tp-tour-hotel-chip-name {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 700;
    color: #021870;
}

.tp-tour-hotel-chip-empty {
    background: transparent;
    box-shadow: none;
    border-style: dashed;
}

.tp-tour-list-compact .tp-tour-item {
    padding: 16px;
    align-items: stretch;
    gap: 16px;
    overflow: hidden;
    /* max-height: 390px; */
}

.tp-tour-list-compact .tp-tour-thumb {
    width: 360px;
    flex: 0 0 360px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
}

.tp-tour-list-compact .tp-tour-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    min-width: 0;
    overflow: hidden;
}

.tp-tour-list-compact .tp-tour-title {
    font-size: 18px;
    margin-bottom: 8px;
}

.tp-tour-list-compact .tp-tour-info {
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.tp-tour-list-compact .tp-tour-footer {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
}

.tp-tour-list-compact .tp-tour-hotels-inline-wrap {
    min-width: 0;
    overflow: visible;
    flex-wrap: wrap;
}

.tp-tour-list-compact .tp-tour-hotel-chip {
    max-width: none;
}

.tp-tour-list-compact .tp-tour-btn {
    justify-self: end;
}

.tp-tour-list-compact .tp-tour-new-price {
    font-size: 22px;
}

.tp-tour-list-compact .tp-tour-price-slots {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    margin-bottom: 1rem;
}

.tp-tour-list-compact .tp-tour-price-slot {
    min-width: 126px;
    border: 1px solid rgba(2,24,112,.10);
    border-radius: 14px;
    padding: 10px 12px;
    background: #fff;
    flex: 0 0 auto;
}

.tp-tour-list-compact .tp-tour-price-slot .tp-tour-top-price {
    margin-bottom: 2px;
}

@media (max-width: 991.98px) {
    .tp-tour-list-compact .tp-tour-thumb {
        width: 100%;
        flex: 0 0 auto;
        aspect-ratio: 16 / 9;
    }

    .tp-tour-list-compact .tp-tour-item {
        max-height: none;
    }
}

@media (max-width: 767.98px) {
    .tp-tour-list-compact .tp-tour-dec {
        display: block;
        margin-bottom: 14px;
        line-height: 1.55;
    }

    .tp-tour-list-compact .tp-tour-info {
        clear: both;
        margin-top: 0;
    }

    .tp-tour-list-compact .tp-tour-price-slots {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        flex-wrap: initial;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .tp-tour-list-compact .tp-tour-price-slot {
        min-width: 0;
    }

    .tp-tour-list-compact .tp-tour-price-slot:nth-child(3) {
        grid-column: 1 / -1;
    }

    .tp-tour-list-compact .tp-tour-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .tp-tour-list-compact .tp-tour-hotels-inline-wrap {
        flex-direction: column;
        align-items: stretch;
        overflow: visible;
    }

    .tp-tour-list-compact .tp-tour-hotel-chip {
        width: 100%;
        max-width: none;
    }

    .tp-tour-list-compact .tp-tour-btn,
    .tp-tour-list-compact .tp-btn-sm {
        width: 100%;
    }
}

@media (max-width: 574.98px) {
    .tp-tour-list-compact .tp-tour-price-slots {
        grid-template-columns: 1fr;
    }
}

.tp-tour-list .tp-tour-dec,
.tp-tour-list-compact .tp-tour-dec,
.tp-tour-alt-card .tp-tour-dec {
    display: block;
    margin-bottom: 16px;
    line-height: 1.6;
}

.tp-tour-list .tp-tour-info,
.tp-tour-list-compact .tp-tour-info,
.tp-tour-alt-card .tp-tour-info {
    margin-top: 16px;
}

.tp-tour-list-compact .tp-tour-footer {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: start;
}

.tp-tour-list-compact .tp-tour-hotels-inline-wrap {
    min-width: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
}

.tp-tour-list-compact .tp-tour-hotel-chip {
    width: 100%;
    max-width: none;
}

.tp-tour-list-compact .tp-tour-hotel-chip-name {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.25;
}

@media (max-width: 767.98px) {
    .tp-tour-list .tp-tour-item,
    .tp-tour-list-compact .tp-tour-item {
        padding: 16px;
        gap: 14px;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .tp-tour-list .tp-tour-thumb,
    .tp-tour-list-compact .tp-tour-thumb {
        width: 100%;
        flex: 0 0 auto;
        aspect-ratio: 16 / 9;
        height: auto;
    }

    .tp-tour-list .tp-tour-content,
    .tp-tour-list-compact .tp-tour-content {
        width: 100%;
        padding: 0;
        min-width: 0;
    }

    .tp-tour-list .tp-tour-meta,
    .tp-tour-list-compact .tp-tour-meta {
        align-items: flex-start;
        gap: 8px;
    }

    .tp-tour-list .tp-tour-meta > div,
    .tp-tour-list-compact .tp-tour-meta > div {
        width: 100%;
        justify-content: flex-start;
    }

    .tp-tour-list .tp-tour-review-score,
    .tp-tour-list-compact .tp-tour-review-score {
        font-size: 13px;
    }

    .tp-tour-list .tp-tour-dec,
    .tp-tour-list-compact .tp-tour-dec {
        display: block;
        margin-bottom: 14px;
        line-height: 1.55;
    }

    .tp-tour-list .tp-tour-info,
    .tp-tour-list-compact .tp-tour-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        clear: both;
        padding-bottom: 14px;
        margin-bottom: 14px;
        margin-top: 0;
    }

    .tp-tour-list .tp-tour-info > span,
    .tp-tour-list .tp-tour-info a,
    .tp-tour-list-compact .tp-tour-info > span,
    .tp-tour-list-compact .tp-tour-info a {
        width: 100%;
        display: grid;
        grid-template-columns: 16px minmax(0, 1fr);
        column-gap: 6px;
        align-items: start;
        margin-right: 0;
        padding-right: 0;
        line-height: 1.35;
        font-size: 13px;
        white-space: normal;
    }

    .tp-tour-list .tp-tour-info > span:not(:last-child)::before,
    .tp-tour-list .tp-tour-info a:not(:last-child)::before,
    .tp-tour-list-compact .tp-tour-info > span:not(:last-child)::before,
    .tp-tour-list-compact .tp-tour-info a:not(:last-child)::before {
        display: none;
    }

    .tp-tour-list .tp-tour-info > span svg,
    .tp-tour-list .tp-tour-info a svg,
    .tp-tour-list-compact .tp-tour-info > span svg,
    .tp-tour-list-compact .tp-tour-info a svg {
        margin-right: 0;
        margin-top: 2px;
        flex-shrink: 0;
    }

    .tp-tour-list .tp-tour-price-slots,
    .tp-tour-list-compact .tp-tour-price-slots {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        flex-wrap: initial;
    }

    .tp-tour-list .tp-tour-price-slot,
    .tp-tour-list-compact .tp-tour-price-slot {
        min-width: 0;
        width: 100%;
    }

    .tp-tour-list .tp-tour-price-slot:nth-child(3),
    .tp-tour-list-compact .tp-tour-price-slot:nth-child(3) {
        grid-column: 1 / -1;
    }

    .tp-tour-list .tp-tour-new-price,
    .tp-tour-list-compact .tp-tour-new-price {
        font-size: 20px;
    }

    .tp-tour-list .tp-tour-footer,
    .tp-tour-list-compact .tp-tour-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .tp-tour-list .tp-tour-hotels-inline-wrap,
    .tp-tour-list-compact .tp-tour-hotels-inline-wrap {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        overflow: visible;
        gap: 8px;
    }

    .tp-tour-list .tp-tour-hotel-chip,
    .tp-tour-list-compact .tp-tour-hotel-chip {
        width: 100%;
        max-width: none;
    }

    .tp-tour-list .tp-tour-btn,
    .tp-tour-list-compact .tp-tour-btn {
        width: 100%;
    }

    .tp-tour-list .tp-btn-sm,
    .tp-tour-list-compact .tp-btn-sm {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 574.98px) {
    .tp-tour-list .tp-tour-price-slots,
    .tp-tour-list-compact .tp-tour-price-slots {
        grid-template-columns: 1fr;
    }
}

/* Public title scale override */
.tp-section-title,
.tp-breadcrumb-title,
.tp-tour-details-title,
.tp-team-title,
.tp-offcanvas-title,
.tp-testimonial-avatar-title,
.tp-blog-two-title,
.tp-destination-two-title,
.tp-tour-title {
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.tp-section-title {
    font-size: clamp(1.7rem, 1.2rem + 1.4vw, 2.8rem);
}

.tp-breadcrumb-title {
    font-size: clamp(2rem, 1.4rem + 2vw, 3.5rem);
}

.tp-tour-details-title {
    font-size: clamp(1.35rem, 1.1rem + 1vw, 2.1rem);
}

.tp-team-title {
    font-size: clamp(1.15rem, 1rem + .7vw, 1.6rem);
}

.tp-offcanvas-title {
    font-size: clamp(1.1rem, 1rem + .6vw, 1.5rem);
}

.tp-testimonial-avatar-title {
    font-size: 1rem;
}

.tp-blog-two-title {
    font-size: clamp(1.05rem, .96rem + .45vw, 1.3rem);
}

.tp-destination-two-title {
    font-size: clamp(1rem, .95rem + .4vw, 1.2rem);
}

.tp-tour-title {
    font-size: clamp(1.05rem, .96rem + .45vw, 1.35rem);
}

.tp-tour-area.is-loading [data-home-tours-list] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.tp-tour-loading-overlay {
    width: 100%;
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(4px);
    pointer-events: none;
}

.tp-tour-loading-overlay[hidden] {
    display: none !important;
}

.tp-tour-alt-card {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(2, 24, 112, 0.10);
    box-shadow: 0 18px 40px rgba(2, 24, 112, 0.08);
}

.tp-tour-alt-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f3f6fb;
}

.tp-tour-alt-image,
.tp-tour-alt-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.tp-tour-alt-image img {
    object-fit: cover;
}

.tp-tour-alt-airline {
    position: absolute;
    left: 18px;
    top: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    aspect-ratio: 3 / 1;
    padding: 6px 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.94);
    color: #021870;
    box-shadow: 0 10px 24px rgba(2, 24, 112, 0.10);
    backdrop-filter: blur(8px);
    overflow: hidden;
}

.tp-tour-alt-airline img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    flex: 0 0 auto;
}

.tp-tour-alt-featured {
    position: absolute;
    right: 18px;
    top: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(15, 104, 59, 0.94);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.tp-tour-alt-body {
    padding: 22px 22px 24px;
}

.tp-tour-alt-title {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    color: #021870;
}

.tp-tour-alt-title a {
    color: inherit;
}

.tp-tour-alt-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 14px;
    color: #4a5568;
    font-size: 14px;
    font-weight: 600;
}

.tp-tour-alt-dates {
    display: grid;
    gap: 8px;
    margin-bottom: 14px;
    color: #4a5568;
    font-size: 14px;
    line-height: 1.45;
}

.tp-tour-alt-dates span {
    display: block;
}

.tp-tour-alt-dates em {
    font-style: italic;
    opacity: 0.88;
}

.tp-tour-alt-hotels {
    margin-bottom: 16px;
    color: #4a5568;
    font-size: 14px;
    line-height: 1.5;
}

.tp-tour-alt-hotels span {
    font-weight: 700;
    color: #021870;
}

.tp-tour-alt-hotels strong {
    font-weight: 600;
}

.tp-tour-alt-prices {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}

.tp-tour-alt-price-box {
    border-radius: 16px;
    border: 1px solid rgba(2, 24, 112, 0.10);
    background: #f8fbff;
    padding: 10px 8px;
    text-align: center;
    min-width: 0;
    min-height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tp-tour-alt-price-label {
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 6px;
}

.tp-tour-alt-price-value {
    color: #021870;
    font-size: clamp(11px, 0.82vw, 14px);
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
}

.tp-tour-alt-footer {
    margin-top: 6px;
}

.tp-tour-alt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0f683b, #021870);
    color: #ffffff;
    font-weight: 800;
    font-size: 16px;
}

.tp-tour-alt-btn:hover {
    color: #ffffff;
    opacity: 0.96;
}

@media (max-width: 575.98px) {
    .tp-tour-currency-group {
        gap: 8px;
    }

    .tp-tour-currency-btn {
        min-height: 38px;
        padding: 9px 14px;
        font-size: 13px;
    }

    .tp-tour-alt-body {
        padding: 18px 18px 20px;
    }

    .tp-tour-alt-title {
        font-size: 20px;
    }

    .tp-tour-alt-prices {
        grid-template-columns: 1fr;
    }

    .tp-tour-alt-price-value {
        font-size: 13px;
    }
}

.tp-breadcrumb-ptb{
    padding-bottom: 60px;
}

.whatsapp-fab-wrapper {
    position: fixed;
    right: 20px;
    bottom: 92px;
    z-index: 999;
}

.whatsapp-fab-btn {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(37, 211, 102, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    padding: 10px;
}

.whatsapp-fab-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(37, 211, 102, 0.34);
    color: #ffffff;
    filter: saturate(1.05);
}

.whatsapp-fab-btn:focus-visible {
    outline: 3px solid rgba(37, 211, 102, 0.28);
    outline-offset: 3px;
}

@media (max-width: 767.98px) {
    .whatsapp-fab-wrapper {
        right: 16px;
        bottom: 84px;
    }

    .whatsapp-fab-btn {
        width: 52px;
        height: 52px;
    }
}
