.CaptchaWrap {
    position: relative;
}
 
.CaptchaTxtField {
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    box-sizing: border-box;
}
 
#CaptchaImageCode {
    text-align: center;
    margin-top: 15px;
    bottom: 100px;
    padding: 0px 0;
    width: 300px;
    overflow: hidden;
    border: none;
}
 
#UserCaptchaCode {
    padding: 15px 10px;
    outline: none;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    width: 343px;
}
label.col-form-label.control-label.errorMsg {
    color: red;
}
#CaptchaImageCode {
  margin-top: 34px !important;

    text-align: center;
    margin-top: 15px;
    padding: 0px 0;
    width: 300px;
    overflow: hidden;
}
 
.capcode {
    font-size: 46px;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    letter-spacing: 1px;
    color: #308e87;
    font-family: 'Roboto Slab', serif;
    font-weight: 100;
    font-style: italic;
}
 
.flowchart-card {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
  }
  
  .flowchart-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  }
  
  .flowchart-card img {
    width: 100%;
    animation: float 4s ease-in-out infinite;
  }
  .flowchart_heading {
      color: #1c3f39;
      font-weight: 700;
      line-height: 1.3;
      font-size: 68px;
  }
  
  @media (max-width: 768px) {
    .flowchart_heading {
      text-align: center;
      margin-top: 25px;
      font-size: 26px;
    }
  }
  @keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0); }
  }
  
  #loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
  
  .spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #ccc;
    border-top-color: #07847f;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    to { transform: rotate(360deg); }
  }
  .badge {
    background:#0d6efd !important;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeUp 0.8s ease forwards;
    animation-delay: 0.6s;
  }
  
  #slider_section h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
    opacity: 0;
    animation: fadeUp 0.8s ease forwards;
    animation-delay: 1s;
  }
  p.process_flowchart1 {
      font-size: 17px !important;
      padding-top: 135px !important;
      padding-left: 45px !important;
  }
  p.process_flowchart2 {
      font-size: 17px !important;
      padding-top: 135px !important;
      padding-right: 45px !important;
  }
  #slider_section p {
    color: #505d7b;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    margin: 20px 0;
    opacity: 0;
    animation: fadeUp 0.8s ease forwards;
    animation-delay: 1.4s;
  }
  
  #slider_section .cta {
    display: inline-block;
    background: #07847f;
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    opacity: 0;
    animation: fadeUp 0.8s ease forwards;
    animation-delay: 1.8s;
  }
  
  .dashboard-section {
    background: #f9fafc;
    padding: 110px 0;
    position: relative;
    perspective: 1400px;
    overflow: hidden;
  }
  
  .dashboard-section {
    background: #f9fafc;
    padding: 110px 0;
    position: relative;
    perspective: 1300px;
    overflow: hidden;
  }
  
  
  img.img-fluid.devices-img {
  
   padding: 20px;
   background: rgba(255, 252, 252, 1);
   border-radius: 16px;
   box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
   backdrop-filter: blur(20px);
   -webkit-backdrop-filter: blur(20px);
   border: 1px solid rgba(255, 252, 252, 1);
  
  }
  
  .dashboard_container {
  
   padding: 30px;
   background: rgba(255, 252, 252, 1);
   border-radius: 16px;
   box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
   backdrop-filter: blur(20px);
   -webkit-backdrop-filter: blur(20px);
   border: 1px solid rgba(255, 252, 252, 1);
  
  }
  
  section.dashboard-section.position-relative.overflow-hidden {
  
   background: rgba(255, 252, 252, 1);
   border-radius: 16px;
   box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
   backdrop-filter: blur(20px);
   -webkit-backdrop-filter: blur(20px);
   border: 1px solid rgba(255, 252, 252, 1);
  
  }
  
  .shape-dot-square {
    position: absolute;
    width: 105px;
    height: 105px;
    background-image: radial-gradient(#ff7a18 2px, transparent 2px);
    background-size: 14px 14px;
    opacity: 0.6;
    animation: squareFloat 4.5s ease-in-out infinite;
    transform-style: preserve-3d;
    pointer-events: none;
  }
  
  .sq-1 { left: 30px; top: 18%; transform: translateZ(-80px); }
  .sq-2 { left: 90px; top: 40%; transform: translateZ(-140px); }
  .sq-3 { left: 60px; top: 65%; transform: translateZ(-200px); }
  .sq-4 { left: 40px; top: 85%; transform: translateZ(-260px); }
  
  
  .shape-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 122, 24, 0.22);
    animation: circleFloat 5.5s ease-in-out infinite;
    transform-style: preserve-3d;
    pointer-events: none;
  }
  
  .c-1 { right: 40px; top: 18%; width: 150px; height: 150px; transform: translateZ(-120px); }
  .c-2 { right: 80px; top: 38%; width: 120px; height: 120px; transform: translateZ(-180px); }
  .c-3 { right: 60px; top: 58%; width: 100px; height: 100px; transform: translateZ(-240px); }
  .c-4 { right: 100px; top: 78%; width: 90px; height: 90px; transform: translateZ(-300px); }
  .c-5 { right: 30px; top: 88%; width: 70px; height: 70px; transform: translateZ(-360px); }
  
  
  @keyframes squareFloat {
    0%   { transform: translateY(-30px); }
    50%  { transform: translateY(30px); }
    100% { transform: translateY(-30px); }
  }
  
  @keyframes circleFloat {
    0%   { transform: translate(0, 0); }
    50%  { transform: translate(-40px, 35px); }
    100% { transform: translate(0, 0); }
  }
  
  /* MOBILE CLEAN */
  @media (max-width: 768px) {
    .shape-dot-square,
    .shape-circle {
      display: none;
    }
  
    .devices-img {
      width: 100%;
    }
  }
  .image-blob {
    width: 100%;
    max-width: 320px;
    aspect-ratio: 4 / 5;   
    clip-path: polygon(
        0 0,
        100% 8%,
        100% 100%,
        0 92%
    );
    overflow: hidden;
}


.image-blob img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
