/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

.join-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #1a2a3a;
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px !important;
  font-weight: 300;
  text-transform: uppercase;
}

.join-btn__arrow {
  width: 15px;
  height: auto;
}

@media (max-width: 600px) {
  .join-btn {
    font-size: 14px !important;
    gap: 10px;
  }

  .join-btn__arrow {
    width: 13px;
  }
}

/* Spacing between menu items */
.header-nav-main li {
    margin: 0 35px;
}

.header-button .button.primary {
  background: transparent !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  padding: 5px 25px !important;
  text-decoration: none !important;
  display: inline-block !important;
  width: auto !important;
}
.header-button .button.primary:hover {
  background: transparent !important;
}
.header-button .button.primary span {
  font-weight: 300 !important;
}

.nav-dark .nav>li>a {
	
	color: #ffffff !important;
}

.sec-gradient .section-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    #0E151F 0%,
    rgba(14, 21, 31, 0.4) 77%,
    rgba(14, 21, 31, 0) 100%
  );
  z-index: 1;
}

.hero-heading h1,
.hero-heading h2,
.hero-heading h3,
.hero-heading h4,
.hero-heading h5,
.hero-heading h6 {
    line-height: 1.1 !important;
}

.cust-btn {
  background: #ffffff !important;
  color: #0B0B0B !important;
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  padding: 5px 40px !important;
  text-decoration: none !important;
  display: inline-block !important;
  width: auto !important;
}

@media (max-width: 768px) {
  .cust-btn {
    font-size: 14px !important;
    padding: 5px 28px !important;
  }
}

@media (max-width: 480px) {
  .cust-btn {
    font-size: 13px !important;
    padding: 5px 20px !important;
  }
}

.stroke-txt p::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #0E151F;
  vertical-align: middle;
  margin-right: 12px;
}

.stroke-txt-white p::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #ffffff;
  vertical-align: middle;
  margin-right: 12px;
}

.sec-gradient-2 .section-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(14, 21, 31, 0.3) 0%,
    #0E151F 88%
  );
  z-index: 1;
}

.sec-gradient-2 .section-bg img {
  filter: grayscale(100%);
}

.html_topbar_right .wpml-ls-legacy-list-horizontal a.wpml-ls-link {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}

.html_topbar_right {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.html_topbar_right .wpml-ls-legacy-list-horizontal ul {
    padding-left: 0;
    margin-left: 0;
}


/* =============================================
   TEAM GRID - 3 COLUMN LAYOUT
   ============================================= */
.otm-team-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-start;
}
.otm-team-member {
    display: flex;
    flex-direction: column;
    width: calc(33.333% - 16px);
}
.otm-team-card {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border: 1px solid #ABBDBD;
}
.otm-team-photo-wrapper {
    width: 100%;
    border: 1px solid rgba(198, 216, 215, 0.6);
    box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    aspect-ratio: 16 / 9;
}
.otm-team-photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.otm-team-info {
    display: flex;
    flex-direction: column;
    padding-top: 24px;
}
.otm-team-info-top {
    display: flex;
    flex-direction: column;
}
.otm-team-name {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 600;
}
.otm-team-position {
    margin: 6px 0 0 0;
    padding: 0;
    border: none;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.otm-team-toggle {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #33393A;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.otm-team-toggle:hover {
    color: #203365;
}
/* Bio dropdown */
.otm-team-bio-dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.otm-team-bio-dropdown-inner {
    padding: 10px 0 0 0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.7;
}
.otm-team-bio-dropdown-inner p {
    font-family: 'Inter', sans-serif;
}
/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 991px) {
    .otm-team-member {
        width: calc(50% - 12px);
    }
}
@media (max-width: 576px) {
    .otm-team-member {
        width: 100%;
    }
    .otm-team-card {
        padding: 12px;
    }
}

/* =========================================
   IMN CONTACT FORM 7 — DARK SECTION
   ========================================= */

.imn-cf7-row {
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
}

.imn-cf7-row .wpcf7-form-control-wrap {
    flex: 1;
    min-width: 0;
    display: block;
}

.imn-cf7-wrap .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.imn-cf7-row p {
    margin: 0;
    flex: 1;
    min-width: 0;
    display: contents;
}

/* All inputs and textarea */
.imn-cf7-wrap .wpcf7-form input[type="text"],
.imn-cf7-wrap .wpcf7-form input[type="email"],
.imn-cf7-wrap .wpcf7-form input[type="tel"],
.imn-cf7-wrap .wpcf7-form textarea,
.imn-cf7-row input[type="text"],
.imn-cf7-row input[type="email"],
.imn-cf7-row input[type="tel"] {
    width: 100%;
    box-sizing: border-box;
    background: transparent !important;
    border: 1px solid #0e151f !important;
    border-radius: 0 !important;
    color: #0e151f !important;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    padding: 12px 16px !important;
    box-shadow: none !important;
    transition: border-color 0.25s ease;
    -webkit-appearance: none;
}

.imn-cf7-row input:focus,
.imn-cf7-wrap .wpcf7-form input:focus,
.imn-cf7-wrap .wpcf7-form textarea:focus {
    border-color: #0e151f !important;
    outline: none !important;
}

.imn-cf7-row input::placeholder,
.imn-cf7-wrap .wpcf7-form input::placeholder,
.imn-cf7-wrap .wpcf7-form textarea::placeholder {
    color: #0e151f !important;
}

/* Textarea */
.imn-cf7-wrap .wpcf7-form textarea {
    width: 100%;
    box-sizing: border-box;
    background: transparent !important;
    border: 1px solid #0e151f !important;
    border-radius: 0 !important;
    color: #0e151f !important;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    padding: 12px 16px !important;
    height: 120px;
    resize: vertical;
    box-shadow: none !important;
    margin-bottom: 14px;
    display: block;
}

/* Submit button */
.imn-cf7-wrap .wpcf7-form input[type="submit"] {
    background: #0e151f !important;
    color: #ffffff !important;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    padding: 11px 40px !important;
    border: none !important;
    border-radius: 0 !important;
    cursor: pointer;
    display: block !important;
    margin: 20px auto 0 !important;
    transition: opacity 0.2s ease;
}

.imn-cf7-wrap .wpcf7-form input[type="submit"]:hover {
    opacity: 0.85;
}

/* Validation error */
.imn-cf7-wrap .wpcf7-not-valid-tip {
    color: #c0392b !important;
    font-size: 12px !important;
    font-weight: 300 !important;
}

.imn-cf7-wrap .wpcf7-response-output {
    color: #0e151f !important;
    border-color: rgba(14, 21, 31, 0.2) !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    margin-top: 12px !important;
}

/* Mobile */
@media (max-width: 767px) {
    .imn-cf7-row {
        flex-direction: column;
        gap: 14px;
    }

    .imn-cf7-wrap .wpcf7-form input[type="submit"] {
        padding: 9px 28px !important;
        font-size: 13px !important;
    }
}