/* === Complete Signal Coverage Section === */
.complete-signal-entirepage{
font-family: 'Roboto'; !important;
hyphens: none !important;
}
.complete-signal-entirepage p{
font-size:16px;
line-height:1.5;
margin-block-start:0;
}
.complete-signal-entirepage li{
font-size:16px;
line-height:1.5;

}
.complete-signal-entirepage h2{
font-size:48px;
color:#343741;
line-height:1.2;
margin-top: 0;
    margin-bottom: 20px;

}
.complete-signal-entirepage h3{
font-size:20px;
color:#343741;
font-weight:bold;
line-height:1.2;
margin-block:10px;
}
.detection-threat-section {
  width: 100%;
  background: url('/sites/default/files/2025-04/Frame%201833_0.svg') no-repeat center center;
  background-size: cover;
  padding: 100px 20px; /* mobile padding */ 
  background-position: 50% 0;
  padding-bottom:10px;
  box-sizing: border-box;
}

.detection-threat-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.detection-threat-content-wrapper {
  text-align: center;
  color: #fff;
}

.detection-threat-heading {
  font-family: 'Roboto';
  font-size: 64px;
  line-height: 1.2;
  margin-bottom: 30px;
  word-break: break-word;
  color: #fff !important;
  padding-top: 140px !important;
}

.detection-threat-description-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.detection-threat-description {
  font-family: 'Roboto';
  font-size: 20px;
  max-width: 687px;
  word-break: break-word;
}

.detection-threat-button-wrapper {
  margin-bottom: 50px;
}




.detection-threat-button:hover {
  background-color: #3370ac !important;
    color: #fff !important;
    transform: scale(1.05);
}

.detection-threat-button-link {
  display: inline-flex;
    padding: 10px 26px;
    background: #ffffff;
    color: #004C97;
    text-decoration: none;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease-in-out !important;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    border: none;
    cursor: pointer;
}



.detection-threat-button-link svg {
  stroke: #004C97;
}

.detection-threat-button-link:hover {
  background-color: #3370ac !important;
    color: #fff !important;
    transform: scale(1.05);
}

.detection-threat-button-link:hover svg {
  stroke: #fff;
}


.detection-threat-main-image-wrapper {
  margin-top: 50px;
  max-width:1271px;
  width:90%;
  margin:auto;
}

.detection-threat-main-image {
  max-width: 100%;
  height: auto;
}

.detection-threat-background-pattern {
  text-align: center;
  margin-top: 50px;
}

.detection-threat-background-pattern img {
  max-width: 100%;
  height: auto;
}


/* 2nd section for complete signal coverage  dont let adviosr */
.dont-let-advisors {
  background-image: url('/drupal/sites/default/files/2025-04/blue-blob-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 20px;
  width: 100%;
  font-family: Roboto ;
}

.dont-let-advisors-top-content {
  max-width: 1271px;
  margin: 0 auto 40px;
  text-align: center;
}

.dont-let-advisors-heading {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color:#343741;
}

.dont-let-advisors-text {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  max-width: 900px;
  margin: 0 auto;
}

.dont-let-advisors-container {
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
 
}

/* First row of cards */
.dont-let-advisors-card-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
  margin-bottom: 40px;
  position: relative;
}

.dont-let-advisors-card {
  flex: 1;
  min-width: 300px;
  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: 10px;
  
  position: relative;
}

/* Add vertical dividers between the first three cards EXACTLY as specified */
.dont-let-advisors-card:not(.first-card) {
  position: relative;
}

.dont-let-advisors-card:not(.first-card)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid #e9e9e9;
}

.dont-let-advisors-card-content {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 343px;
    padding: 0px 0px 0px 10px;
box-shadow: 20px 20px 20px rgba(60, 65, 124, 0.12), -10px -10px 20px rgba(244, 245, 247, 0.9);
    border-radius: 10px;
   
  
}

.dont-let-advisors-card-image-wrapper {
  flex-shrink: 0;
  width: 73px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dont-let-advisors-card-image {
  max-width: 100%;
  height: auto;
}

.dont-let-advisors-card-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #004C97 !important;
}

/* Second row of cards */
.dont-let-advisors-details-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 20px;
  
  
  position: relative;
}

.dont-let-advisors-detail-card {
  padding:0 30px;
  background: #fff;
  position: relative;
}

/* Add vertical dividers for the second row of cards */
.dont-let-advisors-detail-card:not(.first-col) {
  position: relative;
}

.dont-let-advisors-detail-card:not(.first-col)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid #e9e9e9;
}

/* Add horizontal divider for bottom row */
.dont-let-advisors-details-row .dont-let-advisors-detail-card:nth-child(n+4)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  
}

.dont-let-advisors-detail-title {
 color:#004C97 !important;
 margin-block:0;
}

.dont-let-advisors-detail-text {
  font-size: 16px;
  line-height: 1.5;
  color: #333740;
  margin: 0;
}

/* Responsive design */
@media (max-width: 1200px) {
  .dont-let-advisors-container {
    padding: 30px;
  }
  
  .dont-let-advisors-details-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 960px) {
  .dont-let-advisors-card-row {
    flex-direction: column;
    gap: 20px;
  }
  
  .dont-let-advisors-card {
    width: 100%;
  }
  
  /* Remove vertical dividers on mobile for first row */
  .dont-let-advisors-card:not(.first-card)::before {
    display: none;
  }
  
  .dont-let-advisors-details-row {
    grid-template-columns: repeat(2, 1fr);
  }
  
  /* Adjust dividers for responsive layout */
  .dont-let-advisors-detail-card:not(.first-col)::before {
    display: block;
  }
  
  .dont-let-advisors-detail-card:nth-child(odd)::before {
    display: none;
  }
  
  .dont-let-advisors-detail-card:nth-child(even)::before {
    display: block;
  }
}

@media (max-width: 768px) {
  .dont-let-advisors {
    padding: 60px 15px;
  }
  .dont-let-advisors-card-row{
margin-left:172px;
}
  .dont-let-advisors-container {
    padding: 25px;
  }
  
  .dont-let-advisors-heading {
    font-size: 28px;
  }
  
  .dont-let-advisors-text {
    font-size: 16px;
  }
  
  .dont-let-advisors-details-row {
    grid-template-columns: 1fr;
  }
  
  /* Remove all dividers on small mobile */
  .dont-let-advisors-detail-card::before,
  .dont-let-advisors-detail-card::after {
    display: none;
  }
}


/* 3rd section trusted behaviour @@@@@@@@@@@@ */
.trusted-defense-section {
  padding: 60px 20px;
  font-family: 'Roboto';
}

.trusted-defense-container {
  max-width: 1440px;
  margin: 0 auto;
}

.trusted-defense-heading {
  font-size: 42px;
  color: #00589B;
  text-align: center;
  margin: 0;
  font-weight: bold;
}

.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;
  padding: 30px 20px;
  text-align: center;
}

.trusted-defense-image {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: 0 auto;
}

.trusted-defense-card-heading {
  font-size: 22px;
 color: #004C97 !important;
  margin: 20px 0 0;
  font-family: 'Roboto';
  margin-block:10px;
}

.trusted-defense-card-description {
  font-size: 16px;
  color: #333740;
  margin: 20px 0 0;
  line-height: 1.4;
}



/* 4th section multi thread integration @@@@@@@@@@@@ */


.complete-signal-entirepage .multi-vendor-integration-section {
  
  max-width: 1440px;
width: 90%;
  margin: 0 auto;
  
  font-family: 'Roboto';
 padding:50px 20px;
}

.complete-signal-entirepage .multi-vendor-integration-container {
  display: flex;
  align-items: flex-start;
  justify-content: center; /* center both content and image */
  flex-wrap: nowrap;
  gap: 40px; /* space between content and image */
  text-align: left;
}

.complete-signal-entirepage .multi-vendor-integration-content {
 
  width: 50%;
    max-width: none;
    flex: auto;
}

.multi-vendor-integration-heading {
  font-size: 30px;
  color: #00589B;
  margin-bottom: 20px;
}

.multi-vendor-integration-paragraph {
  font-size: 16px;
  color: #333740;
  margin-bottom: 10px;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  line-height:1.5;
}

.multi-vendor-integration-list {
  padding-left: 20px; /* for bullets */
  margin: 0;
}

.multi-vendor-integration-list li {
  list-style-type: disc; /* show bullet */
  margin-bottom: 0px;
  color: #333740 !important;
}

.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;
}

.complete-signal-entirepage .multi-vendor-integration-image {
  width:50%;
  max-width:none;
      flex: auto;
}

.multi-vendor-integration-image img {
  max-width: 100%;
  height: auto;
}







/* 5th section multi thread integration @@@@@@@@@@@@ */
.complete-signal-entirepage .blind-spot-coverage-section {
  
  font-family: Roboto;
  max-width: 1440px;
  margin: 0 auto;
  padding:50px 20px;

}

.complete-signal-entirepage .blind-spot-coverage-container {
  max-width: 1440px;
  width:90%;
  margin: 0 auto;
}

.complete-signal-entirepage .blind-spot-coverage-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}

.complete-signal-entirepage .blind-spot-coverage-content {
  width:50%;
   max-width: none;
}

.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: 10px;
}

.complete-signal-entirepage .blind-spot-coverage-list {
  list-style: none;
  display: flex; 
    gap:0;
    flex-wrap: wrap !important;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    list-style-type:disc;
    color:#333740 !important;
}

.complete-signal-entirepage .blind-spot-coverage-list li {
  margin-bottom: 0;
}

.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; */
}

.complete-signal-entirepage .blind-spot-coverage-image-wrapper {
  width:50%;
  max-width: none;
}

.blind-spot-coverage-main-image {
  width: 100%;
  height: auto;
}


/* @@@@@@@@@@@@@@@@ 6th assest section */

.complete-signal-entirepage .asset-criticality-wrapper {
  max-width: 1440px;
  width:90%;
  margin: 0 auto;
  padding:50px 20px;
}

.complete-signal-entirepage .asset-criticality-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  
}

.complete-signal-entirepage .asset-criticality-content {
 width:50%;
  font-family: Roboto;
}

.asset-criticality-heading {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: Roboto;
  line-height: 1.2;
}

.asset-criticality-description {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.asset-criticality-list {
  list-style: none;
  padding: 0;
  margin: 0;
padding-left:25px;
}

.asset-criticality-list li {
list-style-type: disc;

 
}

.asset-criticality-list li h3 {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  line-height: 1.4;
  font-weight: normal;
}

.complete-signal-entirepage .asset-criticality-images {
  width:50%;
}

.asset-criticality-image-first {
  max-width: 476px;
  width: 100%;
  height: auto;
}

.asset-criticality-image-second {
  max-width: 654px;
  width: 100%;
  height: auto;
}

/* last section @@@@@@@@@@@@ */

.response-detection-endpoint-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 20px;
}

.response-detection-endpoint-container {
  width: 100%;
}

.response-detection-endpoint-heading-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.response-detection-endpoint-heading {
  font-size: 48px;
  font-family: "Roboto", sans-serif;
  color: #00589B;
  margin-bottom: 20px;
  line-height: 1.2;
  
}

.response-detection-endpoint-description {
  font-size: 16px;
    line-height: 1.5;
    color: #434343;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #434343;
    font-family: Roboto;
    font-weight: 300;
    max-width: 878px;
    text-align: center !important;
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
    margin: 0 auto;
}

.response-detection-endpoint-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.response-detection-endpoint-card {
  width: 543px;
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
}

/* This wrapper centers the image */
.response-detection-endpoint-card-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

/* Image itself */
.response-detection-endpoint-card-image {
  width: 100px;
  height: auto;
  object-fit: contain;
}

.response-detection-endpoint-card-title {
  font-size: 24px;
  color: #004C97 !important;

  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}

.response-detection-endpoint-card-description {
  font-size: 16px;
  color: #333740;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
}

.response-detection-endpoint-button-wrapper {
  display: flex;
  justify-content: center;
}

.response-detection-endpoint-button {
  align-items: center;
  background:#004C97;
  border-radius: 0.5rem;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
  gap: 3px;
  height: 46px;
  justify-content: center;
  padding: 0.625rem;
  text-decoration: none;
  width: 161px;
  transition: all 0.3s ease-in-out !important;
}
.response-detection-endpoint-button:hover{
background-color: #3370ac;
    transform: scale(1.05) !important;
}
.complete-signal-entirepage h2{
font-size:48px;
color:#343741;
line-height:1.2;
margin-top: 0;
    margin-bottom: 20px;

}
@media (max-width: 768px) {
.detection-threat-heading{
font-size:24px;
padding:30px;
padding-top:30px !important;
}
.complete-signal-entirepage h2{
font-size:24px;
}
.complete-signal-entirepage h3{
font-size:16px;
}
.complete-signal-entirepage p{
font-size:14px;
}
.complete-signal-entirepage li{
font-size:14px;
}
.detection-threat-section{
padding:30px 10px;
}
.detection-threat-main-image-wrapper{
width:100%;
}
.dont-let-advisors-detail-card{
padding:0;
}
.asset-criticality-description{
font-size:14px;
}
.response-detection-endpoint-description{
font-size:14px;
}
.blind-spot-coverage-list li h3{
font-size:14px;
}
.multi-vendor-integration-list{
padding-left:30px;
}

.multi-vendor-integration-list li h3,
.blind-spot-coverage-paragraph,
.multi-vendor-integration-paragraph{
font-size:14px;
}
.dont-let-advisors-card{
min-width:0;
}
.blind-spot-coverage-section{
padding-bottom:0;
}
.complete-signal-entirepage .asset-criticality-container,
.complete-signal-entirepage .multi-vendor-integration-container,
.complete-signal-entirepage .blind-spot-coverage-wrapper{
flex-direction:column;
}
.complete-signal-entirepage .asset-criticality-images,
.complete-signal-entirepage .multi-vendor-integration-image,
.complete-signal-entirepage .blind-spot-coverage-image-wrapper{
width:100%;
}
.complete-signal-entirepage .asset-criticality-content,
.complete-signal-entirepage .blind-spot-coverage-content,
.complete-signal-entirepage .multi-vendor-integration-content{
width:100%;
}

}

@media (max-width: 480px){
.dont-let-advisors-card-row{
margin-left:0
}
}