html,
body {
  height: 100%;

}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Jost", sans-serif;
  background: #f0f3f5;
}


.wrap {
  /* padding: 0 40px; */
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 60;
  background: #004F6E;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 80px 20px 80px;
  /* padding: 20px 0px; */
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}

.logo {
  display: block;
}

.nav {
  display: flex;
  gap: 28px;
  align-items: center;
}

.nav a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  font-size: 18px;
}

.btn-contact {
  background: #fa613e;
  color: #ffffff;
  padding: 10px 10px 10px 10px;
  border-radius: 8px;
  border: 0;
  font-weight: 500;
  box-shadow: 0 6px 18px rgba(241, 90, 59, 0.18);
  cursor: pointer;
  font-family: "Jost";
  font-size: 16px;
}

.landing_page {
  position: relative;
  text-align: center;
  background: #f0f3f5;
}

.landing_page::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgb(0 0 0 / 5%) 2px, transparent 2px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.03) 2px, transparent 2px);
  background-size: 60px 60px;
  z-index: 0;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 39% 70% at center,
      black 0%,
      transparent 100%);
}

.content-section {
  display: flex;
  justify-content: center;
}

.sub-text {
  border-radius: 26px;
  display: flex;
  padding: 10px 40px 10px 40px;
  gap: 10px;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: rgba(250, 97, 62, 1);
  font-weight: 400;
  letter-spacing: -0.15;
  background: rgba(254, 239, 236, 1);
  margin-top: 10px;
}

.main-heading-txt {
  font-size: 32px;
  font-weight: 600;
}

.txt-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.secondary-text {
  color: rgba(67, 67, 67, 1);
  font-size: 20px;
  padding-bottom: 100px;
}

.success-formula {
  background: #DAE3E9;
  padding: 85px 80px 85px 80px;
  /* line-height: 30px; */
}

.secondary-text-success {
  color: rgba(67, 67, 67, 1);
  font-size: 20px;
  padding-top: 10px;
  /* padding-bottom: 35px; */
}

.common-header {
  text-align: center;
}

.btn-primary {
  background: #fa613e;
  color: #ffffff;
  padding: 15px 30px 15px 30px;
  border-radius: 8px;
  border: 0;
  font-weight: 400;
  box-shadow: 0 6px 18px rgba(241, 90, 59, 0.18);
  cursor: pointer;
  font-family: "Jost";
  font-size: 16px;
  font-style: normal;
}

.first-success-content {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
  gap: 30px;
  padding-top: 35px;
}

.card {
  box-shadow: var(--shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  display: block;
  overflow: hidden;
  width: 405px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: #FFFFFF;
  /* width: 350px; */
  /* height: auto; */
  min-height: 286px;
  padding-top: 20px;
  padding-right: 32px;
  padding-bottom: 20px;
  padding-left: 32px;
  border-radius: 16px;
  border-width: 1px;
  justify-content: center;
  line-height: 30px;
}

.card2 {
  box-shadow: var(--shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  display: block;
  overflow: hidden;
  width: 405px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: #FFFFFF;
  min-height: 286px;
  /* width: 350px; */
  height: auto;
  padding-top: 20px;
  padding-right: 32px;
  padding-bottom: 20px;
  padding-left: 32px;
  border-radius: 16px;
  border-width: 1px;
  justify-content: center;
  line-height: 30px;
}

.card-header {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
}

.sub-content {
  font-size: 16px;
  font-weight: 400;
  color: rgba(67, 67, 67, 1);
  text-align: center;
}

.second-success-content {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.voiceout {
  padding: 85px 80px 85px 80px;
  background: #FFFFFF;
}

.voice-out-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 30px;
}

.voice-card {
  /* padding: 30px; */
  padding: 32px 20px 32px 20px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  display: block;
  overflow: hidden;
  border: 1px solid #CACACA;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #FFFFFF;
  border-radius: 16px;
  min-height: 657px;
}

.first-voice {
  display: flex;
  gap: 24px;
}

.voice-header {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  color: #101828;
  gap: 16px;
}

.voice-header img {
  width: 40px;
  height: 40px;
}

.voice-main-txt {
  padding-top: 15px;
  color: #4A5565;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
}

hr {
  border: none;
  border-top: 1px solid rgba(243, 244, 246, 1);
  margin: 16px 0px 0px;
}

.display-letter {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFBFB0;
  text-align: center;

  .letter {
    color: #2F2F2F;
    position: relative;
    top: 13px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
  }
}

.display-letter_sec {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFBFB0;
  text-align: center;

  .letter {
    color: #2F2F2F;
    position: relative;
    top: 13px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
  }
}

.voice-name-section {
  display: flex;
  align-items: center;
  gap: 20px;
}

.name-sec {
  display: flex;
  flex-direction: column;
}

.main-name {
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #101828;

}

.sub-name {
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: rgba(106, 114, 130, 1);
}

.wrap {
  padding: 0 80px;
  margin: 0 auto;
}

.build_section {
  /* height: 100%; */
  padding: 85px 80px 85px 80px;
  background: #FFFFFF;
  text-align: center;
  /* line-height: 30px; */
}

.main-title {
  font-size: 32px;
  margin: 0 0 6px;
  font-weight: 600;
}

.description {
  font-weight: 400;
  font-size: 20px;
  color: #434343;
  /* width: 700px; */
  width: 900px;
  margin: 0 auto;
  text-align: center;
}

.tabs-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  /* margin-top: 48px; */
  margin-top: 10px;
  margin-bottom: 40px;
  width: 100%;
}

.tabs-wrapper input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.tabs-row {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  align-items: center;
  margin: 0 auto 6px;
  padding-top: 30px;
}

.tab-label {
  padding: 8px 12px;
  font-weight: 500;
  color: #004F6E;
  cursor: pointer;
  border-radius: 6px;
  background: transparent;
  border: none;
  white-space: nowrap;
  position: relative;
}

.tab-text {
  font-size: 20px;
  padding: 0 6px;
  position: relative;
  display: inline-block;
  line-height: 30px;
}

#tab1:checked~.tabs-row label[for="tab1"] .tab-text::after,
#tab2:checked~.tabs-row label[for="tab2"] .tab-text::after,
#tab3:checked~.tabs-row label[for="tab3"] .tab-text::after,
#tab4:checked~.tabs-row label[for="tab4"] .tab-text::after,
#tab5:checked~.tabs-row label[for="tab5"] .tab-text::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: -12px;
  height: 3px;
  background: #004F6E;
  border-radius: 10px;
}

.tab-panels {
  width: 100%;
  padding-top: 12px;
  position: relative;
  min-height: 450px;
  overflow: visible;
}

.panel {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  color: #6b7280;
  padding-top: 12px;
  opacity: 0;
  transform: translateX(24px) scale(0.99);
  transition: opacity 520ms cubic-bezier(0.2, 0.9, 0.2, 1),
    transform 520ms cubic-bezier(0.2, 0.9, 0.2, 1);
  pointer-events: none;
}

#tab1:checked~.tab-panels .panel:nth-of-type(1),
#tab2:checked~.tab-panels .panel:nth-of-type(2),
#tab3:checked~.tab-panels .panel:nth-of-type(3),
#tab4:checked~.tab-panels .panel:nth-of-type(4),
#tab5:checked~.tab-panels .panel:nth-of-type(5) {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
  z-index: 2;
}

.panel:not(:target) {
  z-index: 1;
}

.who-area {
  display: flex;
  gap: 75px;
  width: 100%;
  align-items: center;
}

.who-area img {
  object-fit: cover;
  border-radius: 6px;
  transform: translateX(-6px);
  transition: transform 520ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

#tab1:checked~.tab-panels .panel:nth-of-type(1) .who-area img,
#tab2:checked~.tab-panels .panel:nth-of-type(2) .who-area img,
#tab3:checked~.tab-panels .panel:nth-of-type(3) .who-area img,
#tab4:checked~.tab-panels .panel:nth-of-type(4) .who-area img,
#tab5:checked~.tab-panels .panel:nth-of-type(5) .who-area img {
  transform: translateX(0);
}

.who-content {
  text-align: left;
  padding-top: 40px;
}

.who-content h3 {
  font-size: 32px;
  margin: 0 0 8px;
  font-weight: 500;
  color: #000;
}

.who-content ol {
  color: #434343;
  font-size: 20px;
}

.who-content p {
  color: #434343;
  font-size: 19px;
}

.who-content ol {
  padding-left: 20px;
}

.who-content li {
  margin-left: 10px;
  font-size: 20px;
}

.panel {
  transform: translateX(60px);
  opacity: 0;
  transition: transform 520ms cubic-bezier(0.2, 0.9, 0.2, 1),
    opacity 520ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

#tab1:checked~.tab-panels .panel:nth-of-type(1),
#tab2:checked~.tab-panels .panel:nth-of-type(2),
#tab3:checked~.tab-panels .panel:nth-of-type(3),
#tab4:checked~.tab-panels .panel:nth-of-type(4),
#tab5:checked~.tab-panels .panel:nth-of-type(5) {
  transform: translateX(0);
  opacity: 1;
  transition-duration: 820ms;
}

#tab1:checked~.tab-panels .panel:not(:nth-of-type(1)),
#tab2:checked~.tab-panels .panel:not(:nth-of-type(2)),
#tab3:checked~.tab-panels .panel:not(:nth-of-type(3)),
#tab4:checked~.tab-panels .panel:not(:nth-of-type(4)),
#tab5:checked~.tab-panels .panel:not(:nth-of-type(5)) {
  transform: translateX(-80px);
  opacity: 0;
  transition-duration: 10ms;
  transition-timing-function: cubic-bezier(0.3, 0.7, 0.4, 1);
}

.expansion-panel {
  margin: 20px auto;
  border: 1px solid rgba(229, 231, 235, 1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 1);
}

.exp-item input {
  display: none;
}

.exp-header {
  display: block;
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 500;
  /* margin-bottom: 6px; */
  position: relative;
  transition: background 0.2s;
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
}

.exp-header::after {
  content: "expand_more";
  font-family: "Material Icons";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  color: #6b7280;
  font-size: 22px;
}

.exp-item input:checked+.exp-header::after {
  transform: translateY(-50%) rotate(180deg);
}

.exp-body {
  max-height: 0;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  padding: 0 20px;
  color: #444;
  font-size: 0.95rem;
  font-size: 18px;
  transition: max-height 0.35s ease, padding 0.3s ease;
  color: rgba(74, 85, 101, 1);
  line-height: 30px;
}

.exp-body p {
  margin-top: 0px;
}

.exp-item input:checked~.exp-body {
  max-height: 300px;
}

.panel-content {
  /* padding: 30px; */
  padding-top: 30px;
}

.site-footer {
  background: #004f6e;
  padding: 85px 80px 0px 80px;

}

.site-footer .wrap {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.ft-left {
  flex: 0 0 320px;
  margin: 16px;
}

.ft-columns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ft-columns h5 {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.ft-columns a {
  display: block;
  color: #ffffffb2;
  text-decoration: none;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}

.copyright {
  border-top: 1px solid #ffffff1a;
  padding-top: 18px;
  /* margin-top: 22px; */
  color: #FFFFFF;
  font-weight: 400;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-bottom: 24px;
}

.socials {
  display: flex;
  gap: 16px;
  align-items: center;
}

.icon-wrap {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff1a;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.icon-wrap img {
  width: 50%;
  height: 50%;
  object-fit: cover;
  display: block;
}

.slice_image {
  width: 500px;
}

.slice_img_container {
  display: flex;
  justify-content: end;
}

.slice_para_container {
  display: flex;
  justify-content: center;
}

.slice_para {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  padding-top: 30px;
  color: #434343;
  width: 62%;
  line-height: 30px;

}

.slice_page {
  padding-top: 48px;
  padding-bottom: 20px;
}

.slice_page_container {
  display: flex;
  justify-content: center;
}

.action {
  display: flex;
  justify-content: center;
}

.hero-section {
  background: hsl(197, 100%, 22%);
  width: 100%;
  height: 100vh;
  padding: 140px 80px 140px 80px;
  display: flex;
  align-items: center;
}

.hero-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px
}

.hero-content,
.hero-image-wrapper {
  width: 50%;
}

.hero-title {
  color: #FFFFFF;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0%;
}

.hero-highlight {
  color: #FFA18B;
}

.hero-description {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #F0F3F5;
}

.hero-button {
  padding: 12px 20px;
  border-radius: 8px;
  background-color: #FA613E;
  color: #FFFFFF;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-family: "Jost", sans-serif;
}

.hero-image-wrapper {
  display: flex;
  align-items: stretch;
  top: 100;
}

.hero-image {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}


.main-para {
  font-weight: 400;
  font-size: 16px;
  color: #434343;
}

.sub-para {
  font-weight: 500;
  font-size: 20px;
  color: #434343;
}

.who-area-image {
  width: 50%;
}

.who-area img {
  max-width: 100%;
  /* height: 100%; */
}

.who-area .who-content {
  width: 50%;
  line-height: 30px;
}

.hero-button {
  padding: 12px 20px;
  border-radius: 8px;
  color: #FFFFFF;
  background-color: #FA613E;
  font-size: 16px;
  cursor: pointer;
  font-family: "Jost", sans-serif;
}

.hero-button1 {
  padding: 12px 14px;
  border-radius: 8px;
  color: #FA613E;
  background-color: #FFFFFF;
  font-size: 16px;
  border: 1.5px solid #FA613E;
  cursor: pointer;
  font-family: "Jost", sans-serif;
}

.hero-button2 {
  padding: 12px 20px 12px 20px;
  border-radius: 8px;
  color: #FFFFFF;
  background-color: #FA613E;
  font-size: 16px;
  border: 1.5px solid #FA613E;
  cursor: pointer;
  font-weight: 500px;
  font-family: "Jost", sans-serif;
  outline: none;
}

.cta-actions {
  display: flex;
  gap: 10px;
}

.voice-card hr {
  margin-top: auto;
}

.footer-container {
  display: flex;
  gap: 70px;
  margin-bottom: 85px;
}

.footer-left-container {
  width: 65%;
}

.footer-right-container {
  width: 35%;
}

.footer-title {
  font-weight: 600;
  font-size: 32px;
  color: #F0F3F5;
}

.footer-top-para {
  color: #F0F3F5;
  font-weight: 400;
  font-size: 20px;
}

.footer-bottom-para {
  color: #F0F3F5;
  font-weight: 400;
  font-size: 20px;
  padding-top: 10px
}

.footer-image {
  height: auto;
  /* max-width: 100%; */
  object-fit: contain;
  margin: 10px;
}

.masterpiece-section {
  padding: 120px 80px;
  background-color: #FFFFFF;
  text-align: center;
}

.masterpiece-title {
  color: #2F2F2F;
  font-size: 36px;
  font-weight: 600;
  margin: 0;
}

.masterpiece-subtitle {
  color: #434343;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.masterpiece-image {
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.masterpiece-description {
  color: #2F2F2F;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

.nav a {
  text-decoration: none;
  font-weight: 500;
  padding-bottom: 0px;
  background-image: linear-gradient(#FFA18B, #FFA18B);
  background-size: 0% 3px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size 0.25s ease;
}

.nav a:hover {
  background-size: 100% 3px;
  color: #FFA18B;
}


/* ================= HERO IMAGE COLLAGE (FIXED) ================= */

.hero-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hero-collage {
  position: relative;
  width: 420px;
  height: 540px;
}

.hero-collage img {
  position: absolute;
  display: block;
}

.hero-collage .outline {
  width: 66%;
  top: 54px;
  left: 75px;
  z-index: 2;
}

.hero-collage .arch-bg {

  width: 62%;
  top: 62px;
  left: 86px;
  z-index: 1;
}

.hero-collage .person {
  width: 80%;
  left: 50%;
  bottom: 160px;
  transform: translateX(-50%);
  z-index: 3;
}

/* ================= BADGES ================= */

.hero-collage .badge {
  position: absolute;
  background: #FFD9D1;
  color: #AD361A;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  z-index: 4;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.badge img {
  padding-right: 20px;
}

.hero-collage .badge-left {
  left: -37px;
  top: 34%;
}

.hero-collage .badge-top {
  right: 2px;
  top: 22%;
}

.hero-collage .badge-right {
  right: -66px;
  bottom: 46%;

}

/* ================= DECORATIVE SHAPES ================= */

.hero-collage .shape {
  position: absolute;
  z-index: 4;
}

.hero-collage .star {
  width: 97px;
  top: 37px;
  left: 58px;
}

.hero-collage .wave {
  width: 110px;
  bottom: 209px;
  right: 3px;

}

.hero-collage .person {
  width: 80%;
  left: 50%;
  bottom: 160px;
  transform: translateX(-50%);
  z-index: 3;
}

/* ================= PERSON IMAGE ROTATION (2s each, infinite) ================= */

.person-rotator {
  position: absolute;
  width: 95%;
  left: 5%;
  bottom: 219px;

  z-index: 2;
}

.person-rotator .person {
  position: absolute;
  width: 80%;
  bottom: 0;
  opacity: 0;
  animation: personFade 12s infinite;
}

.person-rotator .img1 {
  animation-delay: 0s;
}

.person-rotator .img2 {
  animation-delay: 3s;
}

.person-rotator .img3 {
  width: 65%;
  animation-delay: 6s;
}

.person-rotator .img4 {
  animation-delay: 9s;
}

@keyframes personFade {
  0% {
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  28% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.hero-collage .badge-left {
  left: -37px;
  top: 34%;
}

@keyframes badgeLeft3sStepsInit {

  0%,
  25% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(4px, 12px);
  }

  75% {
    transform: translate(-18px, 32px);
  }

  100% {
    transform: translate(-18px, -18px);
  }
}

@keyframes badgeLeft3sSteps {

  0% {
    transform: translate(-18px, -18px);
  }

  20% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(4px, 12px);
  }

  75% {
    transform: translate(-18px, 32px);
  }

  100% {
    transform: translate(-18px, -18px);
  }
}

/* ================= TOP BADGE ================= */

.hero-collage .badge-top {
  right: 2px;
  top: 22%;
}

@keyframes badgeTop4StepsInit {

  0%,
  25% {
    transform: translate(0, 0);
  }

  40% {
    transform: translate(-14px, -12px);
  }

  75% {
    transform: translate(-18px, -40px);
  }

  100% {
    transform: translate(-14px, -12px);
  }
}

@keyframes badgeTop4Steps {

  0% {
    transform: translate(-14px, -12px);
  }

  25% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-14px, -12px);
  }

  75% {
    transform: translate(-18px, -40px);
  }

  100% {
    transform: translate(-14px, -12px);
  }
}

/* ================= RIGHT BADGE ================= */
.hero-collage .badge-right {
  right: -66px;
  bottom: 46%;
}

@keyframes badgeRight4StepsInit {

  0%,
  25% {

    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 0);
  }

  75% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-5px, -16px);
  }
}

@keyframes badgeRight4Steps {

  0% {
    transform: translate(-5px, -16px);
  }

  20% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 0);
  }

  75% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-5px, -16px);
  }
}

/* ================= STAR POSITION ANIMATION (EVERY 2s) ================= */

.hero-collage .star {
  width: 97px;
  top: 37px;
  left: 58px;
  transform: translateX(0);
}

@keyframes starInit {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(0);
  }

  65% {
    transform: translateX(-28px);
  }

  100% {
    transform: translateX(-28px);
  }
}


@keyframes starMove {
  0% {
    transform: translateX(-28px);
  }

  20% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(0);
  }

  65% {
    transform: translateX(-28px);
  }

  100% {
    transform: translateX(-28px);
  }
}



.set-postion {
  position: absolute;
  left: 177px;
  top: 62%;
}

.hero-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.hero-pagination .page {
  width: 6px;
  height: 6px;
  background: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  animation: pageAnim 12s infinite;
}

.hero-pagination .page:nth-child(1) {
  animation-delay: 0s;
}

.hero-pagination .page:nth-child(2) {
  animation-delay: 3s;
}

.hero-pagination .page:nth-child(3) {
  animation-delay: 6s;
}

.hero-pagination .page:nth-child(4) {
  animation-delay: 9s;
}

@keyframes pageAnim {

  0%,
  25% {
    width: 15px;
    border-radius: 6px;
    opacity: 1;
  }

  26%,
  100% {
    width: 6px;
    border-radius: 50%;
    opacity: 0.6;
  }
}

.slide-root * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}

.slide-root {
  background: #ffffff;
}

.slide-section {
  /* display: flex;
    flex-direction: column; */
  padding: 120px 80px 120px 80px;
  text-align: center;
  background-color: #ffffff;
}

.slide-title {
  font-size: 32px;
  font-weight: 700;
}

.slide-subtitle {
  margin-top: 6px;
  color: #434343;
  font-size: 20px;
}

.slide-carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 110px;
  height: 380px;
  /* margin: 40px; */
  /* padding-top: 30px; */
  padding-top: 65px;
}

.direction-icons {
  cursor: pointer;
}

.slide-stack {
  position: relative;
  width: 900px;
  height: 100%;
}

.slide-card {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 350px;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  transform: translate(-50%, -50%);
  transition: transform 0.6s ease;
}

.slide-card-img {
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
}

.slide-pos-1 {
  transform: translate(-150%, -50%) scale(0.9);
  z-index: 1;
}

.slide-pos-2 {
  transform: translate(-115%, -50%) scale(0.95);
  z-index: 2;
}

.slide-pos-3 {
  width: 340px;
  transform: translate(-50%, -50%) scale(1.2);
  z-index: 5;
}

.slide-pos-4 {
  transform: translate(15%, -50%) scale(0.95);
  z-index: 2;
}

.slide-pos-5 {
  transform: translate(50%, -50%) scale(0.9);
  z-index: 1;
}

.slide-nav {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.slide-nav:hover {
  background: #f5f5f5;
}

.slide-nav-icon {
  object-fit: contain;
  pointer-events: none;
}

.slide-text {
  font-weight: 400;
  /* max-width: 1008px; */
  width: 85%;
  margin: 20px auto;
  font-size: 19.5px;
  line-height: 30px;
  color: #2F2F2F;
  /* padding-top: 30px; */
  padding-top: 75px;
}

.header {
  flex-direction: column;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.menu-toggle {
  display: none;
  font-size: 32px;
  color: #ffffff;
  cursor: pointer;
}

.mobile-dropdown {
  width: 100%;
  background: #004F6E;

  display: none;
  flex-direction: column;
  gap: 12px;

  padding: 28px 24px 0px 0px;
  overflow: hidden;

  transform-origin: top;
  transform: scaleY(0.02);
  opacity: 0;

  transition:
    transform 6s cubic-bezier(0.05, 0.9, 0.15, 1),
    opacity 4s ease-out;
}

.mobile-dropdown.active {
  display: flex;
  transform: scaleY(1);
  opacity: 1;
}

.mobile-dropdown a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}

.hero-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-collage {
  position: relative;
  width: 420px;
  height: 540;
}


.mobile-title-container {
  display: none;
}

.mobile-tab-button-container {
  display: none;
}




@media (min-width: 800px) {
  .hero-collage {
    transform: scale(1.15);
    transform-origin: center top;
  }

  .hero-image-wrapper {
    top: 50px;
  }

  .hero-collage .badge-left {
    left: 0;
    transform: translateX(-150%);
  }

}

/* Header */
@media (max-width: 800px) {

  .header {
    padding: 36px 24px;
  }

  .header .wrap {
    padding: 0 !important;
    max-width: 100%;
  }

  .logo {
    height: 37px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }
}

/* =================================================
   MOBILE – THE CHISEL JOURNEY (5A SECTION)
================================================= */
@media (max-width: 768px) {

  .success-formula {
    /* padding: 40px 16px; */
    padding: 70px 24px 56px 24px;
    background: #DAE3E9;
  }

  .common-header {
    text-align: left;
  }

  .main-heading-txt {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .secondary-text-success {
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 20px;
    color: #434343;
  }

  .first-success-content,
  .second-success-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 24px;
  }

  .first-success-content {
    padding-top: 0px;
  }

  .second-success-content {
    padding-bottom: 0px;
  }

  .card,
  .card2 {
    width: 100%;
    padding: 20px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 56px 1fr;
    grid-template-rows: auto auto;
    gap: 12px 14px;
    align-items: unset;


    min-height: unset !important;
    height: auto !important;
    justify-content: center;


  }

  .card-header {
    grid-column: 1 / -1;
    grid-row: 1;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
  }

  .card>div:first-child,
  .card2>div:first-child {
    grid-column: 1;
    grid-row: 2;
  }

  .card img,
  .card2 img {
    width: 48px;
    height: 48px;
    /* padding: 10px; */
    /* background: #FFEDEA; */
    background: #FA613E1A !important;
    border-radius: 14px;
  }

  .sub-content {
    grid-column: 2;
    grid-row: 2;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
  }
}

/* =====================================================
   MOBILE – CHISEL YOUR MASTERPIECE (SLIDE SECTION)
   (CLEAN ORDER – NO LOGIC CHANGE)
===================================================== */
@media (max-width: 768px) {

  .slide-section {
    /* padding: 48px 16px; */
    padding: 70px 24px;
    text-align: justify;
  }

  .slide-title {
    font-size: 24px;
    font-weight: 600;
  }

  .slide-subtitle {
    font-size: 17px;
    margin-top: 8px;
    margin-bottom: 32px;
    color: #434343;
  }

  .slide-carousel-wrapper {
    position: relative !important;
    flex-direction: column;
    gap: 0;
    height: auto;
    margin: 0px auto;
  }

  .slide-stack {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }

  .slide-pos-3 {
    position: relative;
    width: 240px;
    height: 300px;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 auto;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  }

  .slide-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
  }

  .slide-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .direction-icons {
    position: absolute !important;
    bottom: -56px !important;
    top: auto !important;
    transform: none !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 10;
  }

  .slide-carousel-wrapper>.direction-icons:first-child {
    left: -5px !important;
  }

  .slide-carousel-wrapper>.direction-icons:last-child {
    right: -5px !important;
  }

  .direction-icons img {
    width: 36px;
    height: 36px;
    display: block;
  }

  .slide-text {
    font-size: 15px;
    line-height: 30px;
    width: 100%;
    color: #2F2F2F;
    padding: 0px;
    margin: 0px !important;
    text-align: left;
  }
}

/* =====================================
   MOBILE FAQ – SCREENSHOT MATCH
===================================== */
@media (max-width: 768px) {

  .tabs-wrapper {
    margin-top: -30px;
    margin-bottom: 0px;
  }

  .success-formula {
    background: #e6edf2;
    /* padding: 24px 12px; */
  }

  .success-formula .main-heading-txt {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 8px;
    color: #111827;
    margin-top: 0px;
  }

  .success-formula .panel-content {
    padding: 0;
    margin-top: 24px;
    max-width: 100%;
  }

  .expansion-panel {
    margin-bottom: 24px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
  }

  .exp-header {
    font-size: 15px;
    font-weight: 500;
    padding: 16px 44px 16px 16px;
    color: #111827;
    line-height: 30px;
  }

  .exp-header::after {
    right: 14px;
    font-size: 20px;
    color: #9ca3af;
  }

  .exp-body {
    /* padding: 0 16px 14px; */
    font-size: 15px;
    line-height: 30px;
    color: #4b5563;
    padding: 0 16px;
  }

  .exp-item input:checked~.exp-body {
    max-height: 600px;
  }

  .exp-body p {
    margin-top: 0px;
  }

}

/* ===============================
   MOBILE FOOTER – CSS ONLY
================================ */
@media (max-width: 768px) {

  .site-footer {
    padding: 60px 24px 20px 24px;
    text-align: left;
  }

  .footer-container {
    flex-direction: column;
    gap: 0px;
  }

  .footer-left-container {
    width: 100%;
    text-align: left;
  }

  .footer-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0px;
    text-align: left;
  }

  .footer-top-para,
  .footer-bottom-para {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 12px;
    text-align: left;
  }

  .footer-top-para {
    margin-top: 4px;
    /* margin-bottom: 12px; */
  }

  .footer-bottom-para {
    padding-top: 0;
    margin-bottom: 4px;
  }

  .footer-left-container .hero-button {
    /* width: 100%; */
    max-width: 280px;
    /* margin: 16px auto 0; */
    display: block;
    font-size: 14px;
    padding: 12px;
  }

  .footer-right-container {
    width: 100%;
    display: flex;
    justify-content: left;
  }

  .footer-image {
    max-width: 70%;
    height: auto;
    margin: 0px;
    margin-left: -20px;
  }

  .copyright {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    gap: 8px;
    margin-top: 75px;
  }

  .socials {
    justify-content: flex-end;
  }

  .icon-wrap {
    width: 28px;
    height: 28px;
  }

  .icon-wrap img {
    width: 55%;
    height: 55%;
  }
}




@media (min-width: 769px) {
  .voice-mobile-controls {
    display: none;
  }
}


/* =========================================================
   MOBILE – WHO CHISEL TABS (SWIPE + IMAGE + ARROWS)
   SINGLE SOURCE OF TRUTH
========================================================= */
@media (max-width: 768px) {

  .main-title {
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 8px;
  }

  .description {
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    width: 100%;
    /* margin: 0 6px; */
    margin: 0px;
  }

  .tabs-row {
    display: none !important;
  }

  .tab-panels {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .tab-panels::-webkit-scrollbar {
    display: none;
  }

  .panel {
    flex: 0 0 100%;
    position: relative !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    scroll-snap-align: start;
  }

  .who-area {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px;
  }

  .who-content h3 {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #004F6E;
    margin: 0 0 8px;
    text-align: left;
  }

  .mobile-tab-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #004F6E;
    /* margin: 0 0 8px; */
    text-align: left;
  }

  .who-content h3 {
    display: none;
  }

  .mobile-title-container {
    display: flex;
    justify-content: left;
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }


  .who-area img {
    transform: none !important;
  }

  .who-area-image {
    position: relative;
    width: 100%;
    min-height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: -35px;
    margin-bottom: -30px;
  }


  .who-area img {
    max-width: 80%;
    height: 80%;
  }

  .who-area-image .tab-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 2;
  }

  .who-area-image .tab-arrow.left {
    left: 0px;
  }

  .who-area-image .tab-arrow.right {
    right: 0px;
  }

  .who-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left;
  }

  .who-content p {
    font-size: 14px;
    line-height: 30px;
    color: #434343;
    /* margin: 0px; */
    margin-bottom: 20px;
  }

  .sub-para {
    font-size: 14px;
    font-weight: 500;
  }


  .mobile-tab-button-container {
    display: none;
    padding-top: 16px;
  }

  .cta-actions {
    /* display: none; */
  }
}

/* -------------------------------
   HIDE MOBILE ELEMENTS ON DESKTOP
-------------------------------- */
@media (min-width: 769px) {

  .mobile-only,
  .tab-arrow {
    display: none;
  }
}

/* ===============================
   MOBILE HERO – KEEP INSIDE FRAME
================================ */

@media (max-width: 800px) {

  .build_section {
    /* padding: 50px 8px 20px 8px; */
    padding: 70px 24px 0px 24px !important;
  }

  .hero-button1,
  .hero-button2 {
    /* padding: 12px 10px; */
    margin-bottom: 24px;
  }

  .hero-collage {
    width: 420px;
    height: 540;
  }

  .hero-section {
    height: auto;
    /* padding: 96px 16px 40px; */
    padding: 110px 24px 70px;

  }

  .hero-container {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .hero-image-wrapper {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-collage {
    transform-origin: top center;
  }

  .hero-content {
    order: 2;
    width: 100%;
    text-align: left;
  }

  .hero-title {
    font-size: 26px;
    line-height: 48px;
  }

  .hero-description {
    font-size: 14.5px;
    line-height: 30px;
    margin-top: 32px;
  }

  .hero-action {
    margin-top: 20px;
  }

  .hero-button {
    padding: 12px 16px;
    font-size: 15px;
  }

  .wrap {
    padding: 0 16px !important;
    max-width: 100%;
  }

  .hero-section {
    height: auto;
    /* padding: 96px 16px 32px; */
  }

  .hero-collage {
    height: 540;
    transform-origin: top center;
  }

  .hero-image-wrapper {
    align-items: center;
  }

  .hero-container {
    gap: 40px;
  }

  .hero-content {
    margin-top: 0px;
  }


  html,
  body {
    overflow-x: hidden;
  }

  .hero-section {
    min-height: calc(100vh - 64px);
    /* padding: 88px 16px 24px; */
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .hero-container {
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }

  .hero-image-wrapper {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-collage {
    width: min(320px, 90vw);
    aspect-ratio: 420 / 540;
    height: auto;
    transform: scale(0.92);
  }

  .person-rotator {
    bottom: 32%;
  }

  .hero-collage .person {
    bottom: 0;
  }

  .set-postion {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-content {
    order: 2;
    width: 100%;
  }

  .hero-title {
    font-size: 24px;
    line-height: 48px;
  }

  .hero-description {
    font-size: 15px;
  }

  .hero-image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: visible;
  }

  .hero-collage {
    width: 92vw;
    max-width: 340px;
    aspect-ratio: 420 / 540;
    height: auto;
    position: relative;
    transform-origin: top center;
  }

  .hero-collage img {
    max-width: 100%;
    height: auto;
  }

  .hero-collage .outline {
    width: 66%;
    top: 10%;
    left: 18%;
  }

  .hero-collage .arch-bg {
    width: 62%;
    top: 12%;
    left: 21%;
  }

  .person-rotator {
    width: 80%;
    left: 10%;
    bottom: 28%;
  }

  .person-rotator .person {
    width: 95%;
    bottom: 46px;
    left: 52%;
  }

  .person-rotator .person.img3 {
    width: 85% !important;
  }

  .hero-collage .star {
    width: 70px;
    top: 4%;
    left: 17%;
  }

  .hero-collage .wave {
    width: 90px;
    bottom: 38%;
    right: 6%;
  }

  .hero-collage .badge {
    font-size: 8px;
    padding: 5px 8px;
    white-space: nowrap;
  }

  .hero-collage .badge-left {
    left: -6%;
    top: 38%;
  }

  .hero-collage .badge-top {
    right: -10%;
    top: 24%;
  }

  .hero-collage .badge-right {
    right: -10%;
    bottom: 45%;
  }

  .set-postion {
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
  }


  .hero-content .hero-title {
    display: none;
  }

  .mobile-hero-title {
    display: block;
    text-align: left;
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    color: #ffffff;
    margin: 0px;
    width: 100% !important;
  }

  .mobile-hero-title span {
    color: #FFA18B;
  }

  .hero-section {
    min-height: auto;
    /* padding-top: 90px;
      padding-bottom: 32px; */
  }

  .hero-container {
    align-items: flex-start;
  }

  .mobile-hero-title {
    margin-bottom: 0px;
    line-height: 40px;
    text-align: left;
  }

  .hero-image-wrapper {
    margin-top: -90px;
    margin-bottom: -60px;
    display: flex;
    justify-content: center;
  }
}

/* =========================================
   TRUE FLEXIBLE MOBILE SLIDE STACK
   WORKS FROM 768px → 300px PERFECTLY
========================================= */
@media (max-width: 768px) {

  .slide-stack {
    position: relative;
    width: 100%;
    height: clamp(220px, 62vw, 320px);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  .slide-card {
    position: absolute;
    top: 50%;
    left: 50%;

    width: clamp(180px, 56vw, 260px);
    aspect-ratio: 3 / 4;
    height: auto;

    transform: translate(-50%, -50%);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;

    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
    transition: transform 0.6s ease, opacity 0.6s ease;
  }

  .slide-pos-1 {
    transform: translate(calc(-50% - 22vw), -50%) scale(0.75);
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12);
    z-index: 1;
  }

  .slide-pos-2 {
    transform: translate(calc(-50% - 14vw), -50%) scale(0.85);
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12);
    z-index: 2;
  }

  .slide-pos-3 {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    z-index: 5;
  }

  .slide-pos-4 {
    transform: translate(calc(-50% + 14vw), -50%) scale(0.85);
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12);
    z-index: 2;
  }

  .slide-pos-5 {
    transform: translate(calc(-50% + 22vw), -50%) scale(0.75);
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12);
    z-index: 1;
  }

  .slide-stack {
    padding: 10px;
    height: clamp(190px, 52vw, 260px);
  }

  .slide-card {
    width: clamp(170px, 54vw, 240px);
    aspect-ratio: 3 / 4;
    height: clamp(190px, 58vw, 260px);
    /* height: auto; */
  }


  .slide-carousel-wrapper {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 110px;
  }


  .direction-icons {
    bottom: 40px !important;
  }

  .build_section {
    /* padding: 50px 8px 20px 8px; */
    padding: 70px 24px 50px 24px;
  }

  .slide-card-img {
    object-fit: fill;
  }

  .hero-button1,
  .hero-button2 {
    padding: 12px 10px;
  }

  .sub-para {
    margin-top: 0px;
  }


}


@media (min-width: 800px) {
  .mobile-hero-title {
    display: none;
  }
}



/* =====================================
   MOBILE MENU PUSH-DOWN FIX
===================================== */
@media (max-width: 768px) {

  body.menu-open .hero-section {
    padding-top: 200px;
  }
}


/* footer button control */


@media (max-width: 768px) {

  .footer-left-container .hero-button {
    display: none;
  }

  .mobile-footer-button {
    display: block;
    margin-top: 32px;
    width: 210px;
    /* max-width: 210px; */
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 8px;
    background-color: #FA613E;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    font-family: "Jost", sans-serif;
  }
}

/* =====================================
   MOBILE – VOICES OF CHISEL
   (SINGLE CARD • CLEAN • NO HTML CHANGE)
===================================== */
@media (max-width: 768px) {

  .voiceout {
    padding: 70px 24px 38px 24px;
    background: #ffffff;
  }

  .voiceout .common-header {
    text-align: left;
    margin-bottom: -35px;
  }

  .voiceout .main-heading-txt {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    letter-spacing: -0.2px;
  }

  .voice-out-content {
    overflow: hidden;
    padding-top: 32px;
  }

  .first-voice {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0px;
  }

  .first-voice::-webkit-scrollbar {
    display: none;
  }

  .voice-card {
    min-width: 100%;
    scroll-snap-align: center;
    /* padding: 20px; */
    padding: 20px 16px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06); */
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: unset !important;
  }

  .voice-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
  }

  .voice-header img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }

  .vc-headname span {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
  }


  .voice-main-txt {
    font-size: 15px;
    line-height: 30px;
    color: #4a5565;
  }

  .voice-card hr {
    margin: 0px;
    border: none;
    border-top: 1px solid #f1f5f9;
    margin-top: auto;
  }

  .voice-name-section {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .display-letter,
  .display-letter_sec {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffd6cc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .display-letter .letter,
  .display-letter_sec .letter {
    font-size: 14px;
    font-weight: 600;
    color: #2f2f2f;
  }

  .name-sec {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .name-sec .main-name {
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    line-height: 30px;
  }

  .name-sec .sub-name {
    font-size: 12px;
    color: #6b7280;
  }

  .voice-mobile-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 0 12px;
  }

  .voice-arrow {
    width: 36px;
    height: 36px;
    cursor: pointer;
  }

  .voice-dots {
    display: flex;
    gap: 6px;
    align-items: center;
  }

  .voice-dots .dot {
    width: 6px;
    height: 6px;
    background: #004f6e;
    border-radius: 50%;
    transition: all 0.3s ease;
  }

  .voice-dots .dot.active {
    width: 16px;
    border-radius: 8px;
    background: #004f6e;
  }

  .display-letter .letter,
  .display-letter_sec .letter {
    position: static !important;
    line-height: 30px;
    margin: 0;

  }
}

/* =========================================
   MOBILE ONLY – SLIDE CARD SHADOW
   CHISEL YOUR MASTERPIECE
========================================= */
@media (max-width: 768px) {

  .slide-section .slide-card {
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  }

  .slide-section .slide-pos-3 {
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32);
  }

}

.mobile-footer-button {
  display: none;
}

/* For Width < 1024px*/
@media (min-width: 1120px) {
  .hero-collage {
    transform: scale(1.15);
    transform-origin: center top;
  }

  .hero-image-wrapper {
    top: 50px;
  }

  .hero-collage .badge-left {
    left: 0;
    transform: translateX(-150%);
  }

}

/* Header */
@media (max-width: 1120px) {

  .header {
    padding: 36px 24px;
  }

  .header .wrap {
    padding: 0 !important;
    max-width: 100%;
  }

  .logo {
    height: 37px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }
}

/* =================================================
   MOBILE – THE CHISEL JOURNEY (5A SECTION)
================================================= */
@media (max-width: 1120px) {

  .success-formula {
    /* padding: 40px 16px; */
    padding: 70px 24px 56px 24px;
    background: #DAE3E9;
  }

  .common-header {
    text-align: left;
  }

  .main-heading-txt {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .secondary-text-success {
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 20px;
    color: #434343;
  }

  .first-success-content,
  .second-success-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 24px;
  }

  .first-success-content {
    padding-top: 0px;
  }

  .second-success-content {
    padding-bottom: 0px;
  }

  .card,
  .card2 {
    width: 100%;
    padding: 20px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 56px 1fr;
    grid-template-rows: auto auto;
    gap: 12px 14px;
    align-items: unset;


    min-height: unset !important;
    height: auto !important;
    justify-content: center;


  }

  .card-header {
    grid-column: 1 / -1;
    grid-row: 1;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
  }

  .card>div:first-child,
  .card2>div:first-child {
    grid-column: 1;
    grid-row: 2;
  }

  .card img,
  .card2 img {
    width: 48px;
    height: 48px;
    /* padding: 10px; */
    /* background: #FFEDEA; */
    background: #FA613E1A !important;
    border-radius: 14px;
  }

  .sub-content {
    grid-column: 2;
    grid-row: 2;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
  }
}

/* =====================================================
   MOBILE – CHISEL YOUR MASTERPIECE (SLIDE SECTION)
   (CLEAN ORDER – NO LOGIC CHANGE)
===================================================== */
@media (max-width: 1120px) {

  .slide-section {
    /* padding: 48px 16px; */
    padding: 70px 24px;
    text-align: justify;
  }

  .slide-title {
    font-size: 24px;
    font-weight: 600;
  }

  .slide-subtitle {
    font-size: 17px;
    margin-top: 8px;
    margin-bottom: 32px;
    color: #434343;
  }

  .slide-carousel-wrapper {
    position: relative !important;
    flex-direction: column;
    gap: 0;
    height: auto;
    margin: 0px auto;
  }

  .slide-stack {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }

  .slide-pos-3 {
    position: relative;
    width: 240px;
    height: 300px;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 auto;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  }

  .slide-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
  }

  .slide-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .direction-icons {
    position: absolute !important;
    bottom: -56px !important;
    top: auto !important;
    transform: none !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 10;
  }

  .slide-carousel-wrapper>.direction-icons:first-child {
    left: -5px !important;
  }

  .slide-carousel-wrapper>.direction-icons:last-child {
    right: -5px !important;
  }

  .direction-icons img {
    width: 36px;
    height: 36px;
    display: block;
  }

  .slide-text {
    font-size: 15px;
    line-height: 30px;
    width: 100%;
    color: #2F2F2F;
    padding: 0px;
    margin: 0px !important;
    text-align: left;
  }
}

/* =====================================
   MOBILE FAQ – SCREENSHOT MATCH
===================================== */
@media (max-width: 1120px) {

  .tabs-wrapper {
    margin-top: -30px;
    margin-bottom: 0px;
  }

  .success-formula {
    background: #e6edf2;
    /* padding: 24px 12px; */
  }

  .success-formula .main-heading-txt {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 8px;
    color: #111827;
    margin-top: 0px;
  }

  .success-formula .panel-content {
    padding: 0;
    margin-top: 24px;
    max-width: 100%;
  }

  .expansion-panel {
    margin-bottom: 24px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
  }

  .exp-header {
    font-size: 15px;
    font-weight: 500;
    padding: 16px 44px 16px 16px;
    color: #111827;
    line-height: 30px;
  }

  .exp-header::after {
    right: 14px;
    font-size: 20px;
    color: #9ca3af;
  }

  .exp-body {
    /* padding: 0 16px 14px; */
    font-size: 15px;
    line-height: 30px;
    color: #4b5563;
    padding: 0 16px;
  }

  .exp-item input:checked~.exp-body {
    max-height: 600px;
  }

  .exp-body p {
    margin-top: 0px;
  }

}

/* ===============================
   MOBILE FOOTER – CSS ONLY
================================ */
@media (max-width: 1120px) {

  .site-footer {
    padding: 60px 24px 20px 24px;
    text-align: left;
  }

  .footer-container {
    flex-direction: column;
    gap: 0px;
  }

  .footer-left-container {
    width: 100%;
    text-align: left;
  }

  .footer-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0px;
    text-align: left;
  }

  .footer-top-para,
  .footer-bottom-para {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 12px;
    text-align: left;
  }

  .footer-top-para {
    margin-top: 4px;
    /* margin-bottom: 12px; */
  }

  .footer-bottom-para {
    padding-top: 0;
    margin-bottom: 4px;
  }

  .footer-left-container .hero-button {
    /* width: 100%; */
    max-width: 280px;
    /* margin: 16px auto 0; */
    display: block;
    font-size: 14px;
    padding: 12px;
  }

  .footer-right-container {
    width: 100%;
    display: flex;
    justify-content: left;
  }

  .footer-image {
    max-width: 70%;
    height: auto;
    margin: 0px;
    margin-left: -20px;
  }

  .copyright {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    gap: 8px;
    margin-top: 75px;
  }

  .socials {
    justify-content: flex-end;
  }

  .icon-wrap {
    width: 28px;
    height: 28px;
  }

  .icon-wrap img {
    width: 55%;
    height: 55%;
  }
}




@media (min-width: 1120px) {
  .voice-mobile-controls {
    display: none;
  }
}


/* =========================================================
   MOBILE – WHO CHISEL TABS (SWIPE + IMAGE + ARROWS)
   SINGLE SOURCE OF TRUTH
========================================================= */
@media (max-width: 1120px) {

  .main-title {
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 8px;
  }

  .description {
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    width: 100%;
    /* margin: 0 6px; */
    margin: 0px;
  }

  .tabs-row {
    display: none !important;
  }

  .tab-panels {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .tab-panels::-webkit-scrollbar {
    display: none;
  }

  .panel {
    flex: 0 0 100%;
    position: relative !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    scroll-snap-align: start;
  }

  .who-area {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px;
  }

  .who-content h3 {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #004F6E;
    margin: 0 0 8px;
    text-align: left;
  }

  .mobile-tab-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #004F6E;
    /* margin: 0 0 8px; */
    text-align: left;
  }

  .who-content h3 {
    display: none;
  }

  .mobile-title-container {
    display: flex;
    justify-content: left;
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }


  .who-area img {
    transform: none !important;
  }

  .who-area-image {
    position: relative;
    width: 100%;
    min-height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: -35px;
    margin-bottom: -30px;
  }


  .who-area img {
    max-width: 80%;
    height: 80%;
  }

  .who-area-image .tab-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 2;
  }

  .who-area-image .tab-arrow.left {
    left: 0px;
  }

  .who-area-image .tab-arrow.right {
    right: 0px;
  }

  .who-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left;
  }

  .who-content p {
    font-size: 14px;
    line-height: 30px;
    color: #434343;
    /* margin: 0px; */
    margin-bottom: 20px;
  }

  .sub-para {
    font-size: 14px;
    font-weight: 500;
  }


  .mobile-tab-button-container {
    display: none;
    padding-top: 16px;
  }

  .cta-actions {
    /* display: none; */
  }
}

/* -------------------------------
   HIDE MOBILE ELEMENTS ON DESKTOP
-------------------------------- */
@media (max-width: 1120px) {

  .mobile-only,
  .tab-arrow {
    display: block !important;
  }
}

/* ===============================
   MOBILE HERO – KEEP INSIDE FRAME
================================ */

@media (max-width: 1120px) {
  .hero-collage {
    width: 420px;
    height: 540;
  }

  .hero-section {
    height: auto;
    /* padding: 96px 16px 40px; */
    padding: 110px 24px 70px;

  }

  .hero-container {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .hero-image-wrapper {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-collage {
    transform-origin: top center;
  }

  .hero-content {
    order: 2;
    width: 100%;
    text-align: left;
  }

  .hero-title {
    font-size: 26px;
    line-height: 48px;
  }

  .hero-description {
    font-size: 14.5px;
    line-height: 30px;
    margin-top: 32px;
  }

  .hero-action {
    margin-top: 20px;
  }

  .hero-button {
    padding: 12px 16px;
    font-size: 15px;
  }

  .wrap {
    padding: 0 16px !important;
    max-width: 100%;
  }

  .hero-section {
    height: auto;
    /* padding: 96px 16px 32px; */
  }

  .hero-collage {
    height: 540;
    transform-origin: top center;
  }

  .hero-image-wrapper {
    align-items: center;
  }

  .hero-container {
    gap: 40px;
  }

  .hero-content {
    margin-top: 0px;
  }


  html,
  body {
    overflow-x: hidden;
  }

  .hero-section {
    min-height: calc(100vh - 64px);
    /* padding: 88px 16px 24px; */
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .hero-container {
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }

  .hero-image-wrapper {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero-collage {
    width: min(320px, 90vw);
    aspect-ratio: 420 / 540;
    height: auto;
    transform: scale(0.92);
  }

  .person-rotator {
    bottom: 32%;
  }

  .hero-collage .person {
    bottom: 0;
  }

  .set-postion {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-content {
    order: 2;
    width: 100%;
  }

  .hero-title {
    font-size: 24px;
    line-height: 48px;
  }

  .hero-description {
    font-size: 15px;
  }

  .hero-image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: visible;
  }

  .hero-collage {
    width: 92vw;
    max-width: 340px;
    aspect-ratio: 420 / 540;
    height: auto;
    position: relative;
    transform-origin: top center;
  }

  .hero-collage img {
    max-width: 100%;
    height: auto;
  }

  .hero-collage .outline {
    width: 66%;
    top: 10%;
    left: 18%;
  }

  .hero-collage .arch-bg {
    width: 62%;
    top: 12%;
    left: 21%;
  }

  .person-rotator {
    width: 80%;
    left: 10%;
    bottom: 28%;
  }

  .person-rotator .person {
    width: 95%;
    bottom: 46px;
    left: 52%;
  }

  .person-rotator .person.img3 {
    width: 85% !important;
  }

  .hero-collage .star {
    width: 70px;
    top: 4%;
    left: 17%;
  }

  .hero-collage .wave {
    width: 90px;
    bottom: 38%;
    right: 6%;
  }

  .hero-collage .badge {
    font-size: 8px;
    padding: 5px 8px;
    white-space: nowrap;
  }

  .hero-collage .badge-left {
    left: -6%;
    top: 38%;
  }

  .hero-collage .badge-top {
    right: -10%;
    top: 24%;
  }

  .hero-collage .badge-right {
    right: -10%;
    bottom: 45%;
  }

  .set-postion {
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
  }


  .hero-content .hero-title {
    display: none;
  }

  .mobile-hero-title {
    display: block;
    text-align: left;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    color: #ffffff;
    margin: 0px;
    width: 100% !important;
  }

  .mobile-hero-title span {
    color: #FFA18B;
  }

  .hero-section {
    min-height: auto;
    /* padding-top: 90px;
      padding-bottom: 32px; */
  }

  .hero-container {
    align-items: flex-start;
  }

  .mobile-hero-title {
    margin-bottom: 0px;
    line-height: 40px;
    text-align: left;
  }

  .hero-image-wrapper {
    margin-top: -90px;
    margin-bottom: -60px;
    display: flex;
    justify-content: center;
  }
}

/* =========================================
   TRUE FLEXIBLE MOBILE SLIDE STACK
   WORKS FROM 768px → 300px PERFECTLY
========================================= */
@media (max-width: 1120px) {

  .slide-stack {
    position: relative;
    width: 100%;
    height: clamp(220px, 62vw, 320px);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  .slide-card {
    position: absolute;
    top: 50%;
    left: 50%;

    width: clamp(180px, 56vw, 260px);
    aspect-ratio: 3 / 4;
    height: auto;

    transform: translate(-50%, -50%);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;

    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
    transition: transform 0.6s ease, opacity 0.6s ease;
  }

  .slide-pos-1 {
    transform: translate(calc(-50% - 22vw), -50%) scale(0.75);
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12);
    z-index: 1;
  }

  .slide-pos-2 {
    transform: translate(calc(-50% - 14vw), -50%) scale(0.85);
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12);
    z-index: 2;
  }

  .slide-pos-3 {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    z-index: 5;
  }

  .slide-pos-4 {
    transform: translate(calc(-50% + 14vw), -50%) scale(0.85);
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12);
    z-index: 2;
  }

  .slide-pos-5 {
    transform: translate(calc(-50% + 22vw), -50%) scale(0.75);
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12);
    z-index: 1;
  }

  .slide-stack {
    padding: 10px;
    height: clamp(190px, 52vw, 260px);
  }

  .slide-card {
    width: clamp(170px, 54vw, 350px);
    aspect-ratio: 3 / 4;
    height: clamp(190px, 58vw, 350px);
    /* height: auto; */
  }


  .slide-carousel-wrapper {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 110px;
  }


  .direction-icons {
    bottom: 40px !important;
  }

  /* .build_section {
    padding: 70px 24px 50px 24px;
  } */

  .slide-card-img {
    object-fit: fill;
  }

  .hero-button1,
  .hero-button2 {
    padding: 12px 10px;
  }

  .sub-para {
    margin-top: 0px;
  }


}


@media (min-width: 1120px) {
  .mobile-hero-title {
    display: none;
  }
}



/* =====================================
   MOBILE MENU PUSH-DOWN FIX
===================================== */
@media (max-width: 1120px) {

  body.menu-open .hero-section {
    padding-top: 200px;
  }
}


/* footer button control */


@media (max-width: 1120px) {

  .footer-left-container .hero-button {
    display: none;
  }

  .mobile-footer-button {
    display: block;
    margin-top: 32px;
    width: 210px;
    /* max-width: 210px; */
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 8px;
    background-color: #FA613E;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    font-family: "Jost", sans-serif;
  }
}

/* =====================================
   MOBILE – VOICES OF CHISEL
   (SINGLE CARD • CLEAN • NO HTML CHANGE)
===================================== */
@media (max-width: 1120px) {

  .voiceout {
    padding: 70px 24px 38px 24px;
    background: #ffffff;
  }

  .voiceout .common-header {
    text-align: left;
    margin-bottom: -35px;
  }

  .voiceout .main-heading-txt {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    letter-spacing: -0.2px;
  }

  .voice-out-content {
    overflow: hidden;
    padding-top: 32px;
  }

  .first-voice {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0px;
  }

  .first-voice::-webkit-scrollbar {
    display: none;
  }

  .voice-card {
    min-width: 100%;
    scroll-snap-align: center;
    /* padding: 20px; */
    padding: 20px 16px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06); */
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: unset !important;
  }

  .voice-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
  }

  .voice-header img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }

  .vc-headname span {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
  }


  .voice-main-txt {
    font-size: 15px;
    line-height: 30px;
    color: #4a5565;
  }

  .voice-card hr {
    margin: 0px;
    border: none;
    border-top: 1px solid #f1f5f9;
    margin-top: auto;
  }

  .voice-name-section {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .display-letter,
  .display-letter_sec {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffd6cc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .display-letter .letter,
  .display-letter_sec .letter {
    font-size: 14px;
    font-weight: 600;
    color: #2f2f2f;
  }

  .name-sec {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .name-sec .main-name {
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    line-height: 30px;
  }

  .name-sec .sub-name {
    font-size: 12px;
    color: #6b7280;
  }

  .voice-mobile-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 0 12px;
  }

  .voice-arrow {
    width: 36px;
    height: 36px;
    cursor: pointer;
  }

  .voice-dots {
    display: flex;
    gap: 6px;
    align-items: center;
  }

  .voice-dots .dot {
    width: 6px;
    height: 6px;
    background: #004f6e;
    border-radius: 50%;
    transition: all 0.3s ease;
  }

  .voice-dots .dot.active {
    width: 16px;
    border-radius: 8px;
    background: #004f6e;
  }

  .display-letter .letter,
  .display-letter_sec .letter {
    position: static !important;
    line-height: 30px;
    margin: 0;

  }
}

/* =========================================
   MOBILE ONLY – SLIDE CARD SHADOW
   CHISEL YOUR MASTERPIECE
========================================= */
@media (max-width:1120px) {

  .slide-section .slide-card {
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  }

  .slide-section .slide-pos-3 {
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32);
  }

}

@media (min-width: 1180px) and (max-width: 1180px) {
  .slide-carousel-wrapper {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 110px;
  }

  .slide-section {
    /* padding: 48px 16px; */
    padding: 70px 24px;
    /* text-align: justify; */
  }

  .slide-title {
    font-size: 24px;
    font-weight: 600;
  }

  .slide-subtitle {
    font-size: 17px;
    margin-top: 8px;
    margin-bottom: 32px;
    color: #434343;
  }

  .slide-carousel-wrapper {
    position: relative !important;
    flex-direction: column;
    gap: 0;
    height: auto;
    margin: 0px auto;
  }

  .slide-stack {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }

  .slide-pos-3 {
    position: relative;
    width: 240px;
    height: 300px;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 auto;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  }

  .slide-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
  }

  .slide-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .direction-icons {
    position: absolute !important;
    bottom: -56px !important;
    top: auto !important;
    transform: none !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 10;
  }

  .slide-carousel-wrapper>.direction-icons:first-child {
    /* left: 50px !important; */
    left: 152px !important;
  }

  .slide-carousel-wrapper>.direction-icons:last-child {
    /* right: 50px !important; */
    right: 156px !important;
  }

  .direction-icons img {
    width: 36px;
    height: 36px;
    display: block;
  }

  .slide-text {
    font-size: 15px;
    line-height: 30px;
    /* width: 95%; */
    width: 82%;
    color: #2F2F2F;
    padding-left: 60px;
    padding-top: 27px;
    /* margin: 0px !important; */
    text-align: left;
  }

  .slide-section .slide-card {
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  }

  .slide-section .slide-pos-3 {
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32);
  }

  .slide-stack {
    position: relative;
    width: 100%;
    height: clamp(220px, 62vw, 320px);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  .slide-card {
    position: absolute;
    top: 50%;
    left: 50%;

    width: clamp(180px, 56vw, 260px);
    aspect-ratio: 3 / 4;
    height: auto;

    transform: translate(-50%, -50%);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;

    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
    transition: transform 0.6s ease, opacity 0.6s ease;
  }

  .slide-pos-1 {
    transform: translate(calc(-50% - 22vw), -50%) scale(0.75);
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12);
    z-index: 1;
  }

  .slide-pos-2 {
    transform: translate(calc(-50% - 14vw), -50%) scale(0.85);
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12);
    z-index: 2;
  }

  .slide-pos-3 {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    z-index: 5;
  }

  .slide-pos-4 {
    transform: translate(calc(-50% + 14vw), -50%) scale(0.85);
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12);
    z-index: 2;
  }

  .slide-pos-5 {
    transform: translate(calc(-50% + 22vw), -50%) scale(0.75);
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12);
    z-index: 1;
  }

  .slide-stack {
    padding: 10px;
    height: clamp(190px, 52vw, 260px);
  }

  .slide-card {
    width: clamp(170px, 54vw, 400px);
    aspect-ratio: 3 / 4;
    height: clamp(190px, 58vw, 350px);
    /* height: auto; */
  }


  .slide-carousel-wrapper {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 110px;
  }


  .direction-icons {
    bottom: 5px !important;
  }

  .hero-image-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 820px) and (max-width: 820px) {
  .slide-carousel-wrapper {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 110px;
  }

  .slide-section {
    /* padding: 48px 16px; */
    padding: 70px 24px;
    /* text-align: justify; */
  }

  .slide-title {
    font-size: 24px;
    font-weight: 600;
  }

  .slide-subtitle {
    font-size: 17px;
    margin-top: 8px;
    margin-bottom: 32px;
    color: #434343;
  }

  .slide-carousel-wrapper {
    position: relative !important;
    flex-direction: column;
    gap: 0;
    height: auto;
    margin: 0px auto;
  }

  .slide-stack {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }

  .slide-pos-3 {
    position: relative;
    width: 240px;
    height: 300px;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 auto;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  }

  .slide-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
  }

  .slide-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .direction-icons {
    position: absolute !important;
    bottom: -56px !important;
    top: auto !important;
    transform: none !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 10;
  }

  .slide-carousel-wrapper>.direction-icons:first-child {
    left: 50px !important;
  }

  .slide-carousel-wrapper>.direction-icons:last-child {
    right: 50px !important;
  }

  .direction-icons img {
    width: 36px;
    height: 36px;
    display: block;
  }

  .slide-text {
    font-size: 15px;
    line-height: 30px;
    width: 95%;
    /* width: 82%; */
    color: #2F2F2F;
    padding-left: 60px;
    padding-top: 27px;
    /* margin: 0px !important; */
    text-align: left;
  }

  .slide-section .slide-card {
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  }

  .slide-section .slide-pos-3 {
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32);
  }

  .slide-stack {
    position: relative;
    width: 100%;
    height: clamp(220px, 62vw, 320px);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  .slide-card {
    position: absolute;
    top: 50%;
    left: 50%;

    width: clamp(180px, 56vw, 260px);
    aspect-ratio: 3 / 4;
    height: auto;

    transform: translate(-50%, -50%);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;

    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
    transition: transform 0.6s ease, opacity 0.6s ease;
  }

  .slide-pos-1 {
    transform: translate(calc(-50% - 22vw), -50%) scale(0.75);
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12);
    z-index: 1;
  }

  .slide-pos-2 {
    transform: translate(calc(-50% - 14vw), -50%) scale(0.85);
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12);
    z-index: 2;
  }

  .slide-pos-3 {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    z-index: 5;
  }

  .slide-pos-4 {
    transform: translate(calc(-50% + 14vw), -50%) scale(0.85);
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12);
    z-index: 2;
  }

  .slide-pos-5 {
    transform: translate(calc(-50% + 22vw), -50%) scale(0.75);
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12);
    z-index: 1;
  }

  .slide-stack {
    padding: 10px;
    height: clamp(190px, 52vw, 260px);
  }

  .slide-card {
    width: clamp(170px, 54vw, 400px);
    aspect-ratio: 3 / 4;
    height: clamp(190px, 58vw, 350px);
    /* height: auto; */
  }


  .slide-carousel-wrapper {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 110px;
  }


  .direction-icons {
    bottom: 5px !important;
  }

  .hero-image-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
  }
}

@media(min-width:1024px) and (max-width:1024px) {
  .hero-image-wrapper {
    margin-top: -23px;
    margin-bottom: -60px;
    display: flex;
    /* justify-content: left; */
    
  }
  .hide-br{
    display:none;
  }


  .build_section {
    /* height: 100%; */
    padding: 70px 24px;
  }

  .mobile-hero-title {
    margin-top: 27px;
  }
}

@media (min-width: 1367px) {
  /* styles apply ONLY when width > 1366px */

  /* .layout-wrapper {
    max-width: 1366px;
    margin: 0 auto;
  } */
  .hero-section {

    max-width: 1366px;
    margin: 0 auto;
  }

  .hero-body-wrapper {
    background: hsl(197, 100%, 22%);
  }

  .header {
    top: 0;
    left: 0;
    width: 100%;
    position: sticky;
    z-index: 60;
    background: #004F6E;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px 20px 80px;
    max-width: 1366px;
    margin: 0 auto;
    /* padding: 20px 0px; */
  }

  .header-wrapper {
    background-color: #005070;
  }

  .build_section {
    max-width: 1366px;
    margin: 0 auto;
  }

  .build-wrapper {
    background-color: #ffffff;
  }

  .success-formula {
    max-width: 1366px;
    margin: 0 auto;
  }

  .success-formula-wrapper {
    background: #DAE3E9;
  }

  .slide-section {
    max-width: 1366px;
    margin: 0 auto;
  }

  .silde-wrapper {
    background-color: #ffffff;
  }

  .faq-wrapper {
    background: #DAE3E9;
  }

  .voiceout {
    max-width: 1366px;
    margin: 0 auto;
  }

  .voiceout-wrapper {
    background-color: #ffffff;
  }

  .site-footer {
    max-width: 1366px;
    margin: 0 auto;
  }

  .footer-wrapper {
    background-color: #005070;
  }
}