
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

body {
  margin: 0;
  /* font-family: Arial, sans-serif; */
    font-family: "Poppins", serif;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    color: #000;
    height: 80px; 
    padding: 10px 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); 
  }

.navbar-logo {
  margin-right: 20px; 
  /* Shift the logo to the right */
}

.navbar-logo img {
  height: 60px;
}

.navbar-menu {
  display: flex;
  list-style: none;
  gap: 30px;
}

.navbar-menu a {
  color: black;
  text-decoration: none;
  font-size: 1.3rem;
  transition: color 0.3s;
}

.navbar-menu a:hover {
  color: orange;
}

.menu-icon {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.dropdown {
  position: relative;
}

.dropdown > a::after {
  content: ' ▼'; /* Add arrow for dropdown */
  font-size: 1rem;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  padding: 10px;
  width: 18rem;
  z-index: 1;
  list-style: none;
}

.dropdown-content a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  /* list-style: none; */
}

.dropdown-content a:hover {
  background-color: #555;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* End NavBar */

.header-showcase {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  
  /* Slider Container */
  .slider {
    display: flex;
    width: 500%; 
    height: 100%;
    transition: transform 0.5s ease-in-out; 
  }
  
  .slide {
    width: 20%; 
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  
  /* Centering the content */
  /*.content {*/
  /*  position: absolute;*/
  /*  top: 50%;*/
  /*  left: 50%;*/
  /*  transform: translate(-50%, -50%);*/
  /*  color: #fff;*/
  /*  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);*/
  /*  text-align: center;*/
  /*}*/
  
 .content {
    position: absolute;
    bottom: -100px; /* Start below the slide */
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    text-align: center;
    opacity: 0;
    transition: all 0.8s ease-in-out;
  }
  
  .slide.active .content {
    bottom: 50%; /* Moves to visible position */
    opacity: 1;
    transform: translate(-50%, 50%);
  }

  
  .content h2 {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  
  .content p {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  
  .btn {
    background-color: #ff5733;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2rem;
    transition: background-color 0.3s;
  }
  
  .btn:hover {
    background-color: #ff7043;
  }
  
  /* Arrow Styles */
  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    cursor: pointer;
    z-index: 2;
  }
  
  .left {
    left: 20px;
  }
  
  .right {
    right: 20px;
  }
  
  .arrow:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  

  /* New Section Styles */
.row-section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px 7%;
    position: relative;
}

.text-container {
    flex: 1;
    margin-right: 20px;
    max-width: 50%;
}

.text-container h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.text-container p {
    font-size: 1.2rem;
    line-height: 1.5;
}

.image-container {
    flex: 1;
    margin-top: 20px; /* Add margin to separate from text */
}

.first-image,
.second-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
    display: block;
}

.first-image {
    /* No need for special positioning */
}

.second-image {
    /* Remove absolute positioning */
      margin-top: 100px; /* Add margin for spacing */
    /* Optional: Adjust width if needed */
    width: 100%; 
    margin-left:40px;
}

  
.what_we_do{
    background-color:#FF6A0C;
  padding:30px 5rem;
    
}
.inner{
      display: grid;
   grid-template-columns: repeat(4, 3fr); 
    justify-content: space-around; 
  align-items: center;           
  width: 100%;
  margin-top:30px;
  gap:3rem
  
}

.text{
    color:white;
}
.text p{
    margin-top:20px;
}
.procure p{
    font-size:20px;
    font-weight:500;
    margin-top:10px;
    
}
.procure a{
    background-color:black;
    color:white;
    padding:10px
    
}
.procure i{
    font-size:2rem;
}
 .core{
   /*margin-top: 1rem;*/
   display: flex;
  justify-content:space-between;
  align-items: center;
 padding:2rem 5rem;
  background-image:url(image/core3.jpg);
  background-size:cover; 
  background-repeat:no-repeat;
  gap: 3rem;
  font-size: 2rem;
}
.core img{
    width: 40vw;
}
.core-values-heading {
    font-size: 2rem;   /* Adjust the size of the heading */
    font-weight: bold; /* Make it bold */
    color:white; /* Change the color of the heading */
    margin-top: 2rem;  /* Add space above the heading */
    margin-bottom: 1rem; /* Add space below the heading */
}

.core-values-list {
    font-size: 20px;
    line-height: 1.8rem;
    padding-left: 1rem; /* Indent the list */
    margin-top: 1rem; /* Add space at the top */
   color: white; /* Set text color to a dark shade for readability */
}

.dot {
    color: #FBDAA1; /* Set dot color to match the theme */
    font-size: 24px; /* Increase the size of the dot */
    margin-right: 12px; /* Space between the dot and the text */
}

.core-values-list br {
    margin-bottom: 10px; /* Add spacing between lines */
}

/* Optional: Add hover effect on each bullet point */
.core-values-list span.dot:hover {

    cursor: pointer;
       color: rgb(19, 19, 81);
}
.industries{
    background-color:#E7F1FA;
    /*padding:10px 5rem;*/
}
.industries h1{
    color:#00488C;
    text-align:center;
    margin-bottom:1rem;
}

.grid-container{
    display:grid;
    grid-template-columns:repeat(4,3fr);
    align-items:center;
    justify-content:center;
    gap:2rem;
     padding:10px 5rem;
 
}
.serve{
    background-color:white;
    color:black;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    border-radius:20px;
    height:150px;
}
.serve p{
    margin-top:10px;
    font-weight:600;
    font-size:15px;
}
.serve i{
    font-size:2rem;
}


/* Our Client */

/* Clients Section */

 
  /* Clients Section */
.clients-section {
    text-align: center;
    padding: 20px;
  }

  .clients-section h1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  

  .clients-grid {
    display: flex;
    overflow: hidden; /* Hide overflowing images */
    width: 100%; /* Full width */
    justify-content: center;
   
  }

  .clients-grid-inner {
    display: flex;
    transition: transform 1s ease-in-out; /* Smooth sliding effect */
  }

  .client-card {
    width: 150px; /* Card width */
    height: 150px; /* Card height */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px; /* Space between cards */
    border: 2px solid #ddd; /* Border around the card */
    border-radius: 8px; /* Optional: Rounded corners for a clean look */
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    flex-shrink: 0; /* Prevent shrinking */
    background-color: #fff; /* Card background */
  }

  .client-card img {
    max-width: 100%; /* Ensure image fits within the card */
    max-height: 100%; /* Ensure image fits within the card */
    object-fit: contain; /* Maintain aspect ratio */
  }
  
     
 .mastre {
    display: flex;
    flex-direction: column; 
    align-items: center; 
     background-color: #f0f0f0; /* Gray background */
    border-radius: 10px; /* Optional: Rounded corners */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px; 
}

.partner-title {
    font-size: 24px;
    text-align: center; 
    margin-bottom: 20px; 
}

.partner-images {
    display: flex; 
    justify-content: center; 
    gap: 40px; 
    width: 100%; 
    padding: 0 20px; 
    box-sizing: border-box; 
    align-items:center;
}

.partner {
    max-width: 200px; /* Reduced maximum width for images */
    height: auto; 
    border-radius: 10px; 
}


/* Mobile Styles */
@media (max-width: 768px) {
    .navbar-menu {
      display: none;
      flex-direction: column;
      background-color: white;
      position: absolute;
      top: 0;
      right: 0;
      height: 100vh;
      width: 50%;
      padding: 10px 20px;
      box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
      z-index: 1000;
      font-size:15px;
    }
   .navbar-menu li a{
       font-size:15px;
   }
    .navbar-menu.active {
      display: flex;
    }
  
    .menu-icon {
      display: block;
      z-index: 1100;
    }
  .navbar-logo img {
  width:60%;
  height:100%;
}
.second-image{
     margin-left:0;
}
    .menu-icon.active::before {
      content: '✖'; 
    }
  
    .menu-icon::before {
      content: '☰'; 
    }
    
      .partner-images{
          flex-direction:column;
      }
  
    .mobile-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 50%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 900;
    }
  
    .mobile-overlay.active {
      display: block;
    }
  
    .navbar-menu .services {
      display: none;
    }
.footer img{
    width:90vw;
}
   /* Mobile Responsiveness */  

  .slider {
    width: 500%;
    display: flex;
  }

  .slide {
    width: 100%;
  }

  .content h2 {
    font-size: 24px;
  }

 .content p {
    font-size: 16px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

  .btn {
    padding: 8px 16px;
    font-size: 1rem;
  }

  .arrow {
    font-size: 2rem;
  }

  /*  */

  .row-section {
    flex-direction: column; 
    padding: 20px;
    align-items: center; 
  }

  .text-container {
    margin-right: 0;
    text-align: center; 
    max-width: 100%;
  }

  .image-container {
    max-width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center; 
    flex-wrap: wrap; 
    gap: 10px; /* Adds some spacing between images */
  }

  .first-image, .second-image {
    width: 90%; 
    max-width: 400px; /* Prevents them from being too large */
    border-radius: 15px;
    display: block;
    margin: 0 auto; /* Centers the images */
  }

  .second-image {
    margin-top: 10px; 
  }
  .text-container p{
      font-size:15px;
  }
  .text-container h2{
      font-size:20px;
  }
  .what_we_do{
      padding:10px;
  }
  .inner{
      grid-template-columns:repeat(1,12fr);
       justify-content: center; 
  align-items: center; 
  margin-left:17px;
  }
  .procure p{
      font-size:15px;
  }
    .core {
     margin-top:10px;
     display:flex;
      flex-direction:column;
       font-size: 15px;
       padding:20px;
        align-items:flex-start;
        justify-content:flex-start;
}
    .core img{
        width: 100%;
    }
        .core-values-heading {
    color: rgb(19, 19, 81); /* Change the color of the heading */
    margin-top: 2rem;  /* Add space above the heading */
    margin-bottom: 20px; /* Add space below the heading */
} 

.core-values-list {
    font-size: 15px;
    padding-left:0;
   /* Indent the list */
    margin-top: 1rem; /* Add space at the top */
   color: white; /* Set text color to a dark shade for readability */
}

.dot {
    color: #FBDAA1; /* Set dot color to match the theme */
    font-size: 24px; /* Increase the size of the dot */
    margin-right: 0; /* Space between the dot and the text */
}

.core-values-list br {
    margin-bottom: 10px; /* Add spacing between lines */
}

/* Optional: Add hover effect on each bullet point */
.core-values-list span.dot:hover {
padding:0;
    cursor: pointer;
       color: rgb(19, 19, 81);
}
.grid-container{
    display:grid;
    grid-template-columns:repeat(1,12fr);
    align-items:center;
    justify-content:center;
    gap:2rem;
     padding:10px 3rem;
}
.industries{
    background-color:#E7F1FA;
     /*padding:3rem 30px;*/
}


  }
  
  
  
  