@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", system-ui;
  font-weight: 400;
  font-style: normal;
}

section{
  margin-left: 20%;
  margin-right: 20%;
}
section li{
  list-style: none;
}

.CW{
  margin-left: 20%;
  margin-right: 20%;

}
.CW li{
  list-style: none;
}

h3{
  font-weight: bold;
}
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 20px;
  color: #333;
}

h3, h4 {
  color: #0056b3;
}

h3 {
  font-size: 1.5em;
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  font-size: 1.25em;
  margin-top: 15px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 15px;
}

ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}

ul li {
  margin-bottom: 5px;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

  
  .main {
      background-color: #2967C4;
      height: 81px;
      width: 100vw;
      display: flex;
      justify-content: flex-start; 
      align-items: center;
      color: white;
    }
    
    .main-heading {
      font-size: 30px;
      
      color: white; 
      padding-left: 8rem;
    }
    .x{
      width: 1.5rem;
      margin-right: 10px;
      -webkit-filter: invert(100%)
      
    }
    
    /* Media Queries */
    @media (max-width: 768px) {
      .main {
        height: 60px; /* Maintain a reduced height */
        padding: 0 1rem; /* Add padding for smaller screens */
        justify-content: center; /* Center content */
      }
      .main-heading {
        font-size: 24px; /* Reduce font size */
        padding-left: 0; /* Remove left padding for better alignment */
        text-align: center; /* Center the heading text */
        width: 100%; /* Make heading take full width */
      }
      .x{
        width: 1rem;
      }
    }
    
    

.footer {
  background-color: #333;  /* Dark background color */
  padding: 20px 0;
  color: white;
  font-family: Arial, sans-serif;
  text-align: center;  /* Center the text inside the footer */
}

.main-footer {
  font-size: xx-large;
  display: flex;
  justify-content: center;  /* Center the footer links */
  gap: 30px;  /* Add some space between the links */
  padding: 10px 60px;
  border-bottom: 1px solid #444;  /* Divider line */
  padding-bottom: 50px;
  padding-top: 40px;
}

.name{
  color: white;
}

.footer-link {
  color: white;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s;
}

.footer-link:hover {
  text-decoration: non;
  color: #ccc;  /* Change color on hover */
}

.footer-copyright {
  margin-top: 15px;
  font-size: 12px;
  color: #ccc;  /* Slightly lighter text for copyright */
}

.footer-brand {
  font-weight: bold;
  font-size: 10px;
  margin-top: 10px;
}

.footer > div:last-child {
  padding-top: 10px;
  /* border-top: 1px solid #555;  Separator between the links and the footer bottom */
  margin-top: 15px;
}

.name{
  font-size: 27px;
  margin-top: 40px;
}

.footer-para{
  color: rgb(207, 202, 202);
}

/* Media Queries */
@media (max-width: 768px) {
  .footer {
    flex-direction: column;  /* Ensure footer itself is a column */
  }
  .main-footer {
    flex-direction: column;  /* Change main-footer to column direction */
    font-size: 16px;  /* Adjust font size */
    padding: 20px;  /* Adjust padding for better spacing */
    gap: 10px;  /* Reduce gap between links */
  }
}
body {
  font-family: Arial, sans-serif;
 
}

.contact-container {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.get-in-touch {
  width: 40%;
}

.get-in-touch h2 {
  color: #333;
}

.get-in-touch p {
  margin: 10px 0;
}

.chat-now-btn {
  background-color: #ffc107;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
}

.form-section {
  width: 50%;
}

.form-section h2 {
  color: #333;
}

form {
  display: flex;
  flex-direction: column;
}

input, textarea {
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

textarea {
  resize: vertical;
}

.submit-btn {
  background-color: #007bff;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
