* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Manrope', sans-serif;
}

/* ─── Banner ─────────────────────────────────────────────── */
.banner {
  position: relative;
  width: 100%;
  height: 520px;
  background-image: url('/Assets/about-us-banner.jpg');
  background-size: cover;
  background-position: center 83%;
  overflow: hidden;
}

.gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.90) 0%,
    rgba(0, 0, 0, 0.75) 35%,
    rgba(0, 0, 0, 0.70) 70%,
    rgba(0, 0, 0, 0.10) 100%
  );
  pointer-events: none;
}

.banner-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  height: 100%;
  padding: 120px 240px;          
  margin-top: 60px;
}

.banner-content h1 {
  color: #ffffff;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(32px, 5vw, 70px);
  letter-spacing: -0.7px;
}

.banner-content span.highlight {
  font-weight: 700;
  color: #ffffff;
}

.breadcrumb {
  color: #cccccc;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(13px, 1.5vw, 16px);
}

.breadcrumb a {
  color: #116E4A;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(13px, 1.5vw, 16px); 
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}
/* ─── About Us Section ───────────────────────────────────── */
.about{
    background-image:url(/Assets/vector.png);
    background-position: bottom left;
    background-size:calc(10%-100%);
    background-repeat: no-repeat;
   
}

.about-container{
    width: 100%;
    padding: 60px 150px;
    display: flex;
    gap: 5rem;
    align-items:flex-start;
    justify-content: center;
   
    
}
.image{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 35rem;
}
.large-img{
    width:22.5rem;
    height:30rem;
    position: absolute;
    top:8rem;
    left:8.5rem; 
}
.large-img img{
    width: 100%;
 object-fit:cover ; 
  border: 10px solid rgba(255, 255, 255, 1);
  border-radius: 45px;
}

.small-img_container{
    display: flex;
    align-items: center;
    gap: 20px;
     
}
.num{
    display: flex;
    align-items: center;
    gap: 5px;
   margin-bottom: 45px;

}
.num h2{
    font-size: 50px;
    font-weight: 700;
    color:rgba(17, 110, 74, 1);
}
.txt{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
   line-height: 25.2px;
   margin-bottom: 40px;
}
.small-img{
    width: 18.7rem;
    height:13rem;
 object-fit: cover;

}
.small-img img{
    width: 100%;
     border-radius: 40px;
}

.txt-content{
    display: flex;
    margin-top: 3.9rem;
    flex-direction: column;
    justify-content: center;
    width:35rem;
    
}
.title{
    display: flex;
    align-items: center;
    gap: 5px;
   font-weight:700;
   font-size:14px;
  line-height: 16.8px;
  Letter-spacing:2.8px
}
.innovation {
    font-size: 50px;
    line-height:60px;
    letter-spacing:-0.5px;
   color: rgba(34, 34, 34, 1);
}
.innovation span{
     font-size: 50px;
    line-height:60px;
    letter-spacing:-0.5px;
    font-weight: 700;
}
.txt-content p{
font-size: 16px;
line-height:27.6px;
letter-spacing:0%;
color:rgba(129, 132, 138, 1);
}
.feature{
    display: flex;
    align-items: center;
    margin-top:20px;
    gap: 50px;
}
.spec-title{
    display: flex;
    align-items:left;
   justify-content:center;
    flex-direction: column;
    gap:20px;
}
.specs{
    display: flex;
    align-items:center;
    gap: 5px;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 27.2px;
letter-spacing: 0%;
vertical-align: middle;
}
.btn{
    display: flex;
    align-items: center;
    width:12rem;
    height:3.1rem ;
    border-radius:0.8rem;
    background-color: rgba(17, 110, 74, 1);
    padding:1px 10px 1px 1px;
    gap: 5px;
    margin-top: 40px;
}
button{
    width: 10rem;
    height: 2.9rem;
    border-radius: .7rem;
    border: none;
font-weight: 400;
font-size: 16px;
line-height: 16px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
}
.rating{
    background-color: rgba(245, 245, 245, 1);
    width:12rem;
    height:12.5rem;
    border-radius: 40px;
    display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
}
.feedback{
    margin-top: 40px;
}
.rating span{
   width: 18;
height: 18;
border-radius: 1.8px;
opacity: 1;
}
.rating p{
font-weight: 400;
font-size: 16px;
line-height: 27.2px;
letter-spacing: -0.16px;
margin-top: 20px;
}

/* ─── Hero Section ──────────────────────────────────────── */
.hero-section {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 520px;
  background-image: url('/Assets/about-us-hero.jpg');
  background-size: cover;
  background-position: center 60%;
  overflow: visible;
  margin-top: 60px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    105deg,
    rgba(10, 20, 15, 0.88) 0%,
    rgba(10, 20, 15, 0.60) 55%,
    rgba(10, 20, 15, 0.38) 100%
  );
}

/* ─── Approach Header ───────────────────────────────────── */
.approach-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  padding: 90px 190px;
}

.approach-header-left {
  grid-column: 1;
}

.approach-header-right {
  grid-column: 2;
  padding-top: 6px;
}

/* ── Section Label (shared, used in hero on dark bg) ── */
.approach-header-left .section-label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
}

.approach-header-left .section-label img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.approach-header-left .section-label h3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.approach-title {
  font-size: clamp(1.75rem, 2.8vw, 50px);
  font-weight: 300;
  color: #ffffff;
}

.approach-title strong {
  font-size: clamp(1.75rem, 2.8vw, 50px);
  font-weight: 700;
  color: #ffffff;
  display: block;
}

.approach-description {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
}

/* ─── Tab Container (Mission / Vision / Values) ─────────── */
.tab-container {
  position: relative;
  z-index: 2;
  margin-top: -150px;
  padding: 0 190px 80px;
  border-radius: 40px;
}

.container-background {
  background-color: white ;
  border-radius: 40px;
}

/* Tab Headers */
.head-container {
  background-color: white;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  margin-bottom: 60px;
  position: relative;
}

.our-mission,
.our-vission,
.our-value {
   display: flex;             
  align-items: center;        
  justify-content: center;
  gap: 12px;
  padding: 40px 50px;
}

.our-mission {
  background: #116E4A;
}

.our-vission,
.our-value {
  background: #ffffff;
  border-left: 1px solid #f0f0f0;
}

.our-mission img,
.our-vission img,
.our-value img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

.our-mission h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.our-vission h3,
.our-value h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}

.our-vission:hover,
.our-value:hover {
  background: #f5faf8;
}

/* Tab Content */
.content-container {
  background-color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin: 60px;
  align-items: center;
}

.left-content h3 {
  font-size: 16px;
  font-weight: 400;
  color: #81848A;
  margin-bottom: 32px;
}

.content-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.content-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 12px;
}

.content-list li img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.content-list li p {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  margin: 0;
}

.right-content img {
  width: 100%;
  height: 344px;
  object-fit: cover;
  border-radius: 16px;
}

/* ─── Section Label (light bg, shared) ─────────────────── */
.section-label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
}

.section-label img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.section-label h3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #116E4A;
  margin: 0;
}

/* ─── History Header ────────────────────────────────────── */
.history-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "left right";
  align-items: center;
  gap: 80px;
  padding: 80px 190px 40px;
}

.header-left {
  grid-area: left;
}

.history-title {
  font-size: clamp(1.75rem, 2.8vw, 50px);
  font-weight: 300;
  color: #1a1a1a;
}

.history-title strong {
  font-size: clamp(1.75rem, 2.8vw, 50px);
  font-weight: 700;
  color: #1a1a1a;
  display: block;
}

.history-header-right {
  grid-area: right;
  padding-top: 6px;
}

.history-description {
  font-size: 16px;
  font-weight: 400;
  color: #81848a;
}

/* ─── Company Started Section ───────────────────────────── */
.started-section {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1.4fr;
  gap: 32px;
  padding: 30px 190px 90px;
  align-items: start;
}

/* Year Box */
.year-box {
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  overflow: hidden;
}

.year-box-label {
  background: #116E4A;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 18px 24px;
  letter-spacing: 0.3px;
  text-align: center;
}

.year-list {
  list-style: none;
  padding: 0;
}

.year-list-item {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  text-align: center;
  cursor: pointer;
  transition: color 0.2s, background 0.2s;
}

.year-list-item:last-child {
  border-bottom: none;
}

.year-list-item:hover {
  background: #f5faf8;
  color: #116E4A;
}

/* Company Started Middle */
.company-started {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-content: start;
  margin-top: 0;
}

.company-started h2 {
  font-size: clamp(32px, 3.5vw, 40px);
  font-weight: 300;
  color: #1a1a1a;
  margin-top: 0;
}

.company-started h2 strong {
  font-size: clamp(32px, 3.5vw, 40px);
  font-weight: 700;
  color: #1a1a1a;
}

.company-started p {
  font-size: 16px;
  font-weight: 400;
  color: #81848a;
}

.list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.list-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}

.list-item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* Company Right Image */
.right-section-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
/* Innovative */
.innovative {
    display: flex;
    position: relative;
    color: #fff;
    /* overflow-x: hidden; */
}

/* LEFT SIDE */
.innovative-left {
    width: 60%;
    background: #1E7A55;
    color: #fff;
    padding: 150px 80px;
}

.innovative-tag {
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 1.5em;
    display: flex;
    align-items: center;
    gap: 8px;
}

.innovative h2 {
    font-size: 2.8em;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 45px;
}

.innovative h2 span {
    font-weight: 700;
}

.innovative .card h4 {
    color: #fff;
}

.innovative .card p{
    color: #fff; /* Will adjust width on smaller screens */
    width: 280px;
}


/* CARDS */
.cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin-bottom: 35px;
}


/* CARD */
.card {
    background: #126f4b; /* Will adjust on hover */
    padding: 22px;
    border-radius: 20px;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.08);
    transition: 0.3s;
}



/* ICON BOX */
.icon {
    width: 42px;
    height: 42px;
    /* background: rgba(255,255,255,0.05); */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}


/* SVG */
.icon svg {
    width: 24px;
    height: 24px;
    stroke: #d1fae5;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}


/* TITLE */
.card h4 {
    font-size: 14px;
    margin-bottom: 8px;
}


/* TEXT */
.card p {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
}


/* FOOTER */
.innovative-footer-text {
    font-size: 12px;
    color: #d1fae5;
}


/* RIGHT IMAGE */
.innovative-right {
    width: 50%;
}

.innovative-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* CENTER BUTTON */
.center-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
}


/* ROTATING TEXT */
.circle-text {
    width: 100%;
    height: 100%;
    position: absolute;
    animation: rotate 10s linear infinite;
}

.circle-text span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    transform-origin: 0 60px;
    font-size: 10px;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
}


/* ARROW */
.arrow {
    margin-left: 89%;
    width: 70px;
    height: 70px;
    background: #0d5239;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    backdrop-filter: blur(6px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.arrow::before,
.arrow::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.871);
    border-radius: 50%;
    z-index: -1;
    animation: playPulse 2.5s linear infinite;
    opacity: 0;
}

.arrow::after {
    animation-delay: 1.25s;
}


/* ROTATION */
@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
/* ─── Features Header ───────────────────────────────────── */
.features-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "left right";
  align-items: center;
  gap: 80px;
  padding: 90px 190px 40px;
}

/* ─── Features Grid ─────────────────────────────────────── */
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  padding: 0 190px 90px;
  border: 1px solid #e8e8e8;
  border-radius: 20px 0px 20px 20px;
  overflow: hidden;
  margin: 0 190px 90px;
  padding: 0;
}

.features-card {
  padding: 40px 36px;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background: #ffffff;
  transition: background 0.2s;
}

.features-card:nth-child(even) {
  border-right: none;
}

.features-card:nth-last-child(-n+2) {
  border-bottom: none;
}

.features-card:hover {
  background: #f9fdfb;
}

.features-card-image {
  border-bottom-right-radius: none;
}

.features-card-image img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

.services-icon {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.services-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.services-icon h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}

.services-icon p {
  font-size: 15px;
  font-weight: 400;
  color: #81848a;
}

/* custom-manufac */
.custom-manufac {
    max-width: 1200px;
    margin: 4em auto;
    overflow-x: hidden;
}


/* ===== MAIN CONTAINER ===== */
.manufac-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: flex-start;
}


/* ===== LEFT SECTION ===== */
.manufac-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}


/* Badge */
.manufac-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #116e4A;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: fit-content;
}


/* Title */
.manufac-title {
    font-size: 48px;
    line-height: 1.2;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.manufac-title-light {
    font-weight: 400;
    color: #555555;
}

.manufac-title-bold {
    font-weight: 700;
    color: #000000;
}


/* Image */
.manufac-image {
    width: 100%;
    max-width: 530px;
    height: 500px;
    margin-top: 1em;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}


/* ===== RIGHT SECTION ===== */
.manufac-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Description */
.manufac-description {
    margin-top: 55px; /* Will adjust on smaller screens */
    margin-bottom: 4.4em;
    font-size: 14px;
    line-height: 1.9;
    color: #666666;
    font-weight: 400;
}


/* Process Steps Container */
.process-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
}


/* Process Step Item */
.process-step {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 24px;
    border-radius: 16px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.process-step.active,
.process-step:hover {
    background-color: #116e4A;
    border-color: #116e4A;
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(17, 110, 74, 0.2);
    cursor: pointer;
}


/* Step Number */
.step-number {
    font-size: 42px;
    font-weight: 700;
    color: #116e4A;
    line-height: 1;
    min-width: 60px;
    flex-shrink: 0;
}

.process-step.active .step-number,
.process-step:hover .step-number {
    color: #ffffff;
}


/* Step Content */
.step-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.step-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.3px;
}

.process-step.active .step-title,
.process-step:hover .step-title {
    color: #ffffff;
}

.step-description {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    font-weight: 400;
}

.process-step.active .step-description,
.process-step:hover .step-description {
    color: rgba(255, 255, 255, 0.9);
}

/* ─── Team Header ───────────────────────────────────────── */
.team-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  padding: 90px 190px 40px;
}

.team-header-left {
  grid-column: 1;
}

.team-title {
  font-size: clamp(1.75rem, 2.8vw, 50px);
  font-weight: 300;
  color: #1a1a1a;
}

.team-title strong {
  font-size: clamp(1.75rem, 2.8vw, 50px);
  font-weight: 700;
  color: #1a1a1a;
  display: block;
}

/* Team Header Right — "All Member" button with arrow */
.team-header-right {
  grid-column: 2;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  border: 1.5px solid #116E4A;
  border-radius: 8px;
  overflow: hidden;
}

.team-header-right button {
  background: #ffffff;
  color: #1a1a1a;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.team-header-right button:hover {
  background: #f5faf8;
}

.team-header-right img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  background: #116E4A;
  padding: 10px;
}

/* ─── Team Grid ─────────────────────────────────────────── */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 0 190px 90px;
}

.team-card {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 10px;
}

.team-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.team-card h3 {
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
  margin-top: 4px;
  text-align: center;
}

.team-card p {
  font-size: 14px;
  font-weight: 400;
  color: #81848a;
  text-align: center;
}

/* Our Clients */
.our-client {
    background-image: url("/Assets/client-bg.png");
    object-fit: cover;
    padding: 100px 170px;
    position: relative;
    background-color: #f5f5f5;
    overflow-x: hidden;
}


/* BACKGROUND DOT PATTERN */
.our-client::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(#e5e5e5 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.4;
    z-index: 0;
}


/* SVG BACKGROUND */
.bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
}


/* CONTENT WRAPPER */
.client-wrapper {
    display: flex;
    align-items: center;
    gap: 70px;
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
}

/* ===== IMAGE SECTION ===== */
.client-image {
    width: 40%;
}

.client-image img {
    height: 450px; /* Will adjust on smaller screens */
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    display: block;
}

/* ===== RIGHT CONTENT ===== */
.client-content {
    width: 52%;
}




.feature-tag-span {
    font-weight: 700;
    color: #000000;
}


/* TEXT */
.feature-tag-quote {
    font-size: 14px;
    color: #666666;
    line-height: 1.8; /* Will adjust max-width on smaller screens */
    max-width: 480px;
    margin-top: 4em;
    margin-bottom: 2em;
    font-weight: 400;
}


/* USER & CONTROLS WRAPPER */
.user-controls-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 0;
}

.user {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
    flex: 1;
}

.user img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.user-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.user h4 {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
}

.user span {
    font-size: 12px;
    color: #888888;
    font-weight: 500;
}


/* BUTTONS */
.client-controls {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.client-controls button {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: none;
    background: #0a8f5c;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}


.client-span{
    color: #000;
    font-size: 1.2em;
    font-weight: 800;
}
.client-controls button:hover {
    background: #066f47;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(10, 143, 92, 0.25);
}


/* LOGO STRIP */
.client-logos {
    margin-top: 80px;
    display: flex;
    justify-content: space-between; /* Will adjust on smaller screens */
    align-items: center;
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}


/* LOGO */
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0a8f5c;
    font-weight: 800;
    opacity: 0.7;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 14px;
}

.logo:hover {
    opacity: 1;
    transform: scale(1.05);
}


/* SVG */
.logo svg {
    width: 22px;
    height: 22px;
    stroke: #0a8f5c;
    fill: none;
    stroke-width: 1.6;
    flex-shrink: 0;
}

.experience-card {
    position: absolute;
    top: -100px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    z-index: 3;
}

.small-image {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.experience-label {
    text-align: center;
    margin-top: -12em;
    margin-right: -65em;
}

.experience-number {
    font-size: 4em;
    font-weight: 700;
    color: #116e4A;
    line-height: 1;
    margin-bottom: 4px;
}

.experience-text {
    font-size: 1em;
    color: #666666;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.main-image-wrapper {
    position: absolute;
    bottom: 0;
    left: 80px;
    width: 420px;
    height: 450px;
    z-index: 2;
}

.main-image {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
} 

.badge-icon {
    width: 18px;
    height: 18px;
    background-color: rgba(17, 110, 74, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
}


.title-light {
    font-weight: 400;
    color: #666666;
}

.title-bold {
    font-weight: 700;
    color: #000000;
}


.certificates-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 25px 0;
}

.certificate-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.certificate-icon {
    width: 24px;
    height: 24px;
    background-color: #116e4A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
}



.rating-boxes{
    display: flex;
    justify-content: space-between;
}

.rating-box {
    width: 250px;
    background-color: #e4dddd;
    padding: 35px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.rating-box:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(17, 110, 74, 0.1);
}

.rating-number {
    font-size: 64px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 12px;
}

.rating-stars {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 10px;
}

.star {
    color: #116e4A;
    font-size: 16px;
}

.rating-label {
    font-size: 12px;
    color: #666666;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* FAQSection */
.faq-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 40px;
    background-color: #ffffff;
    position: relative;
    z-index: 5;
    overflow-x: hidden;
}

.faq-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #116e4A;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.faq-badge-icon {
    width: 20px;
    height: 20px;
    background-color: rgba(17, 110, 74, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.faq-title {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 2em;
}

.faq-title-light {
    font-size: 32px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0.5px;
}

.faq-title-bold {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
    margin-top: -5px;
}


/* ===== MAIN CONTENT ===== */
.faq-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}


/* ===== LEFT IMAGE ===== */
.faq-image-container {
    position: relative;
}

.faq-image {
    width: 100%; /* Will adjust height on smaller screens */
    height: 520px;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}


/* ===== RIGHT ACCORDION ===== */
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.faq-item.active {
    background-color: #116e4A;
    border-color: #116e4A;
    box-shadow: 0 10px 30px rgba(17, 110, 74, 0.15);
}

.faq-question {
    padding: 22px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    user-select: none;
    min-height: 70px;
}

.faq-question-text {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    transition: color 0.3s ease;
}

.faq-item.active .faq-question-text {
    color: #ffffff;
}

.faq-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #116e4A;
    font-size: 14px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.faq-item.active .faq-icon {
    color: #ffffff;
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 28px;
}

.faq-item.active .faq-answer {
    transition: all 0.9s ease-in-out;
    max-height: 300px;
    opacity: 1;
    padding: 0 28px 22px 28px;
}

.faq-answer-text {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
}

/* ─── Responsive ────────────────────────────────────────── */
@media (max-width: 1280px) {
  .banner-content,
  .approach-header,
  .tab-container,
  .history-header,
  .started-section,
  .features-header,
  .team-header,
  .team-grid {
    padding-left: 80px;
    padding-right: 80px;
  }
  .features-grid {
    margin-left: 80px;
    margin-right: 80px;
  }
}

@media (max-width: 1024px) {
  .banner-content,
  .approach-header,
  .history-header,
  .features-header,
  .team-header {
    padding-left: 60px;
    padding-right: 60px;
    gap: 40px;
  }
  .tab-container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .started-section {
    grid-template-columns: 1fr 1fr;
    padding-left: 60px;
    padding-right: 60px;
  }
  .right-section-image {
    grid-column: span 2;
  }
  .team-grid {
    padding-left: 60px;
    padding-right: 60px;
  }
  .features-grid {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media (max-width: 900px) {
  .approach-header,
  .history-header,
  .features-header {
    grid-template-columns: 1fr;
    padding: 60px 40px;
    gap: 24px;
  }
  .head-container {
    grid-template-columns: 1fr;
  }
  .our-vission,
  .our-value {
    border-left: none;
    border-top: 1px solid #f0f0f0;
  }
  .content-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .started-section {
    grid-template-columns: 1fr;
    padding: 40px;
  }
  .right-section-image {
    grid-column: auto;
  }
  .team-header {
    grid-template-columns: 1fr;
    padding: 60px 40px 30px;
  }
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 40px 60px;
  }
  .features-grid {
    margin: 0 40px 60px;
    grid-template-columns: 1fr;
  }
  .features-card:nth-child(even) {
    border-right: 1px solid #e8e8e8;
  }
  .features-card:nth-last-child(-n+2) {
    border-bottom: 1px solid #e8e8e8;
  }
  .features-card:last-child {
    border-bottom: none;
  }
  .tab-container {
    padding: 0 40px 60px;
  }
}

@media (max-width: 600px) {
  .banner-content {
    padding-left: 24px;
    padding-right: 24px;
  }
  .team-grid {
    grid-template-columns: 1fr;
    padding: 0 24px 60px;
  }
  .team-card img {
    aspect-ratio: 4 / 3;
  }
  .features-grid {
    margin: 0 24px 60px;
  }
  .head-container {
    margin-bottom: 32px;
  }
}