.container {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
.franchises_01 {
  padding: 0 0 60px;
}
.top-section {
  position: relative; /* Needed for absolute positioning of children */
  z-index: 1;
}

.top-section p {
}

.bottom-section {
  position: relative; /* Needed to position children absolutely */
  width: 100%;
  height: 470px;
  /* Replace 'path/to/large-background-image.jpg' with your actual image path */
  background-image: url("/assets/images/FRANCHISES/Rectangle-85.png");
  background-size: cover; /* Cover the area without distortion */
  background-position: center; /* Center the background image */
  background-repeat: no-repeat;
  padding-bottom: 50px; /* Add some space at the bottom */
  margin-top: -105px;
}

.nail-image {
  position: absolute; /* Position relative to .bottom-section */
  border-radius: 15px; /* Rounded corners */
  /* Subtle shadow for depth */
  object-fit: cover; /* Ensure images cover their container without distortion */
}

/* Positioning and size for each image (adjust values as needed) */
.img1 {
  width: 200px;
  height: 260px;
  top: 80px;
  left: -10%; /* Adjust left position */
  z-index: 2;
}

.img2 {
  width: 130px;
  height: 130px;
  top: 120px;
  left: 3%;
  z-index: 3;
}

.img3 {
  width: 250px;
  height: 200px;
  width: 310px;
  height: 150px;
  top: 279px;
  left: 3%; /* Adjust left position */
  z-index: 1;
}

.img4 {
  width: 220px;
  height: 125px;
  top: 125px;
  right: 11%; /* Position from the right */
  z-index: 5;
}

.img5 {
  width: 300px;
  height: 140px;
  top: 209px;
  right: -8%; /* Position from the right */
  z-index: 7;
}
.contact-container {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-around;
}

.contact-header {
  font-size: 18px;
  margin-bottom: 10px;
  color: #002440;
  font-family: "BT Beau Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: start;
  display: flex;
  align-items: center;
}
    .contact-header span {
        margin-left: 0;
    }
    .franchise-title {
  text-transform: uppercase;
  color: #002440;
  font-family: "1FTV VIP Vogue";
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
}

.contact-info {
  display: flex;
  justify-content: center;
  gap: 80px;
  /* margin-top: 20px; */
}

.language-flag {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-bottom: 15px;
  color: #002440;
  font-family: "BT Beau Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.flag-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50%;
}

.language-text {
  font-size: 18px;
  font-weight: bold;
}

.phone-number {
  font-size: 32px;
  font-weight: bold;
  color: #1a365d;
  margin: 15px 0;
}

.email {
  color: #1a365d;
  font-size: 16px;
  margin: 0;
}

.divider {
  height: 2px;
  background-color: #e5dece;
  margin: 20px 0;
}
.contact_bg {
  position: relative;
  background-color: white;
  background-image: url(/assets/images/FRANCHISES/mask-patten-style-1.png);
  background-size: cover;
  background-position: 50% 50%;
  padding: 50px 0;
}
.franchises_02 {
  background: #142456;
  margin: 90px 0;
}
.services-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.services-list {
  flex: 0 0 20%;
}

.services-title {
  color: #e6b964; /* Gold color */
  font-size: 24px;
  margin-bottom: 30px;
  text-align: start;
}

.services-list ul {
  list-style: none;
}

.services-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.services-list li::before {
  content: "•";
  color: #e6b964; /* Gold color */
  font-weight: bold;
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}

.stats-container {
  display: flex;
  justify-content: center;
  flex: 0 0 80%;
  background: url("/assets/images/FRANCHISES/service.png") no-repeat;
  background-size: 100%;
  height: 327px;
  padding: 100px 0 0 0;
}

.stat-item {
  text-align: center;
  padding: 20px;
}

.stat-number {
  color: #e6b964; /* Gold color */
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}

.stat-description {
  font-size: 14px;
  max-width: 200px;
  margin: 0 auto;
  line-height: 1.4;
}
.path_slider {
  margin: 0 -10px;
}

.path_slider .slick-slide {
  padding: 0 15px; /* Tăng khoảng cách giữa các card */
  box-sizing: border-box;
}

.path_slider .card {
  background: #fdf7e6;
  border-radius: 10px;
  padding: 40px 20px;
  height: 500px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0 10px;
}
.path_slider .slick-track {
  padding: 10px 0;
}
.path_slider .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}

.path_slider .number {
  color: #e4ba79;
  font-family: "1FTV VIP Vogue";
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.path_slider .icon {
  font-size: 24px;
  color: #dbb676;
}

.path_slider .title {
  color: #dbb676;
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0 5px;
}

.path_slider .desc {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
}

.path_slider .slick-prev,
.path_slider .slick-next {
  top: -40px;
  width: 60px;
  height: 30px;
  z-index: 1;
  border: none;
  border-radius: 5px;
  position: absolute;
  text-indent: -5000000px;
  background-color: var(--color-gold);
  background-image: url(/assets/images/FRANCHISES/right-1.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.path_slider .slick-prev:not(.slick-disabled):hover,
.path_slider .slick-next:not(.slick-disabled):hover {
  background-color: #e49f1f;
}

.path_slider .slick-prev.slick-disabled,
.path_slider .slick-next.slick-disabled {
  opacity: 0.5;
  cursor: unset;
}
.path_slider .slick-prev::before,
.path_slider .slick-next::before {
  font-size: 16px;
}

.path_slider .slick-prev {
  left: unset;
  right: 90px;
  background-image: url(/assets/images/FRANCHISES/left-1.png);
}

.path_slider .slick-next {
  right: 20px;
}
.path_slider .slick-next::before {
  position: absolute;
  background: url(/assets/images/FRANCHISES/right-1.png) no-repeat;
}
.path_slider .slick-dots {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin-top: 20px;
  margin: 20px;
}
.custom-dot .dot-number {
  font-weight: bold;
  margin-right: 4px;
  color: var(--s-color); /* bạn có thể đổi màu cho phù hợp */
}

.path_slider .slick-dots li button.custom-dot {
  background: transparent;
  border: none;
  color: #aaa;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.3s;
  opacity: 0.5;
}

.path_slider .slick-dots li.slick-active button.custom-dot {
  opacity: 1;
  color: #fff;
  font-weight: bold;
}
.franchises_04 .tab-nav {
  list-style: none;
  margin: 0; /* Remove default margin */
  padding: 0; /* Remove default padding */
  display: flex;
  justify-content: space-between; /* Distribute items evenly */
  padding: 10px 0;
  flex-wrap: wrap; /* Allow items to wrap on smaller screens */
}

.franchises_04 .tab-item {
  color: #fff;
  padding: 15px 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  opacity: 0.5;
}

.franchises_04 .tab-item:hover {
  color: #fff;
  opacity: 1;
}

.franchises_04 .tab-item.active {
  color: #fff;
  opacity: 1;
}
/* --- Tab Content Styling (Remains the same) --- */
.franchises_04 .tab-content {
  position: relative;
  overflow: hidden;
  height: 900px;
}

.franchises_04 .tab-pane {
  position: relative;
  padding: 40px;
  z-index: 1;
}

.franchises_04 .tab-pane {
  display: block;
  background-image: url("/assets/images/FRANCHISES/bg04.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 500px;
  margin-bottom: 60px;
}
.franchises_04_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}
.franchises_04_ttl {
  text-align: center;
  margin-top: -25px;
}
.franchises_04_ttl p {
  background: var(--s-color);
  padding: 12px 20px;
  border-radius: 10px;
  color: var(--mcolor);
  font-weight: bold;
  position: relative;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  margin: 0;
}
.franchises_04_main_itm {
  width: 48%;
  position: relative;
}
.franchises_04_img {
  position: relative;
}
.franchises_04_main_itm img {
  display: block;
  width: 100%;
  height: auto;
}

.franchises_04_txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7); /* nền đen mờ */
  color: #fff;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.franchises_04_main_itm:hover .franchises_04_txt {
  opacity: 1;
  visibility: visible;
}
.franchises_04_txt p {
  font-size: 11px;
  margin-bottom: 5px;
}

/* .tab-pane.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
} */

.franchises_04 .content-overlay {
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  justify-content: flex-end;
}
.franchises_04 .content-overlay .text-content {
  width: 50%;
}
.franchises_04 .text-content ul {
  margin: 0 0 30px 20px;
  padding: 0;
}

.franchises_04 .text-content li {
  list-style: disc;
  margin-bottom: 15px;
  font-size: 16px;
}

.franchises_04 .assistance-text {
  margin-bottom: 10px;
  color: #e4ba79;
  font-family: "BT Beau Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.franchises_04 .text-content h2 {
  color: #e4ba79;

  font-family: "1FTV VIP Vogue";
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 70.4px */
}

.franchises_04 .placeholder-content {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.franchises_04 .placeholder-content h3 {
  margin-top: 0;
  color: #ffc107;
}

/* --- Static Bottom Section Styling (Remains the same) --- */
.franchises_04 .static-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.franchises_04 .contact-block {
  background-color: #1a3e5a;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-shrink: 0;
}

.franchises_04 .paper-plane-icon {
  width: 40px;
  height: auto;
  margin-top: 5px;
  filter: invert(70%) sepia(40%) saturate(300%) hue-rotate(0deg)
    brightness(120%) contrast(100%);
}

.franchises_04 .contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.franchises_04 .contact-info img {
  width: 24px;
  height: auto;
  margin-bottom: 10px;
  filter: invert(70%) sepia(40%) saturate(300%) hue-rotate(0deg)
    brightness(120%) contrast(100%);
}

.franchises_04 .contact-info p {
  margin: 0 0 5px 0;
  font-size: 14px;
  color: #ccc;
}

.franchises_04 .contact-info .phone-number {
  font-size: 20px;
  font-weight: 700;
  color: #ffc107;
  margin-bottom: 10px;
}

.franchises_04 .contact-info .email-address {
  font-size: 14px;
  color: #ccc;
}

.franchises_04 .boxes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  flex-grow: 1;
}

.franchises_04 .box {
  background-color: #1a3e5a;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
}

.franchises_04 .box img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 15px;
}

.franchises_04 .box-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffc107;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.franchises_04 .box ul {
  list-style: disc;
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 14px;
  color: #ccc;
}
.franchises_04 .box li {
  margin-bottom: 8px;
}

.franchises_04 .overlap-4 {
  position: relative;
  width: 287px;
  height: 111px;
  top: 0;
  left: 20%;
  display: flex;
  justify-content: center;
  background: url(/assets/images/franchises/bg_info.png) no-repeat;
  background-size: 100%;
  align-items: center;
}
.franchises_04 .overlap-4::before {
  content: "";
  position: absolute;
  top: -90%;
  left: -60%;
  width: 160px;
  height: 150px;
  background: url(/assets/images/FRANCHISES/image-3.png) no-repeat;
  background-size: 100%;
}
.franchises_04 .overlap-4 .text-group {
  margin-left: 15px;
}
.franchises_04 .group-wrapper {
  width: 64px;
  height: 64px;
  top: 20px;
  left: 16px;
  background-color: #e4ba79;
  border-radius: 32px;
}

.franchises_04 .group {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 40px;
  left: 31px;
}

.franchises_04 .text-wrapper-7 {
  color: var(--Light-Grey, #c9c9c9);
  /* M_Heading/H5: Regular */
  font-family: "BT Beau Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.franchises_04 .text-wrapper-8 {
  color: #fff;
  font-family: "BT Beau Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.franchises_05 {
  display: block;
  background-image: url("/assets/images/FRANCHISES/bg05.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.franchises_05 .btn {
  display: flex;
  width: 220px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: var(--Light-Brown, #e4ba79);
  margin: 30px auto 0;
  color: var(--Blue-Main, #002440);
  font-family: "BT Beau Sans";
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
}
.franchises_05 .btn:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}
.custom-nav-wrapper {
  display: none; /* ẩn mặc định trên PC */
}
/* Add basic responsiveness for images - they might overlap differently */
/* You may need more complex media queries or different positioning for smaller screens */
@media (max-width: 768px) {
  .container,
  .contact-container {
    width: 100%;
    padding: 0;
  }
  .contact-info {
    flex-direction: column;
    gap: 40px;
    padding: 40px 0;
  }
  .bottom-section {
    margin-top: -20px;
    height: 280px;
  }
  .franchises_02 {
    margin: 30px 0;
  }
  .franchise-title {
    font-size: 52px;
  }

  .phone-number {
    font-size: 24px;
  }
  .top-section {
    padding: 50px 15px 40px;
  }
  .top-section h1 {
    font-size: 2em;
  }
  .top-section h2 {
    font-size: 1.5em;
  }
  .top-section h3 {
    font-size: 2.5em;
  }
  .top-section p {
    font-size: 0.9em;
  }

  /* More drastic repositioning for very small screens, might stack or simplify */
  /* For this example, let's just center and size them responsively */
  .nail-image {
    border-radius: 0;
  }

  .bottom-section {
    min-height: auto; /* Height based on content */
    padding-top: 20px;
  }

  .services-list {
    flex: 100%;
    padding: 0 16px;
  }
  .services-section {
    /*background: url(/assets/images/FRANCHISES/service_mb.png) no-repeat;*/
    background-size: 100%;
    background-position: center top 150px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .stats-container {
    flex-wrap: wrap;
    flex: 100%;
    height: auto;
	padding: 20px 0 0;
    background: none !important;
  }
  .stat-item {
    width: 100%;
  }
  .path_slider .slick-dots-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    margin: 20px 0 40px;
	scrollbar-width: none;
  }

  .path_slider .slick-dots {
    display: flex;
    flex-wrap: nowrap;
    min-width: max-content;
    white-space: nowrap;
    padding: 0;
    margin: 0;
  }
  .path_slider .slick-dots li {
    flex: 0 0 auto;
    scroll-snap-align: center;
  }
  .custom-nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -58px;
    margin-bottom: 30px;
    gap: 10px;
  }

  .custom-nav-wrapper .slider-counter {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    min-width: 50px;
    text-align: center;
    margin: 0 10px;
  }
  .custom-nav-wrapper .slider-counter .current {
    color: var(--s-color);
  }
  .about-text-b02 {
    margin-bottom: 20px;
  }
  .path_slider .slick-arrow {
    bottom: 30px !important;
    top: auto;
    right: calc(50% - 100px);
  }
  .path_slider .slick-prev {
    right: calc(50% - -40px);
  }
  .path_slider .slick-dots::-webkit-scrollbar {
    display: none;
  }
  .franchises_04 .content-overlay .text-content,
  .franchises_04_main_itm {
    width: 100%;
  }
  .franchises_04 .assistance-text,
  .franchises_04 .text-content h2,
  .services-title {
    text-align: center;
  }
  .franchises_04 .text-content h2 {
    font-size: 32px;
  }
  .franchises_04 .tab-content {
    height: 2000px;
  }
  .path_slider {
    margin: 0 6px;
    padding-bottom: 50px;
  }
  .franchises_04 .overlap-4 {
    bottom: 5%;
    top: auto;
    left: 8%;
    width: 85%;

    height: 145px;
    position: absolute;
  }
  .franchises_04 .overlap-4::before {
    top: -105%;
    left: -20%;
    height: 150px;
  }
  .franchises_04 .group {
    top: 55px;
    left: 70px;
  }
  .franchises_01 {
    height: 800px;
  }
  .img4 {
    position: absolute;
    width: 60%;
    height: 108px;
    top: 280px;
    left: 40%;
  }

  .img2 {
    position: absolute;
    width: 60%;
    height: 134px;
    top: 150px;
    left: 40%;
  }

  .img3 {
    position: absolute;
    width: 40%;
    height: 100px;
    top: 150px;
    left: 0;
  }

  .img1 {
    position: absolute;
    width: 40%;
    height: 255px;
    top: 245px;
    left: 0;
    object-fit: cover;
  }

  .img5 {
    position: absolute;
    width: 60%;
    height: 116px;
    top: 384px;
    left: 40%;
    object-fit: cover;
  }
}
