.elementor-644 .elementor-element.elementor-element-1fc6acc{--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-644 .elementor-element.elementor-element-52022b1{--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;--margin-top:-15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-644 .elementor-element.elementor-element-cee13d5{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-644 .elementor-element.elementor-element-5cbd624 > .elementor-widget-container{background-color:#FFFFFF;}.elementor-644 .elementor-element.elementor-element-5cbd624 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:58px;font-weight:500;text-transform:capitalize;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-644 .elementor-element.elementor-element-6a79c8e > .elementor-widget-container{margin:-45px 0px 0px 0px;}.elementor-644 .elementor-element.elementor-element-6a79c8e{text-align:center;}.elementor-644 .elementor-element.elementor-element-df0f135{--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;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-644 .elementor-element.elementor-element-edf23fd.elementor-element{--align-self:center;}.elementor-644 .elementor-element.elementor-element-0e273c9{--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-644 .elementor-element.elementor-element-bb6ffb1{--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;}@media(max-width:767px){.elementor-644 .elementor-element.elementor-element-5cbd624 > .elementor-widget-container{margin:-5px 0px 0px 0px;}.elementor-644 .elementor-element.elementor-element-c7870bd > .elementor-widget-container{margin:-65px 0px 0px 0px;}.elementor-644 .elementor-element.elementor-element-df0f135{--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for heading, class: .elementor-element-5cbd624 */.custom-heading {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin: 40px 0;
  font-family: 'Poppins', sans-serif;
}

.text-blue {
  color: #007AFF;
}

.text-gradient {
  background: linear-gradient(to right, #007AFF, #5856D6, #FF0080);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-258929b */.service-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 40px 20px;
  background-color: #fefefe;
}

.service-box {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  padding: 30px 25px;
  flex: 1 1 300px;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: all 0.3s ease;
}

.service-box:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.tag-label {
  display: inline-block;
  background: rgba(0, 122, 255, 0.08);
  color: #0a2c6b;
  font-weight: 600;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.gradient-heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
  background: linear-gradient(to right, #007AFF, #5856D6, #FF0080);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-box p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .service-section {
    flex-direction: column;
    align-items: center;
  }

  .service-box {
    max-width: 90%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c7870bd */.service-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 40px 20px;
  background-color: #fefefe;
}

.service-box {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  padding: 30px 25px;
  flex: 1 1 300px;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: all 0.3s ease;
}

.service-box:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.tag-label {
  display: inline-block;
  background: rgba(0, 122, 255, 0.08);
  color: #0a2c6b;
  font-weight: 600;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.gradient-heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
  background: linear-gradient(to right, #007AFF, #5856D6, #FF0080);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-box p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .service-section {
    flex-direction: column;
    align-items: center;
  }

  .service-box {
    max-width: 90%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-edf23fd */.call-box.small {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.gradient-link {
  background: linear-gradient(to right, #007AFF, #5856D6, #FF0080);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  font-weight: 600;
  margin-left: 4px;
  transition: opacity 0.3s ease;
}

.gradient-link:hover {
  opacity: 0.8;
}/* End custom CSS */