/* our-story.css First block*/
.our-story-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #004C97;
  font-family: roboto;
  color: #fff;
}

.our-story-right h2 {
  color: #fff;
  font-weight: 200;
  }

.our-story-right p {
  color: #fff;

  font-family: roboto;
  white-space: nowrap;
  line-height: 130%;
  }
.our-story-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
    margin: auto;
}

.our-story-left,
.our-story-right {
  flex: 1 1 45%;
}

.our-story-image {               
  object-fit: cover;          
  border-radius: 0 71% 71% 0 / 0 100% 100% 0;
  display: block;
}


.our-story-actions {
  display: flex;
  gap: 20px; /* spacing between button and link */
  margin: 0 !important;
}

.our-story-actions .our-story-button {
  border: 1px solid #fff;
    display: inline-flex;
    font-family: Roboto;
    font-weight: 200;
    text-transform: none;
    letter-spacing: normal;
    border-radius: 6px;
    background-origin: border-box;
    font-size: 16px;
    color: #fff !important;
    max-width: 180px;
    margin-bottom: 0px;
    padding: 8px 12px;
    display: flex !important;
    align-items: center !important;
}

.our-story-actions .our-story-button:hover{
	background-color: #3370ac;
  }

.our-story-actions .our-story-sub-link {
   border: 1px solid #fff;
    display: inline-block;
    font-family: Roboto;
    font-weight: 200;
    text-transform: none;
    letter-spacing: normal;
    border-radius: 6px;
    background-origin: border-box;
    padding: 8px 24px;
    font-size: 16px;
    color: #fff !important;
    max-width: 180px;
}

.our-story-actions .our-story-sub-link:hover{
	background-color: #3370ac;
  }

.our-story-sub-link {
  margin: 0 !important;
}


.container .our-vision-container {
   max-width: 1440px !important;
   margin: auto !important;
}




/* ---------- Responsive Media Queries ---------- */

/* 📱 Small Devices (Mobile: up to 576px) */
@media (max-width: 576px) {
  .our-story-image {
    height: auto;
    width: 100%;
    object-fit: contain;
    border-radius: 0;
  }

  .our-story-container {
    flex-direction: column;
    padding: 20px;
  }

  .our-story-content-wrapper {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }

  .our-story-left,
  .our-story-right {
    flex: 1 1 100%;
    text-align: center;
  }

  .our-story-right h2 {
    font-size: 22px;
  }

  .our-story-right p {
    font-size: 14px;
    line-height: 1.5;
  }

  .our-story-actions {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
.client-monitor-entire-ecosystem-container h2{
 font-size: 24px;
}
.client-monitor-entire-ecosystem-name{
font-size: 22px;
}
}

@media (max-width:480px){
.client-monitor-entire-ecosystem-container h2{
 font-size: 24px !important;
}
.client-monitor-entire-ecosystem-name{
font-size: 22px !important;
}
}
/* 📱📲 Medium Devices (Tablets: 577px–768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .our-story-image {
    height: auto;
    max-width: 100%;
    object-fit: contain;
    border-radius: 0;
  }

  .our-story-container {
    flex-direction: column;
    padding: 30px;
  }

  .our-story-content-wrapper {
    gap: 30px;
  }

  .our-story-left,
  .our-story-right {
    flex: 1 1 100%;
    text-align: center;
  }

  .our-story-right h2 {
    font-size: 26px;
  }

  .our-story-right p {
    font-size: 15px;
    line-height: 1.6;
  }

  .our-story-actions {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
}

/* 💻 Large Devices (Small Desktop: 769px–1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .our-story-image {
    height: 450px;
    object-fit: cover;
    border-radius: 0 50% 50% 0 / 0 100% 100% 0;
  }

  .our-story-container {
    padding: 40px;
  }

  .our-story-right h2 {
    font-size: 28px;
  }

  .our-story-right p {
    font-size: 15px;
  }

  .our-story-actions {
    gap: 15px;
  }
}







/* 2nd block */
.our-vision-section {
  
 
  font-family: roboto;
}

.our-vision-container {
  max-width:1440px !important;
  margin: 0 auto;
}

.our-vision-heading {
  font-size: 48px;
    font-weight: bold;
    letter-spacing: 0;
    color: #343741;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.our-vision-description {
    font-size: 16px;
    font-weight: 300;
    color: #343741;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    text-align: center;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
    padding-left: 18%;
    padding-right: 18%;
    line-height: 1.5;
}


/* ✅ Medium Devices (Tablets: 768px to 991px) */
@media (max-width: 991px) {
  .our-vision-heading {
    font-size: 26px;
  }

  .our-vision-description {
    font-size: 15px;
    padding: 0 10%;
  }
}

/* ✅ Small Devices (Phones: 576px to 767px) */
@media (max-width: 767px) {
  .our-vision-heading {
    font-size: 24px;
  }

  .our-vision-description {
    font-size: 14.5px;
    padding: 0 8%;
    flex-direction: column;
    text-align: center;
  }
}

/* ✅ Extra Small Devices (Phones under 575px) */
@media (max-width: 575px) {
  .our-vision-heading {
    font-size: 22px;
  }

  .our-vision-description {
    font-size: 14px;
    padding: 0 5%;
    line-height: 1.5;
    flex-direction: column;
    text-align: center;
  }
}


 /* third section ****** 3 ****                                                         /* 3rd section in our carrer */ */
.our-approach-section {
  
  
  font-family: roboto;
}

.our-approach-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.our-approach-heading {
  font-size: 48px;
  font-weight: bold;
  color: #434343;
  text-align: center;
  margin-bottom: 20px;
  font-family: roboto;
  padding-top: 50px;
}

.our-approach-description,
.our-approach-conclusion {
  font-size: 16px;
    font-weight: 300;
    color: #333740;
    line-height: 1.5;
    text-align: center;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    padding-left: 12%;
    padding-right: 12%;
    font-family: roboto;
    margin: 10px !important;
    
    
}

.our-approach-list {
  font-size: 16px;
    color: #333740;
    line-height: 1.5;
    font-family: roboto;
    text-align: left;
    margin-left: 282px;
    margin-right: 267px;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.our-approach-list li {
  
  font-family: roboto;
}

.our-approach-conclusion {
  margin-bottom: 10px;
}


/* Tablets - screens smaller than 991px */
@media (max-width: 991px) {
  .our-approach-heading {
    font-size: 26px;
    padding-top: 80px;
  }

  .our-approach-description,
  .our-approach-conclusion {
    padding-left: 12%;
    padding-right: 12%;
    font-size: 15px;
  }

  .our-approach-list {
    margin-left: 12%;
    margin-right: 12%;
    font-size: 15px;
  }
}

/* Small Tablets & Large Phones - screens smaller than 767px */
@media (max-width: 767px) {
  .our-approach-heading {
    font-size: 24px;
    padding-top: 60px;
  }

  .our-approach-description,
  .our-approach-conclusion {
    padding-left: 8%;
    padding-right: 8%;
    font-size: 14.5px;
  }

  .our-approach-list {
    margin-left: 8%;
    margin-right: 8%;
    font-size: 14.5px;
  }
}

/* Mobile Phones - screens smaller than 575px */
@media (max-width: 575px) {
  .our-approach-heading {
    font-size: 22px;
    padding-top: 50px;
  }

  .our-approach-description,
  .our-approach-conclusion {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
    text-align: left;
  }

  .our-approach-list {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 14px;
    padding:20px;
  }
}



/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@4th section @@@@@@@@@@@@@@@@@@ */

.visil-match-start-section {
  background: url('/drupal/sites/default/files/2025-03/bg-resource-scaled-1_1.jpg') no-repeat center center / cover;
  padding: 60px 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.visil-match-start-container {
  max-width: 1200px;
  margin: 0 auto;
}

.visil-match-start-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  
  justify-content: center;
}

.visil-match-start-video-wrapper {
  flex: 1 1 528px;
  max-width: 528px;
}

.visil-match-start-video-wrapper iframe {
  width: 100%;
  height: 315px;
  border-radius: 10px;
}

.visil-match-start-content {
  flex: 1 1 528px;
  max-width: 528px;
  
}

.visil-match-start-heading {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #343741;
  font-family: roboto;
  
}

.visil-match-start-description {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 !important;
  color: #333740;
  font-family:roboto;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.visil-match-start-button {
  display: inline-flex;
  padding: 10px 26px;
  color: #FFFFFF !important;
  background-color: #004C97;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  transition: background-color 0.3s ease;
transition: all 0.3s ease-in-out !important;
line-height:1.5;

  
}
.visil-match-start-button svg{
margin-top: 3px;
    margin-left: 4px;
}
.visil-match-start-button:hover {
	background-color: #3370ac;
    transform: scale(1.05) !important;
  }


/* 📱 Mobile Devices (up to 576px) */
@media (max-width: 576px) {
  .visil-match-start-flex {
    flex-direction: column;
    gap: 30px;
  }

  .visil-match-start-video-wrapper,
  .visil-match-start-content {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .visil-match-start-video-wrapper iframe {
    height: 250px;
  }

  .visil-match-start-heading {
    font-size: 24px;
  }

  .visil-match-start-description {
    font-size: 14px;
  }

  .visil-match-start-button {
    width: 100%;
    text-align: center;
    font-size:14px;
  }
}

/* 📲 Tablets (577px to 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .visil-match-start-flex {
    flex-direction: column;
    gap: 35px;
  }

  .visil-match-start-video-wrapper,
  .visil-match-start-content {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .visil-match-start-video-wrapper iframe {
    height: 280px;
  }

  .visil-match-start-heading {
    font-size: 26px;
  }

  .visil-match-start-description {
    font-size: 15px;
  }

  .visil-match-start-button {
    width: auto;
  }
}

/* 💻 Small Desktop (769px to 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .visil-match-start-flex {
    gap: 40px;
    flex-wrap: wrap;
  }

  .visil-match-start-video-wrapper,
  .visil-match-start-content {
    flex: 1 1 48%;
    max-width: 48%;
  }

  .visil-match-start-video-wrapper iframe {
    height: 300px;
  }
}




/*         %%%%%%%%%%%%%%%%%%% 5th section %%%%%%%%%%%%%      */

.aware-evolving-need-section {
  
  font-family: roboto;
  color: #333740;
  max-width: 1440px !important;
  margin: auto !important;
}

.aware-evolving-need-container {
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 60px;
    padding-top: 70px;
    max-width: 1440px;
}

.aware-evolving-need-image-wrapper {
  flex: 1 1 564px;
  max-width: 564px;
}

.aware-evolving-need-image {
  width: 100%;
  height: auto;
  display: block;
  
}

.aware-evolving-need-content {
  flex: 1 1 450px;
  max-width: 450px;
}

.aware-evolving-need-heading {
  font-size: 48px;
  color: #343741;
  font-weight: bold;
  font-family: roboto;
  line-height: 1.2;
  margin: 36px 0px 10px;
}

.aware-evolving-need-description {
  font-size: 16px;
  line-height: 1.5;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  /*margin: 0 !important;*/
   margin: 36px 0px 15px;
}

.aware-evolving-need-button {
  padding: 10px 26px;
    background-color: #004C97;
    color: #fff !important;
    font-weight:500;
    font-size: 16px;
    border-radius: 8px;
    line-height: 1.5;
    transition: all 0.3s ease-in-out !important;

}
.aware-evolving-need-button svg{
margin-bottom: -3px;
    margin-left: 4px;
}
.aware-evolving-need-button:hover {
  background-color: #3370ac;
  transform: scale(1.05) !important;

}


@media (max-width: 768px) {
  .aware-evolving-need-container {
    flex-direction: column;
    gap: 40px;
    padding-top: 40px;
  }

  .aware-evolving-need-image-wrapper,
  .aware-evolving-need-content {
    max-width: 100%;
    flex: 1 1 100%;
    text-align: center;
  }

  .aware-evolving-need-heading {
    font-size: 24px;
  }

  .aware-evolving-need-description {
    font-size: 16px;
  }

  .aware-evolving-need-button {
    display: inline-block;
    margin-top: 20px;
  }
}

@media (max-width: 480px){
 .aware-evolving-need-description {
    font-size: 14px;
  }
.aware-evolving-need-container{
padding: 0 30px;
}
.aware-evolving-need-button{
font-size: 14px;
margin-top:0;
}
}


/*         %%%%%%%%%%%%%%%%%%% 6th section %%%%%%%%%%%%%      */

.detection-threat-safegaurd-section {
  padding-left: 40px;
  font-family: roboto;
  max-width: 1440px;
  margin: auto;
}

.detection-threat-safegaurd-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding-top: 140px;
}

.detection-threat-safegaurd-content {
  flex: 1 1 450px;
  max-width: 450px;
  color: #333740;
}

.detection-threat-safegaurd-heading {
  font-size: 48px;
  font-weight: bold;
  color: #343741;
  font-family: roboto;
  line-height: 1.2;
  margin: 36px 0px 10px;
}

.detection-threat-safegaurd-description {
  font-size: 16px;
  line-height: 1.5;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
 /*margin: 0 !important;*/
   margin: 36px 0px 15px;
}

.detection-threat-safegaurd-button {
  
  padding: 10px 26px;
  background-color: #004C97;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s ease-in-out !important;
line-height:1.5;
}
.detection-threat-safegaurd-button svg{
    margin-bottom: -3px;
    margin-left: 4px;
}
.detection-threat-safegaurd-button:hover {
  background-color: #3370ac;
  transform: scale(1.05) !important;
}

.detection-threat-safegaurd-image-wrapper {
  flex: 1 1 564px;
  max-width: 564px;
}

.detection-threat-safegaurd-image {
  width: 100%;
  height: auto;
  display: block;
}


/* Responsive styles for tablets and mobiles */
@media (max-width: 1024px) {
  .detection-threat-safegaurd-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding-top: 40px;
  }

  .detection-threat-safegaurd-content,
  .detection-threat-safegaurd-image-wrapper {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0 20px;
    text-align: center;
  }

  .detection-threat-safegaurd-heading {
    font-size: 22px;
  }

  .detection-threat-safegaurd-description {
    font-size: 15px;
  }

  .detection-threat-safegaurd-button {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .detection-threat-safegaurd-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .detection-threat-safegaurd-heading {
    font-size: 20px;
  }

  .detection-threat-safegaurd-description {
    font-size: 14px;
  }

  .detection-threat-safegaurd-button {
    font-size: 14px;
    padding: 10px 26px;
  }

  .detection-threat-safegaurd-container {
    gap: 30px;
  }
}
















/*         %%%%%%%%%%%%%%%%%%% 7th section %%%%%%%%%%%%%      */


.alert-xdr-blind-section {
  padding-left: 40px;
  font-family: roboto;
  max-width:1440px !important;
  margin: auto;
  
}

.alert-xdr-blind-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding-top: 140px;
    max-width: 1440px;
}

.alert-xdr-blind-image-wrapper {
  flex: 1 1 564px;
  max-width: 564px;
}

.alert-xdr-blind-image {
  width: 100%;
  height: auto;
  display: block;
  
}

.alert-xdr-blind-content {
  flex: 1 1 450px;
  max-width: 450px;
  color: #333740;
}

.alert-xdr-blind-heading {
  font-size: 48px;
  font-weight: bold;
  color: #343741;
  font-family: roboto;
  line-height: 1.2;
  margin: 36px 0px 10px;
  
}

.alert-xdr-blind-description {
  font-size: 16px;
  line-height: 1.5;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  /*margin: 0 !important;*/
   margin: 36px 0px 15px;
  
}

.alert-xdr-blind-button {
  
  padding: 10px 26px;
  background-color: #004C97;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  line-height:1.5;
  transition: all 0.3s ease-in-out !important;
}
.alert-xdr-blind-button svg{
margin-bottom: -3px;
    margin-left: 3px;
}
.alert-xdr-blind-button:hover {
  background-color: #3370ac;
  transform: scale(1.05) !important;

}


/* Reponsive for all */
@media (max-width: 1024px) {
  .alert-xdr-blind-container {
    flex-direction: column;
    gap: 40px;
    padding-top: 40px;
  }

  .alert-xdr-blind-image-wrapper,
  .alert-xdr-blind-content {
    max-width: 100%;
    flex: 1 1 100%;
    text-align: center;
    padding: 0 20px;
  }

  .alert-xdr-blind-heading {
    font-size: 24px;
  }

  .alert-xdr-blind-description {
    font-size: 16px;
  }

  .alert-xdr-blind-button {
    margin-top: 20px;
  }
}

@media (max-width: 480px){
.alert-xdr-blind-description {
    font-size: 14px;
  }
.alert-xdr-blind-button{
font-size: 14px;
}
.alert-xdr-blind-section{
padding-left:20px;
padding-right:20px;
}
}
/*         %%%%%%%%%%%%%%%%%%% 7th section %%%%%%%%%%%%%      */

.containment-phone-action-threat-section {
  padding-left: 40px;
  font-family: roboto;
  max-width:1440px;
  margin: auto;
}

.containment-phone-action-threat-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding-top: 140px;
  max-width: 1440px;
  padding-bottom:90px;
}

.containment-phone-action-threat-content {
  flex: 1 1 450px;
  max-width: 450px;
  color: #333740;
}

.containment-phone-action-threat-heading {
  font-size: 48px;
  color: #343741;
  font-weight: bold;
  font-family: roboto;
  line-height: 1.2;
  margin: 36px 0px 10px;
}

.containment-phone-action-threat-description {
  font-size: 16px;
  line-height: 1.5;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  /*margin: 0 !important;*/
   margin: 36px 0px 15px;
}

.containment-phone-action-threat-button {
  
  padding: 10px 26px;
  background-color: #004C97;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
   transition: all 0.3s ease-in-out !important;
  line-height:1.5;
   
}
.containment-phone-action-threat-button svg{
 margin-bottom: -3px;
    margin-left: 4px;
}
.containment-phone-action-threat-button:hover {
  background-color: #3370ac;
transform: scale(1.05) !important;

}

.containment-phone-action-threat-image-wrapper {
  flex: 1 1 564px;
  max-width: 564px;
}

.containment-phone-action-threat-image {
  width: 100%;
  height: auto;
  display: block;
}

/* ===================== Responsive Media Queries ===================== */

/* Tablet view (768px and below) */
@media (max-width: 991px) {
  .containment-phone-action-threat-container {
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding-top: 100px;
  }

  .containment-phone-action-threat-content,
  .containment-phone-action-threat-image-wrapper {
    max-width: 90%;
    text-align: center;
    max-height: 226px;
  }

  .containment-phone-action-threat-heading {
    font-size: 22px;
  }

  .containment-phone-action-threat-description {
    font-size: 15px;
  }

  .containment-phone-action-threat-button {
    font-size: 15px;
  }
}

/* Mobile view (576px and below) */
@media (max-width: 576px) {
  .containment-phone-action-threat-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .containment-phone-action-threat-container {
    padding-top: 30px;
    padding-bottom:10px;
  }

  .containment-phone-action-threat-heading {
    font-size: 20px;
  }

  .containment-phone-action-threat-description {
    font-size: 14px;
  }

  .containment-phone-action-threat-button {
    font-size: 14px;
    padding: 10px 26px;
  }
}



/*         %%%%%%%%%%%%%%%%%%% 8th section %%%%%%%%%%%%%      */


.about-employees-information-us-wrapper {
  background: #f4f5f7;
  width: 100%;
  padding : 60px 0px;
  
}

.about-employees-information-us-intro {
    margin-top: 30px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 1.7;
    color: #333740;
    text-align: left;
}



.about-employees-information-us-container {
  
  margin: 0 auto 40px auto; /* Center the container */
  max-width: 980px;
  font-family: Roboto, sans-serif;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  font-size: 16px;
  text-align: left; /* Keep text alignment normal inside */
}

.about-employees-information-us-heading {
  font-size: 48px;
  font-weight: bold;
  color: #343741;
  margin-bottom: 40px;
  text-align: center; /* Heading centered */
}

.about-employees-information-us-section {
  display: flex;
  justify-content: center; /* Center the flex children */
  align-items: flex-start;
  margin-bottom: 40px;
  text-align: left;
  gap: 40px; /* Adds space between title and content */
}

.about-employees-information-us-title {
  font-size: 20px;
  color: #343741;
  font-weight: bold;
  width: 195px !important;
  flex-shrink: 0;
  line-height :1.2;
margin-block:0;
}

.about-employees-information-us-values,
.about-employees-information-us-content {
  flex-grow: 1;
}

.about-employees-information-us-values {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.about-employees-information-us-value {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-basis: 30%;
}

.about-employees-information-us-value img {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}

.about-employees-information-us-value p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}

.about-employees-information-us-content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}


/* Tablets (768px and below) */
@media (max-width: 980px) {
  .about-employees-information-us-container {
    padding: 0 20px;
  }

  .about-employees-information-us-section {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .about-employees-information-us-title {
    width: auto;
    margin-bottom: 10px;
  }

  .about-employees-information-us-values {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }

  .about-employees-information-us-value {
    flex-basis: 45%;
  }

  .about-employees-information-us-intro {
    text-align: left;
  }
}

/* Mobile (480px and below) */
@media (max-width: 600px) {
  .about-employees-information-us-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .about-employees-information-us-values {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-employees-information-us-value {
    flex-basis: 100%;
    flex-direction: row;
    gap: 12px;
  }

  .about-employees-information-us-value img {
    width: 40px;
    height: 40px;
  }

  .about-employees-information-us-heading {
    font-size: 24px;
  }

  .about-employees-information-us-title {
    font-size: 14px;
  }

  .about-employees-information-us-content p,
  .about-employees-information-us-value p,
  .about-employees-information-us-intro {
    font-size: 14px;
  }
}
@media (max-width:480px) {
.about-employees-information-us-intro p{
    font-size: 14px;
  }
.about-employees-information-us-wrapper{
padding: 20px;
}
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@9th section @@@@@@@@@@@@@@@@@@ */

.client-monitor-entire-ecosystem-wrapper {
  width: 100%;
  padding: 70px 20px 20px;
  background-color: #fff;
}

.client-monitor-entire-ecosystem-container {
  max-width: 1126px;
  margin: 0 auto;
  text-align: left;
}

.client-monitor-entire-ecosystem-container h2 {
  color: #343741;
  font-weight: bold;
  font-size: 48px;
  font-family: Roboto, sans-serif;
  margin: 10px 0 40px 0;
}

.client-monitor-entire-ecosystem-card {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.client-monitor-entire-ecosystem-content {
  max-width:563px;
}

.client-monitor-entire-end-quote{
  background-image: url('/drupal/sites/default/files/2025-06/invertedquote.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 24px;
   font-size: 16px !important;
  line-height: 1.5 !important;
  
}
.client-monitor-entire-start-quote{
  width: 100%;
  box-sizing: border-box;
  margin: 5px auto 20px;
  /*margin: 5px;
  position: relative; */
  background-image: url('/drupal/sites/default/files/2025-04/quote.png'),
                    url('/drupal/sites/default/files/2025-06/invertedquote.png');;
   background-position: top left, bottom right;
  background-repeat: no-repeat, no-repeat;
  background-size: 24px, 24px;
  font-size: 16px !important;
  line-height: 1.5 !important;
  padding: 10px 40px 0 40px;
  font-family: roboto;
  color: #333740;
  font-weight: 100;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.client-monitor-entire-ecosystem-name {
  font-weight: bold;
  font-size: 30px;
  font-family: roboto;
  color: #434343;
  margin-top: 20px;
  margin-bottom: 5px;
}

.client-monitor-entire-ecosystem-title {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}
.client-monitor-entire-ecosystem-button-wrapper{
padding:20px 0;
}
.client-monitor-entire-ecosystem-button-wrapper a {
  display: inline-block;
  padding: 10px 26px;
  background-color: #004C97;
  color: #fff !important;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
line-height:1.5;
  font-family:'Roboto';
}
.client-monitor-entire-ecosystem-button-wrapper a svg{
margin-bottom: -4px;
    margin-left: 3px;
}
.client-monitor-entire-ecosystem-button-wrapper a:hover {
  background-color: #3370ac;
  transform: scale(1.05) !important;
}

.client-monitor-entire-ecosystem-img {
  width: 35%;
}

.client-monitor-entire-ecosystem-img img {
  max-width: 427.88px;
  
  height: auto;
  display: block;
}

.text-content blockquote::before,
.cke_editable blockquote::before {
  display: none !important;
}

blockquote::after {
  content: none !important;
}

.client-monitor-entire-ecosystem-title {
 margin: 0 !important;
}


/* =================== Responsive Media Queries =================== */

/* Tablets (max-width: 991px) */
@media screen and (max-width: 991px) {
  .client-monitor-entire-ecosystem-container {
    flex-direction: column-reverse;
    gap: 40px;
    text-align: center;
  }

  .client-monitor-entire-ecosystem-left,
  .client-monitor-entire-ecosystem-right {
    width: 100%;
  }

  .client-monitor-entire-ecosystem-left blockquote {
    background-position: top center;
    padding: 0 20px;
    font-size: 16px;
  }
}

/* Mobile (max-width: 575px) */
/* Responsive Fixes */
@media screen and (max-width: 575px) {
  .client-monitor-entire-ecosystem-content blockquote {
    padding: 0 16px;
    background-size: 20px;
    font-size: 15px;
  }
.client-monitor-entire-ecosystem-content blockquote p{
 font-size: 14px;
}
  .client-monitor-entire-ecosystem-button-wrapper a {
    font-size: 14px;
    padding: 8px 14px;
    width: 100%;
    text-align: center;
  }
.client-monitor-entire-ecosystem-card{
display: flex;
flex-direction: column;
}
.client-monitor-entire-ecosystem-wrapper{
padding:20px;
}
.client-monitor-entire-ecosystem-container h2{
margin:0;
}
.client-monitor-entire-ecosystem-img{
width: 100%;
}
.client-monitor-entire-ecosystem-img img {
  width:100%;
  }
}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@last section @@@@@@@@@@@@@@@@@@ */

.industry-expert-take-section {
  max-width: 1026px;
  margin: 0 auto 50px;
  padding: 35px;
  text-align: center;
}

.industry-expert-take-heading {
  font-size: 48px;
  font-weight: bold;
  font-family: roboto;
  color: #000;
  margin-bottom: 30px;
}

.industry-expert-take-slider-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry-expert-take-slider-viewport {
  overflow: hidden;
  width: 100%;
}

.industry-expert-take-slider-track {
  display: flex;
    gap: 11px;
    transition: transform 0.5s ease-in-out;
    padding-left: 9px;
}

.industry-expert-take-slider-track img {
  width: 226px;
  height: auto;
  flex-shrink: 0;
  border-radius: 8px;
  
}

.industry-expert-take-arrow {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  padding: 10px;
}

.industry-expert-take-arrow.left {
  left: -50px;
}

.industry-expert-take-arrow.right {
  right: -50px;
}
.client-monitor-entire-ecosystem-button-wrapper,
.client-monitor-entire-ecosystem-title,
.client-monitor-entire-ecosystem-name
{
padding-left:35px;
}

/* Responsive */
@media (max-width: 1024px) {
  .industry-expert-take-slider-track img {
    width: 180px;
  }
}

@media (max-width: 768px) {
  .industry-expert-take-slider-track img {
    width: 150px;
  }

  .industry-expert-take-arrow.left {
    left: 0;
  }

  .industry-expert-take-arrow.right {
    right: 0;
  }
}

@media (max-width: 480px) {
  .industry-expert-take-slider-track img {
    width: 130px;
  }
.industry-expert-take-heading{
 font-size: 24px;
}
.industry-expert-take-arrow.right{
right: -36px;
}
.industry-expert-take-arrow.left {
    left: -36px;
  }
}
