/********** Template CSS **********/
:root {
    --primary: rgb(255, 117, 26);
    --light: #F6F7F8;
    --dark: #1A2A36;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top, .float-to-whatsapp {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        right: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

/*@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}*/




.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    color: #9B9B9B;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #9B9B9B;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}












.clearfix,.clearfix:after,.row:after,.ui-helper-clearfix:after,hr{
    clear:both
}
.clearfix:after,.clearfix:before,.row:after,.row:before{
    content:"";
    display:table
}
/*.row{
    width:100%;
    max-width:1780px;
    max-width:1200px;
    min-width:300px;
    margin:0 auto;
    padding-left:20px;
    padding-right:20px
}*/
.row.row-full{
    max-width:100%
}
.row.row-full-padding-0{
    padding:0;
    max-width:100%
}
.row .row{
    min-width:0;
    padding-left:0;
    padding-right:0
}
.columns{
    margin-left:2.12766%;
    min-height:1px
}
.columns:first-child{
    margin-left:0
}
.row .one.columns{
    width:6.38298%
}
.row .two.columns{
    width:14.89362%
}
.row .three.columns{
    width:23.40426%
}
.row .four.columns{
    width:31.91489%
}
.row .five.columns{
    width:40.42553%
}
.row .six.columns{
    width:48.93617%
}
.row .seven.columns{
    width:57.44681%
}
.row .eight.columns{
    width:65.95745%
}
.row .nine.columns{
    width:74.46809%
}
.row .ten.columns{
    width:82.97872%
}
.row .eleven.columns{
    width:91.48936%
}
.row .twelve.columns{
    width:100%
}
.row .two2.columns{
    width:18.298245%
}

@media(min-width:981px) and (max-width:1200px){
    /*.row{
        max-width:980px
    }*/
}

@media only screen and (max-width:767px){
    /*.row,body{
        width:100%
    }*/
    .columns/*,.row*/{
        margin-left:0
    }
    .columns,.columns:last-child{
        margin-right:0;
        float:none
    }
    /*.row{
        margin-right:0
    }*/
    .row .row .columns{
        padding:0
    }
    .columns{
        width:auto!important
    }
    .events 
    {
        font-size: 1rem;
        line-height: 1.2;
        margin-top: 20% !important;
    }
}
.border-dark {
    border-color: #ccc !important;
}

.dropdown-menu[data-bs-popper]{
    left: unset !important;
}

/* Add this CSS to make the button image responsive */
.responsive-button {
/*    display: inline-block;*/
    width: 10%;
    height: 100%;
    max-width: 100%; /* Ensure the button container does not exceed the width of its parent */
}

.responsive-button-margin {
    margin-left: -44%;
}

/* Media queries for different screen sizes */
@media (max-width: 768px) {
    .responsive-button {
        width: 15%; /* Smaller width for tablet screens */
    }
    .responsive-button-margin {
        margin-left: -41%;
    }
    img.img-fluid-career {
        margin-top: 50%;
    }
    img.img-icon-career{
    width: 20% !important;
    min-width: 80px;
    margin-bottom: 0;
    margin-left: 2.5% !important;
    }
    .event-item{
    min-height: 19em !important;
    }
}

@media (max-width: 480px) {
    .responsive-button {
        width: 30%; /* Smaller width for phone screens */
    }
    .responsive-button-margin {
        margin-left: -33%;
    }
    img.img-fluid-career {
        margin-top: 0;
    }
    img.img-icon-career{
        margin-left: 5% !important;
        width: 25% !important;
    }
    .event-item{
    min-height: 18rem !important;
    }
}

@media (min-width: 768px) {
    img.img-fluid-career {
        max-width: 125%!important;
    }
}

img.img-icon-career{
    width: 60%;
    min-width: 80px;
    margin-bottom: 0 !important;
    margin-left: 6%;
}

.events 
{
    margin-top: 5% !important;
}
.container {
            max-width: 100%;
            max-height:100%;
            margin: 0 auto;
           
        }
        .slider-wrapper {
            margin-bottom: 20px;
        }
        .scroll-container {
            position: relative;
            overflow: hidden;
            margin-bottom: 20px;
            height: 100%;
        }
        .owl-carousel-item {
            background-color: #fff;
            text-align: center;
        }
        .owl-carousel-item img {
            max-width: 100%;
            max-height:100%;
          
        }
        button.left,
        button.right {
            border: none;
            border-radius:2px;
            cursor: pointer;
            font-size: 45px; 
            padding:3px;
            background-color:#f5f5f5;
            opacity:50%;
            position: absolute;
            top: 40%;
            z-index: 10;
            color: black;
            width: 60px; /* Adjust size as needed */   height: 60px;
            display: flex; /* Center the icon */
            align-items: center; /* Center the icon vertically */
            justify-content: center;
        }
        button.left {
            left: 10px;
        }
        button.right {
            right: 10px;
        }
        button:hover {
            color:black;
            opacity:100%;
        }

.desktop{
    display: block;
}
.responsive{
    display: none;
}

@media (max-width: 768px){
    .desktop {
        display: none;
    }
    .responsive {
        display: block;
    }
}

.customd-button {
    font-size: 1.2rem;
    padding: 0.7rem 0.7rem;
    border-radius: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.customd-button:hover {
    transform: scale(1.4);
    background-color: #004085;
    border-color: #FFFFFF;
}

.buttond-container {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
}

.custom2-button {
    position: relative;
    width: 90%;
    margin: 0 5% 0 5%;
/*    padding: 0.7rem 0.7rem;*/
    border-radius: 10px;
    font-size: 1.5rem;
    box-shadow: 0px 2px 5px 1px lightgrey;
}

body {
/*    background-color: #cdcdcd;*/
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
        font-weight: bold;
}

.container-timeline {
    width: 100%;
    margin: 30px auto;
    display: flex;
    justify-content: center; /* Center the arrow on the page */
}

.arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 6px 0;
    position: relative;
}

/* Arrow shape */
.arrow {
    flex: none;
    padding: 5px 60px;
    position: relative;
    text-align: center;
    background-color: #FFA500; /* Background color for Step Four */
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.arrow:after {
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
    border-left: 17px solid #FFA500; /* Matches the arrow background */
    content: "";
    height: 0;
    position: absolute;
    right: -17px;
    top: 0;
    width: 0;
    z-index: 2;
}

/* Typography */
.arrow span {
    color: #ffffff;
    font-size: 14px;
    position: relative;
}

/* Responsive Design */
@media only screen and (max-width: 1000px) {
    .arrow {
        width: 92%; /* Full width on smaller screens */
        text-align: center;
        padding: 16px 20px;
    }

    .arrow:after {
        top: auto;
        bottom: -23px;
        left: 30px;
        border-top: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 17px solid #FFA500;
    }
}

/* Timeline */
.timeline-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(245, 245, 245, 1) 10%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.timeline-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(245, 245, 245, 1) 10%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .timeline-carousel::before,
    .timeline-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .timeline-carousel::before,
    .timeline-carousel::after {
        width: 300px;
    }
}

.timeline-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.timeline-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.timeline-carousel .owl-nav .owl-prev,
.timeline-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.timeline-carousel .owl-nav .owl-prev:hover,
.timeline-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.timeline-carousel .timeline-img img {
    width: 100px;
    height: 100px;
}

.timeline-carousel .timeline-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-carousel .owl-item .timeline-text {
    margin-bottom: 30px;
/*    box-shadow: 0 0 45px rgba(0, 0, 0, .08);*/
    background-color: #1A4B84;
    transform: scale(.8);
    transition: .5s;
/*    width: 13rem;*/
    height: fit-content;
    padding-left: 1.5rem !important;
    margin-left: 0.5em;
}

.timeline-carousel .owl-item.center .timeline-text {
    transform: scale(1);
}

.timeline-carousel .owl-carousel-item {
    background-color:#f5f5f5;
}

@media (min-width: 426px) and (max-width: 768px) {
    .timeline-carousel .owl-item .timeline-text {
        margin-bottom: 30px;
        background-color: #1A4B84;
        transform: scale(.8);
        transition: .5s;
/*        width: 60% !important;*/
        height: fit-content;
        padding: 1.2rem !important;
    }
    .mb-1{
        font-size: 13.5px !important;
    }
}

@media (min-width: 320px) and (max-width: 375px) {
    .timeline-carousel .owl-item .timeline-text {
        margin-bottom: 30px;
        background-color: #1A4B84;
        transform: scale(.8);
        transition: .5s;
/*        width: 13rem !important;*/
        height: fit-content;
/*        padding: 1rem !important;*/
        align-items: center;
    }
    .mb-1{
        font-size: 14px !important;
    }
}

@media (max-width: 1024px) {
    .timeline-carousel .owl-item .timeline-text {
    margin-bottom: 30px;
    background-color: #1A4B84;
    transform: scale(.7);
    transition: .5s;
    width: 100% !important;
    height: fit-content;
/*    padding: 1rem !important;*/
    }
    .mb-1{
        font-size: 15px !important;
    }
}

.img-lorry {
    width: 105%;
    border-radius: 20px;
/*    height: 45%; */
    margin-top: 30%; 
    margin-left: 15%;
}

/* Tablet view (768px to 1024px) */
@media (max-width: 1024px) {
    .img-lorry {
        width: 90%;
        height: auto;
        margin-top: 16rem;
        margin-left: 4.5rem;
    }
}

/* Mobile view (up to 768px) */
@media (max-width: 768px) {
    .img-lorry {
        width: 120%;
        height: 25%;
        margin-left: 1rem;
    }
}

@media (max-width: 426px) {
    .img-lorry {
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-left: 1rem;
    }
}

@media (min-width: 320px) and (max-width: 424px) {
    h1.title-main {
        font-size: 2.3rem;
         margin-top: -30% !important;
        margin-left: -7% !important;
        text-align: center;
    }
}

@media (min-width: 425px) and (max-width: 767px){
    h1.title-main {
        margin-top: -34% !important;
        margin-right: 8%;
    }
}

@media (width: 768px){
    h1.title-main{
        margin-top: 34%;
    }
}

@media (min-width: 1024px) {
    h1.title-main {
        font-size: 2.3rem;
        margin-top: 50%;
        margin-bottom: 50%;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    h1.title-main {
        font-size: 2.3rem;
        margin-top: 25%;
        margin-bottom: 25%;
        text-align: center;
    }
}

.FAQ-accordion {
    max-width: 800px;
    margin: 2rem auto;
    accordion-btn-bg: #ffffff;
    accordion-active-bg: #f8f9fa;
    accordion-active-color: #0d6efd;
    accordion-btn-focus-border-color: #e9ecef;
    accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.1);
}

.accordion-button {
    padding: 1.25rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    color: white;
    background-color: #ff751a;
}

.accordion-body {
    padding: 1.5rem;
    line-height: 1.6;
}

.accordion-item {
    border: 1px solid #e9ecef;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem !important;
    overflow: hidden;
}

.accordion-button::after {
    transition: transform 0.3s ease;
}
