.soc-page * {
  font-family: 'Roboto' !important;
  word-break: normal !important;        /* Prevents breaking within words */
  overflow-wrap: break-word !important;  /* Only break at word boundaries */
  hyphens: none !important;   
}

/* Header Section */
.soc-header {
  background-color: #004C97;
  color: white;
  position: relative;
  overflow: hidden;
  padding: 0 5% 0 0;
}

.soc-header-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.soc-header-image {
  width: 48%;
  border-radius:0px 50% 50% 0px;
  overflow: hidden;
}

.soc-header-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.soc-header-text {
  width: 50%;
  padding-left: 30px;
}

.soc-header h1 {
  font-size: 36px;
  line-height: 150%;
  margin-bottom: 20px;
  color: #fff;
}

.soc-header p {
  font-size: 14px !important;
  line-height: 150%;
  color: #fff;
  margin-block-start: 0 !important;
}

.learn-more-btn {
  color: white !important;
  border: 1px solid white;
  background-color: transparent;
  padding: 10px 26px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  line-height: 22px;
  transition: all 0.3s ease-in-out !important;
display:  inline-flex;
}
.learn-more-btn svg{
    margin-top: 2px;
  margin-left: 7px;
}

.learn-more-btn:hover{
background-color: #3370ac;
   transform: scale(1.05);
}


/* Main Content */

.soc-intro-container {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  margin: auto;
}

.soc-intro {
  text-align: center;
  padding: 40px 0 0 0;
  font-family: 'Roboto' !important;
  display: flex;
  justify-content: center;
}

.soc-intro h2 {
  font-size: 48px;
  color: #343741;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

.soc-intro p {
  line-height: 150%;
  font-size: 16px;
  max-width: 1150px;
  margin : 0px 0px 10px;
  margin-block-start: 0 !important;
  /*margin-block-end: 0 !important;*/
}

/* Features Section */
.soc-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.soc-feature-container {
  display: flex;
  justify-content: center;
width: 85%;
  max-width: 1440px;
  margin: auto;
    gap: 40px;
padding: 50px 20px;
}

.soc-feature {
  display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 30%;
    padding: 20px;
    margin-bottom: 20px;
    border: 2px solid #f9f9f9;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease-in-out !important;
    text-align: center;
}


.soc-feature-container > div:nth-child(1) h3,
.soc-feature-container > div:nth-child(2) h3 {
  margin-bottom: 11%;
}

.soc-feature-icon {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.soc-feature h3 {
  color: #004C97;
  font-size: 20px;
  font-weight: bold;
  margin-block: 0;
    margin-bottom: 20px;
  line-height: 1.2;
}


.soc-feature p {
  color: #343741;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 15px !important;
  margin-block-start: 0 !important;
}

.soc-feature p>a{
  color: #0096D6 !important;
}


.soc-feature p>a:hover{
  color: #004C97 !important;
}

.soc-feature-card1-p {
  margin-block-start: 0 !important;
}

.soc-feature ul {
  list-style-type: none;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
    margin-bottom: 15px;
}

.soc-feature ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.soc-feature ul li:before {
  content: "•";
  color: #005A9B;
  position: absolute;
  left: 0;
}

/* Testimonials Section */

.soc-testimonials-wrapper{
 background-color: #005A9B;
}
.soc-testimonials {
  
  color: white;
  padding: 30px 140px 80px;
  position: relative;
  font-family: 'Roboto' !important;
  max-width: 1440px;
  margin: auto;
}

.soc-testimonials h2 {
  text-align: center;
  color: #fff !important;
  font-size: 48px;
  font-weight: bold;
}

.soc-testimonial {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}

.soc-testimonial-content {
  flex: 1;
  min-width: 300px;
  margin-bottom: 20px;
  padding: 60px 20px;
}

.soc-testimonial-content p {
  font-size: 16px;
  line-height: 150%;
}
.soc-testimonial-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.soc-testimonial-image img {
  max-width: 100%;
  border-radius: 5px;
}

/* Value Proposition */
.soc-value-prop {
  padding: 50px 0;
  text-align: center;
  max-width: 1440px;
  margin: auto;
  padding-bottom: 0;
}

.soc-value-prop h2 {
  font-size: 48px;
  line-height: 120%;
  font-weight: bold;
  margin: 0px 0px 20px;
}

/* Expert Columns */
.soc-expert-columns {
  display: flex;
  justify-content: center;
}
.soc-expert-columns-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1440px;
  margin: auto;
  padding: 0px 0px 90px
}

.soc-expert-column {
  width: 30%;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fefefe;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease-in-out !important;
}

.soc-expert-column h3 {
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
   color: #004C97;
}
.soc-expert-column p {
  margin-bottom: 16px;
  line-height: 150%;
  font-size: 16px;
  font-weight: 400;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.soc-expert-column ul {
  list-style-type: none;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  margin: 0;
  margin-top: 15px;
}

.soc-expert-column ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
  display: flex;
    justify-content: center;
    align-items: flex-start;
    gap:5px;
}

/*.soc-expert-column ul li:before {
  content: "✓";
  color: #004C97;
  position: absolute;
  left: 0;
}*/

/* Logo and brand styles */
.soc-logo {
  font-weight: bold;
}

.soc-highlight {
  color: #25aae1;
}

.soc-mobile-soc {
  font-weight: bold;
}


/* Responsive Media Queries */
@media (max-width: 1024px) {
  .soc-feature {
    width: 48%;
  }
  
  .soc-expert-column {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .soc-header-content {
    flex-direction: column;
    text-align: center;
  }
  
  .soc-header-image {
    width: 80%;
    margin: 0 auto 30px;
  }
  
  .soc-header-text {
    width: 100%;
    padding-left: 0;
  }
  
  .soc-header h1 {
    font-size: 2rem;
  }

  .soc-intro p {
    font-size: 14px;
  }

  .soc-feature p {
    font-size: 14px;
  }

  .soc-testimonial-content p {
    font-size: 14px;
  }

  .soc-expert-column p{
    font-size: 14px;
  }
  
  .soc-expert-column ul {
    font-size: 14px;
  }

  .soc-testimonials h2 {
    font-size: 28px;
  }
  .soc-feature {
    width: 100%;
  }
  
  .soc-expert-column {
    width: 100%;
  }
  
  .soc-testimonial {
    flex-direction: column;
  }
  
  .soc-testimonial-content, 
  .soc-testimonial-image {
    width: 100%;
  }
  
  .soc-testimonial-image {
    margin-top: 20px;
    order: 2;
  }
  
  .soc-testimonial-content {
    order: 1;
  }
}

@media (max-width: 480px) {
  .soc-header {
    padding: 30px 0;
  }
  
  .soc-header-image {
    width: 90%;
  }
  
.soc-intro h2,.soc-value-prop h2{
font-size:28px;
padding:0 20px;
}
.soc-feature-container{
flex-direction:column;
}
.soc-testimonials{
padding:20px;
}

}