.elementor-704 .elementor-element.elementor-element-bc2b325{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-704 .elementor-element.elementor-element-bc2b325:not(.elementor-motion-effects-element-type-background), .elementor-704 .elementor-element.elementor-element-bc2b325 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-704 .elementor-element.elementor-element-bc2b325.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-704 .elementor-element.elementor-element-50b1b24{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-704 .elementor-element.elementor-element-ac91541{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-704 .elementor-element.elementor-element-5c1ca25{--display:flex;--padding-top:1px;--padding-bottom:1px;--padding-left:1px;--padding-right:1px;}.elementor-704 .elementor-element.elementor-element-bee5cac{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-704 .elementor-element.elementor-element-bc2b325{--width:100.074%;}}/* Start custom CSS for html, class: .elementor-element-96c3785 *//* ================================
   SENTINEL SECTION + LOGO EMBED
================================ */

.sentinel-definition {
  position: relative;
  overflow: hidden;

  padding: 120px 20px;
  text-align: center;

  background:
    radial-gradient(circle at center, rgba(77,181,255,0.08), transparent 70%),
    #05080c;

  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}

/* 🔥 LOGO BACKGROUND */
.sentinel-definition::after {
  content: "";
  position: absolute;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 520px;
  height: 520px;

  background: url('http://sentinelsafetygrp.com/wp-content/uploads/2026/03/Sentinel-Logo-White-Letters-New-scaled.png') center/contain no-repeat;

  opacity: 0.05;                 /* 🔥 subtle */
  filter: blur(1px);

  pointer-events: none;
  z-index: 0;
}

/* CONTENT ABOVE LOGO */
.sentinel-definition .inner {
  position: relative;
  z-index: 1;
}

/* EYEBROW */
.sentinel-definition .eyebrow {
  color: #4db5ff;
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

/* TITLE */
.sentinel-definition h2 {
  font-size: 44px;
  letter-spacing: 3px;
  margin-bottom: 15px;

  text-shadow: 0 0 20px rgba(77,181,255,0.15);
}

/* GLOW LINE */
.sentinel-definition .glow-line {
  width: 80px;
  height: 2px;
  margin: 15px auto 30px;

  background: #4db5ff;

  box-shadow:
    0 0 8px rgba(77,181,255,0.7),
    0 0 20px rgba(77,181,255,0.4);
}

/* DESCRIPTION */
.sentinel-definition .desc {
  color: #cfd8e3;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* STATEMENT */
.sentinel-definition .statement {
  font-size: 26px;
  line-height: 1.4;
}

.sentinel-definition .statement span {
  color: #4db5ff;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(77,181,255,0.3);
}

/* MOBILE */
@media (max-width: 768px) {
  .sentinel-definition h2 {
    font-size: 30px;
  }

  .sentinel-definition .statement {
    font-size: 20px;
  }

  .sentinel-definition::after {
    width: 320px;
    height: 320px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0631bbd *//* ================================
   SENTINEL LEADERSHIP PRINCIPLES
================================ */

/* SECTION */
.principles-section {
  padding: 110px 20px;
  background:
    radial-gradient(circle at center, rgba(77,181,255,0.08), transparent 70%),
    #05080c;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  position: relative;
}

/* HEADER */
.principles-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}

.principles-header h2 {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 500;
}

/* LINES */
.line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, #4db5ff, transparent);
  opacity: 0.4;
}

/* GRID */
.principles-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;                        /* spacing between cards */

  max-width: 1200px;
  margin: auto;
}

/* CARD */
.p-card {
  position: relative;

  padding: 30px 18px;
  text-align: center;

  border: 1px solid rgba(77,181,255,0.15);
  border-radius: 6px;

  background: linear-gradient(
    180deg,
    rgba(10,22,34,0.75),
    rgba(5,12,18,0.9)
  );

  /* even height */
  height: 220px;

  /* center content */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  transition: all 0.25s ease;
}

/* HOVER */
.p-card:hover {
  border-color: rgba(77,181,255,0.5);
  background: linear-gradient(
    180deg,
    rgba(15,35,55,0.9),
    rgba(5,12,18,1)
  );
  transform: translateY(-3px);
}

/* ICON HALO */
.p-card::before {
  content: "";
  position: absolute;

  top: 70px;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 85px;
  height: 85px;

  background: radial-gradient(
    circle,
    rgba(77,181,255,0.25) 0%,
    rgba(77,181,255,0.12) 35%,
    rgba(77,181,255,0.05) 60%,
    transparent 75%
  );

  filter: blur(6px);
  z-index: 0;
  pointer-events: none;
}

/* ICON */
.p-card img {
  width: 64px;
  margin-bottom: 14px;

  position: relative;
  z-index: 1;

  filter:
    drop-shadow(0 0 8px rgba(77,181,255,0.7))
    drop-shadow(0 0 18px rgba(77,181,255,0.3));
}

/* TITLE */
.p-card h3 {
  font-size: 13px;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
}

/* TEXT */
.p-card p {
  font-size: 12px;
  color: #9fb3c8;
  line-height: 1.5;
  max-width: 150px;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .principles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .principles-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .p-card {
    height: auto;
    padding: 40px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1868dc3 *//* ================================
   LEADERSHIP FEATURE SECTION
================================ */

.leadership-section {
  padding: 110px 20px;
  background:
    radial-gradient(circle at center, rgba(77,181,255,0.06), transparent 70%),
    #05080c;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}

/* HEADER */
.leadership-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}

.leadership-header h2 {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 500;
}

/* LINES */
.line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, #4db5ff, transparent);
  opacity: 0.4;
}

/* CARD */
.leader-card {
  max-width: 1100px;
  margin: auto;

  display: grid;
  grid-template-columns: 1fr 1.2fr;

  border: 1px solid rgba(77,181,255,0.2);
  border-radius: 10px;

  background: linear-gradient(
    180deg,
    rgba(10,22,34,0.8),
    rgba(5,12,18,0.95)
  );

  overflow: hidden;

  box-shadow: 0 0 40px rgba(77,181,255,0.05);
}

/* IMAGE */
/* IMAGE COLUMN */
.leader-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;                /* adds breathing room */
}

/* IMAGE */
.leader-image img {
  width: 100%;
  max-width: 320px;             /* 🔥 controls size */
  height: 420px;                /* 🔥 consistent height */
  object-fit: cover;            /* crops cleanly */
  object-position: center top;  /* keeps face centered */

  border-radius: 8px;
}

/* CONTENT */
.leader-content {
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* NAME */
.leader-content h3 {
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

/* TITLE */
.title {
  color: #4db5ff;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

/* DIVIDER */
.divider {
  width: 60px;
  height: 2px;
  background: #4db5ff;
  margin-bottom: 20px;

  box-shadow: 0 0 10px rgba(77,181,255,0.6);
}

/* TEXT */
.leader-content p {
  color: #cfd8e3;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* HOVER */
.leader-card:hover {
  border-color: rgba(77,181,255,0.5);
  box-shadow: 0 0 50px rgba(77,181,255,0.15);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .leader-card {
    grid-template-columns: 1fr;
  }

  .leader-content {
    padding: 30px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f68dc2 *//* ================================
   LEADER BIO SECTION
================================ */

.leader-bio {
  max-width: 900px;
  margin: auto;
  padding: 100px 20px;
  font-family: 'Montserrat', sans-serif;
  color: #cfd8e3;
}

/* BLOCK SPACING */
.bio-block {
  margin-bottom: 40px;
}

/* HEADINGS */
.leader-bio h2 {
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #ffffff;
}

.leader-bio h3 {
  font-size: 14px;
  letter-spacing: 2px;
  color: #4db5ff;
  margin-bottom: 15px;
}

/* TEXT */
.leader-bio p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 14px;
}

/* EMPHASIS */
.bold {
  color: #ffffff;
  font-weight: 600;
}

.highlight {
  color: #4db5ff;
  font-weight: 500;
}

/* LIST */
.leader-bio ul {
  padding-left: 20px;
  margin-top: 10px;
}

.leader-bio li {
  margin-bottom: 8px;
}

/* ================================
   FINAL LEADERSHIP CLOSE (IMAGE BASED)
================================ */

.leadership-close {
  position: relative;
  overflow: hidden;

  width: 100vw;                 /* 🔥 force full viewport width */
  margin-left: calc(-50vw + 50%); /* 🔥 break out of container */

  padding: 120px 20px;
  text-align: center;

  font-family: 'Montserrat', sans-serif;
  color: #ffffff;

  /* 🔥 FULL WIDTH IMAGE */
  background-image: url('http://sentinelsafetygrp.com/wp-content/uploads/2026/05/Global.png');
  background-size: cover;        /* fills entire area */
  background-position: center bottom;
  background-repeat: no-repeat;

  background-color: #05080c;
}

/* 🔥 CLEAN OVERLAY (NO BANDING) */
.leadership-close::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    to top,
    rgba(5,8,12,0.9) 0%,
    rgba(5,8,12,0.6) 40%,
    rgba(5,8,12,0.3) 70%,
    rgba(5,8,12,0.1) 100%
  );

  pointer-events: none;
}

/* CONTENT */
.close-inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: auto;
}

/* TITLE */
.leadership-close h2 {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 20px;

  text-shadow: 0 0 20px rgba(77,181,255,0.2);
}

/* BLUE EMPHASIS */
.leadership-close h2 span {
  color: #4db5ff;
  font-weight: 600;
}

/* GLOW LINE */
.glow-line {
  width: 80px;
  height: 2px;
  margin: 20px auto 30px;

  background: #4db5ff;

  box-shadow:
    0 0 8px rgba(77,181,255,0.7),
    0 0 20px rgba(77,181,255,0.4);
}

/* TEXT */
.leadership-close p {
  font-size: 16px;
  color: #cfd8e3;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .leadership-close {
    padding: 90px 20px;
  }

  .leadership-close h2 {
    font-size: 28px;
  }
}
/* ================================
   RESPONSIVE
================================ */

@media (max-width: 768px) {

  .leader-bio {
    padding: 70px 20px;
  }

  .leadership-close {
    padding: 90px 20px;
  }

  .leadership-close h2 {
    font-size: 28px;
  }

  .closing {
    font-size: 16px;
  }
}/* End custom CSS */