
body {
  font-family: 'Nunito', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8fbff;
  color: #1a1a1a;
}



 .navbar {
      background: linear-gradient(90deg, #4dc3aa 0%, #3498db 100%);
    }

    .navbar-brand span, .navbar .nav-link {
      color: #ffffff !important;
      font-weight: 600;
    }



.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 40px;
}
.hero-text h1 {
  font-size: 36px;
  color: #0c3f91;
}
.hero-text .filters {
  margin: 20px 0;
}





.hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px;
  background-color: #f9f9f9;
}

.hero-text {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
}

.hero-img img {
  max-width: 500px;
  max-height: 400px;
}

.technician-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}











 .search-section {
      background-color: #ffffff;
      border: 1px solid #dfe6e9;
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

select, input[type="text"] {
  padding: 10px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.search-btn {
  background-color: #0ba36f;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  margin-top:30px;
  cursor: pointer;
}

.card {
  border: 1px solid #ddd;
  border-radius: 12px;
  margin: 40px;
  padding: 20px;
  display: flex;
  align-items: center;
}
.card img {
  border-radius: 50%;
  margin-right: 20px;
  width: 80px;
  height: 80px;
}
.tag {
  color: green;
  font-size: 14px;
}
.services {
  padding: 20px 40px;
}
.services h2 {
  margin-bottom: 20px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
}
.service-item {
  background: #f9f9f9;
  border-radius: 12px;
  text-align: center;
  padding: 15px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.service-item i {
  font-size: 24px;
  color: #0c3f91;
  margin-bottom: 8px;
}
.cta {
  text-align: center;
  margin: 40px 0;
}
.cta button {
  background-color: #0ba36f;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}


    .category-icon img {
      width: 60px;
      margin-bottom: 0.5rem;
    }

    .category-icon p {
      font-weight: 500;
      color: #34495e;
    }


  footer {
      background-color: #4dc3aa;
      color: white;
      padding: 1rem 0;
      text-align: center;
    }

 .card {
      border: none;
      border-radius: 15px;
      transition: transform 0.2s;
      background-color: #ffffff;
    }

    .card:hover {
      transform: scale(1.02);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    }

 


.technician-card {
  display: flex;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  padding: 20px;
  max-width: 800px;
  margin: auto;
  gap: 20px;
  align-items: flex-start;
  font-family: 'Segoe UI', sans-serif;
}

.profile-image img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}

.technician-details {
  flex: 1;
}

.technician-details h2 {
  margin: 0 0 6px 0;
  font-size: 20px;
  color: #222;
}

.badge {
  background-color: #2ecc71;
  color: white;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 0px;
}

.custom-badge {
 background-color: #2ecc71;
  color: white;
  font-size: 16px;
  padding: 4px 14px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 0px;
}



.info-line {
  font-size: 14px;
  color: #555;
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.description {
  font-size: 14px;
  color: #444;
  margin-bottom: 8px;
}

.specialties {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}

.contact-line {
  display: flex;
  align-items: center;
  gap: 10px;
}



.phone-button {
  border: 2px solid #85c1f3;
  background-color: white;
  color: #2980b9;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 0.75rem 1.25rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.phone-button i {
  color: #85c1f3;
}

.phone-button:hover {
  background: linear-gradient(135deg, #d0eafc, #b3dfff);
  color: #154360;
  border-color: #5dade2;
  box-shadow: 0 4px 12px rgba(93, 173, 226, 0.4);
}

.phone-button:hover i {
  color: #154360;
}

.inputbutton {
  width:600px;
}

 @media (max-width: 576px) {
.align-up {
  position: relative;
margin-top: 2px;
  top: -40px; /* Adjust as needed */
}
 }

@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .hero-text {
    max-width: 100%;
  }

  .hero-img img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .search-section form {
    flex-direction: column;
  }

  .search-section .col-md-1,
  .search-section .col-md-2,
  .search-section .col-md-3 {
    width: 100%;
    margin-bottom: 1rem;
  }

  .search-btn {
    width: 100%;
    margin-top: 0;
  }

  .card {
    margin: 20px 0;
    padding: 20px;
  }

  .service-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }

  .phone-button {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }

  .fixed-card {
  height: 1620px;
  background-color:#fefdf9;
}

}








