.client-area .client-box .title {
  font-size: 45px !important;
  font-weight: bold;
}

.dot {
  position: relative;
  top: 5px;
  height: 7px;
  display: block;
  width: 7px;
  border-radius: 50%;
  background: var(--secondary);
  flex-shrink: 0;
}

.service-area .service-item .service-features li {
  list-style: none !important;
  display: flex;
  gap: 10px;
  font-size: 15px !important;
  font-size: 15px;
}

.black-white-img {
  filter: grayscale(100%);
}

.pricing-box .price {
  position: relative;
  top: 5px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.pricing-box .price span {
  font-size: 20px;
  font-weight: 500;
  text-decoration: line-through;
}

.faq-area .accordion .accordion-button {
  line-height: 1.6 !important;
}

.client-box .show-light {
  width: 100px !important;
}

.hero-area figure.img_wrap {
  width: 100px;
  height: 100px;
}

.hero-area figure.img_wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

body :is(h1, h2, h3, h4, h5, h6) {
  font-family: "Instrument Sans" !important;
}

.video-area .img_wrap {
  height: 100px;
  width: 100px;
}

.blog {
  display: grid;
  grid-template-columns: 230px 390px !important;
}

.blog-area .swiper {
  width: 100%;
  height: auto;
}

.blog-area .swiper-wrapper {
  display: flex;
}

.blog-area .swiper-slide {
  flex: 0 0 auto;
  /* Ensure slides are displayed in a row */
}

.custom-slider-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid rgba(18, 18, 18, 0.08);
  color: #000;
  font-size: 12px;
  background-color: transparent;
}

.custom-slider-button:is(:hover, :active, :focus) {
  background-color: #000;
  color: #fff;
}

.blog-area {
  position: relative;
}

.slider-buttons {
  position: absolute;
  top: 60%;
  left: 49%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1500px;
}

.about-area p {
  color: #000 !important;
}

.about-area p div {
  color: #555555 !important;
}

.drop-down-button-list-item {
  position: relative;
}

.nav-menu li a {
  font-size: 30px !important;
  font-weight: 500;
  width: 90%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.offcanvas-3__menu {
  overflow-y: hidden !important;
}

#drop-down {
  margin-top: 20px !important;
  padding-left: 15px;
}

#drop-down li a {
  font-size: 20px !important;
}

#drop-down li a i {
  font-size: 15px !important;
}


@media only screen and (max-width: 550px) {
  #preloader span {
    font-size: 4vw !important;
    /* Adjusts font size based on the viewport width */
    line-height: 1;
    letter-spacing: normal !important;
  }

  #preloader {
    display: block !important;
    opacity: 1 !important;
  }
}

@media only screen and (max-width: 768px) {
  .contact-formfield input {
    padding-bottom: 0px !important;
  }

  .faq-area .section-content .wc-btn-underline {
    max-width: 100% !important;
    width: 100%;
  }

  .section-heading {
    margin-bottom: 10px !important;
  }

  .blogs-slider .slider-buttons {
    display: none !important;
  }

  .container-preloader .animation-preloader .txt-loading {
    font-size: 3em !important;
  }

  .blog-slider .thumb {
    height: 300px;
  }

  .blogs-slider .blog {
    display: block !important;
  }

  .slick-dots {
    bottom: -30px;
  }
}

/* SLICK RESET */

.slick-dots li {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
}

.slick-dots li button::before {
  display: none;
}

.slick-dots li button {
  --_size: 10px;

  display: block;
  background: #D9D9D9;

  height: var(--_size);
  width: var(--_size);

  border-radius: 100%;

  margin: 0 4px;

  padding: 0;

  transition: width 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: center;
}

.slick-dots li.slick-active button {
  background: #dd4a48;
}

.slick-dots li.slick-active~li button {
  --_size: 10px;
}

.slick-dots li.slick-active~li:last-child button {
  --_size: 10px;
}

.slick-slide {
  height: auto;
}

/* SLICK RESET */

.about-area .section-content .bg:after {
  background-color: rgba(18, 18, 18, .25) !important;
}

.about-area p {
  color: #fff !important;
}

.info-list a {
  transition: all 100ms ease;
}

.video-area .info-box .info-list li {
  list-style: disc;
}

.info-area-inner .info-list a:is(:hover, :focus, :active) {
  color: #dadada;
}

.team-content h2 {
  font-size: 36px;
}

.terms-privacy {
  padding: 10rem;
}

.terms-privacy h3 {
  padding: 0 0 30px;
  font-size: 2.5rem;
}

.terms-privacy h4 {
  padding: 0 0 10px;
  font-size: 1.5rem;
}

.terms-privacy p {
  padding-bottom: 20px;
  font-weight: 300;
}

.form-check-label {
  font-size: 13px;
  line-height: 1.5;
  color: #000000;
  padding-left: 10px;
}

.form-check-label a {
  color: #dd4a48 !important;
}

.terms-privacy a {
  color: #dd4a48 !important;
}

.terms-privacy ul {
  list-style: inside !important;
  font-weight: 300;
}

.terms-privacy ul li {
list-style: inside !important;
    font-weight: 300;
    line-height: 1.4;
    padding: 7px 0;
    font-size: 18px;
}

.terms-privacy p.ul {
  padding-bottom: 10px;
}

.copyright-text .text.new a {
  padding: 0 4px;
}

.contact-area .contact-formfield input[type="checkbox"] {
  border: 1px solid #000000;
  height: 20px;
  width: 20px;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.formpop .form-check-label{
  color: #ffffff;
}

.mmpopup .form-check-label{
  color: #ffffff;
}