.elementor-1483 .elementor-element.elementor-element-59c9c1a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-60e9a71 */body{
    font-family: 'Segoe UI', sans-serif;
    background: linear-gradient(135deg,#eef3ff,#f8fbff);
}

/* Main */
.modern-contact{
    max-width:1000px;
    margin:50px auto;
    padding:30px;
}

/* Header */
.header-box{
    text-align:center;
    margin-bottom:25px;
}

.header-box h1{
    font-size:34px;
    color:#1c2b4a;
}

.header-box p{
    color:#666;
}

/* Info Grid */
.info-grid{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    margin-bottom:25px;
}

.info-card{
    flex:1;
    min-width:250px;
    background:#fff;
    padding:20px;
    border-radius:14px;
    box-shadow:0 10px 25px rgba(0,0,0,0.06);
    border-left:4px solid #0073e6;
}

.info-card h3{
    color:#0073e6;
    margin-bottom:10px;
}

/* Form */
.form-box{
    background:#fff;
    padding:30px;
    border-radius:16px;
    box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

.form-box h2{
    margin-bottom:15px;
    border-left:4px solid #0073e6;
    padding-left:10px;
}

/* Inputs */
input, textarea{
    width:100%;
    padding:12px;
    margin:10px 0;
    border:1px solid #ddd;
    border-radius:10px;
    background:#fafafa;
    transition:0.3s;
}

input:focus, textarea:focus{
    border-color:#0073e6;
    background:#fff;
    outline:none;
}

/* Row */
.row{
    display:flex;
    gap:10px;
}

.row input{
    flex:1;
}

/* Button */
button{
    width:100%;
    padding:14px;
    background:linear-gradient(135deg,#0073e6,#005bb5);
    color:#fff;
    border:none;
    border-radius:10px;
    font-size:16px;
    cursor:pointer;
    transition:0.3s;
}

button:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 20px rgba(0,115,230,0.2);
}

/* Responsive */
@media(max-width:768px){
    .info-grid{
        flex-direction:column;
    }

    .row{
        flex-direction:column;
    }
}/* End custom CSS */