body {
    background-color: #23262D;
}


#contact {
    text-align: center;
    color: #D39C4B;
    margin-top: 120px;

}

#insidecontactbox1 {
    display: flex;
    justify-content: end;
}

.cbox {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 60px;
}

.contactBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    padding: 0px 20px;
}

.hr2 {
    position: sticky;
    top: 62px;
}

#contact div {
    display: flex;
    justify-content: center;
}

.hr3 {
    width: 30%;
    text-align: center;
    display: flex;
    justify-content: center;
}

#contact2 h3 {
    font-size: 3rem;
    color: white;
}

#contact2 p {
    color: white;
}

#contactbox {
    color: white;
}

.cbox i {
    color: #D39C4B;
}

.cbox h3 {
    color: rgb(222, 222, 255);
}

.cbox h4 {
    font-size: 0.7rem;
}

.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
}

.instawhat {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.instawhat i {
    font-size: 4.5rem;
    color: green;
}

#insta i {
    color: rgb(151, 50, 49);
}

.instawhat p {
    color: white;
}

.instawhat div {
    margin-right: 20px;
    margin-left: 20px;
}

/* ///////////////////////// */
 .body-form {
    background: #f3f4f6;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    margin-left: 10px;
    border: 10px solid;
}

.contact-form {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 450px;
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #444;
    font-weight: 500;
}

input,
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    transition: 0.2s ease;
}

input:focus,
textarea:focus {
    border-color: #007bff;
}

textarea {
    resize: vertical;
    min-height: 100px;
}

button {
    width: 100%;
    background: #007bff;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

button:hover {
    background: #0056b3;
}

.success-message {
    color: green;
    text-align: center;
    margin-top: 10px;
    display: none;
} 
     