html {
  font-size: 62.5%;
}

:root {
  --black: #000000;
  --white: #ffffff;
  --red: #ed1c24;
  --grey: rgba(255, 255, 255, 0.06);
}

@font-face {
  font-family: inter;
  src: url("../assets/fonts/Inter/Inter-VariableFont_opsz\,wght.ttf");
}

@font-face {
  font-family: apercu;
  src: url("../assets/fonts/Apercu/Apercu");
  font-weight: 400;
}

@font-face {
  font-family: futurak;
  src: url("../assets/fonts/futurak/futurak.ttf");
}

body {
  font-family: inter;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Header */
.header {
  padding: 8px 0px;
  height: 92px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header .container {
  height: 100%;
  position: relative;
}

.mobile-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--white);
  font-size: 2.4rem;
  cursor: pointer;
  padding: 8px;
  z-index: 1000;
}

.main-logo {
  width: 165px;
}

.nav {
  gap: 0px;
}

.nav-link {
  font-size: 1.6rem;
  padding: 17px 36px 0px 0px;
  font-weight: 400;
}

.franchise-btn {
  border: 1px solid var(--white);
  background-color: transparent;
  color: var(--white);
  padding: 12px 16.5px;
  border-radius: 35px;
  font-size: 1.4rem;
  cursor: pointer;
  margin: 0px 12px 0px 0px;
  font-weight: 500;
  height: 50px;
  display: inline-block;
  text-decoration: none;
  line-height: 26px;
}

.order-btn {
  border: 1px solid var(--red);
  background-color: var(--red);
  color: var(--white);
  padding: 12px 13.5px;
  border-radius: 35px;
  font-size: 1.4rem;
  cursor: pointer;
  font-weight: 500;
  height: 50px;
  display: flex;
  align-items: center;
}

.arrow-icon {
  background-color: var(--white);
  color: var(--red);
  padding: 6px 7px;
  border-radius: 23px;
  margin-left: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
}

/* Hero */
.hero-section {
  width: 100%;
  overflow: hidden;
}

.hero-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.mobile-banner {
  display: none;
}

@media (max-width: 768px) {
  .desktop-banner {
    display: none;
  }
  .mobile-banner {
    display: block;
  }
}

/* Brands Section */
.brands-section {
  padding: 70px 15px;
}

.brands-title {
  font-size: 4rem;
  font-family: apercu;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 5rem;
}

.brand-name {
  font-family: futurak;
  font-size: 5.2rem;
  line-height: 6.2rem;
  letter-spacing: 0.03em;
}

.brands-subtitle {
  font-size: 1.6rem;
  font-family: apercu;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
  letter-spacing: 0.03em;
  line-height: 1.9rem;
}

.brands-grid {
  max-width: 1140px;
  margin: 0 auto;
  gap: 30px;
  justify-content: center;
}

.brand-card {
  flex: 0 0 calc(25% - 23px);
  max-width: 280px;
  text-align: center;
}

.brand-img-wrapper {
  width: 100%;
  background-color: var(--white);
  border-radius: 3px;
  padding: 19px;
  height: 140px;
}

.brand-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-btn {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  padding: 12px 23px 8px 23px;
  border-radius: 50px;
  font-size: 1.4rem;
  cursor: pointer;
  width: 174px;
  height: 50px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 24px;
}

/* Franchise Section */
.franchise-section {
  padding: 70px 15px;
  background: rgba(255, 255, 255, 0.06);
  position: relative;
}

.snp-right-side-one {
  position: absolute;
  right: 32px;
  top: 32px;
  z-index: 1;
}

.snp-right-side-one img {
  width: 150px;
}

.franchise-title {
  font-size: 4.8rem;
  font-family: apercu;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 6rem;
}

.franchise-subtitle {
  font-size: 1.6rem;
  font-family: apercu;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 48px;
  letter-spacing: 0.03em;
  line-height: 1.9rem;
}

.franchise-grid {
  margin-bottom: 48px;
  gap: 0px;
}

.franchise-text {
  flex: 1 1 50%;
  padding: 0 15px;
}

.franchise-img {
  flex: 1 1 50%;
  padding: 0 15px;
}

.franchise-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.franchise-location {
  font-size: 1.6rem;
  font-family: apercu;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.48em;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 2rem;
}

.franchise-name {
  font-size: 3.6rem;
  font-family: apercu;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 5rem;
}

.franchise-name .brand-name {
  font-size: 3.2rem;
  line-height: 2.9rem;
  display: inline;
}

.franchise-address,
.franchise-phone {
  font-size: 1.6rem;
  font-family: apercu;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
  letter-spacing: 0.03em;
  line-height: 1.9rem;
}

.franchise-address i,
.franchise-phone i {
  margin-right: 8px;
}

.franchise-phone a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.direction-btn {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  padding: 0px;
  border-radius: 50px;
  font-size: 1.4rem;
  cursor: pointer;
  margin-top: 20px;
  width: 174px;
  height: 50px;
  line-height: 21px;
  font-weight: 500;
}

.direction-btn .arrow-icon {
  background-color: var(--white);
  color: var(--red);
  width: 27px;
  height: 27px;
  padding: 0px;
  border-radius: 30px;
  margin-left: 10px;
}

.direction-btn .arrow-icon i {
  transform: rotate(-37deg);
}

/* Express Section */
.express-section {
  padding: 70px 0px 38px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: transparent;
}

.snp-left-one-side {
  position: absolute;
  left: 33px;
  top: 40px;
  z-index: -1;
}

.snp-left-one-side img {
  width: 250px;
}

.snp-right-side-second {
  position: absolute;
  right: 0px;
  bottom: -50px;
  z-index: -1;
}

.snp-right-side-second img {
  width: 200px;
  display: block;
}

.express-title {
  font-size: 4.8rem;
  font-family: apercu;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 6rem;
  padding: 0 15px;
}

.express-grid {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  row-gap: 32px;
  column-gap: 30px;
}

.express-card {
  flex: 0 0 calc(33.333% - 20px);
  max-width: 350px;
  text-align: center;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.express-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.express-location {
  font-size: 1.2rem;
  font-family: apercu;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.48em;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.5rem;
  margin-top: 24px;
}

.express-name {
  font-size: 2.4rem;
  font-family: apercu;
  font-weight: 400;
  margin-bottom: 18px;
  line-height: 2.9rem;
}

.express-name .brand-name {
  font-size: 2.4rem;
  line-height: 2.9rem;
}

.express-address,
.express-phone {
  font-size: 1.4rem;
  font-family: apercu;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
  letter-spacing: 0.03em;
  line-height: 1.7rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  min-height: 36px;
}

.express-address i,
.express-phone i {
  margin-right: 8px;
}

.express-phone a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

/* Express Soon Section */
.express-soon-section {
  padding: 60px 0px 38px;
  text-align: center;
  position: relative;
  z-index: 11;
}

.express-soon-title {
  font-size: 4.8rem;
  font-family: apercu;
  font-weight: 400;
  margin-bottom: 32px;
  line-height: 6rem;
  padding: 0 15px;
}

.express-soon-title small {
  font-size: 2.6rem;
  line-height: 3.1rem;
  color: var(--white);
}

.express-soon-grid {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  row-gap: 20px;
}

.express-soon-card {
  flex: 0 0 calc(33.333% - 20px);
  max-width: 350px;
  text-align: center;
  height: 250px;
  background: var(--white);
  border-radius: 4px;
  padding: 25px 24px;
  margin: auto;
  margin-bottom: 32px;
}

.express-soon-img {
  display: block;
  margin: auto;
  margin-bottom: 16px;
}

.express-soon-location {
  font-size: 1rem;
  font-family: apercu;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.48em;
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.2rem;
}

.express-soon-name {
  font-size: 2.1rem;
  font-family: apercu;
  font-weight: 400;
  line-height: 3rem;
  text-align: center;
  color: var(--black);
}

.express-soon-name .brand-name {
  font-size: 2.4rem;
  font-weight: 600;
  margin-right: 8px;
}

.express-soon-text {
  font-family: apercu;
  font-size: 2.1rem;
  line-height: 2.9rem;
  text-align: center;
  color: var(--black);
  margin-bottom: 0;
}

.express-soon-city {
  font-family: apercu;
  font-size: 2.1rem;
  line-height: 3rem;
  text-align: center;
  color: var(--black);
  font-weight: 400;
  margin: 0;
}

/* Village Section */
.village-section {
  padding: 48px 0px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.village-title {
  font-size: 4.8rem;
  font-family: apercu;
  font-weight: 400;
  margin-bottom: 32px;
  line-height: 6rem;
  padding: 0 15px;
}

.village-grid {
  gap: 0px;
  align-items: center;
  padding: 0 15px;
}

.village-img {
  flex: 1;
  min-width: 300px;
}

.village-img img {
  width: 100%;
  border-radius: 4px;
}

.village-text {
  flex: 1;
  min-width: 300px;
  padding-left: 40px;
}

.village-location {
  font-size: 1.6rem;
  font-family: apercu;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.48em;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 2rem;
}

.village-name {
  font-size: 3.2rem;
  font-family: apercu;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 3.8rem;
}

.village-name .brand-name {
  font-size: 3.2rem;
  line-height: 2.9rem;
}

.village-address,
.village-phone {
  font-size: 1.6rem;
  font-family: apercu;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
  letter-spacing: 0.03em;
  line-height: 1.9rem;
}

.village-phone a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.direction-btn-green {
  background-color: #28a745;
  border: 1px solid #28a745;
  color: var(--white);
  padding: 0px;
  border-radius: 50px;
  font-size: 1.4rem;
  cursor: pointer;
  margin-top: 40px;
  width: 174px;
  height: 50px;
  line-height: 21px;
  font-weight: 500;
}

.arrow-icon-green {
  background-color: var(--white);
  color: #28a745;
  width: 27px;
  height: 27px;
  padding: 0px;
  border-radius: 30px;
  margin-left: 10px;
}

/* Footer */
.footer {
  background: rgba(255, 255, 255, 0.06);
  padding: 70px 15px 0px;
  position: relative;
}

.footer-snp-layer {
  position: absolute;
  bottom: 0px;
  left: 30px;
  z-index: 0;
}

.footer-snp-layer img {
  width: 200px;
}

.footer-content {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 1fr 0.8fr;
  gap: 30px 45px;
  padding-bottom: 55px;
  position: relative;
  z-index: 1;
}

.footer-col {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  width: 140px;
  padding-bottom: 24px;
}

.footer-text {
  font-size: 1.5rem;
  font-family: apercu;
  color: rgba(255, 255, 255, 0.7);
  line-height: 2.1rem;
  letter-spacing: 0.03em;
  padding-bottom: 16px;
  margin: 0;
}

.social-links {
  margin-bottom: 24px;
  gap: 8px;
}

.social-link {
  font-size: 1.7rem;
  color: var(--white);
  background-color: var(--red);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-decoration: none;
}

.footer-heading {
  font-size: 1.6rem;
  font-family: apercu;
  font-weight: 700;
  padding-bottom: 24px;
  line-height: 1.9rem;
  margin: 0;
}

.footer-link {
  font-size: 1.5rem;
  font-family: apercu;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  display: block;
  padding-bottom: 16px;
  letter-spacing: 0.03em;
  line-height: 2rem;
}

.footer-link:hover {
  color: rgba(255, 255, 255, 0.6);
}

.footer-info {
  font-size: 1.6rem;
  font-family: apercu;
  color: var(--white);
  padding-bottom: 16px;
  letter-spacing: 0.03em;
  line-height: 1.9rem;
  margin: 0;
  font-weight: 700;
}

.app-links {
  gap: 10px;
}

.app-links a {
  display: block;
}

.app-links img {
  width: 100%;
  max-width: 150px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 25px 0;
  position: relative;
  z-index: 1;
}

.copyright-left,
.copyright-right {
  font-size: 1.4rem;
  font-family: apercu;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.03em;
  line-height: 2rem;
  margin: 0;
  font-weight: 400;
}

.copyright-right a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.copyright-right a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* Responsive */
@media (max-width: 992px) {
  .mobile-menu-toggle {
    display: block;
  }

  .header {
    height: auto;
    padding: 15px 0;
  }

  .header .container {
    flex-wrap: wrap;
  }

  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: var(--black);
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    padding: 80px 20px 20px;
    transition: right 0.3s ease;
    z-index: 999;
    overflow-y: auto;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.5);
  }

  .nav.active {
    right: 0;
  }

  .nav-link {
    padding: 15px 0;
    font-size: 1.8rem;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .franchise-btn,
  .order-btn {
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
    justify-content: center;
    height: 55px;
    font-size: 1.6rem;
  }

  .mobile-menu-toggle.active i:before {
    content: "\f00d";
  }

  .hero-img {
    max-height: 500px;
    object-fit: cover;
  }

  .brands-title,
  .franchise-title,
  .express-title,
  .village-title,
  .express-soon-title {
    font-size: 2.8rem;
    line-height: 3.4rem;
    padding: 0 15px;
    margin-bottom: 15px;
  }

  .brand-name {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }

  .express-soon-title small {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .brands-subtitle {
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 0 15px;
    margin-bottom: 25px;
  }

  .brands-section,
  .franchise-section {
    padding: 30px 15px;
  }

  .express-section {
    padding: 30px 0px 15px;
  }

  .express-grid {
    row-gap: 0px;
  }

  .express-card {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .express-img {
    margin-top: 0px;
    height: 220px;
  }

  .express-location {
    font-size: 1.3rem;
    margin-top: 15px;
    margin-bottom: 6px;
  }

  .express-name {
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin-bottom: 12px;
  }

  .express-name .brand-name {
    font-size: 2.2rem;
  }

  .express-address,
  .express-phone {
    font-size: 1.5rem;
    line-height: 1.9rem;
    min-height: 38px;
    margin-bottom: 10px;
  }

  .direction-btn,
  .direction-btn-green {
    width: 100%;
    max-width: 200px;
    height: 48px;
    font-size: 1.5rem;
    margin: 15px auto 0;
  }

  .direction-btn .arrow-icon,
  .arrow-icon-green {
    width: 30px;
    height: 30px;
  }

  .express-soon-card {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 25px 18px;
  }

  .express-soon-img {
    width: 55px;
    height: 55px;
    margin-bottom: 12px;
  }

  .express-soon-location {
    font-size: 1.1rem;
    margin-bottom: 6px;
  }

  .express-soon-name {
    font-size: 2.1rem;
    line-height: 2.8rem;
  }

  .express-soon-name .brand-name {
    font-size: 2.2rem;
  }

  .express-soon-text,
  .express-soon-city {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .village-section {
    padding: 30px 0;
  }

  .franchise-grid,
  .village-grid {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .franchise-text,
  .village-text {
    padding: 15px;
    text-align: center;
    margin-bottom: 0;
    order: 2;
  }

  .franchise-img,
  .village-img {
    padding: 0 15px;
    order: 1;
    margin-bottom: 15px;
  }

  .franchise-location,
  .village-location {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }

  .franchise-name,
  .village-name {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 15px;
  }

  .franchise-name .brand-name,
  .village-name .brand-name {
    font-size: 2.4rem;
  }

  .franchise-address,
  .franchise-phone,
  .village-address,
  .village-phone {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 8px;
  }

  .franchise-subtitle {
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 0 15px;
    margin-bottom: 25px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    padding: 25px 0;
  }

  .brand-card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .brand-img-wrapper {
    height: 140px;
    padding: 20px;
  }

  .brand-btn {
    width: 180px;
    height: 48px;
    font-size: 1.5rem;
    margin-top: 20px;
  }

  .brands-grid {
    gap: 25px;
  }

  .footer {
    padding: 40px 15px 0;
  }

  .footer-col {
    text-align: center;
    align-items: center;
  }

  .footer-logo {
    width: 140px;
    padding-bottom: 15px;
  }

  .footer-text {
    font-size: 1.5rem;
    line-height: 2.2rem;
    padding-bottom: 0;
  }

  .footer-heading {
    font-size: 1.8rem;
    padding-bottom: 15px;
  }

  .footer-link {
    font-size: 1.5rem;
    line-height: 2.1rem;
    padding-bottom: 10px;
  }

  .footer-info {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }

  .social-links {
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .social-link {
    width: 45px;
    height: 45px;
    font-size: 1.8rem;
  }

  .app-links {
    align-items: center;
    gap: 12px;
  }

  .app-links img {
    max-width: 160px;
  }

  .copyright-left,
  .copyright-right {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .snp-right-side-one {
    right: 15px;
    top: 20px;
  }

  .snp-right-side-one img {
    width: 100px !important;
  }

  .snp-left-one-side {
    left: 15px;
    top: 30px;
  }

  .snp-left-one-side img {
    width: 120px;
  }

  .snp-right-side-second {
    bottom: -30px;
    right: -10px;
  }

  .snp-right-side-second img {
    width: 110px !important;
  }

  .footer-snp-layer {
    left: 10px;
    bottom: -10px;
  }

  .footer-snp-layer img {
    width: 160px !important;
  }

  .village-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .express-soon-section {
    padding: 30px 0px 20px;
  }

  .hero-img {
    max-height: 350px;
  }
}

@media (max-width: 480px) {
  .main-logo {
    width: 130px;
  }

  .mobile-menu-toggle {
    font-size: 2rem;
  }

  .brands-title,
  .franchise-title,
  .express-title,
  .village-title,
  .express-soon-title {
    font-size: 2.2rem;
    line-height: 2.8rem;
    padding: 0 10px;
    margin-bottom: 10px;
  }

  .brand-name {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }

  .express-soon-title small {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .brands-subtitle,
  .franchise-subtitle {
    font-size: 1.4rem;
    line-height: 1.9rem;
    padding: 0 10px;
    margin-bottom: 18px;
  }

  .container {
    padding: 0 10px;
  }

  .brands-section,
  .franchise-section {
    padding: 25px 10px;
  }

  .express-section {
    padding: 25px 0px 15px;
  }

  .village-section {
    padding: 25px 0;
  }

  .express-soon-section {
    padding: 25px 0px 15px;
  }

  .footer {
    padding: 30px 10px 0;
  }

  .footer-content {
    gap: 25px;
    padding-bottom: 25px;
  }

  .brand-img-wrapper {
    height: 110px;
    padding: 15px;
  }

  .brand-btn {
    width: 160px;
    height: 44px;
    font-size: 1.4rem;
    margin-top: 15px;
  }

  .brands-grid {
    gap: 18px;
  }

  .franchise-location,
  .village-location {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }

  .franchise-name,
  .village-name {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-bottom: 10px;
  }

  .franchise-name .brand-name,
  .village-name .brand-name {
    font-size: 2rem;
  }

  .franchise-address,
  .franchise-phone,
  .village-address,
  .village-phone {
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-bottom: 6px;
  }

  .direction-btn,
  .direction-btn-green {
    max-width: 180px;
    height: 44px;
    font-size: 1.4rem;
    margin-top: 10px;
  }

  .direction-btn .arrow-icon,
  .arrow-icon-green {
    width: 26px;
    height: 26px;
  }

  .franchise-grid,
  .village-grid {
    margin-bottom: 20px;
  }

  .franchise-text,
  .village-text {
    padding: 10px;
  }

  .franchise-img,
  .village-img {
    margin-bottom: 10px;
  }

  .express-img {
    height: 180px;
  }

  .express-location {
    font-size: 1.1rem;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .express-name {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 8px;
  }

  .express-name .brand-name {
    font-size: 2rem;
  }

  .express-address,
  .express-phone {
    font-size: 1.3rem;
    line-height: 1.7rem;
    min-height: 34px;
    margin-bottom: 7px;
  }

  .express-card {
    margin-bottom: 22px;
  }

  .express-soon-card {
    padding: 18px 12px;
    margin-bottom: 15px;
  }

  .express-soon-img {
    width: 45px;
    height: 45px;
    margin-bottom: 8px;
  }

  .express-soon-location {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .express-soon-name {
    font-size: 1.9rem;
    line-height: 2.5rem;
  }

  .express-soon-name .brand-name {
    font-size: 2rem;
  }

  .express-soon-text,
  .express-soon-city {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .footer-logo {
    width: 120px;
    padding-bottom: 10px;
  }

  .footer-text {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }

  .footer-heading {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }

  .footer-link {
    font-size: 1.3rem;
    line-height: 1.9rem;
    padding-bottom: 8px;
  }

  .footer-info {
    font-size: 1.4rem;
    padding-bottom: 8px;
  }

  .social-links {
    gap: 8px;
    margin-bottom: 15px;
  }

  .social-link {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }

  .app-links {
    gap: 8px;
  }

  .app-links img {
    max-width: 140px;
  }

  .footer-bottom {
    padding: 18px 0;
  }

  .copyright-left,
  .copyright-right {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .snp-right-side-one img {
    width: 70px !important;
  }

  .snp-left-one-side img {
    width: 85px;
  }

  .snp-right-side-second img {
    width: 75px !important;
  }

  .footer-snp-layer {
    left: 5px;
    bottom: -10px;
  }

  .footer-snp-layer img {
    width: 120px !important;
  }

  .hero-img {
    max-height: 280px;
  }
}

/* Carousel */
.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.carousel-inner {
  position: relative;
  width: 100%;
  display: flex;
}

.carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 2.8s ease-in-out;
  pointer-events: none;
}

.carousel-item.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.carousel-item img {
  display: block;
  color: transparent;
  font-size: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.carousel-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.dot {
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: var(--white);
  width: 40px;
}

@media (max-width: 768px) {
  .carousel-dots {
    bottom: 10px;
  }

  .dot {
    width: 25px;
    height: 3px;
  }

  .dot.active {
    width: 35px;
  }
}
