@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@200;300;400;500;600;700;800;900&display=swap);

.mar{
   margin-top: 80px;
}
.body p{
  color: #50e3c2;
}

h5{
  color: rgb(92, 90, 90);
}
h2{
  color: rgb(92, 90, 90);
}
/* nav section */
.button-container {
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
   
}
.height{
  min-height: 300px;
}
.custom-btn {
  background-color: rgb(58, 127, 191);
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  margin-bottom: 40px;
}
.custom-btn:hover {
  background-color: rgb(102, 143, 181);
  color: white;
}

.company-logo {
  width: 120px; 
  height: 60px;
  margin-left: 25px; 
  margin-top: 25px;
}

/* hero section */
.hero-section {
  background: radial-gradient(circle at top left, #7675dd, #7db5dd, #99ddf4);
  color: #ffffff; 
  text-align: center;
  padding: 80px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); 
}

.hero-text h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.hero-text p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  margin-top: 10px;
  line-height: 1.5;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hero-button {
  background-color:rgb(68, 132, 228);
  color: #ffffff; 
  border: none; 
  padding: 12px 20px; 
  font-size: 16px; 
  font-weight: bold;
  border-radius: 25px; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  cursor: pointer; 
  transition: all 0.3s ease; 
  margin-right: 20px;
}

.hero-button:hover {
  background-color: #0056b3; 
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); 
}

.hero-section {
  margin-top: 20px; 
  text-align: center;
  padding: 20px;
  background-color: #f9f9f9;
}



@media (max-width: 768px) {
  .hero-text h1 {
    font-size: 2.5rem;
  }

  .hero-text p {
    font-size: 1rem;
  }

  .hero-text button {
    padding: 10px 25px;
  }
}
 
/* abut-us section */
.about-section {
  text-align: center;
  padding: 50px 20px;
  
}

.main-heading {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.5;
}


.card-container {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;

  
}


.card {
  background-color: #ffffff;
  border-radius: 10px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 300px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}


.icon-circle {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #4a90e2, #50e3c2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.icon-circle i {
  font-size: 1.5rem;
  color: #fff;
}

.card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}


.card p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
}

/* our service section */
.circle {

      width: 250px;
      height: 250px;
      border-radius: 50%;
      background:linear-gradient(to right, #caeecf, #b1e7f8);
      box-shadow: 5px 5px 10px #d1d9e6, -5px -5px 10px #ffffff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      transition: all 0.3s ease-in-out;   
   
  }
  .circle i {
    font-size: 42px; 
    margin-bottom: 5px; 
  }
  .circle:hover {
    transform: translateY(-10px);
    background: linear-gradient(145deg, #ffffff, #f0f4fc);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  }

  .background{
    background-color: #ffffff; 
  }

  /* Client section */
  .client-logo {
    width: 200px;
    height: 150px;
    margin: 45px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    object-fit: contain;
  }
  
  .client-logo-container {
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .client-logo:hover {
    transform: scale(1.05);
  }
  
/* lets begin section */
.form-container {
  max-width: 450px;
  margin: 50px auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color:  rgb(124, 168, 195);;
  box-shadow: 5px 5px 5px 5px rgba(136, 174, 235, 0.1) ;
  
 
}

.button-container {
  background:  #091f46, ; 
  transform: translateY(-3px); 
   
}



/* footer-section */
.footer-background {
  background-color: #1f3145;
  border-top: 1px solid #e0e0e0;
}

.footer-logo {
  width: 150px; /* Adjust according to logo size */
}

.footer-description {
  font-size: 1rem;
  color: #ffffff;
}

.footer-heading {
  font-weight: 600;
  font-size: 1.1rem;
  color: #ffffff;
}

.contact-info-footer p {
  font-size: 0.9rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.contact-info-footer i {
  color: #ffffff;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .footer-background {
    padding: 40px 20px;
  }

  .footer-logo {
    width: 130px;
  }
}
