.coustomized-content h1 {
  background: linear-gradient(90deg, #ffc21a, #f28a2b, #f0625e, #e43e75, #b12a7e) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent;
  font-size: 36px;
  text-align: center;
  line-height: normal;
  width: 70%;
  margin: 0 auto;
  font-weight: 600;
}

.coustomized-tag ul {
  margin: 15px 0;
  padding: 0;
  text-align: center;
}

.coustomized-tag ul li {
  list-style: none;
  background: #fff3e8;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 600;
  color: #ff6a00;
  display: inline-block;
  margin: 5px 8px;
}

.coustomized-box {
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(2, 6, 23, 0.04);
}

.coustomized-content p {
  width: 59%;
  text-align: center;
  margin: 20px auto 10px;
  font-weight: 600;
}

.coustomized-button ul {
  padding: 0;
  text-align: center;
  margin: 20px 0;
}

.coustomized-button ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 5px 10px;
}

.btn {
  background: linear-gradient(90deg, #ffc21a, #f28a2b, #f0625e, #e43e75, #b12a7e) !important;
  color: white;
  padding: 12px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  border: none;
  box-shadow: 0 6px 18px rgba(255, 106, 0, 0.12);
  transition: transform .28s var(--ease), box-shadow .28s var(--ease);
  position: relative;
  overflow: hidden;
  display: table-cell;
  animation: gradientMove 8s linear infinite;
}

.coustomized-box {
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(2, 6, 23, 0.04);
  background: #ededed;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 60px;
}

.coustomized-detail {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 20px;
}

span.coustomized-number {
  background: linear-gradient(90deg, #ffc21a, #f28a2b, #f0625e, #e43e75, #b12a7e) !important;
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  border-radius: 18px 18px 0 0;
  font-weight: 600;
}

span.coustomized-title {
  padding: 15px 20px 8px 20px;
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  color: #333;
}

.coustomized-detail p {
  padding: 0px 20px 10px 20px;
  margin-bottom: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  flex-grow: 1;
}

span.box-title {
  width: 100%;
  text-align: center;
  display: inline-block;
  background-image: linear-gradient(90deg, #ffc21a, #f28a2b, #f0625e, #e43e75, #b12a7e) !important;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 36px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 20px
}

.customized-content-box {
  display: inline-block;
  width: 100%;
}

span.small-text {
  display: inline-block;
  width: 100%;
  color: #817b7b;
  font-size: 22px;
  text-align: center;
  line-height: normal;
  max-width: 100%;
}

.customized-content-box-left {
  width: 70%;
  float: left;
  padding: 30px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

.customized-content-box-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.customized-content-box-left li {
  margin-bottom: 10px;
  line-height: normal;
}

span.left-text {
  display: table-cell;
  background-image: linear-gradient(90deg, #ffc21a, #f28a2b, #f0625e, #e43e75, #b12a7e) !important;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  width: 100%;
  font-weight: 600;
  margin-bottom: 5px;
}

.coustomized-banner {
  display: flex;
  width: 100%;
  background: linear-gradient(90deg, #ffc21a, #f28a2b, #f0625e, #e43e75, #b12a7e) !important;
  min-height: 380px;
  height: 100vh;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.coustomized-banner h1 {
  color: #fff;
  font-size: clamp(32px, 8vw, 110px);
  line-height: 1.1;
  margin: 0;
  font-family: "Gloock", serif;
  font-weight: 600;
  text-align: center;
  padding: 20px;
}

.customized-content-box-right {
  float: left;
  width: 50%;
}

.customized-mainbox {
  display: flex;
  gap: 25px;
}

.customized-content-box-right {
  float: left;
  width: 30%;
  display: flex;
  flex-wrap: wrap;
}

.content-box-top {
  border-radius: 18px;
  padding: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
  margin-bottom: 15px;
}

.content-box-bottom {
  border-radius: 18px;
  padding: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

.content-box-bottom span{
    margin-bottom:10px;
    display: inline-block;
    width: 100%;
}

.content-box-top-text,
.content-box-bottom-text {
  font-size: 20px;
  line-height: normal;
  color: #000;
  font-weight: 600;
}

.right-side-btn {
  margin-top: 10px;
}

.right-side-btn ul {
  padding: 0;
  margin-bottom: 0;
}

.right-side-btn ul li {
  list-style: none;
  display: inline-block;
  text-align: center;
}

.testi-section {
  max-width: 1200px;
  margin: auto;
}

.guess-work {
  text-align: center;
  padding: 50px 0 50px 0;
}

.guess-work span {
  font-size: 70px;
  line-height: normal;
  text-align: center;
  background-image: linear-gradient(90deg, #ffc21a, #f28a2b, #f0625e, #e43e75, #b12a7e) !important;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.content-box-bottom .phone {
  display: inline-block;
  width: 100%;
}

.content-box-bottom .email {
  display: inline-block;
  width: 100%;
}

p:empty {
  display: none;
}

.testi-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(45deg, #ffbe0b, #ff006e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 25px;
  line-height: normal;
}

.testi-slider {
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
  padding: 50px 20px;
  background: #ededed;
}

.ts-track-wrapper {
  width: 100%;
  overflow: hidden;
}

.ts-track {
  display: flex;
  gap: 20px;
  transition: transform 0.35s ease;
}

.ts-card {
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  min-width: calc((100% - 40px) / 4);
  /* 3 visible */
  overflow: hidden;
}

.ts-card img {
  width: 125px;
  height: 125px;
  object-fit: cover;
  border-radius: 100px;
  margin: 10px auto 0 auto;
}

.ts-card h3 {
  padding: 5px 5px 5px;
  font-size: 15px;
  line-height: normal;
  margin-bottom: 0;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
}

.ts-card span {
  padding: 0 5px 0 5px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.ts-card p {
  padding: 0 15px 10px;
  font-size: 14px;
  color: #555;
  line-height: 1.4em;
  margin-top: 0;
  text-align: justify;
}


/* ---------------- BUTTON CORE STYLE ---------------- */
.btn {
  background: linear-gradient(90deg, #ff6a00, #ff2d95) !important;
  color: #fff;
  padding: 12px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  border: none;
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-size: 200% 200%;
  animation: gradientMove 8s linear infinite, floatIdle 5.8s ease-in-out infinite;
  box-shadow: 0 6px 18px rgba(255, 106, 0, 0.12);
  transition: transform .28s cubic-bezier(.16, .84, .32, 1), box-shadow .28s cubic-bezier(.16, .84, .32, 1);
}

/* Shine streak */
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .45) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  transition: all .6s cubic-bezier(.16, .84, .32, 1);
}

.btn:hover::before {
  left: 120%;
}

/* Hover lift + 3D tilt */
.btn:hover {
  transform: translate3d(0, -12px, 12px) rotateX(-6deg) rotateY(6deg);
  box-shadow: 0 48px 90px rgba(15, 23, 42, 0.16);
}

/* Active neon glow */
.btn:active {
  transform: translate3d(0, -6px, 6px) rotateX(-3deg) rotateY(3deg);
  box-shadow: 0 0 30px rgba(255, 45, 149, 0.36), 0 0 60px rgba(255, 106, 0, 0.18);
}

/* Glow Element */
.btn .glow {
  position: absolute;
  left: -30%;
  top: -40%;
  width: 160%;
  height: 200%;
  filter: blur(36px);
  opacity: 0;
  transition: opacity .28s cubic-bezier(.16, .84, .32, 1);
}

.btn:hover .glow {
  opacity: .22;
  animation: pulseGlow 2.4s ease-in-out infinite;
}

/* Secondary button */
.btn.secondary {
  padding: 11px 15px;
  background: linear-gradient(90deg, #ff6a00, #ff2d95);
  border: 1px solid transparent;
  background-clip: border-box;
}

/* Ripple effect circle */
.btn .ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  background: rgba(255, 255, 255, 0.28);
  animation: rippleAnim .6s cubic-bezier(.16, .84, .32, 1);
  pointer-events: none;
}

/* ---------------- KEYFRAMES ---------------- */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@keyframes floatIdle {
  0% {
    transform: translate3d(0, 0, 0)
  }

  50% {
    transform: translate3d(0, -12px, 6px)
  }

  100% {
    transform: translate3d(0, 0, 0)
  }
}

@keyframes pulseGlow {
  0% {
    opacity: .12;
    transform: scale(.98)
  }

  50% {
    opacity: .24;
    transform: scale(1.02)
  }

  100% {
    opacity: .12;
    transform: scale(.98)
  }
}

@keyframes rippleAnim {
  to {
    transform: scale(6);
    opacity: 0
  }
}


/* Keyframes */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@keyframes floatIdle {
  0% {
    transform: translate3d(0, 0, 0)
  }

  50% {
    transform: translate3d(0, -12px, 6px)
  }

  100% {
    transform: translate3d(0, 0, 0)
  }
}

@keyframes pulseGlow {
  0% {
    opacity: .12;
    transform: scale(.98)
  }

  50% {
    opacity: .24;
    transform: scale(1.02)
  }

  100% {
    opacity: .12;
    transform: scale(.98)
  }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .btn {
    animation: none;
    transition: none
  }

  .btn:hover {
    transform: none
  }
}

.ts-arrow {
  display: none;
}

.ts-prev {
  margin-right: 10px;
}

.ts-next {
  margin-left: 10px;
}

@media screen and (max-width: 1199px) {
  .customized-content-box-right {
    width: 40%;
  }

  .customized-content-box-left {
    width: 60%;
  }

  .coustomized-banner h1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 991px) {
  .coustomized-banner h1 {
    font-size: 60px;
  }

  .coustomized-content h1 {
    font-size: 34px;
    width: 100%;
  }

  .coustomized-content p {
    width: 74%;
  }

  .customized-mainbox {
    gap: 15px;
  }

  .customized-content-box-right {
    width: 50%;
  }

  .customized-content-box-left {
    width: 50%;
  }

  .guess-work span {
    font-size: 44px;
  }

  .coustomized-box {
    padding: 18px 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .ts-card {
    min-width: calc((100% - 30px) / 3);
  }

  span.coustomized-title {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .coustomized-banner h1 {
    text-align: center;
    font-size: 40px;
  }

  .coustomized-banner {
    height: auto;
    min-height: 300px;
    padding: 30px 15px;
  }

  .coustomized-content p {
    width: 100%;
  }

  .coustomized-content h1 {
    width: 100%;
    font-size: 26px;
  }

  .coustomized-detail {
    margin: 0 0 15px;
    width: 100%;
    float: none;
  }

  .ts-card {
    min-width: calc((100% - 20px) / 2) !important;
  }

  span.box-title {
    font-size: 26px;
  }

  .customized-mainbox {
    display: block;
  }

  .customized-content-box-right {
    width: 100%;
    float: none;
  }

  .customized-content-box-left {
    width: 100%;
    float: none;
  }

  .guess-work span {
    font-size: 28px;
  }

  .guess-work {
    padding: 30px 0;
  }

  span.small-text {
    font-size: 18px;
  }

  .coustomized-tag ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
  }

  .coustomized-banner h1 span {
    width: 100%;
    display: inline-block;
    text-align: left;
  }

  .coustomized-banner h1 span.quote {
    display: none;
  }

  .testi-title {
    font-size: 24px;
  }

  .testi-slider {
    padding: 30px 10px;
  }

  .coustomized-box {
    padding: 10px;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .coustomized-button ul li {
    display: block;
    margin-bottom: 10px;
  }

  .right-side-btn ul li {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .content-box-top-text,
  .content-box-bottom-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .coustomized-banner h1 {
    font-size: 30px;
  }

  .coustomized-banner {
    min-height: 220px;
    padding: 20px 12px;
  }

  .coustomized-content h1 {
    font-size: 22px;
  }

  span.box-title {
    font-size: 22px;
  }

  .guess-work span {
    font-size: 22px;
  }

  span.small-text {
    font-size: 16px;
  }

  .ts-card {
    min-width: calc(100% - 10px) !important;
  }

  .testi-title {
    font-size: 20px;
  }
}