.sgp-masthead {
  display: none;
}
.sgp-inline-bnr--with-footer {
    display: none;
}
.sgp-page-back {
    display: none !important;
}
.back-custome {
    padding-top: 16px !important;
}
.hero-image {
  background-image: url("/sites/default/files/2025-09/hero-banner.png");
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 45%;
  left: 25%;
  transform: translate(-50%, -50%);
}
.hero-logo {
  width: 80px;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 80%;
  transform: translate(-50%, -50%);
}
.wapper-delivery {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.delivery {
  position: relative;
  width: 73%;
  background-color: #faf1e8;
  border-radius: 34px;
  height: 500px;
  display: flex;
  margin-top: -50px;
  flex-direction: column;
}
.cus-button {
  background-color: #d4c59e;
  width: 377px;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 100px;
  margin-bottom: 30px;
}
.img {
  width: auto !important;
}

.button-final {
  background-color: white;
  color: black;
  width: 100px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border-radius: 100px;
  margin-top: 30px;
  border: 3px solid #d4c59e;
}
.ezyreturn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.how-parcel-work,
.why-parcel,
.locker-size-guide {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.locker-size-guide {
  padding-bottom: 50px;
}
.contact-us {
  padding: 30px 0;
  display: flex;
  justify-content: space-evenly;
  background-color: #f1e1c8;
  align-items: center;
}
.contact-us-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.courier-parnership {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;

}
.courier-description {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.logo-and-person {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.santa-works-font, .text-description {
  text-align: center; 
  font-size: 18px; 
}

.santa-works-img {
  padding-bottom: 1rem;
  margin: auto;
  width: auto;
  height: 100px;
}
.santa-img {
  padding-bottom: 1rem;
  margin: auto;
  width: auto;
  height: 120px;
}
.santa-pdb {
  padding-bottom: 1rem;
}
.frame-icon {
  align-content: center; 
  border-radius: 150px; 
  width: 150px; 
  height: 150px; 
  border: solid 2px #d4c59d; 
  flex-direction: column;
}
.tbl-center {
  padding: 3rem;
  width: 50%;
  vertical-align: middle;
}
.top-description, .santa-descript {
  font-size: 18px; 
  text-align: center; 
} 
.top-title {
  font-size: 50px; 
  padding-bottom: 180px;
}
.top-title>span {
 font-size: 35px;
}
.table-top {
  position: relative;
  margin-top: -10%;
  width: 100%;
}
.cs-logo {
  padding-bottom: 3rem;
}
.ezyturn-img {
  width: 30%;
}
.logo-item img {
  padding: 0 1rem;
}
.hero-title {
    font-size: 50px; 
    color: #d4c59d;
  }
  .sub-title {
    font-size: 30px;
  }
   .sub-descript {
    font-size: 25px;
  }
.tbl-content {
  border-right: solid 5px #fff;
  background: #f9f2e9;
  padding: 1rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px){
  .tbl-content {
    font-size: 1.2rem;
  }
  .tbl-mobile table {
    font-size: 80%;
    margin: auto;
  }
  .logo-and-person {
    gap: 50px;
  }
  .logo-item img {
    width: auto;
  }
  .logo-item {
    flex-direction: column;
  }
  .tbl-mobile {
    overflow-x: auto;
  }
  .hero-title {
    font-size: 35px; 
    color: #d4c59d;
  }
  .sub-title {
    font-size: 21px;
  }
   .sub-descript {
    font-size: 18px;
  }
  .santa-descript, .top-description {
    font-size: 15px;
  }
  .text-description {
    font-size: 8px;
  }
  .logo-item img {
    padding: 0 .5rem;
  }
  .hero-text {
    width: auto;
    padding-left: 2rem;
    top: 25%;
    left: 0;
    transform: unset;
  }
  .hero-logo {
    top: 10%;
    left: 50%;
  }
  .contact-us h1 {
    padding-bottom: 1.5rem;
  }
  .spc-table {
    padding-bottom: 1.5rem;
  }
  .ezyturn-img {
    width: 60%;
  }
  .cs-logo div {
    padding-bottom: 1.5rem;
  }
  .courier-description {
    padding: 0 2rem;
  }
  .logo-and-person {
    flex-direction: column;
  }
  .contact-us>h1 , .contact-us>div {
    padding-bottom: 1.5rem;
  }
  .how-parcel-work, .why-parcel, .locker-size-guide, .courier-parnership {
    padding-top: 2rem;
  }
  .table-top {
    margin-top: -15%; 
    padding-bottom: 2rem;
  }
  .top-title {
    font-size: 38px;
    padding-bottom: 0;
  }
  .top-title>span {
    font-size: 19px;
  }
  .top-description {
    margin-bottom: 0;
  }
  .parcel div {
    padding-bottom: 3rem;
  }
  .contact-us {
    flex-direction: column;
  }
  .frame-icon {
    align-content: center; 
    border-radius: 90px; 
    width: 90px; 
    height: 90px; 
    border: solid 2px #d4c59d; 
    flex-direction: column;
  }
  .mb-font {
    font-size: 8px;
  }
  .delivery {
    width: 100%;
    padding: 0 2rem 0 2rem;
    margin-top: 0;
    height: 450px;
  }
  .tbl-center {
    padding: .5rem;
  }
}