@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --bs-primary: #a42c3a;
  --bs-secondary: #5f230b;
  --bs-body-font-family: "Poppins", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000;
  --bs-body-bg: #fff;
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: initial !important;
}

img {
  max-width: 100%;
  height: auto;
}

.btn {
  font-size: 0.875rem;
}

.btn-primary {
  background-color: var(--bs-primary);
  color: #fff;
  border-color: transparent;
  border-radius: 20px;
  padding: 8px 30px;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
  background-color: var(--bs-secondary) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.btn-secondary {
  background-color: #fff;
  color: #000;
  border-color: transparent;
}

.btn-secondary:hover,
.btn-secondary:active {
  background-color: var(--bs-primary) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.section {
  padding: 30px 0;
}

.sec_head {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  /* color: var(--bs-secondary); */
  text-align: center;
}

/*Header*/
.navbar-nav .nav-link {
  color: #000;
  font-weight: 500;
}

.navbar-nav .nav-link:hover {
  color: var(--bs-primary);
}

.navbar-brand img {
  max-height: 75px;
  max-width: 200px;
}

/*banner*/
.banner_sec {
  position: relative;
}

.banner_sec .banner-img img {
  width: 100%;
  object-fit: cover;
}

.banner-content {
  position: absolute;
  color: white;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.banner-content h1 {
  font-size: 35px;
}

.banner-content h2 {
  font-size: 22px;
}

.banner-btn {
  position: absolute;
  top: auto;
  bottom: 0%;
  transform: translateY(-50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
.header_btn {
  font-size: 20px;
  color: var(--bs-secondary);
}
.banner-pagination .swiper-pagination-bullet-active {
  background-color: var(--bs-primary);
  border-radius: 8px;
}

.banner-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  border: 1px solid var(--bs-primary);
  background-color: transparent;
}

.inquery-form {
  display: flex;
  justify-content: end;
}

.form-sec {
  z-index: 99;
}

.form-section {
  position: absolute;
  bottom: 70px;
  background-color: #a32c3a;
  padding: 20px;
  border-radius: 30px;
  width: 350px;
}

.form-section .form-control {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
}

.form-section .form-control::placeholder {
  color: #fff !important;
}

.custom-select {
  background: url("../images/down-arrow.svg") no-repeat right 10px center;
}

.form-section .form-content {
  background-color: #191919;
  padding: 20px;
  border-radius: 30px;
  color: #fff;
}

.form-section input,
.form-section select {
  margin-bottom: 15px;
}

.form-section .social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #191919;
  border-radius: 6px;
  text-decoration: none;
}

.form-section .social-icons a i {
  font-size: 16px;
  color: white;
}

/*challenges*/
.challenge-card {
  background-color: var(--bs-secondary);
  border: none;
  overflow: hidden;
  height: 100%;
  padding: 12px;
}

.challenge-card .card-img {
  width: 70px;
  margin-bottom: 12px;
}

.challenge-card .card-title {
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 0;
}

.challenges-footer {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: var(--bs-secondary);
}

/*customer*/
.customer-sec .customer-bg {
  background-color: var(--bs-secondary);
  border-radius: 16px;
  padding: 15px;
}

.customer-sec .customer-head {
  color: white;
  font-size: 18px;
  text-align: center;
}

.customer-bag {
  background-color: white;
  border-radius: 6px;
  padding: 4px;
  text-align: center;
}

.line>div:nth-child(1),
.footer_links_row>div:nth-child(2) {
  border-right: 2px solid #fff;
}

/*testinomial*/
.testinomial-sec .testimonial-Swiper {
  padding-bottom: 25px;
}

.testinomial-sec .testimonial-card {
  background-color: #000;
  border-radius: 8px;
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-bottom: 12px;
  height: 100%;
}

.testimonial-card img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonial-content p {
  max-height: 420px;
  height: 360px;
  overflow-y: scroll;
}

.testimonial-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.testimonial-position {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 10px;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: var(--bs-primary) !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
}

/*about-sec*/
.about-section .icon {
  width: 75px;
  height: 75px;
}

.about-section .about-icon {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.about-section .about-icon-content h6 {
  font-weight: 600;
  font-size: 30px;
}

/*product*/
.product-swiper .swiper-slide {
  /* display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff; */

  /* height: 400px; */
}

.product-swiper .product-container {
  display: flex;
  border: 1px solid #61210f;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.product-swiper .product-image {
  min-width: 300px;
  padding: 40px 20px;
  background-color: var(--bs-primary);
  border-radius: 12px 0 0 12px;
  display: flex;
  align-items: center;
}

.product-swiper .product-details {
  flex-grow: 1;
  padding: 30px;
}

.product-swiper .product-details h5 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 28px;
}

.product-swiper .product-details p {
  color: #191919;
  margin-bottom: 10px;
  font-size: 18px;
}

.product-details ul {
  padding-left: 20px;
}

.product-details ul li {
  list-style: disc;
  color: #191919;
  font-size: 18px;
  margin-bottom: 5px;
}

.product-slider-action {
  text-align: center;
}

.swiper-btn-prev,
.swiper-btn-next {
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  z-index: 1;
  margin-top: -48px;
}

.swiper-btn-prev {
  left: -20px;
}

.swiper-btn-next {
  right: -20px;
}

/* Swiper Pagination
.product-swiper .swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 1;
}

.product-swiper .swiper-pagination-bullet-active {
  background: #a52d2d;
} */

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}

/*offer*/
.offer-swiper {
  padding-bottom: 32px;
}

.offer-card {
  background-color: var(--bs-secondary);
  border: none;
  border-radius: 12px;
  color: white;
  overflow: hidden;
  text-align: center;
}

.offer-card img {
  padding: 12px;
  border-radius: 8px 8px 0 0;
}

.offer-card .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  /* margin-top: 10px; */
}

.offer-swiper .swiper-pagination-bullet-active {
  background: var(--bs-primary);
}

/*comparison container*/
.comparison-sec .comparison-container {
  background-color: var(--bs-primary);
  border: 1px solid #707070;
  border-radius: 16px;
  color: white;
  padding: 20px;
}

.comparison-sec .comparison-header {
  margin-bottom: 20px;
}

.comparison-sec .feature-list {
  color: white;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 0;
  height: 100%;
}

.comparison-sec .benefit {
  background-color: #fff;
  color: #000;
  border-radius: 8px;
  padding: 0;
  height: 100%;
  border: 1px solid transparent;
}

.comparison-sec .comparison-heading {
  padding: 5px 10px;
  border-radius: 8px 8px 0 0;
  text-align: center;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comparison-sec .comparison-heading h4 {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.comparison-sec .comparison-heading img {
  max-width: 100px;
}

.comparison-sec .comparison-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.comparison-sec .benefit ul {
  width: calc(100% + 2px);
  margin-left: -1px;
}

.comparison-sec .feature-list li {
  padding: 5px 15px;
  border-bottom: 1px solid #fff;
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
  height: 50px;
  display: flex;
  align-items: center;
}

.comparison-sec .benefit li {
  padding: 5px 15px;
  border-bottom: 1px solid #000;
  text-align: left;
  font-size: 14px;
  color: #5F230B;
  line-height: 1.2;
  height: 50px;
  display: flex;
  align-items: center;
}

.comparison-sec .comparison-container li:last-child {
  border-bottom: none;
}

.comparison-sec .comparison-container .check-icon,
.comparison-sec .comparison-container .cross-icon {
  margin-right: 12px;
}

.comparison-sec .comparison-container .check-icon i {
  color: green;
  font-weight: 600;
}

.comparison-sec .comparison-container .cross-icon i {
  color: red;
  font-weight: 600;
}

.comparison-sec .comparison-container .comp-head-c {
  background-color: var(--bs-secondary);
}

/*Faq*/
.accordion {
  --bs-accordion-border-color: none;
}

.accordion-button {
  font-weight: 600;
  font-size: 18px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/acc-minus.svg");
  background-position: center;
  background-color: none;
}

.accordion-button.collapsed::after {
  background-image: url("../images/acc-plus.svg");
  color: #000;
  background-color: none;
}

.accordion-item {
  border-bottom: 2px solid #be4a5c;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #000;
  box-shadow: none;
  border: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  background-color: #fff;
  color: #000;
  border: none;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/*footer*/
.footer {
  position: relative;
  color: white;
  z-index: 1;
}

.footer::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bs-secondary);
  z-index: -1;
  height: 80%;
  width: 100%;
}

.footer .footer-bg {
  background-color: #1a1a1a;
  border-radius: 10px;
}

.footer-content {
  padding: 20px 60px;
}

.footer .contact-details,
.footer .locations,
.footer .customer-care {
  margin-bottom: 20px;
}

.footer .footer-nav ul {
  list-style: none;
}

.footer .footer-nav li {
  margin-bottom: 10px;
}

.footer .footer-nav li a {
  text-decoration: none;
  color: #fff;
}

.footer .social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: var(--bs-secondary);
  border-radius: 6px;
  margin-right: 10px;
  text-decoration: none;
}

.footer .social-icons a:hover {
  background-color: var(--bs-primary);
}

.footer .social-icons a i {
  font-size: 16px;
  color: white;
}

.footer .copyright {
  border-top: 1px solid gray;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 14px;
}

.sales-card {
  padding: 20px;
  border-radius: 16px;
  background-color: #191919;
  height: 100%;
}

.sales-card img {
  height: 220px;
}

.sales-swiper .swiper-slide {
  height: initial !important;
}

/*popupform*/
.popup-form .btn-close {
  top: 10px;
  right: 10px;
  position: absolute;
  filter: invert(1);
  opacity: 1;
}

.modal-head {
  margin-bottom: 20px;
  font-size: 20px;
}

.modal-content {
  background-color: var(--bs-primary);
  border-radius: 10px;
}

.modal-body {
  padding: 30px;
}

.brochure-form .form-group {
  margin-bottom: 26px;
  position: relative;
}

/* .popup-form .form-group label {
  position: absolute;
  top: -2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  background: var(--bs-primary);
  padding: 0 12px 0 6px;
  margin: 0 0 0 12px;
} */

.popup-form .form-group .form-control,
.popup-form .form-group .form-select {
  padding-left: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #fff;
  background-color: transparent;
  margin: 6px 0 0;
  color: #fff;
}

.popup-form .form-group .form-control {
  color: #fff;
}

.popup-form input.form-control::placeholder {
  color: white;
}

.form-check-label p {
  line-height: 1.5;
  font-size: 14px;
}

.popup-form select option {
  background-color: var(--bs-primary);
  color: #fff;
}

.popup-form .form-btn .btn-light:hover {
  background-color: var(--bs-secondary);
  color: #fff;
  border: none;
}

.form-check-label {
  background-color: transparent !important;
}

@media (max-width: 1300px) and (min-width:900px) {
  .form-section {
    padding: 12px;
  }

  .form-section input,
  .form-section select {
    margin-bottom: 10px;
  }

  .form-section {
    bottom: 50px;
  }
}

/* @media (max-width: 1400px) {
  .product-swiper .product-details h5 {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 25px;
  }

  .product-swiper .product-details p {
    color: #191919;
    margin-bottom: 8px;
    font-size: 17px;
  }
} */

@media (max-width: 1300px) {
  .banner_sec .banner-img img {
    height: 500px;
  }

  /* 
  .form-section {
    bottom: 24px;
  } */

  /* .product-swiper .product-details h5 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .product-swiper .product-details p {
    color: #191919;
    margin-bottom: 7px;
    font-size: 16px;
  }

  .product-details ul li {
    list-style: disc;
    color: #191919;
    font-size: 17px;
    margin-bottom: 4px;
  } */
}

@media (max-width: 1024px) {
  .banner-content h1 {
    font-size: 30px;
  }

  .banner-content h2 {
    font-size: 25px;
    font-weight: 500;
  }
}

@media (max-width: 991px) {
  .testimonial-card {
    flex-direction: row;
    align-items: left;
    text-align: left;
  }

  .testimonial-card img {
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 10px;
  }

  .testimonial-mb {
    position: absolute;
    left: 140px;
    top: 38px;
  }
}

@media (max-width: 900px) {
  .form-section {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 10px;
  }

  .inquery-form {
    display: flex;
    justify-content: center;
  }
}

/* @media (max-width: 815px) {
  .product-swiper .product-details h5 {
    font-weight: 600;
    margin-bottom: 7px;
    font-size: 20px;
  }

  .product-swiper .product-details p {
    color: #191919;
    margin-bottom: 5px;
    font-size: 15px;
  }

  .product-details ul li {
    list-style: disc;
    color: #191919;
    font-size: 18px;
    margin-bottom: 5px;
  }
} */

@media (max-width: 767px) {
  .products-sec {
    display: block;
  }
  .header_btn,.challenges-footer {
    font-size: 15px;
  }
  .challenge-card .card-img {
    width: 50px;
  }
  .section {
    padding: 20px 0;
  }

  .sec_head {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--bs-secondary);
    text-align: center;
  }

  .btn-primary {
    padding: 5px 20px;
  }

  .navbar .navbar-brand img {
    width: 110px;
  }

  .navbar-expand .navbar-collapse {
    justify-content: end;
  }

  .navbar-expand .navbar-nav {
    position: absolute;
    bottom: -45px;
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: scroll;
    padding: 0 10px;
    background-color: var(--bs-primary);
    border-radius: 0 0 20px 20px;
  }

  .navbar-expand .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
  .challenge-card .card-title {
    font-size: 1rem;
  }
  .challenge-card img {
    /* height: 150px; */
  }

  .about-mbsection {
    background-color: #191919;
    border-radius: 12px;
    color: #fff;
    padding: 15px;
  }

  .about-mbsection .sec_head {
    color: #fff;
    text-align: start;
  }

  .line>div:nth-child(1),
  .footer_links_row>div:nth-child(2) {
    border-right: 0px solid #fff;
  }

  .customer-sec .customer-head {
    margin-top: 25px;
  }

  .offer-card .card-title {
    font-size: 1rem;
    font-weight: 600;
    /* margin-top: 10px; */
  }

  .product-swiper .product-image img {
    width: 100%;
    max-width: 200px;
  }

  .product-swiper .product-details h5 {
    margin-bottom: 7px;
    font-size: 20px;
  }

  .product-swiper .product-details p {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .product-details ul li {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .about-section .icon {
    width: 60px;
    height: 60px;
  }

  .about-section .about-icon-content h6 {
    font-weight: 700;
    font-size: 20px;
  }

  .product-swiper {
    /* overflow: inherit; */
    overflow: hidden;
  }

  .product-swiper .product-container {
    background-color: var(--bs-primary);
    flex-direction: column;
    border: 0;
    border-radius: 10px;
    position: relative;
  }

  .product-swiper .product-image {
    background-color: inherit;
    border-radius: inherit;
    justify-content: center;
    flex-direction: column;
  }

  .product-swiper .product-details {
    padding: 20px 10px;
  }

  .products-sec {
    overflow-x: hidden;
  }

  .product-details-inner {
    display: none;
    width: calc(100% - 20px);
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #fff;
    border: 1px solid var(--bs-primary);
    padding: 15px;
    border-radius: 10px;
    max-height: 385px;
    overflow-y: scroll;
  }

  .product-details-bottom {
    display: flex;
    justify-content: space-between;
  }

  .product-slider-action {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }

  .swiper-btn-prev,
  .swiper-btn-next {
    position: static;
    transform: inherit;
    margin: 0;
  }

  .product-swiper-pagination {
    width: 60px;
    background-color: var(--bs-primary);
    border-radius: 10px;
    color: #fff;
    margin: 0 15px;
  }

  .product-details-inner .close-icon {
    position: absolute;
    top: 8px;
    right: 10px;
  }

  .comparison-sec .comparison-container {
    padding: 20px 6px 20px 0;
  }

  .comparison-sec .feature-list {
    color: white;
    border: 0;
    border-radius: 0px;
    padding: 0;
  }


  .comparison-sec .comparison-heading {
    height: 46px;
    border-bottom: 1px solid #191919;
  }

  .comparison-sec .comparison-container .comp-head-c {
    background-color: #191919;
  }

  .comparison-sec .comparison-heading h4 {
    font-size: 12px;
    word-wrap: break-word;
  }

  .comparison-sec .comparison-heading img {
    max-width: 90px;
  }

  .comparison-sec .feature-list li {
    height: 44px;
  }

  .comparison-sec .benefit {
    border: 0;
  }

  .comparison-sec .benefit ul {
    width: 100%;
    margin: 0;
  }

  .comparison-sec .benefit li {
    justify-content: center;
    height: 44px;
  }

  .comparison-sec .benefit li .check-content,
  .comparison-sec .benefit li .cross-content {
    display: none;
  }
}

@media (max-width: 576px) {
  .section {
    padding: 15px 0;
  }

  .sec_head {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--bs-secondary);
    text-align: center;
  }

  .btn-primary {
    padding: 5px 15px;
  }

  .navbar-expand .navbar-nav .nav-item .nav-link {
    font-size: 0.8rem;
  }

  .navbar-expand .navbar-nav {
    position: absolute;
    bottom: -40px;
  }

  .footer-content {
    padding: 20px;
  }

  .footer::after {
    background-color: var(--bs-primary);
    z-index: -1;
    height: 90%;
    width: 100%;
    border-radius: 30px 30px 0 0;
    bottom: -11.25px;
  }

  .banner_sec .banner-img img {
    margin-top: 30px;
  }

  .banner-content {
    left: 0;
    top: 40px;
    bottom: auto;
    padding: 0 30px;
    text-align: center;
    transform: none;
    width: 100%;
  }

  .banner-content h1 {
    font-size: 15px;
  }

  .banner-content h2 {
    font-size: 15px;
    font-weight: 500;
  }

  .banner-btn {
    left: 0;
    top: auto;
    bottom: 0px;
    text-align: center;
    transform: none;
    width: 100%;
  }

  .testimonial-card {
    flex-direction: row;
    align-items: left;
    text-align: left;
  }

  .testimonial-card img {
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 10px;
  }

  .testimonial-mb {
    position: absolute;
    left: 140px;
    top: 38px;
  }

  .swiper-pagination-bullet-active {
    background-color: var(--bs-primary);
    border-radius: 8px;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    border: 1px solid var(--bs-primary);
    background-color: transparent;
  }

  .customer-sec .customer-bg {
    background-color: #ededed;
    border-radius: 12px;
    padding: 15px;
  }

  /* .customer-sec .customer-head {
    margin-top: 15px;
  } */

  .customer-sec .customer-head {
    color: #191919;
    font-size: 18px;
    text-align: center;
  }

  .about-section .icon {
    width: 50px;
    height: 50px;
  }

  .about-section .about-icon-content h6 {
    font-weight: 600;
    font-size: 17px;
  }

  .about-section .about-icon-content p {
    font-weight: 600;
    font-size: 11px;
  }

  .comparison-sec .comparison-heading img {
    max-width: 76px;
  }

  .offer-card {
    height: 320px;
  }

  .offer-card img {
    padding: 10px;
    height: 100%;
  }

  .offer-card .card-title {
    font-size: 14px;
    font-weight: 600;
    /* margin-top: 10px; */
  }

  .sales-card {
    padding: 8px;
    border-radius: 8px;
  }

  .sales-card img {
    height: 160px;
  }

  .sales-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
  }

  .sales-card p {
    font-size: .8rem;
    font-weight: 300;
  }

  .stickysec .container>div {
    bottom: 20px;
    z-index: 999;
    width: fit-content;
    margin: auto;
    padding: 8px;
    border-radius: 30px;
  }
}

@media (max-width: 425px) {
  .comparison-sec .comparison-heading h4 {
    font-size: 10px;
    word-wrap: break-word;
  }

  .comparison-sec .feature-list li {
    font-size: 12px;
  }

  .challenge-card .card-title {
    font-size: 12px;
  }

  .error {
    color: orange;
    font-size: 12px;
    display: block;
    /* Make sure the error is displayed as block */
  }

  input.error,
  select.error {
    border-color: orange;
  }

  small.error {
    color: orange;
    font-size: 12px;
  }
}