/* ============================================================
   Template 2 "Emerald & Teal" — for 지머니트랜스 주식회사
   Primary: #0B5D3E | Accent: #14AB72 | Dark: #062A1C | Light: #f0faf4
   Font: Geist
   ============================================================ */

/* ---- Font (loaded via Google Fonts CDN) ---- */
body {
  font-family: 'Geist', sans-serif;
  color: #333;
  background-color: #f0faf4;
  overflow-x: hidden;
}

/* ---- Colors ---- */
.bg-primary-custom { background-color: #0B5D3E !important; }
.bg-accent { background-color: #14AB72 !important; }
.bg-dark-custom { background-color: #062A1C !important; }
.bg-light-custom { background-color: #f0faf4 !important; }
.text-primary-custom { color: #0B5D3E !important; }
.text-accent { color: #14AB72 !important; }
.text-white-custom { color: #ffffff !important; }

/* ---- Buttons ---- */
.btn-primary-custom {
  background-color: #0B5D3E;
  border-color: #0B5D3E;
  color: #fff;
  border-radius: 8px;
  padding: 12px 32px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-primary-custom:hover {
  background-color: #094d33;
  border-color: #094d33;
  color: #fff;
}
.btn-secondary-custom {
  background-color: #14AB72;
  border-color: #14AB72;
  color: #fff;
  border-radius: 8px;
  padding: 12px 32px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-secondary-custom:hover {
  background-color: #12955f;
  border-color: #12955f;
  color: #fff;
}
.btn-outline-custom {
  background: transparent;
  border: 2px solid #0B5D3E;
  color: #0B5D3E;
  border-radius: 8px;
  padding: 10px 28px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-outline-custom:hover {
  background-color: #0B5D3E;
  color: #fff;
}
.btn-white-custom {
  background-color: #fff;
  border-color: #fff;
  color: #0B5D3E;
  border-radius: 8px;
  padding: 12px 32px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-white-custom:hover {
  background-color: #f0faf4;
  color: #0B5D3E;
}

/* ---- Navbar ---- */
.navbar-fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  transition: all 0.3s ease;
}
.navbar-scrolled {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.navbar-transparent {
  background: transparent;
}
.navbar-custom {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.navbar-custom .navbar-brand img {
  height: 3.7rem;
  border-radius: 8px;
}
.navbar-custom .navbar-caption {
  font-size: 1.15rem;
  font-weight: 700;
}
.navbar-custom .nav-link {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  position: relative;
  transition: all 0.3s ease;
}
.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active {
  color: #14AB72 !important;
}
.navbar-custom .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #14AB72;
  transition: width 0.3s ease;
}
.navbar-custom .nav-link:hover::after,
.navbar-custom .nav-link.active::after {
  width: 60%;
}
.navbar-toggler {
  border: none;
  padding: 0.5rem;
}
.navbar-toggler:focus {
  box-shadow: none;
}

/* ---- Decorative Elements ---- */
/* Border wraps */
.border-wrap {
  position: relative;
  padding: 2rem;
}
.border-wrap::before,
.border-wrap::after {
  content: '';
  position: absolute;
  border: 2px solid #14AB72;
  border-radius: 16px;
  pointer-events: none;
}
.border-wrap.border_1::before {
  top: 0;
  left: 0;
  right: 60%;
  bottom: 80%;
  border-bottom: none;
  border-right: none;
}
.border-wrap.border_1::after {
  top: 80%;
  left: 60%;
  right: 0;
  bottom: 0;
  border-top: none;
  border-left: none;
}
.border-wrap.border_2::before {
  top: 0;
  left: 60%;
  right: 0;
  bottom: 80%;
  border-bottom: none;
  border-left: none;
}
.border-wrap.border_2::after {
  top: 80%;
  left: 0;
  right: 60%;
  bottom: 0;
  border-top: none;
  border-right: none;
}

/* Corner wraps */
.corner-wrap {
  position: relative;
}
.corner-wrap.corner_1::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-top: 3px solid #14AB72;
  border-left: 3px solid #14AB72;
  border-radius: 8px 0 0 0;
}
.corner-wrap.corner_2::after {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  border-top: 3px solid #14AB72;
  border-right: 3px solid #14AB72;
  border-radius: 0 8px 0 0;
}
.corner-wrap.corner_3::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-bottom: 3px solid #14AB72;
  border-left: 3px solid #14AB72;
  border-radius: 0 0 0 8px;
}
.corner-wrap.corner_4::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  border-bottom: 3px solid #14AB72;
  border-right: 3px solid #14AB72;
  border-radius: 0 0 8px 0;
}

/* Corner wrapper (full) */
.corner-wrapper {
  position: relative;
  padding: 3rem;
}
.corner-wrapper.corner_1::before,
.corner-wrapper.corner_2::before,
.corner-wrapper.corner_3::before,
.corner-wrapper.corner_4::before,
.corner-wrapper.corner_1::after,
.corner-wrapper.corner_2::after,
.corner-wrapper.corner_3::after,
.corner-wrapper.corner_4::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border-color: #14AB72;
  border-style: solid;
}
.corner-wrapper.corner_1::before { top: 0; left: 0; border-width: 3px 0 0 3px; border-radius: 10px 0 0 0; }
.corner-wrapper.corner_1::after { top: 0; right: 0; border-width: 3px 3px 0 0; border-radius: 0 10px 0 0; }
.corner-wrapper.corner_2::before { bottom: 0; left: 0; border-width: 0 0 3px 3px; border-radius: 0 0 0 10px; }
.corner-wrapper.corner_2::after { bottom: 0; right: 0; border-width: 0 3px 3px 0; border-radius: 0 0 10px 0; }
.corner-wrapper.corner_3::before { top: 0; left: 0; border-width: 3px 0 0 3px; border-radius: 10px 0 0 0; }
.corner-wrapper.corner_3::after { bottom: 0; right: 0; border-width: 0 3px 3px 0; border-radius: 0 0 10px 0; }
.corner-wrapper.corner_4::before { top: 0; right: 0; border-width: 3px 3px 0 0; border-radius: 0 10px 0 0; }
.corner-wrapper.corner_4::after { bottom: 0; left: 0; border-width: 0 0 3px 3px; border-radius: 0 0 0 10px; }

/* Frame wrapper with cross patterns */
.frame-wrapper {
  position: relative;
  padding: 3rem 2rem;
}
.frame-wrapper::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 2px solid rgba(20, 171, 114, 0.3);
  border-radius: 16px;
  pointer-events: none;
}

/* Cross section decorative patterns */
.cross-section {
  position: relative;
}
.cross-section::before,
.cross-section::after {
  content: '';
  position: absolute;
  background: linear-gradient(90deg, transparent, #14AB72, transparent);
  height: 2px;
  width: 80px;
  opacity: 0.5;
}
.cross-section.cross_1::before { top: 0; left: 20px; }
.cross-section.cross_2::after { bottom: 0; right: 20px; }
.cross-section.cross_3::before { top: 0; right: 20px; }
.cross-section.cross_4::after { bottom: 0; left: 20px; }

/* Card wrapper with large radius */
.card-wrapper {
  background: #fff;
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.card-wrapper.large-radius {
  border-radius: 32px;
}

/* ---- Hero Section ---- */
.hero-section {
  padding-top: 120px;
  padding-bottom: 80px;
  background: linear-gradient(135deg, #f0faf4 0%, #e8f5e9 40%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}
.hero-section .hero-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(11, 93, 62, 0.15);
}
.hero-section .hero-image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.hero-section h1 {
  font-size: 3rem;
  font-weight: 800;
  color: #062A1C;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.hero-section .hero-subtitle {
  font-size: 1.15rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 2rem;
}

/* ---- Parallax ---- */
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(6, 42, 28, 0.8);
}
.parallax-content {
  position: relative;
  z-index: 1;
  padding: 6rem 0;
}

/* ---- Service Cards ---- */
.service-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(11, 93, 62, 0.12);
}
.service-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.service-card .card-body {
  padding: 1.5rem;
}
.service-card .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #062A1C;
  margin-bottom: 0.75rem;
}
.service-card .card-text {
  color: #666;
  line-height: 1.7;
}

/* ---- Icon Boxes ---- */
.icon-box {
  text-align: center;
  padding: 2rem;
  transition: transform 0.3s ease;
}
.icon-box:hover {
  transform: translateY(-4px);
}
.icon-box .icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0B5D3E, #14AB72);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}
.icon-box .icon-circle i {
  font-size: 1.75rem;
  color: #fff;
}
.icon-box h4 {
  font-weight: 700;
  color: #062A1C;
  margin-bottom: 0.75rem;
}
.icon-box p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* ---- FAQ Accordion ---- */
.accordion-custom .accordion-item {
  border: none;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.accordion-custom .accordion-button {
  font-weight: 700;
  font-size: 1.05rem;
  color: #062A1C;
  background: #fff;
  border: none;
  padding: 1.25rem 1.5rem;
}
.accordion-custom .accordion-button:not(.collapsed) {
  background: #f0faf4;
  color: #0B5D3E;
  box-shadow: none;
}
.accordion-custom .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.accordion-custom .accordion-body {
  padding: 1.25rem 1.5rem;
  color: #555;
  line-height: 1.8;
}

/* ---- Contact Form ---- */
.contact-form input,
.contact-form textarea,
.contact-form select {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: #14AB72;
  box-shadow: 0 0 0 3px rgba(20, 171, 114, 0.1);
  outline: none;
}
.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

/* ---- Contact Info Cards ---- */
.contact-info-card {
  text-align: center;
  padding: 2rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.contact-info-card:hover {
  transform: translateY(-4px);
}
.contact-info-card .info-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #062A1C;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}
.contact-info-card .info-icon i {
  font-size: 1.5rem;
  color: #fff;
}
.contact-info-card h5 {
  font-weight: 700;
  color: #062A1C;
  margin-bottom: 0.5rem;
}
.contact-info-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ---- Map Container ---- */
.map-container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.map-container iframe {
  width: 100%;
  height: 450px;
  border: none;
}

/* ---- Section Headers ---- */
.section-label {
  display: inline-block;
  background: rgba(20, 171, 114, 0.1);
  color: #0B5D3E;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #062A1C;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.section-description {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.8;
  max-width: 700px;
}

/* ---- Stats Block ---- */
.stat-card {
  text-align: center;
  padding: 2rem;
}
.stat-card .stat-number {
  font-size: 2.8rem;
  font-weight: 800;
  color: #14AB72;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.stat-card .stat-label {
  font-size: 0.95rem;
  color: #666;
  font-weight: 500;
}

/* ---- Footer ---- */
.footer01 {
  background: #062A1C;
  color: #fff;
  padding: 3rem 0;
}
.footer01 a {
  color: #14AB72;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer01 a:hover {
  color: #fff;
}
.footer01 .footer-policies {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.footer01 .footer-policies a {
  margin: 0 0.25rem;
}
.footer01 .footer-copyright {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
}

/* ---- Cookie Consent ---- */
.cookie-consent-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 1.5rem 0;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.cookie-consent-popup.show {
  transform: translateY(0);
}
.cookie-consent-popup .cookie-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: #062A1C;
  margin-bottom: 0.5rem;
}
.cookie-consent-popup .cookie-text {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.cookie-consent-popup .cookie-buttons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* ---- Page Header ---- */
.page-header {
  padding-top: 140px;
  padding-bottom: 60px;
  background: linear-gradient(135deg, #f0faf4 0%, #e8f5e9 40%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}
.page-header h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #062A1C;
  margin-bottom: 1rem;
}
.page-header .breadcrumb {
  margin-bottom: 0;
}
.page-header .breadcrumb-item a {
  color: #14AB72;
  text-decoration: none;
}
.page-header .breadcrumb-item.active {
  color: #666;
}

/* ---- Values / Features List ---- */
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.feature-item .feature-icon {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0B5D3E, #14AB72);
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-item .feature-icon i {
  font-size: 1.4rem;
  color: #fff;
}
.feature-item h5 {
  font-weight: 700;
  color: #062A1C;
  margin-bottom: 0.35rem;
}
.feature-item p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 0;
}

/* ---- Team Cards ---- */
.team-card {
  text-align: center;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.team-card:hover {
  transform: translateY(-6px);
}
.team-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.team-card .team-info {
  padding: 1.5rem;
}
.team-card .team-name {
  font-weight: 700;
  font-size: 1.15rem;
  color: #062A1C;
  margin-bottom: 0.25rem;
}
.team-card .team-role {
  font-size: 0.9rem;
  color: #14AB72;
  font-weight: 500;
}

/* ---- Image with decorative corners ---- */
.img-decorative {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.img-decorative img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---- Policy Page Styles ---- */
.policy-content h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #062A1C;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.policy-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0B5D3E;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.policy-content p,
.policy-content li {
  color: #555;
  line-height: 1.8;
}
.policy-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.9rem;
}
.policy-content table th,
.policy-content table td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  text-align: left;
}
.policy-content table th {
  background: #f0faf4;
  font-weight: 700;
  color: #062A1C;
}
.policy-content ul {
  padding-left: 1.5rem;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .hero-section h1 {
    font-size: 2.2rem;
  }
  .section-title {
    font-size: 2rem;
  }
  .card-wrapper {
    padding: 2rem;
  }
  .hero-section .hero-image-wrapper {
    margin-top: 2rem;
  }
  .hero-section .hero-image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .hero-section {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .hero-section h1 {
    font-size: 1.8rem;
  }
  .section-title {
    font-size: 1.6rem;
  }
  .parallax-content {
    padding: 4rem 0;
  }
  .stat-card .stat-number {
    font-size: 2.2rem;
  }
  .card-wrapper {
    padding: 1.5rem;
    border-radius: 16px;
  }
  .corner-wrapper {
    padding: 2rem;
  }
}
