/* 
  © 2025 RR Group. All Rights Reserved.
  This website, including its design, content, and code, is developed and maintained by
  VIHAN IT PROFESSIONALS (https://vihanitprofessionals.com).

  Unauthorized copying, reproduction, redistribution, or use of any part of this website
  without express written permission is strictly prohibited and may result in legal action 
  under applicable intellectual property laws.

  If you believe this work has been copied or misused in any way, please contact us immediately.
*/

/* |||||||||||||||||||||||||||||||||||||||||||||||||||| 
                  Contact Us Section
|||||||||||||||||||||||||||||||||||||||||||||||||||| */

/* * {
    margin: 0;
}

hr {
    margin-bottom: 3px;
} */

.contact-us {
    padding: 100px 20px 60px;
    background-color: #f9f9f9;
}

.section-title {
    color: #964b00;
    text-align: center;
    font-size: 2.5rem;
    margin-top: 40px;
}

/* Contact Container */
.contact-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    align-items: start;
    margin-top: 30px;
}

/* Map Section */
.map-section iframe {
    border-radius: 10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}

/* Address Section */
.address-section {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.address-section h3 {
    font-size: 1.5rem;
    color: #1a1d23;
    margin-bottom: 15px;
}

.address-section p {
    font-size: 1rem;
    color: #2e4053;
    margin: 10px 0;
    line-height: 35px;
    width: 100%;
    text-align: justify;
}

#cont-msg1 {
    background-color: #ffc107a9;
    padding: 10px;
    border-radius: 20px;
}

#cont-msg2 {
    background-color: #ffc107a9;
    padding: 10px;
    border-radius: 20px;
}



.address-section a {
    color: #228b22;
    text-decoration: none;
}

.address-section a:hover {
    text-decoration: underline;
}

/* Form Section */
.form-section {
    height: 676px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-section h3 {
    font-size: 1.5rem;
    color: #1a1d23;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 1rem;
    color: #333;
    margin-bottom: 5px;
}

.form-group input, .form-group textarea {
    width: 95%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
}

.form-group textarea {
    resize: none;
}

::placeholder {
    color: #964b00;
}

/* .btn-submit {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
} */

.service-btn {
    padding: 20px;
    border-radius: 20%;
    color: #ffc107;
    background-color: #1a1d23;
    font-weight: bolder;
    margin: 20px;
}

/* 
  © 2025 RR Group. All Rights Reserved.
  This website, including its design, content, and code, is developed and maintained by
  VIHAN IT PROFESSIONALS (https://vihanitprofessionals.com).

  Unauthorized copying, reproduction, redistribution, or use of any part of this website
  without express written permission is strictly prohibited and may result in legal action 
  under applicable intellectual property laws.

  If you believe this work has been copied or misused in any way, please contact us immediately.
*/
