@font-face {
    font-family: "Open Sauce Sans", sans-serif;
    src: url('../fonts/opensaucesans-semibold-webfont.woff2') format('woff2'),
        url('../fonts/opensaucesans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
}
body, html {
    overflow-x: hidden;
}
body {
    background: #000;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-style: normal;
    line-height: 1.1;
}

.wrapper {
    margin: 0 auto;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
}

.backbg {
    display: none !important;
}

.backbgbox {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Heading Style */
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sauce Sans", sans-serif;
}

h1 {
    font-size: 72px;
    line-height: 1.2;
}

h2 {
    font-size: 54px;
    line-height: 1.2;
}

h3 {
    font-size: 46px;
    line-height: 1.2;
}

h4 {
    font-size: 34px;
    line-height: 1.2;
}

h5 {
    font-size: 22px;
    line-height: 1.2;
}

h6 {
    font-size: 18px;
    line-height: 1.2;
}

p {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    line-height: 1.3; 
    margin-bottom: 1rem;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Helper CSS */
@media screen and (min-width: 991px) {
    .p-8 {
        padding: 4rem !important;
    }

    .py-7 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .pt-7 {
        padding-top: 3.5rem !important;
    }

    .pb-7 {
        padding-bottom: 4rem !important;
    }

    .py-8 {
        padding-top: 6.5rem !important;
        padding-bottom: 6.5rem !important;
    }
    .simplifying-transportation-section.py-4.py-md-5.py-8 {
      padding-top: 0 !important;
    }

    .pt-8 {
        padding-top: 4rem !important;
    }

    .pb-8 {
        padding-bottom: 4rem !important;
    }

    .my-7 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }
    .mt-7 {
        margin-top: 3.5rem !important;
    }
    .mb-7 {
        margin-bottom: 3.5rem !important;
    }
    .mb-8 {
        margin-bottom: 4rem !important;
    }
    .mb-10 {
        margin-bottom: 6rem !important;
    }
    .py-10{
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

}

.w-60 {
    width: 60% !important;
}

.w-40 {
    width: 40% !important;
}
.myle-feature-section .w-60, .myle-feature-section .w-40 {
    width: 50% !important;
    align-content:center;
}
/* Button Style */
a.btn:link, a.btn:visited {
    font-family: "DM Sans", sans-serif;
}

a.btn:hover, a.btn:active {
    font-family: "DM Sans", sans-serif;
}

a.download-btn {
    color: #000;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
    display: flex;
    gap: 7px;
    align-items: center;
    border-radius: 28px;
    border: 1px solid rgba(83, 217, 255, 1);
    background: linear-gradient(90deg, #4C9AFA 0%, #51C8FD 100%);
    backdrop-filter: blur(25px);
    padding: 7px 20px;
    transition: all .2s;
}

a.btn.download-btn:hover {
    border: 1px solid rgb(83 217 255 / 78%);
    background-image: linear-gradient(90deg, #51C8FD 0%, #4C9AFA 100%);
    color: #000;
}

a.btn.outline-none-btn {
    color: #fff;
    font-size: 16px;
    border: 0;
    outline: 0;
    transition: all .2s;
}

a.btn.outline-none-btn:hover {
    color: #A7B2BF;
    text-decoration: underline;
}

a.btn.no-border-btn {
    color: #F1F4F5;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    border: 0;
    outline: 0;
    padding: 0;
    transition: .2s all;
}

a.btn.no-border-btn:hover {
    text-decoration: underline;
    color: #A7B2BF;
}

a.btn.active-btn {
  border-radius: 10px;
  border: 1px solid #53D9FF;
  background: radial-gradient(399.97% 122.56% at 74.43% 50%, #4A94F9 0%, #53D9FF 100%);
  padding: 10px 20px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  transition: all .2s;
}

a.btn.active-btn:hover {
    background: radial-gradient(399.97% 122.56% at 74.43% 50%, #53D9FF 0%, #4A94F9 100%);
}
 
a.btn.btn-blue {
    text-align: center;
    border-radius: 10px;
    border: 1px solid #4A94F9;
    background: radial-gradient(399.97% 122.56% at 74.43% 50%, #4A94F9 0%, #53D9FF 100%);
    color: #000;
    font-family: "DM Sans";
    font-size: 16px;
    padding: 10px 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
    transition: all .2s;
    height: 44px; 
    display: flex;
    align-items: center;
    justify-content: center;
    width:fit-content;
}

a.btn.btn-blue:hover {
    background: radial-gradient(399.97% 122.56% at 74.43% 50%, #53D9FF 0%, #4A94F9 100%);
}

a.btn.btn-blue img {
    height: 10px;
    width: auto;
    margin-left: 8px;
}

a.btn.no-border-btn img {
    margin-left: 5px;
}

a.btn.btn-border-highlight-btn {
    position: relative;
    padding: 10px 25px;
    height: 44px;
}

a.btn.btn-border-highlight-btn:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1.3px;
    background: linear-gradient(90deg, #4A94F9, #3d4245);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}
a.btn.btn-border-highlight-btn span {
    background: linear-gradient(90deg, #4A94F9 0%, #53D9FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: "DM Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    transition:all .2s;
}

a.btn.btn-border-highlight-btn:hover::before {
    background-image: linear-gradient(90deg, #3d4245, #4A94F9);
}
a.btn.btn-border-highlight-btn:hover span {
    background-image: linear-gradient(90deg, #53D9FF 0%, #4A94F9 100%);
}
 
/* Main menu CSS */
.hamburger {
    background: none;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    border: 0;
    outline: 0;
}

.hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    transition: all 0.3s ease;
    outline: 0;
}

/* Cross animation */
.hamburger.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

nav.main-menu {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
}

/* Header CSS */
header.header {
    position: relative;
    z-index: 9;
}

.header-top-bar-block {
    background: radial-gradient(399.97% 122.56% at 74.43% 50%, #4A94F9 0%, #53D9FF 100%);
    Colors Color format Hex Background colors;
}

.header-top-bar-block span.notification-text {
    color: #000;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
}

nav.main-menu ul {
    display: flex;
    gap: 30px;
}

nav.main-menu ul li a:link, nav.main-menu ul li a:visited {
    color: #FFF;
    text-align: right;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    text-decoration: none;
    transition: 0.2s all;
}

nav.main-menu ul li a:hover, nav.main-menu ul li.current-menu-item a {
  background: linear-gradient(270deg, #53D9FF 8.91%, #4A94F9 86.14%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}

.header-logo-navigation-block {
    padding: 15px 0;
}

.authentication-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Banner CSS */

section.hero-banner-section {
    position: relative;
}

section.hero-banner-section .container-lg {
    position: relative;
}

span.bg-pattern-eye {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    text-align: right;
}

.banner-circle-shape-box img {
    width: 100%;
    height: 600px;
    display: block;
    object-fit: cover;
}

.top-highlight-text {
  border-radius: 60px;
  background: rgba(17,24,33,.29);
  display: inline-block;
  position: relative;
  font-style: normal;
  background: linear-gradient(90deg,#4A94F9 0%,#53D9FF 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "DM Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.top-highlight-text::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 60px;
    padding: 1.3px;
    background: linear-gradient(90deg, #4A94F9, #3d4245);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

section.hero-banner-section .container {
    position: relative;
    z-index: 1;
}

.top-highlight-text i {
    font-style: normal;
    background: linear-gradient(90deg, #4A94F9 0%, #53D9FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: "DM Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

section.hero-banner-section h1 {
    color: #F1F4F5;
    line-height: 1.1;
}

section.hero-banner-section p {
    color: #A7B2BF;
    line-height: 1.5;
}

span.bg-pattern-eye img {
    width: 100%;
    object-fit: cover;
}

.banner-circle-shape-box {
    width: 600px;
    height: 600px;
    border-radius: 50%;
    overflow: hidden;
    max-width: 100%;
    position: relative;
    animation: float 12s ease-in-out infinite !important;
}

.banner-circle-shape-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.15);
    box-shadow: 0 50px 100px -12px rgba(255, 255, 255, 0.8) inset;
}

.pricing-search-form form button {
    border-radius: 10px;
    border: 1px solid #4A94F9;
    background: radial-gradient(399.97% 122.56% at 74.43% 50%, #4A94F9 0%, #53D9FF 100%);
    height: 50px;
    padding: 10px 15px;
    color: #000;
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    outline: 0;
    line-height: 1.2;
    transition: all 0.2s;
}

.pricing-search-form form button:focus, .pricing-search-form form button:hover {
    background: radial-gradient(399.97% 122.56% at 74.43% 50%, #53D9FF 0%, #4A94F9 100%);
}


.pricing-search-form form input[type="search"] {
    border-radius: 10px;
    border: 1px solid #282828;
    background: rgba(17, 24, 33, 0.29);
    padding: 10px 15px;
    color: #F1F4F5;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    height: 50px;
    min-width: 320px;
}

.pricing-search-form form button img {
    margin-left: 5px;
    height: 12px;
    width: auto;
}

.pricing-search-form form {
    display: flex;
    gap: 15px;
}

/* Media Slider */
.media-slider .item {
    border-radius: 10px;
    background: linear-gradient(180deg, #0C1A2C 0%, #000 100%);
    backdrop-filter: blur(25px);
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.5rem;
}

.media-slider .item img {
    object-fit: contain;
    display: block;
    width: 100%;
    max-height:25px;
}

section.media-logo-slider-section h6 {
    color: #A7B2BF;
    text-align: center;
    font-family: "DM Sans";
    font-size: 22px;
    line-height: 1.2;
}

.media-slider {
    position: relative;
}

.media-slider::before {
    content: "";
    background: linear-gradient(to right, #000, #00000001);
    width: 150px;
    position: absolute;
    z-index: 9;
    height: 60px;
}

.media-slider::after {
    content: "";
    background: linear-gradient(to left, #000, #00000001);
    width: 150px;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    height: 60px;
}

/* Simplifying Transformation */
section.simplifying-transportation-section h3 {
    color: #F1F4F5;
    text-align: center;
}

section.simplifying-transportation-section h3 span {
    background: linear-gradient(90deg, #4A94F9 0%, #53D9FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.simplifying-transportation-section p {
    color: #A7B2BF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.transportation-block h4 {
    color: #F1F4F5;
}

.transportation-block>img {
    width: 100%;
    height: auto;
    display: block;
}

.transportation-lists ul li {
    display: flex;
    gap: 10px;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #282828;
}

.star-rating-button {
    border: 1px solid #282828;
    padding: 8px 20px;
    display:none !important;
    font-size: 16px;
    line-height: 1.1;
}

span.rating-icon img {
    height: 23px;
}

span.tickmark-icon img {
    height: 14px;
}
.transportation-block .button-lists a.btn.btn-blue span {
    display: flex;
    align-items: center;
}

/* Brand Features Box CSS */

.brand-features-box {
    overflow: hidden;
    border: 1px solid #282828
}
.brand-features-box h2 {
    font-weight: 600;
}

.brand-features-lists ul li {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    color: #F1F4F5;
    font-size: 16px;
    line-height: 1.4;
}

.brand-features-lists ul li:not(:last-child) {
    margin-bottom: 20px;
}

.brand-features-lists ul li img {
    margin-top: 5px;
    height: 14px;
}

.brand-features-image-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brand-features-image-box.light-shadow-left-side::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, black, transparent);
}

.brand-features-image-box.light-shadow-right-side::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #000000de, transparent)
}

.brand-features-image-box>* {
    position: relative;
}

.brand-features-image-box h5 {
    color: #F1F4F5;
}

.brand-features-image-box h2 {
    color: #F1F4F5;
}

.brand-features-image-box a.btn-blue {
    color: #000;
    width: fit-content;
}

/* Testimonial Section */ 
section.testimonial-section h3 span {
    background: linear-gradient(90deg, #4A94F9 0%, #53D9FF 100%);
    background-clip: text;
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
}
.heading-part-block-center-align h3 {
    text-align: center; 
}
section.testimonial-section.gradient-bg {
    background: radial-gradient(100% 100% at 50% 0%, rgba(12, 26, 44, 0.38) 0%, rgba(0, 0, 0, 0.38) 100%);
}
.page-id-351 section.testimonial-section.gradient-bg {
    margin-top:0;
}

section.testimonial-section h3 img {
    display: inline-block;
    margin-bottom: -10px;
} 
section.testimonial-section h3 span {
    background: linear-gradient(90deg, #4A94F9 0%, #53D9FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.testimonial-section h3 img {
    display: inline-block;
    margin-bottom: -10px;
}
section.testimonial-section {
    border-top: 1px solid #282828;
}
span.section-top-highlight-text::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 60px;
    padding: 1.3px;
    background: linear-gradient(90deg, #4A94F9, #3d4245);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}
.heading-part-block-center-align span.section-top-highlight-text {
    margin: 0 auto;
} 
.heading-part-block-center-align h3 {
    text-align: center; 
}
span.section-top-highlight-text { 
    display: block;
    position: relative;
    text-align: center;
    width: fit-content;  
    padding: 10px 25px; 
    border-radius: 60px;
    background: rgba(17, 24, 33, 0.29);
    font-size: 16px; 
    line-height: 1.2;
}

span.section-top-highlight-text i {
    background: linear-gradient(90deg, #4A94F9 0%, #53D9FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
}

.testimonial-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.testimonial-card.large-box {
    width: 33%;
}

.testimonial-card.small-box {
    width: 29%;
}

.testimonial-card {
    border-radius: 10px;
    background: radial-gradient(337.28% 76.18% at 70.69% 71.62%, #070F19 0%, #0B1829 100%);
    border: 1px solid #0C1A2C;
    backdrop-filter: blur(25px);
    padding: 20px;
}

.testimonial-card blockquote {
    color: #A7B2BF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 2rem;
}

.author-information figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.author-information figure {
    border-radius: 50%;
    overflow: hidden;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
}

.author-information {
    display: flex;
    gap: 20px;
    align-items: center;
}

.author-details span.author-name {
    color: #F1F4F5;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    display: block;
    margin-bottom: 5px;
}

.author-details span.author-designation {
    color: #A7B2BF;
    font-family: "DM Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Company Service Section */
.company-services-features-section.box-border-top { 
    border-top: 1px solid #282828; 
}

.company-services-feature-picture-box {
   overflow: hidden;
    aspect-ratio: 1 / 1;
} 

.service-feature-details ul {
    list-style: disc;
    margin-left: 20px;
}

.service-feature-details ul li {
    color: #A7B2BF;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    font-size: 18px;
}
.page-id-312 .service-feature-details ul li {
    font-size: 15px;
}

.service-feature-details ul li:not(:last-child) {
    margin-bottom: 10px;
}
.service-feature-details p {
    color: #A7B2BF;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    font-size: 18px;
}

.service-icon img {
    width: 50px;
    height: auto;
    display: block;
}

.service-feature-details h4 {
    color: #F1F4F5; 
    font-style: normal;
    line-height: 1.3;
}

.company-services-feature-picture-box img {
    display: block;
}



/* About Brand Section */
.about-brand-block h3 span {
    background: linear-gradient(90deg, #4A94F9 2.24%, #53D9FF 93.02%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-myle-brand-section {
    position: relative;
}

.about-brand-block p {
    color: #A7B2BF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.brand-hightlight-notes {
    position: relative;
    border: 1px solid #282828;
    background: #000;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
}

.brand-hightlight-notes h2 {
    color: #F1F4F5;
    line-height: 1.4;
}

span.bottom-gradient-bar {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -5px;
    display: block;
}

span.bottom-gradient-bar img {
    width: 100%;
    display: block;
    margin: 0;
}
 
/* Footer CSS */
footer.footer {
    border-top: 1px solid #282828;
}
.brand-logo img {
    display: block;
    margin-bottom: 1rem;
}

span.brand-tagline-text {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    display: block;
    font-family: "Open Sauce Sans", sans-serif;
}

.footer-bottom-menu ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-bottom-menu ul li a:link, .footer-bottom-menu ul li a:visited {
    text-decoration: none;
    color: #A7B2BF;
    text-align: right;
    font-size: 16px;
    line-height: 1.2;
    transition: all .2s;
}

.footer-bottom-menu ul li a:hover {
    text-decoration: underline;
}

.footer-bottom-menu ul li.current-menu-item a {
    text-decoration: underline;
}

p.copyright-text {
    text-decoration: none;
    color: #A7B2BF;
    text-align: right;
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
}

.footer-menu-block ul li a:link, .footer-menu-block ul li a:visited {
    color: #FFF;
    font-size: 16px;
    line-height: 0.2;
    text-decoration: none;
    transition: 0.2s all;
}

.footer-menu-block ul li a:hover {
    text-decoration: underline;
}

.footer-menu-block ul li.current-menu-item a {
    text-decoration: underline;
}

.footer-menu-block ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-menu-block h6 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px;
}

.social-link-lists ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.social-link-lists ul li img {
    height: 25px;
    width: auto;
    display: block;
    margin: 0;
}

.social-link-lists ul li a:hover {
    opacity: 0.9;
}

.social-link-lists ul li a {
    transition: all .2s;
}


/* Preloader full screen */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex; 
  justify-content: center;
  align-items: center;
  z-index: 9999; 
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

/* Logo inside preloader */
#preloader .preloader-logo img {
  width: 150px;
  opacity: 1;
  transition: opacity 0.6s ease;
}

/* Fade out the logo */
#preloader.fade-logo .preloader-logo img {
  opacity: 0;
}

/* Fade out and hide preloader */
#preloader.hide {
  opacity: 0;
  visibility: hidden;
}

.service-block-desc-text p{margin-bottom:0 !important;}

/* Page Banner css */ 
.banner-caption p {
    color: #A7B2BF;
    line-height: 1.5; 
}
.banner-caption h1 {
    color: #F1F4F5;
    line-height: 1.1;
}
.page-id-312 .banner-caption h1, .page-id-760 .banner-caption h1 {
  color: #F1F4F5;
  line-height: 1.25;
  font-size: 3.1rem;
}
.page-id-312 .banner-caption h1, .page-id-312 .banner-caption p, .page-id-257 .banner-caption h1, .page-id-257 .banner-caption p, .page-id-760 .banner-caption h1, .page-id-760 .banner-caption p, .page-id-799 .banner-caption h1, .page-id-799 .banner-caption p {
  max-width: 800px;
}
.page-banner-section {
    position: relative;
}
.page-banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    background-image:linear-gradient(to right, #00000061, transparent);
}
section.page-banner-section {
    height: 90vh;
}

/* Banner Caption Block CSS */ 
section.banner-caption-block-section {
    height: 500px;
     position: relative; 
}
.banner-caption-text-block h2 {
    color: #F1F4F5; 
}
.banner-caption-text-block p {
    color: #F1F4F5;
}
section.banner-caption-block-section::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #00000078, transparent);
}

/* Rider Map CSS */
.ride-map-caption-block span.top-highlight-text {
    margin: 0 auto;
    display: block; 
    width: fit-content; 
}
.ride-map-caption-block .button-block { 
    display: flex;
    justify-content: center;
}
section.ride-map-block-section {
    height: 90vh;
}

/* Driver Steps Block */
.step-block-view {
    display: flex;
    justify-content: center;
    gap: 14rem;  
    align-items: center;
    position: relative; 
}

.step-block-lists .step-block-view:nth-child(2n+2) {
    flex-direction: row-reverse;
}
.step-block-lists .step-block-view:not(:last-child) {
    margin-bottom: 10rem;
}
.step-block-details-desc p {   
    color: #A7B2BF;
}
section.driver-steps-block-section {
    padding: 10rem 0 10rem; 
    position: relative;
    margin-top: -2%;
}
.step-block-lists {
    margin-top: 7rem;
}
.steps-flow-path-block {
    position: absolute;
    top: 0; 
    left: 50%;
    transform: translateX(-50%);
    height:100%;
    display:none;
    z-index:-1;
}
.steps-flow-path-block svg {
    height: 100%;
}
.step-block-image {
    position: relative;
    overflow: hidden;
}

.step-block-image {
    border-radius: 100%;
}

.step-block-image.right-brightness::before { 
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    box-shadow: inset -25px 0 50px rgba(255, 255, 255, 0.8);
}
 
.step-block-image img { 
    border-radius: 100%;
    margin: 0;
    display: block;
}
.step-block-image.left-brightness::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    box-shadow: inset 25px 0 50px rgba(255, 255, 255, 0.8);
}
#scrollPath {
  stroke-dasharray: 1; 
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.1s linear; /* fast + smooth */
}

/* Travel Features Block CSS */
.travel-features-block h5 {
    color: #F1F4F5;
    line-height:1.3;
}

.travel-features-block p {
    color: #A7B2BF;
}

.travel-features-block h5.custom-heading {
    min-height: 90px;
}

/* Elite Type CSS */
.elite-type-block {
    position: relative;
}

.elite-type-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    background: #00000045;
}
  
.elite-type-block > * {
    position: relative;
}    

.elite-type-inner-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about-elite-block p, .about-elite-block li {
    color: #F1F4F5;
    font-size: 16px !important;
  line-height: 1.3 !important;
}

.elite-type-right-block {
    border-left: 4px solid #f1f4f5ab;
} 

/* Contact Info Block CSS */
.contact-info-details a {
    background: linear-gradient(270deg,#4A94F9 0%,#53D9FF 100%);
    background-clip: border-box;
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    font-size: 16px;
    text-decoration: none;
    transition: all .2s;
}
.contact-info-details {
    border-top: 1px solid #282828;
}
.contact-info-details a:hover {
    text-decoration: underline;
    color: #A7B2BF;
} 
.travel-features-block figure img {
    height: 50px;
    width: 50px;
}
.travel-features-block h5, .travel-features-block h6 {
    color: #F1F4F5;
} 
h6.highlight-gradient-text {
    background: linear-gradient(270deg, #4A94F9 0%, #53D9FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width:fit-content;
    margin:0 auto;
}

/* FAQ CSS */
.faq-btn {
  border: none;
  width: 100%;
  text-align: left;
  padding: 2rem 0;
  font-size: 18px;
  color: #F1F4F5;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  font-family: "Open Sauce Sans", sans-serif;
}
.faq-btn img {
  width: 20px;
  transition: .3s;
}
.faq-btn:not(.collapsed) img {
  transform: rotate(180deg);
}
.faq-body p{
  color: #A7B2BF;
  font-size: 18px;
  line-height:1.3;
}
.accordion-item {
    background: transparent !important;
    border: 0;
    border-bottom: 1px solid #282828;
    border-radius: 0 !important;
}
.accordion {background: transparent !important;border-radius: 0;border: 0;}
.faq-body {
    padding-bottom: 1rem;
}
.faq-list-block-view h4 {
    color: #F1F4F5;
}

section.faq-block-section {
    position: relative;
}
.faq-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 620px;
}
section.faq-block-section .container {
    position: relative;
}
.faq-bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #000000b0, transparent);
}

/* Default Page Styling */
.page-content-block * {
    color: #A7B2BF;
}

/* Animated button CSS */
.seg-btn {
    position: relative;
    border: none;
    cursor: pointer;
    overflow: visible;
    --br:28px;
    border-radius: var(--br);
}
.seg-btn svg {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    fill: none;
    pointer-events: none;
}
.seg-btn svg rect {
    stroke-width: 2;
    stroke-linejoin: round;
    stroke: url(#borderGrad);
    stroke-dasharray: 50 50; 
    animation: borderMove 12s linear infinite;
    rx: calc(var(--br) / 1.4);
    ry: calc(var(--br) / 1.0);
}
.authentication-links .seg-btn svg rect {
  stroke-width: 2;
  stroke-linejoin: round;
  stroke: url(#borderGrad);
  stroke-dasharray: 50 50;
  animation: borderMove 22s linear infinite;
  rx: calc(var(--br) / 2);
  ry: calc(var(--br) / 1);
}
@keyframes borderMove {
    to { stroke-dashoffset: -100; }
}

.pixel-arrow rect {
  opacity: 0.5;
  animation: fadePixel 1.8s linear infinite;
}

.pixel-arrow rect:nth-child(1)  { animation-delay: 0s; }
.pixel-arrow rect:nth-child(2)  { animation-delay: .07s; }
.pixel-arrow rect:nth-child(3)  { animation-delay: .14s; }
.pixel-arrow rect:nth-child(4)  { animation-delay: .21s; }
.pixel-arrow rect:nth-child(5)  { animation-delay: .28s; }
.pixel-arrow rect:nth-child(6)  { animation-delay: .35s; }
.pixel-arrow rect:nth-child(7)  { animation-delay: .42s; }
.pixel-arrow rect:nth-child(8)  { animation-delay: .49s; }
.pixel-arrow rect:nth-child(9)  { animation-delay: .56s; }
.pixel-arrow rect:nth-child(10) { animation-delay: .63s; }
.pixel-arrow rect:nth-child(11) { animation-delay: .70s; }
.pixel-arrow rect:nth-child(12) { animation-delay: .77s; }
.pixel-arrow rect:nth-child(13) { animation-delay: .84s; }
.pixel-arrow rect:nth-child(14) { animation-delay: .91s; }
.pixel-arrow rect:nth-child(15) { animation-delay: .98s; }
.pixel-arrow rect:nth-child(16) { animation-delay: 1.05s; }
.pixel-arrow rect:nth-child(17) { animation-delay: 1.12s; }
.pixel-arrow rect:nth-child(18) { animation-delay: 1.19s; }
.pixel-arrow rect:nth-child(19) { animation-delay: 1.26s; }
.pixel-arrow rect:nth-child(20) { animation-delay: 1.33s; }

@keyframes fadePixel {
  0%   { opacity: 0.2; }
  50%  { opacity: 1; }
  100% { opacity: 0.2; }
}
.myle-feature-section.py-4.py-md-5.py-8 {
  padding-top: 0 !important;
  padding-bottom: 4rem !important;
}
.testimonial-section {
  margin-top: 3rem;
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  10% {
    transform: translateY(-2px);
  }
  20% {
    transform: translateY(-4px);
  }
  30% {
    transform: translateY(-6px);
  }
  40% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-8px);
  }
  70% {
    transform: translateY(-6px);
  }
  80% {
    transform: translateY(-4px);
  }
  90% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0px);
  }
}
.footer-middle-block.pb-5.pb-7 {
    padding-bottom: 6.5rem !important;
}
.page-id-275 .testimonial-section {
  margin-top: 90px;
}
.page-id-275 .step-block-details-desc {
  max-width: 500px;
}
.page-id-275 section.driver-steps-block-section, .page-id-351 section.driver-steps-block-section {
    padding-top:0 !important;
}
.page-id-275 .steps-flow-path-block {
  display:none;
}
.page-id-312 section.page-banner-section {
  height: 83vh;
}
.page-id-312 .travel-features-block-section .col-md-6, .page-id-351 .delivery-features-block-section .col-md-6, .page-id-392 .contact-info-block-section .col-md-6, .page-id-1059 .contact-info-block-section .col-md-6 {
  justify-content: center;
  display: grid;
}
.page-id-312 .ride-map-caption-block {
  max-width: 640px;
}
.page-id-312 section.ride-map-block-section .container-xl {
  justify-content: center;
  align-content: center;
  align-items: center;
  display: flex;
}
.ride-map-caption-block p {
  margin-top: 20px;
}
.designed-for-orgs, .delivery-features-block-section p {
  max-width: 880px;
  align-content: center;
  margin: 0 auto;
}
.delivery-features-block-section p, p.designed-for-orgs {
  color: #A7B2BF;
  margin-top: 30px;
}
.page-id-426 .delivery-features-block-section .col-lg-4 {
  flex: 0 0 auto;
  width: 25%;
}
.page-id-426 .delivery-features-block-section .row > * {
  padding-right: calc(var(--bs-gutter-x) * 1.5);
  padding-left: calc(var(--bs-gutter-x) * 1.5);
}
.page-id-426 .travel-features-block a.btn.no-border-btn, .page-id-351 .step-block-details-desc a.btn.no-border-btn {
  display: none;
}
#wpforms-form-542, #wpforms-form-1125, #wpforms-form-1148, #wpforms-form-1163, #wpforms-form-1178, #wpforms-form-1257,  #wpforms-form-1359 {
  max-width: 750px;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
  padding: 15px 30px 35px;
}
.wpforms-field-row.wpforms-field-medium, #wpforms-form-542 input, #wpforms-form-1125 input, #wpforms-form-1125 select, #wpforms-form-1148 input, #wpforms-form-1148 select, #wpforms-form-1163 input, #wpforms-form-1178 input, #wpforms-form-1257 input, #wpforms-form-1257 select, #wpforms-form-1359 input, #wpforms-form-1359 select {
  min-width: 100%;
}
#wpforms-form-542 label, #wpforms-form-542 legend, #wpforms-form-1125 label, #wpforms-form-1125 legend, #wpforms-form-1148 label, #wpforms-form-1148 legend, #wpforms-form-1163 label, #wpforms-form-1163 legend, #wpforms-form-1178 label, #wpforms-form-1178 legend, #wpforms-form-1257 label, #wpforms-form-1257 legend, #wpforms-form-1359 label, #wpforms-form-1359 legend {
  color: #F1F4F5;
}
#wpforms-submit-542, #wpforms-submit-1125, #wpforms-submit-1148, #wpforms-submit-1163, #wpforms-submit-1178, #wpforms-submit-1257, #wpforms-submit-1359 {
  border-radius: 10px;
  border: 1px solid #53D9FF;
  background: radial-gradient(399.97% 122.56% at 74.43% 50%,#4A94F9 0%,#53D9FF 100%);
  padding: 10px 20px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  transition: all .2s;
}
.page-id-549 h2, .page-id-1132 h2, .page-id-1154 h2, .page-id-1172 h2, .page-id-1182 h2, .page-id-1263 h2, .page-id-1364 h2 {
  padding: 50px 0 20px 0;
  text-align: center;
}
.page-id-549 main p.has-text-align-center, .page-id-1154 main p.has-text-align-center, .page-id-1172 main p.has-text-align-center, .page-id-1182 main p.has-text-align-center, .page-id-1263 main p.has-text-align-center, .page-id-1364 main p.has-text-align-center {
    margin-bottom: 2rem;
    text-align: center !important;
}
.hero-banner-section.py-4.py-md-5 {
  overflow: visible !important;
}
.page-id-275 .travel-features-block .btn.btn-border-highlight-btn, .page-id-275 .travel-features-block figure {
  display: none;
}
.page-id-275 h2.solutions-heading {
  max-width: 880px;
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom:50px;
}
.page-id-275 .travel-features-block h5.custom-heading {
    min-height:0;
}
.page-id-275 .travel-features-block {
  max-width: 430px;
  margin: 0 auto;
}
.page-id-275 .travel-features-block-section .col-md-6 .travel-features-block {
    padding: 30px 30px 5px 30px;
    min-height:185px;
}
.page-id-275 .travel-features-block-section .col-md-6:nth-child(2) .travel-features-block {
  border: 1px solid #525252;
  border-radius: 10px;
}
.page-id-275 .travel-features-block-section .col-md-6:nth-child(3) .travel-features-block {
  border: 1px solid transparent;
  border-radius: 10px;
  background: linear-gradient(to right, #000, #000) border-box, linear-gradient(to right, #53D9FF, #4A94F9) padding-box;
  background-clip: padding-box, border-box;
}
.page-id-275 .travel-features-block-section .col-md-6:nth-child(3) .travel-features-block h5 {
  background: linear-gradient(90deg, #53D9FF 0%, #4A94F9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 120px;
}
.page-id-275 .travel-features-block-section.py-8 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 20px !important;
}
.about-elite-inner-block h3, .elite-type-left-block h3 {
  font-size: 30px !important;
  line-height: 1.3 !important;
  font-weight: 700;
}
.about-elite-block h5.mb-md-5 {
  margin-bottom: 1rem !important;
}
.col-md-12 .elite-type-right-block {
  max-width: 50%;
}
.about-elite-block li::before {
  background: url(https://myle.siteassembly.com/wp-content/themes/myle-theme/assets/images/tickmark-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 20px;
  position: absolute;
  content: "";
  margin-left: -30px;
  background-position: center;
}
ul.myleLists {
  margin-left: 30px;
}
.page-id-312 .ride-map-caption-block .btn.btn-blue {
  width: 570px;
  padding-bottom: 43px;
  padding-top: 20px;
  font-weight: 700;
}
.ride-map-caption-block .btn.btn-blue::after {
  content: "(Or speak with our concierge team to begin your luxury experience)";
  position: absolute;
  display: inline;
  margin-top: 40px;
  opacity:.5;
  font-weight: 500;
  font-size:14px;
}
.page-id-312 .service-feature-details .service-icon, .page-id-312 .service-feature-details a.btn {display:none;}
.service-feature-details h4 {
  font-size: 28px;
}
.service-block-desc-text p {
  margin-bottom: 20px !important;
}
.read-more-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    margin: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
}
.read-more-content.show {
    max-height: 1000px;
    opacity: 1;
    margin-top: 1rem;
}
.read-more-content .myleLists {
    margin-left: 30px;
    padding: 0;
}
.read-more-button {
  display: inline;
  font-size: 15px !important;
  color: inherit;
  margin-left: 0;
  font-weight: 700 !important;
  background: none;
  border: none;
  padding: 0;
}
.read-more-button:hover {
    opacity: 0.8;
}
.page-id-312 .elite-type-inner-block a.btn-arrow, .page-id-312 .about-elite-inner-block a.btn-arrow {
  display: none;
}
.about-elite-block h5 {
  color: #F1F4F5;
  font-size: 17px;
  line-height: 1.5;
}
.about-elite-block li {
  margin-bottom: 10px;
}
.elite-type-left-block {
  max-width: 50%;
}
.together-components {
  width: 100%;
  max-width: 720px;
  font-size: 2rem;
  margin: 0 auto;
  padding-bottom: 100px;
}
.page-id-426 .service-feature-details a.btn.no-border-btn {
  display: none !important;
}
.page-id-426 .page-banner-section {
  text-align: center;
}
.page-id-426 .banner-caption h1 {
  line-height: 1.35;
  font-size: 3rem;
}
.page-id-426 .banner-caption p {
  color: #fff;
}
.page-id-426 .banner-buttons {
  justify-content: center;
}
.page-id-426 .elite-types-block-section .btn-arrow {
  display: none;
}
section#aboutMyle {
  background-image: url(https://myle.siteassembly.com/wp-content/uploads/2025/11/myle-compassion-driven-organization.webp) !important;
  padding-top: 13.5rem !important;
  padding-bottom: 13.5rem !important;
}
#aboutMyle .col-md-5.wow.animate__fadeInUp {
  visibility: hidden !important;
}
.page-id-760 .elite-type-block .btn-arrow, .page-id-760 .ride-map-caption-block .btn.btn-blue::after, .page-id-799 .ride-map-caption-block .btn.btn-blue::after {
  display: none;
}
.page-id-760 .ride-map-caption-block {
  max-width: 1040px;
  margin: 0 auto;
}
.page-id-799 .about-elite-block li {
  margin-bottom: -15px;
  max-width: 80%;
  margin-left: 30px;
}
.page-id-799 p.top-highlight-text {
  margin: 0 auto;
    margin-bottom: 0px;
  display: table;
  margin-bottom: 30px;
  padding:.5rem 1rem;
}
.page-id-257 .object-fit-cover {
    object-fit:contain !important;
}
.page-id-760 .service-feature-details a.btn.no-border-btn, .page-id-799 .travel-features-block-section a.btn.btn-border-highlight-btn {
  display: none;
}
.page-id-760 .read-more-content .myleLists {
  margin-bottom: 20px;
}
.page-id-760 .service-feature-details ul li:not(:last-child), .page-id-799 .service-feature-details ul li:not(:last-child) {
  margin-bottom: 0;
}
.page-id-760 .read-more-button {
  background: linear-gradient(270deg,#53D9FF 8.91%,#4A94F9 86.14%) !important;
    background-clip: border-box;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  color: #F1F4F5;
}
.page-id-799 h2.wp-block-heading.has-text-align-center {
  max-width: 930px !important;
  margin: 0 auto;
  margin-top: 20px;
}
.page-id-275 .step-block-image, .page-id-275 .step-block-image img,
.page-id-351 .step-block-image img {
    width: 100%;
    border-radius: 10px;
}
.page-id-351 .step-block-image {
  width: 37% !important;
  border-radius: 10px;
}
.home .testimonial-section {
  margin-top: 0;
}
.home section#aboutMyle {
  margin-top:50px;
  max-height: 495px;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.page-id-275 .step-block-lists .step-block-view:not(:last-child) {
  margin-bottom: 2rem !important;
}
.authentication-links {
  display: none;
}
.page-id-799 .elite-type-left-block {
  max-width: 37%;
}
.myleConnectGives {
  margin-top: 30px;
}
.page-id-799 .about-elite-block .elite-type-left-block h5 {
  background: linear-gradient(270deg,#4A94F9 0%,#53D9FF 100%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}
.page-id-799 .about-elite-block .elite-type-left-block a.btn-arrow {
    display:none;
}
.page-id-799 .ride-map-caption-block {
  max-width: 880px !important;
  margin: 0 auto !important;
}
.page-id-799 .ride-map-caption-block p {
  color: #A7B2BF;
}
.tab-slider--nav{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.tab-slider--tabs{
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  background: #F1F4F5;
  height: 35px;
  user-select: none;
  border: 1px solid #f1f4f5;
}
.tab-slider--tabs::after {
  content: "";
  width: calc(50% + 6px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  transition: all 250ms ease-in-out;
  border-radius: 35px;
  color: #F1F4F5;
  text-align: center;
  border: 1px solid #4A94F9;
  background: radial-gradient(399.97% 122.56% at 74.43% 50%,#4A94F9 0%,#53D9FF 100%);
}
.tab-slider--tabs.slide:after{
	left: 50%;
}

.tab-slider--trigger {
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	padding: 11px 20px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: inline-block;
	transition: color 250ms ease-in-out;
	user-select: none; 
}
.tab-slider--body{
	margin-bottom: 20px;
}
.choose-your-model-toggler {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 40px 30px 20px 30px;
  border: 1px solid #252525;
  border-radius: 10px;
}
.tab-slider--trigger.active {
  color: #000;
}
.choose-your-model-toggler h2 {
  font-size: 36px;
}
.tab-slider--body p {
  margin-top: 20px;
}
.tab-slider--body h5 {
  line-height: 2.2;
}
p.all-model-inclusions {
  margin-bottom: 20px !important;
  font-style:italic;
}
.page-id-799 .travel-features-block {
  max-width: 400px;
  display: inline-flex;
  gap: 30px;
}
.page-id-799 .travel-features-block  h5.custom-heading {
  color: #F1F4F5;
  line-height: 1.5;
  min-height:0 !important;
}
.page-id-799 .travel-features-block figure {
  margin-bottom: 0 !important;
}
.page-id-799 .travel-features-block-section .col-md-6.col-lg-4 {
  justify-content: center;
  display: flex;
}
.page-id-799 .travel-features-block .mb-md-4 {
    margin-bottom: 3rem !important;
}
.page-id-799 .company-services-features-section.box-border-top {
  border-top: none;
}
.page-id-799 .company-services-features-section.py-8 {
    padding-top: 8.5rem !important;
}
.page-id-236 .testimonial-section.gradient-bg.py-4.py-md-5.py-8 {
  margin-top: 0;
}
.page-id-438 .container-xl h1, .page-id-438 .page-content-block {
  width: 100%;
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0 20px;
}
.page-id-438 .page-content-block * {
  color: #F1F4F5;
}
.page-id-438 .page-content-block ul {
  margin-bottom: 20px;
}
.page-id-438 li {
  font-size: 18px;
  line-height: 1.5rem !important;
  list-style: circle;
}
.page-id-438 ul {
  margin-left: 30px;
}
section.hero-banner-section h1, section.hero-banner-section p {
  max-width: 620px;
}
.media-logo-slider-section h6 {margin-bottom: 2rem !important;}
.page-id-799 .service-feature-details a.btn.no-border-btn, .pricing-search-form, .top-highlight-text, .page-id-275 .ride-map-caption-block .btn.btn-blue::after, .page-id-236 .service-feature-details a.btn.no-border-btn, .page-id-351 .travel-features-block a.btn.no-border-btn {
  display: none !important;
}
.page-id-1059 .contact-info-block-section .col-lg-4 {
  flex: 0 0 auto;
  width: 25%;
}
header.header .container-xl {
  --bs-gutter-x: 5rem !important;
}
#wpforms-confirmation-542 {
    background: radial-gradient(399.97% 122.56% at 74.43% 50%,#4A94F9 0%,#53D9FF 100%);
}
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: radial-gradient(399.97% 122.56% at 74.43% 50%,#4A94F9 0%,#53D9FF 100%);
  border: 1px solid #00000010;
  box-sizing: border-box;
  max-width: 720px;
  border-radius: 10px;
  text-align: center;
}
.page-id-275 .travel-features-block-section .col-md-6:nth-child(1) .travel-features-block {
  border: 1px solid #D14646;
  border-radius: 10px;
}
.page-id-312 .elite-type-block:has(.read-more-content.show) {
  height: 657px !important;
}
.w-100 {
  width: 101% !important;
}
.elite-type-block {
    background-size:110% !important;
}
.back-to-top-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #000;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transform: translateY(20px);
}
.back-to-top-button.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.back-to-top-button:hover {
    transform: translateY(-5px);
}
.back-to-top-button svg {
    width: 29px;
    height: 18px;
    transform: rotate(180deg);
}
.author-information figure img {
  width: 107%;
  height: 107%;
  display: block;
  object-fit: contain;
  margin-left: -2px;
  margin-top: -2px;
}
.item.testimonial-card .info-box-view h3 {
  font-size: 32px !important;
  margin-bottom: 25px;
}
.page-id-426 .elite-type-block.rounded-3.backbgbox.p-4.p-md-5 {
  height: 100%;
}
.page-id-426 section#aboutMyle {
  background-image: url(https://myle.siteassembly.com/wp-content/uploads/2025/12/technology-hero-scaled.webp) !important;
}
a.callSupport {
  margin-top: 40px !important;
  position: absolute;
}
a.btn.no-border-btn {
  color: #F1F4F5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  border: 0;
  outline: 0;
  padding: 0;
  transition: .2s all;
}
a.btn:link, a.btn:visited {
  font-family: "DM Sans", sans-serif;
}
.page-id-426 .btn.no-border-btn {
  text-align: center;
  border-radius: 10px;
  border: 1px solid #4A94F9 !important;
  background: radial-gradient(399.97% 122.56% at 74.43% 50%, #4A94F9 0%, #53D9FF 100%);
  color: #000 !important;
  font-family: "DM Sans" !important;
  font-size: 16px !important;
  padding: 10px 20px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
  transition: all .2s !important;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.page-id-426 .btn.no-border-btn img {display:none;}
.btn.no-border-btn svg {display: none;}
.btn.no-border-btn.technologyOnly svg {display: inline-block;}
/* Fix mobile menu visibility */
#menu-block {
  z-index: 9999 !important;
}


























