.elementor-75 .elementor-element.elementor-element-8b85e91{--display:flex;}.elementor-75 .elementor-element.elementor-element-ae497f7{--display:flex;}.elementor-75 .elementor-element.elementor-element-16f1d53{--display:flex;}.elementor-75 .elementor-element.elementor-element-f52716d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-75 .elementor-element.elementor-element-7723f2b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b4012a9 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background: #0b0f14;
  color: #ffffff;
}

.why-choose-us {
  position: relative;
  width: 100%;
  padding: 110px 0;
  background:
    radial-gradient(circle at top left, rgba(39, 168, 223, 0.15), transparent 30%),
    linear-gradient(135deg, #05080c, #0b1118 45%, #071018);
  overflow: hidden;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.why-bg-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.35;
  z-index: 1;
}

.shape-1 {
  width: 260px;
  height: 260px;
  background: #27a8df;
  top: 60px;
  left: -80px;
}

.shape-2 {
  width: 320px;
  height: 320px;
  background: rgba(255, 255, 255, 0.09);
  bottom: -80px;
  right: -100px;
}

.why-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 65px;
}

.section-tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(90deg, #27a8df, #175c78);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(39, 168, 223, 0.25);
}

.why-header h2 {
  font-size: 46px;
  line-height: 1.15;
  margin-bottom: 18px;
  color: #ffffff;
}

.why-header p {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
}

.why-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 42px;
  align-items: start;
}

.why-images {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.image-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.image-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #101820;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

.image-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.image-card:hover img {
  transform: scale(1.08);
}

.image-large {
  height: 390px;
}

.image-small {
  height: 190px;
}

.why-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.why-card {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 28px 24px;
  backdrop-filter: blur(10px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
  overflow: hidden;
}

.why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(39, 168, 223, 0.18), transparent 55%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.why-card:hover {
  transform: translateY(-10px);
  border-color: rgba(39, 168, 223, 0.55);
  box-shadow: 0 18px 40px rgba(39, 168, 223, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.why-card:hover::before {
  opacity: 1;
}

.card-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #27a8df, #0f6e95);
  box-shadow: 0 12px 28px rgba(39, 168, 223, 0.3);
  position: relative;
  z-index: 1;
}

.why-card h3 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 12px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.why-card p {
  font-size: 15.5px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.74);
  position: relative;
  z-index: 1;
}

/* Reveal animation */
.reveal,
.reveal-left {
  opacity: 0;
  transform: translateY(45px);
  transition: all 0.9s ease;
}

.reveal-left {
  transform: translateX(-60px);
}

.reveal.active,
.reveal-left.active {
  opacity: 1;
  transform: translate(0, 0);
}

@media (max-width: 1100px) {
  .why-layout {
    grid-template-columns: 1fr;
  }

  .why-header h2 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .why-choose-us {
    padding: 85px 0;
  }

  .why-header {
    margin-bottom: 45px;
  }

  .why-header h2 {
    font-size: 32px;
  }

  .why-header p {
    font-size: 15px;
  }

  .why-cards {
    grid-template-columns: 1fr;
  }

  .image-large {
    height: 300px;
  }

  .image-small {
    height: 160px;
  }
}

@media (max-width: 540px) {
  .container {
    width: 92%;
  }

  .image-row {
    grid-template-columns: 1fr;
  }

  .why-header h2 {
    font-size: 28px;
  }

  .section-tag {
    font-size: 12px;
    padding: 9px 16px;
  }

  .why-card {
    padding: 24px 20px;
  }

  .card-icon {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
}/* End custom CSS */