
.easy-land-container {
  
  position: relative;
}

.easy-land-intro-wrap {

  position: relative;
}

.easy-land-content {
  width: 100%;
}
.hero-section {
    margin-top: 0;
}
.easy-land-content.is-fixed {
  position: fixed;
  top: 120px;
  width: 38%;
  z-index: 10;
}
    .hero-content h1 {
        font-size: 36px;
        max-width: 100%;
    }
	    .hero-btn {
        font-size: 24px;
        min-height: auto;
        padding: 22px 32px;
    }
	
.easy-land-content.is-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
}

.easy-land-cards {
  width: 64%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-cta,.site-footer {
	display:none;
}

    

@media (max-width: 991px) {
  .easy-land-container {
    display: block;
  }

  .easy-land-intro-wrap,
  .easy-land-cards {
    width: 100%;
  }

  .easy-land-content,
  .easy-land-content.is-fixed,
  .easy-land-content.is-bottom {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
  }

  .easy-land-intro-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
    .hero-section {
        min-height: auto;
        padding: 0;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


  .industry-section {
    position: relative;
    width: 100%;
    min-height: 260px;
    padding: 24px;
    overflow: hidden;
    background: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1600&q=80") center center / cover no-repeat;
  }

  .industry-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
  }

  .industry-wrap {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
  }

  .industry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    padding: 15px 0 45px;
    align-items: stretch;
}

  .industry-card {
    position: relative;
    min-height: 155px;
    padding: 18px 20px;
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
  }

  .hero-content.animate .industry-card {
    animation: industryCardFadeUp 2s ease forwards;
  }

  .hero-content.animate .industry-card:nth-child(1) {
    animation-delay: .8s;
  }

  .hero-content.animate .industry-card:nth-child(2) {
    animation-delay: .9s;
  }

  .hero-content.animate .industry-card:nth-child(3) {
    animation-delay: 1s;
  }



  @keyframes industryCardFadeUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .industry-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .industry-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }

  .industry-title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
  }

  @media (max-width: 1199px) {
    .industry-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media (max-width: 767px) {
    .industry-section {
      padding: 18px;
    }

    .industry-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }

    .industry-card {
      min-height: 160px;
      padding: 20px 16px;
      border-radius: 22px;
    }

    .industry-icon {
      width: 46px;
      height: 46px;
      margin-bottom: 18px;
    }

    .industry-title {
      font-size: 16px;
    }
  }

  @media (max-width: 480px) {
    .industry-grid {
      grid-template-columns: 1fr;
    }

    .industry-card {
      min-height: auto;
    }
  }

  @media (max-width: 767px) {
    .industry-grid {
      grid-template-columns: repeat(1, 1fr) !important;
      gap: 30px;
    }
	    .industry-title {
        font-size: 13px;
    }
	    .hero-section {
        min-height: auto;
        padding: 0;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 !important;
    }
  }
  
  .ufg-insight-detail-section {
    background: #ffffff;
    padding: 100px 20px;
}
.ufg-insight-detail-container {
    max-width: 1280px;
    margin: 0 auto;
}
.ufg-insight-detail-container img {
    max-width: 100%;
    display: block;
    width: 100%;
padding:30px 0;
}
@media (max-width: 767px) {
    .easy-land-btn {
        min-height: 50px;
        padding: 14px 18px;
        font-size: 12px;
        max-width: 280px !important;
    }
}
.hero-section {
    min-height: 100vh;
    
    padding: 0;
  
    display: flex;
    align-items: center;
}
.hero-content {
    width: 100%;
    max-width: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 20px;
}
.industry-wrap {
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin: 0 auto;
}
.hero-content  .left,.hero-content .industry-wrap {
	    width: 48%;



}
img {
    max-width: 100%;
    display: block;
    width: 100%;
}
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    color: #1E1E1E;
    margin: 0 0 28px;
    max-width: 100%;
    font-family: 'Inter', sans-serif;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #ffffff;
}

.contact-icon {
  width: 28px;
  min-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.contact-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.location-icon {
  color: #ffffff;
}

.contact-text {
  font-size: 18px;
  line-height: 1.35;
  color: #ffffff;
}

.contact-text strong {
  font-weight: 700;
}
iframe {
	    height: 500px;
		border-radius:10px;
		width:490px
}
.map-responsive {
	    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
  .contact-list {
    gap: 16px;
	
  }
  .hero-content {
  
    flex-direction: column;
}
iframe {
    height: 400px;
    border-radius: 10px;
    width: 100%;
}
  .contact-item {
    gap: 12px;
  }
  .hero-content .left, .hero-content .industry-wrap {
    width: 100%;
}
.hero-section {
    min-height: 1000px;
 
}
    .hero-content h1 {
        font-size: 33px;
        max-width: 100%;
    }
  .contact-icon {
    width: 24px;
    min-width: 24px;
  }

  .contact-icon svg {
    width: 22px;
    height: 22px;
  }

  .contact-text {
    font-size: 16px;
    line-height: 1.45;
  }
}