/* cyber-incident-response-team.css */
.entire-dfir-page * {
  font-family: "Roboto" !important;
  hyphens: none;
  word-break: normal;
}
.entire-dfir-page p{
line-height:1.5;
}
.cyber-response-section {
  position: relative;
  background: #004c97
    url("/drupal/sites/default/files/inline-images/leftright-circle-pattern-white-translucent-47458a77%20%282%29%20%281%29.png")
    no-repeat center center;
  background-size: cover;
  height: 200px; /* Adjust as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px 20px;
  width: 100%;
}

.cyber-response-section-container h2 {
  width: 100%;
  margin: 0 auto;
  color: #fff; /* Text color for contrast */
  font-family: roboto;
  font-size: 64px;
  line-height: 1.2;
  font-weight: bold;
}

/* Section Wrapper */
.cyber-incident-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 40px 20px;
  margin: auto;
  max-width: 100% !important;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

/* Section Title */
.cyber-incident-section .explore-services {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 2.14286px;
  color: #0099d9;
  text-align: center;
  white-space: nowrap;
  margin: 0;
}

/* Dropdown Layout Container */
.cyber-incident-section .dropdown-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  width: 100%;
  max-width: 1000px;
}

/* Remove default margin */
.cyber-incident-section .uk-margin {
  margin-bottom: 0;
}

/* Dropdown Styles */
.cyber-incident-section .uk-select {
  width: 223px;
  height: 40px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23333740%22%20points%3D%2212%201%209%206%2015%206%22%2F%3E%3Cpolygon%20fill%3D%22%23333740%22%20points%3D%2212%2013%209%208%2015%208%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 25px;
  padding-right: 20px;
  appearance: none;
  box-sizing: border-box;
 font-family: "Roboto" !important;
}

/* Hover and Focus States */
.cyber-incident-section .uk-select:hover {
  border-color: #004c97;
  color: #004c97;
}

.cyber-incident-section .uk-select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Tablet View */
@media (max-width: 1024px) {
  .cyber-incident-section {
    flex-direction: column;
    text-align: center;
  }

  .cyber-incident-section .dropdown-container {
    justify-content: center;
  }
}

/* Mobile View */
@media (max-width: 768px) {
  .cyber-incident-section {
    gap: 20px;
  }

  .cyber-incident-section .dropdown-container {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .cyber-incident-section .uk-select {
    width: 100%;
    max-width: 300px;
  }
  .uk-margin {
    width: 100%;
  }
}

/* Extra Small Devices */
@media (max-width: 480px) {
  .cyber-incident-section .explore-services {
    font-size: 16px;
    letter-spacing: 1.5px;
  }

  .cyber-incident-section .uk-select {
    max-width: 250px;
    font-size: 13px;
    padding: 8px 18px 8px 10px;
    background-size: 10px;
  }
  


p {
    font-size: 12px;
  }

}

/* cyber-impact-section.css */
.cyber-impact-section {
  text-align: center;
  padding: 40px 20px;
  margin: 20px 80px;
  background: white;
}

.cyber-impact-section .heading {
  line-height: 1.2;
  font-weight: bold;
  color: #343741;
  font-size: 48px;
  margin: 0 0 20px;
}

.cyber-impact-section .content {
  max-width: 1060px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  color: #343741;
}

.cyber-impact-section .content p {
  margin: 0 0 15px 0;
}

.cyber-impact-section .learn-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff !important;
  background-color: #004c97;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  line-height: 1.3;
  white-space: nowrap;
}

.cyber-impact-section .learn-button svg {
  margin-left: 5px;
}

.cyber-impact-section .learn-button:hover {
  background-color: #3370ac !important;
}

@media (max-width: 1024px) {
  .cyber-impact-section {
    margin: 15px 40px;
    padding: 30px 20px;
  }

  .cyber-impact-section .heading {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .cyber-impact-section {
    margin: 10px 20px;
    padding: 25px 15px;
  }

  .cyber-impact-section .heading {
    font-size: 24px;
  }
  
  .cyber-impact-section .content {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .cyber-impact-section {
    margin: 5px 10px;
    padding: 20px 10px;
  }

  .cyber-impact-section .heading {
    font-size: 22px;
  }

  .cyber-impact-section .content {
    font-size: 14px;
  }
  
  .cyber-impact-section .learn-button {
    width: 100%;
    max-width: 250px;
    padding: 12px 15px;
  }
}


/* cirt-threats-section.css */
.cirt-threats-section {
  text-align: center; 
  padding: 40px 20px; 
  margin: 20px 0; 
  background: #004c97;
    background-image: url(http://209.182.213.100/drupal/sites/default/files/2025-04/mdr-BG-mask2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cirt-threats-section h2 {
  font-size: 48px; 
  font-weight: bold; 
  color: #FFF; 
line-height:1.2;
}

.cirt-threats-section p {
  font-size: 164px; /* Larger font size for heading */
  font-weight: normal; /* Bold text for heading */
  margin-bottom: 20px; /* Space below heading */
  margin-top: 25px;
  color: #333740; /* Dark text color */
}

.cirt-threats-section .learn-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #004c97 !important;
  background-color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  padding: 10px 26px;
  cursor: pointer;
  line-height: 1.3;
  white-space: nowrap;
  font-weight: 500;
}

.cirt-threats-section .learn-button:hover{
  color: #fff !important;
}

.cirt-threats-section .learn-button .button-vector {
  width: 12.5px;
  height: 10.5px;
  margin-left: 5px;
}
.cirt-threats-section .learn-button svg {
  margin-left: 5px;
}

.cirt-threats-section ul {
  list-style-type: none; /* Remove default bullet points */
  padding: 0; /* Remove default padding */
  margin: 0 auto; /* Center the list */
}

.cirt-threats-section ul li {
  margin-bottom: 15px; /* Space between list items */
  font-size: 20px; /* Standard font size for list items */
  color: #fff; /* Slightly lighter text color */
}

.cirt-threats-section ul li p {
  margin: 0; 
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.cirt-threats-section img {
  max-width: 100%; /* Ensure the image is responsive */
  height: auto; /* Maintain aspect ratio */
  /* margin-top: 20px; /* Space above the image */
  border-radius: 8px; /* Rounded corners for the image */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for the image */
}

@media (max-width: 1024px) {
  .cirt-threats-section {
    padding: 30px 15px; /* Reduce padding */
  }

  .cirt-threats-section h2 {
    font-size: 26px; /* Adjust heading size */
  }

  .cirt-threats-section ul li {
    font-size: 15px; /* Slightly reduce font size */
    margin-bottom: 25px; /* Adjust spacing */
  }
}

@media (max-width: 768px) {
  .cirt-threats-section {
    padding: 25px 10px; /* Reduce padding for smaller screens */
  }

  .cirt-threats-section h2 {
    font-size: 24px; /* Decrease heading size */
  }

  .cirt-threats-section ul li {
    font-size: 14px; /* Reduce font size */
    margin-bottom: 20px;
  }

  .cirt-threats-section img {
    border-radius: 6px; /* Slightly reduce border radius */
  }
}

@media (max-width: 480px) {
  .cirt-threats-section {
    padding: 20px 8px; /* Minimize padding */
  }

  .cirt-threats-section h2 {
    font-size: 22px; /* Adjust for readability */
  }

  .cirt-threats-section ul li p{
    font-size: 14px; /* Reduce text size */
    margin-bottom: 15px;
  }

  .cirt-threats-section img {
    border-radius: 5px; /* Reduce border radius */
    box-shadow: none; /* Remove shadow for cleaner look */
  }
}

/* cirt-services-section.css */
.cirt-container {
  max-width: 1220px;
  margin: auto;
  display: flex;
  gap: 50px;
  width: 100%;
  padding-top: 30px;
  box-sizing: border-box;
}
.cirt-container img{
width:100%;
}
.cirt-img-container{
flex:1;
}
.cirt-services-section {
  display: flex;
  flex-direction: column;
  max-width: 1440px; /* Limit width for better readability */
  flex: 1;
  min-width: 300px;
}

.cirt-services-section h2 {
  font-size: 48px; 
  font-weight: bold; 
 margin-block:0;
  margin-bottom: 30px !important; 
  color: #343741; 
  text-align: left; 
  margin-bottom: 0;
  line-height: 1.2;
}

.crit-services-para-icon {
  display: flex;
  color: #333740;
  margin-bottom: 0;
  align-items: flex-start;
  gap:10px;
}
.crit-services-para-icon img{
width: 28px;
}
.cirt-services-section ul {
  list-style-type: none; /* Remove default bullet points */
  padding: 0; /* Remove default padding */
  text-align: left; /* Align list text to the right */
  max-width: 550px;
}

.cirt-services-section ul li {
  margin-bottom: 15px; /* Space between list items */
  font-size: 16px; /* Standard font size for list items */
  color: #555; /* Slightly lighter text color */
  line-height: 1.6;
}

.cirt-services-section ul li p {
  margin: 0; /* Remove default margin for paragraphs */
}

.check-icon {
  margin-right: 10px;
  color: currentcolor;
  padding-top: 3px;
  line-height: 160%;
  flex-shrink: 0;
}


/* Medium Desktop Screens */
@media (max-width: 1200px) {
  .cirt-container {
    margin: 60px auto;
    gap: 30px;
  }
  
  .cirt-container img {
    max-width: 45%;
  }
}

/* Small Desktop and Laptop Screens */
@media (max-width: 1024px) {
  .cirt-services-section {
    align-items: flex-start; /* Align to the left for better readability */
  }

  .cirt-services-section h2 {
    font-size: 26px; /* Adjust heading size */
    text-align: left; /* Ensure left alignment */
  }

  .cirt-services-section ul {
    text-align: left; /* Align text properly */
  }

  .cirt-services-section ul li {
    font-size: 15px; /* Slightly reduce font size */
    margin-bottom: 12px; /* Adjust spacing */
  }
}

/* Tablet Screens */
@media screen and (max-width: 768px) {
  .cirt-container {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .cirt-container img {
    max-width: 100% !important;
    width: 100%;
  }

  .cirt-services-section {
    width: 100%;
    max-width: 100%;
    align-items: center;
  }

  .cirt-services-section h2 {
    text-align: center;
    padding-left: 0;
  }

  .cirt-services-section ul li {
    font-size: 14px;
  }
}

/* Large Mobile Screens */
@media screen and (max-width: 576px) {
  .cirt-container {
    margin: 30px auto;
  }

  .cirt-services-section h2 {
    font-size: 24px;
  }

  .cirt-services-section ul li {
    font-size: 13px;
  }

  .check-icon {
    transform: scale(0.9);
  }
}

/* Mobile Screens */
@media screen and (max-width: 480px) {
  .cirt-container {
    margin: 25px auto;
    gap: 20px;
  }

  .cirt-container img {
   width: auto;
  }

  .cirt-services-section ul li {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

/* Small Mobile Screens */
@media screen and (max-width: 375px) {
  .cirt-container {
    margin: 20px auto;
    gap: 15px;
  }
  
  .cirt-services-section h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  
  .check-icon {
    margin-right: 8px;
    transform: scale(0.85);
  }
  
  .crit-services-para-icon {
    align-items: flex-start;
  }
  
  .crit-services-para-icon p {
    line-height: 1.4;
  }
}

/* cirt-grid-section.css */
.cirt-grid-section {
  text-align: center; 
  padding: 48px 50px; 
  margin: auto;
max-width: 1440px;
}

.cirt-grid-section h2 {
  font-size: 48px; 
  font-weight: bold; 
  color: #343741; 
  margin-block-end: 0 !important;
line-height:1.2;
}
.cirt-grid-section a {
  color:#004c97;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cirt-grid-section a:hover {
  color: #009cde !important;
}

.cirt-grid-section .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 50px; 
  max-width: 1440px; 
  margin: 0 auto; 
  padding: 0; 
  list-style-type: none; 
  line-height: 150%;
}

.cirt-grid-section .grid-container li {
  text-align: center; 
  font-family: roboto;
  font-weight: 200;
  background-color: #ffffff;
  border: 1px solid #31AEE3;            
  border-radius: 12px;                  
   
  padding: 15px;                        
  transition: box-shadow 0.3s ease;
}


.cirt-grid-section .grid-container li:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); 
}


.cirt-grid-section .grid-container li h3 {
  font-size: 20px; 
  font-weight: bold; 
  margin-bottom: 10px; 
  color: #004C97; 
  line-height: 1.2;
  letter-spacing: 0%;
  margin-top: 10px;
 
}

.cirt-grid-section .grid-container li p {
  font-size: 16px; 
  color: #343741; 
  margin: 0; 
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .cirt-grid-section .grid-container {
    grid-template-columns: repeat(2, 1fr); /* Reduce to 2 columns */
    gap: 20px; /* Adjust spacing */
  }

  .cirt-grid-section h2 {
    font-size: 36px; /* Slightly smaller heading */
  }

  .cirt-grid-section .grid-container li h3{
    font-size: 18px; /* Adjust subheading size */
    padding: 0 20px;
  }

  .cirt-grid-section .grid-container li p {
    font-size: 14px; /* Reduce content font size */
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .cirt-grid-section .grid-container {
    grid-template-columns: repeat(1, 1fr); /* Stack items in a single column */
    gap: 10px; /* Reduce spacing */
  }

  .cirt-grid-section h2 {
    font-size: 36px; /* Reduce heading size */
    margin-bottom: 30px; /* Adjust margin */
  }

  .cirt-grid-section .grid-container li h3 {
    font-size: 17px; /* Reduce subheading size */
  }

  .cirt-grid-section .grid-container li p {
    font-size: 14px; /* Reduce paragraph size */
  }
}

@media (max-width: 480px) {
  .cirt-grid-section {
    padding: 30px 10px; /* Reduce padding */
  }

  .cirt-grid-section h2 {
    font-size: 22px; /* Adjust heading size */
  }
.cirt-grid-section .grid-container{
display:flex;
flex-direction:column;

}
  .cirt-grid-section .grid-container li h3 {
    font-size: 14px; /* Further reduce subheading size */
  }

  .cirt-grid-section .grid-container li p {
    font-size: 13px; /* Smaller font size for readability */
  }
.cirt-grid-section a{
font-size: 16px;
}
}

/* who-we-are-section.css */
.who-we-are-section {
  background: #004c97;
    background-image: url(http://209.182.213.100/drupal/sites/default/files/2025-04/mdr-BG-mask2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  color: #fff; /* White text color */
  padding: 40px 20px 75px; /* Add padding for spacing */
  margin: 20px 0; /* Margin for spacing between sections */
  margin-bottom: 70px;
}

.who-we-are-section h2 {
  font-size: 48px; 
  font-weight: bold; 
  margin-top: 0; 
  color: #fff;
  text-align: center;
}

.who-we-are-section p {
  font-size: 20px; 
  margin-bottom: 20px; 
  text-align: center;
  font-weight: 500;
}

.who-we-are-section ul {
  width: 600px;
  margin: auto;
}

.who-we-are-section ul li {
  line-height: 150%;
  font-size: 16px; 
  margin-bottom: 10px; 
}

.who-we-are-section img {
  max-width: 100%; 
  height: auto; 
  margin-top: 20px; 
  border-radius: 8px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

/* Tablets */
@media screen and (max-width: 768px) {
  .who-we-are-section {
    padding: 30px 15px;
  }

  .who-we-are-section h2 {
    font-size: 24px;
  }

  .who-we-are-section p {
    font-size: 13px;
  }

  .who-we-are-section ul {
    left: 0;
    width: auto;
  }

  .who-we-are-section ul li {
    font-size: 13px;
  }
}

/* Mobile */
@media screen and (max-width: 480px) {
  .who-we-are-section {
    padding: 20px 10px;
  }

  .who-we-are-section h2 {
    font-size: 22px;
  }

  .who-we-are-section p {
    font-size: 12px;
  }

  .who-we-are-section ul {
    left: 0;
    width: auto;
    padding: 0 20px;
  }

  .who-we-are-section ul li {
    font-size: 12px;
  }
}


/* DFIR SLIDER SECTION */

.cirt-slider-section {
  background: url("/drupal/sites/default/files/2025-03/bg-resource-scaled-1_1.jpg")
    no-repeat center center/cover;
  height: 564px !important;
  width: 100%;
  background-size: cover;
}
.slider {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5%;
  padding-right: 10%;
  height: auto;
}

.slide {
  width: 100%;
  flex-shrink: 0;
  display: none;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 38px;
  left: 0;
  pointer-events: none; /* So it's not clickable */
}

.slide-content {
  text-align: left;
  line-height: 150%;
  padding-left: 5%;
}

.slide.active {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
  display: flex;
}

.slide-content h2 {
  color: #343741;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 48px;
  margin-top: 10px !important;
}
.slide-content h6 {
  font-weight: 200;
  font-size: 12px;
  margin-block-end: 0 !important;
}

.slide-content p {
  margin: 0px;
  font-size: 16px;
  font-weight: 200;
  padding-bottom: 20px;
}
.slide-image {
  width: 90%;
  text-align: right;
  max-width: 405px;
}
.slide-image img {
  border-radius: 8px;
  cursor: pointer;
}
.slide-image img:hover {
  transform: scale(1.05);
}

.final-block-idfr {
  display: flex;
  justify-content: center;
  position: relative;
  top: -62px;
}

.slider-dots {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.slider-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
}
.slider-dots .dot.active {
  background-color: #007bff;
}

.slide-content .read-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color:#004C97!important;
  background-color: transparent;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  line-height: 1.3;
  white-space: nowrap;
transition: all 0.3s ease-in-out !important;
}

.slide-content .read-more-button:hover {
  color:#009cde !important;
  transform: scale(1.05) !important;
}

.slide-content .read-more-button .button-vector {
  width: 12.5px;
  height: 10.5px;
  margin-left: 5px;
}


/* Mobile-friendly slider improvements */
@media screen and (max-width: 768px) {
  .cirt-slider-section {
    height: auto !important; /* Override fixed height */
    min-height: 710px; /* Minimum height to prevent layout shifts */
    padding: 30px 15px;
  }
  
  .slider {
    height: 100%;
    padding: 0;
    flex-direction: column;
  }
  
  .slide {
    position: absolute; /* Keep absolute positioning */
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 10px;
    height: 100%;
  }
  
  .slide-content {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .slide-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .slide-content p {
    font-size: 14px;
    padding-bottom: 15px;
    /* Remove fixed line breaks to allow proper text wrapping */
    br {
      display: none;
    }
  }
  
  .slide-image {
    width: 100%;
    max-width: 300px; /* Control image size */
    margin: 0 auto;
  }
  
  .slide-image img {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: contain;
  }
  
  /* Fix dot navigation positioning */
  .final-block-idfr {
    top: -45px;
    position: relative;
    margin-top: 20px;
  }
  
  /* Make sure active slide is visible */
  .slide.active {
    display: flex;
    opacity: 1;
    transform: translateX(0);
    z-index: 5;
  }
}

/* Extremely small screens */
@media screen and (max-width: 480px) {
  .cirt-slider-section {
    min-height: 625px;
  }
  
  .slide-content h2 {
    font-size: 18px;
  }
  
  .slide-content p {
    font-size: 12px;
    line-height: 1.4;
  }
  
  .slide-image {
    max-width: 250px;
  }
  
  .slide-image img {
    max-height: 200px;
  }
}


.ir-container {
  text-align: center;
  background: white;
  padding: 30px;
  margin: 50px auto 110px;
  max-width: 1200px;
  border: 1px solid #31AEE3;
  border-radius: 20px;
}

.ir-container h2 {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 48px;
  color: #343741;
  
}

.ir-subtitle {
  font-size: 16px;
  color: #343741 !important;
  margin: 0 !important;
}

.ir-description {
  margin: 10px 0 0 0;
  font-size: 16px !important;
  color: #343741 !important;
  margin: 0 !important;
  line-height: 150%;
  padding-bottom: 1%;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.ir-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: normal;
  color: #004c97 !important;
  border: 1px solid #004c97;
  border-radius: 20px;
  text-decoration: none;
  font-family: "Roboto" !important;
  transition: all 0.3s ease-in-out;
}

.ir-btn:hover {
  background-color: #005a9b;
  color: #fff !important;
  border-color: transparent;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.07);
}

.ir-container .managed-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff !important;
  background-color: #004c97;
  text-decoration: none;
  height: 46px;
  padding: 10px 26px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  line-height: 1.3;
  white-space: nowrap;
  font-weight: 500;
  margin-top: 10px;
  transition: all 0.3s ease-in-out !important;

}

.ir-container .managed-button:hover {
  background-color: #3370ac;
  transform: scale(1.05) !important;
}

.ir-container .managed-button .button-vector {
  width: 12.5px;
  height: 10.5px;
  margin-left: 5px;
}

/* Tablets */
@media screen and (max-width: 768px) {
  .ir-container {
    margin: 0 30px;
    padding: 20px;
    padding-bottom: 4%;
  }

  .ir-container h2 {
    font-size: 22px;
  }

  .ir-subtitle {
    font-size: 15px;
  }

  .ir-description {
    font-size: 13px !important;
    padding-bottom: 2%;
  }

  .ir-btn {
    padding: 8px 25px;
    font-size: 13px;
  }

  .ir-container .managed-button {
    width: 100%;
    max-width: 320px;
    font-size: 13px;
    height: 44px;
  }
}

/* Mobile Devices */
@media screen and (max-width: 480px) {
.cyber-response-section-container h2{
font-size:24px;
}
  .ir-container {
    margin: 0 15px;
    padding: 15px;
margin-bottom:50px;
  }

  .ir-container h2 {
    font-size: 20px;
  }

  .ir-subtitle {
    font-size: 14px;
  }

  .ir-description {
    font-size: 12.5px !important;
    line-height: 140%;
  }

  .ir-btn {
    font-size: 12.5px;
    padding: 6px 20px;
    margin-top: 20px;
  }

  .ir-container .managed-button {
    width: 100%;
    max-width: 280px;
    height: 42px;
    font-size: 12.5px;
  }

  .ir-container .managed-button .button-vector {
    width: 11px;
    height: 9px;
  }
}
