.full-width-region {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
}


.page-wrapper,
.main-content {
    width: 100vw !important;
    max-width: 100vw !important;

}
.entire-mdr-page{
   margin: 0;
    padding: 0;
    font-family: 'Roboto';
}
.entire-mdr-page p{
 line-height: 140%;
}
.entire-mdr-page h1,.entire-mdr-page h2,.entire-mdr-page h3{
  line-height: 120%
}

.entire-mdr-page * {
  hyphens: none !imporatnt;
  word-break:normal !imporatnt;
}


/* MDR Hero Section */
.mdr-hero-section {
    background-image: url('/drupal/sites/default/files/2025-04/mdr-hero-section.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 190px 20px 94px 20px;
    font-family: "Roboto", sans-serif;
}

/* Centering Content */
.mdr-hero-content {
    max-width: 1440px;
    width: 90%;
    color: white
}

/* Tagline (Blue Color) */
.mdr-tagline {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: Medium;
    color: #33B0E5;
    margin-bottom: 40px !important;
    /* Small gap */
    max-width: 677px;
	height: 24px;
}

/* Section Heading */
.mdr-heading {
    font-family: "Roboto", sans-serif;
    font-size: 64px;
    font-weight: Black;
    margin-bottom: 5px;
    /* Small gap */
    
}

/* Colors for Heading */
.mdr-heading .white-text {
    color: white;
}

.mdr-heading .blue-text {
    color: #31AEE3;
}

/* Description Paragraph */
.mdr-heading-description {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
	font-weight: Regular;
    color: #FFFFFF;
    margin: 5px auto 0;
    max-width: 677px;
    margin-bottom: 8% !important
}

/* Video Wrapper */
.mdr-video {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .mdr-heading {
        font-size: 2rem;
    }
    .mdr-description {
        font-size: 1rem;
    }
    .mdr-video iframe {
        width: 90%;
        height: 300px;
    }
}

/*
@media (max-width: 768px) {
    .mdr-heading {
        font-size: 1.8rem;
    }
    .mdr-tagline {
        font-size: 1.3rem;
    }
}


@media (max-width: 480px) {
    .mdr-heading {
        font-size: 1.5rem;
    }

    .mdr-heading-description {
     font-size:14px !important;
}
    .mdr-tagline {
        font-size: 1.1rem;
    }
    .mdr-video iframe {
        width: 100%;
        height: 250px;
    }
}
*/
@media (max-width: 375px){
.mdr-heading {
        font-size: 1.7rem;
    }

.mdr-heading-description {
     font-size:14px !important;
}

}
@media (max-width: 320px){
.mdr-heading {
        font-size: 2rem;
    }

}

/* Second Section */
.mdr-second-section {
    background-image: url('/drupal/sites/default/files/2025-03/Your%20security.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
    padding-left: 30px;
}

/* Container to hold two columns */
.mdr-container {
    display: flex;
    max-width: 1440px;
    width: 90%;
    justify-content: space-between;
    align-items: center;
    gap:50px
}

/* Left Column (Content) */
.mdr-container-content {
	color: #343741;
    max-width: 45%;
    text-align: left;
    hyphens: none;
}

/* Heading */
.mdr-heading2 {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
	font-weight: Bold;
    color: #343741;
	max-width: 897px;
	height: 121px;
    margin-bottom: 80px;

}

/* Paragraph */
.mdr-heading2-description {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
	font-weight: 400;
    color: #343741;
	max-width: 471px;
	height: 80px;
	margin-bottom: 80px;
}

/* List with Checkmarks */
.mdr-list {
    list-style: none;
    padding: 0;
    margin:0;
    padding-right: 30px;
    padding-top:10px;
}

.mdr-list li {
    display: flex;
    align-items: flex-start;
    font-size:24px;
    margin-bottom: 10px;
    color: #009CDE; /* Black color */
}

.mdr-list li img {
    width: 20px; /* Adjust based on checkmark size */
    height: 20px;
    margin-right: 10px;
    margin-top: 8px;
}

/* Right Column (Image) */
.mdr-image {
    flex: 1;
    width: 60%;
    display: flex;
    justify-content: center;
}

.mdr-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .mdr-container {
        flex-direction: column; /* Stack elements on top of each other */
        text-align: center;
        align-items: center;
    }

    .mdr-content {
        width:100%;
        text-align: center;
    }

    .mdr-heading2 {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .mdr-heading2-description {
        font-size: 16px;
        width:100%;
        margin-bottom: 40px;
    }

    .mdr-list {
        padding-left: 0;
    }

    .mdr-image {
        max-width: 80%;
        margin-top: 20px;
    }
}

/* ----------- Responsive Styles ----------- */

/* Tablets (768px and below) */
@media screen and (max-width: 992px) {
  .mdr-container {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap:0;
  }

  .mdr-container-content {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .mdr-heading2 {
    font-size: 36px;
    height: auto;
    margin-bottom: 40px;
  }

  .mdr-heading2-description {
    font-size: 14px;
    max-width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .mdr-image {
    width: 100%;
    justify-content: center;
  }

  .mdr-image img {
    max-width: 100%;
    margin-left: 50px;
  }
}

/* Mobile (480px and below) */
@media screen and (max-width: 576px) {
  .mdr-second-section {
    padding: 30px 15px;
    min-height: auto;
  }

  .mdr-heading2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .mdr-heading2-description {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .mdr-list li {
    font-size: 1rem;
  }

  .mdr-list li img {
    width: 18px;
    height: 18px;
  }
}

/* MDR THIRD SECTION */
.mdr-third-section {
    position: relative;
    background: url('/drupal/sites/default/files/2025-03/What%20makes.png') no-repeat center center/cover;
    text-align: center;
    padding: 67px 20px 107px 20px;
    color: #fff;
    hyphens: none;
}

.mdr-heading3 {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: Bold;
    color: #343741;
    font-weight: bold;
    margin-bottom: 15px;
}

.mdr-subheading {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #004C97;
    margin-bottom: 15px;
}

.mdr-heading3-description {
	font-family: "Roboto", sans-serif;
    font-weight: Regular;
	font-size: 16px; /* Made smaller for better balance */
    line-height: 1.5;
    max-width:1440px;
    color:#343741;
    padding:0 223px;
    margin:auto;
}

/* Cards Block */
.mdr-card-container {
    font-family: "Roboto", sans-serif;
    display: flex;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
    background: url("http://209.182.213.100/drupal/sites/default/files/2025-03/What%20makes.png");
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Individual Cards */
.mdr-card {
    padding:39px 25px;
    text-align: center;
    color: #343741;
    position: relative;
    width: 34%;
}
#mdr-middle-card{
width: 36%;
}
/* Adding Grey Vertical Line */
.mdr-card:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background:#C4D3E2;
}

/* Card Image - Centered */
.mdr-card img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto 12px;
}

/* Card Heading */
.mdr-card-heading {
    font-size: 20px; /* Increased for better emphasis */
    font-weight: bold;
    margin-bottom: 8px;
}

/* Card Description */
.mdr-card-description {
	font-weight: Regular;
    font-size: 16px; /* Made smaller for better proportion */
    line-height: 1.5;
    margin-bottom: 12px;
    margin-block-end: 0;
    padding: 0 4px;
    
}

/* Learn More Button */
.mdr-learn-more {
    display: inline-flex;
    background: #004C97;
    color: #fff !important; /* Ensured text is white */
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 26px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out !important;
    
}

.mdr-learn-more svg{
margin-top: 3px;
    margin-left: 8px;
}
.mdr-learn-more .arrow {
    font-size: 16px;
    margin-left: 5px;
    color: #fff; /* Ensured arrow is also white */
}
.mdr-learn-more:hover{
	background-color: #3370ac;
    transform: scale(1.05) !important;
  }

.mdr-learn-more:hover .arrow {
    color: #004C97; /* Updated arrow color on hover */
}
.mdr-card-2-botton{
position:relative;
bottom:-38px;
}
.mdr-card-3-botton{
position:relative;
bottom:-78px;
}
/* Responsive Design */
@media (max-width: 1024px) {
    .mdr-heading3 {
        font-size: 40px;
    }

    .mdr-subheading {
        font-size: 20px;
    }

    .mdr-heading3-description {
        font-size: 16px;
        max-width: 80%;
        padding:0;
        
    }

    .mdr-card-container {
        max-width: 100%;
        flex-wrap: wrap; /* Allow cards to wrap */
    }

    .mdr-card {
        flex: 1 1 45%; /* Two cards per row */
        padding: 20px;
    }

    .mdr-card:not(:last-child)::after {
        display: none; /* Remove vertical dividers in responsive mode */
    }
}

@media (max-width: 768px) {
    .mdr-heading3 {
        font-size: 32px;
    }

    .mdr-subheading {
        font-size: 18px;
    }

    .mdr-heading3-description {
        font-size: 14px;
        max-width: 90%;
        padding: 0;
    }

     .mdr-card-description {
      font-size: 14px;
    }

    .mdr-card-container {
        flex-direction: column;
        text-align: center;
        
    }

    .mdr-card {
       width:85% !important;
        padding: 15px;
margin:auto;
    }
}

@media (max-width: 480px) {
    .mdr-third-section {
        padding: 50px 15px;
    }

    .mdr-heading3 {
        font-size: 28px;
    }

    .mdr-subheading {
        font-size: 16px;
    }

    .mdr-heading3-description {
        font-size: 14px;
        max-width: 100%;
        padding: 0;
    }

    .mdr-card-description {
      font-size: 14px;
    }

    .mdr-card {
        padding: 10px;
        width: 100% !important;
    }

    .mdr-learn-more {
        font-size: 14px;
        
    }
    .mdr-learn-more svg{
     margin:0;
}
.mdr-card-2-botton,
.mdr-card-3-botton{
bottom:0;
}
}

/* MDR 4th section styles here */

/* Section Styling */
.security-section-fourth-width{
    background: #004c97;
    background-image: url('/drupal/sites/default/files/2025-04/mdr-background-mask_0.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
     
}

.security-section {
    
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 75px 81px;
    padding-right: 0px;
    width: 100%;
    margin: auto;
    gap: 20px;
    flex-wrap: wrap;
    hyphens: none;
    max-width: 1440px;
}

/* Left Content */
.security-text {
   
   width: 39%;
}

.mdr-security-heading {
	font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: Bold;
    color: #FFFFFF; 
	max-width:523;
    margin-bottom: 15px;
}

.mdr-security-description {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: Regular;
    color: #FFFFFF; 
	max-width:500;
    line-height: 1.6;
}

/* Carousel Section */
.carousel-container {
    flex: 1;
    max-width: 740px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.carousel-wrapper {
    display: flex;
    gap:25px;
    transition: transform 0.5s ease-in-out !important;
}

/* Card Styling */
.card {
    background: #fff;
    color: #333;
    padding: 0px 40px;
    border-radius: 20px;
    min-width: 321px;
    min-height: 320px;
    margin: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
    
}
/* Lighter background for odd cards */
.card:nth-child(odd) {
    background: #EAF9FF; 
}
/* Dark background for even cards */
.card:nth-child(even) {
    background: #009CDE;
    color: #FFFFFF;
}
.card:nth-child(odd) .card-heading {
    color: #343741; /* Dark blue text */
}

.card:nth-child(even) .card-heading {
    color: #FFFFFF; /* White text */
}
/* Card Header */
.card-header {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
.card-header img {
    width: 60px;
    height: 60px;
}
.card-header-image{
    height: 74px;
    width: 74px;
}

.card-heading {
    font-family: "Roboto", sans-serif;
	font-size: 20px;
    font-weight: SemiBold;
    margin: 0;
    text-align: left;
}
/* Card Description */
.card-description {
    font-family: "Roboto", sans-serif;
	font-weight: Regular;
	font-size: 14px;
    line-height: 1.5;
    margin-block-start: 0 !important;
}

/* Buttons Below the Cards */
.carousel-controls {
    display: flex;
    justify-content: end;
    gap: 20px;
    margin-top: 20px;
    margin-right: 70px;
}

.carousel-controls button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    transition: transform 0.5s ease-in-out !important;
}

.carousel-controls button:hover {
    transform: scale(1.1);
}

@media (max-width: 1024px) {
    .security-section {
        flex-direction: column; /* Stack elements vertically */
        text-align: center;
        padding: 50px 40px;
    }

    .security-text {
        width: 100%;
    }

    .mdr-security-heading {
        font-size: 40px;
    }

    .mdr-security-description {
        font-size: 18px;
    }

    .carousel-container {
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .security-section {
        padding: 40px 20px;
    }
.card-header-image{
    height: 50px;
    width: 50px;
}
    .mdr-security-heading {
        font-size: 32px;
    }

    .mdr-security-description {
        font-size: 16px;
    }

    .carousel-container {
        max-width: 100%;
    }

    .card {
        min-width: 250px;
        padding: 15px;
    }

    .card-header img {
        width: 40px;
        height: 40px;
    }

    .carousel-controls button {
        padding: 8px;
    }
}

@media (max-width: 480px) {
    .security-section {
        padding: 30px 15px;
    }

    .mdr-security-heading {
        font-size: 28px;
    }

    .mdr-security-description {
        font-size: 14px;
        line-height: 1.4;
    }

    .carousel-container {
        width: 100%;
    }

   
    .card {
        width: 50%;
        padding: 10px;
    }

    .carousel-controls {
        gap: 10px;
    }

    .carousel-controls button {
        padding: 6px;
    }
}



/* SECTION -5 STARTS HERE */
/* Use Cases and Deployment Options Section */
/* Use Cases and Deployment Options Section */
.use-cases-section {
    background:#F9FAFB;
    padding: 50px 20px;
    padding-bottom: 120px;
    text-align: center;
    hyphens: none;
    
}

.section-heading {
	font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #343741;
    margin-bottom: 20px;
}

.section-description {
	font-weight: 300;
	font-size: 16px;
    color: #343741;
    max-width: 1440px;
    margin: 0 auto;
    line-height: 1.6;
    font-family: "Roboto", sans-serif;
    max-width: 1124px;
    margin-block-start: 21px !important;
}

@media (max-width: 480px) {
   .section-description {

  font-size:14px;
}

}

@media (max-width: 768px) {
   .section-description {

  font-size:14px;
}

}

/* Cards Container */
.use-cases-cards {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 30px;
}

/* Individual Card */
.use-case-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    max-width: 300px;
    text-align: center;
    transition: transform 0.5s ease-in-out !important;
}

.use-case-card:hover {
    transform: translateY(-5px);
}

/* Card Image */
.use-case-card img {
    width: 100%;
    max-height: 60px;
    object-fit: contain;
    margin-bottom: 15px;
}

/* Card Heading */
.use-cases-card-heading {
	font-family: "Roboto", sans-serif;
	font-weight: Bold;
    font-size: 20px;
    color: #004C97;
    margin-bottom: 10px;
}

/* Card Text */
.card-text {
	font-family: "Roboto", sans-serif;
	font-weight: Regular;
    font-size: 16px;
    color: #343741;
    margin-bottom: 15px;
}


@media (max-width: 480px) {
    .card-text {
   font-size: 14px !important;
}
}



/* Read More Button */
.read-more {
    display: inline-flex;
    color: #004C97 !important;
	font-family: "Roboto";
    font-weight: SemiBold;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #004C97;
    padding: 10px 26px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out !important;
    font-weight:500;
 
}
.read-more svg{
  margin-top: 3px;
    margin-left: 8px;
}
.read-more:hover {
    background: #3370ac;
    color: #fff !important;
    transform: scale(1.05) !important;
}

/* View All Supported Integrations */
.view-all {
    margin-top: 30px;
}

.view-all-link {
	font-family: "Roboto";
    font-weight: 500;
    font-size: 24px;
    color:#004C97 !important;
    text-decoration: none;
    display: inline-block;
        transition: all 0.3s ease-in-out !important;

}

.view-all-link:hover {
    transform: scale(1.05) !important;
	color: #33b0e5 !important;
}
@media (max-width: 1024px) {
    .section-heading {
        font-size: 40px;
    }

    .section-description {
        font-size: 16px;
        max-width: 90%;
    }

    .use-cases-cards {
        flex-wrap: wrap; /* Allow cards to wrap on smaller screens */
        justify-content: center;
    }

    .use-case-card {
        max-width: 280px;
    }
}

@media (max-width: 768px) {
    .use-cases-section {
        padding: 40px 15px;
    }

    .section-heading {
        font-size: 32px;
    }

    .section-description {
        font-size: 16px;
        max-width: 100%;
    }

    .use-cases-cards {
        flex-direction: column; /* Stack cards vertically */
        align-items: center;
    }

    .use-case-card {
        max-width: 80%;
        padding: 15px;
    }

    .read-more {
        font-size: 14px;
        
    }
}

@media (max-width: 480px) {
    .use-cases-section {
        padding: 30px 10px;
    }

    .section-heading {
        font-size: 28px;
    }

    .section-description {
        font-size: 14px;
    }

    .use-cases-cards {
        flex-direction: column;
        gap: 15px;
    }

    .use-case-card {
        max-width: 100%;
        padding: 10px;
    }

    .read-more {
        font-size: 14px;
    }
.read-more svg{
margin:0;
}
    .view-all-link {
        font-size: 18px;
    }
.view-all-link svg{
margin-bottom: -3px;
}

}


/* SECTION 6 STARTS HERE */
/* Analysis Report Section */
.analysis-report-section {
    background: #fff;
    padding: 65px 20px;
    padding-bottom: 136px;
    text-align: center;
    display:flex;
    justify-content: center;
}

.analyst-section-width {
    max-width: 1440px;
}

/* Section Heading */
.analysis-section-heading {
    font-family: "Roboto", sans-serif;
    font-weight: Bold;
    font-size: 48px;
    color: #343741;
    margin-bottom: 50px;
    text-align: left;
    padding: 0 32px;
}

/* Report Cards Container */
.report-cards-container {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 0px 20px;
    flex-wrap: wrap; /* Ensures responsiveness */
    
}

/* Individual Report Card */
.report-card {
    background:#343741;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 32px;
    gap: 32px;
    transition: transform 0.5s ease-in-out !important;
    max-width: 600px;
    font-family: "Roboto";
    min-height: 312px;
    hyphens: none;
    
}

.report-card p{
margin-block-start:15px !important;
}
.report-card:hover {
    transform: translateY(-5px);
}

/* Report Image */
.report-image {
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}

/* Report Content */
.report-content {
    text-align: left;
}

/* Report Heading */
.report-heading {
    font-weight: bold;
    color: #fff;
    font-family: "Roboto";
    margin-block: 0 !important;
}

/* Report Text */
.report-text {
    font-size: 16px;
    color: #fff;
    margin-block-end:0 !important;
}

/* Download Report Link */
.download-link {
	font-family: "Roboto";
    display: inline-block;
    color: #009CDE !important;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.5s ease !important;
}
.download-link svg{
margin-bottom: -4px;
}
.download-link:hover {
    text-decoration: underline;
    color: #fff !important;
    transform: scale(1.05) !important;

}

@media (max-width: 768px) {
    font-size: 14px;
}

@media (max-width: 1024px) {
    .analysis-report-section{
    padding: 44px 10px;
}
    .analysis-section-heading {
        font-size: 42px;
    }

    .report-cards-container {
        flex-wrap: wrap;
        gap: 15px;
        padding: 0 15px;
margin-bottom:30px;
    }

    .report-card {
        max-width: 70%;
        padding: 20px;
    }

    .report-text, .download-link {
        font-size: 14px;
    }
}

/* Tablet Portrait (768px and below) */
@media (max-width: 768px) {
    .analysis-section-heading {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .report-cards-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .report-card {
        max-width: 85%;
        padding: 15px;
        flex-direction: column;
        text-align: center;
    }

    .report-image {
        max-width: 100%;
        height: auto;
    }

    .report-text, .download-link {
        font-size: 13px;
    }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
    .analysis-section-heading {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .report-cards-container {
        gap: 10px;
        padding: 0 10px;
    }

    .report-text {
        font-size: 14px !important;

}

    .report-card {
        max-width: 100%;
        padding: 10px;
        flex-direction: column;
        text-align: center;
    }

    .report-image {
        max-width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .report-text, .download-link {
        font-size: 12px;
    }

    .download-link {
        margin-top: 8px;
    }
}


/* 7 TH SECTION STARTS HERE MOBILE SOC */

.mobile-soc-seventh-section {
    background: url('/drupal/sites/default/files/2025-03/mdr-page-shrink-background.png') center / cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center !important;
}

.mdr-mobile-soc-section {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    max-width: 1440px;
    padding: 100px 50px 28px 50px;
    hyphens: none;
    gap: 20px;
}

.mdr-content {
    flex: 1;
    max-width: 55%;
    padding-left: 40px;
    padding-bottom: 60px;
}

.mdr-content-heading {
	font-family: "Roboto", sans-serif;
    color:#343741 !important;
    font-weight: Bold;
    font-size: 48px;
    padding-right: 28px;
}

.mdr-content-para {
	font-family: "Roboto", sans-serif;
    color: #343741;
    font-weight: 400;
    font-size: 16px;
    width: 80%;
    
}

.mdr-image-container {
    display: flex;
    justify-content: center;
    width: 43%;
    margin-left: 15px; 
}

.mdr-image-container img {
    max-width: 100%;
    height: auto;
}

.mdr-explore-btn {
    background-color: #004C97;
    color: white !important;
    padding: 15px 26px;
   margin-top: 25px;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out !important;

}
.mdr-explore-btn svg{
margin-bottom: -5px;
    margin-left: 8px;
}
.mdr-explore-btn:hover {
    background-color: #3370ac;
    transform: scale(1.05) !important;
}


@media (min-width: 1800px) {
  
    .mdr-content-para {
        font-weight: 400;
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .mdr-mobile-soc-section {
        padding: 40px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .mdr-content {
        max-width: 80%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .mdr-content-heading {
        font-size: 40px;
    }

    .mdr-content-para {
        font-size: 16px;
    }

    .mdr-image-container {
        text-align: center;
        margin-top: 20px;
    }

    .mdr-explore-btn {
        font-size: 14px;
        padding: 12px 20px;
        margin-top: 15px;
    }
}

/* Devices with screen width 768px or less (Tablets in portrait mode) */
@media (max-width: 768px) {
    .mdr-mobile-soc-section {
        padding: 30px;
        flex-direction: column;
        align-items: center;
    }

    .mdr-content {
        max-width: 90%;
        text-align: center;
    }

    .mdr-content-heading {
        font-size: 32px;
    }

    .mdr-content-para {
        font-size: 14px;
    }

    .mdr-image-container {
        text-align: center;
        margin-top: 15px;
    }

    .mdr-explore-btn {
        font-size: 13px;
        padding: 10px 18px;
        margin-top: 12px;
    }
}

/* Devices with screen width 480px or less (Mobile devices) */
@media (max-width: 480px) {
    .mdr-mobile-soc-section {
        padding: 20px;
        flex-direction: column;
        align-items: center;
    }

    .mdr-content {
        max-width: 100%;
        text-align: center;
        padding: 0;
    }

    .mdr-content-heading {
        font-size: 24px;
    }

    .mdr-content-para {
        font-size: 14px;
    }

    .mdr-image-container {
        text-align: center;
        margin-top: 10px;
    }

    .mdr-explore-btn {
        font-size: 14px;
    }
}

/* 8 TH SECTION REQUEST A DEMO SECTION */

.request-demo {
    background: white;
    padding: 110px 50px;
    display: flex;
    justify-content: center;
}

.request-demo-wrapper {

    display: flex;
    max-width: 1440px;
    justify-content: center;

}


.demo-block {
    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: white !important;
    display: flex;
    align-items: center;
    padding: 72px 50px;
    border-radius: 25px;
    width: 90%;
    gap: 14px;
    
    
}

.demo-content {
   
    padding-right: 20px;
    hyphens: none;
    margin-right: 10px;
    width:59%;
    
}

.demo-content-heading {
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 48px;
	color: #fff;
    hyphens: none;
    padding-right: 20px;
}

.demo-content-para {
	font-family: 'Roboto';
	font-weight: Regular;
	font-size: 16px;
	color: #fff;
}

.demo-image {
    width:50%;
}

.demo-image img {
    max-width: 100%;
    height: auto;
}

.demo-btn {
    display: inline-flex;
    background-color: #009CDE;
    color:white !important;
    padding: 10px 26px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease-in-out !important;
    font-size: 14px;

}
.demo-btn svg{
margin-top: 3px;
    margin-left: 8px;
}

.demo-btn:hover {
    background-color: #3370ac;
   transform: scale(1.05) !important;

}

@media (max-width: 1024px) {
    .demo-block {
        flex-direction: column;
        padding: 25px;
        width: 100%;
    }

    .demo-content {
        padding-right: 0;
        max-width: 100%;
    }

    .demo-content-heading {
        font-size: 40px;
    }

    .demo-image{
width: 100%;
display: flex;
        align-items: center;
        justify-content: center;
}

    .demo-image img {
        max-width: 80%;
    }
}

@media (max-width: 768px) {
    .request-demo {
        padding: 30px;
    }

    .demo-block {
        flex-direction: column;
        padding: 25px;
        width: 100%;
    }
    .demo-content{
width:100%;
}
    .demo-content-heading {
        font-size: 32px;
    }

    .demo-content-para {
        font-size: 14px;
    }
    .demo-image{
width: 100%;
}
    .demo-image img {
        width: 90%;
    }

    .demo-btn {
        font-size: 13px;
        padding: 8px 16px;
    }
}

@media (max-width: 480px) {
    .request-demo {
        padding: 20px;
    }

    .demo-block {
        padding: 20px;
    }

    .demo-content-heading {
        font-size: 28px;
    }

    .demo-content-para {
        font-size: 14px;
    }

    .demo-btn {
        font-size: 14px;
       
    }
.demo-btn svg{
margin:0;
}
    .demo-image{
width: 100%;
}
    .demo-image img {
        width: 100%;
    }
}


/* 9 TH SECTION RESOURCES */
.resources-section {
    text-align: center;
    padding: 20px 50px;
    background: #F9FAFB;
    hyphens: none;
    padding-bottom: 120px;
}


.resources-heading {
    font-family: "Roboto", sans-serif;
	font-weight: Bold;
	font-size: 48px;
	color: #343741;
    
}

.resources-container {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: auto;
}

.resource-card {
    background: #FFFFFF;
    padding: 31px;
    border-radius: 15px;
    text-align: left;
    width:27% ;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.resource-card img {
    max-width: 100%;
    padding: 28px 0px;
}

.resource-card h3 {
	font-family: "Roboto", sans-serif;
	font-weight: SemiBold;
	font-size: 30px;
	color: #343741;
    margin: 15px 0 10px;
    
}

.resource-card p {
	font-family: "Roboto", sans-serif;
	font-weight: Regular;
	font-size: 16px;
	color: #343741;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.read-more1 {
    display: inline-flex;
    color:#009CDE !important;
    text-decoration: none;
	font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-top: 10px;
   transition: all 0.3s ease-in-out !important;

}

.read-more1 svg{
margin-left:7px;
}
.read-more1:hover{
	color: #004C97 !important;
    transform: scale(1.05) !important;

}

.read-more:hover {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .resources-heading {
        font-size: 40px;
    }

    .resources-container {
        gap: 20px;
        padding: 0 20px;
    }

    .resource-card {
        padding: 20px;
    }

    .resource-card h3 {
        font-size: 28px;
    }

    .resource-card p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .resources-section {
        padding: 40px 20px;
    }

    .resources-heading {
        font-size: 36px;
    }

    .resources-container {
        flex-direction: column;
        align-items: center;
    }

    .resource-card {
        flex-direction: column;
        width: 90%;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
         
    }

    .resource-card h3 {
        font-size: 26px;
    }

    .resource-card p {
        font-size: 16px;
    }

    .read-more1 {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .resources-section {
        padding: 30px 15px;
    }

    .resources-heading {
        font-size: 28px;
    }

    .resource-card {
        width: 100%;
        padding: 18px;
    }

    .resource-card h3 {
        font-size: 24px;
    }

    .resource-card p {
        font-size: 14px;
    }

    .read-more1 {
        font-size: 12px;
    }
}
@media (min-width: 1800px){
.entire-mdr-page p{
font-size:16px;
}
}