#contact
{
background: #2B547E;
padding-bottom: 35px;
}
#contact h2
{
font-size: 14px;
text-align: left;
color: #DADBDD;
margin-bottom: 30px;
margin-top: 18px;
}
#contact .img-box img
{
width: 55%;
}
#contact .follow h5
{
font-size: 20px;
color: white;
margin-bottom: 20px;
}
#contact .follow h4
{
font-size: 14px;
color: #DADBDD;
margin-bottom: 10px;
}
#contact .img-box h6
{
font-size: 14px;
text-align: left;
color: #DADBDD;
margin-bottom: 47px;
}
#contact h6
{
font-size: 14px;
text-align: left;
color: #DADBDD;
margin-bottom: 24px;
}
#contact .links h6
{
font-size: 13px;
text-align: left;
color: #DADBDD;
margin-bottom: 10px;
}
#contact .links h5
{
font-size: 20px;
color: white;
margin-bottom: 14px;
}
#contact .img-box h6
{
font-size: 12.5px;
text-align: left;
color: #DADBDD;
margin-bottom: 10px;
}
#contact .follower h5
{
color: #ffffff;
text-align: left;
font-size: 18px;
}
#contact .follower .fa
{
color: #DADBDD;
font-weight: 500;
font-size: 23px;
padding-top: 7px;
margin-right: 10px;
}
#contact .follower .fa:hover
{
color: white;
font-weight: 500;
font-size: 23px;
padding-top: 7px;
}
#contact .chat h5
{
color: #ffffff;
text-align: left;
font-size: 18px;
padding-top: 45px;
}
#contact .chat .fa
{
margin: 5px;
margin-left: 30px;
color: white;
font-weight: 600;
font-size: 23px;
}

#footer
{
background: #2B547E;
padding-top: 1px;
padding-bottom: 1px;
}

#footer h6
{
color: #DADBDD;
text-align: center;
font-size: 13px;
vertical-align: central;
}

@media (max-width: 480px)
{
#contact
{
padding-bottom: 0px;
}
#contact .img-box img
{
width: 50%;
}

}

#demo h3 {
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 13px;
}
#demo .button {
    background: #ffffff;
    color: #2072b8;
    padding: 6px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    border-radius: 20px;
  }
  #demo .button1:hover {
    background: #2072b8;
    color: #ffffff;
    transition: 0.4s;
    padding: 6px 18px;
    border-radius: 20px;
  }
  #demo .button {
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
  }
  
  @media (max-width: 480px) {
    #demo {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    #demo h3 {
      font-size: 15px;
    }
  }

  
      /* content 1 start */

  .product-section {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 98%;
    margin-left: 5%;
    margin-bottom: 4%;
  }
  
   .product-section img{
    width: 64%;
   }

   .product-section h3{
    font-size: 1rem;
    margin-top: -3.8%;
    margin-bottom: 5%;
    margin-left: 6.4%;
   }


   .headings h1  {
    color: grey !important;
    padding-bottom: 10px;
    font-size: 25px !important;
    font-weight: 400;
    text-align: center;
    margin-top: 6%;
  }

  .headings ::after {
    content: "";
    background: #2072b8;
    display: block;
    height: 3px;
    width: 210px;
    margin: 10px auto;
  }  

    
  .content h1 {
    color: #006699;
    font-size: 36px;
    font-weight: 500;
    text-align: end;
  }
  
  .content h2 {
    color: #006699;
    font-size: 28px;
    margin-bottom: 20px;
    margin-left: 8%;
  }
  
   .cap-text{
    color: white;
  }

  @media (max-width: 480px){
     .dmr-image{
      display: flex;
      margin-left: 2%;
      margin-top: -15%;
      margin-right: 8%;
     }

     .text-overlay p{
      display: none;
     }

     .text-overlay-small p{
        position: absolute;
        display: block;
        margin-left: 0%;
        margin-right: 46%;
        margin-top: -25%;
        font-size: 12px;
     }

     .cap-text{
      font-size: x-small;
      
     }

     .text-overlay img{
      margin-left: 79%;
      margin-top: -76%;
      width: 28%;
     }
   }

 /* arct start*/
    
 .arch-imag1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 3%;
}
.image-side {
  flex: 1 1 300px;
}
.image-side img {
  width: 95%;
  height: auto;
  border-radius: 10px;
  margin-left: 9%;
  margin-top: 3%;
  margin-bottom: 1%;
}

.text-side {
  flex: 1 1 300px;
  margin-right: 2%;
}

.text-side ul {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 500;
    margin-left: 3%;
    line-height: 42px;
    margin-right: 1%;
    color: #2b547e;
    text-align: left;
    margin-top: 2%;
    margin-bottom: -1%;
}

.bottom-heading{
  width: 45%;
  height: 37px;
  background-color: #2b547e;
  margin-left: 27%;
  margin-bottom: 5%;
  margin-top: 2%;
  border-radius: 6px;

}

.bottom-heading h3{
  font-size: 1.25rem;
  text-align: center;
  color: white;
  padding: 1%;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }
  .text-side ul {
    font-size: 16px;
  }
}


 /* arct end */

  
  /* Responsive Design */
  @media (max-width: 768px) {
    .product-section {
      flex-direction: column;
      
    }
  
    .image-container-product {
      clip-path: none;
      width: 100%;
    }
  
    .content h1 {
      font-size: 36px;
    }
  
    .content h2 {
      font-size: 28px;
    }
  
  }


  /* last grid*/

  .h1-text{
    margin-left: 35%;
    margin-top: 3%;
    color: #006699;
  }

  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin-bottom: 4%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }

  .card:hover {
    transform: translateY(-5px);
  }

  .icon {
    font-size: 30px;
    color: #0078D4;
    margin-bottom: 15px;
  }

  .icon img{
    width: 15%;
    margin-left: 45%;
  }

  .feature-title {
    color: #004578;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: center;
  }

  .feature-description {
    color: #333;
  }

  @media (max-width: 768px) {
    h1 {
      font-size: 2em;
    }
  }

  .highlights{
      display: flex;
      flex-direction: row; 
      margin-top: 2%;
      margin-bottom: 2%;
      margin-left: 15%;

    }

    .highlights-inner img{
      width: 30%;
    }

    .highlights-inner h3{
      font-size: 1.25rem;
      
    }

@media (max-width: 480px) {
   .highlights{
    display: grid;
    margin-left: 40%;
    gap: 23px;

   }
}

 .text-alg3{
    margin-left: 3%;
  }

  @media (max-width: 480px){

  .text-alg3{
    margin-left: -1%;
  }
  }

  .image-container {
  position: relative;
  width: 100%;
}

/* Background Images */
.background-image-main {
  width: 100%;
  height: auto;
}

@media (max-width: 480px){

    .background-image-over{
      margin-left: 59%;
    }
}

.background-image-over {
  position: absolute;
  top: 52%;
  left: 76%;
  width: 40%;
  max-width: 800px;
  transform: translate(-50%, -50%);
}

/* Logo */
.text-logo {
  position: absolute;
  top: 20%;
  left: 17%;
  transform: translateY(-50%);
  width: 17%;
  max-width: 300px;
}

.text-logo img {
  width: 100%;
  height: auto;
}

/* Main Text Overlay */
.text-main {
  position: absolute;
  top: 55%;
  left: 3%;
  width: 40%;
  text-align: center;
  color: white;
  font-weight: 300;
  font-size: 1rem;
}

/* Small Text for Mobile */
.text-small {
  display: none;
  position: absolute;
  top: 26%;
  left: 56%;
  width: 40%;
  text-align: center;
  color: white;
  font-size: 1rem;
}

/* DMR Icons */
.dmr-image {
  display: flex;               /* flex layout for icons */
  /*justify-content: center; */    /* center the row */
  align-items: center;         /* vertical alignment */
  gap: 202px;                   /* space between icons (adjust as needed) */
  margin-top: -10%;            /* preserves your previous placement */
  flex-wrap: wrap;             /* wraps icons on smaller screens */
}

.dmr-image figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;                   /* remove any extra margin */
}

.dmr-image img {
  width: 58%;                  /* adjust icon size */
  max-width: 100px;            /* optional max width */
  height: auto;
}

.cap-text {
  color: white;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .text-main {
    display: none;
  }

  .text-small {
    display: block;
    top: 51%;
    left: 26%;
    transform: translateX(-50%);
    width: 52%;
    font-size: 13px;
  }

  .text-logo {
    top: 26%;
    left: 22%;
    width: 30%;
  }

  .background-image-over {
    top: 46%;
    left: 20%;
    width: 40%;
    
  }

  .dmr-image {
    margin-left: -7%;
    margin-top: -11%;
    flex-wrap: wrap;
    gap: 1px;
  }

  .dmr-image img {
    width: 22%;
  }

  .cap-text {
    font-size: 10px;
  }
}

/* Large Screens (Ultra-Wide) */
@media (min-width: 1920px) {
  .text-main {
    font-size: 2rem;
  }

  .text-logo{
    top: 25%;
    left: 22%;
  }

  .dmr-image{
    gap: 316px;
    margin-left: 4%;
  }

  .dmr-image img {
    width: 100%;    
  }

  .cap-text {
    font-size: 16px;
  }

  .background-image-over {
   width: 38%;
   top: 61%;
   left: 79%;
  }

}

@media (min-width: 1920px) {
.text-side ul {
  list-style-type: disc;
  padding-left: 89px;
  font-size: 18px;
  font-weight: 500;
  margin-left: 3%;
  line-height: 107px;
  margin-right: 1%;
  color: #2b547e;
  text-align: left;
  margin-top: 2%;
  margin-bottom: -1%;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(335px, 1fr));
    gap: 12px;
    margin-bottom: 4%;
    margin-left: 5%;
    margin-right: 5%;
  }

}

