.ribbon,
.time {
  font-size: 12px
}

.overlay-content,
.pagination li a,
.premium-badge,
.table td,
.table th {
  text-align: left
}

#preview,
img {
  max-width: 110px
}

:root {
  --primary: #13a6a8;
  --secondary: #2bdcff;
  --light: #000;
  --dark: #2B3940
}
.border-bottom {
  font-weight: bold;
}

.service-list li {
  background: #28a745;
  color: white;
  padding: 0.8rem 1.2rem;
  margin-bottom: 0.8rem;
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999
}

#spinner.show {
  transition: opacity .5s ease-out, visibility linear;
  visibility: visible;
  opacity: 1
}

.btn {
  font-family: Inter, sans-serif;
  font-weight: 600;
  transition: .5s
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #fff
}

.btn-square {
  width: 38px;
  height: 38px
}

.btn-sm-square {
  width: 32px;
  height: 32px
}

.btn-lg-square {
  width: 48px;
  height: 48px
}

.btn-lg-square,
.btn-sm-square,
.btn-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  border-radius: 2px
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 5px;
  transition: .5s
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(-180deg)
}

.navbar-dark .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  outline: 0
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--primary)
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500
}

.navbar-light.sticky-top {
  top: -100px;
  transition: .5s
}

.header-carousel .container,
.page-header .container {
  position: relative;
  padding: 45px 0 45px 35px;
  border-left: 15px solid #800080
}

.header-carousel .container::after,
.header-carousel .container::before,
.page-header .container::after,
.page-header .container::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100px;
  height: 15px;
  background: var(--primary)
}

.header-carousel .container::after,
.page-header .container::after {
  top: 100%;
  margin-top: -15px
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column
}

.header-carousel .owl-nav .owl-next,
.header-carousel .owl-nav .owl-prev {
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: 0 0;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 22px;
  transition: .5s
}

.header-carousel .owl-nav .owl-next:hover,
.header-carousel .owl-nav .owl-prev:hover {
  background: var(--primary);
  border-color: #800080
}

.bg-midium {
  background-color: #b1b1b1e4
}

.bg-medium {
  background-color: #fdfdfd
}

.cat-item,
.profile-facts {
  background-color: #fefefe;
  display: block;
  transition: .5s
}

.bb {
  border-bottom: #000
}

.breadcrumb-item+.breadcrumb-item::before,
.footer .copyright a {
  color: var(--light)
}

.ribbon {
  font-weight: 700;
  color: #fff;
  --f: .5em;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.8;
  padding-inline: 1.2lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(#0008 0 0) 51%/var(--f);
  clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
  transform-origin: 0% 100%
}

.about-bg {
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
  background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 1px, transparent 1px, transparent 100%);
  background-size: 5px 5px
}

.profile-facts {
  border: 2px solid #800080;
  border-radius: 10px;
  position: relative
}

.cat-item {
  box-shadow: 0 2px 15px rgba(0, 0, 0, .08);
  border: 2px solid #e9e9e9;
  border-radius: 10px;
  position: relative
}

.cat-item:hover::after {
  content: attr(data-model-fullname);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  white-space: nowrap;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  z-index: 1
}

.user-order {
  display: block;
  background-color: #FFDBBB;
  padding: 20px 10px 10px 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .08);
  border: 1px solid transparent;
  transition: .5s
}

.cat-item1:hover,
.job-item:hover,
.user-order:hover {
  border-color: rgba(0, 0, 0, .08);
  box-shadow: none
}

.user-order p {
  font-size: 15px
}

.time {
  color: #9e9e9e
}

.ribbon-2 {
  --f: 10px;
  --r: 15px;
  --t: 10px;
  color: #fff;
  position: absolute;
  inset: var(--t) calc(-1*var(--f)) auto auto;
  padding: 4px 20px var(--f) calc(10px + var(--r));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f)/ 2));
  box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
  margin-right: 0;
  font-size: 13px
}

.modalph,
.popup {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0
}

.success {
  background-color: #10c469;
  color: #fff
}

.cancel {
  background-color: #cd0404;
  color: #fff
}

.process {
  background-color: #ffae00;
  color: #fff
}

.cat-item p {
  font-size: 10px
}

.rounded-4 {
  border-radius: 10px
}

.search {
  margin-right: 50px
}

.nav-pills .nav-item .active {
  border-bottom: 2px solid var(--primary)
}

.job-item {
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .08);
  transition: .5s
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
  transition: .5s
}

.testimonial-carousel .owl-item.center .testimonial-item {
  background: #800080 !important
}

.testimonial-carousel .owl-item.center .testimonial-item * {
color: #000 !important;
}

.testimonial-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border: 5px solid #800080;
  border-radius: 2px;
  transition: .5s
}

.testimonial-carousel .owl-dot.active {
  background: var(--dark);
  border-color: var(--primary)
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  transition: .3s
}

.footer .btn.btn-social:hover {
  color: var(--primary);
  border-color: var(--light)
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  transition: .3s
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none
}

.footer .form-control {
  border-color: rgba(255, 255, 255, .5)
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .1)
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .1)
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none
}

.popup {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  display: none
}

.popup-content {
  background-color: #FFDBBB;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
  font-weight: bolder
}

.popup-content button {
  display: block;
  margin: 0 auto
}

.show {
  display: block
}

.table-wrapper {
  background: #fff;
  padding: 20px 25px;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.table-wrapper .btn {
  float: right;
  color: #333;
  background-color: #FFDBBB;
  border-radius: 3px;
  border: none;
  outline: 0 !important;
  margin-left: 10px
}

.table-wrapper .btn:hover {
  color: #333;
  background: #f2f2f2
}

.table-wrapper .btn.btn-primary {
  color: #fff;
  background: #03a9f4
}

.table-wrapper .btn.btn-primary:hover {
  background: #03a3e7
}

.table-title .btn {
  font-size: 13px;
  border: none
}

.table-title .btn i {
  float: left;
  font-size: 21px;
  margin-right: 5px
}

.table-title .btn span {
  float: left;
  margin-top: 2px
}

.table-title {
  color: #fff;
  background: #4b5366;
  padding: 16px 25px;
  margin: -20px -25px 10px;
  border-radius: 3px 3px 0 0
}

.table-title h2 {
  margin: 5px 0 0;
  font-size: 24px
}

.show-entries select.form-control {
  width: 60px;
  margin: 0 5px
}

.table-filter .filter-group {
  float: right;
  margin-left: 15px
}

.table-filter input,
.table-filter select {
  height: 34px;
  border-radius: 3px;
  border-color: #ddd;
  box-shadow: none
}

.table-filter {
  padding: 5px 0 15px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 5px
}

.table-filter .btn {
  height: 34px
}

.table-filter label {
  font-weight: 400;
  margin-left: 10px
}

.table-filter input,
.table-filter select {
  display: inline-block;
  margin-left: 5px
}

.table-filter input {
  width: 200px;
  display: inline-block
}

.filter-group select.form-control {
  width: 110px
}

.filter-icon {
  float: right;
  margin-top: 7px
}

.filter-icon i {
  font-size: 18px;
  opacity: .7
}

table.table tr th {
  font-size: 18px;
}

table.table tr td {
  font-size: 15px;
}

table.table tr td,
table.table tr th {
  border-color: #e9e9e9;
  padding: 5px 10px;
  vertical-align: middle
}

table.table tr th:first-child {
  width: 60px
}

table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fcfcfc
}

table.table-striped.table-hover tbody tr:hover {
  background: #f5f5f5
}

table.table th i {
  font-size: 13px;
  margin: 0 5px;
  cursor: pointer
}

table.table td a {
  font-weight: 700;
  color: #566787;
  display: inline-block;
  text-decoration: none
}

table.table td a:hover {
  color: #2196f3
}

table.table td a.view {
  width: 30px;
  height: 30px;
  color: #2196f3;
  border: 2px solid;
  border-radius: 30px;
  text-align: center
}

table.table td a.view i {
  font-size: 22px;
  margin: 2px 0 0 1px
}

table.table .avatar {
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px
}

.status {
  font-size: 30px;
  margin: 2px 2px 0 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 10px
}

.text-success {
  color: #10c469
}

.text-info {
  color: #62c9e8
}

.text-warning {
  color: #ffc107
}

.text-danger {
  color: #ff5b5b
}

.pagination {
  float: right;
  margin: 0 0 5px
}

.pagination li a {
  border: none;
  font-size: 13px;
  min-width: 30px;
  min-height: 30px;
  color: #999;
  margin: 0 2px;
  line-height: 30px;
  border-radius: 2px !important;
  padding: 0 6px
}

.pagination li a:hover {
  color: #666
}

.pagination li.active a {
  background: #03a9f4
}

.pagination li.active a:hover {
  background: #0397d6
}

.pagination li.disabled i {
  color: #ccc
}

.pagination li i {
  font-size: 16px;
  padding-top: 6px
}

.hint-text {
  float: left;
  margin-top: 10px;
  font-size: 13px
}

.image-preview {
  width: 150px;
  height: 150px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  background-size: cover;
  background-position: center;
  cursor: pointer
}

.upload-btn {
  background-color: #80008000;
  color: #3b3838;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px
}

.image-upload-container {
  display: flex;
  flex-direction: column;
  align-items: center
}

.modalph {
  display: none;
  z-index: 10000;
  padding-top: 100px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .9)
}

.modal-contents {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px
}

.closes {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: 700;
  cursor: pointer
}

.disabled-section {
  pointer-events: none;
  opacity: .4
}

.table-wrapper {
  margin: 10px 70px 70px;
  box-shadow: 0 35px 50px rgba(0, 0, 0, .2)
}

.table {
  border-radius: 5px;
  font-size: 12px;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  background-color: #fff
}

.table thead th {
  color: #fff;
  background: #4fc3a1
}

.table thead th:nth-child(odd) {
  background: #324960
}

.table tbody tr:nth-child(2n) {
  background: #f8f8f8
}

@media (max-width:1024px) {

  .table td,
  .table th {
    padding: 15px 10px
  }
}

@media (max-width:767px) {
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table {
    width: 100%;
    min-width: 600px
  }

  .table-wrapper {
    margin: 0;
    box-shadow: none
  }

  .fl-table {
    width: auto;
    min-width: 600px
  }

  .fl-table td,
  .fl-table th {
    white-space: nowrap;
    padding: 8px
  }

  .fl-table tbody td,
  .fl-table thead th {
    display: table-cell
  }

  .fl-table tbody tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 10px
  }
}

@media (max-width:480px) {
  .table {
    font-size: 10px
  }
}

.table td,
.table th {
  padding: 8px
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.2)
  }
}

.badge {
  display: inline-block;
  background-color: #800080;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  animation: 2s infinite pulse
}

.clear-search-icon,
.search-icon {
  transform: translateY(-50%);
  color: #495057;
  top: 50%;
  position: absolute
}

#searchResults {
  max-height: 280px;
  overflow-y: auto;
  width: 95% !important;
  background-color: #f8f9fa !important
}

.search-icon {
  right: 40px;
  pointer-events: none
}

#searchInput {
  padding-right: 40px
}

.clear-search-icon {
  right: 20px;
  cursor: pointer;
  display: none
}

.premium-badge {
  background-color: #add8e6;
  display: block;
  padding: 0 10px;
  margin-bottom: 15px;
  font-weight: 700;
  border-radius: 5px
}

.cross-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: gray;
  color: #000;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 700
}

.cross-badge-text {
  font-size: .75rem
}

.bg-light,
.relative {
  position: relative
}

.border-black {
  border: 1px solid #000
}

#premiumBookNow,
#standardBookNow,
#toast-container>.toast-success:before {
  display: none
}

#pageOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center
}

.spinner-border {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem
}

.button-3d,
.button-d {
  background-color: #800080;
  font-size: 16px;
  margin: 4px 2px;
  box-shadow: 0 5px #800080;
  transition: box-shadow .3s, transform .3s;
  color: #09219b;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer
}

.custom-dropdown {
  max-width: 180px;
  display: inline-block;
  vertical-align: middle
}

#toast-container {
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%)
}

#toast-container>.toast {
  color: #800080;
  border: 1px solid #22644e;
  box-shadow: 0 0 10px #22644e;
  border-radius: 8px;
  padding: 15px 20px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

#toast-container>.toast:before {
  background-color: #22644e
}

#toast-container>.toast-success {
  background-color: #22644e;
  color: #fcfcfc
}

#toast-container>.toast.toast-error {
  background-color: #dc3545;
  color: #fff
}

#toast-container .toast .toast-message {
  margin-left: 30px
}

.button-3d {
  border: none;
  border-radius: 5px
}

.button-3d:active,
.button-d:active {
  box-shadow: 0 2px #800080;
  transform: translateY(3px);
  color: #fff
}

.button-d {
  border: none;
  float: inline-end;
  border-radius: 5px
}

.label-style {
  background-color: #f0f0f0;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 700
}

.warranty-badgecompatible,
.warranty-badgepremium {
  font-size: .6em;
  color: #fff;
  background-color: #dc3545;
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 10px;
  display: inline-block
}

.btn-instagram .fa-instagram {
  color: #e1306c
}

.btn-facebook .fab.fa-facebook-f {
  color: #3b5998
}

.btn-youtube .fa-brands.fa-youtube {
  color: red
}

.btn-linkedin .fab.fa-linkedin-in {
  color: #0077b5
}

.header-phone-link i,
.header-whatsapp-link i {
  font-size: 18px
}

.header-phone-link,
.header-whatsapp-link {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #128c7e;
  text-decoration: none;
  line-height: 24px
}

.header-phone-link:hover,
.header-whatsapp-link:hover {
  text-decoration: underline
}

.social-icons a {
  border: none;
  outline: 0;
  background: 0 0;
  margin: 10px
}

.social-icons img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 8px
}

.social-icons a:hover img {
  transform: scale(1.1);
  transition: transform .3s ease-in-out
}

@keyframes slideIn {
  from {
    transform: translateX(100%)
  }

  to {
    transform: translateX(0)
  }
}

.notify {
  color: #fff;
  background-color: #177b9a;
  border-left: 5px solid #0ae976;
  padding: 10px 20px;
  margin: 20px;
  text-align: center;
  display: none;
  position: fixed;
  right: 0;
  top: 120px;
  z-index: 1001;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  border-radius: 4px;
  font-family: Arial, sans-serif;
  width: auto;
  white-space: nowrap;
  animation: .5s forwards slideIn
}

@media (max-width:768px) {
  .bd-highlight {
    flex-direction: column;
    align-items: stretch
  }

  .bd-highlight .p-2 {
    width: 100%;
    margin-bottom: 10px
  }

  #technicianSelect {
    width: 100%
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .d-flex.bd-highlight.py-4 {
    flex-wrap: wrap;
    flex-direction: column
  }

  .d-flex.bd-highlight.py-4>* {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 10px
  }

  .d-flex.bd-highlight.py-4>:last-child {
    margin-bottom: 0
  }

  .header-phone-link i,
  .header-whatsapp-link i {
    font-size: 16px
  }

  .header-phone-link,
  .header-whatsapp-link {
    font-size: 16px;
    line-height: 20px
  }

  .notify {
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 15px
  }
}

.text-r {
  text-align: -webkit-right
}

#preview {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 10px
}

@media (min-width:270px) and (max-width:300px) {

  .pre,
  .price-badge {
    color: #fff;
    border-radius: 4px
  }

  .col-ms-6,
  .col-s-6 {
    width: 50%
  }

  .col-sm-3 {
    width: 33.333%
  }

  .cat-item img {
    width: 60px;
    height: auto
  }

  .cat-item p {
    font-size: 8px
  }

  .pre {
    background-color: #8fb9c7;
    padding: 8px 15px
  }

  .service-item1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .2rem;
    position: relative
  }

  .price-badge {
    background-color: #dc3545;
    padding: 5px 10px;
    font-size: .9em;
    font-weight: 700
  }

  .service-list ul {
    font-size: 10px;
    padding-left: 20px
  }

  .a1 {
    width: 33.33%
  }

  .a1 p,
  .text button,
  .text p {
    font-size: 12px
  }

  .a1 img {
    width: 50px
  }

  .repair-img {
    width: 40%
  }

  .repair-name {
    width: 60%
  }

  .rm {
    margin-top: 20px
  }

  .repair img {
    width: 30%
  }

  .text {
    width: 80%
  }

  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0.7rem
  }

  .serv img {
    width: 70px
  }

  .service-item img {
    width: 80px
  }

  .navbar-dark .navbar-nav .nav-link,
  .navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 5px 0;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    outline: 0;
    border-bottom: .1px solid #888
  }
}

@media (min-width:350px) {

  .pre,
  .price-badge {
    color: #fff;
    border-radius: 4px
  }

  .col-s-6 {
    width: 33.333%
  }

  .fit {
    height: 5.5em
  }

  .serv img {
    width: 50px;
    height: auto
  }

  .service-item1 img {
    width: 80px;
    height: auto
  }

  .cat-item img {
    width: 60px
  }

  .col-ms-6 {
    width: 50%;
    height: auto
  }

  .repair-img {
    width: 33%
  }

  .repair-name {
    width: 67%
  }

  .rm {
    margin-top: 20px
  }

  .repair img {
    width: 24%
  }

  .text {
    width: 80%
  }

  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0.7rem
  }

  .pre {
    background-color: #8fb9c7;
    padding: 8px 15px
  }

  .service-item1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .2rem;
    position: relative
  }

  .price-badge {
    background-color: #dc3545;
    padding: 5px 10px;
    font-size: .9em;
    font-weight: 700
  }

  .service-list ul {
    font-size: 10px;
    padding-left: 20px
  }

  .a1 {
    width: 33.33%
  }

  .a1 p,
  .cat-item p {
    font-size: 12px
  }

  .a1 img {
    width: 50px
  }

  .navbar-dark .navbar-nav .nav-link,
  .navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 5px 0;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    outline: 0;
    border-bottom: .1px solid #888
  }
}

@media (min-width:380px) {

  .pre,
  .price-badge {
    color: #fff;
    border-radius: 4px
  }

  .fit {
    height: 5.5em
  }

  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 500px
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
  }

  .header-carousel .owl-carousel-item p {
    font-size: 14px !important;
    font-weight: 400 !important
  }

  .header-carousel .owl-carousel-item h1 {
    font-size: 30px;
    font-weight: 600
  }

  .header-carousel .owl-carousel-item a {
    margin-top: 10px
  }

  .col-s-6 {
    width: 33.333%
  }

  .col-ms-6 {
    width: 50%;
    height: auto
  }

  .pre {
    background-color: #8fb9c7;
    padding: 8px 15px
  }

  .service-item1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .2rem;
    position: relative
  }

  .price-badge {
    background-color: #dc3545;
    padding: 5px 10px;
    font-size: .9em;
    font-weight: 700
  }

  .service-list ul {
    font-size: 10px;
    padding-left: 20px
  }

  .a1 {
    width: 33.33%
  }

  .a1 p {
    font-size: 12px
  }

  .a1 img {
    width: 50px
  }

  .repair-img {
    width: 28%
  }

  .repair-name {
    width: 72%
  }

  .rm {
    margin-top: 20px
  }

  .repair img {
    width: 20%
  }

  .text {
    width: 80%
  }

  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0.7rem
  }

  .navbar-dark .navbar-nav .nav-link,
  .navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 5px 0;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    outline: 0;
    border-bottom: .1px solid #888
  }
}

@media (min-width:410px) {

  .col-ms-6,
  .serv img {
    height: auto
  }

  .pre,
  .price-badge {
    color: #fff;
    border-radius: 4px
  }

  .serv img {
    width: 70px
  }

  .col-s-6 {
    width: 33.333%
  }

  .a1,
  .col-ms-6 {
    width: 33.33%
  }

  .cat-item img {
    width: 60px;
    height: auto
  }

  .cat-item p {
    font-size: 10px
  }

  .pre {
    background-color: #8fb9c7;
    padding: 8px 15px
  }

  .service-item1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .2rem;
    position: relative
  }

  .price-badge {
    background-color: #dc3545;
    padding: 5px 10px;
    font-size: .9em;
    font-weight: 700
  }

  .service-list ul {
    font-size: 13px;
    padding-left: 20px
  }

  .a1 p {
    font-size: 12px
  }

  .a1 img {
    width: 50px
  }

  .repair-img {
    width: 30%
  }

  .repair-name {
    width: 70%
  }

  .rm {
    margin-top: 23px
  }

  .repair img {
    width: 20%
  }

  .text {
    width: 80%
  }

  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0.7rem
  }

  .navbar-dark .navbar-nav .nav-link,
  .navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 5px 0;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    outline: 0;
    border-bottom: .1px solid #888
  }
}

@media (min-width:535px) {

  .pre,
  .price-badge {
    color: #fff;
    border-radius: 4px
  }

  .col-s-6 {
    width: 25%
  }

  .cat-item img {
    width: 60px;
    height: auto
  }

  .cat-item p {
    font-size: 11px
  }

  .pre {
    background-color: #8fb9c7;
    padding: 8px 15px
  }

  .service-item1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .2rem;
    position: relative
  }

  .price-badge {
    background-color: #dc3545;
    padding: 5px 10px;
    font-size: .9em;
    font-weight: 700
  }

  .service-list ul {
    font-size: 10px;
    padding-left: 20px
  }

  .a1 {
    width: 33.33%
  }

  .a1 p {
    font-size: 12px
  }

  .a1 img {
    width: 80px
  }

  .repair-img {
    width: 28%
  }

  .repair-name {
    width: 72%
  }

  .repair img {
    width: 20%
  }

  .text {
    width: 80%
  }

  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0.7rem
  }

  .navbar-dark .navbar-nav .nav-link,
  .navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 5px 0;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    outline: 0;
    border-bottom: .1px solid #888
  }
}

@media (min-width:576px) {

  .pre,
  .price-badge {
    color: #fff;
    border-radius: 4px
  }

  .fit {
    height: 6em
  }

  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 500px
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
  }

  .header-carousel .owl-carousel-item p {
    font-size: 14px !important;
    font-weight: 400 !important
  }

  .header-carousel .owl-carousel-item h1 {
    font-size: 30px;
    font-weight: 600
  }

  .pre {
    background-color: #8fb9c7;
    padding: 8px 15px
  }

  .service-item1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .2rem;
    position: relative
  }

  .price-badge {
    background-color: #dc3545;
    padding: 5px 10px;
    font-size: .9em;
    font-weight: 700
  }

  .service-list ul {
    font-size: 10px;
    padding-left: 20px
  }

  .a1 {
    width: 33.33%
  }

  .a1 p {
    font-size: 12px
  }

  .a1 img {
    width: 50px
  }

  .repair-img {
    width: 28%
  }

  .repair-name {
    width: 72%
  }

  .repair img {
    width: 20%
  }

  .text {
    width: 80%
  }

  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0.7rem
  }

  .navbar-dark .navbar-nav .nav-link,
  .navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 5px 0;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    outline: 0;
    border-bottom: .1px solid #888
  }
}

@media (min-width:767px) {

  .pre,
  .price-badge {
    color: #fff;
    border-radius: 4px
  }

  .fit {
    height: 6em
  }

  .col-s-6,
  .repair img,
  .repair-img {
    width: 25%
  }

  .cat-item img {
    width: 80px;
    height: auto
  }

  .col-ms-6 {
    width: 20%;
    height: auto
  }

  .pre {
    background-color: #8fb9c7;
    padding: 8px 15px
  }

  .service-item1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .2rem;
    position: relative
  }

  .price-badge {
    background-color: #dc3545;
    padding: 5px 10px;
    font-size: .9em;
    font-weight: 700
  }

  .service-list ul {
    font-size: 10px;
    padding-left: 20px
  }

  .a1 {
    width: 33.33%
  }

  .a1 p {
    font-size: 18px
  }

  .a1 img {
    width: 80px
  }

  .repair-name {
    width: 75%
  }

  .rm {
    margin-top: 40px
  }

  .text {
    width: 100%
  }

  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0.7rem
  }

  .navbar-dark .navbar-nav .nav-link,
  .navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 10px 0;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    outline: 0;
    border-bottom: .1px solid #888
  }
}

@media (min-width:800px) {

  .pre,
  .price-badge {
    color: #fff;
    border-radius: 4px
  }

  .fit {
    height: 6em
  }

  .cat-item1 img {
    width: 120px
  }

  .col-ms-6,
  .col-s-6 {
    width: 20%
  }

  .cat-item img {
    width: 100px;
    height: auto
  }

  .cat-item p {
    font-size: 14px
  }

  .pre {
    background-color: #8fb9c7;
    padding: 8px 15px
  }

  .service-item1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .2rem;
    position: relative
  }

  .price-badge {
    background-color: #dc3545;
    padding: 5px 10px;
    font-size: .9em;
    font-weight: 700
  }

  .service-list ul {
    font-size: 16px;
    padding-left: 20px
  }

  .a1 {
    width: 33.33%
  }

  .a1 p {
    font-size: 20px
  }

  .a1 img {
    width: 100px
  }

  .repair-img {
    width: 25%
  }

  .repair-name {
    width: 70%
  }

  .rm {
    margin-top: 50px
  }

  .repair img {
    width: 30%
  }

  .text {
    width: 80%
  }

  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0.7rem
  }

  .navbar-dark .navbar-nav .nav-link,
  .navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 10px 0;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    outline: 0;
    border-bottom: .1px solid #888
  }
}

@media (min-width:992px) {

  .pre,
  .price-badge {
    color: #fff;
    border-radius: 4px
  }

  .fit {
    height: 6em
  }

  .cat-item p {
    font-size: 12px
  }

  .cat-item img,
  .serv img {
    width: 60px;
    height: auto
  }

  .service-item1 img {
    width: 80px;
    height: auto
  }

  .col-s-6 {
    width: 16.66%
  }

  .cat-item1 img {
    width: 100px;
    height: auto;
    padding: 0
  }

  .col-ms-6 {
    width: 14.28%
  }

  .pre {
    background-color: #8fb9c7;
    padding: 8px 15px
  }

  .service-item1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .2rem;
    position: relative
  }

  .price-badge {
    background-color: #dc3545;
    padding: 5px 10px;
    font-size: .9em;
    font-weight: 700
  }

  .service-list ul {
    font-size: 18px;
    padding-left: 20px
  }

  .a1 {
    width: 33.33%
  }

  .a1 p {
    font-size: 22px
  }

  .a1 img {
    width: 100px
  }

  .repair-img {
    width: 20%
  }

  .repair-name {
    width: 72%
  }

  .rm {
    margin-top: 50px
  }

  .repair img {
    width: 30%
  }

  .text {
    width: 80%
  }

  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0.7rem
  }

  .navbar-dark .navbar-nav .nav-link,
  .navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 10px 0;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    outline: 0;
    border: none
  }
}

@media (min-width:1250px) {

  .pre,
  .price-badge {
    color: #fff;
    border-radius: 4px
  }

  .fit {
    height: 6em
  }

  .cat-item p {
    font-size: 14px
  }

  .cat-item img,
  .serv img {
    width: 80px;
    height: auto
  }

  .col-s-6 {
    width: 16.66%
  }

  .service-item1 img {
    width: 120px;
    height: auto
  }

  .pre {
    background-color: #8fb9c7;
    padding: 8px 15px
  }

  .service-item1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .2rem;
    position: relative
  }

  .price-badge {
    background-color: #dc3545;
    padding: 5px 10px;
    font-size: .9em;
    font-weight: 700
  }

  .service-list ul {
    font-size: 15px;
    padding-left: 20px
  }

  .a1 {
    width: 33.33%
  }

  .a1 p {
    font-size: 20px
  }

  .a1 img {
    width: 100px
  }

  .repair-img {
    width: 28%
  }

  .repair-name {
    width: 72%
  }

  .repair img {
    width: 20%
  }

  .text {
    width: 80%
  }

  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0.7rem
  }
}

@media (min-width:1400px) {

  .pre,
  .price-badge {
    color: #fff;
    border-radius: 4px
  }

  .fit {
    height: 6em
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    top: 100%;
    margin-top: 0;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    opacity: 0;
    visibility: hidden;
    transition: .5s
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0);
    visibility: visible;
    transition: .5s;
    opacity: 1
  }

  .col-s-6 {
    width: 16.66%
  }

  .serv img {
    width: 80px;
    height: auto
  }

  .service-item1 img {
    width: 100px;
    height: auto
  }

  .pre {
    background-color: #8fb9c7;
    padding: 8px 15px
  }

  .service-item1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .2rem;
    position: relative
  }

  .price-badge {
    background-color: #dc3545;
    padding: 5px 10px;
    font-size: .9em;
    font-weight: 700
  }

  .service-list ul {
    font-size: 15px;
    padding-left: 20px
  }

  .a1 {
    width: 33.33%
  }

  .a1 p {
    font-size: 20px
  }

  .a1 img {
    width: 100px
  }

  .repair-img {
    width: 17%
  }

  .repair-name {
    width: 83%
  }

  .repair img {
    width: 20%
  }

  .text {
    width: 80%
  }

  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0.7rem
  }

  .cat-item p {
    font-size: 14px
  }
}

.cat-item1,
.cat-item3 {
  display: block;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
  transition: .5s;
  background-color: #fefefe
}

.cat-item1 {
  border: 2px solid #e9e9e9
}

#resource-slider,
#resource-slider2 {
  border-radius: 3px;
  position: relative;
  margin: auto;
  background: #fff
}

#resource-slider {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10.5em;
  overflow: hidden
}

#resource-slider .arrow,
#resource-slider2 .arrow,
#resource-slider3 .arrow {
  cursor: pointer;
  position: absolute;
  width: 2em;
  height: 100%;
  padding: 0;
  margin: 0;
  outline: 0;
  background: 0 0
}

#resource-slider .arrow:hover,
#resource-slider2 .arrow:hover,
#resource-slider3 .arrow:hover {
  background: rgba(0, 0, 0, .1)
}

#resource-slider .arrow:before,
#resource-slider2 .arrow:before,
#resource-slider3 .arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: .75em;
  height: .75em;
  margin: auto;
  border-style: solid
}

#resource-slider .prev,
#resource-slider2 .prev2,
#resource-slider3 .prev3 {
  left: 0;
  bottom: 0
}

#resource-slider .prev:before,
#resource-slider2 .prev2:before,
#resource-slider3 .prev3:before {
  left: .25em;
  border-width: 3px 0 0 3px;
  border-color: #333 transparent transparent #333;
  transform: rotate(-45deg)
}

#resource-slider .next,
#resource-slider2 .next2,
#resource-slider3 .next3 {
  right: 0;
  bottom: 0
}

#resource-slider .next:before,
#resource-slider2 .next2:before,
#resource-slider3 .next3:before {
  right: .25em;
  border-width: 3px 3px 0 0;
  border-color: #333 #333 transparent transparent;
  transform: rotate(45deg)
}

#resource-slider .resource-slider-frame,
#resource-slider2 .resource-slider2-frame,
#resource-slider3 .resource-slider3-frame {
  position: absolute;
  top: 0;
  left: 2em;
  right: 2em;
  bottom: 0;
  border-left: .25em solid transparent;
  border-right: .25em solid transparent;
  overflow: hidden
}

#resource-slider2,
#resource-slider3 {
  left: 0;
  right: 0;
  overflow: hidden;
  top: 0;
  bottom: 0
}

#resource-slider .resource-slider-item {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10%;
  height: 100%;
  border-radius: 10px
}

#resource-slider .resource-slider-inset,
#resource-slider2 .resource-slider2-inset,
#resource-slider3 .resource-slider3-inset {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: .5em .3em;
  overflow: hidden
}

@media (max-width:90em) {
  #resource-slider .resource-slider-item {
    width: 12.5%
  }

  #resource-slider {
    height: 9.8em
  }
}

@media (max-width:85em) {
  #resource-slider .resource-slider-item {
    width: 11%
  }

  #resource-slider {
    height: 8.9em
  }
}

@media (max-width:70em) {
  #resource-slider .resource-slider-item {
    width: 12.5%
  }

  #resource-slider {
    height: 8em
  }
}

@media (max-width:57em) {
  #resource-slider .resource-slider-item {
    width: 20%
  }

  #resource-slider {
    height: 11.3em
  }
}

@media (max-width:52em) {
  #resource-slider .resource-slider-item {
    width: 20%
  }

  #resource-slider {
    height: 10em
  }
}

@media (max-width:48em) {
  #resource-slider .resource-slider-item {
    width: 20%
  }

  #resource-slider {
    height: 9.2em
  }
}

@media (max-width:34em) {
  #resource-slider .resource-slider-item {
    width: 24.5%
  }

  #resource-slider {
    height: 8em
  }
}

@media (max-width:27em) {
  #resource-slider .resource-slider-item {
    width: 33.333%
  }

  #resource-slider {
    height: 8em
  }
}

@media (max-width:26em) {
  #resource-slider .resource-slider-item {
    width: 33.2%
  }

  #resource-slider {
    height: 8em
  }

  .cat-item1 img {
    width: 80px
  }
}

@media (max-width:24.5em) {
  #resource-slider .resource-slider-item {
    width: 33.33%
  }

  #resource-slider {
    height: 7.3em
  }
}

@media (max-width:24em) {
  #resource-slider .resource-slider-item {
    width: 33.33%
  }

  #resource-slider {
    height: 6.8em
  }
}

@media (max-width:22em) {
  #resource-slider .resource-slider-item {
    width: 49.5%
  }

  #resource-slider {
    height: 6.8em
  }
}

.cat-item3 img {
  width: 100px
}

#resource-slider2 {
  height: 14em
}

#resource-slider2 .resource-slider2-item {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12.5%;
  border-radius: 10px
}

.resource-slider2-item p {
  font-size: 12px
}

@media (max-width:90em) {
  #resource-slider2 .resource-slider2-item {
    width: 14.29%
  }

  #resource-slider2 {
    height: 13.6em
  }
}

@media (max-width:85em) {
  #resource-slider2 .resource-slider2-item {
    width: 14.1%
  }

  #resource-slider2 {
    height: 12em
  }

  .cat-item3 img {
    width: 80px
  }

  .resource-slider2-item p {
    font-size: 11px
  }
}

@media (max-width:70em) {
  #resource-slider2 .resource-slider2-item {
    width: 14.1%
  }

  #resource-slider2 {
    height: 10.5em
  }

  .cat-item3 img {
    width: 60px
  }

  .resource-slider2-item p {
    font-size: 9px
  }
}

@media (max-width:57em) {
  #resource-slider2 .resource-slider2-item {
    width: 25%
  }

  #resource-slider2 {
    height: 11.8em
  }

  .resource-slider2-item p {
    font-size: 16px
  }
}

@media (max-width:52em) {
  #resource-slider2 .resource-slider2-item {
    width: 25%
  }

  #resource-slider2 {
    height: 11.3em
  }

  .resource-slider2-item p {
    font-size: 14px
  }
}

@media (max-width:48em) {
  #resource-slider2 .resource-slider2-item {
    width: 25%
  }

  #resource-slider2 {
    height: 11em
  }

  .resource-slider2-item p {
    font-size: 12px
  }
}

@media (max-width:34em) {
  #resource-slider2 .resource-slider2-item {
    width: 33.33%
  }

  #resource-slider2 {
    height: 11em
  }

  .cat-item3 img {
    width: 60px
  }

  .resource-slider2-item p {
    font-size: 11px
  }
}

@media (max-width:28em) {
  #resource-slider2 .resource-slider2-item {
    width: 50%
  }

  #resource-slider2 {
    height: 11.2em
  }

  .resource-slider2-item p {
    font-size: 15px
  }

  .cat-item3 img {
    width: 50px
  }
}

@media (max-width:27em) {
  #resource-slider2 .resource-slider2-item {
    width: 49.5%
  }

  #resource-slider2 {
    height: 10.5em
  }

  .resource-slider2-item p {
    font-size: 12px
  }

  .cat-item3 img {
    width: 50px
  }
}

@media (max-width:26em) {
  #resource-slider2 .resource-slider2-item {
    width: 49.5%
  }

  #resource-slider2 {
    height: 10.5em
  }

  .resource-slider2-item p {
    font-size: 11px
  }

  .cat-item3 img {
    width: 50px
  }
}

@media (max-width:24.5em) {
  #resource-slider2 .resource-slider2-item {
    width: 50%
  }

  #resource-slider2 {
    height: 10em
  }

  .resource-slider2-item p {
    font-size: 10px
  }

  .cat-item3 img {
    width: 50px
  }
}

@media (max-width:24em) {
  #resource-slider2 .resource-slider2-item {
    width: 49.7%
  }

  #resource-slider2 {
    height: 9em
  }

  .resource-slider2-item p {
    font-size: 10px
  }

  .cat-item3 img {
    width: 40px
  }
}

@media (max-width:22em) {
  #resource-slider2 .resource-slider2-item {
    width: 100%
  }

  #resource-slider2 {
    height: 9.3em
  }

  .resource-slider2-item p {
    font-size: 10px
  }

  .cat-item3 img {
    width: 40px
  }
}

@media (max-width:20em) {
  #resource-slider .resource-slider-item {
    width: 49.7%
  }

  #resource-slider {
    height: 6.8em
  }

  #resource-slider2 .resource-slider2-item {
    width: 100%
  }

  #resource-slider2 {
    height: 11em
  }

  .resource-slider2-item p {
    font-size: 12px
  }

  .cat-item3 img {
    width: 60px
  }
}

button {
  border: none
}

.cat-item3 {
  padding: 0 5px;
  border: 2px solid #e9e9e9;
  border-radius: 10px
}

.cat-item3:hover {
  border-color: rgba(0, 0, 0, .08);
  box-shadow: none;
  border-radius: 10px
}

#resource-slider3 {
  position: relative;
  width: 100%;
  height: 16.5em;
  margin: auto;
  border-radius: 3px;
  background: #fff
}

#resource-slider3 .resource-slider3-item {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 14.29%;
  border-radius: 10px
}

.resource-slider3-item p {
  font-size: 14px
}

@media (min-width:85em) {
  #resource-slider3 .resource-slider3-item {
    width: 11.11%
  }

  #resource-slider3 {
    height: 10.3em
  }
}

@media (max-width:85em) {
  #resource-slider3 .resource-slider3-item {
    width: 12.5%
  }

  #resource-slider3 {
    height: 10.3em
  }
}

@media (max-width:70em) {
  #resource-slider3 .resource-slider3-item {
    width: 11.11%
  }

  #resource-slider3 {
    height: 8.5em
  }

  .resource-slider3-item p {
    font-size: 10px
  }
}

@media (max-width:57em) {
  #resource-slider3 .resource-slider3-item {
    width: 14.15%
  }

  #resource-slider3 {
    height: 10em
  }

  .resource-slider3-item p {
    font-size: 10px
  }
}

@media (max-width:52em) {
  #resource-slider3 .resource-slider3-item {
    width: 16.66%
  }

  #resource-slider3 {
    height: 10em
  }

  .resource-slider3-item p {
    font-size: 10px
  }
}

@media (max-width:34em) {
  #resource-slider3 .resource-slider3-item {
    width: 20%
  }

  #resource-slider3 {
    height: 8.2em
  }
}

@media (max-width:32em) {
  #resource-slider3 .resource-slider3-item {
    width: 33.33%
  }

  #resource-slider3 {
    height: 8.2em
  }
}

@media (max-width:26em) {
  #resource-slider3 .resource-slider3-item {
    width: 25%
  }

  #resource-slider3 {
    height: 8em
  }
}

@media (max-width:24.5em) {
  #resource-slider3 .resource-slider3-item {
    width: 33.33%
  }

  #resource-slider3 {
    height: 8em
  }
}
.page-header::after {
  background-color: #0d0000b0;
}

@media (max-width:24em) {
  #resource-slider3 .resource-slider3-item {
    width: 33.33%
  }

  #resource-slider3 {
    height: 8em
  }
}

@media (max-width:22em) {
  #resource-slider3 .resource-slider3-item {
    width: 50%
  }

  #resource-slider3 {
    height: 8em
  }
}

.float-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.float-buttons .button {
  display: flex;
  align-items: center;
  background-color: #25D366;
  color: white;
  /* padding: 10px 15px;
  margin-bottom: 10px;
  border-radius: 30px; */
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: background 0.3s;
}

.float-buttons .button.call {
  background-color: #800080;
}

.float-buttons .button:hover {
  opacity: 0.9;
}

.img-fluid {
  margin-bottom: 10px;
}

.float-buttons i {
  /* margin-right: 8px; */
}

/* Floating buttons */
.float-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Button styles */
.button {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #800080;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.3s;
}

.button:hover {
  transform: scale(1.1);
  /* Slight zoom on hover */
  color: white;
}

/* WhatsApp button */
.whatsapp {
  background-color: #25d366;
  font-size: 30px;
}

/* Call button */
.call {
  background-color: #ffffff;
  font-size: 22px;
}

/* Tooltip container for number */
.button span {
  position: absolute;
  top: 50%;
  right: 60px;
  /* Position the number to the right of the button */
  transform: translateY(-50%);
  /* Center vertically */
  background-color: #FFDBBB;
  color: #333;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  /* Prevent wrapping */
  opacity: 0;
  /* Hide by default */
  visibility: hidden;
  /* Prevent interaction when hidden */
  transition: opacity 0.3s, visibility 0.3s;
}

/* Show the number on hover */
.button:hover span {
  opacity: 1;
  visibility: visible;
}

.page-header {
  background: url('../img/service.jpg');
  background-repeat: no-repeat;
  opacity: 0.8;
  background-position: center;
  background-size: cover;
}

.breadcrumb-item {
  background: #00000090;
  padding: 5px;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat&amp;display=swap');

.kdr {
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  background-color: #800080;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}

.btn-ring {
  display: none;
}

.btn-ring:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin: 8px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: ring 1.2s linear infinite;
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.modal {
  top: 10%;
}

.footer-content {
  box-shadow: 0px 0px 10px 3px grba(0, 0, 0, 0.8);
}
.faq-section {
  /* background: #f6f6f6; */
}

/* Testimonial Specific Styles */
.testimonial-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}

.testimonial-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.testimonial-hero .container {
  position: relative;
  z-index: 2;
}

.testimonial-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 5px solid #3498DB;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.testimonial-stars {
  color: #FFD700;
  font-size: 18px;
  margin-bottom: 15px;
}

.testimonial-text {
  font-style: italic;
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3498DB, #2980B9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.testimonial-info h5 {
  margin: 0;
  color: #333;
  font-weight: 600;
}

.testimonial-info small {
  color: #666;
}

.service-tag {
  background: #E3F2FD;
  color: #1976D2;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin-top: 5px;
}

.stats-section {
  background: #FFDBBB !important;
  padding: 80px 0;
}

.stat-card {
  text-align: center;
  padding: 30px;
}

.stat-number {
  font-size: 48px;
  font-weight: 800;
  color: #3498DB;
  display: block;
}

.stat-label {
  color: #666;
  font-size: 16px;
  margin-top: 10px;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h2 {
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-title p {
  color: #666;
  font-size: 18px;
}

.cta-section {
  background: antiquewhite;
  color: #000000;
  padding: 80px 0;
  text-align: center;
}

.btn-custom {
  background: white;
  color: #3498DB;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  background: #FFDBBB !important;
  color: #2980B9;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .testimonial-hero {
    padding: 80px 0 60px;
  }

  .testimonial-card {
    padding: 20px;
  }

  .stat-number {
    font-size: 36px;
  }

  .testimonial-author {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}