* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --main-width: min(1485px, calc(100% - 21px));
}

.deskOnly {
  display: none;
}
@media (min-width: 1024px) {
  .deskOnly {
    display: block;
  }
}
.mobileOnly {
  display: none;
}
@media (max-width: 1024px) {
  .mobileOnly {
    display: block;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  background: #fafafa;
}
a {
  text-decoration: none; /* 去除下划线 */
  color: inherit; /* 继承父级文本颜色 */
}
.navigation-bar {
  width: 100%;
  height: 65px;
  background: #000000;
  position: fixed;
  top: 0;
  z-index: 9999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.empty-div-nar {
  height: 96px;
}

@media (max-width: 768px) {
  .empty-div-nar {
    height: 70px;
  }
}
.desktop-menu {
  display: none;
  align-items: center;
  gap: 40px;
}
.mobile-menu {
  display: none;
}
.mobile-menu .menu-content {
  position: absolute;
  top: 69px;
  left: 0;
  z-index: 999;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  display: flex;
  flex-direction: column;
  background: #0e0d0d;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  padding-left: 30px;
}

/* 菜单列表 */
.menu-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 55%;
  line-height: 30px;
}

.menu-content li {
  padding: 12px 0;
  cursor: pointer;
}

.menu-content li:last-child {
  border-bottom: none;
}

/* 菜单项 */
.menu-content a {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease-in-out;
}

/* 选中项 */
.menu-content li:hover a {
  color: #ffc107; /* 高亮颜色 */
}

/* 箭头样式 */
.menu-content span {
  font-size: 14px;
}

@media (min-width: 769px) {
  .desktop-menu {
    display: flex;
  }
}
@media (max-width: 768px) {
  .nav-item .logo {
    width: 300px;
  }
  .mobile-menu {
    display: flex;
  }
  .mobile-menu img {
    width: 30px;
  }
  .navigation-left {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
}

.nav-item {
  position: relative;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.nav-item img {
  content: url("./assets/img/drop.png");
}

.nav-item:hover img {
  content: url("./assets/img/up.png");
}

.nav-item img {
  cursor: pointer;
}

.dropdown-icon {
  font-size: 12px;
  margin-left: 4px;
}

.mobile-menu-button-container {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .mobile-menu-button-container {
    display: none;
  }
}

@media (max-width: 1080px) {
  .navigation-bar {
    height: 60px;
    justify-content: space-between;
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .navigation-bar {
    height: 70px;
  }
}
.jia {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
}
.background-intr {
  flex-wrap: wrap;
  width: min(1868px, calc(100% - 21px));
  height: 700px;
  background: #000000;
  border-radius: 30px;
  margin: 0.5rem auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  box-sizing: border-box;
  /* padding: 0px 8px; */
  position: relative;
}

.carousel-container-homePage {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}

.carousel-slide-index {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  display: flex;
  z-index: 1;
  display: flex;
  flex-direction: row;
  padding: 350px 8px 0 8px;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  .carousel-slide-index {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 8px;
    gap: 23px;
  }
}

.carousel-slide-index.active {
  opacity: 1;
  z-index: 2;
}

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

.dotIndex {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dotIndex.active {
  background-color: #ffffff;
}

.background-intr .lcp-image {
  position: absolute;
  inset: 0;
  object-fit: fill;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .background-intr .lcp-image {
    border-radius: 12px;
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .background-intr {
    /* padding: 183px 8px 0 8px; */
  }
}

.bi-introduce {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .bi-introduce {
    gap: 8px;
  }
}
@media (max-width: 1024px) {
  .bi-introduce {
    gap: 10px;
  }
}

.background-intr .title-intr {
  max-width: 592px;
  display: flex;
  flex-direction: column;
}
.background-intr .title-subtitle {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  color: #ffffffdb;
  z-index: 2;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .background-intr .title-subtitle {
    font-size: 18px;
  }
}
.background-intr .title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 28px;
  color: #ffffff;
  max-width: 592px;
}

@media (max-width: 768px) {
  .background-intr .title {
    font-size: 18px;
  }
  .background-intr {
    width: var(--main-width);
    height: 400px;
    background: #000000;
    border-radius: 12px;
    margin: 0.5rem auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    /* padding: 94px 8px; */
    /* background-image: url("./assets/img/top-pic.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
    position: relative;
    gap: 23px;
  }
}
.background-intr .line {
  display: flex;
  gap: 5px;
}
.background-intr .line img {
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  .background-intr .line img {
    width: 15px;
    height: 15px;
  }
}
.background-intr .line span {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .background-intr .line span {
    font-size: 20px;
  }
}
.background-intr .button {
  font-family: Montserrat;
  font-weight: 600;
  width: 150px;
  height: 40px;
  background: #fdcf77;
  border-radius: 10px;
  text-align: center;
  line-height: 40px;
  color: #000000;
  margin: 10px auto;
}
@media (min-width: 1024px) {
  .background-intr .button {
    margin: 10px 0 0 0;
  }
}
.background-intr .card {
  width: min(1485px, calc(100% - 33px));
  height: 580px;
  background: #ffffff;
  box-shadow: 0px 11px 13px 0px rgba(7, 7, 7, 0.04);
  border-radius: 30px;
  position: absolute;
  top: 89%;
  display: flex;
  margin: auto;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  z-index: 99;
}
@media (max-width: 768px) {
  .background-intr .card {
    border-radius: 12px;
  }
  .background-intr .button {
    border-radius: 7px;
  }
}
@media (min-width: 1024px) {
  .background-intr .card {
    height: 300px;
    display: flex;
    flex-direction: row;
  }
  .empty-div {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .empty-div {
    height: 580px;
  }
  .background-intr .card {
    left: 5%;
  }
}

.background-intr .card .line {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.background-intr .card .line img {
  width: 58px;
  height: auto;
}
.background-intr .card .line .number {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
}
.background-intr .card .line .intr {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 13px;
  color: #000000;
  line-height: 21px;
  width: 80%;
  word-break: break-all;
  text-align: center;
}

.video-intr {
  width: min(1084px, calc(100% - 33px));
  margin: auto;
  border-radius: 30px;
  position: relative;
}
.video-intr video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .video-intr {
    border-radius: 12px;
  }
  .video-intr video {
    border-radius: 12px;
  }
  .play-overlay {
    border-radius: 12px;
  }
}
.play-overlay img {
  width: 32px;
}
.one-step {
  width: min(681px, calc(100% - 21px));
  font-family: Montserrat;
  font-weight: 600;
  font-size: 19px;
  color: #000000;
  margin: 30px auto 0px auto;
  text-align: center;
}

@media (min-width: 1024px) {
  .one-step {
    margin: 128px auto 0px auto;
    font-size: 33px;
    width: min(1051px, calc(100% - 10px));
  }
}
.two-step {
  width: min(681px, calc(100% - 21px));
  font-family: Montserrat;
  font-weight: 400;
  font-size: 13px;
  color: #7f7f7f;
  margin: 13px auto 40px auto;
  text-align: center;
}
@media (min-width: 1024px) {
  .two-step {
    font-size: 18px;
  }
}
.all-room {
  width: var(--main-width);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.all-room .line-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

@media (min-width: 768px) {
  .all-room .line-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
    cursor: pointer;
  }
  .all-room .line-item:hover {
    transform: scale(1.05);
  }
}

@media (max-width: 768px) {
  .all-room {
    grid-template-columns: repeat(2, 1fr);
  }
}
.all-room .line-item img {
  width: 100%;
  height: 115px;
  background: #e6d4ce;
  border-radius: 12px;
}
.line-item-describe {
  font-size: 10px;
  text-align: center;
}
@media (min-width: 1024px) {
  .all-room .line-item img {
    width: 100%;
    height: 250px;
    background: #e6d4ce;
    border-radius: 25px;
  }
}
.line-item-title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 13px;
  color: #000000;
  text-align: center;
}
@media (min-width: 1024px) {
  .line-item-describe {
    font-size: 18px;
  }
  .line-item-title {
    font-size: 24px;
  }
}
.three-step {
  width: min(681px, calc(100% - 21px));
  font-family: Montserrat;
  font-weight: 600;
  font-size: 19px;
  color: #000000;
  margin: 50px auto 40px auto;
  text-align: center;
}

@media (min-width: 1024px) {
  .three-step {
    margin: 128px auto 50px auto;
    font-size: 33px;
    width: min(1051px, calc(100% - 10px));
  }
}
.Vivid-container {
  display: flex;
  flex-direction: column;
  width: var(--main-width);
  margin: 0 auto 40px auto;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .Vivid-container {
    flex-direction: row-reverse;
    border-radius: 20px;
    margin: 0 auto 80px auto;
  }
}
.Vivid-container img {
  width: 100%;
  height: 320px;
}
.Vivid-container .vc-intr {
  width: min(681px, calc(100% - 33px));
  margin: auto;
  background: #ffffff;
  margin-top: 24px;
  gap: 29px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .Vivid-container .vc-intr {
    margin-top: 80px;
  }
}
.Vivid-container .vc-intr .title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 15px;
  color: #000000;
}
@media (min-width: 768px) {
  .Vivid-container .vc-intr .title {
    font-size: 22px;
    gap: 32px;
  }
}
.Vivid-container .vc-intr .line {
  display: flex;
  gap: 5px;
  align-items: center;
}
.Vivid-container .vc-intr .line .circle {
  width: 6px;
  height: 6px;
  background: #fdcf77;
  border-radius: 50%;
}
.Vivid-container .vc-intr .line span {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 13px;
  color: #7f7f7f;
}
@media (min-width: 768px) {
  .Vivid-container .vc-intr .line span {
    font-size: 18px;
  }
}
.Vivid-container .vc-intr .button {
  width: 240px;
  height: 47px;
  background: #fdcf77;
  border-radius: 7px;
  font-family: Montserrat;
  font-weight: 600;
  text-align: center;
  color: #000000;
  margin: 22px auto;
  font-size: 14px;
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .Vivid-container .vc-intr .button {
    margin: 30px 0 0 0;
  }
  .Vivid-container .vc-intr {
    box-sizing: border-box;
    padding: 0 40px;
  }
  .Vivid-container img {
    width: 50%;
    height: 658px;
  }
}
.our-process {
  width: 100%;
  height: auto;
  background: #efebe2;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .our-process {
    height: 753px;
  }
}

.our-process .title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 19px;
  color: #000000;
  line-height: 21px;
  margin: 35px auto;
}
@media (min-width: 768px) {
  .our-process .title {
    font-size: 33px;
    margin: 86px auto;
  }
}
.our-process .op-line {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 27px;
}

@media (min-width: 768px) {
  .our-process .op-line {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    width: var(--main-width);
    justify-content: center;
    align-items: center;
    margin: 0 auto 90px auto;
  }
}
.our-process .op-box {
  width: 100%;
  height: 290px;
  background-image: url("./assets/img/step.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our-process .op-box-yellow {
  width: 100%;
  height: 290px;
  background-image: url("./assets/img/step-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our-process .op-box .title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  margin-top: 14px;
  opacity: 1;
}

.our-process .op-box-yellow .title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  margin-top: 14px;
  opacity: 1;
}
@media (min-width: 768px) {
  .our-process .op-box-yellow {
    height: 400px;
  }
  .our-process .op-box {
    height: 400px;
  }
  .our-process .op-box .title {
    margin-top: 22px;
    font-size:22px;
  }
  .our-process .op-box-yellow .title {
    margin-top: 22px;
    font-size:22px;
  }
}
.our-process .mid {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 12px;
  color: #000000;
  margin-top: 32px;
  text-align: center;
  width: 128px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .our-process .mid {
    font-size: 20px;
    margin-top:73px;
    width: 208px;
  }
}
.our-process .content {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  margin-top: 22px;
  text-align: left;
  width: 199px;
  word-break: break-all;
}
@media (max-width: 768px) {
  .our-process .content {
    font-size: 10px;
    margin-top: 15px;
    width: 130px;
  }
}
.are-you {
  width: var(--main-width);
  margin: 51px auto 26px auto;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

@media (min-width: 768px) {
  .are-you {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.are-you .box {
  width: 100%;
  height: 151px;
  background: #ffffff;
  box-shadow: 0px 11px 13px 0px rgba(7, 7, 7, 0.04);
  border-radius: 12px;
  /* align-items: center; */
  box-sizing: border-box;
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.are-you .box img {
  width: 100%;
  height: 132.33px;
  background: #ffffff;
  border-radius: 12px;
  margin:auto;
}

@media (min-width: 1024px) {
  .are-you .box {
    height: 320px;
    border-radius: 25px;
  }

  .are-you .box img {
    width: 371px;
    height: 281px;
    border-radius: 25px;
  }
}
.box-left {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-left: 25px;
  justify-content: space-evenly;
  height: 100px;
}
.box-left .title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 15px;
  color: #000000;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .box-left .title {
    font-size: 24px;
    margin-top:75px;
  }
}
.box-left .content {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 13px;
  color: #ac8d70;
}
@media (min-width: 1024px) {
  .box-left .content {
    font-size: 24px;
    margin-top:10px;
    height:60px;
    width:252px;
  }
}
.box-left .button {
  width: 115px;
  height: 37px;
  background: #fdcf77;
  border-radius: 7px;
  font-family: Montserrat;
  font-weight: 600;
  text-align: center;
  line-height: 37px;
  color: #000000;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .box-left .button {
    margin-top: 53px;
    font-size: 24px;
    width: 199px;
    height: 62px;
    padding: 10px;
    box-sizing: border-box;
  }
}
.why-chooses {
  width: var(--main-width);
  margin: 51px auto 52px auto;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 19px;
  color: #000000;
  text-align: center;
}
@media (min-width: 1024px) {
  .why-chooses {
    font-size: 33px;
    margin: 120px auto 60px auto;
  }
}

.services-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: var(--main-width);
  margin: 30px auto 40px auto;
}

.service-item {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  justify-content: center;
  gap: 15px;
}
.service-item span {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
.service-item p {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 13px;
  color: #000000;
  line-height: 18px;
  max-width: 600px;
}
.service-item img {
  width: 65px;
}
.service-item:nth-child(1) {
  background-image: url("./assets/img/All-in-one-BG.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 250px;
}

.service-item:nth-child(2) {
  background-image: url("./assets/img/Save-Your-Money-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 250px;
}

.service-item:nth-child(3) {
  background-image: url("./assets/img/door-to-door-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 20px;
  justify-content: space-between;
  box-sizing: border-box;
}

.service-item:nth-child(4) {
  background-image: url("./assets/img/Superrior-Quality-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.service-item:nth-child(4) span,
.service-item:nth-child(3) span {
  color: #ffffff;
}
.service-item:nth-child(4) p,
.service-item:nth-child(3) p {
  color: #ffffff;
}

@media (max-width: 767px) {
  .services-container {
    display: flex;
    flex-direction: column;
  }

  .service-item:nth-child(3) {
    order: 4;
    height: 426px;
  }

  .service-item:nth-child(4) {
    order: 3;
    height: 200px;
  }
}

/* For desktop layout */
@media (min-width: 768px) {
  .services-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; /* Two equal columns */
    grid-gap: 18px;
    margin: 30px auto 80px auto;
  }

  .service-item:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1;
    border-radius: 25px;
  }

  .service-item:nth-child(2) {
    grid-column: 3 / span 2;
    grid-row: 1;
    border-radius: 25px;
  }

  .service-item:nth-child(3) {
    grid-column: 5 / span 2;
    grid-row: 1 / span 3;
    border-radius: 25px;
  }

  .service-item:nth-child(4) {
    grid-column: 1 / span 4;
    grid-row: 3;
    height: 200px;
    border-radius: 25px;
  }
}
.content-block {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.content-block:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-block:nth-child(1) .block-description {
  text-align: center;
  max-width: 248px;
}

@media (min-width: 1024px) {
  .content-block:nth-child(1) .block-description {
    text-align: left;
  }
}

.block-title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  color: #ededed;
  text-align: left;
  /* line-height: 38px; */
}

.block-description {
  font-size: 16px;
  line-height: 1.5;
  color: #cccccc;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 35px 0 40px 0;
  background: #efebe2;
}
@media (min-width: 1024px) {
  .container {
    padding: 35px 0 80px 0;
  }
}

.header {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header h1 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 19px;
  color: #000000;
}
@media (min-width: 1024px) {
  .header h1 {
    margin: 45px auto 0px auto;
    font-size: 33px;
  }
}

.header p {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 33px;
  color: #000000;
}

@media (max-width: 768px) {
  .header h1,
  .header p {
    font-size: 17px;
  }
}

.services-grid {
  width: var(--main-width);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.service-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  width: 100%;
  cursor: pointer;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.icon-container {
  width: 70px;
  height: 70px;
  background-color: #222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.icon-container img {
  width: 80px;
  height: 80px;
}

.service-title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}

@media (max-width: 767px) {
  .service-title {
    font-size: 10px;
  }
}

/* Mobile styles - two boxes per row */
@media (max-width: 767px) {
  .service-box {
    width: calc(50% - 10px);
  }

  .icon-container {
    width: 60px;
    height: 60px;
  }

  .icon-container img {
    width: 60px;
    height: 60px;
  }
}

/* Tablet styles - two boxes per row */
@media (min-width: 768px) and (max-width: 1023px) {
  .service-box {
    width: calc(50% - 10px);
  }
}

/* Desktop styles - three boxes per row */
@media (min-width: 1024px) {
  .service-box {
    width: calc(33.333% - 25px);
    border-radius: 25px;
    height: 196px;
    padding: 41px 20px;
  }
}

.logo-container {
  width: var(--main-width);
  margin: auto;
  margin: 0 auto;
  padding: 35px 0 80px 0;
  display: flex;
  gap: 60px;
  flex-direction: column;
}

@media (max-width: 768px) {
  .logo-container {
    margin: 0 auto;
    padding: 35px 0 40px 0;
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
}

h2 {
  font-family: Montserrat;
  font-weight: 600;
  margin: 45px auto 0px auto;
  font-size: 33px;
  color: #000000;
  text-align: center;
}

.logos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.logo {
  height: 40px;
  object-fit: contain;
}

/* Mobile Layout (like Image 1) */
@media (max-width: 768px) {
  .logos-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }

  .logo {
    width: 100%;
    height: auto;
    max-height: 35px;
  }

  h2 {
    /* margin-bottom: 30px; */
    font-size: 20px;
  }
}

/* Desktop Layout (like Image 2) */
@media (min-width: 769px) {
  .logos-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }

  .logo {
    height: 47px;
  }
}

.blog-container {
  max-width: 1200px;
  margin: 35px auto 40px auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .blog-container {
    margin: 80px auto 80px auto;
  }
}

.blog-container header {
  text-align: center;
  margin-bottom: 60px;
}

.blog-container header h1 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 32px;
  color: #000000;
  text-align: center;
  margin-bottom: 13px;
}

.blog-container header p {
  font-size: 18px;
  color: #666;
}

.blog-container .blog-posts {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.blog-container .post {
  background: #f7f7f7;
  border-radius: 32px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  flex: 1;
  text-align: left;
}

.blog-container .post img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-container .post h2 {
  font-size: 16px;
  margin: 40px 15px 40px 15px;
  color: #333;
  line-height: 21px;
  text-align: left;
  height: 42px;
}

.blog-container .post .read-more {
  display: block;
  margin: 0 17px 41px;
  color: #666;
  text-decoration: none;
  font-size: 14px;
}

.blog-container .post .read-more:hover {
  color: #000;
}

/* 手机端适配 */
@media (max-width: 768px) {
  .blog-container .blog-posts {
    flex-direction: column; /* 改成垂直排列 */
    gap: 20px;
  }

  .blog-container .post {
    width: 100%; /* 每个盒子占满宽度 */
    border-radius: 12px;
  }
  .blog-container header {
    text-align: center;
    margin-bottom: 30px;
  }

  .blog-container header h1 {
    font-size: 20px;
  }

  .blog-container header p {
    font-size: 12px;
  }

  .blog-container .post h2 {
    font-size: 14px;
    margin: 15px;
  }

  .blog-container .post .read-more {
    font-size: 12px;
    margin: 0 17px 24px;
  }
}

.form-container {
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-group {
  flex: 1;
}

label {
  font-size: 14px;
  color: #000000;
  line-height: 37px;
  font-family: Montserrat;
  font-weight: 600;
}

.required {
  color: red;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  background: #faf8f5;
  border-radius: 7px;
  border: 1px solid #fdcf77;
}

input:focus,
textarea:focus {
  border: 1px solid #e0b028;
}

textarea {
  resize: vertical;
}

.info-text {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 14px;
  color: #6fb7ea;
  line-height: 19px;
  margin-bottom: 10px;
}

button {
  width: 156px;
  height: 35px;
  background: #fdcf77;
  border-radius: 7px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  color: #2e2314;
  line-height: 35px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px auto 0 auto;
}
/* button:disabled::after {
  content: "Loading...";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #2e2314;
  font-size: 14px;
} */

button:hover {
  background-color: #e0b028;
}

/* CTA Section */
.cta-section {
  background: #efebe2;
  color: #000;
  text-align: center;
  padding: 75px 20px;
  margin: 20px auto;
  width: var(--main-width);
  border-radius: 32px;
  position: absolute;
  top: -31%;
  /* left: 33%; */
}

.cta-section span {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 30px;
  color: #000000;
  line-height: 35px;
}

@media (max-width: 768px) {
  .cta-section span {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    color: #000000;
    line-height: 21px;
  }
  .cta-section {
    padding: 40px 20px;
    top: -11%;
    border-radius: 12px;
  }
}

.cta-button {
  width: 156px;
  height: 35px;
  background: #fdcf77;
  border-radius: 7px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  color: #2e2314;
  line-height: 35px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px auto 0 auto;
}
@media (min-width: 768px) {
  .cta-button {
    width: 183px;
    height: 48px;
    background: #fdcf77;
    border-radius: 10px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    color: #2e2314;
    line-height: 35px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px auto 0 auto;
  }
}

/* Footer */
.footer {
  background-color: #000;
  padding: 40px 20px;
  position: relative;
  margin-top: 175px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 768px) {
  .footer {
    margin-top: 100px;
  }
}

.footer-container {
  display: flex;
  justify-content: space-between;
  width: var(--main-width);
  margin: 0 auto;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .footer-container {
    display: flex;
    justify-content: center;
    width: var(--main-width);
    margin: 0 auto;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}

.footer-logo {
  display: flex;
  align-items: center;
}

.footer-logo img {
  width: 40px;
  margin-right: 10px;
}

.footer-logo h3 {
  font-size: 24px;
  color: #fff;
}

.footer-column {
  /* flex: 1; */
  min-width: 146px;
  margin: 20px 0;
  height: 108px;
}
@media (max-width: 768px) {
  .footer-column {
    flex: 1;
    min-width: 146px;
    margin: 20px 0;
  }
}

.footer-column h4 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 16px;
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 10px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 768px) {
  .footer-column ul li {
    font-size: 11px;
  }
}
.footer-column ul li img {
  width: 15px;
  margin-right: 8px;
}
.footer-social {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-top: 60px;
}
.footer-social img {
  width: 17px;
}
@media (max-width: 768px) {
  .footer-social {
    display: none;
  }
}

.social-icons {
  margin-top: 20px;
}

.social-icons a {
  color: #fff;
  margin-right: 10px;
  font-size: 20px;
  text-decoration: none;
}

.footer-subscribe {
  padding-top: 150px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: var(--main-width);
  flex-direction: row;
  /* align-items: center; */
  /* justify-content: space-around; */
  /* border-bottom: 1px solid #ffff; */
  padding-bottom: 38px;
}
@media (max-width: 768px) {
  .footer-subscribe {
    padding-top: 110px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: var(--main-width);
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #ffff;
    padding-bottom: 38px;
  }
}
.footer-subscribe .fs-left img {
  width: 200px;
}
@media (min-width: 768px) {
  .footer-subscribe .fs-left img {
    margin-right: 500px;
    margin-left: 70px;
  }
}
.footer-subscribe .fs-right {
  display: flex;
  flex-direction: row;
}
.footer-subscribe .fs-right input {
  width: 318px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  background: #faf8f5;
  border-radius: 7px;
  border: 1px solid #fdcf77;
  height: 35px;
}

.footer-subscribe .fs-right button {
  width: 156px;
  height: 35px;
  background: #fdcf77;
  border-radius: 7px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  color: #2e2314;
  line-height: 35px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-left: 10px;
}
.fsl-right {
  display: none;
}

@media (max-width: 768px) {
  .footer {
    padding: 0;
  }
  .footer-container {
    padding: 0px 20px;
  }
  .footer-subscribe {
    width: 100%;
    box-sizing: border-box;
    padding: 126px 27px 30px 27px;
  }
  .fsl-right {
    display: flex;
    flex-direction: row;
    gap: 12px;
  }
  .footer-subscribe .fs-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 50px;
  }
  .footer-subscribe .fs-left img {
    width: 150px;
  }
  .footer-subscribe .fsl-right img {
    width: 17px;
  }
  .footer-subscribe .fs-right {
    flex-direction: row;
    gap: 10px;
    width: 100%;
  }

  .footer-subscribe .fs-right input {
    width: 100%;
  }

  .footer-subscribe .fs-right button {
    width: 45%;
    margin-left: 0;
  }
}

/* Footer Bottom */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 20px auto;
  padding-top: 20px;
}

.footer-bottom p {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 10px;
  color: #ffffff;
}

.back-to-top {
  position: fixed;
  left: calc(100% - 185px);
  bottom: 42px;
  z-index: 999;
  display: flex;
  flex-direction: row;
  gap: 9px;
}

.back-to-top .btt-left {
  background: #454343;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  box-sizing: border-box;
  padding: 5px 10px;
  height: 42px;
  cursor: pointer;
}
.back-to-top .btt-left img {
  width: 28px;
}
.back-to-top .btt-left span {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
  white-space: nowrap;
}
.back-to-top .btt-right img {
  width: 18px;
}
.btt-right {
  background: #454343;
  border-radius: 12px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.customers-reviews {
  width: 100%;
  background-color: #efebe252;
  box-sizing: border-box;
  padding: 35px 10px 40px 10px;
}
@media (min-width: 1024px) {
  .customers-reviews {
    padding: 35px 0 80px 0;
  }
}

.customers-reviews header {
  text-align: center;
  margin-bottom: 30px;
}

.customers-reviews header h1 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 19px;
  color: #000000;
  text-align: center;
  margin-bottom: 13px;
}
@media (min-width: 1024px) {
  .customers-reviews header h1 {
    margin: 45px auto 13px auto;
    font-size: 33px;
  }
}

.customers-reviews header p {
  font-size: 14px;
  color: #666;
}
@media (min-width: 1024px) {
  .customers-reviews header p {
    font-size: 18px;
  }
}
.customers-say {
  width: var(--main-width);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  justify-content: center;
  margin: auto;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .customers-say {
    grid-template-columns: 1fr;
  }
  .customers-say .customer {
    box-sizing: border-box;
    padding: 10px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

.customers-say .customer {
  box-sizing: border-box;
  padding: 10px;
}
.customers-say .customer iframe {
  width: 100%;
  height: 200px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .customers-say .customer iframe {
    border-radius: 32px;
  }
}
.customers-say .customer h1 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  margin-bottom: 13px;
}
@media (min-width: 1024px) {
  .customers-say .customer h1 {
    font-size: 24px;
  }
}
.customers-say .customer p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  color: #7f7f7f;
}
@media (min-width: 1024px) {
  .customers-say .customer p {
    font-size: 18px;
  }
}

.our-success-stories {
  width: var(--main-width);
  gap: 10px;
  justify-content: center;
  margin: auto;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .our-success-stories {
    width: 100%;
    gap: 10px;
    justify-content: center;
    margin: auto;
    padding: 45px 0;
    background: #edebe9;
  }
}

.our-success-stories h1 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 19px;
  color: #000000;
  text-align: center;
}
@media (min-width: 768px) {
  .our-success-stories h1 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 33px;
    color: #000000;
    text-align: center;
  }
}
.our-success-stories .carousel-container {
  width: var(--main-width);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  user-select: none; /* 防止拖动时选中文本 */
}
.our-success-stories .carousel-item .card-title {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 13px;
  color: #000000;
  text-align: left;
  line-height: 5vw;
  height: 115px;
}
.our-success-stories .card-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.our-success-stories .card-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.our-success-stories .card-info .card-info-right {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
}
@media (max-width: 768px) {
  .our-success-stories .card-info .card-info-right {
    gap: 3px;
  }
}
@media (min-width: 768px) {
  .our-success-stories .card-info .card-info-right {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    height: 60px;
    gap: 5px;
  }
}
.our-success-stories .carousel-item .card {
  min-width: 100%;
  height: 535px;
  background: #edebe9;
  border-radius: 10px;
  padding: 20px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .our-success-stories .carousel-item .card {
    min-width: 100%;
    height: 333px;
    background: #edebe9;
    border-radius: 10px;
    padding: 20px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
    flex-direction: row;
    gap: 55px;
  }
  .our-success-stories .carousel-item .card .card-left {
    width: 90%;
  }
  .our-success-stories .carousel-item .card-title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
    text-align: left;
    line-height: 20px;
    height: 135px;
    word-break: break-all;
  }
  .our-success-stories .card-info img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
}

.our-success-stories .carousel-item .card video {
  width: 100%;
  height: 300px;
  border-radius: 32px;
  background: #000000;
}
@media (max-width: 768px) {
  .our-success-stories .carousel-item .card {
    max-width: 100%;
    height: 493px;
    background: #edebe9;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .our-success-stories .carousel-item .card video {
    width: 100%;
    height: 200px;
    margin-top: 20px;
    border-radius: 12px;
    background: #000000;
  }
}

.carousel-container {
  width: var(--main-width);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  user-select: none; /* 防止拖动时选中文本 */
}

.carousel-slides {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-item {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.carousel-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.left:hover {
  content: url("./assets/img/pre-hover.png");
}
.right:hover {
  content: url("./assets/img/next-hover.png");
}
.carousel-btn-img {
  width: 25px;
  cursor: pointer;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

.carousel-dots {
  text-align: center;
  padding: 10px 0;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ac8d70;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.dot.active {
  background: #2e2314;
}

.carousel-item .card {
  max-width: 68%;
  height: 260px;
  background: #edebe9;
  border-radius: 32px;
  padding: 30px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
}

.carousel-item .card-title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  margin-bottom: 15px;
  text-align: left;
}
@media (max-width: 768px) {
  .carousel-item .card-title {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 17px;
    color: #000000;
    margin-bottom: 15px;
    text-align: left;
  }
}

.carousel-item .card-content {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 12px;
  color: #000000;
  margin-bottom: 15px;
  text-align: left;
}

@media (min-width: 768px) {
  .carousel-item .card-content {
    font-size: 18px;
  }
}

.our-success-stories .carousel-item img {
  width: 120px;
  height: 120px;
  border-radius: 12px;
}

.customers-reviews .carousel-item img {
  width: 30%;
  height: 260px;
  border-radius: 32px;
}

.carousel-item-img {
  width: 100% !important;
  height: 600px !important;
}
@media (max-width: 768px) {
  .our-success-stories .carousel-item img {
    width: 25% !important;
    height: auto !important;
  }
  .customers-reviews .carousel-item img {
    width: 100% !important;
    height: auto !important;
    border-radius: 12px;
  }
  .carousel-item-img {
    width: 100%;
  }
  .carousel-item .card {
    max-width: 100%;
    height: 247px;
    background: #edebe9;
    border-radius: 12px;
    padding: 20px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
  }
}
/* 署名样式 */
.carousel-item .card-signature {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 10px;
  color: #000000;
  text-align: right;
  margin-top: 9%;
}

@media (min-width: 768px) {
  .carousel-item .card-signature {
    font-size: 18px;
    margin-top: 3%;
  }
}

.open-modal-btn {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.open-modal-btn:hover {
  background-color: #0056b3;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色遮罩 */
  display: none; /* 默认隐藏 */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal {
  padding: 30px;
  width: min(650px, calc(100% - 13px));
  background: #ffffff;
  border-radius: 12px;
  position: relative;
}
.modal-footer {
  width: min(1170px, calc(100% - 13px));
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media (min-width: 768px) {
  .modal-footer {
    border-radius: 32px;
  }
}

.open-modal-btn form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.input-group {
  display: flex;
  flex-direction: column;
}

.open-modal-btn label {
  font-weight: 600;
  margin-bottom: 5px;
}

.open-modal-btn .required {
  color: red;
  margin-left: 5px;
}

.open-modal-btn input,
.open-modal-btn textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}

.open-modal-btn textarea {
  height: 100px;
  resize: none;
}

.open-modal-btn .info-text {
  font-size: 12px;
  color: #666;
  margin: 5px 0;
}

.open-modal-btn .submit-btn {
  background-color: #f4c430;
  border: none;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  align-self: flex-end;
  width: 100px;
}

.open-modal-btn .submit-btn:hover {
  background-color: #e0b028;
}

.modal .closeImg {
  width: 30px;
  position: absolute;
  left: 94%;
  top: 2%;
  cursor: pointer;
}

@media (max-width: 768px) {
  .modal .closeImg {
    width: 25px;
    position: absolute;
    left: 91%;
    top: 2%;
    cursor: pointer;
  }
}

.alert-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  display: none;
  width: 80%;
  max-width: 300px;
}

.alert-box p {
  margin: 0 0 10px;
}

.alert-box button {
  background: white;
  color: black;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 5px;
}
