/* SSEED contact page — compact card, sky gradient, stable layout */
.it-contact-sseed.it-contact-area {
  padding-top: 80px;
  padding-bottom: 80px;
}

.it-contact-sseed .row {
  align-items: flex-start;
}

/* Contact info bar — full width above form & map */
.it-contact-sseed-info {
  position: relative;
}

.it-contact-sseed-info-head {
  text-align: center;
  margin-bottom: 28px;
}

.it-contact-sseed-info-badge {
  display: inline-block;
  padding: 6px 18px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--it-common-white);
  background: var(--it-theme-2);
  border: none;
  border-radius: 50px;
  box-shadow: 0 4px 14px rgba(0, 200, 255, 0.35);
}

.it-contact-sseed-info-title {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  color: var(--it-heading-primary);
}

.it-contact-sseed-info-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  height: 100%;
  padding: 28px 22px 24px;
  background: linear-gradient(135deg, #070b14 0%, #0d1824 35%, #1a3a4f 100%);
  border: none;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(7, 11, 20, 0.35);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.it-contact-sseed-info-card:hover {
  transform: translateY(-4px);
  background: linear-gradient(135deg, #0d1824 0%, #1a3a4f 45%, #2a5a6f 100%);
  box-shadow: 0 14px 32px rgba(7, 11, 20, 0.4), 0 0 20px rgba(0, 200, 255, 0.18);
}

.it-contact-sseed-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  font-size: 22px;
  color: var(--it-common-white);
  background: var(--it-theme-2);
  border: none;
  box-shadow: 0 4px 16px rgba(0, 200, 255, 0.4);
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.it-contact-sseed-info-card:hover .it-contact-sseed-info-icon {
  color: var(--it-common-black);
  background: var(--it-accent-gold);
  box-shadow: 0 4px 18px rgba(255, 201, 40, 0.5);
}

.it-contact-sseed-info-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

.it-contact-sseed-info-value {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--it-common-white);
}

.it-contact-sseed-info-card:hover .it-contact-sseed-info-value {
  color: var(--it-accent-gold);
}

.it-contact-sseed .it-contact-wrapp {
  background: linear-gradient(135deg, #070b14 0%, #0d1824 35%, #1a3a4f 100%);
  border-radius: 10px;
  padding: 36px 40px;
  height: auto;
  box-shadow: 0 8px 24px rgba(7, 11, 20, 0.35);
}

.it-contact-sseed .it-contact-title-box {
  border-bottom-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 24px;
  padding-bottom: 8px;
}

.it-contact-sseed .it-contact-title-box .it-section-title {
  color: var(--it-common-white);
}

.it-contact-sseed-form-note {
  margin: -12px 0 22px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(0, 200, 255, 0.12);
  border-left: 3px solid var(--it-theme-2);
  border-radius: 0 6px 6px 0;
}

.it-contact-sseed-form-note--inquiry {
  margin-top: -8px;
  background: rgba(255, 201, 40, 0.12);
  border-left-color: var(--it-accent-gold);
  color: rgba(255, 255, 255, 0.92);
}

.it-contact-sseed .it-contact-input input,
.it-contact-sseed .it-contact-input textarea {
  margin-bottom: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #070b14;
  color: var(--it-common-white);
}

.it-contact-sseed .sseed-contact-select-wrap {
  position: relative;
  z-index: 1;
}

.it-contact-sseed .sseed-contact-select-wrap:has(.nice-select.open) {
  z-index: 12;
}

.it-contact-sseed .sseed-contact-select-wrap .nice-select {
  float: none;
  width: 100%;
  height: 58px;
  line-height: 56px;
  margin-bottom: 14px;
  padding: 0 44px 0 24px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #070b14;
  box-shadow: none;
  font-size: inherit;
  font-weight: 400;
  text-transform: none;
  color: rgba(255, 255, 255, 0.55);
}

.it-contact-sseed .sseed-contact-select-wrap .nice-select .current {
  display: block;
  line-height: 56px;
  color: rgba(255, 255, 255, 0.55);
}

.it-contact-sseed .sseed-contact-select-wrap .nice-select.sseed-contact-select--filled .current {
  color: var(--it-common-white);
}

.it-contact-sseed .sseed-contact-select-wrap .nice-select:after {
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-color: rgba(255, 255, 255, 0.65);
}

.it-contact-sseed .sseed-contact-select-wrap .nice-select:hover,
.it-contact-sseed .sseed-contact-select-wrap .nice-select.open,
.it-contact-sseed .sseed-contact-select-wrap .nice-select:focus {
  border-color: rgba(0, 200, 255, 0.45);
}

.it-contact-sseed .sseed-contact-select-wrap .nice-select .list {
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  padding: 6px 0;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #070b14;
  box-shadow: 0 12px 28px rgba(7, 11, 20, 0.45);
  max-height: 220px;
  overflow-y: auto;
}

.it-contact-sseed .sseed-contact-select-wrap .nice-select .option {
  min-height: 44px;
  line-height: 44px;
  padding: 0 24px;
  color: rgba(255, 255, 255, 0.88);
  text-align: left;
}

.it-contact-sseed .sseed-contact-select-wrap .nice-select .option:hover,
.it-contact-sseed .sseed-contact-select-wrap .nice-select .option.focus {
  background: rgba(0, 200, 255, 0.12);
  color: var(--it-common-white);
}

.it-contact-sseed .sseed-contact-select-wrap .nice-select .option.selected {
  background: rgba(0, 200, 255, 0.18);
  color: var(--it-accent-gold);
  font-weight: 500;
}

.it-contact-sseed .sseed-contact-select-wrap .nice-select .option.disabled {
  display: none;
}

.it-contact-sseed .it-contact-input input::placeholder,
.it-contact-sseed .it-contact-input textarea::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.it-contact-sseed .sseed-contact-upload-wrap {
  margin-bottom: 14px;
}

.it-contact-sseed .sseed-contact-upload-label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}

.it-contact-sseed .sseed-contact-upload-trigger {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 140px;
  padding: 24px;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  background: #070b14;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.it-contact-sseed .sseed-contact-upload-trigger:hover,
.it-contact-sseed .sseed-contact-upload-trigger:focus-within {
  border-color: rgba(0, 200, 255, 0.45);
  background: rgba(0, 200, 255, 0.06);
}

.it-contact-sseed .sseed-contact-upload-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.it-contact-sseed .sseed-contact-upload-icon {
  font-size: 28px;
  color: var(--it-theme-2);
}

.it-contact-sseed .sseed-contact-upload-text {
  font-size: 15px;
  color: var(--it-common-white);
}

.it-contact-sseed .sseed-contact-upload-hint {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.it-contact-sseed .sseed-contact-upload-preview {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  background: #070b14;
}

.it-contact-sseed .sseed-contact-upload-preview img {
  display: block;
  width: 100%;
  max-height: 220px;
  object-fit: cover;
}

.it-contact-sseed .sseed-contact-upload-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(7, 11, 20, 0.75);
  color: var(--it-common-white);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.it-contact-sseed .sseed-contact-upload-remove:hover {
  background: var(--it-accent-gold);
  color: var(--it-common-black);
}

.it-contact-sseed .it-contact-input textarea {
  height: 120px;
  min-height: 120px;
  line-height: 1.5;
  padding: 14px 24px;
  resize: vertical;
  overflow: auto;
}

.it-contact-sseed .it-contact-button {
  margin-bottom: 0;
}

.it-contact-sseed .it-contact-map-area,
.it-contact-sseed .it-contact-map-wrapp {
  height: 100%;
}

.it-contact-sseed .it-contact-map-wrapp {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.it-contact-sseed-map,
.it-contact-sseed .it-contact-map-wrapp iframe {
  display: block;
  height: 600px;
  width: 100%;
}

.it-contact-sseed-map {
  z-index: 1;
  background: #0d1824;
  touch-action: none;
}

.it-contact-sseed-map .leaflet-container {
  cursor: grab;
  font-family: inherit;
}

.it-contact-sseed-map .leaflet-container.leaflet-dragging {
  cursor: grabbing;
}

.it-contact-sseed-map .leaflet-control-zoom {
  border: none;
  box-shadow: 0 4px 14px rgba(7, 11, 20, 0.35);
}

.it-contact-sseed-map .leaflet-control-zoom a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: var(--it-common-white);
  background: #0d1824;
  border: 1px solid rgba(56, 232, 255, 0.35);
}

.it-contact-sseed-map .leaflet-control-zoom a:hover {
  color: var(--it-common-black);
  background: var(--it-accent-gold);
  border-color: var(--it-accent-gold);
}

.it-contact-sseed-map .leaflet-bar a:first-child {
  border-bottom: 1px solid rgba(56, 232, 255, 0.35);
  border-radius: 8px 8px 0 0;
}

.it-contact-sseed-map .leaflet-bar a:last-child {
  border-radius: 0 0 8px 8px;
}

.it-contact-sseed-map .leaflet-popup-content-wrapper {
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
}

.it-contact-sseed-map .leaflet-popup-content a {
  color: var(--it-theme-2);
  font-weight: 600;
}

.sseed-map-marker-wrap {
  background: transparent;
  border: none;
}

.sseed-map-marker {
  position: relative;
  display: block;
  width: 44px;
  height: 56px;
}

.sseed-map-marker-pin {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  background: var(--it-theme-2);
  border: 3px solid var(--it-common-white);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 6px 16px rgba(0, 200, 255, 0.45);
}

.sseed-map-marker-dot {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  background: var(--it-accent-gold);
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85);
  z-index: 1;
}

@media (max-width: 1199px) {
  .it-contact-sseed-map,
  .it-contact-sseed .it-contact-map-wrapp iframe {
    margin-top: 30px;
    height: 440px;
  }
}

@media (max-width: 767px) {
  .it-contact-sseed.it-contact-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .it-contact-sseed-info-title {
    font-size: 26px;
  }

  .it-contact-sseed-info-card {
    padding: 22px 18px 20px;
  }

  .it-contact-sseed .it-contact-wrapp {
    padding: 28px 24px;
  }

  .it-contact-sseed-map,
  .it-contact-sseed .it-contact-map-wrapp iframe {
    height: 360px;
  }
}

/* Contact form result modal */
#sseed-contact-result-modal {
  z-index: 100060 !important;
}

body.sseed-contact-modal-open #magic-cursor {
  display: none !important;
}

#sseed-contact-result-modal ~ .modal-backdrop {
  z-index: 100050 !important;
  background-color: rgba(2, 8, 14, 0.82);
  backdrop-filter: blur(4px);
}

.sseed-contact-modal .modal-dialog {
  max-width: 440px;
  margin: 1.5rem auto;
}

.sseed-contact-modal .modal-content {
  position: relative;
  overflow: visible;
  padding: 0;
  border: 1px solid rgba(0, 200, 255, 0.22);
  border-radius: 18px;
  background: linear-gradient(160deg, #0a1220 0%, #0f2233 45%, #163a52 100%);
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 40px rgba(0, 200, 255, 0.14);
}

.sseed-contact-modal .modal-body {
  padding: 44px 36px 36px;
}

.sseed-contact-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.08);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.sseed-contact-modal-close:hover {
  color: #fff;
  border-color: rgba(0, 200, 255, 0.45);
  background: rgba(0, 200, 255, 0.14);
}

.sseed-contact-modal-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-bottom: 22px;
  border-radius: 50%;
  font-size: 38px;
}

.sseed-contact-modal--success .sseed-contact-modal-icon {
  color: #4ade80;
  background: rgba(74, 222, 128, 0.14);
  box-shadow: 0 0 28px rgba(74, 222, 128, 0.28);
}

.sseed-contact-modal--error .sseed-contact-modal-icon {
  color: #f87171;
  background: rgba(248, 113, 113, 0.14);
  box-shadow: 0 0 28px rgba(248, 113, 113, 0.22);
}

.sseed-contact-modal-title {
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.sseed-contact-modal-message {
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.sseed-contact-modal-btn {
  display: inline-block;
  min-width: 150px;
  padding: 14px 36px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #061018;
  background: var(--it-theme-2);
  box-shadow: 0 10px 28px rgba(0, 200, 255, 0.35);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.sseed-contact-modal-btn:hover {
  color: #061018;
  background: #33d6ff;
  box-shadow: 0 12px 32px rgba(0, 200, 255, 0.45);
  transform: translateY(-1px);
}

@media (max-width: 575px) {
  .sseed-contact-modal .modal-body {
    padding: 40px 24px 30px;
  }

  .sseed-contact-modal-title {
    font-size: 22px;
  }
}
