body,
html {
    margin: 0;
    padding: 0;
    height: 100%
}

.contact-info,
.contact-info:hover {
    box-shadow: rgba(0, 0, 0, .18) 0 2px 4px;
    box-shadow: rgba(0, 0, 0, .02) 0 1px 3px 0, rgba(27, 31, 35, .15) 0 0 0 1px
}

.about-text .cta-button,
.about-text .cta-button:hover {
    background-color: rgb(26 25 21 / 67%)
}

.about-text h3,
.contact-item i,
body {
    font-size: 1rem
}

:root {
    --clr-primary: #d50000;
    --clr-primary-hover: #29e6a7;
    --clr-primary-dark: #a6633c;
    --clr-gray100: #f0f7f8;
    --clr-gray200: #cfd8dc;
    --clr-gray300: #a7b7be;
    --clr-gray400: #6b7e86;
    --clr-gray500: #425a65;
    --radius: 0.2rem
}

.commitment-image img,
.contact-info {
    border-radius: 10px
}

.about-image img {
    position: static;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.footer_container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px
}

.abt,
.section-title {
    font-size: 1.5rem;
    margin-bottom: 65px
}

.about-text p,
.commitment-item p {
    font-size: 1rem;
    color: #212529;
    line-height: 1.6;
    margin-top: 10px
}

.contact-item p {
    line-height: 2.1
}

.about-text h3,
.abt,
.commitment-item h3,
.section-title {
    color: #212529;
    font-weight: 700
}

.about-image img,
.commitment-image img,
.contact-map iframe {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

img:not([class=logo-image]) {
    max-width: 100%
}

/* #commitment-section,
.about-us,
.commitment,
.contact,
.contact-info {
    background-color: #0c7dee
} */

.abt {
    text-align: left
}

.footer,
.section-title {
    text-align: center;
    margin-top: 40px
}

.about-text h3,
.commitment-item {
    margin-bottom: 15px
}

.about-text p,
.contact-item {
    margin-bottom: 5px
}

.about-content {
    display: flex;
    align-items: stretch;
    gap: 50px;
    padding: 0 20px
}

.about-image {
    flex: 1;
    max-width: 50%;
    position: relative
}

.about-text,
.commitment-image,
.commitment-text,
.contact-map {
    flex: 1
}

.about-text .cta-button {
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 700;
    transition: .3s
}

.commitment {
    padding: 80px 0
}

.commitment-content {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 15px
}

.commitment-image img {
    width: 100%
}

.commitment-item h3 {
    font-size: 1.1rem;
    margin-bottom: 10px
}

.commitment-item ul {
    list-style-type: none;
    padding-left: 0
}

.commitment-item li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 17px
}

.tick-icon {
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 10px
}

.contact-item .contact-icon,
.contact-item i {
    color: #f28b21fa;
    margin-right: 20px;
    margin-top: 5px
}

.contact {
    padding-bottom: 40px;
    overflow-x: hidden
}

.contact-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 0;
    padding: 0 15px
}

.contact-map iframe {
    border-radius: 10px;
    width: 100%;
    height: 100%
}

.contact-info {
    flex: 0 0 480px;
    padding: 25px 12px;
    transition: box-shadow .3s
}

.contact-item .contact-icon {
    width: 1.5rem;
    height: 1.5rem
}

.contact-item {
    display: flex;
    align-items: flex-start
}

.contact-item h3 {
    margin-bottom: 5px;
    font-size: 1rem;
    color: #212529;
    font-weight: 700
}

.contact-item a {
    color: #212529;
    text-decoration: none;
    transition: color .3s
}

.footer {
 
    background: url(../assets/images/img/fbg.png) #1971a5 !important;
    color: #fff;
    padding: 12px 0
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px
}

.copyright p,
.designer p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5
}

.designer a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff;
    transition: opacity .3s
}

.designer a:hover {
    opacity: .8
}

.designer img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px
}

.social-links {
    display: flex;
    align-items: center;
    gap: 1px;
    margin-top: 10px;
    flex-wrap: wrap
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    transition: .3s;
    border-radius: 50%;
    padding: 5px;
    background-color: #f1f1f1;
    width: 44px;
    height: 44px
}

.social-link svg {
    width: 24px;
    height: 24px
}

.social-link:hover {
    color: #fff;
    background-color: #f39121;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(216, 32, 40, .2)
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .abt {
        text-align: center
    }

    .about-content,
    .commitment-content,
    .contact-content {
        flex-direction: column;
        gap: 30px
    }

    .about-image,
    .about-text,
    .commitment-image,
    .commitment-text,
    .contact-info,
    .contact-map {
        max-width: 100%
    }

    .commitment-image {
        width: 100%
    }

    .commitment-content {
        display: flex;
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 20px;
        padding: 0 20px
    }

    .about-image {
        height: 400px
    }

    .about-image img {
        position: static;
        height: 100%;
        object-fit: cover
    }

    .section-title {
        font-size: 1.8rem
    }

    .about-text p,
    .commitment-item p,
    .contact-item p {
        font-size: 1rem
    }

    .contact-map iframe {
        height: 350px
    }

    .contact-info {
        padding: 20px
    }

    .about-content {
        display: flex;
        align-items: stretch;
        gap: 30px;
        padding: 0 20px
    }
}

@media (max-width:768px) {
    .contact-content {
        margin-top: 0
    }

    .about-content {
        gap: 0
    }

    .about-content,
    .contact-content {
        flex-direction: column;
        padding: 0
    }

    .about-image img {
        position: static;
        height: 100%
    }

    .section-title {
        font-size: 1.5rem
    }

    .about-text h3,
    .about-text p,
    .commitment-item h3,
    .commitment-item p,
    .commitment-item ul li {
        font-size: 1rem
    }

    .commitment-content {
        flex-direction: column-reverse;
        padding: 0
    }

    .commitment-image,
    .commitment-text,
    .contact-info,
    .contact-map {
        width: 100%
    }

    .contact-map iframe {
        height: 300px
    }

    .contact-info {
        flex: 0 0 380px
    }

    .contact {
        padding-bottom: 30px
    }
}

@media (max-width:480px) {
    .section-title {
        font-size: 1.8rem
    }
}