@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
body {
  font-family: "Lexend", sans-serif !important;
}

.head {
  color: #020202;
  font-size: 46px;
  font-weight: 700;
  position: relative;
}
@media (max-width: 575.98px) {
  .head {
    font-size: 24px;
  }
}
.head::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #f5d9d9;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.form-control {
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
  border-color: #cc203a;
}

.red-color {
  color: #cc203a;
}

.red-title {
  color: #a0192d;
  font-weight: 600;
}

.red-border-top {
  border-top: 4px solid #a0192d;
}

.btn.btn-main {
  background-color: #cc203a;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  padding: 6px 15px;
  transition: all 0.3s ease;
  padding: 6px 15px;
}
.btn.btn-main:hover {
  background-color: #a0192d;
  color: #ffffff;
}

.btn-blue {
  background: #1b3752;
  color: #ffffff;
}
.btn-blue:hover {
  background-color: black;
  color: #ffffff;
}

.text-blue {
  color: #1b3752;
}

.para-text p {
  color: #020202;
  font-size: 18px;
  font-weight: 300;
}
.para-text span {
  color: #020202;
  font-size: 16px;
  font-weight: normal;
}

.link-black-red {
  color: #020202;
}
.link-black-red:hover {
  color: #ffffff;
  background-color: #cc203a;
}

.hover-border-red:hover {
  border-color: #cc203a;
}

.top a.nav-link {
  color: #020202;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .top a.nav-link {
    font-size: 12px;
  }
}
.top a.nav-link:hover {
  color: #cc203a;
}
.top .hotline {
  background-color: #faf8f8;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 4px 9px !important;
}
.top .hotline .call {
  max-width: 30px;
}
@media (max-width: 575.98px) {
  .top .hotline {
    background: transparent;
    border: none;
    padding: 0 !important;
  }
}

.top-mobile {
  background: #cc203a;
  color: #ffffff;
}
.top-mobile .nav-link {
  font-weight: 300;
}
.top-mobile path {
  fill: white;
}

.dropdown:hover .dropdown-menu {
  display: block;
  z-index: 2000 !important;
}

.dropdown-menu {
  color: #020202;
  font-size: 16px;
  font-weight: 300;
  background-color: #faf8f8;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
}
.dropdown-menu a,
.dropdown-menu .dropdown-item {
  color: #020202;
  padding: 8px 16px;
  transition: all 0.3s ease;
}
.dropdown-menu a:hover,
.dropdown-menu .dropdown-item:hover {
  color: #cc203a;
  background-color: rgba(204, 32, 58, 0.1);
}

.navbar-nav .nav-link {
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .navbar-nav .nav-link {
    font-size: 16px;
  }
}

.hero {
  background: url("../img/hero-bg.webp");
  background-size: cover;
  background-position: center;
  border-radius: 0 0 100px 100px;
  border-bottom: 1px solid #e3e3e3;
}
.hero h1 {
  color: #1c3752;
  font-size: 80px;
  font-weight: 600;
}
.hero h1 span {
  color: #cc203a;
  background: #f5d9d9;
  padding: 0 20px;
}
@media (max-width: 575.98px) {
  .hero h1 {
    font-size: 28px;
  }
}
.hero .content-row {
  position: relative;
}
.hero .content-row .owl-nav {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
}
.hero .content-row .owl-nav .owl-next:hover,
.hero .content-row .owl-nav .owl-prev:hover {
  background-color: transparent;
}
@media (max-width: 575.98px) {
  .hero .content-row .owl-nav {
    top: 40%;
  }
}
.hero .content-row .owl-nav .owl-next {
  position: absolute;
  right: -50px;
}
@media (max-width: 575.98px) {
  .hero .content-row .owl-nav .owl-next {
    right: 0;
  }
}
.hero .content-row .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
}
@media (max-width: 575.98px) {
  .hero .content-row .owl-nav .owl-prev {
    left: 2px;
  }
}

.about .head {
  color: #020202;
  font-size: 40px;
  font-weight: 500;
  line-height: 116.87%;
  letter-spacing: -0.03em;
}
.about .head::after {
  display: none;
}
@media (max-width: 575.98px) {
  .about .head {
    font-size: 24px;
  }
}
.about .text {
  color: #020202;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}
@media (max-width: 575.98px) {
  .about .text {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
  }
}
.about .points p {
  color: #020202;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .about .points p {
    font-size: 14px;
  }
}

.network .credit {
  color: #020202;
  font-size: 38.5px;
  font-weight: 500;
  margin-top: -30px;
}
@media (max-width: 575.98px) {
  .network .credit {
    font-size: 20px;
    margin-top: 0px;
  }
}
.network .green-bg span {
  padding: 8px 13px;
  background: #63d047;
  border-radius: 8px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .network .green-bg span {
    font-size: 12px;
  }
}
.network .content {
  background: #cc203a;
  padding: 20px;
  border-radius: 8px;
}
.network .content .border-col {
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 575.98px) {
  .network .content .border-col {
    border-left: none !important;
    border-bottom: 1px solid #e0e0e0;
  }
}
.network .content .num {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .network .content .num {
    font-size: 18px;
  }
}
.network .content .info {
  color: #841313;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .network .content .info {
    font-size: 14px;
  }
}

.blog {
  background: #f2f2f2;
}
.blog .blog-card {
  background: #ffffff;
  box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.blog .blog-card .badge-red {
  background: #cc203a;
  color: #ffffff;
  padding: 3px 6px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
.blog .blog-card .date {
  color: #020202;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}
.blog .blog-card .title {
  color: #020202;
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .blog .blog-card .title {
    font-size: 18px;
  }
}
.blog .owl-next:hover,
.blog .owl-prev:hover {
  background-color: transparent !important;
}

.faq .head {
  color: #020202;
  font-size: 64px;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .faq .head {
    font-size: 24px;
  }
}
.faq .accordion-button {
  background: #fff;
  box-shadow: none;
  color: #020202;
  font-size: 24px;
  font-weight: 300;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .faq .accordion-button {
    font-size: 20px;
  }
}
.faq .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.faq .accordion-button:not(.collapsed) {
  color: #cc203a !important;
  font-weight: 600;
  box-shadow: none;
}
.faq .accordion-button::after {
  display: none;
}
.faq .accordion-button::before {
  content: "+";
  position: absolute;
  right: 1.25rem;
  font-size: 1.5rem;
  font-weight: 300;
  transition: transform 0.2s ease-in-out;
  line-height: 1;
}
.faq .accordion-button:not(.collapsed) {
  color: #cc203a !important;
  background: #fff;
}
.faq .accordion-button:not(.collapsed)::before {
  transform: rotate(45deg);
}
.faq a.text {
  color: #cc203a;
  font-size: 18px;
  font-weight: 300;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .faq a.text {
    font-size: 16px;
  }
}
.faq a.text:hover {
  color: #a0192d;
}

footer {
  position: relative;
}
footer .upper {
  background: #102438;
  border-radius: 40px;
}
@media (max-width: 575.98px) {
  footer .upper {
    border-radius: 40px 40px 0 0;
  }
}
footer .upper h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  footer .upper h1 {
    font-size: 20px;
  }
}
footer .upper form {
  background: #e3ebf3;
  border-radius: 10px;
  padding: 12px;
}
@media (max-width: 575.98px) {
  footer .upper form {
    padding: 8px;
  }
}
footer .upper form .btn-main {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  padding: 14px 25px;
  border-radius: 10px !important;
}
footer .upper form input::placeholder {
  color: #888888;
  font-size: 20px;
  font-weight: 300;
}
footer .upper .small {
  color: #9fa7af;
  font-size: 14px;
  font-weight: 300;
}
footer .upper .info .title {
  color: #bab9b9;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  footer .upper .info .title {
    font-size: 14px;
  }
}
footer .upper .info a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  footer .upper .info a {
    font-size: 14px;
  }
}
footer .upper .info a:hover {
  color: #cc203a;
}
footer .middle .nav-link {
  color: #020202;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  footer .middle .nav-link {
    font-size: 14px;
    padding: 5px;
  }
}
footer .middle .nav-link:hover {
  color: #cc203a;
}
footer .lower {
  background: #102438;
  border-radius: 40px 40px 0 0;
}
footer .lower .text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  footer .lower .text {
    font-size: 12px;
  }
}

.about-hero .about-card {
  position: relative;
  background-image: url("../img/about-hero-bg.webp");
  border-radius: 36px;
  background-size: cover;
  background-position: center;
}
.about-hero .about-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/about-hero-bg.webp");
  background-size: cover;
  background-position: center;
  border-radius: 36px;
  filter: blur(5px);
  z-index: -1;
}
.about-hero .about-card .bg {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
.about-hero .about-card .bg h5 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .about-hero .about-card .bg h5 {
    font-size: 10px;
  }
}
.about-hero .about-card .bg h5 .red-color {
  color: #cc203a;
}
.about-hero .about-card .bg p {
  color: #ffffff;
  font-size: 28px;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .about-hero .about-card .bg p {
    font-size: 8px;
  }
}

.journey {
  background: #faf8f8;
  border-top: 1px solid #fae6e6;
  position: relative;
}
.journey .process-timeline {
  position: relative;
}
.journey .process-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, transparent 0%, #e0e0e0 10%, #e0e0e0 90%, transparent 100%);
  z-index: 1;
}
@media (max-width: 575.98px) {
  .journey .process-timeline::before {
    left: 14px;
    transform: none;
    width: 2px;
  }
}
.journey .process-timeline::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 3px;
  height: 0%;
  background: linear-gradient(to bottom, #e11d48, #be185d, #9d174d);
  z-index: 2;
  transform-origin: top;
  transition: height 0.3s ease;
}
@media (max-width: 575.98px) {
  .journey .process-timeline::after {
    left: 14px;
    transform: none;
    width: 2px;
  }
}
.journey .process-step {
  position: relative;
  margin-bottom: 4rem;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  margin: 22px;
  z-index: 10;
}
@media (max-width: 575.98px) {
  .journey .process-step {
    margin: 22px 0;
  }
}
.journey .process-step:last-child {
  margin-bottom: 0;
}
.journey .process-step.animate-in {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 769px) {
  .journey .process-step {
    display: flex;
    align-items: center;
  }
  .journey .process-step:nth-child(even) .process-content::before {
    left: auto;
    right: -40px;
    background: linear-gradient(to right, #ef4444, rgba(239, 68, 68, 0.3));
  }
  .journey .process-step:nth-child(even) .process-content::after {
    left: auto;
    right: -52px;
  }
  .journey .process-step:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .journey .process-step:nth-child(odd) .process-content {
    margin-right: 44px;
  }
}
.journey .process-step .process-content {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 2rem;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  width: 45%;
}
@media (max-width: 575.98px) {
  .journey .process-step .process-content {
    width: calc(100% - 60px);
    margin-left: 60px !important;
    margin-right: 0 !important;
  }
}
.journey .process-step .process-content:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(239, 68, 68, 0.1);
  border-color: #4f46e5;
}
.journey .process-step .process-content::before {
  content: "";
  position: absolute;
  top: 30px;
  width: 40px;
  height: 2px;
  background: linear-gradient(to right, #ef4444, rgba(239, 68, 68, 0.3));
  z-index: 0;
  left: -40px;
}
@media (max-width: 575.98px) {
  .journey .process-step .process-content::before {
    left: -40px;
    width: 40px;
    background: linear-gradient(to right, #4f46e5, rgba(79, 70, 229, 0.3));
  }
}
.journey .process-step .process-content::after {
  content: "";
  position: absolute;
  top: 22px;
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  border-radius: 50%;
  border: 3px solid #fffef8;
  z-index: 10;
  box-shadow: 0 0 0 2px rgba(229, 70, 79, 0.2);
  transition: all 0.3s ease;
  left: -52px;
}
@media (max-width: 575.98px) {
  .journey .process-step .process-content::after {
    left: -52px;
    width: 12px;
    height: 12px;
    border-width: 2px;
  }
}
.journey .process-step .process-info {
  flex: 1;
}
.journey .process-step .date {
  color: #cc203a;
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .journey .process-step .date {
    font-size: 18px;
  }
}
.journey .process-step .process-step-title {
  color: #1a1a1a;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
@media (max-width: 575.98px) {
  .journey .process-step .process-step-title {
    font-size: 20px;
  }
}
.journey .process-step .process-step-description {
  color: #666666;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .journey .process-step .process-step-description {
    font-size: 18px;
  }
}
.journey .process-step:hover .process-content::after {
  transform: scale(1.2);
  box-shadow: 0 0 0 4px rgba(229, 70, 79, 0.3);
}
.journey .process-step:nth-child(1) {
  transition-delay: 0.1s;
}
.journey .process-step:nth-child(2) {
  transition-delay: 0.2s;
}
.journey .process-step:nth-child(3) {
  transition-delay: 0.3s;
}
.journey .process-step:nth-child(4) {
  transition-delay: 0.4s;
}
.journey .process-step:nth-child(5) {
  transition-delay: 0.5s;
}
.journey .process-step:nth-child(6) {
  transition-delay: 0.6s;
}
.journey h2 {
  color: #1a1a1a;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 575.98px) {
  .journey h2 {
    font-size: 32px;
    text-align: center;
  }
}

.about-msfc p {
  color: #020202;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}
@media (max-width: 575.98px) {
  .about-msfc p {
    font-size: 16px;
    line-height: normal;
  }
}

.values {
  background: #f2f2f2;
  position: relative;
}
.values .subhead {
  color: #020202;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .values .subhead {
    font-size: 18px;
  }
}
.values .value-card {
  background: #f2c9cf;
  border-radius: 0;
  border: 0;
}
.values .value-card .card-body {
  position: relative;
  margin-top: 30px;
  padding: 80px 40px 40px 40px;
}
@media (max-width: 575.98px) {
  .values .value-card .card-body {
    padding: 40px 20px 20px 20px;
    margin-top: 10px;
  }
}
.values .value-card .card-body .card-title {
  color: #020202;
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .values .value-card .card-body .card-title {
    font-size: 20px;
  }
}
.values .value-card .card-body .card-text {
  color: #020202;
  font-size: 20px;
  font-weight: 400;
  line-height: 47.2px;
}
@media (max-width: 575.98px) {
  .values .value-card .card-body .card-text {
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
  }
}
.values .value-card .card-body img {
  position: absolute;
  right: 45px;
  top: 0;
}
@media (max-width: 575.98px) {
  .values .value-card .card-body img {
    width: 50px;
    right: 30px;
  }
}
.values .logo {
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: auto;
}
@media (max-width: 575.98px) {
  .values .logo {
    width: 150px;
    top: 62%;
  }
}

.card.bod-card {
  background: #102438;
  border-radius: 18px;
  position: relative;
  perspective: 1000px;
}
.card.bod-card .plus-icon-btn,
.card.bod-card .minus-icon-btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 10000;
}
.card.bod-card .text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .card.bod-card .text {
    font-size: 14px;
  }
  .card.bod-card .text.truncated {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .card.bod-card .text.expanded {
    display: block;
  }
}
.card.bod-card .read-more-btn {
  color: #cc203a;
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  border: none;
  cursor: pointer;
}
.card.bod-card .read-more-btn:hover {
  text-decoration: underline;
}
.card.bod-card .name {
  color: #cc203a;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .card.bod-card .name {
    font-size: 16px;
  }
}
.card.bod-card .position {
  color: #dedbdb;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .card.bod-card .position {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .card.bod-card .main-row {
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
  }
  .card.bod-card .main-row .image-container,
  .card.bod-card .main-row .text-container {
    backface-visibility: hidden;
  }
  .card.bod-card .main-row .text-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #102438 !important;
    border-radius: 18px;
    z-index: 10;
    padding: 20px;
    transform: rotateY(180deg);
  }
  .card.bod-card.do-flip .main-row {
    transform: rotateY(-180deg);
  }
}

.team {
  position: relative;
}
.team .team-image-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.team .team-image-container .team-tooltip-btn {
  background: transparent;
  border: 0;
}
@media (max-width: 575.98px) {
  .team .team-image-container .team-tooltip-btn {
    width: 30px;
    height: 30px;
  }
}

.card.team-card {
  border-radius: 12px;
}
.card.team-card .card-head {
  background: #102438;
  border: 2px solid #e3ebf3;
  border-radius: 12px 12px 0px 0px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .card.team-card .card-head {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
  }
}
.card.team-card .card-body .text-muted {
  color: #666666;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .card.team-card .card-body .text-muted {
    font-size: 14px;
  }
}
.card.team-card .card-body .text {
  color: #020202;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .card.team-card .card-body .text {
    color: #020202;
    font-size: 18px;
    font-weight: 300;
  }
}

.tooltip-inner {
  background: transparent !important;
  width: 250px !important;
  max-width: 300px !important;
}

.contact-hero {
  background-image: url("../img/banner-contact.webp");
  background-size: cover;
  background-position: center;
}
.contact-hero h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  padding: 200px 0;
}
@media (max-width: 575.98px) {
  .contact-hero h1 {
    padding: 100px 0;
    font-size: 28px;
  }
}

.contact-card {
  background: #efebeb !important;
  border-radius: 8px !important;
  border: none !important;
}
.contact-card .card-title {
  color: #cc203a;
}
.contact-card .form .input-group {
  background: #ffffff;
  border-radius: 6px !important;
}
.contact-card .form .input-group:focus {
  border-color: #cc203a;
  box-shadow: 0 0 5px rgba(204, 32, 58, 0.5);
}
.contact-card .form .form-control {
  border-radius: 4px;
  padding: 12px 15px;
  font-size: 16px;
}
.contact-card .form .form-control:focus {
  border-color: #cc203a;
  box-shadow: 0 0 5px rgba(204, 32, 58, 0.5);
}
.contact-card .form .form-control::placeholder {
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 300;
}

.info h4 {
  color: #020202;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .info h4 {
    font-size: 16px;
  }
}
.info h4 span {
  position: relative;
}
.info h4 span:after {
  content: "";
  position: absolute;
  right: -120%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #cc203a;
}
.info h4:hover:after {
  transform: scaleX(1);
}
.info p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .info p {
    font-size: 14px;
  }
}
.info a {
  color: #020202;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .info a {
    font-size: 14px;
  }
}
.info a:hover {
  color: #cc203a;
}

.product-hero {
  background-image: url("../img/banner-products.webp");
  background-size: cover;
  background-position: center;
}
.product-hero h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  padding: 200px 0;
}
.product-hero h2 span {
  font-weight: 400;
  font-size: 40px;
}
@media (max-width: 575.98px) {
  .product-hero h2 span {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .product-hero h2 {
    padding: 100px 0;
    font-size: 28px;
  }
}

.prod-about .head::after {
  left: 45%;
}
.prod-about p {
  color: #020202;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .prod-about p {
    font-size: 16px;
  }
}

.governance-hero {
  background-image: url("../img/banner-governance.webp");
  background-size: cover;
  background-position: center;
}
.governance-hero h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  padding: 200px 0;
}
@media (max-width: 575.98px) {
  .governance-hero h1 {
    padding: 100px 0;
    font-size: 28px;
  }
}

.emi-box {
  /* Custom red color theme for EMI calculator */
  border-top: 4px solid #a0192d;
  /* Range slider customization */
  /* Range slider track */
  /* Range slider filled portion */
  /* Range slider thumb (handle) */
  /* Focus states */
  /* EMI display styling */
  /* Input group styling */
  /* Form control focus */
  /* Card styling */
  /* Form text styling */
  /* Responsive adjustments */
}
.emi-box .form-range {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}
.emi-box .form-range::-webkit-slider-track {
  background: #e9ecef;
  height: 6px;
  border-radius: 3px;
}
.emi-box .form-range::-moz-range-track {
  background: #e9ecef;
  height: 6px;
  border-radius: 3px;
  border: none;
}
.emi-box .form-range::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #a0192d 0%, #a0192d var(--slider-progress, 0%), #e9ecef var(--slider-progress, 0%), #e9ecef 100%);
  height: 6px;
  border-radius: 3px;
}
.emi-box .form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #a0192d;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 6px rgba(160, 25, 45, 0.3);
  cursor: pointer;
  margin-top: -7px;
}
.emi-box .form-range::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #a0192d;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 6px rgba(160, 25, 45, 0.3);
  cursor: pointer;
  border: none;
}
.emi-box .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(160, 25, 45, 0.25);
}
.emi-box .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(160, 25, 45, 0.25);
}
.emi-box .emi-display {
  color: #a0192d;
  font-size: 2rem;
  font-weight: 700;
}
.emi-box .emi-text {
  color: #a0192d;
}
.emi-box .input-group-text {
  background-color: #f8f9fa;
  border-color: #dee2e6;
  color: #a0192d;
  font-weight: 600;
}
.emi-box .form-control:focus {
  border-color: #a0192d;
  box-shadow: 0 0 0 0.2rem rgba(160, 25, 45, 0.25);
}
.emi-box .card-title {
  color: #a0192d;
  font-weight: 600;
}
.emi-box .form-text {
  color: #6c757d;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .emi-box .emi-display {
    font-size: 1.75rem;
  }
  .emi-box .input-group {
    width: 140px !important;
  }
  .emi-box .form-control[style*="width:110px"] {
    width: 90px !important;
  }
}

.product-hero {
  background-image: url("../img/banner-products.webp");
  background-size: cover;
  background-position: center;
}
.product-hero h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  padding: 100px 0 100px;
}
.product-hero h2 span {
  font-weight: 400;
  font-size: 40px;
}
@media (max-width: 575.98px) {
  .product-hero h2 span {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .product-hero h2 {
    padding: 50px 0 90px;
    font-size: 28px;
  }
}
.product-hero .nav-tab-container {
  padding-bottom: 50px;
}
.product-hero .nav-tab-container .nav-link {
  color: #020202;
  font-size: 18px;
  font-weight: 500;
  background: #ffffff;
  padding: 20px;
  border-radius: 5px;
}
@media (max-width: 575.98px) {
  .product-hero .nav-tab-container .nav-link {
    font-size: 14px;
  }
}
.product-hero .nav-tab-container .nav-link.active {
  background: #cc203a;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .product-hero .nav-tab-container .nav-link.active {
    font-size: 14px;
  }
}

.prod-about .head::after {
  left: 45%;
}
.prod-about p {
  color: #020202;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .prod-about p {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .prod-features .head {
    font-size: 32px !important;
  }
}

.documents .document-card {
  background: #ffffff;
  border-radius: 16px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.documents .document-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #cc203a 0%, #ff6b6b 100%);
}
.documents .document-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(204, 32, 58, 0.15);
}
.documents .document-card:hover .doc-icon img {
  transform: scale(1.1);
}
.documents .document-card .card-body {
  padding: 2rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.documents .document-card .doc-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, rgba(204, 32, 58, 0.1) 0%, rgba(204, 32, 58, 0.05) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.documents .document-card .doc-icon img {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
  filter: brightness(0) saturate(100%) invert(25%) sepia(84%) saturate(2881%) hue-rotate(342deg) brightness(93%) contrast(88%);
}
.documents .document-card .card-title {
  color: #020202;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.documents .document-card .list-unstyled {
  margin: 0 0 1.5rem 0;
  padding: 0;
  list-style: none;
}
.documents .document-card .list-unstyled li {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  padding: 0.5rem 0 0.5rem 1.5rem;
  position: relative;
}
.documents .document-card .list-unstyled li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.5rem;
  color: #28a745;
  font-weight: bold;
  font-size: 12px;
}
.documents .document-card .requirement-badge {
  display: inline-block;
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  color: #1976d2;
  color: #1976d2;
  font-size: 12px;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.documents .document-card .requirement-badge.important {
  background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
  color: #cc203a;
}
@media (max-width: 575.98px) {
  .documents .document-card .card-body {
    padding: 1.5rem;
  }
  .documents .document-card .doc-icon {
    width: 56px;
    height: 56px;
  }
  .documents .document-card .doc-icon img {
    width: 28px;
    height: 28px;
  }
  .documents .document-card .card-title {
    font-size: 18px;
  }
}

.blog-description {
  font-size: 16px;
}
.blog-description a {
  text-decoration: none;
  color: #cc203a;
}/*# sourceMappingURL=style.css.map */