@import url("https://fonts.googleapis.com/css2?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&display=swap"); * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: Poppins, sans-serif;
}

html, body {
    scroll-behavior: auto;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: rgb(2 58 199);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #023ac7;
    border-radius: 10px;
    border: 2px solid rgb(2 58 199);
    transition: 0.3s;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(rgb(17, 130, 207), rgb(11, 109, 179));
}

* {
    scrollbar-width: thin;
    scrollbar-color: rgb(2 58 199) rgb(238, 247, 255);
}

.smooth-wrapper {
    overflow: hidden;
}

.custom-cursor {
    width: 30px;
    height: 30px;
    border: 1px solid rgb(106, 177, 224);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.2s;
    z-index: 9999;
}

.custom-cursor span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    background-color: rgb(166, 220, 255);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

a {
    text-decoration: none;
    color: var(--text-color);
}

:root {
    --muted: #a3a3a3;
    --secondary: #8a015f;
    --vivid: #dc0185;
    --soft: #fdf0f8;
    --border: rgba(220, 1, 133, 0.18);
    --shadow: rgba(138, 1, 95, 0.18);
    --deep: #8a015f;
    --blush2: #f5d5ec;
    --mid: #c4017a;
    --ts: #a06085;
    --mg: #dc0185;
    --blush: #fdf0f8;
    --pale: #fce8f5;
    --rose: #f5d0ea;
    --ink: #1a0012;
    --brand-dark: #95005a;
    --brand-mid: #a8016d;
    --brand-bright: #d80183;
    --brand-light: #fce8f4;
    --brand-pale: #fff0f9;
    --white: #ffffff;
    --text-dark: #1a1a1a;
    --text-muted: #555;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
}

figure {
    margin: 0px;
    padding: 0px;
}

.btn:focus {
    outline: none;
}

ul, ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
    padding: 0px;
}

a, button {
    display: inline-block;
}

select {
    cursor: pointer;
    appearance: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

#scrollBtn {
    background: #023ac7;
    color: #ffffff;
    background-size: 200% 200%;
    /* color: white; */
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 15px;
    right: 15px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    cursor: pointer;
    z-index: 1000;
    transition: 0.3s ease-in-out;
    animation: 2s ease 0s infinite normal none running pulse-animation;
}

@keyframes pulse-animation {
    0% {
        box-shadow: rgb(2 58 199) 0px 0px 0px 0px;
    }

    100% {
        box-shadow: rgba(255, 255, 255, 0.267) 0px 0px 0px 20px;
    }
}
.whatsapp-btn {
    text-decoration: none;
    color: #fff;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 7px 15px 8px 6px;
    background: #0CC143;
    font-size: 18px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    animation: 2s ease 0s infinite normal none running whatsapp-pulse-animation;
}
@keyframes whatsapp-pulse-animation {
    0% {
        box-shadow: rgb(12 193 67) 0px 0px 0px 0px;
    }

    100% {
        box-shadow: rgba(255, 255, 255, 0.267) 0px 0px 0px 20px;
    }
}
.whatsapp-btn i {
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #0cc143;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all 0.3s ease-in-out;
}
.whatsapp-btn:hover {
    background: #000;
    color: #fff;
}
.whatsapp-btn:hover i {
    background: #fff;
}
header .top_nav {
    border-bottom: 2px solid rgb(255, 255, 255);
    padding: 12px 0px;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.72) !important;
}

.scroll {
    background: rgba(0, 0, 0, 0.7);
}

header.scroll .top_nav {
    display: none;
}

header.scroll .navbar {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.navbar {
    transition: 0.4s ease-in-out;
}

.scroll {
    position: fixed !important;
    top: 0px;
    width: 100%;
    z-index: 30 !important;
    transition: 0.4s;
    left: 0px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
    border-radius: 0px !important;
    border-width: medium !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: none !important;
}

.scroll .container-fluid {
    transition: 0.3s ease-in-out;
}

.topNav_left {
    display: flex;
    gap: 15px;
}

.topNav_left > div {
    background: var(--white);
    padding: 4px 15px 4px 5px;
    border-radius: 25px;
}

.topNav_left i {
    background: linear-gradient(135deg, rgb(134, 206, 253), rgb(40, 137, 202));
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border: 2px solid rgb(23, 125, 193);
    transition: 0.4s ease-in-out;
}

.topNav_left a:hover i {
    background: transparent;
    border: 2px solid rgb(14, 118, 188);
    color: rgb(14, 118, 188);
}

.topNav_left a {
    display: flex;
    gap: 7px;
    align-items: center;
    transition: 0.4s ease-in-out;
}

a:hover {
    color: rgb(21, 123, 192);
}

.socials-icons {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
}

.topNav_left {
    justify-content: end;
}

.socials-icons a {
    background-color: rgb(255, 255, 255);
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(49, 149, 214);
    border: 2px solid rgb(49, 149, 214);
    transition: 0.4s ease-in-out;
}

.socials-icons a:hover {
    background: rgb(27, 129, 199);
    border: 2px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.mainNavbar {
    position: relative;
    z-index: 222;
}

.mainNavbar .navbar-brand img {
    width: 125px;
    border-radius: 20px;
}

.navbar {
    padding: 5px 0px;
    backdrop-filter: blur(12px);
    background: #fff;
    box-shadow: rgb(255 255 255 / 11%) 0px 15px 35px, rgb(252 254 255 / 13%) 0px 5px 15px;
    position: relative;
    z-index: 7;
}

.mainNavbar .navbar-nav {
    gap: 15px;
}
.top-nav {
    background: #d5e1ff;
    position: relative;
    /* padding: 6px 30px; */
    z-index: 2;
    overflow: hidden;
}
.top-nav .container-fluid {
    padding: 0;
}
.topnavLeft {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding-left: 50px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.topnavRight {
     display: flex;
    justify-content: center;
    gap: 20px;
    padding-left: 65px;
    background: #0139c7;
    padding-top: 6px;
    padding-bottom: 6px;
    clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
    padding-right: 95px;
}

.topnavRight a {
       display: flex;
    gap: 8px;
    align-items: center;
    color: white;
}

.topnavRight i {
     width: 30px;
     height: 30px;
     background: white;
     display: flex;
     justify-content: center;
     align-items: center;
     color: #0c6dbc;
     border-radius: 10px;
     background: white;
     color: #0b2f66;
     background-size: 200% 200%;
}
.topInnerIcons a {
    display: flex;
    gap: 8px;
    align-items: center;
}
.topInnerIcons i {
    width: 32px;
    height: 30px;
    background: #0139c7;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 10px;
}
.navbar-nav .ulmenumain {
    display: flex;
    gap: 30px;
}

.modern-dropdown{
    gap: 0px !important;
}

.mainNavbar .navbar-nav .nav-link {
    color: var(--text-color);
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.mainNavbar .navbar-nav .nav-link:hover {
    color: #0d72b6;
}

.mainNavbar .navbar-nav .show > .nav-link, .mainNavbar .navbar-nav .nav-link.active {
    color: rgb(255, 255, 255);
    padding: 6px 18px;
    border-radius: 20px;
    background: #023ac7;
}

.navbar-light .navbar-toggler {
    color: rgb(0 0 0);
    border-color: rgb(1 57 199);
}

/*.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}*/

.mainNavbar .navbar-collapse {
        justify-content: center;
        /* padding-left: 140px; */
}


/* dropdown css */

/* Desktop hover dropdown */
/* =========================================
   INNER DROPDOWN
========================================= */

@media screen and (min-width:300px) and (max-width: 3000px) {

    .navbar-expand-lg .navbar-nav .dropdown-menu{
        position: absolute;
        display: flex;
        flex-direction: column;
        display: none;
    }
   .dropdown:hover .dropdown-menu{
        display: flex;
   }
   .dropdown:hover .dropdown-menu {
        gap: 10px;
        padding: 0;
        border-radius: 12px;
   }
    .dropdown-submenu {
        position: relative;
        /* border-radius: 5px; */
    }

    .dropdown-submenu > .dropdown-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 25px;
    }

    .dropdown-submenu > .dropdown-item i {
        font-size: 11px;
        transition: transform 0.3s ease;
    }

     .dropdown-menu .dropdown-item{
            padding: 7px 1.5rem;
            /* border-radius: 8px; */
    }
    .dropdown-item:hover, .dropdown-item:focus{
        color: #ffffff;
        background-color: #095cbb;
        background: #023ac7;
    }
    /* Inner dropdown hidden */
    .dropdown-submenu > .inner-dropdown {
        position: absolute !important;
        top: 0;
        left: calc(100% + 4px);
        display: block !important;
        min-width: 210px;
        padding: 5px 0;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-12px) scale(0.97);
        transform-origin: left center;
        transition:
            opacity 0.3s ease,
            visibility 0.3s ease,
            transform 0.3s ease;
        border: none;
        border-radius: 12px;

        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }


    /* Inner dropdown show */
    .dropdown-submenu:hover > .inner-dropdown {
        opacity: 1;
        visibility: visible;

        transform: translateX(-3px) scale(1);
    }


    /* Arrow animation */
    .dropdown-submenu:hover > .dropdown-item i {
        transform: translateX(3px);
    }


    /* Inner item */
    .inner-dropdown .dropdown-item {
        padding: 9px 15px;

        white-space: nowrap;

        transition:
            background 0.25s ease,
            color 0.25s ease,
            padding-left 0.25s ease;
    }


    .inner-dropdown .dropdown-item:hover {
        padding-left: 20px;
    }
    
}
/* dropdown css */


.customBtn {
    width: fit-content;
    /* Expanded background size for smooth movement */
    background: #023ac7;
    background-size: 200% 200%;
    border: none;
    color: white;
    border-radius: 10px;
    font-weight: 600;
    padding: 8px 12px 8px 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: all 0.4s ease;
    cursor: pointer;
    animation: 2s ease 0s infinite normal none running pulse-animation;
}

.customBtn:hover {
    background: #000000; /* Moves the gradient position */
    box-shadow: 0 1px 15px rgb(239 247 255 / 27%);
    color: #fff;
}
.customBtn i {
    background: white;
    width: 30px;
    height: 30px;
    color: #edc002;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}
.button-center {
    margin: 0px auto;
}

.swiper {
    width: 100%;
    height: 100%;
    padding: 4rem 0px !important;
}

.swiper-pagination-bullet {
    transition: 0.4s ease-in-out;
    width: 16px !important;
    border-radius: 8px !important;
}

.swiper-pagination-bullet-active {
    background: #023ac7 !important;
    width: 35px !important;
}

.swiper-button-prev {
    right: 65px !important;
    top: 25px !important;
    left: auto !important;
}

.swiper-button-next {
    left: auto !important;
    top: 25px !important;
}

.swiper-button-prev, .swiper-button-next {
    background: #023ac7;
    border-radius: 25px;
    border: 2px solid white;
    color: rgb(255, 255, 255) !important;
}

.swiper-button-prev svg, .swiper-button-next svg {
    height: 60% !important;
}

.global_btn i {
    background: var(--color-dark);
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--text-color);
    border: 1px solid var(--text-color);
    transition: 0.4s;
    display: flex !important;
}

.global_btn:hover {
    background: linear-gradient(135deg, var(--gradient-two), var(--gradient-two), var(--gradient-two));
    color: var(--text-color);
    transform: translateY(-2px);
}

.global_btn:hover i {
    background: linear-gradient(135deg, var(--gradient-three), var(--gradient-five), var(--gradient-four));
    transform: rotate(10deg) scale(1.1);
}

.sec1heroSec {
        height: auto;
    /* background: linear-gradient(to right, rgba(6, 20, 40, 0.88), rgb(0 0 0 / 55%), rgb(0 0 0 / 60%)) center center / cover, url(../images/appBg.jpg); */
    background: linear-gradient(to right, rgb(0 0 0 / 9%), rgb(2 21 40 / 50%)) center center / cover, url(../images/customBanner.png);
    margin-top: -200px;
    position: relative;
    background-position-y: center;
}
.clipleftShape {
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    height: 58vh;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: #1178be;
    background: #002789;
    bottom: 0;
}
.sec1heroSec .row {
    position: relative;
    z-index: 2;
}
.innerBanner {
    background: #0139c7;
    height: 25vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.innerBanner .innerContent {
    text-align: center;
}

.innerBanner .innerContent h2 {
    color: white;
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
}

.innerBanner .innerContent .breadcrumbs {
    color: white;
    font-weight: 500;
}

.innerBanner .innerContent .breadcrumbs a {
    transition: 0.3s ease-in-out;
    font-size: 16px;
}

.innerBanner .innerContent .breadcrumbs a:hover {
    color: #b0c2ed;
}

.bookingForm .card {
    background: var(--white);
    border-radius: 40px;
    padding: 36px 32px 40px;
    width: 100%;
    box-shadow: rgba(213, 236, 255, 0.16) 0px 32px 80px, rgba(0, 0, 0, 0.08) 0px 4px 16px;
    position: relative;
    overflow: hidden;
    animation: 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s 1 normal both running slideUp;
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.bookingForm .card::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(80, 172, 243), rgb(73, 170, 243));
    opacity: 0.08;
}

.bookingForm .badge {
    display: inline-flex;
    max-width: max-content;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    background: #023ac7;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.return-fields {
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.4s;
    position: absolute;
}

.return-fields.show {
    max-height: 300px;
    opacity: 1;
}

.bookingForm .badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    animation: 1.4s ease-in-out 0s infinite normal none running pulse;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.3);
    }
}

.bookingForm .heading {
    font-size: 42px;
    font-weight: 900;
    color: rgb(26, 0, 16);
    line-height: 1.1;
    margin-bottom: 6px;
}

.bookingForm .heading span {
    color: #0139c7;
}

.bookingForm .subtext {
    font-size: 14.5px;
    color: #021842;
    margin-bottom: 28px;
    font-weight: 400;
}

.bookingForm .tab-row {
    display: flex;
    background: #eef8ff;
    border-radius: 15px;
    padding: 4px;
    margin-bottom: 28px;
    gap: 4px;
}

.bookingForm .tab-btn {
    flex: 1 1 0%;
    padding: 11px 0px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.25s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #0139c7;
    background: transparent;
}

.bookingForm .tab-btn.active {
    background: #023ac7;
    color: var(--white);
    box-shadow: rgb(213, 236, 255) 0px 4px 16px;
    border-radius: 15px;
}

.bookingForm .tab-btn i {
    font-size: 14px;
}

.bookingForm .field-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
}

.bookingForm .field {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.bookingForm label {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #023ac7;
    display: flex;
    align-items: center;
    gap: 6px;
}

.bookingForm .optional-tag {
    font-size: 9px;
    background: #023ac7;
    color: rgb(255, 255, 255);
    padding: 2px 7px;
    border-radius: 10px;
    letter-spacing: 0.8px;
    font-weight: 600;
    text-transform: uppercase;
}

.bookingForm .input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

    .bookingForm .input-wrap input, .bookingForm .input-wrap select {
        width: 100%;
        padding: 13px 48px 13px 44px;
        border: 1.5px solid rgba(14, 118, 188, 0);
        border-radius: 15px;
        background: #eef8ff;
        font-size: 14px;
        color: #021842;
        outline: none;
        transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    }

.bookingForm .input-wrap input::placeholder {
        color: #587dc2;
}

.bookingForm .input-wrap input:focus {
    border-color: rgb(8 43 82 / 42%);
    background: #eef8ff;
    box-shadow: rgb(1 89 153 / 46%) 0px 0px 0px 1px;


}

.bookingForm .icon-left {
    position: absolute;
    left: 14px;
    color: #0139c7;
    display: flex;
    pointer-events: none;
}

.bookingForm .icon-left i {
    font-size: 15px;
}

.bookingForm .icon-right {
    position: absolute;
    right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background: #023ac7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    transition: transform 0.15s, box-shadow 0.15s;
}

.bookingForm .icon-right:hover {
    transform: scale(1.08);
    box-shadow: 0 4px 12px var(--shadow);
}

.bookingForm .icon-right i {
    font-size: 13px;
}

.bookingForm .two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.bookingForm .divider {
    height: 1px;
    background: rgb(235 187 51 / 24%);
    margin: 4px 0px;
}

.bookingForm .btn-book {
    width: 100%;
    padding: 15px;
    margin-top: 26px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--deep) 0%, var(--vivid) 100%);
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 8px 28px var(--shadow);
    transition: transform 0.18s, box-shadow 0.18s;
    letter-spacing: 0.3px;
    position: relative;
    overflow: hidden;
}

.bookingForm .btn-book::after {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent);
}

.bookingForm .btn-book:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 36px var(--shadow);
}

.bookingForm .btn-book:active {
    transform: translateY(0px);
}

.bookingForm .arrow-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bookingForm .arrow-circle i {
    font-size: 13px;
}

.sec1heroSec .row {
    padding-top: 16rem;
    padding-bottom: 3rem;
}
.innerBanner {
    margin-top: 0px;
}
.innerBanner .row {
    padding: 0;
}
.sec1heroSec .bookingForm .animated-button {
    max-width: max-content;
}

.heroMaincontent h1 {
    font-size: 48px;
    line-height: 1.2;
    /* text-shadow: rgba(255, 255, 255, 0.22) 1px 1px; */
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #023ac7;
    text-transform: uppercase;
}
.heroMaincontent h2 {
        font-size: 45px;
        line-height: 1.2;
        /* text-shadow: rgba(255, 255, 255, 0.22) 1px 1px; */
        font-weight: 700;
        letter-spacing: -0.02em;
        color: #023ac7;
        text-transform: uppercase;
}
.heroMaincontent h3 {
        font-size: 32px;
        line-height: 1.2;
        /* text-shadow: rgba(255, 255, 255, 0.22) 1px 1px; */
        font-weight: 700;
        letter-spacing: -0.02em;
        color: #023ac7;
        text-transform: uppercase;
}

.heroMaincontent em {
      background-color: white;
      font-style: normal;
      padding: 0 6px;
      border-radius: 15px;
      background: white;
      color: #0139c7;
}
.heroHeadingsParent {
    max-width: 660px;
}
.heroBadge {
    background: linear-gradient(135deg, rgb(198 140 9) 0%, rgb(255 197 43) 45%, rgb(208 150 22) 75%, rgb(203 147 9) 100%);
    color: var(--white);
    font-weight: 600;
    padding: 8px 8px 8px 14px;
    border-radius: 25px;
    margin-bottom: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
    max-width: fit-content;
    /* border: 2px solid var(--white); */
}
.heroBadge i {
    background: white;
    width: 30px;
    height: 30px;
    color: #033fe3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
}
.heroMaincontent h1 .fillSpanBg {
    background: linear-gradient(135deg, rgb(1 42 187) 0%, rgb(14, 118, 188) 45%, rgb(61 147 216) 75%, rgb(2 63 232) 100%);
    box-shadow: rgba(255, 255, 255, 0.08) 0px 4px 16px;
    border-radius: 15px;
    padding: 0px 6px;
    color: rgb(255, 255, 255);
}

.heroMaincontent p {
    margin: 20px 0px;
    color: var(--white);
    font-size: 18px;
    max-width: 570px;
}

.heroMaincontent .animated-button {
    background-color: rgb(255, 255, 255);
    color: rgb(14, 118, 188);
    box-shadow: rgb(14, 118, 188) 0px 0px 0px 2px;
}

.heroMaincontent .animated-button:hover {
    color: white;
}

.hero_Div_btn {
    display: flex;
    gap: 25px;
}
.hero_Div_btn .customBtn {
    background:white;
    color: #0b2f66;
    background-size: 200% 200%;
    border: 1.2px solid white;
}
.hero_Div_btn .customBtn:hover{
    background-color: transparent;
    color: var(--white);
}
.hero_Div_btn .customBtn i {
    background: #0139c7;
    color: #ffcd0a;
    transition: all 0.4s ease;
}
.hero_Div_btn .customBtn:hover i {
    background-color: white;
    color: #00237b;
}
.cta-btn {
    display: flex;
    color: white;
    gap: 10px;
    align-items: center;
}

.cta-btn i {
   background-color: white;
   border: 1.2px solid white;
   height: 40px;
   width: 40px;
   color: #043bc8;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 20px;
   transition: 0.3s ease-in-out;
}

.cta-btn:hover {
    color: white;
}
.cta-btn:hover:hover i {
    color: white;
}
.cta-btn:hover i {
    transform: translateY(-5px);
    background-color: transparent;
    color: rgb(14, 118, 188);
}

.counterParent {
    background-color: rgb(253, 240, 248);
    border: 2px solid rgba(138, 1, 95, 0.11);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 25px;
}

.lordIcon lord-icon {
    width: 65px;
    height: 65px;
}

.counterParent .lordIcon {
    background: var(--white);
    border-radius: 50px;
    width: 70%;
    margin-bottom: 10px;
    border: 2px solid rgba(138, 1, 95, 0.11);
    display: flex;
    justify-content: center;
    padding: 5px 0px;
}

.counterParent h3 {
    font-weight: 600;
    color: var(--secondary);
    font-size: 22px;
}

.counterParent p {
    font-weight: 600;
    font-size: 16px;
    color: rgb(165, 77, 133);
}

.secAbout {
    padding: 5rem 0;
    position: relative;
}

.bg-animation {
    position: absolute;
    inset: 0px;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.bg-animation span {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.18;
    animation: 10s ease-in-out 0s infinite normal none running float;
}

.bg-animation span:nth-child(1) {
    width: 300px;
    height: 300px;
    background: rgb(17, 130, 207);
    top: 10%;
    left: 8%;
}

.bg-animation span:nth-child(2) {
    width: 220px;
    height: 220px;
    background: rgb(90, 200, 255);
    bottom: 15%;
    right: 10%;
    animation-delay: 2s;
}

.bg-animation span:nth-child(3) {
    width: 180px;
    height: 180px;
    background: rgb(79, 156, 255);
    top: 45%;
    left: 60%;
    animation-delay: 4s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) translateX(0px) scale(1);
    }

    50% {
        transform: translateY(-35px) translateX(20px) scale(1.08);
    }
}

.aboutTopHeading h2 {
    font-size: 32px;
    /* text-align: center; */
    /* padding-bottom: 3rem; */
    font-weight: 700;
    color: rgb(2 58 199);
    line-height: 1;
    letter-spacing: -0.02em;
}

/* .aboutTopHeading span {
    color: transparent;
    -webkit-text-stroke: 2px rgb(2 58 199);
} */

.aboutleftIMGDiv {
    display: flex;
    justify-content: end;
    margin-right: 40px;
}

.aboutleftIMGDiv img {
    width: 75%;
}
.aboutRight {
    position: relative;
}

.secAbout .rightContent ul{
    list-style: none;
    padding-left: 5px;
    margin-bottom: 1.5rem;
}
.secAbout .rightContent ul li {
    font-weight: 600;
    display: flex;
    gap: 10px;
    padding: 3px 0;
    font-size: 15px;
}
.secAbout .rightContent ul li i {
        color: #eec834;
    background: #023ac7;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.secAbout .rightContent ul p {
    color: #000000;
    font-weight: 400;
    font-size: 13px;
    margin-left: 35px;
    margin-top: -12px;
    display: flex;
    align-items: flex-start;
    gap: 5px;

}
.rightContent h3 {
    font-size: 20px;
    font-weight: 600;
    color: #023ac7;
    padding-bottom: 10px;
}
.aboutRightline {
    background: #023ac7;
    width: 25px;
    display: block;
    height: 180px;
    position: absolute;
    right: 0;
    animation: 5s ease-in-out 0s infinite normal none running floatY;
}
.rightDivICON {
        background: #ffffff;
        height: 70px;
        width: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 45px;
        color: #023ac7;
        border: 2.5px solid #023ac7;
        position: absolute;
        left: 118px;
        font-size: 30px;
        top: -26px;
}
.aboutleftline {
    background: #023ac7;
    width: 25px;
    display: block;
    height: 180px;
    position: absolute;
    left: 110px;
    animation: 5s ease-in-out 0s infinite normal none running floatY;
    bottom: 0;
}

/* .aboutRight .aboutimgClip {
    clip-path: circle(63.2% at 0 0);
    height: 20vh;
    background-color: white;
} */
.imgSquare img {
    position: absolute;
    bottom: -110px;
    transform: translate(-50%, -50%);
    left: 50%;
    background: white;
    padding: 18px;
}
.leftImg {
    padding: 5px;
    border-radius: 50px;
    max-width: 100%;
    position: relative;
    top: -80px;
    z-index: -1;
}

.leftImg img {
    width: 100%;
    border-radius: 12px;
    padding: 5px;
}

.rightImg {
    padding: 5px;
    border-radius: 50px;
    max-width: 50%;
    position: relative;
    bottom: 0px;
    right: -285px;
    display: flex;
    justify-content: center;
}

.rightImg img {
    border-radius: 12px;
    background: #ffffff;
    padding: 22px;
    width: 100%;
    /* animation: 5s ease-in-out 0s infinite normal none running floatY; */
    will-change: transform;
}

@keyframes floatY {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.secAbout .rightContent p {
    font-size: 17px;
    padding: 0.5rem 0px;
}
.aboutBottomBold {
    font-weight: 600;
    color: #023ac7;
    margin-bottom: 20px;
}
.rightContentCards {
    display: flex;
    gap: 20px;
}

.rightContentCards .cardInner {
    background-color: rgb(232, 245, 255);
    border: 2px solid rgba(14, 118, 188, 0.31);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 25px;
    width: 50%;
}

.aboutLord {
    width: 130px;
    background: white;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    border: 2px solid rgba(14, 118, 188, 0.31);
}

.cardInner p {
    font-weight: 600;
    font-size: 24px !important;
    padding: 10px 0px 0px !important;
}

.cardInner h4 {
    font-size: 18px;
}

.rightContentCards .cardInner lord-icon {
    height: 80px;
    width: 80px;
}

.aboutThreeSec .section-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.aboutThreeSec .section-heading h2 {
    font-size: 40px;
    font-weight: 700;
    color: var(--brand-dark);
    white-space: nowrap;
}

.aboutThreeSec .heading-icon {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, var(--brand-mid), var(--brand-bright));
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.aboutThreeSec .heading-icon i {
    color: rgb(255, 255, 255);
    font-size: 18px;
}

.aboutThreeSec .heading-line {
    flex: 1 1 0%;
    height: 2px;
    background: linear-gradient(to right, var(--brand-bright), transparent);
    border-radius: 2px;
}

.aboutThreeSec .airport-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 14px;
}

.aboutThreeSec .airport-card {
    background: rgb(253, 240, 248);
    border: 2px dashed rgba(138, 1, 95, 0.35);
    border-radius: 25px;
    padding: 16px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    color: var(--brand-dark);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, transform 0.15s, box-shadow 0.2s;
    text-decoration: none;
}

.aboutThreeSec .airport-card:hover {
    background: var(--brand-mid);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: rgba(168, 1, 109, 0.25) 0px 6px 20px;
}

.aboutThreeSec .airport-card:hover .card-icon {
    background: rgba(255, 255, 255, 0.2);
}

.aboutThreeSec .airport-card:hover .card-icon i {
    color: var(--white);
}

.aboutThreeSec .card-icon {
    width: 62px;
    height: 45px;
    background: var(--white);
    border: 2px solid rgba(138, 1, 95, 0.11);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s;
}

.aboutThreeSec .card-icon i {
    font-size: 20px;
    color: var(--brand-dark);
    transition: color 0.2s;
}

.aboutThreeSec .services-wrapper {
    border-radius: var(--radius-lg);
    padding: 24px 28px;
    background-color: rgb(253, 240, 248);
    border: 2px solid rgba(138, 1, 95, 0.35);
}

.aboutThreeSec .services-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.aboutThreeSec .tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--brand-dark);
    color: var(--white);
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 13.5px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
}

.aboutThreeSec .tag:hover {
    background: var(--brand-bright);
    transform: translateY(-2px);
    box-shadow: rgba(216, 1, 131, 0.3) 0px 5px 16px;
}

.aboutThreeSec .tag i {
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.aboutThreeSec .locations-panel {
    border-radius: var(--radius-lg);
    overflow: hidden;
    background-color: rgb(253, 240, 248);
    border: 2px solid rgba(138, 1, 95, 0.35);
}

.aboutThreeSec .locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    padding: 8px;
}

.aboutThreeSec .loc-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    font-size: 14px;
    color: var(--text-dark);
    border-radius: var(--radius-sm);
    transition: background 0.15s;
    cursor: default;
}

.aboutThreeSec .loc-item:hover {
    background: var(--brand-pale);
}

.aboutThreeSec .loc-item i {
    font-size: 13px;
    color: var(--brand-bright);
    flex-shrink: 0;
}

.aboutThreeSec .towns-panel {
    background: var(--white);
    border: 1px solid rgb(240, 184, 219);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.aboutThreeSec .towns-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    padding: 8px;
}

.aboutThreeSec .town-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    font-size: 13.5px;
    color: var(--text-dark);
    border-radius: var(--radius-sm);
    transition: background 0.15s;
    cursor: default;
}

.aboutThreeSec .town-item:hover {
    background: var(--brand-pale);
}

.aboutThreeSec .town-item i {
    font-size: 11px;
    color: var(--brand-mid);
    flex-shrink: 0;
}

@media (max-width: 600px) {
    .aboutThreeSec .airport-grid {
        grid-template-columns: 1fr 1fr;
    }

    .aboutThreeSec .towns-grid {
        grid-template-columns: 1fr 1fr;
    }

    .aboutThreeSec .locations-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 400px) {
    .aboutThreeSec .airport-grid {
        grid-template-columns: 1fr;
    }
}

.sectionSrv {
    position: relative;
    padding: 5rem 0px;
    /* background: linear-gradient(135deg, rgba(1, 70, 116, 0.48), rgb(16, 95, 155), rgba(43, 43, 43, 0.72)) 0% 0% / cover, url("../images/servicebg.jpg") center center no-repeat fixed; */
    overflow: hidden;
    
}

.innerService img{
    width: 100%;
    border-radius: 25px;
}
.innerService .innerserbottomContent h3{
    padding-bottom: 8px;
    font-weight: 700;
    font-size: 26px;
    font-style: normal;
    color: #023ac7;
    text-transform: uppercase;
}
.innerService .innerserbottomContent p {
    padding: 8px 0;
    font-size: 15px;
}
/* .innerService .iconsHeading {
    display: flex;
    justify-content: center;
} */
/* .sectionSrv::before {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
    inset: 0px;
    background: radial-gradient(800px 500px at 90% -10%, rgb(208 235 254) 0%, transparent 60%), radial-gradient(800px 800px at -5% 90%, rgb(208 235 254) 0%, transparent 60%), radial-gradient(800px 800px, rgba(229, 194, 106, 0.03) 0%, transparent 70%);
} */

.topContentsrv h2 {
    font-size: 32px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
    color: #023ac7;
    /* background: linear-gradient(135deg, rgb(15, 38, 119) 0%, rgb(13 48 126) 45%, rgb(12, 57, 94) 75%, rgb(16 125 199) 100%) text; */
    /* -webkit-text-fill-color: transparent; */
    text-transform: uppercase;
}
/* .topContentsrv h2 span {
    color: transparent !important;
    -webkit-text-stroke: 2px rgb(2 58 199);
} */
/* .topContentsrv h2 img {
    max-width: 150px;
    border-radius: 25px;
} */

.topContentsrv p {
    max-width: 800px;
    text-align: center;
    margin: 0px auto 40px;
    color: #1d1e1f;
}

.sectionSrv .servCards {
    border: 1px solid rgb(203, 202, 202);
    border-radius: 35px;
    /* padding: 15px; */
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: white;
    margin: 12px 0px;
    /* background: linear-gradient(135deg, rgb(173, 222, 255) 0%, rgb(221, 241, 255) 45%, rgb(141, 204, 255) 75%, rgb(29, 161, 249) 100%); */
    transition: 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, box-shadow;
    backface-visibility: hidden;
    transform: translateY(0px);
    height: 435px;
    overflow: hidden;
}

.sectionSrv .servCards:hover {
    transform: translateY(-10px);
    border-color: rgb(13 48 126);
    box-shadow: rgba(17, 130, 207, 0.25) 0px 15px 35px, rgba(17, 130, 207, 0.15) 0px 5px 15px;
}

.sectionSrv .animated-button {
    max-width: max-content;
}

.sectionSrv .servCards:hover {
    transform: translateY(-10px);
}

.sectionSrv .servCards h3 {
    padding-bottom: 8px;
    font-weight: 700;
    font-size: 26px;
    font-style: normal;
    color: #023ac7;
    text-transform: uppercase;
}

.sectionSrv .servCards p {
    font-size: 14px;
    color: #212223;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sectionSrv .servCards img {
    width: 100%;
    /* height: 250px; */
    object-fit: cover;
    border-radius: 35px;
    /* border: 2px dashed rgb(14, 118, 188); */
    padding: 5px;
}

.serbottomContent {
    padding: 0px 10px;
    background: white;
    position: relative;
    top: -52px;
    border-radius: 35px;
    padding: 20px;
    transition: all .5s ease-in-out;
}
.sectionSrv .servCards:hover .serbottomContent{
    top: -230px;
}
.servCards .customBtn {
    margin-top: 10px;
}
.secPricingtable .page {
    position: relative;
    padding: 2rem 0px;
    overflow: hidden;
    min-height: 100vh;
}

.secPricingtable .page::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: radial-gradient(700px 500px at 95% -5%, rgba(220, 1, 133, 0.1) 0%, transparent 60%), radial-gradient(500px 400px at -5% 95%, rgba(138, 1, 95, 0.07) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.secPricingtable .ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(220, 1, 133, 0.06);
    pointer-events: none;
    z-index: 0;
}

.secPricingtable .ring-1 {
    width: 600px;
    height: 600px;
    top: -250px;
    right: -200px;
}

.secPricingtable .ring-2 {
    width: 400px;
    height: 400px;
    bottom: -150px;
    left: -100px;
}

.secPricingtable .header {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 56px;
}

.secPricingtable .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--mg);
    margin-bottom: 14px;
    background: rgb(255, 234, 247);
    padding: 5px;
    border-radius: 20px;
}

.secPricingtable .eyebrow span {
    display: block;
    width: 28px;
    height: 1.5px;
    background: var(--mg);
    border-radius: 2px;
}

.secPricingtable .header h1 {
    font-size: 80px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.08;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.secPricingtable .header h1 em {
    font-style: normal;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.secPricingtable .header h1 span {
    color: transparent;
    -webkit-text-stroke: 2px rgb(165, 77, 133);
}

.secPricingtable .header p {
    margin-top: 12px;
    font-size: 14px;
    color: var(--muted);
    font-weight: 300;
    line-height: 1.7;
    max-width: 480px;
    margin-inline: auto; }

.secPricingtable .legend {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 36px;
}

.secPricingtable .leg-item {
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgb(255, 244, 251);
    border: 1px solid rgba(220, 1, 133, 0.12);
    border-radius: 50px;
    padding: 6px 14px 6px 10px;
    font-size: 11.5px;
    font-weight: 500;
    color: var(--ink);
}

.secPricingtable .leg-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
}

.secPricingtable .leg-dot.normal {
    background: rgb(220, 1, 133);
}

.secPricingtable .leg-dot.estate {
    background: rgb(138, 1, 95);
}

.secPricingtable .leg-dot.six {
    background: rgb(196, 1, 122);
}

.secPricingtable .leg-dot.eight {
    background: rgb(224, 96, 176);
}

.secPricingtable .table-wrap {
    position: relative;
    z-index: 2;
    overflow-x: auto;
    border-radius: 24px;
    box-shadow: rgba(138, 1, 95, 0.12) 0px 20px 60px, rgba(220, 1, 133, 0.06) 0px 4px 16px;
    border: 1.5px solid rgba(220, 1, 133, 0.1);
    background: var(--white);
}

.secPricingtable .table-wrap::-webkit-scrollbar {
    height: 5px;
}

.secPricingtable .table-wrap::-webkit-scrollbar-track {
    background: var(--pale);
}

.secPricingtable .table-wrap::-webkit-scrollbar-thumb {
    background: var(--mg);
    border-radius: 10px;
}

.secPricingtable table {
    border-collapse: collapse;
    width: max-content;
    min-width: 100%;
}

.secPricingtable .col-location {
    position: sticky;
    left: 0px;
    z-index: 20;
    min-width: 160px;
    border-right: 2px solid rgba(220, 1, 133, 0.15);
    background: var(--white) !important;
    color: black !important;
}

.secPricingtable thead tr:first-child th {
    background: linear-gradient(135deg, var(--deep) 0%, #5c0040 60%, #8a015f 100%);
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.04em;
    padding: 18px 12px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    white-space: nowrap;
}

.secPricingtable thead tr:first-child th.col-location {
    background: linear-gradient(135deg, rgb(18, 0, 8) 0%, rgb(46, 0, 34) 100%);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    text-align: left;
    padding-left: 24px;
}

.secPricingtable thead tr:nth-child(2) th {
    background: linear-gradient(135deg, rgb(255, 199, 233) 0%, rgb(255, 208, 239) 100%);
    color: rgb(196, 1, 122);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 10px 12px;
    text-align: center;
    border-right: 1px solid rgba(176, 0, 106, 0.39);
    white-space: nowrap;
}


.secPricingtable tbody tr {
    transition: background 0.12s;
}

.secPricingtable tbody tr:hover {
    background: rgba(253, 240, 248, 0.8);
}

.secPricingtable tbody tr:nth-child(2n) {
    background: rgba(253, 240, 248, 0.5);
}

.secPricingtable tbody tr:nth-child(2n):hover {
    background: rgba(253, 240, 248, 0.9);
}

.secPricingtable tbody td {
    padding: 13px 14px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: var(--ink);
    border-right: 1px solid rgba(220, 1, 133, 0.06);
    border-bottom: 1px solid rgba(220, 1, 133, 0.06);
    white-space: nowrap;
    transition: background 0.12s, color 0.12s;
}

.secPricingtable tbody td:hover {
    background: rgba(220, 1, 133, 0.06);
    color: var(--deep);
    font-weight: 600;
}

.secPricingtable tbody td.col-location {
    text-align: left;
    padding-left: 24px;
    font-weight: 500;
    color: var(--ink);
    font-size: 13px;
    background: var(--white);
    border-right: 2px solid rgba(220, 1, 133, 0.15);
}

.secPricingtable tbody tr:nth-child(2n) td.col-location {
    background: rgba(253, 240, 248, 0.6);
}

.secPricingtable tbody tr:hover td.col-location {
    background: rgba(253, 240, 248, 0.9);
}

.secPricingtable tbody td:nth-child(4n+2) {
    color: rgb(138, 1, 95);
    font-weight: 500;
}

.secPricingtable tbody td:nth-child(4n+3) {
    color: rgb(176, 0, 106);
    font-weight: 400;
}

.secPricingtable tbody td:nth-child(4n+4) {
    color: rgb(196, 1, 122);
    font-weight: 400;
}

.secPricingtable tbody td:nth-child(4n+5) {
    color: rgb(220, 1, 133);
    font-weight: 500;
}

.secPricingtable thead tr:first-child th:not(.col-location), .secPricingtable tbody td:nth-child(4n+5) {
    border-right: 2px solid rgba(220, 1, 133, 0.14) !important;
}

.secPricingtable .footnote {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 12px;
    color: rgb(0, 0, 0);
    font-weight: 300;
    line-height: 1.7;
    background: white;
    max-width: max-content;
    margin: 20px auto;
    padding: 10px;
    border-radius: 25px;
    border: 1px solid rgb(255, 216, 239);
}

.secPricingtable .footnote strong {
    color: var(--mg);
    font-weight: 600;
}

@media (max-width: 640px) {
    .secPricingtable .page {
        padding: 50px 16px 70px;
    }

    .secPricingtable .header h1 {
        font-size: 32px;
    }
}

.fleet-section {
    position: relative;
    padding: 4rem 0px;
    overflow: hidden;
}

.fleet-section::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: radial-gradient(800px 500px at 90% -10%, rgba(55, 171, 251, 0.54) 0%, transparent 60%), radial-gradient(600px 400px at -5% 90%, rgb(209, 235, 254) 0%, transparent 60%), radial-gradient(400px 400px, rgba(98, 186, 252, 0.69) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.fleet-section .ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(79, 180, 252, 0.21);
    pointer-events: none;
    z-index: 0;
}

.fleet-section .ring-1 {
    width: 700px;
    height: 700px;
    top: -300px;
    right: -200px;
}

.fleet-section .ring-2 {
    width: 500px;
    height: 500px;
    bottom: -200px;
    left: -150px;
}

.fleet-section .ring-3 {
    width: 300px;
    height: 300px;
    top: 40%;
    left: 45%;
    transform: translate(-50%, -50%);
}

.fleet-section .header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 30px;
    gap: 40px;
    flex-wrap: wrap;
}

.fleet-section .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    margin-bottom: 16px;
    background: linear-gradient(135deg, rgb(20, 142, 224) 0%, rgb(14, 118, 188) 45%, rgb(95, 184, 255) 75%, rgb(23, 138, 215) 100%);
    padding: 5px;
    border-radius: 20px;
}

.fleet-section .eyebrow-line {
    width: 28px;
    height: 1.5px;
    background: rgb(255, 255, 255);
    border-radius: 2px;
}

.fleet-section .header h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #043cc6;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: center;
}

.fleet-section .header h2 em {
    font-style: normal;
    color: #023ac7;
}

.fleet-section .header h2 span {
    color: transparent;
    -webkit-text-stroke: 2px rgb(0, 83, 147);
}

.fleet-section .header-right {
    max-width: 320px;
}

.fleet-section .header-right p {
    font-size: 14.5px;
    line-height: 1.8;
    color: var(--muted);
    font-weight: 300;
    margin-bottom: 24px;
}

.fleet-section .view-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgb(0, 83, 147);
    text-decoration: none;
    border-bottom: 1.5px solid rgba(0, 83, 147, 0.3);
    padding-bottom: 2px;
    transition: color 0.15s, border-color 0.15s;
}

.fleet-section .view-all:hover {
    color: rgb(0, 83, 147);
    border-color: rgba(0, 83, 147, 0.38);
}

.fleet-section .view-all svg {
    width: 14px;
    height: 14px;
    stroke: currentcolor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.18s;
}

.fleet-section .view-all:hover svg {
    transform: translateX(4px);
}

.fleet-section .cards {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    max-width: 1280px;
    margin: 0px auto;
}

.fleet-section .card {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    cursor: pointer;
    background: rgb(239, 248, 255);
    background: #023ac7;
    border: 1.5px solid rgba(14, 119, 190, 0.18);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s, border-color 0.15s;
    will-change: transform;
}

.fleet-section .card:hover {
    transform: translateY(-12px);
}

.fleet-section .card-visual {
    position: relative;
    background: url("../images/sedan.jpg");
    background: linear-gradient(to right, rgb(255 255 255 / 82%), rgb(168 211 255 / 59%)) center center / cover, url(../images/sedan.jpg);
    height: 275px !important;
    background-size: cover;
    height: auto;
    /* overflow: hidden; */
    flex-shrink: 0;
    border-bottom: 1px solid #bedcf2;
}
.fleet-section .CD1 .card-visual {
    background: linear-gradient(to right, rgb(255 255 255 / 82%), rgb(168 211 255 / 59%)) center center / cover, url(../images/anyvehicle.png);
     background-size: cover;
}
.fleet-section .CD2 .card-visual {
    background: linear-gradient(to right, rgb(255 255 255 / 82%), rgb(168 211 255 / 59%)) center center / cover, url(../images/Estate-Car.jpg);
     background-size: cover;
}
.fleet-section .CD3 .card-visual {
    background: linear-gradient(to right, rgb(255 255 255 / 82%), rgb(168 211 255 / 59%)) center center / cover, url(../images/sedan.jpg);
     background-size: cover;
}
.fleet-section .CD4 .card-visual {
    background: linear-gradient(to right, rgb(255 255 255 / 82%), rgb(168 211 255 / 59%)) center center / cover, url(../images/car-1.png);
     background-size: cover;
}
.fleet-section .CD5 .card-visual {
    background: linear-gradient(to right, rgb(255 255 255 / 82%), rgb(168 211 255 / 59%)) center center / cover, url(../images/car-2.png);
     background-size: cover;
}
.fleet-section .CD6 .card-visual {
    background: linear-gradient(to right, rgb(255 255 255 / 82%), rgb(168 211 255 / 59%)) center center / cover, url(../images/car-2.png);
     background-size: cover;
}
.card-visual a {
    position: absolute;
    top: 15px;
    right: 10px;
}
.CD4 .car-art img {
    width: 162px;
    bottom: -56px;
    right: -40px;
}
.card-visual a .animated-button {
    background: white;
    padding: 4px 30px;
}

.fleetBTN {
        position: absolute;
    z-index: 2;
    top: 12px;
    right: 18px;
}
.fleetBTN .customBtn{
    background:white;
    color: #0b2f66;
    border: 1.2px solid white;
}
.fleetBTN .customBtn i {
    background-color: #053cc6;
    color: #ffcd0a;
    transition: all 0.4s ease;
}
.fleetBTN .customBtn:hover{
    background-color: #021842;
    color: white;
}
.fleetBTN .customBtn:hover i {
    background-color: white;
    color: #00237b;
}
.fleet-section .card-visual-bg::after {
    content: "";
    position: absolute;
    inset: 0px;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(47, 145, 215, 0.02) 20px, rgba(21, 124, 194, 0.08) 21px);
}

.car-art img {
    width: 200px;
    position: absolute;
    bottom: -36px;
    right: 0px;
    z-index: 2;
    border-radius: 10px;
}

.fleet-section .car-art svg {
    width: 100%;
    height: auto;
    display: block;
}

.fleet-section .card:hover .car-glow {
    opacity: 1.4;
}

.fleet-section .car-tag {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: rgba(253, 240, 248, 0.12);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgb(255, 255, 255);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 5px 13px;
    border-radius: 50px;
    z-index: 2;
}

.fleet-section .pop-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    background: linear-gradient(135deg, var(--mg), var(--deep));
    color: rgb(255, 255, 255);
    font-size: 8.5px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 4px 11px;
    border-radius: 50px;
    box-shadow: rgba(220, 1, 133, 0.4) 0px 4px 12px;
}

.fleet-section .book-btn {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    color: var(--deep);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 8px 14px 8px 16px;
    border-radius: 50px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 4px 16px;
    transition: background 0.15s, transform 0.12s, box-shadow 0.15s;
    white-space: nowrap;
}

.fleet-section .book-btn:hover {
    background: var(--mg);
    color: rgb(255, 255, 255);
    transform: scale(1.05);
    box-shadow: rgba(220, 1, 133, 0.4) 0px 6px 20px;
}

.fleet-section .book-btn-arrow {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--mg);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.15s;
}

.fleet-section .book-btn:hover .book-btn-arrow {
    background: rgba(255, 255, 255, 0.25);
}

.fleet-section .book-btn-arrow svg {
    width: 11px;
    height: 11px;
    stroke: rgb(255, 255, 255);
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fleet-section .card-body {
    padding: 26px 24px 22px;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
}

.fleet-section .card-number {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    color: rgb(255 255 255);
    text-transform: uppercase;
    margin-bottom: 8px;
}

.fleet-section .card-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}

.fleet-section .rule {
    height: 1.5px;
    background: linear-gradient(90deg, rgb(255 255 255), rgba(77, 172, 245, 0));
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    margin-bottom: 12px;
    border-radius: 2px;
    width: 44px;
    transition: width 0.2s;
}

.fleet-section .card:hover .rule {
    width: 72px;
}

.fleet-section .card-desc {
    font-size: 13.5px;
    line-height: 1.72;
    color: #ffffff;
    margin-bottom: 20px;
    flex: 1 1 0%;
}

.fleet-section .specs {
    display: grid;
    grid-template-columns: repeat(1,fr);
    border: 1px solid rgb(12 56 99);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.fleet-section .spec {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 12px 6px 10px;
    text-align: center;
    position: relative;
    transition: background 0.15s;
    border: 1px solid #bedcf2;
}

.fleet-section .card:hover .spec {
    background: #e7f3fe;
}

.fleet-section .spec + .spec {
    border-left: 1px solid rgba(20, 123, 193, 0.43);
}

.fleet-section .spec-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: #023ac7;
}

.fleet-section .card:hover .spec-icon {
    background: #002a95;
}

.fleet-section .spec-icon svg {
    width: 15px;
    height: 15px;
    stroke: rgb(255, 255, 255);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fleet-section .spec-num {
    font-size: 19px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1;
    margin-bottom: 3px;
}

.fleet-section .spec-label {
    font-size: 8.5px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0c346d;
}

.fleet-section .feat-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px;
}

.fleet-section .feat-tag {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: rgb(13 48 126);
    background: linear-gradient(135deg, rgb(255 255 255) 0%, rgb(255 255 255) 45%, rgb(255 255 255) 75%, rgb(255 255 255) 100%);
    border: 1px solid rgb(255 255 255);
    padding: 4px 10px;
    border-radius: 50px;
    transition: background 0.12s, border-color 0.12s, color 0.12s;
}

.fleet-section .card:hover .feat-tag {
    background: linear-gradient(135deg, rgb(14, 118, 188), rgb(16, 124, 196));
    border-color: rgba(220, 1, 133, 0.25);
    color: rgb(255, 255, 255);
}

/* .fleet-section .card.dark {
    background: linear-gradient(135deg, rgb(20, 142, 224) 0%, rgb(14, 118, 188) 45%, rgb(95, 184, 255) 75%, rgb(23, 138, 215) 100%);
    border-color: rgba(220, 1, 133, 0.15);
} */


.fleet-section .card.dark .card-visual-bg {
    background: linear-gradient(145deg, rgb(10, 0, 8) 0%, rgb(30, 0, 22) 40%, rgb(61, 0, 48) 70%, rgb(107, 0, 80) 100%);
}

.fleet-section .card.dark .card-number {
    color: rgb(206, 235, 255);
}

.fleet-section .card.dark .card-title {
    color: rgb(255, 255, 255);
}

.fleet-section .card.dark .rule {
    background: linear-gradient(90deg, rgb(247, 250, 252), rgba(255, 255, 255, 0.08));
}

.fleet-section .card.dark .card-desc {
    color: rgb(255, 255, 255);
}

.fleet-section .card.dark .specs {
    background: rgb(198, 230, 255);
    border-color: rgba(255, 255, 255, 0);
}

.fleet-section .card.dark .spec + .spec {
    border-color: rgba(255, 255, 255, 0.06);
}

.fleet-section .card.dark .spec-icon {
    background: linear-gradient(135deg, rgb(20, 142, 224) 0%, rgb(14, 118, 188) 45%, rgb(95, 184, 255) 75%, rgb(23, 138, 215) 100%);
}

.fleet-section .card.dark .spec-icon svg {
    stroke: rgb(255, 255, 255);
}

.fleet-section .card.dark:hover .spec {
    background: rgba(255, 255, 255, 0.04);
}

.fleet-section .card.dark:hover .spec-icon {
    background: linear-gradient(135deg, rgb(54, 172, 252), rgb(30, 134, 214));
}

.fleet-section .card.dark:hover .spec-icon svg {
    stroke: rgb(255, 255, 255);
}

.fleet-section .card.dark .spec-num {
    color: rgb(14, 118, 188);
}

.fleet-section .card.dark .spec-label {
    color: rgb(14, 118, 188);
}

.fleet-section .card.dark .feat-tag {
    background: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgb(17, 132, 209);
}

.fleet-section .card.dark:hover .feat-tag {
    background: rgb(14, 118, 188);
    border-color: rgb(14, 118, 188);
    color: rgb(255, 255, 255);
}

.fleet-section .card.dark .book-btn {
    background: rgba(220, 1, 133, 0.18);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(220, 1, 133, 0.35);
    color: rgb(240, 168, 216);
}

.fleet-section .card.dark .book-btn:hover {
    background: var(--mg);
    color: rgb(255, 255, 255);
}

.fleet-section .card.dark .book-btn-arrow {
    background: rgba(255, 255, 255, 0.12);
}

.fleet-section .bottom {
    position: relative;
    z-index: 2;
    margin-top: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

.fleet-section .bottom-inner {
    display: flex;
    align-items: center;
    background: var(--white);
    border: 1.5px solid rgb(2 58 199);
    border-radius: 60px;
    padding: 10px 10px 10px 30px;
    gap: 20px;
    box-shadow: rgba(201, 231, 255, 0.49) 0px 8px 32px;
}

.fleet-section .bottom-text {
        font-size: 13.5px;
    color: #333333;
    font-weight: 400;
    white-space: nowrap;
}

.fleet-section .bottom-text strong {
    color: #023ac7;
    font-weight: 500;
}

.fleet-section .bottom-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 26px;
    border-radius: 50px;
    background: #023ac7;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    cursor: pointer;
    box-shadow: rgb(201, 231, 255) 0px 4px 16px;
    transition: transform 0.15s, box-shadow 0.15s;
    white-space: nowrap;
}

.fleet-section .bottom-btn:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: rgb(201, 231, 255) 0px 8px 28px;
}

.fleet-section .bottom-btn svg {
    width: 15px;
    height: 15px;
    stroke: rgb(255, 255, 255);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(32px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.fleet-section .header {
    animation: 0.75s ease 0.04s 1 normal both running fadeUp;
}

.fleet-section .card:nth-child(1) {
    animation: 0.6s ease 0.08s 1 normal both running fadeUp;
}

.fleet-section .card:nth-child(2) {
    animation: 0.6s ease 0.17s 1 normal both running fadeUp;
}

.fleet-section .card:nth-child(3) {
    animation: 0.6s ease 0.26s 1 normal both running fadeUp;
}

.fleet-section .card:nth-child(4) {
    animation: 0.6s ease 0.35s 1 normal both running fadeUp;
}

.fleet-section .bottom {
    animation: 0.6s ease 0.44s 1 normal both running fadeUp;
}

@media (max-width: 1100px) {
    .fleet-section .cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .fleet-section .header {
        flex-direction: column;
        align-items: flex-start;
    }

    .fleet-section .header-right {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .fleet-section .fleet-section {
        padding: 70px 20px 90px;
    }

    .fleet-section .cards {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin-inline: auto; }

    .fleet-section .bottom-inner {
        flex-direction: column;
        text-align: center;
        border-radius: 24px;
        padding: 20px;
    }
}



.secCTA {
    background: linear-gradient(160deg, rgb(18, 0, 13) 0%, rgb(46, 0, 34) 45%, rgb(74, 0, 56) 100%);
    max-width: 1200px;
    margin: 10px auto 3rem;
    border-radius: 50px;
    padding: 3rem 0px;
}

.secCTA h2 {
    font-size: 70px;
    text-align: center;
    color: var(--white);
    text-transform: uppercase;
}

.secCTA h2 span {
    background: linear-gradient(135deg, rgb(255, 255, 255), rgb(255, 152, 214)) text;
    -webkit-text-fill-color: transparent;
}

.secCTA p {
    color: var(--white);
    text-align: center;
    font-size: 26px;
}

.CtaButton {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 2rem;
}

.CtaButton .animated-button {
    backdrop-filter: blur(11px);
    color: white;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px;
}

.CtaButton .animated-button svg {
    fill: var(--white);
}

.sec6_contactform {
    padding: 3rem 0px;
    background: linear-gradient(135deg, rgb(13 51 114 / 81%), rgb(13 55 103), rgb(13 54 108 / 84%)) 0% 0% / cover, url(../images/appBg.jpg) center center no-repeat fixed;
}
.innerContact{
    /* border-bottom: 1.2px solid #023ac7; */
    background: unset !important;
}
.sec6_contactform .contact-section {
    position: relative;
    z-index: 1;
    width: 100%;
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 0px;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(87, 179, 250, 0.35);
    background: var(--white);
    box-shadow: rgba(255, 255, 255, 0.37) 0px 8px 32px;
}

.innerContact .contact-section{
    border: 1px solid rgb(1 57 199);
}

@media (max-width: 860px) {
    .sec6_contactform .contact-section {
        grid-template-columns: 1fr;
    }

    .sec6_contactform .info-panel {
        order: -1;
    }
}

.sec6_contactform .info-panel {
    background: rgb(223, 242, 255);
    padding: 60px 48px;
    background: #023ac7;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateX(-30px);
    animation: 0.9s cubic-bezier(0.23, 1, 0.32, 1) 0.15s 1 normal forwards running slideL;
    border-right: 1px solid rgba(67, 161, 232, 0.53);
}

/* .sec6_contactform .info-panel::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 3px;
    background: linear-gradient(135deg, rgb(18, 133, 210), rgba(220, 1, 133, 0));
} */

.sec6_contactform .info-panel .bg-text {
    position: absolute;
    bottom: -20px;
    right: -10px;
    font-size: 180px;
    font-weight: 800;
    color: rgb(43, 131, 195);
    line-height: 1;
    pointer-events: none;
    user-select: none;
    letter-spacing: -8px;
}

.sec6_contactform .info-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: rgb(2 58 199);
    margin-bottom: 20px;
    background: white;
    padding: 6px 4px;
    border-radius: 6px;
}

.sec6_contactform .info-eyebrow::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #023ac7;
    opacity: 0.5;
}

.sec6_contactform .info-title {
    font-size: clamp(28px, 3.5vw, 32px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1px;
    color: white;
    margin-bottom: 16px;
}

.sec6_contactform .info-title em {
    font-style: normal;
    color: rgb(255 255 255);
}

.sec6_contactform .info-desc {
    font-size: 14px;
    font-weight: 400;
    color: white;
    line-height: 1.8;
    margin-bottom: 34px;
    max-width: 320px;
}

.sec6_contactform .info-divider {
    height: 1px;
    background: linear-gradient(90deg, rgb(88, 178, 249), transparent);
    margin-bottom: 36px;
}

.sec6_contactform .info-items {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 44px;
}

.sec6_contactform .info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.sec6_contactform .info-icon-wrap {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 11px;
    border: 1px solid rgb(255 255 255);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, border-color 0.3s, transform 0.3s;
    background: white;
    color: #0b2f66;
    background-size: 200% 200%;
}

.sec6_contactform.info-item:hover .info-icon-wrap {
    background: rgba(0, 229, 160, 0.15);
    border-color: rgba(0, 229, 160, 0.4);
    transform: scale(1.06) rotate(-3deg);
}

.sec6_contactform .info-icon-wrap svg {
    width: 18px;
    height: 18px;
    fill: #002d9f;
}

.sec6_contactform .info-item-body {
    flex: 1 1 0%;
}

.sec6_contactform .info-item-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(255 255 255);
    margin-bottom: 4px;
}

.sec6_contactform .info-item-value {
    font-size: 14px;
    font-weight: 600;
    color: white;
    line-height: 1.4;
    transition: color 0.3s;
}
.sec6_contactform .info-item-value a {
    line-break: anywhere;
 }
    .sec6_contactform .info-item:hover .info-item-value a {
        color: #9fccff;
    }

.sec6_contactform .social-row {
    display: flex;
    gap: 10px;
}

.sec6_contactform .social-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgb(255 255 255);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.3s, border-color 0.3s, transform 0.3s;
    background: white;
    color: #0b2f66;
    background-size: 200% 200%;
}

.sec6_contactform .social-btn:hover {
    background: rgb(201 232 255);
    border-color: rgb(200 232 255);
    transform: translateY(-3px);
    color: #0a3e67;
}

.sec6_contactform .social-btn svg {
    width: 16px;
    height: 16px;
    fill: #002d9f;
    transition: fill 0.3s;
}

.sec6_contactform .social-btn:hover svg {
    fill: #0c317e;
}

.sec6_contactform .form-panel {
    background: var(--card);
    padding: 60px 52px;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateX(30px);
    animation: 0.9s cubic-bezier(0.23, 1, 0.32, 1) 0.3s 1 normal forwards running slideR;
}

.sec6_contactform .form-panel::after {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0, 229, 160, 0.05), transparent 70%);
    pointer-events: none;
}

.sec6_contactform .form-heading {
    font-size: 32px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 6px;
}

.sec6_contactform .form-sub {
    font-size: 14px;
    font-weight: 400;
    color: var(--muted2);
    margin-bottom: 36px;
    line-height: 1.6;
}

.sec6_contactform .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 20px;
    margin-bottom: 18px;
}

.sec6_contactform .form-group {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.sec6_contactform .form-group.full {
    grid-column: 1 / -1;
}

.sec6_contactform .form-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--ink);
    padding-left: 2px;
    transition: color 0.3s;
}

.sec6_contactform .input-wrap {
    position: relative;
}

.sec6_contactform .input-icon {
    position: absolute;
    left: 14px;
    top: 35%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    fill: rgb(2 58 199);
    transition: fill 0.3s;
    pointer-events: none;
}

.sec6_contactform .textarea-icon {
    top: 16px;
    transform: none;
}

.sec6_contactform .form-input, .sec6_contactform .form-textarea {
    width: 100%;
    background: var(--elevated);
    border: 1px solid rgb(2 58 199);
    border-radius: 11px;
    color: var(--text);
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 13px 14px 13px 40px;
    outline: none;
    transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
    appearance: none;
}

.sec6_contactform .form-textarea {
    resize: none;
    height: 130px;
    padding-top: 14px;
    line-height: 1.6;
}

.sec6_contactform .form-input::placeholder, .sec6_contactform .form-textarea::placeholder {
    color: var(--muted);
    font-weight: 300;
}

.sec6_contactform .form-input:focus, .sec6_contactform .form-textarea:focus {
    border-color: rgb(14, 119, 189);
    background: rgb(223, 242, 255);
}

.sec6_contactform .form-group:focus-within .form-label {
    color: var(--accent);
}

.sec6_contactform .form-group:focus-within .input-icon {
    fill: rgb(14, 121, 192);
}

.sec6_contactform .form-select {
    width: 100%;
    background: var(--elevated);
    border: 1px solid var(--border);
    border-radius: 11px;
    color: var(--muted2);
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 13px 14px 13px 40px;
    outline: none;
    cursor: pointer;
    appearance: none;
    transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
}

.sec6_contactform .form-select:focus {
    border-color: var(--border-focus);
    background: rgb(37, 37, 37);
    box-shadow: rgba(0, 229, 160, 0.08) 0px 0px 0px 3px;
}

.sec6_contactform .select-arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    fill: var(--muted);
    pointer-events: none;
}

.sec6_contactform .char-count {
    text-align: right;
    font-size: 11px;
    color: var(--muted);
    padding-right: 2px;
    margin-top: -14px;
    margin-bottom: 6px;
}

.sec6_contactform .submit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.sec6_contactform .privacy-note {
    font-size: 11.5px;
    font-weight: 500;
    color: #00237b;
    display: flex;
    align-items: center;
    gap: 7px;
}

.sec6_contactform .privacy-note svg {
    width: 13px;
    height: 13px;
    fill: #00237b;
    opacity: 0.7;
    flex-shrink: 0;
}

.sec6_contactform .submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--accent);
    color: rgb(15, 15, 15);
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 14px 28px;
    border-radius: 12px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background 0.3s, transform 0.3s, gap 0.3s, box-shadow 0.3s;
}

.sec6_contactform .submit-btn::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

.sec6_contactform .submit-btn:hover {
    background: var(--accent-hi);
    transform: translateY(-2px);
    gap: 14px;
    box-shadow: rgba(0, 229, 160, 0.3) 0px 10px 28px;
}

.sec6_contactform .submit-btn:hover::before {
    opacity: 1;
}

.sec6_contactform .submit-btn:active {
    transform: translateY(0px);
    box-shadow: none;
}

.sec6_contactform .submit-btn svg {
    width: 15px;
    height: 15px;
    transition: transform 0.3s;
}

.sec6_contactform .submit-btn:hover svg {
    transform: translateX(3px);
}

.sec6_contactform .success-msg {
    display: none;
    align-items: center;
    gap: 12px;
    background: rgba(0, 229, 160, 0.08);
    border: 1px solid rgba(0, 229, 160, 0.3);
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 13.5px;
    color: var(--accent);
    margin-top: 16px;
}

.sec6_contactform .success-msg svg {
    width: 18px;
    height: 18px;
    fill: var(--accent);
    flex-shrink: 0;
}

@keyframes slideL {
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes slideR {
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.secPrivacyContent {
    padding: 4rem 0px;
}

.topContent {
    background: rgba(253, 240, 248, 0.9);
    padding: 2rem;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.01) 0px 2px 8px 0px;
}

.secPrivacyContent .topContent h2 {
    font-size: 50px;
    color: rgb(138, 1, 95);
    font-weight: 700;
    text-transform: uppercase;
}

.privacyCards svg {
    width: 100px;
    height: 100px;
    fill: var(--deep);
}

.privacyCards h3 {
    font-weight: 700;
}

.privacyCards {
    display: grid;
    place-items: center;
    gap: 5px;
}

.privacyCards p {
    text-align: center;
}

.secFaQS h2 {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.secFaQS h2 span {
    color: var(--secondary);
}

.secFaQS svg {
    width: 25px;
    height: 25px;
    fill: var(--deep);
}

.secFaQS .accordion-button {
    font-size: 20px;
    font-weight: 600;
}

.faqsbodychild h4 {
    font-size: 20px;
}

.secFaQS .accordion-button:focus {
    box-shadow: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
}

.secFaQS .accordion-button:not(.collapsed) {
    color: rgb(138, 1, 95);
    background-color: rgb(253, 241, 249);
}

.secFaQS .accordion {
    border-radius: 20px;
    border: 2px dashed rgb(221, 211, 218);
    overflow: hidden;
    margin-top: 2rem;
}

.faqsbodychild {
    display: flex;
    gap: 10px;
    padding: 10px 0px;
    border-bottom: 1px dashed rgb(221, 211, 218);
}

.MuiTable-root {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgb(229, 229, 229);
}

.MuiTable-root thead {
    background: rgb(138, 1, 95);
}

.MuiTable-root thead th {
    color: rgb(255, 255, 255);
    text-align: left;
    padding: 18px 22px;
    font-size: 18px;
    font-weight: 600;
}

.MuiTable-root tbody td {
    padding: 18px 22px;
    font-size: 16px;
    line-height: 1.7;
    color: rgb(34, 34, 34);
    background: rgb(255, 255, 255);
    border-top: 1px solid rgb(229, 229, 229);
    vertical-align: top;
}

.MuiTable-root tbody tr:first-child td {
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
}

.MuiTable-root tbody td:first-child {
    width: 220px;
    font-weight: 600;
    color: rgb(17, 17, 17);
}

@media screen and (max-width: 767px) {
    .MuiTable-root thead th, .MuiTable-root tbody td {
        padding: 14px;
        font-size: 14px;
    }

    .MuiTable-root tbody td:first-child {
        width: 140px;
    }
}

footer {
    background: #f9f9f9;
    padding: 3rem 0px;
}

footer .footer_logo_content img {
    width: 100%;
    border-radius: 22px;
}

footer .footer_logo_content p {
    padding-top: 16px;
    color: #060606;
}

footer h2 {
    color: #023ac7;
    font-weight: 700;
    font-size: 32px;
}

.footerDiv {
    padding-left: 25px;
}

footer .footer_ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
}

.footer_li i {
    border: 1px solid rgb(94 141 195);
    background: #023ac7;
    color: #ffffff;
    background-size: 200% 200%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 12px;
    transition: background 0.4s, color 0.4s, transform 0.3s;
    /* color: #004d95; */
}
.footerAppDiv {
    padding-top: 10px;
    border-top: 2.2px solid #023ac7;
    margin-top: 12px;
}
.footerAppDiv h3 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 6px;
    color: #023ac7;
}
.footerAppDiv img {
    width: 160px;
    padding: 2px 0px;
    transition: all .2s ease-in-out;
}
.footerAppDiv img:hover{
    margin-left: 6px;
}
/*.addresLiWidth i {
    width: 38px;
}*/

.footer_li a:hover i {
    background: linear-gradient(135deg, var(--gradient-five), var(--gradient-three), var(--gradient-four));
    color: #023ac7;
    transform: scale(1.1);
}

footer .footer_ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.2s ease-in-out;
    color: #060606;
    width: fit-content;
    font-weight: 500;
    line-break: anywhere;
}

footer .footer_ul li a:hover {
    padding-left: 5px;
    color: #023ac7;
}

.bottomBar {
    border-top: 2px solid #060606;
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
}

.bottomBar p {
    color: #060606;
    font-weight: 500;
}

.bottomBar ul {
    display: flex;
    gap: 10px;
}

.bottomBar ul li a {
    transition: 0.4s ease-in-out;
    color: #060606;
    font-weight: 500;
}

.bottomBar ul li a:hover {
    color: #023ac7;
}

.innerserbottomContent h4{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}


.sec-result {
    padding: 60px 0;
/*    margin-top: 140px;*/
    margin:0 !important;
}

    .sec-result .upper-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 7px 16px;
        background: #edf2fa;
        border-radius: 35px;
    }

        .sec-result .upper-list li {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .sec-result .upper-list li .icon-box {
            }

                .sec-result .upper-list li .icon-box .img-icon {
                    width: 60px;
                    height: 100%;
                    object-fit: contain;
                }

            .sec-result .upper-list li .text-box {
                padding: 0 10px;
            }

                .sec-result .upper-list li .text-box h6 {
                    font-size: 16px;
                    font-weight: 600;
                    color: #000;
                }

                .sec-result .upper-list li .text-box p {
                    font-size: 14px;
                }

    .sec-result .number-box {
        padding: 30px 40px;
    }

        .sec-result .number-box ul {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .sec-result .number-box ul li {
                width: 24%;
                position: relative;
            }

                .sec-result .number-box ul li .num-circle {
                    text-align: center;
                }

                    .sec-result .number-box ul li .num-circle h6 {
                        background-color: #edf2fa;
                        width: 50px;
                        height: 50px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border-radius: 50%;
                        font-size: 20px;
                        margin: 0 auto;
                        color: #000;
                        font-weight: 600;
                    }

                    .sec-result .number-box ul li .num-circle p {
                        font-size: 14px;
                        margin-top: 15px;
                        text-transform: uppercase;
                        color: #000;
                    }

    .sec-result .completed {
        background-color: #0139c7 !important;
        color: #ffffff !important;
    }

    .sec-result .for-line {
        position: relative
    }

        .sec-result .for-line::before {
            content: '';
            background-color: #000000;
            position: absolute;
            width: 67%;
            height: 4px;
            top: 30%;
            border-radius: 10px;
            left: 70%;
        }

    .sec-result .cancellation-box {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 20px;
        background-color: #000000bd;
    }

        .sec-result .cancellation-box .img-box {
            background-color: #fff;
            padding: 10px;
            border-radius: 10px;
        }

            .sec-result .cancellation-box .img-box .shield-img {
                width: 50px;
            }

        .sec-result .cancellation-box .text-box {
            padding-left: 10px;
        }

            .sec-result .cancellation-box .text-box p {
                line-height: 23px;
                color: #fff;
                font-size: 18px;
            }


.update-fleet-box {
    background: #edf2fa;
    margin: 20px 0;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}

    .update-fleet-box .img-box {
        margin-bottom: 10px;
    }

        .update-fleet-box .img-box img {
            width: 100%;
            height: 120px;
            object-fit: contain;
        }

    .update-fleet-box .car-text {
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 10px;
        font-weight: 700;
    }

    .update-fleet-box .private-text {
        font-size: 14px;
    }

    .update-fleet-box .star-list {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 7px 0 0;
    }

        .update-fleet-box .star-list li {
            padding: 0 1px;
        }

            .update-fleet-box .star-list li i {
                color: #ffffff;
                background-color: #0139c7;
                padding: 4px;
                border-radius: 5px;
            }

    .update-fleet-box .fleet-detail {
        padding: 0px 13px;
        border-right: 1px solid #bbbbbb;
        border-left: 1px solid #bbbbbb;
    }

        .update-fleet-box .fleet-detail h4 {
            font-size: 22px;
            font-weight: 600;
            padding-bottom: 5px;
            color: #000000;
        }

        .update-fleet-box .fleet-detail .passenger-list {
            display: flex;
            align-items: center;
        }

            .update-fleet-box .fleet-detail .passenger-list li {
                font-size: 13px;
                padding: 0 8px 0 0;
                font-weight: 600;
            }

                .update-fleet-box .fleet-detail .passenger-list li i {
                    font-size: 16px;
                }

        .update-fleet-box .fleet-detail .passenger-list-2 {
            padding: 10px 0;
        }

            .update-fleet-box .fleet-detail .passenger-list-2 li {
                font-size: 15px;
                padding: 3px 10px;
                border: 1px solid #023ac7;
                margin: 3px 0;
                border-radius: 6px;
                font-size: 12px;
                background-color: #0139c7;
                width: fit-content;
                color: #ffffff;
            }
.reserve-btn {
    display: flex;
    justify-content: left;
    margin-top: 1rem;
}
.reserve-btn input {
    background: #0139c5;
    border: 1.5px solid #0139c7;
    color: white;
    padding: 5px 14px;
    border-radius: 7px;
    transition: all .3s ease-in-out;
}
    .reserve-btn input:hover {
        background: transparent;
        color: #0139c5;
    }
    .update-fleet-box .fleet-detail .passenger-list-2 li i {
        font-size: 16px;
        padding-right: 5px;
    }

        .update-fleet-box .fleet-detail .info-btn {
            color: #f9b442;
            text-decoration: underline;
            font-weight: 500;
        }

    .update-fleet-box .rate-box {
        margin-top: 10%;
    }

        .update-fleet-box .rate-box h6 {
            font-size: 15px;
            margin-top: 4px;
        }

        .update-fleet-box .rate-box .prize-box {
            text-align: center;
            padding: 4px 0;
            font-size: 20px;
            line-height: 29px;
            color: #000;
            font-weight: 600;
        }

        .update-fleet-box .rate-box .done-btn {
            padding: 0px;
            border-radius: 5px;
            text-align: center;
            color: #000000;
            font-weight: 600;
        }

.right-card {
    background-color: #edf2fa;
    padding: 20px;
    margin-top: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}

    .right-card .top-heading {
        display: flex;
        align-items: center;
        padding: 10px 0 15px;
    }

        .right-card .top-heading i {
            font-size: 24px;
            padding-right: 10px;
            color: #000000;
        }

        .right-card .top-heading h5 {
            font-size: 22px;
            color: #000000;
        }

    .right-card .distance-box {
        padding: 20px 0;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
    }

        .right-card .distance-box h6 {
            color: #000;
        }

        .right-card .distance-box ul {
            padding: 10px 0 0;
        }

            .right-card .distance-box ul li {
                font-size: 14px;
                padding: 5px 0px;
                color: #000;
            }

                .right-card .distance-box ul li i {
                    font-size: 16px;
                    color: #000000;
                    padding-right: 5px;
                }

    .right-card .cal-mile {
        padding: 10px 0 0;
    }

        .right-card .cal-mile li {
            font-size: 16px;
            padding: 5px 0;
            color: #000;
        }

            .right-card .cal-mile li i {
                padding-right: 5px;
                color: #000000;
            }

    .right-card .distance-box-2 ul li {
        font-size: 14px;
        padding: 5px 0;
        color: #000;
    }

        .right-card .distance-box-2 ul li i {
            font-size: 15px;
            color: #000000;
            padding-right: 3px;
        }

.ui-menu {
    height: 250px !important;
    overflow-y: scroll;
}

.Passenger-Information {
    background: #edf2fa;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}

    .Passenger-Information h3 {
        font-size: 22px;
        font-weight: 600;
        padding-bottom: 5px;
        color: #000000;
    }

    .Passenger-Information .input-box {
        padding-bottom: 10px;
    }

        .Passenger-Information .input-box label {
            text-align: center;
            padding: 4px 0;
            font-size: 16px;
            font-weight: 600;
            line-height: 18px;
            color: #000;
            margin: 0;
        }

        .Passenger-Information .input-box .b-field {
            width: 100%;
            border: 1px solid #ccc !important;
        }

        .Passenger-Information .input-box p {
            font-size: 13px;
            padding: 4px 0;
        }

    .Passenger-Information .input-box-extra {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .Passenger-Information .input-box-extra input {
            margin: 0 !important;
        }

        .Passenger-Information .input-box-extra label {
            padding-left: 10px;
        }

.ui-dialog .ui-dialog-content {
    overflow-y: hidden !important;
}

.ui-dialog .ui-dialog-buttonpane button {
    background: #000 !important;
    padding: 7px 10px !important;
    text-align: center !important;
    color: #ffffff !important;
    border-radius: 7px !important;
}

.logoutParent #lkbtn_lgout {
    background: #0139c7;
    color: white;
    padding: 5px 14px;
    border-radius: 7px;
}
/*.ui-menu .ui-menu-item {
    width: 350px !important;
}*/
.loadingDiv {
    text-align: center;
    background: rgba(0,0,0,0.5) url(images/ajax-loader.gif) no-repeat right center;
    position: fixed;
    display: none;
    z-index: 99999999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
#lkbtn_lgout + .customBtn {
    display: none;
}
@media only screen and (min-width: 1921px) and (max-width: 7368px) {
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .aboutleftline {
        left: 85px;
    }
    .sectionSrv .servCards {
        height: 376px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .ulmenumain {
        gap: 15px;
    }
    .aboutleftline {
        left: 70px;
    }
    .imgSquare img {
        width: 45%;
        bottom: -80px;
    }
    .rightDivICON {
        left: 70px;
    }
    .sectionSrv .servCards h3 {
        font-size: 20px;
    }
    .sectionSrv .servCards {
        height: 310px;
    }
    .bookingForm .heading {
        font-size: 32px;
        }
    footer h2 {
        font-size:26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top_nav {
        display: none;
    }
    .topnavLeft{
        padding-left:0;
    }
    .navbar-nav .ulmenumain {
        flex-direction: column;
    }
    .topnavRight {
        clip-path: none;
    }
    .mainNavbar .nav-link.active {
        max-width: fit-content;
        margin: 0 auto;
    }
    .sectionSrv .servCards {
        height: 358px;
    }
    .navbar-nav .ulmenumain {
        gap: 10px;
        text-align: center;
    }

    .navbar-light .navbar-toggler {
        position: absolute;
        top: 90px;
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .navbar .customBtn {
        position: absolute;
        right: 115px;
        top: 62px;
    }
    .aboutleftIMGDiv {
        margin-top: 4rem;
        margin-right: 0px;
        justify-content:center;
    }
    .aboutRightline {
        right: 95px;
        }
    .aboutleftIMGDiv img {
        width: 60%;
    }
    .aboutleftline {
        left: 95px;
    }
    .sec-result .upper-list{
        display:none;
    }
    .car-art img {
        width: 115px;
    }
    .sec6_contactform .contact-section {
        grid-template-columns: 100%;
    }
    footer .footer_logo_content img {
        width: 65%;
    }
    .bottomBar {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .car-art img {
        width: 115px;
    }
    .sec6_contactform .contact-section {
        grid-template-columns: 100%;
    }
    .navbar-nav .ulmenumain {
        flex-direction: column;
    }
    .topnavLeft {
        padding-left: 0;
    }
    .navbar .customBtn {
        right: 100px;
    }
    #lkbtn_lgout + .customBtn {
        display: none;
    }
    .topnavRight {
        clip-path: none;
        flex-direction: column;
        align-items: center;
    }
    .innerBanner .innerContent h2 {
        font-size: 26px;
    }
    .sec-result .upper-list {
        display: none;
    }
    .update-fleet-box .fleet-detail .passenger-list {
        margin-top: 10px;
    }
    .update-fleet-box .star-list {
        justify-content: center;
    }
    .update-fleet-box {
        text-align: center;
    }
    .update-fleet-box .fleet-detail {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
    }
    .reserve-btn {
        justify-content: center;
    }
    footer .footer_logo_content img {
        width: 50%;
    }
    .sectionSrv .servCards {
        height: auto;
    }
    .serbottomContent{
        top:unset;
    }
    .sectionSrv .servCards:hover .serbottomContent {
         top: unset; 
    }
    .bottomBar {
        flex-direction: column;
        align-items: center;
    }
    .sec6_contactform .form-panel {
        padding: 25px;
    }
    .sec6_contactform .form-heading {
        font-size: 26px;
    }
    footer h2 {
        margin-top: 16px;
    }
    .mainNavbar .nav-link.active {
        max-width: fit-content;
        margin: 0 auto;
    }

    .navbar-nav .ulmenumain {
        gap: 10px;
        text-align: center;
    }

    .navbar-light .navbar-toggler {
        position: absolute;
        top: 50px;
        /* transform: translate(-50%, -50%); */
        right: 25px;
    }

    .navbar .customBtn {
        position: absolute;
        right: 25px;
        top: 62px;
    }
    .aboutleftIMGDiv {
        margin-top: 4rem;
        margin-right: 0px;
        justify-content: center;
    }

    .aboutRightline {
        right: 60px;
    }

    .aboutleftIMGDiv img {
        width: 60%;
    }

    .aboutleftline {
        left: 60px;
    }
    .rightDivICON {
        left: 70px;
    }
}

    @media only screen and (min-width: 481px) and (max-width: 767px) {
        .top_nav {
            display: none;
        }
    }

    @media only screen and (min-width: 300px) and (max-width: 600px) {
        .innerBanner .innerMainContent {
            flex-direction: column;
        }
    }

    @media only screen and (min-width: 300px) and (max-width: 570px) {
        .top_nav {
            display: none;
        }
        .navbar .customBtn{
            display:none;
        }
        .heroMaincontent h1 {
            font-size: 35px;
        }
        .heroMaincontent{
            text-align:center;
        }
        .imgSquare img {
            width: 125px;
            bottom: -50px;
        }
        .aboutleftline {
            left: 45px;
        }
        .aboutRightline {
            right: 45px;
        }
        .secAbout {
            padding: 5rem 0 0 0;
        }
        .bookingForm .heading {
            font-size: 28px;
        }
        .footerDiv{
            padding-left:0;
        }
        .footerAppDiv img {
            width: 140px;
        }
        .sec6_contactform .form-grid {
            grid-template-columns: 100%;
            gap: 0px 20px;
            margin-bottom: 0px;
        }
        .sec6_contactform .info-panel {
            padding: 25px;
        }
        .mainNavbar .navbar-brand img {
            width: 95px;
        }
        .logoutParent #lkbtn_lgout {
            position: absolute;
            right: 25px;
            top: 8px;
        }
    }
@media only screen and (min-width: 300px) and (max-width: 410px) {
    .aboutleftIMGDiv img {
        width: 50%;
    }
}
