.contact-form-section{
    margin-top: -200px;
    padding-bottom: 80px;
}

.contact-form-wrapper{
    background-color: #fff;
    padding: 60px 50px;
    border-radius: 10px;
    border: 1px solid #97bfd7;
}

.contact-product{
    background-color: #fff;
    padding: 60px 50px;
    border-radius: 10px;
    border: 1px solid #97bfd7;
    box-shadow: 10px 10px 0px 5px #073f61;
}

.read-more{
    font-weight: bold;
    font-size: 18px;
}

.contact-form .form-group label{
    font-weight: bold;
    text-transform: uppercase;
}

.contact-form .form-control{
    background: #f3f8fa;
    color: #0c69a2;
    padding: 10px 20px;
    border: 1px solid #c2dae8;
    border-radius: 10px;
    font-size: 18px;
}

.contact-form .form-control:focus{
    border-color: #0c69a2;
}

/* =========================================
   Contact Section
   ========================================= */

.contact-section {
    background-color: #fff;
    margin-bottom: 80px;
}

.contact-card {
    background-color: #f3f8fa;
    border-radius: 12px;
    padding: 28px 24px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.contact-card:hover {
    box-shadow: 0 6px 24px rgba(30, 90, 140, 0.10);
    transform: translateY(-2px);
}

.contact-card__inner {
    align-items: flex-start;
}

.contact-card__icon {
    margin-top: 2px;
    padding: 30px 10px;
}

.contact-card__icon img {
    display: block;
    width: 74px;
    height: 44px;
    object-fit: contain;
}

.contact-card__title {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.contact-card__desc {
    font-size: 0.875rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 14px;
}

.contact-card__detail {
    font-size: 0.875rem;
    color: #1a1a1a;
    line-height: 1.8;
}

.contact-card__detail strong {
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .contact-card {
        padding: 20px 18px;
    }
}

.global-section{
    padding: 0px;
    margin-bottom: 80px;
}