@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: "Inter", Arial, Helvetica, sans-serif;
  }
  .formbold-mb-5 {
    margin-bottom: 20px;
  }
  .formbold-pt-3 {
    padding-top: 12px;
  }
  .formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
  }

  .formbold-form-wrapper {
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
    background: white;
  }
  .formbold-form-label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #07074d;
    margin-bottom: 12px;
  }
  .formbold-form-label-2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .formbold-form-input {
    width: 100%;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: white;
    font-weight: 500;
    font-size: 16px;
    color: #6b7280;
    outline: none;
    resize: none;
  }
  .formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .formbold-btn {
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 32px;
    border: none;
    font-weight: 600;
    background-color: #2d808d;
    color: white;
    width: 100%;
    cursor: pointer;
  }
  .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .formbold--mx-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .formbold-px-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .flex {
    display: flex;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .w-full {
    width: 100%;
  }
  @media (min-width: 540px) {
    .sm\:w-half {
      width: 50%;
    }
  }
  

  /* whatsapp widget */

  .whatsapp-widget {
    position: fixed;
    bottom: 20px; /* Adjust the distance from the bottom */
    right: 20px;  /* Adjust the distance from the right */
    z-index: 1000; /* Ensure it is above other content */
    animation: pump 1s infinite;
}

.whatsapp-widget img {
    width: 60px;  /* Adjust the size of the icon */
    height: 60px; /* Adjust the size of the icon */
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

@keyframes pump {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}


/* Home-Our Service */

.containers{
  width: 100%;
  
margin-bottom: 2rem;
 background: white;
 
 
}

.containers h1{
  text-align: center;
  color: black;
  font-weight: 700;
  position: relative;
  font-size: 2.5em;
  font-family: "Cormorant Garamond", sans-serif;
  letter-spacing: 1px;
  font-style: bold;
}

.containers h1::after{
  content: '';
  background: #2d808d;
  width: 100px;
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.5em;
  font-family: "Cormorant Garamond", sans-serif;
  font-style: bold;
  
}

.row{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px;
}

.servicess{
  text-align: center;
  padding: 5px 5px;
  border-radius: 10px;
  font-size: 15px;
  cursor: pointer;
  background: transparent;
  transition: transform 0.5s, background 0.5s;
}

.servicess i{
  font-size: 40px;
  margin-bottom: 10px;
  color: #2d808d;
}

.servicess h2{
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 1.8em;
  font-family: "Cormorant Garamond", sans-serif;
  color: black;
  letter-spacing: 1px;
  font-style: bold;
}

.servicess:hover{
  background: #2d808d;
  color: #fff;
  transform: scale(1.05);
 
}

.servicess:hover i{
  color: #fff;
}

a {
  text-decoration: none;
  color: white;
}
.otherserviceslist {
  padding: 1rem;
}

/* Essad */

.essad {
 
  height: auto; /* Maintain the aspect ratio */
  border-radius: 10px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
 margin-bottom: 30px;
 margin-top: 10px;
}

.otherserviceslist {
  padding: 1rem;
}

/* 15years logo */

.alogo {
  object-fit: cover;
  width: 170px;
  display: flex;
  margin-left: 370px;
  margin-bottom: -140px;
    
}

@media screen and (max-width: 1024px){
  .alogo {
    width: 116px;
        margin-bottom: -120px;
        margin-left: 360px;
        
    }
  }
  @media screen and (max-width: 998px){
    .alogo {
      width: 100px;
          margin-bottom: -120px;
          margin-left: 288px;
          
      }
    }
  
    @media screen and (max-width: 766px){
      .alogo {
        width: 80px;
        margin-bottom: -103px;
        margin-left: 528px;
            
        }
      }

      @media screen and (max-width: 649px){
        .alogo {
          width: 80px;
          margin-bottom: -103px;
          margin-left: 453px;
              
          }
        }
        @media screen and (max-width: 556px){
          .alogo {
            width: 80px;
            margin-bottom: -103px;
            margin-left: 453px;
                
            }
          }

@media screen and (max-width: 547px){
  .alogo {
    width: 68px;
    margin-bottom: -76px;
    margin-left: 420px;
        
    }
  }

  @media screen and (max-width: 500px){
    .alogo {
      width: 68px;
      margin-bottom: -76px;
      margin-left: 315px;
          
      }
    }

    @media screen and (max-width: 400px){
      .alogo {
        width: 68px;
        margin-bottom: -76px;
        margin-left: 283px;
            
        }
      }
  
  /* Style for the popup background */
.popup-overlay {
  display: none; /* Initially hide the popup */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  z-index: 1000;
}

/* Style for the popup content */
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  padding: 20px;
  z-index: 1001;
}

/* Style for the image */
.popup-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.exit {
  position: absolute;
      top: 10px;
      right: 10px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: White;
      color: black;
      text-align: center;
      line-height: 30px;
      font-size: 30px;
      cursor: pointer;
      font-weight: bold;
}

.exit:hover,
.exit:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
  font-size: 25px;
}

/* For tablets (landscape) and smaller devices */
@media (max-width: 1024px) {
  .popup-content {
      width: 70%; /* Adjust width for tablets */
  }
}

/* For tablets (portrait) and smaller devices */
@media (max-width: 768px) {
  .popup-content {
      width: 85%; /* Adjust width for smaller tablets and larger phones */
  }
}

/* For mobile phones */
@media (max-width: 480px) {
  .popup-content {
      width: 95%; /* Adjust width for mobile devices */
      padding: 10px; /* Reduce padding on small screens */
  }

  /* Reduce button size for smaller screens */
  .exit {
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    line-height: 1rem;
    top: 0.1rem;
    right: 0.1rem;
  }
}



