/*Header start*/
header {
    background-color: #4055a5;
    width: 100%;
    
  }
  
  /*Phone button*/
  .btn-phone {
    position: relative;
    bottom: 1em;
    left: 3em;
  }
  
  /*Phone button styling*/
  a:link {
    color: black;
    font-style: none;
    text-decoration: none;
  }
  
  /* Social Icons*/
  
  #socials {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    width: 100%;
    margin-left: -20px;
 
  }

    #facebook {
      width: 40px;
      height: 40px;
  
  }

  #email {
    width: 40px;
    height: 40px;
    
}

.phone{

  display: flex;
  position: relative;
  top: -10px;
}

  /*Header end*/
  
  /*Banner start*/
  #APDbanner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #logo {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  /*Banner end/*
  
  /*Services start*/
  #services {
    display: flex;
    background-color: #060034;
    font-size: 20px;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    padding: 3em;
  }
  
  #servicesText {
    color: white;
  }
  
  li {
    margin-bottom: 10px; /* Add vertical space between items */
    margin-right: 5px; /* Add horizontal space if needed */
  }
  
  #servicesText,
  #servicesCarousel {
    flex: 1; /* Make both elements take up equal space */
    
  }
  


  .block {
    width: auto;
   
  }
/*Services End*/

/*Image powerpoint start */
#servicesImage {
  display: flex;
  height: 500px;
  padding: 2em;
  object-fit: cover;
  
  }

  #job {
    display: block;
    margin-left: auto;
    border-radius: 3em;
    border: solid 2px  #ffffff;
    object-fit: cover;
    

}

/*Image powerpoint end */


  /*About us start*/

  #about {
   
  display: flex;
   justify-content: center;
   padding: 50px 0 50px 0;
 
    
}
 
#image {
    display: flex;
    flex-direction: row;
    padding: 2em;
   
    
    }

#alex {
  
  border-radius: 3em;
  border: solid 2px  #4055a5;
  object-fit: cover;
  width: 70%;
}



#aboutText {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 18px;
    width: 90%;
    
}

#aboutText h3 {
    font-size: 30pt;
    
}
 
/*About us end*/
  



  /*Footer start*/
footer {
    background-color: #4055a5;
    width: 100%;
    
  }
  
  /*Phone button*/
  .btn-phone {
    position: relative;
    bottom: 1em;
    left: 3em;
  }
  
  /*Phone button styling*/
  a:link {
    color: black;
    font-style: none;
    text-decoration: none;
  }
  
  /* Social Icons*/
  
  #socials {
    display: flex;
    justify-content: flex-end;
    gap: 1em;
    position: relative;
    top: 1.5em;
    right: 3em;
  }
  
  /*footer end*/



  /*Form Start*/

.form {
background-color: #060034;
color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-bottom: 5%;
padding-top: 5%;
}

form {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 10px;
    display: flex;
 


}

#btn {
    width: 100px;
    position: block;
    top: 30px;
  left: 7em;
  cursor: pointer;
  border-radius: 100px;
    
}


  label {
 
    display: flex;
    justify-content: flex-start;
    width: 30%;
  }
/*Form End*/


  @media only screen and (max-width: 768px) {
    /* Your CSS styles for small phone screens here */
  
    #socials {
      position: relative;
      left: 5px;
    }
  
    #logo {
      top: 3em;
      margin: 0 auto;
      height: 50%;
    }
  
    #services {
      flex-direction: column; /* Stack elements vertically on small screens */
      width: 100%;
    }



    #about {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

       #image{
        height: 80%;
        width: 100%;
       }    
    #alex {
      width: 100%;
      object-fit: cover;
      
 
    }

    #aboutText {
       
        display: flex;
        width: 300px;
        
       
    }

    form {
     
        width: 80%;
  
    }

    #servicesImage {
  padding: 0;
      }

    #job {
        width: 100%;
      }

  }

  @media only screen and (max-width: 480px) {

  
    #socials {
      position: relative;
      left: 30px;
  
    }

    .phone {
      position: relative;
      right: 40px;
    }
  
  }

  @media only screen and (min-width: 820px) and (max-width: 1024px) {
    /* Styles for tablets here */

    #alex {
      width: 100%;
 
    }

    #job {
      width: 100%;
    }
  }