.vul-body {
    font-family: 'Roboto' !important;
hyphens: none;
}
.vul-body p{
font-size:16px;
margin-bottom:20px;
margin-top:0px ;
line-height:1.5;
}
.vul-body li{
font-size:16px;
margin-bottom:15px;
line-height:1.5;
}
.vul-body h2{
color:#343741;
font-family: 'Roboto' !important;
}
.vul-body h3{
color:#343741;
font-family: 'Roboto' !important;
}
.vul-body h4{
font-family: 'Roboto' !important;
line-height: 1.5;
font-weight:bold;
margin-block:10px;
}
/* headersection */
.vulnerability-hero {
    position: relative;
    width: 100%;
    height:450px; /* Adjust as needed */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    overflow: hidden;
	font-family: Roboto !important;
}

/* Left-side Image */
.vulnerability-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(4, 59, 110, 0.58) !important;
    background-blend-mode: multiply;
    background: url('https://www.criticalstart.com/wp-content/themes/yootheme/cache/27/vulnerability-prioritization-2791a4c8.webp') no-repeat center center;
    background-position: bottom;
    background-size: cover;
    z-index: 1;
}

/* Right-side Overlay */
.vulnerability-hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background: url('/drupal/sites/default/files/2025-03/CS_Nodes-sub_0.png') no-repeat center center;
    background-size: cover;
    z-index: 2;
}

/* Text Content */
.vulnerability-content {
    position: relative;
    width: 40%;
    color: white;
    text-align: left;
    padding: 20px;
    z-index: 3;
    background: transparent !important;
   
}
.vulnerability-content p {
    font-size: 20px;
    line-height: 1.5;
    color: white;
    font-family: 'Roboto' !important;
}
.pr-heading {
    font-size: 28px;
    margin-bottom: 10px;
    color: white;
    font-family: 'Roboto' !important;
}

/* Learn More Button */
.vulnerability-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 10px;
    border: 2px solid white
    font-family: 'Roboto' !important;
}

.vulnerability-button:hover {
    background-color: rgba(255,255,255,.24);
    color: #fff;
    border-color: transparent;
}
/* Section 1 Styling */
.vulnerability-section-wrapper{
 position: relative;
}
.vulnerability-section {
    position: relative;
    padding: 80px 20px;
    background: #ffffff;
    text-align: center;
    max-width: 1440px;
    margin: auto;
}
.vulnerability-vertical-line-container {
  display: none; /* hide by default */
}
@media (min-width: 1440px) {
  .vulnerability-vertical-line-container {
    position: absolute;
    top: 70%;
    left: 10px;
    transform: translateY(-50%);
    display: flex;
    padding:20px;
    flex-direction: column;
  }
}
.vulnerability-vertical-line-container::before {
  content: "";
  width: 2px;
  height: 30px;
  border-left: 2px solid #555; /* dashed vertical line */
  margin-bottom: -60px;
  margin-left: 16px;
  
}

.vulnerability-vertical-text {
  transform: rotate(-90deg);
  transform-origin: left top;
  font-size: 14px;
  font-weight: bold;
  color: #555;
  letter-spacing: 2px;
  white-space: nowrap;
  text-align: center;
}

.vulnerability-title {
    font-family: 'Roboto' !important;
    font-size: 48px;
    color: #343741;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
}

/* Centered Container */
.vulnerability-container {
    position: relative;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    height: 500px; /* Increased height */
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto' !important;
    gap: 50px;
}

/* Background Image */
.vulnerability-background1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 500px; /* Increased height */
    background: url('/drupal/sites/default/files/2025-03/Risk-Based-Prioritization-CS-Solutions.svg') no-repeat center center;
    background-size: contain;
    z-index: 1;
}

/* Content Boxes */
.vulnerability-box {
    
    width: 40%;
    padding: 32px;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 2;
    text-align: left;
    font-family: 'Roboto' !important;
    font-size: 20px!important;
    line-height: 1.8;
    color: #333;
}
.vulnerability-box p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    margin: 10px 0;
}

.left-box {
   
    left: 5%;
    line-height: 1.8 !important;
    
}

.right-box {
    
    right: 5%;
    line-height: 1.8;
}

/* Moved Button Below the Background */
.vul-learn-button {
    display: inline-flex;
    margin-top: 30px;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 600;
    background-color:#005a9b; 
    color:#fff !important;
    border-color: transparent;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Roboto' !important;
    transition: all 0.3s ease-in-out !important;
    line-height: 1.5;
}
.vul-learn-button svg{
margin-top: 1px;
    margin-left: 7px;
}

.vul-learn-button:hover {
    background-color: #3370ac;
    transform: scale(1.05);
}
/* Section 2 */
.vulnerability-issues-container{
background: #004c97;
    background-image: url(/drupal/sites/default/files/2025-04/mdr-background-mask_0.svg);
background-repeat: no-repeat;
    background-size: cover;
}
.vulnerability-issues {
    padding: 60px 20px;
    color: white;
    text-align:centre;
    font-family: 'Roboto' !important;
    max-width: 1440px;
    margin: auto;
    
}

.issues-title {
    font-family: 'Roboto' !important;
    font-size: 48px !important;
    margin-bottom: 50px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
color: white !important;
 }

.issues-container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 85%;
    margin: 10px auto;
    text-align: left;
    font-size:16px;
}

.issues-left {
    width: 45%;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 50px 0;
    line-height:1.4;
    
}

.issues-right {
    width: 45%;
    font-size: 20px;
    margin-bottom: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 30px;
    margin-right: 38px;
}
.issues-right-header{
   /* border-left: 7px solid rgba(255, 255, 255, 0.3); */
   padding: 0;
   margin-left: 20px;
}
.issues-right ul {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 16px;
line-height:1.5;
}
/* Section 3 Styling */
.vulnerability-prioritization {
    background: url('http://209.182.213.100/drupal/sites/default/files/2025-03/What%20makes.png') no-repeat center center;
    padding: 60px 20px;
    color: #000;
    text-align: center;
    position: relative;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 30px;
    width: 85%;
    font-size:16px;
    border-radius: 15px;
}

/* Title Styling */
.prioritization-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;   
    text-align: center;
    padding: 0 20px;

}

/* Container for Issues */
.prioritization-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    gap: 20px;
    font-size: 16px;
}

/* Individual Issue Box */
.prioritization-box {
     
    padding: 20px;
    width: 30%;
    text-align: left;
}
.prioritization-box img{
width: 100%;
    max-height: 60px;
    object-fit: contain;
    margin-bottom: 20px;
}
.prioritization-box p{
line-height:1.5;
text-align:center;
}
.prioritization-container div:not(:last-child) {
    border-right: 1px solid #C4D3E2;;
    padding-right: 25px; /* Only applies to the first two divs */
}
/*Section 4 */
.vulnerability-section1{
    text-align: center;
    padding: 40px 20px;
    max-width: 1440px;
    margin: auto;
    font-size: 16px;
}

.vulnerability-description {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
    padding: 0px 102px 0px;

}

.vulnerability-image{
   padding: 30px 0 60px;
   max-width: 1000px;
    margin: auto;
}
.vulnerability-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 8, 0.2);
}
.button-container {
    margin-top: 30px;
}

/*Section 4*/
.tools-section-container{
background: #F9FAFB;
}
.tools-section {
    text-align:center;
    padding: 70px 20px;
    margin: 30px auto;
    font-size: 16px;
    max-width: 1440px;
}

.tools-title {
    font-size: 48px;
        color: #343741;
    font-weight: bold;
    margin-bottom: 20px;
}

.tools-description {
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;

}

.tools-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 55px;
    justify-content: center;
margin: 50px auto;
width: 80%;
}

.tool {
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
 transition: transform 0.5s ease-in-out !important;
}

.tool:hover{
 transform: translateY(-5px);

}
.tool img {
    width: 100%;
    max-height: 60px;
    object-fit: contain;
}

.tool h3 {
    font-weight: Bold;
    font-size: 20px;
    color: #004C97;
    margin-block: 14px;
    
}

.tool p {
    margin-block-start:0 !important;
    line-height: 1.6;
}
/*Section 6 */
.container-vol-wrapper{
    width: 100%;
    background: white;
}
/*.container-vol {
    margin-top:40px;
    display: flex;
    justify-content: space-between;
    width:100%;
    gap: 20px;
    background:white;
    font-size:16px;
    margin: 0;
    padding: 30px 10px;
    text-align: left;
}*/
.container-vol{
    margin: auto;
    padding: 54px 20px;
    max-width:1440px;
    
}

.vol-section-content{
    display: flex;
    justify-content: space-between;
    /* gap:20px; */
   
    text-align: left;
}
.vol-left-box, .vol-right-box {
    width: 50%;
    padding: 0 50px;
}
.vol-left-box{
    border-right: 1px solid #e9e9e9;
}


/* Section Titles */
.vol-section-content h2{
   
    font-weight: bold;
    color: #0056b3 !important;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.5;
    margin-top: 0px;
}

/* Regular Content */

.vol-section-content{
    margin-bottom:10px;
}

.vol-section-content p{
 line-height:1.5;
}

/* Highlight Box */
.highlight-box {
    position: relative;
    background: url('http://209.182.213.100/drupal/sites/default/files/2025-03/rings-bg_0.png') no-repeat center right; /* Background Image */
    background-size: contain; /* Ensures image fits */
    background-color: #f5f5f5;
    border-radius: 8px;
    
}

/* Text inside Highlight Box */
.highlight-text {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 50px;
}

.assetcards-container {
            max-width: 1000px;
            margin: 7% auto;
            padding: 50px 20px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
           
            font-size:16px;
        }

        .assetcards-tabs {
            display: flex;
            justify-content: center;
            margin-bottom: 20px;
        }

        .assetcards-tab {
            padding: 10px 15px;
            border: 1px solid #ccc;
            background: #ffffff;
            color: #333;
            cursor: pointer;
            font-weight: bold;
            font-size:14px;
        }

        .assetcards-tab.active {
            background: #004080;
            color: #fff;
        }

        .assetcards-box { 
            /* Align text to the left */
            text-align:left;
            display: flex;
            gap: 20px; /* Add spacing between image and text */
            padding: 20px; 
            display: none;
            margin-left: 40px;
            margin-right: 40px;
        }
        

        .assetcards-box.active {
            display: block; /* Show only active tab */
        }
        .assetcards-image {
            text-align:left;
            margin-bottom: 20px;
        }

        .assetcards-image img {
            max-width: 100%;
            /* border-radius: 5px; */
        }

        .assetcards-title {
            color:#343741;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 500;
        }

        .assetcards-container p {
           
            line-height: 1.5;
            margin-bottom: 20px;
        }

        .assetcards-bold-text {
            font-weight: bold;
            font-size: 18px;
        }
        .vul-learn-button1{
            background: #005a9b;
            color: white !important;
            border-color:transparent;
            display: inline-block;
    margin-top: 30px;
    padding: 13px 26px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease-in-out !important;
    line-height:1.5;

        }

        .vul-learn-button1:hover{
            transform: scale(1.05);

}

        .cta-button .icon {
            font-size: 14px;
        }


    .view-section {
    /* max-width: 900px; */
    margin-top: 30px;
    margin-left:30px; ;
    margin-right:  30px; 
    padding: 50px 20px;
    text-align: center;
    font-size:16px;
}
.view-section h3 {
    color: #0070c9;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 300;
}

.view-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
}

/* .view-item.reverse {
    flex-direction: row-reverse;
} */

.text1 {
    flex: 1;
    text-align: left;
}

.text1 h3 {
    color:#343741;
    font-size: 48px;
    margin-bottom: 30px;
    font-weight:bold;
line-height: 1.5;
}

.text1 p {
    line-height: 1.5;
}

.image1 {
    flex: 1;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 0;
    max-width: 100%;
    vertical-align: middle;

}

.image1 img {
    max-width: 100%;
    
}
.vollastsection {
    text-align:center;
    padding: 60px 20px 90px;
    background-color: #fff;
    font-size: 16px !important;
    
}
.vollastsection-container{
   max-width: 1440px;
    margin: auto;
    text-align: center;

}

.vollastsection h2 {
    
    font-size: 48px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
}
.vollastsection h3 {
    color: #0070c9;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
}

.vollastsection-intro-text {
    color: #555;
    font-size: 16px;
    margin: 0 auto 30px;
    width: 80%;
    line-height: 1.5;
    text-align: left;
    padding: 0 30px;
    text-align:center;
    
}

.vollastsection-options {
    display: flex;
    justify-content: center;
    gap: 70px;
    padding: 10px;
    flex-wrap: wrap;
    margin: 30px auto;
    width: 90%;
    
    
}

.vollastsection-option-card {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 45%;
    text-align: left;
    border: 1px solid #31AEE3;
}

.vollastsection-option-card h3 {
   font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #343741;
    font-weight: bold;
    
}

.vollastsection-option-card p {
    line-height: 1.5;
}

.vollastsection-link {
    display: inline-block; 
    /* font-weight: bold; */
    margin-top: 10px;
    text-decoration: none;
    color:#0070c9 !important;
    transition: all 0.3s ease-in-out !important;
}

.vollastsection-link:hover {
    text-decoration: underline;
    color: #18A0FB !important;

}

@media screen and (max-width: 1024px) {
	.vulnerability-hero {
        height: 400px; /* Reduce height for tablets */
        justify-content: center; /* Center align text */
    }

    .vulnerability-background {
        width: 100%; /* Make background full width */
        height: 50%; /* Reduce height */
    }

    .vulnerability-hero::before {
        width: 100%;
        height: 50%;
        top: auto;
        bottom: 0;
    }

    .vulnerability-content {
        width: 60%;
        text-align: center;
        padding: 30px;
    }

    .pr-heading {
        font-size: 24px;
    }

    .vulnerability-content p {
        font-size: 18px;
    }
    .vulnerability-box {
        font-size: 18px;
        width: 40%; /* Adjust width for better spacing */
    }
    .left-box {
        left: 3%;
    }
    .right-box {
        right: 3%;
    }
    .issues-container {
        flex-direction: column; /* Stack left and right sections */
        align-items: center;
        text-align: center;
    }
    
    .issues-left, .issues-right {
        width: 100%; /* Make both sections full width */
        font-size: 18px;
        margin-bottom: 20px;
    }

    .prioritization-container {
        justify-content: center; /* Center align the items */
        gap: 30px;
    }

    .prioritization-box {
        width: 45%; /* Two boxes per row */
        text-align: center;
    }
    .tools-container {
        grid-template-columns: repeat(2, 1fr); /* Adjust to 2 columns */
    }

    .vol-left-box, .vol-right-box {
        width: 45%; /* Adjust width */
    }
    
    .view-item {
        gap: 30px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .vollastsection-options {
        flex-direction: column;
        align-items: center;
        width: 90%;
    }

    .vollastsection-option-card {
        width: 80%;
    }
}

/* For smaller tablets and large phones (width up to 768px) */
@media screen and (max-width: 768px) {
    .vul-body p{
font-size:14px;
}
.vul-body li{
font-size:14px;
}
.vulnerability-title{
font-size:32px;
}
    .vulnerability-hero {
        flex-direction: column;
        height: auto;
        align-items: center;
        text-align: center;
        padding: 40px 20px;
    }

    .vulnerability-background {
        position: relative;
        width: 100%;
        height: 250px; /* Adjust height */
        background-position: center;
    }

    .vulnerability-hero::before {
        display: none; /* Remove overlay on small screens */
    }

    .vulnerability-content {
        width: 90%;
        padding: 20px;
        color: #333 !important;
    }

    .pr-heading {
        font-size: 22px;
        color: #0056b3 !important;
    }

    .vulnerability-content p {
        font-size: 16px;
        color: #333 !important;
    }

    .vulnerability-button {
        padding: 8px 15px;
        font-size: 14px;
    }
    .vulnerability-container {
        flex-direction: column; /* Stack boxes vertically */
        height: auto;
    }
    .vulnerability-box {
        width: 80%;
        font-size: 16px;
        position: relative; /* Remove absolute positioning */
        margin: 10px auto; /* Center boxes */
        text-align: center;
    }
    .issues-title {
        font-size: 32px !important;
    }

    .issues-left, .issues-right {
        font-size: 16px;
    }

    .prioritization-title {
        font-size: 20px;
    }

    .prioritization-box {
        width: 100%; /* Single column layout */
        text-align: center;
    }

    .prioritization-container div:not(:last-child) {
        border-right: none; /* Remove border for stacked layout */
        padding-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 20px;
    }
    .vulnerability-description{ 
    padding:10px;

}
    .tools-container {
        grid-template-columns: repeat(2, 1fr); /* Single column */
    }

    .vol-left-box, .vol-right-box {
        width: 90%; /* Full width */
        padding:0;
    }
  .vol-left-box{
   border:none;
   border-bottom:1px solid #e9e9e9;
   padding-bottom:30px;
}
    
    .vol-section-content{
     flex-direction: column;
     justify-content: center;
     align-items: center;
     gap:20px;
}
.
    .view-section{
    padding:0;
}
    .view-item {
        flex-direction: column; /* Stack vertically */
        text-align: center;
        gap: 20px;
        width:100%;
    }

    .text1 {
        text-align: left;
    }
.text1 h3{
font-size:32px;
}
    .assetcards-box {
        flex-direction: column; /* Stack content vertically */
    }
    .vollastsection h2 {
        font-size: 22px;
        
    }

    .vollastsection-intro-text {
        font-size: 14px;
        max-width: 90%;
        padding:0;
    }

    .vollastsection-options {
        width: 100%;
        padding: 10px;
    }

    .vollastsection-option-card {
        width: 90%;
        padding: 15px;
    }

    .vollastsection-option-card h3 {
        font-size: 16px;
    }

    .vollastsection-option-card p {
        font-size: 13px;
    }
}

/* For mobile phones (width up to 480px) */
@media screen and (max-width: 480px) {
    .vulnerability-hero {
        padding: 30px 10px;
    }
    .vulnerability-title{
 font-size:24px;
}
.vulnerability-container{
width:100%;
}
    .vulnerability-content {
        width: 100%;
        padding: 15px;
        color: #333 !important;
    }

    .pr-heading {
        font-size: 20px;
        color: #0056b3 !important;
    }

    .vulnerability-content p {
        font-size: 14px;
        color: #333 !important;
    }

    .vulnerability-button {
        padding: 6px 12px;
        font-size: 12px;
    }
    .vulnerability-box {
        font-size: 14px;
        padding: 15px;
    }
    .vul-learn-button {
        font-size: 14px;
        padding: 8px 12px;
    }
    .vulnerability-issues, .vulnerability-prioritization {
        width:100%;
        padding: 40px 10px;
    }
.tools-container {
        grid-template-columns: repeat(1, 1fr); /* Single column */
    }

    .issues-title {
        font-size: 24px;
    }

    .issues-left, .issues-right {
        font-size: 14px;
    }

    .prioritization-title {
        font-size: 18px;
    }

    .prioritization-box img {
        width: 60px;
        height: 60px;
    }

    .prioritization-box {
        font-size: 14px;
    }
    .tools-title {
        font-size: 24px;
    }
.assetcards-tab{
font-size:12px;
}
    .tools-description,
    .vol-section-content,    
    .text1 p {
        font-size: 14px; /* Reduce font size */
gap:0;
    }
.view-section{
padding: 0;
    width: 100%;
    margin: 0;
}
.view-section h3{
font-size: 16px;
}
.view-item{
margin: 0;
}
    .highlight-text {
        max-width: 100%;
    }

    .assetcards-container {
        padding: 30px 10px; /* Adjust padding */
    }

    .assetcards-box {
        margin-left: 10px;
        margin-right: 10px;
padding:0;
    }
    .vol-left-box, .vol-right-box {
        width: 100%; /* Full width on small screens */
        margin: 10px 0;
    }
    .vollastsection {
        padding: 40px 10px;
    }

    .vollastsection h2 {
        font-size: 20px;
    }

    .vollastsection h3 {
        font-size: 18px;
    }

    .vollastsection-intro-text {
        font-size: 13px;
        line-height: 1.4;
        padding:0;
    }

    .vollastsection-options {
        flex-direction: column;
        gap: 15px;
    }

    .vollastsection-option-card {
        width: 100%;
        padding: 10px;
    }

    .vollastsection-link {
        font-size: 14px;
    }

    .vul-learn-button {
        font-size: 14px;
        padding: 10px 15px;
    }
}
@media screen and (max-width: 320px) {

.assetcards-tab{
padding:4px;
}
}