.logo-wrap a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.logo-wrap img {
  width: 72px;
  flex-shrink: 0;
}
.logo-wrap h1 {
  margin: 0;
  font-size: 24px;
}
.logo-wrap h1 span {
  display: block;
  font-size: 12px;
  color: var(--bs-primary);
  margin-top: 2px;
}
.logo-wrap h1 span:last-child {
  color: var(--bs-secondary);
  font-size: 16px;
}
.sticky-header .logo-wrap {
  display: none;
}
.sticky-header.is-fixed .logo-wrap {
  display: block;
  padding: 5px 0;
}
.is-fixed .logo-wrap img {
  width: 64px;
  flex-shrink: 0;
}
.is-fixed .logo-wrap h1 {
  font-size: 21px;
  color: var(--bs-white);
}
.is-fixed .logo-wrap h1 span {
  display: block;
  font-size: 12px;
  color: var(--bs-primary);
  margin-top: 2px;
}
.is-fixed .logo-wrap h1 span:last-child {
  color: var(--bs-white);
  font-size: 14px;
}
.is-fixed .header-nav.w3menu .nav > li > a {
  padding: 28px 12px;
  font-size: 15px;
}
.is-fixed .header-nav.w3menu .nav > li > a i {
  font-size: 12px;
}
.site-footer {
  background: var(--bs-secondary);
}
footer .widget-address li a strong {
  display: block;
  color: var(--bs-primary);
  margin-bottom: 5px;
}
.footer-logo .logo-wrap h1 {
  font-size: 24px;
  color: var(--bs-white);
}
.footer-logo .logo-wrap h1 span {
  font-size: 12px;
}
.footer-logo .logo-wrap h1 span:last-child {
  font-size: 18px;
  color: var(--bs-white);
}

.footer-logo .logo-wrap img {
  width: 70px;
}
.icon-bx-wraper.style-14 .icon-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Change this number to limit lines */
  overflow: hidden;
}
.slide-banner {
  position: relative;
}
.banner-button-next,
.banner-button-prev {
  background: var(--bs-primary);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  transform: translateY(-50%);
  z-index: 1;
}
.banner-button-prev {
  left: 10px;
  right: auto;
}
.banner-button-prev:hover svg,
.banner-button-next:hover svg {
  filter: brightness(0) invert(1);
}
.contact-form-wrap {
  padding-top: 120px;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
}
.abt-main .abt-img img {
  border: 5px solid var(--bs-primary);
  border-radius: 60px;
  width: 100%;
}
.abt-main p strong {
  display: block;
  color: var(--bs-primary);
  font-size: 20px;
}
.single-inner .content-item p {
  font-size: 16px;
}
.single-inner .content-item h3 {
  color: var(--bs-primary);
  font-size: 24px;
}
.single-inner .content-item ul {
  margin-bottom: 1rem;
  list-style: disc;
  margin-left: 15px;
}
.single-inner .content-item ul li {
  margin-bottom: 5px;
  list-style: disc;
}

/* Service Slider Pagination */
.service-slider {
  padding-bottom: 50px !important;
}
.service-slider .swiper-pagination {
  bottom: 0;
}
.service-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--bs-secondary);
  opacity: 0.4;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  transition: ease all 0.3s;
}
.service-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--bs-primary);
  width: 28px;
  border-radius: 5px;
  font-size: 0;
}
.near-text {
  font-size: 14px;
}
.site-header .is-fixed .extra-nav {
  display: none;
}
.pricingtable-wrapper.style-2 .pricingtable-features.typ-2 {
  column-count: 2;
}
.fix-btn {
  position: fixed;
  bottom: 0px;
  left: 10px;
  z-index: 2;
}
.fix-btn li {
  width: 50px;
  height: 50px;
  /* line-height: 50px; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff0000;
  text-align: center;
  border: 2px solid #ff0000;
  margin-bottom: 10px;
  border-radius: 50%;
}
.fix-btn li:last-child {
  background: #1bd741;
  border-color: #1bd741;
}
.fix-btn li i {
  color: #fff;
  font-size: 24px;
}
.trin-trin {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.whatsapp-btn {
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.7);
  }
  50% {
    box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.4);
  }
  75% {
    box-shadow: 0 0 0 14px rgba(241, 119, 50, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .fix-btn li {
    width: 40px;
    height: 40px;
  }
  .fix-btn li i {
    font-size: 20px;
  }
  .sticky-header .logo-wrap {
    display: block;
  }
  .logo-wrap img {
    width: 48px !important;
    flex-shrink: 0;
  }
  .logo-wrap h1 {
    margin: 0;
    font-size: 18px !important;
    color: var(--bs-white);
  }
  .logo-wrap h1 span {
    display: block;
    font-size: 10px !important;
    color: var(--bs-primary);
    margin-top: 2px;
  }
  .logo-wrap h1 span:last-child {
    color: var(--bs-white);
    font-size: 12px !important;
  }
  .mob-header-wrap {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    padding: 5px 0;
  }
  .banner-pagination {
    display: none !important;
  }
  .header-nav.w3menu .nav > li > a {
    font-size: 15px;
  }
  .header-nav.w3menu .nav > li .mega-menu li a,
  .header-nav.w3menu .nav > li .sub-menu li a {
    font-size: 13px;
  }
  .is-fixed .header-nav.w3menu .nav > li > a {
    padding: 7px 0;
    font-size: 15px;
  }
  .dz-bnr-inr.style-1 h1,
  .dz-bnr-inr.style-1 .h1 {
    font-size: 28px;
    line-height: 1.2;
  }
  .single-inner .content-item h3 {
    font-size: 18px;
  }
  .single-inner .content-item p {
    font-size: 14px;
  }
  .section-head.style-12 p {
    font-size: 14px;
  }
  .pricingtable-wrapper.style-2 .pricingtable-inner {
    flex-direction: column;
  }
  .pricingtable-wrapper.style-2 .dz-media {
    margin: 0 0 20px;
    min-width: auto;
    width: 100%;
    align-self: center;
  }
  .pricingtable-wrapper.style-2 .pricingtable-bx {
    font-size: 28px;
    margin: 0;
  }
  .pricingtable-wrapper.style-2 .pricingtable-features.typ-2 {
    column-count: unset;
  }
  .testimonial-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .floating-underline .form-control {
    font-size: 14px;
    height: auto;
  }
  .floating-underline.input-icon-left .form-control {
    padding-left: 30px;
  }
  .dz-bnr-inr.style-1 .breadcrumb {
    padding: 4px 15px 6px;
  }
  .content-wrapper.style-41 .content-media img {
    width: 240px;
    margin-top: 20px;
  }
}
