﻿.contact-area{
    padding: 60px 120px;
}
.contact-box {
    background-color: #3431C6;
    border-radius: 8px;
    color: #ffffff;
    font-family: 'Google Sans', sans-serif;
    padding: 40px;
}
.custom-gap-24 {
    --bs-gutter-x: 24px; 
    --bs-gutter-y: 24px;
}
.contact-box .section-subtitle-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

        .contact-box .section-subtitle-wrapper .line {
            width: 40px;
            height: 1px;
            background-color: #ffffff;
            display: inline-block;
            margin-right: 0;
        }

        .contact-box .section-subtitle-wrapper .subtitle-text {
            font-size: 16px;
            font-weight: 600;
            padding-left: 10px;
            line-height: 24px;
        }

.contact-box .title {
    font-family: 'Google Sans', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    color: #ffffff;
    margin: 0;
}

.form-grid {
    --bs-gutter-x: 20px; 
    --bs-gutter-y: 20px; 
}

.contact-box .custom-input {
    width: 100%;
    display: block;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    color: #070A0E;
    background-color: #ffffff;
    padding: 14px 16px;
}

    .contact-box .custom-input::placeholder {
        color: #6B7280;
    }

    .contact-box .custom-input:focus {
        box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
        outline: none;
    }
.contact-box .custom-select-box {
    width: 100%;
    display: block;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    color: #070A0E;
    background-color: #ffffff;
    padding: 14px 16px;
}
.contact-box .btn-submit {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    padding: 16px;
}
    .contact-box .btn-submit:hover {
        background-color: #ffffff;
        color: #3431C6;
    }

@media (max-width: 991px) {
    .contact-box {
    }

        .contact-box .text-content {
        }
}
