/* Figtree Regular */
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Figtree Medium */
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* Figtree SemiBold */
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* Figtree Bold */
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Figtree";
}

/* ================= NAVBAR ================= */
.navbar-nav.responsive-gap {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .navbar-nav.responsive-gap {
    gap: 3rem;
  }
}
.navbar-nav .nav-link {
  color: #646262;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.nav-link:focus {
  outline: none;
  box-shadow: none;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #263e62 !important;
  font-weight: bolder;
}
.navbar {
  transition: all 0.5s ease-in-out;
  top: 0;
  width: 100% !important;
  z-index: 999;
}
.navbar.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
}
.navbar-nav a {
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
.navbar-nav a:hover {
  transform: translateY(-3px);
}
.navbar-nav a::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #75bc1b;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}
.navbar-nav a:hover::before,
.navbar-nav .nav-link.active::before {
  transform: scaleY(1);
}

@media (max-width: 991px) {
  .navbar {
    transition: top 0.3s ease;
  }
  .navbar-nav a::before {
    height: 0px;
  }
}

/* ================= BUTTONS ================= */
.btn-primary {
  background-color: #263e62 !important;
  border: none;
}
.btn-primary:hover {
  background-color: #2d67be !important;
  border: none;
}
a.btn-primary,
a.btn-primary:visited,
a.btn-primary:focus,
a.btn-primary:active {
  color: #ffffff !important;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.btn-discuss {
  background-color: #014d4e !important;
  color: #ffffff !important;
  border-radius: 30px;
  padding: 12px 30px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
}
.btn-discuss:hover {
  background-color: #013737 !important;
}
.trial-btn {
  background-color: #263e62;
  color: white;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 25px;
  text-transform: uppercase;
}
.trial-btn:hover {
  background-color: #2d67be !important;
  border: none;
}
a.trial-btn,
a.trial-btn:visited,
a.trial-btn:focus,
a.trial-btn:active {
  color: #ffffff !important;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

/* ================= HOME PAGE / HERO ================= */
.bg-img,
.bg-img-2,
.bg-img-1 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
}
.bg-img {
  height: 100vh;
}

.bg-img::before,
.bg-img-2::before,
.bg-img-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.bg-img > *,
.bg-img-2 > *,
.bg-img-1 > * {
  position: relative;
  z-index: 3;
}

.Business-text {
  font-size: 3rem;
  font-weight: bold;
  color: antiquewhite;
}
.Business-span {
  font-size: 3rem;
  font-weight: bold;
  color: rgb(34, 140, 206);
}
.consultant-text {
  font-size: 3.7rem;
  font-weight: 500;
}
.consultant-text-1 {
  font-size: 2.7rem;
  font-weight: 400;
}
.consultant-desc {
  font-size: 1.5rem;
}
.solution-text {
  max-width: 370px;
  font-weight: 600;
  font-size: 2.5rem;
}
.solution-desc {
  font-size: 1.5rem;
}

.home-hero-section {
  height: 110vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.home-hero-content {
  position: relative;
  z-index: 2;
  color: white;
  max-width: 800px;
  text-align: left;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home-hero-small-title {
  font-size: 18px;
  margin-bottom: 16px;
}
.home-hero-heading-big {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 18px;
}
.home-highlight-green {
  color: #75bc1b;
  font-weight: 800;
}
.home-hero-description {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 480px;
}
.home-hero-btn {
  padding: 14px 38px;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid white;
  border-radius: 6px;
  color: white;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}
.home-hero-btn:hover {
  background: white;
  color: #000;
  transform: translateY(-3px);
}

/* ================= EXPERIENCE / SECTION ================= */
.Experience-text {
  font-size: 3.6rem;
  max-width: 500px;
  font-weight: bold;
  color: #fff;
}
.span-text-1 {
  color: #75bc1b;
}
.Experience-desc {
  color: #ffffff;
  max-width: 590px;
  padding-top: 25px;
  line-height: 1.5;
}
.trial-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 3rem;
  max-width: 500px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.trial-title {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #555;
  text-transform: uppercase;
}
.trial-headline {
  font-weight: 700;
  font-size: 1.8rem;
}
.trial-icon {
  color: #00cfff;
  font-size: 1.2rem;
  margin-right: 10px;
}
.trial-img {
  height: 40px;
  width: 40px;
  object-fit: contain;
}
.trial-subtitle {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

/* ================= ABOUT SECTION ================= */
.about-section,
.service-hero  {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9);
}

.about-content {
  position: absolute;
  top: 45%;
  left: 7.5%;
  transform: translateY(-50%);
  z-index: 2;
color: #ffffff;
}
.about-content h1 {
  font-size: 4rem;
  font-weight: bold;
}
.about-content p {
  font-size: 20px;
  color: #ffc107;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

/* ================= WHY CHOOSE / SERVICES GENERAL ================= */
.section-wrapper {
  padding: 105px 25px 60px 25px;
}
.whychooseus {
  padding: 80px 0 10px 0;
}
.stats-icon {
  font-size: 28px;
  color: #fbbf24;
}
.counter-img-icon {
  height: 35px;
  width: 35px;
  object-fit: cover;
}
.card-box {
  background-color: #f3f6f8;
  border-radius: 12px;
  padding: 30px 40px;
  transition: all 0.3s ease-in-out;
}
.card-box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.card-box img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

/* ================= HOME SERVICES CARDS ================= */
.left-padding {
  padding: 0 75px;
}
.top-padding {
  padding: 80px 75px 0;
}
.services-section.overlap-services {
  margin-top: -75px;
  position: relative;
  z-index: 10;
  padding-bottom: 80px;
}

.home-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 60px 40px;
  text-align: left;
  box-shadow: 0px 12px 34px rgba(0, 0, 0, 0.12);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
}
.home-card:hover {
  background: #cadefa;
  transform: translateY(-6px);
}
.service-icon img {
  width: 65px;
  margin-bottom: 28px;
}
.service-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.service-desc {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 28px;
  color: #1a1a1a;
}
.service-readmore {
  font-weight: 600;
  font-size: 16px;
  color: #1a1a1a !important;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  transition: 0.3s;
}
.service-readmore .arrow {
  transition: 0.3s;
}
.service-readmore:hover .arrow {
  transform: translateX(4px);
}

/* ================= EXPERTIZE SECTION ================= */
.expertize-section {
  padding: 80px 0;
}
.expertize-header {
  max-width: 700px;
  margin-bottom: 30px;
}
.expertize-small-title {
  color: #74b126;
  font-size: 20px;
  font-weight: 600;
}
.expertize-main-title {
  font-size: 38px;
  font-weight: 800;
  color: #222;
}
.expertize-main-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a4a;
  max-width: 650px;
  margin-top: 18px;
}
.expertize-cards {
  row-gap: 35px;
}
.expertize-card {
  padding: 35px 30px;
  border-radius: 10px;
  height: 100%;
}
.expertize-card-img {
  width: 70px;
  height: 70px;

  object-fit: cover;
  margin-bottom: 20px;
}
.expertize-card-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
.expertize-card-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #3d3d3d;
  margin: 0;
}

/* ================= SERVICE HERO ================= */


.service-hero-title {
  font-size: 58px;
  color: #ffffff;
  font-weight: 700;
}
.service-hero-content {
  z-index: 1;
}

/* ================= DRIBBBLE STYLE CARD ================= */
.service-card-block .service-card {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: 0.35s ease;
}
.service-card-block .service-card .thumb {
  width: 100%;
  height: 290px;
  background-size: cover;
  background-position: center;
  transition: 0.45s ease;
}
.service-card-block .service-card:hover .thumb {
  transform: scale(1.07);
}
.service-card-block .service-card .infos {
  position: absolute;
  left: 0;
  bottom: -285px;
  width: 100%;
  height: 360px;
  background: #ffffff;
  transition: all 0.85s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.service-card-block .service-card:hover .infos {
  bottom: 0;
}
.service-card-block .card-main-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.service-card-block .card-sub-title {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
}
.service-card-block .service-title-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.service-card-block .service-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.service-card-block .service-card .txt {
  opacity: 0;
  margin-bottom: 20px;
  transition: 0.45s 0.25s ease;
}
.service-card-block .service-card:hover .txt {
  opacity: 1;
}
.service-card-block .service-card .txt li {
  margin-bottom: 8px;
  font-size: 15px;
  list-style: disc;
  margin-left: 18px;
  color: rgba(21, 37, 54, 0.75);
}
.service-card-block .service-card .details {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 18px 25px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #75bc1b;
  opacity: 0;
  transition: 0.45s 0.25s ease;
}
.service-card-block .service-card:hover .details {
  opacity: 1;
}
@media (max-width: 991px) {
  .service-card-block .service-card {
    height: 340px;
  }
  .service-card-block .service-card .thumb {
    height: 250px;
  }
  .service-card-block .service-card .infos {
    height: 340px;
    bottom: -245px;
  }
}
@media (max-width: 767px) {
  .service-card-block .service-card {
    height: auto;
  }
  .service-card-block .service-card .infos {
    position: relative;
    bottom: 0;
    height: 340px;
  }
  .service-card-block .service-card .txt,
  .service-card-block .service-card .details {
    opacity: 1;
  }
  .service-card-block .service-card:hover .thumb,
  .service-card-block .service-card:hover {
    transform: none;
  }
}
@media (max-width: 480px) {
  .service-card-block .service-card .thumb {
    height: 200px;
  }
  .service-card-block .card-main-title {
    font-size: 17px;
  }
  .service-card-block .service-icon {
    width: 28px;
    height: 28px;
  }
  .service-card-block .details {
    font-size: 13px;
  }
}

/* ================= TESTIMONIALS ================= */
.testimonials-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 90px 0;
  position: relative;
  color: white;
  min-height: 600px;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 80px;
}
.testimonials-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.testimonials-section .container {
  position: relative;
  z-index: 2;
}
.sub-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 15px;
}
.main-title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 10px;
}
.desc {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 16px;
  opacity: 0.9;
  line-height: 1.6;
}

.testimonials-carousel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
}
.testimonials-carousel {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  gap: 30px;
  cursor: grab;
}
.testimonials-carousel:active {
  cursor: grabbing;
}
.testimonial-carousel-item {
  flex: 0 0 calc(33.333% - 20px);
  min-width: calc(33.333% - 20px);
}
.testimonial-card {
  background: #fff;
  color: #444;
  padding: 28px;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}
.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 38px rgba(0, 0, 0, 0.18);
}
.review-text {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
  flex-grow: 1;
}
.profile-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f0f0f0;
}

@media (max-width: 1024px) {
  .testimonial-carousel-item {
    flex: 0 0 calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .testimonials-section {
    padding: 60px 0;
    margin-top: 40px;
  }
  .testimonial-carousel-item {
    flex: 0 0 calc(100% - 10px);
  }
  .testimonials-carousel {
    gap: 20px;
  }
  .testimonial-card {
    padding: 20px;
  }
}

/* ================= TEAM SECTION ================= */
.team-section {
  padding: 60px 20px;
  text-align: center;
}
.team-member {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}
.team-member img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  transition: 0.3s ease;
}
.social-icons {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.team-member:hover .social-icons {
  opacity: 1;
}
.social-icons a img {
  width: 32px;
  height: 32px;
  transition: 0.3s ease-in-out;
}
.social-icons a img:hover {
  transform: scale(1.2);
}
.team-title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
  color: #111;
}
.team-position {
  color: #777;
  font-size: 14px;
}

/* ================= BLOG SECTION ================= */
.blog-top-label {
  font-size: 22px;
  font-weight: 700;
}
.blog-title {
  font-size: 40px;
  font-weight: 600;
  color: #171717;
}
.blog-description {
  color: #6b6b6b;
}
.blog-card {
  padding: 10px 20px;
}
.blog-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.blog-title-sm {
  font-size: 18px;
  font-weight: 600;
  color: #1e3e62;
}
.blog-short-text {
  font-size: 14.5px;
  color: #5f6d7a;
  min-height: 60px;
}
.blog-read-more {
  font-weight: 600;
  font-size: 15px;
  color: #2b74d4;
  text-decoration: none;
}

/* ================= FAQ SECTION ================= */
button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none !important;
  background: #cadefa !important;
}
.accordion-button {
  font-weight: 600 !important;
}
.accordion-button:not(.collapsed) {
  background: #cadefa !important;
  border-radius: 10px 10px 0 0;
}
.accordion-item {
  border: none !important;
}
.accordion-body {
  background: #cadefa;
  border-radius: 0 0 10px 10px;
}
.accordion-header {
  color: #111 !important;
}
.faq-title {
  font-weight: 700;
  padding-bottom: 20px;
}
.faq-img {
  border-radius: 12px;
}

/* ================= CONTACT SECTION ================= */
.contact-bg {
  background: url("../../assets/images/WhatsApp Image 2025-11-27 at 4.02.13 PM.jpeg");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
}

.contact-home-bg {
  padding: 80px 0 !important;
}
.contact-contact-bg {
  padding: 120px 0 !important;
}

.contact-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
.contact-info i {
  font-size: 22px;
  background: white;
  color: #00bcd4;
  border-radius: 50%;
  padding: 10px;
  margin-right: 15px;
}
.form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
}
.form-control:focus {
  border-color: #00bcd4;
  box-shadow: none;
}
.contact-form-wrapper input,
.contact-form-wrapper textarea {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  font-size: 15px;
}
.wpcf7-form-control.wpcf7-textarea {
  height: 160px !important;
  max-height: 160px;
  resize: none;
}
@media (max-width: 400px) {
  .wpcf7-form-control.wpcf7-textarea {
    height: 100px !important;
    max-height: 100px;
    resize: none;
  }
}
.btn-custom,
.contact-form-wrapper .btn-custom {
  background-color:  #263e62 !important;
  color: #fff;
  padding: 10px 25px;
  border: none;
  border-radius: 5px;
  width: 100%;
  transition: background-color 0.3s ease;
}
.btn-custom:hover,
.contact-form-wrapper .btn-custom:hover {
  background-color: #2d67be !important;
}
.contact-us-sub-desc {
  max-width: 245px;
}

/* ================= GLOBAL EXTRA ================= */
.service-img {
  height: 400px;
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.service-img-1 {
  height: 200px;
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}
.img-group img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.img-overlap {
  margin-top: -60px;
  margin-left: 40px;
  max-width: 85%;
  position: relative;
  z-index: 1;
}
.testimonial-box {
  background: #fff;
  border-radius: 40px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
  gap: 20px;
}
.testimonial-user img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.quote-icon {
  font-size: 30px;
  color: #fbbf24;
  position: absolute;
  top: -10px;
  left: -10px;
}
.testimonial-content {
  flex: 1;
  padding: 0 20px;
}
.testimonial-text {
  color: #6b7280;
  margin-bottom: 0;
}
.testimonial-name {
  font-weight: 600;
  color: #111827;
}
.testimonial-role {
  color: #6b7280;
}
.testimonial-nav {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: flex;
  gap: 10px;
  z-index: 2;
}
.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background: #f3f4f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #e5e7eb;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.team-section {
  padding: 60px 20px;
  text-align: center;
}

.page {
  margin: 0 !important;
}
.financialcard-1 {
  display: flex !important;
  flex-direction: column;
  text-align: center;
}

/* ================= RESPONSIVE GLOBAL ================= */
@media (max-width: 768px) {
  .home-hero-section {
    height: auto;
    padding: 70px 0;
  }

  .home-hero-content {
    padding-top: 45px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }
  .home-hero-heading-big {
    font-size: 36px;
  }
  .left-padding {
    padding: 0 35px !important;
  }
  .top-padding {
    padding: 50px 35px 0 !important;
  }
  .expertize-section {
    padding: 50px 0 !important;
  }
  .blog-title {
    font-size: 32px !important;
  }
}
@media (max-width: 576px) {
  .services-section.overlap-services {
    margin-top: 0;
  }
  .home-card {
    margin-bottom: 25px;
  }
  .left-padding {
    padding: 0 20px !important;
  }
  .top-padding {
    padding: 30px 20px 0 !important;
  }
  .expertize-section {
    padding: 30px 0;
  }
}

.card {
  background: #f4f4f4;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.card:hover {
  background: #ffffff;
  border-color: #e2e2e2;
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.ms-2.font-weight-semibold.text-decoration-none.color-white {
  color: #0d6efd;
  transition: 0.3s ease;
}

.ms-2.font-weight-semibold.text-decoration-none.color-white:hover {
  color: #ffffff !important;
}
.ms-2.font-weight-semibold.text-decoration-none.color-white:focus,
.ms-2.font-weight-semibold.text-decoration-none.color-white:active {
  outline: none !important;
  box-shadow: none !important;
}
