.elementor-424 .elementor-element.elementor-element-705c450{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-424 .elementor-element.elementor-element-77a4956{width:100%;max-width:100%;}.elementor-424 .elementor-element.elementor-element-c4512e1{--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-424 .elementor-element.elementor-element-9b12084{--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;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-424 .elementor-element.elementor-element-9b12084:not(.elementor-motion-effects-element-type-background), .elementor-424 .elementor-element.elementor-element-9b12084 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1F5F9;}.elementor-424 .elementor-element.elementor-element-1ec38f5{background-color:#F1F5F9;padding:050px 0px 0px 0px;}.elementor-424 .elementor-element.elementor-element-1ec38f5.ha-has-bg-overlay:hover::before{transition:background 0.3s;}.elementor-424 .elementor-element.elementor-element-2bc8ae3{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-77a4956 *//* ===== Services Hero ===== */
.services-hero {
  width: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #1B365D, #4F8EDC);

}

/* Inner content */
.services-hero .hero-inner {
  max-width: 1200px;
  padding-left: clamp(24px, 6vw, 120px);
  padding-right: 24px;
  color: #ffffff;
}
/* Heading */
.services-hero h1 {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

/* Subtext */
.services-hero p {
  font-size: 20px;
  line-height: 1.6;
  max-width: 620px;
  opacity: 0.95;
}

/* Responsive */
@media (max-width: 768px) {
  .services-hero {
    min-height: 320px;
  }

  .services-hero h1 {
    font-size: 38px;
  }

  .services-hero p {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7dd1419 *//* Section */
.services-cards-section {
  padding: 60px 20px;
  
}

/* Grid */
.services-cards-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.service-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
}

/* Icon */
.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.icon-box svg {
  width: 22px;
  height: 22px;
  stroke: #ffffff;
}

/* Headings */
.service-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 12px;
}

.service-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 20px;
}

.service-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 12px;
}

/* List */
.service-card ul {
  padding-left: 18px;
  margin-bottom: 24px;
}
.service-card ul li::marker{
    color:#3b82f6
}
.service-card ul li {
  font-size: 15px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 8px;
}

/* Button */
.btn-primary {
  margin-top: auto;
    background: #1e3a8a !important;
  color: #fff !important;
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 10px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background .3s ease;
}
.btn-primary a{
    color: #fff !important;
}
.btn-primary:hover {
  background: #1e40af;
}

/* Responsive*
/* Tablets – 2 columns */
/*@media (max-width: 991px) {*/
/*  .services-cards-grid {*/
/*    grid-template-columns: repeat(2, 1fr);*/
/*  }*/
/*}*/

/* iPad / Tablet specific — 3 columns */
@media (min-width: 768px) and (max-width: 1024px) {
  .services-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}


/* Mobile – 1 column */
/* Small tablets only */
@media (max-width: 767px) {
  .services-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .services-cards-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ec38f5 *//* Section */
.why-choose-section {
  padding: 80px 20px;
}

.why-choose-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Heading */
.why-choose-inner h2 {
  font-size: 42px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 16px;
}

.section-subtitle {
  font-size: 18px;
  color: #64748b;
  max-width: 700px;
  margin: 0 auto 60px;
  line-height: 1.6;
}

/* Grid */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card*
/* Section background */


/* Grid */
.why-exact-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Card */
.why-exact-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 13px 15px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
}

/* Icon */
.why-exact-icon {
  width: 26px;
  height: 26px;
  color: #2563eb;
  margin-bottom: 16px;
}

.why-exact-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
}

/* Title */
.why-exact-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 8px;
}

/* Text */
.why-exact-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
}

/* Responsive */
/*@media (max-width: 900px) {*/
/*  .why-exact-grid {*/
/*    grid-template-columns: repeat(2, 1fr);*/
/*  }*/
/*}*/

/* iPad / Tablet — 2 cards in one row */


@media (max-width: 600px) {
  .why-exact-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-15978e7 *//* ===== CTA Section ===== */
.cta-section {
  width: 100%;
  padding: 90px 20px;
 background: linear-gradient(to right, #1B365D, #4F8EDC);

  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-inner {
  max-width: 900px;
  text-align: center;
  color: #ffffff;
}

/* Heading */
.cta-inner h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 18px;
}

/* Subtitle */
.cta-inner p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.95;
}

/* Buttons wrapper */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Primary button */
.btn-primary {
  background: #fff;
  color: #1e3a8a !important;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #eff6ff;
}

/* Outline button */
.btn-outline {
  border: 2px solid #ffffff;
  color: #ffffff !important;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* Responsive */
@media (max-width: 768px) {
  .cta-inner h2 {
    font-size: 34px;
  }

  .cta-inner p {
    font-size: 18px;
  }
}/* End custom CSS */