* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'DM Sans', sans-serif;
}
body,html {
    min-height: 100vh;
    margin: 0;
    overflow-x:hidden;
    width: 100%;
    width: -webkit-fill-available;
}
/* Navbar */
.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 15%;
    padding: 1.2rem 10%;
    box-shadow: 6px 6px 6px rgba(147, 147, 147, 0.05);
    display: flex;
    display: -webkit-flex;
    justify-content: space-evenly;
    align-items: center;
    z-index: 100;
  }
  .header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .header::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #fff, transparent);
    transition: 0.5s;
  }
  .header:hover::after {
    left: 100%;
  }
  .logo {
    width: 143px;
    height: 76px;
  }
  .navbar a {
    font-size: 1.15rem;
    color: rgba(30, 30, 30, 1);
    text-decoration: none;
    font-weight: 400;
    margin-left: 1.5rem;
  }
  .navbar a:hover {
    color: #5d70d6;
    text-decoration: underline;
  }
  #check {
    display: none;
  }
  .icon{
    position: absolute;
  right: 5%;
  font-size: 2.8rem;
  color: rgba(30, 30, 30, 1);
  cursor: pointer;
  display: none;
  }
  .dropdown-container {
    position: relative;
    display: inline-block;
  }
  .dropdown-button {
    border: none;
    cursor: pointer;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #e2e5f5;
    width: 263.08px;
    height: 290px;
    z-index: 1;
    border-radius: 4px;
  }
  .dropdown-content a {
    font-family: inherit;
    font-weight: 500;
    size: 20px;
    color: #4d4d4d;
    padding: 10px 14px;
    text-decoration: none;
    display: block;
  }
  .dropdown-content a:hover {
    color: #5d70d6;
    text-decoration: underline;
  }
  .dropdown-container.active .dropdown-content {
    display: block;
  }
/* Devops Consulting */
#devos {
    width: 100%;
    height: auto;
    background: url('/image/devops.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    font-family: 'DM Sans', sans-serif;
    padding: 4%;
}

#devos h1 {
    color: #1E1E1E;
    font-size: 56px;
    font-weight: bold;
    line-height: 72px;
    text-align: start;
    margin-bottom: 3%;
}

#devos p {
    color:aliceblue;
    font-size: 32px;
    line-height: 42.5px;
    font-weight:normal;
    text-align: start;
}

/* our services */
#our-services {
    width: 100%;
    height: auto;
    display: flex;  display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:2%;
    font-family: 'DM Sans', sans-serif;
}

#our-services h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 52px;

}

.blue-word {
    color: #4845D2;
}

.black-word {
    color: #1E1E1E;
}

.services-main {
    display: grid;display: -moz-grid;
    display: -ms-grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    gap: 8%;
row-gap: 12%;
    padding:2%;
    margin-bottom:2%;
}

.bi-parts span{
    font-size: 24px;
    font-weight: lighter;
    line-height: 28px;
    color: #000000;
}

/* Blue Part */

#blue-part {
    height: auto;
    width: 100%;
    background: #E2E5F5;
    display: flex;  display: -webkit-flex;
    justify-content:center;
    column-gap:20px;
    align-items: center;
    padding:2%;
    font-family: 'DM Sans', sans-serif;
}

#blue-part h3{
    color: #1E1E1E;
    font-size: 28px;
    font-weight: bold;
    line-height: 52px;
}

.blue-btn {
    background: #4845D2;
    color: white;
    display: flex;  display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 54px;
    border-radius: 8px;
    cursor:pointer;
    font-size:26px;
}

/* Challenges Faced */

#mobile-app {
    width: 100%;
    height: auto;
    padding: 5%;
    font-family: 'DM Sans', sans-serif;

}

#mobile-app h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 52px;
    text-align: start;
    color: #1E1E1E;
    margin-bottom: 4%;
}

.mobile-main {
    display: flex;  display: -webkit-flex;
    align-items: center;
    justify-content:center;
    column-gap:30px;
}

.bi-parts {
    display: flex;  display: -webkit-flex;
    flex-direction:row;
    align-items: center;
    column-gap: 5%;
    row-gap: 8%;
}
.bi-parts-for-Challenges {
    display: flex;  display: -webkit-flex;
    flex-direction:column;
    align-items: center;
    column-gap: 5%;
    row-gap: 5%;
}
.bi-parts-for-Challenges span{
    color: #000000;
    font-size: 24px;
    font-weight:lighter;
    line-height: 30px;
    text-align: center;
}
/* Industries we have */
#industries {
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #industries h3 {
    font-family:inherit;
    color: #4d4d4d;
    font-weight: 700;
    font-size: 64px;
    text-align: center;
  }
  .industries-img {
    display: grid;
    display: -moz-grid;
    display: -ms-grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    gap: 2%;
    padding: 4%;
  }
  .show-in-phone {
    display: none;
  }
  .hover-image {
    object-fit: contain;
    transition: opacity 0.3s ease;
  }
  .image-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
  }

.industries-blue-bottom {
    width: 100%;
    height: auto;
    background: #8c9bf0;
    margin-bottom: 3%;
    display: flex;  display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3%;
}

.industries-blue-bottom h4 {
    font-family: 'Bebas Neue', sans-serif;
    color: #1E1E1E;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 2%;

}

.industries-blue-bottom div {
    width: 385px;
    height: 66px;
    border-radius: 8px;
    background: #5D70D6;
    border: none;
    color: white;
    display: flex;  display: -webkit-flex;
    align-items: center;
    justify-content: center;
    gap: 1%;
    text-transform: uppercase;
    font-weight: bold;
    padding: 1%;

}

/* PBlue Part */
#Pblue-part {
    height: auto;
    width: 100%;
    background: #5D70D6;
    display: flex;  display: -webkit-flex;
    align-items: center;
    justify-content:center;
    column-gap:30px;
    padding:2%;
}
#Pblue-part h3 {
    color: white;
    font-family: 'DM Sans', sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height:52px;
    text-align: start;
}
.pblue-part {
    background: #E2E5F5;
    color: #000000;
    width: 215px;
    height: 54px;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
}/* FAQ */#FAQ {
    width: 100%;
    height: auto;
    background: #E2E5F5;
    padding: 5%;
    display: flex;display:-webkit-flex;
    flex-direction: column;
    align-items: center;
}

#FAQ h1 {
    text-align: center;
    font-family:'DM Sans';
    font-weight: 400;
    font-size: 70px;
    line-height:22px;
    margin-bottom: 5%;
    color: #4D4D4D;
}

.accordion {
    background-color: transparent;
    color: #000000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border-radius: 2%;
    text-align: left;
    transition: 0.4s;
    color: #000;
font-family: 'DM Sans';
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
outline: none;
border: none;
}

.active,
.accordion:hover {
    background-color: transparent;
}


.accordion:after {
    content: '\02C4';
    /* Unicode character for Modifier Letter Up Arrowhead */
    color: 000000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}


.panel {
    padding: 0 18px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    margin: 2px 0;
    transition: max-height 0.2s ease-out, margin-top 0.2s ease-out; /* Add margin-top to the transition */
color: #000;
font-family: 'DM Sans';
font-size:21px;
font-style: normal;
font-weight: 400;
line-height: normal;
border-radius:18px ;
background-color: #FFFFFF;
}

.accordion-button {
    margin-bottom: 2%;
    width: 95%;
    background-color: #FFFFFF;
    color: #000;
font-family: 'DM Sans';
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
border-radius: 15px;
}
.accordion.active + .panel {
    margin-top: 10px; 
    margin-bottom: 18px;
}
/* BREAKPOINTS */
@media (max-width: 992px) {
    .header {
        padding: 1.1rem 5%;
        justify-content: flex-start;
    }
}
@media (max-width: 768px) {
    .icon {
        display: inline-flex;
      display: -webkit-inline-flex;
      }
      #check:checked ~ .icon #menu-icon {
        display: none;
      }
      .icon #close-icon {
        display: none;
      }
      #check:checked ~ .icon #close-icon {
        display: block;
      }
      .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 0;
        background: #d8deff;
        box-shadow: 0 0.5rem 1rem rgba(234, 237, 255, 1);
        overflow: hidden;
        transition: 0.1s ease;
      }
      #check:checked ~ .navbar {
        height: 23.7rem;
      }
      .navbar a {
        display: block;
        font-size: 1.1rem;
        margin: 1rem 0;
        text-align: center;
        color: #000;
        transform: translateY(-50px);
        opacity: 0;
        transition: 0.3s ease;
      }
      #check:checked ~ .navbar a {
        transform: translateY(0);
        opacity: 1;
        transition-delay: calc(0.15s * var(--i));
      }
      .dropdown-container {
        position: relative;
        display: inline;
        text-align: center;
        width: 100%;
      }
      .dropdown-container a:visited{
        color: #000;
        text-decoration: none;
      }
      .dropdown-content {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        width:-webkit-max-content;
        background-color: #e2e5f5;
        z-index: 1;
        border-radius: 4px;
      }
      .dropdown-container.active .dropdown-content {
    display: inline-block;justify-content: center;;align-self: center;margin-left: auto;margin-right: auto;width: 373px;
      }
      .dropdown-content a {
        font-family:inherit;
        font-weight: 500;
        font-size: 1.1rem;
        color: #4d4d4d;
        padding: 2px 14px;
        text-decoration: none;
        display: block;
      }    /* Devops Consulting  */

    #devos {
        align-items: center;
        justify-content: center;
        width: 100%;

    }

    /* Our Services */
    .services-main {
        grid-template-columns: repeat(2, auto);
        justify-content: center;
        width: 100%;
    }

    /* blue-part */
    #blue-part {margin-top:60px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .blue-btn{margin-top: 15px;
        width: 200px;
    }
    /* Challenges Faced */

    .bi-parts {
        flex: 0 0 30%;
        /* Adjust the width for larger screens */
    }

    .mobile-main {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 4%;
        gap: 2%;
    }
    .bi-parts-for-Challenges{
        margin-top: 15px;
    }
    /* Industries we have */
    #industries h3 {
        font-size: 40px;
    }

    .industries-img {
        grid-template-columns: auto auto;
    }

    .industries-blue-bottom h4 {
        font-size: 24px;
    }

    /* Pblue part */
    #Pblue-part {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        row-gap:20px;
    }

    /* FAQ */

    .accordion-button {
        width: 90%;
    }.accordion,.panel{
        font-size: 15px;
    }
}
@media (max-width:500px){
#our-services h3{
    font-size: 32px;
    line-height: 44px;
}

.bi-parts {
    justify-content: flex-start;
 }

.bi-parts span {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 7px;
}
  #blue-part {
    margin-top:5px;
}
    .services-main { 
        grid-template-columns: repeat(1,auto);
row-gap:10px;
justify-content: flex-start;
    }   .bi-parts-for-Challenges span{
        font-size:medium;
    }#industries h3 {
        font-size:28px;
        text-align: center;
    }
    #devos h1 {
        font-size: 25px;
        line-height: 35px;}
    #devos p {
        font-size: 17px;
        line-height: 30px;
     }
     #blue-part h3{
        text-align: center;
        font-size:24px;
     }
     .blue-btn{
        font-size:21px;
width:180px;
margin-bottom:7px;
     }#mobile-app h2 {
        font-size:26px;
        font-weight:700;
        line-height: 52px;
        text-align:center;
        color: #1E1E1E;
        margin-bottom:1%;
    }
    .industries-img {
        display: grid;
        display: -moz-grid;
        display: -ms-grid;
        grid-template-columns: auto auto;
      }
      .image-container {
        width: 100%;
      }
      .show-in-phone {
        display: block;
        width: inherit;
      }
      .hover-image {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
      }
    #Pblue-part h3 {
        font-size: 24px;
        line-height:42px;
        text-align:center;
    }
    .pblue-part { 
          width: 185px;
        height:45px;
        font-size: 18px;
        font-weight: 600;
        line-height: 45px; 
    margin-bottom:6px; 
    }
    #FAQ h1{
        font-size:50px;
     }
     .accordion-button {
        width: 90%;
        /* Adjust width for smaller screens */
    }.accordion{
        font-size: 15px;
    }.panel{
        font-size:12px;
    }
}

@media only screen and (min-width: 1024px) {

    /* Our Services */
    .services-main {
        grid-template-columns: repeat(3, auto);
    }
}
@media (max-width:500px){
    #FAQ h1{
        font-size:50px;
     }
}
.footer-container {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #333;
    color: #fff;
    overflow: hidden;
    height: auto;
  }
  .upper_content {
    padding-top: 12px;
    display:flex;
    display: -webkit-flex;
    justify-content: space-around;
   flex-direction:row;
    align-items:start;
    margin-bottom: 10px;
  }
  .logo-container img {
    width: 170px;
    height: auto;
  }
  .address {
    font-size: 1.2em;
    margin-top: 10px;
    margin-left: 20px;
  }
  .footer-img{
  width: 30%;
  }
  .footer-img iframe{
    width:100%;
    height:250px;
    }
  
  .location {
    font-size: 0.9em;
    margin-left: 20px;
    margin-bottom: revert-layer;
  }
  .icons a {
    color: #fff;
    margin-top: 10px;
    font-size: 1.4em;
    margin-left: 20px;
  }
  .icons a:hover  .fa-instagram{
    color:orangered;
  }
  .icons a:hover  .fa-linkedin,.icons a:hover .fa-facebook-f{
    color:#5d70d6;
  }
  
  .icons a:hover  .fa-x-twitter{
    color:#000;
    background-color:beige ;
  }
  
  .service-side h4 {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .list {
    list-style: none;
    padding: 0;
    color: #fff;
  }
  .list-li {
    cursor: pointer;
    color: #fff;
    margin-bottom: 8px;
  }
  .list-li a {
    color: #fff;
    text-decoration: none;
  }
  .list-li:hover a {
    background-color: #fff;
    color: #333;
  }
  iframe {
    border: none;
  }
  .bottom {
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 5px;
  }
  @media only screen and (max-width: 571px) {
    .upper_content {
      display: grid;
      display: -moz-grid;
      display: -ms-grid;
      grid-template-columns: repeat(1, auto);
      position: relative;
      justify-content: space-around;
      background-color: #333;
      color: #fff;
      padding:2px 13px;
      text-align: center;
    }
    .logo-container img {
      width: 60%;
      margin-top: 10px;
    }
    .list,
    .service-side h4 {
      text-align: center;
      margin-top: 10px;
    }
    .address {
      margin-left: 0;
      margin-bottom: 6px;
    }
    .location {
      margin-left: 0;
      text-align: center;
    }
    .icons a {
      margin-left: 25px;
      text-align: center;
    }
  .footer-img{
    width:100%;
    }
    .footer-img iframe{
      width:100%;
      height: 150px;
      }
  }
