    .contact-section {
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
        }
        .contact-form {
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .form-select, .form-control {
            height: calc(2.5rem + 2px);
            padding: 0.5rem 0.75rem;
            border: 1px solid #ced4da;
            border-radius: 5px;
            font-size: 1rem;
        }
        .form-select {
            appearance: none;
            background-color: white;
            height: 45px;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23000" d="M2 0L0 2h4z"/></svg>');
            background-repeat: no-repeat;
            background-position: right 10px center;
            background-size: 12px;
            padding-right: 30px;
        }
        .btn.btn-dark{
            margin-top: 20px;
        }
        .fw-bold{
            font-weight: 800;
    font-size: 60px;
    line-height: 67px;
        }
        .f-para{
            font-size: 23px;
            font-size: 18px;
    margin-top: 27px;
        }
        .img-box-width img{
            width: 100%;
            height: auto;
            /* max-width: 400px; */
            padding-top: 100px;
            margin-top: 20px;
            margin-left: 20px;

        }