.elementor-17227 .elementor-element.elementor-element-6ea8cc1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17227 .elementor-element.elementor-element-e2b2769{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-17227 .elementor-element.elementor-element-6ea8cc1{--content-width:100%;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-17227 .elementor-element.elementor-element-6ea8cc1{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-e2b2769 *//* ===================================================
   CORE DESIGN CONFIGURATIONS & VARIABLES
   =================================================== */
.ac-team-section {
  --ac-bg-color: #0b0f12;
  --ac-card-bg: #111518;
  --ac-accent-color: #bc2029; 
  background-color: var(--ac-bg-color);
  padding: 60px 24px 80px 24px;
}

.ac-leadership {
  --ac-accent-color: #009cf0; 
  --ac-bg-color: #080b0d;      
}

.ac-team-section,
.ac-container,
.ac-section-body {
  overflow: visible !important;
}

.ac-team-section .ac-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===================================================
   TOP FIXED HEADERS 
   =================================================== */
.ac-top-header-block {
  width: 100%;
  padding-bottom: 40px;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease;
}

.ac-team-section .ac-tag {
  display: inline-block;
  color: var(--ac-accent-color);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--ac-accent-color);
  margin-bottom: 20px;
}

.ac-team-section .ac-title {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin: 0;
}

.ac-top-header-block.ac-fade-out {
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}

/* ===================================================
   DESKTOP VIEWPORT ENGINE (Screens above 1200px)
   =================================================== */
@media (min-width: 1201px) {
  .ac-section-body {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 54px;
    position: relative;
    width: 100%;
  }

  .ac-sidebar-header {
    width: 60px;
    flex-shrink: 0;
    align-self: stretch;
    position: relative;
  }

  .ac-sticky-text {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 10;
  }

  .ac-sticky-text.ac-track-active {
    opacity: 1;
    transform: scale(1);
  }

  .ac-team-section .ac-vertical-tag {
    writing-mode: vertical-lr;
    text-orientation: upright;
    color: var(--ac-accent-color);
    font-weight: 900;
    letter-spacing: 8px;
    font-size: 2.25rem;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    line-height: 1;
  }
}

/* ===================================================
   MOBILE & TABLET RESPONSIVE HANDLING
   =================================================== */
@media (max-width: 1200px) {
  .ac-section-body { display: block; }
  .ac-sidebar-header { display: none; }
  .ac-top-header-block.ac-fade-out { opacity: 1; transform: none; }
}

/* ===================================================
   CARD DISPLAY GRIDS & COMPONENT LAYOUTS
   =================================================== */
.ac-team-section .ac-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  flex-grow: 1;
}

.ac-team-section .ac-card {
  display: block;
  text-decoration: none;
  background-color: var(--ac-card-bg);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #1c2126;
  cursor: pointer;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.ac-team-section .ac-card:hover {
  border-color: rgba(255, 255, 255, 0.15);
}

.ac-team-section .ac-image-wrapper {
  background: radial-gradient(circle at center, #1f313f 0%, #111518 100%);
  width: 100%;
  aspect-ratio: 4 / 4.5;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.ac-leadership .ac-image-wrapper {
  background: radial-gradient(circle at center, #102738 0%, #080b0d 100%);
}

.ac-team-section .ac-photo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: all 0.3s ease;
}

.ac-team-section .ac-info {
  padding: 24px;
  display: flex;
  align-items: center;         
  justify-content: space-between; 
  gap: 16px;
}

.ac-team-section .ac-text-group { display: flex; flex-direction: column; gap: 6px; }

.ac-team-section .ac-name { 
  font-size: 1.25rem; 
  font-weight: 900; 
  color: #ffffff !important; 
  margin: 0; 
  line-height: 1.3; 
}

.ac-team-section .ac-role { 
  color: var(--ac-accent-color);
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0; 
  line-height: 1.3em;
}

/* Action alignment containers for the preview row interactive elements */
.ac-actions-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ac-team-section .ac-vertical-icon { 
  width: 24px; 
  height: 24px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  flex-shrink: 0; 
  color: #ffffff !important;
}

.ac-team-section .ac-vertical-icon svg { 
  width: 100%; 
  height: 100%; 
  display: block; 
  stroke: currentColor;
}

/* Minimalist interaction indicator arrow styles */
.ac-expand-arrow {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
}

.ac-card:hover .ac-expand-arrow {
  color: #ffffff;
  transform: translateY(2px);
}

.ac-card.ac-expanded .ac-expand-arrow {
  transform: rotate(-180deg);
  color: var(--ac-accent-color);
}

@media (max-width: 992px) { .ac-team-section .ac-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
@media (max-width: 600px) { .ac-team-section .ac-grid { grid-template-columns: 1fr; gap: 20px; } }


/* ===================================================
   EXPANDED ROW ENGINE (SHIFTS PHOTO LEFT, DETAILS RIGHT)
   =================================================== */
@media (min-width: 769px) {
  .ac-team-section .ac-grid .ac-card.ac-expanded {
    grid-column: 1 / -1; 
    display: grid !important;
    grid-template-columns: 35% 65% !important;
    align-items: stretch;
    border-color: var(--ac-accent-color);
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    cursor: default;
  }

  .ac-card.ac-expanded .ac-image-wrapper {
    aspect-ratio: auto;
    height: 100%;
    min-height: 350px; 
    padding-top: 20px; 
  }

  .ac-card.ac-expanded .ac-photo {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: calc(100% - 20px);
    object-fit: contain; 
  }
  
  .ac-card.ac-expanded .ac-info {
    display: none !important; 
  }
}

/* Detailed Information Drawer Panel Styling */
.ac-details-panel {
  background-color: transparent;
  border-left: 1px solid #1c2126;
  padding: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  position: relative;
  text-align: left;
  animation: acDrawerIn 0.4s ease forwards;
}

.ac-close-details {
  position: absolute;
  top: 12px;
  right: 12px;
  background: transparent !important;
  border: none;
  color: #bc2029 !important;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  padding: 8px;
  transition: color 0.2s;
}

.ac-close-details:hover {
  color: #ffffff !important;
}

.ac-details-panel .ac-meta-header {
  margin-bottom: 8px;
}

.ac-details-panel .ac-meta-name {
  font-size: 1.75rem;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 4px 0;
}

.ac-details-panel .ac-meta-role {
  color: var(--ac-accent-color);
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.ac-details-segment h4 {
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 8px 0;
  color: #ffffff;
}

.ac-details-segment h4.ac-lbl-about {
  color: white;
}

.ac-details-segment p {
  color: #adb5bd;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  margin: 0;
}

/* Layout Row Settings for Name and LinkedIn placement */
.ac-details-panel .ac-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}

.ac-details-panel .ac-meta-name {
  margin: 0 !important; 
}

/* LinkedIn Icon Button Settings */
.ac-meta-linkedin {
  color: #adb5bd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, transform 0.2s ease;
  padding: 4px;
}

.ac-meta-linkedin:hover {
  color: #009cf0; 
  transform: scale(1.1);
}

.ac-meta-linkedin svg {
  display: block;
}

/* ===================================================
   CONTACT ELEMENT SEGMENTS & INTERACTION ACTION BUTTONS
   =================================================== */
.ac-contact-segment {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ac-contact-methods {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ac-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #009CF0 !important; /* Context-oriented brand blue */
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  width: fit-content;
  transition: opacity 0.2s ease;
}

.ac-contact-item:hover {
  color: #009CF0 !important;
  opacity: 0.8;
}

.ac-contact-item svg {
  color: var(--ac-accent-color);
  flex-shrink: 0;
}

/* "Request a Quote" Button Element Styles */
.ac-quote-btn {
  display: inline-block;
  background-color: var(--ac-accent-color);
  color: #ffffff !important; /* Strict clean color override */
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 14px 28px;
  border-radius: 6px;
  width: fit-content;
  margin-top: 8px;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-align: center;
}

.ac-quote-btn:hover {
  background-color: #ffffff;
  color: #0b0f12 !important;
}

/* Desktop alignment overrides to shift contact details side-by-side */
@media (min-width: 769px) {
  .ac-contact-methods {
    flex-direction: row !important;
    gap: 32px !important;
    flex-wrap: wrap;
  }
}

/* Handheld Responsive Layout Core Adaptations */
@media (max-width: 768px) {
  .ac-details-panel {
    border-left: none;
    border-top: 1px solid #1c2126;
    padding: 32px 24px;
  }
  
  .ac-close-details {
    position: relative;
    top: auto;
    right: auto;
    align-self: flex-end;
    margin-bottom: 12px;
    padding: 0;
  }
  
  .ac-contact-methods {
    flex-direction: column;
    gap: 10px;
  }

  .ac-quote-btn {
    width: 100%;
    box-sizing: border-box;
  }
}

@keyframes acDrawerIn {
  from { opacity: 0; transform: translateX(10px); }
  to { opacity: 1; transform: translateX(0); }
}/* End custom CSS */