/* Basic Reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    background-color: #aaaaaa; /* Background color for the body */
}

.container {
    max-width: 600px; /* Reduce the width to about 50% */
    margin: 0 auto; /* Center the container */
    padding: 0 20px;
}

.header {
    margin-bottom: 50px; /* Add margin to push the content below the header */
   
}
.contact__details {
    margin-top: 80px; /* Ensure spacing below the header */
    text-align: center;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact__details > div {
    background: linear-gradient(135deg, #3d783f, #4caf50 50%, #f0f0f0 30%); /* Duotone gradient with green emphasis */
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* Soft box shadow */
    text-align: left;
}

.details {
    max-width: 800px;
    margin-top: 20px;
}

.details > div {
    background-color: #f0f0f0; /* Light gray background */
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* Soft box shadow */
    text-align: left;
    transform: perspective(1000px) rotateY(8deg); /* Adding perspective and rotate effect */
    transition: transform 0.7s ease-in-out; /* Adding transition for smooth animation */
    background: linear-gradient(150deg, #f0f0f0, #f0f0f0 70%, #19621b95 70%); /* Duotone gradient with green emphasis */
    color: #4caf50; /* Green text color */
    list-style: none; /* Remove bullet points */

}

.details > div:hover {
    transform: perspective(1000px) rotateY(0deg); /* Rotate back to normal on hover */
}


.details > div:nth-child(odd) {
    background-color: #4caf50; /* Green background */
    color: #fff; /* White text color */
}

.details > div:nth-child(even) {
    background-color: #ffffff; /* White background */
    color: #4caf50; /* Green text color */
}

.details span {
    font-size: 18px;
    color: #4caf50; /* Green color */
}

.details h2 {
    margin: 20px 0;
    color: #0d2e17; /* Dark green color */
}

.details h3 {
    margin-top: 20px;
    font-size: 24px;
    color: #0d2e17; /* Dark green color */
}

.details h4 {
    color: #000; /* Black color */
}

.details i {
    margin-right: 10px;
    font-size: 24px;
    color: #4caf50; /* Green color */
}
.wadup{
    background: linear-gradient(to right, #4caf50, #ff0a0a); /* Duotone gradient with green emphasis */
    -webkit-background-clip: text; /* Apply text gradient */
    -webkit-text-fill-color:#000000; /* Hide original text color */
    z-index: 2;
}

.details p {
    font-size: 16px;
    color: inherit; /* Inherit text color */
}

.details iframe {
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* Soft box shadow */
}




.contact-form {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;

    padding: 20px;
    border-radius: 15px;
    background: #0d2e172e;
    box-shadow: 10px 10px 20px #00000069, -10px -10px 20px #0000007d;
    transition: box-shadow 0.7s;
    color: #fff;

}

.contact-form:hover {
    box-shadow: inset 4px 4px 6px #01010141, inset -4px -4px 6px #04040453; /* Inset shadows on hover */
}

.contact-form h2 {
    margin-bottom: 20px;
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

label {
    font-weight: bold;
    color: #ffffff; /* Text color */
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    border: none; /* Remove border */
    border-radius: 8px;
    background-color:  #0d2e172e; /* Same as form background color */
    color: #fff; /* Text color */
    box-shadow: 4px 4px 6px #00000042, -4px -4px 6px #0000000c; /* Default offset shadows */
    transition: box-shadow 0.3s; /* Transition for smooth shadow change */
}

input:focus,
textarea:focus {
    outline: none;
}

input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
textarea:hover {
    box-shadow: inset 4px 4px 6px #00000036, inset -4px -4px 6px #02020221; /* Inset shadows on hover */
}

button {
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 8px;
    background-color:   #0d2e172e;
    color: #fff;
    cursor: pointer;
    box-shadow: 5px 5px 10px #0000003a, -5px -5px 10px #0000001a; /* Default offset shadows */
    transition: box-shadow 0.3s; /* Transition for smooth shadow change */
}

button:hover {
    background-color:   #0d2e172e;
    box-shadow: inset 5px 5px 10px #00000007, inset -5px -5px 10px #08070719; /* Inset shadows on hover */
}

.split-screen {
    width: 45%; /* Adjust the width as needed */
    padding: 20px;
    border-radius: 15px;
    background: linear-gradient(45deg, #4caf50, #ffa500, #ff6347); /* Triple gradient with green, orange, and red */
    color: #fff; /* Text color */
    box-shadow: 10px 10px 20px #00000069, -10px -10px 20px #0000007d; /* Default offset shadows */
    transition: box-shadow 0.3s; /* Transition for smooth shadow change */
    text-align: center; /* Center-align the text */
}

.split-screen:hover {
    box-shadow: inset 4px 4px 6px #01010141, inset -4px -4px 6px #04040453; /* Inset shadows on hover */
}

.split-screen p {
    font-size: 20px;
    line-height: 1.5;
    margin-left: auto; /* Push the paragraph to the right */
    margin-right: auto; /* Push the paragraph to the right */
}

@media screen and (max-width: 767px){
  
.contact__details{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.map{
    display: flex;
    justify-content: center;
}
.map iframe{
    width: 80%;
border-radius: 1rem;
}
.contact-form {
  
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;

    padding: 20px;
    border-radius: 15px;
    background: #0d2e172e;
    box-shadow: 10px 10px 20px #00000069, -10px -10px 20px #0000007d;
    transition: box-shadow 0.7s;
    color: #fff;
}
.contact__form{
    align-self: center;
    width: 80%;

}

}