html,
body,

#main {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

:root {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: inherit;
  /* width: 100%; */
}

body {
  /* --token-51170b41-dbf0-44c9-9f71-6387b73e409d: rgb(255, 255, 255); */
  background-color: #001715;
  --token-633663d4-6135-4d2d-a328-8707c8a7d2dc: rgb(255, 60, 0);
  --token-dd3bc34b-f5c1-47d1-a245-8a68554e705e: rgb(0, 0, 0);
  --token-cf55a365-3700-4540-906e-1cae02803a57: rgb(230, 230, 230);
  font-family: 'Inter', sans-serif;


  color: #d0f0ea;
  /* display: flex; */
  justify-content: center;
  /* align-items: center; */
  text-align: center;
  height: 100vh;

}


body {
  --framer-will-change-override: none;

  max-width: 100%;
  overflow-x: hidden;
}

@supports (background: -webkit-named-image(i)) and (not (grid-template-rows: subgrid)) {
  body {
    --framer-will-change-override: transform
  }
}

.site-header {
  background-color: #001412;
  padding: 16px 24px;
  position: relative;
  z-index: 999;
  font-family: 'Inter', system-ui, sans-serif;

}

/* Header Section.... */
.site-header {
  background-color: #001412;
  padding: 16px 24px;
  z-index: 999;
}

.header-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header-logo img {
  height: 45px;
}

.menu-toggle {
  display: none;
  font-size: 24px;
  background: none;
  color: white;
  border: none;
  cursor: pointer;
}

.header-menu {
  display: flex;
  align-items: center;
  background-color: #001c1a;
  border: 1px solid #00322f;
  border-radius: 9999px;
  padding: 8px 20px;
  gap: 20px;
}

.header-menu a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}

.contact-btn {
  display: flex;
  align-items: center;
  background-color: #7ecac3;
  color: #001412;
  padding: 6px 14px;
  border-radius: 9999px;
  font-weight: bold;
  font-size: 14px;
}

.contact-btn .arrow-icon {
  margin-left: 6px;
}




/* .......... */

.rounded-box {
  max-width: 90%;
  margin: 20px auto;
  padding: 20px;
  border-radius: 16px;
  background-color: #f0f0f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}


.mainsection .main-subsection,
.mainsection {
  align-content: center;
  background-color: var(--token-51170b41-dbf0-44c9-9f71-6387b73e409d, #ffffff);
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  height: min-content;
  justify-content: flex-start;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
  background-color: #001715;
  z-index: 1
}

/* .mainsection .framer-sa3un5,
.mainsection .framer-1w0muhr, */
.mainsection .main-page-section {
  align-content: center;
  /* align-items: center; */
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  /* height: 105vh; */
  /* min-height: 100vh;
  height: auto; */
  justify-content: center;
  overflow: visible;
  /* padding: 15px; */
  position: relative;
  top: auto;
  width: 100%;
  z-index: 1;
  /* margin-bottom: 100vh;  */
}


#work-1{
  min-height: 100vh;
  height: auto;
  align-items: center;
}

.mainsection .main-page-section.is-sticky {
  /* position: sticky; */
  top: 0;
}

/* #what-we-deliver{
  padding-top: 50px;
}

#our-process{
  padding-top: 100px;
}


#our-values{
  padding-top: 150px;
}

#about-us{
  padding-top: 200px;
} */

.ourvalue-graph {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 100vw;
      height: 100vh; 
  padding: 20px;*/
  box-sizing: border-box;
  /* overflow: hidden; */

}

.ourvalue-graph img {
  /* width: 100vw; */
      height: 60vh;
      object-fit: cover; /* Or use 'contain' if you want the full image visible */
}



/* .mainsection .framer-8869r2, */
.mainsection .rounded-page-box {
  padding: 30px 20px;
  align-content: center;
  background-color: #001715;
  border-radius: 60px;
  display: flex;
  flex: 1 0 0px;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  /* height: 100%; */
  min-height: 100%;
  height: auto;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  transform: translateY(0);
  /* Needed for smooth transitions */
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.scrollable-section {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;

}

.content-wrapper {
  position: relative;
  z-index: 2;
  padding-bottom: 100vh;
  /* Extra space for content */

}

.mainsection .ourvaluesection {
  align-content: center;
  align-items: center;
  background-color: #CDFFFB;
  /* border-radius: 60px; */
  display: flex;
  flex: 1 0 0px;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  align-items: flex-start;
  /* will-change: var(--framer-will-change-override, transform) */
}


:root body {
  background: var(--token-51170b41-dbf0-44c9-9f71-6387b73e409d, rgb(255, 255, 255));
  will-change: var(--framer-will-change-override, transform)
}


html {
  scroll-behavior: smooth;
}
html body {
  background: var(--token-51170b41-dbf0-44c9-9f71-6387b73e409d, rgb(255, 255, 255));
}



/*---------------------*/
.container {
  max-width: 800px;
  padding: 20px;
}

h1 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

p {
  font-size: 0.9rem;
  color: #a0bebb;
  margin-bottom: 30px;
}

.button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #0c2d29;
  color: #d0f0ea;
  border: 1px solid #2a4743;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.95rem;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #1b4743;
}

.scroll-indicator {
  /* font-size: 1.5rem;
    color: #4e6f6b;
    margin-top: 30px; */

  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.main-page-section .background-video {
  /* padding: 60px 20px 80px; */
  filter: grayscale(1) ;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none; 
}


.section {
  padding: 30px 20px;
  z-index: 2; /* Ensures content is above video */
}

.main-page-section .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75); /* Dark greenish transparent overlay */
  z-index: 1;
  pointer-events: none;
}


.subtitle {
  font-size: 32px;
  font-weight: 400;
  color: #C5EBE9;
}

.title {
  font-size: clamp(2rem, 6vw, 4.5rem);
  /* Responsive size */
  font-weight: 700;
  color: #C5EBE9;
  margin: 20px 0;
  font-family: 'Inter', system-ui, sans-serif;

}

.description {
  font-size: 16px;
  max-width: 900px;
  margin: 20px auto;
  line-height: 1.6;
  color: #EBFDFF;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 600;
}

.svg-button {
  display: inline-block;
  margin-top: 40px;
  width: 250px;
  height: 64px;
  background-image: url('assets/homeButton.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  text-align: center;
  line-height: 64px;
  font-size: 18px;
  font-weight: 500;
  color: white;
  text-decoration: none;

  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 600;
}

.svg-button:hover {
  opacity: 0.85;
}

.arrow-down {
  margin-top: 30px;
}

.arrow-down img {
  width: 35px;
  height: auto;
}

/* Section 2*/

.audit-section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;

}

/* Header Box (Top Light Blue) */
.top-header {
  background: linear-gradient(180deg, #CFFFFF 0%, #C0FFFB 100%);
  /* padding: 60px 20px 40px; */
  /* border-radius: 32px 32px 0 0; */
  text-align: center;
}

.top-header p {
  font-size: 20px;
  color: #005C67;
  font-weight: 500;
}

.top-header span {
  font-weight: 500;
}

.top-header b {
  font-weight: 700;
  /* text-decoration: underline; */
}

/* Goal Section */
.goals-section {
  background-color: #001715;
  /* padding: 60px 20px 80px; */
  padding-top: 50px;
}

.goals-header {
  text-align: center;
  /* margin-bottom: 20px; */
}

.goals-badge {
  display: inline-flex;
  align-items: center;
  /* font-size: 14px; */
  /* font-weight: 500; */
  /* color: #EBFDFF; */
  /* border: 1px solid #DDE5EB; */
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 16px;
  gap: 8px;
  /* height: 38px;
  background-color: #001715; */
}

/* .goals-badge::before {
  content: '📦';
} */

/* .goals-badge::before {
  content: "";
  background: url("assets/box-icon.svg") no-repeat center/contain;
  display: inline-block;
  width: 25px;    
  height: 25px;
  vertical-align: text-bottom;
} */

.goals-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #EBFDFF;
}

.goals-title b {
  font-weight: 600;
  /* text-decoration: underline; */
}

.goal-container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
}

/* Cards Grid */
.goals-grid {
  /* display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center; 
  margin: 0 auto; 
  max-width: 1400px; 
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}


.goal-card {
  /* background-image: url('assets/goalItemBg.svg'); */
  /* background-size: cover; */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background: linear-gradient(180deg, #0C1E1A 0%, #00100D 100%); */
  /* border: 1px solid rgba(255, 255, 255, 0.08); */
  /* border-radius: 12px; */
  /* padding: 20px;
  transition: all 0.2s ease;
  text-align: left;  */


  /* position: relative;
  width: 100%;
  max-width: 460px; 
  padding: 15px;
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  transition: all 0.2s ease;
  color: #ffffff; */

  text-align: left;

  background-color: #122024;
      padding: 24px;
      border-radius: 16px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
}


.goals-section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
}

.goals-section-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.goals-section-card {
  background: url('assets/goalItemBg.svg') no-repeat center center;
  background-size: cover;
  text-align: left;
  flex-direction: column;
  align-items: start;
  
  
  color: #122024;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.goals-section-card:hover {
  transform: translateY(-5px);
}

.goals-section-icon {
  font-size: 32px;
  margin-bottom: 16px;
  color: #50e3c2;
}

.goals-section-icon img {
  width: 50px;
  height: 50px;
}

.goals-section-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #ffffff;
}

.goals-section-description {
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
}

.goal-bg {
  position: relative;
  inset: 0;
  width: 10%;
  height: 10%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.goal-card:hover {
  transform: translateY(-5px);
}

.goal-icon {
  position: relative;

  font-size: 22px;
  margin-bottom: 10px;
  z-index: 1;

}


.goal-icon img {
  width: 50px;
  height: 50px;
}

.goal-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #ffffff;
}

.goal-desc {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.4;
}

.goal-content {
  position: relative;
  z-index: 1;
}


/* Section 3 */


.section-wrapper {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #CDFFFB;
  width: 100%;
}

.content-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

/* .section-tag {
        position: relative;
        width: 100%;
        height: 40px;
        margin: 0 auto 20px;
      }
       */
/* .section-tag {
  position: relative;
  width: auto;
  height: 40px;
  margin: 0 auto 0px;
} */

.section-tag {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  /* color: #EBFDFF;
  border: 1px solid #DDE5EB; */
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 16px;
  gap: 8px;
  /* height: 38px; */
  /* background-color: #001715; */
}



/* .section-tag::before {
  content: "";
  background: url("assets/what_we_deliver_icon.svg") no-repeat center/contain;
  display: inline-block;
  width: 40px;   
  height: 40px;
  vertical-align: text-bottom;
} */


.section-tag img {
  height: auto;
}

.section-tag .tag-bg {
  width: 100%;
  height: 100%;
  display: block;
}

.section-tag .tag-text {
  position: absolute;
  top: -2px;
  left: 16px;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 100;
  font-family: 'Inter', system-ui, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  /* Makes it purely decorative */
}

.section-title {
  font-size: 32px;
  font-weight: 500;
  color: #005C67;
  font-family: 'Inter', system-ui, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-title b {
  /* color: #005C67; */
  font-weight: 600;
  /* text-decoration: underline; */
}

.cards-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* margin-top: 50px; */
  gap: 30px;
  padding: 10px 30px;
  /* max-width: 1120px;
  margin: 0 auto; */

  /* padding-right: 100px;
  padding-bottom: 60px;
  padding-left: 100px; */
}

.card {
  /* width: calc(33.33% - 20px); */
  /* min-width: 280px; */

  /* height: auto; */
  /* background-color: #b7e6e4; */
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  /* padding-top: 25px; */
  box-sizing: border-box;
  /* margin: 10px; */
}

.icon-box {
  width: 200px;
  height: 280px;
  background-color: rgba(14, 143, 132, 0.2);
  /* 20% opacity */
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.icon-box img {
  width: 130px;
  /* height: auto; */
  padding-top: 10px;
}

.cards-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  
}
.small-section {
  display: none;
}

.big-section {
  display: block;
}

.card-title {
  margin-top: 10px;
  font-size: 16px;
  color: #000000;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 600;

}

.card-title-desc {
  font-size: 13px;
  margin-top: 5px;
  text-align: center;
  color: #000000;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 1.4;
}


.myupdated-what-we-deliver-container {
  max-width: 1200px;
  padding: 30px 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}

.myupdated-what-we-deliver-card {
  background-color: rgba(14, 143, 132, 0.2);
  padding: 20px 20px;
  border-radius: 16px;
  width: 100%;
  max-width: 250px;
  max-height: 340px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  flex: 1 1 28%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}


.myupdated-what-we-deliver-card img {
  width: 150px;
  /* padding: 20px; */
  margin-bottom: 10px;
}

.myupdated-what-we-deliver-card h3 {
  font-size: 1.1rem;
  margin: 10px 0 10px;
  margin-top: 5px;
  text-align: center;
  color: #000000;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 600;
}

.myupdated-what-we-deliver-card p {
  font-size: 0.8rem;
  line-height: 1.5;

  margin-top: 5px;
  text-align: center;
  color: #000000;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
}



/* Section 4 */
.section-container {
  max-width: 1200px;
  /* margin: auto; */
  /* padding: 80px 16px; */
  padding: 30px 20px;
}

/* Label */
.label-container {
  display: inline-flex;
  align-items: center;
  /* gap: 10px; */
  background-color: #001715;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  /* padding: 8px 20px; */
  border-radius: 999px;
  /* pill shape */
  border: 1px solid #ffffff;
  /* white border */
  margin-bottom: 20px;
  width: 212px;
  height: 45px;
}

.label-container svg {
  width: 20px;
  height: 20px;
  fill: white;
}

/* Title */
.headings-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-box {
  text-align: center;
  margin-bottom: 20px;
}

.title-box h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 0;
}

/* Step Card */
.steps-wrapper {
  width: 100%;
  max-width: 1120px;
  background-color: #001715;
  border-radius: 16px;
  padding: 40px;
  margin: 0 auto 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}

/* Tabs */
.tabs-container {
  display: flex;
  justify-content: center;
}

.tabs {
  display: flex;
  flex-wrap: nowrap;
  /* prevent wrapping */
  gap: 16px;
  justify-content: center;
  width: 100%;
  max-width: 1120px;
}

.tab-button {
  flex: 1 1 0;
  min-width: 0;
  max-width: 353.33px;
  height: 44px;
  background-color: rgba(107, 174, 172, 0.2);
  /* 20% transparent */
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-button.active {
  background-color: #6BAEAC;
}

/* Step Content */
.step-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px;
}

.step-image {
  flex: 0 0 400px;
  height: auto;
  padding-right: 20px;
}

.step-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.ourvalues-section-tag {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #EBFDFF;
  border: 1px solid #DDE5EB;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 16px;
  gap: 8px;
  height: 38px;
  background-color: #001715;
}



.ourvalues-section-tag::before {
  content: "";
  background: url("assets/ourvalueicon.svg") no-repeat center/contain;
  display: inline-block;
  width: 28px;   
  height: 28px;
  vertical-align: text-bottom;
}

.step-text {
  flex: 1 1 400px;
  max-width: 480px;
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
  color: white;
  align-items: flex-start;
}

.step-text h3 {
  font-size: 28px;
  margin-bottom: 12px;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 500;
  justify-content: start;
  text-align: left;
  opacity: 0;

}

.step-text p {
  font-size: 16px;
  color: #b6c5c4;
  line-height: 1.6;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 500;
  text-align: left;
  opacity: 0;
}

 /* Animation Keyframes */
 @keyframes slideInUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeSlideZoomIn {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.animate-in-title {
  /* animation: slideInUp 0.6s ease forwards; */
  animation: fadeSlideZoomIn 0.7s ease-out forwards;

}

.animate-in-desc {
  /* animation: slideInRight 0.6s ease forwards;
  animation-delay: 0.2s; */
  animation: fadeSlideZoomIn 0.7s ease-out forwards;

}


.process-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
  /* width: 200px;
  height: 40px; */
  /* border: 1px solid #DDE5EB; */
  /* border-radius: 999px; */
  padding: 6px 18px 6px 10px;
  font-size: 20px;
  font-weight: 500;
  /* color: #ffffff; */
  background-color: transparent;
}

.process-icon-box {
  /* width: 36px;
  height: 36px; */
  /* background-color: #001715; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  flex-shrink: 0;
}

.process-icon-box img {
  /* width: 36px; */
  /* height: 20px; */
  fill: white;
}

.label-text {
  white-space: nowrap;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 100;
  color: #EBFDFF;
  font-size: 18px;
}

.sublabel-text {
  /* font-size: 25px; */
  white-space: nowrap;
  font-family: 'Inter', system-ui, sans-serif;
  /* font-weight: 500;
  color: #ffffff; */
}

.sublabel-text p {
  font-size: 25px;
  color: #ffffff;
  font-weight: 500;
  font-family: 'Inter', system-ui, sans-serif;
}

.sublabel-text span {
  font-weight: 100;
}

.sublabel-text b {
  font-weight: 600;
  /* text-decoration: underline; */

}


/* Section 5 */
/* .overvalue-section-container {
    
    max-width: 1200px;
    margin: auto;
    padding: 80px 16px;
} */
.overvalue-section-wrapper {
  /* max-width: 1200px;
    margin: 0 auto;
    padding: 60px 16px; */

  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #CDFFFB;
  width: 100%;
  /* padding-top: 10px;
  padding-bottom: 30px; */
}

.partnerships-badge{
  margin: 20px auto 5px;
  background-color: #051615;
}

.badge,
.partnerships-badge {
  width: auto;
  height: 35px;
  /* background-color: #ffffff00; */
  /* color: #fff; */
  border-radius: 22.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 100;
  /* background-image: url('assets/outgoalBox.svg'); */
  font-family: 'Inter', system-ui, sans-serif;
  padding: 20px;
}


.ourvalue-text-section {
  padding-left: 10px;
  white-space: nowrap;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 100;
  font-size: 18px;
}


.partnerships-badge::before {
  
  content: url("assets/partnership_badge.svg");
 
  display: inline-block;
  width: 5px;    
  height: 5px;
  margin-right: 25px;
  vertical-align: text-bottom;
  margin-bottom: 8px;
} 

.badge img {
  /* width: clamp(16px, 4vw, 24px); */
  height: auto;
  margin-right: 5px;
  margin-left: 10px;
  flex-shrink: 0;
}

.overvalue-section-title,
.industries-title {
  /* width: 585.45px; */
  max-width: 100%;
  margin: 20px auto 20px;
  font-size: 30px;
  text-align: center;
  color: #005C67;

  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 500;
}

.overvalue-section-title span,
.industries-title span {
  /* text-decoration: underline; */
  /* cursor: pointer; */
  font-weight: 600;

  font-family: 'Inter', system-ui, sans-serif;

}

.values-container {
  position: relative;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto 30px;
}

.cross-lines {
  position: initial;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cross-lines::before,
.cross-lines::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 92, 103, 0.4);
}

.cross-lines::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
}

.cross-lines::after {
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  transform: translateX(-50%);
}

.center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  transform: translate(-50%, -50%);
  /* background-color: #ccf4f3; */
  z-index: 1;
}

.center-icon img {
  width: 100%;
  height: 100%;
}

.values-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
  position: relative;
}

.value-box {
  flex: 1 1 48%;
  max-width: 48%;
  text-align: center;
  padding: 10px;
}

.value-box img {
  width: 54px;
  height: 54px;
  margin-bottom: 10px;
}

.value-heading {
  font-size: 28px;
  margin-bottom: 12px;
  color: #005C67;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 600;

}

.value-desc {
  font-size: 14px;
  line-height: 1.5;
  max-width: 500px;
  margin: 0 auto;
  color: #000000;

  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 500;
}

.industries-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 1px;
}

.industry-box {
  flex: 0 0 auto;

  width: 160px;
  height: 94px;
  background-color: rgba(14, 143, 132, 0.2);
  border-radius: 10px;
  text-align: center;
  padding: 10px 10px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.industry-box img {
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
}

.industry-name {
  /* width: 136.48px; */
  height: 19px;
  font-size: 14px;
  color: #005C67;

  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 500;
}

.industries-carousel {
  width: 100%;
  overflow: hidden;
  /* position: relative; */
  padding: 0px 0;
}

.industries-track {
  display: flex;
  width: max-content;
  will-change: transform;
  gap: 30px;
}

@keyframes scrollCarousel {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* ================================================================= */

.new-circle-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: top left;
  /* width: 600px;
  height: 500px; */
  /* margin: 0 !important;
  padding: 0 !important; */
  /* top: 0; */

  /* overflow: visible;  */

}

.outer-wrapper {
  /* width: 480px;  */
  height: 500px; 
  aspect-ratio: 6 / 5; /* maintains 600x500 ratio */
  position: relative;
}

.new-center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  /* color: white; */
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.15); */
}

/* .new-line {
  position: absolute;
  width: 2px;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.1);
  top: 50%;
  left: 50%;
  transform-origin: top center;
}


.new-horizontal-line {
  position: absolute;
  width: 2px;
  height: 350px;
  background-color: rgba(0, 0, 0, 0.1);
  top: 50%;
  left: 50%;
  transform-origin: top center;
} */


.new-line {
  position: absolute;
  width: 0.3%; /* thin line */
  height: 40%;  /* scales with container height */
  background-color: rgba(0, 0, 0, 0.1);
  top: 50%;
  left: 50%;
  transform-origin: top center;
}

.new-horizontal-line {
  position: absolute;
  width: 0.3%;
  height: 70%;
  background-color: rgba(0, 0, 0, 0.1);
  top: 50%;
  left: 50%;
  transform-origin: top center;
}


.new-value {
  position: absolute;
  width: 200px;
  text-align: center;
}

.new-value-icon {
  width: 40px;
  height: 40px;
  background-color: #4dd0e1;
  border-radius: 6px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.new-value-title {
  margin-bottom: 6px;
  color: #000000;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 600;
}

.new-value-desc {
  font-size: 14px;
  color: #000000;
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 500;
  padding-bottom: 15px;
}

.new-line1 {
  transform: rotate(315deg);
}

.new-line2 {
  transform: rotate(45deg);
}

.new-line3 {
  transform: rotate(90deg);
}

.new-line4 {
  transform: rotate(135deg);
}

.new-line5 {
  transform: rotate(225deg);
}

.new-line6 {
  transform: rotate(270deg);
}

/* Positions around the circle */
.new-value1 {
  top: 50%;
  left: -25%;
  transform: translateY(-20%);
}

/* Left */
.new-value2 {
  top: 3%;
  left: 9%;
}

/* Top-left */
.new-value3 {
  top: 3%;
  right: 9%;
}

/* Top-right */
.new-value4 {
  top: 50%;
  right: -25%;
  transform: translateY(-20%);
}

/* Right */
.new-value5 {
  bottom: 3%;
  right: 9%;
}

/* Bottom-right */
.new-value6 {
  bottom: 3%;
  left: 9%;
}



.new-dynamic-line {
  position: absolute;
  width: 2px;
  background-color: rgba(0, 0, 0, 0.15);
  transform-origin: top left;
}


.new-outer-wrapper {
  width: 700px;
  height: 700px;
  position: relative;
  
}

.new-new-circle-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.new-new-center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.new-new-center-icon img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.new-new-line {
  position: absolute;
  width: 2px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.1);
  top: 50%;
  left: 50%;
  transform-origin: top center;
}


.new-new-value {
  position: absolute;
  width: 200px;
  text-align: center;
}

.new-new-value-icon {
  width: 60px;
  height: 60px;
  /* background-color: #4dd0e1;
  border-radius: 6px; */
  margin: 0 auto 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); */
}

.new-new-value-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;

}

.new-new-value-title {
  font-weight: 600;
  margin-bottom: 6px;
  color: #000;
}

.new-new-value-desc {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.new-new-value1 {
  top: 0px;
  left: 0px;
}

.new-new-value2 {
  top: 55%;
  left: -100px;
  transform: translateY(-50%);
}

.new-new-value3 {
  bottom: 0px;
  left: 0px;
}

.new-new-value4 {
  bottom: 0px;
  right: 0px;
}

.new-new-value5 {
  top: 55%;
  right: -100px;
  transform: translateY(-50%);
}

.new-new-value6 {
  top: 0px;
  right: 0px;
}
/* ........=================.................. */

.mobile-values-wrapper {
    display: none;
  }


.update-outer-wrapper {
  width: 900px;
  height: 1000px;
  position: relative;
  margin: 0 auto;
  /* background-color: #f9f9f9; */
}

.update-new-circle-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.update-new-center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.update-new-center-icon img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  z-index: 3;
}

.update-new-value {
  position: absolute;
  width: 350px;
  text-align: center;
  /* padding: 10px; */
  /* background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.update-new-value-horizontal {
  position: absolute;
  width: 250px;
  text-align: center;
}

.update-new-value-icon {
  width: 45px;
  /* height: 50px; */
  margin: 11px auto 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.update-new-value-icon img {
  width: 100%;
  /* height: 100%; */
  object-fit: contain;
  z-index: 2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3); 
  border-radius: 8px; 
}

.update-new-value-title {
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
  font-size: 25px;
}

.update-new-value-desc {
  font-size: 18px;
  color: #555;
  font-weight: 400;
}

/* Positioning the items */
.update-new-value1 {
  top: 0;
  left: 0%;
}

.update-new-value2 {
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  padding-top: 80px;
}

.update-new-value3 {
  bottom: 0;
  left: 0%;
}

.update-new-value4 {
  bottom: 0;
  right: 0%;
}

.update-new-value5 {
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  padding-top: 80px;
}

.update-new-value6 {
  top: 0;
  right: 0%;
}

    .update-dynamic-line {
      position: absolute;
      height: 2px;
      background-color: rgba(0, 0, 0, 0.05);
      transform-origin: top left;
      z-index: 1;
    }

    

.ourvalue-ripple-wrapper {
      position: relative;
      width: 200px;
      height: 200px;
    }



    .ourvalue-ripple {
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 50%;
      background-color: rgb(107, 174, 172);
      transform: translate(-50%, -50%) scale(0.8);
      animation: burst 3s ease-out;
      opacity: 0;
      z-index: 0;
      animation-play-state: paused;

    }

    .update-new-center-icon .ourvalue-ripple:nth-child(2) {
      width: 40px;
      height: 40px;
      animation-delay: 0s;
      z-index: 0;

    }

    .update-new-center-icon .ourvalue-ripple:nth-child(3) {
      width: 80px;
      height: 80px;
      animation-delay: 0.1s;
      z-index: 0;

    }

    .update-new-center-icon .ourvalue-ripple:nth-child(1) {
      width: 120px;
      height: 120px;
      animation-delay: 0.2s;
      z-index: 0;

    }
    /* .update-new-center-icon .ourvalue-ripple:nth-child(4) {
      width: 160px;
      height: 160px;
      animation-delay: 0.2s;
      z-index: 0;
    } */

    
    @keyframes burst {
      0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.5;
      }

      80% {
        transform: translate(-50%, -50%) scale(2.2);
        opacity: 0;
      }

      100% {
        opacity: 0;
      }
    }

    .burst-node {
      position: absolute;
      width: 50px;
      height: 3px;
      background: linear-gradient(270deg,
          rgb(138, 165, 255) 30%,
          rgba(161, 117, 255, 0) 62%);

      filter: blur(0px);
      box-shadow: 0 0 100px rgba(174, 152, 255, 0.8), 0 0 24px rgba(174, 152, 255, 0.5);

      opacity: 0;
      transform-origin: 0 0;
      will-change: transform;
      z-index: 5;
      animation: burst-move 1.5s linear forwards;

    }

    @keyframes burst-move {
      0% {
        left: 0;
        opacity: 0.4;
      }

      80% {
        opacity: 0.4;
      }

      100% {
        left: 80%;
        opacity: 0;
      }
    }

/* ........=================.................. */

/* About Us Section */



.aboutus-section4 {
  position: relative;
  width: 100%;
  /* padding: 60px 20px; */
  /* background-color: #fff; */
  overflow: hidden;
}

.aboutus-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;

  font-weight: 500;
  font-family: 'Inter', system-ui, sans-serif;
}

.aboutus-section4 h2 {
  font-size: 44px;
  font-weight: 500;
  /* margin-bottom: 40px; */
}

.image-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.image-box {
  position: relative;
  width: 500px;
  height: 235px;
  overflow: hidden;
  border-radius: 8px;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* 
.overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: clamp(12px, 1.5vw, 14px);
  padding: 10px;
  text-align: left;

  font-weight: 500;
  font-family: 'Inter', system-ui, sans-serif;

} */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* black overlay */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
}

.image-box:hover .overlay {
    opacity: 1;
}

.overlay-text {
    font-size: 1rem;
    line-height: 1.5;
}

.aboutus-subtext {
  font-size: 20px;
  margin-bottom: 25px;

  font-weight: 600;
  font-family: 'Inter', system-ui, sans-serif;
}

.full-text {
    display: none;
    margin-top: 5px;
    /* font-size: 0.9em;
    opacity: 0.8; */
}

.image-box:hover .full-text {
    display: inline;
}

.image-box:hover .short-text::after {
    content: " ";
}

/* .email-btn {
    display: inline-block;
    width: 206.17px;
    height: 47px;
    line-height: 47px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    font-size: 16px;
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;


    font-weight: 600;
    font-family: 'Inter', system-ui, sans-serif;
  }

  .email-btn:hover {
    background-color: #ffffff;
    color: #001412;
  } */

.email-btn {
  display: inline-grid;
  /* margin-top: 40px; */
  width: 250px;
  height: 64px;
  background-image: url('assets/emailBgButton.svg');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  text-align: center;
  line-height: 64px;
  font-size: 18px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  gap: 8px;

  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 600;
}

.email-btn:hover {
  opacity: 0.85;
}


.email-btn span {
  font-weight: 100;
  font-family: 'Inter', system-ui, sans-serif;
  line-height: 2.5;
  /* ensures no extra vertical spacing */

  margin-right: 20px;

}



.earth-wrapper {
  position: relative;
  height: 300px;
  /* margin-top: 10px;  */
  overflow: hidden;
}

.earth-mask {
  /* width: 700px; */
  height: 700px;
  margin: 40px auto 0;
  /* below button */
  /* border-radius: 50%; */
  overflow: hidden;
  position: relative;
  /* top: -160px;  */
  animation: rotateEarth 200s linear infinite;

}

.earth-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: rotateEarth 60s linear infinite;
  display: block;
}


@keyframes rotateEarth {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}




/* Footer */
.footer {
  max-width: 1400px;
  justify-items: center;
  /* container width as per your reference */
  margin: 0 auto;
  padding: 40px 10px 10px;
  font-family: 'Inter', system-ui, sans-serif;
}


.footer-logo {
  text-align: left;
}

.footer-logo img {
  /* width: 185px; */
  height: 45px;
}

.footer-nav {
  display: flex;
  justify-content: start;
  gap: 120px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
  font-family: 'Inter', system-ui, sans-serif;

}

.footer-nav a:hover {
  color: #00d0ff;
}

.footer-line {
  border-top: 1px solid #cccccc44;
  margin-bottom: 15px;
}

.footer-bottom {
  font-size: 14px;
  text-align: left;
  margin-bottom: 30px;
}



/*-------------------------*/
/* Responsive adjustments */



@media (max-width: 1200px) {

  /* .menu-toggle {
    display: none; 
  }

  .header-menu {
    flex-direction: row;
    gap: 24px;
    padding: 0;
    width: auto;
    margin-top: 0;
    display: flex;
    padding-left: 10px;
  } */

  .mainsection .rounded-page-box {
    border-radius: 40px;
  }

  .mainsection .main-page-section {
    /* padding: 10px; */
  }

  .goals-badge {
    margin-bottom: 10px;
  }

  .top-header p {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 24px;
  }

  .goals-title {
    font-size: 28px;
  }

  .goals-header {
    /* margin-bottom: 6px; */
  }

  .goal-card {
    width: 100%;
    max-width: 370px;
    padding: 14px;
    border-radius: 14px;
  }

  .goal-icon img {
    width: 42px;
    height: 42px;
  }

  .goal-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .goal-desc {
    font-size: 14px;
    line-height: 1.4;
  }

  .goals-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  /* Section 3 */
  .section-wrapper {
    padding: 20px 32px;
  }

  .section-tag {
    height: 48px;
  }

  .section-tag img {
    height: 38px;
  }

  .section-tag .tag-text {
    font-size: 17px;
  }

  .section-title {
    font-size: 28px;
  }

  /* .cards-grid {
    gap: 20px;
  } */

  /* .card {
    height: auto;
  } */

  /* .icon-box {
    width: 240px;
    height: auto;
    flex-direction: column;
  }

  .icon-box img {
    width: 50%;
    height: 50%;
    padding-top: 10px;
  } */

  /* .card-title {
    font-size: 16px;
    margin-top: 5px;
  }

  .card-title-desc {
    font-size: 10px;
    margin-top: 1px;
    padding-bottom: 3px;

  } */

  /* Section 4 */
  .section-container {
    padding: 48px 32px;
  }

  .process-label {
    margin-bottom: 3px;
  }

  .sublabel-text p {
    font-size: 24px;
  }

  .steps-wrapper {
    padding: 32px;
  }

  .step-image img {
    width: 65%;
    height: auto;
  }

  .step-text h3 {
    font-size: 25px;
  }

  .step-text p {
    font-size: 16px;
  }
 

  /* Section 5 */

  .partnerships-badge {
    margin-top: 35px;    
  }

  .badge,
  .partnerships-badge {
    height: 36px;
    font-size: 15px;
    
  }

  .values-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 0 24px;
  }

  .value-box {
    padding: 14px;
  }

  .value-box img {
    width: 46px;
    height: 46px;
  }

  .value-heading {
    font-size: 20px;
  }

  .value-desc {
    font-size: 14px;
    padding: 0 12px;
  }

  .center-icon {
    width: 40px;
    height: 40px;
  }

  .overvalue-section-title,
  .industries-title {
    font-size: 28px;
    margin: 15px auto 15px;

  }

  .industries-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }

  .industry-box {
    max-width: 170px;
    padding: 18px 14px;
  }

  .industry-box img {
    width: 34px;
    height: 34px;
  }

  .industry-name {
    font-size: 15px;
  }

  /* Footer */
  .aboutus-section4 h2 {
    font-size: 34px;
    padding: 0 22px;
  }

  .aboutus-subtext {
    font-size: 15px;
    padding: 0 22px;
    margin-bottom: 26px;
  }

  .image-row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 26px;
    justify-content: center;
  }

  .image-box {
    width: 45%;
    height: auto;
  }

  .overlay-text {
    font-size: 15px;
    padding: 12px;
  }

  .email-btn {
    width: 260px;
    height: 58px;
    font-size: 18px;
    line-height: 58px;
  }

  .email-btn span {
    margin-right: 18px;
    font-size: 17px;
  }

  .earth-wrapper {
    height: 180px;
  }

  .earth-mask {
    width: 320px;
    height: 320px;
    margin: 28px auto 0;
  }

  .footer-logo img {
    width: 190px;
  }

  .footer-nav a {
    font-size: 16px;
  }

  .new-circle-container {
    width: 500px;
    height: 450px;
  }
  
  .new-value {
    width: 160px;
  }

  .new-value-icon {
    width: 40px;
    height: 40px;
  }

  .new-value-title {
    font-size: 14px;
  }

  .new-value-desc {
    font-size: 15px;
  }

  .new-horizontal-line {
    height: 240px;
  }

  .new-line {
    height: 160px;
  }

  .new-value4{
    right: -15%
  }

  .new-value1{
    left: -15%
  }
}

@media (max-width: 1080px) {

  /* .menu-toggle {
    display: block;
  }

  .header-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
    width: 100%;
    border-radius: 12px;
    margin-top: 12px;
    display: none;
  } */

  .header-menu.show {
    display: flex;
  }

  .mainsection .rounded-page-box {
    border-radius: 38px;
  }

  .mainsection .main-page-section {
    /* padding: 22px; */
  }

  .goals-badge {
    margin-bottom: 8px;
  }

  .top-header p {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .goals-title {
    font-size: 26px;
  }

  .goals-header {
    /* margin-bottom: 4px; */
  }

  .goal-card {
    width: 100%;
    max-width: 360px;
    padding: 10px;
    border-radius: 14px;
  }

  .goal-icon img {
    width: 38px;
    height: 38px;
  }

  .goal-title {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .goal-desc {
    font-size: 13px;
    line-height: 1.4;
  }

  .goals-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  /* Section 3 */
  .section-wrapper {
    padding: 16px 26px;
  }

  .section-tag {
    height: 45px;
  }

  .section-tag img {
    height: 36px;
  }

  .section-tag .tag-text {
    font-size: 16px;
  }

  .section-title {
    font-size: 26px;
  }

  /* .cards-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
  }
*/
  /* .card {
    width: calc(50% - 20px);
  } */
 /*
  .icon-box {
    width: 230px;
    height: auto;
    flex-direction: column;
  }


  .icon-box img {
    width: 70%;
    height: 70%;
    padding-top: 10px;
  } */

  /* .card-title {
    font-size: 15px;
    margin-top: 5px;
  }

  .card-title-desc {
    font-size: 10px;
    margin-top: 1px;
    padding-bottom: 3px;

  } */

  /* Section 4 */
  .section-container {
    padding: 44px 24px;
  }

  .process-label {
    margin-bottom: 2px;
  }

  .sublabel-text p {
    font-size: 23px;
  }

  .steps-wrapper {
    padding: 28px;
  }

  .step-image img {
    width: 62%;
    height: auto;
  }

  .step-text h3 {
    font-size: 24px;
  }

  .step-text p {
    font-size: 15px;
  }

  /* Section 5 */
  .badge,
  .partnerships-badge {
    height: 34px;
    font-size: 15px;
  }

  .values-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0 16px;
  }

  .value-box {
    padding: 12px;
  }

  .value-box img {
    width: 44px;
    height: 44px;
  }

  .value-heading {
    font-size: 19px;
  }

  .value-desc {
    font-size: 13px;
    padding: 0 10px;
  }

  .center-icon {
    width: 38px;
    height: 38px;
  }

  .cross-lines::before {
    height: 2px;
  }

  .cross-lines::after {
    width: 2px;
  }

  .overvalue-section-title,
  .industries-title {
    font-size: 26px;
    margin: 15px auto 15px;

  }

  .industries-grid {
    /* grid-template-columns: repeat(4, 1fr); */
    gap: 20px;
    width: 900px;

  }

  .industry-box {
    max-width: 160px;
    padding: 16px 12px;
  }

  .industry-box img {
    width: 32px;
    height: 32px;
  }

  .industry-name {
    font-size: 15px;
  }

  /* Footer */
  .aboutus-section4 h2 {
    font-size: 32px;
    padding: 0 18px;
  }

  .aboutus-subtext {
    font-size: 14px;
    padding: 0 18px;
    margin-bottom: 24px;
  }

  .image-row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 22px;
    margin-bottom: 24px;
    justify-content: center;
  }

  .image-box {
    width: 46%;
    height: auto;
  }

  .overlay-text {
    font-size: 14px;
    padding: 10px;
  }

  .email-btn {
    width: 240px;
    height: 55px;
    font-size: 17px;
    line-height: 55px;
  }

  .email-btn span {
    margin-right: 16px;
    font-size: 16px;
  }

  .earth-wrapper {
    height: 160px;
  }

  .earth-mask {
    width: 300px;
    height: 300px;
    margin: 24px auto 0;
  }

  .footer-logo img {
    width: 185px;
  }

  .footer-nav a {
    font-size: 15px;
  }

  .new-circle-container {
    width: 460px;
    height: 420px;
  }

  .new-value {
    width: 160px;
  }

  .new-value-icon {
    width: 35px;
    height: 35px;
  }
  .new-value-title {
    font-size: 14px;
  }
  .new-value-desc {
    font-size: 13px;
  }

  .new-horizontal-line {
    height: 250px;
  }

  .new-line {
    height: 160px;
  }
  
  .new-value1 {
    /* left: -30%; */
  }

  .new-value4 {
    /* right: -30%; */
  }


}

@media (max-width: 1060px) {


.update-outer-wrapper {
  width: 100%;
  height: 800px;
  padding-left: 100px;
  padding-right: 100px;
}
.update-new-circle-container {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

  /* .menu-toggle {
    display: block;
  }

  .header-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 18px;
    width: 100%;
    border-radius: 12px;
    margin-top: 12px;
    display: none;
  } */

  .header-menu.show {
    display: flex;
  }

  .mainsection .rounded-page-box {
    border-radius: 35px;
  }

  .mainsection .main-page-section {
    /* padding: 15px; */
  }

  .goals-badge {
    margin-bottom: 7px;
  }

  .top-header p {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 18px;
  }

  .goals-title {
    font-size: 24px;
  }

  .goals-header {
    /* margin-bottom: 3px; */
  }

  .goal-card {
    width: 100%;
    max-width: 340px;
    padding: 7px;
    border-radius: 12px;
  }

  .goal-icon img {
    width: 35px;
    height: 35px;
  }

  .goal-title {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .goal-desc {
    font-size: 12px;
    line-height: 1.3;
  }

  .goals-title {
    font-size: 20px;
  }

  .goals-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Section 3 */
  .section-wrapper {
    padding: 10px 20px;
  }

  .section-tag {
    position: relative;
    width: auto;
    height: 43px;
    margin: 0px;
  }

  .section-tag img {
    height: 36px;
    width: auto;
  }
  

  .section-tag .tag-text {
    font-size: 15px;
  }

  .section-title {
    font-size: 25px;
  }


 .cards-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding: 20px 10px
  }

  .card {
    /* width: calc(33.33% - 20px); */
    /* min-width: 130px; */
    padding-top: 20px
  }

  .icon-box {
    min-width: 180px;
    flex-direction: column;
  }
  /*
  .card {
    height: auto;
  }

  .icon-box {
    width: 220px;
    height: auto;
    flex-direction: column;
  }


  .icon-box img {
    width: 60%;
    height: 60%;
    padding-top: 10px;
  } */

  /* .card-title {
    margin-top: 7px;
    font-size: 14px;
  }

  .card-title-desc {
    font-size: 10px;
    margin-top: 1px;
    padding-bottom: 3px;

  } */

  /* Section 4 */
  .section-container {
    padding: 40px 20px;
  }

  .process-label {
    margin-bottom: 1px;
  }

  .sublabel-text p {
    font-size: 21px;
  }

  .steps-wrapper {
    padding: 23px;
  }

  .step-image img {
    width: 60%;
    height: 60%;
  }

  .step-text h3 {
    font-size: 22px;
  }

  .step-text p {
    font-size: 14px;
  }

  /* Section 5 */
  .badge,
  .partnerships-badge {
    height: 32px;
    font-size: 14px;
  }

  .values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    padding: 0 13px;
  }

  .value-box {
    max-width: 100%;
    padding: 10px;
  }

  .value-box img {
    width: 40px;
    height: 40px;
  }

  .value-heading {
    font-size: 18px;
  }

  .value-desc {
    font-size: 12px;
    padding: 0 8px;
  }

  .center-icon {
    width: 36px;
    height: 36px;
  }

  .cross-lines::before {
    height: 2px;
  }

  .cross-lines::after {
    width: 2px;
  }

  .overvalue-section-title,
  .industries-title {
    font-size: 24px;
    margin: 15px auto 15px;

  }

  .industries-grid {
    gap: 18px;
    width: 720px;
  }

  .industry-box {
    max-width: 150px;
    padding: 14px;
    padding: 14px 10px;

  }

  .industry-box img {
    width: 30px;
    height: 30px;
  }

  .industry-name {
    font-size: 14px;
  }

  /* Footer */
  .aboutus-section4 h2 {
    font-size: 30px;
    padding: 0 16px;
  }

  .aboutus-subtext {
    font-size: 13px;
    padding: 0 16px;
    margin-bottom: 22px;
  }

  .image-row {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 22px;
  }

  .image-box {
    width: 95%;
    height: auto;
  }

  .overlay-text {
    font-size: 13px;
    padding: 9px;
  }

  .email-btn {
    width: 220px;
    height: 52px;
    font-size: 16px;
    line-height: 55px;
  }

  .email-btn span {
    margin-right: 15px;
    line-height: 1.6;
    font-size: 15px;
  }

  .earth-wrapper {
    height: 150px;
  }

  .earth-mask {
    width: 280px;
    height: 280px;
    margin: 24px auto 0;
  }

  .footer {
    /* padding: 20px; */
    /* text-align: left; */
  }

  .footer-logo img {
    width: 175px;
  }

  .footer-nav a {
    font-size: 14px;
  }


  .new-circle-container {
    width: 460px;
    height: 420px;
  }

  .new-value {
    width: 160px;
  }

  .new-value-icon {
    width: 35px;
    height: 35px;
  }

  /* .new-value-desc {
    font-size: 13px;
  }

  .new-horizontal-line {
    height: 180px;
  }

  .new-line {
    height: 160px;
  } */

  .new-value-title {
    font-size: 14px;
  }

  .new-value-desc {
    font-size: 13px;
  }


  .new-horizontal-line {
    height: 180px;
  }

  .new-line {
    height: 160px;
  }

  .new-value1 {
    left: -30%;
  }

  .new-value4 {
    right: -30%;
  }
  
}

@media (max-width: 1024px) {
  .myupdated-what-we-deliver-card {
    flex: 1 1 45%;
  }
}




@media (max-width: 768px) {

  .myupdated-what-we-deliver-container {
    padding: 40px 10px;
  }

  .myupdated-what-we-deliver-card {
    flex: 1 1 100%;
  }

  .goals-section-grid {
    grid-template-columns: 1fr;
  }


  .update-outer-wrapper {
    display: none;
  }

  .mobile-values-wrapper {
    /* display: flex;
    flex-direction: column;
    gap: 24px; */
    
    display: flex;
    flex-direction: column;
      padding: 5px;
      max-width: 600px;
      /* margin: 0 auto; */
      margin-top: 40px;
      margin-bottom: 20px;
      position: relative;
  }


   .mobile-values-wrapper::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 30px;
      width: 2px;
      justify-items:start;
      background-color: #ccc
  }

  .mobile-value-item {
    display: flex;
    align-items: center;
    justify-items: start;
    /* gap: 16px;
    padding: 16px; */
    border-radius: 12px;
          margin-bottom: 80px;
      position: relative;
  }

  .center-icon-wrapper {
  position: relative;
  width: fit-content;
  height: fit-content;
}
    .mobile-value-center-icon-item {
    display: flex;
    align-items: center;
    justify-items: start;
    /* gap: 16px;
    padding: 16px; */
    border-radius: 12px;
          margin-bottom: 40px;
      position: relative;
  }


  .mobile-value-center-icon-item img {
    width: 50px;
    height: 50px;
  }


.update-new-center-icon img {
  /* width: 70%;
  height: 70%;
  object-fit: contain; */
  z-index: 3;
}

    .mobile-value-icon {
      flex-shrink: 0;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #fff;
      border: 2px solid #ccc;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 1;
      margin-right: 20px;
    }

  .mobile-value-icon img {
    width: 50px;
    height: 50px;
  }

  .mobile-value-content {
    /* flex: 1; */
    /* justify-content: start; */

    display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Align content at the top */
  text-align: left; /* Align text to left */
  }

  .mobile-value-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
    color: #333;
  }

  .mobile-value-desc {
    font-size: 15px;
    color: #555;
  }




    .ourvalue-mobile-ripple {
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 50%;
      background-color: rgb(107, 174, 172);
      transform: translate(-50%, -50%) scale(0.8);
      animation: burst 3s ease-out;
      opacity: 0;
      z-index: 0;
      animation-play-state: paused;

    }

    .mobile-value-center-icon-item .ourvalue-mobile-ripple:nth-child(2) {
      width: 40px;
      height: 40px;
      animation-delay: 0s;
      z-index: 0;

    }

    .mobile-value-center-icon-item .ourvalue-mobile-ripple:nth-child(3) {
      width: 80px;
      height: 80px;
      animation-delay: 0.1s;
      z-index: 0;

    }

    .mobile-value-center-icon-item .ourvalue-mobile-ripple:nth-child(1) {
      width: 120px;
      height: 120px;
      animation-delay: 0.2s;
      z-index: 0;

    }

  .update-new-value1{
    left: 0;
  }

  .update-new-value3{
    left: 0;
  }

  .update-new-value4{
    right: 0;
  }

  .update-new-value6{
    right: 0;
  }

  .update-new-value{
    width: 180px;
  }

  .update-new-value-horizontal{
    width: 180px;
  }

  .update-new-value-icon {
    width: 43px;
    height: 43px;
  }

  .update-new-value-title {
    margin-bottom: 5px;
    font-size: 14px;
  }
  
  .update-new-value-desc {
    font-size: 11px;
  }

  .new-circle-container {
    width: 360px;
    height: 360px;
    transform: translate(12%, 0%);

  }

  .new-value {
    width: 130px;
  }

  .new-value-icon {
    width: 30px;
    height: 30px;
    /* margin: 0 auto 0px; */

  }

  .new-value-desc {
    font-size: 12px;
    padding-bottom: 15px;
  }

  
  .new-horizontal-line {
    height: 220px;
  }

  .new-line {
    height: 110px;
  }

  .new-value1 {
    left: -25%;
  }

  .new-value4 {
    right: -25%;
  }

  .menu-toggle {
    display: block;
  }

  .header-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    width: 100%;
    border-radius: 12px;
    margin-top: 12px;
    display: none;
  }

  .header-menu.show {
    display: flex; /* Show on toggle */
  }


  .mainsection .rounded-page-box {
    border-radius: 30px;
  }


  .mainsection .main-page-section {
    /* padding: 10px; */
  }


  .goals-badge {
    margin-bottom: 6px;
  }

  .top-header p {
    font-size: 14px;
    /* padding: 16px 12px; */
    line-height: 1;
    margin-bottom: 15px
  }

  .goals-title {
    font-size: 20px;
  }



  .goals-header {
    /* margin-bottom: 1px; */
  }

  .goal-card {
    width: 100%;
    max-width: 320px;
    padding: 5px;
    border-radius: 10px;
  }

  .goal-icon img {
    width: 30px;
    height: 30px;
  }

  .goal-title {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .goal-desc {
    font-size: 10px;
    line-height: 1.2;
  }

  .goals-title {
    font-size: 18px;
  }

  .goals-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* For Section -3 */

  .section-wrapper {
    padding: 10px 20px;
  }

  .section-tag {
    position: relative;
    width: auto;
    height: 40px;
    margin: 0px;
  }

  .section-tag img {
    height: 33px;
    width: auto;
  }

  .section-tag .tag-bg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .section-tag .tag-text {
    font-size: 14px;
  }



  .section-title {
    font-size: 22px;
  }



  .section-title a {
    color: #005C67;
    font-weight: 100;
    text-decoration: underline;
  }


  .small-section {
    display: block;
  }
  .big-section {
    display: none;
  }

  .cards-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* margin-top: 50px; */
    gap: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    grid-template-columns: repeat(2, 1fr);
    min-height: 230px;
  }
  
  .card {
    width: auto;
    height: auto;
    /* background-color: #b7e6e4; */
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    /* padding-top: 25px; */
    box-sizing: border-box;
    margin: 5px;
    padding: 0px 0px
  }
  
  .icon-box {
    width: 180px;
    height: 230px;

    background-color: rgba(14, 143, 132, 0.2);
    /* 20% opacity */
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }
  
  .icon-box img {
    width: 50%;
    /* height: auto; */
    padding-top: 10px;
  }
  
  


  
  .card-title {
    margin-top: 10px;
    font-size: 13px;
    color: #000000;
    font-family: 'Inter', system-ui, sans-serif;
    font-weight: 600;
  
  }
  
  .card-title-desc {
    font-size: 11px;
    margin-top: 5px;
    text-align: center;
    color: #000000;
    font-family: 'Inter', system-ui, sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1.4;
  }
  
  

  /* .card {
    padding-top: 10px
  } */

  /* .icon-box {
    min-width: 180px;
    flex-direction: column;
  } */

  /* .card {
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 5px;
    height: auto;
    margin: 7px;
  }
*/
  /* .icon-box {
    width: 160px;
    height: 240px;
    min-width: 160px;
  }


  .icon-box img {
    width: 50%;
  } 

  .card-title {
    font-size: 13px;

  }

  .card-title-desc {
    font-size: 11px;

  } */


  /* Section - 4 */

  .section-container {
    padding: 40px 16px;
  }

  .process-label {
    margin-bottom: 0px;
  }


  .sublabel-text p {
    font-size: 20px;
  }

  .steps-wrapper {
    padding: 20px;
  }

  .step-image img {
    width: 50%;
    height: 50%;
  }


  .step-text h3 {
    font-size: 20px;
  }

  .step-text p {
    font-size: 13px;
  }

  /* Section - 5 */

  .badge,
  .partnerships-badge {
    height: 30px;
    font-size: 13px;
  }

  .values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 12px;
  }

  .value-box {
    max-width: 100%;
    padding: 8px;
  }

  .value-box img {
    width: 36px;
    height: 36px;
    margin-bottom: 6px;
  }

  .value-heading {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .value-desc {
    font-size: 10px;
    line-height: 1.4;
    padding: 0 6px;
  }

  .center-icon {
    width: 32px;
    height: 32px;
  }

  .cross-lines::before {
    height: 1px;
  }

  .cross-lines::after {
    width: 1px;
  }

  .overvalue-section-title {
    font-size: 22px;
  }

  .values-container {
    margin: 0 auto 10px;
  }

  .overvalue-section-title,
  .industries-title {
    /* margin: 0 auto 10px; */
    font-size: 22px;
  margin: 10px auto 10px;

  }

  .industries-grid {
    /* display: grid; */
    /* grid-template-columns: repeat(2, 1fr); */
    /* 2 items per row */
    gap: 16px;
    padding: 0 12px;
    justify-items: center;
    width: 600px;
  }

  .industry-box {
    width: 100%;
    max-width: 140px;
    height: auto;
    padding: 12px 8px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .industry-box img {
    width: 28px;
    height: 28px;
    margin-bottom: 8px;
  }

  .industry-name {
    font-size: 13px;
    width: auto;
    height: auto;
    text-align: center;
  }

  /* Footer Section */

  .aboutus-section4 h2 {
    font-size: 26px;
    line-height: 1.3;
    padding: 0 12px;
  }

  .aboutus-subtext {
    font-size: 12px;
    margin-bottom: 20px;
    padding: 0 12px;
  }

  .image-row {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
  }

  .image-box {
    width: 90%;
    height: auto;
    aspect-ratio: 2 / 1;
    /* keeps shape */
  }

  .overlay-text {
    font-size: 12px;
    padding: 8px;
  }

  .email-btn {
    width: 200px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
  }

  .email-btn span {
    margin-right: 12px;
    line-height: 1.5;
    font-size: 14px;
  }

  .earth-wrapper {
    height: 120px;
  }

  .earth-mask {
    width: 240px;
    height: 240px;
    margin: 20px auto 0;
  }

  .footer {
    padding: 10px 16px 10px;
    text-align: left;
  }

  .footer-logo {
    text-align: left;
    margin-bottom: 10px;
  }

  .footer-logo img {
    width: 160px;
    height: auto;
  }

  .footer-nav {
    display: contents;
  }

  .footer-nav a {
    display: inline-block;
    margin-right: 16px;
    /* space between buttons */
    font-size: 13px;
    white-space: nowrap;
    text-decoration: none;
    color: #ffffff;
  }

  .footer-nav a:last-child {
    margin-right: 0;
    /* remove margin after last item */
  }



/*
.new-outer-wrapper {
  width: 400px;
  height: 400px;
  position: relative;
}


 .new-new-value-icon img {
  width: 70%;
  height: 70%;

}

.new-new-value-title {
  margin-bottom: 4px;
  font-size: 14px;
}

.new-new-value-desc {
  font-size: 12px;
} */
  
}

@media (max-width: 600px) {


  .update-new-value1{
    left: -55px;
  }

  .update-new-value3{
    left: -55px;
  }

  .update-new-value4{
    right: -55px;
  }

  .update-new-value6{
    right: -55px;
  }

  .update-new-value{
    width: 150px;
  }

  .update-new-value-horizontal{
    width: 150px;
  }

  .update-new-value-icon {
    width: 40px;
    height: 40px;
  }

  .update-new-value-title {
    margin-bottom: 5px;
    font-size: 13px;
  }
  
  .update-new-value-desc {
    font-size: 10px;
  }

  /* .new-outer-wrapper {
    width: 300px;
    height: 300px;
    position: relative;
  }

  .new-new-value-icon img {
    width: 70%;
    height: 70%;
  
  }
  
  .new-new-value-title {
    margin-bottom: 4px;
    font-size: 14px;
  }
  
  .new-new-value-desc {
    font-size: 12px;
  }
     */
    

  .new-circle-container {
    width: 300px;
    height: 300px;
    transform: translate(30%, 0%);
  }

  .new-value {
    width: 120px;
    margin: 0px;
  }

  /* .new-value-icon {
    width: 26px;
    height: 26px;
  } */

  .new-value-icon img{
    width: 40px;
    height: 40px;
  }


  .new-value-title {
    font-size: 12px;
  }

  .new-value-desc {
    font-size: 8px;
    padding-bottom: 5px;

  }


  .new-horizontal-line {
    height: 130px;
  }

  .new-line {
    height: 110px;
  }

  .new-value1 {
    left: -10%;
  }

  .new-value4 {
    right: -10%;
  }
  
  .menu-toggle {
    display: block;
  }

  .header-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
    display: none;
  }

  .header-menu.show {
    display: flex;
  }

  .mainsection .rounded-page-box {
    border-radius: 25px;
  }

  .mainsection .main-page-section {
    /* padding: 12px; */
  }

  .goals-badge {
    margin-bottom: 6px;
  }

  .goals-section {
    /* padding: 30px 10px 10px; */
  }

  .top-header p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 16px;
  }

  .goals-title {
    font-size: 18px;
  }

  .goals-header {
    /* margin-bottom: 4px; */
  }

  .goal-card {
    width: 100%;
    padding: 8px;
    border-radius: 10px;
  }

  .goal-icon img {
    width: 30px;
    height: 30px;
  }

  .goal-title {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .goal-desc {
    font-size: 11px;
    line-height: 1.3;
  }

  .goals-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 50px;

  }

  /* Section 3 */
  .section-wrapper {
    padding: 8px 14px;
  }

  .section-tag {
    height: 38px;
  }

  .section-tag img {
    height: 32px;
  }

  .section-tag .tag-text {
    font-size: 14px;
  }

  .section-title {
    font-size: 20px;
    margin: 0px;
  }

   /* .cards-grid {

    min-width: 100px;
    padding: 0px;
    min-height: 300px;
    gap: 0px;
  } */


  .small-section {
    display: block;
  }
  .big-section {
    display: none;
  }


  /* .cards-grid {
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
    padding-right: 100px;
    padding-bottom: 60px;
    padding-left: 100px;
    grid-template-columns: repeat(2, 1fr);
  } */


  .cards-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0px;
    gap: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 0px;
    /* min-height: 230px; */

  }

  .card {
    min-width: 160px;
    width: 150px;
    height: auto;
    /* background-color: #b7e6e4; */
    border-radius: 12px;  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    /* padding-top: 25px; */
    box-sizing: border-box;
    margin: 5px;
    padding: 0px 0px;


  }
  
  
  
  .icon-box {
    width: 100%;
    height: 250px;
    padding: 1px;
    flex-direction: column;

    background-color: rgba(14, 143, 132, 0.2);
    /* 20% opacity */
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    min-width: 130px;
  }
  
  .icon-box img {
    width:70%;
    padding-top: 10px;
  }
  
  


  
  .card-title {

    font-size: 13px;
    margin-top: 2px;
    text-align: center;

    font-size: 13px;
    color: #000000;
    font-family: 'Inter', system-ui, sans-serif;
    font-weight: 600;
  
  }
  
  .card-title-desc {
    font-size: 11px;
    text-align: center;
    color: #000000;
    font-family: 'Inter', system-ui, sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1.4;

    margin-top: 1px;
    padding-bottom: 0px;
  }

  /* .card {
    width: 100px;
    min-width: 145px;
    min-height: 240px;
  } */

  /* .icon-box {
    width: 100%;
    height: 240px;
    padding: 1px;
    min-width: 150px
  } */

  /* .icon-box {
    width: 100px;
    height: 290px;
    min-width: 140px;
    min-height: 290px;
  } */


  /* .icon-box img {
    width: 22%;
    padding-top: 10px;
  }  */

  /* .card-title {
    font-size: 13px;
    margin-top: 2px;
    text-align: center;
  }

  .card-title-desc {
    font-size: 11px;
    margin-top: 1px;
    padding-bottom: 0px;
  } */

  /* Section 4 */
  .section-container {
    padding: 20px 14px;
  }

  .process-label {
    margin-bottom: 2px;
    font-size: 13px;
  }

  .sublabel-text p {
    font-size: 18px;
  }

  .steps-wrapper {
    padding: 16px;
    flex-direction: column;
  }

  /* .step-image img {
    width: 100%;
    height: auto;
  } */

  .step-text {
    margin-top: 12px;
  }

  .step-text h3 {
    font-size: 18px;
  }

  .step-text p {
    font-size: 13px;
  }

  /* Section 5 */
  .badge,
  .partnerships-badge {
    height: 28px;
    font-size: 13px;
  }

  .values-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
    padding: 0 8px;
  }

  .value-box {
    padding: 10px;
  }

  .value-box img {
    width: 35px;
    height: 35px;
  }

  .value-heading {
    font-size: 16px;
  }

  .value-desc {
    font-size: 12px;
    padding: 0 6px;
  }

  .center-icon {
    width: 32px;
    height: 32px;
  }

  .overvalue-section-title,
  .industries-title {
    font-size: 20px;
    text-align: center;
  margin: 10px auto 10px;

  }

  .industries-grid {
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 14px;
    gap: 16px;
    justify-items: center;
    width: 600px;
  }

  .industry-box {
    padding: 10px;
    /* max-width: 100%; */
  }

  .industry-box img {
    width: 28px;
    height: 28px;
  }

  .industry-name {
    font-size: 13px;
  }

  /* Footer */
  .aboutus-section4 h2 {
    font-size: 24px;
    padding: 0 12px;
    text-align: center;
  }

  .aboutus-subtext {
    font-size: 12px;
    padding: 0 12px;
    margin-bottom: 20px;
    text-align: center;
  }

  .image-row {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
  }

  .image-box {
    width: 100%;
    height: auto;
  }

  .overlay-text {
    font-size: 12px;
    padding: 8px;
  }

  .email-btn {
    width: 100%;
    font-size: 15px;
    height: 48px;
    line-height: 48px;
  }

  .email-btn span {
    margin-right: 10px;
    font-size: 14px;
  }

  .earth-wrapper {
    height: 120px;
  }

  .earth-mask {
    width: 240px;
    height: 240px;
    margin: 20px auto 0;
  }

  .footer-logo img {
    width: 150px;
  }

  .footer-nav a {
    font-size: 13px;
    display: block;
    margin-bottom: 6px;
  }

  .ourvalue-graph img {
    height: 43vh;
  }
  
}