* {
  box-sizing: border-box;
  font-family: "poppins", sans-serif;
}

/* NAVBAR */

.nav-links li a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
}
.navbar-nav .nav-item a {
  color: #04346a;
}
.nav-links li a:hover {
  color: #04346a;
}
.navbar {
  background: #ffffff;
  padding: 8px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.nav-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
}

/* LOGO */
.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 75px;
  width: auto;
  display: block;
  object-fit: cover;
}
.text-left a:hover {
  color: #0a0127 !important;
  text-decoration: underline !important;
  transform: translateX(5px);
}

/* NAV LINKS */
.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 600;
  font-size: 18px;
  color: #0556b2;
}

.nav-links li {
  cursor: pointer;
}
/* Contact Media Box */
.contact-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 14px;
  border-radius: 8px;
  background: #f8f9fa;
  transition: all 0.3s ease;
}

.contact-box .item-icon {
  width: 40px;
  height: 40px;
  background: #04346a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  transition: 0.3s;
}

.contact-box .item-label {
  font-size: 12px;
  color: #666;
  font-weight: 500;
  line-height: 1;
}

.contact-box .item-number a {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
}

.contact-box:hover {
  background: #04346a;
  transform: translateY(-2px);
}

.contact-box:hover .item-icon {
  background: #fff;
  color: #0d6efd;
}

.contact-box:hover .item-label,
.contact-box:hover .item-number a {
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-box {
    margin-top: 10px;
    width: 100%;
  }
}

.hero {
  background: url("assets/bg.png") center/cover no-repeat;
  height: 700px;
  position: relative;
  display: flex;
  align-items: center;
  color: white;
}

.overlay {
  position: absolute;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: relative;
  max-width: 600px;
}

.hero h1 {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 600;
}
.hero p {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 400;
}

.primary-btn {
  background: white;
  color: #04346a;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
}
.sub-banner {
  width: 100%;
  height: 250px;
  background: url("assets/subbaneer.jpg") center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.sub-banner-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 40, 85, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sub-banner h1 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 600;
}

.breadcrumb {
  color: #fff;
  font-size: 16px;
}

.breadcrumb a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #fff;
}

/* ABOUT SECTION */
.about {
  background: #f5faff;
  position: relative;
}

.about-content {
  color: white;
}

.about {
  padding: 80px 0;
}

.about-flex {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

/* IMAGE SIDE */

.about-img {
  height: 450px;
  width: 800px;
  overflow: hidden;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT SIDE */

.about-content {
  color: #ffffff;

  height: 450px;
  padding: 19px 40px;
}

.about-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #04346a;
}

.about-content p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #525263;
}

.abt-btn {
  background: #04346a;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 50px;
  text-decoration: none;
}

/* Services */
.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  padding: 20px 10px;
  min-width: 220px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 999;
}

.dropdown-menu li {
  padding: 5px 20px;
}

.dropdown-menu li a {
  color: #0556b2;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.dropdown-menu li:hover {
  background: #f5f5f5;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
.section-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #04346a;
  padding: 60px;
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* CARD */
.service-card {
  background: #ffffff;
  padding: 40px 30px;
  border: 1px solid #0f0f6d;
  border-radius: 10px;
  position: relative;
  min-height: 250px;
  transition: all 0.4s ease;
  padding: 20px;
}

.service-card:hover {
  background: linear-gradient(135deg, #044997, #378ced6e);
  transform: translateY(-8px);
}

.service-card:hover h3,
.service-card:hover p,
.service-card:hover a {
  color: #fff;
}

/* FIRST CARD ACTIVE */
.service-card.active {
  background: linear-gradient(135deg, #044997, #378ced6e);
  color: #ffffff;
  border: none;
  border-radius: 10px;
}

/* ICON */
.service-card img {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 97px;
  transition: 0.4s ease;
  padding: 10px;
}

.service-card:hover img {
  filter: brightness(0) invert(1);
}

/* TITLE */
.service-card h3 {
  font-size: 21px;
  margin-bottom: 15px;
  font-weight: 600;
  margin-top: 40px;
  color: #04346a;
}

.service-card.active h3 {
  color: #ffffff;
}

/* TEXT */
.service-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 40px;
}

.service-card.active p {
  color: #f1f1f1;
}

/* BUTTON */
.read-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #04346a;
  color: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
}

.service-card.active .read-btn {
  background: #04346a;
}

/* HOW IT WORKS */

.how {
  background: #f5faff;
  text-align: center;
  margin-top: 80px;
  padding: 80px 15px;
}
.how h2 {
  font-size: 40px;
  font-weight: 700;
  color: #04346a;
  margin-bottom: 50px;
  margin-top: -29px;
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 150px;
  margin-top: 30px;
}
.how-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.how-card {
  padding: 40px 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, #0f2f8f, #3e61b8);
  color: #fff;
  position: relative;
}
.how-card {
  position: relative;
  padding-top: 50px;
}

/* Common Circle Style */
.how-card::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: #a9bdeb;
  color: #0a0127;
  font-weight: 600;
  font-size: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Individual Numbers */
.how-card:nth-child(1)::before {
  content: "1";
}

.how-card:nth-child(2)::before {
  content: "2";
}

.how-card:nth-child(3)::before {
  content: "3";
}

/* Heading */
.how-card h3 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 15px;
}

/* Paragraph */
.how-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #cfd8ff;
}

.how-card img {
  width: 40px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  filter: brightness(0) invert(1);
}
.how-card {
  transition: all 0.4s ease;
}

/* Hover Effect */
.how-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #0c2a80, #2f55b0);
}

/* Icon subtle animation */
.how-card img {
  transition: all 0.4s ease;
}

.how-card:hover img {
  transform: scale(1.15) rotate(5deg);
}

/* TESTIMONIAL */
.testimonial-section {
  padding: 80px 0;
  background: #f4f6fa;
  text-align: center;
}

/* .swiper {
  width: 90%;
  margin: auto;
  padding-bottom: 50px;
} */
/* 
.swiper-wrapper {
  transition-timing-function: linear !important;
} */

.swiper-slide {
  width: 400px;
  display: flex;
  justify-content: center;
}

.test-card {
  width: 300px;
  height: 280px;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.test-card img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.test-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: blue;
}

.test-card p {
  font-size: 14px;
  color: #555;
}

.testimonial {
  padding: 80px 0;
  text-align: center;
}

.testimonial h2 {
  font-size: 40px;
  font-weight: 700;
  color: #04346a;
}

.test-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.test-card {
  background: linear-gradient(#3aaed8, #3f51b5);
  color: white;
  padding: 30px;
  border-radius: 15px;
}

/* CONTACT */
.contact {
  position: relative;
  padding: 80px 0;
  background: url("assets/background1.jpg") left center/cover no-repeat;
  overflow: hidden;
}

/* Blue Overlay using ::before */
.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(25, 48, 105, 0.7);
  z-index: 1;
}

.contact > * {
  position: relative;
  z-index: 2;
}
.container {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.contact-flex {
  max-width: 1200px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin: 0 auto;
}

/* LEFT SIDE (Contact Info) */
.contact-info {
  max-width: 500px;
  width: 100%;
  height: 500px;
}

.contact-info h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.contact-info p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.7;
  color: #ffffff;
}

.contact-info i {
  width: 40px;
  height: 40px;
  background: #04346a;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-right: 12px;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* RIGHT SIDE FORM CARD */
.contact-form {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.contact-form h3 {
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #04346a;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 15px;
  margin-bottom: 18px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #04346a;
}

.contact-form textarea {
  height: 120px;
  resize: none;
}

/* Button */
.contact-form button {
  background: #04346a;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

/* TESTIMONIAL */
.testimonial {
  padding: 80px 0;
  background: #f8f9fb;
  text-align: center;
}

.swiper {
  padding: 60px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.test-card {
  width: 300px; /* keep your size */
  height: 300px; /* keep your size */
  padding: 30px 25px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  transition: 0.4s ease;
  opacity: 0.5;
  transform: scale(0.9);
}

/* Center Active Card */
.swiper-slide-active .test-card {
  opacity: 1;
  transform: scale(1);
}

.stars {
  color: #f4b400;
  font-size: 18px;
}

.slider-dots {
  text-align: center;
  margin-top: 30px;
}

.dot {
  height: 12px;
  width: 12px;
  margin: 0 6px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
}

.dot.active {
  background-color: #00bfff;
  transform: scale(1.2);
}

.dot:hover {
  background-color: #00bfff;
}

.testimonial {
  padding: 80px 0;
  display: flex;
  justify-content: center;
}

.testimonial .container {
  backdrop-filter: blur(12px);
  padding: 30px 40px;
  border-radius: 25px;
  text-align: center;
}

.testimonial h2 {
  font-size: 40px;
  font-weight: 700;
}

/* Center Active Card */
.test-card.active {
  opacity: 1;
  transform: scale(1);
}

/* Card Design */
.test-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 20px;
  width: 300px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.3s ease;
  border: 1px solid #0f0f6d;
}

.test-card:hover {
  transform: translateY(-10px);
}

/* Profile Image (Auto Circle Placeholder) */
.test-card::before {
  content: "";
  width: 90px;
  height: 90px;
  background: url("https://randomuser.me/api/portraits/men/32.jpg") center/cover;
  border-radius: 50%;
  display: block;
  margin: -70px auto 20px;
  border: 6px solid #f0f4f8;
}

/* Name */
.test-card h4 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #04346a;
}

/* Review Text */
.test-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

/* Stars */
.stars {
  color: #f4b400;
  font-size: 18px;
}
.slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.test-grid {
  display: flex;
  gap: 30px;
  transition: transform 0.6s ease;
}

.test-card {
  opacity: 0.4;
  transform: scale(0.85);
  transition: 0.5s ease;
}

.test-card.active {
  opacity: 1;
  transform: scale(1);
}

/* Arrows */
.nav {
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.prev {
  left: -40px;
}
.next {
  right: -40px;
}

/* FOOTER */

.company-name {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.company-desc {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
  color: #ccc; 
}

.company-header {
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.footer-logo {
  width: 60px;
  margin-top: 2px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a li {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links li a:hover {
  border-bottom: 1px solid #fff;
  transform: translate(-5px);
}

.footer h3 i {
  margin-right: 3px;
  color: #0044ff;
}

.follow-us {
  margin-top: 15px;
}

.follow-us a {
  margin-right: 10px;
  color: white;
  font-size: 16px;
}
.footer-links li,
.company-info-list li {
  margin-bottom: 8px;
}

.footer-links li i {
  font-size: 10px;
  margin-right: 15px;
}
.footer-links li {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer-links li:hover {
  color: #00bfff;
  transform: translateX(5px);
}

.contact-info i,
.footer-grid i {
  margin-right: 8px;
  color: #ffffff;
}
.footer {
  background: linear-gradient(135deg, #0f2f8f, #3e61b8);
  color: white;
  padding: 40px 0;
}
.footer h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 8px;
}

.footer p {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #04346a;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: 0.3s ease;
}
.follow-us h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
}
.social-icons {
  display: flex;
  gap: 15px;
}

.social-icon:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.copyright {
  margin-left: 300px;
  font-size: 12px;
  margin-top: 30px;
}
/* NEW CSS */

.ct-testimonial-section {
  padding: 80px 0;
  background: #f9fafb;
}

.ct-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.ct-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.ct-title {
  font-size: 32px;
  font-weight: 700;
}

.ct-nav {
  display: flex;
  gap: 15px;
}

.ct-prev,
.ct-next {
  width: 45px;
  height: 45px;
  background: #111;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.ct-prev:hover,
.ct-next:hover {
  background: #ff4d4d;
}

.ct-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.ct-card p {
  margin-bottom: 20px;
  color: #555;
}

.ct-client {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ct-client img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.vision {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #04346a;
}

/* Responsive */
@media (max-width: 992px) {
  .ct-title {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .ct-header {
    flex-direction: column;
    gap: 20px;
  }
}
.ct-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* ================= RESPONSIVE ================= */

/* ============================= */
/* ✅ RESPONSIVE DESIGN START */
/* ============================= */

/* Large Screens Adjustment */
@media (max-width: 1200px) {
  .container {
    width: 95%;
  }
}

/* ============================= */
/* ✅ TABLET VIEW (992px) */
/* ============================= */

/* Desktop Hover */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* Mobile Style */
@media (max-width: 991px) {
  .nav-links {
    flex-direction: column;
  }

  .dropdown-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    transform: none;
    display: none;
    opacity: 1;
    visibility: visible;
  }

  .dropdown-menu.active {
    display: block;
  }
}

@media (max-width: 992px) {
  /* NAVBAR */
  .nav-links {
    gap: 20px;
    font-size: 16px;
  }

  /* HERO */
  .hero {
    height: auto;
    padding: 100px 0;
    text-align: center;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero h1 {
    font-size: 36px;
  }

  /* ABOUT */
  .about-flex {
    flex-direction: column;
  }

  .about-img,
  .about-content {
    width: 100%;
  }

  .about-content {
    padding: 50px 30px;
  }

  /* SERVICES */
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* HOW IT WORK */
  .how-grid {
    flex-direction: column;
    gap: 60px;
  }

  .how-grid::before {
    display: none;
  }

  .how-card:nth-child(2)::before,
  .how-card:nth-child(3)::before {
    left: 50%;
    top: -35px;
    transform: translateX(-50%);
  }

  /* CONTACT */
  .contact-flex {
    flex-direction: column;
    gap: 40px;
  }

  .contact::before {
    width: 100%;
    height: 35%;
  }

  .contact-info p {
    line-height: 2;
  }

  /* TESTIMONIAL */
  .test-grid {
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }

  /* FOOTER */
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

/* ============================= */
/* ✅ MOBILE VIEW (576px) */
/* ============================= */

@media (max-width: 576px) {
  /* NAVBAR */
  .nav-links {
    display: none;
  }

  .logo img {
    height: 60px;
  }

  /* HERO */
  .hero h1 {
    font-size: 28px;
  }

  .hero p {
    font-size: 16px;
  }

  .primary-btn {
    font-size: 16px;
  }

  /* ABOUT */
  .about-content h2 {
    font-size: 28px;
  }

  .about-content p {
    font-size: 16px;
    line-height: 1.8;
  }

  /* SERVICES */
  .services-grid {
    grid-template-columns: 1fr;
  }

  /* HOW */
  .how h2 {
    font-size: 28px;
  }

  .how-card {
    padding: 30px 20px;
  }

  /* CONTACT */
  .contact-info h2,
  .contact-form h3 {
    font-size: 26px;
  }

  .contact-form {
    padding: 30px 20px;
  }

  /* TESTIMONIAL */
  .testimonial h2 {
    font-size: 28px;
  }

  .test-card {
    width: 100%;
  }

  /* FOOTER */
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .copyright {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .how-card::after {
    display: none;
  }
}
@media (max-width: 1000px) {
  .footer {
    background: #0556b2;
    color: white;
    padding: 40px 40px;
  }
}

/* ============================= */
/* ✅ RESPONSIVE DESIGN END */
/* ============================= */
.about-section {
  background: #f8f9fa;
  z-index: -1;
}

.about-img {
  max-width: 90%;
}

.about-list {
  list-style: none;
  padding-left: 0;
}

.about-list li {
  padding: 8px 0;
  position: relative;
  padding-left: 25px;
}

.about-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #04346a;
  font-weight: bold;
}

.vision-box {
  height: 180px;
  background: #fff;
  border-left: 5px solid #04346a;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.mission-box {
  height: 180px;
  background: #fff;
  border-left: 5px solid #04346a;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
