.siem-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
.entire-mdr-siem-page p,
.entire-mdr-siem-page li{
font-size:16px;
line-height:1.5;
margin-block:0;
}

.entire-mdr-siem-page{
hyphens:none;
max-width: 1350px;
    margin: auto;
}

        /* Hero Section */
        .siem-hero-section {
            
            padding: 50px 0;
            text-align: center;
        }

        .siem-hero-section h2 {
            font-size: 48px;
            font-weight: 700;
          
            line-height: 1.2;
            color:#343741;
        }

        .siem-hero-section p {
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 30px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        /* Features Section */
        .siem-features-section {
            padding: 80px 0;
            background: #f8f9fa;
        }

        .siem-features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 40px;
            margin-top: 50px;
        }

        .siem-feature-card {
            background: white;
            padding: 40px 30px;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .siem-feature-card:hover {
            transform: translateY(-5px);
        }

        .siem-feature-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 20px;
            
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 36px;
            color: white;
        }

        .siem-feature-card h3 {
            font-size: 24px;
            color: #343741;
            margin-bottom: 15px;
            line-height: 1.2;
        }

        .siem-feature-card p {
            font-size: 16px;
            line-height: 1.5;
            
        }

        /* Integration Section */
        .siem-integration-section {
            padding: 80px 0;
            background: #004C97;
            color: white;
        }

        .siem-integration-section h2 {
            font-size: 48px;
            color: white;
            text-align: center;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .siem-integration-section p {
            font-size: 16px;
            line-height: 1.5;
            text-align: center;
            margin-bottom: 50px;
        }

        .siem-integration-logos {
            display: flex;
            justify-content: space-around;
            align-items: center;
            flex-wrap: wrap;
            gap: 30px;
        }

        .siem-integration-logo {
            
            padding: 20px;
            border-radius: 10px;
            
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            color: #004C97;
        }

        /* Services Section */
        .siem-services-section {
            padding: 80px 0;
            background: white;
        }

        .siem-services-section h2 {
            font-size: 48px;
            color: #343741;
            text-align: center;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .siem-services-section .siem-intro-text {
            font-size: 16px;
            line-height: 1.5;
            text-align: center;
            margin-bottom: 50px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .siem-services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 40px;
            margin-top: 50px;
        }

        .siem-service-card {
            background: #f8f9fa;
            padding: 30px;
            border-radius: 10px;
            
        }

        .siem-service-card h3 {
            font-size: 24px;
            color: #343741;
            margin-bottom: 15px;
            line-height: 1.2;
        }

        .siem-service-card p {
            font-size: 16px;
            line-height: 1.5;
            
        }

        .siem-service-card ul {
            margin-top: 15px;
            padding-left: 20px;
        }

        .siem-service-card li {
            font-size: 16px;
            line-height: 1.5;
            
            margin-bottom: 5px;
        }

        /* Alert Management Section */
        .siem-alert-management-section {
            padding: 80px 0;
            background: #f8f9fa;
        }

        .siem-alert-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: flex-start;
    justify-content: center;
            
        }

        .siem-alert-text h2 {
            font-size: 48px;
            color: #343741;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .siem-alert-text p {
            font-size: 16px;
            line-height: 1.5;
           
            margin-bottom: 20px;
        }

       

        .siem-alert-text li {
            font-size: 16px;
            line-height: 1.5;
            
            margin-bottom: 10px;
        }

        .siem-alert-image {
            text-align: center;
        }

        .siem-alert-image img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
            
        }

        /* Real-time Monitoring Section */
        .siem-monitoring-section {
            padding: 80px 0;
            background: white;
        }

        .siem-monitoring-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .siem-monitoring-text h2 {
            font-size: 48px;
            color: #343741;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .siem-monitoring-text p {
            font-size: 16px;
            line-height: 1.5;
            
            margin-bottom: 20px;
        }
        .siem-monitoring-text li{
font-size:16px;
}
        .siem-monitoring-image {
            text-align: center;
        }

        .siem-monitoring-image img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        /* Priority Section */
        .siem-priority-section {
            padding: 80px 0;
            background: #f8f9fa;
        }

        .siem-priority-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: flex-start;
    justify-content: center;
        }

        .siem-priority-text h2 {
            font-size: 48px;
            color: #343741;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .siem-priority-text p {
            font-size: 16px;
            line-height: 1.5;
            
            margin-bottom: 20px;
        }

        .siem-priority-text ul {
            padding-left: 20px;
        }

        .siem-priority-text li {
            font-size: 16px;
            line-height: 1.5;
           
            margin-bottom: 10px;
        }

        .siem-priority-image {
            text-align: center;
        }

        .siem-priority-image img {
            max-width: 100%;
            height: auto;
            
           
        }

        /* Context Section */
        .siem-context-section {
            padding: 80px 0;
            background: white;
        }

        .siem-context-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
           align-items: flex-start;
    justify-content: center;
        }

        .siem-context-text h2 {
            font-size: 48px;
            color: #343741;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .siem-context-text p {
            font-size: 16px;
            line-height: 1.5;
           
            margin-bottom: 20px;
        }

        

        .siem-context-text li {
            font-size: 16px;
            line-height: 1.5;
            
            margin-bottom: 10px;
        }

        .siem-context-image {
            text-align: center;
        }

        .siem-context-image img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
            
        }

        /* Management Section */
        .siem-management-section {
            padding: 80px 0;
            background: #f8f9fa;
        }

        .siem-management-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .siem-management-text h2 {
            font-size: 48px;
            color: #343741;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .siem-management-text p {
            font-size: 16px;
            line-height: 1.5;
           
            margin-bottom: 20px;
        }

        .siem-management-text ul {
            padding-left: 20px;
        }

        .siem-management-text li {
            font-size: 16px;
            line-height: 1.5;
            
            margin-bottom: 10px;
        }

        .siem-management-image {
            text-align: center;
        }

        .siem-management-image img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        /* CTA Section */
        .siem-cta-section {
            padding: 80px 0;
            background: #004C97;
            color: white;
            text-align: center;
        }

        .siem-cta-section h2 {
            font-size: 48px;
            color: white;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .siem-cta-section p {
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 30px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .siem-cta-button {
            display: inline-block;
            background: white;
            color: #004C97;
            padding: 15px 30px;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            transition: transform 0.3s ease;
        }

        .siem-cta-button:hover {
            transform: translateY(-2px);
        }

        /* Final Section */
        .siem-final-section {
            padding: 80px 0;
            background: white;
        }

        .siem-final-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .siem-final-text h2 {
            font-size: 48px;
            color: #343741;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .siem-final-text p {
            font-size: 16px;
            line-height: 1.5;
            
            margin-bottom: 20px;
        }

        .siem-final-image {
            text-align: center;
        }

        .siem-final-image img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        /* Carousel Styles */
        .siem-carousel-container {
            position: relative;
            max-width: 500px;
            margin: 0 auto;
        }

        .siem-carousel-wrapper {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .siem-carousel-track {
            display: flex;
            transition: transform 0.3s ease-in-out;
        }

        .siem-carousel-slide {
            min-width: 100%;
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
        }

        .siem-carousel-slide.active {
            opacity: 1;
        }

        .siem-carousel-slide img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            display: block;
        }

        .siem-carousel-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 76, 151, 0.8);
            color: white;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 18px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .siem-carousel-btn:hover {
            background: rgba(0, 76, 151, 1);
            transform: translateY(-50%) scale(1.1);
        }

        .siem-carousel-btn-prev {
            left: 10px;
        }

        .siem-carousel-btn-next {
            right: 10px;
        }

        .siem-carousel-dots {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 20px;
        }

        .siem-carousel-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 2px solid #004C97;
            background: transparent;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .siem-carousel-dot.active {
            background: #004C97;
        }

        .siem-carousel-dot:hover {
            transform: scale(1.2);
        }
.entire-mdr-siem-page .careers-join-video-section{
max-width:1440px;
width:80%;
margin:auto;
align-items: flex-start;
padding-bottom:80px;
}

.entire-mdr-siem-page .careers-join-video-content p{
padding-bottom:20px;
}
.entire-mdr-siem-page .careers-join-video-content li{
padding-bottom:10px;
}

        /* Responsive Design */
        @media (max-width: 768px) {
            .siem-hero-section h1 {
                font-size: 32px;
            }

            .siem-hero-section {
                padding: 60px 0;
            }

            .siem-features-section, .siem-integration-section, .siem-services-section,
            .siem-alert-management-section, .siem-monitoring-section, .siem-priority-section,
            .siem-context-section, .siem-management-section, .siem-cta-section, .siem-final-section {
                padding: 60px 0;
            }

            .siem-features-section h2, .siem-integration-section h2, .siem-services-section h2,
            .siem-alert-text h2, .siem-monitoring-text h2, .siem-priority-text h2,
            .siem-context-text h2, .siem-management-text h2, .siem-cta-section h2, .siem-final-text h2 {
                font-size: 32px;
            }

            .siem-alert-content, .siem-monitoring-content, .siem-priority-content,
            .siem-context-content, .siem-management-content, .siem-final-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .siem-monitoring-content .siem-monitoring-image {
                order: -1;
            }

            .siem-management-content .siem-management-image {
                order: -1;
            }

            .siem-features-grid, .siem-services-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .siem-integration-logos {
                justify-content: center;
            }

            .siem-integration-logo {
                width: 120px;
                height: 60px;
            }

            .siem-container {
                padding: 0 20px;
            }

            /* Carousel responsive */
            .siem-carousel-slide img {
                height: 200px;
            }

            .siem-carousel-btn {
                width: 35px;
                height: 35px;
                font-size: 16px;
            }

            .siem-carousel-btn-prev {
                left: 5px;
            }

            .siem-carousel-btn-next {
                right: 5px;
            }

            .siem-carousel-dot {
                width: 10px;
                height: 10px;
            }
.entire-mdr-siem-page .careers-join-video-section{
width:100%;
padding:20px;
}
          .entire-mdr-siem-page .careers-join-video-content{
text-align:left;
}
        }

        @media (max-width: 480px) {
            .siem-hero-section h1 {
                font-size: 28px;
            }

            .siem-features-section h2, .siem-integration-section h2, .siem-services-section h2,
            .siem-alert-text h2, .siem-monitoring-text h2, .siem-priority-text h2,
            .siem-context-text h2, .siem-management-text h2, .siem-cta-section h2, .siem-final-text h2 {
                font-size: 24px;
            }

            .siem-feature-card, .siem-service-card {
                padding: 20px;
            }

            .siem-alert-content, .siem-monitoring-content, .siem-priority-content,
            .siem-context-content, .siem-management-content, .siem-final-content {
                gap: 30px;
            }

            /* Carousel mobile */
            .siem-carousel-slide img {
                height: 180px;
            }

            .siem-carousel-btn {
                width: 30px;
                height: 30px;
                font-size: 14px;
            }

            .siem-carousel-dots {
                gap: 8px;
            }

            .siem-carousel-dot {
                width: 8px;
                height: 8px;
            }
        }
.mdr-siem-slider-wrapper {
    background: url(/drupal/sites/default/files/2025-03/What%20makes.png) no-repeat center center / cover;
    height: 564px !important;
    width: 100%;
    background-size: cover;
    margin-bottom:90px;
}

.mdr-siem-slider {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5%;
    padding-right: 10%;
    height: auto;
    max-width:1440px
    margin:auto;                                   
}

.mdr-siem-slide {
    
    display: flex;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
    align-items: flex-start;
    justify-content: space-around;
    position: absolute;
    top: 85px;
    pointer-events: none;
    max-width: 1440px;
    margin: auto;
    padding:0 5%;
}

.mdr-siem-slide.active {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
}

.mdr-siem-slide-content {
    width:50%;
    text-align: left;
    line-height: 1.2;
   
    font-family: roboto;
    font-size:16px;
    
    hyphens: none;                                   
}

.mdr-siem-slide-content h2 {
    font-family: "Roboto";
    font-weight: Bold;
    font-size: 48px;
    color: #343741;
    line-height: 1.2;
    margin-block: 0;
    
}

.mdr-siem-slide-content h6 {
    font-weight: bold;
    font-family: roboto;
    margin-block: 0;
}

.mdr-siem-slide-content p {
    margin: 0px;
    font-size: 16px;
    font-weight: 200;
    padding-bottom:10px;
    color: #333740;
    line-height: 145%;
    padding-bottom: 12px;
}

.mdr-siem-slide-image {
    width: 50%;
    text-align: right;
    max-width: 405px;
}

.mdr-siem-slide-image img {
    
    cursor: pointer;
    max-width: 507px;
    max-height: 274px;
}

.mdr-siem-slide-image img:hover {
    transform: scale(1.05);
}

.mdr-siem-slider-dots-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    top: 90%;
}

.mdr-siem-slider-dots {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.mdr-siem-slider-dots .mdr-siem-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
}

.mdr-siem-slider-dots .mdr-siem-dot.active {
    background-color: #007bff;
}
.mdr-siem-read-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF !important;
    background-color: #004C97;
    text-decoration: none;
    width: 200px;
    height: 46px;
    border: none;
    border-radius: 8px;
    padding: 0 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out !important;

    line-height: 1.3;
    white-space: nowrap;
}

.mdr-siem-read-more-btn:hover{
	background-color: #3370ac;
    transform: scale(1.05) !important;

  }

.mdr-siem-read-more-btn .mdr-siem-button-icon {
    width: 12.5px;
    height: 10.5px;
    margin-left: 5px;
}

@media (max-width: 1024px) {
    .mdr-siem-slider {
        flex-direction: column;
        padding: 0 5%;
    }

    .mdr-siem-slide {
        flex-direction: column;
        text-align: center;
        padding-top: 5%;
    }

    .mdr-siem-slide-content {
        max-width: 90%;
        text-align: center;
        padding-left: 0;
        padding-bottom: 20px;
    }

    .mdr-siem-slide-image {
        max-width: 90%;
        text-align: center;
    }

    .mdr-siem-slide-image img {
        max-width: 100% ;
        height: auto;
    }

    .mdr-siem-slider-dots-wrapper {
        top: 95%;
    }
}

/* Tablets and large phones */
@media (max-width: 768px) {
    .mdr-siem-slide-content h2 {
        font-size: 22px;
    }

    .mdr-siem-slide-content p {
        font-size: 14px;
    }

    .mdr-siem-read-more-btn {
        width: 180px;
        height: 42px;
        font-size: 14px;
    }

    .mdr-siem-slider-dots .mdr-siem-dot {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
     .mdr-siem-para-block{
          font-size:14px;                 
 }   
.mdr-siem-slide-image,
.mdr-siem-slide-content{
width:100%;
}
}

/* Phones */
@media (max-width: 480px) {
    .mdr-siem-slide {
        padding-right: 5%;
        padding-top: 10%;
    }
    .mdr-siem-slide-content{
      width:100%;                                 
                                       }
    
    .mdr-siem-slide-content h2 {
        font-size: 18px;
    }
    .mdr-siem-slide-content p {
        font-size: 13px;
    }

    .mdr-siem-read-more-btn {
        width: 160px;
        height: 40px;
        font-size: 13px;
    }

    .mdr-siem-slide-image img {
        max-width: 100%;
        height: auto;
    }
    .mdr-siem-slide-image{
           width:100%;                            
                                       }
    .mdr-siem-slider-dots-wrapper {
        top: auto;
        margin-top: 15px;
    }
   .entire-mdr-siem-page .careers-join-video-section{
text-align:left;
}

}
.mdr-siem-normal-text-run-wrapper {
  
  color: #fff;
  font-family: Roboto, sans-serif;
  padding: 50px 20px;
  text-align: center;
  hyphens:none;
  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: 60px auto;
    
}

.mdr-siem-normal-text-run-heading {
  font-size: 48px;
  margin-bottom: 20px;
  font-family: roboto;
  font-weight:bold;
  color: #fff;
  margin-block:0;
}

.mdr-siem-normal-text-run-card-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  
}

.mdr-siem-normal-text-run-card1 {
  
  padding: 30px;
  
  flex: 1 1 400px;
  max-width: 500px;
  
  text-align: left;
  border-right: 1px solid #e9e9e9;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.mdr-siem-normal-text-run-card2 {
  
  padding: 30px;
  
  flex: 1 1 400px;
  max-width: 500px;
  
  text-align: left;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.mdr-siem-normal-text-run-subheading {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: roboto;
  font-weight:bold;
  color: #fff;
  line-height:1.2
}

.mdr-siem-normal-text-run-description {
  font-size: 16px;
  line-height: 1.5;
margin-block:0;
  margin-bottom: 20px !important;
 
}

.mdr-siem-normal-text-run-link {
    display: inline-flex;
    font-family: roboto;
    font-size: 16px;
    background: #fff;
    color: #004c97 !important;
    text-decoration: none;
    padding: 10px 26px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out !important;
    font-weight:500;
                                     
  
}
.mdr-siem-normal-text-run-link svg{
     margin-top: 2px;
                                       
    }
.mdr-siem-normal-text-run-link:hover {
  text-decoration: underline;
  background-color: #3370ac;
  transform: scale(1.05) !important;

}
.entire-mdr-siem-page h2{
margin-block:0;
margin-bottom:30px;
padding-bottom:0;

}

.entire-mdr-siem-page .optimize-siem-integrations-section p{
padding-bottom:30px;
}
.entire-mdr-siem-page .adobe-stock-reliable-service-section{
max-width:1200px;
margin:auto;
}

@media (max-width: 768px){
.entire-mdr-siem-security-page .adobe-stock-reliable-service-content{
        text-align: left !important;
padding-left: 72px !important;
}
.entire-mdr-siem-security-page .end-to-end-support-section .end-main-heading{
        margin-left: -158px;
}
.entire-mdr-siem-security-page .careers-join-video-content h2{
font-size:32px;
}
}
@media (max-width: 480px) {
.mdr-siem-normal-text-run-heading{
font-size:24px;
}
.entire-mdr-siem-page h2{
font-size:24px;
}
 .mdr-siem-normal-text-run-link{
font-size:14px;
}   

}