:root {
    --h1-home-font-size: 50px;
    --h1-home-font-family: 'Epilogue', sans-serif;
    --h1-home-font-weight: 400;

    --h2-home-font-size: 48px;
    --h2-home-font-family: 'Epilogue', sans-serif;
    --h2-home-font-weight: 400;
    --h2-home-line-height: 60px;

    --h3-home-font-size: 22px;
    --h3-home-font-family: 'Epilogue', sans-serif;
    --h3-home-font-weight: 500;
    --h3-home-line-height: 62px;

}

h1 {
    font-size: var(--h1-home-font-size);
    font-family: var(--h1-home-font-family);
    font-weight: var(--h1-home-font-weight);
    color: #fff;
}

h2,
h2.h2-title {
    font-size: var(--h2-home-font-size);
    font-family: var(--h2-home-font-family);
    font-weight: var(--h2-home-font-weight);
    line-height: var(--h2-home-line-height);
    color: #FFFFFF;
}

h3 {
    font-size: var(--h3-home-font-size);
    font-family: var(--h3-home-font-family);
    font-weight: var(--h3-home-font-weight);
    line-height: var(--h3-home-line-height);
    color: #FFFFFF;
    ;
}

section {
    margin: 55px 0;
}

/* Services Archive */
.services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 23px;
}

.services-grid .service-item {
    width: calc(100% / 3 - 20px);
}

.service-item .service-thumb a img {
    min-height: 246px;
    height: 100%;
    object-fit: cover;
}

#offered-services h1.section-title {
    font-family: Epilogue;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 40px;
}

.services-grid .service-item h2.service-title a,
.services-grid .service-item h2.service-title {
    font-family: Epilogue;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    margin: 20px 0;
    color: #ffffff;
}

.service-thumb {
    position: relative;
}

/* About Services */
#about-service p {
    font-size: 16px;
}

.service-excerpt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    background: #000000ba;
    opacity: 0;
    transition: 0.3s ease-in-out;
    padding: 10px;
}

.service-item:hover .service-excerpt {
    opacity: 1;
}

.service-excerpt p {
    font-family: 'Sora';
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
}


/* Fleets Services */
.fleets-rates {
    padding: 60px 0;
    color: #fff;
}

.fleet-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

.fleet-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}

.fleet-left {
    display: flex;
    gap: 50px;
    align-items: center;
    width: 50%;
}

.fleet-img img {
    width: 260px;
    height: auto;
}

.fleet-img {
    max-width: 260px;
    width: 100%;
}

.fleet-info ul.fleet-capacity {
    margin-left: 20px;
}

.fleet-name {
    font-family: Epilogue;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
}

.fleet-capacity li {
    font-family: Epilogue;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #BFA37C;
    list-style-type: disc;
    max-width: 180px;
    width: 100%;
}

.fleet-right {
    width: 50%;
    text-align: left;
    /* justify-content: space-between; */
    gap: 30px;
    align-items: center;
}

.fleet-right ul.fleet-rates-list {
    width: 60%;
}

.fleet-btn #primary-button {
    max-width: 204px;
    text-align: center;
}

.fleet-btn {
    width: fit-content;
}

.fleet-rates-list li {
    display: flex;
    justify-content: space-between;
    margin: 6px 0;
    font-family: Sora;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    color: #A6A6A6;
}

.fleet-rates-list span {
    color: #A6A6A6;
    font-family: Sora;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    max-width: 100px;
    width: 100%;
}

.fleet-book-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 30px;
    border: 1px solid #BFA37C;
    color: #BFA37C;
    text-decoration: none;
    letter-spacing: 1px;
}

.fleet-book-btn:hover {
    background: #BFA37C;
    color: #000;
}

.fleet-divider {
    border-bottom: 1px solid #262D33;
}

/* Single Service */
.single-service-content .left-text ul li {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.single-service-content .left-text ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin: 30px 0;
}

.single-service-content .left-text ul li svg {
    width: 85px;
    height: 85px;
}

.single-service-content .left-text ul li span {
    font-family: Sora;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #A6A6A6;
}

.left-text .service-description p {
    font-family: Sora;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #A6A6A6;
}

.usecase-accordion {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.usecase-body .usecase-text p {
    font-family: Sora;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #A6A6A6;
}



@media(min-width: 1200px) {
    #book-with-us .right-images img {
        max-height: 100%;
        height: 100%;
    }
}

@media(max-width: 1199px) and (min-width: 990px) {
    .right-images img {
        max-width: 45% !important;
        max-height: 100% !important;
        height: 100%;
    }

    .single-service-content .left-text ul li span {
        font-size: 14px !important;
    }

    .fleet-right ul.fleet-rates-list,
    .fleet-btn {
        width: 100%;
    }
}


@media(max-width: 991px) and (min-width: 768px) {
    .fleet-left {
        flex-direction: column;
        gap: 0;
    }

    .fleet-row {
        align-items: self-start;
    }

    .fleet-left {
        width: 50%;
    }

    .fleet-right {
        width: 50%;
    }

    .fleet-right ul.fleet-rates-list {
        width: 100%;
    }

    .service-excerpt p {
        height: 195px;
        overflow: hidden;
    }
}

@media(max-width: 990px) {
    .single-service-content.mx-container {
        margin: 0 auto !important;
    }

    #book-with-us .row {
        display: block;
    }

    #book-with-us .row .left-text,
    #book-with-us .row .right-images {
        width: 100%;
    }

    .right-images img {
        max-width: 48% !important;
        max-height: 100% !important;
        height: 100%;
    }
}

@media(max-width: 767px) {
    .fleets-rates {
        padding: 0;
    }

    .single-service-banner {
        height: 294px !important;
    }

    .services-grid .service-item {
        width: calc(100% / 2 - 20px);
    }

    .services-grid {
        justify-content: flex-start;
    }

    .fleet-row {
        display: block;
    }

    .fleet-left,
    .fleet-right {
        width: 100%;
    }

    .service-excerpt p {
        height: 195px;
        overflow: hidden;
    }
}

@media(max-width:576px) {
    .services-grid .service-item {
        width: calc(100% / 1 - 0px);
    }

    #offered-services h1.section-title {
        font-size: 34px !important;
        line-height: 40px !important;
    }

    .services-grid .service-item h2.service-title a,
    .services-grid .service-item h2.service-title {
        font-size: 18px !important;
        margin: 20px 0 !important;
        line-height: 24px !important;
    }

    .row.fleet-right,
    .fleet-left {
        display: block;
    }

    .fleet-right ul.fleet-rates-list,
    .fleet-btn {
        width: 100%;
    }

    .fleet-left {
        text-align: center;
    }

    .fleet-capacity li {
        width: 100%;
        margin: 0 auto;
        max-width: 170px;
        text-align: left;
    }

    .fleet-name {
        line-height: 30px;
        text-align: left;
    }

    .right-images img {
        max-width: 100% !important;
        max-height: 250px !important;
        height: 100%;
    }

    section.single-service-content.mx-container {
        padding: 0 !important;
    }

    section.single-service-content.mx-container {
        width: 100%;
        padding: 0 25px !important;
    }

    section.single-service-content.mx-container .container-fluid {
        padding: 0;
    }

    .single-service-content .left-text ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .service-usecase-section h2 {
        line-height: 45px !important;
    }

    .fleet-info ul.fleet-capacity li {
        max-width: 100%;
    }

    .fleets-rates {
        padding: 30px 0;
    }

    .fleets-rates h2.h2-title {
        text-align: center;
    }

    .fleets-rates .fleet-btn a {
        margin: 0 auto 0 0 !important;
    }

    .fleet-img {
        margin-bottom: 20px;
    }

    .service-item .service-thumb a img {
        min-height: 300px;
    }
}

.page-template-our-services #about-service .row {
    border-top: 1px solid #262D33;
    padding: 30px 0;
    border-bottom: 1px solid #262D33;
}