.hero-section{}
.hero-section>.e-con-inner { padding-bottom: 0;}
.hero-section .elementor-widget-heading {
/*     border:1px solid #ffaa0150;
    background: #ffaa0110; */
    max-width: 80% !important;
    margin: 0 auto;
    width: 100%;
}

.hero-section .elementor-widget-text-editor {
/*     border:1px solid #ffaa0150;
    background: #ffaa0110; */
    margin: 0 auto;
    max-width: 75% !important;
    width: 100%;
}

.feature-strip { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; background: #f5f6f8; border-radius: 12px; gap: 40px; padding: 20px 0; }
.feature-strip .feature-item { display: flex; align-items: center; gap: 10px; color: #2d3e50; font-size: 16px; font-weight: 500; transition: all 0.3s ease; }
.feature-item svg { width:32px; height: 32px; background: var(--hr-primary-color); color: #fff; padding: 8px; border-radius: 50%; font-size: 18px; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.feature-item:hover svg { transform: scale(1.1); box-shadow: 0 0 10px rgba(26, 59, 122, 0.4); }
.feature-item:hover span { color: var(--hr-primary-color); }
@media (max-width: 768px) {
  .feature-strip { flex-direction: column; gap: 20px; text-align: center; align-items: flex-start; }
}
.elementor-widget-text-editor p{ font-size: 18px; line-height: 1.7; }
.elementor-widget-text-editor p+p{ margin-top: 8px;}

/* table */
.hr-table { border-collapse: collapse;width: 100%;max-width: 1040px;margin: 0 auto;text-align: left;border: 1px solid #ccc;font-size: 15px;}
.hr-table th,
.hr-table td { border: 1px solid #ccc;padding: 10px;}
.hr-table thead tr { background-color: #f8f9fa;}
.hr-table tbody tr:nth-child(even) { background-color: #fcfcfc;}
.hr-table th { font-weight: bold;}
.hr-table td:last-child { font-weight: 500;color: #0b6b78;}

/* Bullet Points */
.elementor-widget-text-editor ul {  }
.elementor-widget-text-editor ul { list-style: none; padding: 0; margin: 0; color: #1b2374; line-height: 1.5; }
.elementor-widget-text-editor ul li { padding: 4px 0; position: relative; font-size: 16px; }
.elementor-widget-text-editor ul li:before { content: ''; width: 20px; height: 20px; margin-right: 8px; position: relative; top: 0.3em; display: inline-block; background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiByeD0iMTIiIGZpbGw9IiMxMzJEN0MiIGZpbGwtb3BhY2l0eT0iMC4xIi8+CjxwYXRoIGQ9Ik0xMS45OTg3IDE4LjY2NjhDMTUuNjgwNiAxOC42NjY4IDE4LjY2NTQgMTUuNjgyMSAxOC42NjU0IDEyLjAwMDJDMTguNjY1NCA4LjMxODI2IDE1LjY4MDYgNS4zMzM1IDExLjk5ODcgNS4zMzM1QzguMzE2OCA1LjMzMzUgNS4zMzIwMyA4LjMxODI2IDUuMzMyMDMgMTIuMDAwMkM1LjMzMjAzIDE1LjY4MjEgOC4zMTY4IDE4LjY2NjggMTEuOTk4NyAxOC42NjY4WiIgc3Ryb2tlPSIjMTMyRDdDIiBzdHJva2Utd2lkdGg9IjEuMzMzMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTAgMTJMMTEuMzMzMyAxMy4zMzM0TDE0IDEwLjY2NjciIHN0cm9rZT0iIzEzMkQ3QyIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg=="); background-size: cover;  }
.elementor-widget-text-editor ul li:first-child { padding-top: 0;  }
