* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

.Frame243 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    padding-top: 100px;
    position: relative;
    max-width: 100vw;
}

.About {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px;
}

.about-text {
    width: 100%;
    max-width: 1062px;
    margin: 0 auto 30px;
    text-align: center;
    padding: 0 15px;
}

.text-normal, .text-normals {
    color: black;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    word-wrap: break-word;
}

.text-green {
    color: #20864A;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    word-wrap: break-word;
}

/* Improved 4-image grid with better scaling support */
.Frame235 {
    width: 100%;
    max-width: 1440px;
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(200px, 1fr));
    gap: 20px;
    padding: 0 20px;
}

.Frame231, .Frame232, .Frame233, .Frame234 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0; /* Prevents flexbox overflow */
}

.image-frame {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    aspect-ratio: 1/1;
    transition: transform 0.3s ease;
}

.image-frame:hover {
    transform: scale(1.03);
}

.image-title {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.LandingPage {
    width: 100%;
    aspect-ratio: 16/9;
    margin: 0 auto;
    display: block;
    position: relative;
    left: 0;
    top: 0;
}

.our-expertise-container {
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    border-radius: 10px;
    background-image: url('../images/our_expertise.png');
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 150px;
    padding: 60px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.our-expertise-content {
    width: 90%;
    max-width: 1058px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.our-expertise-title {
    color: white;
    font-size: 28px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 40px;
    word-wrap: break-word;
    margin-bottom: 20px;
}

.read-more {
    background: #DFF5FF;
    overflow: hidden;
    border-radius: 40px;
    padding: 8px 20px;
    align-self: flex-end;
    margin-top: 15px;
    transition: background 0.3s ease;
}

.read-more:hover {
    background: #c0e0f0;
}

.learn-more {
    color: black;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    text-decoration: none;
}

.expertise-frame5 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    margin-top: 30px;
}

.expertise-item-text {
    color: white;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word;
}

hr {
    border-top: 0.5px solid white;
    margin: 8px 0;
    border: none;
}

.product-dev-cycle-container {
    width: 100%;
    overflow: hidden;
    padding: 40px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.product-dev-cycle-content {
    width: 90%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-dev-cycle-title {
    color: black;
    font-size: 28px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    margin-bottom: 30px;
    word-wrap: break-word;
}

.product-dev-cycle-title-green {
    color: #20864A;
    font-weight: 500;
}

.product-dev-cycle-image {
    width: 100%;
    max-width: 700px;
    height: 474px;
}

.product-dev-cycle-image img {
    width: 100%;
    height: 474px;
    display: block;
    object-fit: contain;
}

.clients-say-container {
    width: 100%;
    overflow: hidden;
    padding: 80px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

.clients-say-content {
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
}

.clients-say-image {
    width: 40%;
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.clients-say-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.clients-say-testimonial-box {
    width: 60%;
    background-color: white;
    border-radius: 10px;
    padding: 40px;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.clients-say-title {
    color: #20864A;
    font-size: 28px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.clients-say-quote {
    color: #333;
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    word-wrap: break-word;
}
.client-testimonial {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.client-logo {
    max-width: 400px;
    margin: 0 auto 20px auto;
    display: flex;
    justify-content: center;
    height: auto;
    margin-bottom: -80px;
    margin-top: 60px;
}

  .testimonial-section {
    width: 100%;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .testimonial-container {
    max-width: 1200px;
    background-color: rgb(242, 241, 241);
    border-radius: 15px;
    padding: 40px 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  
  .section-title {
    color: #333;
    font-size: 28px;
    font-weight: 600;
    margin-top: 30px;
    position: relative;
  }
  
  .section-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #20864A;
    margin: 20px auto 0;
  }
  
  .testimonial-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  
  .client-logo img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
  }
  
  .testimonial-quote {
    font-size: 20px;
    line-height: 1.6;
    color: #555;
    font-style: normal;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
  }
  
  .testimonial-quote::before,
  .testimonial-quote::after {
    color: #20864A;
    font-size: 28px;
    font-family: serif;
    position: absolute;
  }
  
  .testimonial-quote::before {
    content: "“";
    left: -5px;
    top: -15px;
  }
  
  .testimonial-quote::after {
    content: "”";
    right: -5px;
    bottom: -20px;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .testimonial-section {
      padding: 60px 20px;
    }
    
    .section-title {
      font-size: 24px;
      margin-top: 20px;
    }
    
    .testimonial-quote {
      font-size: 18px;
    }
    
    .client-logo {
      max-width: 200px;
    }
  }
  
  @media (max-width: 480px) {
    .section-title {
      font-size: 20px;
    }
    
    .testimonial-quote {
      font-size: 16px;
    }
    
    .testimonial-quote::before,
    .testimonial-quote::after {
      font-size: 24px;
    }
    
    .client-logo {
      max-width: 150px;
    }
  }


.explore-container {
    width: 100%;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

.explore-content {
    width: 90%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.explore-title {
    color: #000000;
    font-size: 36px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 40px;
    word-wrap: break-word;
}

.explore-text {
    color: #000000;
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 40px;
    word-wrap: break-word;
}

.explore-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    width: 100%;
    justify-content: center;
}

.explore-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    transition: transform 0.3s ease;
}

.explore-card:hover {
    transform: translateY(-5px);
}

.explore-card-image {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 20px;
}

.explore-card-title {
    color: #000000;
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.explore-card-text {
    color: #000000;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.vision-container {
    width: 100%;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vision-content {
    width: 90%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vision-title {
    color: #000000;
    font-size: 36px;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin-bottom: 40px;
    word-wrap: break-word;
}

.vision-text {
    color: #000000;
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin-bottom: 40px;
    word-wrap: break-word;
}

.vision-video {
    width: 100%;
    aspect-ratio: 16/9;
    background: #000000;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vision-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer {
    width: 100%;
    background: #20864A;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.footer-content {
    width: 90%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
}

.footer-logo {
    width: auto;
    height: 69px;
    margin-bottom: 20px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-text {
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.footer-social {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.footer-social a {
    color: white;
    font-size: 24px;
    transition: color 0.3s ease;
}

.footer-social a:hover {
    color: #DFF5FF;
}

.footer-copyright {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}

.Header {
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, white 39%, #DFF5FF 100%);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-sizing: border-box;
}

.Frame93 {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding: 10px 0;
}

.Frame93 > a,
.Frame93 > .EmprotekLogo {
    margin: 0 10px;
}

.Frame93 a {
    text-decoration: none;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.Frame93 a:hover {
    color: #20864A;
}

.EmprotekLogo {
    width: auto;
    height: 69px;
}

.EmprotekLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hamburger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.bar {
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: 0.3s;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    padding: 20px 0;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.mobile-menu.open {
    display: flex;
}

.mobile-menu a {
    margin: 10px 0;
    font-size: 18px;
    text-decoration: none;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 10px;
    transition: background-color 0.3s ease;
}

.mobile-menu a:hover {
    background-color: #f0f0f0;
}

/* Enhanced responsive adjustments */
@media (max-width: 1200px) {
    /* For high DPI/scaled displays */
    .Frame235 {
        grid-template-columns: repeat(4, minmax(180px, 1fr));
    }
    
    .product-dev-cycle-title,
    .vision-title,
    .explore-title {
        font-size: 32px;
        line-height: 42px;
    }
}

@media (max-width: 900px) {
    /* For tablets and scaled laptop displays */
    .Frame235 {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .image-frame {
        height: 180px;
    }
    
    .clients-say-content {
        flex-direction: column;
        gap: 30px;
    }

    .clients-say-image,
    .clients-say-testimonial-box {
        width: 100%;
        max-width: 100%;
    }

    .clients-say-testimonial-box {
        padding: 30px;
    }
}

@media (max-width: 600px) {
    /* For mobile devices */
    .Frame235 {
        grid-template-columns: 1fr;
        gap: 30px;
        max-width: 500px;
    }
    
    .image-frame {
        height: 250px;
    }
    
    .image-title {
        font-size: 20px;
        white-space: normal;
    }
    
    .text-normal, .text-green, .text-normals {
        font-size: 20px;
        line-height: 30px;
    }
    
    .product-dev-cycle-title,
    .vision-title,
    .explore-title {
        font-size: 28px;
        line-height: 36px;
    }
    
    .product-dev-cycle-title-green {
        font-size: inherit;
    }
    .clients-say-title {
        font-size: 24px;
    }

    .clients-say-quote {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .text-normal, .text-green {
        font-size: 36px;
        line-height: 50px;
    }
    
    .our-expertise-title {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    
    .read-more {
        padding: 10px 30px;
        margin-top: 40px;
    }
    
    .learn-more {
        font-size: 24px;
        line-height: 30px;
    }
    
    .expertise-frame5 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px 50px;
        margin-top: 40px;
    }
    
    .expertise-item-text {
        font-size: 24px;
        line-height: 30px;
    }
    
    hr {
        border-top: 1px solid white;
        margin: 10px 0;
    }
    
    .clients-say-content {
        flex-direction: row;
        align-items: center;
        gap: 40px;
    }
    
    .clients-say-image {
        width: 30%;
        max-width: 250px;
    }
    
    .clients-say-testimonial-box {
        padding: 30px;
        align-items: flex-start;
        text-align: left;
        width: 70%;
    }
    
    .clients-say-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .clients-say-quote {
        font-size: 18px;
        line-height: 1.5;
    }
}

/* Mobile menu toggle animation */
.hamburger-menu.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger-menu.active .bar:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}