/* Responsive Styles */
@media (max-width: 992px) {
    .nav-list {
        display: none;
    }

    .mobile-menu-btn {
        display: flex;
    }

    .header.scrolled {
        height: var(--header-height);
    }
}

@media (max-width: 576px) {
    .logo h1 {
        font-size: 1.5rem;
    }

    .logo p {
        font-size: 0.6rem;
    }

    .contact-btn {
        padding: 6px 20px;
        font-size: 0.8rem;
        color: white;
    }
}


@media (max-width: 768px) {
    .hero-content-wrapper {
        min-height: 320px;
    }
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .project-content {
        flex-direction: column;
    }

    .project-image {
        order: -1;
    }

    .project-image img {
        max-height: 400px;
    }
}

@media (max-width: 768px) {
    .nav-list {
        display: none;
    }

    .mobile-menu-btn {
        display: flex;
    }

    .mobile-menu.active {
        max-height: 500px;
    }

    .hero-content h2 {
        font-size: 2.5rem;
    }

    .about-content,
    .careers-content,
    .contact-content {
        flex-direction: column;
    }

    .section {
        padding: 3rem 0;
    }

    .stats {
        flex-direction: column;
        gap: 1.5rem;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 1rem;
    }

    .btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .hero-content h2 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .section-header h2 {
        font-size: 1.75rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .slider-controls {
        padding: 0 1rem;
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    #testimonial-card {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    #testimonials-section {
        padding: 3rem 0;
    }

    #section-title {
        font-size: 2rem;
    }

    #section-subtitle {
        font-size: 1rem;
    }

    #client-info {
        flex-direction: column;
        text-align: center;
    }

    #client-avatar {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px) {
    #testimonial-card {
        padding: 1.5rem;
        margin: 0.5rem;
    }

    #container {
        padding: 0 1.5rem;
    }
}

/* ================ RESPONSIVE DESIGN ================ */
@media (max-width: 1024px) {
    .service-card {
        padding: 20px;
    }

    .service-image {
        height: 160px;
    }

    .logo-slide {
        width: 140px;
    }
}

@media (max-width: 992px) {
    .features-grid {
        gap: 1.5rem;
    }

    .welcome-content {
        flex-direction: column-reverse;
        gap: 2rem;
    }

    .welcome-text,
    .welcome-image {
        flex: none;
        width: 100%;
    }

    .welcome-text {
        transform: translateY(30px);
    }

    .welcome-image {
        transform: translateY(30px);
    }

    .testimonial-card {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .services {
        padding: 3rem 0;
    }

    .service-image {
        height: 140px;
    }

    .service-card h3 {
        font-size: 1.2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }

    .testimonials-section {
        padding: 3rem 0;
    }

    .section-title {
        font-size: 2rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .client-info {
        flex-direction: column;
        text-align: center;
    }

    .client-avatar {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    #clients-section {
        padding: 3rem 0;
    }

    #section-title {
        font-size: 2rem;
    }

    .logo-slide {
        width: 120px;
        height: 80px;
        padding: 0 1rem;
    }

    .logo-img {
        max-height: 50px;
    }

    h1 {
        font-size: 2rem;
    }

    p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .why-korearch {
        padding: 3rem 0;
    }

    .section-title {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    .feature-card {
        padding: 1.5rem;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 1rem;
    }

    .feature-icon img {
        width: 30px;
        height: 30px;
    }

    .welcome-section {
        padding: 3rem 0;
    }

    .logo-img {
        max-height: 60px;
    }

    .container {
        padding: 0 1.5rem;
    }

    .testimonial-card {
        padding: 1.5rem;
        margin: 0.5rem;
    }

    .logo-slide {
        width: 100px;
        height: 70px;
    }

    .service-image {
        height: 120px;
    }

    .service-card {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .service-image {
        height: 120px;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #pageheader {
        height: 300px;
    }

    #pageheader h1 {
        font-size: 2rem;
    }

    #pageheader-content {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    #pageheader {
        height: 250px;
    }

    #pageheader h1 {
        font-size: 1.8rem;
    }

    #pageheader-breadcrumb {
        font-size: 0.9rem;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #pageheader {
        height: 300px;
    }

    #pageheader h1 {
        font-size: 2rem;
    }

    #pageheader-content {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    #pageheader {
        height: 250px;
    }

    #pageheader h1 {
        font-size: 1.8rem;
    }

    #pageheader-breadcrumb {
        font-size: 0.9rem;
    }
}

/* Responsive Styles */
@media (max-width: 768px) {
    #pageheader h1 {
        font-size: 2.2rem;
    }

    .service-overview {
        flex-direction: column;
    }

    .section-title {
        font-size: 2rem;
    }

    .section-heading {
        font-size: 1.7rem;
    }

    .segment-content {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    #pageheader h1 {
        font-size: 1.8rem;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .section-heading {
        font-size: 1.4rem;
    }

    .segment-tab {
        padding: 12px 20px;
        font-size: 0.9rem;
    }

    .segment-content {
        padding: 20px;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #pageheader {
        height: 300px;
    }

    #pageheader h1 {
        font-size: 2rem;
    }

    #pageheader-content {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    #pageheader {
        height: 250px;
    }

    #pageheader h1 {
        font-size: 1.8rem;
    }

    #pageheader-breadcrumb {
        font-size: 0.9rem;
    }
}

/* Responsive Styles */
@media (max-width: 768px) {
    #pageheader h1 {
        font-size: 2.2rem;
    }

    .service-overview {
        flex-direction: column;
    }

    .section-title {
        font-size: 2rem;
    }

    .section-heading {
        font-size: 1.7rem;
    }

    .segment-content {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    #pageheader h1 {
        font-size: 1.8rem;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .section-heading {
        font-size: 1.4rem;
    }

    .segment-tab {
        padding: 12px 20px;
        font-size: 0.9rem;
    }

    .segment-content {
        padding: 20px;
    }
}
  .section-welcome {
    padding: 60px 20px;
    background-color: #f7f7f7;
  }

  .container-welcome {
    max-width: 1200px;
    margin: auto;
  }

  .div-welcome-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }

  .welcome-heading-only {
    flex: 1 1 100%;
  }

  .h1-welcome {
    font-size: 32px;
    color: #222;
  }

  .highlight {
    color: #007BFF;
    font-weight: bold;
  }

  .welcome-full-text {
    flex: 1 1 100%;
  }

  .welcome-full-text p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
  }

  @media (min-width: 768px) {
    .welcome-heading-only {
      flex: 1 1 30%;
    }

    .welcome-full-text {
      flex: 1 1 65%;
    }
  }

  /* Slide animation */
  .animate-slide {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease-in-out;
  }

  .animate-slide.visible {
    opacity: 1;
    transform: translateX(0);
  }
