.ser-inner-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #043858;
  text-align: center;
  padding: 130px 460px 190px 460px;
  width: 100%;
}

.ser-inner-banner-title {
  color: white;
  font-family: var(--secondary-font);
  font-weight: 600;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 2px;
}

.ser-inner-banner-description {
  color: white;
  margin-top: 45px;
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 19px;
  line-height: 40px;
}

.ser-inner-intro {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 160px 100px 160px;
  gap: 100px;
  margin-top: -60px;
}

.service-main-img {
  width: 969px;
  height: 747px;
  object-fit: cover;
  flex-shrink: 1;
}

.ser-inner-title-wrap {
  width: 100%;
  flex: 1;
}

.ser-inner-title {
  color: #043858;
  font-family: var(--secondary-font);
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
}

.ser-inner-para {
  color: #043858;
  margin-top: 45px;
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}

.para-two-sec {
  padding: 0 360px 100px 360px;
}

.ser-inner-para-two,
.plants-tab-content-para {
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #022d46;
}

.ser-inner-para-two h5,
.plants-tab-content-para h5 {
  color: #043858;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 40px;
}

.ser-inner-para-two ul,
.plants-tab-content-para ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 0 !important;
  list-style: none;
  padding: 0 !important;
  gap: 30px 120px;
  margin-bottom: 100px !important;
}

.ser-inner-para-two li,
.plants-tab-content-para li {
  position: relative;
  line-height: 18px !important;
  padding-left: 25px;
}

.ser-inner-para-two li::after,
.plants-tab-content-para li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 9px;
  height: 9px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #3aaac4;
}

.plans-sec {
  position: relative;
  padding: 110px 160px 130px 160px;
}

.plans-sec-title {
  display: flex;
  justify-content: center;
  font-family: var(--secondary-font);
  font-size: 70px;
  line-height: 74px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-align: center;
  color: #043858;
}

.plan-tab-title-one {
  font-family: var(--secondary-font);
  color: #043858;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
}

.plan-tab-title-two {
  font-family: var(--secondary-font);
  color: #043858;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}

.plans-tabs {
  display: flex;
  align-items: end;
  justify-content: center;
  border-bottom: 5px solid rgba(4, 56, 88, 0.25);
  width: 100%;
  gap: 160px;
  margin-top: 70px;
}

.plan-tab {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
  background-color: transparent;
  text-align: center;
  gap: 10px;
  padding: 20px;
}

.plan-tab.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  bottom: -5px;
  left: 0;
  background-color: #4dc41e;
}

.plan-content {
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 0 0;
}

.plan-content.active {
  display: flex;
}

.plans-tab-content-title {
  font-family: var(--secondary-font);
  color: #043858;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
}

.plans-suitable-for {
  font-family: var(--secondary-font);
  color: #043858;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
}

.plans-suitable-for-bold {
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 22px;
}

.housing-packages {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

.package-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100vw - 380px) / 3);
  padding: 50px 50px 0 50px;
  height: 277px;
  background-color: #f6d345;
  gap: 25px;
}

.package-item-title {
  font-family: var(--secondary-font);
  color: #043858;
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(4, 56, 88, 0.25);
  margin-bottom: 30px;
}

.package-item-text {
  font-family: var(--secondary-font);
  color: #043858;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

.package-item:first-child,
.package-item:last-child {
  background-color: #043858;
}

.package-item:first-child .package-item-title,
.package-item:last-child .package-item-title {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.package-item:first-child .package-item-text,
.package-item:last-child .package-item-text {
  color: white;
}

.plants-tab-content-para {
  margin-top: 100px;
  padding: 0 170px;
}

.ser-housing-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.plants-tab-content-para ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 100px;
}

.ser_gallery-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 100px 160px 100px 160px;
  gap: 20px;
}
.ser-gallery-img {
  width: calc((100vw - 380px) / 3);
  aspect-ratio: 1/1;
  object-fit: cover;
}

@media screen and (max-width: 1600px) {
  .ser-inner-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #043858;
    text-align: center;
    padding: 100px 170px 160px 170px;
    width: 100%;
  }

  .ser-inner-intro {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 100px 100px 100px;
    gap: 60px;
    margin-top: -30px;
  }

  .service-main-img {
    width: 600px;
    height: 420px;
    object-fit: cover;
    flex-shrink: 1;
  }

  .ser-inner-title-wrap {
    width: 100%;
    flex: 1;
  }

  .ser-inner-title {
    color: #043858;
    font-family: var(--secondary-font);
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
  }

  .ser-inner-para {
    color: #043858;
    margin-top: 20px;
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
  }

  .para-two-sec {
    padding: 0 170px 100px 170px;
  }

  .plans-sec {
    position: relative;
    padding: 110px 100px 130px 100px;
  }

  .plans-sec-title {
    display: flex;
    justify-content: center;
    font-family: var(--secondary-font);
    font-size: 70px;
    line-height: 74px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-align: center;
    color: #043858;
  }

  .plan-tab-title-one {
    font-family: var(--secondary-font);
    color: #043858;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
  }

  .plan-tab-title-two {
    font-family: var(--secondary-font);
    color: #043858;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
  }

  .plans-tabs {
    display: flex;
    align-items: end;
    justify-content: center;
    border-bottom: 5px solid rgba(4, 56, 88, 0.25);
    width: 100%;
    gap: 160px;
    margin-top: 70px;
  }

  .plan-tab {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    background-color: transparent;
    text-align: center;
    gap: 10px;
    padding: 20px;
  }

  .plan-tab.active::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    bottom: -5px;
    left: 0;
    background-color: #4dc41e;
  }

  .plan-content {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 80px 0 0 0;
  }

  .plan-content.active {
    display: flex;
  }

  .plans-tab-content-title {
    font-family: var(--secondary-font);
    color: #043858;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
  }

  .plans-suitable-for {
    font-family: var(--secondary-font);
    color: #043858;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
  }

  .plans-suitable-for-bold {
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 22px;
  }

  .housing-packages {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
  }

  .package-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100vw - 240px) / 3);
    padding: 50px 50px 0 50px;
    height: 277px;
    background-color: #f6d345;
    gap: 25px;
  }

  .package-item-title {
    font-family: var(--secondary-font);
    color: #043858;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(4, 56, 88, 0.25);
    margin-bottom: 30px;
  }

  .package-item-text {
    font-family: var(--secondary-font);
    color: #043858;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .package-item:first-child,
  .package-item:last-child {
    background-color: #043858;
  }

  .package-item:first-child .package-item-title,
  .package-item:last-child .package-item-title {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .package-item:first-child .package-item-text,
  .package-item:last-child .package-item-text {
    color: white;
  }

  .plants-tab-content-para {
    margin-top: 100px;
    padding: 0 50px;
  }

  .ser-housing-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .plants-tab-content-para ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 50px;
  }

  .ser_gallery-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 100px 100px 100px 100px;
    gap: 20px;
  }

  .ser-gallery-img {
    width: calc((100vw - 260px) / 3);
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}

@media screen and (max-width: 1440px) {
  .ser-inner-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #043858;
    text-align: center;
    padding: 100px 170px 160px 170px;
    width: 100%;
  }

  .ser-inner-intro {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 100px 100px 100px;
    gap: 60px;
    margin-top: -30px;
  }

  .service-main-img {
    width: 600px;
    height: 420px;
    object-fit: cover;
    flex-shrink: 1;
  }

  .ser-inner-title-wrap {
    width: 100%;
    flex: 1;
  }

  .ser-inner-title {
    color: #043858;
    font-family: var(--secondary-font);
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
  }

  .ser-inner-para {
    color: #043858;
    margin-top: 20px;
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
  }

  .para-two-sec {
    padding: 0 170px 100px 170px;
  }

  .plans-sec {
    position: relative;
    padding: 110px 100px 130px 100px;
  }

  .plans-sec-title {
    display: flex;
    justify-content: center;
    font-family: var(--secondary-font);
    font-size: 70px;
    line-height: 74px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-align: center;
    color: #043858;
  }

  .plan-tab-title-one {
    font-family: var(--secondary-font);
    color: #043858;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
  }

  .plan-tab-title-two {
    font-family: var(--secondary-font);
    color: #043858;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
  }

  .plans-tabs {
    display: flex;
    align-items: end;
    justify-content: center;
    border-bottom: 5px solid rgba(4, 56, 88, 0.25);
    width: 100%;
    gap: 160px;
    margin-top: 70px;
  }

  .plan-tab {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    background-color: transparent;
    text-align: center;
    gap: 10px;
    padding: 20px;
  }

  .plan-tab.active::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    bottom: -5px;
    left: 0;
    background-color: #4dc41e;
  }

  .plan-content {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 80px 0 0 0;
  }

  .plan-content.active {
    display: flex;
  }

  .plans-tab-content-title {
    font-family: var(--secondary-font);
    color: #043858;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
  }

  .plans-suitable-for {
    font-family: var(--secondary-font);
    color: #043858;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
  }

  .plans-suitable-for-bold {
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 22px;
  }

  .housing-packages {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
  }

  .package-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100vw - 240px) / 3);
    padding: 50px 50px 0 50px;
    height: 277px;
    background-color: #f6d345;
    gap: 25px;
  }

  .package-item-title {
    font-family: var(--secondary-font);
    color: #043858;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(4, 56, 88, 0.25);
    margin-bottom: 30px;
  }

  .package-item-text {
    font-family: var(--secondary-font);
    color: #043858;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .package-item:first-child,
  .package-item:last-child {
    background-color: #043858;
  }

  .package-item:first-child .package-item-title,
  .package-item:last-child .package-item-title {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .package-item:first-child .package-item-text,
  .package-item:last-child .package-item-text {
    color: white;
  }

  .plants-tab-content-para {
    margin-top: 100px;
    padding: 0 50px;
  }

  .ser-housing-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .plants-tab-content-para ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 50px;
  }

  .ser_gallery-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 100px 100px 100px 100px;
    gap: 20px;
  }

  .ser-gallery-img {
    width: calc((100vw - 260px) / 3);
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}

@media screen and (max-width: 1366px) {
  .ser-inner-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #043858;
    text-align: center;
    padding: 100px 170px 160px 170px;
    width: 100%;
  }

  .ser-inner-intro {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 100px 100px 100px;
    gap: 60px;
    margin-top: -30px;
  }

  .service-main-img {
    width: 600px;
    height: 420px;
    object-fit: cover;
    flex-shrink: 1;
  }

  .ser-inner-title-wrap {
    width: 100%;
    flex: 1;
  }

  .ser-inner-title {
    color: #043858;
    font-family: var(--secondary-font);
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
  }

  .ser-inner-para {
    color: #043858;
    margin-top: 20px;
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
  }

  .para-two-sec {
    padding: 0 170px 100px 170px;
  }

  .plans-sec {
    position: relative;
    padding: 110px 100px 130px 100px;
  }

  .plans-sec-title {
    display: flex;
    justify-content: center;
    font-family: var(--secondary-font);
    font-size: 70px;
    line-height: 74px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-align: center;
    color: #043858;
  }

  .plan-tab-title-one {
    font-family: var(--secondary-font);
    color: #043858;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
  }

  .plan-tab-title-two {
    font-family: var(--secondary-font);
    color: #043858;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
  }

  .plans-tabs {
    display: flex;
    align-items: end;
    justify-content: center;
    border-bottom: 5px solid rgba(4, 56, 88, 0.25);
    width: 100%;
    gap: 160px;
    margin-top: 70px;
  }

  .plan-tab {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    background-color: transparent;
    text-align: center;
    gap: 10px;
    padding: 20px;
  }

  .plan-tab.active::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    bottom: -5px;
    left: 0;
    background-color: #4dc41e;
  }

  .plan-content {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 80px 0 0 0;
  }

  .plan-content.active {
    display: flex;
  }

  .plans-tab-content-title {
    font-family: var(--secondary-font);
    color: #043858;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
  }

  .plans-suitable-for {
    font-family: var(--secondary-font);
    color: #043858;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
  }

  .plans-suitable-for-bold {
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 22px;
  }

  .housing-packages {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
  }

  .package-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100vw - 240px) / 3);
    padding: 50px 50px 0 50px;
    height: 277px;
    background-color: #f6d345;
    gap: 25px;
  }

  .package-item-title {
    font-family: var(--secondary-font);
    color: #043858;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(4, 56, 88, 0.25);
    margin-bottom: 30px;
  }

  .package-item-text {
    font-family: var(--secondary-font);
    color: #043858;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .package-item:first-child,
  .package-item:last-child {
    background-color: #043858;
  }

  .package-item:first-child .package-item-title,
  .package-item:last-child .package-item-title {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .package-item:first-child .package-item-text,
  .package-item:last-child .package-item-text {
    color: white;
  }

  .plants-tab-content-para {
    margin-top: 100px;
    padding: 0 50px;
  }

  .ser-housing-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .plants-tab-content-para ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 50px;
  }

  .ser_gallery-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 100px 100px 100px 100px;
    gap: 20px;
  }

  .ser-gallery-img {
    width: calc((100vw - 260px) / 3);
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}

@media screen and (max-width: 1024px) {
  .ser-inner-banner {
    padding: 130px 50px 190px 50px;
    width: 100%;
  }

  .ser-inner-banner-title {
    font-size: 55px;
    line-height: 59px;
  }

  .ser-inner-banner-description {
    margin-top: 45px;
    font-size: 19px;
    line-height: 40px;
  }

  .ser-inner-intro {
    display: flex;
    flex-direction: column;
    padding: 0 50px 100px 50px;
    gap: 60px;
  }

  .service-main-img {
    width: 100%;
    height: 650px;
  }

  .ser-inner-title {
    font-size: 36px;
    line-height: 40px;
  }

  .ser-inner-para {
    margin-top: 25px;
    font-size: 16px;
    line-height: 28px;
  }

  .para-two-sec {
    padding: 0 50px 100px 50px;
  }

  .ser-inner-para-two ul,
  .plants-tab-content-para ul {
    margin-bottom: 60px !important;
  }

  .plans-sec {
    padding: 110px 50px 130px 50px;
  }

  .plans-sec-title {
    font-size: 55px;
    line-height: 59px;
  }

  .plan-tab-title-one {
    font-size: 26px;
    line-height: 30px;
  }

  .plan-content {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 80px 0 0 0;
  }

  .plans-tab-content-title {
    font-size: 28px;
    line-height: 32px;
  }

  .plans-suitable-for {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }

  .plans-suitable-for-bold {
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 22px;
  }

  .housing-packages {
    gap: 10px;
  }

  .package-item {
    width: calc((100vw - 120px) / 3);
    padding: 30px 20px 0 30px;
    height: 250px;
    gap: 15px;
  }

  .package-item-title {
    font-size: 24px;
    line-height: 28px;
  }

  .plants-tab-content-para {
    margin-top: 80px;
    padding: 0 100px;
  }

  .ser-housing-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .ser_gallery-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 100px 50px 100px 50px;
    gap: 15px;
  }

  .ser-gallery-img {
    width: calc((100vw - 145px) / 3);
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {
  .ser-inner-banner {
    padding: 80px 50px 80px 50px;
    width: 100%;
  }

  .ser-inner-banner-title {
    font-size: 46px;
    line-height: 50px;
  }

  .ser-inner-banner-description {
    margin-top: 30px;
    font-size: 16px;
    line-height: 28px;
  }

  .plans-sec {
    position: relative;
    padding: 80px 50px 80px 50px;
  }

  .plans-sec-title {
    font-size: 46px;
    line-height: 50px;
  }

  .plan-tab-title-one {
    font-size: 20px;
    line-height: 24px;
  }

  .plan-tab-title-two {
    font-size: 16px;
    line-height: 20px;
  }

  .plans-tabs {
    border-bottom: 3px solid rgba(4, 56, 88, 0.25);
    gap: 50px;
    margin-top: 30px;
  }

  .plan-tab {
    gap: 10px;
    padding: 20px;
  }

  .plan-tab.active::after {
    height: 7px;
    bottom: -3px;
  }

  .plan-content {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 60px 0 0 0;
  }

  .plans-tab-content-title {
    font-size: 28px;
    line-height: 32px;
  }

  .plans-suitable-for {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }

  .plans-suitable-for-bold {
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 22px;
  }

  .housing-packages {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
  }

  .package-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100vw - 120px) / 3);
    padding: 30px 20px 0 30px;
    height: 215px;
    background-color: #f6d345;
    gap: 10px;
    text-align: center;
  }

  .package-item-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .package-item-text {
    font-size: 16px;
    line-height: 20px;
  }

  .plants-tab-content-para {
    margin-top: 60px;
    padding: 0 70px;
  }

  .ser-housing-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .ser_gallery-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 100px 50px 100px 50px;
    gap: 15px;
  }

  .ser-gallery-img {
    width: calc((100vw - 145px) / 3);
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}

@media screen and (max-width: 450px) {
  .ser-inner-banner {
    padding: 80px 50px 120px 50px;
    width: 100%;
  }

  .ser-inner-banner-title {
    font-size: 38px;
    line-height: 42px;
  }

  .ser-inner-banner-description {
    margin-top: 25px;
    font-size: 16px;
    line-height: 28px;
  }

  .ser-inner-intro {
    display: flex;
    flex-direction: column;
    padding: 0 20px 40px 20px;
    gap: 60px;
  }

  .service-main-img {
    width: 100%;
    height: 300px;
  }

  .para-two-sec {
    padding: 0 20px 100px 20px;
  }

  .ser-inner-para-two,
  .plants-tab-content-para {
    font-size: 16px;
    line-height: 28px;
  }

  .ser-inner-para-two h5,
  .plants-tab-content-para h5 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .ser-inner-para-two ul,
  .plants-tab-content-para ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 120px;
    margin-bottom: 60px !important;
  }

  .ser-inner-para-two li,
  .plants-tab-content-para li {
    position: relative;
    line-height: 18px !important;
    padding-left: 25px;
  }

  .ser-inner-para-two li::after,
  .plants-tab-content-para li::after {
    width: 7px;
    height: 7px;
  }

  .plans-sec {
    position: relative;
    padding: 80px 20px 80px 20px;
  }

  .plans-sec-title {
    font-size: 38px;
    line-height: 42px;
  }

  .plan-tab-title-one {
    font-size: 14px;
    line-height: 18px;
  }

  .plan-tab-title-two {
    font-size: 12px;
    line-height: 16px;
  }

  .plans-tabs {
    border-bottom: 3px solid rgba(4, 56, 88, 0.25);
    gap: 10px;
    margin-top: 30px;
  }

  .plan-tab {
    gap: 5px;
    padding: 10px 10px 10px 10px;
  }

  .plan-tab.active::after {
    height: 7px;
    bottom: -3px;
  }

  .plan-content {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 40px 0 0 0;
  }

  .plans-tab-content-title {
    font-size: 20px;
    line-height: 24px;
  }

  .plans-suitable-for {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
  }

  .plans-suitable-for-bold {
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 20px;
  }

  .housing-packages {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    gap: 10px;
  }

  .package-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px 20px 0 30px;
    height: 180px;
    background-color: #f6d345;
    gap: 10px;
    text-align: center;
  }

  .package-item-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .package-item-text {
    font-size: 14px;
    line-height: 18px;
  }

  .plants-tab-content-para {
    margin-top: 60px;
    padding: 0 20px;
  }

  .ser-housing-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .ser_gallery-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 80px 20px 80px 20px;
    gap: 15px;
  }

  .ser-gallery-img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
