@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

:root {
    --primary-color: #1a55a3;
    --secondary-color: #3cba4c;
    --text-color: #1c1c1c;
    --white: #fff;
    --black: #000;
    --border-color: #c2c2c2;
    --youtube: #FF0000;
    --instagram: #C32AA3;
    --whatsapp: #25D366;
    --facebook: #1877F2;
    --email: #E87715;
    --phone: #521A97;
    --font-primary: "Cabin", sans-serif;
    --font-secondary: "Playfair", serif;

}

body {
    margin: 0;
    padding: 0;
    top: 0 !important;
    overflow-x: hidden;
    font-family: var(--font-primary);
    position: relative;
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(../images/pattern-2.jpg);
    background-size: 700px;
    background-repeat: repeat;
    background-position: left;
}


ul li {
    list-style: none;
}

ul {
    padding-left: 0;
}
h1,h2,h3,h4{
    font-family: var(--font-secondary);
}

p {

    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

a {
    text-decoration: none;
}


.topbar {
    background-color: var(--text-color);
    padding: 5px 0;
}

.topbar-contact {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.topbar-contact li {
    display: flex;
    align-items: center;
    margin-right: 10px;

}


.topbar-contact li a {
    font-size: 15px;
    color: var(--white);
    margin-right: 5px;

}

.topbar-contact li h5 {
    font-size: 15px;
    color: var(--white);
    margin-bottom: 0;
    margin-right: 10px;
}

.topbar-hide {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.navbar .navbar-brand img {
    width: 100px;

}

a.navbar-brand {
    padding: 0;
}

.navbar {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 5;
}

.navbar-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;

    background-color: var(--white);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.topbar-hide {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}


.navbar-nav .nav-link {
    color: var(--white);
    transition: .5s;
}

.navbar-fixed .nav-link {
    color: var(--text-color);
}


@media(max-width: 991px) {
    .navbar {
        background: var(--white);
    }

    .navbar-fixed .nav-link,
    .nav-link {
        color: var(--white);
    }



    .navbar-toggler .navbar-toggler-icon {
        transition: .5s;
    }

    .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
        background-image: url('../images/nav-open.png') !important;

    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        transition: .5s;
        background-image: url('../images/nav-close.png') !important;

    }

    .navbar .navbar-brand img {
        width: 90px;
    }
    .nav-link{
        color: var(--black) !important;
    }


    .navbar-nav {
        padding: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
        width: 0px;
        height: 0;
        position: fixed !important;
        top: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 0.9);
        opacity: 0;
        transition: all .1s ease-in-out;
        z-index: 5;
    }

    .collapse.show .navbar-nav {
        opacity: 1;
        width: 100vw;
        height: 100vh;
    }

    .navbar-toggler,
    .navbar-toggler:hover,
    .navbar-toggler:focus,
    .navbar-toggler:active {
        padding: 0.5rem 1rem;
        border: none !important;
        color: transparent;
        background: transparent;
    }

    .navbar-toggler-icon {

        z-index: 10;
        position: absolute;
        top: 20px;
        right: 20px;
    }



    .navbar-nav .nav-item {
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;

    }

    .navbar-nav .nav-item:last-child {

        border-bottom: none
    }

    .navbar-collapse.show .close-icon {
        display: block;
        color: #fff;
        font-size: 1.5rem;
        cursor: pointer;
        padding: 0 1rem;
        position: absolute;
        z-index: 5;
    }
}

.hero-section {
    position: relative;
    height: 650px;
}

.hero-section img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.hero-content {
    position: absolute;
    bottom: 15%;
    /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    z-index: 3;
    text-align: center;
    max-width: 1200px;
}

.hero-content h1 {
    font-size: 70px;
    color: var(--white);
    font-weight: 500;

    position: relative;

}

.hero-content h3 {
    color: var(--white);
    font-weight: 400;
    font-size: 25px;


}

.hero-content p {
    color: var(--white);
    width: 60%;

}


@media (max-width: 991px) {

    .hero-content p {
        width: 100%;
    }

    .hero-content h1 {
        font-size: 46px !important;
    }

}

.btn-fill {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 10px 20px;
    border-radius: 0;
    border: 1px solid var(--primary-color);
    transition: .5s;
}

.btn-fill:hover {
    background-color: var(--secondary-color);
    color: var(--white);
    border: 1px solid var(--secondary-color);
}

.btn-fill-1 {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 5px 20px;
    border-radius: 0;
    border: 1px solid var(--primary-color);
    transition: .5s;
}

.btn-fill-1:hover {
    background-color: var(--secondary-color);
    color: var(--white);
    border: 1px solid var(--secondary-color);
}

.btn-white {
    background-color: transparent;
    color: var(--white);
    padding: 5px 20px;
    border-radius: 0;
    border: 2px solid var(--white);
}

.btn-white:hover {
    background: var(--white);
    color: var(--primary-color);
    border: 2px solid var(--white);
}

.over-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background:  rgba(0, 0, 0, 0);
    z-index: 2;

}

#heroSplide .splide__arrow {
    background-color: transparent;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 3px solid var(--white);
}

#heroSplide .splide__arrow svg {
    fill: var(--white);
    font-size: 30px;

}

.logo-header {
    width: 140px !important;
}

@media (max-width: 991px) {
    .header-section {
        padding: 10px 0;

    }

    .navbar.navbar-fixed .logo-header {
        filter: brightness(1) invert(0) !important;

    }

    .navbar .logo-header {
        filter: brightness(1) invert(0) !important;
        /* Makes the logo white */
    }

}

.navbar .logo-header {
    filter: brightness(1) invert(0);
    /* Makes the logo white */
}

.navbar.navbar-fixed .logo-header {
    filter: brightness(1) invert(0);
    /* Makes the logo white */
}

.dest-section {
    padding: 50px 0 30px 0;

}

.header-section {
    padding: 10px 0px 10px 15px;
    text-align: left;
    position: relative;
}
.header-section h1{
    margin-bottom: 0px;
}

.header-section::before {
    content: "";
    position: absolute;
    left: 0; /* Aligns to the left side */
    top: 50%; /* Aligns vertically to the center */
    transform: translateY(-50%); /* Adjusts for perfect centering */
    width: 3px; /* Border thickness */
    height: 46%; /* Adjust height as needed */
    background-color: var(--secondary-color); /* Adjust color */
}


.header-section h1 span {
    color: var(--primary-color);
}

.dest-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.dest-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.dest-box img:hover {
    transform: scale(1.05);
    filter: brightness(0.8);
}

.dest-heading {
    position: absolute;
    bottom: 0;
    left: 0;
    color: var(--white);
    padding: 10px 15px;
    z-index: 3;

}

.dest-heading h3 {
    font-size: 25px;
}

.overlayer-dst {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    z-index: 2;
    pointer-events: none;
    border-radius: 0;

}

.button-class {
    display: flex;
    justify-content: center;
    /* Centers horizontally */
    align-items: center;
    /* Centers vertically (if needed) */
    margin-top: 20px;

}

.btn-border {
    background-color: transparent;
    color: var(--primary-color);
    padding: 5px 20px;
    border-radius: 0;
    border: 2px solid var(--primary-color);
    display: block;
    width: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 0;

}

.btn-border:hover {
    background: var(--primary-color);
    color: var(--white);
    border: 2px solid var(--white);
}

.about-home {
    background-image:  url(../images/abt-back.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
    position: relative; 
}


.about-home::before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 250px; 
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); 
}

.about-home::after {
    content: "";
    position: absolute;
    bottom: 0; 
    left: 0;
    width: 100%;
    height: 60px; 
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); 
}

.about-hm-cntnt {
    color: var(--white);
    text-align: center;
}

.about-hm-cntnt p {
    color: #fff !important;
    margin-bottom: 6px;


}

.about-hm-cntnt .btn-white {
    margin-top: 20px;
    margin-right: 10px;
}

.packg-section {
    padding: 50px 0;
}

.hero-content .btn-white {
    margin-right: 10px;
}

.pckg-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.pckg-box img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.pckg-box img:hover {
    transform: scale(1.05);
    filter: brightness(0.85);
}

.pckg-description {
    position: absolute;
    bottom: 0;
    left: 0;
    color: var(--white);
    padding: 25px 25px;
    z-index: 3;
}

.pckg-description h3 {
    margin-bottom: 3px;
}

.pckg-description p {
    margin-bottom: 10px;
}

.overlayer-pckg {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    z-index: 2;
    pointer-events: none;
    border-radius: 0;

}

.service-section {
    padding-bottom: 30px;
}

.service-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;

}

.service-icon i {
    font-size: 50px;
    border: 2px solid var(--primary-color);
    width: 100px;
    height: 100px;
    line-height: 100px;
    /* Adjusted to match height for centering */
    text-align: center;
    display: inline-block;
    /* Ensures proper block alignment */
    border-radius: 50%;
    /* Makes it a perfect circle */
    transition: 0.3s ease;
    background-color: #efefef;

}

.service-icon i:hover {
    background-color: var(--secondary-color);
    color: var(--white);
}

.service-icon {
    margin-bottom: 10px;
}



.hero-content h3 {
    padding: 3px 10px;
    background-color: var(--primary-color);
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
}

@media (max-width: 991px) {
    .hero-content h3 {
        display: none !important;
    }

    .hero-content {
        text-align: center;
        top: 55% !important;
    }

    .hero-content .btn-white-1 {
        margin-bottom: 10px;

    }

    .hero-content h1 {
        width: 100%;
        font-size: 40px;
    }

}

.hero-content .btn-white-1 {
    margin-bottom: 10px;
    margin-right: 5px;

}

.hero-content h1 {
    margin-bottom: 20px;
    line-height: 1.1;
    margin-top: 10px;
}

.btn-white-1 {
    background-color: var(--white);
    color: var(--primary-color);
    padding: 5px 20px;
    border-radius: 0;
    border: 2px solid var(--white);
}

.btn-white-1:hover {
    background: var(--white);
    color: var(--secondary-color);
    border: 2px solid var(--white);
}

.ftr-bg {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2), rgba(0, 0, 0, .99)), url(../images/ftr.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0 20px 0;
    color: #fff;
    position: relative;
}
.ftr-pattern{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: rotate(180deg);
    height: 90px;
    content: "";
}
.brush-slider-ftr {
    width: 100% !important;
    height: 90px !important;

}

.link-head h3 {
    margin-bottom: 15px;
    font-size: 34px;
}

.link-head ul li a {
    color: #fff;
}

.link-head ul li {
    margin-bottom: 5px;
}

.ct ul li {
    font-size: 18px;
}

.copyright-section {
    text-align: center;
    padding: 15px 0;
}

.bdr-btm {
    border-bottom: 2px solid var(--white);
    padding-bottom: 20px;
}

.copyright-section a {
    color: var(--white);
    transition: .3s ease;

}

.copyright-section p {
    margin-top: 10px;
}

.copyright-section a:hover {
    color: var(--primary-color);
}

.links .contact-social {

    margin-bottom: 20px;
}

.contact-social ul {
    display: flex;
}

.contact-social a {
    text-decoration: none;
}

.contact-social a i {
    margin-right: 10px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    display: block;
    border: 1px solid var(--white);
    transition: 0.3s ease;


}

.contact-social a .bi-facebook:hover {
    background-color: #ffffff;
    color: #3b5998;
}

.contact-social a .bi-whatsapp:hover {
    background-color: #ffffff;
    color: #25d366;
}

.contact-social a .bi-google:hover {
    background-color: #ffffff;
    color: #ea4335;
}

.contact-social a .bi-instagram:hover {
    background-color: #ffffff;
    color: #c32aa3;
}

.contact-social a .bi-tiktok:hover {
    background-color: #ffffff;
    color: #000000;
}

.contact-social a .bi-twitter-x:hover {
    background-color: #ffffff;
    color: #000000;
}

.contact-social a .bi-threads:hover {
    background-color: #ffff;
    color: #000000;
}

.contact-social a .bi-youtube:hover {
    background-color: #ffff;
    color: #FF0000;
}

.contact-social a .fa-tripadvisor:hover {
    background-color: #ffff;
    color: #00af87;
}

.page-banner {
    position: relative;
    height: 45vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.page-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
}

.banner-content h1 {
    font-size: 38px;
    margin-bottom: 10px;
}

.banner-content p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .page-banner {
        height: 40vh;
    }

    .banner-content h1 {
        font-size: 2rem;
    }

    .banner-content {
        padding-top: 40px !important;
    }
}

.banner-content ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-content ul li {
    padding-right: 10px;

}

.banner-content ul a {
    color: var(--white);
    transition: .3s ease;
}

.banner-content ul a:hover {
    color: var(--primary-color);
}

.banner-content ul li:not(:last-child)::after {
    content: " / ";
    margin-left: 10px;
}

.page-pd {
    padding: 50px 0;
}

.gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.gallery-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-img .zoom-icon {
    color: white;
    font-size: 34px;
    pointer-events: none;
    /* Prevent the icon from blocking hover */
}

.gallery-img:hover img {
    transform: scale(1.1);
    filter: brightness(70%);
}

.gallery-img:hover .overlay {
    opacity: 1;
}

.abt-head p {
    font-size: 20px;
    font-weight: 300;
}

.abt-head ul li {
    font-size: 22px;
}

.abt-head ul li i {
    color: green;
}

.abt-head h3 {
    position: relative;
    padding-bottom: 10px;
}

.abt-head h3::before {
    position: absolute;
    width: 13%;
    height: 3px;
    bottom: 0;
    left: 0;
    content: "";
    background-color: var(--primary-color);
}

.abt-logo img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-bottom: 10px;
}

.abt-top {
    padding-top: 30px;
}

.mv-box {
    border-left: 4px solid var(--primary-color);
    padding-left: 15px;
}

.abt-top-1 {
    padding-top: 50px;
}

.mv-box p i {
    color: #9a9a9a;
}

.contact-box {
    border-left: 10px solid var(--primary-color);
    padding-left: 20px;

}

.contact-box h4 i {
    color: var(--secondary-color);
}

.contact-box p {
    font-size: 22px;
}

.contact-form {
    width: 100%;

}

.contact-form .input-group {
    margin-bottom: 15px;
}

.contact-form .input-group input,
.contact-form .input-group textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid var(--secondary-color);
    font-size: 16px;
    background-color: #1a55a399;
    color: #fff;
}

.contact-form .input-group input:focus,
.contact-form .input-group textarea:focus {
    border-color: var(--secondary-color);
    outline: none;
}

.mt-35 {
    margin-top: 35px;
}

.my-social {
    display: flex;
    margin-bottom: 20px;
}

.my-social a i {
    margin-right: 10px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    display: block;
}

.my-social a .fa-facebook {
    background-color: #3b5998;
}

.my-social a .fa-whatsapp {
    background-color: #25d366;
}

.my-social a .fa-google-plus {
    background-color: #ea4335;
}

.my-social a .fa-instagram {
    background-color: #c32aa3;
}

.my-social a .bi-tiktok {
    background-color: #000;
}

.my-social a .bi-twitter-x {
    background-color: #222222;
}

.dest-details img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.dest-details {
    margin-bottom: 20px;
}

.dest-detail-cntn h3 {
    border-bottom: 4px solid var(--primary-color);
    padding-bottom: 10px;
    background: linear-gradient(to right, rgba(26, 85, 163, .5), transparent);
    margin-top: 10px;
    padding: 10px 10px;
    margin-bottom: 20px;


}

#dtSplide .splide__arrow {
    background-color: var(--primary-color);
    border-radius: 0;
}

#dtSplide .splide__arrow svg {
    fill: #ffffff;
}

.tour-package-itn h3 {
    padding: 10px 0;
    color: #000000;
    margin-bottom: 10px;
    font-size: 28px;
    border-bottom: 2px solid var(--primary-color);
}

.accordion-toggle {
    text-decoration: none;
    color: #000;
    transition: transform 0.3s ease;
    font-size: 25px;
    font-weight: 400;
}

.accordion-toggle:hover {
    color: var(--secondary-color);
}

.panel-body {
    display: none;
}

.round-tour-details ul li {
    position: relative;
    padding-left: 20px;
    /* Adjusted for better spacing */
    margin-bottom: 10px;


}

.round-tour-details ul li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    /* Center align vertically */
    content: "➤";
    /* Changed to an arrow */
    font-size: 14px;
    /* Adjust arrow size if needed */
    color: #333;
    /* Customize arrow color */
    color: var(--primary-color)
}

.round-tour-details ul {
    padding-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 5px;

    border-bottom: 1px solid #000;
}

.contact-form-2 {
    margin: 0 auto;
    padding: 20px 40px;
    background-color: #f1f1f1;
    margin-top: 15px;

}

.contact-form-2 .input-group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.contact-form-2 input[type="text"],
.contact-form-2 input[type="email"],
.contact-form-2 textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.contact-form-2 input::placeholder,
.contact-form-2 textarea::placeholder {
    color: #999;
    font-size: 14px;
}

.contact-form-2 .submit-btn {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    font-size: 18px;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
}

@media (max-width: 991px) {
    .contact-form-2 {
        padding: 15px;
    }

    .contact-form-2 input,
    .contact-form-2 textarea {
        font-size: 14px;
    }

    .contact-form-2 .submit-btn {
        font-size: 16px;
    }

    .dest-map {
        margin-top: 40px;
    }

    .accordion-toggle {

        font-size: 20px;

    }

    .round-tour-details ul li {
        margin-bottom: 10px;

    }

}

.accordion-toggle {
    position: relative;
    padding-left: 40px;
}

.accordion-toggle::before {
    position: absolute;
    content: "+";
    /* Plus symbol */
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    /* Centers vertically */
    color: var(--white);
    background-color: var(--primary-color);
    text-align: center;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    /* Centers text inside */
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    /* Adjust size as needed */
}

.place-box {
    padding: 15px 15px 0 15px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 30px;
    border: 3px solid var(--primary-color);
    margin-bottom: 10px;
}

.place-image {
    overflow: hidden;
    border-radius: 30px;

}

.place-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.place-image img:hover {
    transform: scale(1.08);

}

.place-details {
    padding: 10px 0;
    margin-bottom: 0;
    color: var(--primary-color);
}

.place-details h3 {
    font-size: 30px;
}

.place-details p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.all-btn {
    color: #fb9a0c;
    border: 0;
    padding: 10px 10px;
    font-size: 20px;
    text-align: right;

}

.all-btn:hover {
    color: var(--secondary-color);
    border: 0;

}

.side-btn {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 5px;

}
#destinationSplide .splide__arrow {
    border-radius: 0;
    background: var(--secondary-color);
    margin-top: -30px;
    top: 0;
    opacity: 1;
}

#destinationSplide .splide__arrow--next {
    top: -25px;
}

#destinationSplide .splide__arrow--prev {
    top: -25px;
    left: auto !important;
    right: 4em;
}

#destinationSplide .splide__arrow svg {
    fill: var(--white) !important;
}

.tour-card{
    margin-bottom: 10px;
    background-color: #f4f4f4;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}
.tour-photo img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease; /* Smooth transition */
}
.tour-photo{
    overflow: hidden;
}
.tour-photo img:hover {
    transform: scale(1.1); /* Zoom in effect */
}

.tour-dt {
    padding: 10px 0 0 0 ;
    text-align: center;
}
.tour-dt h3{
    font-weight: 700;
    font-family: var(--font-primary);
}
.tour-dt .btn-fill{
    width: 100%;

}
#packageSplide .splide__arrow {
    border-radius: 0;
    background: var(--secondary-color);
    margin-top: -30px;
    top: 0;
    opacity: 1;
}

#packageSplide .splide__arrow--next {
    top: -25px;
}

#packageSplide .splide__arrow--prev {
    top: -25px;
    left: auto !important;
    right: 4em;
}

#packageSplide .splide__arrow svg {
    fill: var(--white) !important;
}
.gallery-home {
    padding-bottom: 30px;
}
.gallery-hm{
    overflow: hidden;
    border-radius: 10px;
}
.gallery-hm img{
    width: 100%;
    height: 403px;
    object-fit: cover;
    transition: filter 0.4s ease-in-out, transform 0.3s ease-in-out;
}

.gallery-hm img:hover {
    filter: brightness(0.6); 
    transform: scale(1.05); 
}
.gallery-hm-1 {
    overflow: hidden;
    border-radius: 10px;
}
.gallery-hm-1 img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: filter 0.4s ease-in-out, transform 0.3s ease-in-out;
}

.gallery-hm-1 img:hover {
    filter: brightness(0.6);
    transform: scale(1.05); 
}
.tour-dt p {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.brush-slider {
    width: 100% !important;
    height: 70px !important;

}

.custom-shape-divider-bottom-1740541296 {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1740541296 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 147px;
}

.custom-shape-divider-bottom-1740541296 .shape-fill {
    fill: #FFFFFF;

}
#contactForm h3{
    text-align: center;
    padding: 10px 0;
    font-weight: 700;
    
}
.Language {

    cursor: pointer;
    position: fixed;
    bottom: 30%;
    right: 0;
    z-index: 5;
    transition: .5s;

}

#languageSelect {
    background-color: var(--white);
    color: #333;
    border: 1px solid var(--primary-color);
    padding: 5px;
    border-radius: 0;
    color: var(--primary-color);
}

.VIpgJd-ZVi9od-ORHb,
.VIpgJd-ZVi9od-ORHb-OEVmcd {

    display: none !important;
}

.Language .nice-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 400;
    background-color: var(--primary-color);
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    border: none
}

.Language .nice-select .option {
    color: var(--primary-color);
    line-height: 20px;
    min-height: 20px;

}

.Language .nice-select.open .list {
    border-radius: 0;
    padding: 5px 0;
}

.Language .nice-select::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
@media (max-width: 991px) {
    .link-head{
        text-align: center;
    }
    .contact-social ul{
        justify-content: center;
    }
    
}
.whatsapp img {
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 3;
    transition: transform .6s ease-in-out;

}

@media (max-width: 991px) {
    .whatsapp img {
        right: 20px;
        width: 80px !important;

    }
    .dest-section{
        padding: 10px 0 10px 0 !important ;
    }
    .custom-shape-divider-bottom-1740541296 {
        bottom: -20px !important;

    }
}

.preloader1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.preloader1 img {
    animation: pulse 1.5s infinite ease-in-out;
    width: 180px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.custom-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin: 50px 0;
}

.custom-form h2 {
    font-size: 28px;
    color: var(--primary-color);
    margin-bottom: 10px;
    padding-top: 20px;

}

.custom-form .search-box-single {
    margin-bottom: 20px;
}

.custom-form .search-box-single label {
    font-weight: bold;
    color: #555;
    margin-bottom: 8px;
    display: inline-block;
}

.custom-form .search-box-single input,
.custom-form .search-box-single select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.custom-form .search-box-single input[type="radio"],
.custom-form .search-box-single input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

.custom-form .radio-group,
.custom-form .checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.custom-form .error-message {
    color: red;
    font-size: 12px;
    display: block;
    margin-top: -10px;
    margin-bottom: 5px;
}

.custom-form input:focus {
    border-color: var(--primary-color);
    outline: none;

}

@media (max-width: 768px) {

    .custom-form .radio-group,
    .custom-form .checkbox-group {
        flex-direction: column;
    }
}