@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");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Open Sans", sans-serif !important;
color: #6b7280 !important;
font-size: 16px !important;
line-height: 30px !important;
}
p,
a,
li {
font-style: normal !important;
font-weight: 400 !important;
line-height: 27px !important;
letter-spacing: -0.32px !important;
margin: 0 !important;
font-family: "Open Sans", sans-serif !important;
}
input[type="date"] {
font-family: "Open Sans", sans-serif !important;
color: #535353;
}
#zfooter-p p,
#zfooter-p a,
#zfooter-p li {
color: #000000 !important;
}
#h2text h2 {
color: #fff !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Poppins", sans-serif !important;
color: #000000;
}
.md-12 {
margin-bottom: 16px !important;
}
.single-vehicle-template .vehicle-title {
text-transform: uppercase !important;
}
footer h4 {
color: #000000 !important;
margin-bottom: 0;
}
.excellence {
margin: auto;
width: 100%;
max-width: 1200px;
}
.e-con-inner {
width: 100% !important;
max-width: 1200px !important;
}
.ref-img {
position: absolute;
right: 6px;
top: 50%;
transform: translateY(-60%);
width: 21%;
}
#zfooter-p .footer-menu a {
color: #7f1416 !important;
}
#zfooter-p .footer-menu li {
color: #7f1416 !important;
}
.about-ssz {
width: 100%;
text-align: end;
display: flex;
justify-content: end;
}
.ref-img img {
width: 50%;
animation: moveScaleLR 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.rot h4 {
line-height: 30px !important;
}
.etravel-img img {
width: 100% !important;
} .urbania-left {
min-width: 0;
overflow: hidden;
}
.urbania-carousel {
display: block;
width: 100%;
margin: 20px 0;
visibility: hidden; } .urbania-carousel .slick-dots {
display: flex !important;
justify-content: center;
list-style: none;
padding: 20px 0;
margin: 0;
bottom: -40px; } .urbania-carousel .slick-dots li {
width: 30px; height: 8px; margin: 0 5px;
padding: 0;
cursor: pointer;
background: #d3d3d3; border-radius: 10px; transition: all 0.3s ease;
} .urbania-carousel .slick-dots li button {
display: none;
} .urbania-carousel .slick-dots li.slick-active {
background: #a31616; width: 35px; } .urbania-carousel .slick-dots li:hover {
background: #bdbdbd;
}
.urbania-carousel .slick-dots li.slick-active:hover {
background: #a31616;
}
.urbania-carousel.slick-initialized {
visibility: visible;
}
.slick-dots li.slick-active button:before {
opacity: 0.75;
width: 24px;
height: 7px;
background: #8b1a1a;
opacity: 1;
border-radius: 30px;
}
.slick-dots li button:before {
position: absolute;
top: -9px;
left: 0;
content: "•";
text-align: center;
-webkit-font-smoothing: antialiased;
width: 24px;
height: 7px;
background: #d0d0d0;
opacity: 1;
border-radius: 30px;
}
.slick-dots {
position: absolute;
bottom: -36px;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
}
.slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 8px;
margin: 0 5px;
padding: 0;
cursor: pointer;
} .urbania-gallery-item {
float: left;
height: auto;
min-height: 1px;
padding: 0 10px;
}
.urbania-img-wrap img {
width: 100%;
height: 387px !important; object-fit: cover;
border-radius: 12px;
}   .rot:hover {
box-shadow: 0 18px 34px #05262a24 !important;
}
.rot {
border: 1px solid #e2e2e2 !important;
} @keyframes moveScaleLR {
0% {
transform: translateX(-200px) scale(0.6);
opacity: 0;
}
100% {
transform: translateX(0) scale(1);
opacity: 1;
}
}
div#bp-recaptcha {
margin-top: 25px;
}
#ub-message, #ub-message2 {
margin-top: 15px;
padding: 12px 15px;
border-radius: 8px;
font-size: 14px;
display: none;
width: 93%;
margin-bottom: 15px;
}
#ub-message.success, #ub-message2.success {
background: #e8f9ee;
color: #1c7c3a;
border: 1px solid #b7ebc6;
}
#ub-message.error, #ub-message2.error {
background: #ffeaea;
color: #c62828;
border: 1px solid #ffb3b3;
}
.taxi-booking-wrapper {
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
padding: 20px 0;
}
.taxi-booking-wrapper .booking-form {
width: 100%;
display: flex;
flex-direction: column;
gap: 15px;
}
.taxi-booking-wrapper .form-control {
width: 100%;
padding: 14px;
border: none;
background-color: #e6e6e6;
border-radius: 6px;
font-size: 14px;
color: #555;
box-sizing: border-box;
margin: 0;
}
.taxi-booking-wrapper .form-control[readonly] {
background-color: #d1d1d1;
cursor: not-allowed;
color: #333;
font-weight: bold;
}
.taxi-booking-wrapper .button-group {
display: flex;
gap: 10px;
margin-top: 10px;
}
.taxi-booking-wrapper .btn {
flex: 1;
padding: 14px;
border: none;
border-radius: 25px;
font-size: 16px;
cursor: pointer;
text-align: center;
text-decoration: none;
}
.taxi-booking-wrapper .btn-book {
background-color: #8e1f1f;
color: white;
}
.taxi-booking-wrapper .btn-whatsapp {
background-color: #92e8a6;
color: #666;
}
.taxi-booking-wrapper .btn-whatsapp:disabled {
opacity: 0.5;
cursor: not-allowed;
}
.taxi-booking-wrapper .recaptcha-container {
border: 1px solid #ccc;
padding: 10px;
background-color: #f9f9f9;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 12px;
}
.vehicle-banner {
background-image: url(//gpmobilityservices.com/wp-content/uploads/2026/04/1400x400.jpg.webp) !important;
background-position: 50% !important;
background-size: cover !important;
height: 360px !important;
}
.custom-product-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
}
.product-card {
background: #f5f5f5;
border-radius: 16px;
padding: 20px;
text-align: left;
transition: 0.3s ease;
}
div#popmake-2818 {
border-radius: 16px;
}
.product-card:hover {
transform: translateY(-5px);
}
.product-content h3 {
font-size: 20px !important;
margin: 15px 0 10px !important;
font-weight: 700 !important;
text-align: center !important;
margin-bottom: 21px !important;
}
.product-content p {
font-size: 16px !important;
margin-bottom: 20px !important;
}
.product-card a {
color: #fff !important;
}
.product-img img {
width: 100%;
height: auto;
object-fit: contain;
border-radius: 12px;
}
.product-content h3 {
font-size: 18px;
margin: 15px 0 10px;
font-weight: 600;
}
.product-content p {
font-size: 14px;
color: #666;
margin-bottom: 20px;
}
.book-btn {
display: block;
text-align: center;
background: #9b1c1c;
color: #fff;
padding: 12px;
border-radius: 999px;
text-decoration: none;
font-weight: 500;
transition: 0.3s;
}
.book-btn:hover {
background: #7a1414;
}
.ub-container {
background: #fff;
padding: 25px;
border-radius: 16px;
font-family: sans-serif;
box-shadow: 0 18px 34px #05262a24;
}
.ub-form input,
.ub-form textarea {
background: #e5e5e5;
border: none;
padding: 12px;
border-radius: 8px;
margin-bottom: 10px;
width: 93% !important;
font-size: 16px;
}
.ub-inputs {
display: flex !important;
flex-direction: column !important;
width: 100% !important;
gap: 10px !important;
}
.ub-row {
margin-top: 10px !important;
}
.ub-tabs {
display: flex;
gap: 20px;
margin-bottom: 20px;
font-size: 16px !important;
border-bottom: 1px solid #ddd;
}
.ub-tab {
cursor: pointer;
color: #777;
padding-bottom: 8px;
}
.bp-popup {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
justify-content: center;
align-items: center;
z-index: 9999;
}
.bp-popup-content {
background: #fff;
padding: 30px;
border-radius: 10px;
text-align: center;
}
.bp-popup-content button {
margin-top: 10px;
padding: 10px 20px;
background: #8b1a1a;
color: #fff;
border: none;
border-radius: 6px;
} .bp-tabs {
display: flex;
gap: 10px;
flex-wrap: wrap;
margin-left: 12px;
}
.bp-tab {
padding: 12px 24px 6px 24px;
background: #ddd;
border: none;
cursor: pointer;
border-radius: 10px 10px 0 0;
font-size: 18px;
}
.bp-tab.active {
background: #8b1a1a;
color: #ffffff;
}
.bp-form {
background: #ececec;
padding: 22px;
border-radius: 10px;
}
.bp-row {
display: flex;
gap: 15px;
flex-direction: row;
}
.bp-row input {
padding: 14px;
border-radius: 8px;
border: 1px solid #ccc;
width: 100%;
font-size: 16px;
}
.bp-submit {
margin-top: 20px;
}
.bp-submit button {
background: #8b1a1a;
color: #fff;
padding: 14px 30px;
border: none;
border-radius: 35px;
cursor: pointer;
font-size: 16px !important;
}
.ub-tab.active {
color: #801816;
border-bottom: 2px solid #801816;
font-size: 16px !important;
}
.ub-row {
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 10px;
}
.ub-footer {
display: flex;
gap: 10px;
}
.ub-btn {
flex: 1;
background: #8b1a1a;
color: #fff;
border: none;
padding: 12px;
border-radius: 30px;
}
.ub-whatsapp-btn {
flex: 1;
background: #25d366;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 30px;
opacity: 0.5;
pointer-events: none;
text-decoration: none;
} @media (max-width: 1024px) {
.custom-product-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 600px) {
.custom-product-grid {
grid-template-columns: 1fr;
}
} .ref-img.show img {
transform: scale(1); opacity: 1;
}
.request-sent {
background: #24b61f;
padding: 11px;
text-align: center;
border-radius: 10px;
color: #ffffff;
font-size: 18px;
font-family: "Montserrat", sans-serif !important;
margin-bottom: 10px;
} .elementor-section-wrap>.e-con-full,
.elementor-edit-mode .e-con-full {
max-width: 1200px !important;
margin-left: auto !important;
margin-right: auto !important;
}
#w-w {
max-width: 1200px;
width: 100%;
margin-left: auto;
margin-right: auto;
}
.banner-section {
max-width: 52%;
margin-right: auto;
}
.etravel-img {
overflow: hidden;
}
.r-w {
display: flex;
gap: 10px;
}
.r-w a {
color: #000 !important;
font-size: 22px !important;
}
.bp-tab {
border-radius: 20px 20px 0 0 !important;
}
.bp-submit button {
font-size: 16px !important;
margin-top: 10px !important;
}
.new-swipperz .card-body {
padding: 55px 20px 20px 20px;
text-align: center;
display: flex;
flex-direction: column;
gap: 10px;
}
.content-container {
max-width: 1200px !important;
margin-inline: auto !important;
box-shadow: none !important;
padding: 0 !important;
margin-top: 84px !important;
margin-bottom: 84px !important;
}
.hero-product {
position: relative;
height: 100vh;
background-size: cover;
background-position: center;
display: flex;
align-items: center;
}
.hero-overlay {
position: absolute;
inset: 0;
background: rgba(255, 255, 255, 0.75);
}
.container {
width: 1200px;
max-width: 95%;
margin: auto;
position: relative;
z-index: 2;
}
.hero-content {
display: flex;
justify-content: space-between;
align-items: center;
} .hero-left {
max-width: 500px;
}
.hero-left h1 {
font-size: 42px;
font-weight: 700;
margin-bottom: 15px;
}
.product-desc {
font-size: 16px;
line-height: 1.6;
} .hero-card {
background: #fff;
padding: 25px;
border-radius: 12px;
width: 350px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.swiper-button-prev {
background: #8b1a1a !important;
width: 38px !important;
height: 38px !important;
border-radius: 999px !important;
}
.swiper-button-next {
background: #8b1a1a !important;
width: 38px !important;
height: 38px !important;
border-radius: 999px !important;
}
.we-w {
position: absolute !important;
width: 9% !important;
bottom: 34px !important;
left: 45% !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
font-size: 16px !important;
font-weight: 800;
color: #fff;
} .tabs {
display: flex;
gap: 15px;
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
margin-bottom: 20px;
}
.tabs span {
font-size: 14px;
cursor: pointer;
color: #666;
}
.tabs span.active {
color: #c0392b;
font-weight: 600;
} .price {
font-size: 22px;
font-weight: bold;
margin-bottom: 20px;
} .hero-card button {
width: 100%;
background: #0a7b83;
color: #fff;
padding: 12px;
border: none;
border-radius: 6px;
cursor: pointer;
} .product-details {
padding: 60px 0;
} @media (max-width: 768px) {
.hero-content {
flex-direction: column;
gap: 30px;
}
.hero-product {
height: auto;
padding: 60px 0;
}
} .g9-booking-container {
max-width: 450px;
font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
padding: 20px;
}
.g9-booking-container h2 {
font-size: 28px;
font-weight: 800;
margin-bottom: 20px;
color: #000;
} #g9-booking-form input,
#g9-booking-form textarea {
width: 100%;
padding: 15px;
margin-bottom: 15px;
border: none;
border-radius: 8px;
background-color: #e6e6e6; font-size: 16px;
color: #666;
box-sizing: border-box;
}
#g9-booking-form input::placeholder,
#g9-booking-form textarea::placeholder {
color: #888;
} .button-group {
display: flex;
gap: 10px;
margin-top: 10px;
} .btn-book {
flex: 1;
background-color: #8b1a1a; color: white;
padding: 15px;
border: none;
border-radius: 25px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: opacity 0.3s;
} .btn-whatsapp {
flex: 1;
background-color: #98e8b1; color: #555;
text-decoration: none;
text-align: center;
padding: 15px;
border-radius: 25px;
font-size: 18px;
display: flex;
align-items: center;
justify-content: center;
}
.btn-book:hover,
.btn-whatsapp:hover {
opacity: 0.9;
} .captcha-error {
border: 1px solid #ccc;
padding: 10px;
margin-bottom: 15px;
border-radius: 4px;
color: red;
font-size: 13px;
background: #f9f9f9;
} #g9-response {
margin-top: 15px;
font-weight: bold;
text-align: center;
} .banner {
position: relative;
height: 100%;
overflow: hidden;
} .banner video {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
transform: translate(-50%, -50%);
object-fit: cover;
z-index: -1;
} .video-mobile {
display: none;
} .containerzz {
width: 1200px !important;
max-width: 100% !important;
margin: auto;
height: 100%;
position: relative;
padding: 525px 0 302px 0;
} .banner-content {
position: absolute;
top: 50%;
transform: translateY(-50%);
max-width: 609px;
z-index: 1;
}
.banner-content h1 {
font-size: 48px;
font-weight: 500;
text-transform: none;
font-style: normal;
text-decoration: none;
line-height: 1.36em;
letter-spacing: 0em;
margin-bottom: 20px;
}
.banner-content p {
color: #666;
margin-bottom: 30px;
} .search-box {
display: flex;
background: #f2f2f2;
border-radius: 50px;
padding: 5px;
max-width: 350px;
}
.bp-row input {
border: none !important;
border-radius: 99px !important;
}
.search-box input {
border: none;
outline: none;
padding: 15px;
flex: 1;
background: transparent;
}
.bp-row input:focus-visible {
outline: 1px solid #c6c6c6 !important;
}
.search-box button {
width: 45px;
height: 45px;
border: none;
border-radius: 50%;
background: #b32025;
color: #fff;
cursor: pointer;
}
.probox {
width: 350px !important;
} @media (max-width: 768px) { h5.red-tx {
display: none;
}
.video-mobile {
display: block;
}
.banner-content {
position: relative;
top: auto;
transform: none;
padding: 20px;
}
.containerzz {
display: flex;
align-items: center;
}
.banner-content h1 {
font-size: 32px;
}
.containerzz:after {
content: "";
background: #0000002b;
width: 100%;
height: 100%;
position: absolute;
inset: 0;
}
.banner-content {
color: #fff !important;
}
} .w-btn {
position: absolute;
width: 10%;
left: 45%;
bottom: 26px;
}
.w-btn .swiper-button-prev:after,
.w-btn .swiper-button-next:after {
font-size: 16px;
font-weight: 700 !important;
}
.w-btn .swiper-button-prev:hover,
.w-btn .swiper-button-next:hover {
background: #000;
}
.w-btn .swiper-button-next {
position: absolute;
bottom: -11px;
background: #8b1a1a;
color: #fff;
padding: 20px 22px;
border-radius: 999px;
}
#popmake-988 .ub-container {
background: transparent;
box-shadow: none !important;
}
#popmake-1606,
#popmake-3941 {
box-shadow: 0 18px 34px #05262a24;
border: none !important;
border-radius: 20px !important;
padding: 32px;
}
.header h4 {
margin-top: 0;
font-size: 23px;
margin-bottom: 0;
}
.w-btn .swiper-button-prev {
position: absolute;
bottom: -11px;
background: #8b1a1a;
color: #fff;
padding: 20px 22px;
border-radius: 999px;
}
.book-a-ride {
background: #83181a;
width: 100%;
padding: 16px 10px;
border-radius: 10px;
color: #fff;
border: none;
}
#popmake-988 {
border: 0;
box-shadow: 0px 0px 20px 2px #00000036;
padding: 30px !important;
border-radius: 25px;
}
.r-1 p {
display: flex;
flex-direction: column;
}
.r-1 input {
width: 100%;
padding: 10px 16px;
border-radius: 9px;
border: 1px solid #9c9c9c;
}
input.orig::placeholder {
color: #757575;
font-family: "Plus Jakarta Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.ride-top {
display: flex;
flex-direction: column;
gap: 18px;
}
.circle-menu span:nth-child(2) {
width: 20px;
height: 2px;
background: #fff;
transition: 0.3s;
border-radius: 99px;
left: -5px;
position: relative;
}
.menuu-ride {
display: flex;
align-items: center;
flex-direction: row-reverse;
gap: 30px;
}
a.book-ride {
display: inline-flex;
gap: 10px;
align-items: center;
justify-content: center;
background: #ffffff;
color: #83181a !important;
font-weight: 500;
padding: 7px 14px;
border-radius: 999px;
position: relative;
overflow: hidden;
z-index: 1;
transition:
color 0.33s linear 0.5s,
border-color 0.5s,
background-color 0.3s;
box-shadow: 0 18px 34px #05262a24;
}
.counter-item {
display: flex;
align-items: center;
}
.soical-media {
display: flex;
align-items: center;
gap: 12px;
}
.etravel-img {
position: relative;
}
.etravel-img:hover:after {
background: #0000004d;
content: "";
width: 100%;
height: 100%;
position: absolute;
z-index: 0;
transition:
transform 0.5s ease,
filter 0.5s ease;
inset: 0;
}
.travel-text {
position: absolute;
top: 50%;
left: 29%;
}
.rot {
perspective: 1000px; }
.rot-img {
display: inline-block;
transition: transform 1s ease-in-out;
transform-style: preserve-3d;
}
.rot:hover .rot-img {
transform: rotateY(360deg);
}
.rot-img {
transition: transform 1.5s ease-in-out;
}
.rot:hover .rot-img {
animation: spin3d 2s linear infinite;
} .car-animate {
position: relative;
overflow: hidden;
} .car-animate {
position: relative;
overflow: hidden;
}
.car-animate::before {
content: "";
position: absolute;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-image: url(//gpmobilityservices.com/wp-content/uploads/2026/04/Banner-image.png);
background-repeat: no-repeat;
background-size: contain;
background-position: right center;
transform: translateX(0);
pointer-events: none;
} .car-animate.car-start::before {
animation: carMove 4s ease-out forwards;
}
@keyframes carMove {
0% {
transform: translateX(552px);
}
100% {
transform: translateX(0);
}
}
@keyframes spin3d {
from {
transform: rotateY(0deg);
}
to {
transform: rotateY(360deg);
}
}
.etravel-img:hover .travel-text {
display: block;
}
.travel-text {
display: none;
z-index: 99;
}
.count {
color: #000;
font-family: Roboto;
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: 100%;
letter-spacing: -1.08px;
}
.counter-item span {
color: rgb(0, 0, 0);
font-family: Roboto;
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: 100%;
letter-spacing: -1.08px;
}
.zoom {
overflow: hidden;
}
.zoom:hover .zoom-imgz {
transform: scale(0.9);
} a.book-ride span {
position: relative;
z-index: 2;
}
.imag-we {
width: 50px;
height: 50px;
} a.book-ride::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 160px;
min-width: 160px;
background: #7f1416;
border-radius: 50%;
transform: scale(1) translateY(70px);
transition: transform 1s cubic-bezier(0.66, 0, 0.34, 1);
z-index: -1;
} a.book-ride:hover {
color: #fff !important;
border-color: #1c1e21;
background: #7f1416;
transition: 0.9s;
}
a.book-ride:hover::after {
transform: scale(1.5) translateY(0);
}
.book-ridez {
display: inline-flex;
align-items: center;
gap: 12px;
background: #8b1c1c;
color: #fff !important;
padding: 7px 28px;
border-radius: 999px;
text-decoration: none;
font-weight: 500;
position: relative;
overflow: hidden;
z-index: 1;
transition:
color 0.33s linear 0.5s,
background-color 0.3s;
}
.promagnifier {
position: relative;
overflow: hidden;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px;
border-radius: 50%;
background: #8b1c1c;
color: #fff;
cursor: pointer;
z-index: 1;
transition:
color 0.33s linear 0.5s,
background-color 0.3s;
} .promagnifier::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 160px;
min-width: 160px;
background: #1c1e21;
border-radius: 50%;
transform: scale(1) translateY(70px);
transition: transform 1s cubic-bezier(0.66, 0, 0.34, 1);
z-index: -1;
} .promagnifier:hover::after {
transform: scale(1.5) translateY(0);
}
.wpcf7-spinner {
position: absolute;
right: 50%;
bottom: 10px;
} .book-ridez::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 160px;
min-width: 160px;
background: #ffffff46;
border-radius: 50%;
transform: scale(1) translateY(70px);
transition: transform 1s cubic-bezier(0.66, 0, 0.34, 1);
z-index: -1;
} .book-ridez:hover::after {
transform: scale(1.5) translateY(0);
} .book-ridez img {
transition: transform 0.3s ease;
} .book-ridez:hover {
background: #6e1414;
} .book-ridez:hover img {
transform: translateX(5px);
}
.booking-card {
background: #000;
color: #fff;
padding: 25px;
border-radius: 12px;
font-family: "Montserrat", sans-serif !important;
width: 100%;
}
.booking-tabs {
display: flex;
gap: 8px;
flex-wrap: wrap;
border: none !important;
margin-left: 12px !important;
overflow: scroll;
flex-wrap: nowrap;
}
.new-swipperz {
height: 439px;
display: flex;
align-items: center;
padding: 20px 0;
}
#palace-id .new-swipperz {
padding: 20px 0 !important;
}
span.swiper-pagination-bullet {
width: 28px;
height: 5px;
border-radius: 20px;
background: #d1d1d1;
opacity: 1;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #8b1111;
}
.tab-link {
background: none;
border: none;
color: #777;
padding: 10px 0;
cursor: pointer;
font-size: 14px;
font-weight: 600;
border-bottom: 2px solid transparent;
white-space: nowrap;
transition: 0.3s;
}
.tab-link.active {
color: #fff;
border-bottom: 2px solid #fff;
}
.field {
margin-bottom: 15px;
}
.field label {
display: block;
font-size: 12px;
color: #888;
text-transform: uppercase;
margin-bottom: 6px;
letter-spacing: 0.5px;
}
.field input {
width: 100%;
background: #111;
border: 1px solid #333;
color: #fff;
padding: 12px;
border-radius: 6px;
box-sizing: border-box;
font-size: 14px;
}
.field input:focus {
border-color: #666;
outline: none;
}     .view-more {
margin-top: 14px;
}
.btn-check {
background: #fff;
color: #000;
border: none;
width: 100%;
padding: 14px;
border-radius: 30px;
font-weight: 800;
font-size: 15px;
cursor: pointer;
margin-top: 10px;
transition: 0.2s;
}
.btn-check:hover {
background: #e0e0e0;
transform: translateY(-1px);
}
.form-success {
background: #155724;
color: #d4edda;
padding: 15px;
border-radius: 6px;
margin-bottom: 15px;
text-align: center;
font-size: 14px;
}
@media (max-width: 400px) {
.input-grid {
grid-template-columns: 1fr;
gap: 0;
}
} .swiper-slide {
display: flex;
justify-content: center;
}
.card {
font-family: "Inter", sans-serif !important;
width: 100%;
background: #fff;
border-radius: 20px;
overflow: hidden;
transition: 0.3s;
border: 1px solid #00000017;
}
.card:hover {
transform: translateY(-6px);
}
.card-img {
position: relative;
height: 220px;
}
.card-img img {
width: 100% !important;
height: 100%;
object-fit: cover;
}
.badge {
position: absolute;
top: 12px;
left: 12px;
background: #facc15;
padding: 6px 12px;
font-size: 12px;
border-radius: 20px;
font-weight: 600;
}
.card-body {
padding: 20px;
}
.new-swipperz .card-img {
overflow: hidden;
}
.new-swipperz .card-img img {
transition: transform 0.6s ease;
}
.new-swipperz .card:hover .card-img img {
transform: scale(1.1);
}
.title {
font-size: 20px;
font-weight: 700;
margin-bottom: 6px;
color: #000;
}
.desc {
font-size: 16px;
color: #6b7280;
margin-bottom: 15px;
line-height: 28px !important;
}
.chips {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 15px;
}
.chip {
background: #f1f5f9;
padding: 8px 14px;
border-radius: 20px;
font-size: 13px;
}
a.btn {
color: #fff !important;
}
.card-footer .btn {
display: inline-flex;
gap: 10px;
align-items: center;
justify-content: center;
background: #8b1a1a;
color: #fff !important;
font-weight: 500;
padding: 7px 29px;
border-radius: 999px;
position: relative;
overflow: hidden;
z-index: 1;
transition:
color 0.33s linear 0.5s,
border-color 0.5s,
background-color 0.3s;
width: 100%;
font-size: 16px !important;
} .card-footer .btn:hover {
color: #fff !important;
border-color: #1c1e21;
} .card-footer .btn::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 160px;
min-width: 160px;
background: #ffffff46;
border-radius: 50%;
transform: scale(1) translateY(70px);
transition: transform 1s cubic-bezier(0.66, 0, 0.34, 1);
z-index: -1;
}
.card-footer .btn:hover::after {
transform: scale(1.5) translateY(0);
}
.swiper-button-next,
.swiper-button-prev {
color: #111;
} #glo-header {
position: absolute;
width: 100%;
}
.custom-menu ul {
padding: 0;
list-style: none;
}
.custom-menu ul a {
font-size: 37px;
}
.circle-menu {
overflow: hidden;
width: 60px;
height: 60px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 6px;
cursor: pointer;
position: relative;
z-index: 9999;
background: #8b1a1a;
}
.circle-menu::after {
content: "";
position: absolute;
left: 0;
bottom: -60px;
width: 100%;
height: 100%;
background: #ffffff66;
border-radius: 50%;
z-index: -1;
transition: transform 0.9s cubic-bezier(0.66, 0, 0.34, 1);
transform: translateY(100%);
} .circle-menu:hover::after {
transform: translateY(-61px);
}
.circle-menu span {
width: 30px;
height: 2px;
background: #fff;
transition: 0.3s;
} .circle-menu.active span:nth-child(1) {
transform: rotate(41deg) translate(6px, 6px);
}
.circle-menu.active span:nth-child(2) {
opacity: 0;
}
.circle-menu.active span:nth-child(3) {
transform: rotate(317deg) translate(5px, -5px);
}
.iconr img {
transition: transform 0.6s ease;
}
.iconr:hover img {
transform: rotate(360deg);
}
.imgr img {
transition:
transform 0.5s ease,
filter 0.5s ease;
}
.etravel-img:hover img {
transform: scale(1.1);
filter: brightness(0.9);
}
.travelzimg {
overflow: hidden;
} .menu-overlay {
position: fixed;
top: 0;
right: -100%;
width: 100%;
height: 100%;
background: linear-gradient(180deg, black 77%, transparent 0%);
display: flex;
justify-content: flex-start;
transition: right 0.4s ease;
z-index: 9998;
padding-left: 90px;
padding-top: 74px;
}
.menu-overlay:after {
content: "";
background: #000000b3;
width: 100%;
height: 100%;
position: absolute;
inset: 0;
z-index: -2;
}
.menu-overlay.active {
right: 0;
}
.elementor-element.elementor-element-68aba03c.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
display: none;
}
.custom-menu {
list-style: none;
padding: 0;
text-align: center;
}
.custom-menu li {
margin: 23px 0 !important;
text-align: start;
}
.custom-menu li a {
color: #fff !important;
font-size: 38px !important;
text-decoration: none;
transition: 0.3s;
display: block;
text-transform: uppercase !important;
}
.custom-menu li a:hover {
opacity: 0.7;
}
#w-0 li.elementor-icon-list-item {
padding: 16px 0;
}
#w-0 span.elementor-icon-list-text {
font-size: 22px;
color: #000;
}
.Servicesz a {
font-weight: 500 !important;
font-size: 20px !important;
font-family: "Montserrat", Sans-serif !important;
}
.search-container {
display: flex;
align-items: center;
background-color: #ffffff;
border-radius: 50px; padding: 8px 8px 8px 24px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); width: 100%;
max-width: 500px;
}
#banner-i:after {
content: "";
width: 100%;
position: absolute;
height: 100%;
background: #00000012;
inset: 0;
}
.search-input {
border: none;
outline: none;
flex-grow: 1;
font-size: 16px;
color: #757575;
background: transparent;
width: 335px;
}
.search-submit {
background-color: #8b1a1a; border: none;
border-radius: 50%; width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: background-color 0.3s ease;
}
.search-submit:hover {
background-color: #6d1414; }
.arrow {
color: white;
font-size: 20px;
}
.view-more a {
display: inline-flex;
align-items: center;
gap: 10px;
background: #fff;
color: #8b1c1c;
padding: 7px 22px;
border-radius: 999px;
text-decoration: none;
font-weight: 500;
position: relative;
overflow: hidden;
z-index: 1;
transition: color 0.33s linear 0.5s;
} .view-more a img {
position: relative;
z-index: 2;
}
.view-more a:hover {
color: #fff !important;
background: #000 !important;
transition: 0.9s;
}
.fleet {
overflow: hidden;
transition: 0.9s;
}
.fleet img {
transition: 0.9s;
}
.fleet:hover img {
transform: scale(1.1);
transition: 0.9s;
}
#w-w {
transition: 0.9s;
overflow: hidden;
} .view-more a::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 160px;
min-width: 160px;
background: #1c1e21;
border-radius: 50%;
transform: scale(1) translateY(70px);
transition: transform 1s cubic-bezier(0.66, 0, 0.34, 1);
z-index: -1;
} .view-more a:hover::after {
transform: scale(1.5) translateY(0);
}
.mobility h4 {
margin: 0;
color: #fff;
font-size: 48px;
font-style: normal;
font-weight: 500;
line-height: 136%;
}
.mobility p {
color: #fff !important;
font-family: Roboto;
font-size: 18px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 146% !important;
}
.mobility {
max-width: 53%;
} #footer1 {
width: 37% !important;
}
#footer3 {
width: 29% !important;
padding: 0 !important;
}
#footer2 {
width: 28% !important;
}
.footer-menu ul {
list-style: disc !important;
}
.footer-menu ul {
display: flex;
gap: 40px;
justify-content: end;
margin: 0;
}
.soical-media h4 {
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 136%;
color: #fff;
margin: 0;
}
.soical-media {
margin-top: 40px;
}
.soical-media a {
border: 1px solid #000;
border-radius: 999px;
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
}
ul.cont-form {
display: flex;
gap: 13px;
list-style: none;
padding: 0;
align-items: center;
} #car-id {
display: none !important;
}
#car-id img,
#car-id #sw {
width: 100%;
} #glo-header-1 {
width: 25%;
}
#glo-header-2 {
width: 75%;
}
#glo-header .e-con-inner {
display: flex;
align-items: center;
}
.e-image {
perspective: 1000px;
}
.e-imagez {
transform-style: preserve-3d;
transition: transform 5s linear; } .e-image:hover .e-imagez {
animation: rotateSlow 2s linear infinite;
}
@keyframes rotateSlow {
from {
transform: rotateY(0deg);
}
to {
transform: rotateY(360deg);
}
}
.palace-footer .e-con-inner {
border-top: 1px solid #ffffff42 !important;
}
.probox {
background: #fff !important;
border-radius: 999px !important;
padding: 10px 11px !important;
}
#ajaxsearchlite1 {
width: 353px !important;
border-radius: 999px;
background: transparent !important;
margin-top: 30px;
}
.promagnifier {
border-radius: 999px !important;
background: #83181a !important;
padding: 4px !important;
top: -4px;
position: relative;
left: 5px;
}
#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
color: #000 !important;
}
div#ajaxsearchliteres1 {
background: #ffffff;
border-radius: 15px;
padding: 14px 9px;
}
.probox {
border: none !important;
}
span.innericon svg {
display: none !important;
}
span.innericon {
position: relative;
}
span.innericon:after {
content: "";
background: url(//gpmobilityservices.com/wp-content/uploads/2026/03/arrow-1.png);
width: 20px;
height: 20px;
position: absolute;
left: 0;
background-repeat: no-repeat;
}
.view-more img {
background: #fff;
border-radius: 999px;
}
.footer-menu a:hover {
color: #8b1a1a !important;
}
.f-dl {
display: flex;
align-items: center;
flex-direction: row-reverse;
gap: 23px;
}
#menu-header li.menu-item.book-ride-item {
display: none;
}
#menu-header a.book-ride {
background: #83181a !important;
padding: 19px 29px !important;
text-align: center;
}
.e-btn {
margin-top: 32px;
display: none;
}
.asl_w_container {
margin-top: 35px !important;
}
section.hero {
display: none !important;
}
h5.red-tx {
margin: 0;
background: #7f1416;
padding: 8px 22px;
border-radius: 99px;
color: #fff;
display: none;
font-size: 13px;
font-weight: 500;
}
.w-reff {
display: flex;
flex-direction: column;
gap: 14px;
}
#float-bt {
position: fixed;
background: #8b1a1a;
width: 143px;
right: 17px;
display: block !important;
z-index: 999999999;
bottom: 107px;
animation: pulse 1.8s infinite;
text-wrap: nowrap;
padding: 0;
height: 48px;
border-radius: 999px;
}
#masthead .menu-inner {
height: 2px !important;
}
.r-bokx {
padding: 0;
height: 48px;
background: #8b1a1a;
display: flex;
align-items: center;
justify-content: center;
border-radius: 999px;
top: -20px;
position: relative;
}
.r-bokx {
color: #fff;
font-weight: 400;
} @keyframes pulse {
0% {
transform: scale(1);
box-shadow: 0 0 0 0 rgba(139, 26, 26, 0.6);
}
70% {
transform: scale(1.08);
box-shadow: 0 0 0 20px rgba(139, 26, 26, 0);
}
100% {
transform: scale(1);
box-shadow: 0 0 0 0 rgba(139, 26, 26, 0);
}
}
.urbania-wrap {
width: 100%;
margin: 20px 0;
}
.urbania-inner {
display: grid;
grid-template-columns: 1fr 420px; gap: 40px;
align-items: start;
} .urbania-left h1 {
font-size: 2.2rem;
font-weight: 700;
margin-bottom: 15px;
margin-top: 0px !important;
color: #333;
}
.product-desc {
margin-bottom: 30px;
line-height: 1.6;
color: #555;
} .urbania-gallery {
display: grid;
grid-template-columns: repeat(2, 1fr); gap: 12px;
} .urbania-gallery-item {
position: relative;
}
.urbania-img-wrap {
border: 1px solid #e2e2e2 !important;
position: relative;
overflow: hidden;
border-radius: 10px;
background: #f0f0f0;
}
.urbania-img-wrap img {
width: 100%;
height: 378px; object-fit: cover;
display: block;
cursor: pointer;
transition: transform 0.4s ease;
}
.urbania-img-wrap:hover img {
transform: scale(1.08);
} .urbania-card {
position: sticky;
top: 100px;
} #urb-lightbox {
display: none;
position: fixed;
inset: 0;
z-index: 999999;
background: rgba(0, 0, 0, 0.92);
align-items: center;
justify-content: center;
}
#urb-lightbox.open {
display: flex;
}
#urb-lightbox img {
max-width: 85vw;
max-height: 80vh;
border-radius: 4px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.urb-lb-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: #fff;
font-size: 3rem;
cursor: pointer;
background: none;
border: none;
padding: 20px;
transition: color 0.2s;
}
.urb-lb-arrow:hover {
color: #ccc;
}
.urb-lb-prev {
left: 10px;
}
#re-w {
padding-top: 0 !important;
}
.urb-lb-next {
right: 10px;
}
.urb-lb-close {
position: absolute;
top: 20px;
right: 20px;
font-size: 2.5rem;
color: #fff;
background: none;
border: none;
cursor: pointer;
} .car-features-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 15px;
margin: 25px 0;
width: 98%;
}
.tex-tz .elementor-heading-title {
text-wrap: nowrap !important;
}
.t-z-r {
width: 48px !important;
}
.feature-box {
display: flex;
align-items: center;
gap: 12px;
padding: 14px 16px;
border-radius: 14px;
background: #ffffff;
transition: 0.3s ease;
border: 1px solid #f1f1f1;
}
.grid-imggzz img {
width: 44px;
max-width: 220px;
position: relative;
left: -42px;
}
.feature-box:hover {
transform: translateY(-3px);
}
.feature-box .icon {
font-size: 20px;
background: #fff;
border-radius: 10px;
padding: 16px 14px 5px 14px;
}
.feature-box span {
font-size: 18px;
color: #8b1a1a;
font-weight: 700;
}
.feature-box p {
margin: 3px 0 0 !important;
font-size: 16px !important;
color: #333 !important;
} ul.sub-menu {
background: #212121;
padding: 14px;
border-radius: 11px;
padding: 0 !important;
max-height: 0;
opacity: 0;
overflow: hidden;
transform: translateY(-10px);
transition: all 0.6s ease; pointer-events: none;
}
ul.sub-menu a {
font-size: 24px !important;
} .sub-open>ul.sub-menu {
padding: 0 18px !important;
max-height: 500px;
opacity: 1;
transform: translateY(0);
pointer-events: auto;
margin: 20px;
}
li#menu-item-2844 {
position: relative;
}
li#menu-item-2844:after {
content: "";
background: url(//gpmobilityservices.com/wp-content/uploads/2026/04/weui_arrow-outlined.png);
width: 28px;
height: 18px;
position: absolute;
background-repeat: no-repeat;
right: 0;
top: 35%;
z-index: -1;
}
.sub-open:after {
content: "";
top: 10px !important;
}
.elementor-2147 .elementor-element.elementor-element-235b4e9:hover::before {
background-color: #ffffff !important;
}
.red-textz h4 {
margin: 0;
}
.red-textz:after {
content: "";
background: #7f1416;
width: 1px;
height: 60px;
position: absolute;
top: 0;
left: 0;
}
.red-textz:before {
content: "";
background: #7f1416;
width: 9px;
height: 9px;
position: absolute;
top: -3px;
left: -4px;
border-radius: 999px;
}
.red-textz {
padding-left: 24px;
}
ul.r-text {
padding: 0;
display: flex;
gap: 12px;
flex-wrap: wrap;
list-style: none;
align-items: center;
}
li.black-tx {
background: #000;
padding: 15px 20px;
border-radius: 10px;
color: #fff;
}
li.white-tx {
background: #ffffff;
padding: 15px 20px;
border-radius: 10px;
color: #000000;
border: 1px solid #000;
} .gp-heading-wrap {
text-align: center;
margin-bottom: 50px;
}
.gp-subtitle {
color: #a31515;
font-size: 15px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
}
.gp-title {
font-size: 42px;
font-weight: 700;
color: #111;
margin-top: 12px;
}
.gp-step-box {
position: relative;
background: #fff;
border-radius: 30px;
padding: 30px 21px;
min-height: 308px;
overflow: hidden;
transition: all 0.4s ease;
text-align: center;
border: 1px solid #f2f2f2;
width: 100% !important;
}
#airport-transfers .gp-step-box {
min-height: 225px !important;
}
.gp-swiper-pagination {
text-align: center;
margin-top: 40px;
}
.gp-step-count {
position: relative;
z-index: 2;
width: 75px;
height: 75px;
border-radius: 50%;
background: #a31515;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 26px;
font-weight: 700;
margin-bottom: 30px;
}
.gp-step-box h3 {
position: relative;
z-index: 2;
font-size: 30px;
color: #111;
margin-bottom: 18px;
}
.gp-step-box p {
position: relative;
z-index: 2;
color: #555;
font-size: 16px;
line-height: 20.8px !important;
}
.gp-swiper-pagination .swiper-pagination-bullet {
width: 24px;
height: 7px;
background: #d0d0d0;
opacity: 1;
border-radius: 30px;
}
.gp-swiper-pagination .swiper-pagination-bullet-active {
width: 24px;
border-radius: 30px;
background: #a31515;
}
.gp-step-box h5 {
margin: 0px 0 10px 0;
font-size: 18px !important;
line-height: 25px;
}
@media (max-width: 991px) {
.gp-title {
font-size: 34px;
}
.gp-step-box {
padding: 40px 25px;
min-height: auto;
}
.gp-step-box h3 {
font-size: 25px;
}
.gp-step-box p {
font-size: 16px;
}
.car-animate.car-start::before {
display: none !important;
}
}
@media (max-width: 767px) {
.gp-title {
font-size: 28px;
}
}  .urbania-wrap {
margin-bottom: 50px;
}
.urbania-carousel {
margin: 20px -10px;
opacity: 0;
transition: opacity 0.3s;
}
.urbania-carousel.slick-initialized {
opacity: 1;
}
.urbania-gallery-item {
padding: 0 10px;
outline: none;
} .slick-prev,
.slick-next {
z-index: 10;
width: 40px;
height: 40px;
}
.slick-prev {
left: 15px;
}
.slick-next {
right: 15px;
}
.slick-prev:before,
.slick-next:before {
font-size: 30px;
color: #000;
} #urb-lightbox {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.9);
display: none;
align-items: center;
justify-content: center;
z-index: 999999;
}
#urb-lightbox.open {
display: flex;
}
#urb-lightbox img {
max-width: 90%;
max-height: 80%;
border-radius: 4px;
}
.urb-lb-close {
position: absolute;
top: 20px;
right: 30px;
font-size: 40px;
color: #fff;
border: none;
background: none;
cursor: pointer;
}
.footer-img img {
width: 84%;
}
.gif-f {
width: 90%;
max-width: 100%;
}
.services-sectiiion .gp-step-box {
padding: 0 !important;
background: transparent !important;
}
.services-sectiiion img.img-rre {
width: 100%;
}
.services-sectiiion .gp-content-box {
position: relative;
bottom: 187px;
width: 80%;
margin: auto;
}
.services-sectiiion.gp-content-box h5 {
color: #fff;
}
.services-sectiiion .gp-content-box p {
color: #ffffff;
}
a.redz-buton {
padding: 7px 106px 7px 105px;
border-radius: 18px;
background: #8b1a1a;
color: #fff;
}
.gp-btn-box {
margin-top: 22px;
} .ateFleetSlider {
width: 100%;
padding-bottom: 50px;
max-width: 1200px;
}
.ateFleetCard {
position: relative;
overflow: hidden;
border-radius: 20px;
height: 420px;
width: 100%;
}
.ateFleetCard img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.ateFleetOverlay {
position: absolute;
inset: 0;
background: linear-gradient(to top,
rgba(0, 0, 0, 0.95) 0%,
rgba(0, 0, 0, 0.5) 45%,
rgba(0, 0, 0, 0.1) 100%);
}
.ateFleetContent {
position: absolute;
bottom: 30px;
left: 30px;
right: 30px;
text-align: center;
color: #fff;
z-index: 2;
}
.ateFleetContent h3 {
color: #fff;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 136%;
margin-bottom: 10px;
}
.ateFleetContent p {
color: #fff;
font-size: 18px;
font-style: normal !important;
font-weight: 400 !important;
line-height: 136% !important;
padding-bottom: 14px;
}
.ateFleetBtn {
display: inline-flex;
gap: 10px;
align-items: center;
justify-content: center;
background: #8b1a1a;
color: #fff !important;
font-weight: 500;
padding: 7px 29px;
border-radius: 999px;
position: relative;
overflow: hidden;
z-index: 1;
transition:
color 0.33s linear 0.5s,
border-color 0.5s,
background-color 0.3s;
width: 100%;
font-size: 16px !important;
}
.ateFleetBtn:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 160px;
min-width: 160px;
background: #ffffff46;
border-radius: 50%;
transform: scale(1) translateY(70px);
transition: transform 1s cubic-bezier(0.66, 0, 0.34, 1);
z-index: -1;
}
.ateFleetBtn:after:hover::after {
transform: scale(1.5) translateY(0);
}
.ateFleetPagination {
text-align: center;
margin-top: 30px;
}
.vehicle-swiper-pagination {
position: absolute;
text-align: center;
}
#swiper-slide-texxx {
height: 370px;
}
.swiper-slide {
display: flex;
justify-content: center;
align-content: center;
flex-wrap: wrap;
}
.ateFleetPagination .swiper-pagination-bullet {
width: 28px;
height: 5px;
border-radius: 20px;
background: #d1d1d1;
opacity: 1;
}
.ateFleetPagination .swiper-pagination-bullet-active {
background: #8b1111;
}
.fleet-card {
background: #ececec;
border-radius: 20px;
padding: 35px 25px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}
.fleet-content h2 {
color: #000;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 36px;
}
.fleet-btn {
display: inline-block;
padding: 14px 60px !important;
background: #ffffff;
color: #7f1416;
border-radius: 40px;
font-size: 16px;
transition: 0.3s ease;
line-height: 100% !important;
font-weight: 500 !important;
overflow: hidden;
position: relative;
z-index: 9;
}
a.fleet-btn:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 160px;
min-width: 160px;
background: #7f1416;
border-radius: 50%;
transform: scale(1) translateY(70px);
transition: transform 1s cubic-bezier(0.66, 0, 0.34, 1);
z-index: -1;
}
a.fleet-btn:hover:after {
transform: scale(1.5) translateY(0);
}
.fleet-btn:hover {
color: #ffffff !important;
}
.footer-img {
display: flex;
justify-content: end;
}
.fleet-icon {
width: 120px;
height: auto;
}
.fleet-icon svg {
width: 100%;
height: auto;
}
#popmake-3946 {
border: none;
box-shadow: 0px 0px 20px 5px #00000030;
border-radius: 18px;
padding: 28px !important;
}
.wo-o {
margin: 14px 0 !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
background: #8b1a1a;
color: #fff;
border: none;
}
.formm-contain input {
width: 100% !important;
padding: 14px 14px;
border-radius: 10px;
border: 1px solid #000;
}
.formm-contain textarea {
width: 100% !important;
padding: 14px 14px;
border-radius: 10px;
border: 1px solid #000;
}
.wo-o {
display: flex;
align-items: center;
gap: 11px;
}
input {
width: 100% !important;
padding: 14px 14px;
}
#booking-message.success {
color: green;
}
#booking-message.error {
color: red;
}
@media (max-width: 600px) {
.fleet-card {
flex-direction: column;
text-align: center;
}
.fleet-icon {
width: 90px;
}
} @media (max-width: 991px) {
.ateFleetContent h3 {
font-size: 24px;
}
.ateFleetCard {
height: 380px;
}
.mbb-text h2 {
color: #fff !important;
}
.mbb-text p {
color: #fff !important;
}
} @media (max-width: 767px) {
.ateFleetCard {
height: 350px;
}
.ateFleetContent h3 {
font-size: 22px;
}
.ateFleetContent p {
font-size: 14px;
}
} @media (max-width: 600px) {
.car-features-grid {
grid-template-columns: 1fr;
}
} @media (max-width: 1200px) {
.urbania-inner {
grid-template-columns: 1fr 350px;
gap: 25px;
}
.urbania-gallery {
grid-template-columns: repeat(3, 1fr);
} }
@media (max-width: 900px) {
.urbania-inner {
grid-template-columns: 1fr;
}
.footer-img {
display: flex;
justify-content: flex-start;
}
#h2text h2 {
color: #fff !important;
margin: 7px !important;
font-size: 24px !important;
}
.urbania-card {
position: relative;
top: 0;
margin-top: 30px;
}
ul.r-text {
padding: 0;
display: flex;
gap: 12px;
flex-wrap: wrap;
list-style: none;
align-items: center;
flex-direction: column;
}
li.black-tx {
width: 100%;
text-align: center;
}
li.white-tx {
width: 100%;
text-align: center;
}
.urbania-gallery {
grid-template-columns: repeat(2, 1fr);
} }
@media (max-width: 500px) {
.urbania-gallery {
grid-template-columns: 1fr;
}
}
@media only screen and (max-width: 1399px) {
.t-text .elementor-heading-title {
font-size: 16px !important;
}
}
@media only screen and (max-width: 999px) {
.box-review {
width: 100% !important;
}
#menu-header a.book-ride {
display: none !important;
}
.menu-inner {
height: 316px !important;
}
.ride-parent,
.ref-img img {
display: none;
}
.gif-f {
width: 100%;
}
.footer-img img {
width: auto;
}
#footer2 h4 {
margin-top: 0 !important;
}
.video-desktop {
display: none !important;
}
.menu-overlay {
position: fixed;
top: 0;
right: -100%;
width: 100%;
height: 100%;
background: linear-gradient(180deg, black 100%, transparent 0%);
display: flex;
justify-content: flex-start;
transition: right 0.4s ease;
z-index: 9998;
padding: 18px;
padding-top: 113px;
}
h5.red-tx {
display: inline-block;
}
.soical-media a {
border: 1px solid #000;
border-radius: 999px;
width: 45px !important;
height: 45px !important;
display: flex !important;
align-items: center;
justify-content: center;
flex-direction: column;
}
.soical-media {
display: flex;
align-items: center;
gap: 5px;
}
#footer3 h4,
#footer2 h4 {
margin-bottom: 0 !important;
}
.w-btn {
position: absolute;
width: 23%;
left: 40%;
bottom: 26px;
}
.banner-content {
display: flex;
flex-direction: column;
justify-content: space-between;
position: absolute;
top: -457px;
z-index: 9999999999999999;
gap: 18px !important;
}
.banner video {
margin-top: 0 !important;
padding: 0 !important;
}
.banner-content {
padding: 32px !important;
}
.page-id-7 .menuu-ride {
background: #c4c4c4 !important;
border-radius: 999px !important;
}
#glo-header .e-con-inner {
display: flex;
align-items: center;
padding: 12px 23px 0px 22px;
}
.banner video {
height: 366px;
}
.banner video {
position: relative !important;
inset: 0 !important;
transform: none !important;
margin-top: 60px;
padding: 0px 20px 20px 10px;
background-color: #e5e7e7;
}
.page-id-7.ehf-header #masthead {
height: 100px;
background: #ffffff;
}
.elementor-shortcode img {
width: 100% !important;
}
.e-con-inner {
padding: 10px;
}   .banner-content h1 {
font-size: 25px;
margin: 0px !important;
}
.banner-content {
width: 100%;
color: #000033 !important;
}
.e-btn {
margin-top: 0 !important;
}
.banner video {
position: relative !important;
inset: 0 !important;
transform: none !important;
height: 431px !important;
}
.containerzz,
.swiper-horizontal {
padding: 0 !important;
}
.banner-content p {
display: none !important;
}
.asl_w_container.asl_w_container_2 {
display: none;
}
.e-btn {
display: block !important;
}
div#ajaxsearchlite1 {
display: none;
}
.e-btn .ride-parent {
display: block !important;
}
span.re {
display: none;
}
.bp-tab.active {
box-shadow: 0 18px 34px #05262a24;
}
#menu-header li.menu-item.book-ride-item {
display: block !important;
}
.bp-row {
flex-wrap: wrap !important;
}
#car-id {
display: block !important;
}
.bp-row {
display: flex;
gap: 15px;
flex-direction: column;
}
.bp-tabs {
flex-wrap: nowrap !important;
overflow: scroll !important;
}
.form-row {
display: flex;
gap: 15px;
align-items: center;
flex-direction: column;
}
#footer3,
#footer2,
#footer1 {
width: 100% !important;
}
#text-wr {
width: 100% !important;
padding: 0 20px;
}
.mobility {
width: 100% !important;
max-width: 100% !important;
}
.footer-menu ul {
display: flex;
gap: 9px;
margin: 0;
padding: 0;
}
#glo-header-1 {
width: 70%;
}
#glo-header-2 {
width: 29%;
}
.banner-section {
width: 100% !important;
max-width: 100% !important;
}
.footer-menu ul {
display: flex;
gap: 14px;
margin: 0;
padding: 0;
list-style: none !important;
justify-content: flex-start;
}
.r-w {
display: flex;
gap: 1px;
flex-direction: column;
}
.banner-content p {
color: #fff !important;
}
.we-w {
position: absolute !important;
width: 23% !important;
bottom: 46px !important;
left: 39% !important;
}
}
@media only screen and (max-width: 499px) {
.w-btn {
position: absolute;
width: 46%;
left: 29%;
bottom: 24px;
}
.custom-menu li {
margin: 18px 0 !important;
}
.custom-menu li a {
font-size: 20px !important;
text-transform: uppercase !important;
}
ul.sub-menu a {
font-size: 18px !important;
}
.we-w {
position: absolute !important;
width: 36% !important;
bottom: 16px !important;
left: 32% !important;
}
.mobility h4 {
font-size: 28px !important;
}
.footer-menu ul li a {
font-size: 14px !important;
}
h2 {
font-size: 30px !important;
line-height: 46px !important;
}
}
@media only screen and (max-width: 399px) {
#ajaxsearchlite1 {
width: 281px !important;
border-radius: 999px;
background: transparent !important;
}
}