

.contact-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    max-width: 520px;
    margin-bottom: 35px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
}

.contact-icon {
    width: 55px;
    height: 55px;
    background: #fff;
    color: #000;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-text h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-text p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}
@media (max-width: 991px) {
    .contact-title {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
    .contact-title {
        font-size: 30px;
    }
}


        /* ================================================ */
        /* ================================================ */

        /* form css  */
        .modern-group .modern-icon {
          background: #f1f4ff;
          border: 1px solid #d4d4d4;
          border-right: none;
          font-size: 18px;
          color: var(--dark);
        }

        .modern-input {
          border: 1px solid #d4d4d4 !important;
          border-left: none !important;
          font-size: 15px;
          padding: 12px;
          box-shadow: none !important;
        }

        .modern-input:focus {
          border-color: var(--accent) !important;
          box-shadow: 0 0 4px rgba(31, 166, 82, 0.4) !important;
        }

        textarea.modern-input {
          padding-top: 12px !important;
        }

        .form-label {
          font-size: 15px;
        }

        .shadow-sm {
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08) !important;
        }

        /* ==================================================== */
        /* ==================================================== */