html,
body {
  overflow-x: hidden !important;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

#root {
  overflow-x: hidden !important;
  position: relative;
  width: 100%;
}

/* Mobile responsiveness fixes */
@media (max-width: 768px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow-x: hidden !important;
  }

  .content-box {
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow-x: hidden !important;
  }

  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

body,
html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
  scroll-behavior: smooth;
}
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}
h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #333;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p,
.display-5 {
  font-size: 22px;
  line-height: 1.6;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #608dfd;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #608dfd;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}
/* Navigation */
#menu {
  padding: 15px;
  transition: all 0.8s;
}
#menu.navbar-default {
  background-color: #fff;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#menu a.navbar-brand {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
#menu.navbar-default .navbar-nav > li > a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
}
#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  content: "";
  transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #608dfd;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #608dfd;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
.section-title p {
  font-size: 18px;
}
.btn-custom {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #5ca9fb;
  background-image: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #6372ff;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section */
.intro {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

.intro .bg-image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url(../images/bamboo-cloths-stones-leaves.webp) center center
    no-repeat;
  background-color: #f5f5f5;
  background-size: cover;
  z-index: 1;
  transform: translateX(-50%);
}

.intro .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 2;
  display: flex;
  align-items: center;
}

.intro .intro-text {
  position: relative;
  z-index: 3;
  text-align: center;
}

.intro .text-box {
  background: rgba(255, 255, 255, 0.85);
  padding: 25px 35px;
  border-radius: 8px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  display: inline-block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.intro .text-box p {
  color: #333;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .intro {
    height: 50vh;
  }

  .intro .bg-image {
    background-position: center center;
  }

  .intro .text-box {
    padding: 15px 20px;
    margin: 0 15px;
  }

  .intro .text-box p {
    font-size: 18px;
    line-height: 1.5;
  }

  .intro .bg-image {
    height: 110%;
  }
}

/* Features/Services Section */
#features,
#services {
  padding: 100px 0;
  background: #f6f6f6;
}

#features .content-box,
#services .content-box {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#features .embed-responsive {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0;
}

#features .feature-text {
  padding: 0 20px;
}

#features .feature-text h4 {
  color: #333;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}

#features .feature-text p {
  color: #666;
  font-size: 22px;
  line-height: 1.6;
}

#features .location-info h3 {
  color: #333;
  font-size: 2rem;
  font-weight: 600;
}

#features .location-info p {
  color: #666;
  font-size: 1.8rem !important;
}

#features .fa-map-marker {
  color: #5ca9fb;
  margin-right: 10px;
}

@media (max-width: 768px) {
  #features .content-box {
    padding: 20px;
  }

  #features .feature-text {
    padding: 20px 0 0;
    text-align: center;
  }

  #features .feature-text h4 {
    font-size: 2rem;
  }

  #features .feature-text p {
    font-size: 18px;
  }

  #features .location-info h3 {
    font-size: 1.75rem;
  }

  #features .location-info p {
    font-size: 1.5rem !important;
  }
}

/* About Section */
#about {
  padding: 100px 0;
  background: #f6f6f6;
}

#about .display-3 {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  color: #333;
}

#about .about-image {
  margin-bottom: 30px;
}

#about .about-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#about .about-text {
  padding: 20px;
}

#about .about-text h3 {
  font-size: 4rem;
  margin: 20px 0 10px;
  color: #333;
  font-weight: 600;
}

#about .about-text h4 {
  font-size: 2.5rem;
  color: #666;
  margin-bottom: 20px;
}

#about .about-text p {
  font-size: 22px;
  line-height: 1.6;
  margin: 20px auto;
  color: #777;
}

#about .location-info h3 {
  font-size: 2.5rem;
  color: #333;
  font-weight: 600;
}

#about .location-info p {
  font-size: 2rem !important;
  line-height: 1.6;
  color: #666;
}

@media (max-width: 768px) {
  #about .about-text h3 {
    font-size: 3rem;
  }

  #about .about-text h4 {
    font-size: 2rem;
  }

  #about .about-text p,
  #about .location-info p {
    font-size: 18px;
  }

  #about .location-info h3 {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  #about .about-image {
    margin-bottom: 0;
  }

  #about .about-text {
    padding: 0 20px;
  }
}

#about .content-box {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  #about .content-box {
    padding: 20px;
  }
}

#about .phone-link {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

#about .phone-link:hover {
  color: #5ca9fb;
}

@media (max-width: 768px) {
  #about .phone-link {
    color: #666;
    position: relative;
    padding-bottom: 2px;
  }

  #about .phone-link::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #5ca9fb;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }

  #about .phone-link:active::after {
    transform: scaleX(1);
  }
}

/* Portfolio Section */
#portfolio {
  padding: 100px 0;
  background: #f6f6f6;
}

#portfolio h2.display-3 {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  color: #333;
}

#portfolio .price-box {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  text-align: center;
}

#portfolio .category-section {
  margin: 40px 0;
}

#portfolio .category-section:first-child {
  margin-top: 0;
}

#portfolio .category-line {
  height: 1px;
  background: #ddd;
  margin: 15px auto;
  width: 80%;
}

#portfolio .category-title {
  text-align: center;
  margin: 20px 0;
}

#portfolio .category-title h3 {
  color: #333;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  display: inline;
}

#portfolio .category-title span {
  color: #666;
  font-size: 20px;
  font-style: italic;
  margin-left: 10px;
}

#portfolio .price-item {
  color: #666;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 500;
  text-align: center;
}

#portfolio .price-note {
  color: #777;
  font-size: 22px;
  font-style: italic;
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  #portfolio .category-title h3 {
    font-size: 24px;
  }

  #portfolio .category-title span {
    font-size: 18px;
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}

#portfolio .pricing-frame {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  background: #fff;
  border: none;
}

@media (max-width: 768px) {
  #portfolio h2.display-3 {
    font-size: 3rem;
  }

  #portfolio .pricing-frame {
    height: 600px;
  }
}

.portfolio-item {
  margin: 1px -15px 0 -14px;
  padding: 0;
}
.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient(
    to right,
    rgba(99, 114, 255, 0.8) 0%,
    rgba(92, 169, 251, 0.8) 100%
  );
  padding: 30% 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text > h4 {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}
/* Testimonials Section */
#testimonials {
  padding: 100px 0;
  background: #f6f6f6;
}

#testimonials .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

#testimonials .stars {
  color: #ffd700;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

#testimonials .testimonial {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin-bottom: 30px;
}

#testimonials .testimonial:hover {
  transform: translateY(-5px);
}

#testimonials .testimonial-content {
  position: relative;
  overflow: hidden;
}

#testimonials .testimonial-content p {
  color: #666;
  font-size: 22px;
  font-style: italic;
  margin-bottom: 15px;
  line-height: 1.6;
}

#testimonials .testimonial-meta {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

#testimonials .btn-custom {
  margin-top: 30px;
}

@media (max-width: 768px) {
  #testimonials .testimonial {
    padding: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  #testimonials .testimonial {
    margin-bottom: 30px;
  }

  #testimonials .col-md-6:last-child .testimonial {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  #testimonials .container {
    padding: 0 20px;
  }

  #testimonials .testimonial-content p {
    min-height: auto;
  }
}

/* Team Section */
#team {
  padding: 100px 0;
}
#team h4 {
  margin: 5px 0;
}
#team .team-img {
  width: 240px;
}
#team .thumbnail {
  background: transparent;
  border: 0;
}
#team .thumbnail .caption {
  padding: 10px 0 0;
  color: #888;
}
/* Contact Section */
#contact {
  padding: 100px 0 60px;
  background: #f6f6f6;
}

#contact .section-title {
  margin-bottom: 50px;
}

#contact .map-container {
  position: relative;
  width: 100%;
  height: 450px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

#contact .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

#contact .contact-info {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#contact .contact-item {
  margin-bottom: 25px;
}

#contact .contact-item:last-child {
  margin-bottom: 0;
}

#contact .contact-item h3 {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

#contact .contact-item p {
  color: #666;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 5px;
}

#contact .contact-item i {
  color: #5ca9fb;
  margin-right: 10px;
  font-size: 18px;
}

#contact .indent {
  padding-left: 28px;
}

#contact .hours p {
  padding-left: 28px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  #contact .map-container,
  #contact .contact-info {
    height: auto;
    margin-bottom: 30px;
  }

  #contact .contact-info {
    padding: 25px;
  }

  #contact .contact-item {
    margin-bottom: 20px;
  }

  #contact .contact-item h3 {
    font-size: 20px;
  }

  #contact .contact-item p {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  #contact .map-container {
    height: 250px;
  }
}

/* Footer Section */
#footer {
  background: #f6f6f6;
  padding: 30px 0;
}

#footer p {
  color: #666;
  font-size: 14px;
  margin: 0;
}

@media (max-width: 768px) {
  #footer {
    padding: 20px 0;
  }
}

#services .feature-text h3 {
  font-size: 4rem;
  margin: 20px 0 10px;
  color: #333;
  font-weight: 600;
}

#services .feature-text h4 {
  font-size: 2.5rem;
  color: #666;
  margin-bottom: 20px;
}

#services .feature-text p {
  font-size: 22px;
  line-height: 1.6;
  margin: 20px auto;
  color: #777;
}

#services .embed-responsive {
  margin-bottom: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

@media (min-width: 992px) {
  #services .embed-responsive {
    margin-bottom: 0;
  }
}

/* Make text slightly smaller on mobile */
@media (max-width: 768px) {
  #services .feature-text h3 {
    font-size: 3rem;
  }

  #services .feature-text h4 {
    font-size: 2rem;
  }

  #services .feature-text p {
    font-size: 18px;
  }
}

#services h2.display-3 {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  color: #333;
}

/* Adjust container padding if needed */
#services .container {
  padding-left: 15px;
  padding-right: 15px;
}

#services .display-5 {
  font-size: 2.5rem !important;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 768px) {
  #services .display-5 {
    font-size: 2rem !important;
  }
}

/* Pricing Section */
#pricing {
  padding: 80px 0;
  background: #f6f6f6;
}

#pricing .content-box {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

.price-category {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 0 auto;
}

.service-section {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.service-divider {
  height: 1px;
  background: #eee;
  margin: 30px 0;
  width: 100%;
}

.category-title {
  color: #333;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #5ca9fb;
}

.category-subtitle {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  margin-top: 5px;
}

.price-list {
  margin: 0;
  padding: 0;
  width: 100%;
}

.price-item {
  font-size: 22px;
  color: #666;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.price-item .duration-price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.price-item span {
  color: #666;
  font-weight: 500;
}

.price-item:last-child {
  border-bottom: none;
}

.notes-section {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  max-width: 800px;
  margin: 30px auto 0;
  text-align: center;
}

.note-item {
  font-size: 20px;
  color: #666;
  font-style: italic;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .price-category {
    padding: 20px;
  }

  .category-title {
    font-size: 24px;
  }

  .price-item {
    font-size: 18px;
  }

  .price-item .duration-price-container {
    gap: 20px;
    padding: 0 10px;
  }

  .note-item {
    font-size: 16px;
  }

  #pricing {
    padding: 40px 0;
  }
}

/* Testimonials Section */
#testimonials .stars {
  color: #ffd700;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

#testimonials .testimonial {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin-bottom: 30px;
}

#testimonials .testimonial:hover {
  transform: translateY(-5px);
}

#testimonials .testimonial-content {
  position: relative;
  overflow: hidden;
}

#testimonials .testimonial-content p {
  color: #666;
  font-size: 22px;
  font-style: italic;
  margin-bottom: 15px;
  line-height: 1.6;
}

#testimonials .testimonial-meta {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

#testimonials .review-date {
  color: #888;
  font-size: 14px;
  font-weight: normal;
}

#testimonials .btn-custom {
  margin-top: 30px;
}

@media (max-width: 768px) {
  #testimonials .testimonial {
    margin-bottom: 30px;
  }

  #testimonials .col-md-4:last-child .testimonial {
    margin-bottom: 0;
  }
}

#coupon {
  padding: 100px 0;
  background: #f6f6f6;
}

#coupon .content-box {
  background: #fff;
  padding: 60px 40px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  min-height: 450px;
}

#coupon .coupon-content {
  max-width: 600px;
  margin: 0 auto;
}

#coupon .coupon-icon {
  margin-bottom: 30px;
}

#coupon .fa-gift {
  color: #333;
  font-size: 120px;
}

#coupon .coupon-text {
  margin: 0 auto;
}

#coupon .coupon-text h4 {
  font-size: 2.5rem;
  color: #333;
  font-weight: 600;
}

#coupon .coupon-text p {
  font-size: 22px;
  line-height: 1.6;
  color: #666;
}

#coupon .coupon-info h3 {
  font-size: 2rem;
  color: #333;
  margin-top: 30px;
}

@media (max-width: 768px) {
  #coupon .content-box {
    padding: 30px 20px;
    min-height: auto;
  }

  #coupon .fa-gift {
    font-size: 80px;
  }

  #coupon .coupon-text h4 {
    font-size: 2rem;
  }

  #coupon .coupon-text p {
    font-size: 18px;
  }

  #coupon .coupon-info h3 {
    font-size: 1.75rem;
  }
}

#contact .phone-link {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

#contact .phone-link:hover {
  color: #5ca9fb;
}

@media (max-width: 768px) {
  #contact .phone-link {
    color: #666; /* Make it look clickable on mobile */
    position: relative;
    padding-bottom: 2px;
  }

  #contact .phone-link::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #5ca9fb;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }

  #contact .phone-link:active::after {
    transform: scaleX(1);
  }
}

/* Location Links */
.location-links {
  display: inline-block;
  border-left: 1px solid #ddd;
  margin-left: 10px;
  padding-left: 10px;
}

.location-links:first-of-type {
  margin-left: 20px;
}

.location-links a {
  color: #555;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 2px;
  margin: 9px 10px;
  position: relative;
}

.location-links a:hover,
.location-links a.active {
  color: #5ca9fb;
  text-decoration: none;
}

.location-links a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  content: "";
  transition: width 0.2s;
}

.location-links a:hover:after,
.location-links a.active:after {
  width: 100%;
}

@media (max-width: 768px) {
  .location-links {
    display: block;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
  }

  .location-links:first-of-type {
    margin-left: 0;
  }

  .location-links a {
    display: inline-block;
    margin: 10px 5px;
  }
}
