@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: #f5a500;
}

.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: #111111;
}

@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: #f5f5f5;
}

/* 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: #f5a500;
color: #ffffff;
transform: translateY(-3px);
box-shadow: 0 4px 12px rgba(245, 165, 0, 0.3);
border-color: #f5a500;
}

.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(--pri-color);
}

.top-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 15px;
    max-width: 1200px;
    margin: auto;
}


.header-links {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.header-links ul {
    display: flex;
    flex-wrap: nowrap;
}

.header-links.sm {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
}

.header-links.sm ul {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
}

.header-links.sm li {
    margin: 0 5px !important;
}

.header-links.sm li a i {
    font-size: 24px !important;
}


.header-top {
    background-color: #111111;
    border-radius: 0 0 999px 999px;
    margin-bottom: 10px;
    border-bottom: 3px solid #fff;
    box-sizing: border-box;
}

.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.sticky .navbar-brand img {
    width: 110px !important;
}

/* navbar */

.offcanvas-body {
    flex-wrap: wrap;
}

.navbar-nav {
    flex-wrap: wrap;
}

.offcanvas-body>.navbar-nav>.nav-item {
    margin: 0 4px;
}

.btn.whts {
    background-color: var(--pri-color);
    color: #fff;
    font-weight: 600;
}

.btn.whts:hover {
    background-color: #ffc000;
}

.nav-item .nav-link {
    font-weight: 500;
    color: #111111;
}

.nav-item .nav-link:hover {
    color: var(--pri-color);
}

/* 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: 130px !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 (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: 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 a {
  width: 40px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pri-color);
  border: 1px solid var(--pri-color);
  border-radius: 50%;
  transition: 0.3s linear;
}

.social-icons a: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, #fff7e6, #ffffff);
    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);
}

/* 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 #f5a500;
}

/* 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, #ff0000, #ff5a5a);
    color: #fff;
    box-shadow: 0 8px 20px rgba(255,0,0,0.35);
}

.btn-book:hover {
    background: linear-gradient(135deg, #ffd200, #f5a500);
    color: #000;
    box-shadow: 0 10px 25px rgba(245,165,0,0.45);
}

/* Contact */
.btn-contact {
    background: linear-gradient(135deg, #ffd200, #f5a500);
    color: #000;
    box-shadow: 0 8px 20px rgba(245,165,0,0.35);
}

.btn-contact:hover {
    background: linear-gradient(135deg, #ff0000, #ff5a5a);
    color: #fff;
    box-shadow: 0 10px 25px rgba(255,0,0,0.45);
}

/* 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: #F5A500 !important;
}



















/* ===== 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: #ff0000;
    border-bottom: 2px solid #ff0000;
    padding-bottom: 2px;
}

/* Title */
.content-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
}

.highlight-red {
    color: #ff0000;
}

/* 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, #fff8e6, #ffffff);
    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: #FFB13E;
}

/* 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: #ff0000;
    font-weight: bold;
}

.keyword-card {
    padding-left: 40px;
}

/* Hover */
.keyword-card:hover {
    background: #F5A500;
    color: #000;
    transform: translateY(-5px);
    box-shadow: 0 14px 35px rgba(245,165,0,0.45);
}

.keyword-card:hover::before {
    color: #000;
}

/* 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, #fff8e6, #ffffff);
    padding: clamp(60px, 8vh, 100px) 20px;
    overflow-x: hidden;
}

.hero-inner {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: clamp(30px, 5vw, 70px);
    align-items: center;
}

/* ===== HERO CONTENT ===== */

.hero-content h1 {
    font-size: 48px;
    line-height: 1.25;
}

.hero-content h1 span {
    color: #F5A500;
}

.hero-subheading {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 20px;
    color: #333;
}

/* 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: #ff0000;
}

/* ===== HERO IMAGE ===== */

.hero-image {
    max-width: 100%;
}

.hero-image img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.18);
}

/* ===== HERO BUTTONS ===== */

.hero-buttons {
    display: flex;
    gap: 18px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.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, #ff0000, #ff5a5a);
    color: #ffffff;
}

.hero-buttons .hero-book:hover {
    background: linear-gradient(135deg, #ffd200, #F5A500);
    color: #000000;
    transform: translateY(-2px);
}

/* Call Now */
.hero-buttons .hero-call {
    background: linear-gradient(135deg, #ffd200, #F5A500);
    color: #000000;
}

.hero-buttons .hero-call:hover {
    background: linear-gradient(135deg, #ff0000, #ff5a5a);
    color: #ffffff;
    transform: translateY(-2px);
}

/* ===== RESPONSIVE FIXES ===== */

@media (max-width: 992px) {
    .hero-inner {
        grid-template-columns: 1fr;
    }

    .hero-image {
        order: -1;
    }

    .hero-content h1 {
        font-size: 34px;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 28px;
        line-height: 1.3;
    }

    .hero-subheading {
        font-size: 16px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons .btn {
        width: 100%;
    }
}

/* ===== iOS SAFE AREA FIX ===== */

body {
    padding-bottom: env(safe-area-inset-bottom);
}


/* Form SECTION */





/* ==============================
   PREMIUM BOOKING SECTION
============================== */

/* ==============================
   PREMIUM BOOKING SECTION – FINAL
============================== */

.premium-booking {
    background: radial-gradient(circle at top right, #fff2cc, #fff7e6);
    padding: 120px 20px;
}

.booking-inner {
    max-width: 1320px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 560px; /* 👈 yahin change */
    gap: 100px;
    align-items: center;
}

/* ---------- FORM BOX ---------- */

.booking-form-box {
    position: relative;
    border-radius: 26px;
    padding: 18px;
    background: linear-gradient(135deg, #ff0000, #F5A500);
}

/* 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, #ff0000, #ff5a5a);
    color: #fff;
    padding: 9px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 8px 25px rgba(255,0,0,0.4);
}

/* 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: #F5A500;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(245,165,0,0.25);
    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, #ff0000, #ff5a5a);
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.3px;
    box-shadow: 0 14px 35px rgba(255,0,0,0.45);
    transition: all 0.35s ease;
}

.form-submit:hover {
    background: linear-gradient(135deg, #ffd200, #F5A500);
    color: #000;
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(245,165,0,0.5);
}

/* ---------- RIGHT CONTENT ---------- */

.booking-content {
    max-width: 620px;
}

.content-tag {
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    color: #ff0000;
    letter-spacing: 0.4px;
    margin-bottom: 18px;
    position: relative;
}

.content-tag::after {
    content: "";
    width: 50px;
    height: 3px;
    background: #ff0000;
    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: #F5A500;
}

.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: #ff0000;
    font-size: 18px;
}

/* ---------- MOBILE ---------- */

@media (max-width: 768px) {
    .booking-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

    .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, #ff6a00, #ffb347);
}

/* 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, #ff0000, #ff4d4d);
}

.form-submit:hover {
    background: linear-gradient(135deg, #ffd200, #F5A500);
    color: #000;
}

/* ===== 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: #F5A500;
}

.footer a {
  color: #F5A500;        /* same theme color */
  text-decoration: none;
}

.footer a:hover {
  color: #ffcc33;        /* hover premium look */
  text-decoration: underline;
}

.heading-highlight {
  color: #F5A500;
}

.section-heading {
  color: #F5A500;
}

.section-heading span {
  color: black;
}

.section-title {
  color: #F5A500;
}

.email-link {
  color: #F5A500;   /* same colour rahe */
  text-decoration: none;
}

.email-link:hover {
  text-decoration: underline;
}


.chardham-section {
  padding: 80px 0;
  background: #FFF9E9;
}

.chardham-heading {
  text-align: center;
  max-width: 900px;
  margin: auto;
  margin-bottom: 50px;
}

.chardham-heading .tag {
  display: inline-block;
  background: #ffcc00;
  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: #F5A500;
}

.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 #ffcc00;
  position: relative;
}

.price-card .badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffcc00;
  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: #000;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #ffcc00;
  color: #000;
}


.dham-red {
  color: #E53935;
  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: #f5a500;
}

/* WhatsApp Button (MIDDLE) */
.whatsapp-btn {
    background: #25D366;
}

/* Scroll To Top (BOTTOM) */
.top-btn {
    background: #f5a500;
}

/* Mobile size tweak */
@media (max-width: 480px) {
    .float-btn {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}





/* ==============================
   BOOKING FORM STYLES
/* Form outer box */
.booking-form-box {
    background: linear-gradient(145deg, #FFB21E, #FFA000);
    padding: 45px;
    border-radius: 22px;
    box-shadow:
        0 25px 60px rgba(255, 178, 30, 0.35),
        inset 0 0 0 1px rgba(255,255,255,0.25);
}

.form-badge {
    background: #000;
    color: #FFB21E;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    top: -14px;
    left: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.booking-form input,
.booking-form select,
.booking-form textarea {
    background: #fff;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 14px;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: 0.25s ease;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
    border-color: #FFB21E;
    box-shadow: 0 0 0 3px rgba(255,178,30,0.35);
}

.booking-form label {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 6px;
    display: block;
}

.booking-content h2 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

/* SECTION */
.route-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #fff6e8, #ffe3d8);
  font-family: "Segoe UI", sans-serif;
}

.route-container {
  max-width: 1200px;
  margin: auto;
}

.route-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.route-subtitle {
  text-align: center;
  max-width: 600px;      /* yahin main magic hai */
  margin: 0 auto 50px;   /* center + spacing */
  line-height: 1.6;
  color: #444;
}

/* GRID */
.route-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 992px) {
  .route-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .route-grid {
    grid-template-columns: 1fr;
  }
}

/* CARD */
.route-card {
  background: rgba(255,255,255,0.9);
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(253,169,16,0.25);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.route-card:hover {
  transform: translateY(-10px);
  border-color: #e63946; /* red touch */
  box-shadow: 0 30px 60px rgba(230,57,70,0.25);
}

/* IMAGE */
.route-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.05),
    rgba(0,0,0,0.25)
  );
}

/* WHATSAPP */
.wa-float {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: linear-gradient(135deg, #25d366, #1ebe5d);
  color: #fff;
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
}

/* CONTENT */
.route-content {
  padding: 22px;
}

.route-content h3 {
  font-size: 1.3rem;
  color: #111;
  margin-bottom: 4px;
}

/* DAYS / NIGHTS */
.route-days {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #e63946; /* light red */
}

.route-content p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
}

/* BUTTONS */
.route-actions {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.btn {
  flex: 1;
  padding: 11px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.book-btn {
  background: linear-gradient(135deg, #FDA910, #e63946);
  color: #111;
}

/* FORCE CALL BUTTON STYLE */
.route-actions .call-btn {
  background: transparent !important;
  border: 2px solid #e63946 !important;
  color: #e63946 !important;
  border-radius: 30px !important;
  padding: 11px !important;
  font-weight: 600 !important;
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
}

.route-actions .call-btn:hover {
  background: #e63946 !important;
  color: #fff !important;
}

/* BOOK NOW – CENTER + WHITE TEXT */
.route-actions .book-btn {
  color: #fff !important;                /* text white */
  display: flex !important;              /* perfect centering */
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}


/* ==============================
   ROUTE SECTION – PARAGRAPH FIX
============================== */


.route-section .route-subtitle {
  text-align: center;
  max-width: 620px;        
  margin: 0 auto 50px;
  line-height: 1.6;
  color: #444;
}


.route-section .route-content p {
  text-align: left;        
  line-height: 1.6;
  color: #555;
  margin-bottom: 0;
}


@media (min-width: 992px) {
  .route-section .route-subtitle {
    max-width: 600px;     
  }
}


.route-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;        
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
  min-height: calc(1.6em * 3); 
}





/* CTA Buttons */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.cta-buttons a {
  text-decoration: none;
  padding: 12px 26px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Call Button */
.cta-call {
  background-color: #ff9800;
  color: #fff;
  box-shadow: 0 6px 15px rgba(255, 152, 0, 0.35);
}

.cta-call:hover {
  background-color: #e68900;
  transform: translateY(-2px);
}

/* WhatsApp Button */
.cta-whatsapp {
  background-color: #25D366;
  color: #fff;
  box-shadow: 0 6px 15px rgba(37, 211, 102, 0.35);
}

.cta-whatsapp:hover {
  background-color: #1ebe5d;
  transform: translateY(-2px);
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .cta-buttons a {
    width: 100%;
    justify-content: center;
  }
}




/* ===== PRICE TABLE ===== */

.price-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.price-table th {
  background: #ffd97a;
  color: #000;
  padding: 14px;
  text-align: center;
  font-weight: 700;
}

.price-table td {
  padding: 14px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.price-table tbody tr:nth-child(even) {
  background: #f2f2f2;
}

/* ===== CTA BUTTONS ===== */

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 35px 0;
}

.cta-buttons a {
  padding: 14px 32px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.cta-call {
  background: #ff9800;
  color: #fff;
}

.cta-whatsapp {
  background: #25D366;
  color: #fff;
}

.cta-buttons a:hover {
  transform: translateY(-2px);
}

/* ===== MOBILE RESPONSIVE FIX ===== */

@media (max-width: 768px) {

  .price-table thead {
    display: none;
  }

  .price-table,
  .price-table tbody,
  .price-table tr,
  .price-table td {
    display: block;
    width: 100%;
  }

  .price-table tr {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
    overflow: hidden;
  }

  .price-table td {
    text-align: right;
    padding: 12px 14px;
    position: relative;
    border-bottom: 1px solid #eee;
  }

  .price-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 14px;
    font-weight: 600;
    color: #555;
    text-align: left;
  }

  .price-table td:last-child {
    border-bottom: none;
  }

  /* CTA full width on mobile */
  .cta-buttons {
    flex-direction: column;
    padding: 0 15px;
  }

  .cta-buttons a {
    width: 100%;
    justify-content: center;
    font-size: 17px;
  }
}


/* ===============================
   FORCE PREMIUM MOBILE DESIGN
   =============================== */

@media (max-width: 768px) {

  .price-section {
    background: #fffaf2 !important;
    padding: 30px 0 !important;
  }

  .price-table {
    background: transparent !important;
  }

  .price-table thead {
    display: none !important;
  }

  .price-table,
  .price-table tbody,
  .price-table tr,
  .price-table td {
    display: block !important;
    width: 100% !important;
  }

  .price-table tr {
    background: #ffffff !important;
    margin-bottom: 18px !important;
    border-radius: 14px !important;
    box-shadow: 0 12px 28px rgba(0,0,0,0.12) !important;
    border: none !important;
    overflow: hidden !important;
  }

  .price-table td {
    padding: 14px 16px !important;
    font-size: 15px !important;
    color: #222 !important;
    border-bottom: 1px solid #eee !important;
    text-align: right !important;
    position: relative !important;
    background: #fff !important;
  }

  .price-table td::before {
    content: attr(data-label) !important;
    position: absolute !important;
    left: 16px !important;
    font-weight: 700 !important;
    color: #ff9800 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
  }

  /* ROUTE HEADER */
  .price-table td[data-label="Route"] {
    background: linear-gradient(135deg, #ff9800, #ffb74d) !important;
    color: #fff !important;
    font-weight: 800 !important;
    text-align: center !important;
    padding: 16px !important;
  }

  .price-table td[data-label="Route"]::before {
    display: none !important;
  }

  /* PRICE STYLE */
  .price-table td[data-label*="Price"] {
    font-weight: 800 !important;
    color: #2e7d32 !important;
    font-size: 16px !important;
  }

  .price-table td:last-child {
    border-bottom: none !important;
  }

  /* CTA BUTTONS */
  .cta-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    padding: 0 15px !important;
    margin-top: 30px !important;
  }

  .cta-buttons a {
    width: 100% !important;
    justify-content: center !important;
    font-size: 17px !important;
    padding: 16px !important;
    border-radius: 40px !important;
    color: #fff !important;
    text-decoration: none !important;
  }

  .cta-call {
    background: linear-gradient(135deg, #ff9800, #ffb74d) !important;
    box-shadow: 0 10px 22px rgba(255,152,0,0.45) !important;
  }

  .cta-whatsapp {
    background: linear-gradient(135deg, #25D366, #4caf50) !important;
    box-shadow: 0 10px 22px rgba(37,211,102,0.45) !important;
  }
}


/* ===============================
   PREMIUM FLEET DESIGN (FORCED)
   =============================== */

.premium-fleet {
  background: linear-gradient(180deg,#fff8ee,#ffffff) !important;
  padding: 70px 0 !important;
}

.premium-container {
  width: 92% !important;
  max-width: 1200px !important;
  margin: auto !important;
}

.premium-title {
  text-align: center !important;
  font-size: 36px !important;
  font-weight: 800 !important;
  color: #ff9800 !important;
}

.premium-subtitle {
  text-align: center !important;
  max-width: 700px !important;
  margin: 14px auto 50px !important;
  color: #555 !important;
}

/* GRID */
.premium-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 30px !important;
}

/* CARD */
.premium-card {
  background: #ffffff !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12) !important;
  transition: all 0.35s ease !important;
}

.premium-card:hover {
  transform: translateY(-8px) !important;
}

/* IMAGE */
.premium-img {
  position: relative !important;
}

.premium-img img {
  width: 100% !important;
  height: 230px !important;
  object-fit: cover !important;
}

/* RATE BADGE */
.premium-rate {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  background: linear-gradient(135deg,#ff9800,#ffb74d) !important;
  color: #fff !important;
  padding: 8px 16px !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25) !important;
}

/* BODY */
.premium-body {
  padding: 22px !important;
}

.premium-body h3 {
  font-size: 22px !important;
  margin-bottom: 6px !important;
  color: #222 !important;
}

.premium-type {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #ff9800 !important;
  margin-bottom: 14px !important;
}

/* SPECS */
.premium-specs {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 22px !important;
}

.premium-specs li {
  font-size: 14px !important;
  margin-bottom: 6px !important;
  color: #555 !important;
}

/* BUTTON WRAPPER */
.premium-actions {
  display: flex !important;
  gap: 16px !important;
  margin-top: 22px;
}

/* COMMON BUTTON BASE */
.btn-premium {
  flex: 1 1 0% !important;   /* 🔑 equal width */
  height: 52px !important;  /* 🔑 same height */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 999px !important; /* perfect pill */
  font-size: 15px !important;
  font-weight: 700 !important;
  text-decoration: none !important;

  box-sizing: border-box !important; /* 🔑 border included */
  transition: all 0.3s ease !important;
}

/* BOOK NOW – ORANGE GRADIENT */
.btn-premium.book {
  background: linear-gradient(90deg, #ff9800, #ff5722) !important;
  color: #fff !important;
  border: none !important;
}

.btn-premium.book:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 22px rgba(0,0,0,0.25) !important;
}

/* CALL – OUTLINE RED (SAME SIZE) */
.btn-premium.call {
  background: transparent !important;
  color: #E63946 !important;
  border: 2px solid #E63946 !important;
}

/* CALL HOVER */
.btn-premium.call:hover {
  background: #E63946 !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 22px rgba(230,57,70,0.35) !important;
}


/* MOBILE: 1 CARD PER ROW */
@media (max-width: 768px) {
  .premium-grid {
    grid-template-columns: 1fr !important;
  }
}

.most-booked {
  position: absolute !important;
  top: 16px !important;
  left: 16px !important;
  background: linear-gradient(135deg,#ff3d00,#ff9800) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  padding: 6px 14px !important;
  border-radius: 20px !important;
  text-transform: uppercase !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.3) !important;
  z-index: 5 !important;
}


/* ===============================
   WHY CHOOSE MEETHI CABS
   =============================== */

.meethi-why {
  background: #ffffff !important;
  padding: 80px 0 40px !important;
  text-align: center !important;
}

.meethi-why-wrap {
  max-width: 1200px !important;
  margin: auto !important;
}

.meethi-topline {
  font-size: 14px !important;
  letter-spacing: 1px !important;
  color: #6b7280 !important;
  margin-bottom: 6px !important;
}

.meethi-heading {
  font-size: 34px !important;
  font-weight: 900 !important;
  margin-bottom: 50px !important;
  color: #111827 !important;
}

.meethi-heading span {
  color: #ff9800 !important;
}

/* FEATURES */
.meethi-features {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 0 !important;
  margin-bottom: 40px !important;
}

.feature-box {
  padding: 40px 30px !important;
  color: #ffffff !important;
}

.feature-box h3 {
  font-size: 18px !important;
  font-weight: 800 !important;
  margin-bottom: 12px !important;
}

.feature-box p {
  font-size: 14px !important;
  line-height: 1.6 !important;
}

/* COLORS */
.feature-box.blue {
  background: #00bcd4 !important;
}

.feature-box.orange {
  background: #ff7043 !important;
}

.feature-box.green {
  background: #9ccc65 !important;
}

/* CENTER FEATURE */
.feature-box.active {
  transform: translateY(-20px) !important;
  box-shadow: 0 25px 50px rgba(0,0,0,0.25) !important;
  z-index: 2 !important;
}

/* ICON */
.icon {
  font-size: 32px !important;
  margin-bottom: 14px !important;
}

/* CARS */
.meethi-cars {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-end !important;
  gap: 30px !important;
  margin-top: -20px !important;
}

.meethi-cars img {
  width: 240px !important;
  filter: drop-shadow(0 15px 30px rgba(245, 240, 240, 0.932)) !important;
}

.meethi-cars .center-car {
  width: 300px !important;
}

/* MOBILE */
@media (max-width: 768px) {

  .meethi-features {
    grid-template-columns: 1fr !important;
  }

  .feature-box.active {
    transform: none !important;
  }

  .meethi-cars {
    flex-direction: column !important;
    gap: 20px !important;
  }

  .meethi-cars img,
  .meethi-cars .center-car {
    width: 220px !important;
  }
}

/* ===== FEATURE BOX TEXT VISIBILITY FIX ===== */

.feature-box {
  color: #ffffff !important;
}

.feature-box h3 {
  color: #ffffff !important;
  font-weight: 800 !important;
  letter-spacing: 0.3px !important;
}

.feature-box p {
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  opacity: 0.95 !important;
}

/* ICON COLOR */
.feature-box .icon {
  color: #ffffff !important;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.25)) !important;
}

/* OPTIONAL: SOFT TEXT SHADOW (PREMIUM LOOK) */
.feature-box h3,
.feature-box p {
  text-shadow: 0 2px 6px rgba(0,0,0,0.25) !important;
}




/* ===============================
   PREMIUM ABOUT CONTENT SECTION
   =============================== */

.content-section-premium {
  background: linear-gradient(180deg, #fff7e6, #ffffff) !important;
  padding: 120px 0 !important;
}

.content-container-premium {
  max-width: 1100px !important;
  margin: auto !important;
  text-align: center !important;
}

/* Subtitle */
.content-subtitle {
  font-size: 15px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #6b7280 !important;
  margin-bottom: 12px !important;
}

.content-subtitle span {
  color: #ff9800 !important;
  font-weight: 700 !important;
}

/* Title */
.content-title {
  font-size: 42px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  color: #111827 !important;
  margin-bottom: 40px !important;
}

.content-title .highlight {
  color: #ff9800 !important;
  position: relative !important;
}

.content-title .highlight::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -6px !important;
  width: 100% !important;
  height: 4px !important;
  background: #ff9800 !important;
  border-radius: 2px !important;
}

/* Text */
.content-text {
  max-width: 850px !important;
  margin: auto !important;
}

.content-text p {
  font-size: 17px !important;
  line-height: 1.9 !important;
  color: #374151 !important;
  margin-bottom: 22px !important;
}

/* CTA */
.content-cta {
  display: flex !important;
  justify-content: center !important;
  gap: 20px !important;
  margin-top: 40px !important;
}

.cta-btn {
  padding: 16px 34px !important;
  border-radius: 40px !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

/* CTA COLORS */
.cta-btn.call {
  background: #25D366 !important;
  color: #ffffff !important;
}

.cta-btn.book {
  background: linear-gradient(135deg, #ff9800, #ffb74d) !important;
  color: #111827 !important;
}

.cta-btn:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 25px rgba(0,0,0,0.25) !important;
}

/* MOBILE */
@media (max-width: 768px) {
  .content-title {
    font-size: 30px !important;
  }

  .content-text p {
    font-size: 16px !important;
  }

  .content-cta {
    flex-direction: column !important;
  }
}


/* ===== HEADLINE POLISH ===== */

.refined-title {
  font-size: 44px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.5px !important;
  color: #0f172a !important;
  margin-bottom: 0 !important;
}

/* Highlight word */
.highlight-word {
  color: #ff9800 !important;
  position: relative !important;
  display: inline-block !important;
  padding-bottom: 6px !important;
}

/* Elegant underline (not too loud) */
.highlight-word::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 4px !important;
  background: linear-gradient(90deg,#ff9800,#ffb74d) !important;
  border-radius: 4px !important;
}

/* Subtitle polish */
.content-subtitle {
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #6b7280 !important;
  margin-bottom: 14px !important;
}

.content-subtitle span {
  color: #ff9800 !important;
}

/* Mobile refinement */
@media (max-width: 768px) {
  .refined-title {
    font-size: 30px !important;
    line-height: 1.35 !important;
  }
}


/* ===============================
   CONTENT SECTION RESPONSIVE FIX
   =============================== */

/* Container width control */
.content-container-premium {
  max-width: 1100px !important;
  padding: 0 24px !important;
  margin: auto !important;
}

/* Title alignment */
.refined-title {
  text-align: center !important;
  max-width: 900px !important;
  margin: 0 auto 30px !important;
}

/* Paragraph block */
.content-text {
  max-width: 780px !important;
  margin: 0 auto !important;
}

/* Paragraph readability */
.content-text p {
  font-size: 17px !important;
  line-height: 1.9 !important;
  color: #374151 !important;
  margin-bottom: 22px !important;
  text-align: center !important;
}

/* Phone number break fix */
.content-text a {
  word-break: keep-all !important;
  white-space: nowrap !important;
}

/* ===== MOBILE OPTIMIZATION ===== */
@media (max-width: 768px) {

  .content-section-premium {
    padding: 80px 0 !important;
  }

  .content-subtitle {
    text-align: center !important;
    margin-bottom: 10px !important;
  }

  .refined-title {
    font-size: 28px !important;
    line-height: 1.35 !important;
    padding: 0 10px !important;
  }

  /* Mobile reading comfort */
  .content-text {
    max-width: 100% !important;
  }

  .content-text p {
    font-size: 16px !important;
    line-height: 1.85 !important;
    text-align: left !important;
    padding: 0 6px !important;
  }

  /* CTA buttons stack */
  .content-cta {
    flex-direction: column !important;
    align-items: center !important;
  }

  .cta-btn {
    width: 100% !important;
    max-width: 320px !important;
  }
}
.keyword-card::before {
  content: "📍" !important;
  margin-right: 6px !important;
}



.keyword-card:hover {
  background: #22c55e !important;   /* green */
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 20px rgba(34,197,94,0.35) !important;
}

/* Icon color on hover */
.keyword-card:hover::before {
  color: #ffffff !important;
}


/* ===============================
   ABOUT PAGE LAYOUT (SAME DESIGN)
   =============================== */

.about-layout {
  padding: 90px 0 !important;
  background: #FFF8E9 !important;
}

.about-backgrounds {
  padding: 90px 0 !important;
  background: #FFF8E9 !important;
}

.about-wrap {
  max-width: 1200px !important;
  margin: auto !important;
  display: grid !important;
  grid-template-columns: 1.2fr 1fr !important;
  gap: 60px !important;
  align-items: center !important;
}

.about-tag {
  color: #ff9800 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  display: inline-block !important;
  margin-bottom: 12px !important;
}

.about-left h2 {
  font-size: 36px !important;
  font-weight: 900 !important;
  color: #111827 !important;
  line-height: 1.25 !important;
  margin-bottom: 20px !important;
}

.about-left p {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #374151 !important;
  margin-bottom: 16px !important;
}

.about-points {
  list-style: none !important;
  padding: 0 !important;
  margin: 25px 0 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
}

.about-points li {
  font-size: 15px !important;
  color: #111827 !important;
}

.about-contact {
  margin-top: 18px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.about-contact a {
  color: #ff9800 !important;
  text-decoration: none !important;
}

/* IMAGE */
.about-right {
  position: relative !important;
}

.about-right img {
  width: 100% !important;
  border-radius: 18px !important;
}

/* BADGE */
.about-badge {
  position: absolute !important;
  left: -40px !important;
  top: 40% !important;
  background: #000 !important;
  color: #fff !important;
  padding: 20px 26px !important;
  border-radius: 12px !important;
  font-weight: 800 !important;
  text-align: center !important;
}

/* MOBILE */
@media (max-width: 768px) {
  .about-wrap {
    grid-template-columns: 1fr !important;
  }

  .about-points {
    grid-template-columns: 1fr !important;
  }

  .about-badge {
    display: none !important;
  }
}
/* ==============================
   FLOATING ACTION BUTTONS


   /* ===============================
   ABOUT SECTION ALIGNMENT FIX
   =============================== */

/* Section spacing balance */
.about-layout {
  padding: 100px 0 !important;
}

/* Grid balance */
.about-wrap {
  align-items: flex-start !important;
}

/* Left content breathing */
.about-left {
  padding-right: 20px !important;
}

/* Heading spacing */
.about-left h2 {
  margin-bottom: 24px !important;
}

/* Paragraph spacing */
.about-left p {
  margin-bottom: 18px !important;
}

/* Bullet list spacing */
.about-points {
  margin: 30px 0 !important;
  column-gap: 30px !important;
}

/* Contact text clarity */
.about-contact {
  margin-top: 24px !important;
  line-height: 1.6 !important;
}

/* RIGHT IMAGE / BADGE FIX */
.about-right {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* Badge center & premium */
.about-badge {
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: auto !important;
  bottom: 20px !important;
  background: #111827 !important;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35) !important;
}

/* Why Choose section gap */
.about-layout + .about-layout {
  padding-top: 60px !important;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  .about-left {
    padding-right: 0 !important;
  }

  .about-right {
    margin-top: 40px !important;
  }

  .about-left h2 {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 768px) {

  /* About section padding */
  .about-layout {
    padding: 60px 0 !important;
  }

  /* Left content alignment */
  .about-left {
    padding: 0 18px !important;
    text-align: left !important;
  }

  /* Heading spacing */
  .about-left h2 {
    font-size: 26px !important;
    line-height: 1.35 !important;
    margin-bottom: 16px !important;
  }

  /* Paragraphs readable */
  .about-left p {
    font-size: 15px !important;
    line-height: 1.8 !important;
    margin-bottom: 14px !important;
    color: #374151 !important;
  }

  /* Bullet list clean */
  .about-points {
    margin: 20px 0 !important;
  }

  .about-points li {
    font-size: 14px !important;
    margin-bottom: 6px !important;
  }

  /* Contact line */
  .about-contact {
    font-size: 14px !important;
    margin-top: 16px !important;
  }

  /* Hide floating badge/icons on mobile (messy look) */
  .about-badge,
  .floating-call,
  .floating-whatsapp {
    display: none !important;
  }
}


@media (max-width: 768px) {

  .section-title,
  .page-title,
  h1 {
    font-size: 30px !important;
    line-height: 1.3 !important;
    text-align: center !important;
    color: #f59e0b !important; /* soft orange */
  }
}


.services-section{
  background:#EAF4FF;
  padding:80px 20px;
}

.services-container{
  max-width:1200px;
  margin:auto;
}

.services-heading{
  text-align:center;
  margin-bottom:50px;
}

.services-heading h2{
  font-size:36px;
  font-weight:700;
  color:#0b1c39;
}

.services-heading h2 span{
  color:#ff8a00;
}

.services-heading p{
  margin-top:12px;
  font-size:16px;
  color:#555;
}

.services-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
}

.service-card{
  background:#fff6e6;
  padding:35px 25px;
  border-radius:18px;
  text-align:center;
  transition:all 0.3s ease;
  box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

.service-card:hover{
  transform:translateY(-8px);
  background:#ffffff;
}

.service-icon{
  font-size:40px;
  margin-bottom:18px;
}

.service-card h3{
  font-size:20px;
  margin-bottom:12px;
  color:#1a1a1a;
}

.service-card p{
  font-size:14.5px;
  color:#555;
  line-height:1.6;
}

/* Mobile */
@media(max-width:992px){
  .services-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:576px){
  .services-grid{
    grid-template-columns:1fr;
  }
  .services-heading h2{
    font-size:28px;
  }
}

/* Section Background */
.services-section{
  background:#FFF8E9 !important;
  padding:80px 20px;
}

/* Service Card */
.service-card{
  background:#ffffff !important;
  padding:35px 25px;
  border-radius:18px;
  text-align:center;
  transition:all 0.35s ease;
  box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

/* Hover Premium Effect */
.service-card:hover{
  transform:translateY(-8px);
  background:#E68900 !important;
  box-shadow:0 20px 45px rgba(230,137,0,0.35);
}

/* Text color on hover */
.service-card:hover h3,
.service-card:hover p{
  color:#ffffff !important;
}

/* Icon on hover */
.service-card:hover .service-icon{
  color:#ffffff !important;
}

.highlight-gold{
  color:#F5A500 !important;
  font-weight:800 !important;
}


/* Why Choose Us section heading alignment */
.about-left h2,
.about-left .section-title,
.about-left{
  text-align:left !important;
}

/* Optional: thoda left shift + spacing better */
.about-left h2{
  margin-left:0 !important;
  padding-left:0 !important;
}

/* Dropdown ko grid jaisa banane ke liye */
.dropdown-menu {
  max-height: 420px;          /* scroll ke liye */
  overflow-y: auto;
  padding: 12px;
  min-width: 320px;
}

/* Har city ko box banane ke liye */
.dropdown-menu .dropdown-item {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 10px 14px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
  transition: all 0.3s ease;
  background-color: #fff;
}

/* Hover effect */
.dropdown-menu .dropdown-item:hover {
  background-color: #E68900;
  color: #fff;
  border-color: #E68900;
  transform: translateX(4px); /* halka sa slide effect */
}

/* Last item ka extra margin hataane ke liye */
.dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}


/* Swiper & banner full width fix */
#banner,
#banner .swiper,
#banner .swiper-wrapper,
#banner .swiper-slide {
  width: 100%;
  max-width: 100%;
}

/* Video slide exact image size */
.video-slide {
  width: 100%;
  height: 481px; /* SAME AS IMAGE HEIGHT */
  overflow: hidden;
}

/* Video full cover */
.video-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* MOST IMPORTANT */
  display: block;
}

/* Mobile bhi same rahe */
@media (max-width: 768px) {
  .video-slide {
    height: 600px; /* Adjusted for mobile aspect ratio */
  }
}
/* Desktop */
#banner .swiper-slide.video-slide {
  height: 481px !important;
}

/* Mobile ONLY – FORCE override */
@media (max-width: 767px) {
  #banner .swiper-slide.video-slide {
    height: 620px !important;
  }
}

@media (max-width: 767px) {
  #banner .swiper-slide.video-slide video {
    height: 100% !important;
  }
}



/* Select box style */
.booking-form select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  background-color: #fff;
  cursor: pointer;
}

/* Focus state */
.booking-form select:focus {
  border-color: #E68900;
  outline: none;
  box-shadow: 0 0 0 2px rgba(230, 137, 0, 0.2);
}

/* Options – works mostly on desktop */
.booking-form option {
  padding: 10px;
}

/* Hover (Chrome / Edge / Windows) */
.booking-form option:hover {
  background-color: #E68900;
  color: #fff;
}


/* Card clickable feel */
.route-card {
  cursor: pointer;
}

/* Lightbox */
.img-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.img-lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
}

.img-lightbox .close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 34px;
  color: #fff;
  cursor: pointer;
}


/* ===============================
   GORAKHPUR TOUR PREMIUM SECTION
================================ */

.gorakhpur-tour-premium {
  padding: 70px 20px;
  background: #fff;
  max-width: 1200px;
  margin: auto;
}

.gt-heading {
  text-align: center;
  font-size: 38px;
  color: #F5A500;
  margin-bottom: 10px;
}

.gt-sub {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 50px;
  color: #000;
  font-size: 16px;
}

/* BLOCK */
.gt-block {
  display: flex;
  gap: 40px;
  margin-bottom: 70px;
  align-items: center;
}

.gt-block.reverse {
  flex-direction: row-reverse;
}

.gt-img {
  width: 100%;
  max-width: 520px;     /* left-right layout width */
  height: 360px;        /* 🔑 SAME HEIGHT FOR ALL */
  border-radius: 18px;
  overflow: hidden;
  flex-shrink: 0}

/* CONTENT */
.gt-content h3 {
  font-size: 26px;
  color: #F5A500;
  margin-bottom: 10px;
}

.gt-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}

/* BUTTONS */
.gt-actions {
  display: flex;
  gap: 18px;
  margin-top: 20px;
}

.gt-btn {
  padding: 13px 32px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* BOOK */
.gt-btn.book {
  background: linear-gradient(90deg, #F5A500, #E68900);
  color: #fff;
}

.gt-btn.book:hover {
  background: #E68900;
}

/* CALL */
.gt-btn.call {
  border: 2px solid #F5A500;
  color: #F5A500;
}

.gt-btn.call:hover {
  background: #E63946;
  border-color: #E63946;
  color: #fff;
}

@media (max-width: 768px) {

  /* Force normal vertical flow */
  .gt-block {
    display: block !important;
    margin-bottom: 45px !important;
  }

  /* Image adjustment */
  .gt-img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;      /* 🔑 MOST IMPORTANT */
    margin-bottom: 15px !important;
    overflow: hidden;
  }

  .gt-img img {
    width: 100%;
    height: auto;                 /* 🔑 image natural height */
    object-fit: cover;
  }

   .gt-content {
    padding: 0 6px; /* slight inner breathing */
  }

  .gt-content p {
    text-align: justify;              /* 🔑 premium alignment */
    text-justify: inter-word;
    line-height: 1.8;                 /* luxury readability */
    letter-spacing: 0.2px;            /* subtle polish */
    margin-bottom: 14px;
    color: #111;
  }

  .gt-content h3 {
    text-align: left;
    margin-bottom: 10px;
  }
}

  /* Buttons spacing */
  .gt-actions {
    margin-top: 18px !important;
    flex-wrap: wrap;
  }

  /* Floating buttons safe spacing */
  body {
    padding-bottom: 120px; /* so content doesn't hide behind call/whatsapp */
  }
}

/* ===============================
   GORAKHPUR TOUR CONTENT – PREMIUM
================================ */

.gorakhpur-tour-content {
  background: #fff;
  padding: 70px 20px;
}

/* Container */
.gorakhpur-tour-content .gt-container {
  max-width: 1100px;
  margin: auto;
}

/* Content box */
.gorakhpur-tour-content .gt-content {
  max-width: 900px;
  margin: auto;
}

/* Headings */
.gorakhpur-tour-content h2 {
  font-size: 36px;
  color: #F5A500;
  margin-bottom: 20px;
  text-align: center;
}

.gorakhpur-tour-content h3 {
  font-size: 26px;
  color: #F5A500;
  margin: 40px 0 15px;
}

/* Paragraphs */
.gorakhpur-tour-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #111;
  margin-bottom: 15px;
  letter-spacing: 0.2px;
}

/* Strong highlight */
.gorakhpur-tour-content p strong {
  color: #000;
  font-weight: 600;
}

/* Bullet points */
.gt-points {
  margin: 20px 0 30px;
  padding-left: 22px;
}

.gt-points li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #111;
  position: relative;
}

.gt-points li::marker {
  color: #E68900;
}

/* Pricing section */
.gt-pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 30px 0 50px;
}

.price-box {
  background: #fffaf2;
  border-radius: 18px;
  padding: 28px 20px;
  text-align: center;
  border: 1px solid #f1e2c2;
  transition: 0.3s;
}

.price-box:hover {
  transform: translateY(-4px);
  border-color: #E68900;
}

.price-box h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}

.price-box .price {
  font-size: 22px;
  font-weight: 700;
  color: #F5A500;
}

/* Bottom buttons */
.gt-bottom-buttons {
  display: flex;
  gap: 18px;
  margin-top: 25px;
  flex-wrap: wrap;
}

/* Buttons */
.gt-btn {
  padding: 14px 34px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 15px;
}

/* Book */
.gt-btn.book {
  background: linear-gradient(90deg, #F5A500, #E68900);
  color: #fff;
}

.gt-btn.book:hover {
  background: #E68900;
  transform: translateY(-2px);
}

/* Call */
.gt-btn.call {
  border: 2px solid #F5A500;
  color: #F5A500;
}

.gt-btn.call:hover {
  background: #E63946;
  border-color: #E63946;
  color: #fff;
  transform: translateY(-2px);
}

/* WhatsApp */
.gt-btn.whatsapp {
  background: #25D366;
  color: #fff;
}

.gt-btn.whatsapp:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {

  .gorakhpur-tour-content {
    padding: 50px 15px;
  }

  .gorakhpur-tour-content h2 {
    font-size: 28px;
  }

  .gorakhpur-tour-content h3 {
    font-size: 22px;
  }

  .gt-pricing {
    grid-template-columns: 1fr;
  }

  .gt-bottom-buttons {
    justify-content: center;
  }

  .gt-btn {
    width: 100%;
    text-align: center;
  }
}

/* Content ko left-right me failane ke liye */
.gorakhpur-tour-content .gt-container {
  max-width: 1200px;   /* pehle 900 ke around tha */
  padding: 0 30px;
}

/* Inner content */
.gorakhpur-tour-content .gt-content {
  max-width: 100%;     /* center box remove */
}

/* Paragraph alignment premium look */
.gorakhpur-tour-content p {
  text-align: justify;   /* left-right balanced */
}

/* Headings thoda breathing space ke saath */
.gorakhpur-tour-content h2,
.gorakhpur-tour-content h3 {
  max-width: 100%;
}



/* ===============================
   REMOVE BOTTOM WHITE SPACE
================================ */

/* Reset body & html */
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Footer ke baad extra gap remove */
footer {
  margin-bottom: 0 !important;
}

/* Kisi section ka unwanted bottom margin */
section:last-of-type {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Pseudo elements se gap aa raha ho to */
*::after,
*::before {
  box-sizing: border-box;
}

/* Fixed buttons body ko stretch na kare */
body {
  position: relative;
}

/* MOBILE – content ko left right failane ke liye */
@media (max-width: 768px) {

  .gorakhpur-tour-content {
    padding-left: 0;
    padding-right: 0;
  }

  .gorakhpur-tour-content .gt-container {
    max-width: 100%;
    padding-left: 14px;   /* thoda safe gap */
    padding-right: 14px;
  }

  .gorakhpur-tour-content .gt-content {
    max-width: 100%;
    margin: 0;
  }

  .gorakhpur-tour-content p,
  .gorakhpur-tour-content h2,
  .gorakhpur-tour-content h3 {
    padding-left: 0;
    padding-right: 0;
  }
}

.itinerary-wrapper {
  margin-top: 40px;
}

.itinerary-day {
  background: #ffffff;
  border-radius: 14px;
  padding: 22px 26px;
  margin-bottom: 22px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.day-badge {
  display: inline-block;
  background: #F5A500;
  color: #fff;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}

.itinerary-day h4 {
  margin: 8px 0 10px;
  font-size: 20px;
  color: #111;
}

.itinerary-day p {
  font-size: 15.5px;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .itinerary-day {
    padding: 18px;
  }
  .itinerary-day h4 {
    font-size: 18px;
  }
}

.tour-subtitle{
  color:#000;          /* black */
  font-size:18px;      /* small heading feel */
  font-weight:500;
  display:block;
  margin-top:6px;
}

.itinerary-wrapper {
  background: #FFF8E9;
  padding: 30px 25px;
  border-radius: 18px;
  margin: 30px 0;
}


/* =========================
   COMING SOON / UNDER DEV
========================= */

.coming-soon-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FFF8E9, #fff);
  padding: 20px;
}

.coming-soon-box {
  background: #ffffff;
  max-width: 700px;
  width: 100%;
  padding: 60px 40px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.coming-soon-box h1 {
  font-size: 36px;
  color: #F5A500;
  margin-bottom: 20px;
}

.coming-soon-box .main-text {
  font-size: 18px;
  color: #222;
  margin-bottom: 10px;
}

.coming-soon-box .sub-text {
  font-size: 16px;
  color: #555;
  margin-bottom: 35px;
}

.coming-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cs-btn {
  padding: 14px 26px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.cs-btn.primary {
  background: #F5A500;
  color: #fff;
}

.cs-btn.primary:hover {
  background: #E68900;
}

.cs-btn.whatsapp {
  border: 2px solid #25D366;
  color: #25D366;
}

.cs-btn.whatsapp:hover {
  background: #25D366;
  color: #fff;
}

.coming-note {
  display: block;
  margin-top: 30px;
  font-size: 14px;
  color: #888;
}

/* Mobile */
@media (max-width: 600px) {
  .coming-soon-box {
    padding: 40px 20px;
  }

  .coming-soon-box h1 {
    font-size: 28px;
  }
}


#snow {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  height: 120%;
  pointer-events: none;
  z-index: 9999;

  background-image:
    radial-gradient(white 1.5px, transparent 1.5px),
    radial-gradient(white 1px, transparent 1px),
    radial-gradient(white 2px, transparent 2px);

  background-size:
    60px 60px,
    120px 120px,
    180px 180px;

  animation: snow-wind 16s linear infinite;
}

/* 🌬️ CURVY + WIND EFFECT */
@keyframes snow-wind {
  0% {
    background-position:
      0px 0px,
      0px 0px,
      0px 0px;
  }

  25% {
    background-position:
      40px 25vh,
      -30px 50vh,
      20px 75vh;
  }

  50% {
    background-position:
      -40px 50vh,
      30px 100vh,
      -20px 150vh;
  }

  75% {
    background-position:
      60px 75vh,
      -50px 150vh,
      30px 225vh;
  }

  100% {
    background-position:
      0px 100vh,
      0px 200vh,
      0px 300vh;
  }
}



#fog-layer {
  position: fixed;
  inset: 0;
  background: 
    radial-gradient(circle at 30% 40%, rgba(255,255,255,0.15), transparent 60%),
    radial-gradient(circle at 70% 60%, rgba(255,255,255,0.12), transparent 65%);
  animation: fogMove 80s linear infinite;
  pointer-events: none;
  z-index: 9997;
}

@keyframes fogMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200px);
  }
}

