body {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    background: url(../img/home/banner-bg.webp) no-repeat center top;
    background-size: 100%;
    overflow-x: hidden;
}

.navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    display: none;
}

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

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    overflow: hidden;
}

.mw-10 {
    max-width: 10%;
}
.mw-20 {
    max-width: 20%;
}
.mw-25 {
    max-width: 25%;
}
.mw-30 {
    max-width: 30%;
}
.mw-40 {
    max-width: 40%;
}
.mw-50 {
    max-width: 50%;
}
.mw-60 {
    max-width: 60%;
}
.mw-70 {
    max-width: 70%;
}
.mw-75 {
    max-width: 70%;
}
.mw-80 {
    max-width: 80%;
}
.mw-85 {
    max-width: 85%;
}
.mw-90 {
    max-width: 90%;
}
.mw-95 {
    max-width: 95%;
}
.mw-96 {
    max-width: 96%;
}
.mw-98 {
    max-width: 98%;
}
.mw-100 {
    max-width: 100%;
}
.min-vh-50 {
    min-height: 50vh !important;
}
.min-vh-40 {
    min-height: 40vh !important;
}
.min-vh-25 {
    min-height: 25vh !important;
}
.margin--10 {
    margin-top: -10%;
}
.margin--5 {
    margin-top: -5%;
}

p a,
a {
    color: #c30008;
}

p {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}

.header {
    background: url(../img/common/header-bg.png) no-repeat center top;
    height: 110px;
    background-size: contain;
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0px;
}

.logo img {
    width: 86%;
    margin: 13px auto;
}

.header .become-partner {
    width: 260px;
    height: 52px;
    text-align: center;
    border: solid 1px #fff;
    border-radius: 16px;
    color: #fff;
    line-height: 48px;
    margin: 18px 20px 0px 0px;
    float: right;
    font-size: 20px;
    font-weight: 600;
}

.header .become-partner:hover {
    background: #f0c858;
    border: solid 1px #f0c858;
    color: #000;
}

.header .become-partner a {
    color: #fff;
    text-decoration: none;
    padding: 0px;
}

.header .become-partner:hover a {
    color: #000;
}

.navbar {
    background: #a0262d;
    border: solid 2px #be3840;
    border-radius: 37px;
    margin: 18px auto 0px;
    text-align: center;
    padding: 0px !important;
    max-width: 100%;
}
.navbar ul {
    margin: auto;
}

.navbar ul li.nav-item a.nav-link {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}

.navbar ul li.nav-item a.nav-link {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    text-align: center;
}
.navbar ul li {
    margin: 0px 40px;
}

.navbar ul li.nav-item a:hover {
    font-size: 17px;
    font-weight: 700;
    background: url(../img/common/menu-active.svg) no-repeat center bottom !important;
    background-size: contain;
}

.navbar ul li.nav-item a.active {
    font-size: 18px;
    font-weight: 700;
    background: url(../img/common/menu-active.svg) no-repeat center bottom !important;
    background-size: contain;
}

.banner {
    color: #fff;
    width: 100%;
    margin-top: 110px;
    padding-bottom: 12%;
}

.banner-content {
    padding: 0px 0px;
    width: 90%;
}

.banner-content h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
}

.banner-content p {
    font-size: 20px;
    line-height: 35px;
}

.download-app {
    background: #f0c858;
    border-radius: 16px;
    width: 320px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
    font-weight: 700;
    text-align: center;
    color: #121318;
    margin-top: 30px;
}

.download-app a {
    text-decoration: none;
    color: #121318;
}

.search {
    width: 98%;
    max-width: 1700px;
    height: 193px;
    background: #fff;
    margin: 50px auto;
    padding: 3.5% 2%;
    border-radius: 30px;
    box-shadow: 0px 0px 44px 2px rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: 0px 0px 44px 2px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 0px 44px 2px rgba(0, 0, 0, 0.37);
}

.search h2 {
    font-size: 30px;
    text-align: left;
    color: #121318;
}
.search p {
    font-size: 20px;
    text-align: left;
    color: #c30008;
}

.search .btn-submit {
    width: 100%;
    height: 42px;
    text-align: center;
    color: #121318;
    background: #f0c858;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
}

.search input {
    border: solid 0px #a8a8a8;
    border-radius: 0px;
    height: 42px;
    background: transparent;
}

.search .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    border: solid 1px #a8a8a8;
    border-radius: 12px;
    background: #fff;
}
.search .input-group-text {
    border-right: solid 0px #a8a8a8;
    border-radius: 12px;
    background: transparent;
    height: 42px;
}

.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0;
}

.search .form-control:focus {
    border-color: #121318;
    outline: 0;
    box-shadow: none;
    background: transparent;
    border-radius: 12px;
}

.about {
    background: #f6f6f6;
    padding: 8% 2.5% 5% !important;
    margin: -111px auto 0px;
    z-index: -1;
    position: relative;
    color: #121318;
}

.about h3 {
    font-size: 35px;
    text-align: left;
    color: #121318;
    margin-bottom: 20px;
    font-weight: 700;
}
.about p {
    font-size: 16px;
    text-align: left;
    color: #121318;
}

.about img {
    border-radius: 30px;
}

.steps {
    padding: 4% 0.5% 4%;
    text-align: center;
}

.steps h3 {
    font-size: 35px;
    text-align: center;
    color: #121318;
    margin-bottom: 3%;
    font-weight: 700;
}
.steps p {
    font-size: 16px;
    text-align: left;
    color: #121318;
}

.steps .step-1 {
    background: #d8eedf;
    border-radius: 30px;
    padding: 30px;
    text-align: left;
    margin-top: 30%;
    height: 545px;
    width: 95%;
}

.steps .step-1 .one {
    position: relative;
    float: right;
    background: #b4d9c0;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 35px;
    font-weight: 700;
    line-height: 70px;
    color: #fff;
}

.steps .step-1 h3 {
    font-size: 22px;
    text-align: left;
    color: #121318;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: -110px;
}
.steps .step-1 p {
    font-size: 16px;
    text-align: left;
    color: #121318;
}

.steps .step-1 p a {
    color: #c30008;
}

.steps .step-2 {
    background: #d8e5f7;
    border-radius: 30px;
    padding: 30px;
    text-align: left;
    margin-top: 30%;
    height: 545px;
    width: 95%;
}

.steps .step-2 .two {
    position: relative;
    float: right;
    background: #a8bedb;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 35px;
    font-weight: 700;
    line-height: 70px;
    color: #fff;
}

.steps .step-2 h3 {
    font-size: 22px;
    text-align: left;
    color: #121318;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: -110px;
}
.steps .step-2 p {
    font-size: 16px;
    text-align: left;
    color: #121318;
}

.steps .step-3 {
    background: #fdf1c9;
    border-radius: 30px;
    padding: 30px;
    text-align: left;
    margin-top: 30%;
    height: 545px;
    width: 95%;
}

.steps .step-3 .three {
    position: relative;
    float: right;
    background: #ddd0a2;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 35px;
    font-weight: 700;
    line-height: 70px;
    color: #fff;
}

.steps .step-1 img,
.steps .step-2 img,
.steps .step-3 img {
    top: -150px;
    position: relative;
}

.steps .step-3 h3 {
    font-size: 22px;
    text-align: left;
    color: #121318;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: -110px;
}
.steps .step-3 p {
    font-size: 16px;
    text-align: left;
    color: #121318;
}

.why-ontime {
    background: #f6f6f6;
    padding: 5% 2.5% 5% !important;
    color: #121318;
}

.why-ontime h3 {
    font-size: 35px;
    text-align: center;
    color: #121318;
    margin-bottom: 3%;
    font-weight: 700;
}
.why-ontime p {
    font-size: 16px;
    text-align: center;
    color: #121318;
}

.why-ontime .card {
    background: #121318;
    border: solid 2px #c30008;
    border-radius: 33px;
    text-align: center;
    padding: 20px;
    width: 100%;
    height: 420px;
    cursor: pointer;
}

.why-ontime .card:hover {
    background: #f0c858;
}

.why-ontime .card:hover .content p {
    color: #000;
}

.why-ontime .card .head {
    text-align: center;
    background: url(../img/home/card-head-bg.svg) no-repeat center top;
    background-size: contain;
    padding-bottom: 20px;
}

.why-ontime .card .head img {
    margin: 20px auto 15px;
}

.why-ontime .card .head p {
    text-align: center;
    color: #c30008;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.why-ontime .card .content {
    padding: 15px 10px 0px;
}
.why-ontime .card .content p {
    text-align: center;
    color: #ff646a;
    font-size: 18px;
}

.meet-our-captains {
    padding: 4% 2.5% 4%;
    text-align: center;
}

.meet-our-captains h3 {
    font-size: 35px;
    text-align: center;
    color: #121318;
    margin-bottom: 3%;
    font-weight: 700;
}
.meet-our-captains p {
    font-size: 16px;
    text-align: center;
    color: #121318;
}

a.btn.become-captain {
    width: 195px;
    height: 42px;
    text-align: center;
    border: solid 1px #c30008;
    border-radius: 12px;
    color: #c30008;
    line-height: 25px;
    margin: 0px auto 3%;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    display: block;
    cursor: pointer;
}

a.btn.become-captain {
    color: #c30008;
    text-decoration: none;
}

a.btn.become-captain:hover {
    color: #fff;
    background: #c30008;
}

.ready-next-drive {
    background: #121318;
    border-radius: 30px;
    height: 200px;
    width: 100%;
    margin-bottom: 3%;
    color: #fff;
}

.ready-next-drive h3 {
    font-size: 35px;
    text-align: center;
    color: #fff;
    margin-bottom: 3%;
    font-weight: 700;
}
.ready-next-drives p {
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.bg-white {
    background: #fff;
}

/* CTA Banner Container */
.cta-banner {
    background: url(../img/home/bg-next-drive.svg) no-repeat center top;
    width: 95%;
    height: auto;
    border-radius: 30px;
    display: flex;
    margin-bottom: 20px;
    background-size: cover;
}

/* Text Content */
.cta-content {
    color: white;
    max-width: 315px;
    margin: 16px 0px 0px 20px;
}

.cta-content h2 {
    font-size: 26px;
    margin-bottom: 10px;
}

/* CTA Button */
.cta-button {
    background: #c30008;
    color: white;
    padding: 5px 15px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}

.cta-button a:hover {
    color: #fff;
}

.cta-button a {
    text-decoration: none;
    color: #fff;
}

/* Contact Info */
.contact-info {
    color: white;
    text-align: left;
    margin: 16px 16% 0px 14%;
}

.contact-info p {
    margin-bottom: 0px;
}

.phone {
    font-size: 18px;
    font-weight: bold;
    color: #e74c3c; /* Red color for phone number */
}

.phone-icon {
    margin-right: 5px;
}

/* Car Image */

.cta-image {
    position: absolute;
    right: 0px;
}
.cta-image img {
    width: 90%;
    position: relative;
    right: 50px;
    top: -75px;
}

.get-app {
    color: #121318;
    padding: 3% 0 4% !important;
}

.get-app h3 {
    font-size: 35px;
    text-align: center;
    color: #121318;
    margin-bottom: 3%;
    font-weight: 700;
}
.get-app p {
    font-size: 20px;
    text-align: center;
    color: #121318;
}

form#get-app-form {
    /* width: 500px; */
    display: flex;
    max-width: 450px;
    margin: auto;
}

.get-app .phone-field {
    width: 450px;
}

.get-app .phone-field input {
    max-width: 320px;
    width: 90%;
    height: 42px;
    border: solid 1px #666666;
    border-radius: 12px;
    margin-right: 0;
}

.get-app .download-app {
    background: #c30008;
    border-radius: 12px;
    width: 170px;
    height: 42px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-top: 0px;
}

.get-app .download-app:hover,
.download .download-app:hover {
    color: #fff;
}

.footer-top {
    background: #121318;
    padding: 5% 2.5% 5% !important;
}

.footer-top .border-start {
    border-left: 1px solid #fff !important;
}

.footer-top .address,
.footer-top .call,
.footer-top .email {
    margin: 30px 0 25px;
}

.footer-top .email {
    margin-left: 30px;
}

.footer-top .address p strong,
.footer-top .call p strong,
.footer-top .email p strong {
    font-size: 20px;
    color: #fff;
    line-height: 24px;
}

.footer-top .address p,
.footer-top .call p,
.footer-top .email p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 10px;
}

.footer-top .address p a,
.footer-top .call p a,
.footer-top .email p a {
    text-decoration: none;
    color: #fff;
}
.footer-top h4 {
    font-size: 20px;
    text-align: left;
    color: #fff;
    margin-bottom: 10%;
    font-weight: 700;
}
.footer-top ul {
    margin: 0px;
    padding: 0px;
}

.footer-top ul li {
    list-style: none;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 20px;
}

.footer-top ul li a {
    text-decoration: none;
    color: #fff;
}

.footer-top .Social img {
    margin-right: 10px;
}
.copy {
    background: #000000;
    padding: 3% 0 3% !important;
}

.copy p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 0px;
    text-align: center;
}

.copy p a {
    color: #fff;
    text-decoration: none;
}

.why-amber-ontime {
    padding: 5% 2.5% 5%;
    background: #f6f6f6;
    color: #121318;
}

.why-amber-ontime h3 {
    font-size: 35px;
    text-align: left;
    color: #121318;
    margin-bottom: 25px;
    font-weight: 700;
}
.why-amber-ontime p {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #121318;
}

.why-amber-ontime .tab-pane img {
    border-radius: 30px;
}

.why-amber-ontime .tab-bg {
    background: #fff;
    border-radius: 30px;
    padding: 25px 20px 0px;
    width: 100%;
    margin: 30px auto;
}

.why-amber-ontime .tab-bg .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #121318;
    background-color: #f0c858;
    border-radius: 30px;
    padding: 15px 20px 0px;
    width: 100%;
    display: block;
    max-height: 145px;
    margin-bottom: 20px;
}

.nav-item button.nav-link.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: url(../img/captain/arrow-right.svg) no-repeat right;
    position: relative;
    top: -50px;
    right: 0px;
    width: 16px;
    height: 28px;
    float: right;
    display: none;
}

.why-amber-ontime .tab-bg .nav-pills .nav-link {
    margin-bottom: 0px;
}

.why-amber-ontime .tab-bg .nav-pills .nav-link p {
    display: none;
    margin-top: 5px;
    padding-right: 10%;
}

/* Show <p> only when tab is active */
.why-amber-ontime .tab-bg .nav-pills .nav-link.active p {
    display: block;
}

/*.why-amber-ontime .tab-bg .nav-pills .nav-link .nav-pills h4 {
}*/

.why-amber-ontime .tab-bg .nav-pills .nav-link.active,
.nav-pills h4 {
    text-align: left;
    color: #121318;
    display: inline;
}

.why-amber-ontime .tab-bg .nav-pills .nav-link img {
    float: left;
    margin-right: 30px;
    margin-bottom: 38px;
}

.why-amber-ontime .tab-bg .nav-pills .nav-link.active img {
    float: left;
    margin-right: 30px;
    margin-bottom: 56px;
    margin-top: 10px;
}

.apply-driver {
    background: #f0c858;
    border-radius: 16px;
    width: 250px;
    height: 70px;
    font-size: 20px;
    line-height: 70px;
    font-weight: 700;
    text-align: center;
    color: #121318;
    margin-top: 30px;
    border: none;
}

.banner-captian {
    color: #fff;
    width: 100%;
    padding-bottom: 5%;
    margin-top: 110px !important;
}

.banner-captian .banner-content {
    padding: 0px 0px;
    width: 90%;
}

.banner-captian .banner-content h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
}

.banner-captian .banner-content p {
    font-size: 20px;
    line-height: 35px;
}

.banner-captian .banner-content input {
    width: 70%;
    border-radius: 12px;
    /* background: #fff; */
    height: 52px;
    margin-bottom: 15px;
}

.banner-captian .banner-content .form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 0px;
    border: none;
}

.banner-captian .banner-content .form-check-input:checked[type="checkbox"] {
    background-image: url(../img/common/checkbox.svg);
    background-repeat: no-repeat;
    background-position: left;
}

.steps-captain {
    padding: 5% 2.5% 5%;
    text-align: center;
}

.steps-captain h3 {
    font-size: 35px;
    text-align: center;
    color: #121318;
    margin-bottom: 3%;
    font-weight: 700;
}
.steps-captain p {
    font-size: 16px;
    text-align: left;
    color: #121318;
}

.steps-captain .step-1 {
    background: #d8eedf;
    border-radius: 30px;
    padding: 30px;
    text-align: left;
    margin-top: 30%;
    height: 545px;
    width: 95%;
}

.steps-captain .step-1 .one {
    position: relative;
    float: right;
    background: #b4d9c0;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 35px;
    font-weight: 700;
    line-height: 70px;
    color: #fff;
}

.steps-captain .step-1 h3 {
    font-size: 22px;
    text-align: left;
    color: #121318;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: -80px;
}
.steps-captain .step-1 p {
    font-size: 16px;
    text-align: left;
    color: #121318;
}

.steps-captain .step-1 p a {
    color: #c30008;
}

.steps-captain .step-2 {
    background: #d8e5f7;
    border-radius: 30px;
    padding: 30px;
    text-align: left;
    margin-top: 30%;
    height: 545px;
    width: 95%;
}

.steps-captain .step-2 .two {
    position: relative;
    float: right;
    background: #a8bedb;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 35px;
    font-weight: 700;
    line-height: 70px;
    color: #fff;
}

.steps-captain .step-2 h3 {
    font-size: 22px;
    text-align: left;
    color: #121318;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: -80px;
}
.steps-captain .step-2 p {
    font-size: 16px;
    text-align: left;
    color: #121318;
}

.steps-captain .step-3 {
    background: #fdf1c9;
    border-radius: 30px;
    padding: 30px;
    text-align: left;
    margin-top: 30%;
    height: 545px;
    width: 95%;
}

.steps-captain .step-3 .three {
    position: relative;
    float: right;
    background: #ddd0a2;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 35px;
    font-weight: 700;
    line-height: 70px;
    color: #fff;
}

.steps-captain .step-3 h3 {
    font-size: 22px;
    text-align: left;
    color: #121318;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: -80px;
}
.steps-captain .step-3 p {
    font-size: 16px;
    text-align: left;
    color: #121318;
}

.steps-captain .step-4 {
    background: #f2d9ef;
    border-radius: 30px;
    padding: 30px;
    text-align: left;
    margin-top: 30%;
    height: 545px;
    width: 95%;
}

.steps-captain .step-4 .four {
    position: relative;
    float: right;
    background: #ddd0a2;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 35px;
    font-weight: 700;
    line-height: 70px;
    color: #fff;
}

.steps-captain .step-4 h3 {
    font-size: 22px;
    text-align: left;
    color: #121318;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: -80px;
}
.steps-captain .step-4 p {
    font-size: 16px;
    text-align: left;
    color: #121318;
}

.steps-captain .step-1 img,
.steps-captain .step-2 img,
.steps-captain .step-3 img,
.steps-captain .step-4 img {
    top: -120px;
    position: relative;
}

.requirements {
    background: #f6f6f6;
    padding: 5% 2.5% 5% !important;
    color: #121318;
}

.requirements h3 {
    font-size: 35px;
    text-align: left;
    color: #121318;
    margin-bottom: 3%;
    font-weight: 700;
}
.requirements p {
    font-size: 16px;
    text-align: left;
    color: #121318;
    max-width: 90%;
}

.requirements img {
    border-radius: 30px;
}

.download-driver-app {
    background: #fff;
    padding: 5% 2.5% 5% !important;
    color: #121318;
}

.download {
    background: #121318;
    border-radius: 30px;
    padding: 30px 40px 30px !important;
    position: relative;
}

.download h4 {
    font-size: 30px;
    text-align: left;
    color: #fff;
    margin-bottom: 1%;
    font-weight: 400;
}
.download h5 {
    font-size: 25px;
    text-align: left;
    color: #fff;
}

.download h5 span {
    color: #ef555b;
}

.download .cta-button {
    background: #c30008;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    width: 230px;
    text-align: center;
    margin: 30px 0px 25px;
}

.download input.form-control {
    display: block;
    width: 300px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border-radius: 12px;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    margin-right: 15px;
}

.download .download-app {
    background: #c30008;
    border-radius: 12px;
    width: 140px;
    height: 42px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-top: 0px;
}

.download .user-download {
    position: absolute;
    top: -84px;
    right: -134px;
}

.download .user-download .mw-100 {
    max-width: 65% !important;
}

#goToTop {
    cursor: pointer;
    display: none;
}

#goToTop img {
    width: 50px;
}

.carousel {
    width: 100%;
    margin: 0px auto;
}
.slick-slide {
    margin: 10px;
}
.slick-slide img {
    width: 100%;
    height: 320px;
    border: 2px solid #fff;
    object-fit: cover;
    position: relative;
}

.slider-container {
    padding: 0 60px; /* Ensures half-slide visibility */
}
.carousel img {
    width: auto;
    height: 320px;
    object-fit: cover;
    border-radius: 30px;
}
.profile-info {
    position: relative;
    bottom: 0;
    left: 1px;
    width: 256px;
    padding: 25px 10px;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    top: -81px;
    border-radius: 30px;
}

.profile-info span {
    font-size: 18px;
    font-weight: 700;
}

.profile-info span:last-child {
    font-size: 17px;
    font-weight: 400;
}

.profile-content {
    position: relative;
    top: -78px;
    width: 256px;
}
.star {
    color: gold;
    font-size: 14px;
}
.slick-slide {
    margin: 10px;
}

.slick-slider {
    margin-bottom: 0px !important;
}

.slick-slide p {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #121318;
    margin: 10px auto;
    padding: 5px;
    font-weight: 400;
}

.carousel .tags span {
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    color: #c30008;
    display: inline-block;
    padding: 5px 10px;
    border: solid 1px #d9d9d9;
    border-radius: 19px;
    font-weight: 400;
    margin-bottom: 5px;
}

.input-group-text {
    display: none; /* Initially hide the icon */
    border: none;
    line-height: 35px;
    font-size: 20px;
    font-weight: 600;
    padding-right: 0px;
}

.banner-about {
    color: #fff;
    width: 97%;
    padding-bottom: 5%;
    margin-top: 110px !important;
}

.banner-about .banner-content {
    padding: 0px 0px;
    width: 90%;
}

.banner-about .banner-content h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
}

.banner-about .banner-content p {
    font-size: 20px;
    line-height: 35px;
}

.our-mission {
    background: #f6f6f6;
    padding: 8% 2.5% 5% !important;
    margin: 0px auto 0px;
    color: #121318;
}

.our-mission h3 {
    font-size: 35px;
    text-align: left;
    color: #121318;
    margin-bottom: 20px;
    font-weight: 700;
}
.our-mission p {
    font-size: 16px;
    text-align: left;
    color: #121318;
}

.our-missionimg {
    border-radius: 30px;
}

.steps-about {
    padding: 4% 2.5% 4%;
    text-align: center;
    background: #fff;
}

.steps-about h3 {
    font-size: 35px;
    text-align: center;
    color: #121318;
    margin-bottom: 3%;
    font-weight: 700;
}
.steps-about p {
    font-size: 16px;
    text-align: left;
    color: #121318;
}

.steps-about .step-1 {
    background: #d8eedf;
    border-radius: 30px;
    padding: 30px;
    text-align: left;
    margin-top: 30%;
    height: 545px;
    width: 95%;
}

.steps-about .step-1 .one {
    position: relative;
    float: right;
    background: #b4d9c0;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 35px;
    font-weight: 700;
    line-height: 70px;
    color: #fff;
}

.steps-about .step-1 h3 {
    font-size: 22px;
    text-align: left;
    color: #121318;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: -110px;
}
.steps-about .step-1 p {
    font-size: 16px;
    text-align: left;
    color: #121318;
    line-height: 24px;
}

.steps-about .step-1 p a {
    color: #c30008;
}

.steps-about .step-2 {
    background: #d8e5f7;
    border-radius: 30px;
    padding: 30px;
    text-align: left;
    margin-top: 30%;
    height: 545px;
    width: 95%;
}

.steps-about .step-2 .two {
    position: relative;
    float: right;
    background: #a8bedb;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 35px;
    font-weight: 700;
    line-height: 70px;
    color: #fff;
}

.steps-about .step-2 h3 {
    font-size: 22px;
    text-align: left;
    color: #121318;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: -110px;
}
.steps-about .step-2 p {
    font-size: 16px;
    text-align: left;
    color: #121318;
    line-height: 24px;
}

.steps-about .step-3 {
    background: #fdf1c9;
    border-radius: 30px;
    padding: 30px;
    text-align: left;
    margin-top: 30%;
    height: 545px;
    width: 95%;
}

.steps-about .step-3 .three {
    position: relative;
    float: right;
    background: #ddd0a2;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 35px;
    font-weight: 700;
    line-height: 70px;
    color: #fff;
}

.steps-about .step-1 img,
.steps-about .step-2 img,
.steps-about .step-3 img {
    top: -150px;
    position: relative;
}

.steps-about .step-3 h3 {
    font-size: 22px;
    text-align: left;
    color: #121318;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: -110px;
}
.steps-about .step-3 p {
    font-size: 16px;
    text-align: left;
    color: #121318;
    line-height: 24px;
}

.our-commitment {
    background: #f6f6f6;
    padding: 5% 2.5% 5% !important;
    color: #121318;
}

.our-commitment h3 {
    font-size: 35px;
    text-align: center;
    color: #121318;
    margin-bottom: 3%;
    font-weight: 700;
}
.our-commitment p {
    font-size: 16px;
    text-align: center;
    color: #121318;
}

.our-commitment .card1 {
    background: url(../img/about/card-1.svg) no-repeat center top;
    height: 470px;
}

.our-commitment .card1 .content,
.our-commitment .card2 .content,
.our-commitment .card3 .content,
.our-commitment .card4 .content {
    padding: 60% 0% 0px;
    text-align: center;
    max-width: 50%;
    margin: auto;
}

.our-commitment .card1 .content h4,
.our-commitment .card2 .content h4,
.our-commitment .card3 .content h4,
.our-commitment .card4 .content h4 {
    font-size: 23px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.our-commitment .card1 .content p,
.our-commitment .card2 .content p,
.our-commitment .card3 .content p,
.our-commitment .card4 .content p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    margin-top: 10px;
}

.our-commitment .card2 {
    background: url(../img/about/card-2.svg) no-repeat center top;
    height: 470px;
}

.our-commitment .card3 {
    background: url(../img/about/card-3.svg) no-repeat center top;
    height: 470px;
}

.our-commitment .card4 {
    background: url(../img/about/card-4.svg) no-repeat center top;
    height: 470px;
}

.banner-content .contact-detials {
    background: #121318;
    border-radius: 30px;
    padding: 25px 30px;
    max-width: 80%;
    margin-top: 30px;
}

.banner-content .contact-detials h4 {
    font-size: 34px;
    text-align: left;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

.banner-content .contact-detials p {
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    margin: 0px 0px 5px;
    padding: 0px;
}

.banner-content .contact-detials p strong {
    font-size: 18px;
}

.banner-contact {
    color: #fff;
    width: 97%;
    padding-bottom: 5%;
    margin-top: 110px !important;
}

.banner-contact .banner-content {
    padding: 0px 0px;
    width: 90%;
}

.banner-contact .banner-content h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
}

.banner-contact .banner-content p {
    font-size: 20px;
    line-height: 35px;
}

.email img {
    float: left;
    margin-bottom: 150px;
    margin-right: 30px;
    width: 50px;
    margin-top: 10px;
}

.our-address {
    background: #f6f6f6;
    padding: 8% 2.5% 5% !important;
    margin: 0px auto 0px;
    color: #121318;
}

.our-address .email h4 {
    font-size: 35px;
    text-align: left;
    color: #121318;
    margin-bottom: 20px;
    font-weight: 700;
}
.our-address .email p {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    font-weight: 700;
    color: #121318;
    padding-bottom: 0px;
}

.physical img {
    float: left;
    margin-bottom: 150px;
    margin-right: 30px;
    width: 40px;
    margin-top: 10px;
}

.our-address {
    background: #f6f6f6;
    padding: 8% 2.5% 5% !important;
    margin: 0px auto 0px;
    color: #121318;
}

.our-address .physical h4 {
    font-size: 35px;
    text-align: left;
    color: #121318;
    margin-bottom: 20px;
    font-weight: 700;
}
.our-address .physical p {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    font-weight: 400;
    color: #121318;
    padding-bottom: 0px;
    width: 60%;
}

.our-address .social {
    margin: auto;
}

.our-address .social h4 {
    font-size: 35px;
    text-align: center;
    color: #121318;
    margin-bottom: 20px;
    font-weight: 700;
}
.our-address .social p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-weight: 400;
    color: #121318;
    padding-bottom: 0px;
}

.our-address .social .soical-icons {
    margin: 30px auto;
    text-align: center;
    width: 100%;
}

.our-address .social .soical-icons img {
    margin: 0px 10px;
}

.form-content {
    background: #fff;
    padding: 7% 2.5% 10% !important;
    margin: 0px auto 0px;
    color: #121318;
}

.form-check-input p {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}

.form-content h4 {
    font-size: 35px;
    text-align: center;
    color: #121318;
    margin-bottom: 20px;
    font-weight: 700;
}
.form-content p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-weight: 400;
    color: #121318;
    padding-bottom: 0px;
}

.contact-container {
    padding: 0px !important;
}

.contact-container label {
    display: none;
}

#contactForm {
    margin: 20px auto;
}

#contactForm .btn-submit {
    width: 200px;
    height: 42px;
    text-align: center;
    color: #121318;
    background: #f0c858;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    margin: 30px auto;
    display: block;
}

#contactForm input,
#contactForm textarea {
    border-radius: 12px;
    margin-bottom: 0px !important;
}

/* CTA Banner Container */
.cta-banner-contact {
    background: url(../img/home/bg-next-drive.svg) no-repeat center top;
    width: 95% !important;
    height: 200px;
    border-radius: 30px;
    display: flex;
    margin-bottom: 20px;
    background-size: contain;
}

/* Text Content */
.cta-banner-contact .cta-content {
    color: white;
    max-width: 315px;
    margin: 0px 0px 0px 20px;
}

.cta-banner-contact .cta-content h2 {
    font-size: 26px;
    margin-bottom: 10px;
}

/* CTA Button */
.cta-banner-contact .cta-button {
    background: #c30008;
    color: white;
    padding: 5px 15px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}

.cta-banner-contact .cta-image {
    position: absolute;
    right: 0px;
}

.cta-banner-contact .cta-image img {
    width: 90%;
    position: relative;
    right: -6px;
    top: -200px;
}

/* Contact Info */
.cta-banner-contact .contact-info {
    color: white;
    text-align: left;
    margin: 16px 16% 0px 14%;
}

.cta-banner-contact p {
    margin-bottom: 0px;
}

.cta-banner-contact .phone-number {
    font-size: 18px;
    font-weight: bold;
    color: #e74c3c; /* Red color for phone number */
}

.cta-banner-contact .phone .phone-icon {
    margin-right: 5px;
}

.navbar-expand-lg .offcanvas {
    display: none;
}

.innerbg p {
    font-size: 18px;
    line-height: 26px;
}

.privacy-banner {
    margin-top: 110px;
}

.privacy-banner,
.privacy-banner p {
    color: #000;
    font-size: 16px;
}

.banner-captian {
    width: 97%;
}

.banner iframe,
.banner-captian iframe {
    border-radius: 20px;
}

#scrolltop {
    display: none;
}

#rocketmeluncur {
    position: fixed;
    bottom: 85px;
    z-index: 7;
    display: none;
    visibility: hidden;
    width: 30px;
    height: 87px;
    right: 20px;
    border-width: 0px;
    background: url(../img/common/back-to-top.png) no-repeat 50% 0;
    opacity: 0;
    -webkit-transition:
        visibility 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
        opacity 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
        -webkit-transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -moz-transition:
        visibility 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
        opacity 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
        -moz-transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition:
        visibility 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
        opacity 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
        transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

#rocketmeluncur i {
    display: block;
    margin-top: 48px;
    height: 41px;
    background: url(../img/common/back-to-top.png) no-repeat 50% -48px;
    opacity: 0.5;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

#rocketmeluncur:hover {
    background-position: 50% -90px;
}

#rocketmeluncur:hover i {
    background-position: 50% 100%;
    -webkit-animation: flaming 0.7s infinite;
    -moz-animation: flaming 0.7s infinite;
    animation: flaming 0.7s infinite;
}

#rocketmeluncur.showrocket {
    display: block;
    visibility: visible;
    opacity: 1;
}

#rocketmeluncur.launchrocket {
    background-position: 50% -90px;
    opacity: 0;
    -webkit-transform: translateY(-800px);
    -moz-transform: translateY(-800px);
    -ms-transform: translateY(-800px);
    transform: translateY(-800px);
    pointer-events: none;
}

#rocketmeluncur.launchrocket i {
    background-position: 50% 100%;
    -webkit-transform: scale(1.4, 3.2);
    -moz-transform: scale(1.4, 3.2);
    transform: scale(1.4, 3.2);
}

.card {
    background: #fff;
    border: 1px solid #e0e4ea;
    border-radius: 12px;
    max-width: 620px;
    margin: 0 auto;
    overflow: hidden;
}
.card-header {
    background: #a0262d !important;
    padding: 1.75rem 2rem 1.5rem;
}
.card-header h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.card-header p {
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
}
.card-body {
    padding: 1.75rem 2rem 2rem;
}
.sec-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e0e4ea;
}
.sec-gap {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.fg {
    margin-bottom: 1rem;
}
.fg label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #444;
    margin-bottom: 5px;
}
.fg label .req {
    color: #d85a30;
    margin-left: 2px;
}
.row2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
    width: 100%;
    padding: 9px 12px;
    font-size: 14px;
    font-family: "Segoe UI", Arial, sans-serif;
    background: #fff;
    color: #1a1a2e;
    border: 1px solid #cdd2da;
    border-radius: 8px;
    outline: none;
    transition:
        border-color 0.15s,
        box-shadow 0.15s;
}
input:focus,
select:focus,
textarea:focus {
    border-color: #d85a30;
    box-shadow: 0 0 0 3px rgba(74, 144, 217, 0.12);
}
input:hover,
select:hover,
textarea:hover {
    border-color: #d85a30;
}
select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 32px;
}
textarea {
    resize: vertical;
    min-height: 90px;
    line-height: 1.5;
}
.phone-wrap {
    display: flex;
    gap: 8px;
}
.phone-wrap .dial {
    width: 140px;
    flex-shrink: 0;
}
.phone-wrap input[type="tel"] {
    flex: 1;
    min-width: 0;
    width: auto;
}
.emp-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.emp-custom {
    display: none;
    align-items: center;
    gap: 8px;
    margin-top: 2px;
}
.emp-custom input {
    flex: 1;
}
.emp-custom span {
    font-size: 13px;
    color: #888;
    white-space: nowrap;
}
.submit-row {
    margin-top: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}
.btn-submit {
    background: #a0262d;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 28px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Segoe UI", Arial, sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition:
        background 0.15s,
        transform 0.1s;
}
.btn-submit:hover {
    background: #d85a30;
}
.btn-submit:active {
    transform: scale(0.98);
}
.btn svg {
    width: 16px;
    height: 16px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.note {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
    max-width: 50%;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.note svg {
    width: 13px;
    height: 13px;
    stroke: #999;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
    margin-top: 1px;
}
.success {
    display: none;
    background: #eaf3de;
    border: 1px solid #97c459;
    border-radius: 8px;
    padding: 12px 16px;
    margin-top: 1rem;
    align-items: center;
    gap: 10px;
}
.success svg {
    width: 20px;
    height: 20px;
    stroke: #3b6d11;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}
.success span {
    font-size: 13px;
    color: #27500a;
    line-height: 1.4;
}
.is-invalid {
    border-color: #dc3545 !important;
}
.emp-custom .is-invalid {
    border-color: #dc3545 !important;
}
select.is-invalid {
    border-color: #dc3545 !important;
    outline: none;
}
.field-error {
    color: #c30008;
    font-size: 12px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.field-error::before {
    content: "!";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #c30008;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    flex-shrink: 0;
}
.error-msg {
    display: none;
    margin-top: 1rem;
}
.error-msg ul {
    margin-bottom: 0;
}
@media (max-width: 480px) {
    .row2 {
        grid-template-columns: 1fr;
    }
    .submit-row {
        flex-direction: column;
        align-items: stretch;
    }
    .btn-submit {
        justify-content: center;
    }
}
