.corr-page * {
  font-family: 'Roboto' !important;
}
/* Header Styles */
.corr-header {
  background-color: #004C97;
  color: white;
  overflow: hidden;
  position: relative;
}

.corr-header-content {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 2;
}

.corr-header-image {
  border-radius: 0px 250px 250px 0px;
  overflow: hidden;
  width: 55%;
}

.corr-img-block {
  display: block;
  transform: scale(1.5);
}

.corr-header-text {
  padding-left: 4%;
  width: 60%;
}

.corr-header-title {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  line-height: 150%;
}

.corr-header-subtitle {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}

.corr-header-description {
  font-size: 14px;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

/* Button Styles */
.corr-btn-light {
  background-color: transparent !important;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff !important;
  display: inline-flex;
  font-size: 14px;
  padding: 10px 26px;
  text-decoration: none;
  line-height: 22px;
align-items:center
  transition: all 0.3s ease-in-out;
font-weight:500;

}
.corr-btn-light svg{
  margin-left: 7px;
}
.corr-btn-light:hover{
background-color: #3370ac;
  transform: scale(1.05);

}

.corr-btn-primary {
  background-color: #004C97;
  border-radius: 8px;
  color: white !important;
  display: inline-flex;
  font-size: 14px;
  padding: 10px 26px;
  line-height: 22px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
font-weight:500;

}
.corr-btn-primary svg{
 margin-top: 2px;
  margin-left: 7px;
}
.corr-btn-primary:hover{
background-color: #3370ac;
  transform: scale(1.05);

}

/* Section Styles */
.corr-intro-section {
  background-color: #fff;
  padding: 50px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  max-width: 1440px;
  margin: auto;
}

.corr-features-section {
  background-color: white;
  padding: 30px 0;
  display: flex;
  justify-content: center;
}

.corr-telemetry-section,
.corr-detection-section {
  border-bottom: 1px solid #eee;
  padding: 50px 0;
}

.corr-performance-section,
.corr-stack-section {
  background-color: #f8f8f8;
  border-bottom: 1px solid #eee;
  padding: 50px 0;
}

.corr-mobile-section {
  padding: 50px 0;
  text-align: center;
}

.corr-info-section {
  background-color: #f8f8f8;
  padding: 50px 0 90px;
  text-align: center;
  display: flex;
  justify-content: center;
}

/* Title Styles */
.corr-section-title {
  color: #343741;
  font-size: 48px;
  font-weight: bold;
  margin: 0px 30px 20px 30px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
line-height: 1.2;
  
}

/* Intro Styles */

.corr-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  margin: auto;
}

.corr-intro-text {
  margin: 0 auto 20px;
  max-width: 958px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  margin-block-start: 0 !important; 
  margin-block-end: 0 !important;
  word-break: normal;
overflow-wrap: normal;
hyphens: none;
}

/* Features Grid */
.corr-features-grid {
  display: flex;
  
  justify-content: center;
  gap: 50px;
    width: 90%;
}

.corr-feature-box {
  padding: 30px;
  text-align: center;
  width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease-in-out !important;
}

.corr-icon-container {
  height: 120px;
  margin: 0 auto 15px;
  width: 120px;
}

.corr-icon {
  max-width: 100%;
}

.corr-feature-title {
  color: #004C97;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
	margin: 14px 0px;
}

.corr-feature-text {
  line-height: 150%;
  font-size: 16px;
  font-weight: 400;
  margin-block-end: 0 !important;
  margin-block-start: 0 !important ;
  word-break: normal;
overflow-wrap: normal;
hyphens: none;
}

/* Two Column Layout */
.corr-two-column {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.corr-left-column {
  padding-right: 30px;
  width: 40%;
}

.corr-right-column {
  order: 2;
  padding-left: 30px;
  width: 40%;
}

.corr-image-container,
.corr-left-image {
  width: 40%;
}

.corr-left-image {
  order: 1;
}

/* Feature Lists */
.corr-features-list {
  margin-top: 20px;
}

.corr-feature-item {
  margin-bottom: 15px;
}

.corr-feature-subtitle {
  margin-bottom: 5px;
}

.corr-feature-description {
  margin-bottom: 10px;
}

/* Mobile Section */
.corr-mobile-content {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.corr-mobile-image {
  width: 25%;
}

.corr-mobile-text {
  padding-left: 30px;
  text-align: left;
  width: 45%;
}

/* Info Section */
.corr-centered-text {
  margin: 0 auto;
  max-width: 1200px;
  font-size: 16px;
  line-height: 150%;
  margin-block-end: 0 !important;
  word-break: normal;
overflow-wrap: normal;
hyphens: none;
margin-block-start: 0 !important;


}

.corr-final-button{
  background-color: #004C97;
  color: #fff !important;
  border-radius: 8px;
  padding: 10px 26px;
  cursor: pointer;
  font-weight:500;
  transition: all 0.3s ease-in-out !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  font-size:16px;
  hyphens:none;
}
.corr-final-button svg{
 margin-bottom: 2px;
  margin-left: 7px;
}
.corr-final-button:hover{
background-color: #3370ac;
  transform: scale(1.05) !important;

}

/* Responsive Styles */
@media (max-width: 992px) {
  /* Header responsiveness */
  .corr-header-content {
      flex-direction: column !important;
      text-align: center !important;
  }
  
  .corr-header-image, .corr-header-text {
      width: 100% !important;
  }
  
  .corr-header-image {
      margin-bottom: 20px !important;
      max-width: 400px !important;
      margin-left: auto !important;
      margin-right: auto !important;
  }
  
  .corr-header-text {
      padding-left: 0 !important;
  }
  
  /* Features responsiveness */
  .corr-feature-box {
      width: 48% !important;
  }
  
  /* Info sections responsiveness */
  .corr-left-column, .corr-right-column, .corr-image-container, .corr-left-image {
      width: 100% !important;
  }
  
  .corr-left-column {
      padding-right: 0 !important;
      margin-bottom: 30px !important;
  }
  
  .corr-right-column {
      order: 1 !important;
      padding-left: 0 !important;
      margin-bottom: 30px !important;
  }
  
  .corr-left-image {
      order: 2 !important;
  }
  
  /* Mobile section responsiveness */
  .corr-mobile-content {
      flex-direction: column !important;
  }
  
  .corr-mobile-image, .corr-mobile-text {
      width: 100% !important;
  }
  
  .corr-mobile-image {
      margin-bottom: 20px !important;
      max-width: 300px !important;
      margin-left: auto !important;
      margin-right: auto !important;
  }
  
  .corr-mobile-text {
      padding-left: 0 !important;
      text-align: center !important;
  }
}

@media (max-width: 768px) {
  /* Features single column on mobile */
  .corr-feature-box {
      width: 100% !important;
  }
 .corr-page p{
 font-size:14px;
}
.corr-section-title{
font-size:32px;
}
.corr-features-grid{
flex-direction: column;
}
}
@media (max-width: 768px){
.corr-final-button{
margin:15px;
}
}

@media (min-width: 43.75rem) {
  .corr-intro-section .text-content p,
  .corr-intro-section .cke_editable p {
      margin-block-start: 0 !important; /* or your desired value */
      margin-block-end: 0 !important;   /* or your desired value */
  }
}



/* TESTING STYLES  */

/* Common Styles */
.corr-new-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.corr-new-flex-container {
  display: flex;
  align-items: flex-start;
  gap: 70px;
  margin-top: 75px !important;
}

.corr-new-image-container, 
.corr-new-content-container {
  width:50%;
hyphens: none;
}

.corr-new-dashboard-image {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.corr-new-section-title {
  color: #343741;
    font-size: 48px;
  
  font-family: roboto;
  font-weight: bold;
  letter-spacing: 0 !important;
  margin: 0px 0px 10px;
 margin-bottom: 20px;
}

.corr-new-section-description {
  color: #343741;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 3% !important;
  margin-block-start: 0 !important;
  word-break: normal;
overflow-wrap: normal;
hyphens: none;
}

.corr-new-feature-item {
  display: flex;
  margin-bottom: 10px;
  align-items: flex-start;
  gap:5px;
}

.corr-new-check-icon-container{
  margin-block-end: 0 !important;
}

.corr-new-check-icon {
  color: #004C97;
  font-size: 20px;
  margin-right: 10px;
  line-height: 150%;
}

.corr-new-feature-content {
  /*display: flex; */
  align-items: flex-start;
  width: 83%;
}

.corr-new-feature-text {
  margin: 0;
  font-size: 16px;
  color: #343741;
  line-height: 1.5;
}

.corr-new-feature-title {
  font-weight: 500;
  color: #343741;
  font-size: 16px;
  margin-right: 10px;
  /*white-space: nowrap; */
}

.corr-new-feature-description {
  margin-top: 5px;
  color: #343741;
  font-size: 15px;
  line-height: 1.5;
}

/* Section-specific styles */
.corr-new-security-telemetry-section {
  background-color: #fff;
  margin-top: 10px;
  max-width: 1440px;
  margin: auto;
}

.corr-new-team-performance-section {
  background-color: #fff;
  max-width: 1440px;
  margin: auto;
}

.corr-new-detection-effectiveness-section {
  background-color: #fff;
  max-width: 1440px;
  margin: auto;
}

.corr-new-security-stack-section {
  background-color: #fff;
  max-width: 1440px;
  margin: auto;
}
.corr-new-platform-section{
max-width: 1440px;
  margin: auto;
}

/* Responsive styles */
@media screen and (max-width: 992px) {
  .corr-new-section-title {
    font-size: 28px;
  }
  
  .corr-new-flex-container {
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .corr-new-flex-container {
    flex-direction: column;
    margin: 40px 0;
  }
  
  .corr-new-reverse-on-mobile {
    flex-direction: column-reverse;
  }
  
  .corr-new-section-title {
    font-size: 24px;
  }
  
  .corr-new-feature-title {
    font-size: 16px;
  }
  
  .corr-new-feature-description {
    font-size: 14px;
  }
  
  .corr-new-image-container, 
  .corr-new-content-container {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .corr-new-section-title {
    font-size: 22px;
  }
  
  .corr-new-container {
    padding: 0 15px;
  }
  
  .corr-new-feature-item {
    margin-bottom: 20px;
  }
}

/* Corr Mobile section */
 /* Main section container */
 .corr-new-platform-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 90px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 65px;
  font-family: 'Roboto' !important;
  margin-top: 35px;
}

/* Left side - Mobile mockup */
.corr-new-platform-mockup {
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 0px 0px 0px 40px;
}

.corr-new-platform-mockup img {
  width: 50%;
  height: auto;
  max-width:196px;
}

/* Right side - Text content */
.corr-new-platform-content {
  flex: 1;
}

.corr-new-platform-heading {
  font-size: 48px;
  font-weight: bold;
  color: #343741;
margin-block:0;
 margin-bottom: 20px;
}

.corr-new-platform-text {
  font-size: 16px;
  color: #343741;
  line-height: 150%;
  margin-block-start: 0 !important;
  margin-bottom: 20px !important;
  word-break: normal;
overflow-wrap: normal;
hyphens: none;
}

.corr-new-platform-highlight {
  font-weight: bold;
}

.corr-new-platform-trademark {
  font-size: 80%;
  vertical-align: super;
}

.corr-new-platform-ps {
  margin-top: 30px;
}

.corr-new-platform-cta {
  margin-top: 30px;
}

.corr-new-platform-button {
  display: inline-flex;
  background-color: #004C97;
  color: white !important;
  padding: 10px 26px;
  border-radius: 8px;
  line-height: 22px;
  text-decoration: none;
  font-size: 14px;
  font-weight:500;
  transition: all 0.3s ease-in-out;
}
.corr-new-platform-button svg{
 margin-top: 2px;
  margin-left: 7px;
}
.corr-new-platform-button:hover{
background-color: #3370ac;
  transform: scale(1.05);
   
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .corr-new-platform-container {
      flex-direction: column;
      text-align: center;
      align-items: center;
  }
  
  .corr-new-platform-mockup {
      order: 1;
      margin-bottom: 30px;
  }
  
  .corr-new-platform-content {
      order: 2;
  }
}

@media (max-width: 480px) {
  .corr-new-platform-heading {
      font-size: 28px;
  }
  
  .corr-new-platform-text {
      font-size: 15px;
  }
.corr-new-platform-mockup {
width: 100%;
        padding: 0;
        margin: 0;
}
}


/* 3rd section trusted behaviour @@@@@@@@@@@@ */
.trusted-defense-section {
padding: 60px 20px;
font-family: 'Roboto', sans-serif;
}

.trusted-defense-container {
max-width: 1440px;
margin: 0 auto;
}

.trusted-defense-heading {
font-size: 42px;
color: #00589B;
text-align: center;
margin: 0;
font-weight: 500;
}

.trusted-defense-paragraph {
font-size: 16px;
color: #333740;
text-align: center;
margin-top: 20px;
word-break: normal;
overflow-wrap: normal;
hyphens: none;
max-width: 800px;
margin-left: auto;
margin-right: auto;
line-height: 1.4;
}

.trusted-defense-cards {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
margin-top: 60px;
}

.trusted-defense-card {
max-width: 370px;
background: #fff;
border-radius: 10px;
box-shadow: 20px 20px 20px rgba(60, 65, 124, 0.12), 
            -10px -10px 20px rgba(244, 245, 247, 0.9);
padding: 30px 20px;
text-align: center;
}

.trusted-defense-image {
width: 112px;
height: 112px;
object-fit: contain;
margin: 0 auto;
}

.trusted-defense-card-heading {
font-size: 22px;
color: #00589B;
margin: 20px 0 0;
font-family: 'Roboto', sans-serif;
}

.trusted-defense-card-description {
font-size: 16px;
color: #333740;
margin: 20px 0 0;
line-height: 1.4;
}



/* 4th section multi thread integration @@@@@@@@@@@@ */


.multi-vendor-integration-section {
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 60px 20px;
font-family: 'Roboto', sans-serif;
}

.multi-vendor-integration-container {
display: flex;
align-items: center;
justify-content: center; /* center both content and image */
gap: 60px; /* space between content and image */
flex-wrap: wrap;
text-align: left;
}

.multi-vendor-integration-content {
max-width: 476px;
flex: 1 1 476px;
}

.multi-vendor-integration-heading {
font-size: 30px;
color: #00589B;
margin-bottom: 20px;
}

.multi-vendor-integration-paragraph {
font-size: 16px;
color: #333740;
margin-bottom: 30px;
word-break: normal;
overflow-wrap: normal;
hyphens: none;
line-height:1.4;
}

.multi-vendor-integration-list {
padding-left: 20px; /* for bullets */
margin: 0;
}

.multi-vendor-integration-list li {
list-style-type: disc; /* show bullet */
color: #0099d9 !important; /* bullet color */
margin-bottom: 20px;
}

.multi-vendor-integration-list h3 {
font-size: 16px;
color: #333740;
margin: 0;
font-weight: normal;
line-height:1.4;
}

.multi-vendor-integration-list strong {
font-weight: bold;
}

.multi-vendor-integration-image {
max-width: 654px;
flex: 1 1 654px;
text-align: center;
}

.multi-vendor-integration-image img {
max-width: 100%;
height: auto;
}







/* 5th section multi thread integration @@@@@@@@@@@@ */
.blind-spot-coverage-section {
padding: 80px 20px;
font-family: Roboto, sans-serif;
}

.blind-spot-coverage-container {
max-width: 1440px;
margin: 0 auto;
}

.blind-spot-coverage-wrapper {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 40px;
}

.blind-spot-coverage-content {
max-width: 615.5px;
}

.blind-spot-coverage-heading {
font-size: 30px;
color: #00589B;
line-height: 1.2;
margin-bottom: 20px;
}

.blind-spot-coverage-paragraph {
font-size: 16px;
color: #333740;
line-height: 1.4;
margin-bottom: 30px;
}

.blind-spot-coverage-list {
list-style: none;
display: flex;
  
  gap: 20px;
  flex-wrap: wrap !important;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  list-style-type: square;
  color: #0099d9 !important;
}

.blind-spot-coverage-list li {
margin-bottom: 20px;
}

.blind-spot-coverage-list li h3 {
font-size: 16px;
color: #333740;
line-height: 1.4;
margin: 0;
font-weight: normal;
max-width: 272.72px;

}

.blind-spot-coverage-list li strong {
/*color: #0099d9; */
}

.blind-spot-coverage-image-wrapper {
max-width: 535.5px;
}

.blind-spot-coverage-main-image {
width: 100%;
height: auto;
}
