/* ===============================
   Landphone Modal – Professional Style
================================= */

#landphoneModal .modal-content {
    border-radius: 20px;
    border: none;
    padding: 15px 10px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
}

/* Header */
#landphoneModal .modal-header {
    border-bottom: none;
    text-align: center;
    justify-content: center;
    position: relative;
    padding-top: 25px;
}

#landphoneModal .modal-title {
    font-weight: 600;
    color: #003366;
    font-size: 22px;
    letter-spacing: 0.5px;
}

/* Close Button */
#landphoneModal .modal-header .close,
#landphoneModal .modal-header .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #f1f4f8;
    border-radius: 50%;
    padding: 6px 11px;
    font-size: 16px;
    transition: all 0.3s ease;
}

#landphoneModal .modal-header .close:hover,
#landphoneModal .modal-header .btn-close:hover {
    background: #e0e6ed;
}

/* Body Text */
#landphoneModal .modal-body p {
    color: #666;
    font-size: 15px;
    margin-bottom: 25px;
}

/* Call Buttons */
#landphoneModal .btn-outline-primary {
    border-radius: 30px;
    padding: 12px;
    font-weight: 600;
    border: 2px solid #008080;
    color: #008080;
    transition: all 0.3s ease;
}

/* Hover Effect */
#landphoneModal .btn-outline-primary:hover {
    background: linear-gradient(135deg, #008080, #003366);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 128, 128, 0.25);
}
