.section-flag-blue-2 {
    position: relative;
    bottom: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxODBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiMyMzQ3ODMiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgMzAgMCAzMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgNjAgMCA2MHoiLz48L2c+PC9zdmc+);
    background-size: 100% 200px;
    height: 200px;
    z-index: 1;
    transform: rotateY(180deg) rotateX(180deg);
}

.main-index-2 {
    background-image: url("../img/home/Main-2.png");
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 0 0 5%;
    min-height: 70vh;
}

.main-row {
    color: #fff;
    font-weight: 800;
    line-height: 1.2em;
    text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.22);
    font-size: clamp(1.75rem, 4vw, 3.125rem);
    margin: auto;
    padding: 5% 0 10%;
    min-height: 28vh;
}

.main-contact-2 {
    background-image: url("../img/home/contact-us-2.jpg");
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 4% 0;
}

.main-contact-2 .validation-errors {
    color: #fff;
}

.main-contact-2 .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    appearance: none;
}

.main-contact-2 textarea.form-control {
    min-height: calc(1.5em * 3 + 0.75rem * 2 + 2px);
    resize: vertical;
}

.main-contact-2 .form-label {
    display: inline-block;
    margin-bottom: 0.25rem;
}

.main-contact-2 .btn-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: 1px solid rgba(2, 48, 89, 1);
    border-radius: 0.375rem;
    background-color: rgba(2, 48, 89, 1);
    font-weight: 900;
}

.main-contact-2 .btn-custom:hover:not(:disabled) {
    background-color: rgba(2, 48, 89, .8);
    border-color: rgba(2, 48, 89, .8);
}

.main-contact-2 .btn-custom:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
}

.main-contact-2 .btn-custom .btn-spinner {
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: contact-btn-spin 0.7s linear infinite;
}

@keyframes contact-btn-spin {
    to { transform: rotate(360deg); }
}

.h2-custom-contact {
    font-weight: 800;
    font-size: 35px;
    color: #fff;
    border-bottom: 3px solid #ee312a;
    display: inline-block;
    padding-bottom: .35rem;
}

.p-contact {
    color: #fff;
    font-weight: 100;
    margin-bottom: 0;
    margin-top: 1rem;
    line-height: 1.6em;
}

.contact-phone {
    font-weight: 600;
}

.contact-phone a {
    text-decoration: none;
    color: #fff;
}

@media (max-width: 768px) {
    .h2-custom-contact {
        font-size: 28px;
    }

    .main-index-2 {
        min-height: 50vh;
    }
}
