* {
  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;
  }

/* web development */
#web {
    width: 100%;
    height: auto;
    background: url('/image/dev.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    font-family: 'DM Sans', sans-serif;
    padding: 4%;
}

#web h1 {
    color: #1E1E1E;
    font-size: 56px;
    font-weight: bold;
    line-height: 72px;
    text-align: start;
    margin-bottom: 3%;
}

#web p {
    color: white;
    font-size: 32px;
    line-height: 42.5px;
    font-weight: lighter;
    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:1%;
    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:1%;
    margin-bottom:1%;
}

.bi-parts {
    display: flex;  display: -webkit-flex;
    gap: 8%;
}

.bi-parts span {
    font-size: 24px;
    font-weight: lighter;
    line-height: 28px;
    color: #000000;
}

/* blue-part */
/* Blue Part */

#blue-part {
    height: auto;
    width: 100%;
    background: #E2E5F5;
    display: flex;  display: -webkit-flex;
    justify-content:center;
    column-gap:10px;
    align-items: center;
    padding: 1%;
    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:200px;
    height:54px;
    font-size:24px;
    border-radius: 8px;
cursor: pointer;
}

/* Mobile App */
#mobile-app {
    height: auto;
    width: 100%;
    padding:2%;
    font-family: 'DM Sans', sans-serif;

}

#mobile-app h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 52px;
    text-align: start;
}

.mobile-main {margin-top: 25px;
    display: grid;display: -moz-grid;
    display: -ms-grid;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 2%;
    padding:1%;
    margin-bottom:0.5%;
}

.mobile-parts {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    gap: 6%;
}

.mobile-parts-text h5 {
    font-size: 28px;
    font-weight: lighter;
    line-height: 40px;
    text-align: start;
    color: #000000;
}

.mobile-parts-text p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    text-align:justify;
}

/* 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;
margin-top:24px;
}
  .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:20px;
    padding: 1%;
}

#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: 230px;
    height: 54px;
    border-radius: 8px;
    font-family: inherit;
    font-size:26px;
    font-weight:600;
    line-height: 52px;
    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;
      }  
    /* Web Development */
    #web {
        padding: 2%;
        /* Adjust padding for smaller screens */
    }

    #web h1 {
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 2%;
        /* Adjust margin for smaller screens */
    }

    #web p {
        font-size: 24px;
        line-height: 32px;
    }


    /* Our Services */
    .services-main {
        grid-template-columns: repeat(2, auto);
    }

    /* blue-part */

    #blue-part {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
.blue-btn{
    margin-top: 20px;
}
.pblue-part{margin-top: 20px;
    width: 220px;
}
    /* Mobile App */

    .mobile-main {
        grid-template-columns: repeat(1, auto);
    }

    /* Industries we have */
    #industries h3 {
        font-size: 40px;
    }

    .industries-img {
        grid-template-columns: auto;
    }

    .industries-blue-bottom h4 {
        font-size: 24px;
    }

    /* Pblue part */
    #Pblue-part {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    /* FAQ */
   .accordion{
      font-size: 15px;
  }.panel{
      font-size:12px;
  }
}

@media (max-width: 500px) {
    .services-main {
        grid-template-columns: repeat(1, auto);
    }
    #blue-part{
        margin-top: 175px;
    }
    #industries {margin-top: 40px;}
    #Pblue-part h3{
        font-size:21px;
        line-height:40px;
        text-align:center;
    }
    #web h1 {
        font-size:28px;
        line-height:45px;
      }

    #web p {
        font-size:20px;
        line-height:28px;
    }
    #our-services h3{
        font-size:32px;
    }
    .bi-parts span{
        font-size:18px;
    }
    #blue-part h3{
        font-size:21px;
        line-height:32px;
    }
    .blue-btn{
        width:180px;
        height:45px;
        font-size:21px;
        margin-top:5px;
        margin-bottom:5px;
    }
    #mobile-app h2{
        font-size: 24px;
    font-weight: bold;
    line-height: 45px;
    text-align:center;
    }
    .mobile-parts-text h5{
        font-size:21px;
    }.mobile-parts-text p{
        font-size:16px;
    }
    #industries h3 {
        font-size: 30px;
    }
    
  .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{
        width:180px;
        height: 45px;
        line-height:45px;
        font-size:21px;
        margin-top: 0;
        margin-bottom:12px;
    }
    #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){
    .footer-height{
        height: 118vh;
    }
    #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;
    }
}
