.elementor-2404 .elementor-element.elementor-element-3d91afe{--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;}.elementor-2404 .elementor-element.elementor-element-5f04706{--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;}.elementor-2404 .elementor-element.elementor-element-c8f8f2c{--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;}.elementor-2404 .elementor-element.elementor-element-fb580ae{--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;}.elementor-2404 .elementor-element.elementor-element-46d950e{--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-3108eb3 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Tahoma", Arial, sans-serif;
  background: linear-gradient(135deg, #111827, #1f2937, #0f172a);
  color: #ffffff;
  min-height: 100vh;
}

.landing-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.badge {
  background: rgba(245, 158, 11, 0.15);
  color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, 0.4);
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 15px;
  margin-bottom: 22px;
}

h1 {
  font-size: 48px;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 800;
}

.subtitle {
  max-width: 780px;
  font-size: 20px;
  line-height: 1.9;
  color: #d1d5db;
  margin-bottom: 30px;
}

.features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}

.features div {
  background: rgba(255, 255, 255, 0.08);
  padding: 13px 20px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 16px;
}

.services {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 40px;
}

.service-card {
  background: #ffffff;
  color: #111827;
  padding: 28px 22px;
  border-radius: 22px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
  transition: 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
}

.service-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
  color: #b45309;
}

.service-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
}

.cta-box {
  width: 100%;
  max-width: 720px;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  padding: 35px 25px;
  border-radius: 28px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.35);
}

.cta-box h2 {
  font-size: 32px;
  margin-bottom: 12px;
  color: #ffffff;
}

.cta-box p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 25px;
  color: #fff7ed;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.btn {
  text-decoration: none;
  padding: 15px 34px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s ease;
}

.btn.primary {
  background: #111827;
  color: #ffffff;
}

.btn.secondary {
  background: #ffffff;
  color: #b45309;
}

.btn:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 900px) {
  h1 {
    font-size: 38px;
  }

  .subtitle {
    font-size: 18px;
  }

  .services {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  h1 {
    font-size: 30px;
  }

  .subtitle {
    font-size: 16px;
  }

  .cta-box h2 {
    font-size: 26px;
  }

  .btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd3d929 */.why-us {
  width: 100%;
  padding: 70px 20px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.why-us .container {
  max-width: 1100px;
}

.why-us h2 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 800;
}

.why-subtitle {
  font-size: 18px;
  color: #d1d5db;
  margin-bottom: 40px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.why-card {
  background: rgba(255, 255, 255, 0.07);
  padding: 30px 20px;
  border-radius: 20px;
  transition: 0.3s ease;
}

.why-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.12);
}

.why-card .icon {
  font-size: 32px;
  margin-bottom: 15px;
}

.why-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fbbf24;
}

.why-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #e5e7eb;
}

/* Responsive */
@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 500px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-us h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-272bc31 */.testimonials {
  width: 100%;
  padding: 70px 20px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.testimonials .container {
  max-width: 1100px;
}

.testimonials h2 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 800;
}

.testimonials-subtitle {
  font-size: 18px;
  color: #d1d5db;
  margin-bottom: 40px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.testimonial-card {
  background: #ffffff;
  color: #111827;
  padding: 32px 24px;
  border-radius: 24px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
  transition: 0.3s ease;
  position: relative;
}

.testimonial-card:hover {
  transform: translateY(-8px);
}

.stars {
  color: #f59e0b;
  font-size: 22px;
  margin-bottom: 18px;
  letter-spacing: 2px;
}

.testimonial-card p {
  font-size: 16px;
  line-height: 1.9;
  color: #374151;
  margin-bottom: 22px;
}

.testimonial-card h3 {
  font-size: 20px;
  color: #b45309;
  margin-bottom: 5px;
}

.testimonial-card span {
  font-size: 14px;
  color: #6b7280;
}

/* Responsive */
@media (max-width: 900px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonials h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f22465a */.projects-gallery {
  width: 100%;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.projects-gallery .container {
  width: 100%;
  max-width: 1150px;
  margin: auto;
}

.section-badge {
  display: inline-block;
  background: rgba(245, 158, 11, 0.14);
  color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, 0.35);
  padding: 9px 22px;
  border-radius: 50px;
  font-size: 15px;
  margin-bottom: 16px;
}

.projects-gallery h2 {
  font-size: 38px;
  margin-bottom: 14px;
  color: #ffffff;
  font-weight: 800;
}

.gallery-subtitle {
  max-width: 680px;
  margin: 0 auto 42px;
  font-size: 18px;
  line-height: 1.9;
  color: #d1d5db;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.gallery-item {
  position: relative;
  height: 240px;
  border-radius: 26px;
  overflow: hidden;
  background: #111827;
  box-shadow: 0 18px 40px rgba(0,0,0,0.32);
  cursor: pointer;
  isolation: isolate;
}

.gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 26px;
  z-index: 3;
  pointer-events: none;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.45s ease;
}

.gallery-item:hover img {
  transform: scale(1.12);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(15, 23, 42, 0.92),
    rgba(15, 23, 42, 0.2),
    rgba(15, 23, 42, 0.05)
  );
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px;
  z-index: 2;
}

.gallery-overlay h3 {
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  padding: 11px 12px;
  border-radius: 16px;
  background: rgba(245, 158, 11, 0.92);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* Tablet */
@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .projects-gallery h2 {
    font-size: 30px;
  }

  .gallery-item {
    height: 220px;
    border-radius: 22px;
  }
}

/* Mobile */
@media (max-width: 500px) {
  .projects-gallery {
    padding: 60px 12px;
  }

  .projects-gallery h2 {
    font-size: 25px;
    line-height: 1.5;
  }

  .gallery-subtitle {
    font-size: 15px;
    margin-bottom: 28px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .gallery-item {
    height: 155px;
    border-radius: 18px;
  }

  .gallery-item::before {
    border-radius: 18px;
  }

  .gallery-overlay {
    padding: 10px;
  }

  .gallery-overlay h3 {
    font-size: 13px;
    padding: 8px 6px;
    border-radius: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af2dd17 */.quote-form-section {
  width: 100%;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.quote-container {
  width: 100%;
  max-width: 760px;
  margin: auto;
  background: rgba(255, 255, 255, 0.08);
  padding: 45px 30px;
  border-radius: 30px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.12);
}

.quote-form-section h2 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 12px;
  font-weight: 800;
}

.quote-subtitle {
  color: #d1d5db;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 32px;
}

.quote-form {
  display: grid;
  gap: 16px;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  padding: 16px 18px;
  border: none;
  outline: none;
  border-radius: 16px;
  font-size: 16px;
  font-family: inherit;
  text-align: right;
  color: #111827;
  background: #ffffff;
}

.quote-form textarea {
  min-height: 130px;
  resize: none;
}

.quote-form button {
  width: 100%;
  padding: 17px;
  border: none;
  border-radius: 18px;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #ffffff;
  font-size: 19px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.3s ease;
}

.quote-form button:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(245,158,11,0.35);
}

/* Mobile */
@media (max-width: 500px) {
  .quote-form-section {
    padding: 60px 12px;
  }

  .quote-container {
    padding: 32px 18px;
    border-radius: 24px;
  }

  .quote-form-section h2 {
    font-size: 27px;
  }

  .quote-subtitle {
    font-size: 15px;
  }

  .quote-form input,
  .quote-form select,
  .quote-form textarea {
    font-size: 15px;
    padding: 14px;
  }
}/* End custom CSS */