
  
  .moniter_pl .clip {
    clip-path: polygon(54% 83%, 100% 38%, 100% 100%, 0 100%, 15% 16%);
    background: hsla(252, 40%, 29%, 1);
  
    background: linear-gradient(90deg, hsla(252, 40%, 29%, 1) 0%, hsla(270, 77%, 71%, 1) 100%);
    
    background: -moz-linear-gradient(90deg, hsla(252, 40%, 29%, 1) 0%, hsla(270, 77%, 71%, 1) 100%);
    
    background: -webkit-linear-gradient(90deg, hsla(252, 40%, 29%, 1) 0%, hsla(270, 77%, 71%, 1) 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#392D69", endColorstr="#B57BEE", GradientType=1 );
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    opacity:.5;
  }
  
  
  
  .cyber-title {
    display: flex;
    justify-content: center;
    padding-top: 25px;
  }
  
  .bloc-item {
    display: flex;
  
  }
  
  .bloc-item>img {
    width: 75px;
    height: 75px;
  }
  
  
  .main {
    background-color: #2C3444;
  }
  
  .moniter_pl .page-title {
    all: unset;
    font-weight: bold;
    color: white;
    font-size: 55px;
  }
  
  .title-wrapper {
    justify-content: center;
    text-align: center;
    font-size: 28px;
    color: white;
    border-top: 1px solid #606060;
    border-bottom: 1px solid #606060;
    /* padding: 15px 0 20px 0; */
    padding: 0px 0 10px 0;
    font-weight: 700;
    /* font-family: Quicksand; */
    line-height: 35px;
    display: flex;
  }
  
  .styled-heading {
    position: relative;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 0;
    /* padding-left: 40px; */
    padding: 20px 0 20px 20px;

}

.styled-heading:before {
    background: transparent;
    border: 6px solid #2c7be5;
    border-right-width: 0;
    bottom: 0;
    content: "";
    left: -29px;
    position: absolute;
    top: 0;
    /* width: 323px; */
    width: 270px;
}


  .platform-card-title {
    font-size: 25px;
    font-weight: bolder;
    text-align: center;
  }
  
  .moniter_pl .hero-text {
    font-size: 20px;
    color: white;
  }
  
  .csb-2 {
    display: flex;
    flex-direction: row-reverse;
    padding: 1em 0 1em 0;
    gap: 50px;
    align-items: center;
  }
  
  .csb-2>img {
    width: 50%;
    min-width: 50%;
    border-radius: 8px;
  }
  
  .csb-text-wrapper-white {
    display: flex;
    gap: 25px;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    /* height: 315px; */
    color: white !important;
  }
  
  .csb-text-wrapper-gray {
    display: flex;
    gap: 25px;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    /* height: 315px; */
    color: #000 !important;
  }
  
  .csb-title {
    font-size: 22px;
    font-weight: bold;
  }
  
  .csb-title-white {
    font-size: 22px;
    font-weight: bold;
    color: white;
  }
  
  .image-container {
    display: flex;
    justify-content: center;
    padding: 50px 0 50px 0;
  }
  
  
  /* First section */
  
  .main-wrapper {
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 50px;
    align-items: center;
    justify-content: center;
  }
  
  .hero-image {
    max-width: 950px;
    width: 98%;
    border-radius: 8px;
  }
  
  .left-block {
    padding-top: 50px;
    z-index: 2;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-content: space-around;
    justify-content: space-evenly;
    color: white;
  }
  
  .right-block {
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 90%;
    justify-content: center;
    text-align: center;
    padding-bottom: 25px;
    gap: 25px;
  }
  
  .kn-slack-svg {
    display: flex;
    width: 1.25rem;
    height: 1.25rem;
    padding-right: 0.00244rem;
    justify-content: center;
    align-items: center;
  }
  
  .button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  
  .moniter_pl .custom-button {
    padding: 15px 15px 15px 15px;
    min-width: 161px;
  }
  
  .hero-section {
    /* min-height: 500px; */
    background-color: #2C3444 !important;
    margin-top: 90px;
  }
  
  /* End first section */
  
  /* 4st section */
  
  .csb-1 {
    display: flex;
    flex-direction: row;
    padding: 1em 0 1em 0;
    gap: 50px;
    align-items: center;
    color: black;
  }
  
  .csb-1>img {
    width: 50%;
    min-width: 50%;
  }
  
  /* end of 4st section */
  
  /* second section starts*/

  
  /* second section ends*/
  
  /* fifth section starts */
  
  .prod_mo_crd h1 {
    color: #333;
  }
  
  /* .prod_mo_crd .card {

    background: #f6f6f6;
    border-radius: 10px;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1)
 
  } */

  .prod_mo_crd .card {
    background: #161a22; /* Card background color */
    border-radius: 3px 10px 10px 3px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
    /* box-shadow: 0 8px 10px rgb(215 215 215 / 24%); */
    position: relative; /* For pseudo-element positioning */
    padding-left: 20px; /* Add padding to prevent content overlap with border */
}

/* .prod_mo_crd .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #2c7be5;
    border-radius: 10px 0 0 10px; 
    box-shadow: 0 0 10px #2c7be5, 0 0 20px #2c7be5; 
    z-index: 1; 
} */
 

.prod_mo_crd .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px; /* Width of the gradient border */
    height: 100%;
    background: #3465a5; /* Default blue color */
    border-radius: 10px 0 0 10px; /* Matches card's border-radius */
    box-shadow: 0 0 10px #3465a5, 0 0 20px #3465a5; /* Glow effect */
    z-index: 1; /* Ensure it appears above the card background */
    animation: blue-blink 1.0s infinite; /* Apply animation */
}

@keyframes blue-blink {
    0%, 100% {
        background: #3465a5; /* Default blue shade */
        box-shadow: 0 0 10px #3465a5, 0 0 20px #3465a5; /* Glow for default blue */
    }
    50% {
        background: #496583; /* Lighter blue shade */
        box-shadow: 0 0 10px #496583, 0 0 20px #496583; /* Glow for lighter blue */
    }
}

.cardhe_pcol h4, .cardhe_pcol p {
    color: #fff !important;
}


  /* .prod_mo_crd .crd_icon {
    border-radius: 50%;
    padding: 10px;
    width: 50px;
  } */
  
  .prod_mo_crd .crd_icon {
    border-radius: 22%;
    padding: 10px;
    width: 50px;
}
  .prod_mo_crd .card h4 {
    color: #444446;
    display: flex;
    align-items: center;
    gap: 10px;
    /* Space between image and heading text */
  }
  


  .prod_mo_crd .icon img {
    width: 50px;
  }
  
  .prod_mo_crd .btn-primary {
    background-color: #365797;
    border-radius: 10px;
  }
  
  .prod_mo_crd .btn-primary:hover {
    background-color: #436bb8;
  }
  
  .prod_mo_crd .heading-container img {
    width: 50px;
    margin-right: 15px;
  }
  
  /* fifth section ends */
  
  
 
  
  /* last section starts */
  
  .moni_last_sec .bgd_sec {
    background: url(../svg/polygon.svg) no-repeat center;
    /* Replace with your image URL */
    background-size: cover;
    /* Ensure the image covers the entire section */
    padding: 20px 0;
    /* Add vertical padding for spacing */
  }
  
  .moni_last_sec .right-block {
    width: 50%;
  
    margin: 0 auto;
  }
  
  .moni_last_sec .csb-title {
    font-size: 40px;
  }
  
  .moni_last_sec .right-block p {
    font-size: 24px;
  }
  
  .moni_last_sec .mdemo_reg_btn {
    font-size: 18px;
  }
  
  .moni_last_sec .mcontact_sales_btn {
    font-size: 16px;
  }
  
  /* Start a Free Trial Button */
  .mdemo_reg_btn {
    background: linear-gradient(90deg, #1E90FF, #4682B4) !important;
    /* Subtle, modern blue gradient */
    color: #ffffff !important;
    /* White text for better contrast */
  }
  
  .mdemo_reg_btn:hover {
    background: linear-gradient(90deg, #4682B4, #1E90FF) !important;
    /* Reversed gradient for hover */
    box-shadow: 0 4px 15px rgba(30, 144, 255, 0.3) !important;
    /* Subtle shadow for hover */
  }
  
  /* Chat with Sales Button */
  .mcontact_sales_btn {
    background: linear-gradient(90deg, #F7971E, #c4bfab) !important;
    /* Professional warm gradient */
    color: #000 !important;
  }
  
  .mcontact_sales_btn:hover {
    background: linear-gradient(90deg, #D6820F, #ceccc3) !important;
    /* Slightly darker gradient on hover */
    box-shadow: 0 4px 15px rgba(247, 151, 30, 0.3);
    /* Subtle shadow on hover */
  }
  
  /* last section ends */
  
  .testimonial {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1) !important;
  }
  .testimonial p {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 0.5rem;
  }
  .testimonial .customer-name {
    font-weight: bold;
    font-size: 1.1rem;
  }
  
  /* .testimonial-avatar-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
} */
.testimonial-avatar-row img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #007bff;
    margin-right: 15px;
    transition: transform 0.3s ease-in-out;
}
  
  
  /************************************ media query ***********************/
  
  /* Mobile */
  @media (max-width: 991px) and (max-width: 1075px) {
  
    .section-map {
      display: flex;
      flex-direction: column;
      padding: 0;
    }
  
    .right-block {
      width: 90%;
      align-items: center;
    }
  
  
    .csb-2 {
      padding: 15px;
      flex-direction: column;
    }
  
    .csb-2>img {
      width: 100%;
    }
  
    .csb-text-wrapper {
      height: 100%;
    }
  
    .csb-1 {
      padding: 15px;
      flex-direction: column;
    }
  
    .csb-1>img {
      width: 100%;
    }
  
    .image-card {
      width: 100%;
    }
  
    .hero-section {
      margin-top: 50px;
    }
  
    .main-wrapper {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: auto;
      position: relative;
    }
  
    .left-block {
      padding: 0;
      width: 95%;
      flex-direction: row;
    }
  
    .hero-image {
      height: 100%;
      width: 100%;
      z-index: 2222;
    }
  
    
  }
  
@media (max-width:1024px) {
    .styled-heading:before {
        left: -10px;
        width: 240px;
}
}
  
  @media (max-width: 768px) {
    .right-block.prod_last_width {
      width: 90%;
    }
  
    .moniter_pl .hero-section {
      margin-top: 0;
    }
  
   
  
    .moniter_pl .hero-text {
      font-size: 16px;
    }
  
  }

  @media (max-width:400px){
    .moniter_pl .page-title {
        font-size: 40px;
    }
    .styled-heading:before {
        left: -4px;
        width: 230px;
    }
  }