*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

/* Contact page guidelines */
.contact-content{
  padding:80px 40px;  
}
.contact-inner{
  max-width:1000px;
  margin:0 auto;
  color:rgba(255,255,255,0.95);
}
.contact-intro{margin:10px 0 20px;color:rgba(255,255,255,0.9)}
.contact-guidelines{list-style: none; padding: 0; display:block; gap:18px}
.contact-guidelines li{margin:18px 0; padding:14px 16px; border-radius:12px; background:rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.04)}
.contact-guidelines li strong{display:block; font-size:16px; color:#e7f9ff; margin-bottom:6px}
.contact-guidelines li p{margin:0;color:rgba(255,255,255,0.82)}
.contact-guidelines .ja{color:rgba(220,240,255,0.8); font-size:13px; margin-top:6px}

@media (max-width:720px){
  .contact-content{padding:40px 16px}
  .contact-guidelines li{padding:12px}
}

html{
  overflow-x:hidden;
  width:100%;
}

body{
  font-family:'Poppins',sans-serif;
    background:linear-gradient(
    to right,
    #4f4f4f ,
    rgba(0,0,0,0.85),
    rgba(0,0,0,0.7)
  );
  color:#fff;
  overflow-x:hidden;
  width:100%;
}

.page-wrapper{
  width:100%;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  overflow-x:hidden;
}

/* NAVBAR */
.navbar{
  position:fixed;
  top:0;
  width:100%;
  padding:30px 60px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  z-index:50;
  background:linear-gradient(to right,#4f4f4f,#4f4f4f,rgba(0,0,0,0.5),transparent,to left,#4f4f4f,to , #22353a 100%);
  transition:background 0.3s ease;
}

.navbar.scrolled{
  background:rgba(0,0,0,0.85);
}

.navbar .logo img {
  height: 90px;      /* Adjust the height to fit your navbar */
  width: auto;       /* Keep aspect ratio */
  display: block;
}

.navbar .logo{
  font-size:14px;
  font-weight:700;
  letter-spacing:2px;
}

.navbar nav{
  display:flex;
  gap:40px;
  align-items:center;
}

.navbar a{
  text-decoration:none;
  color:#fff;
  font-size:13px;
  transition:opacity 0.3s;
}

.navbar a:hover{
  opacity: 0.7;
}

.navbar .btn{
  border:1px solid #fff;
  padding:10px 25px;
  border-radius:30px;
  font-size:12px;
}

/* HERO SECTION */
.hero{
  display:flex;
  flex:1;
  margin-top: 60px;
  overflow: hidden;
}
.read-more-btn{
  display: inline-block;
  margin-top: 15px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: #22353a;
  background: #f4c430;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.read-more-btn:hover{
  background: #ffd84d;
  transform: translateY(-2px);
}
/* Centered hero styles */
.hero-centered{
  padding:120px 60px 80px;
  text-align:center;
  position:relative;
  background:linear-gradient(90deg,#4f4f4f 0%, #404040 55%, #22353a 100%);
}
.hero-centered-inner{
  max-width:1200px;
  margin:0 auto;
}
.centered-title{
  font-size:64px;
  line-height:1;
  font-weight:700;
  margin-bottom:36px;
  letter-spacing:2px;
}
.centered-columns{
  display:flex;
  gap:48px;
  justify-content:center;
}
.centered-columns .col{
  width:48%;
  color:#dcdcdc;
  font-size:14px;
  line-height:1.6;
  text-align:left;
}

@media (max-width:1000px){
  .centered-title{font-size:40px}
  .centered-columns{flex-direction:column}
  .centered-columns .col{text-align:center; width:100%}
}

/* LEFT SIDE */
.hero-left{
  width:50%;
  padding:80px 80px;
  margin-top:140px;
  background:linear-gradient(
    to right,
    #4f4f4f ,#4f4f4f,#4f4f4f
    rgba(0,0,0,0.85),
    #4f4f4f to left,
    #4f4f4f,90deg,#4f4f4f 0%, #404040 55%, #22353a 100%
  );
  display:flex;
  flex-direction:column;
  justify-content:center;
} 

.hero-left h1{
  font-size:85px;
  line-height:0.95;
  font-weight:700;
}

.hero-left span{
  font-size:85px;
  font-weight:700;
}

.quote{
  margin-top:30px;
  padding:15px 60px;
  border:1px solid #fff;
  border-radius:50px;
  display:inline-block;
  font-size:14px;
  max-width:500px;
}

/* RIGHT SIDE */
.hero-right {
  position: relative;
  width: 50%;
  overflow: visible; /* allow overlay outside */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.wavy-shadow {
  position: absolute;
  top: -20%;     /* move up above image */
  left: -15%;    /* move left outside */
  width: 130%;   /* wider than image */
  height: 140%;  /* taller than image */
  pointer-events: none;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.15) 40%,
    transparent 30%
  );
  filter: blur(40px);
  clip-path: polygon(
    0% 90%, 
    10% 30%, 
    30% 45%, 
    45% 30%, 
    60% 45%, 
    75% 30%, 
    90% 40%, 
    100% 35%, 
    100% 100%, 
    0% 100%
  );
  z-index: 10;
}


.slides-container{
  width:100%;
  height:50%;
  overflow:hidden;
  position:relative;
}

.slides{
  display:flex;
  height:100%;
  width:100%;
  transition:transform 1s ease-in-out;
}

.slides img{
  width:100%;
  height:100%;
  object-fit:cover;
  flex-shrink:0;
}

/* PLAY/PAUSE BUTTON */
.play-btn{
  position:absolute;
  right:40px;
  bottom:40px;
  width:60px;
  height:60px;
  border-radius:50%;
  border:none;
  background:rgba(0,0,0,0.7);
  color:#fff;
  font-size:24px;
  cursor:pointer;
  transition:background 0.3s;
  z-index:10;
}
.hero-left {
  opacity: 0;
  transform: translateX(-50px);
  animation: slideFadeIn 1.2s forwards; /* Play animation on page load */
  animation-delay: 0.3s; /* optional delay for nice effect */
  margin-bottom: 60px;
}

.hero-left h1 {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s forwards;
  animation-delay: 0.5s;
  margin-bottom: 60px;
}

.hero-left .quote {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s forwards;
  animation-delay: 1s;
}

@keyframes slideFadeIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-right {
  opacity: 0;
  transform: scale(1.05);
  animation: fadeZoom 1s forwards;
  animation-delay: 0.7s;
}

@keyframes fadeZoom {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.play-btn:hover{
  background:rgba(0,0,0,0.9);
}

/* Static section divider between carousel and centered hero */
.section-divider{
  width:100%;
  height:6px;
  background:#000;
  margin:0;
}

@media (max-width:600px){
  .section-divider{height:4px}
}

/* Mobile menu toggle button (hidden on desktop) */
.menu-toggle{
  display:none;
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,0.3);
  padding:10px 14px;
  border-radius:6px;
  font-size:24px;
  cursor:pointer;
  transition:all 0.3s ease;
  z-index:51;
}

.menu-toggle:hover{
  background:rgba(255,255,255,0.1);
  border-color:rgba(255,255,255,0.6);
}

/* Mobile nav hidden by default, shown when .open */
#mainNav{ 
  transition:all 0.3s ease;
}
#mainNav.open{ 
  display:flex; 
  animation:slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity:0;
    transform:translateY(-10px);
  }
  to {
    opacity:1;
    transform:translateY(0);
  }
}

/* keep quote on one line even on mobile; allow overflow ellipsis */
.quote{
  margin-top:40px;
  max-width:500px;
  white-space:normal;
  word-wrap:break-word;
  overflow:visible;
  display:block;
  text-align:center;
  padding:15px 30px;
  border:1px solid #fff;
  border-radius:50px;
  font-size:14px;
}

@media (max-width:900px){
  .menu-toggle{display:block}
  #mainNav{display:none; position:absolute; right:18px; top:75px; background:rgba(0,0,0,0.95); padding:15px 18px; border-radius:8px; flex-direction:column; gap:12px; border:1px solid rgba(255,255,255,0.1); min-width:200px; box-shadow:0 8px 20px rgba(0,0,0,0.5)}
  #mainNav.open{display:flex}
  #mainNav a{padding:10px 12px; border-radius:4px; white-space:nowrap}
  #mainNav a:hover{background:rgba(255,255,255,0.1)}
  #mainNav .btn{border:1px solid #f4c430; color:#f4c430; text-align:center; margin-top:5px}
  .navbar{padding:18px 28px}
  .navbar nav{gap:18px}
  .navbar .logo img{height:60px}
  .hero{flex-direction:column; margin-top:80px}
  .hero-left, .hero-right{width:100%}
  .hero-left{padding:40px 24px}
  .hero-left h1{font-size:42px}
  .slides-container{height:40vh}
  .play-btn{right:20px; bottom:20px; width:48px; height:48px; font-size:20px}
  .centered-title{font-size:44px}
}

@media (max-width:600px){
  .menu-toggle{display:block; padding:8px 12px; font-size:22px}
  #mainNav{display:none; right:10px; top:65px; padding:12px 14px; min-width:160px}
  #mainNav a{font-size:14px; padding:8px 10px}
  #mainNav .btn{font-size:12px; padding:8px 12px}
  #fixed-line{display:none}
  .navbar{padding:12px 16px}
  .navbar nav{gap:12px; font-size:12px}
  .navbar .logo img{height:48px}
  .navbar .logo{font-size:11px}
  .hero-left{padding:28px 16px}
  .hero-left h1{font-size:36px}
  .slides-container{height:32vh}
  .centered-title{font-size:28px}
  .centered-columns .col{font-size:13px}
  .centered-columns{flex-direction:column}
}

@media (max-width:480px){
  .menu-toggle{padding:8px 10px; font-size:20px}
  #mainNav{right:8px; top:60px; padding:10px 12px; min-width:150px}
  #mainNav a{font-size:13px; padding:7px 8px}
  .navbar{padding:10px 14px}
  .navbar .logo img{height:44px}
  .hero{margin-top:30px}
  .hero-left{padding:32px 14px; margin-top:0}
  .hero-left h1{font-size:28px; margin-bottom:25px; text-align:center}
  .quote{max-width:100%; padding:12px 16px; font-size:11px; margin-top:20px}
  .slides-container{height:28vh}
  .centered-title{font-size:22px}
  .centered-columns .col{padding:0 12px; font-size:12px}
}

@media (max-width:420px){
  .hero-left{padding:30px 14px}
  .hero-left h1{font-size:32px; text-align:center; margin-bottom:22px}
  .quote{max-width:100%; padding:10px 14px; font-size:10px; margin-top:18px}
  .slides-container{height:26vh}
  .centered-title{font-size:20px}
  .centered-columns .col{padding:0 10px; font-size:11px}
  #mainNav{min-width:140px}
  #mainNav a{font-size:12px}
}
/* Ensure Fusion Tech (first line) is larger than Asia Inc (span) on mobile */
@media (max-width:600px){
  .hero-left h1 span{display:block; font-size:0.65em; line-height:0.95}
}
@media (max-width:420px){
  .hero-left h1 span{display:block; font-size:0.7em; line-height:0.95}
}

/* CHALLENGES SECTION */
.hero-centered-team{
  padding:60px 40px;
  background:transparent;
}

.challenges-content{
  display:flex;
  max-width:1400px;
  margin:0 auto;
  gap:60px;
  align-items:center;
}

.challenges-left{
  flex:1;
}

.challenges-header{
  margin-bottom:50px;
}

.challenges-header h2{
  font-size:56px;
  line-height:1.2;
  font-weight:700;
  color:#fff;
  letter-spacing:1px;
}

.challenges-cards{
  display:grid;
  grid-template-columns:1fr;
  gap:30px;
}

.challenge-card{
  background:rgba(0,0,0,0.4);
  padding:32px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,0.1);
  transition:all 0.3s ease;
}

.challenge-card:hover{
  background:rgba(0,0,0,0.5);
  transform:translateY(-5px);
  box-shadow: 0 0 25px rgba(0, 212, 255, 0.3), inset 0 0 15px rgba(0, 100, 200, 0.1);
  border-color: rgba(0, 212, 255, 0.4);
}

.challenge-card h3{
  font-size:22px;
  font-weight:700;
  color:#fff;
  margin-bottom:15px;
  transition: text-shadow 0.3s ease;
}

.challenge-card:hover h3{
  text-shadow: 0 0 15px rgba(0, 212, 255, 0.6), 0 0 25px rgba(0, 100, 200, 0.3);
}

.challenge-card p{
  font-size:14px;
  color:#d4d4d4;
  line-height:1.6;
  transition: color 0.3s ease;
}

.challenge-card:hover p{
  color: #ffffff;
}

.challenges-right{
  flex: 1;
}

.challenges-right img{
  width:100%;
  height:auto;
  border-radius:12px;
  object-fit:cover;
  transition: all 0.3s ease;
  border: 2px solid rgba(0, 212, 255, 0);
}

.challenges-right img:hover{
  box-shadow: 0 0 25px rgba(0, 212, 255, 0.5), inset 0 0 15px rgba(0, 100, 200, 0.2);
  border-color: rgba(0, 212, 255, 0.6);
  filter: brightness(1.1);
  transform: scale(1.02);
}

@media (max-width:1000px){
  .challenges-content{
    flex-direction:column;
    gap:40px;
  }
  
  .challenges-header h2{
    font-size:40px;
  } 
}

/* Feature cards (section shown in screenshot) */
.feature-cards-section{
  padding:48px 60px 80px;
}
.feature-cards{
  display:flex;
  gap:28px;
  max-width:1200px;
  margin:28px auto 0;
  align-items:stretch;
  
}
.feature-card{
  display:block;
  position:relative;
  flex:1 1 0;
  min-width:180px;
  background:rgba(0,0,0,0.55);
  border-radius:18px;
  padding:28px 24px;
  color:#fff;
  text-decoration:none;
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.06);
  transition:transform 0.28s ease, box-shadow 0.28s ease;
}
.feature-card:hover{
  transform:translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.45);
}
.feature-card .card-content h3{
  font-size:20px;
  line-height:1.05;
  font-weight:700;
}
.feature-card .arrow-circle{
  position:absolute;
  right:18px;
  bottom:18px;
  width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  border:2px solid rgba(255,255,255,0.18);
  background:transparent;
  transition:background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}
.feature-card:hover .arrow-circle{
  background:#1f9fff; /* blue */
  border-color:#1f9fff;
  transform:translateY(-2px);
}
.feature-card .arrow-circle svg path{ stroke:#fff; }

/* Make first card stand out with a subtle gradient like screenshot */
.feature-card:first-child{
  background:linear-gradient(135deg,#2f9fbf 0%, #5aa6d6 50%, rgba(255,255,255,0.03) 100%);
  color:#fff;
}

@media (max-width:1000px){
  .feature-cards{flex-wrap:wrap; justify-content:center;}
  .feature-card{min-width:220px; flex:0 1 calc(50% - 14px);}
}

@media (max-width:600px){
  .feature-cards{gap:16px; padding:20px;}
  .feature-card{padding:18px; border-radius:14px;}
  .feature-card .card-content h3{font-size:16px}
  .feature-card .arrow-circle{width:40px;height:40px;right:12px;bottom:12px}
}

@media (max-width:600px){
  .hero-centered-team{
    padding:40px 20px;
  }
  
  .challenges-content{
    gap:30px;
  }
  
  .challenges-header h2{
    font-size:28px;
  }
  
  .challenge-card{
    padding:24px;
  }
  
  .challenge-card h3{
    font-size:18px;
  }
  
  .challenge-card p{
    font-size:13px;
  }
}

/* IMAGE MODAL/LIGHTBOX */
.image-modal{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.95);
  z-index:1000;
  justify-content:center;
  align-items:center;
  animation:fadeIn 0.3s ease;
}

.image-modal.show{
  display:flex;
}

.modal-image{
  max-width:90%;
  max-height:90vh;
  object-fit:contain;
  animation:zoomIn 0.3s ease;
}

.close-modal{
  position:absolute;
  top:30px;
  right:40px;
  font-size:40px;
  color:#fff;
  cursor:pointer;
  transition:color 0.2s;
  z-index:1001;
}

.close-modal:hover{
  color:#ccc;
}

.clickable-img{
  cursor:pointer;
  transition:transform 0.2s ease;
}

.clickable-img:hover{
  transform:scale(1.03);
}

@keyframes zoomIn{
  from{
    opacity:0;
    transform:scale(0.8);
  }
  to{
    opacity:1;
    transform:scale(1);
  }
}

/* ===== CONTENT MODAL ===== */

.content-modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  padding: 80px 40px;
}

/* Show content modal when JS toggles the class */
.content-modal.show{
  display: flex;
}

.modal-content{
  background: #1e1e1e;
  width: 90%;
  max-width: 1000px;
  max-height: 90vh;
  border-radius: 16px;
  padding: 40px;
  position: relative;
  overflow-y: auto;
}

.modal-body{
  display: flex;
  gap: 40px;
}

.modal-column{
  flex: 1;
}

.modal-close{
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

@media (max-width: 900px){
  .modal-body{
    flex-direction: column;
  }
  .content-modal{
    padding: 20px;
  }
  .modal-content{
    padding: 30px;
  }
}

@media (max-width: 600px){
  .content-modal{
    padding: 10px;
  }
  .modal-content{
    padding: 20px;
    max-height: 95vh;
  }
}

/* Hero Centered Core - Modern Design */
.hero-centered-core {
  position: relative;
  padding: 60px 20px;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  margin-top: 40px;
}

.hero-content-left {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.core-content {
  flex: 1;
}

.core-header {
  margin-bottom: 40px;
}

.core-header h2 {
  font-size: 36px;
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}

.hero-vision-right {
  display: grid;
  gap: 24px;
  margin-bottom: 20px;
}

.core-card {
  background: linear-gradient(135deg, rgba(20, 30, 48, 0.9), rgba(15, 25, 40, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 28px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.core-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.45), 0 0 25px rgba(0, 212, 255, 0.4);
  border-color: rgba(0, 212, 255, 0.5);
}

.core-card h2 {
  font-size: 22px;
  color: #00d4ff;
  margin: 0 0 12px 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: text-shadow 0.3s ease;
}

.core-card:hover h2 {
  text-shadow: 0 0 15px rgba(0, 212, 255, 0.7), 0 0 25px rgba(0, 100, 200, 0.4);
}

.core-card h2:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: radial-gradient(circle at 30% 30%, #00d4ff, #0084c4);
  border-radius: 50%;
  position: relative;
  transition: box-shadow 0.3s ease;
  vertical-align: middle;
  flex-shrink: 0;
}

.core-card:hover h2:before {
  box-shadow: 0 0 12px rgba(0, 212, 255, 0.8), inset 0 0 8px rgba(0, 212, 255, 0.3);
}

.core-card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin: 0 0 16px 0;
  transition: color 0.3s ease;
}

.core-card:hover p {
  color: rgba(255, 255, 255, 1);
}

.core-card p:last-child {
  margin-bottom: 0;
}

.hero-mission-right {
  flex: 1;
}

.hero-mission-right .core-card {
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.9), rgba(20, 40, 80, 0.95));
  border-color: rgba(0, 180, 220, 0.2);
}

.mission-title {
  color: #00b4dc !important;
}

.mission-title:before {
  background: linear-gradient(135deg, #00b4dc, #0088c0) !important;
}

/* Quality standards card */
.quality-card {
  background: linear-gradient(135deg, rgba(0, 120, 200, 0.85), rgba(0, 90, 150, 0.9));
  border: 1px solid rgba(0, 180, 220, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 220px;
  padding: 32px !important;
  transition: all 0.4s ease;
}

.quality-card:hover {
  box-shadow: 0 0 30px rgba(0, 180, 220, 0.6), inset 0 0 20px rgba(0, 180, 220, 0.1);
  border-color: rgba(0, 180, 220, 0.8);
}

.quality-content {
  padding-bottom: 5px;
  padding-top: 0px;
  flex: 1;
  transition: all 0.4s ease;
}

.quality-content h2 {
  font-size: 24px;
  color: #fff;
  line-height: 1.35;
  margin: 0;
  font-weight: 700;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  gap: 12px;
}

.quality-content h2:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background: linear-gradient(135deg, #00d4ff, #0084c4);
  border-radius: 50%;
  position: relative;
  transition: box-shadow 0.4s ease;
  vertical-align: middle;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
  margin-bottom: 27px;
}

.quality-card:hover .quality-content h2:before {
  box-shadow: 0 0 12px rgba(0, 212, 255, 0.8), inset 0 0 8px rgba(0, 212, 255, 0.3);
}

.quality-card:hover .quality-content h2 {
  text-shadow: 0 0 20px rgba(0, 180, 220, 0.8), 0 0 30px rgba(0, 100, 200, 0.5);
  color: #ffffff;
}

.quality-icon {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  margin-left: auto;
  transition: all 0.4s ease;
}

.quality-icon svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 4px 12px rgba(0, 180, 220, 0.3));
  transition: all 0.4s ease;
}

.quality-card:hover .quality-icon svg {
  filter: drop-shadow(0 0 15px rgba(0, 180, 220, 0.9)) drop-shadow(0 0 25px rgba(0, 150, 255, 0.6)) brightness(1.2);
}

/* Testimonials Section */
.testimonials-section {
  padding: 80px 40px;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  margin-top: 40px;
}

.testimonials-title {
  text-align: center;
  font-size: 42px;
  color: #fff;
  margin-bottom: 60px;
  font-weight: 700;
  letter-spacing: 1px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial-card {
  background: linear-gradient(135deg, rgba(20, 30, 48, 0.9), rgba(15, 25, 40, 0.95));
  border: 1px solid rgba(0, 212, 255, 0.2);
  border-radius: 16px;
  padding: 32px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.45), 0 0 25px rgba(0, 212, 255, 0.4);
  border-color: rgba(0, 212, 255, 0.6);
}

.testimonial-header {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  align-items: flex-start;
}

.testimonial-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(0, 212, 255, 0.4);
  flex-shrink: 0;
  transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
  transform-origin: center center;
  display: block;
}

.testimonial-card:hover .testimonial-img {
  transform: scale(1.12);
  box-shadow: 0 12px 30px rgba(0,212,255,0.35);
  filter: brightness(1.06);
  border-color: rgba(0,212,255,0.8);
}

.testimonial-info h3 {
  font-size: 18px;
  color: #00d4ff;
  margin: 0 0 4px 0;
  font-weight: 700;
}

.testimonial-title {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.testimonial-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.testimonial-text-en,
.testimonial-text-ja {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin: 0;
  font-style: italic;
  border-left: 3px solid rgba(0, 212, 255, 0.3);
  padding-left: 16px;
  transition: all 0.3s ease;
}

.testimonial-card:hover .testimonial-text-en,
.testimonial-card:hover .testimonial-text-ja {
  color: rgba(255, 255, 255, 1);
  border-left-color: rgba(0, 212, 255, 0.8);
}

@media (max-width: 900px) {
  .hero-content-left {
    flex-direction: column;
    gap: 24px;
  }

  .core-header h2 {
    font-size: 28px;
  }

  .hero-mission-right {
    width: 100%;
  }

  .testimonials-section {
    padding: 60px 20px;
  }

  .testimonials-title {
    font-size: 32px;
  }

  .testimonials-grid {
    gap: 32px;
  }

  .testimonial-card {
    padding: 24px;
  }
}

/* Additional responsive tweaks for tablets and mobiles */
@media (max-width: 720px) {
  .hero-centered{
    padding:60px 18px 40px;
  }
  .hero-content-left{
    flex-direction:column;
    align-items:center;
    gap:20px;
  }
  .core-header h2{font-size:28px;text-align:center}
  .hero-vision-right, .hero-mission-right{width:100%}
  .core-card{width:100%;padding:20px}

  /* Quality card stacks vertically on small screens */
  .quality-card{
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:16px;
    padding:20px !important;
  }
  .quality-icon{margin-left:0; margin-top:6px; width:100px; height:100px}
  .quality-content h2{justify-content:center}

  /* Testimonials stack and center avatars */
  .testimonials-grid{grid-template-columns:1fr}
  .testimonial-header{flex-direction:column; align-items:center; text-align:center}
  .testimonial-img{width:96px;height:96px}
  .testimonial-info h3{margin-top:10px}
  .testimonial-text-en, .testimonial-text-ja{font-size:15px}
}

@media (max-width: 480px){
  .hero-centered{padding:40px 14px}
  .centered-title{font-size:26px}
  .core-header h2{font-size:22px}
  .core-card{padding:16px}
  .quality-card{min-height: auto}
  .testimonial-img{width:88px;height:88px}
  .testimonials-title{font-size:24px;margin-bottom:32px}
  .testimonial-text-en, .testimonial-text-ja{font-size:14px;padding-left:12px}
}
