.vm-entirePage{
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    hyphens: none;
    
    }
    .vm-entirePage p{
      font-size:16px ;
    margin-bottom:30px;
    line-height: 1.5;
    margin-block-start: 0 !important;
    }
    .vm-entirePage li{
      font-size:16px ;
    line-height: 1.5;
    }
    .vm-entirePage h2{
     color:#343741;
     margin-block: 25px;
     font-family: 'Roboto';
    }
    .vm-entirePage h3{
    color:#343741;
    font-family: 'Roboto';
    }
    .mvm-header {
      background: linear-gradient(135deg, #004C97, #006FCE);
      padding: 0;
      color: #fff;
      text-align: left;
      overflow: hidden;
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 30px;
    }
    
    .mvm-header *{
      font-family: 'Roboto';
    }
    
    .mvm-header-image-wrapper {
        overflow: hidden;
        height: 600px;
    }
    
    
    .mvm-header-image {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 0  300px 300px 0;
        object-fit: cover;
    }
    
    .mvm-header-content {
      width: 50%;
       margin: 20px;
        padding: 0 50px 0 20px;
        max-width:1000px;
    }
    
    .mvm-title {
      font-size: 44px;
      margin-bottom: 10px;
      color: #fff;
      font-weight:400;
      line-hight:1.5;
    }
    
    .mvm-description {
      font-size: 14px;
      margin-bottom: 20px;
    line-hight:1.5;
    }
    
    .mvm-button {
      display: inline-flex;
      padding: 10px 26px;
      background: #ffffff;
      color: #004C97;
      text-decoration: none;
      font-weight: 500;
      border-radius: 8px;
      transition: all 0.3s ease-in-out !important;
      font-size: 14px;
      justify-content: center;
      align-items: center;
      line-height: 22px;
    }
    .mvm-button svg{
    margin-left:7px;
    }
    
    .mvm-button:hover {
      background: #3370ac ;
      color: #ffffff !important;
      transform: scale(1.05) !important;
    }
    
    @media (max-width: 780px) {
    .vm-entirePage p{
      font-size:14px ;
    }
      .mvm-header {
        flex-direction: column;
        text-align: center;
        gap: 0;
      }
    
      .mvm-header-image-wrapper {
        width: 100%;
        height: auto;
      }
    
      .mvm-header-image {
        border-radius: 0 0 550px 550px;
        height: auto;
        max-height: 400px;
        object-fit: cover;
      }
    
      .mvm-header-content {
        width: 100%;
        padding: 20px;
        margin: 0;
      }
    
      .mvm-title {
        font-size: 28px;
      }
    
      .mvm-description {
        font-size: 13px;
      }
    
      .mvm-button {
        font-size: 13px;
        padding: 8px 20px;
      }
    }
    
    @media (max-width: 480px) {
      .mvm-header {
        flex-direction: column;
        text-align: center;
        gap: 0;
      }
    
      .mvm-header-image-wrapper {
        width: 100%;
        height: auto;
      }
    
      .mvm-header-image {
        border-radius: 0 0 50% 50%;
        height: auto;
        max-height: 300px;
        object-fit: cover;
      }
    
      .mvm-header-content {
        width: 100%;
        padding: 20px;
        margin: 0;
      }
    
      .mvm-title {
        font-size: 28px;
      }
    
      .mvm-description {
        font-size: 13px;
      }
    
      .mvm-button {
        font-size: 13px;
        padding: 8px 20px;
      }
    }
    
    .Effective-vms-section {
                text-align: center;
                max-width: 1440px;
                margin: 50px auto;
                
            }
         .Effective-vms-section p{
    margin-block-start: 0 !important;
    }
    
            .Effective-vms-title {
                font-size: 48px;
                font-weight: bold;
                padding-bottom:15px;
                
            }
    
            .Effective-vms-content {
                display: flex;
                justify-content: center;  
                color: #333;
                gap: 30px;
        margin-bottom: 30px;
            }
    
            .Effective-vms-content p{
                max-width: 30%;
        margin: 0;
        line-height: 1.5;
        text-align: left;
        padding: 20px;
        border: 1px solid #31AEE3;
        border-radius: 10px;
            }
       
    
            .Effective-vms-button {
                display: inline-flex;
                padding: 10px 26px;
                background-color: #004C97;
                color: #fff !important;
                font-size: 14px;
                font-weight: 500;
                border: none;
                border-radius: 8px;
                text-decoration: none;
                cursor: pointer;
                transition: all 0.3s ease-in-out !important;
                justify-content: center;
                align-items: center;
                line-height: 22px;
            }
    
    .Effective-vms-button svg{
        margin-left: 7px;
    }
            .Effective-vms-button:hover {
                background-color: #3370ac;
                transform: scale(1.05);
                
            }
    
    /* ---------- MEDIA QUERIES ---------- */
    
    /* Tablets (768px and below) */
    @media (max-width: 768px) {
        .Effective-vms-title {
            font-size: 24px;
        }
    
        .Effective-vms-content {
            flex-direction: column;
            align-items: center;
        }
    
        .Effective-vms-content p {
            max-width: 80%;
            padding: 20px;
            text-align: center;
        }
    
        .Effective-vms-button {
            font-size: 15px;
            padding: 10px 20px;
        }
    }
    
    /* Mobile Devices (480px and below) */
    @media (max-width: 480px) {
        .Effective-vms-title {
            font-size: 20px;
        }
    
        .Effective-vms-content p {
            max-width: 100%;
            padding: 15px;
        }
    
        .Effective-vms-button {
            font-size: 14px;
            padding: 8px 16px;
        }
.Effective-vms-section{
padding:0 20px;
}
    }
    
    /* 2nd section*/
    
    .stop-guessing{
                text-align:centre;
                font-family: 'Roboto' !important;
                margin: 0 auto;
                padding: 60px 20px;
                background-color: #f4f5f7 !important;
                max-width: 1440px;
               
    }
    .stop-guessing-title{
                
                font-size: 48px;
                font-weight: bold;
                margin-bottom: 30px;
                text-align: center;
                padding-bottom:15px;
            }
     .stop-container{
                display: flex;
        justify-content: space-between;
        align-items: start;
        margin: 10px auto;
        text-align: left;
        font-size:16px;
        width: 85%;
        gap: 50px
            }
      .stop-container-column1{
                flex: 1;
                width: 60%;
        font-size: 16px;
        margin-bottom: 10px;
    
            }
    .stop-container-column1 p{
         margin-block-end: 0 !important;
         margin-block-start: 0;
       }
     .stop-container-column1 ul{
      padding: 0px 0px;
    }  
    .stop-container-column{
                 flex: 1;
                width: 40%;
        font-size: 16px;
        margin-bottom: 10px;
            }
    
    .stop-container-column img{
            width: 100%;
            border-radius: 5px;
        }
    
    
    /* ---------- MEDIA QUERIES ---------- */
    
    /* Tablets (≤768px) */
    @media (max-width: 768px) {
        .stop-guessing-title {
            font-size: 24px;
        }
    
        .stop-container {
            flex-direction: column;
            align-items: center;
            gap: 30px;
        }
    
        .stop-container-column1,
        .stop-container-column {
            width: 100%;
        }
    }
    
    /* Mobile Devices (≤480px) */
    @media (max-width: 480px) {
        .stop-guessing-title {
            font-size: 20px;
        }
    
        .stop-container {
            width: 95%;
            gap: 20px;
        }
    
        .stop-container-column1 ul {
            padding: 20px 0px;
        }
    
        .stop-container-column1,
        .stop-container-column {
            font-size: 15px;
        }
    }
    
    
    .continuous-cycle{
            text-align: center;
        margin: 50px auto;
        width: 85%;
    max-width: 1440px;
            
        }
    .critical-vms-img {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0;
    }
    .continuous-cycle h2{
      font-weight: bold;
      font-size:48px;
      
    }
    
    .critical-vms-img img{
            
            border-radius: 5px;
        }
    
    /* ---------- MEDIA QUERIES ---------- */
    
    /* Tablets (≤768px) */
    @media (max-width: 768px) {
        .continuous-cycle h2 {
            font-size: 24px;
        }
    
        .critical-vms-img {
            margin: 20px 0;
        }
    
        .critical-vms-img img {
            max-width: 90%;
        }
    }
    
    /* Mobile Devices (≤480px) */
    @media (max-width: 480px) {
        .continuous-cycle h2 {
            font-size: 20px;
        }
    
        .critical-vms-img {
            margin: 15px 0;
        }
    
        .critical-vms-img img {
            max-width: 100%;
        }
    }
    
    
    
    .vm-cards {
       display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 55px;
        justify-content: center;
        margin: 50px auto;
        width: 85%;
    }
    
    .vm-card {
        padding: 20px;
        margin: 10px 2px;
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        background: #fff;
        border-radius: 10px;
        max-width: 300px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.5s ease-in-out !important;
        hyphens: none;
    }
    .vm-card:hover{
         transform: translateY(-5px);
    }
    .vm-card h3{
            font-size: 20px;
        font-weight: bold;
        margin-block: 10px;
            color: #004C97;
            
        }
        .vm-card p{
            margin-block-start: 0 !important;
        }
    .vm-card img {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
        display: inline;
    }
    
     .vm-delivered{
        background: #004c97;
        background-image: url(/drupal/sites/default/files/2025-04/mdr-background-mask_0.svg);
        background-size: cover;
        background-repeat: no-repeat;
        color: white;
        text-align: center;
        padding: 20px;
        max-width: 1440px;
        margin: 110px auto;
        border-radius: 25px;
    width:90%;
    
            }
    
    .vm-delivered h2:first-child {
        color: white;
        font-size: 46px;
        font-weight: bold;
    }
        .vm-tabs {
                display: flex;
        justify-content: flex-start;
        margin-bottom: 20px;
        border-bottom: 1px solid gray;
        width: 80%;
        margin: 20px 7%;
        font-family: 'Roboto';
    
    }
     .vm-tab {
                cursor: pointer;
        font-weight: 300;
        font-size: 18px;
        padding: 10px 20px;
        border-bottom: 1px solid transparent;
        color: #fff !important;
            margin-block: 0;

            }
        .vm-tab.active {
                border-bottom: 1px solid white;
                font-weight:bold;
            }
         .vm-tab:hover{
         font-weight:bold;
    }
        .vm-content {
                display: none;
        width: 85%;
        text-align: left;
        margin: auto;
        padding: 0 0 40px;
            }
        .vm-content.active {
                display: block;
            }
    .vm-content h2{
    font-size: 35px !important;
    }
    .vm-content p strong{
    font-size: 20px;
    }
    .vm-content p{
margin-block:0;
}
    /* ---------- MEDIA QUERIES ---------- */
    
    /* Tablets (≤768px) */
    @media (max-width: 768px) {
    .vm-cards{
    grid-template-columns: repeat(2, 1fr); /* Single column */
    }
        .vm-card {
            flex: 0 0 45%;
        }
    
        .vm-card h3 {
            font-size: 16px;
        }
    
        .vm-tabs {
            width: 90%;
            margin: 20px auto;
            justify-content: center;
        }
    
        .vm-tab {
            font-size: 12px;
            padding: 8px 15px;
        }
    
        .vm-delivered h2:first-child {
            font-size: 22px !important;
        }
    }
    
    /* Mobile Devices (≤480px) */
    @media (max-width: 480px) {
        .vm-entirePage p{
      font-size:14px ;
    }
    .vm-cards{
    grid-template-columns: repeat(1, 1fr); /* Single column */
    }
        .vm-card {
            flex: 0 0 100%;
        }
    
        .vm-card img {
            width: 80px;
            height: 80px;
        }
    
        .vm-card h3 {
            font-size: 15px;
        }
    
        .vm-tabs {
            flex-direction: column;
            align-items: center;
            width: 95%;
        }
    
        .vm-tab {
            font-size: 13px;
            width: 100%;
            text-align: center;
        }
    
        .vm-delivered h2:first-child {
            font-size: 20px !important;
        }
    .vm-content p strong{
    font-size:16px;
    }
        .vm-content {
            padding: 20px 10px;
        }
    }
    
    .our-diff-container {
        width: 80%;
        margin: 70px auto;
    max-width: 1440px;
    }
    
    .our-diff-content-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
    gap:10px;
    }
    
    .our-diff-text-content {
        width: 50%;
    }
    
    .our-diff-text-content h2 {
       color:#343741 !important;
        font-weight: bold;
        line-height: 1.2;
     font-size:48px;
    }
    
    .our-diff-image-content {
        width: 60%;
    }
    
    .our-diff-image-content img {
        width: 100%;
        border-radius: 10px;
    }
    
    .our-diff-accordion {
        width: 100%;
        margin: auto;
            font-family: 'Roboto';
    }
    
    .our-diff-accordion-item {
        background: white;
        margin-bottom: 10px;
        /* border: 1px solid #ccc; */
        border-radius: 5px;
        overflow: hidden;
    }
    .our-diff-accordion-header {
        display: flex;
        justify-content: space-between; /* Ensures text is on the left and icon on the right */
        align-items: center; 
        cursor: pointer;
        font-weight:700;
        text-align: left; 
    }
    
    .our-diff-icon {
        font-size: 20px;
        margin-left: auto; /* Pushes the icon to the far right */
    }
    
    .our-diff-accordion-content {
        display: none;
        padding: 15px;
        /* background: #f1f1f1; */
    }
    .our-diff-accordion-content p{
       font-size: 16px;
       margin-block-end: 0;
    }
    .our-diff-accordion-content li{
      font-size: 16px;
            line-height: 1.6;
    
    }
    .our-diff-active .our-diff-accordion-content {
        display: block;
    }
    
    
    /* ---------- MEDIA QUERIES ---------- */
    
    /* Tablets (≤768px) */
    @media (max-width: 768px) {
        .our-diff-content-wrapper {
            flex-direction: column;
            gap: 20px;
        }
    
        .our-diff-text-content,
        .our-diff-image-content {
            width: 100%;
            text-align: center;
        }
    
        .our-diff-text-content h2 {
            font-size: 24px;
            line-height: 1.2;
        }
    
        .our-diff-accordion-content p,
        .our-diff-accordion-content li {
            font-size: 13px;
        }
    }
    
    /* Mobile Devices (≤480px) */
    @media (max-width: 480px) {
        .our-diff-container {
            width: 90%;
        }
    
        .our-diff-text-content h2 {
            font-size: 20px;
        }
    
        .our-diff-accordion-content {
            padding: 10px;
        }
    
        .our-diff-icon {
            font-size: 18px;
        }
    }
    
    .vms-container-wrapper{
        background: #004c97;
        background-image: url(/drupal/sites/default/files/2025-04/mdr-background-mask_0.svg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .vms-container {
                margin: auto;
                padding: 20px 0;
               max-width: 1440px;
                   
            }
    .vms-container h2{
        font-size: 48px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        line-height: 1.5;
       padding: 0 20px;
    }
            .vms-carousel-container {
                max-width: 1084px;
                margin: auto;
                overflow: hidden; /* Ensures only 3 cards are visible */
                position: relative;
            }
    
            .vms-carousel-wrapper {
                display: flex;
                transition: transform 0.5s ease-in-out;
                width: fit-content;
            }
    
            .vms-card {
                flex: 0 0 calc(100% / 3);
                box-sizing: border-box;
                padding: 20px;
                text-align: left;
                min-height: 200px;
                color: #fff;
                max-width:360px;
            }
            .vms-card h3{
              font-weight: 400;
        font-size: 20px;
        color: #fff;
        margin: 0;
    }
.vms-card p{
margin-block:0;
}
    .vms-card li{
            font-size: 16px;
    }
    
            .vms-dots {
                display: flex;
                justify-content: center;
                margin-top: 20px;
            }
    
            .vms-dot {
                width: 12px;
                height: 12px;
                margin: 5px;
                background-color: white;
                border-radius: 50%;
                cursor: pointer;
                opacity: 0.5;
            }
    
            .vms-dot.active {
                opacity: 1;
                background-color: #fff;
            }
    
    @media (min-width: 1440px) {
      .vms-card {
           /* max-width:400px;  */
        }
    }
    @media (max-width: 1024px) {
    .vms-card {
     flex: 0 0 calc(100% / 2);
     max-width:400px;
    }
    .vms-carousel-container{
        width: 80%;
    }
    }
    
    /* Tablets (≤768px) */
    @media (max-width: 768px) {
        .vms-card {
            flex: 0 0 50%; /* Show 2 cards per slide */
        }
    
        .vms-carousel-container {
            width: 90%;
        }
    
        .vms-card h3 {
            font-size: 18px;
        }
    
        .vms-card li {
            font-size: 14px;
        }
    
        .vms-container h2 {
            font-size: 24px;
        }
    }
    
    /* Mobile Devices (≤480px) */
    @media (max-width: 480px) {
        .vms-card {
            flex: 0 0 100%; /* Show 1 card per slide */
            padding: 15px;
            max-width:308px;
        }
    
        .vms-card h3 {
            font-size: 16px;
        }
    
        .vms-card li {
            font-size: 14px;
        }
    
        .vms-container h2 {
            font-size: 20px;
            padding: 0 10px;
        }
    
        .vms-dots {
            margin-top: 15px;
        }
    
        .vms-dot {
            width: 10px;
            height: 10px;
        }
    }
    
    .be-ready-container {
                display: flex;
                align-items: center;
                justify-content: center;
                max-width: 1440px;
                margin: auto;
                gap: 5%;
    width:90%;
    padding: 110px 0 120px;
    
    }
    
    .be-ready-image-container{
    width:50%;
    
    }
    .be-ready-image-container img {
                width: 100%;
                border-radius: 10px;
                
     }
    
    .be-ready-content {
             width: 50%;
             padding-left:30px;
    }
    
    .be-ready-content h2 {
          
        font-weight: bold;
        margin-bottom: 30px;
        font-size:48px;
            }
    
    .be-ready-content p {
                font-size: 16px;
               
                line-height: 1.5;
            }
    /* Tablets (≤768px) */
    @media (max-width: 768px) {
        .be-ready-container {
            flex-direction: column;
            padding: 0 20px;
            gap: 30px;
        }
        .be-ready-content h2 {
    font-size:30px;
    }
        .be-ready-image-container img {
            max-width: 100%;
        }
    
        .be-ready-content {
            max-width: 100%;
            text-align: center;
        }
    
        .be-ready-content p {
            font-size: 14px;
        }
    }
    
    /* Mobiles (≤480px) */
    @media (max-width: 480px) {
        .be-ready-container {
            gap: 20px;
        }
    .be-ready-image-container{
width:100%;
padding:20px
}
        .be-ready-content{
width:100%;
padding:0;
}
        .be-ready-content h2 {
            font-size: 20px;
            text-align: center;
        }
    
        .be-ready-content p {
            font-size: 14px;
            line-height: 1.4;
            padding: 0 10px;
        }
    
        .be-ready-image-container img {
            box-shadow: none;
        }
    }
    