/* -----BODY------- */
@media (min-width: 800px) {
      body {
            font-size: 18px;
      }
}

/* Desktops and larger */
@media (min-width: 1024px) {
      body {
            font-size: normal;
      }
}


/* ------Services------------ */
@media (max-width:768px){
      .solution{
            flex:1 1 100%;
      }
}

 /* Mobile responsive */
  @media (max-width: 800px) {
    .logo img{
        height:0;
        width: 0;
    }

     .logo2 img{
        height:40px;
        width: 40px;
    }


 .navbar {
        display: flex;
        justify-content: flex-end;
        padding: 0 20px;
        position: relative;
      }
      
      .menu-btn {
          display: block;
      }
      
      .nav-links {
          position: absolute;
          top: 40px;
          left:100px;
          flex-direction: column;
          width: 100%;
       background: linear-gradient(280deg, rgba(7, 111, 171, 1) 44%, rgba(148, 197, 235, 1) 100%);
          gap: 0;
          height: 0;
          overflow: hidden;
          transition: height 0.3s ease;
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          align-items: flex-start;
          width: 75%;
      }
      
      .nav-links.active {
          height: 300px;
          overflow-y: auto;
      }
      
      .nav-links > a {
          padding: 15px 40px;
          width: 100%;
          text-align: right;
      }
      
      .dropdown {
          width: 100%;
          height: auto;
          flex-direction: column;
          align-items: flex-start;
      }
      
      .dropdown-btn {
      padding: 15px 20px;
      width: 100%;
      justify-content: flex-end;
      }
      
      .dropdown-content {
          position: static;
          box-shadow: none;
          width: 100%;
          display: none;
          background-color: #f5f5f5;
      }
      
      .dropdown.active .dropdown-content {
          display: block;
      }
      
      .dropdown-btn::after, .nav-links a::after {
          display: none;
      }
      
      .dropdown-content a {
          padding-left: 40px;
      }
      
      .portal-btn {
          margin: 15px 20px;
          width: calc(100% - 40px);
          text-align: center;
      }
      
      /* Rotate arrow when dropdown is active on mobile */
      .dropdown.active .dropdown-arrow {
          transform: rotate(180deg);
      }

      .navigation {
        position: absolute;
        bottom: 380px;
        left: 5%;
        z-index: 10;
        display: flex;
        align-items: center;
        filter: opacity(0);
    }
  }

/* ----------Intro images---------- */
 @media (max-width: 800px) {
    .section-intro{
        height: 50vh;
    }
      .slide-h1 {
        font-size: 14px;
      }

      #solo{
        bottom:50px;
      }

    #quotesss{
        font-size: 14px;
        font-weight: 900;
    }

      #slide1{
            min-width: 100%;
        height: 100%;
        background-size:contain;
        background-position: center;
        position: relative;
        display: flex;
        align-items: start;
        padding-top: 15vh;
      }
      .slide1{
            min-width: 100%;
            height: 100%;
            background-size: contain;
            background-position: center;
            position: relative;
            display: flex;
            align-items: start;
              padding-top: 35vh;
      }
      
      .slide-moderntech {
          font-size: 2em;
          margin-bottom: 15px;
          font-weight: 900;
          letter-spacing: 4px;
          line-height: 0.3;
          /* max-width: 600px; */
        
      }

      .slide-h2{
      font-size: 30px;
      line-height: 1;
      }
      .slide-content1{
        bottom: 310px;
      }
    }

    
/* -----unkown---------- */
     @media (max-width: 800px) {
      .contain-sum {
        width: 95%;
        padding: 1.5rem;
      }
      
      .content-introo h1 {
        font-size: xx-large;
      }
      
      .contain-sum .content-introo p {
        font-size: medium;
      }
    }

    /* ----Payment------ */
     @media (max-width: 768px) {
.header{
    font-size: 2em;
}
.section-acceptance{
     /* height: 150vh; */
    padding-top: 30px;
    padding-bottom: 300px;
}
      .payment-options {
        grid-template-columns: repeat(2, 1fr);
      }
      
      .tabs {
        flex-direction: row;
        align-items: center;
      }
    }
    
    @media (max-width: 480px) {
      .payment-options {
        grid-template-rows: 2fr;
        height:150px;
        width:250px;
        padding:0;
      }
      .payment-option img{
        max-width: 150%;
        max-height: 200px;
        object-fit: cover;
      }
      
    }

    @media (max-width: 768px) {
.tab-btn{
    font-size: small;
    font-weight: 700;
  
}
}


    /* --------content-vid------------ */
      @media (max-width: 800px) {
      .content3 {
          flex-direction: column;
      }
.h2-mtech{
  text-align: center;
}
      .sec-vis .contain-vis{
        flex-direction: column;
        gap: 10px;
      }
    
      .map-section, .info-section {
          width: 100%;
      }
      
      #us {
          font-size: xx-large;
      }
      
  }
  
  @media (max-width: 480px) {
      #us {
          font-size: x-large;
      }
      

      .info-section{
            font-size: medium;
      }
      
      .container-abt {
          padding: 15px;
      }
  }

   /* ==============software responsive================== */
  @media (max-width: 800px) {
    .modall-content{
    height: 360px;
    width: 300px;
    }
    .section4v1 .section-header{
    padding: 10px 0;
    font-size: 2em;
    width: 100%;
    text-align: center;
    color: #09122C !important;
    font-weight: bolder;
    margin-top: 3vh;
    }
    .section4v1 p{
    text-align: center;
    margin-bottom: 3vh;
    font-size: 14px;
    color: var(---black);
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;;
    }
    .modall-content h2{
      padding-top: 50px;
      font-size: 16px;
    }
    .products-containerv1{
      gap:20px;
          padding: 20px 20px ;
    }
  .section4v1 .products-containerv1 .products{
    height: 250px;
    width: 300px;
    padding: 13px 13px;
  }
  /* .section4v1 .products-containerv1 .products img{
    height: 70px;
    width: 70px;
    object-fit: contain;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
    transition: all 0.5s ease;
    margin-bottom: 20px;
  } */
  .section4v1 .products-containerv1 .products .product-description h2{
    font-size: 15px;
    
  }
  .section4v1 .products-containerv1 .products .product-description p{
  font-size: 14px;
  }
  }

  /* ----Hardware----- */
  @media(max-width:800px){
    .products-container{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 0;
    padding-bottom: 90px;
    }
    .section4v1 .products-container .products{
    height: 150px;
    width: 150px;
    position: relative;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    padding: 20px 20px;
    overflow: hidden;
    background-color: rgba(240, 248, 255, 0.9);
    }
    .section4v1 .products-container .products img{
    height: 60px;
    width: 60px;
    object-fit: contain;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
    transition: all 0.5s ease;
    margin-bottom: 20px;
    }
  }


  /* ----------Album-------- */
  @media (max-width: 768px) {
  h1 {
      font-size: 2.2rem;
  }
  
  .search-box {
      padding: 12px 15px;
      font-size: 1rem;
  }
  
  .photo-card {
      margin-bottom: 20px;
  }
}

/* -------Services-------- */
 @media (max-width: 800px) {
      .services-grid {
        grid-template-columns: 1fr;
      }

      h1 {
        font-size: 2rem;
        margin-bottom: 30px;
      }
    }

    @media (max-width: 480px) {
      .container {
        padding: 20px 15px;
      }

      h1 {
        font-size: 1.75rem;
      }

      .service-title {
        font-size: 1.25rem;
      }
    }

    /* -----Partnership-Courosel----------- */
     @media (max-width: 768px) {
        .carousel-header h1{
                font-size: 2em;

        }
      .carousel-slide {
        min-width: calc(100% / 0.7);
      }
    }


     /* Responsive adjustments */
  @media (max-width: 768px) {
      .footer-container {
          flex-direction: column;
          gap: 30px;
      
      .footer-about, .footer-links, .footer-contact {
          width: 100%;
      }
  }
  }

  /* ----Certificate-----*/
  @media (max-width:800px){
      .content-header h1{
        font-size: 2em;
      }
.certificates .cert{
  width: 120px;
  height: 120px;

}
.certificates .cert .cert-info .info .title{
    font-size: 8px;
}

  }

  /* -------IT-Services------- */
  @media (max-width:800px){
    #bok{
    font-size: 2em;
   
    }
    .cardx2{
        height: auto;
    }
    .cardx2-title{
            font-size: 19px;
  }
  .cardx2-content{
    font-size: 14px;
    font-weight: 700;
  }
}
/* ----Footer------ */
@media (max-width:800px){
    .footer-logo {
   padding-left:2vh;
}

}

/* -------Partnership----------- */
@media (max-width: 768px) {
  .spon{
   height: 90vh;
  }
  
}

@media (max-width: 480px) {
  .partners-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
  }
  .partner-card {
    height: 80px;
  }
}

/* -----IT----Servicer----- */
@media (max-width:768px){
  .cardx2-gridx1{
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ------------------------- */

/* -----Services------------- */
@media (max-width:768px){
  .service-description{
    font-size: 14px;
    font-weight: 700;
   
  }
   .service-title{
    font-size: 19px;
    font-weight: 800;
    }
}

/* ---------------------------- */
/* ----About-------- */
@media (max-width:768px){
  .child-vish img{
    height: 100px;
    width: 100px;
  }

  .child-vish .vish{
    font-weight: 900px;

  }

  .child-vish p{
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
  }

  .child-miss img{
    height: 100px;
    width: 100px;
  }

  .child-miss p{
     padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
  }

  .hist{
    font-size:20px;
    font-weight:900px;
  }

  .info-text{
      padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
  }
  
}

/* ---IT services--- */
@media (max-width:768px){
  .containerx1{
    min-width:200px;
  }
}



