@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");
body,
html {
  overflow-x: hidden;
}

.text1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@font-face {
  font-family: "Montserrat";
  src: url("../../Montserrat-Italic-VariableFont_wght.ttf");
  src: url("../../Montserrat-VariableFont_wght.ttf");
  font-weight: normal;
  font-style: normal;
}

/* Add these styles to your existing CSS or create a new stylesheet */

/* Add these styles to your existing CSS or create a new stylesheet */
.d-block {
  object-fit: cover;
  object-position: top center;
  height: 100vh;
}

.carousel-indicators-square {
  position: absolute;
  bottom: 10px; /* Adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.carousel-indicators-square button {
  width: 10px; /* Adjust width */
  height: 10px; /* Adjust height */
  border-radius: 0; /* Square indicators */
  background-color: #aaa; /* Inactive indicator color */
  border: 1px solid #555; /* Inactive indicator border */
  margin: 0 3px; /* Space between indicators */
}

.carousel-indicators-square .active {
  background-color: #007bff; /* Active indicator color */
  border-color: #007bff; /* Active indicator border color */
}

.carousel-control-next {
  display: none;
}


.read {
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: left;
  background-color: transparent; /* or background-color: rgba(0, 0, 0, 0); */
  padding: 2px 20px 2px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none !important;
  position: absolute;
  left: 14px; /* Adjust the left position as needed */
  top: 150px;

  transform: translateY(-50%);
}
.read:hover {
  background-color: #1f74b4;
  color: #fff;
  border-color: #1f74b4;
}

.carousel-item-custom {
  object-fit: cover;
  object-position: center top;
  margin-top: -50px;
  height: 100vh;
}

.container {
  padding: 20px;
}

.card {
  position: relative;
  top: 15px;
  overflow: hidden;
}
.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.card:hover .card-img {
  transform: scale(1.1); /* Zoom in effect */
}
.card-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  color: white;
  z-index: 1;
}

.card-title {
  font-size: 21px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #1b1b1b;
  margin-bottom: 25px !important;
}

.card-text {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #f0f0f0;
  margin-bottom: 20px;
  line-height: 1.5;
}

.card-icon {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.card-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  flex-grow: 1;
}
.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.carousel-item {
  position: relative;
}
.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
  z-index: 1; /* Ensure the overlay sits above the image but below the text */
}

.carousel-caption {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff !important; 
  z-index: 2;
}

.carousel-caption .carousel-heading {
  font-size: 2rem;
  font-weight: bold;
}

.carousel-caption .carousel-text {
  font-size: 1rem;
  margin-top: 1rem;
}


footer {
  color: #333;
  padding-top: 20px;
}
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;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  color: #1a73e8;
  margin-bottom: 20px;
  font-size: 20px;
  margin-left: 50px;
}

/* Sidebar Styles */
.sidebar {
  height: 100vh;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  background-color: #003366; 
  position: sticky;
  top: 0;
}

.sidebar h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff;
}

.sidebar-item {
  font-weight: 500;
  color: #d1d1d1;
  padding: 12px 20px;
  margin-bottom: 8px;
  border-radius: 0;
  text-decoration: none;
  width: 280px;
  list-style-type: none; /* This removes the list bullets */

}

.sidebar-item.active, .sidebar-item:hover {
  background-color: #1064d2;
  width: 280px;
  color: white;
  border-radius: 0;
}

/* Content Styles */
.content {
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-left: 50px; /* No margin to the left to remove gaps */
}

.content p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-left: 50px;
}


ul.list-unstyled li {
  margin-bottom: 10px;
}

ul.list-unstyled a {
  color: #1a73e8;
  text-decoration: none;
  font-weight: 500;
}

ul.list-unstyled a:hover {
  text-decoration: underline;
}

.explore-link:hover {
  background-color: #155ab7;
  color: #fff;
}
/* Define CSS variables for colors and transition */
.card-container {
  display: flex; 
  flex-wrap: wrap; 
  justify-content: center;
}

.card {
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: var(--white);
  width: 320px; 
  height: 300px; 
  margin: 1rem; 
  display: flex; 
  flex-direction: column; 
}

.card-img {
  width: 100%; 
  height: 300px; 
  object-fit: cover; 
}

.card-content {
  padding: 1rem;
  display: flex; 
  flex-direction: column; 
  flex-grow: 1; 
}

.card-title {
  font-size: 21px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 1rem;
}

.card-actions {
  display: flex;
  justify-content: center; 
  margin-bottom: 1rem;
  }

.card-actions .learn-more .button-text {
  padding: 10px 25px;
  color: #00569e;
  background: rgba(199, 220, 238, 0.2); 
  backdrop-filter: blur(10px); 
  text-align: center;
  border: 1px solid #00569e;
  border-radius: 29px;
  font-family: "Montserrat", sans-serif;
  font-weight:600;
  font-size: 14px; 
  display: inline-block;
  margin-right: 150px;
  margin-top:-30px;
}

.card-actions .learn-more:hover .button-text {
  background-color: #00569e;
  color: white;
}

.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%);
}

.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;
}