.elementor-103 .elementor-element.elementor-element-aa5dfbe{--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;--overlay-opacity:0.5;}.elementor-103 .elementor-element.elementor-element-aa5dfbe::before, .elementor-103 .elementor-element.elementor-element-aa5dfbe > .elementor-background-video-container::before, .elementor-103 .elementor-element.elementor-element-aa5dfbe > .e-con-inner > .elementor-background-video-container::before, .elementor-103 .elementor-element.elementor-element-aa5dfbe > .elementor-background-slideshow::before, .elementor-103 .elementor-element.elementor-element-aa5dfbe > .e-con-inner > .elementor-background-slideshow::before, .elementor-103 .elementor-element.elementor-element-aa5dfbe > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';background-image:url("https://hero.jpg");}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for html, class: .elementor-element-a94657f *//* ================= GLOBAL ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", sans-serif;
}

body {
  background: #f8fafc;
  color: #1e293b;
  overflow-x: hidden;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* ================= HERO FULL WIDTH ================= */

.hero {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(135deg, #0c3b4f, #0f5c74);
  padding: 120px 20px;
  text-align: center;
  color: white;
}

.hero h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero p {
  font-size: 18px;
  max-width: 700px;
  margin: auto;
  opacity: 0.9;
  line-height: 1.6;
}

/* ================= SEARCH ================= */

.search-section {
  background: #f1f5f9;
  padding: 40px 0 30px 0;
}

.search-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}

.search-box {
  flex: 1;
}

.search-box input {
  width: 100%;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  font-size: 15px;
  outline: none;
  transition: 0.3s;
}

.search-box input:focus {
  border-color: #0f5c74;
  box-shadow: 0 0 0 3px rgba(15, 92, 116, 0.1);
}

/* ================= FILTER DROPDOWN MODERN ================= */

.filter-box select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 100%;
  padding: 16px 45px 16px 20px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  font-size: 15px;
  background: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  color: #1e293b;

  background-image: url("data:image/svg+xml,%3Csvg fill='%231e293b' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.filter-box select:hover {
  border-color: #0f5c74;
}

.filter-box select:focus {
  outline: none;
  border-color: #0f5c74;
  box-shadow: 0 0 0 3px rgba(15, 92, 116, 0.1);
}

.result-info {
  margin-top: 15px;
  font-size: 14px;
  color: #64748b;
}

/* ================= SERVICES ================= */

.services {
  padding: 70px 0;
  background: #ffffff;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 30px;
}

/* ================= SERVICE CARD ================= */

.service-card {
  background: white;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* ================= CARD TOP ================= */

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category {
  background: #e5e7eb;
  color: #111827;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 8px;
  font-weight: 600;
}

.popular {
  background: #8bc34a;
  color: white;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 600;
}

/* ================= CARD CONTENT ================= */

.service-card h3 {
  font-size: 20px;
  margin: 16px 0;
  line-height: 1.4;
}

.service-card ul {
  padding-left: 18px;
  margin-bottom: 20px;
  color: #475569;
  line-height: 1.6;
}

.service-card ul li {
  margin-bottom: 8px;
}

/* ================= BUTTON ================= */

.btn {
  margin-top: auto;
  text-align: center;
  background: #8bc34a;
  color: white;
  padding: 13px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn:hover {
  background: #7cb342;
}

/* ================= CTA FULL WIDTH ================= */

.cta-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #8bc34a;
  padding: 90px 20px;
  text-align: center;
  color: white;
}

.cta-section h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.cta-section p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.95;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-white {
  background: white;
  color: #1e293b;
  padding: 14px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-white:hover {
  background: #f1f5f9;
}

.btn-outline {
  border: 2px solid white;
  color: white;
  padding: 14px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-outline:hover {
  background: white;
  color: #1e293b;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {

  .hero h1 {
    font-size: 32px;
  }

  .search-wrapper {
    flex-direction: column;
  }

  .filter-box select {
    width: 100%;
  }

  .cta-section h2 {
    font-size: 26px;
  }

}/* End custom CSS */