.main-top-box {
  padding: 140px 0 190px 0;

  background-image: url("../images/IMG_202508067994_3840x1624.png");

  background-repeat: no-repeat;

  background-size: cover;

  background-position: right;

  position: relative;

  background-color: black;
}

.main-top-box::after {
  content: ""; /* 伪元素必须设置content属性 */

  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  top: 0;

  /* 从下到上的黑色渐变 */

  background: linear-gradient(
    to top,

    rgba(0, 0, 0, 0.9) 0%,

    /* 底部深色 */ rgba(0, 0, 0, 0.5) 4%,

    /* 中间过渡色 */ rgba(0, 0, 0, 0) 20% /* 顶部透明 */
  );

  pointer-events: none; /* 可选：使蒙层不影响下层元素的交互 */

  z-index: 1; /* 确保蒙层在内容上方 */
}

.main-top-text-box {
  display: flex;

  flex-direction: column;

  justify-content: left;
}

.main-top-text-box > h2 {
  color: white;

  text-align: left;

  font-weight: 600;

  line-height: 80px;

  font-size: 68px;
}

.main-top-text-box > h2 span {
  color: #ff4d47;
}

.main-top-text-box > p {
  color: white;

  text-align: left;

  margin: 20px 0 20px 0;

  font-size: 40px;
}

.main-top-text-box > h5 {
  text-align: left;

  color: #ff4d47;

  font-weight: 600;

  font-style: italic;
}

.main-top-text-box > a {
  background-color: #ff4d47;

  color: white !important;

  font-weight: 600;

  margin: 20px auto 0 0;

  padding: 15px 20px;

  display: block;

  border-radius: 10px;

  font-size: 20px;
}

.main-top-text-box > a:hover {
  background-color: #333333;
}

.main-box {
  background-color: black;

  padding: 60px 0 0 0;
}

.main-box > .container {
  padding-bottom: 60px;
}

.main-region-1-box > h2 {
  font-weight: 600;

  font-size: 50px;

  line-height: 60px;

  color: white;

  text-align: center;
}

.main-search-box {
  border-radius: 10px;

  background-color: rgb(255, 255, 255);

  box-shadow: 6.395px -2.847px 22.68px 4.32px rgba(21, 21, 21, 0.16);

  padding: 50px 100px !important;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  margin-top: 60px;
}

.main-search-btn-box {
  background-color: #f2f2f2;

  padding: 6px 10px;

  border-radius: 10px;

  display: flex;

  align-items: center;
}

.main-search-btn-box button {
  width: 250px;

  font-size: 18px;

  font-weight: 600;

  padding: 10px 0;

  border: 0;
}

.search-btn-active {
  background-color: #ff4d47;

  color: white;

  border-radius: 10px;
}

.main-search-select-box {
  margin-top: 50px;

  width: 100% !important;

  display: flex;

  justify-content: space-between;

  align-items: center;
}

.main-search-select-box select {
  width: 15.5%;

  box-shadow: 0px 1px 7.36px 0.64px rgba(1, 1, 1, 0.08);

  border: 0;

  padding: 12px !important;

  font-size: 18px;
  font-weight: 600;
}

.main-search-select-box button {
  height: 51px !important;

  margin: 5px !important;

  width: 15.5%;

  background-color: black;

  color: white;

  padding: 12px;

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 10px;
}

.main-search-select-box button:hover {
  background-color: #ff4d47;
  border-color: #ff4d47;
}

.main-search-select-box button > img {
  width: 18px;

  margin-right: 10px;
}

.main-products-box {
  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

  margin-top: 60px;
}

.main-products-box div {
  width: 18%;

  padding: 20px 10px 10px 10px;

  text-align: center;

  border-radius: 10px;

  background-color: rgb(39, 39, 39);

  position: relative;

  margin-bottom: 50px;
}

.main-products-box div > img {
  width: auto;

  height: 120px;

  max-width: 100%;

  object-fit: cover;
}

.main-products-box div > p {
  font-weight: 600;

  margin: 30px 0;

  font-size: 20px;

  color: white;
}

.main-products-box div > a {
  width: 30px;

  height: 30px;

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 50%;

  background-color: #ff4d47;

  position: absolute;

  bottom: -15px;

  left: 50%;

  transform: translateX(-50%);
}

.main-products-box div > a > img {
  width: 15px;
}

.main-region-2-box {
  background-image: url("../images/IMG_202508068541_3840x1617.png");

  background-repeat: no-repeat;

  background-size: cover;

  padding: 80px 0;

  background-color: white;
}

.main-region-2-box > .container > .row > p {
  color: #ff4d47;

  text-align: center;

  font-size: 22px;

  margin-bottom: 0;
}

.main-region-2-box > .container > .row > h2 {
  font-weight: 600;

  margin: 10px 0 50px 0;

  font-size: 50px;

  line-height: 60px;

  text-align: center;
}

.region-2-box > .row > .col-lg-6 > div {
  height: 80px;

  border-radius: 6px;

  background-color: rgb(255, 255, 255);

  box-shadow: 0px 1px 7.36px 0.64px rgba(1, 1, 1, 0.08);

  padding: 0 10px;

  display: flex;

  align-items: center;

  margin-bottom: 20px;
}

.region-2-box > .row > .col-lg-6 > div > img {
  width: 20px;

  margin-right: 10px;
}

.region-2-box > .row > .col-lg-6 > div > p {
  margin-bottom: 0;

  font-size: 20px;

  font-weight: 600;
}

.main-region-3-box {
  padding: 80px 0 0 0;

  background-color: white;
}

.main-region-3-box > .container > .row > h2 {
  font-weight: 600;

  font-size: 50px;

  line-height: 60px;

  text-align: center;
}

.main-region-3-box > .container > .row > p {
  margin: 10px 0 60px 0;

  text-align: center;

  font-size: 26px;
}

.region-3-left-box {
  position: relative;
}

.region-3-left-box > img:nth-child(1) {
  width: 60%;
}

.region-3-left-box > img:nth-child(2) {
  width: 80%;

  position: absolute;

  right: 10%;

  top: 50%;

  transform: translateY(-50%);
}

.region-3-right-box {
  display: flex;

  flex-direction: column;

  justify-content: center;
}

.region-3-right > div {
  display: flex;

  align-items: center;
}

.region-3-right > div:nth-child(1) > span {
  width: 28px;

  height: 28px;

  border-radius: 50%;

  background-color: rgba(255, 77, 71, 0.5);

  display: flex;

  align-items: center;

  justify-content: center;
}

.region-3-right > div:nth-child(1) > span > span {
  width: 12px;

  height: 12px;

  border-radius: 50%;

  background-color: rgb(255, 77, 71);
}

.region-3-right > div:nth-child(1) > p {
  margin-bottom: 0;

  margin-left: 20px;

  font-size: 24px;

  font-weight: 600;
}

.region-3-right > div:nth-child(2) {
  width: 28px;

  justify-content: center;

  margin: 8px 0;
}

.region-3-right > div:nth-child(2) > span {
  display: block;

  width: 1px;

  height: 50px;

  background-color: rgba(255, 77, 71, 0.1);
}

.region-3-bottom-box {
  background-image: url("../images/index-img3.png");

  background-repeat: no-repeat;

  background-size: cover;

  margin-top: 60px;
}

.region-3-bottom-text-box {
  display: flex;

  align-items: center;

  padding: 10px 12px;
}

.region-3-bottom-text-box > a {
  text-decoration: underline !important;

  font-size: 32px;

  font-weight: 600;

  color: white !important;
}

.region-3-bottom-text-box > img {
  width: 40px;

  margin-left: 20px;
}

.main-region-4-box {
  padding: 100px 0 200px 0;

  background-image: url("../images/IMG_202508061118_3840x1682.png");

  background-repeat: no-repeat;

  background-size: cover;

  position: relative;

  z-index: 1;
}

.main-region-4-box::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: rgba(0, 0, 0, 0.4);

  z-index: -1;
}

.main-region-4-box > .container > .row > .col-lg-6 > h2 {
  font-weight: 600;

  color: white;

  font-size: 50px;

  line-height: 60px;
}

.main-region-4-box > .container > .row > .col-lg-6 > p {
  color: white;

  line-height: 30px;

  margin: 40px 0 80px 0;
}

.region-4-bottom-img-box {
  margin-bottom: -40%;

  position: relative;
}

.region-4-bottom-img-box > img {
  width: 100%;
}

.region-4-bottom-text-box {
  width: 38%;

  position: absolute;

  bottom: 15%;

  left: 10%;

  background-color: white;

  padding: 50px;
}

.region-4-bottom-text-box > p {
  font-size: 36px;

  margin-bottom: 0;

  line-height: 50px;
}

.region-4-bottom-text-box > p > span {
  text-decoration: underline;
}

.main-region-5-box {
  padding: 400px 0 80px 0;

  background-color: white;
}

.region-5-left-box {
  padding-right: 80px !important;
}

.region-5-left-box > h2 {
  font-weight: 600;

  font-size: 50px;

  line-height: 60px;
}

.region-5-left-box > p {
  margin-top: 20px;
}

.swiper {
  width: 100%;

  height: 100%;

  padding-bottom: 80px !important;
}

.swiper-slide {
  font-size: 18px;

  background: #fff;

  display: flex;

  justify-content: center;

  align-items: center;
}

.swiper-slide img {
  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;
}

.region-5-right-comment-box {
  padding-bottom: 20px;

  margin-bottom: 20px;

  border-bottom: 1px solid #ddd;
}

.region-5-right-comment-box:last-child {
  border-bottom: 0;
}

.region-5-right-comment-box > i {
  font-size: 20px;

  font-weight: 500;

  line-height: 30px;
}

.region-5-right-comment-box > div {
  display: flex;

  align-items: center;

  margin-top: 20px;
}

.region-5-right-comment-box > div > img {
  width: 40px;

  margin-right: 20px;
}

.region-5-right-comment-box > div > p {
  margin-bottom: 0;

  color: rgb(51, 51, 51);

  font-size: 16px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-button-next {
  left: 10% !important;
}

.swiper-button-prev {
  left: 0 !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px !important;

  height: 40px !important;

  background-color: #ff4d47;

  border-radius: 50%;

  color: white !important;

  font-size: 18px;

  font-weight: 600;

  top: 90% !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  background-color: #e5e5e5;

  color: black !important;

  opacity: 1 !important;
}

.main-region-6-box {
  padding: 80px 0 200px 0;
}

.main-region-6-box > .container > .row > h2 {
  color: white;

  font-weight: 600;

  font-size: 50px;
  
  line-height: 60px;

  margin-bottom: 60px;
}

.Box {
  position: relative;

  margin-top: 40px;
      max-width: 1600px;
}

.Box .content {
  width: 100%;

  max-width: 100%;

  margin: 0 auto;
}

.Box .Box_con {
  position: relative;
}

.Box .Box_con .btn {
  display: block;

  width: 41px;

  height: 41px;

  position: absolute;

  top: 120%;

  transform: translateY(-50%);

  cursor: pointer;

  z-index: 10;

  background-color: #343535 !important;

  border-radius: 50%;

  font-size: 18px;

  font-weight: 900;

  color: white !important;
}

.Box .Box_con .btnl {
  left: 0;
}

.Box .Box_con .btnr {
  left: 6%;
}

.Box .Box_con .btnl:hover {
  background-color: #ff4d47 !important;

  color: white;
}

.Box .Box_con .btnr:hover {
  background-color: #ff4d47 !important;

  color: white;
}

.main-region-6-box > .container {
  margin-right: 0;
}

.Box .Box_con .conbox {
  position: relative;

  overflow: hidden;
}

.Box .Box_con .conbox ul {
  position: relative;

  list-style: none;

  padding-left: 0;

  display: flex;

  transition: transform 0.5s ease;

  margin-left: -20px;
}

.Box .Box_con .conbox ul li {
  height: auto;

  overflow: hidden;

  padding: 0 20px;

  flex-shrink: 0; /* 防止项目缩小 */
}

.Box .Box_con .conbox ul li a > img {
  width: 100%;
}

.Box .Box_con .conbox ul li a > p:nth-child(2) {
  font-size: 26px;

  font-weight: 600;

  color: white;

  padding: 0 8px;

  margin: 40px 0 20px 0;
}

.Box .Box_con .conbox ul li a > p:nth-child(3) {
  font-size: 16px;

  color: rgb(255, 255, 255);

  padding: 0 8px;
}

/* .Box .Box_con .conbox ul li:hover img {

  transform: scale(1.05);

} */

.Box .BoxSwitch {
  margin-top: 30px;

  text-align: center;
}

.Box .BoxSwitch span {
  display: inline-block;

  vertical-align: middle;

  width: 30px;

  height: 3px;

  background: #ccc;

  margin: 0 5px;

  cursor: pointer;

  transition: background 0.3s ease;
}

.Box .BoxSwitch span.cur {
  background: red;
}

.main-region-7-box {
  padding: 100px 0 160px 0;

  background-image: url("../images/index-footer-background-img.png");

  background-repeat: no-repeat;

  background-size: cover;

  background-color: white;
}

.region-7-left-box {
  padding-right: 200px !important;
}

.region-7-left-box > h1 {
  font-weight: 600;

  font-size: 50px;

  line-height: 60px;
}

.region-7-left-box > p {
  font-size: 24px;

  margin-top: 40px;

  margin-bottom: 20px;
}

.region-7-left-box > div {
  display: flex;

  align-items: center;

  margin-bottom: 12px;
}

.region-7-left-box > div > img {
  width: 20px;
}

.region-7-left-box > div > p {
  margin-bottom: 0;

  font-size: 20px;

  margin-left: 20px;
}

.region-7-right-box > form {
  padding: 40px;

  background-color: white;

  box-shadow: 6.395px -2.847px 22.68px 4.32px rgba(0, 0, 0, 0.07);

  border-radius: 20px;
}

.region-7-right-box > form > input,
.region-7-right-box > form > textarea {
  width: 100%;

  border: 0;

  border-bottom: 1px solid #ddd;

  color: black;
}

.region-7-right-box > form > input {
  padding: 15px 0;

  margin-bottom: 20px;
}

.region-7-right-box > form > textarea {
  min-height: 100px;

  margin-bottom: 30px;
}

.region-7-right-box > form > button {
  background-color: #ff4d47;

  border-radius: 10px;

  padding: 15px 60px;

  color: white;

  font-weight: 600;

  border: 0;
}

.region-7-right-box > form > button:hover {
  background-color: #333333;
}

@media (min-width: 1400px) {
  .main-region-6-box > .container {
    max-width: 1400px !important;
  }
}

/* 响应式样式 - 控制每行显示数量 */

@media (min-width: 1024px) {
  .Box .Box_con .conbox ul li {
    width: 25%; /* 电脑端一行4个 */
  }
}

@media (max-width: 992px) {
  .main-search-box {
    padding: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .main-top-text-box {
    width: 100% !important;
  }

  .Box .Box_con .conbox ul li {
    width: 33.333%; /* 平板端一行3个 */
  }

  .Box .Box_con .btnl {
    left: 0;
  }

  .Box .Box_con .btnr {
    left: 10%;
  }

  .main-top-box {
    padding: 80px 0 80px 0;
  }

  .main-products-box div {
    width: 31%;
  }

  .region-3-left-box > img:nth-child(2) {
    right: 0;

    width: 85%;
  }

  .region-3-left-box {
    margin-bottom: 40px;
  }

  .region-3-bottom-box {
    background-size: 100% 100%;
  }

  .region-4-bottom-text-box {
    width: 75%;

    bottom: 7%;

    left: 5%;

    padding: 30px;
  }

  .main-region-5-box {
    padding: 180px 0 80px 0;
  }

  .region-5-left-box,
  .region-7-left-box {
    padding-right: 0 !important;

    margin-bottom: 40px;
  }

  .main-region-6-box {
    padding: 80px 0 160px 0;
  }

  .main-region-7-box {
    padding: 100px 0 100px 0;
  }
}

@media (max-width: 767px) {
  .form-control{
    width: 100% !important;
  }

  .main-top-box {
    padding: 40px 0 40px 0;
  }

  .main-top-text-box > h5 {
    font-size: 18px;

    line-height: 35px;
  }

  .main-top-text-box {
    width: 100% !important;
  }

  .main-top-text-box > p {
    margin: 10px 0 10px 0;
  }

  .main-search-btn-box button {
    width: 160px;

    font-size: 16px;
  }

  .main-search-select-box {
    flex-wrap: wrap;

    margin-top: 30px;

    gap: 10px;
  }

  .main-search-select-box select {
    width: 48%;

    margin-bottom: 15px;
  }

  .main-search-select-box button {
    width: 100%;
    margin-top: 20px;
  }

  .Box .Box_con .conbox ul li {
    width: 50%; /* 手机端一行2个 */

    padding-right: 0;
  }

  .Box .Box_con .btn {
    width: 30px;

    height: 30px;

    top: 110%;
  }

  .Box .Box_con .btnr {
    width: 40px;

    height: 40px;

    right: 38%;

    display: flex;

    align-items: center;

    justify-content: center;
  }

  .Box .Box_con .btnl {
    width: 40px;

    height: 40px;

    left: 38%;

    display: flex;

    align-items: center;

    justify-content: center;
  }

  .main-top-text-box > h2 {
    font-size: 35px;

    line-height: 40px;
  }

  .main-top-text-box > p {
    font-size: 20px;

    line-height: 40px;
  }

  .main-top-text-box > a {
    font-size: 14px;
  }

  .main-search-box {
    margin-top: 40px;
  }

  .main-products-box div {
    width: 48%;
  }

  .main-products-box div > img {
    height: 90px;
  }

  .main-box > .container {
    padding-bottom: 40px;
  }

  .main-region-3-box {
    padding: 40px 0 0 0;
  }

  .region-3-left-box > img:nth-child(2) {
    width: 85%;

    right: 0;
  }

  .region-3-left-box {
    margin-bottom: 40px;
  }

  .region-3-bottom-box {
    background-size: 100% 100%;
  }

  .main-region-4-box {
    padding: 40px 0 100px 0;
  }

  .region-4-bottom-text-box {
    width: 80%;

    padding: 10px;

    left: 12px;

    bottom: 0;
  }

  .region-4-bottom-text-box > p {
    font-size: 16px;

    line-height: 30px;
  }

  .main-region-5-box {
    padding: 100px 0 40px 0;
  }

  .region-5-left-box > h2 {
    line-height: 40px;
    font-size: 30px;
  }

  .region-5-left-box {
    padding-right: 12px !important;

    margin-bottom: 40px;
  }

  .swiper-button-next {
    left: 16% !important;
  }

  .main-region-6-box {
    padding: 60px 0 120px 0;
  }

  .Box .Box_con .btnl {
    left: 0;
  }

  .Box .Box_con .btnr {
    left: 15%;
  }

  .region-7-left-box {
    padding-right: 12px !important;

    margin-bottom: 40px;
  }

  .region-7-left-box > h1 {
    line-height: 40px;
    font-size: 30px;
  }

  .region-7-right-box > form {
    padding: 20px;
  }

  .main-region-7-box {
    padding: 60px 0 60px 0;
  }

  .region-3-right > div:nth-child(2) > span {
    height: 30px;
  }

  .main-region-6-box > .container > .row > h2,
  .main-region-4-box > .container > .row > .col-lg-6 > h2,
  .main-region-3-box > .container > .row > h2,
  .main-region-2-box > .container > .row > h2,
  .main-region-1-box > h2 {
    line-height: 40px;
    font-size: 30px;
  }

  .main-region-6-box > .container {
    padding-right: 12px;
  }
  .region-3-bottom-text-box > a{
    font-size: 20px;
  }
  .main-region-6-box > .container > .row > h2{
    margin-bottom: 0;
  }
}



    .main-top-box {
  padding: 140px 0 190px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  /* 关键1：背景图过渡时长 = 文字过渡时长（0.8s），确保同步 */
  transition: background-image 0.8s ease-in-out;
}

.main-top-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 20%
  );
  pointer-events: none;
  z-index: 1;
}

/* 文字容器：默认隐藏，过渡时长与背景一致 */
.main-top-text-box {
  display: none;
  position: relative;
  z-index: 2;
  max-width: 800px;
  opacity: 0;
  transform: translateY(20px);
  /* 关键2：文字过渡时长 = 背景过渡时长（0.8s） */
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.main-top-text-box.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* 文字样式不变 */
.main-top-text-box > h2 {
  color: white;
  text-align: left;
  font-weight: 600;
  line-height: 70px;
  font-size: 3rem;
  margin-bottom: 15px;
}

.main-top-text-box > h2 span {
  color: #ff4d47;
}

.main-top-text-box > p {
  color: white;
  text-align: left;
  margin: 20px 0;
  font-size: 30px;
}

.main-top-text-box:nth-child(3) > p {
  color: white;
  text-align: left;
  margin: 20px 0;
  font-size: 24px;
  font-weight: 400;
}

.main-top-text-box:nth-child(2) > div p{
  display: flex;
  align-items: center;
  color: white;
  text-align: left;
  margin: 10px 0;
  font-size: 32px;
  font-weight: 400;
}
.main-top-text-box:nth-child(2) > div p > img{
  margin-right: 10px;
}

.main-top-text-box:nth-child(3) > div p{
  display: flex;
  align-items: center;
  color: white;
  text-align: left;
  margin: 10px 0;
  font-size: 28px;
  font-weight: 400;
}
.main-top-text-box:nth-child(3) > div p > img{
  margin-right: 10px;
}

.main-top-text-box > a {
  background-color: #ff4d47;
  color: white !important;
  font-weight: 600;
  margin: 20px 0 0 0;
  padding: 15px 20px;
  display: inline-block;
  border-radius: 10px;
  font-size: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid rgba(0, 0, 0, 0);
}

.main-top-text-box:nth-child(2) > div:last-child{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-top-text-box:nth-child(2) > div:last-child > a:nth-child(1){
  background-color: #ff4d47;
  color: white !important;
  font-weight: 600;
  margin: 20px 0 0 0;
  padding: 15px 20px;
  display: inline-block;
  border-radius: 10px;
  font-size: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid rgba(0, 0, 0, 0);
  margin-right: 10px;
}
.main-top-text-box:nth-child(2) > div:last-child > a:nth-child(2){
  color: white !important;
  font-weight: 600;
  margin: 20px 0 0 0;
  padding: 15px 20px;
  display: inline-block;
  border-radius: 10px;
  font-size: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid white;
}

/* .main-top-text-box > a:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 77, 71, 0.4);
} */

/* 轮播指示器/控制按钮样式不变 */
.carousel-indicators {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}

.carousel-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.carousel-indicator.active {
  /* background-color: #ff4d47; */
  transform: scale(1.2);
}

.carousel-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 3;
  padding: 0 20px;
}

.carousel-control {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 20px;
}

.carousel-control:hover {
  background-color: #ff4d47;
  transform: scale(1.1);
}

.form-control{
  margin: 5px !important;
  width: 82%;
}

@media (max-width: 768px) {
  .main-top-text-box > p {
    font-size: 1.5rem;
  }
  .main-top-text-box:nth-child(3) > p{
    font-size: 20px;
  }
  .main-top-text-box:nth-child(2) > div p,.main-top-text-box:nth-child(3) > div p{
    font-size: 16px;
  }
  .main-top-text-box:nth-child(2) > div:last-child > a:nth-child(1){
    font-size: 14px !important;
  }
  .main-top-text-box:nth-child(2) > div:last-child > a:nth-child(2){
    font-size: 14px !important;
  }
  .main-top-text-box:nth-child(2) > div p > img,.main-top-text-box:nth-child(3) > div p > img{
    width: 20px;
  }
}
