* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans", sans-serif !important;
    color: #111111;
    background-color: #f6efe6;
}

.amita-regular {
    font-family: "Amita", serif !important;
}

.amita-bold {
    font-family: "Amita", serif !important;
    font-weight: 700;
}




html {
    scroll-behavior: smooth;
}

.h6,
h6 {
    font-size: 1rem;
    font-weight: 600 !important;
}

a {
    text-decoration: none;
}

.bg-purple {
    background-color: #040240;
}

.bg-gray {
    background-color: #F6F6F6;
}

.text-black {
    color: #111111 !important;
}

.text-blue {
    color: #b50aa4 !important;
}

.dark-gray {
    color: #62605c !important;
}

.text-12 {
    font-size: 12px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-24 {
    font-size: 24px !important;
}

.h1-heading {
    font-size: 51px !important;
}

.h2-heading {
    font-size: 42px !important;
}

.h3-heading {
    font-size: 24px !important;
}

.line-28 {
    line-height: 28px;
}

.line-21 {
    line-height: 21px;
}

.line-24 {
    line-height: 24px;
}

.weight-500 {
    font-weight: 500 !important;
}

.weight-600 {
    font-weight: 600 !important;
}

.weight-700 {
    font-weight: 700 !important;
}

.weight-800 {
    font-weight: 800 !important;
}

.container {
    position: relative;
    z-index: 1;
}

a {
    text-decoration: none !important;
}



.dypall-header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    padding: 0px 0;
}

.top-header-panel {
    background: linear-gradient(279.86deg, #B50AA4 34.27%, #241FA9 56.99%, #439FBD 101.54%);
}

.fixed-header {
    background-color: #000000cf;
}

.top-header {
    display: inline-block;
    list-style: none;
}

.top-header ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}

.navbar-nav .nav-item .nav-link {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.9px;
    margin: 0 24px;
    position: relative;
    padding: 0px 0px !important;
    border: 1px solid transparent;
    border-radius: 0;

}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link,
.navbar-nav .nav-item .nav-link:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.current_page_item .nav-link {
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #fff;
}


.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.navbar-toggler {
    color: #fff !important;
    background: none;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border: 0 !important;
    transition: var(--bs-navbar-toggler-transition);
}

.navbar-toggler-icon {
    background-image: none !important;
}

.navbar-nav .nav-item .nav-link span i {
    font-size: 13px;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 3px;
}


.navbar-brand img {
    width: 175px;
}

/* drop down meni */


.nav-item {
    position: relative;
    list-style: none;
}

.drop-down {
    padding: 25px 0 0 0;
    position: absolute;
    top: 23px;
    left: 0;
    width: 236px;
    perspective: 1000px;
    display: none;
    animation: rotateMenu 800ms ease-in-out forwards;
    transform-origin: top center;
}


.nav-dropdown:hover .drop-down {
    display: block;
}


@-moz-keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg);
    }

    70% {
        transform: rotateX(20deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

@-webkit-keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg);
    }

    70% {
        transform: rotateX(20deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

@-o-keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg);
    }

    70% {
        transform: rotateX(20deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

@keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg);
    }

    70% {
        transform: rotateX(20deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

.drop-down-list {
    padding: 9px 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 5px -2px rgb(42 42 42 / 40%);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.drop-down-list .nav-item .nav-link {
    color: #000;
    padding: 4px 14px !important;
    margin: 0;
    font-size: 15px;
    border-radius: 0 !important;
}

.drop-down-list .nav-item .nav-link:hover {
    background-color: #034ea2;
    color: #fff !important;
    border-radius: 0;
}

/* drop down meni */
.hero-banner.d-flex.align-items-center.position-relative {
    background-size: cover;
    height: 770px;
        background-position: center;
}


.banner-top-img {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
}

.panel-space {
    padding: 70px 0;
}

.custom-btn {
    border-radius: 30px;
    background-color: #b50aa4;
    padding: 14px 20px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}


.custom-btn img {
    transition: transform 0.3s ease;
}

/* Hover Effects */
.custom-btn:hover {
    background-color: #940583;
    color: #fff;
}

.custom-btn:hover img {
    transform: translateX(6px);
}

.type-of-trip {
    padding: 40px;
    border-radius: 16px;
}

.banner-content {
    line-height: 32px;
}

.type-of-trip-box {
    padding: 20px 0 !important;
}

.type-of-trip-box img {
    margin-bottom: 6px;
}


/* explore best service section */

.tour-card {
    background: #f9f6f6;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.tour-card-picture {
    width: 100%;
    height: 237px;
}

.tour-card-picture img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    max-width: 100% !important;
}

.tour-content {
    padding: 20px;
}



.tour-content h2 {
    margin: 0 0 10px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 62px;
}

.tour-content p {
    color: #555;
    font-size: 15px;
    margin-bottom: 16px;
    min-height: 110px;
}

.tags {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
}

.tags i {
    margin-right: 6px;
}


.full-slider {
    margin-right: -50%;
}

.our-campus-slider .owl-dots,
.testimonial-slider .owl-dots {
    width: 100%;
    background-color: #fff;
    margin-top: 45px;
    display: flex;
    align-items: center;
    border-radius: 50px;
}

.our-campus-slider .owl-dots .owl-dot,
.testimonial-slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    width: 15%;
}

.our-campus-slider .owl-dots .owl-dot span,
.testimonial-slider .owl-dots .owl-dot span {
    display: block;
    width: 100% !important;
    height: 7px !important;
    margin: 0 !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px !important;
    background: #fff !important;
}

.our-campus-slider .owl-dots .owl-dot.active span,
.testimonial-slider .owl-dots .owl-dot.active span {
    background: #B50AA4 !important;
}



/* Plan Your Trip With us  */


.trip-palan-list {
    margin-top: 40px;
}

.view-destination {
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
}

.destination-cat-overlay {
    background-color: #11111166;
}

.show-on-hover {
    display: none;
}

.destination-catergory:hover .show-on-hover {
    display: block;
}

.destination-catergory img {
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.destination-catergory:hover img {
    transform: scale(1.1);
}

.testimonial-box {
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
}

.testimonial-box .comma-coman-img {
    width: 100px;
    position: absolute;
    top: -30px;
    left: -30px;
}

.testimonial-slider .item {
    padding: 30px;
}


/* blog style css */


.blog-card {
    border-radius: 16px;
    overflow: hidden;
}

.blog-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px 16px 0 0;
}

.blog-content {
    padding: 20px 0;
}

.blog-meta {
    color: #888;
    font-size: 14px;
    margin-bottom: 12px;
}

.blog-title {
    font-size: 20px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.blog-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 20px;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid #b50aa4;
    color: #b50aa4;
    font-weight: bold;
    font-size: 15px;
    padding: 14px 24px;
    border-radius: 25px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.read-more-btn i {
    transition: transform 0.3s ease;
}

.read-more-btn:hover {
    background-color: #2809a3;
    color: #fff;
}

.read-more-btn:hover i {
    transform: translateX(5px);
}


/* footer section css and contect section */

.contact-wrapper {
    background-color: #f6efe6;
    border-radius: 16px;
    padding: 40px;
}

.contect-heading {
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 25px;
}

.form-control,
.form-select {
    border-radius: 25px;
    padding: 12px 16px;
    font-size: 15px;
    background-color: transparent;
    border: 1.5px solid #11111133
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #11111133;
    background-color: transparent;
}

.info-box i {
    margin-right: 10px;
}

.info-box a {
    text-decoration: none;
}

.footer-logo>a>img {
    width: 170px;
    margin-bottom: 50px;
}

.social-link a {
    display: inline-block;
    margin-right: 40px;
}

.footer-link-list li, .copyright-panel ul li {
    padding: 9px 0 !important;
    list-style: none;
}
.copyright-panel {
    border-top: 0.5px solid #4f4e79;
    margin-top: 14px;
    padding-top: 14px;
}

.footer-link-list li a {
    font-size: 14px !important;
    color: #fff;
    padding: 0 !important;
    display: inline-block;
}




.sub-menu-toggle {
    display: none;
}

.menu-item-has-children:hover>.sub_menu_dropdown {
    visibility: visible;
    opacity: 1;
    clip: inherit;
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    display: block;
}

.sub_menu_dropdown {
    position: absolute;
    background: #b50aa4;
    padding: 22px 0;
    top: 100%;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 250px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    display: none;
    -webkit-box-shadow: 0 18px 43px rgba(90, 90, 90, 0.14);
    -khtml-box-shadow: 0 18px 43px rgba(90, 90, 90, 0.14);
    -moz-box-shadow: 0 18px 43px rgba(90, 90, 90, 0.14);
    -ms-box-shadow: 0 18px 43px rgba(90, 90, 90, 0.14);
    -o-box-shadow: 0 18px 43px rgba(90, 90, 90, 0.14);
    box-shadow: 0 18px 43px rgba(90, 90, 90, 0.14);
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    text-align: left;
    border-radius: 0px 0px 5px 5px;
}

.sub-menu {
    padding: 0;
    margin: 0;
}

.sub-menu li {
    list-style: none;
}

.sub_menu_dropdown .sub-menu li a {
    padding: 14px 0 !important;
}

.menu-item-has-children>.nav-link::before {
    content: "\f107" !important;
    position: absolute;
    left: auto !important;
    width: 0;
    height: 1px;
    background-color: #106FB5;
    transition: width 0.3s ease;
    font-family: 'FontAwesome';
    top: 4px;
    right: -3px;
    font-size: 13px;
}

.view-trip-btn {
    margin-top: 40px;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    color: #fff;
}


.footer-link-list li a:hover {
    border-bottom: 1px solid #fff;
}

.footer-link-list li a {
    translate: all 0.2s ease-in-out;
}

.destination-catergory img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    max-width: 100% !important;
}

.destination-catergory {
    width: 100%;
    height: 533px;
}


/* trip page style css */


.Highlights-list span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #2524AA;
    background-color: #f6efe6;
    border-radius: 50%;
    position: relative;
    margin-right: 20px;
}

.Highlights-list span:after {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #2524AA;
    position: absolute;
    border-radius: 50%;
    left: 4px;
    top: 4px;
}

.Highlights-list li {
    display: flex;
    align-items: center;
    margin-top: 30px;
    position: relative;
}

.Highlights-list li:after {
    content: '';
    height: 100%;
    border-right: 1px dashed #b50aa4;
    position: absolute;
    top: 30px;
    left: 15px;
}

.Highlights-list li:last-child:after {
    display: none;
}

.included-list li span {
    position: relative;
    margin-right: 20px;
    display: inline-block;
}

.included-list li:last-child span {
    margin-bottom: 0px;
}

.included-list {
    margin-top: 30px !important;
}

.included-list li {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.trips-day .nav-tabs .nav-link {
    border-radius: 30px;
    padding: 10px 25px;
    background-color: #fff;
    color: #2524AA;
    margin-right: 10px;
}

.trips-day .nav-tabs .nav-link.active {
    background-color: #2524AA;
    color: #fff;
}

.trips-day .tab-content>.active h5 {
    margin-bottom: 20px;
}


.exprol-ptri-panel .tour-card {
    background-color: transparent !important;
    box-shadow: none !important;
}

.sub_menu_dropdown .sub-menu .nav-link {
    display: inline-block !important;
}

.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea.form-control {
    height: 150px;
}

.contect-form p {
    margin-bottom: 0;
}

.contact-page-panel .contect-form {
    background-color: #fff;
    padding: 25px;
    border-radius: 25px;
}

.page-id-25 .not-need {
    display: none;
}

#comments, .navigation.post-navigation {
    display: none;
}



/* faq section panel */



.faq-accordion .accordion-item {
    border: none;
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
}

.faq-accordion .accordion-item .accordion-button {
    background-color: #fff;
    font-weight: 600;
    font-size: 1.05rem;
    padding: 1.5rem;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease;
}

.faq-accordion .accordion-item .accordion-button::after {
    content: '';
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23000000" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M1.646 5.646a.5.5 0 0 1 .708 0L8 11.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.faq-accordion .accordion-body {
    padding: 0 1.5rem 1.5rem 1.5rem;
    color: #444;
    font-size: 0.95rem;
    line-height: 1.6;
}

.faq-accordion .accordion-collapse {
    transition: height 0.3s ease;
}

.faq-accordion .accordion-item.show,
.faq-accordion .accordion-item .accordion-collapse.show {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.meet-team-panel .tour-card-picture {
    width: 100%;
    height: 440px;
}

.trips-day .nav-item {
    margin-bottom: 13px;
}

.scroll-panel {
    height: 500px;
    overflow: auto;
}

.testimonial-box .text-14 p {
    min-height: 64px;
}



.over-lay:after {
    background: linear-gradient(90deg, rgba(17, 17, 17, 0.8) 19.2%, rgba(17, 17, 17, 0) 71.77%);
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}