.cti-page * {
    font-family: 'Roboto' !important;
    box-sizing: border-box;
    hyphens: none;
    word-break: normal;
    

}

.cti-page * {
    box-sizing: border-box;
}

.cti-page-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cti-section-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 100px;
    display:flex;
    justify-content: flex-start;
    gap: 70px;
    align-items: flex-start;
    text-align: left;
}

/* Header Section */
.cti-page-header {
    background: #004C97;
    background-image: url(/drupal/sites/default/files/2025-04/mdr-background-mask_0.svg);
    padding: 20px 0;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cti-page-header h1 {
    font-size: 64px;
    line-height: 150%;
    font-weight: 900;
    color: #fff !important;
    margin: 0;
    padding: 0 15px;
    text-align: center;
}

/* Hero Section */
.cti-page-hero {
    text-align: center;
    padding: 44px 0;
    max-width: 1440px;
    margin: auto;
}

.cti-page-hero h2 {
    font-size: 48px;
    color: #343741;
    font-weight: bold;
    max-width: 1200px;
    font-family: 'Roboto' !important;
    line-height: 120%;
    margin: 0 auto 20px;
}

.cti-page-hero p {
    font-size: 16px;
    color: #343741;
    text-align: center;
    line-height: 140% !important;
    font-weight: 400;
    max-width: 1120px;
    margin: 0 auto;
}

/* Use Cases Section */
.cti-page-use-cases {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.cti-page-use-cases-image {
    min-width: 280px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
}

.cti-page-use-cases-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    max-width: 100%;
    object-fit: cover;
    
}

.cti-page-use-cases-content {
    min-width: 280px;
    width: 50%;
    text-align: left;
}

.cti-page-use-cases-content h2 {
    color: #343741;
    font-size: 48px;
    margin-bottom: 15px;
    
    font-weight: bold;
    margin-top: 0px !important;
    line-height: 1.4;
}

.cti-page-use-cases-intro {
    
    font-size: 1rem;
    line-height: 150%;
    margin-block-start: 0 !important;
    margin-bottom: 20px !important;
}

.cti-page-use-case-item {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
    display: flex;
}

.cti-page-use-case-item-title{
    margin-block-end: 0 !important;
    margin-block-start: 0 !important;
}

.cti-page-use-case-item-text{
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}
.cti-page-use-case-title {
    font-weight: bold;
    margin-right: 10px;
}

/* Sources Section */
.cti-page-sources {
    background-color: #f9f9f9;
        padding: 44px 0;
}

.cti-page-sources-content {
    flex: 1 1 50%;
    min-width: 280px;
    text-align: left;
}

.cti-page-sources-content h2 {
    color: #343741;
    font-size: 48px;
    margin-bottom: 15px;
    
    font-weight: bold;
    margin-top: 0px !important;
line-height: 1.4;
}

.cti-page-sources-content p {
    
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 auto;
}

.cti-page-sources-image {
    flex: 1 1 50%;
    min-width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cti-page-sources-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    max-width: 100%;
    object-fit: cover;
}

/* Malware Analysis Section */
.cti-page-malware {
    padding: 44px 0;
    background-color: #f9f9f9;
}

.cti-page-malware-image {
    flex: 1 1 50%;
    min-width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cti-page-malware-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    max-width: 100%;
    object-fit: cover;
}

.cti-page-malware-content {
    flex: 1 1 50%;
    min-width: 280px;
     text-align: left;
    
}

.cti-page-malware-content h2 {
    color: #343741;
    font-size: 48px;
    margin-bottom: 15px;
    
    font-weight: bold;
    margin-top:0px;
    line-height:1.4;
}

.cti-page-malware-content p {
   
    font-size: 1rem;
    
    margin: 0 auto;
line-height: 1.4;
}

/* Threat Research Section */
.cti-page-threat-research {
    padding: 44px 0 90px;
    background-color: #f9f9f9;
}

.cti-page-threat-research-content {
    flex: 1 1 50%;
    min-width: 280px;
     text-align: left;
}

.cti-page-threat-research-content h2 {
    color: #343741;
    font-size:48px;
    margin-bottom: 15px;
    font-weight: bold;
    margin-top: 0px !important;
    line-height: 1.4;
}

.cti-page-threat-research-content p {
    font-size: 1rem;
    line-height: 150%;
    margin: 0 auto 20px;
}

.cti-page-threat-research-image {
    flex: 1 1 50%;
    min-width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cti-page-threat-research-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    max-width: 100%;
    object-fit: cover;
}

.cti-page-button {
    display: inline-flex;
    padding: 10px 26px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid #004C97;
    font-size: 14px;
    margin-top: 15px;
font-weight:500;
    line-height: 22px;
    transition: all 0.3s ease-in-out !important;
    color: #004C97 !important;
    
}
.cti-page-button svg{
    margin-top: 2px;
    margin-left: 7px;
}

.cti-page-button:hover {
    background-color: #3370ac;
    color: #fff !important;
    transform: scale(1.05) !important;

}

/* Responsive Design */
@media screen and (max-width: 992px) {
    .cti-section-container {
        flex-direction: column;
    }
    
    .cti-page-sources .cti-section-container,
    .cti-page-threat-research .cti-section-container {
        flex-direction: column-reverse;
    }
    
    .cti-page-use-cases-image,
    .cti-page-use-cases-content,
    .cti-page-sources-content,
    .cti-page-sources-image,
    .cti-page-malware-image,
    .cti-page-malware-content,
    .cti-page-threat-research-content,
    .cti-page-threat-research-image {
        width: 100%;
        min-width: 100%;
    }
    
    .cti-page-use-cases-content,
    .cti-page-sources-content,
    .cti-page-malware-content,
    .cti-page-threat-research-content {
        padding: 20px 15px;
    }
    
    .cti-page-use-cases-image img,
    .cti-page-sources-image img,
    .cti-page-malware-image img,
    .cti-page-threat-research-image img {
        max-height: 400px;
        object-fit: cover;
    }
}

@media screen and (max-width: 576px) {
    .cti-page-header {
        min-height: 200px;
    }
    
    .cti-page-header h1 {
        font-size: 36px;
    }
    
    .cti-page-hero {
        padding: 30px 10px;
    }
    
    .cti-page-hero h2 {
        font-size: 24px;
    }
    
    .cti-page-hero p {
        font-size: 14px;
    }
    
    .cti-page-use-cases-content h2,
    .cti-page-sources-content h2,
    .cti-page-malware-content h2,
    .cti-page-threat-research-content h2 {
        font-size: 24px;
    }
    
    .cti-page-use-case-item,
    .cti-page-use-cases-intro,
    .cti-page-sources-content p,
    .cti-page-malware-content p,
    .cti-page-threat-research-content p {
        font-size: 14px;
    }
    
    .cti-page-use-cases-image img,
    .cti-page-sources-image img,
    .cti-page-malware-image img,
    .cti-page-threat-research-image img {
        max-height: 250px;
    }
    
    .cti-page-button {
        padding: 6px 18px;
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
.cti-page p{
font-size:14px;
}
}
@media screen and (max-width: 480px){
.cti-section-container{
padding:20px;
}
}