.breadCrumbText {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
    
}
.breadCrumbText a {
    text-decoration: none;
    color: #002147;
    position: relative;

    font-size:16px;
}

/* underline effect */
.breadCrumbText a.active {
    text-decoration: underline;
    font-weight: 600;
}

/* optional fancy underline */
/* .breadCrumbText a.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: #002147;
} */





* {
  font-family: "Nunito Sans", sans-serif !important;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.e-con-inner h4 {
  font-family: "Dosis", Sans-serif !important;
}

img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.wrapper {
  max-width: calc(100% - 160px);
  margin: 0 auto;
}

.commonPadding {
  padding: 80px 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  /* half of column padding */
  margin-right: -15px;
}

.col-50 {
  width: 50%;
  padding-left: 15px;
  /* gutter */
  padding-right: 15px;
  box-sizing: border-box;
  /* make padding part of width */
}

.col-60 {
  width: 60%;
  padding-left: 15px;
  /* gutter */
  padding-right: 15px;
  box-sizing: border-box;
  /* make padding part of width */
}

.col-40 {
  width: 40%;
  padding-left: 15px;
  /* gutter */
  padding-right: 15px;
  box-sizing: border-box;
  /* make padding part of width */
}

.trustCenterSection {
  /* min-height: 400px; */
  /* background-color: #2BAADD8F; */
  position: relative;
}

.trustCenterContent {
  position: absolute;
  top: 54%;
  transform: translate(-50%, -50%);
  left: 28%;
  max-width: 100%;
  margin: auto;
  width: 100%;
  max-width: 700px;
}

.trustCenterContent h1 {
  font-size: 60px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 700;
  text-transform:none;
  margin: 0 !important;
}
.trustCenterContent p {
  padding-top: 20px;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #ffffff;
}

.trustCenterCommonBanner{
  padding-top:70px;
}

.trustCenterSubBanner{
  padding-top:0px;
}
/* .trustContent {
  background-color: #f58220;
}

.trustContent p {
  font-size: 22px;
  line-height: 33px;
  color: #FFFFFF;
  font-weight: 700;
  padding: 33px 0px;
  text-align: center;
  max-width: 1200px;
  margin: auto;
} */

.trustContent.dataProtectionContent p {
  max-width: 100%;
  margin: auto;
}

.trustFrameGrid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 37px;
  padding: 0 0px;
}
/* .trustFrameGridItem:nth-of-type(1) {
  border: none;
  padding: 0;
} */

.trustFrameGridItem {
  border: 1px solid #c7efff;
  padding: 18px;
  transition: all 0.5s ease;
}

.trustFrameGridItem:hover {
  background-color: #c7efff;
  box-shadow: 0px 0px 13px 0px #00000066;
}

.trustFrameGridItem:hover p {
  color: #124061;
  font-weight: 600;
}
.trustFrameGridItem:hover ul li {
  color: #000000;
}
.sustainabilityCommitmentTitle {
  font-weight: 400;
  font-size: 24px !important;
  line-height: 34px !important;
  letter-spacing: -0.72px !important;
  border:none;
}

.trustFrameGridItem p {
  margin-bottom: 0px !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #000000;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}
.trustFrameGridItem p img {
 margin: 0;
 height:35px;
}

.trustFrameworkSection {
  padding: 80px 0;
}

.trustFrameworkSection .wrapper {
  gap: 50px;
}

.trustFrameworkContent {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.trustFrameworkContent span {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0471a0;
}

.trustFrameworkContent h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #124061;
  max-width: 500px;
  margin-bottom: 0px !important;
  margin-top: 0;
}

.trustFrameworkContent p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #f58220;
  max-width: 600px;
  margin-bottom: 0px !important;
}

/* —— Trust Safety grid (compliance cards) —— */
.trustSafetySection {
  padding: 0px 0 100px;
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
}

.trustSafetyHeaderContent {
  max-width: calc(100% - 160px);
  margin: auto;
}

.trustSafetyHeader {
  margin-bottom: 48px;
}

.trustSafetyKicker {
  margin-bottom: 14px !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #0471a0;
  background: linear-gradient(
    0deg,
    rgba(217, 217, 217, 0) 0%,
    rgba(119, 190, 219, 0.5) 100%
  );
  padding: 30px 0px 0px 80px;
}

.trustSafetyTitle {
  margin: 0;
  font-weight: 700 !important;
  font-size: 40px !important;
  line-height: 50px !important;
  letter-spacing: -0.02em;
  color: #124061 !important;
  padding: 0 0 0 80px;
  max-width: 100%;
}

.trustSafetyGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  background-color: #ffffff;
}

.trustSafetyCard {
  display: flex;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  margin: 0;
  padding: 38px 50px;
  border: 1px solid #77bedb;
  min-height: 0;
  transition: all 0.3s ease-in-out;
}

.trustSafetyCard:nth-child(odd) {
  background-color: #ffffff;
}

.trustSafetyCard:nth-child(even) {
  background-color: #e1f5fe;
}

.trustSafetyCard--filler {
  padding: 0;
  min-height: 1px;
}

.trustSafetyCard:hover {
  background-color: #002147;
  color: #ffffff;
  text-decoration: none !important;
}

.trustSafetyCard:hover .trustSafetyCardTitle {
  color: #ffffff !important;
}

.trustSafetyCard:hover .trustSafetyCardText {
  color: #ffffff;
}

.trustSafetyIcon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 5px;
  background-color: #001f3f;
  color: #ffffff;
}

.trustSafetyCard:hover .trustSafetyIcon {
  background-color: #ffffff;
}
.trustSafetyIcon svg {
  /* width: 24px;
  height: 24px; */
}
.trustSafetyCard:hover .trustSafetyBadges li {
  background-color: #ffffff;
  color: #002147;
}

.trustSafetyCard:hover .trustSafetyLink {
  color: #ffffff;
}

.trustSafetyCard:hover .trustSafetyLinkArrow {
  color: #ffffff;
}
.trustSafetyCard:hover .trustSafetyLinkArrow svg path {
  fill: #ffffff;
}

.trustSafetyCardTitle {
  margin: 0 0 14px;
  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 33px !important;
  color: #001f3f !important;
  max-width: 300px;
}

.trustSafetyCardText {
  margin: 0 0 22px !important;
  flex-grow: 1;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #646464;
}

.trustSafetyBadges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.trustSafetyBadges li {
  margin: 0;
  padding: 6px 12px;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #001f3f;
  background-color: #77bedb;
  border-radius: 4px;
  border: 0.5px solid #002147;
}

.trustSafetyLink {
  margin-top: auto;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #001f3f;
}
.trustSafetyLinkArrow svg {
  width: 20px;
  height: 10px;
}

.trustSafetyLink:hover,
.trustSafetyLink:focus-visible {
  text-decoration: underline;
}

.trustSafetyLinkArrow {
  margin-left: 4px;
  font-weight: 600;
}

.trustedInfoSecurityContent span {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0471a0;
}

/* .infoSecurityImg.aiIcon {
  padding: 11px 14px 0 0px;
} */

.trustedInfoSecurityContent h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0%;
  padding-top: 20px;
  color: #003a5c;
  margin: 0 auto !important;
  text-align: center;
  padding-bottom: 20px;
}

.trustedInfoSecurityContent p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #f1823b;
  /* padding-bottom:50px; */
  max-width: 932px;
  margin: auto;
  text-align: center;
}
.trustedInfoSecurityContent ul {
  padding-left: 28px;
  padding-bottom: 10px;
}
.trustedInfoSecurityContent ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #000000;
  list-style: disc;
}

.trustedInfoSecurityContent p::nth-last-child {
  padding: 0;
}
.trustSafetySection.dataProtectionSection {
  padding: 0px 0 80px;
}

.dataProtectionGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.dataProtectionGrid .dataProtectionGridItem {
  border: 1px solid #77bedb;
  padding: 30px 30px;
  display: flex;
  gap: 20px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.dataProtectionGridItem:hover{
  transform: scale(1.05);
}
.dataProtectionGrid .dataProtectionGridItem:nth-of-type(1) {
  background-color: #dcf1fa;
}
.dataProtectionGrid .dataProtectionGridItem:nth-of-type(2) {
  background-color: #2c5973;
}
.dataProtectionGrid .dataProtectionGridItem:nth-of-type(3) {
  background-color: #003a5c;
}

.dataProtectionGridItem:hover {
  text-decoration: none !important;
}

.dataProtectionGridItem span:not(.readMoreLink) {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #003a5c;
  max-width: 265px;
}
.dataProtectionGridItem:nth-of-type(2) span:not(.readMoreLink) {
  color: #ffffff;
}
.dataProtectionGridItem:nth-of-type(3) span:not(.readMoreLink) {
  color: #ffffff;
}

.protectionPara1 {
  color: #003a5c !important;
}
.dataProtectionGridItem p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 0px !important;
  color: #ffffff;
  max-width: 333px;
}

.readMoreLink {
  font-weight: 700;
  font-size: 14px !important;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  display: flex;
  background-color: #f47936;
  border-radius: 100px;
  padding: 10px 0px 10px 0;
  align-items: center;
  gap: 10px;
  /* text-align: center; */
  justify-content: center;
  max-width: 137px;
  color: #ffffff;
}

.readMoreLink svg {
  width: 15px;
  height: 15px;
}

.dataProtectionGridItem.ismsGridItem:nth-of-type(odd) {
  background-color: #dcf1fa;
}

.dataProtectionGridItem.ismsGridItem:nth-of-type(even) {
  background-color: #ffffff;
}
.dataProtectionGridItem.ismsGridItem:nth-of-type(2) span:not(.readMoreLink) {
  color: #003a5c;
}
.dataProtectionGridItem.ismsGridItem p {
  color: #646464;
}
.dataProtectionGridItem.ismsGridItem:nth-of-type(3) span:not(.readMoreLink) {
  color: #003a5c;
}
.dataProtectionGridItem.ismsGridItem span:not(.readMoreLink) {
  max-width: 206px;
}
.dataProtectionGridItem.ismsGridItem {
  transition: all 0.3s ease;
}

.dataProtectionGridItem.ismsGridItem:hover {
  background-color: #003a5c;
 transform:scale(1.05);
}
.dataProtectionGridItem.ismsGridItem:hover span:not(.readMoreLink) {
  color: #ffffff;
}
.dataProtectionGridItem.ismsGridItem:hover p {
  color: #ffffff;
}
.trustContent.dataProtectionContent.ismsContent p {
  max-width: 100%;
  margin: auto;
}

.qmsProcessWrapper {
  margin-top: 6px;
}

.qmsProcessPanel {
  background: #c7efff;
  padding: 30px 30px;
}

.qmsProcessIntro h3,
.qmsProcessDescription h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0%;
  color: #002147;
  margin-bottom: 10px;
  margin-top: 0px !important;
}

.qmsProcessIntro p,
.qmsProcessDescription p,
.qmsProcessNote {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.qmsProcessIntro p {
  margin: 0 0 14px !important;
  max-width: 1220px;
}

.qmsProcessIcon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 2px;
}

.qmsProcessIcon svg {
  width: 24px;
  height: auto;
}

.qmsProcessGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 46px;
  margin: 25px 0;
}

.qmsProcessCard {
  background: #ffffff;
  border: 1px solid #8b8b8b;
  padding: 23px 27px;
}

.qmsProcessCard h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin: 0 0 10px;
}

.qmsProcessCard ul,
.qmsProcessDescription ul {
  margin: 0;
  padding-left: 28px;
}

.qmsProcessCard li,
.qmsProcessDescription li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  list-style: disc;
}

.qmsProcessNote {
  margin: 0 !important;
}

.qmsProcessDescription {
  padding: 25px 16px 0;
}

.qmsProcessDescription p {
  margin: 0 0 8px;
  max-width: 1220px;
}

.isoCertificationSection {
  background-color: #09152a;
  padding: 54px 0;
}

.isoCertificationContent span {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
  display: block;
  padding-bottom: 25px;
}

.isocertificationPara p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  max-width: 1200px;
  margin: auto;
}
.isocertificationPara p:last-child {
  padding-top: 20px;
}

.sustainabilityAssessmentSection {
  /* padding-top: 18px; */
  /* padding-bottom: 80px; */
  background-color: #ffffff;
}

.sustainabilityAssessmentLayout {
  display: flex;
  flex-direction: column;
  gap: 54px;
}

.sustainabilityAssessmentGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
}

.sustainabilityAssessmentCard {
  border: 1px solid #77bedb;
  border-radius: 20px;
}

.sustainabilityAssessmentCard:nth-of-type(1) {
  background-color: #d9f1fd;
}
.sustainabilityAssessmentCard:nth-of-type(2) {
  background-color: #55768e;
}

.sustainabilityAssessmentGrid
  > .sustainabilityAssessmentCard:nth-child(2)
  .sustainabilityAssessmentEyebrow,
.sustainabilityAssessmentGrid
  > .sustainabilityAssessmentCard:nth-child(2)
  .sustainabilityAssessmentBody
  h3,
.sustainabilityAssessmentGrid
  > .sustainabilityAssessmentCard:nth-child(2)
  .sustainabilityAssessmentBody
  p,
.sustainabilityAssessmentGrid
  > .sustainabilityAssessmentCard:nth-child(2)
  .sustainabilityAssessmentList,
.sustainabilityAssessmentGrid
  > .sustainabilityAssessmentCard:nth-child(2)
  .sustainabilityAssessmentList
  li {
  color: #ffffff;
}

.sustainabilityAssessmentCard--hero {
  display: flex;
  gap: 40px;
  align-items: start;
  padding: 40px 32px 40px 32px;
}

.sustainabilityAssessmentCard--split {
  display: flex;
  gap: 72px;
  padding: 20px 20px 20px 20px;
  background-color: #ffffff !important;
  margin-bottom: 80px;
}

.sustainabilityAssessmentCard--stacked {
  grid-template-columns: 1fr;
  padding: 36px 40px;
}

.sustainabilityAssessmentEyebrow {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #002147;
  padding-bottom: 10px;
  display: block;
}

.sustainabilityAssessmentBody {
  padding: 16px 0 0 0;
}
.sustainabilityAssessmentBody h2,
.sustainabilityAssessmentBody h3 {
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #000000;
}

.sustainabilityAssessmentBody h5{
  margin: 10px 0;
  color: #000000;
}
.sustainabilityAssessmentBody h2 {
  max-width: 520px;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-transform:none;
  color: #000000;
  max-width: 500px;
  padding-top: 0px;
  padding-bottom: 19px;
  margin-bottom: 0px !important;
}

.sustainabilityAssessmentBody h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;

  color: #000000;
  padding-top: 0px;
  max-width: 563px;
  margin-bottom: 20px;
}

.sustainabilityAssessmentBody p {
  margin: 0 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.sustainabilityAssessmentBody p:last-child {
  padding-top: 20px;
  margin: 0;
}

.sustainabilityAssessmentList {
  margin: 0;
  padding-left: 28px;
  padding-top: 10px;
}

.sustainabilityAssessmentList li {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  list-style: disc;
}

.sustainabilityAssessmentList li:last-child {
  margin-bottom: 0;
}

.sustainabilityAssessmentMedia {
  /* height: 100%; */
  position: relative;
  padding: 0;
}

.sustainabilityAssessmentMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* ===== Certification Cards Grid ===== */
.certCardsSection {
  background-color: #ffffff;
  padding-bottom: 80px;
}

.certCardsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 70px;
}

.certCard {
  display: flex;
  flex-direction: column;
  border: 1px solid #000000;
  text-decoration: none;
  background-color: #ffffff;
  transition: box-shadow 0.25s ease;
  overflow: hidden;
  padding: 34px 27px;
}
.certCard:hover {
  text-decoration: none !important;
}

.certCard:nth-child(even) {
  background-color: #e1f5fe;
}

.certCard:hover {
  box-shadow: 0 6px 24px rgba(0, 33, 71, 0.14);
}

.certCardBanner {
  text-align: center;
}

.certCardCategory {
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1;
}

.certCardBannerTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  margin: 0;
  padding-bottom: 18px;
}

.certCardBannerTitleTop {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.certCardBannerTitleMain {
  font-size: 21px;
  font-weight: 700;
  color: #f58220;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.certCardBannerTitleSub {
  font-size: 12px;
  font-weight: 700;
  color: #f58220;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.certCardBannerBar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #f58220 0%, #ffa040 100%);
}

.certCardBody {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  flex: 1;
  gap: 10px;
}

.certCardHeading {
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #0471a0 !important;
  margin: 0 !important;
}

.certBadge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 11px;
  border-radius: 20px;
  width: fit-content;
  white-space: nowrap;
}

.certBadge--certified {
  background: #20f5204f;

  color: #000000;
  font-weight: 200;
  font-size: 10.5px;
  line-height: 100%;
  text-transform:none;
}

.certBadge--assessed-annually {
  background: #a686ff4f;

  color: #000000;
  font-weight: 200;
  font-size: 10.5px;
  line-height: 100%;
  text-transform:none;
}

.certBadge--self-certified {
  background: #60dad44f;

  color: #000000;
  font-weight: 200;
  font-size: 10.5px;
  line-height: 100%;
  text-transform:none;
}

.certBadge--assessed {
  background: #9c20f54f;
  color: #000000;
  font-weight: 200;
  font-size: 10.5px;
  line-height: 100%;
  text-transform:none;
}

.certBadge--compliant {
  background: #96ff924f;
  font-weight: 200;
  font-size: 10.5px;
  line-height: 100%;
  vertical-align: middle;
  text-transform:none;
  color: #000000;
}

.certBadge--supported {
  background: #a8a8cf4f;
  font-weight: 200;
  font-size: 10.5px;
  color: #000000;
  line-height: 100%;
  text-transform:none;
}

.certBadge--in-progress {
  background: #f5c3204f;

  color: #000000;
  font-weight: 200;
  font-size: 10.5px;
  line-height: 100%;
  text-transform:none;
}

.certCardDesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #646464;
  margin: 0;
  flex: 1;
  margin-bottom: 0px !important;
}

.certViewLink {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #0471a0;
  display: flex;
  gap: 10px;
  align-items: center;
}
.certViewLink svg {
  width: 15px;
  height: 11px;
}

.certCard:hover .certViewLink {
  text-decoration: underline;
}

.trustSubLeftContent p {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #000000;
  padding-top: 20px;
  margin: 0px !important;
}
.trustSubLeftContent {
  padding-right: 58px;
}

.trustSubLeftContent h2 {
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
  color: #000000;
  margin: 0px !important;
}
.trustCenterRightImg {
  padding: 0 40px;
}
.trustSubLeftContent p:nth-of-type(1) {
  padding-top: 20px;
}
.trustSubLeftContent p:nth-of-type(2) {
  padding-top: 20px;
}
.trustSubLeftContent ul {
  padding-left: 30px;
}
.trustSubLeftContent ul li {
  font-weight: 400;
  list-style: disc;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #000000;
  padding-top: 20px;
}
.trustSubLeftContent ul li strong {
  font-weight: 700;
}
.sustainabilityCommitment img {
  margin: 0;
  height: 88px;
  width: 88px;
}
.trustedInfoSecuritySection {
  padding-bottom: 80px;
}

.sustainabilityCommitmenItem{
  border: none;
  padding: 0;
}
.sustainabilityCommitmenItem:hover p{
  color: #000000;
  font-weight: 400;
}
.sustainabilityCommitmenItem:hover{
  border: none;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  color: #000000;
}

.breadCrumb .breadCrumbText {
  display: flex;
  gap: 10px;
  margin:  0 0 7px 0;
}
/* .breadCrumb .breadCrumbText a{
  text-decoration: underline;
} */
.breadCrumb .breadCrumbText a, span {
  padding: 0;
  color: #ffffff;
}


.commonTab{
  background-color: #ffffff;
  padding:20px;
  display: flex;
  gap: 0;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #00000087;

}
.commonTab a{
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0%;


}
.commonTab a:hover{
  text-decoration: none;
}
.commonTab a.activeTab{
  color: #00c5ff;
  
}

.sustainabilityAssessmentBodyPara{
  padding-top: 0 !important;
}

.sustainabilityAssessmentBodyTitle{
  margin-bottom: 10px !important;
}

.keyRequirementsTitle{
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}
.sustainabilityAssessmentBodySubTitle{
  margin: 0 !important;
  color: #000000 !important;
  color: #ffffff !important;
  padding-top: 10px ;
}
.sustainabilityAssessmentMedia--top{
  width:50%;

}
.sustainabilityAssessmentBody--top{
  width:50%;
}
.sustainabilityAssessmentBody h3:nth-of-type(2)
{
  padding-top: 10px;
}
.sustainabilityAssessmentBody h3:nth-of-type(3)
{
  padding-top: 10px;
}

.illustration-img{
  padding-top: 70px;
}

/* .trustedInfoSecurityContent{
  padding-bottom:40px;
} */
@media (max-width: 1024px) {
  
  .trustSafetyGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

 




}



@media (max-width: 991px) {
  
  .comPad{
    padding-top: 40px;
  }
  .illustration-img{
    padding-top:0px;
  }
  .trustCenterCommonBanner{
   height: 700px;
  }
  .sustainabilityAssessmentBodyTitle{
    margin-bottom: 0px !important;
  }
  .sustainabilityAssessmentMedia--top{
    width:100%;
  }
  .sustainabilityAssessmentBody--top{
    width:100%;
  }
  .col-40 {
    width: 100%;
  }
  .trustSafetyGrid {
    gap: 20px;
  }
  .trustSafetySection {
    padding: 0px 0 40px;
  }
  .trustFrameGridItem p{
    font-size:14px;
    line-height:24px;
  }
  .commonTab{
    flex-wrap: wrap;
    padding: 15px 15px 15px 15px;
    justify-content:unset;
    gap: 12px;
  }
  .breadCrumb .breadCrumbText{
    flex-wrap: wrap;
    gap: 5px;
  }
  
  .trustedInfoSecuritySection {
    padding-bottom: 40px;
  }
  .certCardsSection {
    padding-bottom: 40px;
  }
  .sustainabilityCommitmentTitle {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .col-60 {
    width: 100%;
  }
  .dataProtectionGrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .dataProtectionGridItem span:not(.readMoreLink) {
    font-size: 20px;
    line-height: 30px;
  }
  .trustCenterContent p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0 !important;
  }
  .trustCenterContent {
    max-width: 452px;
    left: 255px;
  }

  .readMoreLink {
    padding: 8px 0 8px 0;
    max-width: 145px;
  }
  .infoSecurityImg img {
    width: 70px;
    height: 70px;
  }
  .trustFrameworkContent p {
    font-size: 16px;
    line-height: 26px;
  }
  .trustFrameGridItem {
    padding: 12px;
  }
  .sustainabilityCommitment img {
    width: 60px;
    height: 60px;
  }
  .trustSafetyLink {
    font-size: 14px;
    line-height: 24px;
  }

  .trustSubLeftContent h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .trustSubLeftContent p {
    font-size: 18px;
    line-height: 28px;
  }
  .trustSubLeftContent ul li {
    font-size: 18px;
    line-height: 28px;
  }
  .trustCenterSubSection .row {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .trustCenterRightImg {
    padding: 0;
  }
  .certCardsGrid {
    grid-template-columns: repeat(1, 1fr);
  }

  .commonPadding {
    padding: 40px 0;
  }

  .sustainabilityAssessmentSection {
    padding-bottom: 50px !important;
  }

  .sustainabilityAssessmentGrid,
  .sustainabilityAssessmentCard--hero,
  .sustainabilityAssessmentCard--split {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .sustainabilityAssessmentCard--hero,
  .sustainabilityAssessmentCard--split {
    gap: 0;
    padding: 15px;
    flex-direction: column;
  }

  .sustainabilityAssessmentCard--hero .sustainabilityAssessmentBody,
  .sustainabilityAssessmentCard--split .sustainabilityAssessmentBody {
    padding: 10px 0;
    order: 2;
  }

  .sustainabilityAssessmentMedia,
  .sustainabilityAssessmentMedia--top {
    min-height: 220px;
  }

  .dataProtectionGridItem p {
    font-size: 14px;
    line-height: 24px;
  }

  .dataProtectionGrid .dataProtectionGridItem {
    padding: 30px;
  }

  .dataProtectionGridItem span {
    font-size: 18px;
    line-height: 28px;
  }

  .readMoreLink {
    font-size: 14px;
    line-height: 22px;
  }

  .readMoreLink svg {
    width: 12px;
    height: 12px;
  }

  .trustedInfoSecurityContent h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .trustedInfoSecurityContent p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 0px;
  }

  .qmsProcessGrid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .qmsProcessPanel {
    padding: 18px 14px 14px;
  }

  .qmsProcessDescription {
    padding: 18px 8px 0;
  }

  .sustainabilityAssessmentCard--stacked {
    padding: 15px;

  }
  /* .trustedInfoSecurityContent{
    padding-bottom: 0;
  } */

  .sustainabilityAssessmentGrid {
    gap: 20px;
    /* padding-top: 30px; */
  }

  .sustainabilityAssessmentLayout {
    gap: 14px;
  }

  .sustainabilityAssessmentBody {
    padding: 16px 0px;
  }

  .sustainabilityAssessmentBody h2,
  .sustainabilityAssessmentBody h3 {
    font-size: 16px;
    line-height: 26px;
    padding-top: 0px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .sustainabilityAssessmentBody p,
  .sustainabilityAssessmentList li {
    font-size: 14px;
    line-height: 24px;
  }

  .sustainabilityAssessmentMedia,
  .sustainabilityAssessmentMedia--top {
    min-height: 0;
    padding: 0;
  }

  .qmsProcessIntro h3,
  .qmsProcessDescription h3 {
    font-size: 16px;
  }

  .qmsProcessCard {
    padding: 14px;
  }
}


@media (max-width: 767px) {
 

  .trustCenterContent {
    max-width: 340px;
    left: 190px;
    margin-top: 10px;
  }

  .trustSafetyGrid {
    grid-template-columns: 1fr;
  }

  .trustSafetyCard {
    padding: 40px 28px 36px;
    /* border-bottom: 1px solid #d1e9f6; */
  }


  .trustSafetyGrid > article:last-of-type {
    border-bottom: none;
  }

 



  .trustSafetyCard--filler {
    display: none;
  }
}
/* =============================================
   Valued Customers Slider
   ============================================= */

.valuedCustomersSection {
  background-color: #0d1b3e;
  padding: 39px 0 77px 0;
}

.valuedCustomersTitle {
  text-align: center;
  color: #ffffff !important;
  font-size: 32px !important;
  line-height: 42px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  margin-bottom: 36px;
}

.valuedCustomersSwiper {
  position: relative;
  padding: 0;
}

/* White card that wraps the logo grid + pagination */
.valuedCustomersCard {
  background: #ffffff;
  border-radius: 8px;
  padding: 48px 144px 32px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}

/* 4-column logo grid — flexbox so partial last rows (6 or 7 logos) are centred */
.valuedCustomersGrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
  column-gap: 0;
}

/* Individual logo cell — 25% = 4 per row; surplus items in the last row centre automatically */
.valuedCustomersLogoItem {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex: 0 0 25%;
}

/* Remove right border for last column */
.valuedCustomersLogoItem:nth-child(4n) {
  border-right: none;
}

/* Remove bottom border for last row items */
.valuedCustomersLogoItem:nth-child(n + 5) {
  border-bottom: none;
}

.valuedCustomersLogoItem img {
  max-width: 140px;
  max-height: 100px;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition:
    filter 0.25s ease,
    opacity 0.25s ease;
}

.valuedCustomersLogoItem:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* ---- Dot pagination (inside white card, normal flow) ---- */
.valuedCustomersPagination {
  position: static !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
  width: 100%;
}

.valuedCustomersPagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #b0bec5;
  opacity: 1;
  border-radius: 50%;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.valuedCustomersPagination .swiper-pagination-bullet-active {
  background: #0d1b3e;
  transform: scale(1.25);
}

.desktop-img {
  display: block;
  width: 100%;
  margin: 0;
}
.mobile-img {
  display: none;
}

/* ---- Responsive ---- */

@media (max-width: 1200px) {
 
}
@media (max-width: 991px) {
  .valuedCustomersSwiper {
    padding: 0;
  }
  .trustFrameworkSection .row {
    flex-direction: column;
  }
  .col-50 {
    width: 100%;
  }
  .trustCenterContent h1 {
    font-size: 32px;
    line-height: 42px;
    padding: 0 0px;
    margin-bottom: 0px !important;
  }
  .trustFrameworkContent h2 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 0px !important;
  }
  .trustCenterSection {
    margin-top: 0;
  }
  .wrapper {
    max-width: calc(100% - 40px);
  }
  .trustContent p {
    font-size: 16px;
    line-height: 26px;
    padding: 40px 20px;
  }
  .trustFrameworkSection {
    padding: 40px 0 0 0;
  }
  .trustFrameGrid {
   
 
    gap: 20px;
    margin-bottom: 0px;
  }
  .desktop-img {
    display: none;
  }
  .trustSafetyKicker {
    padding: 30px 20px 0 20px;
    margin-bottom: 10px !important;
  }
  .trustSafetyTitle {
    padding: 0 20px 0 20px;
    font-size: 22px !important;
    line-height: 33px !important;
  }

  .mobile-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .trustSubLeftContent {
    padding: 0;
  }
  .valuedCustomersCard {
    padding: 36px 28px 28px;
  }

  .valuedCustomersGrid {
    /* 2-column on tablet */
  }

  .valuedCustomersLogoItem {
    flex: 0 0 50%;
  }

  .valuedCustomersLogoItem:nth-child(4n) {
    border-right: 1px solid #e5eef5;
  }

  .valuedCustomersLogoItem:nth-child(2n) {
    border-right: none;
  }

  .valuedCustomersLogoItem:nth-child(n + 7) {
    border-bottom: none;
  }

  .valuedCustomersTitle {
    font-size: 24px !important;
    line-height: 34px !important;
    margin-top: 0px !important;
  }
  .valuedCustomersPagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
}

@media (max-width: 640px) {
  .valuedCustomersSection {
    padding: 48px 0 56px;
  }

  .valuedCustomersSwiper {
    padding: 0;
  }

  .valuedCustomersCard {
    padding: 24px 16px 24px;
  }

  .valuedCustomersLogoItem {
    flex: 0 0 50%;
    padding: 0;
  }

  .valuedCustomersLogoItem img {
    max-width: 90px;
    max-height: 40px;
  }
}
