@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Agdasima:wght@400;700&family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&family=Gilda+Display&family=Kumbh+Sans:wght@100..900&family=Lexend:wght@100..900&family=Pacifico&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Yesteryear&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* Smooth transitions for all interactive elements */
a, button, .bttn, .nav-link, .dropdown-item {
    transition: all 0.3s ease-in-out;
}

/* Improved hover effects */
a:hover, button:hover, .bttn:hover {
    transform: translateY(-2px);
}

.nav-link:hover {
    color: var(--pri-color) !important;
}

li,
ul,
a {
    margin: 0;
    list-style: none;
    text-decoration: none !important;
}

.f-sec {
    font-family: "Poppins", serif;
}

p {
    display: inline-block;
    color: #717171;
}

main {
    font-family: "Poppins", serif;
    overflow-x: hidden;
}

:root {
    --pri-color: #FECB00;
    --sec-color: #A018FA;
    --sec-dark: #6E10C8;
    --theme-bg: #FBF7FF;
    --theme-surface: #ffffff;
    --theme-text: #241336;
}

.highlight {
    color: var(--pri-color) !important;
}

.f-l {
    font-size: 24px;
}

.l-space {
    letter-spacing: 3px;
}

.bttn {
    padding: 0.625rem 0.875rem;
    border-radius: 16px;
    font-weight: 500;
    font-size: 0.938em !important;
    white-space: nowrap;
}

.btn-fill {
    background-color: var(--pri-color);
    color: #000000;
}

.sec-spacer {
    padding: 60px 0;
}

@media (max-width:999px) {
    .sec-spacer {
        padding: 30px 0;
    }
}

.md-spacer {
    padding: 30px 0;
}

.sm-spacer {
    padding: 15px 0;
}

.text-white {
    color: #ffffff;
}

.packages-header {
    position: relative;
    z-index: 5;
}

.title {
    font-size: 40px;
    letter-spacing: -0.04em;
    font-weight: 700;
    margin: 0;
    color: var(--theme-text);
}

@media (max-width:600px) {
    .banner-btn {
        height: max-content !important;
        width: fit-content;
        display: block;
        padding: 6px 12px;
        border-radius: 16px;
        font-weight: 500;
        font-size: 6px !important;
    }
    .head2 {
        font-size: 8px;
    }
}



body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background: linear-gradient(180deg, #fffaf0 0%, var(--theme-bg) 42%, #ffffff 100%);
color: var(--theme-text);
}

/* Image optimization */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Card hover animations */
.pckg-card, .ser-crd, .taxi-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pckg-card:hover, .ser-crd:hover, .taxi-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}


/*** 

====================================================================
	Feature Three
====================================================================

***/

 .feature-three {
     position: relative;
     padding: 0px 0px 0px;
 }

 .feature-three .auto-container {
     max-width: 1320px;
 }


.feature-block_four {
     position: relative;
 }

 .feature-block_four-inner {
     position: relative;
     padding: 28px 24px;
     background-color: var(--white-color);
     box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.10);
 }

 .feature-block_four-content {
     position: relative;
     color: #444444;
     font-size: 16px;
     line-height: 26px;
     display: flex;
     flex-direction: column;
     align-items: center;
     text-align: center;
 }

 .feature-block_four-icon {
     position: relative;
     width: 80px;
     height: 80px;
     line-height: 82px;
     border-radius: 50px;
     text-align: center;
     margin-bottom: 25px;
     background-color: var(--secondary-color);
     transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     box-shadow: 0px 0px 15px rgba(59, 193, 177, 0.30);
 }

 .feature-block_four-inner:hover .feature-block_four-icon {
     transform: rotateY(180deg);
 }

 .feature-block_four-icon.two {
     background-color: var(--secondary-color);
     box-shadow: 0px 0px 15px rgba(253, 76, 92, 0.30);
 }

 .feature-block_four-icon.three {
     background-color: var(--secondary-color);
     box-shadow: 0px 0px 15px rgba(255, 200, 62, 0.30);
 }

 .feature-block_four-icon.four {
     background-color: var(--secondary-color);
     box-shadow: 0px 0px 15px rgba(244, 73, 206, 0.30);
 }

 .feature-block_four-title {
     position: relative;
     display: block;
     color: var(--main-color);
     font-weight: 900;
     margin-bottom: 17px;
     font-family: "Hanken Grotesk", sans-serif;
     text-transform: capitalize;
 }

 .feature-block_four-more {
     position: relative;
     font-size: 16px;
     margin-top: 17px;
     font-weight: 600;
     display: inline-block;
     color: var(--main-color);
     font-family: "Hanken Grotesk", sans-serif;
 }

 .feature-block_four-more i {
     position: relative;
     font-size: 12px;
 }

 .feature-block_four.style-two:first-child {
     border-left: 1px solid rgba(0, 0, 0, 0.10);
 }

 .feature-block_four.style-two .feature-block_four-inner {
     box-shadow: inherit;
     border-right: 1px solid rgba(0, 0, 0, 0.10);
     border-bottom: 1px solid rgba(0, 0, 0, 0.10);
     /* box-shadow: 1px 1px 5px 1px #cfcfcf; */
     min-height: 318px;
 }

 .feature-block_four.style-two {
     box-shadow: inherit;
 }


 .numbers {
     position: absolute;
     top: -31px;
     right: 1px;
     font-size: 56px;
     -webkit-text-stroke-width: 3px;
     -webkit-text-stroke-color: rgb(14 34 52 / 77%);
     z-index: 100 !important;
     color: white;
 }


















/* Gallery items smooth transition */
.gallery-item {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-img {
    transition: transform 0.6s ease;
}

.gallery-item:hover .gallery-img {
    transform: scale(1.1);
}


.section-container {
max-width: 100%;
margin: 0 auto; padding-top:40px;
padding: 20px;
background: #ffffff;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}


h2 {
text-align: center;
font-size: 28px;
margin-bottom: 30px;
color: #333;
}


.keyword-grid {
display: flex;
flex-wrap: wrap;
gap: 12px;
justify-content: center;
}


.keyword-box {
padding: 10px 18px;
background: #fafafa;
border: 1px solid #ddd;
border-radius: 8px;
font-size: 15px;
color: #333;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
white-space: nowrap;
}


.keyword-box:hover {
	background: var(--pri-color);
	color: #ffffff;
	transform: translateY(-3px);
	box-shadow: 0 4px 12px rgba(254, 203, 0, 0.3);
	border-color: var(--pri-color);
}

.breadcrump {
    position: relative;
    min-height: 260px;
    background-image: url(../image/background/start-background.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.breadcrump-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.breadcrump-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    color: white;
}

.breadcrump h1 {
    margin: 0;
    font-weight: 600;
}

.img2.animated {
    animation: rotate 20s linear infinite alternate;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* header */

/* TOP HEADER */

.top-header {
    background-color: var(--sec-color);
    border-bottom: 4px solid var(--pri-color);
}

.top-header-wrapper {
    padding: 4px 0;
}

.header-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-links ul {
    display: flex;
    flex-wrap: wrap;
}

.header-links.sm li {
    margin: 0px 5px !important;
}

.header-links.sm li a i {
    font-size: 24px !important;
}

.header-top {
    background: linear-gradient(90deg, var(--sec-dark), var(--sec-color));
    border-radius: 0 0 42px 42px;
    margin-bottom: 6px;
    border-bottom: 3px solid var(--pri-color);
    box-shadow: 0 10px 28px rgba(160, 24, 250, 0.18);
}

.header-links>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.header-links>ul>li {
    margin: 0 10px;
}

.header-links-title {
    color: #fff;
    font-size: 14px;
}

.header-links>ul>li i {
    color: var(--pri-color);
    font-size: 1.25rem;
    margin-right: 10px;
}

.header-links>ul>li,
.header-links>ul>li a {
    color: #fff;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .navbar-logo {
        background-color: #fff;
        border-radius: 15px;
    }
}

.navbar.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    animation: fade 0.5s;
}

@keyframes fade {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar.sticky .navbar-logo {
    margin-top: 0;
    border: none;
}

.navbar-brand {
    margin-right: 0;
}

.navbar-brand img {
    width: 178px !important;
    height: auto !important;
    max-height: 62px;
    object-fit: contain;
}

.navbar.sticky .navbar-brand img {
    width: 158px !important;
}

/* navbar */

.offcanvas-body {
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}

.navbar-nav {
    flex-wrap: wrap;
    align-items: center;
}

.offcanvas-body>.navbar-nav>.nav-item {
    margin: 0 4px;
}

.offcanvas-body > .mt-3.mt-xl-0.ms-xl-3 {
    margin-top: 0 !important;
    display: flex;
    align-items: center;
}

.btn.whts {
    background: linear-gradient(135deg, var(--pri-color), #ffdf73);
    color: var(--theme-text);
    font-weight: 600;
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(254, 203, 0, 0.28);
}

.btn.whts:hover {
    background: linear-gradient(135deg, var(--sec-color), var(--sec-dark));
    color: #fff;
}

.nav-item .nav-link {
    font-weight: 500;
    color: var(--theme-text);
}

.nav-item .nav-link:hover {
    color: var(--sec-color);
}

.nav-item .nav-link:focus,
.nav-item .nav-link.active {
    color: var(--sec-color);
}

.offcanvas-body .dropdown-menu {
    border: 1px solid rgba(160, 24, 250, 0.16);
    border-top: 3px solid var(--pri-color);
    border-radius: 16px;
    z-index: 6000;
}

@media (max-width: 1199px) {
    #mainNav .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 10px;
    }

    #mainNav .navbar-brand {
        flex: 0 0 auto;
    }

    #mainNav .navbar-toggler {
        order: 3;
        margin-left: auto;
        margin-right: 0;
        flex: 0 0 auto;
    }

    #mainNav .d-xl-none {
        order: 2;
        margin-left: auto;
        display: flex !important;
        align-items: center;
    }

    #mainNav .navbar-toggler {
        margin-left: 8px;
    }

    #offcanvasNavbar {
        background: linear-gradient(180deg, var(--sec-dark), var(--sec-color));
        color: #fff;
    }

    #offcanvasNavbar .nav-link,
    #offcanvasNavbar .offcanvas-title,
    #offcanvasNavbar .btn-close {
        color: #fff;
    }

    #offcanvasNavbar .dropdown-menu {
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(254, 203, 0, 0.28);
        z-index: 6000;
    }

    #offcanvasNavbar .dropdown-item {
        color: #fff;
    }

    #offcanvasNavbar .dropdown-item:hover {
        background: rgba(254, 203, 0, 0.18);
        color: #fff;
    }
}

@media (max-width: 767px) {
    #mainNav .container {
        gap: 8px;
    }

    #mainNav .navbar-brand img {
        width: 132px !important;
        max-height: 48px;
    }

    #mainNav .d-xl-none {
        margin-left: auto;
        margin-right: 4px;
        flex: 0 0 auto;
        white-space: nowrap;
    }

    #mainNav .navbar-toggler {
        padding: 0.35rem 0.5rem;
        border-radius: 12px;
    }

    #mainNav .navbar-toggler-icon {
        width: 1.15em;
        height: 1.15em;
    }

    #offcanvasNavbar {
        width: min(100vw, 420px);
        background: linear-gradient(180deg, var(--sec-dark), var(--sec-color));
        background-color: var(--sec-color) !important;
        opacity: 1;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    #offcanvasNavbar .offcanvas-header {
        padding: 1rem 1.15rem 0.85rem;
        background: linear-gradient(180deg, var(--sec-dark), var(--sec-color));
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    #offcanvasNavbar .offcanvas-body {
        display: block;
        padding: 1rem 1.15rem 1.25rem;
        overflow-y: auto;
        min-height: calc(100vh - 150px);
        position: relative;
        z-index: 1;
        background: linear-gradient(180deg, var(--sec-dark), var(--sec-color));
    }

    #offcanvasNavbar .navbar-nav {
        width: 100%;
        display: block;
        margin: 0 !important;
        padding: 0;
    }

    #offcanvasNavbar .navbar-nav.ms-auto {
        margin-left: 0 !important;
        width: 100%;
    }

    #offcanvasNavbar .nav-item {
        width: 100%;
        margin: 0 !important;
        display: block;
    }

    #offcanvasNavbar .dropdown {
        position: static;
        width: 100%;
    }

    #offcanvasNavbar .nav-link {
        display: block;
        width: 100%;
        padding: 12px 14px;
        border-radius: 12px;
        color: #fff;
        background: rgba(255, 255, 255, 0.05);
        font-size: 16px;
        line-height: 1.2;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    }

    #offcanvasNavbar .dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 0;
        outline: 0;
        appearance: none;
        -webkit-appearance: none;
        text-align: left;
    }

    #offcanvasNavbar .dropdown-toggle::after {
        margin-left: auto;
    }

    #offcanvasNavbar .nav-link:hover,
    #offcanvasNavbar .nav-link:focus,
    #offcanvasNavbar .nav-link.active {
        background: rgba(255, 255, 255, 0.12);
        color: #fff;
    }

    #offcanvasNavbar .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        margin-top: 8px;
        margin-left: 0 !important;
        padding: 8px 0;
        background: rgba(255, 255, 255, 0.05);
        transform: none !important;
        inset: auto !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        min-width: 100%;
        box-shadow: none;
    }

    #offcanvasNavbar .mobile-services-collapse {
        width: 100%;
        margin-top: 8px;
    }

    #offcanvasNavbar .mobile-services-collapse .dropdown-item {
        display: block;
        width: 100%;
        padding: 10px 14px;
        border-radius: 10px;
        text-align: left;
    }

    #offcanvasNavbar .dropdown-menu.show,
    #offcanvasNavbar .dropdown-menu[data-bs-popper] {
        position: static !important;
        transform: none !important;
        inset: auto !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
    }

    #offcanvasNavbar .dropdown-item {
        padding: 10px 14px;
        white-space: normal;
        color: #fff;
        background: transparent;
    }

    #offcanvasNavbar .dropdown-item:hover,
    #offcanvasNavbar .dropdown-item:focus {
        background: rgba(255, 255, 255, 0.12);
        color: #fff;
    }

    #offcanvasNavbar .mt-3.mt-xl-0.ms-xl-3 {
        width: 100%;
        margin-top: 14px !important;
        margin-left: 0 !important;
    }

    #offcanvasNavbar .btn.whts {
        width: 100%;
        justify-content: center;
    }

    .header-links.sm ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        margin: 0;
        padding: 0;
        flex-wrap: nowrap;
    }

    .header-links.sm li {
        margin: 0 !important;
    }

    .header-links.sm li a {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-links.sm li a i {
        font-size: 16px !important;
        line-height: 1;
    }
}

@media (max-width: 992px) {
    #offcanvasNavbar .mobile-services-item {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    #offcanvasNavbar .mobile-services-toggle {
        width: 100%;
    }

    #offcanvasNavbar .mobile-services-collapse {
        width: 100%;
        margin-top: 8px;
        position: static;
        float: none;
        clear: both;
    }

    #offcanvasNavbar .mobile-services-collapse .dropdown-item {
        width: 100%;
        display: block;
    }
}

#mainNav .navbar-toggler {
    border: 1px solid rgba(160, 24, 250, 0.2);
}

#mainNav {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 12px 30px rgba(36, 19, 54, 0.08);
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    position: relative;
    z-index: 5000;
    overflow: visible;
}

#mainNav .container {
    min-height: 76px;
}

#mainNav .navbar-brand {
    display: flex;
    align-items: center;
}

#banner,
.swiper,
.swiper-wrapper,
.swiper-slide {
    position: relative;
    z-index: 1;
}

/* BANNER */

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
    background-color: #ffffff57;
    border-radius: 50%;
    color: #fff;
    padding: 15px 20px;
    display: block !important;
}

@media (max-width: 999px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
    .navbar-brand img {
        width: 155px !important;
    }
}

.swiper-button-next {
    z-index: 30 !important;
}

.slide {
    position: relative;
}

.slide img {
    position: relative;
}

.swiper-slide-active .slide-cont .head2 {
    animation: fadeIn 5s;
    -webkit-animation: fadeIn 5s;
}

.swiper-slide-active .slide-cont .title {
    animation: fadeIn 5s;
    -webkit-animation: fadeIn 5s;
}

.swiper-slide-active .slide-cont .bttn {
    animation: fadeIn 5s;
    -webkit-animation: fadeIn 5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        filter: blur(5px);
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: translateX(0);
    }
}

.slide::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00000070;
}

.swiper-slide .slider-cont {
    display: none;
}

.slide-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-weight: 800;
    z-index: 40;
    font-size: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper-slide .slide-cont .title {
    font-size: 70px;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    width: max-content;
}

@media (min-width: 768px) {
    #banner .swiper-slide {
        height: 510px;
    }

    #banner .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
}

@media (max-width: 1300px) {
    .slide-cont .title {
        font-size: 60px !important;
    }
}

@media (max-width: 999px) {
    .slide-cont .title {
        font-size: 40px !important;
    }
}

@media (max-width: 700px) {
    .slide-cont .title {
        font-size: 25px !important;
    }
}

@media (max-width: 767px) {
    #banner,
    #banner .swiper-wrapper,
    #banner .swiper-slide,
    #banner .slide {
        height: 426px !important;
        min-height: 426px !important;
    }

    #banner .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #banner .slide-cont {
        top: 52%;
        width: 100%;
        padding: 0 16px;
    }
}

@media (max-width: 400px) {
    .slide-cont .title {
        font-size: 18px !important;
    }
}

/* ABOUT US */

.abts-images {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
}

.abts-images .img1 {
    grid-column: 2 / span 7 !important;
    grid-row: 1;
    z-index: 1;
    border-radius: 5px;
}

.abts-images .img2 {
    grid-column: 2 / span 10;
    grid-row: 1;
    z-index: 2;
    margin-top: 50%;
    border-radius: 5px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.abts-images.sec .img1 {
    grid-column: 2 / span 7 !important;
    grid-row: 1;
    z-index: 1;
    border-radius: 5px;
    border-top-right-radius: 40%;
    border-top-left-radius: 40%;
    height: 100%;
}

.abt-left-wrapper {}

@media (min-width:999px) {
    .right-wrapper {
        padding-left: 20px;
    }
}

/* SERVICES */

.ser-crd {
    padding: 10px;
    overflow: hidden;
}

.ser-content {
    padding: 25px;
    text-align: center;
}

.ser-crd {
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
}

.ser-content h4 a {
    color: #111111;
    font-weight: 600;
    letter-spacing: -0.6px;
}

.service-header {
    position: relative;
}

.service-header .sub-heading {
    font-size: 100px;
    opacity: 0.1;
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0px;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #111111;
    z-index: -1;
}

/* GALLERY */

.gallery-container {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-gap: 15px;
}

.gallery-header {
    position: relative;
}

.gallery-header .sub-heading {
    font-size: 100px;
    opacity: 0.15;
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0px;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #111111;
    z-index: -1;
}

@media (max-width:1200px) {
    .sub-heading {
        font-size: 5rem !important;
    }
}

@media (max-width:600px) {
    .sub-heading {
        font-size: 3.125rem !important;
    }
}

.gallery-item {
    overflow: hidden;
    position: relative;
    transition: 0.5s linear;
}

.gallery-item::after {
    background-color: #000000af;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: 0.5s linear;
}

.gallery-item:hover::after {
    width: 100%;
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 300ms linear;
    position: relative;
}

.gallery-item .gallery-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.gallery-item .gallery-text h5 {
    position: relative;
    letter-spacing: 4px;
    padding-bottom: 10px;
    width: fit-content;
}

.gallery-item .gallery-text h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background-color: rgb(255, 255, 255);
    width: 0;
    transition: 0.5s linear;
}

.gallery-item .gallery-text h6 {
    font-weight: 300;
    transition: 0.5s linear;
    opacity: 0;
}

.gallery-item:hover .gallery-text h6 {
    opacity: 1;
}

.gallery-item:hover .gallery-text h5::after {
    width: 100%;
}

.gallery-item-1 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 7;
}

.gallery-item-2 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 4;
}

.gallery-item-3 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 4;
    grid-row-end: 7;
}

.gallery-item-4 {
    grid-column-start: 7;
    grid-column-end: 10;
    grid-row-start: 1;
    grid-row-end: 7;
}

.gallery-item-6 {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 3;
}

.gallery-item-5 {
    grid-column-start: 6;
    grid-column-end: 10;
    grid-row-start: 1;
    grid-row-end: 3;
}

.gallery-item:hover .gallery-img {
    transform: scale(1.1);
}

@media (max-width: 999px) {
    .gallery-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .gallery-img {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
    }
    .gallery-item-1,
    .gallery-item-2,
    .gallery-item-3,
    .gallery-item-4 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: auto;
        grid-row-end: auto;
    }
}

.gallery-text {
    position: relative;
    z-index: 3;
}

/* PACKAGES */

.packages {
    position: relative;
    background-image: url(../image/background/image1.jpg);
    background-position: center center;
    object-fit: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.packages::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000009a;
}

.pckg-item {
    position: relative;
    z-index: 1;
    margin: 0;
}

.packg-item-outer::before {
    content: "";
    position: absolute;
    height: 97%;
    width: 50%;
    background-color: #fff;
    top: 15px;
    left: 5px;
    z-index: -1;
    transform: rotate(-6deg);
}

.packg-item-outer {
    position: relative;
    z-index: 5;
    padding: 10px;
    background-color: #fff;
}

.packg-item-outer::after {
    position: absolute;
    height: 50%;
    width: 90%;
    content: "";
    background-color: #fff;
    top: 0;
    right: -10px;
    z-index: -1;
    transform: rotate(10deg);
}

.pckg-image {
    position: relative;
}

.pckg-content {
    text-align: center;
    padding: 25px 0;
}

.pckg-content h3 a {
    color: #111111;
    font-weight: 600;
    letter-spacing: -0.6px;
}

.pckg-content h4 a {
    color: #111111;
    font-weight: 600;
    letter-spacing: -0.6px;
}

.pckg-slide .owl-item {
    margin: 10px 0;
}

.pckg-card {
    margin: 15px;
}

.pckg-card.sec {
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    transition: all 0.5s linear;
}

.pckg-card.sec:hover {
    transform: translateY(-30px);
}

.packg-item-outer.sec::after {
    display: none;
}

.packg-item-outer.sec::before {
    display: none;
}

.owl-stage {
    padding: 20px 0;
}

.pckg-image.sec {
    position: relative;
}

.best-selling {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ffc927;
    color: #fff;
    padding: 8px 12px;
    font-weight: 700;
    border-radius: 16px;
}

.cabs .header {
    position: relative;
}

.cabs .header .sub-heading {
    font-size: 100px;
    opacity: 0.15;
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0px;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #111111;
    z-index: -1;
}

/* FOOTER */

.footer {
    background-color: #111111;
    margin-top: -5px;
}

.footer-images {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    height: fit-content;
}

.footer-images .img2 {
    grid-column: 2 / span 10;
    grid-row: 1;
    z-index: 2;
    border-radius: 5px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.widget-info {
    display: flex;
    flex-direction: column;
}

.footer-title {
    color: var(--pri-color);
    font-weight: 600;
}

.widget-info.adrs {
    color: #fff;
}

.widget-info.adrs .adrs-title {
    font-size: 19px;
    font-weight: 600;
}

.widget-info.adrs .adrs-text {
    color: #c7cece;
}

.widget-info.adrs i {
    margin-right: 10px;
    color: var(--pri-color);
}

.widget-info>.links>.link {
    margin-bottom: 16px;
}

.widget-info>.links>.link>a {
    color: #fff;
}

.widget-info.contact {
    color: #fff;
    height: 100%;
    /* border-right: 2px;
  border-left: 2px;
  border-style: solid;
  border-image: linear-gradient(to bottom, #0000004e, #fbfbfb2b, #0000004e) 1
    100%; */
}

.contact.me2 .me1-text .link {
    color: var(--pri-color);
    font-weight: 700;
}

.widget-info.contact h4 {
    font-weight: 600;
    letter-spacing: 2px;
}

.widget-info.contact p {
    color: #c7cece;
}

.copyright {
    background-color: #1b1b1b;
}

.copyright>.container {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    color: #c7cece98;
}

.copyright>.container a {
    color: #f6f6f6;
}

.ftr-social {
    display: flex;
}

.ftr-social .scl {
    display: block;
    font-size: 25px;
    color: var(--pri-color);
    border: 1px solid var(--pri-color);
    padding: 5px 10px;
    border-radius: 100%;
    transition: 0.3s linear;
}

.ftr-social .scl:hover {
    background-color: var(--pri-color);
    color: #fff;
}

.ftr-social .inst.scl {
    margin-left: 6px;
}

.social-icons .ftr-social .scl {
    color: var(--pri-color);
    border: 1px solid var(--pri-color);
    padding: 5px 10px;
    border-radius: 100%;
    transition: 0.3s linear;
}

.social-icons .ftr-social .scl:hover {
    background-color: var(--pri-color);
    color: #fff;
}

@media (max-width: 999px) {
    .widget-info.contact {
        color: #fff;
        border-right: none;
        border-left: none;
    }
    .copyright .container {
        flex-direction: column;
        justify-content: center;
    }
}

/* STICKY SOCIAL ICON */

.pulse i {
    position: relative;
    z-index: 20;
    top: 16px;
    font-size: 30px;
}

.pulse {
    position: fixed;
    cursor: pointer;
    display: block;
    width: 60px !important;
    color: white;
    border-radius: 50px;
    text-align: center;
    z-index: 9000;
}

.pulse.btn-whats {
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: rgba(0, 200, 0, 1);
    transition-duration: 0.5s;
    animation: pulse-btn 3s infinite;
}

.pulse.btn-call {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    bottom: 120px;
    right: 40px;
    color: #fff;
    background-color: #2196f3;
}

.pulse.btn-inst {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    bottom: 190px;
    right: 40px;
    color: #fff;
    background: radial-gradient( circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.pulse.btn-inst i {
    top: 0;
}

.pulse.btn-call i {
    top: 0;
}

.pulse.btn-call a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pulse.pulse.btn-whats:hover {
    background-color: rgba(0, 150, 0, 1);
    color: white;
}

.my-float {
    margin-top: 15px;
}

@-webkit-keyframes pulse-btn {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
    }
}

.pulse a {
    color: #fff;
}

.banner {
    background-image: url(../image/background/image2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
}

.logo {}

.banner::before {
    content: "";
    position: absolute;
    background-color: #000000b9;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.banner .text-content {
    position: relative;
    z-index: 2;
}

.banner .text-content .title a {
    font-size: 50px;
    color: var(--pri-color);
}

.banner-image {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-row: 1;
    position: relative;
    z-index: 3;
}

.banner-image img {
    grid-column: 4 / span 6;
    margin-top: -150px;
}

@media (max-width:1300px) {
    .banner-image img {
        margin-top: -200px;
    }
}

@media (max-width:1200px) {
    .banner-image img {
        margin-top: -190px;
    }
}

@media (max-width:1100px) {
    .banner-image img {
        margin-top: -150px;
    }
}

@media (max-width:999px) {
    .banner-image img {
        display: none !important;
    }
    .text-content {
        position: absolute !important;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50% !important;
        width: max-content;
    }
}

/* CONTACT PAGE */

.contact {}

.contact.widget {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0.9375em;
    padding: 1.125em;
    transition: all 300ms ease-in;
}

@media (max-width:600px) {
    .contact.widget {
        padding: 0;
    }
}

.contact:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.contact .icon {
    padding: 10px 10px;
    border-radius: 50%;
    background-color: #FFF;
    color: var(--pri-color);
}

.contact .icon i {
    color: var(--pri-color);
    font-size: 25px;
    padding: 0;
    margin: 5px;
}

.me1-text p {
    color: #111111;
}

.inner-cont-container h4 {
    margin-bottom: 0.938em;
}

.contact-image {
    position: relative;
}

.contact-image::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.567);
}

.cont-head {
    font-size: 17px;
    font-weight: 700;
    color: #111111;
}

@media (max-width:999px) {
    .contact-image {
        display: none;
    }
    .inner-left-wrapper {
        grid-column: 1 / span 12;
        grid-row: 1;
        z-index: 2;
    }
}

/* GALLERY PAGE */

#gallery {
    padding-top: 40px;
}

@media screen and (min-width: 991px) {
    #gallery {
        padding: 40px 30px 40px 30px;
    }
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
    overflow: hidden;
}

.img-wrapper img {
    /* max-width: 50vw;
    height: 66vh; */
    object-fit: cover;
}

@media (max-width: 999px) {
    .img-wrapper img {
        max-width: 100%;
        height: 100%;
    }
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

/* GALLERY PAGE */

:root {
    --card_width: 350px;
    --row_increment: 10px;
    --card_border_radius: 16px;
    --card_small: 26;
    --card_med: 33;
    --card_large: 45;
}

.gallery {
    display: block;
    position: relative;
}

.pin_container {
    margin: 0;
    padding: 0;
    width: 95vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--card_width));
    grid-auto-rows: var(--row_increment);
    justify-content: center;
}

.card {
    padding: 0;
    margin: 15px 10px;
    border-radius: var(--card_border_radius);
    border: none !important;
    overflow: hidden;
    border-radius: 15px;
}

.card:hover img {
    transform: scale(1.1);
}

.card img {
    object-fit: cover;
    transition: transform 0.3s ease-out;
}

.card_small {
    grid-row-end: span var(--card_small);
}

.card_medium {
    grid-row-end: span var(--card_med);
}

.card_large {
    grid-row-end: span var(--card_large);
}

.pin_container .img-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 12px;
}

.banner.sec {
    background-image: url(../image/background/image2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
    background-attachment: fixed;
}

.mis-inner {
    text-align: center;
    padding: 20px 30px 60px 20px;
    background-color: #FFF;
    margin-top: -160px;
    position: relative;
    display: block;
    z-index: 6;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.vis-inner {
    text-align: center;
    padding: 60px 30px 20px 20px;
    background-color: #FFF;
    margin-bottom: -160px;
    position: relative;
    display: block;
    z-index: 6;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.sub-ser-inner {
    padding: 40px;
    position: relative;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
}

.sub-ser-inner .icon {
    height: 40px;
    width: 40px;
}

.badge {
    position: absolute;
    top: 5px;
    right: -5px;
    padding: 10px;
    background-color: rgb(253, 253, 253);
    border-radius: 0% !important;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    text-align: left;
    padding: 8px;
}

@media (max-width:1100px) {
    td,
    th {
        border: 1px solid #acacac91 !important;
    }
}

tr:nth-child(even) {
    background-color: #dddddd;
}

tr:hover {
    font-weight: 700;
    color: var(--pri-color);
}

.t-btn a {
    white-space: nowrap;
}

@media(min-width:1200px) {
    tr:hover .t-btn a {
        color: #FFFF;
    }
}

.t-head {
    background-color: var(--pri-color);
}

.t-head:hover {
    color: #000000;
}

td {
    padding: 20px 10px;
    white-space: nowrap;
}

th {
    white-space: nowrap;
}

.taxi .taxi-btn {
    width: 100%;
}

.taxi .taxi-btn a {
    background-color: #eeecec;
    padding: 12px 40px;
    color: #1b1b1b;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    display: inline-flex;
    white-space: nowrap;
}

.taxi-box:nth-child(1) .taxi-btn a {
    background-color: var(--pri-color);
    font-weight: 600;
}

.sticky01 {
    right: 0;
    position: fixed;
    top: 360px;
    z-index: 1000;
}

@media(min-width:1200px) and (max-width:1400px) {
    .taxi .taxi-btn a {
        padding: 12px 20px;
    }
}




.route-section {
    width: 100%;
    background: #fff7df;
    padding: 60px 20px;
}

.route-container {
    max-width: 1100px;
    margin: auto;
}

.route-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #d89b00;
    text-align: center;
    margin-bottom: 20px;
}

.route-desc {
    font-size: 17px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 18px;
}

.price-heading {
    font-size: 26px;
    font-weight: 700;
    color: #d89b00;
    margin: 40px 0 20px;
    text-align: center;
}

.price-table table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.07);
}

.price-table th, 
.price-table td {
    padding: 14px;
    border-bottom: 1px solid #f1e4c3;
    font-size: 16px;
    text-align: center;
}

.price-table th {
    background: #ffd978;
    color: #333;
    font-weight: 700;
}

.price-table tr:last-child td {
    border-bottom: none;
}

/* ------------------------------
   PERFECT RESPONSIVE TABLE FIX
--------------------------------*/
.price-table {
    width: 100%;
    overflow-x: auto;
}

.price-table table {
    width: 100%;        /* Laptop full width */
    min-width: 600px;   /* Mobile scroll width */
}

/* Better mobile experience */
@media (max-width: 600px) {
    .price-table th,
    .price-table td {
        font-size: 14px;
        padding: 10px;
    }
}





/* ===== PREMIUM TEMPO TRAVELLER SECTION ===== */

/* Section Background */
.section {
    background: linear-gradient(135deg, #fff9e9, #f7edff);
    padding: 70px 20px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

/* Heading */
.section h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section p {
    max-width: 800px;
    margin: 0 auto 50px;
    font-size: 16px;
    color: #555;
}

/* Grid */
.traveller-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

/* Card */
.traveller-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 35px rgba(0,0,0,0.12);
    transition: all 0.4s ease;
}

.traveller-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(245,165,0,0.15), rgba(255,0,0,0.15));
    opacity: 0;
    transition: 0.4s;
}

.traveller-card:hover::before {
    opacity: 1;
}

.traveller-card:hover {
    transform: translateY(-10px) scale(1.02);
}

/* Image */
.traveller-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.traveller-card:hover img {
    transform: scale(1.08);
}

.urbania-img {
    object-position: center;
    transform: scale(0.92);
}

.traveller-card:hover .urbania-img {
    transform: scale(1);
}

/* Content */
.traveller-content {
    padding: 22px;
    position: relative;
    z-index: 2;
}

.traveller-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
}

/* Detail Boxes */
.detail-box {
    background: #f6f6f6;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 8px;
    border-left: 4px solid var(--pri-color);
}

/* Buttons */
.btn-group {
    display: flex;
    gap: 14px;
    margin-top: 20px;
}

.btn {
    flex: 1;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.35s ease;
    letter-spacing: 0.4px;
}

/* Book Now */
.btn-book {
    background: linear-gradient(135deg, var(--sec-color), var(--sec-dark));
    color: #fff;
    box-shadow: 0 8px 20px rgba(160, 24, 250, 0.32);
}

.btn.btn-book {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.btn-book:hover {
    background: linear-gradient(135deg, var(--pri-color), #ffdf73);
    color: #fff;
    box-shadow: 0 10px 25px rgba(254, 203, 0, 0.35);
}

.btn.btn-book:hover {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

/* Contact */
.btn-contact {
    background: linear-gradient(135deg, var(--pri-color), #ffdf73);
    color: var(--theme-text);
    box-shadow: 0 8px 20px rgba(254, 203, 0, 0.28);
}

.btn-contact:hover {
    background: linear-gradient(135deg, var(--sec-color), var(--sec-dark));
    color: #fff;
    box-shadow: 0 10px 25px rgba(160, 24, 250, 0.32);
}

/* Mobile */
@media (max-width: 600px) {
    .section h1 {
        font-size: 30px;
    }
}


.section h1 {
    text-align: center !important;
}

.section p {
    display: block !important;      /* MAIN FIX */
    text-align: center !important;
    max-width: 900px;
    margin: 0 auto 50px;             /* proper center */
}

.section h1 {
    color: #A018FA !important;
}



/* Tour Section Start Here */


/* ===== TOUR SECTION PREMIUM ===== */

.tour-section {
    background: linear-gradient(135deg, #fff9e9, #f7edff);
    padding: 80px 20px;
}

.tour-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.tour-container h1 {
    color: var(--sec-color);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.tour-container p {
    max-width: 900px;
    margin: 0 auto 50px;
    color: #555;
    font-size: 16px;
}

/* Grid */
.tour-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

/* Card */
.tour-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
    transition: all 0.4s ease;
}

.tour-card:hover {
    transform: translateY(-10px);
}

/* Image */
.tour-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: 0.6s;
}

.tour-card:hover img {
    transform: scale(1.08);
}

/* Content */
.tour-content {
    padding: 22px;
}

.tour-content h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

/* Info */
.tour-info {
    background: #f6f6f6;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 8px;
    border-left: 4px solid var(--pri-color);
}

/* Buttons */
.tour-btns {
    display: flex;
    gap: 14px;
    margin-top: 18px;
}

.btn {
    flex: 1;
    height: 44px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
}

/* Book Now */
.tour-book {
    background: linear-gradient(135deg, var(--sec-color), var(--sec-dark));
    color: #fff;
}

.btn.tour-book {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.tour-book:hover {
    background: linear-gradient(135deg, var(--pri-color), #ffdf73);
    color: #fff;
}

.btn.tour-book:hover {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

/* Call Now */
.tour-call {
    background: linear-gradient(135deg, var(--pri-color), #ffdf73);
    color: var(--theme-text);
}

.tour-call:hover {
    background: linear-gradient(135deg, var(--sec-color), var(--sec-dark));
    color: #fff;
}


/* 4 cards per row on desktop */
.tour-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* Tablet */
@media (max-width: 1024px) {
    .tour-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 600px) {
    .tour-grid {
        grid-template-columns: 1fr;
    }
}

.tour-container {
    max-width: 1400px;   /* pehle 1200px tha */
    margin: auto;
}

/* Tour description text */
.tour-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 10px 0 18px;
    padding-left: 10px;
    border-left: 3px solid var(--pri-color);
}


/* Price Section Start */
/* ===== PRICE SECTION ===== */

.price-section {
    background: linear-gradient(135deg, #fff9e9, #f7edff);
    padding: 80px 20px;
}

.price-container {
    max-width: 1200px;
    margin: auto;
}

/* Heading */
.price-container h1 {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #222;
}

.price-container h1 span {
    color: var(--sec-color);
}

/* Table Wrapper */
.price-table-wrapper {
    overflow-x: auto;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

/* Table */
.price-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

.price-table th {
    background: var(--sec-color);
    color: #fff;
    text-align: left;
    padding: 16px;
    font-size: 15px;
}

.price-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

/* Zebra Rows */
.price-table tbody tr:nth-child(even) {
    background: #fffaf1;
}

/* Hover */
.price-table tbody tr:hover {
    background: #fff1cc;
}

/* Mobile Responsive Cards */
@media (max-width: 768px) {

    .price-table {
        min-width: 100%;
    }

    .price-table thead {
        display: none;
    }

    .price-table tr {
        display: block;
        margin-bottom: 20px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    }

    .price-table td {
        display: flex;
        justify-content: space-between;
        padding: 12px 14px;
        border-bottom: 1px solid #eee;
        font-size: 14px;
    }

    .price-table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: var(--sec-color);
    }

    .price-table td:last-child {
        border-bottom: none;
    }
}


/* Vertical column lines */
.price-table th,
.price-table td {
    border-right: 1px solid rgba(0,0,0,0.12);
}

/* Last column ka border hata do */
.price-table th:last-child,
.price-table td:last-child {
    border-right: none;
}


/* Price Section end */


/* ===== ABout SECTION ===== */

/* ===== CONTENT SECTION ===== */

.content-section {
    background: #ffffff;
    padding: 90px 20px;
}

.content-container {
    max-width: 1100px;
    margin: auto;
}

/* Subtitle */
.content-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

.content-subtitle span {
    color: var(--sec-color);
    border-bottom: 2px solid var(--pri-color);
    padding-bottom: 2px;
}

/* Title */
.content-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
}

.highlight-red {
    color: var(--sec-color);
}

/* Text */
.content-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 18px;
}

/* Mobile */
@media (max-width: 768px) {
    .content-title {
        font-size: 30px;
    }

    .content-section {
        padding: 60px 15px;
    }
}


/* ===== PREMIUM KEYWORD SECTION ===== */

.keyword-section {
    background: linear-gradient(135deg, #fff9e9, #f9f1ff);
    padding: 90px 20px;
}

.keyword-container {
    max-width: 1200px;
    margin: auto;
}

/* Title */
.keyword-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #222;
}

.keyword-title span {
    color: var(--sec-color);
}

/* Grid */
.keyword-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

/* Keyword Card */
.keyword-card {
    background: #ffffff;
    padding: 16px 18px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    position: relative;
    transition: all 0.35s ease;
}

/* Tick Icon */
.keyword-card::before {
    content: "✓";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--sec-color);
    font-weight: bold;
}

.keyword-card {
    padding-left: 40px;
}

/* Hover */
.keyword-card:hover {
    background: var(--sec-color);
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 14px 35px rgba(160, 24, 250, 0.32);
}

.keyword-card:hover::before {
    color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
    .keyword-title {
        font-size: 28px;
        margin-bottom: 35px;
    }
}


/* ===== FULL WIDTH HERO SECTION ===== */

.full-hero {
    width: 100%;
    background: linear-gradient(135deg, #fff9e9, #f7edff);
    padding: 100px 40px;
}

.hero-inner {
    max-width: 1400px;   /* THIS IS THE KEY */
    margin: auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 70px;
    align-items: center;
}

/* Title */
.hero-content h1 {
    font-size: 48px;
    line-height: 1.25;
}

.hero-content h1 span {
    color: var(--sec-color);
}

/* Subheading */
.hero-subheading {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 20px;
    color: #3b2451;
}

/* Points */
.hero-points {
    margin: 25px 0;
    padding: 0;
    list-style: none;
}

.hero-points li {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    padding-left: 26px;
    position: relative;
}

.hero-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: var(--pri-color);
}

/* Image */
.hero-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.18);
}

/* Responsive */
@media (max-width: 992px) {
    .hero-inner {
        grid-template-columns: 1fr;
    }

    .hero-content h1 {
        font-size: 34px;
    }

    .full-hero {
        padding: 70px 20px;
    }

    .hero-image {
        order: -1;
    }
}



/* ===== HERO BUTTONS FIX ===== */

.hero-buttons {
    display: flex;
    gap: 18px;
    margin-top: 30px;
}

/* Base button */
.hero-buttons .btn {
    min-width: 180px;
    height: 48px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

/* Book Now */
.hero-buttons .hero-book {
    background: linear-gradient(135deg, var(--sec-color), var(--sec-dark));
    color: #ffffff;
}

.hero-buttons .hero-book:hover {
    background: linear-gradient(135deg, var(--pri-color), #ffdf73);
    color: var(--theme-text);
    transform: translateY(-2px);
}

/* Call Now */
.hero-buttons .hero-call {
    background: linear-gradient(135deg, var(--pri-color), #ffdf73);
    color: var(--theme-text);
}

.hero-buttons .hero-call:hover {
    background: linear-gradient(135deg, var(--sec-color), var(--sec-dark));
    color: #ffffff;
    transform: translateY(-2px);
}


/* Form SECTION */





/* ==============================
   PREMIUM BOOKING SECTION
============================== */

/* ==============================
   PREMIUM BOOKING SECTION – FINAL
============================== */

.premium-booking {
    background: radial-gradient(circle at top right, #f4e9ff, #f9f3ff);
    padding: 120px 20px;
}

.booking-inner {
    max-width: 1320px;
    margin: auto;
    display: grid;
    grid-template-columns: 560px 1fr;
    gap: 100px;
    align-items: center;
}

/* ---------- FORM BOX ---------- */

.booking-form-box {
    position: relative;
    border-radius: 26px;
    padding: 18px;
    background: linear-gradient(135deg, var(--sec-dark), var(--sec-color));
}

/* Inner white glass */
.form-inner {
    background: linear-gradient(180deg, #ffffff, #fffdf7);
    border-radius: 22px;
    padding: 36px;
    box-shadow:
      0 30px 70px rgba(0,0,0,0.18),
      inset 0 0 0 1px rgba(0,0,0,0.03);
}

/* Badge */
.form-badge {
    position: absolute;
    top: -18px;
    left: 30px;
    background: linear-gradient(135deg, var(--sec-color), var(--sec-dark));
    color: #fff;
    padding: 9px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 8px 25px rgba(160, 24, 250, 0.32);
}

/* Inputs */
.booking-form label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
    color: #222;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #ddd;
    font-size: 14px;
    background: #fafafa;
    transition: all 0.3s ease;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
    border-color: var(--sec-color);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(160, 24, 250, 0.18);
    outline: none;
}

.booking-form textarea {
    height: 90px;
    resize: none;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

/* Button */
.form-submit {
    margin-top: 18px;
    width: 100%;
    height: 56px;
    border-radius: 60px;
    border: none;
    font-size: 17px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--pri-color), #ffe37d);
    color: var(--theme-text);
    cursor: pointer;
    letter-spacing: 0.3px;
    box-shadow: 0 14px 35px rgba(254, 203, 0, 0.34);
    transition: all 0.35s ease;
}

.form-submit:hover {
    background: linear-gradient(135deg, #ffe37d, var(--pri-color));
    color: var(--theme-text);
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(254, 203, 0, 0.42);
}

/* ---------- RIGHT CONTENT ---------- */

.booking-content {
    max-width: 620px;
}

.content-tag {
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    color: var(--sec-color);
    letter-spacing: 0.4px;
    margin-bottom: 18px;
    position: relative;
}

.content-tag::after {
    content: "";
    width: 50px;
    height: 3px;
    background: var(--pri-color);
    display: block;
    margin-top: 6px;
}

.booking-content h2 {
    font-size: 48px;
    line-height: 1.22;
    font-weight: 900;
    margin-bottom: 24px;
    color: #1c1c1c;
}

.booking-content h2 span {
    color: #A018FA;
}

.booking-content p {
    font-size: 17px;
    line-height: 1.85;
    color: #444;
    margin-bottom: 18px;
}

/* Points */
.content-points {
    list-style: none;
    padding: 0;
    margin-top: 32px;
}

.content-points li {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    padding-left: 36px;
    position: relative;
}

.content-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--pri-color);
    font-size: 18px;
}

/* ---------- MOBILE ---------- */

@media (max-width: 900px) {
    .booking-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .booking-form-box {
        order: -1;
    }

    .booking-content h2 {
        font-size: 34px;
    }

    .premium-booking {
        padding: 90px 18px;
    }
}


/* ===== COLOR SOFTENING ===== */

/* Outer gradient (lighter & premium) */
.booking-form-box {
    background: linear-gradient(135deg, var(--sec-dark), var(--sec-color));
}

/* Inner white glass */
.form-inner {
    padding-top: 26px; /* white space REDUCED */
}

/* Quick Booking badge spacing fix */
.form-badge {
    top: -14px;              /* pehle -18px tha */
    padding: 7px 18px;       /* thoda compact */
    font-size: 13px;
}

/* ===== LABELS → WHITE ===== */
.booking-form label {
    color: #ffffff;
    font-weight: 700;
}

/* Inputs contrast improved */
.booking-form input,
.booking-form select,
.booking-form textarea {
    background: #ffffff;
    border-radius: 14px;
}

/* Placeholder softer */
.booking-form textarea::placeholder,
.booking-form input::placeholder {
    color: #777;
}

/* Button refine */
.form-submit {
    background: linear-gradient(135deg, var(--pri-color), #ffe37d);
    color: var(--theme-text);
}

.form-submit:hover {
    background: linear-gradient(135deg, #ffe37d, var(--pri-color));
    color: var(--theme-text);
}

/* ===== MOBILE POLISH ===== */
@media (max-width: 600px) {
    .booking-form-box {
        border-radius: 28px;
    }

    .form-inner {
        padding: 28px 22px;
    }
}

/* ===== FIX HEADING ALIGNMENT ===== */

.booking-content {
    max-width: 620px;
    text-align: left;   /* IMPORTANT */
}

.booking-content h2 {
    text-align: left;   /* force left */
    margin-left: 0;
}

.content-tag {
    text-align: left;
}

/* ===== QUICK BOOKING SIZE & SPACING FIX ===== */

/* Quick Booking badge bigger */
.form-badge {
    font-size: 15px;        /* pehle 13–14px tha */
    padding: 10px 26px;     /* badge thoda bada */
    border-radius: 60px;
}

/* Badge ke niche extra white space kam */
.form-inner {
    padding-top: 20px;     /* pehle 26px / 28px tha */
}

/* Agar top pe koi extra gap dikh raha ho */
.booking-form-box {
    padding-top: 16px;     /* outer padding thodi kam */
}


.section-title {
  color: #A018FA;
}

.footer a {
  color: var(--pri-color);        /* same theme color */
  text-decoration: none;
}

.footer a:hover {
  color: var(--sec-color);        /* hover premium look */
  text-decoration: underline;
}

.heading-highlight {
  color: var(--pri-color);
}

.abts .right-wrapper h2 {
  margin-left: -10px;
}

@media (max-width: 767px) {
  .abts .right-wrapper h2 {
    margin-left: 0;
  }
}

.section-heading {
  color: var(--pri-color);
}

.section-heading span {
  color: var(--theme-text);
}

.section-title {
  color: #A018FA;
}

.email-link {
  color: var(--pri-color);   /* same colour rahe */
  text-decoration: none;
}

.email-link:hover {
  text-decoration: underline;
}


.chardham-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #fffaf0, #f9f1ff);
}

.chardham-heading {
  text-align: center;
  max-width: 900px;
  margin: auto;
  margin-bottom: 50px;
}

.chardham-heading .tag {
  display: inline-block;
  background: var(--pri-color);
  padding: 6px 16px;
  border-radius: 30px;
  font-weight: 600;
  margin-bottom: 12px;
}

.chardham-heading h2 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 15px;
  color: var(--sec-color);
}

.chardham-heading p {
  color: #555;
  font-size: 16px;
}

.dham-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
  margin-bottom: 60px;
}

.dham-card {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
  background: #fff;
}

.dham-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.dham-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px rgba(0,0,0,0.15);
}

.dham-content {
  padding: 18px;
}

.dham-content h3 {
  font-size: 20px;
  font-weight: 700;
}

.package-pricing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.price-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  transition: 0.4s;
}

.price-card:hover {
  transform: translateY(-10px);
}

.price-card.premium {
  border: 3px solid var(--pri-color);
  position: relative;
}

.price-card .badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--pri-color);
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: 700;
}

.price {
  font-size: 32px;
  font-weight: 800;
  margin: 15px 0;
}

.price span {
  font-size: 14px;
  color: #777;
}

.price-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.price-card ul li {
  margin-bottom: 8px;
  font-size: 15px;
}

.btn-primary {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--sec-color), var(--sec-dark));
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--pri-color), #ffdf73);
  color: var(--theme-text);
}


.dham-red {
  color: var(--sec-color);
  font-weight: 600; /* bold nahi, clean premium look */
}



/* ===============================
   FLOATING ACTION BUTTONS (FINAL)
================================ */

.floating-actions {
    position: fixed;
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 99999;
}

/* Common button */
.float-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.float-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 26px rgba(0,0,0,0.35);
}

/* Call Button (TOP) */
.call-btn {
    background: var(--pri-color);
}

/* WhatsApp Button (MIDDLE) */
.whatsapp-btn {
    background: #25D366;
}

/* Scroll To Top (BOTTOM) */
.top-btn {
    background: var(--sec-color);
}

/* Mobile size tweak */
@media (max-width: 480px) {
    .float-btn {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .floating-actions,
    .pulse {
        z-index: 1030;
    }
}
