.elementor-kit-5{--e-global-color-primary:#2855A6;--e-global-color-secondary:#314740;--e-global-color-text:#83BB26;--e-global-color-accent:#4F8331;--e-global-color-2ed261a:#C1E2F6;--e-global-color-f069e4a:#55556D;--e-global-color-09e3f5c:#FFFFFF;--e-global-typography-primary-font-family:"LamaSans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"LamaSans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"LamaSans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"LamaSans";--e-global-typography-accent-font-weight:500;font-family:"LamaSans", Sans-serif;font-size:16px;font-weight:bold;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-text );font-size:16px;font-weight:600;color:#FFFFFF;border-radius:50px 50px 50px 50px;padding:16px 40px 16px 40px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-family:"LamaSans", Sans-serif;font-size:60px;font-weight:500;}.elementor-kit-5 h2{font-family:"LamaSans", Sans-serif;font-size:48px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1216px;}.e-con{--container-max-width:1216px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Toggle Overlay */
.toggle-overlay {
  color: #fff;
  padding: 16px 20px;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.6s ease, transform 0.6s ease;
  z-index: 2;
}

.toggle-overlay.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Toggle List */
.toggle-overlay ul {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 400;
  font-size: 16px;
}

/* Toggle Button */
.toggle-button {
  align-self: flex-start;
  color: #1454c4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
}

.toggle-button img {
  width: 32px;
  height: 32px;
}

.icon-minus {
  display: none;
}

.toggle-button.open .icon-plus {
  display: none;
}

.toggle-button.open .icon-minus {
  display: inline;
}

/* Card Background Transition */
.sector-card {
  transition: background 0.3s ease;
}

.sector-card::before {
  transition: background 0.6s ease, opacity 0.6s ease;
}

.sector-card.open::before {
  background: #2855A6 !important;
  opacity: 1 !important;
  visibility: visible !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'LamaSans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://nayifat.com/wp-content/uploads/2025/07/LamaSans2-Medium.woff2') format('woff2'),
		url('https://nayifat.com/wp-content/uploads/2025/07/LamaSans2-Medium.woff') format('woff'),
		url('https://nayifat.com/wp-content/uploads/2025/07/LamaSans2-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'LamaSans';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://nayifat.com/wp-content/uploads/2025/07/LamaSans2-SemiBold.woff2') format('woff2'),
		url('https://nayifat.com/wp-content/uploads/2025/07/LamaSans2-SemiBold.woff') format('woff'),
		url('https://nayifat.com/wp-content/uploads/2025/07/LamaSans2-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'LamaSans';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://nayifat.com/wp-content/uploads/2025/07/LamaSans2-Bold.woff2') format('woff2'),
		url('https://nayifat.com/wp-content/uploads/2025/07/LamaSans2-Bold.woff') format('woff'),
		url('https://nayifat.com/wp-content/uploads/2025/07/LamaSans2-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */