
.color-theme {
    color: var(--theme-color);
}


h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif !important;
}
.pagebannersection {
    position: relative;
}
.pagebannersection::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}
.pagebannertxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
}
.pagebannertxt .pagetitle {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}
.common-section {
    padding: 50px 0;
}
.titleblock {
    margin-bottom: 20px;
}
.titleblock .title-head {
    font-weight: 600;
    font-size: 24px;
    color: var(--dark-color);
}
.font-16 {
    font-size: 16px;
}
.smalltitle {
    font-weight: 700;
    margin-bottom: 15px;
}
.smalltitle1 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 16px;
}
.g-commonbtn {
    padding: 10px 15px;
    background: var(--theme-color);
    color: #fff;
    margin-top: 15px;
    font-weight: 500;
    border-radius: 8px;
}
.container-fluid {
    padding: 0 35px;
}
.guide-list-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.guide-list-block {
    width: 20%;
}
.guide-list-block ul {
    position: sticky;
    top: 0;
    padding: 30px 0;
    border-right: 1px solid #dedede;
    list-style: none;
    height: 100vh;
}
.guide-list-block ul li {
    border-bottom: 1px solid #eee;
}
.guide-list-block ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 5px 0;
    padding-left: 10px;
}
.guide-list-block ul li a:hover {
    color: var(--theme-color);
    border-left: 4px solid var(--theme-color);
    background: #ffe5e6;
}
.guide-list-block ul li a.current {
    color: var(--theme-color);
    border-left: 4px solid var(--theme-color);
    background: #ffe5e6;
}
.guide-list-info {
    width: 80%;
}
.commonblock {
    padding: 25px 15px;
    border-radius: 15px;
    background: #fff;
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.08),
        0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
}
.flex-ul-block {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.flex-ul-block .ul-block {
    margin-bottom: 0;
    width: -webkit-fill-available;
}
.ul-block {
    padding: 25px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    margin-bottom: 25px;
}
.ul-block ul li {
    margin-bottom: 7px;
}
.ul-block ul li:last-child {
    margin-bottom: 0;
}
.destinationblock {
    position: relative;
}
.destination-info {
    padding: 15px 0;
}
.destination-info .destination-name i {
    margin-right: 10px;
}
.destination-info .destination-name {
    font-size: 16px;
    font-weight: 600;
}
.destination-info .destination-rating {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 5px;
}
.destination-info .destination-rating {
    color: #ffb21d;
}
.other-destination-block {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.other-destination-block li:before {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 5px;
    background: #c7bde2;
    position: absolute;
    left: 10px;
    top: 15px;
}
.other-destination-block li {
    padding: 5px 10px 5px 25px;
    border-radius: 30px;
    position: relative;
    background: #eee;
    font-size: 12px;
}
.explorer-section {
    background: #fff6f6;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    gap: 1%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.explorer-block {
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    margin-bottom: 10px;
    gap: 15px;
    width: 49%;
}
.explorer-block .image {
    border-radius: 10px;
    overflow: hidden;
    height: 120px;
    width: 120px;
    min-width: 120px;
}
.explorer-block .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.explorer-block .content .explorer-title {
    font-weight: 600;
    color: var(--theme-color);
    font-size: 16px;
    margin-bottom: 10px;
}
.explorer-block .content p {
    margin-bottom: 0;
}
.row-explorer-section {
    background: #fff6f6;
    padding: 15px;
    border-radius: 10px;
}
.row-explorer-block {
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    margin-bottom: 10px;
    gap: 15px;
}
.row-explorer-block .image {
    border-radius: 10px;
    overflow: hidden;
    width: 25%;
    min-width: 25%;
    max-width: 25%;
}
.row-explorer-block .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row-explorer-block .content {
    width: 75%;
    min-width: 75%;
    max-width: 75%;
}
.row-explorer-block .content .explorer-title {
    font-weight: 600;
    color: var(--theme-color);
    font-size: 16px;
    margin-bottom: 10px;
}
.row-explorer-block .content p {
    margin-bottom: 0;
}
.know-info-section {
    padding: 20px;
    background: #eee;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.know-info-section .info-block {
    background: #fff;
    padding: 20px;
    width: 100%;
    text-align: center;
}
.know-info-section .info-block img {
    margin: 0 auto 15px auto;
    height: 50px;
    width: auto;
}
.know-info-section .info-block p {
    margin-bottom: 5px;
}
.owl-carousel .owl-controls .owl-dots {
    text-align: center;
    margin-top: 15px;
}
.owl-carousel .owl-controls .owl-dot {
    height: 8px;
    border-radius: 5px;
    opacity: 0.5;
    width: 8px;
    background: #106eea;
    margin: 0 2px;
    display: inline-block;
    transition: 0.3s ease-in;
}
.owl-carousel .owl-controls .owl-dot.active {
    opacity: 1;
    width: 8px;
}
@media (max-width: 767px) {
    .guide-list-block {
        display: none;
    }
    .guide-list-info {
        width: 100%;
    }
    .container-fluid {
        padding: 0 15px;
    }
    .commonblock {
        padding: 20px 0;
    }
    .know-info-section {
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
    }
    .know-info-section .info-block {
        width: 48%;
    }
    .explorer-block {
        width: 100%;
    }
    .flex-ul-block {
        flex-wrap: wrap;
    }
    .row-explorer-block {
        flex-wrap: wrap;
    }
    .row-explorer-block .content,
    .row-explorer-block .image {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .pagebannersection img {
        height: 180px;
        object-fit: cover;
    }
    .pagebannertxt {
        width: 100%;
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .guide-list-block {
        display: none;
    }
    .guide-list-info {
        width: 100%;
    }
    .know-info-section {
        flex-wrap: wrap;
        justify-content: center;
    }
    .know-info-section .info-block {
        width: 32%;
    }
    .flex-ul-block {
        flex-wrap: wrap;
    }
}
.travel-costs {
    color: #222;
    line-height: 1.6;
    max-width: 700px;
    margin: 40px auto;
}
.travel-costs h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}
.travel-costs p {
    margin-bottom: 16px;
}
.budget-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.travel-costs h4 {
    font-weight: 700;
    margin-top: 20px;
}
.travel-costs ul {
    list-style-type: disc;
    margin-left: 20px;
}
b {
    font-weight: 600;
}
.g-commonbtn:hover {
    background-color: #000 !important;
    color: #fff !important;
}
.slider-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.item {
    flex: 0 0 calc(100% / 3);
    padding: 10px;
    box-sizing: border-box;
}
.destination-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
}
.dots {
    display: flex;
    justify-content: center;
    margin: 12px 0;
}
.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
}
.dot.active {
    background: #333;
}
@media (max-width: 768px) {
    .item {
        flex: 0 0 100%;
    }
}
footer {
    position: relative;
}
footer .top-footer {
    padding: 70px 0;
}
.footer-block .footer-head {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}
.footer-text {
    color: #f1f1f1;
}
.footer-block ul.contact-footer,
.footer-block ul.discover {
    padding-left: 0;
    list-style: none;
}
ul.discover li {
    margin-bottom: 5px;
}
ul.contact-footer,
ul.discover li a {
    color: #f1f1f1;
    text-decoration: none;
}
.bottom-footer {
    background-color: #222c40;
    color: #fff;
    padding: 10px;
}
.bottom-footer p {
    margin-bottom: 0;
    color: #fff;
}
ul.contact-footer li {
    position: relative;
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    padding-top: 6px;
    border-radius: 50%;
    margin-right: 2px;
}
ul.contact-footer li i {
    font-size: 16px;
    color: #fff;
}
.smalltitle {
    font-weight: 700;
    margin-bottom: 15px;
}
.color-theme {
    color: #d6242a;
}
.g-commonbtn{
    padding:10px 15px;
    background:#d6242a;
    color:#fff;
    margin-top:15px;
    font-weight:500;
    border-radius:8px;
}
.g-commonbtn:hover {
    background-color: #000 !important;
    color: #fff !important;
}
.fancy-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 40px 0;
}

.fancy-title {
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient(90deg, #106eea, #42a5f5);
    -webkit-background-clip: text;   
    margin-bottom: 20px;
}

.fancy-list {
    list-style: none;
    padding-left: 0;
}

.fancy-list li {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 28px;
    line-height: 1.6;
}

/* Custom bullet */
.fancy-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: #d6242a;
}

.image-side {
    flex: 0 0 40%;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* Image hover effect */
.image-wrapper img {
    width: 100%;
    border-radius: 14px;
    transition: transform 0.5s ease;
}

.image-wrapper:hover img {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .fancy-section {
        flex-direction: column;
        text-align: left;
    }

    .image-side {
        width: 100%;
    }

    .fancy-title {
        font-size: 26px;
        text-align: left;
    }
}