
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scrollbar-width: thin; /* Can be 'auto', 'thin', or 'none' */
  scrollbar-color: #888 #f1f1f1; /* thumb color and track color */
}
body {
  overflow-y: auto;
}

/* For Internet Explorer & Edge */
body {
  -ms-overflow-style: none;
}
/* Reduce scrollbar width */
body::-webkit-scrollbar {
  width: 2px; /* For vertical scrollbar */
  height: 3px; /* For horizontal scrollbar */
}

/* Track (background) */
body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle (thumb) */
body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}



.header{
  padding: 1em 5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin: 0 auto;
}

.first{
  display: flex;
  gap:3em;
}

.second{
  margin-left: -7em;
}

a{
  text-decoration: none;
  color: black;
}

li{
  list-style: none;
}

.hero{
  background-image: url('/assets/bg1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding: 5em 5em;
  color: white;
}


.btn-main{
  background-color: #FF7A00;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
}

.main-content{
  text-align: center;
}

.headline{
  font-size: 56px;
  font-weight: 400;
  line-height: 66px;
  margin-top: .5em;
  letter-spacing: 7px;
}

.justice{
  margin-top: 2.1em;
}

.difference{
  margin-top: .3em;
}

.main-para{
  margin: .3em 0 1.5em 0;
  opacity: 60%;
}

.para{
  opacity: 60%;
}

.four1, .four2{
  display: flex;
  justify-content: space-between;
}

.services{
  padding: 5em;
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

.service-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card{
  padding: 1em;
  border: .7px solid gray;
  border-radius: 8px;
  width: 15em;
  margin-top: 3em;
  display: flex;
  align-items: center;
  gap: .5em;
}

.about{
  padding: 3em 5em 5em 5em;
  text-align: center;
  background-color: rgba(0, 33, 117, 0.04);
 display: flex;
 justify-content: center;
 flex-direction: column;
 align-items: center;
}

.about-para{
  text-align:start;
  line-height: 39px;
  width: 80%;
}

.service-btn{
  background-color: #3AAFA9;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
}

.about-us-headline{
  margin-bottom: 1em;
  font-size: 25px;
}

.choose{
  padding: 3em 5em 5em 5em;
  width: 85%;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  margin: 0 auto;
}

.choose-headline{
  width: 130%;
  font-size: 25px;
}

.service{
  font-size: 25px;
}

h3{
  font-family: 'Lexend', sans-serif;
  /* font-size: 25px; */
}

.choose-headline h3{
  width: 100%;
}

.choose-bullet-points{
  margin: 5px 0 0 0;
  list-style: 5px;
  line-height: 28px;
}
.choose-card{
  display: flex;
  align-items: baseline;
  margin-bottom: 1.3em;
}

.footer{
  padding: 5em 5em 2em 5em;
  background-color: black;
  color: white;
}

.footer-links{
  color: white;
}

.footer-links-container{
  display: flex;
  gap: 2em;
}

.footer-first{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid white;
  padding-bottom: 1em;
  width:85%;
  margin: 0 auto;
}


.footer-second{
 
  display: flex;
  justify-content: space-between;
  width:85%;
  margin: 2.5em auto;
}
.footer-second .contact{
  margin-right: 90px;
}


.footer-third{
  display: flex;
  justify-content: space-between;
  width:85%;
  margin: 0 auto;
}

.footer-last{
  text-align: center;
  margin-top: 3em;
}

.success{
  text-align: center;
  margin-bottom: 0.9em;
  font-size: 29px;
  /* color:#dddddd */
}
.successs{
  text-align: center;
  margin-bottom: 0.9em;
  font-size: 29px;
  color:#fcfcfc
}

.clients{
  /* padding: 2em 19em 4em 19em; */
  width: 100%;
  background-color:#10A49E;
  margin-top: 2em;
}

.client-para{
  text-align: left;
  padding: 4em 4em;
  box-shadow: 0 4px 8px rgba(211, 211, 211, 0.6);
}


.client-thank{
  text-align: center;
  margin: 1em 0;
  
  color:#dddddd
}

.client-name{
  text-align: center;
  margin-top: 1.5em;
}
.center-contact-div{
  display: flex;
  justify-content: center;
}

.pics{
  width:100%;
  display: flex;
  gap: 2em;
  padding: 0 5em 5em 5em;
  overflow: hidden;
  animation: scroll 15s linear infinite;
}


.pics img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  margin-right: 10px;
}
#journey{
  width:100% important;
  overflow-x:hidden ;
}
/* Keyframes for scrolling animation */

@keyframes scroll {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-100%);
  }
}
.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  width: auto !important; /* Ensures continuous flow */
}

.swiper-slide img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}


.rowGap{
  width:100%;
  height: 20px;
  margin-top: 20px;
}


/* Certificates */

.certifications{
  width:100%;
  display: flex;
  gap: 2em;
  padding: 0 5em 5em 5em;
  overflow: hidden;
  animation: scroll 15s linear infinite;
}

.certifications img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  margin-right: 10px;
}

/* Keyframes for scrolling animation */

@keyframes scroll {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(100%);
  }
}



.pics {
  width:100%;
  display: flex;
  gap: 2em;
  padding: 0 5em 5em 5em;
  overflow: hidden;
  animation: scroll 15s linear infinite;
  width: 100%;
}

.pics img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  margin-right: 10px;
}

/* Keyframes for scrolling animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Certificates */
.certifications {
  display: flex;
  gap: 2em;
  padding: 0 5em 5em 5em;
  overflow: hidden;
  animation: scroll-reverse 15s linear infinite;
  width: 100%;
}

.certifications img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  margin-right: 10px;
}

/* Keyframes for reverse scrolling animation */
@keyframes scroll-reverse {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}



/* lll */



@media screen and (max-width: 768px) {
  /* .header, .services, .journey, .clients {
    display: none;
  } */



  .footer{
    padding: 1em;
    text-align: center;
  }

  .footer-links-container{
    display: flex;
    justify-content: space-around;
    margin-top: 1em;
  }

  .contact{
    margin-top: 2em;

  }
  
  .footer-first{
    display: block;
  }
  
  
  .footer-second{
    margin: 2em 0;
    display: block;
  }
  
  
  .footer-third{
    margin: 0 0 2em 0;
    display: block;
  }

  .email{
    margin-top: 2em;
  }

  .footer-last{
    font-size: small;
  }


/* choose */


.choose{
  display: flex;
  flex-direction: column;
  width: 70%;
  margin: 2em;
  padding: 0;
}

.choose-headline{
  font-size: 25px;
  margin-bottom: 1em;
}



.choose-card{
  width: 117%;
}



  

}