.tour-policy-v2-wrap {
    background: #ffffff;
    /* border: 1px solid rgba(12, 32, 65, 0.10); */
    border-radius: 18px;
    /* padding: 18px; */
    box-shadow: 0 8px 24px rgba(12, 32, 65, 0.05);
}

.tour-policy-v2-head {
    margin-bottom: 14px;
}

.tour-policy-v2-head h3 {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
}

.tour-policy-v2-head p {
    margin: 0;
    font-size:15px;
    color: rgba(12, 32, 65, 0.7);
    line-height: 1.5;
}

.tour-policy-v2-accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-bg: transparent;
}

.tpv2-item {
    border: 0 !important;
    background: transparent !important;
    margin-bottom: 10px;
}

.tpv2-item:last-child {
    margin-bottom: 0;
}

.tpv2-btn {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(180deg, #f8fafd 0%, #f1f5fb 100%) !important;
    border: 1px solid rgba(12, 32, 65, 0.12) !important;
    border-radius: 14px !important;
    padding: 10px 14px !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

.tpv2-btn:hover {
    background: linear-gradient(180deg, #f3f7fc 0%, #edf2f8 100%) !important;
    border-color: rgba(12, 32, 65, 0.18) !important;
}

.tpv2-btn:not(.collapsed) {
    background: linear-gradient(
        180deg,
        rgba(12, 32, 65, 0.1) 0%,
        rgba(190, 131, 43, 0.1) 100%
    ) !important;
    border-color: rgba(190, 131, 43, 0.35) !important;
}

.tpv2-btn:focus {
    box-shadow: none !important;
}

.tpv2-btn::after {
    display: none !important;
}

.tpv2-btn-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tpv2-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 10px;
    background: rgba(12, 32, 65, 0.08);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.3s ease;
}

.tpv2-btn:not(.collapsed) .tpv2-icon {
    background: rgba(190, 131, 43, 0.18);
    color: var(--secondary-color);
}

.tpv2-title {
    font-size:16px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
    transition: all 0.3s ease;
}

.tpv2-btn:not(.collapsed) .tpv2-title {
    color: var(--secondary-color);
}

.tpv2-chevron {
    margin-left: auto;
    font-size:15px;
    color: rgba(12, 32, 65, 0.6);
    transition: all 0.3s ease;
    transform: rotate(0deg) !important;
}

.tpv2-btn .fas{
    transform: rotate(360deg) !important;
}
.tpv2-btn .fas.fa-chevron{
      transform: rotate(180deg) !important;
}

.tpv2-btn:not(.collapsed) .tpv2-chevron {
    transform: rotate(180deg) !important;
    color: var(--secondary-color);
}

.tpv2-body {
    padding: 10px 10px 10px !important;
    background: transparent !important;
}

.tpv2-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.tpv2-box {
    border-radius: 14px;
    padding: 14px;
    border: 1px solid rgba(12, 32, 65, 0.1);
    background: #fafbfd;
}

.include-box {
    background: linear-gradient(
        180deg,
        rgba(12, 32, 65, 0.05),
        rgba(12, 32, 65, 0.02)
    );
    border-color: rgba(12, 32, 65, 0.14);
}

.exclude-box {
    background: linear-gradient(
        180deg,
        rgba(190, 131, 43, 0.08),
        rgba(190, 131, 43, 0.03)
    );
    border-color: rgba(190, 131, 43, 0.18);
}

.tpv2-box-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size:16px;
    font-weight: 700;
    color: var(--primary-color);
}

.include-box .tpv2-box-head i {
    color: var(--primary-color);
}

.exclude-box .tpv2-box-head i {
    color: var(--secondary-color);
}

.tpv2-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tpv2-list li {
    position: relative;
    padding-left: 18px;
    font-size:15px;
    color: rgba(12, 32, 65, 0.88);
    line-height: 1.55;
    margin-bottom: 7px;
}

.tpv2-list li:last-child {
    margin-bottom: 0;
}

.include-box .tpv2-list li::before,
.exclude-box .tpv2-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.include-box .tpv2-list li::before {
    background: var(--primary-color);
}

.exclude-box .tpv2-list li::before {
    background: var(--secondary-color);
}

.tpv2-note-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.tpv2-note-card {
    position: relative;
    padding: 11px 12px 11px 28px;
    border: 1px solid rgba(12, 32, 65, 0.1);
    border-radius: 12px;
    background: #fafbfd;
    font-size:15px;
    color: rgba(12, 32, 65, 0.88);
    line-height: 1.55;
}

.tpv2-note-card::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 16px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--secondary-color);
}

.tpv2-table {
    border: 1px solid rgba(12, 32, 65, 0.1);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0;
}

.tpv2-table thead th {
    padding: 11px 12px;
    font-size:15px;
    font-weight: 700;
    color: var(--primary-color);
    background: rgba(12, 32, 65, 0.05);
    border-color: rgba(12, 32, 65, 0.1);
    white-space: nowrap;
}

.tpv2-table tr td {
    padding: 11px 12px;
    font-size:15px;
    color: rgba(12, 32, 65, 0.88);
    border-color: rgba(12, 32, 65, 0.1);
    vertical-align: top;
    background: #ffffff;
}

.tpv2-table tr td:first-child {
    width: 52%;
    font-weight: 600;
    color: var(--primary-color);
    background: rgba(12, 32, 65, 0.03);
}

@media (max-width: 767px) {
    .tour-policy-v2-head h3 {
        font-size: 20px;
    }

    .tpv2-btn {
        padding: 12px 14px !important;
    }

    .tpv2-icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
        border-radius: 9px;
        font-size:15px;
    }

    .tpv2-title {
        font-size: 14px;
    }

    .tpv2-split-grid,
    .tpv2-note-grid {
        grid-template-columns: 1fr;
    }

    .tpv2-box,
    .tpv2-note-card,
    .tpv2-list li,
    .tpv2-table thead th,
    .tpv2-table tr td {
        font-size: 12.5px;
    }
}


    .gallery-zoom-card .box-img {
        position: relative;
        overflow: hidden;
        border-radius: 16px;
    }
    .gallery-zoom-card .box-img {
        height:15rem;
    }
    .gallery-zoom-card .box-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: 0.4s ease;
    }

    .gallery-zoom-card:hover .box-img img {
        transform: scale(1.06);
    }

    .gallery-zoom-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.85);
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.45);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        opacity: 0;
        visibility: hidden;
        transition: 0.35s ease;
        z-index: 2;
        text-decoration: none;
    }

    .gallery-zoom-card .box-img::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.18);
        opacity: 0;
        visibility: hidden;
        transition: 0.35s ease;
        z-index: 1;
    }

    .gallery-zoom-card:hover .box-img::after {
        opacity: 1;
        visibility: visible;
    }

    .gallery-zoom-card:hover .gallery-zoom-icon {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, -50%) scale(1);
    }

    @media (max-width: 767px) {
         .gallery-zoom-card .box-img {
        height:12rem;
       }
    }
    
    @media (max-width: 576px) {
         .gallery-zoom-card .box-img {
        height:20rem;
       }
    }
      @media (max-width:430px) {
         .gallery-zoom-card .box-img {
        height:17rem;
       }
    }