.elementor-13 .elementor-element.elementor-element-0c6a7a4 > .elementor-container{min-height:1375px;}.elementor-13 .elementor-element.elementor-element-0c6a7a4 > .elementor-background-overlay{opacity:0.5;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-13 .elementor-element.elementor-element-8c20beb .elementor-button{background-color:var( --e-global-color-b8b7165 );font-family:"Poppins", Sans-serif;font-size:30px;font-weight:400;word-spacing:10px;fill:var( --e-global-color-5ac971f );color:var( --e-global-color-5ac971f );border-radius:20px 20px 20px 20px;}.elementor-13 .elementor-element.elementor-element-8c20beb .elementor-button:hover, .elementor-13 .elementor-element.elementor-element-8c20beb .elementor-button:focus{background-color:#25E840;color:var( --e-global-color-5ac971f );}.elementor-13 .elementor-element.elementor-element-8c20beb{background-color:var( --e-global-color-5ac971f );margin:-80px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-13 .elementor-element.elementor-element-8c20beb .elementor-button-content-wrapper{flex-direction:row;}.elementor-13 .elementor-element.elementor-element-8c20beb .elementor-button .elementor-button-content-wrapper{gap:20px;}.elementor-13 .elementor-element.elementor-element-8c20beb .elementor-button:hover svg, .elementor-13 .elementor-element.elementor-element-8c20beb .elementor-button:focus svg{fill:var( --e-global-color-5ac971f );}/* Start custom CSS for html, class: .elementor-element-aab7cef *//* ===================================== */
/* ADRINOX – ABOUT US PAGE (FULL CSS) */
/* ===================================== */

.adrinox-about {
  background: #000000;
  padding: 120px 20px;
  color: #e6e6e6;
  font-family: 'Inter', sans-serif;
}

/* CONTAINER */
.adrinox-about .adrinox-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* ------------------------------------- */
/* PILL */
/* ------------------------------------- */

.about-pill {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.12);
  color: #d4af37;
  font-size: 14px;
  margin-bottom: 16px;
}

/* ------------------------------------- */
/* HERO */
/* ------------------------------------- */

.about-title {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 18px;
}

.about-title span {
  color: #d4af37;
}

.about-subtitle {
  max-width: 820px;
  margin: 0 auto 90px;
  font-size: 18px;
  color: #9ca3af;
  line-height: 1.6;
}

/* ===================================== */
/* FOUNDER SECTION */
/* ===================================== */

.founder-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 120px;
  text-align: left;
}

/* IMAGE */
.founder-image {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  border-radius: 28px;
}

.founder-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 28px;

  border: 1px solid rgba(212, 175, 55, 0.35);

  box-shadow:
    0 0 18px rgba(212, 175, 55, 0.18),
    0 0 36px rgba(212, 175, 55, 0.10);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

/* IMAGE HOVER GLOW */
.founder-image img:hover {
  transform: translateY(-4px);

  border-color: rgba(212, 175, 55, 0.75);

  box-shadow:
    0 0 28px rgba(212, 175, 55, 0.45),
    0 0 60px rgba(212, 175, 55, 0.25),
    0 0 90px rgba(212, 175, 55, 0.15);
}

/* CONTENT */
.founder-content h2 {
  font-size: 34px;
  margin-bottom: 18px;
  color: #e6e6e6;
}

.founder-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #9ca3af;
  margin-bottom: 16px;
}

.founder-content strong {
  color: #e6e6e6;
  font-weight: 600;
}

/* ===================================== */
/* TEAM SECTION */
/* ===================================== */

.team-section {
  text-align: center;
}

.team-title {
  font-size: 36px;
  margin-bottom: 16px;
  color: #e6e6e6;
}

.team-subtitle {
  max-width: 760px;
  margin: 0 auto 60px;
  font-size: 17px;
  color: #9ca3af;
  line-height: 1.6;
}

/* TEAM GRID */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* TEAM CARD */
.team-card {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 22px;
  padding: 36px;
  border: 1px solid rgba(212, 175, 55, 0.35);

  box-shadow:
    0 0 16px rgba(212, 175, 55, 0.15),
    0 0 28px rgba(212, 175, 55, 0.08);

  text-align: left;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

/* TEAM CARD HOVER */
.team-card:hover {
  transform: translateY(-6px);

  border-color: rgba(212, 175, 55, 0.6);

  box-shadow:
    0 0 26px rgba(212, 175, 55, 0.35),
    0 0 48px rgba(212, 175, 55, 0.18);
}

.team-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #e6e6e6;
}

.team-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #9ca3af;
}

/* ===================================== */
/* RESPONSIVE */
/* ===================================== */

@media (max-width: 1024px) {
  .founder-section {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .founder-content {
    text-align: left;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .about-title {
    font-size: 36px;
  }

  .founder-image {
    max-width: 360px;
  }

  .founder-image img:hover {
    transform: none;
  }
}

@media (max-width: 600px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}
/* ===================================== */
/* FOUNDER CTA – CENTER ALIGNED */
/* ===================================== */

.founder-content {
  display: flex;
  flex-direction: column;
}

.founder-cta {
  margin-top: 28px;
  display: flex;
  justify-content: center; /* centers container */
}

/* BUTTON */
.founder-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 14px 28px;
  border-radius: 999px;

  background: #d4af37;
  color: #000;

  font-size: 16px;
  font-weight: 600;
  text-decoration: none;

  box-shadow:
    0 0 12px rgba(212, 175, 55, 0.35),
    0 0 24px rgba(212, 175, 55, 0.2);

  animation: glowPulse 3s ease-in-out infinite;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

/* HOVER */
.founder-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 22px rgba(212, 175, 55, 0.6),
    0 0 44px rgba(212, 175, 55, 0.35),
    0 0 70px rgba(212, 175, 55, 0.2);
}

/* MOBILE */
@media (max-width: 768px) {
  .founder-cta-btn {
    animation: none;
  }
}/* End custom CSS */