@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;
}

/* .safety-image {
  max-width: 2000px;
  height: 548px;
  margin-left: -100px;
} */


.mission-vision-values {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    background-color: #f4f4f4;
}

.card {
    width: 50%; 
    background-color: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 0 8px; 
}

.mission-vision-values {
    display: flex;
    justify-content: space-between; /* Ensure space between cards */
    padding: 40px;
    background-color: #f4f4f4;
}

.card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
/* .card img:hover {
    transform: scale(1.1);
} */

.card h2 {
    color: #3f67af !important;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}

.card p {
    font-size: 14px;
    color: #555;
    text-align: justify;
    font-family: "Poppins", sans-serif;
}


.safety {
  font-family: "poppins" sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #898989 !important;
  text-align: justify;
}
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;
}
.mission-vision-values {
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-between; 
  margin-top: 60px;
}
.card {
  flex: 1 1 30%; 
  margin: 10px; 
  max-width: 700px; 
  text-align: center; 
}
.card img {
  width: 100%; 
  height: auto; }

@media (max-width: 768px) {
  .navbar .nav-link {
      font-size: 16px; /* Adjust font size */
  }
  .signup-button {
      width: 80px; /* Adjust button size */
  }
  .card {
      flex: 1 1 100%; /* Full width on small screens */
      max-width: none; 
  }
}

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #F2F6F5;
  color: #333;
}

.header {
  background-color: #007BFF;
  padding: 20px 0;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.main-title {
  font-size: 2.5em;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* Adjust split-content layout */
.split-content {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  margin-bottom: 40px;
}

/* Modify the image container */
.left-image {
  flex: 1; 
  max-width: 45%; 
  display: flex;
  justify-content: center; 
  padding-right: 20px; 
}

.left-image img {
  width: 100%; 
  max-width: 100%;
  height: auto;
  object-fit: cover; 
}

/* Ensure text occupies remaining space */
.right-text {
  flex: 1;
  max-width: 50%;
}

.highlighted-title {
  font-size: 2em;
  color: #1a73e8;
  margin-bottom: 15px;
}

.content-text {
  font-size: 1.1em;
  color: #555;
  line-height: 1.8;
}

/* Adjust layout for smaller screens */
@media (max-width: 768px) {
  .split-content {
      flex-direction: column; /* Stack image and text */
      text-align: center;
  }

  .left-image {
      padding-right: 0; 
      max-width: 80%; 
      margin-bottom: 20px; 
  }

  .right-text {
      max-width: 100%;
  }
}


.section-content {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

.subsection-title {
  font-size: 1.7em;
  color: #0056b3;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #007BFF;
  padding-bottom: 5px;
}

.subsection-content {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
  padding-left: 10px;
  border-left: 3px solid #007BFF;
}
/* Modern Heading Styling */
.highlighted-title {
  font-family: 'Poppins', sans-serif; 
  font-size: 2.2em;
  font-weight: 600;
  color: #333; 
  text-align: left; 
  margin-bottom: 20px;
  position: relative; 
  padding-left: 10px; 
  border-left: 5px solid #ff5722; 
}

/* Adding a subtle fade-in effect */
.highlighted-title::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 5px;
  background: linear-gradient(180deg, #ff5722, #ff9800); 
  left: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease-in-out;
}

/* Hover effect for more interaction */
.highlighted-title:hover::before {
  transform: scaleY(1); 
}

/* Mobile responsive heading size */
@media (max-width: 768px) {
  .highlighted-title {
      font-size: 1.8em; 
  }
}
:root {
  --primary-color: #000;
  --secondary-color: #888;
}

.main-content {
  position: relative;
  background: #eee;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.swiper-container-wrapper--timeline .swiper-slide {
  display: flex;
  min-height: 300px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: transparent; /* Removed background color */
}

.swiper-container-wrapper--timeline .swiper-slide .container {
  padding: 0;
  width: 100%;
}

.swiper-container-wrapper--timeline .swiper-slide .title {
  font-size: 18px;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}

.swiper-container-wrapper--timeline .swiper-slide.swiper-slide-active .title {
  opacity: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar {
  position: relative;
  margin-bottom: 70px;
  background-color: transparent;
  height: 4px;
  border-bottom: 1px solid var(--secondary-color);
  width: 75%;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--primary-color);
  height: 3px;
  top: 2px;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar::before {
  position: absolute;
  top: 2px;
  left: -100%;
  width: 100%;
  height: 3px;
  background-color: var(--primary-color);
  content: "";
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar::after {
  position: absolute;
  top: 3px;
  right: -100%;
  width: 100%;
  height: 1px;
  background-color: var(--secondary-color);
  content: "";
}

.swiper-container-wrapper--timeline .swiper-pagination-custom {
  position: relative;
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  display: flex;
  line-height: 1.66;
  bottom: 0;
  z-index: 11;
  width: 75%;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: block;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
  position: absolute;
  font-weight: 400;
  right: 0;
  transform: translateX(50%);
  transition: 0.2s all ease-in-out;
  cursor: pointer;
  z-index: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title::after {
  position: absolute;
  top: calc(100% + 19px);
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  border-radius: 2rem;
  content: "";
  transition: 0.2s all ease-in-out;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
  font-weight: 400;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title::after {
  background: var(--primary-color);
  width: 25px;
  height: 25px;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title {
  color: var(--secondary-color);
  font-weight: 16px;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title::after {
  background: var(--secondary-color);
}

.swiper-container-wrapper--timeline .swiper-slide {
  background: transparent; /* Ensure the background is transparent */
  border-radius: 10px; 
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.swiper-container-wrapper--timeline .swiper-slide:hover {
  transform: scale(1.05); 
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); 
}

.swiper-container-wrapper--timeline .swiper-slide .content-wrapper {
  display: flex;
  flex-direction: column; 
  align-items: flex-start; 
  padding: 20px; 
  text-align: left; 
}

.swiper-container-wrapper--timeline .swiper-slide .title {
  font-size: 24px; 
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--primary-color); 
  text-transform: uppercase;
  letter-spacing: 1px; 
  position: relative; 
}

.swiper-container-wrapper--timeline .swiper-slide .title::after {
  content: ""; 
  display: block;
  width: 50px; 
  height: 4px; 
  background: var(--secondary-color); 
  margin-top: 5px; 
}

.swiper-container-wrapper--timeline .swiper-slide .info-list {
  list-style: none;
  padding: 0; 
  margin: 0; 
}

.swiper-container-wrapper--timeline .swiper-slide .info-list li {
  font-size: 16px; 
  margin-bottom: 8px; 
  position: relative; 
  padding-left: 20px; 
  transition: color 0.3s ease; 
}

.swiper-container-wrapper--timeline .swiper-slide .info-list li:hover {
  color: var(--primary-color); 
}

.swiper-container-wrapper--timeline .swiper-slide .info-list li::before {
  content: ""; 
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); 
  width: 8px; 
  height: 8px; 
  background-color: var(--primary-color);
  border-radius: 50%; 
}