body,html{
    overflow-x: hidden;
    background-color: #3a4852;
}

.title{
    color: #3a4852;
}
.background {
  background-image: 
    linear-gradient(120deg, #1a1a1a, #2c2c2c),
    url('images/backImage.jpeg');
  background-size: 200% 200%, cover;
  background-position: 0% 50%, center center;
  background-repeat: no-repeat, no-repeat;
  background-blend-mode: overlay;
  animation: gradientShift 10s ease infinite;
  background-attachment: fixed; 
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  box-sizing: border-box;
  color: #fff;
  transition: background 0.5s ease, color 0.5s ease;
}

.card {
  border-radius: 15px;       /* rounded corners */
  background-color:#2a3841 ; /* light blue background, you can change to any color */
  overflow: hidden;          /* ensures the border-radius clips the image */
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* optional subtle shadow */
  color: whitesmoke;
  border-color: #2a3841;
  padding: 5px;
}

.card-img-top {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-radius: 20px;
}
.serv{
    text-align: center;
    font-size: 14;
    align-items: center;
    color: whitesmoke;
    border-radius: 5px;
}
.tit{
  color: white;
  text-align: center;
}
label{
  color: whitesmoke;
}
 footer {
      background:  #2a3841;
      color: #f1f1f1;
      margin-top: 20;
      padding: 40px 0;
      text-align: center;
    }
     .footer-section {
        text-align: center;
      }

    .footer-container {
      max-width: 1200px;
      margin: auto;
      
      padding: 0 20px;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .footer-logo {
      font-size: 24px;
      font-weight: bold;
      color: #00d8ff;
    }

    .footer-links {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px;
      margin-top: 10px;
    }

    .footer-links a {
      color: #ccc;
      text-decoration: none;
      font-size: 16px;
      transition: color 0.3s ease;
    }

    .footer-links a:hover {
      color: #00d8ff;
    }

    .social-icons {
      margin-top: 20px;
    }

    .social-icons a {
      margin: 0 10px;
      color: #ccc;
      font-size: 20px;
      transition: color 0.3s ease;
    }

    .social-icons a:hover {
      color: #00d8ff;
    }

    .footer-bottom {
      margin-top: 20px;
      font-size: 14px;
      color: #777;
    }
    .background-about {


  

  background-image: 
    linear-gradient(120deg, #1a1a1a, #2c2c2c),
    url('images/abo.jpg');
  background-size: 200% 200%, cover;
  background-position: 0% 50%, center center;
  background-repeat: no-repeat, no-repeat;
  background-blend-mode: overlay;
  animation: gradientShift 10s ease infinite;
  background-attachment: fixed; 
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  box-sizing: border-box;
  color: #fff;
  transition: background 0.5s ease, color 0.5s ease;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%, center center; }
  50% { background-position: 100% 50%, center center; }
  100% { background-position: 0% 50%, center center; }
}




/* Gradient animation keyframes */
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}





    
    .abo{
      text-align: center;
      font-size: 12;
      margin-top: 20;
    }
    .abo-text{
      color: whitesmoke;
      padding: 5;
      margin: 5pt;
    }
    .abo-text {
      font-family: Arial, sans-serif;
      line-height: 1.6;
    }
  
    .read-more-content {
      display: none;
    }
  
    .read-more-button {
      color: whitesmoke;
      cursor: pointer;
      font-weight: bold;
      
      background: darkred;
      border-color: darkred;
      padding: 0;
      margin-top: 10px;
      border-radius: 15;
      
    }
    .mission{
      text-align: center;
      font-size: 12;
      color: whitesmoke;
      font-style: italic;
    }
    .section-container {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      max-width: 1200px;
      margin: 40px auto;
      padding: 20px;
      gap: 40px;
    }
  
    .text-column {
      flex: 1;
      min-width: 300px;
    }
  
    .text-column h2 {
      font-size: 28px;
      margin-bottom: 20px;
    }
  
    .text-column p {
      font-size: 16px;
      line-height: 1.6;
      color: whitesmoke;
      margin-bottom: 15px;
    }
  
    .image-column {
      flex: 1;
      min-width: 300px;
    }
  
    .image-column img {
      max-width: 100%;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
  
    @media (max-width: 768px) {
      .section-container {
        flex-direction: column;
        text-align: center;
      }
  
      .text-column, .image-column {
        width: 100%;
      }
    }
    .backgroundservices {
 background-image: 
    linear-gradient(120deg, #1a1a1a, #2c2c2c),
    url('images/ss.jpg');
  background-size: 200% 200%, cover;
  background-position: 0% 50%, center center;
  background-repeat: no-repeat, no-repeat;
  background-blend-mode: overlay;
  animation: gradientShift 10s ease infinite;
  background-attachment: fixed; 
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  box-sizing: border-box;
  color: #fff;
  transition: background 0.5s ease, color 0.5s ease;
}


.content {
  position: relative;
  z-index: 2;
}
     .container {
      display: flex;
      align-items: center; /* vertically center */
      gap: 20px; /* space between text and image */
      padding: 20px;
    }

    .text {
      flex: 1;
      font-size: 18px;
    }

    .image {
      flex: 1;
    }

    .image img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    }

    @media (max-width: 768px) {
      .container {
        flex-direction: column;
      }
    }
    .background-services{
     background-image: 
    linear-gradient(120deg, #1a1a1a, #2c2c2c),
    url('images/contact.jpg');
  background-size: 200% 200%, cover;
  background-position: 0% 50%, center center;
  background-repeat: no-repeat, no-repeat;
  background-blend-mode: overlay;
  animation: gradientShift 10s ease infinite;
  background-attachment: fixed; 
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  box-sizing: border-box;
  color: #fff;
  transition: background 0.5s ease, color 0.5s ease;

    }
    .contact{
      font-size: 14pt;
      color: whitesmoke;
      margin-top: 10pt;

    }
    .what{
      height: 50;
      width: 50;
      margin-left: 200;
    }

     .whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
  }

  .whatsapp-icon {
    height: 50px;
    width: 50px;
    max-width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 50%;
    background-color: #25D366;
    padding: 10px;
  }

  .whatsapp-icon:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }

  @media (max-width: 600px) {
    .whatsapp-icon {
      height: 40px;
      width: 40px;
      padding: 8px;
    }
  }
  .first{
    text-align: center;
    font-size: 14;
    margin-top: 10pt;
    font-style: italic;
  }
  
  
