body {
    margin: 0 auto;
}

:root {
    --black-color: #000;
    --dark-color: #1F1F28;
    --white-color: #fff;
    --grey-color: #48576A;
    --orange-color: #E93D31;
}

@font-face {
    font-family: "DMSans-Regular";
    src: url("../fonts/DMSans-Regular.ttf");
    font-weight: normal;
}

@font-face {
    font-family: "DMSans-Medium";
    src: url("../fonts/DMSans_Medium.ttf");
    font-weight: normal;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0px 16px;
}

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


.content-fonts h1 {
    font-size: 72px;
    font-style: normal;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -2.88px;
    font-family: "DMSans-Medium";
}

.content-fonts h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.6px;
    font-family: "DMSans-Medium";

}

.content-fonts h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.28px;
    font-family: "DMSans-Regular";
}

.content-fonts h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.96px;
    font-family: 'DMSans-Medium';
}

.content-fonts h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.content-fonts h6 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.6px;
}

.content-fonts p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.72px;
    font-family: "DMSans-Regular";

}

.content-fonts a {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    font-family: 'DMSans-Regular';
}

.content-fonts img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}

.content-fonts .padding-60 {
    padding: 60px 0px;
}

.content-fonts .text-orange {
    color: var(--orange-color);
}

.content-fonts .btn-orange {
    padding: 12px 16px;
    border-radius: 8px;
    display: inline;
    width: auto;
    text-decoration: none;
    background-color: var(--orange-color);
    color: #fff;
}

.content-fonts .btn-white {
    padding: 12px 24px;
    border-radius: 8px;
    display: inline-flex;
    width: auto;
    text-decoration: none;
    color: var(--dark-color);
    background-color: #fff;
    border: 1px solid var(--dark-color);
}

.content-fonts .btn-black {
    padding: 12px 24px;
    border-radius: 8px;
    display: inline-flex;
    width: auto;
    text-decoration: none;
    color: var(--white-color);
    background-color: var(--dark-color);
    border: 1px solid var(--dark-color);
}

.desk-none {
    display: none;
}

/* homepage */
.home-hero-left {
    display: flex;
    flex-direction: column;
    gap: 28px;
    flex: 0 46%;
    color: #fff;
}

.home-hero-sec-inner {
    display: flex;
    padding: 50px 90px;
    align-items: center;
    border-radius: 24px;
    background-repeat: no-repeat;
    justify-content: space-between;
    background-size: cover;
}

.class-way-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    flex: 0 44%;
}

.class-way-left p {
    color: #4C4C53;
}

.class-way-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
}

.class-way-right img {
    border-radius: 24px;
}

.home-trust-img-inner {
    background: #051721;
    padding: 24px 0;
    text-align: center;
    border-radius: 16px;
}

.home-trust-sec-inner {
    padding: 50px 0px;
}

.minibus-services-inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.minibus-services-top {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
    width: 64%;
    margin: 0 auto;
    text-align: center;
}

.minibus-services-top p {
    color: #4C4C53;
}

.minibus-services-other .minibus-services-inner {
    border-top: 1px solid #BABABC;
}

.minibus-services-bottom {
    display: flex;
    gap: 20px;
}

.minibus-service-single {
    display: flex;
    gap: 24px;
    flex-direction: column;
    flex-grow: 1;
}

.minibus-service-single a {
    text-decoration: none;
    color: inherit;
    text-align: center;
}

.minibus-service-single img {
    border-radius: 16px;
}

div#minibus-hire-slider {
    overflow: hidden;
}

div#minibus-hire-slider .minibus-service-single img {
    height: 300px;
}

div#minibus-hire-slider .owl-stage {
    display: flex;
}

section.minibus-services.minibus-services-other .minibus-service-single img {
    height: 388px;
    object-fit: cover;
}

.minibus-fleet-serv {
    border-radius: 72px 72px 0px 0px;
    background: #FDECEA;
}

.hire-quote {
    margin: 48px 0px;
}

.hire-quote-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #fff;
    padding: 56px 16px;
    background: #1F1F28;
    border-radius: 24px;
    text-align: center;
}

.hire-quote-inner-top {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* form */
.home-hero-right {
    padding: 32px;
    background: #FFF;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 45px;
    flex: 0 40%;
}

.home-hero-right-bottom p label {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
}

.home-hero-right input,
.home-hero-right textarea {
    border-radius: 8px;
    border: 1px solid #909DAD;
    background: #FFF;
    width: 90% !important;
    padding: 12px 16px;
    color: #3D4C5E;
    font-family: 'DMSans-Regular';
    font-size: 16px;
    margin-top: 6px;
}
.home-hero-right p > label {
    color: #3D4C5E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
    font-family: 'DMSans-Regular';
}
.home-hero-right input[type="submit"] {
    width: 97% !important;
    border: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
}
.home-hero-right .text-area-form {
    height: 75px;
}
.home-hero-right .wpcf7-response-output {
    margin: -19px 0px 0px !important;
}

/* form */
/* footer */
.site-footer {
    border-radius: 72px 72px 0px 0px;
    background: #1F1F28;
    padding: 56px 0px 32px;
    color: #fff;
}

.site-footer-inner {
    display: flex;
    justify-content: space-between;
}

.site-footer-inner .site-footer-inner-logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.site-footer-top-left h4:after {
    content: "";
    position: absolute;
    background: #E93D31;
    width: 87px;
    height: 3px;
    top: auto;
    left: 0px;
    z-index: 99;
    bottom: -16px;
}

.site-footer-top-left h4 {
    position: relative;
    margin-bottom: 16px;
}

.site-footer-top-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.site-footer-top-left p {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-footer-inner-links ul#menu-useful-links {
    padding: 0px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.site-footer-inner-links ul#menu-useful-links li {
    width: 39%;
}

.site-footer-inner-links ul#menu-useful-links li a {
    color: rgba(255, 255, 255, 0.70);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 160% */
    text-decoration: none;
    font-family: 'DMSans-Regular';
}

.site-footer-inner p {
    letter-spacing: normal;
}

.site-footer-inner-connect p {
    color: rgba(255, 255, 255, 0.70);
    font-size: 20px;
}
.site-footer-inner-connect p > a {
    color: rgba(255, 255, 255, 0.70);
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-size: 20px;
}
/* footer */
/* header */
#masthead {
    padding: 50px 0px;
}

.header-inner {
    display: flex;
    justify-content: space-between;
}

.header-menu-main a {
    gap: 8px;
    align-items: center;
    font-family: 'DMSans-Medium';
}

.header-menu-main {
    display: flex;
    gap: 8px;
}
.header-inner .header-logo {
    height: 60px;
}
/* header */

.home-hero-right h3 {
    text-align: center;
    font-family: "DMSans-Medium";
}

.home-hero-right input:focus,
.home-hero-right textarea:focus {
    border: 1px solid #909DAD;
    outline: none;
}

.home-hero-right-bottom form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.custom-nav button {
    border: none;
    background: transparent;
}

.custom-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: calc(50% - 68px);
}

.slider-main-sec {
    position: relative;
}

.custom-nav button.owl-prev {
    position: absolute;
    left: -80px;
}

.custom-nav button.owl-next {
    position: absolute;
    left: auto;
    right: -80px;
}

.custom-nav button {
    padding: 0px;
}

.hire-quote-inner-top p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}
.content-fonts .hire-quote-inner-bottom a{
    width: 150px;
    display: block;
    margin:0 auto;
}

/* start whatsapp button */
.Whatsapp_Chat {
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: center;
	border-radius: 30px;
	background: #ee3b0e;
	text-decoration: none;
	font-weight: 600;
	font-size: 11px;
	padding: 12px 15px;
	color: #000;
	z-index: 9;
	box-shadow: 0 0 10px 0 rgb(0,0,0,.7);
    font-family: "Montserrat",Arial,Helvetica,sans-serif;
}
.Whatsapp_Chat p {
	color: #fff;
}
.Whatsapp_Chat h4 {
	margin: 0;
	color: #fff;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .Whatsapp_Chat {
      bottom: 10px;
      right: 10px;
      font-size: 10px;
    }
    .Whatsapp_Chat h4 {
        font-size: 16px;
    }
}
@media (max-width: 800px) {
    .mobile-view {
      display: block;
    }
}
@media (max-width: 991px) {
    .Whatsapp_Chat {
      z-index: 999 !important;
    }
}
/* end whatsapp button */
@media (max-width:1550px) {
    .container {
        max-width: 1280px;
    }
}

@media (max-width:1350px) {
    .container {
        max-width: 1150px;
    }

    .custom-nav button.owl-prev {
        left: -30px;
    }

    .custom-nav button.owl-next {
        right: -30px;
    }

    .custom-nav {
        display: none;
    }
}

@media (max-width:1200px) {
    .class-way-left {
        flex: 0 65%;
    }

    .minibus-services-top {
        width: 85%;
    }

    section.minibus-services.minibus-services-other .minibus-services-bottom {
        flex-wrap: wrap;
    }

    section.minibus-services.minibus-services-other .minibus-service-single {
        flex: 0 48%;
    }

    .home-hero-sec-inner {
        flex-direction: column;
        gap: 40px;
    }

    .custom-nav button img {
        width: 25px;
    }

    #minibus-hire-slider .owl-dots {
        position: absolute;
        top: auto;
        bottom: -30px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #minibus-hire-slider .owl-dots {
        position: absolute;
        top: auto;
        bottom: -30px;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        gap: 8px;
    }

    #minibus-hire-slider .owl-dots button.owl-dot {
        border: none;
        background: none;
        padding: 0px;
    }

    #minibus-hire-slider .owl-dots button.owl-dot span {
        width: 6px;
        height: 6px;
        background: #C2C7D0;
        border: none;
        border-radius: 40%;
        display: block;
    }

    #minibus-hire-slider button.owl-dot.active span {
        background: #354764;
        width: 30px;
        height: 6px;
        border-radius: 4px;
    }
}

@media (max-width:991px) {
    .content-fonts .padding-60 {
        padding: 48px 0px;
    }

    .content-fonts h1 {
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: -1.28px;
    }

    .content-fonts h2 {
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -1.28px;
    }

    .content-fonts h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.96px
    }

    .content-fonts p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: -0.64px;
    }

    .mob-none {
        display: none;
    }

    .desk-none {
        display: block;
    }

    .header-menu-main span {
        display: none;
    }

    .content-fonts .header-menu-main a {
        border: none;
        background: none;
        padding: 0px;
    }

    .content-fonts .header-menu-main a.btn-black {
        filter: invert(1);
    }

    .header-menu-main {
        gap: 16px;
    }

    .site-footer-inner {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .site-footer-inner-links ul#menu-useful-links li {
        width: 100%;
    }

    .site-footer-top-left h4:after {
        top: auto;
        left: 50%;
        z-index: 99;
        bottom: -16px;
        transform: translate(-50%, -50%);
    }

    .site-footer-inner {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .site-footer-inner-links ul#menu-useful-links {
        gap: 8px;
    }

    .site-footer-top-left {
        gap: 8px;
        align-items: center;
    }

    .site-footer-top-left h4 {
        margin-bottom: 24px;
    }

    #masthead {
        padding: 25px 0px;
    }

    .class-way-right img,
    .class-way-right {
        width: 100%;
    }

    .class-way-inner {
        flex-direction: column;
        gap: 24px;
    }

    section.minibus-services.minibus-services-other .minibus-service-single {
        flex: 0 100%;
    }

    section.minibus-services.minibus-services-other .minibus-service-single {
        gap: 16px;
    }

    section.minibus-services.minibus-services-other .minibus-services-bottom {
        gap: 40px;
    }

    .hire-quote {
        margin: 40px 0px;
    }

    .hire-quote-inner {
        align-items: center;
    }

    .hire-quote-inner-bottom {
        display: inline-flex;
    }

    .minibus-fleet-serv {
        border-radius: 32px 32px 0px 0px;
    }

    div#minibus-hire-slider .minibus-service-single img {
        height: 230px;
    }

    .home-hero-sec-inner {
        padding: 48px 16px 0px 16px;
        background-size: auto;
    }

    .home-hero-left {
        text-align: center;
        gap: 8px
    }

    .home-hero-left h3 {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.64px;
    }

    .site-footer-inner-links ul#menu-useful-links li a {
        font-size: 18px;
    }

    .site-footer-inner p {
        font-size: 18px;
        line-height: 32px;
    }
    .home-hero-right {
        border-radius: 24px;
        background: var(--white, #FFF);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }
    .home-hero-sec-inner{
        height: 780px;
        margin-bottom: 120px;
        border-bottom-right-radius: 40px;
        border-bottom-left-radius: 40px;
    }
    body:has(form.invalid) .home-hero-sec-inner {
        height: 870px;
        background-size: cover;
    }
    
}

@media (max-width:767px) {
    section.home-hero-sec .container {
        padding: 0px;
    }

    body:has(form.invalid) .home-hero-sec-inner {
        height: 920px;
        
    }
    img.custom-logo {
        width: 200px;
        height: auto;
    }
    .header-inner .header-logo{
        height: auto;
    }
}

@media (max-width:480px) {

    .header-logo img {
        width: 160px;
    }

    .minibus-services-top {
        width: 100%;
    }
}