.stats-strip-wrapper {
  margin-bottom: -30px !important;
}

 

.about-hero {
    margin-bottom: 5% !important;
}

/* ================= TRUSTED LOGOS SECTION ================= */
.about-trusted {
  padding: 80px 24px 100px;
  margin-top: 0% !important;
}

.about-trusted-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

/* TEXT (single line) */
.about-trusted-title {
  flex: 0 0 auto;
  font-size: 24x;
  font-weight: 700;
  color: #000000;
  line-height: 1.3;
  white-space: nowrap;      /* FORCE SINGLE LINE */
}

/* LOGOS (right aligned) */
.about-trusted-logos {
  margin-left: auto;        /* PUSH TO RIGHT */
  display: flex;
  align-items: center;      /* FIX */
  justify-content: flex-end;
  gap: 28px;
  flex-wrap: nowrap;        /* KEEP IN ONE LINE */
}

.about-trusted-logos img {
  height: 48px;
  opacity: 0.9;
  transition: transform 0.3s ease;
}

.about-trusted-logos img:hover {
  transform: scale(1.05);
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .about-trusted-inner {
    flex-direction: column;
    align-items: center; /* center everything inside */
    gap: 32px;
  }

  .about-trusted-title {
    white-space: normal; /* allow wrap on mobile */
    font-size: 28px;
    text-align: center;
  }

  .about-trusted-logos {
    display: flex;        /* ensure flex layout */
    justify-content: center; /* center logos horizontally */
    flex-wrap: wrap;      /* wrap if too many logos */
    gap: 16px;            /* optional spacing between logos */
    margin-left: -19px;
  }

  .about-trusted-logos img {
    height: 36px !;
    display: block;       /* removes inline spacing issues */
  }
    .case-user div {
    margin-left: 45px !important;
  }

}

/* ================= GREEN QUOTE ================= */
.hero .green {
  max-width: 450px;
  position: relative;
  color: #99BD25;
  font-size: 15px;
  line-height: 1.6;
  text-align: start;
}



  .case-user {
    align-items: flex-start;
    gap: 10px;
  }



/* ================= SAFETY (IMPORTANT) ================= */
.services-hero,
.services-hero-inner,
.services-hero-copy {
  overflow: visible;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .services-hero {
    padding: 80px 0 120px;
  }

  .services-hero-copy {
    flex-direction: column;
    gap: 32px;
  }

}


.hero .green .green-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  position: relative;  /* add this */
  top: -6px;           /* moves the icon upwards */
  margin-top: 0;       /* remove conflicting margin */
  margin-right: 10px;
}



/* ================= CASE STUDY DETAILS PAGE ================= */
.case-study-details {
  padding: 70px 20px;
  font-family: 'Arial', sans-serif;
  margin-top: 10px !important;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

/* Company Overview */
.company-overview {
  display: flex;
  gap: 30px;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 50px;
  align-items: center;
  color: #000;
  border: 2px solid #a6ccdb;
  

}

.company-overview .logo img {
  width:105px;
  height: 90px;
  object-fit: contain;
  margin-top: -70px;
}

.company-overview .overview-text h2 {
  margin-bottom: 10px;
  font-size: 24px;
  color:rgb(62, 70, 73);
}

.company-overview .overview-text p {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

.overview-stats {
  display: flex;
  gap: 62px;
  margin-top: 20px;
}

.stat {
  display: flex;
  align-items: center;
  gap: 12px;
}

.stat-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  margin-top: -20px;
}

.stat-text p {
  font-size: 15px;
  color: rgb(62, 70, 73);
  display: block;
}

.stat-text span {
  font-size: 15px;
  font-weight: 600;
  color: rgb(62, 70, 73);
  margin: 0;
}


/* Challenge Section */
.challenge-section {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.challenge-left {
  flex: 2;
  padding: 30px;
  border-radius: 10px;
}

.challenge-left h3, .challenge-left h4 {
  margin-bottom: 15px;
  color: #000;
}

.challenge-left > p {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
}
.challenge-box {
 border: 2px solid #a6ccdb;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 24px;
  justify-content: center;
}

.challenge-box h3 {
  margin: 0 0 12px;
  font-size: 36px;
  margin-top: 15px;
  margin-bottom: 5px;
  color:rgb(62, 70, 73);
}

.challenge-box p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 10px;
line-height: 28px;
letter-spacing: 0.2px;
}

.challenge-left h4 {
  font-size: 36px;
  margin-top: 40px;
  color:rgb(62, 70, 73);
}

.challenge-left ul {
  list-style: disc inside;
  /* bullets stay aligned with text */
  padding-left: 0;           /* 🔥 removes left space */
                
   margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 10px;
line-height: 28px;
letter-spacing: 0.2px;
  color:rgb(62, 70, 73);

}

.challenge-left p {
   margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 10px;
line-height: 28px;
letter-spacing: 0.2px;
color:#555;

}


.stats-boxs {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.stat-boxs {
  background: #D6E6EB;
  padding: 15px;
  text-align: center;
  border-radius: 8px;
  flex: 1;
}

.stat-boxs span {
  font-weight: semi-bold;
  font-size: 28px;
  display: block;
  margin-bottom: 5px;
  color: #000;
}

.stat-boxs p {
  font-size: 12px;
  color: #777;
  margin-top: -10px;
}

/* Right Section */
.challenge-right {
  flex: 1;
   position: sticky;
  top: 120px;              /* adjust based on header height */
  align-self: flex-start;  
  padding: 0px;
}

.tabs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

.tabs .tab {
border-radius: 20px;
font-size: 14px;
text-align: center;
width: 265.000000000001;
height: 48.000000000000185;
gap: 8px;
border-radius: 42px;
padding-top: 10px;
padding-right: 30px;
padding-bottom: 10px;
padding-left: 30px;
 border: 1px solid #a6ccdb;
}

.tabs .tab.active {
  background: #D6E6EB;
  color: #1E4856;
  border: none;
  font-size: 15px;
}

.cta-box1 {
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.cta-box1 img {
  width: 70%;
  border-radius: 8px;
  margin-bottom: 15px;
}

.cta-box1 p {
  font-size: 14px;
  margin-bottom: 10px;
}

.section-pill {
  display: inline-block;
  background: #D6E6EB;
  color: #1E4856;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 15px;
  margin-bottom: 16px;
}

.cta-strip {
  background: #D6E6EB;
  padding: 18px 22px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 24px 0;
}

.cta-text {
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  font-size: 18px;      /* or 20px / 24px as per Figma */
 
  color: #000;
}
.explore-btn1 {
  border: 1.5px solid #99BD25;
  border-radius: 20px;
  padding: 8px 14px;
  font-size: 15px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  background: none !important;
}

.explore-btn1 img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.cta-strip p {
  font-size: 20px;
}


.explore-btn-right {
  border: 1.5px solid #99BD25;
  border-radius: 20px;
  padding: 8px 14px;
  font-size: 15px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  background: none;
  margin-left: 65px;
  margin-top: -20px;
}

.explore-btn-right img {
  width: 14px;
  height: 14px;
}

.solution-chart {
  width:662px;          /* adjust as per Figma */
  height: 259px;
  margin-top: 10px;
}

.section-pill2 {
  display: inline-block;
  background: #D6E6EB;
  color: #1E4856;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 15px;
  margin-bottom: 16px;
  margin-top: 30px;
}




/* ===== GREEN QUOTE ===== */
.green-quote-wrap1 {
  max-width: 700px;
  margin: 32px 0 0px;
}

.quote-content {
  position: relative;
  padding-left: 24px;
}

.quote-text1 {
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    font-style: italic;
    margin-bottom: 22px;
    padding-left: 18px;
    border-left: 3px solid #4F899C;
    display: flex;
    flex-direction: column;
}


.green-quote-wrap1 .quote-text1 {
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #99BD25;
  margin: 0 0 12px;
}

.green-quote-wrap1 .quote-author {
  font-size: 18px;
  font-weight: 600;
  color: #4e4b4b;
}
/* ===== 2x2 GRID BELOW QUOTE ===== */
.challenge-left .impact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 562px;
}

/* GRID CARD */
.impact-card img {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
}

.impact-card h3 {
  font-family: 'Syne', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.impact-card p {
  font-size: 15px;
  line-height: 24px;
  color: #555;
}



/* ===== TABLE WRAPPER ===== */
.comparison-table-wrap {
  margin: 48px 0;
  max-width: 100%;
  overflow-x: auto;
  overflow: hidden;            /* ðŸ‘ˆ IMPORTANT */
  border-radius: 20px;   
}

/* ===== TABLE BASE ===== */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Syne', sans-serif;
  font-weight: 400; /* normal */
  font-size: 18px;
  line-height: 148%;
  letter-spacing: 0.04em;
  border-radius: 20px;
}

/* ===== HEADER ===== */
.comparison-table thead th {
  background: #D6E6EB;
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
}

/* ===== BODY CELLS ===== */
.comparison-table tbody td {
  padding: 16px 20px;
  vertical-align: top;
 
}

/* ===== FIRST ROW AND FIRST COLUMN SAME STYLE ===== */
.comparison-table thead th,
.comparison-table tbody td:first-child {
  font-size: 18px ;
  font-weight: 600;
  color: #000;
}


/* ===== ALTERNATING ROW COLORS ===== */
.comparison-table tbody tr:nth-child(odd) {
  background: #F9FBFF;
}

.comparison-table tbody tr:nth-child(even) {
  background: #F0F5F8;
}

/* ===== CLEAN EDGES ===== */
.comparison-table th,
.comparison-table td {
  border: none;
  color: #000;
}

.quote-card {
  width: 699px;
  height: 516px;
  background: #E7F1F5;
  border-radius: 20px;
  padding: 48px 51px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 1;
}

/* Optional: just spacing, no font changes */
.quote-card h2 {
  margin-bottom: 4px;
  margin-left: 40px;
}
.quote-card p {
  margin-left: 40px;
}
.quote-card p:last-child {
  margin-bottom: 0;
  
}

/* ===== LOGO ROW ===== */
.quote-logos {
  display: flex;
  gap: 10px;
  margin-top: auto;
  margin-bottom: 20px;
}

/* ===== DEFAULT (1st / LARGE PILL) ===== */
.logo-pill {
  width: 142.3333px;
  height: 80px;
  background: #4F899C99;
  border-radius: 20px;
  padding: 8px 39px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  
  margin-left: 20px;
}

/* ===== LOGO IMAGE ===== */
.logo-pill img {
  max-height: 36px;
  width: auto;
}

/* ===== FIRST LOGO (LARGER IMAGE) ===== */
.logo-pill.large img {
  max-height: 52px;

}

/* ===== SMALL PILLS (2nd & 3rd) ===== */
.logo-pill.small {
  width: 110px;
  height: 64px;
  padding: 6px 24px;
  border-radius: 16px;
  margin-top: 10px;
}

/* Smaller logo inside small pills */
.logo-pill.small img {
  max-height: 28px;
}


/* ===== WRAPPER ===== */
.quote-card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ===== DOTS ===== */
.quote-dots {
  display: flex;
  gap: 8px;
  margin-top: 60px; /* space between card and dots */
  margin-left: 230px;
}

.quote-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #C4C4C4; /* inactive dot color */
  cursor: pointer;
  transition: background 0.3s;
}

.quote-dots .dot.active {
  background: #4F899C; /* active dot color */
}

.section-pill3 {
  display: inline-block;
  background: #D6E6EB;
  color: #1E4856;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 15px;
  margin-bottom: 0px;
  margin-top: 50px;
}

/* ===== DOCUMENT GRID WRAPPER ===== */
.doc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  gap: 24px; /* space between cards */
  margin-top: 32px;
}

/* ===== CARD IMAGE ===== */
.doc-card img {
  max-width: 48px;
  max-height: 48px;
}

/* Hide the right section on mobile */
@media (max-width: 768px) {
  .challenge-right {
    display: none;
  }
}
/* ================= MOBILE VIEW ================= */
@media (max-width: 768px) {
  .case-study-details {
    padding:40px 15px;
   
    margin-top: 0 !important;
  }

  .company-overview {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 15px;
  }

  .company-overview .logo img {
    width: 80px;
    height: 70px;
    margin-top: 0;
  }

  .company-overview .overview-text h2 {
    font-size: 18px;
  }

  .company-overview .overview-text p {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .overview-stats {
    flex-direction: column;
    gap: 15px;
  }

  .stat-icon {
    width: 28px;
    height: 28px;
    margin-top: 0;
  }

  .stat-text span {
    font-size: 14px;
  }

  .stat-text p {
    font-size: 12px;
  }
}

/* ================= MOBILE FIX ================= */
@media (max-width: 768px) {

  /* Hide right sidebar completely */
  .challenge-right {
    display: none !important;
  }

  /* Stack layout */
  .challenge-section {
    flex-direction: column;
    gap: 0;
  }

  /* Make left section full width */
  .challenge-left {
    width: 100%;
    max-width: 100%;
    padding: 16px;
    box-sizing: border-box;
  }

  /* Prevent horizontal overflow */
  .case-study-details,
  .container,
  .challenge-section {
    overflow-x: hidden;
  }

  /* Fix wide elements */

  table,
  .solution-chart,
  .comparison-table-wrap {
    max-width: 100%;
    width: 100%;
    overflow-x: auto;
  }

  /* Fix fixed-width cards */
  .talk-card {
    width: 100% !important;
    height: auto !important;
    padding: 20px !important;
  }

  /* Stats boxes wrap */
  .stats-boxs {
    flex-wrap: wrap;
  }

  .stat-boxs {
    flex: 1 1 100%;
  }

  /* Impact grid becomes single column */
  .impact-grid {
    grid-template-columns: 1fr !important;
  }
  .challenge-left h4 {
    font-size: 25px !important;
    line-height: 1.4;
    text-align: left;
  }
 .challenge-left h3 {
    font-size: 25px !important;
    line-height: 1.4;
    text-align: left;
  }
.cta-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
  }

  .cta-text,
  .cta-strip p {
    font-size: 25px;
    line-height: 1.4;
  }
.cta-text br {
  display: none;

}
  .explore-btn1 {
    margin-top: 8px;
    padding: 8px 14px;
    font-size: 14px;
  }

 .stats-boxs {
    flex-direction: column;
    gap: 12px;
    border-radius: 30px !important;
  }

  .stat-boxs {
    text-align: left;
  }

  .stat-boxs span {
    text-align: left;
  }

  .stat-boxs p {
    text-align: left;
    margin-top: 0;
  }
  .solution-chart{
   height: 200px;
  }

   .green-quote-wrap {
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }

  .green-quote-wrap img {
    margin-left: -10px !important;
  }

  .green-quote-wrap p {
    margin-left: -10px !important;
    
  }

}
/* ================= MOBILE â€“ COMPARISON TABLE ================= */
@media (max-width: 768px) {

  .comparison-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .comparison-table {
    min-width: 720px;   /* ensures all columns stay */
    width: 100%;
    border-collapse: collapse;
  }

  .comparison-table th,
  .comparison-table td {
    font-size: 13px;
    padding: 10px;
    white-space: normal;
  }
}
/* ================= MOBILE â€“ QUOTE CARD ================= */
@media (max-width: 768px) {

  .quote-card {
    width: 312px;
    height: 378px;
    padding: 16px;
    border-radius: 16px;
    box-sizing: border-box;
  }

  /* Quote text */
  .quote-card .green-quote-wrap {
    gap: 8px;
    margin-bottom: 12px;
    font-size: 25px;
  }

  .quote-card .green-quote-wrap img {
    width: 20px;
    height: auto;
  }

  .quote-card .green-quote-wrap p {
    font-size: 25px;
    line-height: 22px;
    margin: 0;
  }

  /* Name */
  .quote-card h2 {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 4px;
  }

  /* Role */
  .quote-card p {
    font-size: 12px;
    margin-top: 0 !important;
  }

  /* Logos */
  .quote-logos {
    margin-top: 12px;
    gap: 8px;
  }

.logo-pill.large {
  height: 60px;
  padding: 8px 39px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 10px;
  border-radius: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

  .logo-pill.small {
   padding: 6px 24px;
    height: 48px;
    padding: 6px 24px;
    border-radius: 14px;
    margin-top: -1px;
  }

 .logo-pill.large {
    height: 48px;
    padding: 6px 24px;
    border-radius: 14px;
  }

  .logo-pill.large img {
    max-height: 34px;
  }

  .quote-dots {
  display: flex;
  gap: 8px;
  margin-top: 40px; /* space between card and dots */
  margin-left: 89px;
  margin-bottom:20px;
}
}
/* ================= MOBILE â€“ TAGS LAYOUT ================= */
/* ================= MOBILE â€“ TAGS (EQUAL BUTTONS) ================= */
@media (max-width: 768px) {

  div[style*="gap:20px"] {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  /* TAGS heading */
  div[style*="gap:20px"] h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }

  /* All buttons same width */
  div[style*="gap:20px"] .explore-btn1 {
    width: calc(50% - 10px);
    justify-content: center;
    margin-top: 0 !important;
    text-align: center;
  }

  /* Center the single button in second row */
  div[style*="gap:20px"] .explore-btn1:nth-of-type(3) {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {

.cs-left-panel{
  margin-top: 20px !important;
}

.cs-industry-badge {
margin-left: 35px;
}
}


