.contact-section {
  --contact-primary: #246bfd;
  --contact-primary-dark: #1554d1;
  --contact-navy: #10233f;
  --contact-text: #132238;
  --contact-muted: #68758a;
  --contact-border: #dfe5ee;
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  color: var(--contact-text);
  background: #f5f8fc;
}

.contact-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.shape-one {
  top: -180px;
  right: -140px;
  width: 460px;
  height: 460px;
  background: rgba(36, 107, 253, 0.09);
}

.shape-two {
  bottom: 30px;
  left: -180px;
  width: 360px;
  height: 360px;
  background: rgba(23, 190, 170, 0.08);
}

.contact-header {
  max-width: 780px;
  margin-bottom: 52px;
}

q .section-label, .panel-label {
  color: var(--contact-primary);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.contact-header h1 {
  margin: 16px 0;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  font-weight: 750;
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.contact-header p {
  max-width: 600px;
  margin: auto;
  color: var(--contact-muted);
  font-size: 1.1rem;
  line-height: 1.75;
}

.contact-card {
  max-width: 1160px;
  margin: auto;
  overflow: hidden;
  background: white;
  border: 1px solid rgba(16, 35, 63, 0.07);
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(18, 39, 70, 0.12);
}

.contact-information {
  position: relative;
  isolation: isolate;
  padding: clamp(34px, 5vw, 64px);
  overflow: hidden;
  color: white;
  background: #1f4337;
}

.contact-information::after {
  position: absolute;
  right: -120px;
  bottom: -150px;
  z-index: -1;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  content: "";
}

.panel-label {
  color: #7eacff;
}

.contact-information h2 {
  max-width: 360px;
  margin: 14px 0;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.panel-description {
  max-width: 390px;
  margin-bottom: 36px;
  color: #afbdd0;
  line-height: 1.7;
}

.contact-methods {
  display: grid;
  gap: 14px;
}

.contact-method {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 12px;
  margin: 0 -12px;
  color: white;
  border-radius: 14px;
  text-decoration: none;
  transition: 0.2s ease;
}

.contact-method:hover {
  color: white;
  background: rgba(255, 255, 255, 0.07);
  transform: translateX(3px);
}

.method-icon, .map-icon {
  display: grid;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 13px;
}

.method-icon {
  color: #9fc0ff;
  background: rgba(83, 143, 255, 0.12);
  border: 1px solid rgba(141, 181, 255, 0.18);
}

.method-icon svg, .map-icon svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.contact-method small {
  display: block;
  margin-bottom: 2px;
  color: #8fa0b8;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-method strong {
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.45;
}

.opening-hours {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 38px;
  padding-top: 25px;
  color: #acb9cb;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.84rem;
  line-height: 1.55;
}

.opening-hours strong {
  color: white;
}

.status-dot {
  width: 9px;
  height: 9px;
  margin-top: 5px;
  background: #39d6a0;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(57, 214, 160, 0.12);
}

.contact-form-area {
  padding: clamp(34px, 5vw, 64px);
  background: white;
}

.contact-form-area .form-label {
  color: #073752;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-form-area .form-label span {
  color: #94a3b8;
  font-size: 13px;
  font-weight: 500;
  margin-left: 4px;
}

.contact-form-area .form-control, .contact-form-area .form-select {
  height: 54px;
  border: 1px solid #d9e2ea;
  border-radius: 10px;
  padding: 0 16px;
  font-size: 15px;
  color: #073752;
  box-shadow: none;
  background: #ffffff;
}

.contact-form-area textarea.form-control {
  height: 140px;
  min-height: 140px;
  resize: none;
  padding: 14px 16px;
}

.contact-form-area .form-control::placeholder, .contact-form-area textarea::placeholder {
  color: #98A2B3;
  font-size: 14px;
  font-weight: 400;
}

.contact-form-area .form-control:focus, .contact-form-area .form-select:focus {
  border-color: #2F855A;
  box-shadow: 0 0 0 3px rgba(47,133,90,.12);
}

.contact-form-area .form-check {
  margin-top: 4px;
}

.contact-form-area .form-check-label {
  font-size: 14px;
  color: #667085;
  line-height: 1.7;
}

.contact-form-area .form-check-input {
  margin-top: 5px;
}

.contact-button {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  color: white;
  background: var(--contact-primary);
  border: 0;
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(36, 107, 253, 0.23);
  font-weight: 700;
  transition: 0.2s ease;
}

.contact-button:hover {
  background: var(--contact-primary-dark);
  transform: translateY(-2px);
}

.contact-button svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.map-card {
  position: relative;
  max-width: 1060px;
  height: 430px;
  margin: 34px auto 0;
  overflow: hidden;
  background: #dce4ed;
  border: 8px solid white;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(18, 39, 70, 0.12);
}

.map-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.map-information {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  gap: 15px;
  align-items: center;
  max-width: 620px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 17px;
  box-shadow: 0 14px 35px rgba(18, 39, 70, 0.2);
}

.map-icon {
  color: white;
  background: var(--contact-primary);
}

.map-address small, .map-address strong, .map-address span {
  display: block;
}

.map-address small {
  color: var(--contact-primary);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.map-address strong {
  margin-top: 2px;
  font-size: 0.93rem;
}

.map-address span {
  color: var(--contact-muted);
  font-size: 0.8rem;
}

.map-information > a {
  margin-left: auto;
  padding: 11px 14px;
  color: var(--contact-primary);
  border: 1px solid #ccdaf7;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.map-information > a:hover {
  background: #5c0a0a !important;
}

@media (max-width: 991.98px) {
  .contact-section {
    padding: 76px 0;
  }
}

@media (max-width: 575.98px) {
  .contact-section {
    padding: 58px 0;
  }
}

@media (max-width: 575.98px) {
  .contact-card {
    border-radius: 20px;
  }
}

@media (max-width: 575.98px) {
  .contact-information, .contact-form-area {
    padding: 32px 24px;
  }
}

@media (max-width: 575.98px) {
  .map-card {
    height: 470px;
    border-width: 5px;
    border-radius: 18px;
  }
}

@media (max-width: 575.98px) {
  .map-information {
    right: 12px;
    bottom: 12px;
    left: 12px;
    flex-wrap: wrap;
    padding: 14px;
  }
}

@media (max-width: 575.98px) {
  .map-information > a {
    width: 100%;
    margin: 3px 0 0;
    text-align: center;
  }
}

/* =========================================================
   CONTACT SECTION – FORCED FULL CSS
   LG Recruitment Services
========================================================= */

.contact-section {
  min-height: auto !important;
  padding: 90px 0 !important;
  background: #064731 !important;
  color: #ffffff !important;
  position: relative !important;
  overflow: hidden !important;
}

/* REMOVE DECORATIVE SHAPES */

.contact-shape, .shape-two {
  display: none !important;
}

/* CONTAINER */

.contact-section .container {
  max-width: 1380px !important;
  width: 100% !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  position: relative !important;
}

/* HEADER */

.contact-header {
  width: 100% !important;
  max-width: 820px !important;
  /*margin: 0 0px 0px 40px !important;*/
  text-align: left !important;
}

.contact-header h1 {
  color: #ffffff !important;
  font-size: 56px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  margin: 18px 0 0 0 !important;
}

.contact-header p {
  color: #e6f8f3 !important;
  max-width: 760px !important;
  margin: 18px 0 0 0 !important;
  line-height: 1.8 !important;
  font-size: 18px !important;
}

/* MAIN CARD */

.contact-card {
  width: 100% !important;
  background: #ffffff !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.12) !important;
  border: none !important;
  padding: 0 !important;
}

/* LEFT INFO PANEL */

.contact-information {
  background: #064731 !important;
  padding: 48px 38px !important;
  min-height: 100% !important;
}

.contact-information h2 {
  font-size: 34px !important;
  line-height: 1.2 !important;
  margin: 18px 0 10px 0 !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}

.contact-information .panel-description {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #e6f8f3 !important;
  margin-bottom: 30px !important;
}

/* CONTACT METHODS */

.contact-methods {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  margin-top: 28px !important;
}

.contact-method {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  padding: 16px 16px !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.06) !important;
  text-decoration: none !important;
  transition: .25s ease !important;
}

.contact-method:hover {
  background: rgba(255,255,255,.1) !important;
}

.contact-method span:last-child {
  display: block !important;
}

.contact-method small {
  display: block !important;
  color: #dbece6 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  margin-bottom: 4px !important;
  text-transform: uppercase !important;
  letter-spacing: .06em !important;
}

.contact-method strong {
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  font-weight: 600 !important;
}

.method-icon {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  border-radius: 50% !important;
  background: #e6f8f3 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #0f2f3a !important;
}

.method-icon svg {
  width: 20px !important;
  height: 20px !important;
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

/* OPENING HOURS */

.opening-hours {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 28px !important;
  padding-top: 22px !important;
  border-top: 1px solid rgba(255,255,255,.14) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.status-dot {
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  border-radius: 50% !important;
  background: #7be495 !important;
  box-shadow: 0 0 0 6px rgba(123,228,149,.16) !important;
}

/* RIGHT FORM PANEL */

.contact-form-area {
  background: #ffffff !important;
  padding: 48px 42px !important;
  width: 100% !important;
}

/* FORM LAYOUT */

.contact-form-area form {
  width: 100% !important;
  max-width: none !important;
}

.contact-form-area .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.contact-form-area .row > [class*="col-"] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* LABELS */

.contact-form-area .form-label {
  display: block !important;
  margin-bottom: 8px !important;
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

.contact-form-area .form-label span {
  color: #98a2b3 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  margin-left: 4px !important;
}

/* INPUTS / SELECT / TEXTAREA */

.contact-form-area .form-control, .contact-form-area .form-select {
  width: 100% !important;
  height: 58px !important;
  min-height: 58px !important;
  padding: 0 18px !important;
  border: 1px solid #d9e2ea !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #073752 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  box-shadow: none !important;
  transition: border-color .2s ease, box-shadow .2s ease !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.contact-form-area textarea.form-control {
  width: 100% !important;
  min-height: 170px !important;
  height: 170px !important;
  padding: 16px 18px !important;
  resize: none !important;
  line-height: 1.7 !important;
}

/* PLACEHOLDERS */

.contact-form-area .form-control::placeholder, .contact-form-area textarea.form-control::placeholder {
  color: #98a2b3 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

/* FOCUS */

.contact-form-area .form-control:focus, .contact-form-area .form-select:focus {
  border-color: #2F855A !important;
  box-shadow: 0 0 0 4px rgba(47,133,90,.12) !important;
  outline: none !important;
}

/* CHECKBOX */

.contact-form-area .form-check {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin-top: 4px !important;
}

.contact-form-area .form-check-input {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin-top: 3px !important;
  border: 1px solid #c8d2dc !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.contact-form-area .form-check-input:checked {
  background-color: #2F855A !important;
  border-color: #2F855A !important;
}

.contact-form-area .form-check-label {
  color: #6b7280 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

/* BUTTON */

.contact-button {
  width: 100% !important;
  min-height: 58px !important;
  border: none !important;
  border-radius: 12px !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 14px 22px !important;
  box-shadow: 0 12px 28px rgba(47,133,90,.18) !important;
  transition: all .25s ease !important;
}

.contact-button:hover, .contact-button:focus {
  background: #5c0a0a !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

.contact-button svg {
  width: 18px !important;
  height: 18px !important;
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

/* MAP CARD */

.map-card {
  width: 100% !important;
  margin-top: 28px !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  box-shadow: 0 18px 50px rgba(0,0,0,.1) !important;
}

.map-card iframe {
  width: 100% !important;
  height: 420px !important;
  border: 0 !important;
  display: block !important;
}

.map-information {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 24px 28px !important;
  background: #ffffff !important;
}

.map-icon {
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  border-radius: 50% !important;
  background: #e6f8f3 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #0f2f3a !important;
}

.map-icon svg {
  width: 20px !important;
  height: 20px !important;
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 1.8 !important;
}

.map-address {
  flex: 1 !important;
}

.map-address small {
  display: block !important;
  color: #6b7280 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
  letter-spacing: .06em !important;
}

.map-address strong {
  display: block !important;
  color: #000000 !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

.map-address span {
  display: block !important;
  color: #6b7280 !important;
  font-size: 14px !important;
  margin-top: 2px !important;
}

.map-information a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  padding: 12px 18px !important;
  border-radius: 10px !important;
  background: #000000 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

@media (max-width:991.98px) {
  .map-information {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

@media (max-width:991.98px) {
  .map-card iframe {
    height: 360px !important;
  }
}

@media (max-width:767.98px) {
  .map-card {
    border-radius: 18px !important;
  }
}

@media (max-width:767.98px) {
  .map-card iframe {
    height: 280px !important;
  }
}

@media (max-width:767.98px) {
  .map-information {
    padding: 20px !important;
  }
}

/* TABLET */

@media (max-width: 991.98px) {
  .contact-section {
    padding: 70px 0 !important;
  }
}

@media (max-width: 991.98px) {
  .contact-header {
    max-width: 100% !important;
    margin-bottom: 32px !important;
  }
}

@media (max-width: 991.98px) {
  .contact-header h1 {
    font-size: 42px !important;
  }
}

@media (max-width: 991.98px) {
  .contact-information, .contact-form-area {
    padding: 34px 28px !important;
  }
}

@media (max-width: 991.98px) {
  .map-information {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

/* MOBILE */

@media (max-width: 767.98px) {
  .contact-section {
    padding: 55px 0 !important;
  }
}

@media (max-width: 767.98px) {
  .contact-section .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (max-width: 767.98px) {
  .contact-header h1 {
    font-size: 32px !important;
    line-height: 1.15 !important;
  }
}

@media (max-width: 767.98px) {
  .contact-header p {
    font-size: 15px !important;
  }
}

@media (max-width: 767.98px) {
  .contact-card {
    border-radius: 18px !important;
  }
}

@media (max-width: 767.98px) {
  .contact-information, .contact-form-area {
    padding: 24px 20px !important;
  }
}

@media (max-width: 767.98px) {
  .contact-information h2 {
    font-size: 28px !important;
  }
}

@media (max-width: 767.98px) {
  .contact-form-area .form-control, .contact-form-area .form-select {
    height: 54px !important;
    min-height: 54px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 767.98px) {
  .contact-form-area textarea.form-control {
    min-height: 150px !important;
    height: 150px !important;
  }
}

@media (max-width: 767.98px) {
  .contact-button {
    min-height: 54px !important;
  }
}

@media (max-width: 767.98px) {
  .map-information {
    padding: 20px !important;
  }
}

