.navbar-brand img {
  width: 165px;
  height: auto;
}

.text-transform-none {
  text-transform: none !important;
}

.service-customer {
  display: block;
  font-weight: 700;
}

.service-customer.inline-block {
  display: inline-block;
}

.icon-container {
  padding: 20px 0;
  background: linear-gradient(
    90deg,
    rgba(68, 188, 255, 0.24) -0.55%,
    rgba(68, 176, 255, 0.24) 22.86%,
    rgba(255, 68, 236, 0.24) 48.36%,
    rgba(255, 68, 236, 0.24) 73.33%,
    rgba(255, 103, 94, 0.24) 99.34%
  );
  border-radius: 12px;
}

.icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130px;
  border-radius: 8px;
  transition: background-color 0.3s;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}

.icon-box:hover::before {
  display: block;
}

.icon-box::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 190px;
  background: rgb(255 255 255);
  display: none;
  z-index: 1;
  border-radius: 10px;
}

.icon-box:hover img {
  filter: grayscale(100%) brightness(0%);
  transform: scale(1.1);
}

.icon-box:hover .label {
  font-weight: 800;
  color: #fff;
}

.icon-box img {
  width: 100%;
  transition: transform 0.3s ease;
  z-index: 99;
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the video fills the container */
  position: absolute;
  top: 0;
}

p {
  color: #fff;
}

.gallery-shadow-effect-top {
  position: absolute;
  top: 84px;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(1deg, #000000 100%, rgba(0, 0, 0, 0) 0%);
}

.shadow-effect-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: linear-gradient(179.49deg, #000000 0.44%, rgba(0, 0, 0, 0) 84%);
}

.shadow-effect-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 1000px;
  background: linear-gradient(90deg, #000000 0.44%, rgba(0, 0, 0, 0) 84%);
}

.shadow-effect-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: linear-gradient(179.49deg, #000000 0.44%, rgba(0, 0, 0, 0) 84%);
}

.carousel .carousel-item {
  color: #999;
  overflow: hidden;
  min-height: 120px;
  font-size: 13px;
}

.carousel .media {
  position: relative;
  padding: 0 0 0 20px;
}

.carousel .media img {
  width: 75px;
  height: 75px;
  display: block;
  border-radius: 50%;
}

.carousel .testimonial-wrapper {
  padding: 20px;
  backdrop-filter: blur(32px);
  border-image-source: linear-gradient(
    307.33deg,
    #000000 -120.69%,
    #ffffff 103.63%
  );
  background: rgba(255, 255, 255, 0.11);
  border-radius: 15px;
}

.carousel .testimonial {
  color: #808080;
  position: relative;
  padding: 0 15px 15px 15px;
  border-radius: 3px;
}

.carousel .star-rating li {
  padding: 0 2px;
}

.carousel .star-rating i {
  font-size: 16px;
  color: #c1c1c1;
  margin-right: 10px;
}

.star-rating.md-font i {
  font-size: 20px;
}

.carousel .overview {
  padding: 3px 0 0 15px;
}

.carousel .overview .details {
  padding: 2px 0 5px;
}

.carousel .overview b {
  color: #ffffff;
  font-size: 20px;
}

.carousel .overview .details b {
  color: #adadad;
  font-size: 16px;
}

.carousel .carousel-indicators {
  bottom: -70px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 1px 2px;
  box-sizing: border-box;
}

.carousel-indicators li {
  background: #e2e2e2;
  border: 4px solid #fff;
}

.carousel-indicators li.active {
  color: #fff;
  background: #080015;
  border: 5px double;
}

.bg-custom {
  background-color: #000000;
}

.bg-custom::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 82%;
  position: absolute;
  background: linear-gradient(
    118.75deg,
    rgba(68, 188, 255, 0.29) 7.56%,
    rgba(68, 176, 255, 0.29) 19.15%,
    rgba(255, 68, 236, 0.29) 52.45%,
    rgba(255, 68, 236, 0.29) 69.76%,
    rgba(255, 103, 94, 0.29) 91.66%
  );
  mix-blend-mode: hard-light;
  opacity: 0.42;
  filter: blur(165px);
  border-radius: 544.246px;
  transform: rotate(0deg);
}

.feature-item {
  text-align: center;
  position: relative;
  padding: 20px;
}

.feature-item i {
  font-size: 40px;
  color: #007bff;
  /* Bootstrap primary color */
  margin-bottom: 10px;
}

.feature-item .number {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
}

.feature-item .description {
  color: #ffffff;
  font-size: 14px;
  margin-top: 10px;
}

/* Add vertical divider for all but the last column */
.feature-item-wrapper:not(:last-child) {
  border-right: 1px solid #ddd;
}

/* Adjust spacing of the divider */
.feature-item {
  padding-right: 15px;
}

.section-box {
  background-color: #0c0c0c;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-radius: 25px;
}

.form-control.md-size {
  height: 42px !important;
  margin-bottom: 18px !important;
}

.gallery {
  margin: auto;
}

.gallery::after {
  content: "";
  position: absolute;
  width: 96%;
  height: 96%;
  top: 0;
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(68, 188, 255, 0.3) -0.55%,
    rgba(68, 176, 255, 0.3) 22.86%,
    rgba(255, 68, 236, 0.3) 48.36%,
    rgba(255, 68, 236, 0.3) 73.33%,
    rgba(255, 103, 94, 0.3) 99.34%
  );
  /* mix-blend-mode: color-dodge; */
  filter: blur(92.65px);
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.shadow-layer {
  z-index: 99;
  position: relative;
}

.lightSlider li img {
  width: 100%;
  border-radius: 32px 32px 0 0;
}
.lSSlideOuter .lSPager.lSGallery img {
  border-radius: 10px;
}
.lSSlideOuter .lSPager.lSGallery .active img {
  /* transform: scale(1.5); */
  border: 2.5px solid #ff5959;
}

.lSSlideOuter .lSPager.lSGallery {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  min-width: 100%;
  margin-top: 0 !important;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(25.1636px);
  border-radius: 0px 0px 32px 32px;
}

.lSSlideOuter .lSPager.lSGallery img {
  /* padding-left: 20px; */
}
.lSSlideOuter .lSPager.lSGallery {
  padding-left: 20px !important;
}
.gallery-single-page::before {
  /* position: absolute;
  content: "";
  left: 0;
  top: 70px;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 20%, #000000 80%);
  z-index: 99; */
}

.gallery-single-page::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    179.65deg,
    rgba(14, 14, 14, 0) -21.61%,
    #0e0e0e 99.7%
  );
  backdrop-filter: blur(8px);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 9;
}

.ftco-footer-widget.contact-list li a {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(3px);
  border-radius: 42.5px;
  border: 1px solid #44bcff4a;
}

.ftco-footer-widget.contact-list li a span {
  color: #fff;
}

.form-border {
  background: rgba(39, 39, 39, 0.5);
  backdrop-filter: blur(24px);
  border-radius: 24px;
  padding: 25px 0;
  height: 100%;
}

/* .form-border::before{
    content: "";
    position: absolute; 
    inset: 0px;
    background: conic-gradient(from 90deg at 40% -25%, rgba(68, 188, 255, 0.3) -0.55%, rgba(68, 176, 255, 0.3) 22.86%, rgba(255, 68, 236, 0.3) 48.36%, rgba(255, 68, 236, 0.3) 73.33%, rgba(255, 103, 94, 0.3) 99.34%);
    filter: blur(10px);
    transform: translate3d(-1px,-6px,-1px);
    border-radius: inherit;
    pointer-events: none;
} */

.job-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.job-item {
  padding: 4rem 0;
}

.job-item .apply-now {
  background: #292929 !important;
  border-radius: 8px;
  padding: 7px 20px;
}

#map {
  height: 475px;
  /* Adjust as needed */
  width: 100%;
  /* Full width */
}

.ftco-locations {
  padding: 5em 0 0 0;
  position: relative;
}

/* Custom InfoWindow styling */
.custom-infowindow {
  font-family: Arial, sans-serif;
  color: #333;
  max-width: 300px;
  padding: 12px 15px;
}

.custom-infowindow h3 {
  margin: 0;
  font-size: 18px;
  color: #fff;
}

.custom-infowindow p {
  margin: 5px 0;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}

/* Custom overlay styling */
.custom-overlay {
  position: absolute;
  top: 130px;
  left: 60px;
  z-index: 999;
  /* Ensure it stays above the map */
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
  width: 425px;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(24px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 24px;
}

/* Custom button inside overlay */
.custom-overlay button {
  margin-top: 10px;
  padding: 8px 12px;
  font-size: 14px;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.custom-overlay button:hover {
  background-color: #0056b3;
}

.rotated-text {
  transform: rotate(270deg);
  /* Rotates the text */
  transform-origin: left top;
  /* Adjust origin as needed */
  white-space: nowrap;
  /* Prevents text wrapping */
  font-size: 40px;
  display: inline-block;
  /* Ensures proper spacing and rotation */
  padding: 10px;
}

.services-item-list-bullet {
  padding: 10px;
  margin: 0;
  font-size: 22px;
}

.services-item-list {
  list-style: none;
  /* Remove bullets (optional) */
  padding: 10px;
  margin: 0;
  font-size: 22px;
}

.services-item-list::after {
  writing-mode: tb;
  text-orientation: inherit;
  margin-top: 8px;
  font-weight: bold;
  position: absolute;
  left: -120px;
  top: 0;
  font-size: 172px;
  transform: rotate(180deg);
  opacity: 0.5;
  line-height: 125px;
}
.services-item-list.hair-service-him::after {
  content: "HIM";
}
.services-item-list.hair-service-her::after {
  content: "HER";
}
.slider-text .text {
  padding-top: 75px;
}

.slider-text .subheading {
  display: block;
  color: #fff;
  font-weight: 500;
  text-transform: none;
}

.slider-text h1.style-1 {
  text-transform: none;
}

.slider-text .subheading-style-1 {
  color: #fff;
  font-size: 28px;
  line-height: 26px;
  font-weight: 100;
  padding-right: 12px;
}

.slider-text .spin-title {
  font-size: 120px;
  line-height: 95px;
  background: linear-gradient(
    to right,
    rgb(255 255 255),
    rgba(0, 0, 0, 0) 165%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  letter-spacing: 8px;
}

.btn-spin-theme {
  color: #fff;
  border-color: #fff;
}

.btn-spin-theme:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.btn-spin-theme:focus,
.btn-spin-theme.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.spin-services-section .shadow-effect-t {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20.07%, #000000 99.5%);
}

.icon-box .label {
  position: absolute;
  bottom: -50px;
  font-weight: 300;
  color: #fff;
}

.customer-offerings-wrapper {
  box-sizing: border-box;
  backdrop-filter: blur(16px);
  border-radius: 16px;
  border: 1px solid;
  background: #ffffff1a;
  padding: 0 30px;
}

.customer-offerings-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(68, 188, 255, 0.24) -0.55%,
    rgba(68, 176, 255, 0.24) 22.86%,
    rgba(255, 68, 236, 0.24) 48.36%,
    rgba(255, 68, 236, 0.24) 73.33%,
    rgba(255, 103, 94, 0.24) 99.34%
  );
  filter: blur(92.65px);
  transform: rotate(0deg);
  position: absolute;
  left: 0;
  top: 0;
}

.customer-offerings-wrapper .flex-fill {
  z-index: 999;
}

.customer-offerings-wrapper .offering-item {
  position: relative;
  cursor: pointer;
}

.customer-offerings-wrapper .offering-item:hover img {
  filter: grayscale(100%) brightness(0%);
  transform: scale(1.2);
  position: relative;
  z-index: 999;
}

.customer-offerings-wrapper .offering-item:hover .service-name {
  font-size: 18px;
  font-weight: 500;
}

.customer-offerings-wrapper .offering-item:hover::before {
  display: block;
}

.customer-offerings-wrapper .offering-item::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 215px;
  background: rgb(255 255 255);
  display: none;
  z-index: 1;
  border-radius: 10px;
}

.customer-offerings-wrapper .offering-item img {
  width: 165px;
  transition: transform 0.3s ease;
}

.customer-offerings-wrapper .offering-item .service-name {
  position: absolute;
  bottom: -65px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 17px;
}

.navbar-gradient {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.navbar-dark {
  background: linear-gradient(0deg, #000000, #000000);
}

.navbar-dark::after {
  position: absolute;
  width: 100%;
  height: 56px;
  left: 0;
  bottom: -50px;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 99;
}

.navbar-dark.page-locate-us::after {
  opacity: 0;
}

.service-single-page::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 150px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #000000 80%);
}

.service-single-page::before {
  /* position: absolute;
  content: "";
  left: 0;
  top: 70px;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 20%, #000000 80%); */
}

.service-bottom-hero::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(
    357deg,
    rgba(0, 0, 0, 0) -15.03%,
    rgba(0, 0, 0, 0.61) 13%,
    rgba(0, 0, 0, 0.83) 58.82%,
    #000000 96.62%,
    #000000 99.53%
  );
}

.service-collage-bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: -20px;
  width: 100%;
  height: 40%;
  background: linear-gradient(
    118.75deg,
    rgba(68, 188, 255, 0.75) 7.56%,
    rgba(68, 176, 255, 0.75) 19.15%,
    rgba(255, 68, 236, 0.75) 52.45%,
    rgba(255, 68, 236, 0.75) 69.76%,
    rgba(255, 103, 94, 0.75) 91.66%
  );
  mix-blend-mode: hard-light;
  opacity: 0.29;
  filter: blur(140px);
}

.service-collage-bg::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 90%);
}

.custom-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  z-index: 99999;
  position: absolute;
  top: 45%;
  width: 100%;
}

.custom-nav #prevBtn {
  left: -62px;
  position: absolute;
}

.custom-nav #nextBtn {
  right: -35px;
  position: absolute;
}

.custom-nav button {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 7px 15px;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2.323px);
}

.custom-nav button:hover {
  background-color: #555;
}

#thumbSlider li {
  display: inline-block;
  cursor: pointer;
  opacity: 0.6;
  /* Dim non-active thumbnails */
}

#thumbSlider li.active {
  border: 2px solid #333;
  /* Highlight active thumbnail */
  opacity: 1;
}

#thumbSlider img {
  width: 100px;
  height: auto;
}

.contact-us-single-page,
.careers-single-page {
  background-image: url("../img/spin/hero-3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.franchise-single-page {
  background-image: url("../img/spin/hero-4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.franchise-single-page::after {
  content: "";
  bottom: 0;
  width: 100%;
  height: 100px;
  position: absolute;
  background: linear-gradient(0deg, #000000 42.07%, rgba(0, 0, 0, 0) 99.5%);
}

.become-franchise-section {
  background-image: url("../img/spin/hero-3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.become-franchise-section::before {
  content: "";
  top: 0;
  width: 100%;
  height: 250px;
  position: absolute;
  background: linear-gradient(180deg, #000000 42.07%, rgba(0, 0, 0, 0) 99.5%);
}

.become-franchise-section::after {
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(
    179.65deg,
    rgba(14, 14, 14, 0) -21.61%,
    #0e0e0e 99.7%
  );
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.become-franchise-section .bg-black-gradient::after {
  content: "";
  bottom: 0;
  width: 100%;
  height: 70%;
  position: absolute;
  background: linear-gradient(
    118.75deg,
    rgba(68, 188, 255, 0.29) 7.56%,
    rgba(68, 176, 255, 0.29) 19.15%,
    rgba(255, 68, 236, 0.29) 52.45%,
    rgba(255, 68, 236, 0.29) 69.76%,
    rgba(255, 103, 94, 0.29) 91.66%
  );
  mix-blend-mode: hard-light;
  opacity: 0.32;
  filter: blur(165px);
  border-radius: 544.246px;
  transform: rotate(0deg);
}

.contact-us-single-page::after,
.careers-single-page::after {
  content: "";
  top: 80px;
  left: 0;
  width: 100%;
  height: 82%;
  position: absolute;
  background: linear-gradient(
    118.75deg,
    rgba(68, 188, 255, 0.29) 7.56%,
    rgba(68, 176, 255, 0.29) 19.15%,
    rgba(255, 68, 236, 0.29) 52.45%,
    rgba(255, 68, 236, 0.29) 69.76%,
    rgba(255, 103, 94, 0.29) 91.66%
  );
  mix-blend-mode: hard-light;
  opacity: 0.35;
  filter: blur(165px);
  border-radius: 544.246px;
  transform: rotate(0deg);
}

.contact-us-single-page .bg-shadow,
.careers-single-page .bg-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 80px;
}

.contact-us-single-page .bg-shadow::before,
.careers-single-page .bg-shadow::before {
  /* position: absolute;
  width: 100%;
  height: 56px;
  left: 0;
  top: 0;
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 99; */
}

.contact-us-single-page .bg-shadow::after {
  position: absolute;
  width: 100%;
  height: 160px;
  left: 0;
  bottom: 70px;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, #000000 75.5%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.careers-single-page .bg-shadow::after {
  position: absolute;
  width: 100%;
  height: 235px;
  left: 0;
  bottom: 70px;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, #000000 75.5%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.current-openings {
  background-color: #000;
  padding-bottom: 200px !important;
}

.current-openings::before {
  content: "";
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(
    118.75deg,
    rgba(68, 188, 255, 0.29) 7.56%,
    rgba(68, 176, 255, 0.29) 19.15%,
    rgba(255, 68, 236, 0.29) 52.45%,
    rgba(255, 68, 236, 0.29) 69.76%,
    rgba(255, 103, 94, 0.29) 91.66%
  );
  mix-blend-mode: hard-light;
  opacity: 0.25;
  filter: blur(165px);
  border-radius: 544.246px;
  transform: rotate(0deg);
  z-index: 9;
}

/* .current-openings::after {
  position: absolute;
  width: 100%;
  height: 400px;
  content: "";
  bottom: 0;
  left: 0;
  background-image: url("../img/spin/hero-11.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
} */

.careers-single-page .openings-nav {
  position: absolute;
  bottom: 0;
}

.careers-single-page .openings-nav h4 {
  font-size: 20px;
}

.careers-single-page .openings-nav span {
  color: #fff;
  border: none;
  padding: 9px 13px;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2.323px);
  font-size: 23px;
  margin-right: 10px;
}

.navbar-dark.scrolled::after {
  opacity: 0;
}

.bg-locate-us-list {
  padding-top: 180px !important;
}

.bg-locate-us-list .container {
  padding-bottom: 300px !important;
}

.bg-locate-us-list::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../img/spin/hero-3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ftco-locations::after {
  position: absolute;
  left: 0;
  bottom: -230px;
  width: 100%;
  height: 230px;
  content: "";
  background: linear-gradient(0deg, rgba(14, 14, 14, 0) 14.03%, #0e0e0e 36.59%);
  z-index: 9;
}

.bg-locate-us-list .bg-gradient
/* ,.current-openings .bg-gradient  */
{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  content: "";
  background: linear-gradient(
    118.75deg,
    rgba(68, 188, 255, 0.29) 7.56%,
    rgba(68, 176, 255, 0.29) 19.15%,
    rgba(255, 68, 236, 0.29) 52.45%,
    rgba(255, 68, 236, 0.29) 69.76%,
    rgba(255, 103, 94, 0.29) 91.66%
  );
  mix-blend-mode: hard-light;
  opacity: 0.5;
  filter: blur(165px);
  border-radius: 544.246px;
  transform: rotate(0deg);
}

.about-slider-text .columns {
  height: 100%;
}

.about-slider-text .left-item,
.about-slider-text .right-item {
  top: 60%;
  position: absolute;
}

.about-slider-text .left-item {
  left: 5%;
  text-align: right;
}

.about-slider-text .right-item {
  right: 10%;
  text-align: left;
}

.about-slider-text .subheading {
  color: #626262;
  font-size: 20px;
  font-weight: 600;
}

.about-slider-text .spin-title {
  color: #fff;
  font-weight: 100;
}

.aboutus-single-page {
  background-image: url("../img/spin/hero-05.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3em 0;
}

.aboutus-spin-section {
  height: 700px;
  background-image: url("../img/spin/hero-6.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}

.aboutus-spin-section .container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  text-align: center;
  padding: 5em 0 0 0;
  z-index: 99;
  position: relative;
}

.aboutus-spin-section .container p {
  font-size: 15px;
}

.aboutus-spin-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 125px;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), #000000 100%);
}

.aboutus-spin-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 70%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000000 100%);
}

.empty-section {
  height: 50px;
  width: 100%;
  background-color: #000;
  padding: 0;
}

.out-foot-steps {
  margin-bottom: 8em;
}

.our-footsteps-section .out-foot-steps::after {
  width: 100%;
  height: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    118.75deg,
    rgba(68, 188, 255, 0.69) 7.56%,
    rgba(68, 176, 255, 0.69) 19.15%,
    rgba(255, 68, 236, 0.69) 52.45%,
    rgba(255, 68, 236, 0.69) 69.76%,
    rgba(255, 103, 94, 0.69) 91.66%
  );
  mix-blend-mode: hard-light;
  opacity: 0.92;
  filter: blur(500px);
  border-radius: 544.246px;
  transform: rotate(0deg);
}

.our-footsteps-section .subheading {
  color: #fff;
  font-size: 36px;
  margin-bottom: 15px;
}

.out-foot-steps .title {
  color: #fff;
  padding-bottom: 25px;
  padding-top: 20px;
  z-index: 999;
  position: relative;
}

.out-foot-steps .title span {
  font-weight: 800;
}

.accordionWrapper {
  display: inline-block;
  overflow: hidden;
  z-index: 999;
  position: relative;
}

.accordionWrapper .set {
  display: inline;
  float: left;
  margin: auto;
  height: 435px;
  margin-right: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  max-width: 265px;
}

.accordionWrapper div.title {
  cursor: pointer;
  color: #737373;
  font-weight: 800;
  font-size: 40px;
  height: 100%;
  width: 60px;
  top: 100px;
  writing-mode: vertical-lr;
  text-orientation: upright;
  line-height: 55px;
  position: relative;
}

.accordionWrapper .set.active {
  padding: 20px;
}

.accordionWrapper .set.active .title {
  display: none;
}

.accordionWrapper .content h1 {
  font-size: 45px;
  color: #fff;
  writing-mode: initial;
  width: 100%;
  top: 0px;
  height: 60px;
  font-weight: 600;
}

.accordionWrapper .content h2 {
  color: #fff;
}

.accordionWrapper .content p {
  font-size: 13px;
}

.accordionWrapper div.content {
  display: none;
}

.accordionWrapper .content .know-more {
  padding: 6px 0;
  background: #5f5f5f75;
  border-radius: 8px;
  display: block;
  width: 100%;
  color: #ffff;
  bottom: -50px;
  position: relative;
}

form .error {
  color: red;
}

.modal-custom {
  /* position: fixed;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  width: 75%; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: hidden !important;
}
.modal-dialog-centered {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* Ensure modal is full height within the backdrop */
}

.modal-custom .modal-content {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(24px);
  border-radius: 24px;
  padding: 15px 20px;
}

.modal-content .modal-title {
  color: #fff;
}
.modal-content .modal-header {
  border-bottom: none !important;
}
.modal-content .close {
  font-size: 30px;
  padding-top: 13px;
  color: #fff;
}
.modal-content .alert {
  color: #fff;
  padding: 0;
}

#block-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.custom-toaster {
  position: fixed;
  bottom: 10px;
  right: 10px;
  min-width: 325px;
  z-index: 99999;
  background: rgb(255 255 255 / 14%);
  backdrop-filter: blur(24px);
  border-radius: 24px;
  padding: 12px;
}
.custom-toaster .toast-header {
  background-color: transparent;
  color: #fff;
}
.custom-toaster .close {
  color: #fff;
}

.rating {
  direction: rtl;
  display: flex;
  justify-content: end;
}
.rating input {
  visibility: hidden;
  width: 0;
}
.rating label {
  font-size: 2rem;
  color: #808080;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 0;
  line-height: 3rem;
}
.rating input:checked ~ label,
.rating label:hover,
.rating label:hover ~ label {
  color: #fff;
}

.appointment-form .form-group .btn-white {
  display: block;
  background: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 30px !important;
  padding-right: 30px !important;
  color: #000 !important;
  margin: 0 auto;
  margin-top: 20px;
  height: 44px !important;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #fff;
}

.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.pagination li {
  margin: 0 5px;
}

.pagination a {
  text-decoration: none;
  color: #fff;
  padding: 8px 12px;
  border: 1px solid #fff;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.pagination a:hover {
  background-color: #292929;
  color: white;
}

.pagination .active a {
  background-color: #292929;
  color: white;
  border-color: #fff;
}

.pagination .disabled a {
  color: #ccc;
  pointer-events: none;
  cursor: not-allowed;
}
.job-apply-modal {
  background-color: #000000ba;
  z-index: 99999;
}
.job-apply-modal .modal-content {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(24px);
  border-radius: 24px;
}
.job-apply-modal .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: 100vh;
}
.job-apply-modal .modal-content {
  width: 100%;
  padding: 15px 20px;
  height: 100%;
  overflow-y: auto;
}
.job-apply-modal .modal-content .close {
  font-size: 40px;
}
.job-apply-modal .modal-content .modal-header {
  padding-bottom: 0;
}

.file-upload input[type="file"] {
  visibility: hidden;
  width: 0;
}

.rounded-lg {
  border-radius: 1rem;
}

.custom-file-label.rounded-pill {
  border-radius: 50rem;
}

.custom-file-label.rounded-pill::after {
  border-radius: 0 50rem 50rem 0;
}

.job-apply-modal .file-upload {
  color: #fff;
  text-decoration: underline;
}
.job-apply-modal .file-upload-container {
  border: 1.36px solid #8d8d8d7d !important;
  margin-bottom: 15px;
}
/* Custom scrollbar styles */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: rgba(68, 176, 255, 0.3);
  border-radius: 6px;
  transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: #0056b3;
}

.gm-style .gm-style-iw-c {
  background: rgb(0 0 0 / 73%);
  backdrop-filter: blur(24px);
}
.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style-iw-chr {
  display: none;
}
.service-single-page .slider-text .style-1 {
  font-size: 10vw !important;
}
.service-single-page .slider-text .subheading-style-1 {
  font-size: 32px;
  line-height: 42px;
}
.service-customer.font-34 {
  font-size: 50px;
}
.gm-style .gm-style-iw-tc::after {
  background: rgb(0 0 0 / 73%);
  backdrop-filter: blur(24px);
}
.current-openings-bg {
  height: 400px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: linear-gradient(
    0deg,
    rgba(14, 14, 14, 0) -15.03%,
    rgba(14, 14, 14, 0.852909) 27.38%,
    rgba(14, 14, 14, 0.96995) 44.28%,
    #0e0e0e 63.6%
  );
  /* background: linear-gradient(
    0deg,
    rgba(68, 188, 255, 0.29) 7.56%,
    rgba(68, 176, 255, 0.29) 19.15%,
    rgba(255, 68, 236, 0.29) 52.45%,
    rgba(255, 68, 236, 0.29) 69.76%,
    rgba(255, 103, 94, 0.29) 91.66%
  ); */
  /* mix-blend-mode: hard-light;
  opacity: 0.25; */
  /* filter: blur(165px);
  border-radius: 544.246px;
  transform: rotate(0deg); */
}
/* .current-openings-bg::before{
  position: absolute;
  content:"";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/spin/hero-3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */

#section-scroller-button {
  position: fixed;
  right: 60px;
  bottom: 50px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: white;
  z-index: 9999;
  cursor: pointer;
  -webkit-box-shadow: 0 8px 42px -10px rgba(0, 0, 0, 0.85);
  box-shadow: 0 8px 42px -10px rgba(0, 0, 0, 0.85);
  border: 1px solid #5a596c;
  background-color: #dbdbdb3b;
  padding: 15px;
  text-align: center;
}

#section-scroller-button .ion {
  font-size: 24px;
}

#section-scroller-button.rotate .ion {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.custom-tooltip {
  top: 6px;
  left: -275px;
  position: absolute;
  /* min-width: 115px; */
  padding: 10px;
  font-size: 15px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  opacity: 0;
  z-index: 999;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.custom-tooltip:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -10px;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid #000;
}

/* custom media queries */
@media (max-width: 992px) {
  .navbar-gradient,
  .navbar-dark {
    background: #000000;
  }
  .navbar-dark::after {
    opacity: 0;
  }
  .navbar-brand img {
    width: 140px;
  }
  .ftco-navbar-light .navbar-toggler {
    color: #fff !important;
  }
  .ftco-navbar-light .navbar-toggler .icon-menu {
    font-size: 25px;
    color: #fff !important;
  }
  #section-scroller-button {
    display: none;
  }
  .ftco-navbar-light .navbar-nav {
    padding: 0 24px;
  }
  .customer-offerings-wrapper .flex-fill {
    width: 50%;
  }
  .customer-offerings-wrapper .offering-item img {
    width: 150px;
  }
  .customer-offerings-wrapper .offering-item::before {
    opacity: 0;
  }
  .customer-offerings-wrapper .offering-item:hover img {
    filter: none !important;
    transform: none !important;
  }
  .carousel .testimonial-wrapper {
    margin-bottom: 20px;
  }
  .testimonial-carousel {
    width: 85%;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .customer-offerings-wrapper .flex-fill {
    width: 50%;
  }
  .customer-offerings-wrapper .offering-item img {
    width: 100px;
  }
  .customer-offerings-wrapper .offering-item::before {
    opacity: 0;
  }
  .customer-offerings-wrapper .offering-item:hover img {
    filter: none !important;
    transform: none !important;
  }
  .home-banner {
    background-size: cover;
    background-position: 71% 0px !important;
  }
  .home-banner .slider-text .text {
    padding-top: 0;
  }
  .home-banner .slider-text .align-items-center {
    -webkit-box-align: unset !important;
    -ms-flex-align: unset !important;
    align-items: flex-start !important; /* Use flex-start explicitly */
    height: 100%;
  }
  .home-banner .slider-text .subheading {
    margin-top: 25px;
  }
  .home-banner .slider-text .spin-title {
    font-size: 70px;
    line-height: 55px;
  }
  .home-banner .bottom-text {
    position: absolute;
    bottom: -100px;
    font-size: 14px;
  }
  /* .home-banner .overlay::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 125px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 60%);
  } */
  .heading-section h3 {
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
    margin-bottom: 0 !important;
  }
  .spin-services-section {
    padding: 10em 0 1rem 0;
  }
  .customer-offerings-wrapper {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding: 0 15px 25px 15px;
  }
  .customer-offerings-wrapper .offering-item .service-name {
    bottom: -25px;
  }
  .customer-offerings-wrapper .offering-item::before {
    top: 0;
    width: 100%;
    height: 175px;
  }
  /* .customer-offerings-wrapper .offering-item:hover .service-name {
    bottom: -50px;
  } */
  .video-background {
    background-color: #000;
  }
  .video-background video {
    width: 100%;
    height: 300px;
    object-fit: contain;
    position: relative;
    top: 0;
  }
  .video-backgroun-wrapper {
    position: relative;
  }
  /* .video-background .video-backgroun-wrapper::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(68, 188, 255, 0.24) -0.55%, rgba(68, 176, 255, 0.24) 22.86%, rgba(255, 68, 236, 0.24) 48.36%, rgba(255, 68, 236, 0.24) 73.33%, rgba(255, 103, 94, 0.24) 99.34%);
    left: 0;
    top: 0;
  } */
  .carousel .testimonial-wrapper {
    margin-bottom: 20px;
  }
  .testimonial-carousel {
    width: 85%;
    margin: 0 auto;
  }
  .ftco-navbar-light.scrolled .navbar-toggler {
    color: #fff !important;
  }
  .home-stat-numbers .feature-item-wrapper:not(:last-child) {
    border: none;
  }
  .home-stat-numbers .feature-item {
    background: #111111;
    margin-bottom: 20px;
  }
  .home-stat-numbers {
    width: 95%;
    margin: 0 auto;
  }
  .home-stats-wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      90deg,
      rgb(68 188 255 / 40%) -0.55%,
      rgb(68 176 255 / 37%) 22.86%,
      rgb(255 68 236 / 47%) 48.36%,
      rgb(255 68 236 / 49%) 73.33%,
      rgb(255 103 94 / 36%) 99.34%
    );
    left: 0;
    top: 0;
    z-index: 99;
  }
  .win-rewards-wrapper .section-box {
    background-color: transparent;
  }
  .win-rewards-wrapper .section-box .heading-section h3 {
    padding-bottom: 15px;
  }
  .win-rewards-wrapper .form-wrapper {
    background-color: #0c0c0c;
    padding: 20px;
    border-radius: 20px;
  }
  .feedback-wrapper {
    padding: 3em 1em !important;
  }
  .feedback-wrapper .heading-section h3 {
    padding-bottom: 25px;
  }
  .xs-margin-top {
    margin-top: 20px;
  }
  .heading-section h3 {
    padding-bottom: 20px;
  }
  .ftco-footer-social li {
    margin: 0;
  }
  .ftco-footer-social li a {
    height: 40px;
    width: 40px;
  }

  .service-single-page {
    background-position: 82% 0 !important;
  }
  .service-single-skin-page {
    background-position: 72% 0 !important;
  }
  .service-single-page::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    top: 80px;
    left: 0;
    background: linear-gradient(
      118.75deg,
      rgba(68, 188, 255) 7.56%,
      rgba(68, 176, 255) 19.15%,
      rgba(255, 68, 236) 52.45%,
      rgba(255, 68, 236) 69.76%,
      rgba(255, 103, 94) 91.66%
    );
    mix-blend-mode: hard-light;
    filter: blur(180px);
    border-radius: 159.671px;
    transform: rotate(0deg);
  }
  .service-single-skin-page::before {
    opacity: 0 !important;
  }
  .service-single-page .slider-text .align-items-start {
    height: 100%;
  }
  .service-single-page .slider-text .text {
    padding-top: 25px;
  }
  .service-single-page .slider-text .subheading-style-1 {
    font-size: 18px;
    line-height: 24px;
  }
  .service-single-page .slider-text .style-1 {
    font-size: 75px !important;
  }
  .service-single-page .slider-text p {
    font-size: 14px;
  }
  .service-collage-bg {
    height: 225px !important;
    background-size: contain;
  }
  .service-bottom-hero {
    height: 300px !important;
  }
  .hair-service-him {
    padding-left: 125px;
    font-size: 18px;
  }
  .services-item-list.hair-service-him::after {
    left: 10px;
    font-size: 140px;
  }
  .hair-service-her {
    text-align: right;
    padding-right: 130px;
    font-size: 18px;
  }
  .services-item-list.hair-service-her::after {
    font-size: 135px;
    right: 27px;
    left: auto;
  }
  .services-item-list-bullet {
    font-size: 18px;
    margin-left: 25px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .skin-services-list,
  .makeup-services-list,
  .nails-services-list,
  .bridal-mobile-svg {
    position: relative;
  }
  .skin-services-list .heading-section,
  .makeup-services-list .heading-section,
  .nails-services-list .heading-section,
  .bridal-mobile-svg .heading-section {
    color: #fff;
  }
  .skin-services-list::before,
  .makeup-services-list::before,
  .nails-services-list::before,
  .bridal-mobile-svg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(
      90deg,
      rgba(68, 188, 255, 0.25) -0.55%,
      rgba(68, 176, 255, 0.25) 22.86%,
      rgba(255, 68, 236, 0.25) 48.36%,
      rgba(255, 68, 236, 0.25) 73.33%,
      rgba(255, 103, 94, 0.25) 99.34%
    );
    filter: blur(92.65px);
    transform: matrix(1, 0, 0, -1, 0, 0);
  }
  .skin-services-list::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url("../img/spin/services-icon/skin-mobile-bg.svg");
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .makeup-services-list::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url("../img/spin/services-icon/makeup-mobile-svg.svg");
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .nails-services-list::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: url("../img/spin/services-icon/nails-mobile-svg.svg");
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .contact-us-single-page .form-border {
    padding: 25px;
    margin: 0 25px;
  }
  .contact-us-single-page,
  .gallery-single-page,
  .careers-single-page {
    padding-top: 0;
  }
  .careers-single-page .container-wrapper {
    padding-top: 10px !important;
  }
  .careers-single-page {
    background-image: none;
    background-color: #000;
    padding-bottom: 10px;
  }
  .careers-single-page .container-wrapper .form-border {
    background: transparent;
  }
  .careers-single-page .openings-nav {
    bottom: -20px;
  }
  .careers-single-page .container-wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(
      118.75deg,
      rgba(68, 188, 255, 0.29) 7.56%,
      rgba(68, 176, 255, 0.29) 19.15%,
      rgba(255, 68, 236, 0.29) 52.45%,
      rgba(255, 68, 236, 0.29) 69.76%,
      rgba(255, 103, 94, 0.29) 91.66%
    );
    mix-blend-mode: hard-light;
    filter: blur(180px);
    border-radius: 159.671px;
    transform: rotate(0deg);
  }
  .careers-single-page .container-wrapper .right-content {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(11.9456px);
    border-radius: 11.9456px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }
  .current-openings {
    padding: 0 20px 50px 20px !important;
  }
  .job-item {
    padding: 1rem 0;
  }
  .job-item .info .d-flex {
    display: block !important;
  }
  .job-item .info .d-flex.p-3 {
    padding: 0 1rem !important;
  }
  .job-item .apply-now {
    width: 100%;
  }
  .franchise-single-page {
    background-position: 50% 0 !important;
    background-image: url(../img/spin/hero-4-mobile.jpg);
  }
  .franchise-single-page .slider-text .align-items-start {
    height: 100%;
  }
  .franchise-single-page .slider-text .bottom-text {
    position: absolute;
    bottom: -50px;
    font-size: 14px;
  }
  .franchise-single-page .slider-text h1 {
    font-size: 50px;
  }
  .become-franchise-section .text-content {
  }
  .become-franchise-section {
    padding: 10px 0;
    background-image: none;
    background-color: #000;
  }
  .become-franchise-section .text-content .px-5 {
    padding: 0 10px !important;
  }
  .become-franchise-section .text-content h4 {
    padding-top: 0 !important;
  }
  .become-franchise-section .form-border,
  .become-franchise-section p {
    margin: 0 20px;
  }
  #franchise-opportunity-form {
    margin: 0 20px;
  }
  .become-franchise-section::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
      118.75deg,
      rgba(68, 188, 255, 0.29) 7.56%,
      rgba(68, 176, 255, 0.29) 19.15%,
      rgba(255, 68, 236, 0.29) 52.45%,
      rgba(255, 68, 236, 0.29) 69.76%,
      rgba(255, 103, 94, 0.29) 91.66%
    );
    mix-blend-mode: hard-light;
    opacity: 0.57;
    filter: blur(165px);
    border-radius: 280.183px;
    transform: rotate(0deg);
  }
  .bg-locate-us-list .job-item .apply-now {
    margin-top: 15px !important;
  }
  .ftco-locations .custom-overlay {
    width: 90% !important;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    bottom: 25px;
    height: 300px;
    top: unset;
  }
  .ftco-locations .custom-overlay::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(
      118.75deg,
      rgba(68, 188, 255, 0.65) 7.56%,
      rgba(68, 176, 255, 0.65) 19.15%,
      rgba(255, 68, 236, 0.65) 52.45%,
      rgba(255, 68, 236, 0.65) 69.76%,
      rgba(255, 103, 94, 0.65) 91.66%
    );
    mix-blend-mode: hard-light;
    opacity: 0.57;
    filter: blur(165px);
    border-radius: 26px;
    transform: rotate(0deg);
    z-index: 9;
  }
  #map {
    height: 700px !important;
    position: static !important;
  }
  .ftco-locations {
    padding: 0 !important;
  }
  .aboutus-single-page .about-slider-text.js-fullheight {
    height: 100px !important;
  }
  .aboutus-single-page .bottom-text {
    bottom: -85px;
    position: absolute;
    font-size: 12px;
    z-index: 99;
    line-height: 16px;
  }
  .about-slider-text .subheading {
    font-size: 10px;
  }
  .about-slider-text .spin-title {
    font-size: 14px;
    margin-bottom: 0;
  }
  .empty-section {
    height: 110px;
  }
  .about-slider-text .left-item,
  .about-slider-text .right-item {
    top: 45%;
  }
  .aboutus-spin-section {
    height: 400px;
  }
  .aboutus-spin-section .container p {
    font-size: 13px;
    line-height: 18px;
    position: absolute;
    bottom: -40px;
  }

  .accordionWrapper {
    display: block; /* Stacking accordion vertically */
    width: 100%;
  }

  .accordionWrapper .set {
    display: block; /* Change to block for vertical layout */
    float: none; /* Remove float */
    margin: 10px 0; /* Add margin between items */
    max-width: 100%; /* Make items full-width */
    height: auto; /* Auto height to adjust based on content */
  }

  .accordionWrapper div.title {
    font-size: 30px;
    width: auto;
    line-height: 8px;
    text-orientation: initial;
    writing-mode: initial;
    top: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  .accordionWrapper .content h1 {
    font-size: 30px; /* Smaller h1 font for mobile */
  }

  .accordionWrapper .content .know-more {
    bottom: 0; /* Adjust button position */
  }
  .home-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    top: 0;
    background: linear-gradient(
      118.75deg,
      rgba(68, 188, 255, 0.79) 7.56%,
      rgba(68, 176, 255, 0.79) 19.15%,
      rgba(255, 68, 236, 0.79) 52.45%,
      rgba(255, 68, 236, 0.79) 69.76%,
      rgba(255, 103, 94, 0.79) 91.66%
    );
    mix-blend-mode: hard-light;
    filter: blur(180px);
    border-radius: 159.671px;
    transform: rotate(0deg);
  }
}

@media(max-width:1024px){
  .current-openings,.become-franchise-section,.bg-locate-us-list{
    padding: 0 30px !important;
  }
}