.elementor-155 .elementor-element.elementor-element-034ea90{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-1b5231f */.section {
  margin-bottom: 4rem !important;
  padding: 2rem !important;
  border-radius: 15px !important;
  background: linear-gradient(145deg, #eff6ff 0%, #dbeafe 100%) !important; /* Blue gradient */
  box-shadow: 0 4px 20px rgba(59, 130, 246, 0.1) !important; /* Blue shadow */
  animation: fadeIn 1s ease-in !important;
}
.section h2 {
  color: #2563eb !important; /* Vibrant blue */
  font-size: 2.2rem !important;
  text-align: center !important;
  margin-bottom: 1.5rem !important;
  position: relative !important;
}
.section h2::after {
  content: '' !important;
  width: 60px !important;
  height: 4px !important;
  background: #2563eb !important; /* Blue underline */
  display: block !important;
  margin: 0.5rem auto !important;
  border-radius: 2px !important;
  transition: width 0.3s ease !important;
}
.section h2:hover::after {
  width: 80px !important; /* Animated underline */
}
.about-image {
  width: 100% !important;
  max-height: 450px !important;
  object-fit: cover !important;
  border-radius: 15px !important;
  margin-bottom: 1.5rem !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.about-image:hover {
  transform: scale(1.02) !important;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2) !important; /* Blue glow */
}
.why-choose-us {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 1.5rem !important;
}
.why-item {
  background: #e0f2fe !important; /* Light blue */
  padding: 2rem !important;
  border-radius: 12px !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  overflow: hidden !important;
}
.why-item:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.2) !important;
  background: #dbeafe !important; /* Slightly darker blue */
}
.why-item h3 {
  color: #2563eb !important; /* Vibrant blue */
  font-size: 1.5rem !important;
  margin-bottom: 0.8rem !important;
}
.why-item p {
  font-size: 0.95rem !important;
  color: #4b7289 !important; /* Blue-gray */
}
.mission-vision {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 2rem !important;
}
.mv-item {
  background: linear-gradient(145deg, #eff6ff, #dbeafe) !important; /* Blue gradient */
  padding: 2rem !important;
  border-radius: 12px !important;
  border-left: 5px solid #2563eb !important; /* Blue border */
  transition: all 0.3s ease !important;
}
.mv-item:hover {
  transform: translateX(5px) !important;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2) !important;
}
.mv-item h3 {
  color: #2563eb !important; /* Vibrant blue */
  font-size: 1.6rem !important;
  margin-bottom: 0.8rem !important;
}
.testimonials {
  background: linear-gradient(135deg, #e0f2fe, #bfdbfe) !important; /* Blue gradient */
  padding: 2.5rem !important;
  border-radius: 15px !important;
}
.testimonial {
  background: #eff6ff !important; /* Light blue */
  padding: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  border-radius: 10px !important;
  box-shadow: 0 3px 15px rgba(59, 130, 246, 0.1) !important;
  position: relative !important;
  overflow: hidden !important;
  animation: fadeIn 0.5s ease-in !important;
}
.testimonial::before {
  content: '“' !important;
  font-size: 3rem !important;
  color: #2563eb !important; /* Blue quote */
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  opacity: 0.2 !important;
}
.testimonial p:last-child {
  color: #2563eb !important; /* Blue author */
  font-weight: 600 !important;
  margin-top: 0.5rem !important;
}
.success {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  gap: 1.5rem !important;
  text-align: center !important;
}
.success-item {
  padding: 2rem !important;
  background: #2563eb !important; /* Vibrant blue */
  color: white !important;
  border-radius: 12px !important;
  transition: all 0.3s ease !important;
}
.success-item:hover {
  background: #1e40af !important; /* Darker blue */
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3) !important;
}
.success-item h3 {
  font-size: 2.5rem !important;
  font-weight: 600 !important;
  margin-bottom: 0.5rem !important;
}
.success-item p {
  font-size: 1rem !important;
}
@media (max-width: 1024px) {
  .section h2 {
    font-size: 1.8rem !important;
  }
  .why-item, .mv-item {
    padding: 1.5rem !important;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 1.5rem !important;
  }
  .why-choose-us, .success {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 480px) {
  .section h2 {
    font-size: 1.5rem !important;
  }
  .about-image {
    max-height: 300px !important;
  }
}/* End custom CSS */