.contain {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*background-color: #e9ecef;*/
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}

.container {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 12px;
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); */
    box-shadow: 0 0 10px #333;
    /*width: 100%;*/
    max-width: 500px;
    /*border: 1px solid #333;*/
    margin-right: 10px;
}

header {
    text-align: center;
    margin-bottom: 30px;
}


h2 {
    margin: 0;
    color: #343a40;
    margin-bottom: 5px;
    font-size: 36px;
    color: #000;
    border-bottom: 3px solid #ced4da;
    padding-bottom: 5px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}


p {
    color: #6c757d;
    color: #000;
}

/* Flexbox for Side-by-Side Fields */
.form-row {
    display: flex;
    gap: 20px;
   /* margin-bottom: 15px;*/
}
.form-row .form-group {
    flex: 1; /* Makes groups take equal width */
}

.form-group {
    margin-bottom: 10px;
}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #495057;
    font-size: 0.95rem;
    color: #000;
}

input[type="text"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    box-sizing: border-box; 
    font-size: 1rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

input:focus,
textarea:focus {
   /* border-color: #007bff;*/
   border-color: #000;
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
    outline: none;
}

textarea {
    resize: vertical;
}

button {
   /* background-color: #007bff;
    color: white; */
    background-color: #003631;
    color: #ffeda8;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    width: 100%;
    margin-top: 10px;
    transition: background-color 0.3s;
    border-radius: 30px;
}

button:hover {
    /*background-color: #0056b3;*/
    background-color:#ffeda8;
    color: #003631;
}

/* Alert Messages */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
}

.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}







/************ header and footer ****************/



footer {
    /* border: 1px solid #000; */
    padding: 5px;
    /* height: 100px; */
    background: #fff;
   /* border-top-left-radius: 40px;
    border-top-right-radius: 40px;*/
    box-shadow: -1px -7px 5px #dfdfdf;
}

.footer {
   /* border: 1px dashed #000;
    border: 1px solid #7f7f7f;*/
    display: flex;
    margin: 10px;
    border-radius: 20px;
    /*justify-content: center;*/
    justify-content: left;
}

.footer-logo {
    width: 15%;
    margin: 0 20px;
    /* border-right: 1px solid #7f7f7f; */
    margin-left: 50px;
}
p.allRightReseve {
    margin: 0;
    text-align: center;
    margin-top: 10px;
    color: #333;
}

.footer-links {
    width: 30%;
    margin: 20px;
    /* margin-top: 0; */
    border-right: 1px solid #7f7f7f;
}

p.foot-link {
    margin-left: 15px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin: 0;
}


li.foot-list{
    border: none;
    cursor: pointer;
    margin: 0;
}
img.foot-logo {
    width: 80px;
    display: block;
    margin: auto;
}

.footer-social-media {
    display: flex;
    width: 40%;
    /* padding: 5px 20px; */
    margin-top: 10px;
    justify-content: right;
}


.social-media {
    display: flex;
    padding: 5px 20px;
    justify-content: center;
    margin-top: 10px;
}

img.icons {
    width: 30px;
}

.social-link {
    /* border: 1px solid #000; */
    margin: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    justify-content: center;
    display: flex;
    font-weight: bold;
    align-content: center;
    align-items: center;
    background: #e9eaf2;
    /* color: #fff; */
    border-radius: 5px;
}


/********* end header and footer ***************/







/* Add 'select' to the existing input styles */
input[type="text"],
input[type="tel"],
textarea,
select { /* <-- ADDED 'select' HERE */
    width: 100%;
    padding: 12px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    box-sizing: border-box; 
    font-size: 1rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

select {
    /* Optional: Improves appearance on some systems */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="292.4" height="292.4" viewBox="0 0 292.4 292.4"><path fill="%23495057" d="M287 69.1l-14.8-14.8c-2.3-2.3-5.2-3.5-8.4-3.5s-6.1 1.2-8.4 3.5L146.2 165l-109.3-109.3c-2.3-2.3-5.2-3.5-8.4-3.5s-6.1 1.2-8.4 3.5L5.4 69.1c-2.3 2.3-3.5 5.2-3.5 8.4s1.2 6.1 3.5 8.4l138.8 138.8c2.3 2.3 5.2 3.5 8.4 3.5s6.1-1.2 8.4-3.5l138.8-138.8c2.3-2.3 3.5-5.2 3.5-8.4s-1.2-6.1-3.5-8.4z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 10px auto;
    padding-right: 30px; /* Space for the custom arrow */
}


img.logo-img {
    width: 150px;
    display: block;
    margin: auto;
}