* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
}
body,html{min-height: 100vh;width: 100%;width: -webkit-fill-available;
    margin: 0;
    overflow-x:hidden;
    font-family: 'DM Sans', sans-serif !important;}
/* 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;
  }
  /* Software and Application */

#software {
    width: 100%;
    height: auto;
    background: url('/image/ux.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    font-family: 'DM Sans', sans-serif;
    padding: 4%;
}

#software h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 72px;
    color: #1E1E1E;
    text-align: left;
}

#software p {
    font-size: 32px;
    font-weight: 500;
    line-height: 42.5px;
    color: white;
    text-align: left;
    margin-top: 2%;
}

/* our services */
#our-services {
    margin-top:12px;
    height: auto;
    width: 100%;
    font-family: 'DM Sans', sans-serif;
}

#our-services h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
}

.black-word {
    color: #1E1E1E;
}

.blue-word {
    color: #4845D2;
}
.first-row{
    margin-top:3%;
    display: flex;  display: -webkit-flex;
    align-items: center;
    justify-content:space-evenly;
   }
.second-row{
    margin-top:4%;display: flex;  display: -webkit-flex;
    align-items: center;
    justify-content: space-evenly;
}
.bi-parts {
    display: flex;  display: -webkit-flex;
    align-items: center;
    gap:8px;
}
.bi-parts span{
    font-family: 'DM Sans',sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

/* our Professional */

#professional {
    margin-top:30px;
    background: #E2E5F5;
    height: 100%;
    width: auto;
    padding:2% 0;
    display: flex;  display: -webkit-flex;
    align-items: center;
    justify-content: space-evenly;
    font-family: 'DM Sans', sans-serif;
}

#professional h3 {
    color: #1E1E1E;
    font-size:32px;
    font-weight: 700;
    line-height: 52px;
}

.professional-btn {
    background: #4845D2;
    width:200px;
    height: 54px;
    border-radius: 8px;
    color: white;
    font-size: 28px;
    font-weight: 500;
    line-height: 72px;
    display: flex;  display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.professional-btn:hover {
    cursor: pointer;
    background: #1E1E1E;
    color: #E2E5F5;
}
/* Seize - Ux Consulting */
#ux-consulting {
    width: 100%;
    height: auto;
    padding:3%;
    font-family: 'DM Sans', sans-serif;

}

#ux-consulting h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 4%;
    color: #1E1E1E;
}

.ux-main {
    display: flex;  display: -webkit-flex;
    align-items: center;
    justify-content: space-around;
    gap: 5%;
}

.ux-parts {
    display: flex;  display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.ux-parts p {text-align: center;
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.4px;
    margin-top: 4%;
    margin-bottom: 15px;
}

/* 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: #5D70D6;
    display: flex;  display: -webkit-flex;
    align-items: center;
    justify-content:space-evenly;
    padding: 3%;
}
.industries-blue-bottom h4 {
    font-family: 'DM Sans', sans-serif;
    font-size:30px;
    font-weight: 700;
    line-height:36px;
    color: white;
}
.industries-blue-bottom div {
    width:210px;
    height:52px;
    border-radius:12px;
    background: #E2E5F5;
    border: none;
    color: #000000;
    display: flex;  display: -webkit-flex;
    align-items: center;
    justify-content: center;
    gap: 1%;
    font-family:'DM Sans', sans-serif;
    font-weight: 500;
    font-size:24px;
    padding: 1%;
 align-items: center;
    justify-content: center;
    cursor: pointer;
}

#blue-part {
    height: auto;
    width: 100%;
    background: #5D70D6;
    display: flex;display: -webkit-flex;
    justify-content: center;
    column-gap:30px;
    align-items: center;
    padding:2%;
}
#blue-part h3 {
    color: white;
    font-size: 32px;
    font-weight: 700;
    line-height: 52px;
}
.blue-part {cursor: pointer;
    background: #E2E5F5;
    color: #000000;
    display: flex;display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width:200px;
    height: 54px;
     border-radius: 8px;
font-weight:600;
font-size:26px;
}
/* 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;
}

.buttoncontent-h2{
    color: black;
    width: max-content;
    font-weight: 400;
}

/* BREAKPOINTS */
@media (max-width: 992px) {
    .header { padding: 1.1rem 5%;
        justify-content: flex-start;
    }
}
.navbar a:hover {
    color: black;
    text-decoration: underline;
}
@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;
      }  
    /* Software and Application */

    #software {
        text-align: center;
    }

    /* our services */



    .services-main {
        grid-template-columns: auto auto;
    }

    .bi-parts {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 3%;
    }

    /* Our Professional */

    #professional {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    

    
   

    .ux-main {
        flex-direction: column;
        text-align: center;
    }

    /* Industries we have */

    


    .industries-img .image-container {
        width: 100%;
        /* Make each image container take full width */
        margin-bottom: 10px;
        /* Add some spacing between stacked images */
    }

    

    .industries-blue-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    #blue-part {
        flex-direction: column;
        text-align: center;
    }
    /* FAQ */

    .accordion-button {
        width: 100%;
        
        /* Make the buttons full width in mobile view */
    }

    #FAQ {
        padding: 3%;
        /* Adjust padding as needed */
    }

    

    .accordion {
        padding: 15px;
        /* Adjust padding as needed */
    }

    .accordion-button {
        width: 90%;
        /* Adjust width for smaller screens */
    }.accordion,.panel{
        font-size: 15px;
    }
    /* footer */
    iframe {
        height: 300px;
        /* Adjust the height as needed for smaller screens */
    }
}
@media (max-width: 768px) and (min-width:320px)
{
    .industries-blue-bottom div{
        display: inline-flex;display: -webkit-inline-flex;
        width: max-content;
        height: 9vh;
    }
}

@media only screen and (max-width: 500px) 
{
    .first-row
    {margin-top: 5%;
       display:grid;display: -moz-grid;
       display: -ms-grid;
       grid-template-columns: repeat(1, auto);
       line-height: 2px;
       row-gap:28px;
    }
    .second-row
    {
        margin-top:5%;
       display:grid;display: -moz-grid;
       display: -ms-grid;
       grid-template-columns: repeat(1, auto);
row-gap:28px;
    }
  .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .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;
  }
  #blue-part h3{
    font-size:21px;
  }
  .blue-part{
    width: 180px;
    height:45px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom:8px;
  }
  #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 (max-width:275px)
{
    
    #software h2 {
           
        font-size: 25px;
        line-height: 42px;

    }
    #professional h3 {
           
        font-size: 25px;
        line-height: 42px;

    }
    #industries h3{
        font-size: 25px;
        line-height: 42px;
        margin-top:45px;
        text-align: center;
        padding: 4px;
    }
}

@media only screen and (max-width:320px)
{
    #software h2 {
        font-size: 25px;
    line-height: 35px;
    }

    #software p {
        font-size: 17px;
        line-height: 30px;
    }
    #our-services h3 {
        font-size: 25px;
        line-height: 35px;
    }
    #professional h3 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    #ux-consulting h3 {
           
        font-size: 26px;
        line-height: 35px;

    }
    .ux-parts p {
        font-size: 17px;
        line-height: 30px;
    }
    .industries-blue-bottom h4
    {
        font-size: 23px;
        line-height: 35px;   
    }
    #FAQ h1 {
        
        font-size: 25px;
        line-height: 35px;   
        text-align: center;
    }

    .industries-blue-bottom div
    {
        font-size: 22px;
        line-height: 35px;   
        padding: 0 15px;
    }
    .buttoncontent-h2 {
        
        font-size: 15px;
        
        font-weight: 800;
    }
    .bi-parts span {

        font-size: 17px;
        line-height: 30px;

    }
    .icons {
        display: inline-flex;display: -webkit-inline-flex;
        text-align: right;
    }
   
} 

@media only screen and (max-width:445px)
{
    .iconify-icon {
        display: flex;  display: -webkit-flex;
        justify-content: center;
    }
        #ux-consulting h3{
            font-size:28px;
        }
        .img{
            width:80%;
        }
        .ux-parts p {
            font-size: 17px;
            line-height: 30px;
        }
}
@media only screen and (max-width:380px)
{

    #industries h3 
    {
        font-size: 25px;
        line-height: 35px;   
        text-align: center;
        text-align: center;
        padding: 4px;
    }

}

@media only screen and (max-width:768px) and (min-width:320px)
{
    #software h2 {
        font-size: 27px;
        line-height: 40px;
    }

    #software p {
        font-size: 17px;
        line-height:30px;
    }
    
    #our-services h3 {
        font-size: 32px;
        line-height: 44px;
    }

    #professional h3 {
        font-size:24px;
        line-height: 44px;
        margin-bottom: 10px;
    }
    #FAQ h1 {
        font-size: 60px;
        /* Adjust font size as needed */
        line-height: 52px;
        /* Adjust line height as needed */
        text-align: center;
    }
    .icons {
        display: inline-flex;display: -webkit-inline-flex;
    }
}


@media only screen and (max-width:768px) and (min-width:360px)
{
    .professional-btn {
        width:200px;
        height:54px;
        font-size:24px;
        margin-bottom: 5px;
    }
}


@media only screen and (max-width:768px) and (min-width:445px){
    .industries-img {
    display: grid;display: -moz-grid;
    display: -ms-grid;
    grid-template-columns: auto auto;
    } 
}
@media (max-width:500px){
    #industries h3 {
        font-size: 30px;
    }
    #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;
  }
}
