.elementor-248 .elementor-element.elementor-element-6c5814d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-370fd39 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Oswald", Arial, sans-serif;
  background: #ffffff;
}

.contact-section {
  width: 100%;
  overflow: hidden;
}

.contact-hero {
  position: relative;
  min-height: 1000px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #08182a;
}

.contact-youtube-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.contact-youtube-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120vw;
  height: 67.5vw;
  min-width: 100%;
  min-height: 125%;
  transform: translate(-50%, -50%);
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 24, 42, 0.9), rgba(8, 24, 42, 0.56), rgba(8, 24, 42, 0.86)),
    linear-gradient(180deg, rgba(8, 24, 42, 0.25), rgba(8, 24, 42, 0.62));
}

.contact-hero-container {
  position: relative;
  z-index: 5;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 44px;
  align-items: center;
}

.section-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #b72bc0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.6px;
  line-height: 1;
  text-transform: uppercase;
}

.contact-hero-text h1 {
  max-width: 430px;
  color: #ffffff !important;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.02;
  margin-bottom: 18px;
}

.contact-hero-text p {
  max-width: 430px;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 17px;
  line-height: 1.7;
}

.contact-hero-panel {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
}

.quick-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.quick-contact-card {
  min-height: 205px;
  padding: 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(10, 31, 48, 0.62);
  text-decoration: none !important;
  transition: 0.3s ease;
}

.quick-contact-card:hover {
  transform: translateY(-6px);
  border-color: rgba(209, 60, 139, 0.72);
  background: rgba(18, 46, 68, 0.72);
}

.quick-contact-card i,
.working-title i,
.contact-list i,
.department-card i {
  color: #ff7a2f;
}

.quick-contact-card i {
  font-size: 28px;
  margin-bottom: 20px;
}

.quick-contact-card h3,
.working-title h3 {
  color: #ffffff !important;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 10px;
}

.quick-contact-card p,
.working-title p {
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 14px;
}

.quick-contact-card strong {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 800;
}

.working-panel {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 22px;
  align-items: start;
  margin-top: 14px;
  padding: 24px;
  border-radius: 8px;
  background: rgba(10, 31, 48, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.working-title {
  display: flex;
  gap: 16px;
}

.working-title i {
  font-size: 28px;
  margin-top: 2px;
}

.working-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 14px;
  list-style: none;
}

.working-list li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.25;
}

.working-list li span,
.working-list li strong {
  color: inherit;
}

.working-list li.is-today {
  background: linear-gradient(135deg, rgba(122, 27, 190, 0.45), rgba(209, 60, 139, 0.38));
  color: #ffffff;
}

.contact-main {
  padding: 86px 20px 80px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.contact-container {
  max-width: 1180px;
  margin: 0 auto;
}

.contact-main-grid {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 34px;
  align-items: stretch;
}

.contact-card,
.department-card {
  border: 1px solid #dfe6f0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 55px rgba(28, 36, 75, 0.08);
}

.contact-card {
  padding: 42px;
}

.contact-card h2,
.department-card h3 {
  color: #1C244B !important;
}

.contact-card h2 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 14px;
}

.contact-card p,
.department-card p {
  color: #324A6D !important;
}

.contact-card p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.contact-list {
  display: grid;
  gap: 16px;
}

.contact-list a {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #1C244B !important;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none !important;
}

.contact-list i {
  width: 22px;
  text-align: center;
}

.rfq-card {
  position: relative;
  overflow: hidden;
  background: #fff6fd;
}

.rfq-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(122, 27, 190, 0.08), rgba(209, 60, 139, 0.08));
}

.rfq-card > * {
  position: relative;
  z-index: 1;
}

.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7A1BBE, #D13C8B);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none !important;
  box-shadow: 0 18px 38px rgba(122, 27, 190, 0.28);
  transition: all 0.3s ease;
}

.primary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(122, 27, 190, 0.36);
}

.department-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.department-card {
  padding: 32px;
  transition: 0.3s ease;
}

.department-card:hover {
  transform: translateY(-6px);
  border-color: rgba(183, 43, 192, 0.35);
  box-shadow: 0 28px 65px rgba(28, 36, 75, 0.12);
}

.department-card i {
  font-size: 28px;
  margin-bottom: 22px;
}

.department-card h3 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 10px;
}

.department-card p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.department-card a {
  color: #b72bc0 !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
}

.reveal-item {
  opacity: 1;
  transform: none;
}

.js-enabled .reveal-item {
  opacity: 0;
  transform: translateY(24px);
}

.js-enabled .reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

@media (max-width: 1100px) {
  .contact-hero {
    min-height: auto;
  }

  .contact-hero-container {
    grid-template-columns: 1fr;
    padding: 70px 0;
  }

  .contact-hero-text h1,
  .contact-hero-text p {
    max-width: 680px;
  }

  .working-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 850px) {
  .quick-contact-grid,
  .contact-main-grid,
  .department-grid {
    grid-template-columns: 1fr;
  }

  .contact-main {
    padding: 70px 18px;
  }

  .contact-card,
  .department-card {
    padding: 30px;
  }

  .contact-card h2 {
    font-size: 36px;
  }

  .working-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .contact-youtube-bg iframe {
    width: 220vw;
    height: 123.75vw;
    min-height: 100%;
  }

  .contact-hero-container {
    width: calc(100% - 30px);
    padding: 58px 0;
    gap: 32px;
  }

  .contact-hero-panel {
    padding: 14px;
  }

  .contact-hero-text h1 {
    font-size: 42px;
  }

  .contact-hero-text p,
  .contact-card p {
    font-size: 15px;
  }

  .contact-list a {
    align-items: flex-start;
    font-size: 16px;
  }

  .primary-btn {
    width: 100%;
  }
}/* End custom CSS */