*{
    margin: 0;
    padding:0;
    box-sizing: border-box; 
    font-family: "Montserrat", sans-serif;
    
    
    
}
html{
    color: #333;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}
/* Define the animation for background color */
@keyframes colorChange {
  0% {
    background-color: #ff7f50; /* Starting color (Coral) */
  }
  25% {
    background-color: #6a5acd; /* Slate Blue */
  }
  50% {
    background-color: #20b2aa; /* Light Sea Green */
  }
  75% {
    background-color: #ff69b4; /* Hot Pink */
  }
  100% {
    background-color: #ff7f50; /* Back to Coral */
  }
}
/* Style the body to animate background */
body {
  margin: 0; /* Remove default margin */
  animation: colorChange 10s infinite ease-in-out;
}
@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}
/* Small desktops / landscape tablets */
@media (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}
/* for tablet devices*/
@media (max-width: 840px) {
    body {
        font-size: 16px;
        margin: 0;
    }

}
/* Extra large phones */
@media (max-width: 768px) {
    body {
        font-size: 15px;
        /* Adjust for larger phones */
        overflow-x: hidden;
        margin: 0;
    }
}
/* Large phones */
@media (max-width: 460px) {
    body {
        font-size: 15px;
        /* Default font size */
        overflow-x: hidden;
        margin: 0;
    }
}
/* Medium phones */
@media (max-width: 380px) {
    body {
        font-size: 14px;
        /* Slightly larger font for better readability */
        overflow-x: hidden;
        margin: 0;

    }
}
/* Medium phones */
@media (max-width: 320px) {
    body {
        font-size: 14px;
        /* Slightly larger font for better readability */
        overflow-x: hidden;
        margin: 0;

    }
}

h1,h2,h3,h4,h5,h6{
    font-family: "Montserrat", sans-serif;
    color: #333;
    font-weight: 600;
    text-align: center;
}
#ProjectsText h1{
    font-size: 36px;
    margin: 20px 0;
}
hr{
    border:none;
    height: 10px;
    background-color: #3b452662;
    margin: 20px 0;
}


.backToHomeLink {
   width:150px;
    height: 50px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    background-color: #333;
    border-radius: 5px;
    padding: 10px;
    color: #f8f8f8;
    transition: background-color 0.3s ease;
}

.backToHomeLink:hover {
    background-color:#ED8171;
    color: #f8f8f8;
}
/*contact us section*/
.contact-us {
    max-width: 1200px;
    /* Container max width */
    height: 600px;
    /* Full height */
    margin: 0 auto;
    /* Center the container */
    padding: 10px;
    /* Inner spacing */
    display: flex;
    /* Flexbox for layout */
    flex-direction: row;
    /* Row layout */
    align-items: center;
    /* Center items */
    justify-content: center;
    /* Center items */
    text-align: center;
    /* Center text */

}

.contact-us-header {
    width: 100%;
    height: 300px;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
    /* Heading color */
    font-weight: 600;
    /* Heading weight */
    letter-spacing: 1px;
    /* Letter spacing for readability */
    line-height: 1.5;
    /* Line height for readability */
    padding: 10px;
    /* Inner spacing */
    margin-top: 20px;
    /* Space above heading */
    margin-bottom: 20px;
    /* Space below heading */
    background-size: contain;
    background-position: center;
    /* Center the image */
}

.contact-us-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 20px auto;
    /* Center the container */
    padding: 20px;
    /* Inner spacing */
    transition: transform 0.3s;
    /* Smooth transition for hover effects */
    overflow: hidden;
    /* Hide overflow */
    border-radius: 10px;
}

.company-information p,
.our-location p {
    font-size: 16px;
    /* Paragraph size */
    color: #333;
    /* Paragraph color */
    margin-bottom: 5px;
    /* Space below paragraph */
    font-weight: 600;
    /* Bold weight */
    line-height: 1.0;
    /* Line height for readability */
    text-align: justify;
    /* Justify text for better alignment */
    padding: 5px;
    /* Inner spacing */
    max-width: 1200px;
    /* Container max width */

}

.company-information {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    /* Background color */
    overflow: hidden;
    /* Hide overflow */
    margin-top: 20px;
    text-align: start;
    line-height: 1.0;
    /* Line height for readability */
}

.company-information h2 {
    color: #333;
    /* Heading color */
    margin-bottom: 10px;
    /* Space below heading */
    font-weight: bold;
    /* Bold weight */
    text-align: start;
    /* Center align heading */
    text-transform: uppercase;
    /* Uppercase heading */
    text-decoration: underline;
    /* Underline heading */
}

.contact-us-header p {
    font-size: 20px;
    /* Heading size */
    color: #333;
    /* Heading color */
    margin-bottom: 10px;
    /* Space below heading */
    font-weight: bold;
    /* Bold weight */
    text-align: center;
    /* Center align heading */


}

.contact-form-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, rgb(139, 191, 222), #ffffff);
    width: 100%;
    margin: 20px auto;
    /* Center the container */
    padding: 20px;
    /* Inner spacing */
    transition: transform 0.3s;
    /* Smooth transition for hover effects */
    overflow: hidden;
    /* Hide overflow */
    border-radius: 10px;
}

.contact-us h3 {
    font-size: 20px;
    color: #333;
    margin: 10px;
}

.contact-us p {
    font-size: 16px;
    color: #333;
    margin: 5px;
    font-weight: 600;
}

form {
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin-left: 20px;
    padding: 10px;

}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 5px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
}

.contact-us button {
    width: 200px;
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-us button:hover {
    background-color: #ED8171;
    color: #f8f8f8;;
}

.contact-us button:active {
    background-color: #777;
}

.fab.fa-whatsapp {
    color: #25D366;
    /* WhatsApp green */
    font-size: 20px;
    transition: color 0.3s;
}

.fab.fa-whatsapp:hover {
    color: #128C7E;
    /* darker green on hover */
}

.company-information a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.company-information a:hover {
    color: #04529D;
    /* Change color on hover */
}


/*contact us section folder*/

.our-location {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    /* Inner spacing */
    background-color: transparent;
    /* Background color */
    overflow: hidden;
    /* Hide overflow */
    margin-top: 20px;
}

.map-iframe {
    width: 600px;
    height: 400px;
    border-radius: 10px;
    border: 1px solid #ccc;
    /* Light border */

}
@media (max-width: 840px){
    .contact-us {
        flex-direction: column;
        /* Stack items vertically */
        align-items: center;
        /* Center items horizontally */
        padding: 10px;
        width: 100%;
        height: auto;
    }
    .map-iframe {
        width: 100%;
        height: 500px;
        /* Full width for smaller screens */
        border-radius: 10px;
        border: 1px solid #ccc;
        /* Light border */
    }
    .our-location {
        width: 100%;
        /* Full width for smaller screens */
        height: auto;
        /* Auto height to fit content */
        padding: 10px;
        /* Adjust padding for smaller screens */
    }
    .map-container {
        width: 100%;
        /* Full width for smaller screens */
        height: 300px;
        /* Adjust height for smaller screens */
        padding: 10px;
        align-items: center;
        /* Center items horizontally */
    }
    .company-information {
        width: 100%;
        /* Full width for smaller screens */
        height: auto;
        /* Auto height to fit content */
        padding: 10px;
    }
    .contact-us-header {
        width: 100%;
        height: auto;
        /* Auto height to fit content */
        padding: 10px;
    }
    .contact-us-container {
        width: 100%;
        /* Full width for smaller screens */
        height: auto;
        /* Auto height to fit content */
        padding: 10px;
    }
    .contact-form-container {
        width: 70%;
        /* Full width for smaller screens */
        height:auto;
         flex-direction: column;
         align-items:center;

    }

}
@media (max-width: 768px){
    .contact-us {
        flex-direction: column;
        /* Stack items vertically */
        align-items: center;
        /* Center items horizontally */
        padding: 10px;
        width: 100%;
        height: auto;
    }
    .map-iframe {
        width: 100%;
        height: 400px;
        /* Full width for smaller screens */
        border-radius: 10px;
        border: 1px solid #ccc;
        /* Light border */
    }
    .our-location {
        width: 100%;
        /* Full width for smaller screens */
        height: auto;
        /* Auto height to fit content */
        padding: 10px;
        /* Adjust padding for smaller screens */
    }
    .map-container {
        width: 100%;
        /* Full width for smaller screens */
        height: 400px;
        /* Adjust height for smaller screens */
        padding: 10px;
        align-items: center;
        /* Center items horizontally */
        margin-left: 80px;

    }
    .company-information {
        width: 100%;
        /* Full width for smaller screens */
        height: auto;
        /* Auto height to fit content */
        padding: 10px;
        /* Adjust padding for smaller screens */
    }
    .contact-us-header {
        width: 100%;
        height: auto;
        /* Auto height to fit content */
        padding: 10px;
    }
    .contact-us-container {
        width: 100%;
        /* Full width for smaller screens */
        height: auto;
        /* Auto height to fit content */
        padding: 10px;
        flex-direction: column;
        /* Stack items vertically */
        align-items: center;    
    }
    .contact-form-container {
        width: 70%;
        /* Full width for smaller screens */
        height: auto;
        /* Auto height to fit content */
        flex-direction: column;
        /* Stack items vertically */
        align-items: center;
        /* Center items horizontally */

    }


}
@media (max-width: 460px){
     .contact-us {
        flex-direction: column;
        /* Stack items vertically */
        align-items: center;
        /* Center items horizontally */
        padding: 10px;
        width:100%;
        height: auto;

    }
    .map-iframe {
        width: 100%;
        height: 300px;
        /* Full width for smaller screens */
        border-radius: 10px;
        border: 1px solid #ccc;
        /* Light border */
    }
    .our-location {
        width: 100%;
        /* Full width for smaller screens */
        height: auto;
        /* Auto height to fit content */
        padding: 10px;
        /* Adjust padding for smaller screens */
        margin:0;
    }
    .map-container {
        width: 100%;
        /* Full width for smaller screens */
        height: 400px;
        /* Adjust height for smaller screens */
        padding: 10px;
        margin:0;
    }
    .company-information {
        width: 100%;
        /* Full width for smaller screens */
        height: auto;
        /* Auto height to fit content */
        padding: 10px;
        /* Adjust padding for smaller screens */
        margin:30px;
    }
    .contact-us-header {
        width: 100%;
        height: auto;
        /* Auto height to fit content */
        padding: 10px;
        /* Adjust padding for smaller screens */
    }
    .contact-us-container {
        width: 100%;
        /* Full width for smaller screens */
        height: auto;
        /* Auto height to fit content */
        padding: 10px;
        flex-direction:column;
        /* Stack items vertically */
        align-items: center;
        /* Center items horizontally */
    }
    .contact-form-container {
        width: 100%;
        /* Full width for smaller screens */
        height:auto;
        /* Auto height to fit content */
        flex-direction: column;
        /* Stack items vertically */
        align-items: center;
        /* Center items horizontally */

    }
    .contact-form-container form {
        width: 100%;
        /* Full width for smaller screens */
        padding: 10px;
        /* Adjust padding for smaller screens */
    
    }
    



}
@media (max-width: 390px){
    .map-iframe {
        width: 100%;
        height: 100px;
        /* Full width for smaller screens */
        border-radius: 10px;
        border: 1px solid #ccc;
        /* Light border */
    }
    .contact-us{
        flex-direction: column;
        /* Stack items vertically */
        align-items: center;
        /* Center items horizontally */
    }
    .contact-us-header {
        width: 100%;
        height: auto;
        /* Auto height to fit content */
        padding: 10px;
        /* Adjust padding for smaller screens */
    }
    .contact-us-container{
        width: 100%;
        /* Full width for smaller screens */
        height: auto;
        /* Auto height to fit content */
        padding: 10px;
        flex-direction: column;
        /* Stack items vertically */
        align-items: center;
        /* Center items horizontally */
    }
    .company-information {
        width: 100%;
        /* Full width for smaller screens */
        height: auto;
        /* Auto height to fit content */
        padding: 10px;
        /* Adjust padding for smaller screens */
        margin:30px;
    }
    .contact-form-container {
        width: 100%;
        /* Full width for smaller screens */
        height: auto;
        /* Auto height to fit content */
        flex-direction: column;
        /* Stack items vertically */
        align-items: center;
        /* Center items horizontally */
    }
    .contact-form-container form {
        width: 100%;
        /* Full width for smaller screens */
        padding: 10px;
        /* Adjust padding for smaller screens */
    }
    .contact-us button {
        width: 100%;
        /* Full width for smaller screens */
        font-size: 16px;
        /* Smaller font size for buttons */
        padding: 10px;
    }
    .contact-us button:hover {
        background-color: #555;
        /* Darker color on hover */
    }
    .our-location{
        width: 100%;
        /* Full width for smaller screens */
        height: auto;
        /* Auto height to fit content */
        padding: 10px;
        /* Adjust padding for smaller screens */
    }
    .map-container{
        width: 100%;
        /* Full width for smaller screens */
        height: 400px;
        /* Adjust height for smaller screens */
        padding: 10px;
    }
    .company-information p{
        font-size: 14px;
        /* Smaller font size for paragraphs */
    }
}
@media (max-width: 360px){
    .map-iframe {
        width: 100%;
        height: 100px;
        /* Full width for smaller screens */
        border-radius: 10px;
        border: 1px solid #ccc;
        /* Light border */
    }
    .contact-us{
        flex-direction: column;
        /* Stack items vertically */
        align-items: center;
        /* Center items horizontally */
    }
    .contact-us-header {
        width: 100%;
        height: auto;
        /* Auto height to fit content */
        padding: 10px;
        /* Adjust padding for smaller screens */
    }
    .contact-us-container{
        width: 100%;
        /* Full width for smaller screens */
        height: auto;
        /* Auto height to fit content */
        padding: 10px;
        flex-direction: column;
        /* Stack items vertically */
        align-items: center;
        /* Center items horizontally */
    }
    .company-information {
        width: 100%;
        /* Full width for smaller screens */
        height: auto;
        /* Auto height to fit content */
        padding: 10px;
        /* Adjust padding for smaller screens */
    }
    .contact-form-container {
        width: 100%;
        /* Full width for smaller screens */
        height:auto;
         flex-direction: column;
         align-items:center;

    }
    .contact-form-container form {
        width: 100%;
        /* Full width for smaller screens */
        padding: 10px;
    }

}

.footer {
    width: 100%;
    height: 150px;
    background-color: #ED8171;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
  
}

.footer p {
    margin: 5px 0;
    color: black;
    font-size: 14px;
    font-weight: 600;
}

.footer a {
    font-size: 20px;
    color: black;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #04529D;
}

.footer a:active {
    color: #f8f8f8;
}

.footer a:visited {
    color: #f8f8f8;
}

.footer a:focus {
    color: #f8f8f8;
}

@media (max-width: 360px) {
    .footer {
        width:100%;
        /* Full width for smaller screens */    
        height: 300px;
        /* Adjust height for smaller screens */
        padding:20px;
    }
    .footer a {
        padding:10px;
    }
    .footer a:hover {
        color: #04529D;
        /* Change color on hover */
    }
    .footer a:active {
        color: #f8f8f8;
        /* Change color on active */
    }
    .footer a:visited {
        color: #f8f8f8;
        /* Change color on visited */
    }
    .footer a:focus {
        color: #f8f8f8;
        /* Change color on focus */
    }

}
