main {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* -------- COMMON COMPONENTS -------- */
.section-title p {
  font-size: 24px;
  font-weight: bold;
  font-family: "Inter";
  color: #859a8e;
}
.big-title {
  font-size: 64px;
  color: #bbac95;
  font-family: "Poiret One";
}
.more-btn {
  width: 260px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #bbac95;
  border-radius: 200px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.more-btn img {
  position: absolute;
  right: 23px;
  width: 20px;
  height: auto;
}

.side-bar {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding-block: 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.f-b {
  font-weight: bold;
}
.f-m {
  font-weight: 500;
}
.bg-gray {
  background-color: #f0f0f0 !important;
}
.b-b-n {
  border-bottom: none !important;
}
/* --- Floating btns --- */
.floating {
  position: fixed;
  top: 17px;
  right: 0;
  transition: opacity 0.3s ease;
  display: none;
  z-index: 999;
}
.floating.show {
  display: none;
}
.floating a {
  display: flex;
  width: 80px;
  height: 80px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
}
.floating a img {
  width: 30px;
}
.floating a:nth-of-type(1) {
  border-top-left-radius: 10px;
}
.floating a:nth-of-type(2) {
  border-bottom-left-radius: 10px;
}

@media (max-width: 768px) {
  .floating.show {
    display: block;
  }
  .side-bar {
    padding: 11px 16px;
  }
}

/* -------- FV -------- */
.fv {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 58px;
}
.fv img {
  width: 100%;
  max-width: 1100px;
}

@media (max-width: 1100px) {
  .fv {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .fv img {
    max-width: 393px;
  }
}

/* -------- INDEX -------- */
.index {
  width: 100%;
  max-width: 1100px;
  background-color: #fbfbfb;
  padding-block: 14px 49px;
}
.index h2 {
  font-size: 64px;
  color: #bbac95;
  font-weight: normal;
  font-family: "Poiret One";
  text-align: center;
  margin-bottom: 22px;
}
.index .item-case {
  width: 100%;
  max-width: 702px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 14px;
  column-gap: 20px;
  margin: auto;
}
.index .item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
}
.index .item img {
  width: 30px;
}

@media (max-width: 768px) {
  .index {
    padding-block: 14px 32px;
  }
  .index h2 {
    margin-bottom: 31px;
  }
  .index .item-case {
    padding-inline: 31px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .index .item {
    width: 100%;
    max-width: 330px;
  }
}

/* -------- CONTENT-BOX -------- */
.content-box {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 60px;
}

.content-box .content {
  width: 100%;
}
.content-box .content .title {
  color: #859a8e;
  padding: 15px 19px;
  border-left: 10px solid #bbac95;
  margin-bottom: 30px;

  h3 {
    font-size: 24px;
  }
}
.content-box .content .img-txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content-box .content .img-txt img {
  width: 100%;
  max-width: 515px;
  height: auto;
  max-height: 438px;
}
.content-box .content .img-txt p {
  font-size: 18px;
}
.content .item-case {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.content .item {
  width: 100%;
}
.content-box .content .img-txt .txt {
  width: 100%;
  max-width: 554px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.content .item-title {
  width: fit-content;
  font-size: 20px;
  font-weight: bold;
  color: #859a8e;
  margin-bottom: 12px;
  padding: 12px 24px;
  border: 1px solid #bbac95;
  border-radius: 10px;
}
.content .item p {
  font-size: 18px;
}
.content ul {
  width: 100%;
  padding-left: 25px;
}
.content p {
  font-size: 18px;
}
.content ul li {
  list-style: disc;
  line-height: 30px;
  font-size: 18px;
}
.content .device-box {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.content .device-box span {
  color: #859a8e;
  font-weight: bold;
}
.content .device-box img {
  width: 100%;
  max-width: 364px;
}
.content .f-b {
  font-weight: bold;
}
.content .removal-work {
  width: 100%;
  font-size: 18px;
  padding-block: 32px;
}
.content .removal-work p {
  padding: 10px;
  margin-bottom: 10px;
}
.content .removal-work img {
  width: 100%;
  max-width: 909px;
}

/* ----- Price table large ---- */
.price-table-large {
  width: 100%;
  border-collapse: collapse;
  font-size: 20px;
  table-layout: fixed;
}

.price-table-large th,
.price-table-large td {
  padding: 18px 15px;
  border: 1px solid #d4c7b5;
}

/* Header row */
.price-table-large th {
  background-color: #bbac95;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

/* First column beige background */
.price-table-large td:first-child {
  background-color: #bbac95;
  font-weight: 600;
  color: #ffffff;
  width: 33%;
}

/* Other columns */
.price-table-large td:nth-child(2),
.price-table-large td:nth-child(3),
.price-table-large td:nth-child(4) {
  background: #ffffff;
  width: 22%;
  text-align: end;
}

@media (max-width: 768px) {
  .content-box {
    gap: 30px;
    padding-bottom: 0;
  }
  .content-box .content {
    padding-inline: 16px;
  }
  .content-box .content .title {
    margin-block: 20px;
    padding: 16px;

    h3 {
      font-size: 22px;
    }
  }
  .content-box .content .img-txt {
    flex-direction: column;
    gap: 30px;
  }
  .content-box .content .img-txt img {
    max-width: 100%;
    max-height: unset;
  }
  .content .item-case {
    gap: 30px;
  }
  .content .item-title {
    padding: 13px 26px;
    margin-block: 20px;
  }
  .content .device-box {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .table-container {
    width: 100%;
    overflow-x: scroll;
  }
  .price-table-large {
    font-size: 16px;
    table-layout: unset;
    min-width: 618px;
  }
  .price-table-large td:first-child {
    width: 37%;
  }
  .price-table-large th,
  .price-table-large td {
    padding: 10px 5px;
  }
  .price-table-large td:nth-child(2),
  .price-table-large td:nth-child(3),
  .price-table-large td:nth-child(4) {
    padding-inline: 0;
    text-align: center;
  }
}
