html, body {
    margin: 0;
    padding: 0;
}

.navbar {
    display: flex;
    align-items: center;
    background-color: #e2dfdf;
    padding: 15px 30px;
    position: fixed;
    width: 100%;
    height: 7%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.logo {
    position: fixed;
    display: flex;
    padding: 0px 20px 20px 20px;
    width: 28%;
    height: 7.8%;
    background-color: #e8e8e8;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    z-index: 3;
}

    .logo::after {
        content: "";
        position: absolute;
        top: 0;
        right: 27px;
        width: 30px;
        height: 100%;
        background: transparent;
        transform: skewX(52deg);
        box-shadow: -17px 0 18px rgb(0 0 0 / 94%);
        pointer-events: none;
        z-index: 3;
    }

.logo-img {
    display: flex;
    margin-top: 3%;
    margin-left: 12%;
    width: 50%;
    height: 90%;
    z-index: 3;
}

.nav_PE {
    display: flex;
    align-items: center;
    background-color: #06105e;
    padding: 15px 30px;
    position: fixed;
    width: 100%;
    height: 7px;
    top: 0;
    left: 0;
}

.nav_phone {
    padding-right: 125px;
    padding-left: 30%;
    color: white;
    font-size: 20px;
    font-family: Arial, sans-serif;
}

.nav_email {
    display: none;
    color: white;
    font-size: 20px;
    font-family: Arial, sans-serif;
}


.nav-links_mobile {
    display: none;
}


.nav-links {
    display: flex;
    margin-left: 35%;
    margin-top: 2%;
    gap: 75px;
}

    .nav-links li {
        display: inline;
    }

    .nav-links a {
        text-decoration: none;
        color: #000000;
        font-size: 23px;
        transition: color 0.3s;
    }

        .nav-links a:hover {
            color: #7090f5;
        }



.hero-slider {
    position: relative;
    width: 100%;
    min-height: 980px;
    overflow: hidden;
    background: #111;
    margin-top: -5.2vh;
}


.slider-call-btn {
    display: flex;
    font-size: 25px;
    text-decoration: none;
    color: white;
    background: #082269b8;
    border-radius: 20px;
    width: 220px;
    padding: 15px;
    margin-left: 35%;
    margin-top: 5%;
}

    .slider-call-btn i {
        padding-right: 20px;
    }

.hero-slider .slides {
    height: auto;
}

.hero-slider img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: cover;
    z-index: 1;
}

.hero-slider .slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( to right, rgb(5 5 128 / 41%) 10%, rgb(0 0 255 / 19%) 20%, rgba(0, 0, 255, 0) 100%), rgb(0 0 0 / 14%);
    pointer-events: none;
    z-index: 1;
}


.hero-slider .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .6s ease;
}

    .hero-slider .slide.is-active {
        opacity: 1;
    }

.hero-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.hero-slider .caption {
    position: absolute;
    left: 25%;
    top: 35%;
    transform: translateX(-50%);
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 100;
    color: #fff;
    background: var(--caption-bg);
    padding: 14px 18px;
    border-radius: 10px;
    backdrop-filter: blur(2px);
    z-index: 2;
}

    .hero-slider .caption h2 {
        margin: 0 0 6px 0;
        font-size: 60px;
        line-height: 1.15;
        font-weight: 50;
    }

    .hero-slider .caption p {
        margin: 0;
        font-size: 20px;
    }


.hero-slider .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,.45);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    z-index: 1;
}

    .hero-slider .nav:hover {
        background: rgba(0,0,0,.65);
    }

.hero-slider .prev {
    left: 14px;
}

.hero-slider .next {
    right: 14px;
}


.hero-slider .dots {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 14px;
    display: flex;
    gap: 10px;
    z-index: 1;
}

    .hero-slider .dots button {
        display: none;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 0;
        background: rgba(255,255,255,.5);
        cursor: pointer;
    }

        .hero-slider .dots button[aria-selected="true"] {
            display: none;
            background: #fff;
        }

.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #e8e8e8;
    border-radius: 15px;
    margin: auto;
    margin-top: 159px;
    height: auto;
}




/*

.reviews_stars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap: 2rem;
    width: 100%;

}

.reviews_h1 {
    margin-left: 25vw;
    font-size: 60px;
    color: #010185;
    font-family: Arial, sans-serif;
}

.actual_reviews_headers {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
}

.reviews_h2_1 {
    margin-left: 8vw;
    font-size: 30px;
    color: #010185;
    font-family: Arial, sans-serif;
}

.reviews_h2_2 {
    margin-left: 23vw;
    font-size: 30px;
    color: #010185;
    font-family: Arial, sans-serif;
}

.actual_reviews_p {
    display: flex;
    flex-direction: row;
    width: 60vw;
}

.reviews_p_1 {
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 0.3px;
    color: #111;
    background-color: #cbcae3;
    padding: 25px;
    border-radius: 10px
}

.reviews_p_2 {
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 0.3px;
    color: #111;
    margin-left: 10vw;
    background-color: #cbcae3;
    padding: 25px;
    border-radius: 10px
}


.reviews_stars1 {
    display: flex;
    margin-left: 5vw;
}

.reviews_stars1,
.reviews_stars2 {
    display: flex;
    gap: 10px;
}

.reviews_stars2 {
    margin-left: 8vw;
}

.fa-star {
    color: #e2e200;
    -webkit-text-stroke: 2px #000;
    font-size: 70px;
}

*/



.show-for-mobile {
    display: none;
}

.hide-for-mobile {
    display: flex;
    flex-direction: column;
}




.section1 {
    display: flex;
    background-color: #867fae24;
    border-radius: 15px;
    width: 100%;
    height: 60%;
    margin-top: 5%;
}

.img1 {
    height: 85%;
    width: 60%;
    margin-top: 1%;
    margin-bottom: 25px;
    margin-right: 10%;
    border-radius: 15px;
}

.header_s1 {
    font-size: 49px;
    color: #001b71;
    margin-left: 39%;
    width: 45%;
}

.p_s1 {
    font-size: 29px;
    margin-left: 37%;
    margin-top: 4%;
    width: 51%;
    line-height: 1.6;
    letter-spacing: 0.3px;
    color: #111;
}


.section2 {
    display: flex;
    border-radius: 10px;
    width: 100%;
    height: 30%;
    margin-bottom: -3%;
}

.img2 {
    height: 75%;
    width: 50%;
    margin-top: 4%;
    margin-left: 10%;
    border-radius: 15px;
}

.header_s2_supersmall {
    display: none;
}

.header_s2 {
    font-size: 59px;
    color: #001b71;
    margin-left: 14%;
    margin-top: 7%;
    width: 70%;
}

.p_s2 {
    font-size: 28px;
    margin-left: 14%;
    padding-top: 2%;
    width: 61%;
    line-height: 1.6;
    letter-spacing: 0.3px;
    color: #111;
}


.section3 {
    display: flex;
    background-color: #867fae24;
    border-radius: 15px;
    width: 100%;
    height: 60%;
    margin-top: 5%;
    margin-bottom: 2%;
}

.img3 {
    height: 85%;
    width: 60%;
    margin-top: 1%;
    margin-bottom: 25px;
    margin-right: 8%;
    border-radius: 15px;
}

.header_s3 {
    font-size: 49px;
    color: #001b71;
    margin-left: 30%;
    margin-top: 4%;
    width: 45%;
}

.p_s3 {
    font-size: 26px;
    margin-left: 19%;
    margin-top: 4%;
    width: 69%;
    line-height: 1.6;
    letter-spacing: 0.3px;
    color: #111;
}

.map_header {
    font-size: 49px;
    color: #001b71;
    margin-left: 45%;
    width: 40%;
}

.footer {
    background-color: #0c0e6b;
    color: #fff;
    padding: 40px 20px;
    margin-top: 50px;
}

.footer-container {
    margin-left: 10%;
    display: flex;
    justify-content: space-between;
}


.footer-contact {
    margin-left: 7%;
    font-size: 16px;
    line-height: 1.6;
}

.footer-services-section {
    margin-top: 0%;
}

.footer-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer_phone {
    text-decoration: none;
    color: white;
}

.footer-list {
    list-style: none;
    margin-left: -1vw;
}


.footer_logo {
    display: flex;
    justify-content: flex-end;
}

.footer_logo-img {
    margin-right: 25%;
    margin-top: 2%;
    width: 25vw;
    height: 18vh;
}


.fade-in-section {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}


    .fade-in-section.is-visible {
        opacity: 1;
        transform: translateY(0);
    }
















/* Media Queries Below  */














@media (min-width: 2751px) {

    .nav-links {
        margin-left: 33%;
        margin-top: 1.7%;
    }

    .logo-img {
        display: flex;
        margin-top: 2%;
        margin-left: 12%;
        width: 50%;
        height: 90%;
        z-index: 3;
    }
}

@media (max-width: 2750px) {
    .logo::after {
        transform: skewX(49deg);
        right: 27px;
    }
}

@media (max-width: 2600px) {
    .logo::after {
        transform: skewX(47deg);
        right: 22px;
    }
}

@media (max-width: 2400px) {
    .logo::after {
        transform: skewX(45deg);
        right: 20px;
    }
}

@media (max-width: 2250px) {

    .logo::after {
        transform: skewX(45deg);
        right: 18px;
    }

    .img1 {
        margin-top: 3%;
        margin-right: 2%;
        width: 40%;
        height: 40%;
    }

    .header_s1 {
        margin-left: 12%;
        width: 63%;
    }

    .p_s1 {
        margin-left: 12%;
        width: 71%;
    }

    .img2 {
        margin-top: 3%;
        margin-left: 2%;
        width: 40%;
        height: 40%;
    }

    .header_s2 {
        margin-top: 5%;
        margin-left: 12%;
        margin-bottom: 4%;
        width: 83%;
    }

    .p_s2 {
        margin-left: 7%;
        padding-top: 0px;
        width: 84%;
    }

    .img3 {
        margin-top: 3%;
        margin-right: 2%;
        width: 40%;
        height: 40%;
    }

    .header_s3 {
        margin-left: 12%;
        width: 63%;
    }

    .p_s3 {
        margin-left: 12%;
        width: 71%;
    }
}


@media (max-width: 2200px) {
    .logo::after {
        transform: skewX(40deg);
        right: 10px;
    }
}

@media (max-width: 1920px) {
    .logo::after {
        transform: skewX(39deg);
        right: 8px;
    }

    .hero-slider {
        margin-top: -5.5vh;
    }

    .nav-links {
        margin-left: 33%;
        margin-top: 2.7%;
    }

    /*
    .img1 {
        margin-right: 7vw;
    }

    .header_s1 {
        margin-left: 16%;
        width: 63%;
    }

    .p_s1 {
        margin-left: 12%;
        margin-top: 0vh;
        width: 78%;
    }

    .section2 {
        height: 45vh;
    }

    .img2 {
        margin-left: -15vw;
        margin-top: 8vh;
        height: 35vh;
        width: 35vw
    }

    .header_s2 {
        margin-top: 5vh;
        margin-left: 13%;
        width: 110%;
    }

    .p_s2 {
        margin-left: 15%;
        width: 120%;
    }

    .img3 {
        margin-right: 4vw;
    }

    .header_s3 {
        margin-left: 23%;
        margin-top: 5vh;
        margin-bottom: 3vh;
        width: 80%;
    }

    .p_s3 {
        margin-top: 0vh;
        padding-top: 10px;
        margin-left: 7%;
        width: 80%;
    }

*/

    .footer-container {
        margin-left: 6%;
        display: flex;
    }


    .footer-contact {
        margin-left: 8%;
        font-size: 16px;
        line-height: 1.6;
    }

    .footer_logo-img {
        margin-right: 19%;
        margin-top: 3%;
        width: 25vw;
        height: 18vh;
    }
}

@media (max-width: 1750px) {
    .logo::after {
        transform: skewX(35deg);
        right: 5px;
    }

    .nav-links {
        margin-left: 33%;
        margin-top: 3%;
    }

    .img1 {
        margin-top: 4%;
        margin-right: 3%;
        width: 40%;
        height: 40%;
    }

    .header_s1 {
        margin-left: 12%;
        padding-top: 0%;
        width: 63%;
    }

    .p_s1 {
        margin-left: 8%;
        width: 81%;
        padding-bottom: 3%;
        padding-top: 0%;
    }

    .img2 {
        margin-top: 3%;
        margin-left: 2%;
        width: 40%;
        height: 40%;
    }

    .header_s2 {
        font-size: 50px;
        margin-top: 7%;
        margin-left: 12%;
        margin-bottom: 6%;
        width: 83%;
    }

    .p_s2 {
        font-size: 24px;
        margin-left: 7%;
        padding-top: 0px;
        padding-bottom: 2%;
        width: 87%;
    }

    .img3 {
        margin-top: 5%;
        margin-right: 4%;
        width: 40%;
        height: 40%;
    }

    .header_s3 {
        margin-left: 30%;
        width: 63%;
    }

    .p_s3 {
        font-size: 24px;
        margin-left: 8%;
        padding-bottom: 3%;
        width: 81%;
    }
}


@media (max-width: 1600px) {

    .show-for-mobile {
        display: block;
    }

    .hide-for-mobile {
        display: none;
    }

    .hero-slider {
        margin-top: -4.9vh;
    }

        .hero-slider .caption {
            left: 28%;
            top: 25%;
        }

    .logo::after {
        transform: skewX(30deg);
        right: 2px;
    }

    .main-content {
        height: auto;
    }

    .section1 {
        display: flex;
        flex-direction: row;
        background-color: #867fae24;
        border-radius: 15px;
        width: 100%;
        height: 60%;
        margin-top: 5%;
    }

    .header_s1 {
        margin-top: 2%;
        margin-left: 6%;
        width: 93%;
    }

    .p_s1 {
        margin-left: 5%;
        margin-top: 0%;
        width: 89%;
    }

    .section2 {
        display: flex;
        margin-top: 0%;
        height: 50%;
    }

    .img2_mobile_left {
        display: flex;
        border-radius: 12px;
        margin-top: 3%;
        margin-left: 2%;
        margin-bottom: 2%;
        width: 30%;
        height: 30%;
    }

    .img2_mobile_right {
        display: none;
    }

    .header_s2 {
        font-size: 36px;
        margin-top: 6%;
        margin-left: 17%;
        width: 80%;
    }

    .p_s2 {
        padding-top: 1%;
        margin-left: 11%;
        width: 69%;
    }

    .section3 {
        display: flex;
        flex-direction: column;
        background-color: #867fae24;
        border-radius: 15px;
        width: 100%;
        height: 60%;
        margin-top: 5%;
    }

    .img3 {
        margin-top: 2%;
        width: 100%;
    }

    .header_s3 {
        margin-left: 38%;
        margin-top: 3%;
        margin-bottom: 2%;
        width: 50%;
    }

    .p_s3 {
        margin-left: 20%;
        width: 61%;
    }

    .footer-contact {
        margin-left: 2%;
    }

    .footer_logo-img {
        margin-right: 35%;
        margin-top: 16%;
        width: 20vw;
        height: 10vh;
    }
}


@media (max-width: 1450px) {

    .logo::after {
        transform: skewX(28deg);
        right: -5px;
    }

    .hero-slider .caption {
        left: 38%;
        top: 25%;
    }
}

@media (max-width: 1250px) {

    .map_header {
        margin-left: 35%;
    }

    .header_s1 {
        margin-bottom: 3%;
    }

    .p_s1 {
        margin-top: 0%;
        padding-top: 0px;
        font-size: 22px;
        width: 89%;
    }
}

@media (max-width: 1200px) {

    .hero-slider .caption {
        left: 38%;
        top: 33%;
    }

    .logo::after {
        transform: skewX(26deg);
        right: -8px;
    }
}


@media (max-height: 1050px) {
    .hero-slider {
        margin-top: -7rem;
    }
}


@media (max-width: 1000px) {

    html, body {
        overflow-x: hidden;
    }

    .logo-img {
        display: flex;
        margin-top: 5%;
        margin-left: 5%;
        width: 70%;
        height: 90%;
        z-index: 3;
    }

    .nav-links {
        display: flex;
        margin-left: 29%;
        margin-top: 5%;
        gap: 65px;
    }

    .navlink_about {
        display: none;
    }

    .navlink_phone {
        background: #07078f2b;
        border-radius: 9px;
        padding: 8px;
        margin-left: -4vw;
    }

    .hero-slider {
        margin-top: -10.7vh;
    }

        .hero-slider .caption {
            left: 28%;
            top: 25%;
        }

    .logo::after {
        transform: skewX(24deg);
        right: -12px;
    }

    .hero-slider .caption {
        left: 35%;
        top: 22%;
    }

    .main-content {
        height: auto;
    }

    .section1 {
        display: flex;
        flex-direction: column;
    }

    .img1 {
        margin: 0;
        width: 100%;
        height: 45vh;
    }

    .header_s1 {
        margin-top: 7%;
        margin-left: 6%;
        width: 90%;
    }

    .p_s1 {
        margin-left: 5%;
        margin-top: 5%;
        width: 89%;
    }

    .section2 {
        margin-top: 0%;
        display: flex;
    }

    .img2_mobile_left {
        display: none;
    }

    .img2_mobile_right {
        display: flex;
        border-radius: 12px;
        margin-top: 3%;
        margin-right: 0%;
        margin-left: 0%;
        margin-bottom: 0%;
        width: 100%;
        height: 50%;
    }

    .header_s2 {
        font-size: 46px;
        margin-top: 7%;
        margin-left: 17%;
        margin-bottom: 0%;
        padding-bottom: 1%;
        width: 70%;
    }

    .p_s2 {
        padding-top: 3%;
        margin-left: 13%;
        width: 80%;
    }

    .section3 {
        margin-top: 0%;
        height: 60%;
    }

    .img3 {
        margin-top: 8%;
    }

    .header_s3 {
        margin-left: 29%;
        margin-top: 3%;
        margin-bottom: 5%;
        width: 60%;
    }

    .p_s3 {
        margin-top: 0px;
        margin-bottom: 0%;
        margin-left: 9%;
        width: 81%;
    }

    .footer-contact {
        margin-left: 0%;
    }

    .footer-services-section {
        margin-left: 0px;
    }

    .footer_logo-img {
        margin-right: 35%;
        margin-top: 16%;
        width: 20vw;
        height: 10vh;
    }

    .footer_logo {
        margin-top: 1%;
        margin-right: -5vw;
    }
}







@media (max-width: 800px) {
    .logo::after {
        transform: skewX(18deg);
        right: -16px;
    }
}


@media (max-width: 768px) {


    .hero-slider {
        margin-top: -30%;
    }

    .nav-links {
        display: flex;
        margin-left: 26%;
        margin-top: 7%;
        gap: 35px;
    }

    .navlink_phone {
        background: #07078f2b;
        border-radius: 9px;
        padding: 8px;
        margin-left: -4vw;
    }

    .map_header {
        width: 70%;
        margin-top: 8%;
        margin-bottom: 8%;
        margin-left: 24%;
        margin-right: 0%;
    }

    .section3 {
        margin-top: 6%;
    }

    .slider-call-btn {
        display: flex;
        font-size: 25px;
        text-decoration: none;
        color: white;
        background: #082269b8;
        border-radius: 20px;
        width: 55%;
        padding: 15px;
        margin-left: 18%;
        margin-top: 10%;
    }

        .slider-call-btn i {
            padding-right: 20px;
        }

    .hero-slider .caption {
        left: 38%;
        top: 16%;
    }

    .footer-container {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .footer-contact {
        margin-left: 0%;
        border-bottom: 2px solid black;
    }

    .footer-services-section {
        margin-left: -5px;
        margin-right: 0px;
        border-bottom: 2px solid black;
    }

    .footer-list {
        margin-left: -40px;
        padding-bottom: 40px;
    }

        .footer-list li {
            padding-bottom: 6px;
        }

    .footer_logo-img {
        margin-right: 26%;
        margin-top: 6%;
        width: 50vw;
        height: 11vh;
    }
}


@media (max-width: 650px) {


    body {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .nav-links {
        gap: 30px;
        margin-left: 25%;
        margin-top: 8%;
    }

    .map_header {
        margin-left: 20%;
        width: 100%;
    }

    .hero-slider .caption {
        left: 40%;
        top: 33%;
    }

    .logo::after {
        transform: skewX(13deg);
        right: -20px;
    }

    .section3 {
        margin-top: 20%;
    }
}

@media (max-width: 630px) {

    .nav-links_mobile {
        list-style: none;
        text-decoration: none;
        display: flex;
        margin-left: 31%;
        margin-top: 15%;
        font-size: 36px;
        gap: 36px;
    }

        .nav-links_mobile a {
            color: #06046ce6;
        }

    .nav-links {
        display: none;
    }

    .logo-img {
        width: 85%;
        height: 65%;
        margin-left: -13px;
        margin-top: 17%;
    }
}

@media (max-width: 630px) {
    .section3 {
        margin-top: 30%;
    }

    .map_header {
        margin-left: 15%;
    }
}











@media (max-width: 450px) {

    html, body {
        overflow-x: hidden;
    }

    .navbar {
        display: flex;
        align-items: center;
        background-color: #e2dfdf;
        padding: 15px 30px;
        position: fixed;
        width: 100%;
        height: 7%;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .prev {
        display: none;
    }

    .next {
        display: none;
    }

    .logo {
        width: 45%;
        height: 7.4%;
        margin-left: -8vw;
        padding-top: 6px;
    }

        .logo::after {
            right: -24px;
            top: -2px;
            transform: skewX(23deg);
        }

    .logo-img {
        width: 85%;
        height: 85%;
        margin-left: 8%;
        margin-top: 7%;
    }

    .nav_phone {
        padding-right: 0px;
        padding-left: 46%;
        font-size: 22px;
    }

    .nav_email {
        display: none;
    }

    .nav-links_mobile {
        list-style: none;
        text-decoration: none;
        display: flex;
        margin-left: 34%;
        margin-top: 17%;
        font-size: 36px;
        gap: 36px;
    }

        .nav-links_mobile a {
            color: #06046ce6;
        }

    .nav-links {
        display: none;
    }

    .hero-slider {
        width: 100%;
        min-height: 580px;
        margin-left: 0vw;
        margin-top: -28%;
    }

        .hero-slider .caption {
            left: 48%;
            top: 11%;
            width: 90%;
            backdrop-filter: blur(1px);
        }

            .hero-slider .caption h2 {
                font-size: 35px;
            }

            .hero-slider .caption p {
                padding-top: 10px;
                font-size: 16px;
            }

    .slider-call-btn {
        display: flex;
        font-size: 25px;
        text-decoration: none;
        color: white;
        background: #082269b8;
        border-radius: 20px;
        width: 58%;
        padding: 15px 6px 15px 15px;
        margin-left: 18%;
        margin-top: 10%;
    }

        .slider-call-btn i {
            padding-right: 20px;
        }

    .main-content {
        border-radius: 15px;
        height: auto;
        width: 100%;
    }

    /*

.reviews_stars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap: 2rem;
    width: 100%;
}

.reviews_h1 {
    margin-left: 25vw;
    font-size: 60px;
    color: #010185;
    font-family: Arial, sans-serif;
}

.actual_reviews_headers {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
}

.reviews_h2_1 {
    margin-left: 8vw;
    font-size: 30px;
    color: #010185;
    font-family: Arial, sans-serif;
}

.reviews_h2_2 {
    margin-left: 23vw;
    font-size: 30px;
    color: #010185;
    font-family: Arial, sans-serif;
}

.actual_reviews_p {
    display: flex;
    flex-direction: row;
    width: 60vw;
}

.reviews_p_1 {
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 0.3px;
    color: #111;
    background-color: #cbcae3;
    padding: 25px;
    border-radius: 10px
}

.reviews_p_2 {
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 0.3px;
    color: #111;
    margin-left: 10vw;
    background-color: #cbcae3;
    padding: 25px;
    border-radius: 10px
}


.reviews_stars1 {
    display: flex;
    margin-left: 5vw;
}
    
.reviews_stars1,
.reviews_stars2 {
    display: flex;
    gap: 10px;
}

.reviews_stars2 {
    margin-left: 8vw;
}

.fa-star {
    color: #e2e200;
    -webkit-text-stroke: 2px #000;
    font-size: 70px;
}

    */



    .show-for-mobile {
        display: flex;
        flex-direction: column;
    }

    .hide-for-mobile {
        display: none;
    }




    .section1 {
        border-radius: 6px;
        width: 100%;
        margin-top: 2%;
    }

    .img1 {
        height: 50%;
        width: 100%;
        margin-top: 0vh;
        margin-bottom: 0vh;
        margin-right: 0vw;
        border-radius: 4px;
    }

    .header_s1 {
        font-size: 30px;
        color: #001b71;
        margin-left: 10%;
        margin-top: 4%;
        width: 90%;
    }

    .p_s1 {
        font-size: 18px;
        margin-left: 8%;
        margin-top: 4%;
        width: 85%;
        line-height: 1.3;
        letter-spacing: 0.3px;
        color: #111;
    }


    .section2 {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .img2 {
        width: 100%;
        margin: 0px;
        border-radius: 4px;
    }

    .header_s2 {
        font-size: 1.35rem;
        color: #001b71;
        margin-left: 5%;
        margin-top: 3%;
        width: 95%;
    }

    .p_s2 {
        font-size: 19px;
        margin-left: 5%;
        width: 90%;
        line-height: 1.3;
        letter-spacing: 0.2px;
        padding-top: 10px;
        color: #111;
    }


    .section3 {
        display: flex;
        flex-direction: column;
        border-radius: 10px;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .img3 {
        width: 100%;
        margin: 0px;
        border-radius: 4px;
    }

    .header_s3 {
        font-size: 40px;
        color: #001b71;
        margin-left: 10%;
        margin-top: 6%;
        width: 100%;
    }

    .p_s3 {
        font-size: 20px;
        margin-left: 5%;
        width: 90%;
        line-height: 1.6;
        letter-spacing: 0.3px;
        color: #111;
    }

    .map_header {
        font-size: 40px;
        color: #001b71;
        margin-left: 10%;
        width: 100%;
    }

    .footer {
        background-color: #0c0e6b;
        color: #fff;
        padding: 40px 20px;
        margin-top: 50px;
    }

    .footer-container {
        margin: auto;
        display: flex;
        justify-content: space-between;
    }


    .footer-contact {
        width: 100%;
        margin-left: 0%;
        padding-bottom: 13px;
        font-size: 20px;
        line-height: 1.6;
        border-bottom: 1px solid black;
    }

    .footer_email {
        display: none;
    }

    .footer-services-section {
        padding-top: 13px;
    }


    .footer-title_contact {
        font-size: 25px;
    }

    .footer-title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .footer-list {
        list-style: none;
        margin-left: -12%;
    }

        .footer-list li {
            padding-bottom: 3px;
            padding-top: 4px;
        }

    .footer_logo {
        display: flex;
        justify-content: flex-end;
        padding-top: 40px;
    }

    .footer_logo-img {
        margin-right: 5%;
        width: 100%;
        height: 120px;
    }
}

@media (max-width: 397px) {

    .nav-links_mobile {
        list-style: none;
        text-decoration: none;
        display: flex;
        margin-left: 31%;
        margin-top: 19%;
        font-size: 36px;
        gap: 34px;
    }

    .section3 {
        margin-top: 12%;
    }

    .nav_phone {
        padding-left: 44%;
        font-size: 22px;
    }

    .img1 {
        padding-bottom: 7%;
        border-bottom: 1px solid black;
    }

    .header_s2 {
        margin-top: 5%;
        margin-left: 6%;
        width: 92%;
        font-size: 1.35em;
    }

    .header_s3 {
        margin-left: 6%;
    }

    .map_header {
        margin-left: 7%;
    }
}

@media (max-width: 381px) {

    .nav-links_mobile {
        list-style: none;
        text-decoration: none;
        display: flex;
        margin-left: 31%;
        margin-top: 10vh;
        font-size: 36px;
        gap: 36px;
    }

    .navlink_mobile_about {
        display: none;
    }

    .navlink_mobile_phone {
        margin-left: -30px;
    }


    .header_s2 {
        margin-top: 5%;
        margin-left: 3%;
        width: 95%;
    }

    .section3 {
        margin-top: 20%;
    }

    .nav_phone {
        padding-right: 0px;
        padding-left: 36%;
        font-size: 22px;
    }

    .header_s3 {
        margin-left: 10%;
    }
}

@media (max-width: 370px) {
    .map_header {
        margin-left: 7%;
    }

    .header_s2_supersmall {
        display: flex;
        font-size: 24px;
        color: #001b71;
        margin-left: 11%;
        margin-top: 3%;
        width: 90%;
    }

    .header_s2 {
        display: none;
    }
}


@media (max-width: 340px) {

    .section3 {
        margin-top: 30%;
    }

    .logo::after {
        right: -19px;
        top: -2px;
        transform: skewX(20deg);
    }

    .header_s3 {
        margin-left: 5%;
    }
}

@media (max-width: 290px) {

    .section3 {
        margin-top: 50%;
    }

    .nav_phone {
        padding-right: 0px;
        padding-left: 36%;
        font-size: 17px;
    }

    .navlink_mobile_phone {
        margin-left: -50px;
    }

    .logo::after {
        right: -26px;
        top: -2px;
        transform: skewX(16deg);
    }
}

@media (max-width: 250px) {

    .section3 {
        margin-top: 90%;
    }
}

@media (max-width: 200px) {

    .section3 {
        margin-top: 150%;
    }
}

@media (max-width: 170px) {

    .section3 {
        margin-top: 200%;
    }
}

@media (max-width: 150px) {

    .section3 {
        margin-top: 300%;
    }

    .logo::after {
        right: -30px;
        top: -2px;
        transform: skewX(10deg);
    }
}



.flash-highlight {
    animation: flash-bg 1500ms ease;
}

@keyframes flash-bg {
    0% {
        background-color: #77a6f6;
    }

    50% {
        background-color: #adcbf7;
    }

    75% {
        background-color: #b4c9f585;
    }

    100% {
        background-color: transparent;
    }
}

#about-us-nav-location {
    scroll-margin-top: 200px;
}

#about-us-nav-location_mobile {
    scroll-margin-top: 200px;
}
