body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
  
}

.abs--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

main {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
}

section.header__section {
  /* background: #1D2D47; */
  background:#FFFFFF;
  height: 100%;
  width: 100vw;
  position: relative;
  z-index: 100;
  background-image: url("../assets/images/Background Svg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  color: #000;
}




.action__btns button.btn {
  border-radius: 40px;
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  padding: 12px 38px 12px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  /* gap: 5px; */
}

.action__btns button.btn img{
  margin-right: 10px;
}

.action__btns button.btn .dot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(254, 254, 254, 0.3) 0%, rgba(225, 225, 225, 0.3) 100%);
  backdrop-filter: blur(7px);
}

.action__btns button.btn .dot .inner-circle {
  content: ".";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}


.hero__section {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  gap: 10px;
  z-index: 100;
/*   margin: 0 2%; */
  padding-top: 8%;
}

.left__section,
.right__section {
  width: 100%;
/*   margin-right: 70px; */
}

.left__section {
  color: #ffffff;
  padding-top: 3%;
/*   margin-left:70px; */
}

.left__section .hero-title,
.left__section .hero-subtitle {
  font-size: 40px;
  font-weight: 700;
}

.left__section .hero-description {
  max-width: 740px;
  width: 82%;
}

.left__section .action__btns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.left__section .action__btns button.btn {
  border-radius: 40px;
  border: none;
  padding: 16px 30px;
  font-weight: 700;
  font-size: 12px;
}

.action__btns button.btn.primary-btn {
  background-color: #2563EB;
  color: #FFFFFF;

}

.left__section .action__btns button.btn.secondary-btn {
  background-color: #828B9B;
  color: #ffffff;
  border: 1px solid #FFFFFF;
  padding: 8px 30px;

}

.feature-container {
  display: flex;
  max-width: 524px;
  flex-direction: column;
}

.feature-content {
  /* border-radius: 230px 100px 100px 100px; */
  /* background-color: rgba(255, 255, 255, 0.16); */
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  /* border: 1px solid rgba(255, 255, 255, 1); */
}

.feature-content .feature-image {
  display: flex;
  /* height: 397px; */
  border-radius: 230px 100px 100px 100px;
  background-color: rgba(255, 255, 255, 0.16);
  /* border: 1px solid rgba(255, 255, 255, 1); */
}

.feature-content .feature-image img {
  display: flex;
  height: 397px;
  width: 100%;
  border-radius: 200px 85px 85px 85px;
}

@media (max-width: 991px) {
  .feature-content {
    max-width: 100%;
    padding: 0 20px;
  }

  .feature-image {
    max-width: 100%;
  }
}

.contact-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 8%;
  padding: 50px 40px;
}

.contact-info .divider {
  width: 2px;
  height: 120px;
  background: #5C6586;
}

.contact-info .info__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  color: #ffffff;
}

.contact-info .info__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact-info .info__text .info__val {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.content-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 2% 8% 0 8%;
  padding-top: 20px;
  padding-bottom: 75px;
  gap: 20px;
}

.cards-grid,
.info-column {
  width: 100%;
}

.cards-grid {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  justify-content: start;
  gap: 36px;
}

.feature-card {
  width: 100%;
  border-radius: 10px;
  background-color: #DFEBFF;
  box-shadow: 0px 4px 4px 0px #C0B7E803;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: start;
  padding: 50px 18px 32px 30px;
  min-height: 240px;
  max-height: 240px;
}

.feature-card .icon{
  height: 40px;
  margin-bottom: 20px;
}

.feature-card  .feature-title {
  font-size: 24px;
  font-weight: 500;
}

.info-column {
  color: #ffffff;
}

.info-column .text-section {
  /* padding: 30px 0; */
  /* margin-bottom: 40px; */
  /* padding-top: 36px;
  height: 240px;
  margin-bottom: 36px; */
}

.info-column .text-section .heading {
  font-size: 34px;
}

.info-column .text-section .description {
  line-height: 1.5;
}

.educational-section {
  /* background-color: rgb(255, 255, 255); */
  width: 100%;
  display: flex;

  /* flex-direction: column; */
  align-items: start;
  color: #304059;
  position: relative;
  /* max-height: 100vh; */
}

.educational-section .educational-content {
  margin: 0 0 0 8%;
  max-width: 45vw;
position: relative;
  max-height: 100%;
  padding: 5% 0;


}

.educational-content .section-title {
  color: #304059;
  font-size: 40px;
  font-weight: 700;
}

.educational-content .section-description {
  max-width: 35vw;
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 60px;
}

.educational-content .action__btns button.btn {
  border-radius: 40px;
  border: none;
  padding: 16px 30px;
  font-weight: 700;
  font-size: 12px;
}

@keyframes slides {
  /* 0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  } */
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-300px); /* Adjust to match container height */
  }
  100% {
    transform: translateY(0);
  }
}


.educational-section .animated__cards {
  /* padding: 10px 0px; */
  white-space: nowrap;
  position: absolute;
  transform: rotate(30deg); 
/*   max-height: 130%; */
  overflow-y: scroll;
  overflow: hidden;
  margin-left: 0;
    left: 0;
    top: 0;
  
   /** TODO*/
}


.educational-section .animated__cards .cards {
  display: grid;
  gap: 0 20px;
  grid-template-columns: 1fr 1fr 1fr;
  animation: 10s slides infinite linear;
  overflow: hidden;

    /** TODO*/
}

.educational-section .animated__cards .cards .card {
  max-width: 244px;
  max-height: 352px;
  padding: 65px 28px 0 28px;
  border-radius: 10px;
  background-color: #DFEBFF;
  min-height: 352px;
  min-width: 244px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.educational-section .animated__cards .cards .card:nth-child(3n + 1) {
  margin-top: 0px; 
}

.educational-section .animated__cards .cards .card:nth-child(3n + 2) {
  margin-top: 20px; 
}

/* .educational-section .animated__cards .cards .card:nth-child(3n) {
  margin-top: 0px;
}  */

.educational-section .animated__cards .cards .card .heading {
  font-size: 22px;
  color: #304059;
  font-weight: 650;
}

.educational-section .animated__cards .cards .card .content {
  line-height: 1.5;
  color: #304059;
  overflow-y: auto;
  max-height: 188px;
  padding-right: 10px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  font-size:15px;
}

.educational-section .animated__cards :hover .cards .card {
  animation-play-state: paused;
}

@media screen and (max-width: 1600px) {
  .educational-section .animated__cards .cards .card {
    max-width: 250px;
    max-height: 350px;
    padding: 40px 20px 0 20px;
    border-radius: 10px;
    background-color: #DFEBFF;
    min-height: 350px;
    min-width: 250px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

}

.products-section {
  border-radius: 2px;
  background-color: rgba(30, 47, 75, 1);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  align-items: center;
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  z-index: 1000;
}

.products-section .section-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font: 700 40px Montserrat, sans-serif;
}

.products-section .section-description {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-top: 4px;
  font: 400 16px Montserrat, sans-serif;
}

.products-section .product-container {
  width: 100%;
  padding: 50px 0;
}


.products-section .product-row {
  gap: 20px;
  display: flex;
  width:100%;
}

.products-section .product-col {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 50%;
}

/* .products-section .product-col-image {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 45%;
  margin-left:20%;
} */


.products-section .product-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-self: stretch;
  align-items: start;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  margin: auto 0;
}

.products-section .product-title {
  font-size: 40px;
  font-weight: 700;
}

.products-section .product-text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
  overflow: hidden;
  display: -webkit-box;
  color:#2E3C53;
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.products-section .product-text.expanded {
  -webkit-line-clamp: unset; /* Remove the limit */
}

.products-section .view-details-btn {
  align-self: stretch;
            border-radius: 12px;
            background-color: #2563EB;
            margin-top: 30px;
            min-height: 46px;
            color: #FFFFFF;
            text-align: center;
            letter-spacing: 0.07px;
            padding: 14px 32px;
            font: 15px Public Sans, sans-serif;
            cursor: pointer;
}

.products-section .product-image {
  aspect-ratio: 1.05;
  object-fit: contain;
  object-position: center;
  width: 80%;
}

.products-section .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 991px) {
  .products-section {
    padding: 0 20px;
  }

  .section-description {
    max-width: 100%;
  }

  .product-container {
    max-width: 100%;
    margin-top: 40px;
  }

  .product-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .product-col {
    width: 100%;
  }

  .product-content {
    max-width: 100%;
    margin-top: 40px;
  }

  .product-title {
    max-width: 100%;
  }

  .product-text {
    max-width: 100%;
  }

  .view-details-btn {
    padding: 0 20px;
  }

  .product-image {
    max-width: 100%;
  }
}

/* FAQ Section Styling */
.faq-section {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  background-color: #334970;
  padding: 20px 80px;
  justify-content: center;
  align-items: center;
}

.faq-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin: 80px 300px;
}

.faq-container .heading {
  font-size: 40px;
}

.faq-container .faq {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  padding: 28px 24px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  margin-top: 20px;
  border-radius: 24px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;

}

.faq-container .active,
.faq:hover {
  background-color: #24395B;

}

.faq:hover {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.faq.active:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.faq-container .faq:after {
  content: '\002B';
  color: #CCCCCC;
  float: right;
  margin-left: 5px;
  font-size: 34px;
  font-weight: 500;
  position: absolute;
  top: 20px;
  right: 24px;
}

.faq-container .active:after {
  content: "\2212";
  color: #FFFFFF;

}

.faq-container .panel {
  padding: 0 18px;
  background-color: #24395B;
  max-height: 0;
  font-size: 20px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 24px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.faq-container .panel  p{
  padding-bottom: 28px;
  padding-left: 8px;
  padding-right: 44px;
}


.faq-container .faq-footer-text {
  margin-top: 40px;
  color: #ABB0B9;
  font-size: 18px;
}

.faq-container .faq-footer-text a {
  color: #ffffff;
}

/* Contact Section Styling  */
.contact-section {
  position: relative;
  padding: 80px 0;
}

.contact-section .abs--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../assets/images/contact-section-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.abs--bg-lg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(237, 237, 237, 0.3) 0%, #FFFFFF 100%);

}

.contact-section .contact-container {
  position: relative;
  z-index: 100;
}

.contact-section .info-section {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  justify-content: start;
  margin: auto 0;
}

.contact-section .header-content {
  display: flex;
  max-width: 100%;
  width: 627px;
  flex-direction: column;
  justify-content: start;
}

.contact-section .main-heading {
  color: rgba(20, 17, 11, 1);
  font: 500 32px/1 Montessarst, sans-serif;
}

.contact-section .description {
  color: rgba(0, 0, 0, 1);
  margin-top: 18px;
  font: 400 16px Montserrat, sans-serif;
}

.contact-section .contact-cards {
  align-self: start;
  display: flex;
  margin-top: 56px;
  align-items: start;
  gap: 24px;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
  text-align: center;
  justify-content: start;
  flex-wrap: wrap;
}

.contact-section .contact-card {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 172px;
  /* height: 140px; */
  padding: 30px 20px;
}

.contact-section .contact-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 35px;
}

.contact-section .contact-details {
  display: flex;
  margin-top: 24px;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.contact-section .contact-type {
  color: #14110B;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}

.contact-section .contact-value {
  color: #555555;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 4px;
}

.contact-section .quote-form-container {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  
  margin: auto 0;
  padding: 40px;
}

.contact-section .quote-form {

}

.contact-section .form-title {
  color: rgba(20, 17, 11, 1);
  font: 500 25px/1 Montserrat, sans-serif;
}

.contact-section .form-fields {
  margin-top: 32px;
  width: 100%;

  font-family: DM Sans, sans-serif;
  line-height: 1.6;
  justify-content: start;
}

.contact-section .input-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  font-size: 14px;
  color: rgba(45, 45, 45, 1);
  font-weight: 400;
  justify-content: start;
}

.contact-section .form-input {
  align-self: stretch;
  border-radius: 10px !important;
  background-color: rgba(242, 242, 242, 1);
  min-height: 56px;
  width: 100%;
  padding: 0 20px;
  margin-top: 8px;
  border: none;
}
.contact-section .form-input::placeholder , 
.contact-section .service-select {
  color:#2D2D2D
 }
.contact-section .service-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 10px;
  background-color: rgba(242, 242, 242, 1);
  display: flex;
  min-height: 56px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 8px;
  border: none;
  background-image: url('../assets/images/arrow-down.svg'); /* Use your SVG file path here */
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 16px 16px;
  cursor: pointer;
}

.contact-section .submit-button {
  align-self: stretch;
  border-radius: 10px;
  background-color: rgba(37, 99, 235, 1);
  margin-top: 24px;
  width: 100%;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  padding: 16px;
  border: none;
  cursor: pointer;
}

.contact-section .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 991px) {
  .contact-section {
    max-width: 100%;
    padding: 100px 20px;
  }

  .contact-container {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .info-section {
    max-width: 100%;
  }

  .main-heading {
    max-width: 100%;
  }

  .description {
    max-width: 100%;
  }

  .contact-cards {
    max-width: 100%;
    margin-top: 40px;
  }

  .quote-form-container {
    padding: 0 20px;
  }
}

/* Pre Footer Styling */

.pre-footer {
  position: relative;
  background-color: #193D78;
  /* min-width: 100vw; */
  /* width: 100%; */
  background-image: url(../assets/images/pre-footer-bg-2.svg);
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-position: center;
}

.pre-footer .abs--bg {
  background-image: url(../assets/images/pre-footer-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.pre-footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 100%; */
  height: 100%;
  /* padding: 44px; */
}




.content-box {
  padding: 30px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  min-width: 100%;
  min-height: 425px;
  display: flex;
  flex-direction: column;
  justify-content: center;

}


.content-box h1 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 12px;
}

.content-box p {
  font-size: 22px;
  margin-bottom: 24px;
}

.cta-button {
  padding: 24px 60px;
  background: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  border-radius: 110px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.cta-button .arrow {
  font-size: 18px;
  margin-left: 5px;
}

.dots-navigation {
  margin: 24px 0 16px 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}

.dot.active {
  background-color: #FFFFFF;
}


/* Footer Section styling  */
.footer-wrapper {
  border-radius: 0;
  display: flex;
  flex-direction: column;
  /* background-image: linear-gradient(#334F90, #0F172A); */
  background: linear-gradient(90deg, #0F172A 0%, #334F90 100%);
}

.footer-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 1px 3px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  background-blend-mode: difference;
  border-radius: 0 7px 7px 0;
  position: relative;
  z-index: 10;
  min-height: 200px;
  width: 100%;
  padding: 52px 40px 2px 80px;
}

.footer-bg {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.header-section {
  position: relative;
  display: flex;
  width: 100%;
  gap: 40px 100px;
  flex-wrap: wrap;
}

.logo-wrapper {
  align-self: start;
  display: flex;
  gap: 17px;
  color: var(--White, #fff);
  font: 400 24px Bruno Ace, sans-serif;
}

.logo-icon {
  background-color: var(--White, #fff);
  display: flex;
  width: 20px;
  height: 34px;
  border: 1px solid var(--White, #fff);
}

.logo-text {
  flex-basis: auto;
}

.nav-section {
  flex-grow: 1;
  flex-basis: auto;
}

.nav-columns {
  gap: 20px;
  display: flex;
}

.nav-group {
  display: flex;
  flex-direction: column;
  width: 75%;
}

.nav-content {
  flex-grow: 1;
}

.nav-links-container {
  gap: 20px;
  display: flex;
}

.products-column {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.footer-column {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
}

.column-header {
  align-self: stretch;
  width: 100%;
  gap: 8px;
  color: var(--White, #fff);
  text-transform: uppercase;
  padding: 12px 0;
  font: 600 16px/1.1 Poppins, sans-serif;
}

.links-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  font: 400 16px/1.4 Roboto, sans-serif;
  justify-content: start;
}

.nav-link {
  align-self: stretch;
  width: 100%;
  gap: 8px;
  color: var(--Blue-Gray-200, #e2e8f0);
  padding: 12px 0;
}

.nav-link-with-badge {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  justify-content: start;
  padding: 12px 0;
}

.link-text {
  color: var(--Blue-Gray-200, #e2e8f0);
  font-size: 16px;
  align-self: stretch;
  margin: auto 0;
}

.beta-badge {
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: var(--Purple-100, #f3e8ff);
  align-self: stretch;
  display: flex;
  min-height: 20px;
  font-size: 12px;
  color: var(--Purple-800, #6b21a8);
  margin: auto 0;
  padding: 2px 8px;
}

.resources-column {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-left: 20px;
}

.company-column {
  display: flex;
  flex-direction: column;
  width: 25%;
  margin-left: 20px;
}

.divider {
  width: 100%;
  margin-top: 44px;
  height: 1px;
  max-width: 90vw;
  background-image: linear-gradient(90deg, #334155 0%, #708FBB 100%);
}

.footer-bottom {
  position: relative;
  display: flex;
  margin-right: 36px;
  width: 100%;
  align-items: center;
  gap: 40px 48px;
  justify-content: start;
  flex-wrap: wrap;
  padding: 24px 0;
}

.copyright {
  color: var(--Blue-Gray-200, #e2e8f0);
  align-self: stretch;
  flex: 1;
  flex-basis: 0%;
  margin: auto 0;
  font: 400 16px/1.4 Roboto, sans-serif;
}

.footer-menu {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 10px;
  color: var(--Blue-Gray-200, #e2e8f0);
  justify-content: end;
  margin: auto 10px;
  font: 400 16px/1.4 Roboto, sans-serif;
}

.footer-menu .nav-link {
  color: #fff;
}

.language-selector {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: start;
  margin: auto 0;
  padding: 12px 0;
}

.social-icons {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
  margin: auto 30px;
}

.social-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: stretch;
  margin: auto 0;
}

@media (max-width: 991px) {
  .footer-container {
    max-width: 100%;
  }

  .footer-content {
    max-width: 100%;
    padding: 30px 20px;
  }

  .header-section {
    max-width: 100%;
    display: block;
    padding-bottom: 15px;
  }

  .logo-wrapper {
    white-space: initial;
            text-align: center;
        display: block;
        padding-bottom: 20px;
  }

  .nav-columns {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .nav-group {
    width: 100%;
  }

  .nav-content {
    max-width: 100%;
    margin-top: 13px;
  }

  .nav-links-container {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .products-column {
    width: 100%;
  }

  .resources-column {
    width: 100%;
  }

  .company-column {
    width: 100%;
  }

  .divider {
    max-width: 100%;
    margin: 40px 10px 0 0;
  }

  .footer-bottom {
    max-width: 100%;
    margin-right: 10px;
  }

  .copyright {
    max-width: 100%;
    text-align: center;
  }
  .social-icons {
    justify-content: center;
  }
  .footer-menu {
        width: 100%;
    text-align: center;
  }
}


.navbar {
  background-color: transparent !important;
  padding: 30px 0;
}
.nav-item {
  margin: 0 20px;
}
.nav-link {
  color: #2563EB;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.nav-link.active {
  /* font-weight: 700; */
  position: relative;
  color: #2563EB !important;
}

.nav-link.active::after {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #2563EB;
  position: absolute;
  bottom: 0%;
  left: 36%;
  box-shadow: -1px 0px 4px 4px #d8ecf5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.contact-btn {
  border-radius: 40px;
    border: 2px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    padding: 12px 38px 12px 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    border-radius: 25px 25px 25px 25px;
    border: 1px solid #2563EB;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 85%;
    }
}


@media (max-width: 768px) { 
  .navbar-brand .logo {
    height: 30px;
  }
  .hero__section {
    display: block;
    padding: 0 15px;
    margin: 0;
  }
  .educational-section {
    display: block;
  }
  .educational-section .educational-content, .educational-content .section-description {
    max-width: 100%;
  }
  .animation {
    overflow: hidden;
    height: 500px;
  }
  .educational-section .animated__cards {
    margin-left: -200px
  }
  .left__section {
    padding-left: 0;
    margin-left: 0;
  }
  .left__section .hero-title, .left__section .hero-subtitle {
    font-size: 24px;
    font-weight: 700;
}
.info-column .text-section .heading {
  font-size: 28px;
}
.educational-content .section-title {
  font-size: 24px;
}
.products-section .section-title {
  font-size: 28px;
}
.products-section .product-title {
  font-size: 24px;
}
.educational-section .educational-content {
  margin: 0;
  padding: 0 15px;
}
.action__btns {
  margin-bottom: 10px;
}
.nav-link.active::after {
      left: 0;
}
.navbar-collapse {
  background-color: #ffffff;
    padding: 10px;
}
}

.navbar-toggler {
  border: 2px solid #2664ec;
}

