.mainbx1 { 
  background: linear-gradient(to right, rgb(13, 13, 67), rgb(121, 175, 245));
  display: flex;
  justify-content: center;
  align-items: center;      
  font-family: 'Inter', sans-serif;
  padding: 100px;
  flex-wrap: wrap;
  gap: 50px;
}

.mainbann {
  color: white;
  text-align: center;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mainbann h1 {
  margin-bottom: 20px;
  font-size: 50px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.mainbann h3 {
  margin-bottom: 20px;
  font-size: 30px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.mainbann p {
  font-size: 20px;
  max-width: 400px;
  margin-bottom: 30px;
}

.mainbann button {
  color: white;
  background-color: rgb(13, 13, 67);
  height: 40px;
  width: 120px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s ease;
}

.mainbann button:hover {
  background-color: rgb(121, 175, 245);
  color: rgb(13, 13, 67);
}

.imgban img {
  height: 500px;
  width: 500px;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .mainbx1 {
    flex-direction: column;
    height: auto;
    padding: 40px 10px;
  }

  .mainbann h1 {
    font-size: 36px;
  }

  .mainbann h3 {
    font-size: 24px;
  }

  .mainbann p {
    font-size: 16px;
  }

  .imgban img {
    width: 90vw;
    height: auto;
  }
}


.shadow-sm{
    background-color: rgb(121,175,245);
}
.heading-shadow{
    color: rgb(13, 13, 67);
    
}.services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px; /* spacing between cards */
    padding: 20px;
    margin: 100px;
}
.card {
    width: 150px;
    height: 150px;
    background-color: rgb(121,175,245);
    text-align: center;
    color: rgb(13, 13, 67);
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    font-family: 'Poppins', sans-serif;

    display: flex;             
    flex-direction: column;   
    align-items: center;        
    justify-content: center;   
    padding: 10px;
    gap: 8px; 
    text-decoration: none;                  
}

.card img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.containerserv{
    margin-bottom: 150px;
}
.containerwhyus{
    margin-bottom: 150px;
    margin-left: 50px;
    margin-right: 50px;
}
.containercall{
    margin-bottom: 120px;
    margin-top: 120px;
    
}
.btnagent{
    margin: 20px;
}

.ourapes{
    margin-bottom: 100px;
}
a{
  text-decoration: none;
}

