.Mss-page * {
  font-family: 'Roboto' !important;
  hyphens: none !important;
  word-break: normal !important;
}

.Mss-page {
  max-width: 1350px;
  margin: auto;
}

/* Hero Section */
.Microsoft-page-header{
display: flex;
    background: url(/sites/default/files/2025-04/microsoft-services-header-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.Mss-page p {
 font-size:16px !important;
}
.Microsoft-page-header-content{
background: #004c97;
    color: #fff;
    width: 50%;
    max-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 31px 0 54px;
    border-radius: 0 300px 300px 0;
}
.Microsoft-page-title{
color: #fff;
    font-size: 64px;
    font-weight: bold;
    line-height: 1.2;
    margin-block: 0;
}
.Microsoft-page-description{
font-size: 16px;
    line-height: 1.5;
}
.Microsoft-page-header-image-wrapper{
width: 50%;
    height: 600px;
}

@media (max-width: 780px) {

}
/* Services Section */
.mss-page-services {
  text-align: center;
  padding: clamp(2rem, 5vw, 3rem) 1rem;
  background-color: #fff;
  max-width: 1440px;
    margin: auto;
}

.mss-page-services-title {
  font-size: 48px;
  margin-bottom: 20px;
  color: #31AEE3;
  line-height: 1.2;
  font-weight: bold;
  color: #343741;

}

.mss-page-service-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem, 3vw, 2rem);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.mss-page-service-item {
  flex: 1 1 clamp(280px, 30%, 350px);
  text-align: center;
  padding: clamp(0.75rem, 2vw, 1rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Roboto' !important;
  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;
}

.mss-page-service-item img {
  width:100px;
  height: auto;
  
}

.mss-page-service-item h3 {
  color: #004C97;
    font-size: 20px;
    font-weight: bold;
    margin-block: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}

.mss-page-service-item p {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  line-height: 1.5;
  margin-block-start: 0 !important;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .mss-page-header-content {
    width: 70%;
    border-radius: 0 150px 150px 0;
  }
}

@media (max-width: 768px) {
  .mss-page-header-content {
    width: 80%;
    border-radius: 0 100px 100px 0;
  }
  
  .mss-page-service-grid {
    gap: 1.5rem;
  }
}

@media (max-width: 576px) {
  .mss-page-header {
    height: auto;
    min-height: 250px;
  }
  
  .mss-page-header-content {
    width: 90%;
    border-radius: 0 50px 50px 0;
    padding: 1.5rem 1rem;
  }
  
  .mss-page-service-item {
    flex: 1 1 100%;
  }
.mss-page-services-title{
font-size:24px;
}
}


/* Featured Solutions Section */
.mss-page-featured {
    padding: 40px;
    background: #004c97;
    background-image: url(/sites/default/files/2025-04/mdr-BG-mask2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 1220px;
    width: 90%;
    border-radius: 25px;
    margin: auto;
    margin-bottom: 90px;
    color: white !important;
}

.mss-page-featured-container {
    max-width: 1200px;
    margin: 0 auto;
}

.mss-page-featured-heading {
    font-size:48px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
}

.mss-page-featured-subheading {
    font-size: clamp(12px, 1.5vw, 16px);
    font-weight: 400;
    line-height: 150%;
    margin-bottom: clamp(1rem, 4vw, 2rem);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-block-start: 0 !important; 
    margin-block-end: 0 !important;
}

.mss-page-featured-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: clamp(1.5rem, 3vw, 2rem);
    margin-top: 2rem;
}

.mss-page-featured-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mss-page-featured-image {
    width: 100%;
    margin-bottom: 1rem;
    overflow: hidden;
    max-width: 300px;
    aspect-ratio: 4/3;
}

.mss-page-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mss-page-featured-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    text-decoration: underline;
    line-height: 1.2;
    text-align: left;
}
.mss-page-featured-title a{
color: #fff;
}
.mss-page-featured-title a:hover{
color: #fff;
}
.mss-page-featured-description {
    font-size: 16px;
    line-height: 150%;
    margin-block-start: 0 !important;
    text-align: left;
}

/* Critical Start Section */
.mss-page-critical-start {
    padding: clamp(2rem, 5vw, 4rem) 1rem;
    background-color: #fff;
    max-width: 1440px;
    margin: auto;
}

.mss-page-critical-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 4vw, 3rem);
    align-items: center;
}

.mss-page-critical-heading {
    font-size: 48px;
    font-weight: bold;
    color: #343741;
}

.mss-page-critical-text {
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.mss-page-critical-text p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 1rem;
    color: #343741;
}

.mss-page-critical-button {
    display: inline-flex;
    background-color: #004c97;
    color: #fff !important;
    font-size: clamp(0.875rem, 1vw, 1rem);
    padding: 10px 26px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    line-height: 22px;
    transition: all 0.3s ease-in-out !important;


    
}
.mss-page-critical-button svg{
    margin-top: 2px;
    margin-left: 6px;
}
.mss-page-critical-button:hover{
	background-color: #3370ac;
    transform: scale(1.05) !important;

  }


.mss-page-critical-image {
    width: 100%;
}

.mss-page-critical-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .mss-page-featured-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .mss-page-critical-container {
        grid-template-columns: 1fr;
    }
    
    .mss-page-critical-image {
        order: -1;
    }
}

@media (max-width: 576px) {
    .mss-page-featured-grid {
        grid-template-columns: 1fr;
    }
    
    .mss-page-featured-item {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
.mss-page-featured-heading{
font-size:24px;
}
.mss-page-critical-heading{
font-size:24px;
}
}


/* Testimonial Section */
.mss-page-testimonial {
  background-color: #f5f5f5;
  padding: clamp(1rem, 6vw, 1rem) 1rem;
  border-radius: 25px;
}

.mss-page-testimonial-container {
  max-width: 1440px;
  margin: 0 auto;
  text-align:center;
  
}

.mss-page-testimonial-quote {
  position: relative;
  padding: clamp(1rem, 3vw, 2rem);
}


.mss-page-testimonial-text {
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 150%;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  color: #343741;
  max-width: 90%;
  position: relative;
  z-index: 1;
  font-family: 'Roboto' !important;
}

.mss-page-testimonial-source {
  font-size: 28px;
  font-weight: 500;
  color: #343741;
  margin-bottom: 10px;
  padding-left: 4%;
}

.mss-page-testimonial-title {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: #343741;
  margin-block-start: 0 !important;
  line-height: 150%;
  padding-left: 4%;
}

/* Features Section */
.mss-page-features {
  
  background-color: #fff;
  width: 90%;
    margin: auto;
padding: 20px 0 88px;
}

.mss-page-features-container {
  max-width: 1440px;
  margin: 0 auto;
}

.mss-page-features-heading {
  font-size: 48px;
  color: #343741;
  text-align: center;
  font-weight:bold;
  margin-bottom: 20px;
}

.mss-page-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.mss-page-feature-column {
  padding: clamp(1rem, 2vw, 1.5rem);
  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;
}

.mss-page-feature-title {
  color: #004C97;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}

.mss-page-feature-list {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin: 0;
}

.mss-page-feature-list li {
  font-size: 16px;
  line-height: 150%;
  color: #333;
}

.mss-page-feature-sublist {
  list-style-type: circle;
  padding-left: 1.5rem;
  margin-top: 0.5rem;
}

.mss-page-feature-sublist li {
  margin-bottom: 0.5rem;
}

/* Customer Stories Section */
.mss-page-customer-stories {
     padding: 20px 0 70px;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 25px;
}

.mss-page-customer-stories-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mss-page-customer-stories-heading {
  font-size:48px;
  color: #343741;
  font-weight:bold;
  margin-bottom: 20px;
  text-align: center;
}

.mss-page-customer-story {
  background-color: #fff;
  border-radius: 8px;
  padding: clamp(1.5rem, 3vw, 2rem);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  text-align: left;
  max-width: 900px;
text-align:center;
 
}

.mss-page-customer-story-title {
  color: #004C97;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}

.mss-page-customer-story-description {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.mss-page-customer-story-link {
  display: inline-block;
  color: #0063b1;
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-weight: 500;
  text-decoration: none;
   transition: all 0.3s ease-in-out !important;


}
.mss-page-customer-story-link svg{
     margin-bottom: -4px;
    margin-left: 6px;
}
.mss-page-customer-story-link:hover {
  color: #004d8c;
  text-decoration: underline;
 transform: scale(1.05) !important;

}

/* Partnership Section */
.mss-page-partnership {
  padding: clamp(3rem, 5vw, 4rem) 1rem;
  background-color: #fff;
}

.mss-page-partnership-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: clamp(2rem, 4vw, 3rem);
}

.mss-page-partnership-item {
  text-align: center;
  flex: 1 1 300px;
  max-width: 500px;
}

.mss-page-partnership-title {
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  color: #666;
  margin-bottom: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 500;
}

.mss-page-partnership-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.mss-page-partnership-logo span {
  font-size: clamp(1.125rem, 1.3vw, 1.25rem);
  color: #333;
  font-weight: 600;
}

.mss-page-partnership-logo img {
  max-width: 150px;
  height: auto;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .mss-page-partnership-container {
      flex-direction: column;
      align-items: center;
  }
  
  .mss-page-partnership-item {
      max-width: 100%;
  }
}

@media (max-width: 768px) {
  .mss-page-features-grid {
      grid-template-columns: 1fr;
  }
  
  .mss-page-testimonial-text {
      max-width: 100%;
  }
}

@media (max-width: 576px) {
  .mss-page-partnership-logo {
      flex-direction: column;
  }
  
  .mss-page-testimonial-icon {
      font-size: 3rem;
      top: -10px;
      left: -5px;
  }
.mss-page-features-heading{
font-size:24px;
}
.Mss-page p {
 font-size:14px !important;
}
.mss-page-customer-stories-heading{
font-size:24px;
}
.Mss-page li{
font-size:14px !important;
}
.mss-page-testimonial-quote{
padding-inline-start: 0;
}
.mss-page-testimonial-quote blockquote{
padding-inline-start: 0;
}
}