a {
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}

.btn-link,
.btn-link:hover {
  text-decoration: none;
}

.truncation3 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.truncation2 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.landing-form-section {
  margin-top: 50px;
}
.landing-form-section .landing-box {
  padding: 50px 25px;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: #4A2771;
}
.landing-form-section .form-heading {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
}
.landing-form-section .form-sub-heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #F9F9F9;
}
.landing-form-section .input-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
}
.landing-form-section .form-input {
  padding-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.landing-form-section .floating-label {
  position: absolute;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(241, 241, 241, 0.631372549);
  left: 10px;
  transition: all 0.5s ease;
  pointer-events: none;
}
.landing-form-section .contact-floating {
  left: 60px;
}
.landing-form-section input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 11px;
  border-bottom: 0.5px solid #FFFFFF;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #FFFFFF;
}
.landing-form-section input:focus {
  color: #ffffff;
}
.landing-form-section input:focus ~ .floating-label, .landing-form-section input:not(:focus):valid ~ .floating-label {
  transform: translateY(-25px);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.631372549);
}
.landing-form-section .iti--allow-dropdown {
  width: 100%;
}
.landing-form-section button[type=submit] {
  width: 100%;
  background: transparent;
  border: 1px solid #FFFFFF;
  margin-top: 40px;
}

.card-section {
  padding-top: 50px;
}
.card-section .card-skeleton-loader {
  min-width: 370px;
  min-height: 560px;
  border-radius: 10px;
  /* modifications */
  background: linear-gradient(45deg, #f1f0f0, #c1c0c0, #f1f0f0);
  background-size: 200%;
  background-position: left;
  animation: skeleton 1s ease infinite alternate-reverse;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .card-section .card-skeleton-loader {
    min-width: 330px;
  }
}
@media screen and (min-width: 992px) {
  .card-section .card-skeleton-loader {
    min-width: 370px;
  }
}
@media screen and (min-width: 1200px) {
  .card-section .card-skeleton-loader {
    min-width: 350px;
  }
}
@keyframes skeleton {
  0% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
.card-section .card-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 30px;
  gap: 50px;
}
.card-section .ndt-card-box {
  overflow: hidden;
  background: #FFFFFF;
  transition: all 0.3s ease;
  max-width: 370px;
  min-width: 334px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}
.card-section .ndt-card-box:hover {
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
}
.card-section .ndt-card-box:hover .img-box .card-img {
  scale: 1.015;
  bottom: -10px;
}
.card-section .img-box {
  min-height: 220px;
  position: relative;
  background: rgba(74, 39, 113, 0.16);
  overflow: hidden;
  transition: all 1s ease;
  display: flex;
  justify-content: center;
}
.card-section .card-img {
  transition: all 0.3s ease;
  position: absolute;
  bottom: -20px;
  height: 100%;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.card-section .text-box {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 10px;
}
.card-section .ndt-card-heading {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #505050;
}
.card-section .trend-edition {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #828282;
}
.card-section .text-body {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #505050;
}
.card-section .text-body ul li {
  text-align: left !important;
}
.card-section .text-body .p1 {
  font-size: 14px !important;
  line-height: 24px !important;
  letter-spacing: 0.01em !important;
  color: #505050 !important;
}
.card-section .button-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.card-section .apply-btn {
  background: #FF5B23;
  border: 0.5px solid #FF5B23;
  color: #ffffff;
  width: 100%;
  font-size: 16px;
}
.card-section .apply-btn svg path {
  fill: #ffffff;
}
.card-section .apply-btn.view-more-btn {
  border: none;
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgb(173, 230, 237);
}
.card-section .apply-btn.view-more-btn svg {
  transition: all 0.3s ease;
}
.card-section .apply-btn.view-more-btn svg path {
  stroke: rgb(51, 51, 51);
  fill: transparent;
}
.card-section .apply-btn.view-more-btn:hover svg {
  transform: rotate(45deg);
}
.card-section .no-border {
  border: none;
}
.card-section .button-row {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 20px;
  width: 100%;
}
.card-section .btn-fill {
  transition: all 0.3s ease;
}
.card-section .btn-fill:hover {
  background: #0F4482;
  border-color: #0F4482;
  color: white;
}
.card-section .view-more-btn {
  max-width: 200px;
}

@media screen and (min-width: 768px) {
  .landing-form-section button[type=submit] {
    max-width: 200px;
    align-self: center;
  }
  .advertise .addText-box .add-text {
    text-align: right;
    padding-right: 3px;
    padding-top: 6px;
  }
  .card-section .card-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: inherit;
    gap: 30px;
  }
  .card-section .ndt-card-box {
    max-width: 330px;
    min-width: 330px;
    margin-bottom: 15px;
  }
  .card-section .img-box {
    min-height: 180px;
  }
  .card-section .button-row {
    padding-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .landing-form-section {
    padding-top: 70px;
  }
  .landing-form-section .landing-box {
    flex-direction: row;
    padding: 50px 60px;
    padding-left: 20px;
  }
  .landing-form-section .form-img-box {
    flex: 1;
  }
  .landing-form-section .form-img-box {
    flex: 1.1;
  }
  .landing-form-section form {
    padding-right: 20px;
    flex: 1;
  }
  .landing-form-section button[type=submit] {
    align-self: flex-start;
  }
  .card-section .ndt-card-box {
    max-width: 370px;
    min-width: 370px;
    margin-bottom: 17px;
  }
  .card-section .img-box {
    min-height: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .landing-form-section {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .landing-form-section .landing-box {
    padding: 35px 60px;
    padding-bottom: 0;
    padding-left: 0;
    max-height: 480px;
  }
  .landing-form-section form {
    max-width: 45%;
    padding-right: 80px;
  }
  .landing-form-section .form-side-img {
    max-height: 100%;
  }
  .card-section {
    padding-top: 25px;
  }
  .card-section .apply-btn {
    font-size: 18px;
  }
  .card-section .apply-btn.view-more-btn {
    font-size: 12px;
  }
  .card-section .ndt-card-box {
    max-width: 350px;
    min-width: 350px;
  }
  .card-section .img-box {
    min-height: 220px;
  }
}
