/* contct us */
body {
    padding: 0;
    margin: 0;
}

.bg-contact-us {
    background-color: rgba(234, 0, 0, 1);
}

.contact-first-row-heading {
    color: rgba(0, 0, 0, 1);
    font-size: 7.9vw;
    font-weight: 800;
    font-family: 'Agrandir-grandheavy';

}

.contact-us-fourth-section-input::placeholder {
    font-family: 'Agrandir-TextBold';
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    color: #F5F5EF !important;
}

.contact-first-row-heading-second {
    color: #000;
    font-size: 2.8vw;
    font-weight: 400;
    font-family: 'Agrandir-Regular';

}



.first-row-contact-section {
    margin-top: 100px;
    width: 100%;
}

.about-sectio-second-row-col1-h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 52px;
    text-align: left;
    letter-spacing: 1px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
    /* font-family: 'Agrandir-Bold'; */
    font-family: 'Agrandir-Regular';
}

.about-sectio-second-row-col1-h1 {
    color: white;
    font-size: 6.5vw;
    font-weight: 800;
    letter-spacing: 1px;
    font-family: 'Agrandir-grandheavy';
    line-height: 8.9vw;
}

.about-sectio-second-row-col1-h3 {
    color: white;
    font-size: 2.8vw;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Agrandir-Regular';
    line-height: 46px;
}

.hr-about-us {
    color: white;
    opacity: 1;
}

.image-background-third-row-about-us {
    background-image: url('../images/Map-3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    min-height: 100vh;
    width: 100%;
    padding-bottom: 90px;
}

@media(max-width:1200px) {
    .image-background-third-row-about-us {
        background-image: url(../images/Map-3.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 51vh;
        width: 100%;
        padding-bottom: 24px;
    }

    .fourth-section-contact-f-heading {
        font-size: 42px;
        font-weight: 800;
        font-family: 'Agrandir-grandheavy';
        color: white;
        line-height: 52px;
        letter-spacing: 1px;
    }
}

@media(max-width:568px) {


    .image-background-third-row-about-us {
        background-image: url('../images/Map-3.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        min-height: 100vh;
        width: 100%;
        padding-bottom: 90px;
    }

}

.about-us-second-section-map {
    height: 242px;
    width: 100%;
}

@media(max-width:390px) {
    .about-us-second-section-map {
        width: 100%;
        height: 219px;
    }

}

.image-container-contact {
    height: 443px;
    overflow: hidden;
    width: 90%;
    transition: all 0.3s ease-in-out;

}

.about-us-second-section-men {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}



.image-container-contact:hover .about-us-second-section-men {
    transform: scale(1.1);
}


@media(max-width:990px) {
    .about-us-second-section-men {
        width: 90%;
        height: auto;
    }

}

.bg-contact-us-first-section {
    background-color: white;
}

/* Keyframes for moving the background */
@keyframes moveBackground {
    0% {
        background-position: top;
    }

    100% {
        background-position: bottom;
    }
}

.about-us-third-section-heading {
    font-weight: 700;
    font-family: 'Agrandir-Regular';
    font-size: 40px;

}

.about-us-third-section-paragraph {
    font-size: 32px;
    font-weight: 400;
    line-height: 46.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    font-family: 'Agrandir-Regular';
}

.about-us-third-section-card-heading {
    font-weight: 700;
    font-family: 'Agrandir-TextBold';
    font-size: 23px;
    text-align: center;
    color: rgba(234, 0, 0, 1);
}

.about-us-third-section-card-paragraph {
    font-weight: 400;
    font-family: 'Agrandir-narrow';
    font-size: 24px;
    letter-spacing: 1px;
    align-items: end;
}

.about-us-third-section-card-email {
    font-weight: 400;
    font-family: 'Agrandir-Regular';
    font-size: 20px;
    align-items: end;
}

.padding-card-about-us {
    border-radius: 24px;
    padding: 10px 20px;
}

.about-us-third-section-arrow-card {
    background-color: rgba(234, 0, 0, 1);
    transition: all 0.3s ease-in-out;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-us-third-section-arrow-card {

    font-size: 23px;
}

.card-contact-us.card:hover {
    color: white !important;
    background-color: black;
    --bs-btn-color: white;

}

.card-contact-us.card {

    transition: all 0.3s ease-in-out;

}

.card-contact-us .about-us-third-section-arrow-card {

    color: black;
}

.card-contact-us:hover .about-us-third-section-arrow-card {
    color: white;
}

.about-us-third-section-arrow-card:hover {
    background-color: transparent;
    transform: rotate(-28deg);
    color: rgba(234, 0, 0, 1) !important;
    font-size: 26px;
}

.fourth-section-contact-f-paragraph {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Agrandir-Regular';
    color: white;
    line-height: 46px;
}

.contact-us-fourth-section-input {
    border: none;
    border-bottom: 1px solid white;
    background-color: transparent;
    border-radius: 0px;
    font-size: 20px;
    font-family: 'Agrandir-Regular';
    font-weight: 400;
    color: white !important;
    margin-top: 66px;
    padding: 5px 5px 16px 5px;
}

.contact-us-fourth-section-input::placeholder {


    font-size: 20px;
    font-family: 'Agrandir-Regular';
    font-weight: 400;
    color: white !important;

}

.fourth-section-contact-f-heading {
    font-size: 37px;
    font-weight: 800;
    font-family: 'Agrandir-grandheavy';
    color: white;
    line-height: 52px;
}

.blog-second-up-animaiton .contact-us-fourth-section-input {
    border: none;

    color: white !important;
    margin-top: 0px;

    padding: 20px 5px 2px 5px;
}

.blog-second-up-animaiton .contact-us-fourth-section-input:hover {
    border: none;
    border-bottom: 1px solid white;

}


.blog-second-up-animaiton .contact-us-fourth-section-input::placeholder {
    font-family: 'Agrandir-TextBold';
    font-size: 38px;
    font-weight: 700;
    line-height: 65px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    color: #F5F5EF !important;
}

@media (max-width: 992px) {
    .blog-second-up-animaiton .contact-us-fourth-section-input {
        font-size: 28px;
        margin-top: 3px;
    }

    .blog-second-up-animaiton .contact-us-fourth-section-input::placeholder {
        font-size: 28px;
        margin-top: 3px;
    }
}

@media (max-width: 768px) {
    .blog-second-up-animaiton .contact-us-fourth-section-input {
        font-size: 18px;
        margin-top: 0px;
    }

    .blog-second-up-animaiton .contact-us-fourth-section-input::placeholder {
        font-size: 18px;
        margin-top: 0px;
    }
}

@media (max-width: 450px) {
    .blog-second-up-animaiton .contact-us-fourth-section-input {
        font-size: 14px;
        margin-top: 0px;
    }

    .blog-second-up-animaiton .contact-us-fourth-section-input::placeholder {
        font-size: 14px;
        margin-top: 0px;
    }
}

@media (max-width: 360px) {
    .blog-second-up-animaiton .contact-us-fourth-section-input {
        font-size: 12px;
        margin-top: 0px;
    }

    .blog-second-up-animaiton .contact-us-fourth-section-input::placeholder {
        font-size: 12px;
        margin-top: 0px;
    }
}

.contact-us-fourth-section-input:focus {
    border: none;
    border-bottom: 1px solid white;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);

}

.col-input-contact-us-section4 {
    width: 32%;
}

.row-input-contact-us-section4 {
    gap: 0%;
}

@media(max-width:990px) {
    .col-input-contact-us-section4 {
        width: 49%;

    }

}

@media(max-width:768px) {
    .col-input-contact-us-section4 {
        width: 100%;

    }

}

.index-increase {
    position: relative;
    z-index: 8;
}

.background-color-contact-us {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 703px;
    /* Full viewport height */
    z-index: 1;
    /* Keep it behind other content */
    background-color: white;
    overflow: hidden;
    /* Prevents scrollbars */
}

.first-row-contact-section,
.navbar {
    position: relative;
    z-index: 8;
}

@media(max-width:992px) {
    .margin-responsive-third-contact {
        margin: 12px;
    }
}

.button-container-contact {
    margin: 0;
    padding: 0;
    gap: 0;
    display: flex;
}

.contact-first-btn {
    background-color: #767875 !important;
    padding: 10px 25px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    font-family: 'Poppins-Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white !important;
    text-decoration: none !important;
    transition: border-radius 0.7s ease;
}

.contact-first-btn-second {
    background-color: #767875 !important;
    padding: 10px 15px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    font-family: 'Poppins-Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white !important;
    position: relative;
    left: -10px;
    transition: border-radius 0.7s ease;
}

.button-container-contact:hover .contact-first-btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    background-color: black !important;
}

.button-container-contact:hover .contact-first-btn-second {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: black !important;
}

.fifth-section-contact-email {
    /* font-family: 'Agrandir-TextBold'; */
    font-family: 'Agrandir-bold';

    font-size: 50px;
    color: white;
    font-weight: 700;
}

.fifth-section-contact-heading {
    font-family: 'Agrandir-TextBold';
    font-size: 31px;
    color: white;
    font-weight: 700;
}

.fifth-section-contact-b-paragaph {
    font-family: 'Poppins-Regular';
    font-size: 31px;
    font-weight: 400;
    color: white;

}

.arrow-fifth-section-contact {
    background-color: white;
    padding: 16px 11px;
    transition: all 0.3s ease-in-out;
    margin-left: 15px;
    border-radius: 50%;
}

.arrow-fifth-section-contact:hover {
    background-color: white;
    padding: 16px 20px;
    border-radius: 45%;
}

input[type="checkbox"] {
    width: 51px;
    height: 51px;
    /* Height of the checkbox */
    background-color: black;
    /* Background color of the checkbox */
    accent-color: black;
    /* Tick color (if supported by the browser) */
}

.image-container-second {
    position: relative;
    max-width: 466px;
    max-height: 576px;
    margin: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: transform 1s ease;
}

.image-container-second:hover {
    transform: scale(0.95);
}

.about-first-img-second {
    max-width: 466px;
    min-height: 500px;
    max-height: 576px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    position: relative;
    transition: transform 1s ease;
}

.image-container-second:hover .about-first-img-second {
    transform: scale(1.2);
}

@media (max-width:993px) {


    .about-sectio-second-row-col1-h2 {
        font-family: 'Agrandir-Bold';
        font-size: 24px;
        font-weight: 700;
        line-height: 18.2px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .about-sectio-second-row-col1-h1 {
        font-family: 'Agrandir-grandheavy';
        font-size: 55px;
        font-weight: 800;
        line-height: 89px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .contact-first-row-heading-second {
        color: #000;
        font-size: 21px;
        font-weight: 400;
        line-height: 20.8px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        font-family: 'Agrandir-Regular';

    }

    .about-sectio-second-row-col1-h3 {
        color: white;
        font-size: 23px;
        font-weight: 400;
        line-height: 15.6px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        font-family: 'Agrandir-Regular';
    }

    .image-container-contact {
        height: 330px;
        overflow: hidden;
        width: 90%;
        transition: all 0.3s ease-in-out;
    }

    .about-us-third-section-heading {
        font-size: 36px;
        font-weight: 700;
        line-height: 52.5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        font-family: 'Agrandir-Regular';
    }

    .about-us-third-section-paragraph {
        font-size: 23px;
        font-weight: 400;
        line-height: 30.8px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        font-family: 'Agrandir-Regular';
    }

    .padding-card-about-us {
        border-radius: 12px;
        padding: 15px 5px;
        display: flex !important;
        justify-content: center !important;
    }

    .about-us-third-section-card-heading {
        font-size: 19px;
        font-weight: 700;
        line-height: 20.8px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: rgba(234, 0, 0, 1);
        font-family: 'Agrandir-TextBold';
    }

    .about-us-third-section-card-paragraph {
        font-size: 15px;
        font-weight: 400;
        line-height: 25.6px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        font-family: 'Agrandir-narrow';
    }

    .about-us-third-section-card-email {
        font-size: 16px;
        font-weight: 400;
        line-height: 15.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        font-family: 'Agrandir-Regular';
    }

    .about-us-third-section-arrow-card {
        background-color: rgba(234, 0, 0, 1);
        transition: all 0.3s ease-in-out;
        border-radius: 50%;
        height: 35px;
        width: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
    }

    .fourth-section-contact-f-heading {
        font-size: 33px;
        font-weight: 800;
        line-height: 76px;
        letter-spacing: 1px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
        font-family: 'Agrandir-grandheavy';
    }

    .fourth-section-contact-f-paragraph {
        font-size: 28px;
        font-weight: 400;
        line-height: 18.2px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        font-family: 'Agrandir-Regular';
        color: white;
    }

    .image-container-second {
        position: relative;
        max-width: 250px;
        max-height: 320px;
        margin: auto;
        width: 100%;
        height: auto;
        overflow: hidden;
        transition: transform 1s ease;
    }

    .image-container-second:hover {
        transform: scale(0.95);
    }

    .about-first-img-second {
        max-width: 250px;
        min-height: 320px;
        max-height: 320px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        position: relative;
        transition: transform 1s ease;
    }

    .image-container-second:hover .about-first-img-second {
        transform: scale(1.2);
    }
}

@media (max-width:992px) {
    .contact-first-row-heading {
        font-family: "Agrandir-grandheavy";
        font-size: 68px;
        font-weight: 800;
        line-height: 94px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;


    }
}

@media (max-width:768px) {
    .contact-first-row-heading {
        font-family: "Agrandir-grandheavy";
        font-size: 54px;
        font-weight: 800;
        line-height: 71px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;


    }

    .about-sectio-second-row-col1-h2 {
        font-family: 'Agrandir-Bold';
        font-size: 24px;
        font-weight: 700;
        line-height: 18.2px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .about-sectio-second-row-col1-h1 {
        font-family: 'Agrandir-grandheavy';
        font-size: 36px;
        font-weight: 800;
        line-height: 60px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .contact-first-row-heading-second {
        color: #000;
        font-size: 21px;
        font-weight: 400;
        line-height: 20.8px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        font-family: 'Agrandir-Regular';

    }

    .about-sectio-second-row-col1-h3 {
        color: white;
        font-size: 23px;
        font-weight: 400;
        line-height: 15.6px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        font-family: 'Agrandir-Regular';
    }

    .image-container-contact {
        height: 330px;
        overflow: hidden;
        width: 90%;
        transition: all 0.3s ease-in-out;
    }

    .about-us-third-section-heading {
        font-size: 36px;
        font-weight: 700;
        line-height: 52.5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        font-family: 'Agrandir-Regular';
    }

    .about-us-third-section-paragraph {
        font-size: 23px;
        font-weight: 400;
        line-height: 30.8px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        font-family: 'Agrandir-Regular';
    }

    .padding-card-about-us {
        border-radius: 12px;
        padding: 15px 5px;
        display: flex !important;
        justify-content: center !important;
    }

    .about-us-third-section-card-heading {
        font-size: 18px;
        font-weight: 700;
        line-height: 20.8px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: rgba(234, 0, 0, 1);
        font-family: 'Agrandir-TextBold';
    }

    .about-us-third-section-card-paragraph {
        font-size: 15px;
        font-weight: 400;
        line-height: 25.6px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        font-family: 'Agrandir-narrow';
    }

    .about-us-third-section-card-email {
        font-size: 16px;
        font-weight: 400;
        line-height: 15.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        font-family: 'Agrandir-Regular';
    }

    .about-us-third-section-arrow-card {
        background-color: rgba(234, 0, 0, 1);
        transition: all 0.3s ease-in-out;
        border-radius: 50%;
        height: 35px;
        width: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
    }

    .about-us-third-section-arrow-card:hover {
        background-color: transparent;
        transform: rotate(-28deg);
        color: rgba(234, 0, 0, 1) !important;
        font-size: 20px;
    }

    .fourth-section-contact-f-heading {
        font-size: 28px;
        font-weight: 800;
        line-height: 26px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
        font-family: 'Agrandir-grandheavy';
    }

    .fourth-section-contact-f-paragraph {
        font-size: 20px;
        font-weight: 400;
        line-height: 18.2px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        font-family: 'Agrandir-Regular';
        color: white;
    }

    .image-container-second {
        position: relative;
        max-width: 250px;
        max-height: 320px;
        margin: auto;
        width: 100%;
        height: auto;
        overflow: hidden;
        transition: transform 1s ease;
    }

    .image-container-second:hover {
        transform: scale(0.95);
    }

    .about-first-img-second {
        max-width: 250px;
        min-height: 320px;
        max-height: 320px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        position: relative;
        transition: transform 1s ease;
    }

    .image-container-second:hover .about-first-img-second {
        transform: scale(1.2);
    }
}

@media(max-width:620px) {
    .contact-first-row-heading {
        font-family: "Agrandir-grandheavy";
        font-size: 48px;
        font-weight: 800;
        line-height: 55px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

}

@media(max-width:530px) {
    .contact-first-row-heading {
        font-family: "Agrandir-grandheavy";
        font-size: 44px;
        font-weight: 800;
        line-height: 55px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

}

@media(max-width:430px) {
    .contact-first-row-heading {
        font-family: "Agrandir-grandheavy";
        font-size: 32px;
        font-weight: 800;
        line-height: 40.3px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;


    }

}

@media (max-width:450px) {
    .about-sectio-second-row-col1-h2 {
        font-family: 'Agrandir-Bold';
        font-size: 13px;
        font-weight: 700;
        line-height: 18.2px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .about-sectio-second-row-col1-h1 {
        font-family: 'Agrandir-grandheavy';
        font-size: 30px;
        font-weight: 800;
        line-height: 39px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .contact-first-row-heading-second {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        line-height: 20.8px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        font-family: 'Agrandir-Regular';

    }

    .about-sectio-second-row-col1-h3 {
        color: white;
        font-size: 12px;
        font-weight: 400;
        line-height: 15.6px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        font-family: 'Agrandir-Regular';
    }

    .image-container-contact {
        height: 330px;
        overflow: hidden;
        width: 90%;
        transition: all 0.3s ease-in-out;
    }

    .about-us-third-section-heading {
        font-size: 36px;
        font-weight: 700;
        line-height: 52.5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        font-family: 'Agrandir-Regular';
    }

    .about-us-third-section-paragraph {
        font-size: 23px;
        font-weight: 400;
        line-height: 30.8px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        font-family: 'Agrandir-Regular';
    }

    .padding-card-about-us {
        border-radius: 12px;
        padding: 15px 5px;
        display: flex !important;
        justify-content: center !important;
    }

    .about-us-third-section-card-heading {
        font-size: 12px;
        font-weight: 700;
        line-height: 20.8px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: rgba(234, 0, 0, 1);
        font-family: 'Agrandir-TextBold';
    }

    .about-us-third-section-card-paragraph {
        font-size: 12px;
        font-weight: 400;
        line-height: 15.6px;
        letter-spacing: 1px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        font-family: 'Agrandir-narrow';
    }

    .about-us-third-section-card-email {
        font-size: 12px;
        font-weight: 400;
        line-height: 15.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        font-family: 'Agrandir-Regular';
    }

    .about-us-third-section-arrow-card {
        background-color: rgba(234, 0, 0, 1);
        transition: all 0.3s ease-in-out;
        border-radius: 50%;
        height: 25px;
        width: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
    }

    .about-us-third-section-arrow-card:hover {
        background-color: transparent;
        transform: rotate(-28deg);
        color: rgba(234, 0, 0, 1) !important;
        font-size: 14px;
    }

    .fourth-section-contact-f-heading {
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: 800;
        line-height: 26px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
        font-family: 'Agrandir-grandheavy';
    }

    .fourth-section-contact-f-paragraph {
        font-size: 14px;
        font-weight: 400;
        line-height: 18.2px;
        text-align: left;
        letter-spacing: 1px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        font-family: 'Agrandir-Regular';
        color: white;
    }


    .image-background-third-row-about-us {
        background-image: url('../images/Map-3.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
        min-height: 69vh;
        width: 100%;
        padding-bottom: 90px;
    }

    .image-container-second {
        position: relative;
        max-width: 250px;
        max-height: 320px;
        margin: auto;
        width: 100%;
        height: auto;
        overflow: hidden;
        transition: transform 1s ease;
    }

    .image-container-second:hover {
        transform: scale(1);
    }

    .about-first-img-second {
        max-width: 250px;
        min-height: 245px;
        max-height: 245px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        position: relative;
        transition: transform 1s ease;
    }

    .image-container-second:hover .about-first-img-second {
        transform: scale(1.1);
    }
}

.contact-row-first-card {
    padding: 10px 30px;
    border-radius: 24px;
    background-color: white !important;
    max-width: 320px;
    max-height: 369px;
    width: 100%;
    height: 369px;
    transition: all 0.3s ease-in-out;
}



.contact-row-first-card:hover {
    background-color: black !important;
}


.contact-first-row-headings {
    color: var(--Color-B, #EA0000);
    text-align: center;
    font-family: "Agrandir-grandheavy";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contact-first-row-second-heading {
    color: #000 !important;
    font-family: "Agrandir-narrow";
    font-size: 25px;
    text-align: left !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.8px;
}

.contact-first-row-third-heading {
    color: #000 !important;
    font-family: "Agrandir-narrow";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px;
}

.contact-first-row-number {
    color: #000 !important;
    font-family: "Agrandir-narrow";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px;
}

.contact-first-row-arrow {
    background-color: #EA0000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.contact-first-right-arrow {
    font-size: 22px;
    padding-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.contact-first-row-arrow:hover {
    background-color: black !important;
}

.contact-first-row-arrow:hover .contact-first-right-arrow {
    color: red !important;
    transform: rotate(-30deg);
    font-size: 24px;
}


.contact-row-first-card:hover .contact-first-row-number {
    color: white !important;
}

.contact-row-first-card:hover .contact-first-row-second-heading {
    color: white !important;
}

.contact-row-first-card:hover .contact-first-row-third-heading {

    color: white !important;
}

@media (max-width: 768px) {

    .contact-row-first-card {
        padding: 10px 20px;
        border-radius: 24px;
        background-color: white !important;
        max-width: 200px;
        max-height: 300px;
        width: 100%;
        height: 369px;
        transition: all 0.3s ease-in-out;
    }



    .contact-row-first-card:hover {
        background-color: black !important;
    }


    .contact-first-row-headings {
        color: var(--Color-B, #EA0000);
        text-align: center;
        font-family: "Agrandir-grandheavy";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1px;

    }

    .contact-first-row-second-heading {
        color: #000 !important;
        font-family: "Agrandir-narrow";
        font-size: 18px;
        text-align: left !important;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        transition: all 0.3s ease-in-out;
        letter-spacing: 0.8px;
    }

    .contact-first-row-third-heading {
        color: #000 !important;
        font-family: "Agrandir-narrow";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        transition: all 0.3s ease-in-out;
        letter-spacing: 1px;
    }

    .contact-first-row-number {
        color: #000 !important;
        font-family: "Agrandir-narrow";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        transition: all 0.3s ease-in-out;
        letter-spacing: 1px;
    }

    .contact-first-row-arrow {
        background-color: #EA0000;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease-in-out;

    }

    .contact-first-right-arrow {
        font-size: 22px;
        padding-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }

    .contact-first-row-arrow:hover {
        background-color: black !important;
    }

    .contact-first-row-arrow:hover .contact-first-right-arrow {
        color: red !important;
        transform: rotate(-30deg);
        font-size: 24px;
    }


    .contact-row-first-card:hover .contact-first-row-number {
        color: white !important;
    }

    .contact-row-first-card:hover .contact-first-row-second-heading {
        color: white !important;
    }

    .contact-row-first-card:hover .contact-first-row-third-heading {

        color: white !important;
    }
}

@media (max-width: 450px) {

    .contact-row-first-card {
        padding: 10px 10px;
        border-radius: 18px;
        background-color: white !important;
        max-width: 164px;
        min-height: 180px;
        width: 100%;
        height: 269px;
        transition: all 0.3s ease-in-out;
    }



    .contact-row-first-card:hover {
        background-color: black !important;
    }


    .contact-first-row-headings {
        color: var(--Color-B, #EA0000);
        text-align: center;
        font-family: "Agrandir-grandheavy";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1px;
    }

    .contact-first-row-second-heading {
        color: #000 !important;
        font-family: "Agrandir-narrow";
        font-size: 14px;
        text-align: left !important;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        transition: all 0.3s ease-in-out;
        letter-spacing: 0.8px;
    }

    .contact-first-row-third-heading {
        color: #000 !important;
        font-family: "Agrandir-narrow";
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        transition: all 0.3s ease-in-out;
        letter-spacing: 1px;
    }

    .contact-first-row-number {
        color: #000 !important;
        font-family: "Agrandir-narrow";
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        transition: all 0.3s ease-in-out;
        letter-spacing: 1px;
    }

    .contact-first-row-arrow {
        background-color: #EA0000;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease-in-out;
        letter-spacing: 1px;
    }

    .contact-first-right-arrow {
        font-size: 12px;
        padding-top: 3px;
        transition: all 0.3s ease-in-out;
    }

    .contact-first-row-arrow:hover {
        background-color: black !important;
    }

    .contact-first-row-arrow:hover .contact-first-right-arrow {
        color: red !important;
        transform: rotate(-30deg);
        font-size: 13px;
    }


    .contact-row-first-card:hover .contact-first-row-number {
        color: white !important;
    }

    .contact-row-first-card:hover .contact-first-row-second-heading {
        color: white !important;
    }

    .contact-row-first-card:hover .contact-first-row-third-heading {

        color: white !important;
    }
}

@media (max-width: 380px) {

    .contact-row-first-card {
        padding: 10px 8px;
        border-radius: 18px;
        background-color: white !important;
        max-width: 142px;
        min-height: 100px;
        width: 100%;
        transition: all 0.3s ease-in-out;
        letter-spacing: 1px;
    }



    .contact-row-first-card:hover {
        background-color: black !important;
    }


    .contact-first-row-headings {
        color: var(--Color-B, #EA0000);
        text-align: center;
        font-family: "Agrandir-grandheavy";
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1px;
    }

    .contact-first-row-second-heading {
        color: #000 !important;
        font-family: "Agrandir-narrow";
        font-size: 14px;
        text-align: left !important;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        transition: all 0.3s ease-in-out;
        letter-spacing: 0.8px;
    }

    .contact-first-row-third-heading {
        color: #000 !important;
        font-family: "Agrandir-narrow";
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        transition: all 0.3s ease-in-out;
        letter-spacing: 1px;
    }

    .contact-first-row-number {
        color: #000 !important;
        font-family: "Agrandir-narrow";
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        transition: all 0.3s ease-in-out;
        letter-spacing: 1px;
    }

    .contact-first-row-arrow {
        background-color: #EA0000;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease-in-out;
        letter-spacing: 1px;
    }

    .contact-first-right-arrow {
        font-size: 12px;
        padding-top: 3px;
        transition: all 0.3s ease-in-out;
    }

    .contact-first-row-arrow:hover {
        background-color: black !important;
    }

    .contact-first-row-arrow:hover .contact-first-right-arrow {
        color: red !important;
        transform: rotate(-30deg);
        font-size: 13px;
    }


    .contact-row-first-card:hover .contact-first-row-number {
        color: white !important;
    }

    .contact-row-first-card:hover .contact-first-row-second-heading {
        color: white !important;
    }

    .contact-row-first-card:hover .contact-first-row-third-heading {

        color: white !important;
    }
}
