@import 'variables.css';
@import 'utilities.css';
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {

    color: var(--dark);
    overflow-x:hidden ;
    background-color: #f8f9fa;
    position: relative;
   
}

.img-fluid {
    
    width: 600px;
    height: 500px;
    margin-top: 26px;
    margin-left: -10px;
    margin-right:-10px;

}
.card-body{
    padding-top: 80px;
    font-size: 800;
  }




.container {
   
    padding: 30px;
    border-radius: 10px;
   
    max-width: 1500px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
}
.image-container img {
  width: 85%;
  max-width: 100%;
  border-radius: 100px;
  height: 500px;
  
  margin: 0 auto;
}
.image-container{
  width: 50%;
}
.content {
  /* flex: 1; */
  width: 50%;
  position: relative;
  /* padding-left: 50px; */
}
.point {
    font-size: 16px;
    color: #090909;
    background: #f8f9fa;
    padding: 10px 15px;
    /* border-radius: 5px; */
    position: relative;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
    /* width: 800px; */
    margin-left: 80px;
}
.point:hover {
    background: #0672ec;
    color: white;
    transform: scale(1.05);
    font-weight: bold;
}
.arrow {
    width: 40px;
    height: 2px;
    background: #007bff;
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
}
.arrow::before {
    content: "";
    position: absolute;
    right: -6px;
    top: -5px;
    border-left: 6px solid #007bff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}


.title {
    font-size: 40px ;
    font-weight: bold;
    margin-bottom: 1px;
    text-align: center;
}

h2 {
  font-size: 40px ;
  text-align: center;
  font-weight:bold;
  margin-top: 80px;
  color: #0056b3;
 margin:44px;

}




@media screen and (max-width: 780px)  {
    .container {
        flex-direction: row;
    }
    
    .image-container img {
        width: 350px;
        max-height: 532px;
        margin-left: -25px;
    }
    
   
    .point {
      max-width: 340px;
      /* margin-left: 0px; */
      left: -80px;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid {
  grid-template-columns: repeat(2, 1fr);
}

.title {
 
  margin-top: 64px;
}
}


/* For Large Screens (Above 1024px) */
@media screen and (max-width: 1024px) {
    .container {
        flex-direction: row;
    }
    
    .image-container {
        order: -1; /* Image stays on the left */
    }
    
    .image-container img {
        max-width: 449px;
        height: 500px;
    }
    
    .point {
      width: 552px;
      margin-left: 98px;
  }
}


@media screen and (max-width: 1200px){
  .image-container {
    width: 67%;
  
}

.image-container img {
  width: 100%;
 
  margin-left: -66px;
}

.content {
 
  width: 72%;
}

}
@media screen and (max-width: 992px) {
  .container {
      flex-direction: row;
  }
  
  .image-container {
      order: -1; /* Image stays on the left */
  }
  
  .image-container img {
      max-width: 449px;
      height: 500px;
  }
  
  .point {
    width: 552px;
    margin-left: 98px;
}
}
@media  screen and (max-width: 360px){
  .point {
    width: 259px;
   
    margin-left: 26px;

    font-size: 14px;
   
}
}

@media screen and (max-width: 480px) {
     .container {
        flex-direction: column;
    } 
    .content {
      width: 100%;
     }
    
     .point {
      width: 259px;
     
      margin-left: 26px;

      font-size: 14px;
     
  }
 .image-container img {
        width: 100%;
        max-width: 600px;
        height: 500px;
    } 
    
    .point {
        width: 300px;
        left: 23px;
        margin-bottom: 0px;
        padding: 6px 10px;
    }
    .image-container img 
    {
        margin-right: 0px;
        height: 350px;

    }
    .title {
 
      margin-top: 64px;
    }

    .img-fluid {
      width: 602px;
      height: 330px;
      margin-top: 26px;
     
    }

    .card-body {
      padding-top: 0px;
    }

    .title{
      margin-top: -10px;
    }
  
}


@media only screen and (max-width: 576px) {
  .container {
     flex-direction: column;
 } 
 
 .content {
  width: 100%;
 }
 
.image-container img {
     width: 100%;
     max-width: 600px;
     height: 500px;
 } 
 
 .point {
     width: 440px;
     margin-left: 38px;
     margin-bottom: 0px;
     padding: 6px 10px;
 }
 .image-container img 
 {
  height: 320px;
  text-align: center;
  width: 336px;
  margin-left: -22px;

 }



 .title {
 
  margin-top: 64px;
}

}

.footer {
    background-color: #2F4F9A; /* Blue Background */
    color: white; /* White Text */
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}



.container-client {
    display: flex;
    gap: 49px;
    /* padding: 150px 100px; */
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 118px;
  }
  .card-client {
    width: 15%;
    height: 150px;
    border-radius: 15px;
    background: linear-gradient(135deg, #6a8ef6, #436db6);
    border: none;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 20px;
    color: white;
    font-weight: bold;
    transition: transform 0.3sease, box-shadow 0.3sease;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .card-client h3 {
    font-size: 29px;
    font-weight: inherit;
  }
  .card-client:hover {
    transform: translateY(-6px);
    box-shadow: 6px 12px 24px rgba(0, 0, 0, 0.2);
    color: #9bed84;
  }
  
  span {
    font-size: 45px;
    font-weight: bold;
  }
  
  
  @media (max-width: 992px) {
    .card-client {
      padding: 15px;
      height: 125px;
    }
    .container-client {
      gap: 12px;
    }
    .card-client h3 {
      font-size: 20px;
    }
    span {
      font-size: 30px;
    }
  }
  
  @media (max-width: 768px) {
    .container-client {
      gap: 20px;
    }
    .card-client {
      width: 45%; /* Two cards per row */
      height: 140px;
    }
    .card-client h3 {
      font-size: 22px;
    }
    span {
      font-size: 35px;
    }
  }
  
  
  @media (max-width: 576px) {
    .container-client {
        gap: 5px;
    }
    .card-client {
      width: 45%; /* Two cards per row */
      height: 100px;
    }
    .card-client h3 {
      font-size: 22px;
    }
    span {
      font-size: 35px;
    }
  }
  
  
  
  
  @media (max-width: 480px) {
    .container-client {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 5px;
    }
  
    .card-client {
      flex-basis: 30%; /* Consistent width */
      height: 80px;
      padding: 5px;
      text-align: center;
    }
  
    .card-client:nth-child(n+4) { 
      flex-basis: 30%; /* Keeping all same size in the second row */
    }
  
    .card-client h3 {
      font-size: 15px;
    }
  
    span {
      font-size: 26px;
    }
  }
  
.title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.scroll-wrapper {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  padding: 10px 0;
  background: #fff;
}

.scroll-container {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: scroll 30s linear infinite; /* Continuous scrolling */
}

.scroll-container img {
  height: 134px;
  max-width: 1188px;
  object-fit: contain;
  border-radius: 5px;
}

/* Keyframes for infinite scrolling */
@keyframes scroll {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-50%); /* Move images left */
  }
}


.footer {
    background-color: #2F4F9A; /* Blue Background */
    color: white; /* White Text */
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}

.bg-gradient-to-br.flex.items-center.justify-center.min-h-screen {
    margin-top: -6rem;
    margin-bottom: -60px;
}


/* Add responsiveness */
@media (max-width: 1024px) {
    .grid {
      grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
    }
  }
  
  @media (max-width: 768px) {
    .grid {
      grid-template-columns: repeat(1, 1fr); /* 1 column on mobile */
    }
  }
  

  .bg-gradient-to-br.flex.items-center.justify-center.min-h-screen {
    margin-top: -1rem;
    margin-bottom: -60px;
}
  
.navbar {
  display: flex;
  width: 100%;
  position: fixed;
  z-index: 2;
  padding-top: 0px;
  /* background-color: white; */
  /* margin-top: -55px; */
}

/* Logo Section */
.logo-container {
  background-color: white;
  width: 15%;
  padding: 0px;
  display: flex;
  align-items: center;
}

.logo img {
  height: 46px;
  width: 100%;
  margin-top: 10px;
}


a.logo {
  width: 100%;
}

.nav-links-container {
  background-color: #1a2a5c;
  width: 85%;
  /* padding: 42px 0px; */
  padding: 15px;
  margin-top: -3px;
}
.nav-links-container ul {
  display: flex;
  justify-content: space-between;
}
/* Navigation Links */
.nav-links {
  list-style: none;
  display: flex;
  justify-content: space-between;
  /* gap: 122px; */
}


.nav-links li::before {
  content: none !important;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}

/* Dot before menu items */

/* Hover Effect */
.nav-links a:hover {
  color: #30d330;
}

/* Mobile Menu Button */
.menu-btn {
  font-size: 24px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  display: none; /* Hide in desktop view */
}

/* Mobile Menu */
.mobile-menu {
  display: none;
  background-color: #1a2a5c;
  padding: 15px;
  position: absolute;
  top: 100px;
  width: 65%;
    left: 151px;
  z-index: 2;
  transition: left 0.3s ease-in-out;
} 


.mobile-menu.active {
  display: block;
  position: fixed;
  margin-top: -50px;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.mobile-menu li {
  padding: 10px;
}

.mobile-menu a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 992px) {
   
   
  .logo-container {
    padding: 0px;
    width: 20%;
  }


  .nav-links-container {
    background-color: #1a2a5c;
    width: 80%;
  }
 
}

@media (max-width: 480px) {
.logo-container {
  background-color: white;
  width: 26%;

}

.nav-links-container {
  background-color: #1a2a5c;
  width: 65%;
}


  
  

.menu-btn {
  display: block;

}

  .nav-links {
    display: none; 
  }
  .nav-links-container .nav-links {
    display: none; 
  }
  .logo-container {
    padding: 0px;
    width: 20%;
  }

  .hero-text h1 {
    font-size: 15px;
   
}
.navbar {

  margin-top: -12px;
}

  .mobile-menu {
    display: none;
  }
  
}



@media (max-width: 576px) {
  .logo-container {
    background-color: white;
    width: 35%;
  
  }
  
  .nav-links-container {
    background-color: #1a2a5c;
    width: 65%;
  }
  
  
  .logo img {
    height: 52px;
    
  }
  .menu-btn {
    display: block;
   
  }
  
  }

 


/* Responsive Styles */
@media (max-width: 768px) {
  .nav-links {
    display: none; /* Hide menu items on small screens */
  }
  .nav-links-container .nav-links {
    display: none; /* Hide menu items on small screens */
  }
  .logo-container {
    padding: 0px;
    width: 35%;
  }

  .menu-btn {
    display: block; /* Show hamburger menu */
    /* margin-left: 250px; */
  }
  
  .mobile-menu {
    display: none;
  }
  .nav-links-container {
    background-color: #1a2a5c;
    width: 65%;
  }
  .hero-image img {
    margin-top: 40px;
}
}

@media (max-width: 2800px) {
  .nav-links {
    /* gap: 118px; */
    justify-content: space-between;
  }
}

@media (max-width: 1500px) {
  .navbar{
    border: none;
  }
}


