.hide {
	display: none;
}
.mini {
	max-width: 30px;
}
.small {
	max-width: 80px;
}
.short {
	max-width: 200px;
}
.medium {
	max-width: 400px;
}
.large {
	max-width: 600px;
}
.cursor-pointer {
	cursor: pointer;
}
img.example-image {
	max-height: 160px;
}
.required {
	color: #D30000;
}
.center {
	float: none;
	margin: 0 auto;
}
.right {
	float: right;
}
hr {
	margin: 5px 0 5px 0;
}
.header-logo {
	height: 62px !important;
}
.cursor-default {
	cursor: default;
}
.main-logo {
	height: 95px;
}
.footer-one__logo img {
  height: 80px;
}
.footer-social-icon {
	font-size: 30px;
}
.feature-two {
	padding-top: 40px;
	padding-bottom: 40px;
}
.testimonial {
	padding-top: 50px;
	padding-bottom: 50px;
}
.tiktok {
	padding-top: 0;
	padding-bottom: 50px;
}
.work {
	background-color: var(--color-body);
}
.work-title {
	margin: 0;
	line-height: 1.3;
	color: var(--color-heading);
	font-weight: 500;
	font-size: 2.5rem;
}
.contact_section {
	background-color: var(--color-body);
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border: 1px solid #dc3545 !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  outline: 0;
  box-shadow: none;
}
textarea.form-control.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}
.work-step {
	margin-left: 15px;
}
.footer-one__bottom-links .fa-tiktok {
  font-size: 24px;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1.2, 1.2);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes zoom {
  from {
    transform: scale(1.2, 1.2);
  }
  to {
    transform: scale(1, 1);
  }
}
.carousel-inner .item > img {
  -webkit-animation: zoom 30s;
  animation: zoom 30s;
}
.text-dark-pink {
  color: #826462;
}
.banner-wrapper {
	margin-bottom: 40px;
}
.place-image {
	width: 320px;
	height: 115px;
}
.work-step-circle {
    width: 180px;
    height: 94px; 
}
.nav {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.nav::-webkit-scrollbar {
  width: 8px; /* Optional: Adjust scrollbar width */
}
.nav::-webkit-scrollbar-track {
  background: transparent; /* Hide the scrollbar track */
}
/* For Firefox */
.nav {
  scrollbar-width: thin; /* Makes the scrollbar thinner */
  scrollbar-color: #f0f0f0 transparent; /* Hides the track */
}
/* For IE/Edge (Legacy) */
.nav {
  -ms-overflow-style: none; /* Hides the scrollbar */
}
.service-cover-image, #feature-image {
  border-radius: 20px;
}
.banner-one__slide-one .no-gutters {
  text-align: center;
}
#map-modal .modal-body {
  padding: 0;
}
#map-modal .modal-dialog .close {
    position: absolute;
    z-index: 9999999;
    right: 0;
    top: 0;
    font-size: 50px;
    line-height: 50%;
    margin: 5px;
    color: #9A7C45;
}
a[href*="elfsight.com/google-reviews-widget"] {
    display: none !important;
}
.line-icon {
    height: 50px;
    width: 50px;
    object-fit: contain;
}
@media screen and (max-width: 1500px) {
    .xb-map-location {
		left: 180px;
		top: 50px;
	}
    .xb-map_inner {
        left: -54px;
    }
    .xb-map_inner::before {
        left: 245px;
        top: -13px;
    }
}
@media screen and (max-width: 1000px) {
	.header-logo {
		height: 49px !important;
	}
	.home-team-content {
		margin-bottom: 30px;
	}
    .xb-map-location {
		left: 110px;
		top: 10px;
	}
    .xb-map_inner {
        left: -54px;
    }
    .xb-map_inner::before {
        left: 245px;
        top: -13px;
    }
}
@media screen and (max-width: 1024px) {
    .topbar-one__buttons {
        flex-direction: row;
        gap: 15px;
        align-items: center;
        justify-content: flex-end;
    }
    .topbar-one__buttons img {
        height: 45px !important;
        width: 45px !important;
        object-fit: contain;
    }
}

@media screen and (max-width: 900px) {
    .about-four__image-block {
        display: none;
    }
    .header-navigation .container .menu-toggler {
        margin: 32px 0;
    }
    .xb-map-location {
		left: 270px;
		top: 70px;
	}
    .xb-map_inner {
        left: -54px;
    }
    .xb-map_inner::before {
        left: 245px;
        top: -13px;
    }
    .work-step-circle {
        width: 180px;
        height: 84px;
    }
    .service-title .title span svg {
        top: -13px;
    }
    .feature-two {
        padding-top: 0;
    }
    .about-four {
        padding-top: 0;
    }
    .banner-one .container {
      padding-left: 55px;
      padding-right: 55px;
    }
    .main-logo {
      height: 70px;
    }
    .thm-btn {
      font-size: 16px;
      padding: 10.5px 20px;
    }
    #map-modal .modal-dialog .close {
      font-size: 30px;
    }
}
@media screen and (max-width: 768px) {
    .topbar-one__buttons {
        flex-direction: row;
        gap: 12px;
        align-items: center;
        justify-content: flex-end;
    }
    .topbar-one__buttons img {
        height: 42px !important;
        width: 42px !important;
        object-fit: contain;
    }
}

@media screen and (max-width: 767px) {
  .xb-map-location {
      left: 132px;
      top: 13px;
  }
  .xb-map_inner {
      left: -70px;
  }
  .xb-map_inner::before {
      left: 245px;
      top: -13px;
  }
}
@media screen and (max-width: 500px) {
	.main-logo {
		height: 70px;
	}
	.topbar-one__btn {
		padding: 7px 16px;
		font-size: 14px;
	}
	.footer-one__logo img {
		height: 65px;
	}
	.work-title {
		font-size: 1.7rem;
	}
    .work-step-circle {
        width: 120px;
        height: 64px;
    }
    .service-title .title span svg {
        top: -12px;
        left: -15px;
    }
    .topbar-one__contact-item {
        font-size: 17px;
	}
	.topbar-one__buttons {
		display: flex;
		gap: 10px;
		align-items: center;
		flex-wrap: wrap;
	}
	
	/* Force Line button styling with highest specificity */
	.topbar-one .topbar-one__buttons .topbar-one__btn--line {
		background-color: #00B900 !important;
		color: white !important;
		border: none !important;
	}
	.topbar-one .topbar-one__buttons .topbar-one__btn--line:hover {
		background-color: #00A000 !important;
		color: white !important;
	}
	.topbar-one .topbar-one__buttons .topbar-one__btn--line:focus {
		background-color: #00B900 !important;
		color: white !important;
		box-shadow: none !important;
	}
    .header-navigation .container .logo-box .navbar-brand {
        padding: 10px;
    }
    .header-navigation .container .menu-toggler {
        margin: 30px 0;
    }
    .xb-map-location {
		  left: 24px;
		  top: -22px;
	}
    .xb-map_inner {
        left: -54px;
        width: 340px !important;
    }
    .xb-map_inner::before {
        left: 245px;
        top: -13px;
    }
    .banner-one .container {
        padding: 50px 15px 130px 15px;
    }
    .topbar-one {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .topbar-one__buttons {
        flex-direction: row;
        gap: 4px;
        align-items: center;
        justify-content: flex-end;
    }
    .topbar-one__btn--line {
        font-size: 12px;
        padding: 4px 12px;
    }
    .topbar-one__buttons img {
        height: 40px !important;
        width: 40px !important;
        object-fit: contain;
    }
    .about-four {
        padding-top: 0;
    }
    .feature-two .nav-tabs .nav-item.show .nav-link, .feature-two .nav-tabs .nav-link.active {
      height: 51px;
    }
    .banner-wrapper .carousel-btn-block .carousel-btn {
        width: 35px;
        height: 35px;
    }
    .banner-wrapper .carousel-btn-block .carousel-btn i {
       font-size: 17px;
       line-height: 32px;
    }
    .place-image {
      width: 320px;
      height: 100%;
    }
    .xb-item--loc-dir {
      display: none;
    }
    .thm-btn {
      font-size: 16px;
      padding: 10.5px 20px;
    }
    #map-modal .modal-dialog .close {
      font-size: 30px;
    }
}