@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: "Montserrat", sans-serif;
  color: var(--dark);
  overflow-x: hidden;
}

.img-fluid {
  width: 1000px;
  height: auto;
  /* margin-top: -4px; */
  margin-left: -20px;
  margin-right: -10px;
}
.card-body {
  padding-top: 80px;
}


@media (max-width: 480px){
  .card-body {
    padding-top: 0px;
  }

  .img-fluid {
   
    margin-top: 59px;
   
  }
  .nav {
    display: flex
;
    /* flex-wrap: wrap; */
    flex-direction: column;
    text-align: center;
}
}

.munimjiphoto:hover {
  transform: translateY(-10px) scale(1.1);
}

.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;
  position: relative;
}
.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: 15px;
  margin-top: 50px;
  /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
}

.feature {
  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 h2 {
  font-size: 20px;
  font-weight: bold;
  color: #0056b3;
  margin-bottom: 5px;
  text-align: start;
  padding-left: 20px;
  gap: 20px;
}

.feature ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.feature 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 ul li:nth-child(n + 4) {
  display: none;
}

.feature:hover {
  height: 350px;
}
/* Show all items on hover */
.feature:hover ul li {
  display: block;
}

@media (max-width: 1024px) {
  .feature {
    width: 48%; /* 2 columns on tablets */
  }
}

@media (max-width: 600px) {
  .feature {
    width: 100%; /* 1 column on mobile */
  }
}

.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;
}
.swiper-wrapper{
  max-height: 100vh;
}
.swiper-slide{
  max-height: 100vh;
}
.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: #0b4b8f;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}

.text-content p {
  color: #040404;
  font-size: 1rem;
  display: flex;
  /* text-justify: auto; */
  text-align: justify;
  
}

.image-content {
  width: 10%;
  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) {
  .unique-swiper {
    width: 95%;
    padding: 20px;
  }
  .text-content h3 {
    font-size: 1.3rem;
  }
  .text-content p {
    font-size: 0.9rem;
  }
  .image-content {
    width: 120px;
  }
 

.feature-box {
  flex-direction: row;
}
.feature-box {
  height: 280px;
}

.image-content img {
  /* border: 1px solid red; */
  width: 35%;
}
.feature1-box {
  flex-direction: row;
  text-align: center;
  height: 250px;
  width: 100%;
}
 
  .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;
  }
 

.feature-box {
  flex-direction: row;
}
.feature-box {
  height: 320px;
}

.image-content img {
  /* border: 1px solid red; */
  width: 80%;
}
.feature-1-box {
  flex-direction: row;
  text-align: center;
  height: 250px;
  width: 100%;
}
}

  


@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;
    font-weight: 900;
  }
  .text-content p {
    font-size: 10px;
    text-align: start;
   
  }
  .feature-box {
    flex-direction: row;

   
    height: 290px;
}
  .image-content {
    /* border: 1px solid red; */
    width: 50%;
  }
  .image-content img {
    /* border: 1px solid red; */
    width: 60%;
  }
  .feature-1-box {
    flex-direction: row;
    text-align: center;
    height: 250px;
    width: 100%;
  }
  .unique-swiper {
    width: 100%;
    padding: 20px;
  }
}

h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-top: 2rem;
  color: #0056b3;
}

.container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  padding: 20px;
  max-width: 1280px;
 
}

.highlight {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.highlight::before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #007bff;
  position: absolute;
  left: 0;
  top: 0;
}

.highlight i {
  font-size: 30px;
  color: #007bff;
  margin-right: 15px;
}

.highlight-text h3 {
  font-size: 18px;
  color: #013165;
  margin-bottom: 8px;
  font-weight: bold;
}

.highlight-text p {
  font-size: 14px;
  color: #666;
  margin: 0;
  text-align: justify;
}

@media (max-width: 1024px) {
  .container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .container {
    grid-template-columns: 1fr;
  }
}



.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 12s linear infinite;
}

.scroll-container img {
  height: 80px;
  border-radius: 5px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.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;
}





.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 */
.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;
  }
}

.clickdwnld{
  margin-top: 50px;
  align-items: center;
  text-align: center;
}


.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;
}