/* don-start */
.bg {
    background-color: rgba(232, 219, 75, 0.7058823529);
  }
  
  .image-row {
    display: flex;
    flex-wrap: wrap;
  }
  
  .image-row img {
    width: 100%;
    height: auto;
  }
  
  /* Media query for screens smaller than 768px */
  @media screen and (max-width: 767px) {
    .image-row img {
      height: 200px; /* Adjust height as needed for smaller screens */
    }
  }
  /* Media query for screens smaller than 576px */
  @media screen and (max-width: 575px) {
    .image-row img {
      height: 150px; /* Adjust height as needed for even smaller screens */
    }
  }
  /* Default styles */
  .table-co {
    margin: 0 auto; /* This centers the container horizontally */
    width: 50%;
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
  }
  
  td {
  font-size: 16px;
  font-weight: 900;
  color: var(--deep-maroon);
  font-family: montserrat;
    border: 1px solid #000000;
    padding: 8px;
    text-align: center;
  }
  
  /* Media query for screens smaller than 768px */
  @media screen and (max-width: 767px) {
    .table-container {
      width: 90%; /* Adjust width as needed for smaller screens */
    }
  }
  /* Media query for screens smaller than 576px */
  @media screen and (max-width: 575px) {
    .table-container {
      width: 90%; /* Adjust width as needed for even smaller screens */
    }
  }
  .corner-button {
    position: fixed;
    bottom: 20px; /* Adjust this value to set the distance from the bottom */
    right: 20px; /* Adjust this value to set the distance from the right */
  }
  
  @media screen and (max-width: 768px) {
    .corner-button {
      bottom: 10px; /* Adjust for smaller screens */
      right: 10px; /* Adjust for smaller screens */
    }
  }
  .about-us {
    width: 100%;
    padding: 20px 0;
  }
  
  .pic {
    height: auto;
    width: 302px;
  }
  
  .about {
    width: 1130px;
    max-width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  
  .text {
    width: 540px;
  }
  
  .text h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .text h5 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  
  span {
    color: #4070f4;
  }
  
  .text p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1px;
  }
  
  .data {
    margin-top: 30px;
  }
  
  .hire:hover {
    background: #bc2020;
    border: 1px solid #4070f4;
  }
  
  /* Define a media query for screens smaller than 768px */
  @media (max-width: 768px) {
    .about {
      flex-direction: column;
      align-items: center;
    }
    .text {
      text-align: center;
      width: 100%;
      max-width: none;
    }
    .text h2 {
      font-size: 20px;
    }
    .text h5 {
      font-size: 18px;
    }
    .text p {
      font-size: 16px;
    }
  }
  .con {
    color: #000;
    padding: 20px;
  }
  
  .cont {
    /* background-image: url(../../assets/); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%; /* 100% viewport width */
  }
  
  /* Optional: Add styles to buttons */
  .container {
    justify-content: center;
  }
  
  button {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .hire {
    font-size: 18px;
    background: #4070f4;
    color: #fff;
    text-decoration: none;
    border: none;
    padding: 8px 25px;
    border-radius: 6px;
    transition: 0.5s;
  }
  
  .hire:hover {
    background: #b82626;
    border: 1px solid #4070f4;
  }
  
  button {
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 8px rgb(207, 207, 207);
  }
  
  .button-os {
    height: 65px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #f9f8fc;
    border: 2.5px solid #0e172c;
    transition: background-color 2.2s;
    transition-duration: 3s;
    transition: 1.5s;
  }
  
  .button-os a {
    font-size: 20px;
    display: block;
    text-decoration: none;
    color: #0e172c;
    transition: 1.5s;
  }
  
  .button-os a:hover {
    letter-spacing: 5px;
  }/*# sourceMappingURL=home.component.css.map */
/* don-end */

/* Base styles for the custom container */
.custom-container {
 
    margin-bottom: 0px; /* Optional: Add margin for spacing */
    background-color: #ffd090bd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add shadow effect */
    padding-left: 50px;
        padding-right: 50px;
        padding-top: 80px;
        padding-bottom: 80px;
    border-radius: 8px; /* Optional: Add border radius for rounded corners */
}

/* Table styles */
.custom-container table {
    width: 50%; /* Ensure table takes full width of parent */
    border-collapse: collapse; /* Collapse table borders */
}
div.table-container{
    display: flex;
    justify-content: space-around;
}
.custom-container th, .custom-container td {
  font-size: 16px;
    font-weight: 900;
    color: var(--deep-maroon);
    font-family: montserrat;
    border: 1px solid #000000; /* Add borders to cells with light gray color */
    padding: 12px; /* Adjust padding for cell content */
    text-align: left; /* Align text within cells to the left */
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .custom-container {
        padding: 10px; /* Adjust padding for smaller screens */
    }
}

@media (min-width: 769px) and (max-width: 1024px){
    .slide img {
        width: 100%;
        height:100%;
    }
}
@media (min-width: 481px) and (max-width: 768px){
    .slide img {
        width: 100%;
        height: auto;
    }
}

div.bg-three{
  padding-left: 50px;
        padding-right: 50px;
        padding-top: 80px;
        padding-bottom: 80px;
}
.social-icon {
  list-style: none; /* Remove default list styling */
  display: flex; /* Align items horizontally */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
}

.social-icon__item {
  margin-right: 15px; /* Space between icons */
  font-size: 24px; /* Adjust icon size */
}

.social-icon__item a {
  color: #ffffff; /* Icon color */
  text-decoration: none; /* Remove underline from links */
  transition: color 0.3s; /* Smooth color transition on hover */
}

.social-icon__item a:hover {
  color: #ff6f61; /* Change color on hover */
}
