.elementor-38 .elementor-element.elementor-element-eb4089d{--display:flex;}.elementor-38 .elementor-element.elementor-element-bcfb209{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1aab853 *//* ========== INSURANCE SOLUTIONS HERO ========== */
.solutions-hero {
  width: 100%;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.solutions-hero-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  min-height: 420px;
  position: relative;
}

/* Left Content */
.solutions-hero-content {
  width: 48%;
  padding: 60px 40px 60px 50px;
  position: relative;
  z-index: 5;
}

.solutions-hero-content h1 {
  font-size: 32px;
  font-weight: 800;
  color: #022653;
  margin: 0 0 10px 0;
  letter-spacing: -0.3px;
}

.solutions-hero-content h2 {
  font-size: 26px;
  font-weight: 700;
  color: #e5940e;
  line-height: 1.3;
  margin: 0 0 14px 0;
}

.orange-line {
  width: 55px;
  height: 3.5px;
  background: #e5940e;
  border-radius: 2px;
  margin-bottom: 20px;
}

.solutions-hero-content p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #3a4d64;
  max-width: 420px;
  margin: 0;
}

/* Right Visual */
.solutions-hero-visual {
  position: absolute;
  top: 0;
  right: 0;
  width: 56%;
  height: 100%;
  overflow: hidden;
}

.solutions-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Geometric Shapes */
.shape {
  position: absolute;
  pointer-events: none;
  z-index: 4;
}

/* Large navy angular shape */
.shape-navy-large {
  top: -40px;
  left: -50px;
  width: 160px;
  height: 140%;
  background: #022653;
  transform: rotate(28deg);
  clip-path: polygon(35% 0%, 100% 0%, 65% 100%, 0% 100%);
}

/* Gold diamond outline */
.shape-gold-diamond {
  top: 22%;
  left: 25px;
  width: 95px;
  height: 95px;
  border: 12px solid #e5940e;
  background: transparent;
  transform: rotate(45deg);
  box-sizing: border-box;
}

/* Bottom navy shape */
.shape-navy-bottom {
  bottom: -50px;
  left: 10px;
  width: 140px;
  height: 55%;
  background: #022653;
  transform: rotate(28deg);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 992px) {
  .solutions-hero-inner {
    flex-direction: column;
    min-height: auto;
  }

  .solutions-hero-content {
    width: 100%;
    padding: 50px 28px 40px;
  }

  .solutions-hero-visual {
    position: relative;
    width: 100%;
    height: 340px;
  }

  .shape-navy-large {
    left: -20px;
    width: 110px;
  }

  .shape-gold-diamond {
    left: 40px;
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 600px) {
  .solutions-hero-content h1 {
    font-size: 26px;
  }

  .solutions-hero-content h2 {
    font-size: 22px;
  }

  .solutions-hero-visual {
    height: 280px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce844e4 *//* ========== SHARED ========== */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-tag {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #e5940e;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 800;
  color: #022653;
  margin: 0 0 12px 0;
}

.orange-line {
  width: 55px;
  height: 3.5px;
  background: #e5940e;
  margin: 0 auto 18px;
  border-radius: 2px;
}

.section-header p {
  font-size: 15.5px;
  line-height: 1.6;
  color: #5a6b7f;
  max-width: 640px;
  margin: 0 auto;
}

/* ========== SOLUTIONS PAGE ========== */
.solutions-page {
  padding: 70px 0 90px;
  background: #ffffff;
}

.solutions-detailed-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.solution-card-detailed {
  background: #ffffff;
  border-radius: 14px;
  padding: 32px 28px;
  box-shadow: 0 6px 24px rgba(2, 38, 83, 0.07);
  border: 1px solid #f0f2f5;
  transition: all 0.25s ease;
}

.solution-card-detailed:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(2, 38, 83, 0.11);
  border-color: #e5940e;
}

.card-icon {
  width: 58px;
  height: 58px;
  background: #f0f5fb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 22px;
  color: #022653;
  transition: all 0.25s ease;
}

.solution-card-detailed:hover .card-icon {
  background: #022653;
  color: #ffffff;
}

.solution-card-detailed h3 {
  font-size: 18px;
  font-weight: 700;
  color: #022653;
  margin: 0 0 12px 0;
}

.solution-card-detailed p {
  font-size: 14.5px;
  line-height: 1.65;
  color: #4a5c72;
  margin: 0 0 16px 0;
}

.solution-card-detailed ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.solution-card-detailed ul li {
  position: relative;
  padding-left: 18px;
  font-size: 13.5px;
  color: #5a6b7f;
  margin-bottom: 7px;
  line-height: 1.4;
}

.solution-card-detailed ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #e5940e;
  font-weight: 700;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 992px) {
  .solutions-detailed-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .solutions-detailed-grid {
    grid-template-columns: 1fr;
  }

  .section-header h2 {
    font-size: 26px;
  }
}/* End custom CSS */