@import 'variables.css';
@import 'utilities.css';
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -weblit-font-smoothing: antialiased;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family:Arial,  sans-serif;
    color: var(--dark);
    overflow-x:hidden ;
    position: relative;
}

.img-fluid {
    
    width: 1000px;
    height: auto;
    margin-top: 20px;
    margin-left: -20px;
    margin-right:-10px;

}
.munimjiphoto:hover {
    transform: translateY(-10px) scale(1.1);
}


/* navbar section */




.heading{
    margin-top: 4rem;
    border: 2px solid rebeccapurple;
    border-radius: 20px;
    padding: 1rem 2rem 1rem 80px;
    border-bottom: 5px solid var(--primary);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}




body {
    background-color: #f8f9fa;
}
.mt-5 {
    margin-top: 0px !important;
}


 */

/* Heading */
.main-heading {
    font-size: 28px;
    font-weight: bold;
    color: steelblue;
    margin-bottom: 30px;
}

/* Feature Card */
.feature-card {
    background: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* Image */
.feature-card img {
    width: 100px;
    height: auto;
    margin-bottom: 15px;
}

/* Heading */
.feature-card h3 {
    font-size: 22px;
    font-weight: bold;
    color: #1d3e6e;
    margin-bottom: 10px;
}

/* Divider */
.feature-card hr {
    width: 100%;
    border: 1px solid #1d3e6e;
    margin-bottom: 10px;
}

/* Paragraph */
.feature-card p {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}



.cardcontainer {
    width: 100%;
    /* max-width: 1100px; */
    text-align: center;
    padding: 20px;
  
}

.p-3 {
    padding: 0.5rem !important;
}

element.style {
    max-height: 115px;
    object-fit: contain;
  
}




.modulecontainer {
    width: 100%;
    /* max-width: 1200px; */
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 21px;
    margin-top: 50px;
    margin-right: 30px;
    margin-left: 30px;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */

}

.feature-1 {
    width: 24%; /* 4 columns in 1 row */
    font-size: 14px;
    /* margin-bottom: 40px; */
    padding: 0;
    margin: 0;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px; */
   
}

.feature-1 h2 {
    font-size: 20px;
    font-weight: bold;
    color: #0056b3;
    margin-bottom: 5px;
    text-align: start;
    padding-left: 20px;
    gap: 20px;

}

.feature-1 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;

}

.feature-1 ul li {
    font-size: 17px;
    color: #000000;
    white-space: nowrap;
    line-height: 1.5;
    text-align: start;
}

/* Initially show only the first 3 items */
.feature-1 ul li:nth-child(n+4) {
    display: none;
}
.feature-1:hover{
  height: 420px;
}
/* Show all items on hover */
.feature-1:hover ul li {
    display: block;
    
}

@media (max-width: 1024px) {
    .feature-1 {
        width: 48%; /* 2 columns on tablets */
    }
}

@media (max-width: 600px) {
    .feature-1 {
        width: 100%; /* 1 column on mobile */
    }
}



.swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: flex
;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}


.unique-swiper {
    width: 100%;
    height: auto;
    padding: 51px 40px;
    background: linear-gradient(135deg, #75bbf9, #153665);
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    margin-top: 45px;
    margin-bottom: 45px;
}

.feature-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: left;
    height: 200px;
}

.text-content {
    width: 100%;
}

.text-content h3 {
    color: #0056b3;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
}

.text-content p {
    color: #040404;
    font-size: 1.1rem;
}

.image-content {
    width: 9%;
    display: flex;
    justify-content: center;
}

.image-content img {
    max-width: 90%;
    height: auto;
    border-radius: 8px;
}

/* Swiper Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
    color: white;
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 50%;
}

.swiper-pagination-bullet {
    background: white;
}

@media (max-width: 1024px) {
    .feature-box {
        flex-direction: column;
        text-align: center;
        height: 250px;
    }
    .text-content, .image-content {
        width: 100%;
    }
}

@media (max-width: 780px) {
    .unique-swiper {
        width: 95%;
        padding: 20px;
    }
    .text-content h3 {
        font-size: 1.3rem;
    }
    .text-content p {
        font-size: 0.9rem;
    }
    .image-content{
        width: 120px;
    }
    .img-fluid{
        width: 2000px;
        height: 320px;
    }

    .card-body {
      padding-top: 1px;
  }
}

@media (max-width: 576px) {

    .text-content h3 {
        font-size: 1.2rem;
    }
    .text-content p {
        font-size: 0.8rem;
    }
    .image-content{
        width: 50px;
    }
    .feature-1-box {
        flex-direction: column;
        text-align: center;
        height: 250px;
        width: 100%;
    }

   



}




@media (max-width: 480px) {
    .text-content h3 {
      font-size: 14px;
    }
    .text-content p {
      font-size: 10px;
    }
    .image-content{
        width: 50px;
    }
    .feature-1-box {
        flex-direction: column;
        text-align: center;
        height: 300px;
    }
    .unique-swiper {
      width: 95%;
      padding: 20px;
    }
    .img-fluid {
      width: 100%;
      max-width: 700px;
      height: 250px;
      margin-top: 20px;
      margin-left: 0px;
  }
  .nav {
    display: flex
;
    /* flex-wrap: wrap; */
    flex-direction: column;
    text-align: center;
}

}

.clickdwnld{
  margin-top: 50px;
  align-items: center;
  text-align: center;
}
@media (max-width: 1024px) {
  .text-content h3 {
    font-size: 1.2rem;
    color: #0056b3;
}
.text-content p {
    font-size: 0.8rem;
    text-align:  start;
    margin-top: 5px;
}
.image-content{
    width: 100px;
}
.feature-box{
    display: flex;
    flex-direction: row;
    
}
.clickdwnld{
     margin-left: 0px;
}
}




@media (max-width: 992px) {
    .text-content h3 {
        font-size: 1.2rem;
        color: #0056b3;
    }
    .text-content p {
        font-size: 0.8rem;
        text-align:  start;
        margin-top: 5px;
    }
    .image-content{
        width: 100px;
    }
    .feature-box{
        display: flex;
        flex-direction: row;
        
    }
    .clickdwnld{
         margin-left: 0px;
    }

    
}

h2 {
    font-size: 2rem;
    text-align: center;
    font-weight:bold;
    margin-top: 2rem;
    color: #0056b3;

}






.card-body{
  padding-top: 80px;
}

.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; /* Increased duration for slower scrolling */
  }
  
  
  .scroll-container img {
    height: 63px;
    max-width: 1418px;
    object-fit: contain;
    border-radius: 5px;
  }
  
  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  
  /* Pause scrolling on hover */

  

.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;
  }
  
  .count {
    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: 100px;
      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;
}



@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');

.features-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 boxes per row */
    gap: 15px;
    padding: 20px;
    max-width: 1300px;
    margin: auto;
}

.feature {
    display: flex;
    align-items: center;
    background: rgb(255, 253, 253);
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #007bff;
    transition: transform 0.2s ease-in-out;
    min-height: 120px;
}

.feature:hover {
    transform: translateY(-3px);
}

.icon {
    font-size: 30px;
    color: #007bff;
    margin-right: 15px;
}

.text h3 {
    font-size: 20px;
    color: #013165;
    margin-bottom: 8px;
    font-weight: bold;
    font-family:   Arial, sans-serif;
}

.text p {
    color: #0e0d0d;
    font-size: 15px;
    font-family:Arial, Helvetica, sans-serif;
    text-align: justify;

}

/* Responsive */
@media (max-width: 992px) {
    .features-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .features-container {
        grid-template-columns: repeat(1, 1fr);
    }
}
.navbar {
  display: flex;
  width: 100%;
  position: fixed;
  z-index: 2;
  padding-top: 0px;
  /* background-color: white; */
  /* margin-top: -13px; */
}

/* 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 {
  display: none;
  background-color: #1a2a5c;
  padding: 15px;
  position: absolute;
  top: 100px;
  width: 72%;
  left: 126px;
  z-index: 2;
  transition: left 0.3s ease-in-out;
} 


.mobile-menu.active {
  display: block;
  position: fixed;
  margin-top: -49px;
}

.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: 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: 992px) {
   
   
  .logo-container {
    padding: 0px;
    width: 20%;
  }


  .nav-links-container {
    background-color: #1a2a5c;
    width: 80%;
  }
 
}

@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;
  }
}


.mt-5 {
  margin-top: 0px !important;
}

 .shi {
  padding-left: 0rem;
}


.text-lg {
  font-size: 18px;
  margin-top: 0px;
}

.ul, li {
  
  font-size: 14px;
}

.p-3 {
padding: 0rem !important;
}