.elementor-kit-10{--e-global-color-primary:#982D16;--e-global-color-secondary:#A6A6A6;--e-global-color-text:#595959;--e-global-color-accent:#262626;--e-global-typography-primary-font-family:"Alliance";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-letter-spacing:1px;--e-global-typography-primary-word-spacing:0px;--e-global-typography-secondary-font-family:"Alliance";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Alliance";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Alliance";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:600;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:30px;}.elementor-element{--widgets-spacing:30px 30px;--widgets-spacing-row:30px;--widgets-spacing-column:30px;}{}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 *//* Make the entire team card feel clickable */
.profile-card {
  cursor: pointer;
}

/* Optional: subtle hover feedback */
.profile-card:hover {
  transform: translateY(-2px);
  transition: transform 0.2s ease;
}

/* Team card description text */
.profile-content {
  text-align: justify;
}

/* Team modal description text */
.ekit-team-modal-content {
  text-align: justify;
}

/* Team modal profile image */
.ekit-team-modal-img img {
  width: 200px;          /* set exact width */
  max-width: 100%;       /* safety for smaller screens */
  height: auto;

  border-radius: 50%;    /* circular image */
  object-fit: cover;

  display: block;
}

/* GLOBAL – Elementor popup close X */
body .elementor-popup-modal .dialog-lightbox-close-button {
  color: #ffffff !important;
}

/* Hover */
body .elementor-popup-modal .dialog-lightbox-close-button:hover {
  color: #00c2ff !important;
}
body .elementor-popup-modal .dialog-lightbox-close-button,
body .elementor-popup-modal .dialog-lightbox-close-button svg {
  color: #ffffff !important;
  fill: currentColor !important;
}

body .elementor-popup-modal .dialog-lightbox-close-button:hover,
body .elementor-popup-modal .dialog-lightbox-close-button:hover svg {
  color: #00c2ff !important;
  fill: currentColor !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Alliance';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://stg-borndefence-staging.kinsta.cloud/wp-content/uploads/2025/10/AllianceNo2-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Alliance';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://stg-borndefence-staging.kinsta.cloud/wp-content/uploads/2025/10/AllianceNo2-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Alliance';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://stg-borndefence-staging.kinsta.cloud/wp-content/uploads/2025/10/AllianceNo1-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */