* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* Banner */

section.home-bnr {
    background-image: url('Images/bg-bnr.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.head-bnr-txt {
    color: white;
    text-align: center;
}

.img-head-bnr {
    max-width: 40%;
    margin: auto;
}

.home-bnr-wrapper {
    max-width: 600px;
    margin: auto;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    background: #000000a8;
}

button.call-button {
    height: 101px;
    width: 344px;
    padding: 7px;
    border: none;
    border-radius: 7px;
    background-color: #fff;
    transition: 0.5s;
}

button.call-button a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.home-bnr-wrapper p {
    text-align: center;
    color: #fff;
    font-weight: 500;
}

/* Banner */

/* Multicolumns */

.svg-icon {
    width: 40px;
    height: 40px;
    fill: #fe5b2c;
}
.icon-text {
    display: flex;
    text-align: center;
    padding-top: 20px;
}
.icn-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    height: 260px;
    border-radius: 7px;
}

.icon-text h4 {
    text-align: center;
}

section.multicolumns {
    padding-bottom: 40px;
    margin-top: -2%;
}
.cus-text-icon {
    padding-top: 36px;
}

/* Multicolumns */

/* Why Choose Us */

.head-txt-why h2,
.head-txt-why h5 {
    text-align: center;
    padding: 20px 0;
    font-weight: 700;
}

.icn-img {
    width: 60px;
    height: 70px;
}

.icn-box-why {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background: #fff; */
    padding: 20px;
    /* box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); */
    height: 260px;
    border-radius: 7px;
}

button.call-button.why-call {
    background: #146B20;
}

button.call-button.why-call a {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

section.why-choose-us .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.why-choose-us {
    padding-top: 20px;
    padding-bottom: 20px;
}
.icn-txt h4 {
    text-align: center;
    padding: 10px 0;
}
.cus_icon_text {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.cus_icon_text h4 {
    font-weight: bold;
}

/* step section css  */
    .steps-section {
        padding: 40px 20px;
        background-color: #f9f9f9;
        font-family: Arial, sans-serif;
    }
    .step-icon h3 {
        font-weight: 600;
    }
    .container {
        max-width: 1100px;
        margin: 0 auto;
    }

    .main-heading {
        text-align: center;
        font-size: 2rem;
        margin-bottom: 30px;
        color: #333;
        font-weight: 600;
    }

    .steps-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }

    .step {
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 20px;
        flex: 1 1 250px;
        max-width: 300px;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease;
    }

    .step:hover {
        transform: translateY(-5px);
    }

    .step-icon {
        font-size: 2rem;
        margin-bottom: 10px;
        color: green;
    }



/* Why Choose Us */

/* Routes */

.route-box img {
    height: 234px;
    width: 416px;
    position: relative;
}

.route-box {
    position: relative;
}

.cus-coll {
    display: flex;
    justify-content: center;
}
.route-title {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -16%); /* Center it */
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 111;
    text-align: center;
    color: white;
}

.route-title h2 {
    color: #fff;
}

section.routes .col-md-4 {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

/* Routes */

/* Img With Text */

.img-cta img {
    width: 100%;
}

.img-cta {
    display: flex;
    justify-content: center;
}

section.img-w-txt .row {
    align-items: center;
}

.text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

/* Img With Text */

/* CTA Banner */

section.cta-banner.pt-5.pb-5 {
    background-image: url('Images/foot-bnr.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-text {
    padding: 40px 0;
    text-align: center;
    background: #00000099;
    max-width: 700px;
    margin: auto;
}

.cta-text h2 {
    color: #fff;
}

.cta-text p {
    color: #fff;
    max-width: 80%;
    margin: 30px auto;
}
p {
    margin-bottom: 0;
}
/* CTA Banner */

/* Footer */

footer {
    background: #464646;
    color: #fff;
}

.policy-links {
    text-align: center;
    padding: 20px 0;
}

.policy-links p a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.copyrights {
    text-align: center;
}

.cus_call_btn {
    height: 48px !important;
    width: 238px !important;
}
/* Footer */
@media (max-width: 471px) { 
    .steps-wrapper {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        justify-items: center !important;
    }
}
@media (max-width: 767.98px) { 
    .cus_row {
        display: flex;
        gap: 15px;
    }
    /* .route-title {
        left: 28%;
    } */
    .col-md-4 {
        width: 100% !important;
    }
    .steps-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    }

@media (max-width: 807.98px) {
    /* .col-md-6 {
        display: flex;
        justify-content: center;
    } */
    .cus_row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
} 
