
    .contact-section {
        font-family: Arial, Helvetica, sans-serif;
    }

    .contact-wrapper {
        max-width: 950px;
        min-height: 518px;
        background: #f1f5fb;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.12);
    }


    .contact-info {
        position: relative;
        background-color: #fff;
        background-image: url("../new-images/contact-us/hero-img.webp");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border: 1px solid #d8e2ef;
        border-radius: 9px;
        overflow: hidden;
    }

    .contact-content {
        padding: 90px 26px 25px;
    }

    .contact-small-title {
        color: #111;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .contact-content h2 {
        margin: 0 0 7px;
        color: #0955c7;
        font-size: 24px ;
        line-height: 1.3;
        font-weight: 700;
    }

    .contact-content p {
        max-width: 365px;
        margin: 0;
        color: #222;
        font-size: 14px;
        line-height: 1.45;
    }

    .contact-details {
        margin-top: 25px;
    }
    .contact-item {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 14px;
        color: #111;
        font-size: 14px;
        line-height: 1.45;
    }

    .contact-icon img{
        width: 24px;
        height: 24px;
        min-width: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f2f6fd;
        color: #0759d5;
        border-radius: 3px;
        font-size: 13px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    }


    .contact-form-wrapper {
        padding: 43px 60px 30px 45px;
    }

    .form-label {
        display: block;
        margin-bottom: 8px;
        color: #111;
        font-size: 14px;
        font-weight: 400;
    }

    .form-label span {
        margin-left: 2px;
    }


    .form-control,
    .form-select {
        height: 38px;
        border: 0;
        border-radius: 5px;
        background-color: #fff;
        font-size: 12px;
        padding: 5px 12px;
        box-shadow: none !important;
    }

    .form-control::placeholder {
        color: #777;
        font-size: 10px;
    }

    .form-control:focus,
    .form-select:focus {
        border: 0;
        box-shadow: 0 0 0 1px #8eb4ed !important;
    }

    textarea.form-control {
        height: 51px;
        resize: none;
        padding-top: 8px;
    }

    .captcha-code {
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #c9d8f3;
        color: #263b61;
        border-radius: 4px;
        font-size: 14px;
    }

    .captcha-input {
        height: 38px;
    }

    .submit-btn {
        width: 62px;
        height: 30px;
        padding: 0;
        background: #0756ce;
        border: 0;
        border-radius: 5px;
        color: #fff;
        font-size: 14px;
    }

    .submit-btn:hover {
        background: #0646aa;
        color: #fff;
    }
