﻿/* about hero section starts here*/

#contact-hero-section .navbar-brand, #contact-hero-section .nav-link, #contact-hero-section .nav-link.active {
    color: white;
}

#contact-hero-section {
    position: relative;
    gap: 0;
}

    #contact-hero-section .banner-img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -2;
    }

        #contact-hero-section .banner-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        #contact-hero-section .banner-img::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background: linear-gradient(96.12deg, #0051C8 16.46%, rgba(13, 110, 253, 0.1) 70.26%);
            height: 100%;
            width: 100%;
        }

    #contact-hero-section .content-section {
        max-width: 466px;
        width: 100%;
        padding: 121px 0 75px 0;
        margin-left: 215px;
    }

        #contact-hero-section .content-section h1 {
            font-size: 56px;
            line-height: 1.25em;
            font-weight: 700;
            color: white;
        }

        #contact-hero-section .content-section p.desc {
            margin-top: 25px;
            margin-bottom: 25px;
            font-size: 24px;
            line-height: 1.334em;
            color: #E4EFFF;
        }

    #contact-hero-section .btn.btn-black {
        background-color: #17263B;
        border: 1px solid #17263B;
    }


    /*contact use section starts here*/ 

    #contactUs{
        display: grid;
        gap: 48px;
    }

        #contactUs .left-container ul li a{
            color: #282626;
        }

            #contactUs .left-container h1.title {
                font-size: 20px;
                line-height: 1.2em;
                font-weight: 700;
                margin-bottom: 40px;
                color: #282626;
            }

        #contactUs .left-container ul li{
            margin-bottom: 10px;
            font-size: 16px;
            display: flex;
            align-items: center;
            gap: 17px;
        }

            #contactUs .left-container ul li .icon {
                background: #0D6EFD;
                height: 40px;
                aspect-ratio: 1;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
            }

        #contactUs .right-container {
            border: 1px solid #0000001A;
            padding: 50px 50px 0;
            border-radius: 30px;
        }

.message-container {
    align-items: normal !important
}


@media (max-width: 1500px) {
    #contact-hero-section .content-section {
        margin-left: 70px;
    }
}


@media (max-width: 750px) {

    section:not(:first-child) {
        gap: 40px !important;
    }


    #contact-hero-section {
        display: flex;
        height: calc(100dvh - 50px);
        max-height: 900px;
        flex-direction: column;
        justify-content: center;
    }

        #contact-hero-section .content-section {
            margin-left: 0px;
            padding: 0px 0 45px 20px;
        }

            #contact-hero-section .content-section h1 {
                font-size: 45px;
            }

    #contactUs .right-container {
        border: none;
        padding: 0;
    }
}
