.header-top {
    background: #f8f9fa;
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
}
.mobile-contact-info {
    font-size: 12px;
    color: #666;
}
.mobile-contact-info a {
    color: #666;
    text-decoration: none;
    margin-right: 15px;
}
.mobile-contact-info a:hover {
    color: #333;
}
.mobile-badges {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    align-items: center;
}
.mobile-badges a {
    display: inline-block;
    padding: 2px;
}
.mobile-badges svg {
    width: 16px;
    height: 16px;
}
@media (min-width: 992px) {
    .mobile-contact-row {
        display: none;
    }
    .header-layout1 .header-logo {
        padding: 0 70px;
    }
    .desktop-header {
        display: flex;
    }
}
@media (max-width: 991px) {
    .desktop-header {
        display: none;
    }
    .header-layout1 .header-logo {
        padding: 0 0;
    }
}
.reviews-row {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px 0;
    flex-wrap: wrap;
}
.verified-text {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    white-space: nowrap;
}
.reviews-platforms {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.review-platform {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 0.1);
    transition: transform 0.3s ease;
    min-width: 100px;
}
.review-platform:hover {
    transform: translateY(-3px);
}
.platform-icon {
    font-size: 2.5rem;
    margin-bottom: 12px;
}
.getyourguide-icon {
    color: #ff6b35;
}
.tripadvisor-icon {
    color: #00af87;
}
.google-icon {
    color: #4285f4;
}
.stars {
    display: flex;
    gap: 2px;
    margin-bottom: 8px;
}
.star {
    color: #ffc107;
    font-size: 16px;
}
.platform-name {
    font-weight: 600;
    color: #2c3e50;
    font-size: 14px;
    text-align: center;
}
@media (max-width: 768px) {
    .reviews-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .verified-text {
        font-size: 16px;
    }
    .reviews-platforms {
        gap: 15px;
        justify-content: center;
        width: 100%;
    }
    .review-platform {
        min-width: 140px;
        padding: 15px;
    }
}
.breadcrumb {
    font-family: Arial, sans-serif;
    margin: 20px 0;
    padding: 10px 15px;
    background-color: #50abe4;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 0.1);
    overflow: hidden;
}
.breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.breadcrumb ul li {
    margin: 0;
    display: inline;
    color: #555;
    white-space: nowrap;
}
.breadcrumb ul li + li::before {
    content: ">";
    margin: 0 10px;
    color: #aaa;
}
.breadcrumb ul li a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
}
.breadcrumb ul li a:hover {
    color: #1b2a44;
}
.breadcrumb ul li:last-child {
    font-weight: 700;
    color: #333;
    text-overflow: ellipsis;
}
.rating-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.tripadvisor-stars {
    display: flex;
    gap: 2px;
}
.tripadvisor-star {
    width: 20px;
    height: 20px;
    background: #00aa6c;
    border-radius: 50%;
    position: relative;
}
.tripadvisor-star {
    width: 20px;
    height: 20px;
    background: #00aa6c;
    border-radius: 50%;
}
.rating-text {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}
.testi-card4_review i {
    display: none;
}
.testi-card4_review {
    position: relative;
    padding-bottom: 5px;
}
.testi-card4_review::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: 3px;
}
.testi-card4_review::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #00aa6c;
    border-radius: 50%;
    box-shadow:
        22px 0 0 #00aa6c,
        44px 0 0 #00aa6c,
        66px 0 0 #00aa6c,
        88px 0 0 #00aa6c;
}
.tripadvisor-btn {
    text-align: center;
    margin-top: 40px;
}
.btn-tripadvisor {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #00aa6c;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgb(0 170 108 / 0.3);
}
.btn-tripadvisor:hover {
    background: #009960;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgb(0 170 108 / 0.4);
    color: #fff;
    text-decoration: none;
}
@media (max-width: 768px) {
    .rating-display {
        flex-direction: column;
        gap: 5px;
    }
    .btn-tripadvisor {
        padding: 12px 24px;
        font-size: 14px;
    }
}

.th-btn.style1:hover {
    color: #fff;
}
.widget_title {
    color: #b8530a !important;
}
.widget_title {
    color: #ff8c42;
    background-color: #1b2a44;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 0.3);
}
.wcs_button_label {
    color: #2d2d2d !important;
    background-color: #d4f3e6 !important;
    font-weight: 600 !important;
}
.top-bar,
.top-bar.style-2 {
    display: block !important;
}
@media (max-width: 768px) {
    .top-bar {
        display: block !important;
        padding: 10px 0;
    }
    .top-bar-content {
        flex-direction: column;
        gap: 10px;
        padding: 0 15px;
    }
    .top-bar-start ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .top-bar-start li {
        font-size: 12px;
        display: flex;
        align-items: center;
    }
    .top-bar-start li img {
        width: 12px;
        height: 12px;
    }
    .top-bar-start li a {
        padding: 2px 4px;
        border-radius: 3px;
        transition: background-color 0.2s;
    }
    .top-bar-start li a:hover {
        background-color: rgb(255 255 255 / 0.1);
    }
}
@media (max-width: 480px) {
    .top-bar {
        padding: 8px 0;
        font-size: 11px;
    }
    .top-bar-content {
        padding: 0 10px;
    }
    .top-bar-start ul {
        gap: 15px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        max-width: 100%;
    }
    .top-bar-start li {
        font-size: 11px;
        justify-content: center;
    }
    .review-item {
        display: none !important;
    }
    .location-item {
        display: none !important;
    }
    .top-bar-right {
        display: none !important;
    }
}
@media (max-width: 320px) {
    .top-bar {
        padding: 6px 0;
        font-size: 10px;
    }
    .top-bar-start li {
        display: none !important;
        font-size: 10px;
    }
    .top-bar-start li:nth-child(2),
    .top-bar-start li:nth-child(3) {
        display: flex !important;
    }
    .top-bar-right {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .top-bar-start li a,
    .language-btn {
        min-height: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.hero-inner {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.hero-inner picture,
.hero-inner img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.fix_contrast {
    color: #555555 !important;
}
.card-content-top h2 a {
    font-family: "Nunito", serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
    color: var(--title-color) !important;
}
.section-title-three .title h3 {
    font-family: "Nunito", serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 56px;
    color: var(title-color);
}


 /* Footer Heading Styles */
    .footer-section.style-1 .widget-title h4 {
        text-transform: uppercase;
        padding-bottom: 12px;
        margin-bottom: 20px;
        border-bottom: none;
        display: block;
        font-size: 18px;
        letter-spacing: 1px;
        position: relative;
    }

    .footer-section.style-1 .widget-title h4::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 40px;
        height: 3px;
        background-color: #50abe4;
        border-radius: 2px;
    }

    /* List Icon Styles */
    .footer-section.style-1 .widget-list li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 10px;
    }

    .footer-section.style-1 .widget-list li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 7px;
        width: 8px;
        height: 8px;
        border-right: 2px solid #50abe4;
        border-bottom: 2px solid #50abe4;
        transform: rotate(-45deg);
    }

    .footer-section.style-1 .widget-list li a {
        transition: color 0.3s ease, padding-left 0.3s ease;
    }

    .footer-section.style-1 .widget-list li a:hover {
        color: #50abe4;
        padding-left: 5px;
    }

    /* Contact list icons */
    .footer-section.style-1 .single-contact li {
        margin-bottom: 12px;
    }

    /* Bigger Social Icons */
    .footer-section.style-1 .payment-partners li a svg {
        width: 28px;
        height: 28px;
    }

    .footer-section.style-1 .payment-partners li a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.1);
        transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .footer-section.style-1 .payment-partners li a:hover {
        background-color: #50abe4;
        transform: translateY(-3px);
    }

    .footer-section.style-1 .payment-partners {
        gap: 10px;
    }

    /* Payment Section */
    .payment-accept-section {
        margin-top: 25px;
    }

    .payment-accept-section h5 {
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
        color: #ffffff;
        margin-bottom: 12px;
        padding-bottom: 8px;
        border-bottom: 2px solid #50abe4;
        display: inline-block;
    }

    .payment-icons {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    .payment-icons img,
    .payment-icons svg {
        height: 32px;
        width: auto;
        opacity: 0.85;
        transition: opacity 0.3s ease;
    }

    .payment-icons img:hover,
    .payment-icons svg:hover {
        opacity: 1;
    }

    /* Review Us Section */
    .review-section {
        margin-top: 25px;
    }

    .review-section h5 {
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
        color: #ffffff;
        margin-bottom: 12px;
        padding-bottom: 8px;
        border-bottom: 2px solid #50abe4;
        display: inline-block;
    }

    .review-icons {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    .review-icons a {
        display: inline-flex;
        align-items: center;
        opacity: 0.85;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .review-icons a:hover {
        opacity: 1;
        transform: translateY(-2px);
    }

    .review-icons a svg,
    .review-icons a img {
        height: 36px;
        width: auto;
    }

    /* Footer Bottom with Reg */
    .footer-bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        padding: 20px 0;
    }

    .footer-bottom .copy-write-area {
        display: block;
        text-align: center;
    }

    .footer-bottom .reg-number {
        color: rgba(255, 255, 255, 0.5);
        font-size: 13px;
        display: inline;
        margin-left: 0;
    }

    .footer-bottom .copy-write-area p {
        margin: 0;
        color: rgba(255, 255, 255, 0.6);
        font-size: 14px;
    }

    .footer-bottom .reg-number {
        color: rgba(255, 255, 255, 0.5);
        font-size: 13px;
    }

    .footer-bottom .copy-write-area a {
        color: #50abe4;
    }

    @media (max-width: 576px) {
        .footer-bottom .copy-write-area {
            flex-direction: column;
            text-align: center;
        }
    }

    .footer-menu .col-lg-3:first-child .footer-widget {
    margin-top: -50px;
}


 /* ============================================
   STAGGERED PHOTO COLLAGE - WHO WE ARE SECTION
   ============================================ */

    .about-collage-img {
        width: 100%;
        height: auto;
    }

    @media (max-width: 991px) {
        .about-collage-img {
            display: none;
        }
    }

    /* Featured strip under text */
    .who-we-are-section-three .featured-strip {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 24px;
        padding-top: 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .who-we-are-section-three .featured-strip .strip-item {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .who-we-are-section-three .featured-strip .strip-item .strip-icon {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: rgba(80, 171, 228, 0.12);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .who-we-are-section-three .featured-strip .strip-item .strip-icon svg {
        width: 16px;
        height: 16px;
        color: #50abe4;
    }

    .who-we-are-section-three .featured-strip .strip-item span {
        font-size: 13px;
        font-weight: 600;
        color: #333;
    }

    @media (max-width: 991px) {
        .who-we-are-section-three .right-side-area {
            margin-top: 40px;
        }
    }

    @media (max-width: 575px) {
        .who-we-are-section-three .right-side-area {
            grid-template-columns: 1fr;
        }

        .who-we-are-section-three .right-side-area .medium-image,
        .who-we-are-section-three .right-side-area .small-image {
            margin-top: 0;
        }
    }
    .who-we-are-section-three .section-title-three .description p {
    text-align: justify;
}

.reg-number {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

.reg-number:hover,
.reg-number:focus {
    color: #4db8ff;
    text-decoration-thickness: 2px;
}

/* changinng the swiper pagination */
/* Swiper pagination touch target fix */
.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px; /* spacing between bullets */
}

.swiper-pagination-bullet {
    /* Visual size stays small */
    width: 10px;
    height: 10px;

    /* Expand the touch target without affecting layout */
    padding: 0;
    margin: 0;
    position: relative;

    /* Ensure minimum 24x24 touch target via pseudo-element */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 44px;  /* WCAG 2.5.5 AAA: 44px; AA acceptable: 24px */
    min-height: 44px;
}

.swiper-pagination-bullet-active {
    background: var(--your-accent-color, #fff);
    opacity: 1;
}