:root {
  --white: #FFFFFF;
  --brand-blue: #103876;
}

@media (max-width: 500px) {
  main .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
body {
  padding-top: 0;
}

.extra-padding {
  padding-top: 130px;
}

.author-name {
  color: #fd6050;
}

.women-ndt-banner {
  background-image: url("/images/women-in-ndt/bg-banner-mob.png");
  background-size: cover, contain;
  position: relative;
  height: 100vh;
  min-height: 800px;
  width: 100%;
}

.ndt-women-img {
  position: absolute;
  bottom: 0;
}
.ndt-women-img .ndt-women {
  -o-object-fit: cover;
     object-fit: cover;
}

.ndt-women-content {
  padding-top: 80px;
  color: white;
  font-family: Montserrat, sans-serif;
}

.ndt-women-subtext {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .ndt-women-subtext {
    font-size: calc(1.0416666667vw + 10px);
  }
}
@media (min-width: 1440px) {
  .ndt-women-subtext {
    font-size: 25px;
  }
}
@media (min-width: 576px) {
  .ndt-women-subtext {
    line-height: calc(1.0416666667vw + 20px);
  }
}
@media (min-width: 1440px) {
  .ndt-women-subtext {
    line-height: 35px;
  }
}

.ndt-women-heading {
  font-weight: 700;
  font-size: 44px;
  line-height: 55px;
}
@media (min-width: 576px) {
  .ndt-women-heading {
    font-size: calc(5.3240740741vw + 13.3333333333px);
  }
}
@media (min-width: 1440px) {
  .ndt-women-heading {
    font-size: 90px;
  }
}
@media (min-width: 576px) {
  .ndt-women-heading {
    line-height: calc(3.4722222222vw + 35px);
  }
}
@media (min-width: 1440px) {
  .ndt-women-heading {
    line-height: 85px;
  }
}

.ndt-women-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #f0f0f0;
}
@media (min-width: 576px) {
  .ndt-women-text {
    font-size: calc(0.462962963vw + 11.3333333333px);
  }
}
@media (min-width: 1440px) {
  .ndt-women-text {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  .ndt-women-text {
    line-height: calc(0.462962963vw + 21.3333333333px);
  }
}
@media (min-width: 1440px) {
  .ndt-women-text {
    line-height: 28px;
  }
}

.form-container {
  overflow: hidden;
  padding: 25px 25px 50px 25px;
  display: flex;
  flex-direction: column;
  background: rgb(74, 39, 113);
}
.form-container .form-heading {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
}
.form-container .form-sub-heading {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #f0f0f0;
}
.form-container .input-fields {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-top: 10px;
}
.form-container .input-container {
  gap: 20px;
}
.form-container .form-input {
  padding-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.form-container .textarea-input {
  padding-top: 0;
}
.form-container .floating-label {
  position: absolute;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(241, 241, 241, 0.862745098);
  left: 10px;
  transition: all 0.5s ease;
  pointer-events: none;
}
.form-container .mandatory {
  font-size: 12px;
  line-height: 22px;
}
.form-container .contact-floating {
  left: 60px;
}
.form-container input,
.form-container textarea {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 11px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.4235294118);
  background: transparent;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;
  color: #ffffff;
}
.form-container input:focus,
.form-container textarea:focus {
  color: #ffffff;
  border-bottom: 0.5px solid rgb(255, 255, 255);
}
.form-container input:focus ~ .floating-label, .form-container input:not(:focus):valid ~ .floating-label,
.form-container textarea:focus ~ .floating-label,
.form-container textarea:not(:focus):valid ~ .floating-label {
  transform: translateY(-25px);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8901960784);
}
.form-container textarea {
  margin-top: 25px;
  max-height: 66px;
  min-height: 66px;
  resize: none;
}
.form-container textarea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.form-container textarea::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 6px;
}
.form-container textarea::-webkit-scrollbar-thumb:hover {
  background-color: #0c3f8b;
}
.form-container textarea::-webkit-scrollbar-track {
  background-color: #00aff7;
}
.form-container textarea:focus ~ .floating-label, .form-container textarea:not(:focus):valid ~ .floating-label {
  transform: translateY(-35px);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8901960784);
}
.form-container button[type=submit] {
  width: 100%;
  margin-top: 40px;
}

.yellow-btn {
  border: unset;
  border-radius: 45px;
  padding: 12px 25px;
  background-color: rgb(255, 91, 35);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: white;
  transition: all 0.25s;
  text-decoration: none;
  cursor: pointer;
}
.yellow-btn .anim-arrow svg {
  transition: all 0.3s ease;
  transform: translateX(5px);
}
.yellow-btn .anim-arrow svg path {
  fill: white;
}

@media (min-width: 767px) {
  .ndt-women-content {
    padding-top: 100px;
  }
  .form-container button[type=submit] {
    max-width: 200px;
    align-self: center;
  }
  .form-container .yellow-btn:hover {
    filter: brightness(0.93);
  }
  .form-container .yellow-btn:hover .anim-arrow svg {
    animation: arrowMovement 1.5s ease infinite;
  }
}
@media (min-width: 992px) {
  .ndt-women-content {
    padding: 20px 0px;
    transform: scaleY(0.9);
  }
  .form-container {
    padding: 50px 50px 50px 50px;
  }
  .women-ndt-banner {
    min-height: 700px;
    background-image: url("/images/women-in-ndt/bg-banner.png");
  }
  .women-ndt-banner .container {
    height: 100%;
  }
  .women-ndt-banner .container .row {
    height: 100%;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .ndt-women-content {
    width: 85%;
  }
}
@media (min-width: 1400px) {
  .ndt-women-content {
    padding: 40px 0px;
    transform: scaleY(1);
  }
}
@media (min-width: 1600px) {
  .women-ndt-banner {
    max-height: 900px;
  }
}
.our-mission-section {
  padding: 0 0 80px 0px;
  background-image: url("/images/women-in-ndt/pink-wave-mob.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 40%;
}

.our-mission-content {
  color: #505050;
  text-align: center;
  padding-top: 50px;
  width: 80%;
}
.our-mission-content .heading {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
  color: #151515;
}
@media (min-width: 576px) {
  .our-mission-content .heading {
    font-size: calc(1.1574074074vw + 13.3333333333px);
  }
}
@media (min-width: 1440px) {
  .our-mission-content .heading {
    font-size: 30px;
  }
}
@media (min-width: 576px) {
  .our-mission-content .heading {
    line-height: calc(1.7361111111vw + 20px);
  }
}
@media (min-width: 1440px) {
  .our-mission-content .heading {
    line-height: 45px;
  }
}
.our-mission-content .text {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 576px) {
  .our-mission-content .text {
    font-size: calc(0.462962963vw + 13.3333333333px);
  }
}
@media (min-width: 1440px) {
  .our-mission-content .text {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  .our-mission-content .text {
    line-height: calc(0.6944444444vw + 20px);
  }
}
@media (min-width: 1440px) {
  .our-mission-content .text {
    line-height: 30px;
  }
}

@media (min-width: 992px) {
  .our-mission-section {
    margin: 80px 0;
    padding: 75px 0px;
    background-image: url("/images/women-in-ndt/pink-wave-web.png");
    background-position: center;
  }
  .our-mission-content {
    text-align: left;
    padding-top: 0;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .our-mission-section {
    padding: 80px 0px;
    background-size: contain;
  }
}
@media (min-width: 2000px) {
  .our-mission-section {
    margin: 0px 0;
    background-size: cover;
  }
}
.celebrate-women-section {
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(80, 80, 80) 84%);
  padding: 50px 0;
  font-family: sans-serif;
}

.celebrate-card {
  width: 100%;
  padding: 25px;
  border-radius: 15px;
  background-color: #ffffff;
  color: #505050;
}

.card-title {
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #151515;
  font-family: sans-serif;
  margin-bottom: 0;
}

.card-content {
  font-size: 16px;
  line-height: 26px;
  color: #404040;
  font-family: sans-serif;
  margin-bottom: 0;
}

.mt-xl-6 {
  margin-top: 5rem !important;
}

.mt-xl-n6 {
  margin-top: -5.5rem !important;
}

.celebrate-card-swiper {
  gap: 20px;
}

.down-cards {
  margin-top: 60px;
}

.celebrate-women-content {
  color: white;
  text-align: center;
  padding: 50px 0px;
}

.celebrate-heading {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 576px) {
  .celebrate-heading {
    font-size: calc(1.1574074074vw + 13.3333333333px);
  }
}
@media (min-width: 1440px) {
  .celebrate-heading {
    font-size: 30px;
  }
}
@media (min-width: 576px) {
  .celebrate-heading {
    line-height: calc(1.7361111111vw + 20px);
  }
}
@media (min-width: 1440px) {
  .celebrate-heading {
    line-height: 45px;
  }
}

.celebrate-text {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 576px) {
  .celebrate-text {
    font-size: calc(0.462962963vw + 13.3333333333px);
  }
}
@media (min-width: 1440px) {
  .celebrate-text {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  .celebrate-text {
    line-height: calc(0.6944444444vw + 20px);
  }
}
@media (min-width: 1440px) {
  .celebrate-text {
    line-height: 30px;
  }
}

.card-col {
  width: 40%;
}

@media (min-width: 767px) {
  .hide-this-on-md-screen {
    display: none;
  }
  .celebration-slide.swiper-slide {
    width: 270px;
  }
}
@media (min-width: 992px) {
  .celebrate-women-content {
    margin-right: 50px;
    text-align: left;
    padding: 50px 0px;
  }
  .celebrate-women-section {
    padding: 100px 0;
  }
  .celebrate-card img {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .celebrate-card {
    width: 270px;
    padding: 16px 20px;
  }
  .celebration-slide.swiper-slide {
    height: auto;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
}
.quotes-section {
  padding: 60px 0;
  position: relative;
  margin-bottom: 100px;
}

.michel-obama-img::before {
  content: "";
  background-color: #ffc39a;
  height: 190px;
  width: 270;
  position: absolute;
  top: -30px;
  left: -10px;
  z-index: -1;
}

.quote-text {
  background-color: #ffffff;
  padding: 16px;
  bottom: -40%;
  left: 50%;
  transform: translate(-50%, 50%);
  position: absolute;
  width: 70%;
  text-align: left;
  margin-bottom: 60px;
}
@media (max-width: 400px) {
  .quote-text {
    width: 90%;
    bottom: -50%;
    margin-bottom: 80px;
  }
}

.quote-title {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #505050;
  text-align: left;
  margin-top: -3rem;
  z-index: 1;
}
@media (min-width: 576px) {
  .quote-title {
    font-size: calc(0.462962963vw + 13.3333333333px);
  }
}
@media (min-width: 1440px) {
  .quote-title {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  .quote-title {
    line-height: calc(0.6944444444vw + 20px);
  }
}
@media (min-width: 1440px) {
  .quote-title {
    line-height: 30px;
  }
}
.quote-title p {
  margin-top: 8px;
  color: #fd6050;
}

@media (min-width: 992px) {
  .quote-text {
    width: 50%;
    left: auto;
    bottom: 0%;
    right: 0;
    transform: translate(0%, -50%);
    padding: 30px 35px;
  }
  .quotes-section {
    padding: 100px 0;
    padding-bottom: 0;
  }
  .michel-obama-img::before {
    top: -60px;
    left: -80px;
    height: 417px;
    width: 504px;
  }
}
.mainSecondArticleSlider-pagination {
  text-align: center;
}
.mainSecondArticleSlider-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
  background-color: #0796d6;
  opacity: 0.5;
}
.mainSecondArticleSlider-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.features-section {
  padding: 0 0 60px 0;
}

.feature-women-slider .swiper-wrapper {
  min-height: 480px;
}

.feature-slide {
  text-align: center;
  padding-top: 20px;
  transition: padding-top 0.5s ease-in-out;
  pointer-events: none;
  position: relative;
}
.feature-slide .arrow {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-80%);
  opacity: 0;
  transition: all 0.25s;
}

.feature-slide-image {
  position: relative;
  height: 450px;
  width: 300px;
  margin: auto;
  background-position: top;
  background-repeat: no-repeat;
  border-radius: 25px;
  pointer-events: all;
  background-size: cover;
  transition: all 0.25s;
}

.feature-slide-text {
  color: #ffffff;
  opacity: 1;
  font-size: 17px;
  line-height: 25px;
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 10px 15px;
  transition: all 0.25s;
}

.feature-slide-image::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  background: linear-gradient(180deg, transparent, #000000);
  border-radius: 25px;
}

.feature-slide.swiper-slide-active .feature-slide-image::before {
  opacity: 1;
  background: linear-gradient(180deg, transparent, #000000);
}

.swiper-button-next,
.swiper-button-prev {
  top: 43% !important;
  display: none !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: unset !important;
}

@media (min-width: 992px) {
  .swiper-button-next.article,
  .swiper-button-prev.article {
    top: 50% !important;
  }
  .women-article-slider.swiper-initialized.swiper-horizontal {
    padding: 0 50px;
  }
  .feature-women-slider .swiper-wrapper {
    min-height: 550px;
    padding: 30px 0;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: flex !important;
  }
  .feature-women-slider.swiper.swiper-horizontal {
    padding: 0 50px;
  }
  .swiper-button-next:hover svg {
    animation-name: bounce1;
    animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  .swiper-button-prev:hover svg {
    animation-name: bounce2;
    animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  @keyframes bounce1 {
    0% {
      transform: translateX(0);
    }
    10% {
      transform: translateX(-5px);
    }
    30% {
      transform: translateX(-3px);
    }
    50% {
      transform: translateX(5px);
    }
    57% {
      transform: translateX(0px);
    }
    64% {
      transform: translateX(5px);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes bounce2 {
    0% {
      transform: translateX(0);
    }
    10% {
      transform: translateX(5px);
    }
    30% {
      transform: translateX(3px);
    }
    50% {
      transform: translateX(-5px);
    }
    57% {
      transform: translateX(0px);
    }
    64% {
      transform: translateX(-5px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .feature-slide-image .feature-slide-text {
    opacity: 0;
  }
  .feature-slide-image:hover {
    box-shadow: 0 1.7px 19px rgba(0, 0, 0, 0.64);
  }
  .feature-slide-image:hover .feature-slide-text {
    opacity: 1;
  }
  .feature-slide:hover {
    transform: translateY(80px) !important;
    transition: transform 0.5s ease-in-out;
  }
  .feature-slide:hover .arrow {
    opacity: 1;
  }
  .feature-slide.swiper-slide-active .feature-slide-image::before {
    opacity: 0;
  }
  .feature-slide.swiper-slide-active .feature-slide-image:hover::before,
  .feature-slide.swiper-slide-active .feature-slide-image:focus::before {
    opacity: 1;
  }
  .feature-slide-image::before {
    opacity: 0;
  }
  .feature-slide-image:hover::before,
  .feature-slide-image:focus::before {
    opacity: 1;
  }
}
.trends-special {
  padding: 60px 0;
  position: relative;
  background-color: #ffd3b5;
}

.img-padding {
  padding-top: 400px;
}

.trends-special-title {
  font-size: 20px;
  line-height: 30px;
  color: #151515;
}
@media (min-width: 576px) {
  .trends-special-title {
    font-size: calc(1.1574074074vw + 13.3333333333px);
  }
}
@media (min-width: 1440px) {
  .trends-special-title {
    font-size: 30px;
  }
}
@media (min-width: 576px) {
  .trends-special-title {
    line-height: calc(1.1574074074vw + 23.3333333333px);
  }
}
@media (min-width: 1440px) {
  .trends-special-title {
    line-height: 40px;
  }
}

.trends-special-text {
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  font-weight: 400;
}
@media (min-width: 576px) {
  .trends-special-text {
    font-size: calc(0.462962963vw + 13.3333333333px);
  }
}
@media (min-width: 1440px) {
  .trends-special-text {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  .trends-special-text {
    line-height: calc(0.6944444444vw + 20px);
  }
}
@media (min-width: 1440px) {
  .trends-special-text {
    line-height: 30px;
  }
}
.trends-special-text span {
  color: #9d0303;
}

.free-subscribe-btn {
  background-color: #103977;
  color: white;
  padding: 1rem 2.5rem;
  border-radius: 25px;
}
.free-subscribe-btn:hover, .free-subscribe-btn:active, .free-subscribe-btn:focus {
  box-shadow: none;
}

@media (min-width: 767px) {
  .img-padding {
    padding-top: 650px;
  }
}
@media (min-width: 992px) {
  .img-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.free-subscribe-btn {
  color: white;
  background-color: #103977;
}

.pointerBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  top: 0;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: white;
  background-color: rgb(255, 91, 35);
  border-radius: 50px;
  outline: none;
  border: none;
  width: 100%;
}
.pointerBtn .arrow {
  display: flex;
  align-items: center;
}
.pointerBtn:hover .arrow {
  animation: arrowMovement 1.5s ease infinite;
}
.pointerBtn:hover {
  color: white;
}
@keyframes arrowMovement {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(10px);
  }
  80% {
    transform: translateX(0);
  }
}
@keyframes arrowMovementBack {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(-10px);
  }
  80% {
    transform: translateX(0);
  }
}

@media (min-width: 992px) {
  .free-subscribe-btn.pointerBtn {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.articles-section {
  padding: 60px 0;
}

.women-article-slider {
  display: flex;
  align-items: center;
  justify-content: center;
}
.women-article-slider .mainLandingCard {
  width: 100%;
  height: 210px;
  border-radius: 10px;
  overflow: hidden;
}
.women-article-slider .mainLandingCard .main-slider-anchor-tag {
  width: 100%;
  height: 100%;
}
.women-article-slider .mainLandingCard .main-slider-anchor-tag:hover > .main-article-img-box .mainLandingImg {
  scale: 1.1;
}
.women-article-slider .mainLandingCard .main-slider-anchor-tag .main-article-img-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.women-article-slider .mainLandingCard .main-slider-anchor-tag .main-article-img-box .main-featured-tag {
  position: absolute;
  left: 0;
  top: 30px;
  padding: 5px 10px;
  background: rgb(74, 39, 113);
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #ffffff;
  z-index: 2;
}
.women-article-slider .mainLandingCard .main-slider-anchor-tag .main-article-img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, #000000 90%);
}
.women-article-slider .mainLandingCard .main-slider-anchor-tag .main-article-img-box .mainLandingImg {
  transition: all 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.women-article-slider .mainLandingCard .main-slider-anchor-tag .main-article-img-box .main-article-img-text {
  z-index: 2;
  position: absolute;
  bottom: 10px;
  padding: 0 20px;
  color: white;
}
.women-article-slider .mainLandingCard .main-slider-anchor-tag .main-article-img-box .main-article-img-text .main-article-heading {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
}
.women-article-slider .mainLandingCard .main-slider-anchor-tag .main-article-img-box .main-article-img-text .main-article-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.asnt-section {
  background-image: url("/images/women-in-ndt/asnt-banner-mob.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 600px;
  padding: 60px 0;
}

.asnt-content {
  color: #ffffff;
}
.asnt-content .asnt-text {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 576px) {
  .asnt-content .asnt-text {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .asnt-content .asnt-text {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  .asnt-content .asnt-text {
    line-height: calc(0.462962963vw + 21.3333333333px);
  }
}
@media (min-width: 1440px) {
  .asnt-content .asnt-text {
    line-height: 28px;
  }
}

.asnt-btn {
  background-color: #00adee;
  color: #fff;
}
.asnt-btn:hover, .asnt-btn:focus {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.asnt-btn:hover svg path, .asnt-btn:focus svg path {
  fill: #ffffff;
}

@media (min-width: 992px) {
  .articles-section {
    padding: 100px 0;
  }
  .asnt-section {
    background-image: url("/images/women-in-ndt/asnt-banner-web.png");
    background-size: contain;
    height: 500px;
  }
  .asnt-btn.pointerBtn {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.ndt-women-section {
  padding: 200px 0 60px 0;
  background-image: url("/images/women-in-ndt/quotes-banner-mob.png");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 60px 0;
}
.ndt-women-section .container {
  position: relative;
}

.women-slider-img {
  width: 98px;
  height: 98px;
  border: 1px solid #151515;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 30px;
}
.about-text {
  font-size: 16px;
  line-height: 26px;
  color: #404040;
}
@media (min-width: 576px) {
  .about-text {
    font-size: calc(0.2314814815vw + 14.6666666667px);
  }
}
@media (min-width: 1440px) {
  .about-text {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  .about-text {
    line-height: calc(0.2314814815vw + 24.6666666667px);
  }
}
@media (min-width: 1440px) {
  .about-text {
    line-height: 28px;
  }
}

@media (min-width: 992px) {
  .ndt-women-section {
    padding: 150px 0 60px 0;
    background-image: url("/images/women-in-ndt/quotes-banner.png");
    background-position: center;
  }
  .ndt-women-slider {
    width: 50%;
    margin: 0 auto;
  }
  .women-slider-img {
    margin-top: -30px;
  }
  .ndt-women-slider::before {
    content: "";
    background-image: url("/images/women-in-ndt/pink-quote.jpg");
    height: 100px;
    width: 223px;
    background-size: cover;
    margin-left: 25px;
    display: block;
  }
  .quote-container {
    padding-left: 38%;
  }
}
.ndt-women-card-skeleton-loader {
  width: 310px;
  height: 100%;
  min-height: 520px;
  border-radius: 25px;
  background: linear-gradient(45deg, #f1f0f0, #c1c0c0, #f1f0f0);
  background-size: 200%;
  background-position: left;
  animation: skeleton 1s ease infinite alternate-reverse;
}

@keyframes skeleton {
  0% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
