@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);
}

/* 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: 400px;
    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 {
    padding: 5px 0;
    padding-left: 260px;
}

.header-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-links ul {
    display: flex;
    flex-wrap: wrap;
}

.header-links.sm li {
    margin: 0px 5px !important;
}

.header-links.sm li a i {
    font-size: 24px !important;
}

.header-top {
    background-color: #111111;
    border-radius: 0 0 999px 999px;
    margin-bottom: 10px;
    border-bottom: 3px solid #fff;
}

.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 .ftr-social .scl {
    color: var(--pri-color);
    border: 1px solid var(--pri-color);
    padding: 5px 10px;
    border-radius: 100%;
    transition: 0.3s linear;
}

.social-icons .ftr-social .scl:hover {
    background-color: var(--pri-color);
    color: #fff;
}

@media (max-width: 999px) {
    .widget-info.contact {
        color: #fff;
        border-right: none;
        border-left: none;
    }
    .copyright .container {
        flex-direction: column;
        justify-content: center;
    }
}

/* STICKY SOCIAL ICON */

.pulse i {
    position: relative;
    z-index: 20;
    top: 16px;
    font-size: 30px;
}

.pulse {
    position: fixed;
    cursor: pointer;
    display: block;
    width: 60px !important;
    color: white;
    border-radius: 50px;
    text-align: center;
    z-index: 9000;
}

.pulse.btn-whats {
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: rgba(0, 200, 0, 1);
    transition-duration: 0.5s;
    animation: pulse-btn 3s infinite;
}

.pulse.btn-call {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    bottom: 120px;
    right: 40px;
    color: #fff;
    background-color: #2196f3;
}

.pulse.btn-inst {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    bottom: 190px;
    right: 40px;
    color: #fff;
    background: radial-gradient( circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.pulse.btn-inst i {
    top: 0;
}

.pulse.btn-call i {
    top: 0;
}

.pulse.btn-call a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pulse.pulse.btn-whats:hover {
    background-color: rgba(0, 150, 0, 1);
    color: white;
}

.my-float {
    margin-top: 15px;
}

@-webkit-keyframes pulse-btn {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
    }
}

.pulse a {
    color: #fff;
}

.banner {
    background-image: url(../image/background/image2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
}

.logo {}

.banner::before {
    content: "";
    position: absolute;
    background-color: #000000b9;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.banner .text-content {
    position: relative;
    z-index: 2;
}

.banner .text-content .title a {
    font-size: 50px;
    color: var(--pri-color);
}

.banner-image {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-row: 1;
    position: relative;
    z-index: 3;
}

.banner-image img {
    grid-column: 4 / span 6;
    margin-top: -150px;
}

@media (max-width:1300px) {
    .banner-image img {
        margin-top: -200px;
    }
}

@media (max-width:1200px) {
    .banner-image img {
        margin-top: -190px;
    }
}

@media (max-width:1100px) {
    .banner-image img {
        margin-top: -150px;
    }
}

@media (max-width:999px) {
    .banner-image img {
        display: none !important;
    }
    .text-content {
        position: absolute !important;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50% !important;
        width: max-content;
    }
}

/* CONTACT PAGE */

.contact {}

.contact.widget {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0.9375em;
    padding: 1.125em;
    transition: all 300ms ease-in;
}

@media (max-width:600px) {
    .contact.widget {
        padding: 0;
    }
}

.contact:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.contact .icon {
    padding: 10px 10px;
    border-radius: 50%;
    background-color: #FFF;
    color: var(--pri-color);
}

.contact .icon i {
    color: var(--pri-color);
    font-size: 25px;
    padding: 0;
    margin: 5px;
}

.me1-text p {
    color: #111111;
}

.inner-cont-container h4 {
    margin-bottom: 0.938em;
}

.contact-image {
    position: relative;
}

.contact-image::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.567);
}

.cont-head {
    font-size: 17px;
    font-weight: 700;
    color: #111111;
}

@media (max-width:999px) {
    .contact-image {
        display: none;
    }
    .inner-left-wrapper {
        grid-column: 1 / span 12;
        grid-row: 1;
        z-index: 2;
    }
}

/* GALLERY PAGE */

#gallery {
    padding-top: 40px;
}

@media screen and (min-width: 991px) {
    #gallery {
        padding: 40px 30px 40px 30px;
    }
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
    overflow: hidden;
}

.img-wrapper img {
    /* max-width: 50vw;
    height: 66vh; */
    object-fit: cover;
}

@media (max-width: 999px) {
    .img-wrapper img {
        max-width: 100%;
        height: 100%;
    }
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

/* GALLERY PAGE */

:root {
    --card_width: 350px;
    --row_increment: 10px;
    --card_border_radius: 16px;
    --card_small: 26;
    --card_med: 33;
    --card_large: 45;
}

.gallery {
    display: block;
    position: relative;
}

.pin_container {
    margin: 0;
    padding: 0;
    width: 95vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--card_width));
    grid-auto-rows: var(--row_increment);
    justify-content: center;
}

.card {
    padding: 0;
    margin: 15px 10px;
    border-radius: var(--card_border_radius);
    border: none !important;
    overflow: hidden;
    border-radius: 15px;
}

.card:hover img {
    transform: scale(1.1);
}

.card img {
    object-fit: cover;
    transition: transform 0.3s ease-out;
}

.card_small {
    grid-row-end: span var(--card_small);
}

.card_medium {
    grid-row-end: span var(--card_med);
}

.card_large {
    grid-row-end: span var(--card_large);
}

.pin_container .img-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 12px;
}

.banner.sec {
    background-image: url(../image/background/image2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
    background-attachment: fixed;
}

.mis-inner {
    text-align: center;
    padding: 20px 30px 60px 20px;
    background-color: #FFF;
    margin-top: -160px;
    position: relative;
    display: block;
    z-index: 6;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.vis-inner {
    text-align: center;
    padding: 60px 30px 20px 20px;
    background-color: #FFF;
    margin-bottom: -160px;
    position: relative;
    display: block;
    z-index: 6;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.sub-ser-inner {
    padding: 40px;
    position: relative;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
}

.sub-ser-inner .icon {
    height: 40px;
    width: 40px;
}

.badge {
    position: absolute;
    top: 5px;
    right: -5px;
    padding: 10px;
    background-color: rgb(253, 253, 253);
    border-radius: 0% !important;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    text-align: left;
    padding: 8px;
}

@media (max-width:1100px) {
    td,
    th {
        border: 1px solid #acacac91 !important;
    }
}

tr:nth-child(even) {
    background-color: #dddddd;
}

tr:hover {
    font-weight: 700;
    color: var(--pri-color);
}

.t-btn a {
    white-space: nowrap;
}

@media(min-width:1200px) {
    tr:hover .t-btn a {
        color: #FFFF;
    }
}

.t-head {
    background-color: var(--pri-color);
}

.t-head:hover {
    color: #000000;
}

td {
    padding: 20px 10px;
    white-space: nowrap;
}

th {
    white-space: nowrap;
}

.taxi .taxi-btn {
    width: 100%;
}

.taxi .taxi-btn a {
    background-color: #eeecec;
    padding: 12px 40px;
    color: #1b1b1b;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    display: inline-flex;
    white-space: nowrap;
}

.taxi-box:nth-child(1) .taxi-btn a {
    background-color: var(--pri-color);
    font-weight: 600;
}

.sticky01 {
    right: 0;
    position: fixed;
    top: 360px;
    z-index: 1000;
}

@media(min-width:1200px) and (max-width:1400px) {
    .taxi .taxi-btn a {
        padding: 12px 20px;
    }
}









.route-section {
    width: 100%;
    background: #fff7df !important;
    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;
    }
}











