﻿.popular-destination {
    padding: 0px !important;
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    padding: 20px;
    padding-top: 130px;
    overflow: hidden;
}

.carousel {
    width: 100%;
}

.popular-destination .title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000;
    text-align: center;
}

.owl-carousel .owl-item {
    width: auto !important;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.card {
    position: relative;
    flex: none;
    width: 250px !important;
    max-width: 250px;
    min-width: 250px;
    height: 360px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .card.large {
        width: 520px !important;
        max-width: 520px;
        min-width: 520px;
        height: 360px;
        z-index: 2;
    }

    .card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

.image-text {
    position: absolute;
    bottom: 20px;
    background: #000000a8;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 15px;
    border-radius: 7px;
}
/* Navigation Buttons */
.nav-btn {
    position: absolute;
    top: 62%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.3);
    color: white;
    border: none;
    width: 46px;
    height: 46px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}

    .nav-btn.left {
        left: 10px;
    }

    .nav-btn.right {
        right: 10px;
    }

    .nav-btn:hover {
        color: #007BFF;
        background: rgba(255, 255, 255, 0.6);
    }

/* Responsive */
@media (max-width: 768px) {
    .card {
        width: 180px !important;
        max-width: 180px;
        min-width: 180px;
        height: 250px;
    }

        .card.large {
            width: 360px !important;
            max-width: 360px;
            min-width: 360px;
            height: 250px;
        }

    .image-text {
        font-size: 14px;
        bottom: 15px;
    }

    .carousel-wrapper {
        padding-top: 0px !important;
    }
}

.priwce3 {
    color: #ef9b07;
    font-size: 20px;
}
.testr {
    padding-top: 40px;
}

.mainht {
    text-align: center;
    font-size: 26px;
    color: #0089bd;
    padding-bottom: 5px;
}

.mainh {
    font-size: 26px;
    color: #0089bd;
    padding-bottom: 5px;
}

.ulli li {
    list-style: disc;
}

.attractions li {
    list-style: disc;
}


.offers-section {
    padding: 0px 20px;
    text-align: center;
}

.offers-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 33px;
}

.offers-subheading {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}

.offers-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.offer-item {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.2s ease;
}

    .offer-item img {
        width: 60px;
        height: 60px;
        margin-bottom: 12px;
    }

    .offer-item p {
        font-size: 14px;
        color: #222;
        font-weight: 500;
    }

    .offer-item:hover {
        transform: translateY(-5px);
    }

.feature-section {
    padding: 0px 20px;
    background-color: #fff;
    text-align: center;
}

.feature-container {
    /* max-width: 1200px; */
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 40px;
    padding-bottom: 30px;
}

.feature-box {
    background-color: transparent;
    flex: 1 1 280px;
    max-width: 300px;
    padding: 20px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

    .feature-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
    }

.feature-icon {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 1.8px dashed #ddd;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s ease;
}

.feature-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-description {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.feature-icon img {
    width: 40px;
    height: 40px;
}

.animate__animated {
    visibility: visible !important;
}

.animate-on-scroll {
    opacity: 0;
}

.bc-section {
    padding: 0px 20px;
    background-color: var(--bc-bg);
}

.bc-container {
    max-width: 1180px;
    margin: auto;
}

.bc-header {
    text-align: center;
    max-width: 780px;
    margin: auto;
    margin-bottom: 50px;
}

.bc-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}

.bc-subtitle {
    font-size: 18px;
    color: var(--bc-subtext);
}

.bc-block {
    /*        margin-bottom: 60px;*/
}

.bc-heading {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #0689f9b5;
}

.bc-list {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

    .bc-list li {
        margin-bottom: 10px;
        font-size: 16px;
    }

.bc-list-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    list-style: none;
    padding: 0;
    text-align: center; /* center icons and text */
}

    .bc-list-columns li {
        font-size: 16px;
        position: relative;
        margin-bottom: 10px;
        padding: 20px 10px;
        background: #f9fafb;
        border-radius: 12px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        transition: all 0.3s ease;
    }

        .bc-list-columns li:hover {
            transform: translateY(-4px);
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        }

        /* Remove default checkmark since we now use custom icons */
        .bc-list-columns li::before {
            content: "✔";
            position: absolute;
            left: 0px;
            bottom: 45px;
            color: var(--bc-primary);
        }

/* Icon container */
.bc-icon-group {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

    /* SVG icon style */
    .bc-icon-group svg {
        width: 26px;
        height: 26px;
        fill: var(--bc-primary, #0d6efd);
        opacity: 0.9;
    }

.bc-grid-two {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.bc-left {
    flex: 1 1 50%;
    min-width: 300px;
}

.bc-right {
    flex: 1 1 40%;
    min-width: 300px;
}

.bc-image {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.bc-light {
    background-color: var(--bc-light-bg);
    padding: 0px;
    border-radius: 12px;
}

.bc-cta {
    text-align: center;
    background-color: var(--bc-primary);
    color: #fff;
    padding: 60px 30px;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

    .bc-cta .bc-heading {
        color: #fff;
        margin-bottom: 15px;
    }

    .bc-cta p {
        font-size: 18px;
        max-width: 640px;
        margin: auto;
        margin-bottom: 30px;
    }

.bc-button {
    background: #fff;
    color: var(--bc-primary);
    font-size: 16px;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .bc-button:hover {
        background-color: #e3ecfa;
    }