.elementor-245 .elementor-element.elementor-element-f06f42f{--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-245 .elementor-element.elementor-element-69019d1{--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-245 .elementor-element.elementor-element-bd0b6a3{--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-fc79003 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Oswald", Arial, sans-serif;
  background: #ffffff;
}

.services-page {
  width: 100%;
  padding: 95px 20px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 48%, #ffffff 100%);
  overflow: hidden;
}

.services-container {
  max-width: 1180px;
  margin: 0 auto;
}

.services-label {
  display: inline-block;
  margin-bottom: 16px;
  color: #a72fc0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1;
  text-transform: uppercase;
}

.services-hero {
  margin-bottom: 54px;
}

.services-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 70px;
  align-items: end;
}

.services-hero h2,
.service-card h2,
.services-bottom h3 {
 color: #1C244B !important;
}

.services-hero h1 {
  max-width: 690px;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.05;
}

.services-hero p,
.service-card p,
.services-bottom p {
  color: #324A6D;
}

.services-hero p {
  max-width: 510px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.service-card {
  position: relative;
  min-height: 385px;
  padding: 30px 26px;
  border: 1px solid #dfe6f0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(28, 36, 75, 0.07);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(143, 38, 201, 0.08), rgba(212, 55, 158, 0.08));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card:hover,
.service-card.active {
  transform: translateY(-8px);
  border-color: rgba(167, 47, 192, 0.38);
  box-shadow: 0 28px 70px rgba(28, 36, 75, 0.13);
}

.service-card:hover::before,
.service-card.active::before {
  opacity: 1;
}

.service-number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(28, 36, 75, 0.1);
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.service-icon {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  border-radius: 8px;
  background: #f5eefb;
  color: #a72fc0;
  font-size: 26px;
}

.service-card h2 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 220px;
  margin-bottom: 14px;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.12;
}

.service-card p {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 220px;
  min-height: 118px;
  margin-bottom: 28px;
  color: #324A6D;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  text-align: justify;
  text-align-last: left;
}

.service-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: auto;
  padding: 14px 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7A1BBE, #D13C8B);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none !important;
  box-shadow: 0 18px 38px rgba(122, 27, 190, 0.28);
  transition: all 0.3s ease;
}

.service-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(122, 27, 190, 0.36);
}

.services-bottom {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
  margin-top: 34px;
  padding: 38px;
  border: 1px solid #dfe6f0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(28, 36, 75, 0.07);
}

.services-bottom h3 {
  max-width: 430px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.14;
}

.services-bottom p {
  max-width: 610px;
  font-size: 16px;
  line-height: 1.75;
}

.reveal-card {
  opacity: 0;
  transform: translateY(26px);
}

.reveal-card.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

@media (max-width: 1050px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card {
    min-height: 340px;
  }

  .service-card h2,
  .service-card p {
    max-width: 100%;
  }
}

@media (max-width: 850px) {
  .services-page {
    padding: 70px 18px;
  }

  .services-hero-grid,
  .services-bottom {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .services-hero h1 {
    font-size: 42px;
  }

  .services-bottom {
    padding: 30px;
  }
}

@media (max-width: 580px) {
  .services-page {
    padding: 58px 15px;
  }

  .services-hero {
    margin-bottom: 36px;
  }

  .services-hero h1 {
    font-size: 34px;
  }

  .services-hero p,
  .services-bottom p {
    font-size: 15px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 330px;
    padding: 26px 22px;
  }

  .service-card p {
    min-height: auto;
  }

  .services-bottom h3 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-40eba68 */.sb-cta-section {
  padding: 90px 20px;
  background: transparent;
  font-family: inherit;
}

.sb-cta-box {
  max-width: 980px;
  margin: 0 auto;
  padding: 58px 30px;
  text-align: center;
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 20%, rgba(122, 27, 190, 0.12), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(255, 122, 24, 0.14), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(28, 36, 75, 0.08);
  box-shadow: 0 28px 80px rgba(28, 36, 75, 0.10);
}

.sb-cta-label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(122, 27, 190, 0.08);
  color: #7A1BBE;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.sb-cta-box h2 {
  margin: 0 0 14px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.05;
  font-weight: 950;
  color: #1C244B;
  letter-spacing: -1px;
}

.sb-cta-box p {
  max-width: 620px;
  margin: 0 auto 30px;
  font-size: 17px;
  line-height: 1.7;
  color: #324A6D;
}

.sb-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7A1BBE, #D13C8B);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none !important;
  box-shadow: 0 18px 38px rgba(122, 27, 190, 0.28);
  transition: all 0.3s ease;
}

.sb-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 55px rgba(122, 27, 190, 0.38);
}

@media (max-width: 600px) {
  .sb-cta-section {
    padding: 65px 16px;
  }

  .sb-cta-box {
    padding: 42px 22px;
    border-radius: 26px;
  }

  .sb-cta-box h2 {
    font-size: 38px;
  }

  .sb-cta-box p {
    font-size: 15.5px;
  }

  .sb-cta-btn {
    width: 100%;
  }
}/* End custom CSS */