.elementor-215186 .elementor-element.elementor-element-bf3c24b{--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-215186 .elementor-element.elementor-element-48ae21c{--display:flex;}body.elementor-page-215186:not(.elementor-motion-effects-element-type-background), body.elementor-page-215186 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a6cf3b5 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --sf-yellow: #ffc400;
  --sf-navy: #021264;
  --sf-purple: #ccd2f1;
  --sf-white: #ffffff;
}

.sf-wrap {
  font-family: inherit;
  background: #fff;
  color: #333;
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
  width: 100vw;
  position: relative;
  right: 50%;
  left: 50%;
  margin-right: -50vw;
  margin-left: -50vw;
}

.sf-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--sf-white);
  border-bottom: 1px solid #eee;
  padding: 12px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sf-nav-logo { order: 1; }
.sf-nav-logo img { height: 48px; display: block; }
.sf-nav-cta {
  order: 2;
  background: var(--sf-yellow);
  color: var(--sf-navy);
  font-weight: 700;
  font-size: 14px;
  padding: 9px 22px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-family: inherit;
}

.sf-hero {
  position: relative;
  overflow: hidden;
  background: var(--sf-navy);
  line-height: 0;
}
.sf-slides {
  display: flex;
  transition: transform .5s ease;
  will-change: transform;
}
.sf-slide {
  min-width: 100%;
  position: relative;
  line-height: 0;
}
.sf-slide img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  display: block;
}
.sf-dot.active { background: var(--sf-yellow); }
.sf-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,.2);
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sf-slider-btn.sf-prev { right: 16px; }
.sf-slider-btn.sf-next { left: 16px; }

.sf-section { padding: 60px 20px; }
.sf-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.sf-section-title {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
.sf-section-sub {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 22px;
}

.sf-intro { background: #fff; }
.sf-intro p {
  font-size: 18px;
  line-height: 2;
  color: #444;
  text-align: center;
  margin-bottom: 28px;
}
.sf-btn-primary {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background: var(--sf-navy);
  color: var(--sf-yellow);
  font-size: 16px;
  font-weight: 600;
  padding: 14px 40px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
}

.sf-features { background: #fff; padding: 60px 20px; }
.sf-features-head { text-align: center; margin-bottom: 48px; }
.sf-features-head h2 {
  font-size: clamp(20px, 3.5vw, 28px);
  font-weight: 600;
  color: #000;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--sf-yellow);
}

.sf-timeline {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.sf-timeline::before {
  content: '';
  position: absolute;
  top: -68px;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: var(--sf-yellow);
}
.sf-tl-row {
  display: grid;
  grid-template-columns: 1fr 24px 1fr;
  align-items: center;
  margin-bottom: 32px;
}
.sf-tl-right {
  text-align: right;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
  color: var(--sf-navy);
  line-height: 1.6;
}
.sf-tl-left {
  text-align: left;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 600;
  color: var(--sf-navy);
  line-height: 1.6;
}
.sf-tl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--sf-yellow);
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px var(--sf-yellow);
  margin: 0 auto;
  flex-shrink: 0;
}
.sf-tl-row-single {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 0;
}
.sf-tl-row-single .sf-tl-dot { margin: 0; }
.sf-tl-row-single span {
  font-size: 18px;
  font-weight: 600;
  color: var(--sf-navy);
  text-align: center;
  line-height: 1.7;
}

.sf-patterns { background: #fff; }
.sf-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.sf-tab-btn {
  padding: 6px 56px;
  border-radius: 8px;
  border: 2px solid var(--sf-navy);
  background: transparent;
  color: var(--sf-navy);
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  transition: all .22s;
  font-family: inherit;
}
.sf-tab-btn.active {
  background: var(--sf-navy);
  color: var(--sf-yellow);
}
.sf-tab-content { display: none; }
.sf-tab-content.active { display: block; }
.sf-tab-card {
  background: #f5f7ff;
  border-radius: 16px;
  padding: 28px 30px;
  line-height: 2;
  font-size: 18px;
  color: var(--sf-navy);
}
.sf-tab-card p { margin-bottom: 16px; }
.sf-tab-cta {
  display: inline-block;
  background: var(--sf-yellow);
  color: var(--sf-navy);
  font-weight: 700;
  font-size: 17px;
  padding: 10px 24px;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.sf-form-section { background: #fff; }
.sf-form-box {
  background: var(--sf-purple);
  border: 1px solid var(--sf-navy);
  border-radius: 18px;
  padding: 36px 32px;
  box-shadow: 0 4px 24px rgba(2,18,100,.1);
  max-width: 1200px;
  margin: 0 auto;
}
.sf-form-box h3 {
  text-align: center;
  font-size: 20px;.sf-section-title
  font-weight: 600;
  color: var(--sf-navy);
  margin-bottom: 24px;
}
input#input_58_1 {
  border: 1px solid var(--sf-navy);
  border-radius: 10px;
} 
input#input_58_3 {
  border: 1px solid var(--sf-navy);
  border-radius: 10px;
  width: 100%;
}
input#input_58_2{
  border: 1px solid var(--sf-navy);
  border-radius: 10px;
}
input#gform_submit_button_58 {
  text-align: center;
  background: var(--sf-yellow);
  border-radius: 8px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin: 0 auto !important;
}
.sf-footer {
  background: #babfd9;
  padding: 48px 28px 32px;
}
.sf-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.sf-contact { order: 1; }
.sf-contact h4 {
  font-size: 15px;
  font-weight: 700;
  color: #021264;
  margin-bottom: 14px;
  text-align: right;
}
.sf-contact-row {
  display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: var(--sf-white);
    flex-direction: row;
}
.sf-contact-row svg {
  width: 20px;
  height: 20px;
  fill: #021264;
  flex-shrink: 0;
}
.sf-contact-row a {
  color: var(--sf-white);
  text-decoration: none;
  direction: ltr;
}
.sf-contact-row a:hover { color: #021264; }

.sf-enamad {
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.sf-enamad img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  display: block;
  background: var(--sf-white);
  object-fit: contain;
  padding: 4px;
}
.sf-enamad .sf-stars {
  color: #021264;
  font-size: 16px;
  letter-spacing: 2px;
}
.sf-enamad small {
  color: var(--sf-purple);
  font-size: 11px;
}

@media (max-width: 640px) {
  .sf-slide img { max-height: 260px; }
  .sf-timeline::before { display: none; }
  .sf-tl-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .sf-tl-dot { display: none; }
  .sf-tl-right, .sf-tl-left {
    text-align: right !important;
    padding: 0;
  }
  .sf-footer-inner { flex-direction: column; align-items: center; }
  .sf-contact { order: 1; }
  .sf-contact-row { justify-content: center; }
  .sf-enamad { order: 2; }
  .sf-form-box { padding: 24px 16px; }
}/* End custom CSS */