body{
    font-family: 'Figtree';
}
.form-field {
    position: relative;
}
div#navbarNavDropdown {
    justify-content: center;
}
ul.navbar-nav {
    gap: 25px;
}
a.nav-link.active {
    color: #CE8000 !important;
    border-bottom: 2px solid #CE8000;
}
a.nav-link {
    color: #353535 !important;
    font-size: 16px;
    font-weight: 600;
}
.user-dropdown {
    text-align: right;
}
.user-dropdown li.nav-item.dropdown {
    list-style: none;
}
a.dropdown-item {
    color: #000000;
    font-weight: 500;
    background: transparent !important;
}
.frontend-header {
    padding: 5px 0px;
    border-bottom: 1px solid #D9D9D9;
}
.baner-bg {
    height: 601px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
}
/* .baner-text h1 {
    color: #fff;
    font-family: Agdasima;
    font-size: 100px;
    font-weight: 700;
} */
 .baner-text h1 {
    color: #fff;
    font-size: 100px;
    /* font-weight: 700; */
    font-family: 'Georgia';
    font-style: italic;
    text-transform: capitalize;
}
span.family-text {
    font-family: 'Georgia';
    font-style: italic;
    text-transform: capitalize;
}
.overlay {
    width: 100%;
    height: 100%;
    background: #00000080;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.baner-text {
    z-index: 33;
    position: relative;
}
.modak-img-items {
    background: #fff;
    width: 50%;
    margin: 0 auto;
    height: 100vh;
    display: grid;
    align-items: center;
    z-index: 999;
    position: relative;
}
.heading h4 {
    color: #000000;
    font-weight: 600;
}
.radio-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
}
.radio-tag-time {
    position: relative;
}
.radio-tag-time input[type="radio"] {
    display: none;
}
.radio-tag-time input[type="radio"]:checked + label {
    background-color: #fff;
    border-color: #0CAC27 !important;
    font-weight: 600;
    color: #0CAC27;
}
.radio-tag-time label {
    display: inline-block;
    padding: 6px 45px 6px 16px;
    border-radius: 20px;
    font-size: 16px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid #0000001A;
    font-weight: 400;
}
.request-form-box {
    box-shadow: 0px 20px 24px -4px #10182814;
    background: #FFFFFFE5;
    padding: 30px;
    position: relative;
    border-radius: 10px;
}
.form-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
section.post-ride-sec {
    margin-top: -14%;
}
.tic-active img {
    width: 18px;
}
span.tic-active {
    position: absolute;
    right: 5px;
    display: none;
    top: 6px;
}
.radio-tag-time input[type="radio"]:checked + label span.tic-active {
    display: block;
}

.radio-tag-time input[type="radio"]:checked + label span.grey-tic {
    display: none;
}
span.grey-tic {
    width: 18px;
    display: inline-block;
    height: 18px;
    background: #CDCDCD;
    border-radius: 50px;
    position: absolute;
    right: 5px;
    top: 10px;
}
.form-heading h3 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}
.column-2 {
    width: 15%;
    flex: 0 0 auto;
}
.column-3 {
    width: 27%;
    flex: 0 0 auto;
}
.column-1 {
    width: 10%;
    flex: 0 0 auto;
}
.column-4 {
    width: 38%;
    flex: 0 0 auto;
}
.form-row {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    align-items: end;
}
.form-field .field-item {
    width: 100%;
    border: 1px solid #0000001A;
    background: #fff;
    padding: 10px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    height: 48px;
}
.form-field label {
    color: #000000;
    font-size: 18px;
    margin-bottom: 4px;
}
span.field-icon {
    position: absolute;
    left: 10px;
    bottom: 14px;
}
.icon-field {
    padding-left: 40px !important;
}
.yellow-btn {
    background: #E0B061;
    color: #000;
    text-decoration: unset;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 13px 0px;
    border-radius: 50px;
    margin-top: 10px;
    /* width: 100%; */
    border: 0;
}
.form-btn .yellow-btn {
    width: 100%;
}
.card-box a.yellow-btn {
    width: auto !important;
}
.pt-50{
    padding-top: 50px;
}
.pt-70{
    padding-top: 70px;
}
.pb-70{
    padding-bottom:70px;
}
.py-50{
    padding: 50px 0px;
}
.pt-100{
    padding-top: 100px;
}
.pb-100{
    padding-bottom: 100px;
}
.pb-50{
    padding-bottom: 100px;
}
.heading h3 {
    color: #0F0F0F !important;
    font-size: 40px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
}
.service-img img {
    width: 100%;
    height: 216px;
    object-fit: cover;
    border-radius: 16px;
}

.service-box { 
    gap: 15px;
}
.service-content {
    margin-top: 20px;
}
.service-heading h4 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
}
.service-descprtion p {
    font-size: 18px;
    color: #333333;
    font-family: 'Figtree' !important;
    font-weight: 400;
}
.service-box {   
    gap: 15px;
    border: 1px solid #C8C8C8;
    height: 100%;
    padding: 15px;
    border-radius: 15px;
}
a.text-btn {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    text-decoration: unset;
}
.text-btn img {
    margin-left: 5px;
}
/* .service-content .service-descprtion {
    height: 220px;
} */
.mobile-img img {
    width: 100%;
}
.mobile-img {
    position: relative;
    top: 93px;
}
section.freelancer-sec {
    padding-bottom: 70px;
}
.section-bg-color {
    background: #000000;
    height: 435px;
    display: grid;
    align-items: center;
}
.italic-text span {
    font-style: italic;
    font-weight: 500;
}
.heading-two h3 {
    font-size: 30px;
    font-weight: 700;
}
.desc-text p {
    font-size: 20px;
}
.img-itmes {
    display: flex;
    gap: 20px;
    align-items: end;
}
.event-img img {
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 16px;
    height: 301px;
}
.site-btn a.yellow-btn {
    width: auto;
    padding: 10px 35px;
    align-items: center;
    display: inline-flex;
    gap: 12px;
}
.left-space {
    padding-left: 45px;
}
ul.list-content {
    padding: 0;
    margin: 0;
}
ul.list-content {
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}
.list-content li {
    list-style: none;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
span.date-text {
    color: #3C95DD;
    font-weight: normal;
    margin-right: 5px;
}
.event-box {
    border: 1px solid #CCCCCC;
    border-radius: 16px;
    padding: 20px;
}
.content-desc p {
    color: #333333;
    font-size: 20px;
    padding-right: 50px;
}
.heading-desc p {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}
.icon-box {
    text-align: center;
    display: grid;
    gap: 15px;
}
.icon-content h4 {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
}
.icon-content p {
    color: #666666;
    font-size: 18px;
}
footer.front-footer {
    background: #000000;
    padding: 30px;
}
.footer-box {
    text-align: center;
    border: 1px solid #383838;
    background: #0D0D0D;
    padding: 30px;
    border-radius: 30px;
}
.footer-heading h4 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
}
.footer-desc p {
    color: #FFFFFF;
    font-size: 22px;
}
.footer-img-grid {
    width: 50%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
a.btn-footer {
    background: #E0B061;
    width: 100%;
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    text-decoration: unset;
    border-radius: 10px;
}
.footer-menu-items {
    margin-top: 40px;
}
ul.footer-menu {
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}
.footer-menu li {
    list-style: none;
}
.footer-menu-item h5 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer-menu-item a {
    color: #D2D2D2;
    font-size: 16px;
    text-decoration: unset;
}
.footer-bootom-text {
    border-top: 1px solid #101010;
    margin-top: 25px;
    padding-top: 25px;
}
.footer-bootom-text p {
    color: #D2D2D2;
    margin: 0;
    font-size: 18px;
}

.booking-step {
    padding: 10px !important;
}
.booking-step h2 {
    font-size: 28px;
    font-weight: 700;
}
.booking-step .card {
    margin: 52px 0px;
    padding: 16px !important;
    border: 1px solid #E4E4E4;
}
.booking-step h5 {
    font-size: 32px;
    font-weight: 700;
}
.card strong {
    font-size: 28px;
    font-weight: 600;
    color: #000;
}
.select {
    border: 1px solid #E4E4E4;
    border-radius: 12px;
    padding: 10px !important;
}
p.sm-txt {
    font-size: 20px;
    color: #666666 !important;
    margin: 0px;
}
.sm-txt b {
    color: #CE8000;
    font-weight: 500;
}
.card p {
    margin: 0px;
}
p.pro-txt {
    font-size: 24px;
    color: #666666;
    font-weight: 500;
}
button.btn.btn-warning {
    background-color: #E0B061;
    padding: 16px 78px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
}
a.text-decoration-none {
    color: #CE8000;
    text-decoration: underline !important;
    font-weight: 600;
    font-size: 24px;
}
.booking-footer p {
    color: #000000;
    font-size: 18px;
}
.login-menu ul.login-nav-menus {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}
.login-menu li {
    list-style: none;
}
a.nav-item.login {
    color: #CE8000 !important;
    text-decoration: unset;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Figtree';
}
a.nav-item.btn-item {
    border: 1px solid #00000080;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    color: #000000;
    text-decoration: unset;
    font-weight: 600;
}
input[type="date"]:invalid::-webkit-datetime-edit {
        color: gray;
    }
    input[type="date"]:valid::-webkit-datetime-edit {
        color: black;
    }


/* 18-08-2025 css start */
.img-card-box {
    box-shadow: 0px 0px 42px -25px #00000040;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #E6E6E6;
    border-radius: 16px;
}
.img-card-title h4 {
    color: #000000;
    margin: 0;
    font-size: 25px;
    font-weight: bold;
}
.img-service-img img {
    width: 85px;
    height: 85px;
    object-fit: contain;
}
.img-card-header {
    margin-bottom: 15px;
}
.img-card-descprtion p {
    color: #666666;
    font-family: 'Figtree';
    font-size: 18px;
}
.img-card-btn a.text-btn {
    background: #E0B061;
    color: #000;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: unset;
    font-size: 16px;
    font-weight: 700;
}
.heading-small h4 {
    color: #0F0F0F;
    font-size: 32px;
    font-weight: 700;
}
.vechile-sec-bg {
    background-position: left;
    background-repeat: no-repeat;
    background-size: 41%;
    height: 500px;
    display: grid;
    align-items: center;
}
.icon-btn-field a.text-btn {
    background: #fff;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 12px;
    box-shadow: 0px 0px 42px -25px #00000040;
    border: 1px solid #E6E6E6;
    border-radius: 16px;
    margin-bottom: 25px;
}
.small-desc p {
    padding: 0;
    font-size: 18px !important;
}
.btn-grid li {
    list-style: none;
    display: inline-block;
    text-align: center;
    margin: 10px 8px;
}
ul.btn-grid {
    padding: 0;
    margin: 0;
    text-align: center;
}
.btn-grid li {
    list-style: none;
    display: inline-block;
    text-align: center;
    margin: 10px 5px;
}
.btns-social a.btn-social {
    display: inline-flex;
    border: 1px solid #E0B061;
    color: #000000;
    text-decoration: unset;
    font-size: 20px;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 700;
    align-items: center;
    gap: 5px;
}
.content-wrapper p {
    font-size: 24px;
    color: #333333;
}
.list-content-wrapper .list-content li {
    list-style: none;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
}
.content-wrapper h5 {
    font-weight: 700;
}
.icon-lists ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.icon-lists li {
    list-style: none;
}
.icon-lists a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: unset;
    font-size: 18px;
}
.withlogout .with-login {
    display: none;
}
.withlogin .without-login {
    display: none;
}
.container {
    max-width: 1440px;
}
.logo-wrapper img {
    width: 80px;
    height: 80px;
}
.no-ride {
    text-align: center;
}
section.baner-sec.baner-wrapper {
    display: none;
}
.business-content .col-lg-4 {
    margin-bottom: 20px;
}
.service-box {
    color: #000;
}
.service-box {
    height: 100%;
    box-shadow: 0px 0px 42px -25px #00000040;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #E6E6E6;
    border-radius: 16px;
}
/* end */

@media(max-width:1440px){
    .container {
        max-width: 1140px;
    }
}
@media(max-width:1450px){
    a.nav-item.btn-item {
        padding: 8px 14px;
        font-size: 14px;
    }
    a.nav-link {
        font-size: 13px;
    }
    ul.navbar-nav {
        gap: 16px;
    }
    a.nav-item.btn-item {
        padding: 5px 12px !important;
    }
}
@media(max-width:767px){
    .service-description {
        height: auto;
    }
}

input[type="date"],
input[type="time"],
input[type="datetime-local"] {
    position: relative;
    cursor: pointer;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

input[type="date"]::after,
input[type="time"]::after,
input[type="datetime-local"]::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

input[type="date"]::after{
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJXaW5kb3dUZXh0IiBkPSJNMjAgM2gtMVYxaC0ydjJIN1YxSDV2Mkg0Yy0xLjEgMC0yIC45LTIgMnYxNmMwIDEuMS45IDIgMiAyaDE2YzEuMSAwIDItLjkgMi0yVjVjMC0xLjEtLjktMi0yLTJ6bTAgMThINFY4aDE2djEzeiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L3N2Zz4=);
}
input[type="time"]::after{
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJXaW5kb3dUZXh0IiBkPSJNMTEuOTkgMkM2LjQ3IDIgMiA2LjQ4IDIgMTJzNC40NyAxMCA5Ljk5IDEwQzE3LjUyIDIyIDIyIDE3LjUyIDIyIDEyUzE3LjUyIDIgMTEuOTkgMnpNMTIgMjBjLTQuNDIgMC04LTMuNTgtOC04czMuNTgtOCA4LTggOCAzLjU4IDggOC0zLjU4IDgtOCA4eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBmaWxsPSJXaW5kb3dUZXh0IiBkPSJNMTIuNSA3SDExdjZsNS4yNSAzLjE1Ljc1LTEuMjMtNC41LTIuNjd6Ii8+PC9zdmc+);
}

.event-popup-sec h1.modal-title {
    color: #000000;
    font-size: 24px !important;
    font-weight: 700;
}
.custom-fields {
    display: inline-block;
    width: 100%;
    padding: 13px;
    height: 50px;
    border-radius: 12px;
    color: #333333;
    font-size: 17px;
    font-weight: 300;
    outline: unset;
    border: 1px solid #DDDDDD;
}
.input-field label {
    display: inline-block;
    margin-bottom: 6px;
}
form.event-form-items {
    display: grid;
    gap: 15px;
}
.event-popup-sec button.black-btn {
    background: #000000;
    border: 0;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0px 4px 10px 0px #00000040;
    width: 100%;
    padding: 12px;
}
.modal-dialog.modal-dialog-centered.event-popup-sec {
    max-width: 700px;
}
.event-baner .baner-bg {
    padding: 0;
    display: grid;
    align-items: center;
    height: 350px;
}
.event-box .service-content {
    display: grid;
    gap: 10px;
}
.list-label h5 {
    font-family: 'Figtree';
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.list-value h5 {
    margin: 0;
    color: #6C6C6C;
    font-family: 'Figtree';
    font-size: 16px;
}
.event-descprtion p {
    margin-bottom: 0;
    margin-top: 10px;
    color: #000;
    font-family: 'Figtree' !important;
    font-size: 16px;
}
.two-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.event-box .list-items {
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}
.list-items:last-child {
    border: 0;
}
.event-descprtion h4 {
    font-size: 18px;
}
.book-btn a.btn-book {
    display: inline-block;
    width: auto;
    text-align: center;
    background: #000;
    color: #fff;
    text-decoration: unset;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 8px;
}
.list-label {
    width: 8%;
}
.event-box {
    border: 1px solid #CCCCCC;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    height: auto;
}

.form-heading h4 {
    color: #000;
    font-size: 18px;
}
.class-items label {
    width: 100%;
    padding: 7px 13px;
    border-radius: 50px;
}
.for-grid .radio-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.class-items  span {
    top: 11px;
    right: 15px;
}
.class-items span.grey-tic {
    width: 15px;
    height: 15px;
    top: 16px;
}
.pac-container {
    z-index: 99999 !important;
}
.read-btn a {
    display: inline-block;
    margin: 10px;
    border-radius: 4px;
    font-weight: 700;
}
.read-btn {
    text-align: left;
    border-bottom: 1px solid #dedede;
}


/* tool tip hover css */
 .tooltip {
      position: relative;
      display: inline-block;
  }

.tooltiptext {
    display: none;
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 6px 10px;
    border-radius: 6px;
    white-space: normal;
    word-wrap: break-word;
    font-size: 14px;
    position: absolute;
    top: auto;
    left: 0;
    margin-top: 5px;
    max-width: 400px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.2s;
    bottom: 56px;
}

  /* Show tooltip only if it has 'visible' class AND parent is hovered */
.location-hover:hover .tooltiptext.visible {
    display: block;
    opacity: 1;
}
p.discount-text {
    color: #CE8000;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}
.form-wrapper-items .form-control {
    border: 1px solid #000;
    padding: 10px 10px;
    outline: unset !important;
    box-shadow: unset !important;
}
.placeholder {
    cursor: pointer !important;
}
.contact-box {
    text-align: center;
    background: #e3e3e3;
    padding: 25px;
    border-radius: 10px;
}
.contact-box .icon-box {
    display: grid;
    width: 60px;
    height: 60px;
    background: #000;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    border-radius: 70px;
    margin-bottom: 20px;
}
.icon-content a {
    font-size: 18px;
    font-weight: 600;
}
.contact-box .icon-content p {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.content-desc ul {
    display: grid;
    align-items: center;
    gap: 10px;
}
.content-desc li {
    font-size: 20px;
}
.car-name h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
}
/* .gallery-popups span.close {
    background: #000;
    width: 35px;
    height: 35px;
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    border-radius: 50px;
    right: -6px;
    top: -6px;
} */
.event-form-items .input-field {
    margin-bottom: 0;
}
.location-hover:hover span#event_drop-tooltip {
    visibility: visible !important;
    z-index: 9999999 !important;
    opacity: unset !important;
}
span.highlight {
    font-weight: 700;
}
/* responsive css start */
@media (min-width: 1280px) and (max-width: 1440px) {
  .radio-tag-time img.label-img {
        height: 60px !important;
    }
    .class-items label {
        padding: 3px 2px !important;
    }
     button.btn.btn-outline-secondary {
        font-size: 14px !important;
        padding: 10px 14px !important;
    }
    .icons.flex-grow-1 {
        gap: 8px !important;
        padding: 8px 10px !important;
    }
    .icons span {
        font-size: 12px !important;
    }
    .nav-menus {
        font-size: 14px !important;
    }
    .service-descprtion p {
        font-size: 14px;
    }
}