@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Raleway", sans-serif;
}

.hero::after {
    background-image: url('../images/index/car-red.jpg');
}

.hero {
    height: 70vh;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    gap: 0 !important;
    color: white;
    padding-top: 0;
    padding-block: 0;
    position: relative;
    background-color: rgba(73, 84, 67, 0.4);
    padding-left: 3rem;
    /* Adjusted to match original 50px */
}

nav {
    background: rgba(104, 113, 94, 0.3);
}

.btn {
    padding: 0.6rem 0.4rem;
    border: none;
    background-color: #6c8e47;
    color: white;
    border-radius: 0.3rem;
    cursor: pointer;
    width: 9.375rem;
    font-size: 1.1875rem;
    border: 0.0625rem solid #6c8e47;
    margin: 1.25rem 0;
    text-align: center;
    text-decoration: none;
}

.btn:hover {
    border: 0.0625rem solid #6c8e47;
    background-color: transparent;
    color: #fff;
}

.show-car {
    margin-top: 5rem;
    /* Converted 80px to rem */
    font-weight: 300;
}

.hero-p {
    width: 50%;
    /* Keeping percentage for fluid layout */
    line-height: 1.5625rem;
    /* Converted 25px to rem */
    font-size: 1rem;
    /* Converted 16px to rem */
}

/* ////////////////////// */
.car-image {
    box-shadow: 0.625rem 0.625rem 0px 0px #6c8e47;
    width: 31.25rem;
    height: 57vh;
    border-radius: 0.3125rem;
}

.contact-us {
    margin: 1.875rem 0;
    /* Converted 30px to rem */
}

.content {
    margin-top: 1.25rem;
    /* Converted 20px to rem */
    text-align: left;
}

.section {
    margin-bottom: 0.625rem;
    /* Converted 10px to rem */
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.section .header {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.section .header .arrow {
    margin-right: 0.625rem;
    /* Converted 10px to rem */
    transition: transform 0.3s;
}

.section .header.open .arrow {
    transition: transform 0.3s;
}

.section .body {
    display: none;
    padding: 0.625rem;
    /* Converted 10px to rem */
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    overflow: hidden;
    background: #D5DDDF;
    border-radius: 0.625rem;
    /* Converted 10px to rem */
    margin-top: 0.625rem;
    /* Converted 10px to rem */
    margin-left: 1.5625rem;
    /* Converted 25px to rem */
    padding-top: 0;
}

.arrow i {
    color: #6c8e47;
}

.container-about-us {
    display: flex;
    width: 96%;
    padding: 1.25rem 1.875rem;
    /* Converted 20px 30px to rem */
    flex-wrap: wrap-reverse;
    justify-content: center;
}

.container-about-us .right {
    width: 40%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 1.875rem;
    /* Converted 30px to rem */
}

.container-about-us .left {
    width: 57%;
    padding: 1.875rem;
    /* Converted 30px to rem */
    margin-right: 1.875rem;
    /* Converted 30px to rem */
    padding-right: 1.875rem;
    /* Converted 30px to rem */
}

.left p {
    margin: 1.25rem 0;
    /* Converted 20px to rem */
}

.left .section {
    margin: 0.9375rem 0;
    /* Converted 15px to rem */
}

.left h1 {
    font-size: 2.5rem;
    /* Converted 40px to rem */
    font-weight: 300;
}

.highlight {
    color: #6c8e47;
    font-weight: 500;
}

.contact-us .heading hr {
    width: 6.875rem;
    /* Converted 110px to rem */
}

@media (max-width: 1120px) {

    .container-about-us .right,
    .container-about-us .left {
        width: 100%;
    }

    .container-about-us .left {
        padding: 1.875rem;
        /* Converted 30px to rem */
        margin-right: 0;
        padding-right: 0;
    }

    .container-about-us {
        width: 100%;
        padding-top: 0;
    }

    .container-about-us .right {
        margin-top: 0;
        padding-top: 0;
    }

    .car-image {
        box-shadow: 0.625rem 0.625rem 0px 0px #6c8e47;
        /* Converted 10px to rem */
        width: 100%;
        height: auto;
        border-radius: 0.3125rem;
        /* Converted 5px to rem */
    }
}

@media (max-width: 384px) {
    .car-image {

        height: 250px;
    }

    .container-about-us {
        padding: 1.25rem 1.25rem;
        /* Converted 20px to rem */
    }

    .container-about-us .left {
        padding: 0;
    }
}

/* ////////////////////// */

.who-left img {
    mix-blend-mode: multiply;
    width: 100%;
}

.who-we-are {
    background-color: rgb(206, 214, 216);
    padding: 1.5625rem;
    /* Converted 25px to rem */
    padding-top: 0.0625rem;
    /* Converted 1px to rem */
    padding-bottom: 40px;
}

.heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 1.875rem 0;
    /* Converted 30px to rem */
}

.heading h1 {
    font-size: 2.8125rem;
    /* Converted 45px to rem */
}

.hr-heading {
    color: #688E4E;
    width: 13%;
    /* Keeping percentage for fluid layout */
    height: 0.3125rem;
    /* Converted 5px to rem */
    background-color: #688E4E;
    border: none;
    margin: 0.4375rem 0;
    /* Converted 7px to rem */
}

.containerwho-right {
    padding: 1.25rem;
    /* Converted 20px to rem */
}

.title {
    font-size: 1.5rem;
    /* Converted 24px to rem */
    color: #333;
    margin-bottom: 0.625rem;
    /* Converted 10px to rem */
}

.content {
    font-size: 1.0625rem;
    /* Converted 17px to rem */
    color: #555;
    margin-bottom: 1.25rem;
    /* Converted 20px to rem */
}

.item {
    display: flex;
    margin-bottom: 1.25rem;
    /* Converted 20px to rem */
}

.item:last-child {
    margin-bottom: 0;
}

.item .number {
    width: 2.5rem;
    /* Converted 40px to rem */
    height: 2.5rem;
    /* Converted 40px to rem */
    background-color: #688E4E;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    /* Converted 20px to rem */
    margin-right: 1.25rem;
    /* Converted 20px to rem */
}

.item .details {
    flex: 1;
}

.item .details .subtitle {
    font-size: 1.125rem;
    /* Converted 18px to rem */
    color: #333;
    margin-bottom: 0.3125rem;
    /* Converted 5px to rem */
}

.item .details .description {
    font-size: 1rem;
    /* Converted 16px to rem */
    color: #555;
}

.container-who-we-are {
    width: 100%;
    /* Keeping percentage for fluid layout */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}


.who-we-are .heading {
    margin-top: 40px;
}

.who-we-are .heading hr {
    width: 7.8125rem;
    /* Converted 125px to rem */
}

.who-left {
    width: 44%;
    /* Keeping percentage for fluid layout */
    margin-right: 0.625rem;
    /* Converted 10px to rem */
}

.who-right {
    width: 54%;
    /* Keeping percentage for fluid layout */
    margin-left: 0.625rem;
    /* Converted 10px to rem */
}

@media (max-width: 1064px) {
    .hero-p {
        width: 65%;
        /* Keeping percentage for fluid layout */
    }

    .who-left {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.25rem;
        /* Converted 20px to rem */
    }

    .who-left img {
        mix-blend-mode: multiply;
        width: 70%;
        /* Keeping percentage for fluid layout */
    }

    .who-right {
        width: 100%;
    }
}

@media (max-width: 563px) {
    .who-left img {
        mix-blend-mode: multiply;
        width: 100%;
        /* Keeping percentage for fluid layout */
    }
}

@media (max-width: 443px) {
    .containerwho-right {
        padding: 0;
        /* No conversion needed */
    }

    .left h1 {
        font-size: 29px;
        font-weight: 300;
    }
}

@media (max-width: 295px) {
    .who-we-are {
        background-color: rgb(206, 214, 216);
        padding: 0.5625rem;
        /* Converted 9px to rem */
        padding-top: 0.0625rem;
        /* Converted 1px to rem */
    }
}

/* //////////////////// */

.container-choose-us p {
    text-align: center;

    margin-bottom: 1.25rem;
    /* Converted 20px to rem */
}

.card-choose-us .heading {
    padding-top: 1.875rem;
    color: white;
    /* Converted 30px to rem */
}

.container-choose-us {
    background-size: cover;
    height: auto;
    position: relative;
    background-color: rgba(73, 84, 67, 0.4);
    padding-bottom: 3.125rem;
    /* Converted 50px to rem */
}

.card-choose-us::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('../images/index/why-choose-us.jpg');
    background-size: cover;
    background-position: center;
    z-index: -1;
    filter: brightness(0.5) blur(0.5px);
}

.cards-choose-us {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1.875rem 0;
    /* Converted 30px to rem */
    align-items: flex-start;
}

.container-choose-us .heading {
    margin-bottom: 1.25rem;
    /* Converted 20px to rem */
    margin-top: 0;
    color: white;
    /* No conversion needed */
}

.container-choose-us .heading hr {
    width: 10.3125rem;
    /* Converted 165px to rem */
}

.container-choose-us .heading h1 {

    margin-top: 1.875rem;
    /* Converted 30px to rem */
}

.card-choose-us {
    background-color: rgba(213, 221, 223, 0.2);
    /* box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1); */
    /* border-radius: 0.625rem; */
    margin: 0.625rem 3.125rem;
    /* Converted 10px and 50px to rem */
    padding: 1.25rem;
    /* Converted 20px to rem */
    /* flex: 1 1 calc(33.333% - 40px); */
    box-sizing: border-box;
    /* max-width: 18.75rem; */
    /* Converted 300px to rem */
    text-align: center;
    width: 18.75rem;
    /* Converted 300px to rem */
    height: 21.875rem;
    color: white;
    /* Converted 350px to rem */
}

.card-choose-us img {
    width: 5.3125rem;
    /* Converted 85px to rem */
    height: 5.3125rem;
    /* Converted 85px to rem */
    margin-bottom: 1.25rem;
    /* Converted 20px to rem */
}

.card-choose-us h3 {
    margin-bottom: 0.625rem;
    /* Converted 10px to rem */

}

.card-choose-us:hover {
    background-color: white !important;
    border-bottom: 5px solid #688E4E !important;
    color: black !important;
}

@media (max-width: 768px) {
    .card-choose-us {
        width: 45%;
        /* Keeping percentage for fluid layout */
        height: auto;
        /* No conversion needed */
    }
}

@media (max-width: 589px) {
    .card-choose-us {
        width: 50%;
        /* Keeping percentage for fluid layout */
    }
}

@media (max-width: 480px) {
    .card-choose-us {
        flex: 1 1 100%;
        /* Keeping percentage for fluid layout */
    }
}

/* //////////////////// */
.container-testimonial {
    text-align: center;
    padding: 1.25rem;
    /* Converted 20px to rem */
}

.container-testimonial .heading hr {
    width: 10rem;
    /* Converted 160px to rem */
}

.container-testimonial h1 {
    margin-bottom: 0.625rem;
    /* Converted 10px to rem */
}

.container-testimonial p {
    margin-bottom: 2.5rem;
    /* Converted 40px to rem */
    font-size: 1.25rem;
    /* Converted 20px to rem */
}

.testimonial-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.testimonial {
    background-color: #D5DDDF;
    border-radius: 0.3125rem;
    /* Converted 5px to rem */
    margin: 0.625rem;
    /* Converted 10px to rem */
    padding: 2.5rem;
    /* Converted 40px to rem */
    flex: 1;
    text-align: left;
    display: none;
    padding-bottom: 0.625rem;
    /* Converted 10px to rem */
    padding-right: 1.5625rem;
    /* Converted 25px to rem */
    min-width: 29.375rem;
    /* Converted 470px to rem */
    /* Converted 345px to rem */
}

.testimonial img {
    width: 4.0625rem;
    /* Converted 65px to rem */
    height: 3.75rem;
    /* Converted 60px to rem */
    border-radius: 50%;
    margin-right: 1.25rem;
    /* Converted 20px to rem */
    float: left;
}

.testimonial-content {
    display: flex;
}

.testimonial h3 {
    margin: 0 0 0.3125rem 0;
    /* Converted 5px to rem */
}

.testimonial p {
    color: #000;
}

.nav-button,
.nav-button-edit {
    background-color: transparent;
    color: black;
    border: none;
    padding: 0.625rem 1.25rem;
    /* Converted 10px 20px to rem */
    cursor: pointer;
    border-radius: 0.3125rem;
    /* Converted 5px to rem */
}

.nav-button i,
.nav-button-edit i {
    font-size: 1.25rem;
    /* Converted 20px to rem */
}

.btn-div {
    display: none;
}

@media(max-width: 1150px) {
    .btn-div {
        display: block;
        /* Keeping display property as is */
    }

    .nav-button {
        display: none;
        /* Keeping display property as is */
    }
}

@media(max-width: 625px) {
    .hero {
        padding-left: 1.5625rem;
        /* Converted 25px to rem */
    }

    .hero h1 {
        color: #fff;
        font-size: 3.125rem;
        /* Converted 50px to rem */
    }
}

@media(max-width: 528px) {
    .container-testimonial {
        text-align: center;
        padding: 1.25rem;
        /* Converted 20px to rem */
        width: 91%;
        /* Keeping percentage for fluid layout */
        margin: 0 auto;
        /* Keeping margin property as is */
    }

    .testimonial {
        min-width: auto;
        /* Keeping min-width property as is */
    }

    .testimonial p {
        color: #000;
        /* Keeping color property as is */
    }
}

@media(max-width: 352px) {
    .testimonial {
        padding: 1.25rem;
        /* Converted 20px to rem */
    }

    .heading h1 {
        text-align: center;
        /* Keeping text-align property as is */
    }

    .container-testimonial {
        padding: 0;
        /* Keeping padding property as is */
    }
}

@media(max-width: 300px) {
    .testimonial-content {
        display: flex;
        /* Keeping display property as is */
        flex-direction: column;
        /* Keeping flex-direction property as is */
        align-items: center;
        /* Keeping align-items property as is */
        justify-content: center;
        /* Keeping justify-content property as is */
    }

    .testimonial-content img {
        margin: 0.625rem 0;
        /* Converted 10px to rem */
    }

    .testimonial-content div p {
        text-align: center;
        /* Keeping text-align property as is */
    }
}

@media(max-width: 454px) {
    .hero h1 {
        color: #fff;
        font-size: 2.8125rem;
        /* Converted 45px to rem */
    }
}

@media(max-width: 310px) {
    .hero {
        height: 84vh;
        /* Keeping height property as is */
    }
}

@media (max-width: 600px) {
    .hero-p {
        width: 96%;
        /* Keeping percentage for fluid layout */
    }
}

.canadian-div img {
    width: 180px !important;
    height: 69px !important;
}

.canadian-div p {
    margin-top: 0 !important;
}