@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&family=Unbounded&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@200&family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,600&family=Montserrat:ital,wght@0,200;1,200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
@import url("https://fonts.cdnfonts.com/css/switzer");
body,
html {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}
.signup-button {
  /* Your existing styles */
  color: #00569e !important ;
  border: 1px solid #00569e;
  border-radius: 29px;
  font-family: "Switzer";
  font-weight: 400;
  size: 10px;
  padding: 5px 0px;
  width: 100px;
  text-align: center;
  margin-left: 20px;
}
.signup-button:hover {
  background-color: #00569e;
  color: #fff !important;
}
.thematic-fields{
  margin-top: -90px !important;
}
.button {
  padding: 10px 25px;
  color: #00569e;
  background: rgba(199, 220, 238, 0.2); /* Light transparent color */
  backdrop-filter: blur(10px); /* Glass effect */
  text-align: center;
  border: 1px solid #00569e;
  border-radius: 29px;
  font-family: "Switzer" !important;
  font-weight: 500;
  size: 14px;
}
.btn-mdl:hover {
  background-color: #00569e;
  color: white;
}
.button1 {
  width: 250px;
  height: 60px;
  color: #00569e;
  border: 1px solid #00569e;
  border-radius: 5px;
  font-family: "Switzer" !important;
  font-weight: 500;
  size: 14px;
  text-align: center;
}
.btn-mdl1:hover {
  background-color: #00569e;
  color: white;
}
.text1 {
  font-family: "Raleway", sans-serif;
  font-size: 50px;
  font-weight: 500;
  color: #14274a;
  margin-top: 50px;
  gap: 10px;
  text-align: left;
  margin-left: -15px;
}

.text2 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  text-align: justify;
  color: #3c3c3c;
  margin-left: 1px;
}

/* Existing styles */
.navbar {
  position: fixed;
  justify-content: center;
  align-items: center;
  background-color: #f8f9fa;
  padding-top: 5px;
  margin-top: 0px;
  padding-bottom: 20px;
  transition: all 0.3s ease-in-out;
}

.navbar.scrolled {
  padding: 0.1rem 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  margin-left: 30px;
}

.navbar-brand img {
  height: 50px;
}

.nav-item {
  margin-right: 20px;
}

.nav-link {
  color: #000000;
  font-weight: 500 !important;
  font-size: 20px;
  margin-top: 3px;
  text-decoration: none;
}

.navbar .navbar-nav .nav-link:hover {
  color: #00569e;
  font-weight: 500 !important;
}

.nav-link.active {
  border-bottom: 3px solid #00569e;
}
/* Base styling for nav links */
.nav-link {
  position: relative;
  /* color: #333; */
  text-decoration: none;
}

/* Underline animation for nav links (excluding dropdowns) */
.nav-link:not(.dropdown-toggle)::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #00569e; /* Adjust to your desired color */
  transition: width 0.3s ease;
}

/* Hover and active state underline for nav links */
.nav-link:not(.dropdown-toggle):hover::after,
.nav-link:not(.dropdown-toggle).active::after {
  width: 100%;
}

/* Active link styling for non-dropdown items */
.nav-link:not(.dropdown-toggle).active {
  font-weight: bold;
  color: #00569e;
}

/* Ensure no underline effect for dropdown toggle and items */
.navbar-nav .dropdown-item {
  text-decoration: none; 
  position: relative; 
}

.navbar-nav .dropdown-item::after {
  display: none; 
}

/* Optionally, style the hover effect for dropdowns */
.navbar-nav .dropdown-item:hover {
  background-color: transparent; 
  color: inherit; 
}
/* Basic dropdown styling */

@media all and (min-width: 992px) {
  .dropdown-menu li {
      position: relative;
  }

  .dropdown-menu .submenu {
      display: none;
      position: absolute;
      left: 100%; 
      top: -7px;
      width: 300px; 
      height: auto; 
      font-size: 18px; 
  }

  .dropdown-menu .submenu-left {
      right: 100%;
      left: auto;
  }

  .dropdown-menu > li:hover {
      background-color: #f1f1f1;
  }

  .dropdown-menu > li:hover > .submenu {
      display: block;
  }

  .dropdown-menu {
      width: 300px; 
      font-size: 18px; 
  }
}

@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
      margin-left: 0.7rem;
      margin-right: 0.7rem;
      margin-bottom: .5rem;
  }

  .dropdown-menu {
      width: 100%;
      font-size: 16px; 
  }

  .dropdown-menu .submenu {
    width: 100%;
    font-size: 16px; 
}
}

.fixed-icons {
  position: fixed;
  bottom: 20px;
  left: 1800px; 
  display: flex;
  flex-direction: column;
  gap: 15px; 
  z-index: 1000; 
}

.message-icon,
.arrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #004085;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 24px;
  text-decoration: none;
}

.message-icon:hover,
.arrow-icon:hover {
  background-color: #0056b3; /* Slightly darker shade on hover */
}

.contact-modal {
  display: none; /* Hidden by default */
  position: fixed;
  right: 0%;
  top: 70%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 10px; /* Reduced padding */
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  width: 300px; 
  z-index: 1001; 

}

.contact-content {
  text-align: center;
}

.contact-item i {
  margin-right: 8px; /* Reduced margin for icons */
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px; 
  cursor: pointer;
}

/* Media Queries */
@media (max-width: 1920px) {
  .fixed-icons {
    left: 1800px; 
  }
}

@media (max-width: 1600px) {
  .fixed-icons {
    left: 1400px; 
  }
}

@media (max-width: 1200px) {
  .fixed-icons {
    left: 1400px; 
  }
}

@media (max-width: 992px) {
  .fixed-icons {
    left: 600px; /* Adjust for smaller screens */
  }
}

@media (max-width: 768px) {
  .fixed-icons {
    left: 20px; /* Position on very small screens (mobile) */
    bottom: 10px; /* Optional: adjust bottom position */
  }
}

.img-container {
  height: 200px; /* Set a fixed height for the container */
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center; /* Vertically center the image */
  justify-content: center; /* Horizontally center the image */
}

.img-container img {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the container while preserving aspect ratio */
}

.img-container:hover img {
  transform: scale(1.1); /* Adjust the scale value as needed */
}

h5 {
  font-family: "Raleway", sans-serif;
  font-size: 30px !important;
  margin-top: 20px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
  color: #14274a;
}

.btn-link {
  position: relative;
  right: 10px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
  color: #00569e;
  transition: transform 0.3s ease;
}
.btn-link:hover {
  text-decoration: underline;
  transform: translateX(5px);
}
.btn-link i {
  transition: transform 0.3s ease, font-size 0.3s ease;
  font-size: 16px; /* Set the initial size of the icon */
}
.btn-link:hover i {
  font-size: 20px; /* Increase the size of the icon on hover */
}
.custom-card {
  width: 270px;
  height: 171px;
  padding: 9%;
  border-radius: 20px;
  background-color: #e9f1f5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Add shadow on hover */
}
.custom-card-title {
  font-family: "Raleway", sans-serif;
  color: #00569e;
  font-size: 20px;
  font-weight: 500;
}
.zoom-img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.zoom-img:hover {
  transform: scale(1.1); /* Zoom in by 10% */
}
.shadow-card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Standard card shadow */
  transition: box-shadow 0.3s ease;
}

.shadow-card:hover {
  box-shadow: 0 10px 1px rgba(0, 0, 0, 0.3); /* Enhanced shadow on hover */
}

.display-1 {
  width: 641px;
  height: 96px;
  font-family: "Montessart";
  font-size: 64px !important;
  font-weight: 200;
  line-height: 96px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin-top: 350px;
}
.para-1 {
  font-family: "Montessart";
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #666666;
  margin-top: 50px;
}
.fact-image {
  width: 750.95px;
  height: 635px;
  margin-top: 50px;
  left: 689px;
}
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card {
  flex: 0 1 calc(33.333% - 20px); /* Adjust as needed, subtracting margin */
  margin-bottom: 60px;
  height: auto;

  overflow: hidden;
  box-shadow: 6px 11px 15.100000381469727px 2px #00000040;
}

.card:nth-child(4),
.card:nth-child(5),
.card:nth-child(6) {
  width: calc(33.33% - 20px);
}

.card img {
  width: 100%;
  height: auto;

  border-radius: 10px 10px 0 0;
}

.card-body {
  text-align: center;
  flex-grow: 1;
}

.card-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-family: "Montessart";

  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  color: #331b3b;
}

.card-text {
  font-size: 1rem;
  color: #555;
  font-family: "Montessart";

  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: justified;
  color: #828282;
}

.cardover {
  width: 400px;
  height: 520px;
  top: 2467px;
  left: 1014px;

  overflow: hidden;
  margin-bottom: 50px;

  margin-right: 30px;
}

.cardoverimage {
  width: 100%;
  height: auto;
  display: block;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px; /* Adjust padding as needed */
  box-sizing: border-box;
}
.card-bodyimage {
  background-color: #14274af2;
  height: 50%; /* Set to 50% to cover half of the image */
  width: 500px;
  margin-left: -20px;
  overflow: hidden;
  position: relative;
  margin-top: -20px;
}
.card-titleover {
  color: #fff;
  padding-top: 10px;
  font-family: "Montserrat";
  font-size: 28px;
  font-weight: 600 !important;
  line-height: 34px;
  letter-spacing: 0.03em;
  text-align: left;

  padding-left: 20px;
}

.border-box {
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 10px;
}

/* Styling for the read more content */
.read-more-content {
  display: none;
  padding: 10px;
  background-color: #f4f4f4;
}

/* Styling for the "Read More" button */

/*  display: block;
    width: 5%;
    padding: 10px;
    text-align: center;
    background-color: #3498db;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;*/

.read1 {
  text-decoration: none;
  height: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0.065em;
  text-align: left;
  color: #00d4aa;
  box-sizing: border-box;
  border: 1px solid #00d4aa;
  border-radius: 5px;
  transition: color 0.3s ease;
}

.read1:hover {
  background-color: #1e6fad;
}

.arrow {
  color: #fff; /* Set the color for the arrow */
  width: 62.04px;
  height: 38.19px;
  margin-top: 50px;
  margin-left: 250px;
}

.read-button {
  text-decoration: none;
  height: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 0.065em;
  text-align: left;
  color: #00d4aa;
  box-sizing: border-box;
  border: 1px solid #00d4aa;
  border-radius: 5px;
  transition: color 0.3s ease;
}

.read-button:hover {
  color: darkblue; /* Color to change to when hovering */
}

/* .signup-button, .button, .button1 {
    color: #00569e !important;
    border: 1px solid #00569e;
    border-radius: 29px;
    font-family: "Switzer";
    font-weight: 400;
    size: 10px;
    padding: 5px 0px;
    text-align: center;
    margin-left: 20px;
} */

/* .signup-button:hover, .btn-mdl:hover, .btn-mdl1:hover, .read1:hover, .read-button:hover {
    background-color: #00569e;
    color: #fff !important;
}

.button {
    padding: 10px 25px;
    border-radius: 29px;
    gap: 10px;
    font-weight: 500;
    size: 14px;
}

.button1 {
    width: 250px;
    height: 60px;
    border-radius: 5px;
    font-weight: 500;
    size: 14px;
} */

footer {
  color: #333;
  padding-top: 20px;
  background-image: url('../images/footer-pattern-triangle.png'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center; 

}

footer .social-media {
  background-color: #21D192;
  color: white;
}

footer .social-media .me-5 {
  margin-right: 1.5rem;
}

footer .social-media a {
  color: white;
  margin-right: 15px;
  text-decoration: none;
}

footer h6 {
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #14274a;
  margin-bottom: 15px;
  
}

/* footer hr {
  width: 60px;
  background-color: #7c4dff;
  height: 2px;
  border: none;
  margin: 0 auto;
} */
.head1{
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #ffffff;
 
}

footer a {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s;
}

footer a:hover {
  color: #7c4dff;
  text-decoration: none;
}

footer .contact-info p {
  margin-bottom: 10px;
  
}

footer .copyright {
  background-color: rgba(203, 201, 201, 0.2);
  color: #333;
  padding: 1px;
  font-size: 0.9rem;
}
h1 {
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
}

.gradient-bg {
  background: linear-gradient(to bottom, #008fac, #005a9d); 
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 70px; 
  width: 250px;
  border: 1px solid #005a9d;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 30px 0 0 30px;
  margin-left: 0; /* Remove margin */
}

.bg-card, .bg-card1 {
  height: 70px;
  display: flex;
  align-items: center;
  width: 600px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 0 30px 30px 0;
  margin-left: 0; /* Remove margin */
}


.centered-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.centered-row {
  display: flex;
  justify-content: center; /* Centers the content horizontally */
  margin-bottom: 3px; 
}


.Front-text {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
}


h2 {
  text-align: center;
  padding: 20px;
  margin-top: 50px;
}

.container {
  margin-top: 100px;
}

.customer-logos .slide img {
  width: 200px;
  height: 150px;
  object-fit: contain;
  margin: 0 15px;
}

section {
  display: grid;
  place-items: center;
}

h1 {
  font-size: 3rem;
  padding: 20px;
  margin: 20px 0px;
}

.slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.slider-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  animation: scrolling 30s linear infinite;
  transition: all 0.5s ease-in-out; 
}

@keyframes scrolling {
  0% {
    transform: translateX(100%); 
  }
  100% {
    transform: translateX(-100%); 
  }
}

.slider-items img {
  width: 12%;
  margin: 20px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute; 
  top: 50%;
  transform: translateY(-50%); 
  z-index: 2; 
}
/* General styles */
.content-section {
  position: relative;
  padding: 20px;
  text-align: center;
}

/* Image container styling */
.image-wrapper {
  position: relative;
  width: 100%;
}

/* Image styling for desktop view */
.responsive-image {
  width: 100%;
  height: auto;
  margin-right: 10px;
  margin-top: -100px;
  z-index: 2;
}

/* Mobile view: Set the image as a background */
@media (max-width: 767px) {
  .image-wrapper {
      display: none; /* Hide the inline image */
  }
  .content-section {
      background-image: url('./images/auto.png'); /* Use image as background */
      background-size: cover;
      background-position: center;
      color: #333; /* Adjust text color for readability */
  }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #007bff;
  border-radius: 50%;
  padding: 10px;
}

/* Adjust hover effect if needed */
/* .carousel-control-prev:hover, .carousel-control-next:hover {
    background-color: #0056b3;
} */

.carousel-control-prev {
  left: 20px; 
}

.carousel-control-next {
  right: 20px; 
}

.carousel-control-prev .fa-arrow-left,
.carousel-control-next .fa-arrow-right {
  font-size: 20px; 
}


.slim-edges-underline {
  font-family: Raleway, sans-serif;
  color: #00569E;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.slim-edges-underline::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px; 
  width: 70%; 
  height: 4px; 
  background: linear-gradient(to right, transparent 0%, #00569E 50%, transparent 100%);
}
@media (max-width: 576px) {
  .centered-row {
      flex-direction: column; 
      align-items: center; 
  }

  .Front-text {
      margin-bottom: 10px; 
      width: 100%; 
      text-align: start;
  }

  .bg-card {
      padding: 20px;
      width: 100%; 
  }

  .tech-img {
      max-width: 100px; 
      width: auto; 
  }
}
.custom-row {
  display: flex; 
  flex-wrap: wrap; 
}

.custom-col-left, .custom-col-right {
  flex: 1;
  padding: 0 15px; 
}

@media (max-width: 576px) {
  .custom-row {
      flex-direction: column; 
      text-align: center; 
  }

  .custom-col-left, .custom-col-right {
      margin-bottom: 20px;
      flex: none; 
  }

  .additional-content img {
      width: 100%; 
      height: auto;
  }
}
.tech-img {
  max-width: 130px; 
  height: auto; 
  margin: 5px; 
}
@media (max-width: 768px) {
  .tech-img {
      max-width: 90px; 
      }
}

@media (max-width: 576px) {
  .tech-img {
      max-width: 60px; 
  }
}


.carousel {
  width: 60vw;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

h1, p, i.fa-brands {
  color: rgb(8 51 68);
}

small.role {
  background-color: rgb(8 51 68);
  color: rgb(103 232 249);
}
/* Indicators */
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid rgb(8 51 68);
}

.carousel-indicators .active {
  opacity: 1;
  background-color: rgb(103 232 249);
}

.card-wrapper {
  max-width: 1300px;
  margin: 0 60px 35px;
  overflow: hidden;
}

.card-list .card-item {
  list-style: none;
  width: 350px !important; /* Fixed width */
  height: 600px; /* Fixed height */
}

.card-list .card-item .card-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 18px;
  user-select: none;
  border-radius: 12px;
  text-decoration: none;
  border: 2px solid transparent;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  transition: 0.2s ease;
  height: 100%; /* Make the card fill the entire height */
}

.card-list .card-item .card-link:active {
  cursor: grabbing;
}

.card-list .card-item .card-link:hover {
  border-color: #5372F0;
}

.card-list .card-link .card-image {
  width: 100%;
  height: 180px; /* Fixed height for images */
  border-radius: 10px;
  object-fit: cover;
}

.card-list .card-link .badge {
  color: #5372F0;
  width: fit-content;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 500;
  background: #DDE4FF;
  margin-top: 10px !important;
  margin-left: 10px !important;
}

.card-list .card-link .badge-designer {
  color: #B22485;
  background: #F7DFF5;
}

.card-list .card-link .badge-marketer {
  color: #B25A2B;
  background: #FFE3D2;
}

.card-list .card-link .badge-gamer {
  color: #205C20;
  background: #D6F8D6;
}

.card-list .card-link .badge-editor {
  color: #856404;
  background: #fff3cd;
}

.card-list .card-link .card-title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  text-align: justify;
  margin-top: -20px;
}

.card-list .card-link .card-button {
  height: 35px;
  width: 35px;
  color: #5372F0;
  background: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #5372F0;
  transform: rotate(-45deg);
  transition: 0.4s ease;
  margin-left: -950px;
}

.card-list .card-link:hover .card-button {
  color: #fff;
  background: #5372F0;
}

.card-wrapper .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  opacity: 0.5;
  background: #5372F0;
}

.card-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}

.card-wrapper .swiper-slide-button {
  color: #5372F0;
  margin-top: -35px;
  /* border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color:#5372F0 ;
  font-size: 10px; */
}

/* Responsive media query code for small screens */
@media (max-width: 768px) {
  .card-wrapper {
    margin: 0 10px 25px;
  }
  .card-wrapper .swiper-slide-button {
    display: none;
  }
}

.card-list .card-link {
  display: flex;
  flex-direction: column; 
  justify-content: space-between; /* Ensure there's space between elements */
  height: 100%; /* Fill the height of the card */
  text-decoration: none; 
}

.card-list .card-link .card-image {
  width: 100%;
  height: 180px; /* Fixed height for images */
  border-radius: 10px;
  object-fit: cover;
}

.read-more-button {
  margin-top: -50px; 
  width: 90px;
  height: 40px;
  margin-left: 40px;
  color: #00569e;
  background: rgba(199, 220, 238, 0.2); /* Light transparent color */
  backdrop-filter: blur(10px); /* Glass effect */
  text-align: center !important;
  border: 1px solid #00569e;
  border-radius: 29px;
  font-family: "Switzer" !important;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
}

.read-more-button:hover {
  background-color: #00569e;
  color: white;
}

/* Style for card item */
.card-item {
  display: flex; 
  flex-direction: column; 
  height: auto; 
  margin: 10px; 
  border: 1px solid #eaeaea; 
  border-radius: 10px; 
  overflow: hidden; 
}

/* Other styles remain the same */


/* Ensuring all text starts on the same line */
.card-title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  text-align: left; 
  margin-top: 10px; 
  flex-grow: 1; 
}

.card-link .badge {
  margin-top: 10px; 
}


.card-list .card-link .badge {
  margin-top: 0;
}
.swiper-button-next.disabled,
.swiper-button-prev.disabled {
    opacity: 0.5; 
    pointer-events: none; 
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: -100%; 
  margin-top: -1px; 
}

.navbar-nav .nav-item:hover .fas {
  color: #007bff; 
}

.dropdown-menu .dropdown-item .fas {
  color: #555; 
  transition: color 0.3s ease-in-out;
}
.logo-container {
  padding: 40px 50px; 
  text-align: center; 
}

.logo-img {
  width: 200px;
  object-fit: fill;
}
