:root {
  --dl-layout-size-large: 144px;
  --dl-layout-size-small: 48px;
  --dl-layout-space-unit: 16px;
  --dl-layout-size-medium: 96px;
  --dl-layout-size-xlarge: 192px;
  --dl-layout-size-xsmall: 16px;
  --dl-color-theme-accent1: #FFFFFF;
  --dl-color-theme-accent2: #F5D1B0;
  --dl-layout-radius-round: 50%;
  --dl-layout-size-xxlarge: 288px;
  --dl-color-theme-primary1: #BF4408;
  --dl-color-theme-primary2: #E65103;
  --dl-layout-size-maxwidth: 1400px;
  --dl-layout-radius-radius2: 2px;
  --dl-layout-radius-radius4: 4px;
  --dl-layout-radius-radius8: 8px;
  --dl-layout-space-halfunit: 8px;
  --dl-layout-space-sixunits: 96px;
  --dl-layout-space-twounits: 32px;
  --dl-color-theme-secondary1: #FFFFFF;
  --dl-color-theme-secondary2: #FBF1EB;
  --dl-layout-space-fiveunits: 80px;
  --dl-layout-space-fourunits: 64px;
  --dl-layout-space-threeunits: 48px;
  --dl-color-theme-neutral-dark: #191818;
  --dl-layout-radius-cardradius: 8px;
  --dl-color-theme-neutral-light: #FBFAF9;
  --dl-layout-radius-imageradius: 8px;
  --dl-layout-radius-inputradius: 24px;
  --dl-layout-radius-buttonradius: 24px;
  --dl-layout-space-oneandhalfunits: 24px;
}

.button {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}

.input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}

.textarea {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}

.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}

.list-item {
  display: list-item;
}

.teleport-show {
  display: flex !important;
  transform: none !important;
}

.thq-input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  outline: none;
  padding: 0.5rem 1rem;
  align-self: stretch;
  text-align: center;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-inputradius);
  background-color: var(--dl-color-theme-neutral-light);
}

.thq-input:focus {
  outline: 1px solid var(--dl-color-theme-primary1);
}

.thq-button-filled {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  background-color: var(--dl-color-theme-primary1);
}

.thq-button-filled:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}

.thq-button-outline {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  border: 1px solid;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}

.thq-button-outline:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}

.thq-button-flat {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: transparent;
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}

.thq-button-flat:hover {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}

.thq-heading-1 {
  font-size: 48px;
  font-family: STIX Two Text;
  font-weight: 700;
  line-height: 1.5;
}

.thq-heading-2 {
  font-size: 35px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}

.thq-heading-3 {
  font-size: 26px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}

.thq-body-large {
  font-size: 18px;
  font-family: Noto Sans;
  line-height: 1.5;
}

.thq-body-small {
  font-size: 16px;
  font-family: Noto Sans;
  line-height: 1.5;
}

.thq-team-image-round {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.thq-section-padding {
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-fiveunits);
  position: relative;
flex-direction: column;
}

.thq-section-max-width {
  width: 100%;
  max-width: var(--dl-layout-size-maxwidth);
}

.thq-img-ratio-1-1 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: var(--dl-layout-radius-imageradius);
}

.thq-img-ratio-16-9 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: var(--dl-layout-radius-imageradius);
}

.thq-img-ratio-4-3 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: var(--dl-layout-radius-imageradius);
}

.thq-img-ratio-4-6 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/6;
  border-radius: var(--dl-layout-radius-imageradius);
}

.thq-img-round {
  width: 100%;
  border-radius: var(--dl-layout-radius-round);
}

.thq-flex-column {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
flex-direction: column;
}

.thq-flex-row {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
}

.thq-grid-6 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.thq-grid-5 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.thq-card {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  padding: var(--dl-layout-space-twounits);
  align-items: stretch;
  border-radius: var(--dl-layout-radius-cardradius);
  flex-direction: column;
}

.thq-box-shadow {
  box-shadow: 0px 0px 5px -2px var(--dl-color-theme-neutral-dark);
}

.thq-grid-3 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr;
}

.thq-grid-4 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.thq-grid-2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr;
}

.thq-checkbox {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}

.thq-select {
  cursor: pointer;
  appearance: none;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-inputradius);
  padding-right: var(--dl-layout-space-twounits);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: var(--dl-color-theme-neutral-light);
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg width%3D%2220%22 height%3D%2220%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 20 20%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M4.293 7.293a1 1 0 011.414 0L10 11.586l4.293-4.293a1 1 0 111.414 1.414l-5 5a1 1 0 01-1.414 0l-5-5a1 1 0 010-1.414z%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 8px center;
}

.thq-divider-horizontal {
  width: 100%;
  height: 1px;
  background-color: var(--dl-color-theme-neutral-dark);
}

.thq-icon-small {
  width: 24px;
  height: 24px;
}

.thq-button-icon {
  fill: var(--dl-color-theme-secondary1);
  padding: 3px;
  transition: 0.3s;
  border-radius: var(--dl-layout-radius-round);
}

.thq-button-icon:hover {
  fill: var(--dl-color-theme-secondary2);
}

.thq-icon-medium {
  width: var(--dl-layout-size-small);
  height: var(--dl-layout-size-small);
}

.thq-icon-x-small {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}

.thq-link {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(to right, var(--dl-color-theme-primary1) 50%, var(--dl-color-theme-neutral-dark) 50%);
  transition: background-position 300ms ease;
  font-weight: 600;
  background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-text-fill-color: transparent;
}

.thq-link:hover {
  background-position: 0 100%;
}

.thq-grid-auto-300 {
  display: grid;
  grid-gap: var(--dl-layout-space-oneandhalfunits);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.thq-animated-group-vertical-reverse {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
flex-direction: column;
  justify-content: space-around;
  animation-direction: reverse;
}

.thq-animated-group-horizontal-reverse {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
justify-content: space-around;
  animation-direction: reverse;
}

.thq-animated-group-vertical {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
flex-direction: column;
  justify-content: space-around;
}

.thq-animated-group-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
justify-content: space-around;
}

.thq-animated-group-container-vertical {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
  flex-direction: column;
}

.thq-animated-group-container-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
}

.thq-mask-image-vertical {
  mask-image: linear-gradient(to bottom, transparent, black 1%, black 99%, transparent);
}

.thq-mask-image-horizontal {
  mask-image: linear-gradient(to right, transparent, black 1%, black 99%, transparent);
}

.thq-img-scale {
  transition: 0.3s;
}

.thq-img-scale:hover {
  scale: 1.05;
}

.thq-animated-card-bg-1 {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent1);
}

.thq-animated-card-bg-2 {
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent2);
}

.thq-button-animated {
  outline: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-width: 2px;
}

.thq-input::placeholder {
  text-align: center;
  vertical-align: middle;
}

.thq-animated-group-container-vertical:hover div {
  animation-play-state: paused;
}

.thq-animated-group-container-horizontal:hover div {
  animation-play-state: paused;
}

.thq-animated-card-bg-2:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(3deg) skew(0deg, 0deg);
}

.thq-animated-card-bg-1:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-6deg) skew(0deg, 0deg);
}

.thq-button-animated:before {
  top: 0;
  left: -20%;
  color: var(--dl-color-theme-neutral-light);
  width: 200%;
  height: 101%;
  content: "";
  z-index: 1;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.5s;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: var(--dl-color-theme-neutral-dark);
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}

.thq-button-animated:hover::before {
  color: var(--dl-color-theme-neutral-light);
  z-index: -1;
  transform: scaleX(1);
}

.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}

@media(max-width: 767px) {
  .thq-section-padding {
    padding: var(--dl-layout-space-threeunits);
  }
  .thq-flex-column {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-flex-row {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .thq-card {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-grid-3 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr;
  }
  .thq-img-scale {
    width: 100%;
  }
}

@media(max-width: 479px) {
  .thq-section-padding {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .thq-flex-column {
    gap: var(--dl-layout-space-unit);
  }
  .thq-flex-row {
    gap: var(--dl-layout-space-unit);
  }
  .thq-grid-6 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-5 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .thq-grid-3 {
    grid-gap: var(--dl-layout-space-unit);
  grid-template-columns: 1fr;
  }
  .thq-grid-4 {
    grid-gap: var(--dl-layout-space-unit);
  flex-direction: column;
    grid-template-columns: 1fr;
  }
  .thq-grid-2 {
    grid-gap: var(--dl-layout-space-unit);
  }
  .thq-grid-auto-300 {
    grid-template-columns: 1fr;
  }
}

.responsove16-container1 {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
flex-direction: column;
}
 
.responsove16responsove16 {
  gap: 5px;
  width: 100%;
display: flex;
  overflow: hidden;
  align-items: center;
flex-direction: column;
  background-color: #fff;
  position: relative;
}
 
.responsove16nav {
  gap: 724px;
  display: flex;
  padding: 6px 121px;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
justify-content: space-between;
  background-color: #0cbfff;
  position: relative;
  z-index: 10;
}
 
.responsove16-frame9342 {
  gap: 478px;
  display: flex;
  flex-grow: 1;
justify-content: space-between;
}
 
.responsove16-frame9253 {
  gap: 53px;
  width: 369.75px;
  display: flex;
  align-items: center;
justify-content: space-between;
}
 
.responsove16-frame9251 {
  gap: 5px;
  width: 157.75px;
  display: flex;
flex-shrink: 0;
}
 
.responsove16-frame10 {
  width: 15.75px;
  height: 15.75px;
  display: flex;
  overflow: hidden;
  position: relative;
flex-shrink: 0;
}
 
.responsove16-group10 {
  top: 0.000789642333984375px;
  left: 0px;
  width: 15.749991416931152px;
  height: 15.748872756958008px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-vector10 {
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  position: absolute;
}
 
.responsove16-vector11 {
  top: 3.675426483154297px;
  left: 8.662078857421875px;
  width: 4px;
  height: 4px;
  position: absolute;
}
 
.responsove16-vector12 {
  top: 5.250190734863281px;
  left: 8.662078857421875px;
  width: 2px;
  height: 2px;
  position: absolute;
}
 
.responsove16-text10 {
  color: #fff;
flex-grow: 1;
  font-size: 15px;
text-align: left;
  font-family: Poppins;
  font-weight: 400;
font-stretch: normal;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.responsove16-text10:hover {
  opacity: 0.8;
  text-decoration: underline;
}
 
.responsove16-frame9252 {
  gap: 5px;
  width: 159px;
  display: flex;
flex-shrink: 0;
}
 
.responsove16-frame11 {
  width: 18px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
flex-shrink: 0;
}
 
.responsove16-group11 {
  top: 2.25px;
  left: 0px;
  width: 18px;
  height: 13.5px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-vector13 {
  top: 0px;
  left: 0px;
  width: 18px;
  height: 13px;
  position: absolute;
}
 
.responsove16-text11 {
  color: #fff;
flex-grow: 1;
  font-size: 15px;
text-align: left;
  font-family: Poppins;
  font-weight: 400;
font-stretch: normal;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.responsove16-text11:hover {
  opacity: 0.8;
  text-decoration: underline;
}
 
.responsove16-frame42 {
  gap: 10px;
  width: 110.43243408203125px;
  display: flex;
  align-items: flex-start;
flex-direction: column;
}

.responsove16-social-link {
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.responsove16-social-link:hover {
  opacity: 0.7;
}
 
.responsove16-group43 {
  width: 110px;
  height: 18px;
  display: flex;
  position: relative;
  align-items: flex-start;
pointer-events: auto;
}
 
.responsove16-group12 {
  top: 0.9729709625244141px;
  left: 25.78209686279297px;
  width: 15.589842796325684px;
  height: 15.932428359985352px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-vector14 {
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  position: absolute;
  filter: brightness(0) invert(1);
}
 
.responsove16-group13 {
  top: 0.9729709625244141px;
  left: -0.00002288818359375px;
  width: 8.273229598999023px;
  height: 15.932430267333984px;
  display: flex;
  position: absolute;
  align-items: flex-start;
z-index: 100;
  pointer-events: auto;
}
 
.responsove16-vector15 {
  top: 0px;
  left: 0px;
  width: 8px;
  height: 16px;
  position: absolute;
}
 
.responsove16-group14 {
  top: 0.9729709625244141px;
  left: 58.8812255859375px;
  width: 15.93204116821289px;
  height: 15.932428359985352px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-vector16 {
  top: 0px;
  left: 0px;
  width: 16px;
  height: 16px;
  position: absolute;
}
 
.responsove16-vector17 {
  top: 2.654970169067383px;
  left: 11.285751342773438px;
  width: 2px;
  height: 2px;
  position: absolute;
}
 
.responsove16-vector18 {
  top: 3.982828140258789px;
  left: 3.9829788208007812px;
  width: 8px;
  height: 8px;
  position: absolute;
}
 
.responsove16-frame12 {
  top: 0px;
  left: 92.4323959350586px;
  width: 18px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: absolute;
flex-shrink: 0;
}
 
.responsove16-group15 {
  top: 1.800048828125px;
  left: 1.80078125px;
  width: 14.399999618530273px;
  height: 14.399999618530273px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-vector19 {
  top: 0px;
  left: 0px;
  width: 14px;
  height: 14px;
  position: absolute;
}
 
.responsove16header {
  gap: 515px;
  display: flex;
  padding: 0 93px;
  overflow: hidden;
  align-self: stretch;
  align-items: center;
justify-content: space-between;
  background-color: transparent;
  position: relative;
  z-index: 10;
}

.responsove16header a {
  display: inline-block;
  flex-shrink: 0;
}

.responsove16header img {
  max-width: 100%;
  height: auto;
}
 
.responsove16-image47 {
  width: 118px;
  height: 79px;
  object-fit: contain;
  object-position: center;
}
 
.responsove16-frame9249 {
  gap: 40px;
  height: 47px;
  display: flex;
  align-items: center;
justify-content: flex-end;
}

.responsove16-hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.responsove16-hamburger span {
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
  transition: all 0.3s ease;
  transform-origin: center;
  display: block;
}

/* Hamburger animation to X - center lines and rotate */
.responsove16-hamburger.active {
  justify-content: center;
}

.responsove16-hamburger.active span {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.5px;
}

.responsove16-hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
}

.responsove16-hamburger.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.responsove16-hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
}
 
.responsove16-frame9248 {
  gap: 1px;
  width: 54px;
  height: 27px;
  display: flex;
  align-items: center;
flex-direction: column;
  justify-content: center;
}
 
.responsove16-text12 {
  color: #0cbfff;
font-size: 18px;
text-align: left;
  font-family: Poppins;
  font-weight: 500;
font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-rectangle2735 {
  width: 52px;
  height: 2px;
}
 
.responsove16-text13 {
  color: #000;
  width: 76px;
font-size: 18px;
text-align: left;
  font-family: Poppins;
  font-weight: 500;
font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text14 {
  color: #000;
  width: 87px;
font-size: 18px;
text-align: left;
  font-family: Poppins;
  font-weight: 500;
font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text15 {
  color: #000;
  width: 73px;
font-size: 18px;
text-align: left;
  font-family: Poppins;
  font-weight: 500;
font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-group9 {
  width: 153px;
  height: 46.13916015625px;
  display: flex;
  position: relative;
  align-items: flex-start;
background-color: #0689a0;
}
 
.responsove16-text16 {
  top: 9px;
  left: 20.9033203125px;
  color: #fff;
  width: 111px;
position: absolute;
  font-size: 18px;
text-align: center;
  font-family: Poppins;
  font-weight: 500;
font-stretch: normal;
  text-decoration: none;
}

/* Navigation Button Styles */
.responsove16-nav-button {
  display: flex;
justify-content: center;
  padding: 8px 16px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  background: transparent;
  gap: 1px;
  flex-direction: column;
  position: relative;
}

.responsove16-nav-button:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.responsove16-nav-button-active {
  gap: 1px;
}

.responsove16-nav-button-primary {
  width: 153px;
  height: 46.13916015625px;
  background-color: #0689a0;
  border-radius: 9999px;
  padding: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.responsove16-nav-button-primary span {
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-family: Poppins;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.responsove16-nav-button-primary:hover {
  background-color: #0cbfff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
 
.responsove16hero {
  display: flex;
  padding: 0;
  align-self: stretch;
  background-color: #dcf6fa;
  background-size: cover;
  background-image: url("../public/HERO.png");
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  margin-top: -150px;
  padding-top: 150px;
  min-height: clamp(600px, 50vw, 800px);
}
 
.responsove16-frame9332 {
  gap: 10px;
  display: flex;
  padding: 43px 0 0;
  flex-grow: 1;
  flex-wrap: wrap;
justify-content: center;
}
 
.responsove16-frame9331 {
  gap: 23px;
  width: 440px;
  max-width: 440px;
  display: flex;
  padding: 0;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  align-self: center;
flex-direction: column;
}
 
.responsove16-frame9247 {
  gap: 10px;
  display: flex;
  padding: 0 64px;
  align-self: stretch;
  justify-content: center;
flex-shrink: 0;
}
 
.responsove16-text17 {
  color: #0cbfff;
font-size: 24px;
text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 50px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text18 {
  color: #000;
font-size: 48px;
  align-self: stretch;
text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 58px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-group9238 {
  width: 228px;
  height: 49px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  align-self: center;
  background-color: #0689a0;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.responsove16-group9238:hover {
  background-color: #0cbfff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
 
.responsove16-text22 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: Poppins;
  font-weight: 500;
  position: relative;
}
 
.responsove16-frame9256 {
  gap: 84px;
  width: auto;
  min-width: 513px;
  height: 505px;
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
}
 
.responsove16-group9265 {
  width: 513px;
  height: 506px;
  display: flex;
  position: relative;
  flex-grow: 1;
flex-shrink: 1;
}
 
.responsove16-group9248 {
  top: 0px;
  left: 0px;
  width: 513px;
  height: 506px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-rectangle2752 {
  top: 28px;
  left: calc(91.2819595336914px - 24px);
  width: 375px;
  height: 478px;
  position: absolute;
  border-radius: 40px 40px 0 0;
}
 
.responsove16-image44 {
  top: 0px;
  left: -24px;
  width: 513px;
  height: 505px;
  position: absolute;
}

.responsove16-funfact {
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  align-self: center;
}

.responsove16-frame9256-image {
  display: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-top: auto;
  align-self: flex-end;
}

@media(min-width: 451px) {
  .responsove16-frame9256-image {
    display: none !important;
  }
}
 
.responsove16aboutus {
  gap: 6px;
  display: flex;
  padding: 50px 51px;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
justify-content: space-between;
}
 
.responsove16-group9266 {
  width: 493px;
  height: 433.560302734375px;
  display: flex;
  position: relative;
  flex-grow: 1;
  align-items: center;
flex-direction: row;
}
 
.responsove16-group9249 {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  flex-grow: 1;
  flex-shrink: 1;
  align-items: center;
  justify-content: center;
}
 
.responsove16-frame92661 {
  gap: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.responsove16-image33 {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 434px;
  object-fit: contain;
  align-self: center;
  margin: 0 auto;
  display: block;
}
 
.responsove16-frame9258 {
  gap: 14px;
  width: 493px;
  display: flex;
  padding: 0 43px;
  flex-grow: 1;
  align-items: flex-start;
flex-direction: column;
}
 
.responsove16-text23 {
  color: #0cbfff;
font-size: 20px;
  align-self: stretch;
text-align: left;
  font-family: Outfit;
  font-weight: 700;
  line-height: 20px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text24 {
  color: #000;
  width: 364px;
font-size: 36px;
text-align: left;
  font-family: Poppins;
  font-weight: 600;
  line-height: 40px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text25 {
  color: rgba(83, 83, 83, 1);
font-size: 16px;
  align-self: stretch;
text-align: left;
  font-family: Poppins;
  font-weight: 400;
  line-height: 27px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-group9239 {
  width: 228px;
  height: 49px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #0cbfff;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.responsove16-group9239:hover {
  background-color: #0689a0;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
 
.responsove16-text29 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: Poppins;
  font-weight: 500;
  position: relative;
}
 
.responsove16-frame9354 {
  gap: 10px;
  width: 1440px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}

/* Mobile WCU Image - Hidden by default, shown below 1093px */
.responsove16-wcu-mobile {
  display: none;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}

.responsove16-wcu-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
 
.responsove16-text30 {
  color: #000;
font-size: 36px;
text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 45.525001525878906px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9269 {
  gap: 44px;
  display: flex;
  padding: 0 83px 0 92px;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
justify-content: center;
}
 
.responsove16-frame9261 {
  gap: 10px;
  display: flex;
  padding: 104px 71px;
  flex-wrap: wrap;
  background-size: cover;
  background-image: url("../public/tq_c-vchaa-86-x9ee-1500h.png");
  position: relative;
  overflow: hidden;
}

.responsove16-frame9261::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../public/tq_gidjskgfik-b0g-400h.png");
  background-size: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
  pointer-events: none;
}

.responsove16-frame9261:hover::before {
  opacity: 1;
}

.responsove16-frame9261 > * {
  position: relative;
  z-index: 1;
}
 
.responsove16-frame92601 {
  gap: 11px;
  width: 230px;
  display: flex;
  align-self: stretch;
  align-items: center;
flex-direction: column;
}
 
.responsove16-frame13 {
  width: 75px;
  height: 75px;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.responsove16-frame13::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../public/Frame (3).png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
 
.responsove16-group16 {
  top: 0px;
  left: 7.619140625px;
  width: 59.76340866088867px;
  height: 75.00003814697266px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-vector20 {
  top: 0px;
  left: 0px;
  width: 60px;
  height: 75px;
  position: absolute;
  transition: opacity 0.3s ease;
}
 
.responsove16-text31 {
  color: #fff;
font-size: 18px;
  align-self: stretch;
text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 18px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text32 {
  color: #fff;
font-size: 15px;
  align-self: stretch;
text-align: center;
  font-family: Poppins;
  font-weight: 400;
  line-height: 24px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame92662 {
  gap: 10px;
  display: flex;
  padding: 104px 71px;
  flex-wrap: wrap;
  background-size: cover;
  background-image: url("../public/tq_c-vchaa-86-x9ee-1500h.png");
  position: relative;
  overflow: hidden;
}

.responsove16-frame92662::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../public/tq_gidjskgfik-b0g-400h.png");
  background-size: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
  pointer-events: none;
}

.responsove16-frame92662:hover::before {
  opacity: 1;
}

.responsove16-frame92662 > * {
  position: relative;
  z-index: 1;
}
 
.responsove16-frame92602 {
  gap: 11px;
  width: 230px;
  display: flex;
  align-self: stretch;
  align-items: center;
flex-direction: column;
}
 
.responsove16-frame14 {
  width: 75px;
  height: 75px;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.responsove16-frame14::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../public/Frame (4).png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
 
.responsove16-group17 {
  top: 7.490918159484863px;
  left: 1.1719874143600464px;
  width: 72.65602111816406px;
  height: 60.020259857177734px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-vector21 {
  top: 0px;
  left: 0px;
  width: 73px;
  height: 60px;
  position: absolute;
  transition: opacity 0.3s ease;
}
 
.responsove16-text33 {
  color: #fff;
font-size: 18px;
  align-self: stretch;
text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 18px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text34 {
  color: #fff;
font-size: 15px;
  align-self: stretch;
text-align: center;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 24px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame92631 {
  gap: 10px;
  width: 372px;
  display: flex;
  padding: 79px 66px;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: url("../public/tq_c-vchaa-86-x9ee-1500h.png");
  position: relative;
  overflow: hidden;
}

.responsove16-frame92631::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../public/tq_gidjskgfik-b0g-400h.png");
  background-size: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
  pointer-events: none;
}

.responsove16-frame92631:hover::before {
  opacity: 1;
}

.responsove16-frame92631 > * {
  position: relative;
  z-index: 1;
}

/* Icon hover effects - change icons when diamond is hovered */
.responsove16-frame9261:hover .responsove16-vector20 {
  opacity: 0;
}

.responsove16-frame9261:hover .responsove16-frame13::after {
  opacity: 1;
}

.responsove16-frame92662:hover .responsove16-vector21 {
  opacity: 0;
}

.responsove16-frame92662:hover .responsove16-frame14::after {
  opacity: 1;
}

.responsove16-frame9348:hover .responsove16-vector23,
.responsove16-frame9348:hover .responsove16-vector24,
.responsove16-frame9348:hover .responsove16-vector25 {
  opacity: 0;
}

.responsove16-frame9348:hover .responsove16-frame16::after {
  opacity: 1;
}

.responsove16-frame92631:hover .responsove16-vector22 {
  opacity: 1;
}

.responsove16-frame92631:hover .responsove16-frame15::after {
  opacity: 0;
}

.responsove16-frame9337:hover .responsove16-vector26 {
  opacity: 0;
}

.responsove16-frame9337:hover .responsove16-frame17::after {
  opacity: 1;
}
 
.responsove16-frame9262 {
  gap: 11px;
  height: 176px;
  display: flex;
  align-self: stretch;
  align-items: center;
flex-direction: column;
}
 
.responsove16-frame15 {
  width: 72px;
  height: 82px;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.responsove16-frame15::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../public/Frame.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}
 
.responsove16-group18 {
  top: 7px;
  left: 0px;
  width: 72.3619613647461px;
  height: 75px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-vector22 {
  top: 0px;
  left: -0.00005778670310974121px;
  width: 72px;
  height: 75px;
  position: absolute;
  transition: opacity 0.3s ease;
  opacity: 0;
}
 
.responsove16-text35 {
  color: #fff;
font-size: 18px;
  align-self: stretch;
text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 18px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text36 {
  color: #fff;
font-size: 15px;
  align-self: stretch;
text-align: center;
  font-family: Poppins;
  font-weight: 400;
  line-height: 24px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9350 {
  gap: 44px;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
padding-bottom: 40px;
  justify-content: center;
}
 
.responsove16-frame9348 {
  gap: 10px;
  width: 371.6050720214844px;
  height: 371.6050720214844px;
  display: flex;
  padding: 89px;
  flex-wrap: wrap;
  align-items: center;
  background-size: cover;
  justify-content: center;
  background-image: url("../public/tq_c-vchaa-86-x9ee-1500h.png");
  position: relative;
  overflow: hidden;
}

.responsove16-frame9348::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../public/tq_gidjskgfik-b0g-400h.png");
  background-size: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
  pointer-events: none;
}

.responsove16-frame9348:hover::before {
  opacity: 1;
}

.responsove16-frame9348 > * {
  position: relative;
  z-index: 1;
}
 
.responsove16-frame9267 {
  gap: 9px;
  width: 193.60507202148438px;
  display: flex;
  flex-grow: 1;
  align-self: stretch;
  align-items: center;
flex-direction: column;
}
 
.responsove16-frame16 {
  width: 75px;
  height: 75px;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.responsove16-frame16::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../public/Frame (5).png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
 
.responsove16-group19 {
  top: 8.54248046875px;
  left: 4.685546875px;
  width: 65.62481689453125px;
  height: 58.67912673950195px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-vector23 {
  top: 0.27100127935409546px;
  left: 1.043081283569336e-7px;
  width: 23px;
  height: 42px;
  position: absolute;
  transition: opacity 0.3s ease;
}
 
.responsove16-vector24 {
  top: 0px;
  left: 5.4609375px;
  width: 50px;
  height: 58px;
  position: absolute;
  transition: opacity 0.3s ease;
}
 
.responsove16-vector25 {
  top: 16.2890625px;
  left: 18.271484375px;
  width: 47px;
  height: 42px;
  position: absolute;
  transition: opacity 0.3s ease;
}
 
.responsove16-text37 {
  color: #fff;
font-size: 18px;
text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 18px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text38 {
  color: #fff;
  width: 187px;
font-size: 15px;
text-align: center;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 24px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9360 {
  gap: 44px;
  width: 371px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
justify-content: center;
}
 
.responsove16-frame9337 {
  gap: 10px;
  width: 371.6050720214844px;
  height: 371.6050720214844px;
  display: flex;
  padding: 89px 65px;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  background-image: url("../public/tq_c-vchaa-86-x9ee-1500h.png");
  position: relative;
  overflow: hidden;
}

.responsove16-frame9337::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../public/tq_gidjskgfik-b0g-400h.png");
  background-size: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
  pointer-events: none;
}

.responsove16-frame9337:hover::before {
  opacity: 1;
}

.responsove16-frame9337 > * {
  position: relative;
  z-index: 1;
}
 
.responsove16-frame92663 {
  gap: 9px;
  display: flex;
  flex-grow: 1;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.responsove16-frame17 {
  width: 75px;
  height: 75px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.responsove16-frame17::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../public/Frame (1).png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
 
.responsove16-group20 {
  width: 63.59281921386719px;
  height: 72.07177734375px;
  display: flex;
  position: relative;
  flex-shrink: 1;
}
 
.responsove16-vector26 {
  width: 64px;
  height: 72px;
  position: relative;
  transition: opacity 0.3s ease;
}
 
.responsove16-text39 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 18px;
}
 
.responsove16-text40 {
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 24px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-service {
  gap: 34px;
  display: flex;
  padding: 66px 59px;
  align-self: stretch;
flex-direction: column;
  background-color: #0cbfff;
}
 
.responsove16-frame9273 {
  gap: 4px;
  display: flex;
  align-self: stretch;
flex-direction: column;
}
 
.responsove16-text41 {
  color: #fff;
font-size: 40px;
  align-self: stretch;
text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 46.7055549621582px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text42 {
  color: #fff;
font-size: 16px;
  align-self: stretch;
text-align: center;
  font-family: Poppins;
  font-weight: 400;
  line-height: 22.876190185546875px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame92791 {
  gap: 20px;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  align-self: stretch;
flex-shrink: 0;
}
 
.responsove16-frame9274 {
  gap: 10px;
  width: 195px;
  height: 590px;
  display: flex;
  padding: 26px 79px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6000000238418579) 0%, rgba(0, 0, 0, 0.6000000238418579) 100%);
  align-items: center;
flex-direction: column;
  background-size: cover;
  justify-content: flex-end;
  background-image: url("../public/tq_i0f3x0z_ip-7df5-200w.png");
}
 
.responsove16-text43 {
  color: #fff;
font-size: 24px;
text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 25.16381072998047px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame92792 {
  gap: 10px;
  width: 195px;
  height: 590px;
  display: flex;
  padding: 26px 79px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  align-items: center;
flex-direction: column;
  background-size: cover;
  justify-content: flex-end;
  background-image: url("../public/tq_fezmvy1fms-8zg-200w.png");
}
 
.responsove16-text44 {
  color: #fff;
font-size: 24px;
text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 25.16381072998047px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9276 {
  gap: 10px;
  width: 189px;
  height: 590px;
  display: flex;
  padding: 26px 79px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6000000238418579) 0%, rgba(0, 0, 0, 0.6000000238418579) 100%);
  align-items: center;
flex-direction: column;
  background-size: cover;
  justify-content: flex-end;
  background-image: url("../public/tq_d2wjjxo8fu-1fqd-200w.png");
}
 
.responsove16-text45 {
  color: #fff;
font-size: 24px;
text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 25.16381072998047px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9278 {
  gap: 10px;
  width: 970px;
  display: flex;
  padding: 33px 25px;
  flex-grow: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6000000238418579) 0%, rgba(0, 0, 0, 0.6000000238418579) 100%);
  align-items: flex-start;
flex-direction: column;
  background-size: cover;
  justify-content: flex-end;
  background-image: url("../public/tq_5_8yinp2kg-mfc9-1000w.png");
}
 
.responsove16-frame9277 {
  gap: 26px;
  width: 430px;
  height: 524px;
  display: flex;
  align-items: flex-start;
flex-direction: column;
  justify-content: flex-end;
}
 
.responsove16-background-shadow {
  width: 120px;
  height: 120px;
  display: flex;
  position: relative;
  box-shadow: 0px 20.80000114440918px 32.000003814697266px 0px rgba(98, 141, 251, 0.30000001192092896) ;
  align-items: flex-start;
border-radius: 120.00001525878906px;
  background-color: #0689a0;
}
 
.responsove16-frame18 {
  top: 28px;
  left: 32px;
  width: 56px;
  height: 64px;
  display: flex;
  overflow: hidden;
  position: absolute;
flex-shrink: 0;
}
 
.responsove16-group21 {
  top: 0.9990234375px;
  left: 0px;
  width: 56.00000762939453px;
  height: 62.166114807128906px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-vector27 {
  top: 0px;
  left: 0px;
  width: 56px;
  height: 62px;
  position: absolute;
}
 
.responsove16-text46 {
  color: #fff;
font-size: 32px;
text-align: left;
  font-family: Poppins;
  font-weight: 600;
  line-height: 25.16381072998047px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-getintouch {
  gap: 21px;
  display: flex;
  padding: 100px 132px;
  align-self: stretch;
flex-direction: column;
  justify-content: center;
}
 
.responsove16-frame9301 {
  display: flex;
  align-self: stretch;
flex-direction: column;
}
 
.responsove16-text47 {
  color: rgba(10, 57, 103, 1);
font-size: 36.33938217163086px;
  align-self: stretch;
text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 47.2411994934082px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text48 {
  color: rgba(91, 87, 87, 1);
font-size: 13.082178115844727px;
  align-self: stretch;
text-align: center;
  font-family: Inter;
  font-weight: 400;
  line-height: 18.8964786529541px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9300 {
  gap: 23px;
  display: flex;
  padding: 25px 16px;
  overflow: hidden;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
justify-content: center;
}
 
.responsove16-frame9290 {
  gap: 18px;
  width: 100%;
  display: flex;
  padding: 62px 40px;
  max-width: 440px;
border-radius: 15px;
  flex-direction: column;
  background-color: #0cbfff;
}
 
.responsove16-text49 {
  color: #fff;
font-size: 26.164356231689453px;
text-align: left;
  font-family: Poppins;
  font-weight: 600;
  line-height: 47.2411994934082px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9283 {
  gap: 7px;
  display: flex;
  align-self: stretch;
flex-shrink: 0;
}
 
.responsove16-frame19 {
  width: 25px;
  height: 25px;
}
 
.responsove16-frame9282 {
  width: 215px;
  display: flex;
  align-items: flex-start;
flex-direction: column;
}
 
.responsove16-text50 {
  color: #fff;
font-size: 13.082178115844727px;
  align-self: stretch;
  font-style: Semi Bold;
  text-align: left;
  font-family: Inter;
  font-weight: 700;
  line-height: 18.8964786529541px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text51 {
  color: #fff;
font-size: 10.901814460754395px;
  align-self: stretch;
text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: 16.716115951538086px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame61 {
  gap: 10px;
  display: flex;
  align-self: stretch;
flex-direction: column;
}
 
.responsove16-group64 {
  width: 125px;
  height: 36px;
  display: flex;
  position: relative;
flex-shrink: 1;
}
 
.responsove16-frame9285 {
  gap: 9px;
  top: 0px;
  left: 0px;
  display: flex;
  position: absolute;
  align-items: center;
}
 
.responsove16-frame20 {
  width: 20px;
  height: 20px;
}
 
.responsove16-frame9284 {
  width: 96px;
  display: flex;
  align-items: flex-start;
flex-direction: column;
}
 
.responsove16-text52 {
  color: #fff;
font-size: 13.082178115844727px;
  align-self: stretch;
  font-style: Semi Bold;
  text-align: left;
  font-family: Inter;
  font-weight: 700;
  line-height: 18.8964786529541px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text53 {
  color: #fff;
font-size: 10.901814460754395px;
  align-self: stretch;
text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: 16.716115951538086px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9287 {
  gap: 9px;
  display: flex;
  align-self: stretch;
flex-shrink: 0;
}
 
.responsove16-frame21 {
  width: 21px;
  height: 21px;
}
 
.responsove16-frame9286 {
  width: 116px;
  display: flex;
  align-items: flex-start;
flex-direction: column;
}
 
.responsove16-text54 {
  color: #fff;
font-size: 13.082178115844727px;
  align-self: stretch;
  font-style: Semi Bold;
  text-align: left;
  font-family: Inter;
  font-weight: 700;
  line-height: 18.8964786529541px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text55 {
  color: #fff;
font-size: 10.901814460754395px;
  align-self: stretch;
text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: 16.716115951538086px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9289 {
  gap: 9px;
  display: flex;
  align-self: stretch;
flex-shrink: 0;
}
 
.responsove16-frame22 {
  width: 23px;
  height: 23px;
}
 
.responsove16-frame9288 {
  width: 151px;
  display: flex;
  align-items: flex-start;
flex-direction: column;
}
 
.responsove16-text56 {
  color: #fff;
font-size: 13.082178115844727px;
  align-self: stretch;
  font-style: Semi Bold;
  text-align: left;
  font-family: Inter;
  font-weight: 700;
  line-height: 18.8964786529541px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text57 {
  color: #fff;
font-size: 10.901814460754395px;
  align-self: stretch;
text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: 16.716115951538086px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9298 {
  gap: 28px;
  width: 441.56243896484375px;
  height: 100%;
  display: flex;
  padding: 35px 31px;
  flex-grow: 1;
  box-shadow: 0px 0px 8.100000381469727px 0px rgba(0, 0, 0, 0.25) ;
  align-items: flex-start;
border-radius: 26px;
  flex-direction: column;
  background-color: #fff;
}
 
.responsove16-frame9357 {
  gap: 33px;
  display: flex;
  align-self: stretch;
flex-direction: column;
}
 
.responsove16-frame9294 {
  gap: 18px;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
flex-shrink: 0;
}
 
.responsove16-frame9292 {
  gap: 10px;
  height: 43px;
  display: flex;
  padding: 12px 11px;
  flex-grow: 1;
  align-items: center;
border-color: rgba(175, 189, 203, 1);
  border-style: solid;
  border-width: 0.7267876267433167px;
  border-radius: 4.3607258796691895px;
  background-color: #fff;
}
 
.responsove16-text58 {
  color: rgba(91, 87, 87, 1);
font-size: 13.082178115844727px;
text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: 18.8964786529541px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9293 {
  gap: 10px;
  height: 42.880470275878906px;
  display: flex;
  padding: 12px 11px;
  flex-grow: 1;
  align-items: center;
border-color: rgba(175, 189, 203, 1);
  border-style: solid;
  border-width: 0.7267876267433167px;
  border-radius: 4.3607258796691895px;
  background-color: #fff;
}
 
.responsove16-text59 {
  color: rgba(91, 87, 87, 1);
font-size: 13.082178115844727px;
text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: 18.8964786529541px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9295 {
  gap: 10px;
  display: flex;
  padding: 12px 11px;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
border-color: rgba(175, 189, 203, 1);
  border-style: solid;
  border-width: 0.7267876267433167px;
  border-radius: 4.3607258796691895px;
  background-color: #fff;
}
 
.responsove16-text60 {
  color: rgba(91, 87, 87, 1);
font-size: 13.082178115844727px;
text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: 18.8964786529541px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9296 {
  gap: 10px;
  display: flex;
  padding: 9px 11px;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
border-color: rgba(175, 189, 203, 1);
  border-style: solid;
  border-width: 0.7267876267433167px;
  border-radius: 4.3607258796691895px;
  background-color: #fff;
}
 
.responsove16-text61 {
  color: rgba(91, 87, 87, 1);
font-size: 13.082178115844727px;
text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: 18.8964786529541px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9297 {
  gap: 10px;
  width: 169.3415069580078px;
  height: 42.880470275878906px;
  display: flex;
  padding: 12px 38px;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 9999px;
  justify-content: center;
  background-color: #0689a0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.responsove16-frame9297:hover {
  background-color: #0cbfff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
 
.responsove16-text62 {
  color: #fff;
  font-size: 13.082178115844727px;
  text-align: center;
  font-family: Inter;
  font-weight: 400;
  line-height: 18.8964786529541px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9365 {
  display: flex;
  padding: 11px 52px;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
border-radius: 27px;
  justify-content: center;
}
 
.responsove16-frame9363 {
  gap: 10px;
  height: 389px;
  display: flex;
  padding: 0 57px 0 36px;
  flex-grow: 1;
  flex-wrap: wrap;
  align-items: flex-end;
border-radius: 16px 0 0 16px;
  background-color: #0cbfff;
}
 
.responsove16-frame9364 {
  gap: 11px;
  width: 374px;
  height: 100%;
  display: flex;
  align-items: flex-start;
flex-direction: column;
  justify-content: center;
}
 
.responsove16-frame9362 {
  gap: 4px;
  display: flex;
  align-self: stretch;
flex-direction: column;
}
 
.responsove16-text63 {
  color: #fff;
font-size: 36px;
  align-self: stretch;
text-align: left;
  font-family: Poppins;
  font-weight: 600;
  line-height: 44px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text64 {
  color: #fff;
font-size: 16px;
  align-self: stretch;
text-align: left;
  font-family: Poppins;
  font-weight: 400;
  line-height: 25px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9361 {
  gap: 10px;
  display: flex;
  padding: 13px 26px;
  border-radius: 9999px;
  align-items: center;
  justify-content: center;
  background-color: #0689a0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.responsove16-frame9361:hover {
  background-color: #0cbfff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
 
.responsove16-text65 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: Poppins;
  font-weight: 500;
}
 
.responsove16-frame92632 {
  gap: -24px;
  width: 362px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  border-radius: 0 16px 16px 0;
  background-color: #0cbfff;
}
 
.responsove16-group9270 {
  width: 338px;
  height: 389px;
  display: flex;
  position: relative;
flex-shrink: 1;
}
 
.responsove16-image46 {
  top: 285px;
  left: 0px;
  width: 177px;
  height: 104px;
  position: absolute;
}
 
.responsove16-image45 {
  top: 0px;
  right: 0px;
  width: 311px;
  height: 389px;
  position: absolute;
}
 
.responsove16-footer {
  gap: 20px;
  display: flex;
  padding: 32px 0;
  align-self: stretch;
flex-direction: column;
}
 
.responsove16-frame9315 {
  gap: 73px;
  display: flex;
  padding: 0 50px;
  flex-wrap: wrap;
  align-self: stretch;
  flex-shrink: 0;
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden;
}
 
.responsove16-frame9314 {
  gap: 14px;
  width: 280.6666564941406px;
  max-width: 100%;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  min-width: 0;
}
 
.responsove16-frame9307 {
  display: flex;
  align-items: center;
}
 
.responsove16-image48 {
  width: 98px;
  height: 65px;
}
 
.responsove16-text66 {
  color: #000;
  width: 192px;
font-size: 20.700809478759766px;
text-align: left;
  font-family: Poppins;
  font-weight: 600;
  line-height: 25.876012802124023px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text67 {
  color: #000;
  font-size: 15px;
  align-self: stretch;
  text-align: left;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 22px;
  font-stretch: normal;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}
 
.responsove16-frame93101 {
  gap: 10px;
  width: 280.66668701171875px;
  max-width: 100%;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  min-width: 0;
}
 
.responsove16-text70 {
  color: #000;
  width: 122px;
font-size: 16.817142486572266px;
text-align: left;
  font-family: Poppins;
  font-weight: 600;
font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text71 {
  color: #000;
  font-size: 15px;
  align-self: stretch;
  text-align: left;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 26px;
  font-stretch: normal;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}
 
.responsove16-frame93102 {
  gap: 10px;
  width: 280.66668701171875px;
  max-width: 100%;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  min-width: 0;
  padding-top: 48px;
}
 
.responsove16-text81 {
  color: #000;
  width: 122px;
font-size: 16.817142486572266px;
text-align: left;
  font-family: Poppins;
  font-weight: 600;
font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text82 {
  color: #000;
  font-size: 15px;
  align-self: stretch;
  text-align: left;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 26px;
  font-stretch: normal;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

.responsove16-quick-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
}

.responsove16-quick-link-btn {
  color: #000;
  font-size: 15px;
  text-align: left;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  padding: 0;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  border: 1px solid transparent;
}

.responsove16-quick-link-btn:hover {
  background-color: transparent;
  border-color: transparent;
  color: #0cbfff;
}
 
.responsove16-frame9341 {
  width: 988px;
  max-width: 100%;
  height: 189px;
  display: flex;
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  box-sizing: border-box;
  min-width: 0;
}
 
.responsove16-group350 {
  top: 1.662109375px;
  left: 0px;
  width: 255px;
  height: 116px;
  display: flex;
  position: absolute;
  flex-grow: 1;
  align-self: stretch;
flex-shrink: 1;
}
 
.responsove16-group39 {
  top: 0px;
  left: 0px;
  width: 255px;
  height: 116px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-group9229 {
  top: 0px;
  left: 0px;
  width: 255px;
  height: 116px;
  display: flex;
  position: absolute;
flex-shrink: 1;
}
 
.responsove16-frame9313 {
  gap: 10px;
  top: 0px;
  left: 0px;
  width: 255px;
  display: flex;
  position: absolute;
  align-items: flex-start;
flex-direction: column;
}
 
.responsove16-text90 {
  color: #000;
font-size: 16.799999237060547px;
  align-self: stretch;
text-align: left;
  font-family: DM Sans;
  font-weight: 700;
  line-height: 23.520000457763672px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9312 {
  gap: 8px;
  display: flex;
  align-self: stretch;
flex-direction: column;
}
 
.responsove16-text91 {
  color: #000;
  font-size: 15px;
  text-align: left;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 22px;
  font-stretch: normal;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}
 
.responsove16-text92 {
  color: #000;
  font-size: 15px;
  text-align: left;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 26px;
  font-stretch: normal;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  box-sizing: border-box;
}
 
.responsove16-frame9311 {
  gap: 15px;
  display: flex;
  align-items: center;
}
 
.responsove16-link-svg1 {
  width: 8px;
  height: 18px;
}
 
.responsove16-link-svg2 {
  width: 13px;
  height: 18px;
}
 
.responsove16-link-svg3 {
  width: 18px;
  height: 18px;
}
 
.responsove16-frame9318 {
  gap: 7px;
  display: flex;
  padding: 14px 50px;
  align-self: stretch;
flex-direction: column;
}
 
.responsove16-divlinedivider {
  width: auto;
  height: 1px;
  align-self: stretch;
}
 
.responsove16-frame9317 {
  gap: 679px;
  display: flex;
  align-self: stretch;
  align-items: center;
justify-content: space-between;
}
 
.responsove16-text93 {
  color: #000;
font-size: 15px;
text-align: left;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 15.75px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-frame9316 {
  gap: 52px;
  display: flex;
justify-content: flex-end;
}
 
.responsove16-text94 {
  color: #000;
font-size: 15px;
text-align: left;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 15.75px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-text95 {
  color: #000;
font-size: 15px;
text-align: left;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 15.75px;
  font-stretch: normal;
  text-decoration: none;
}
 
.responsove16-link {
  display: contents;
}
 
.responsove16-container2 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.responsove16-icon1 {
  width: 24px;
  margin-right: 4px;
}
 
.responsove16-text96 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
 
@media(min-width: 930px) {
  .responsove16-frame93102 {
    padding-right: 30px;
  }
}

@media(min-width: 1100px) {
  .responsove16-frame93102 {
    padding-right: 40px;
  }
}

@media(min-width: 1300px) {
  .responsove16-frame93102 {
    padding-right: 50px;
  }
}

@media(min-width: 1190px) {
  .responsove16-frame9331 {
    align-items: flex-start;
  }
  
  .responsove16-frame9247 {
    justify-content: flex-start;
  }
  
  .responsove16-text17 {
    text-align: left;
  }
  
  .responsove16-text18 {
    text-align: left;
  }
  
  .responsove16-group9238 {
    align-self: flex-start;
  }
}

@media(max-width: 1377px) {
  /* Hide desktop diamond sections up to 1378px */
  .responsove16-frame9269,
  .responsove16-frame9350 {
    display: none !important;
  }
  
  /* Show mobile WCU image */
  .responsove16-wcu-mobile {
    display: flex !important;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
  }
  
  .responsove16-wcu-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }
}

@media(min-width: 785px) and (max-width: 1377px) {
  /* Lock image size at 785px viewport, stop scaling but keep using mobile image until 1378px */
  /* Account for padding (40px total) so image is 745px max */
  .responsove16-wcu-image {
    width: 745px;
    max-width: 745px;
    height: auto;
    object-fit: contain;
  }
}

@media(min-width: 1378px) {
  /* Lock image size at 1378px viewport and above, stop scaling */
  /* Account for padding (40px total) so image is 1338px max */
  .responsove16-wcu-image {
    width: 1338px;
    max-width: 1338px;
    height: auto;
    object-fit: contain;
  }
  
  /* Hide mobile image and show desktop version at 1378px and above */
  .responsove16-wcu-mobile {
    display: none !important;
  }
  
  .responsove16-frame9269,
  .responsove16-frame9350 {
    display: flex !important;
  }
}

@media(min-width: 1093px) and (max-width: 1377px) {
  /* Keep mobile image visible between 1093px and 1378px */
  .responsove16-wcu-mobile {
    display: flex !important;
  }
  
  .responsove16-frame9269,
  .responsove16-frame9350 {
    display: none !important;
  }
  
  .responsove16-image33 {
    width: 450px;
    height: 450px;
    max-width: 450px;
    max-height: 450px;
    min-width: 450px;
    min-height: 450px;
  }
}

@media(min-width: 1378px) {
  .responsove16-frame9350 {
    margin-top: -80px;
  }
  
  .responsove16-image33 {
    width: 480px;
    max-width: 480px;
    min-width: 480px;
    height: auto;
    object-fit: contain;
  }
}

@media(min-width: 1400px) {
  .responsove16hero {
    min-height: 650px;
    max-height: 650px;
    height: 650px;
    overflow: hidden;
  }
}

@media(min-width: 1450px) {
  .responsove16hero {
    background-size: 1450px auto;
    background-position: center top;
  }
}

@media(min-width: 1500px) {
  .responsove16-frame93102 {
    padding-right: 60px;
  }
}

@media(min-width: 1700px) {
  .responsove16-frame93102 {
    padding-right: 70px;
  }
}

@media(max-width: 1600px) {
  .responsove16-frame9342 {
    gap: 0;
  justify-content: space-between;
  }
  .responsove16header {
    gap: 0;
    width: 100%;
    align-self: center;
  margin-right: 0px;
    justify-content: space-between;
  }
  .responsove16-frame9249 {
  justify-content: flex-end;
  }
  .responsove16-group9249 {
    left: 0px;
    right: 0px;
    margin: auto;
    justify-content: center;
  }
  .responsove16-frame92631 {
    height: 372px;
  }
  .responsove16-frame9348 {
    height: 378px;
  }
  .responsove16-frame93102 {
    height: 155px;
  }
  .responsove16-text82 {
    color: #000;
    font-size: 15px;
    font-weight: 400;
  }
  .responsove16-frame9316 {
    width: 374px;
    align-self: stretch;
  }
  .responsove16-text95 {
    color: #000;
    font-size: 15px;
    font-family: DM Sans;
    font-weight: 400;
    line-height: 15.75px;
    text-decoration: none;
  }
}
 
@media(max-width: 1190px) {
  .responsove16-frame9247 {
    display: none;
  }
}

@media(max-width: 1200px) {
  .responsove16nav {
    flex-wrap: wrap;
}
  .responsove16-frame9342 {
    width: auto;
  }
  .responsove16-group43 {
    align-self: flex-start;
    justify-content: center;
  }
  .responsove16header {
    gap: var(--dl-layout-space-fourunits);
    justify-content: center;
  }
  .responsove16-frame9249 {
  justify-content: flex-end;
  }
  .responsove16-frame9269 {
    padding-left: 83px;
  }
  .responsove16-frame9350 {
    padding-top: 44px;
    padding-left: 83px;
    padding-right: 83px;
  }
  .responsove16-frame9348 {
    width: auto;
    height: 371.6050720214844px;
  }
  .responsove16-frame93101 {
    width: auto;
  }
  .responsove16-frame93102 {
    width: auto;
  }
  .responsove16-text81 {
    color: #000;
    font-size: 16.8171px;
    font-family: Poppins;
    font-weight: 600;
  text-decoration: none;
  }
  .responsove16-text82 {
    color: #000;
    font-size: 15px;
    font-weight: 400;
  }
  .responsove16-frame9317 {
    width: 100%;
    align-self: center;
    flex-direction: row;
  }
  .responsove16-frame9316 {
    right: 0px;
    position: fixed;
    justify-content: flex-end;
  }
  .responsove16-text94 {
    width: var(--dl-layout-size-medium);
  }
  .responsove16-text95 {
    color: #000;
    width: var(--dl-layout-size-large);
    font-size: 15px;
    font-family: DM Sans;
    font-weight: 400;
    line-height: 15.75px;
    text-decoration: none;
  }
}
 
@media(max-width: 900px) {
  .responsove16-funfact {
    display: none;
  }
  .responsove16-frame42 {
    display: none;
  }
  .responsove16-frame9249 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    z-index: 1000;
    padding: 150px 20px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    display: flex;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    pointer-events: none;
  }
  
  .responsove16-frame9249.mobile-menu-open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  
  .responsove16-frame9249 .responsove16-nav-button {
    width: auto;
    padding: 15px 30px;
    font-size: 20px;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition-delay: 0s;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  
  .responsove16-frame9249 .responsove16-nav-button span {
    text-align: center;
    width: auto;
    display: block;
  }
  
  .responsove16-frame9249 .responsove16-nav-button-active {
    align-items: center;
  }
  
  .responsove16-frame9249 .responsove16-nav-button-active span {
    text-align: center;
  }
  
  .responsove16-frame9249 .responsove16-nav-button-primary {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 46px;
  }
  
  .responsove16-frame9249 .responsove16-nav-button-primary span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
  }
  
  .responsove16-frame9249.mobile-menu-open .responsove16-nav-button {
    opacity: 1;
    transform: translateY(0);
  }
  
  /* Staggered animation for menu items when opening */
  .responsove16-frame9249.mobile-menu-open .responsove16-nav-button:nth-child(1) {
    transition-delay: 0.1s;
  }
  
  .responsove16-frame9249.mobile-menu-open .responsove16-nav-button:nth-child(2) {
    transition-delay: 0.15s;
  }
  
  .responsove16-frame9249.mobile-menu-open .responsove16-nav-button:nth-child(3) {
    transition-delay: 0.2s;
  }
  
  .responsove16-frame9249.mobile-menu-open .responsove16-nav-button:nth-child(4) {
    transition-delay: 0.25s;
  }
  
  .responsove16-frame9249.mobile-menu-open .responsove16-nav-button:nth-child(5) {
    transition-delay: 0.3s;
  }
  
  .responsove16-hamburger {
    display: flex;
    position: relative;
    z-index: 1001;
  }
  
  .responsove16-hamburger.active span {
    background-color: #000;
  }
  
  .responsove16header {
    justify-content: space-between;
    position: relative;
  }
}

@media(max-width: 750px) {
  .responsove16nav { padding: 6px 40px 6px 60px; }
  .responsove16header { padding: 0 40px; }
  .responsove16hero { 
    padding: 0 40px;
    margin-top: 0;
    padding-top: 0;
    min-height: clamp(500px, 70vw, 600px);
  }
  .responsove16-frame9354 {
    width: 100%;
    padding-bottom: 30px;
  }
  .responsove16-text30 {
    font-size: 28px;
    line-height: 34px;
  }
  .responsove16-wcu-mobile {
    padding: 15px;
  }
  .responsove16-wcu-image {
    max-width: 100%;
    width: 100%;
  }
  .responsove16-frame9269 {
    padding: 0 20px;
    gap: 20px;
    flex-direction: column;
    align-items: stretch;
  }
  .responsove16-frame9261,
  .responsove16-frame92662,
  .responsove16-frame92631 {
    width: 100%;
    max-width: 100%;
    padding: 40px 30px;
    min-height: auto;
  }
  .responsove16-frame92601,
  .responsove16-frame92602,
  .responsove16-frame9262 {
    width: 100%;
    max-width: 100%;
  }
  .responsove16-text31,
  .responsove16-text33,
  .responsove16-text35 {
    font-size: 16px;
    line-height: 20px;
  }
  .responsove16-text32,
  .responsove16-text34,
  .responsove16-text36 {
    font-size: 14px;
    line-height: 20px;
  }
  .responsove16-frame13,
  .responsove16-frame14,
  .responsove16-frame15 {
    width: 60px;
    height: 60px;
  }
  .responsove16-vector20,
  .responsove16-vector21,
  .responsove16-vector22 {
    width: 50px;
    height: auto;
  }
  .responsove16aboutus { 
    padding: 40px 30px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .responsove16-group9266 {
    width: 100%;
    max-width: 100%;
    height: 300px;
    min-height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .responsove16-frame92661 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
  }
  .responsove16-image33 {
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
  }
  .responsove16-frame9258 {
    width: 100%;
    max-width: 100%;
    padding: 0;
    align-items: center;
    text-align: center;
  }
  .responsove16-text23 {
    text-align: center;
    font-size: 18px;
  }
  .responsove16-text24 {
    width: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 34px;
  }
  .responsove16-text25 {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
  }
  .responsove16-group9239 {
    width: 200px;
    height: 45px;
    align-self: center;
  }
  .responsove16-text29 {
    font-size: 14px;
  }
  .responsove16-getintouch { padding: 100px 40px 100px 60px; }
  .responsove16-frame9315 { padding: 0 40px; gap: 30px; }
  .responsove16-frame9318 { padding: 14px 40px; }
}

@media(max-width: 600px) {
  .responsove16nav { padding: 6px 40px 6px 30px; }
  .responsove16header { padding: 0 40px 0 20px; }
  .responsove16-frame9354 {
    width: 100%;
    padding-bottom: 25px;
  }
  .responsove16-text30 {
    font-size: 24px;
    line-height: 30px;
  }
  .responsove16-wcu-mobile {
    padding: 12px;
  }
  .responsove16-wcu-image {
    max-width: 100%;
    width: 100%;
  }
  .responsove16-frame9269 {
    padding: 0 15px;
    gap: 18px;
    flex-direction: column;
    align-items: stretch;
  }
  .responsove16-frame9261,
  .responsove16-frame92662,
  .responsove16-frame92631 {
    width: 100%;
    max-width: 100%;
    padding: 35px 25px;
    min-height: auto;
  }
  .responsove16-frame92601,
  .responsove16-frame92602,
  .responsove16-frame9262 {
    width: 100%;
    max-width: 100%;
  }
  .responsove16-text31,
  .responsove16-text33,
  .responsove16-text35 {
    font-size: 15px;
    line-height: 19px;
  }
  .responsove16-text32,
  .responsove16-text34,
  .responsove16-text36 {
    font-size: 13px;
    line-height: 19px;
  }
  .responsove16-frame13,
  .responsove16-frame14,
  .responsove16-frame15 {
    width: 55px;
    height: 55px;
  }
  .responsove16-vector20,
  .responsove16-vector21,
  .responsove16-vector22 {
    width: 45px;
    height: auto;
  }
  .responsove16hero { 
    padding: 40px 20px;
    margin-top: 0;
    padding-top: 40px;
    min-height: clamp(450px, 80vw, 550px);
  }
  
  /* Mobile Hero Layout - Stack vertically and center */
  .responsove16-frame9332 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0;
    gap: 30px;
  }
  
  /* Text Content Section - Centered and full width */
  .responsove16-frame9331 {
    width: 100%;
    max-width: 100%;
    align-items: center;
    gap: 20px;
    order: 1;
  }
  
  .responsove16-frame9247 {
    padding: 0;
    justify-content: center;
  }
  
  .responsove16-text17 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  
  .responsove16-text18 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  
  .responsove16-group9238 {
    width: 200px;
    height: 45px;
    align-self: center;
  }
  
  .responsove16-text22 {
    font-size: 14px;
  }
  
  /* Image Section - Stacked below text, centered */
  .responsove16-frame9256 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    gap: 20px;
    order: 2;
  }
  
  .responsove16-group9265 {
    width: 100%;
    max-width: 320px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  .responsove16-group9248 {
    position: relative;
    width: 100%;
    max-width: 320px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .responsove16-image44 {
    position: relative;
    width: 100%;
    max-width: 320px;
    height: auto;
    left: 0;
    top: 0;
    aspect-ratio: 513 / 505;
  }
  
  .responsove16-rectangle2752 {
    position: absolute;
    width: 73.1%;
    height: auto;
    aspect-ratio: 375 / 478;
    left: 50%;
    top: 5.5%;
    transform: translateX(-50%);
    border-radius: 20px 20px 0 0;
  }
  
  .responsove16-funfact {
    max-width: 200px;
    width: auto;
    height: auto;
    align-self: center;
  }
  
  .responsove16aboutus { 
    padding: 30px 20px;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .responsove16-group9266 {
    width: 100%;
    max-width: 100%;
    height: 280px;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .responsove16-frame92661 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
  }
  .responsove16-image33 {
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
  }
  .responsove16-frame9258 {
    width: 100%;
    max-width: 100%;
    padding: 0;
    gap: 12px;
    align-items: center;
  }
  .responsove16-text23 {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
  .responsove16-text24 {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .responsove16-text25 {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    padding: 0 10px;
  }
  .responsove16-group9239 {
    width: 180px;
    height: 42px;
    margin-top: 10px;
  }
  .responsove16-text29 {
    font-size: 13px;
  }
  .responsove16-getintouch { padding: 100px 40px 100px 30px; }
  .responsove16-frame9315 { padding: 0 30px; gap: 20px; }
  .responsove16-frame9318 { padding: 14px 30px; }
}

@media(min-width: 481px) and (max-width: 600px) {
  .responsove16hero {
    padding-bottom: 0;
    padding-top: 10px;
  }
  
  .responsove16-frame9332 {
    padding-bottom: 0;
    padding-top: 0;
    min-height: auto;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
  }
  
  .responsove16-frame9331 {
    gap: 15px;
  }
  
  .responsove16-frame9256 {
    align-self: flex-end;
    margin-top: 0;
    gap: 15px;
  }
}

@media(max-width: 480px) {
  .responsove16nav { padding: 6px 40px 6px 15px; }
  .responsove16header { padding: 0 40px 0 15px; }
  .responsove16hero { padding: 0 40px; }
}

@media(max-width: 450px) {
  /* Lock hero section height to match 800px viewport height (550px) */
  /* Prevents image from moving when viewport height changes */
  .responsove16hero {
    padding-bottom: 0;
    min-height: 550px;
    height: 550px;
    max-height: 550px;
    overflow: hidden;
    position: relative;
  }
  
  .responsove16-frame9332 {
    min-height: 550px;
    height: 550px;
    max-height: 550px;
    overflow: hidden;
    position: relative;
  }
  
  /* Ensure image stays at fixed bottom position and doesn't drift below */
  /* Default bottom: 0, overridden by height-based rules for 839px+ */
  .responsove16-frame9256-image {
    position: absolute;
    bottom: 0;
    top: auto;
    max-height: calc(100% - 20px);
    object-fit: contain;
    transform: translateX(-50%) translateY(0);
    will-change: transform;
  }
}

@media(max-width: 450px) and (min-width: 320px) and (max-height: 838px) {
  /* Lock image to bottom of hero section between 320px-450px */
  /* Prevents image from disappearing below the section */
  /* Only applies when height is below 839px */
  .responsove16hero {
    overflow: hidden;
    position: relative;
  }
  
  .responsove16-frame9332 {
    overflow: hidden;
    position: relative;
  }
  
  .responsove16-frame9256-image {
    position: absolute;
    bottom: 0;
    max-height: calc(100% - 15px);
    object-fit: contain;
    transform: translateX(-50%) translateY(0);
  }
}

@media(max-width: 450px) {
  .responsove16aboutus { 
    padding: 25px 15px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .responsove16-group9266 {
    width: 100%;
    max-width: 100%;
    height: 250px;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .responsove16-frame92661 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
  }
  .responsove16-image33 {
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
  }
  .responsove16-frame9258 {
    width: 100%;
    max-width: 100%;
    padding: 0;
    gap: 10px;
    align-items: center;
  }
  .responsove16-text23 {
    font-size: 15px;
    line-height: 17px;
    text-align: center;
  }
  .responsove16-text24 {
    width: 100%;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }
  .responsove16-text25 {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    padding: 0 5px;
  }
  .responsove16-group9239 {
    width: 170px;
    height: 40px;
    margin-top: 8px;
  }
  .responsove16-text29 {
    font-size: 12px;
  }
  .responsove16-frame9354 {
    padding-bottom: 20px;
  }
  .responsove16-text30 {
    font-size: 22px;
    line-height: 28px;
  }
  .responsove16-wcu-mobile {
    padding: 10px;
  }
  .responsove16-wcu-image {
    max-width: 100%;
    width: 100%;
  }
  .responsove16-frame9269 {
    padding: 0 10px;
    gap: 15px;
    flex-direction: column;
    align-items: stretch;
  }
  .responsove16-frame9261,
  .responsove16-frame92662,
  .responsove16-frame92631 {
    width: 100%;
    max-width: 100%;
    padding: 30px 20px;
    min-height: auto;
  }
  .responsove16-text31,
  .responsove16-text33,
  .responsove16-text35 {
    font-size: 14px;
    line-height: 18px;
  }
  .responsove16-text32,
  .responsove16-text34,
  .responsove16-text36 {
    font-size: 12px;
    line-height: 18px;
  }
  .responsove16-frame13,
  .responsove16-frame14,
  .responsove16-frame15 {
    width: 50px;
    height: 50px;
  }
  .responsove16-vector20,
  .responsove16-vector21,
  .responsove16-vector22 {
    width: 40px;
    height: auto;
  }
  .responsove16-getintouch { padding: 100px 40px 100px 20px; }
  .responsove16-frame9315 { padding: 0 20px; gap: 20px; }
  .responsove16-frame9318 { padding: 14px 20px; }
}

@media(max-width: 450px) and (max-height: 800px) {
  /* Remove overflow constraints when viewport height is below 800px */
  .responsove16hero {
    overflow: visible;
  }
  
  .responsove16-frame9332 {
    overflow: visible;
    max-height: none;
  }
  
  .responsove16-frame9256-image {
    max-height: none;
  }
}

@media(max-width: 450px) and (min-width: 260px) and (min-height: 880px) {
  /* Offset image 64px up when width is 260px-450px and height is above 880px */
  .responsove16-frame9256-image {
    bottom: 64px !important;
    transform: translateX(-50%) translateY(0);
  }
}

@media(max-width: 450px) and (min-width: 260px) and (min-height: 839px) and (max-height: 879px) {
  /* Offset image 32px up when width is 260px-450px and height is 839px-879px */
  .responsove16-frame9256-image {
    bottom: 32px !important;
    transform: translateX(-50%) translateY(0);
  }
}

@media(max-width: 456px) {
  /* Unified Hero Section Layout for Mobile */
  .responsove16-frame9332 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 0 20px;
    padding-bottom: 0;
    width: 100%;
    max-width: 100%;
    min-height: calc(100vh - 250px);
    max-height: calc(100vh - 250px);
    position: relative;
    overflow: hidden;
  }
  
  /* Text Content Section - Top */
  .responsove16-frame9331 {
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
    padding-bottom: 0;
    margin-bottom: 18px;
    order: 1;
    align-items: center;
  }
  
  .responsove16-text17 {
    font-size: clamp(18px, 5.33vw, 24px);
    line-height: clamp(35px, 11.11vw, 50px);
    text-align: center;
  }
  
  .responsove16-text18 {
    font-size: clamp(32px, 10.67vw, 48px);
    line-height: clamp(40px, 12.89vw, 58px);
    text-align: center;
  }
  
  .responsove16-group9238 {
    width: clamp(170px, 50.67vw, 228px);
    height: clamp(36px, 10.89vw, 49px);
    margin-bottom: 0;
    align-self: center;
  }
  
  .responsove16-text22 {
    font-size: clamp(12px, 3.56vw, 16px);
  }
  
  /* Hide Desktop Images */
  .responsove16-frame9256 {
    display: none;
  }
  
  .responsove16-rectangle2752 {
    display: none;
  }
  
  .responsove16-image44 {
    display: none;
  }
  
  .responsove16-funfact {
    display: none;
  }
  
  /* Mobile Image - Bottom Positioned with Dynamic Sizing */
  /* Gets smaller as width increases from 400px to 455px */
  /* At 400px: ~265px, at 455px: ~245px */
  /* Between 356px-400px: scales from 265px to 280px (smaller) */
  /* Fixed position - doesn't move with viewport height changes */
  .responsove16-frame9256-image {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(240px, calc(265px - (100vw - 400px) * 0.36), 265px);
    max-width: 265px;
    min-width: 240px;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    z-index: 1;
    margin-bottom: 0;
    margin-top: 0;
  }
}

@media(max-width: 456px) and (max-height: 800px) {
  /* Remove overflow constraints when viewport height is below 800px */
  .responsove16-frame9332 {
    overflow: visible;
    max-height: none;
  }
}

@media(max-width: 360px) {
  .responsove16nav { padding: 6px 40px 6px 10px; }
  .responsove16header { padding: 0 40px 0 10px; }
  .responsove16hero { padding: 0 40px; }
  .responsove16aboutus { 
    padding: 20px 10px;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .responsove16-group9266 {
    width: 100%;
    max-width: 100%;
    height: 200px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .responsove16-frame92661 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
  }
  .responsove16-image33 {
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
  }
  .responsove16-frame9258 {
    width: 100%;
    max-width: 100%;
    padding: 0;
    gap: 8px;
    align-items: center;
  }
  .responsove16-text23 {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
  .responsove16-text24 {
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }
  .responsove16-text25 {
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    padding: 0;
  }
  .responsove16-group9239 {
    width: 160px;
    height: 38px;
    margin-top: 6px;
  }
  .responsove16-text29 {
    font-size: 11px;
  }
  .responsove16-frame9354 {
    padding-bottom: 18px;
  }
  .responsove16-text30 {
    font-size: 20px;
    line-height: 26px;
  }
  .responsove16-wcu-mobile {
    padding: 8px;
  }
  .responsove16-wcu-image {
    max-width: 100%;
    width: 100%;
  }
  .responsove16-frame9269 {
    padding: 0 8px;
    gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }
  .responsove16-frame9261,
  .responsove16-frame92662,
  .responsove16-frame92631 {
    width: 100%;
    max-width: 100%;
    padding: 25px 15px;
    min-height: auto;
  }
  .responsove16-text31,
  .responsove16-text33,
  .responsove16-text35 {
    font-size: 13px;
    line-height: 17px;
  }
  .responsove16-text32,
  .responsove16-text34,
  .responsove16-text36 {
    font-size: 11px;
    line-height: 17px;
  }
  .responsove16-frame13,
  .responsove16-frame14,
  .responsove16-frame15 {
    width: 45px;
    height: 45px;
  }
  .responsove16-vector20,
  .responsove16-vector21,
  .responsove16-vector22 {
    width: 35px;
    height: auto;
  }
  .responsove16-getintouch { padding: 100px 40px 100px 15px; }
  .responsove16-frame9315 { padding: 0 15px; gap: 15px; }
  .responsove16-frame9318 { padding: 14px 15px; }
}


@media(max-width: 400px) {
  /* Scale image smaller between 356px-400px to prevent it being too big */
  .responsove16-frame9256-image {
    width: clamp(240px, calc(265px - (400px - 100vw) * 0.34), 265px);
    max-width: 265px;
    bottom: 0;
    position: absolute;
    max-height: calc(100% - 15px);
  }
}

@media(max-width: 320px) {
  /* Ensure image stays locked to bottom and doesn't disappear below section */
  .responsove16hero {
    overflow: hidden;
    position: relative;
  }
  
  .responsove16-frame9332 {
    overflow: hidden;
    position: relative;
  }
  
  .responsove16-frame9256-image {
    position: absolute;
    bottom: 0;
    max-height: calc(100% - 10px);
    object-fit: contain;
    transform: translateX(-50%) translateY(0);
  }
}

@media(max-width: 355px) {
  /* Lock image size at optimal 355px size (~302px) for smaller screens */
  .responsove16-frame9256-image {
    width: clamp(250px, 85vw, 302px);
    max-width: 302px;
    min-width: 250px;
  }
}

@media(max-width: 294px) {
  /* Prevent overlap by reducing image size and ensuring container height */
  .responsove16hero {
    min-height: calc(400px - (294px - 100vw) * 1.5);
  }
  
  .responsove16-frame9332 {
    min-height: calc(calc(100vh - 250px) - (294px - 100vw) * 1.2);
  }
  
  .responsove16-frame9331 {
    margin-bottom: 12px;
  }
  
  /* Reduce image size to prevent overlap with button/title */
  .responsove16-frame9256-image {
    width: clamp(220px, 70vw, 270px);
    max-width: 270px;
    min-width: 220px;
  }
}

@media(max-width: 345px) {
  .responsove16hero {
    min-height: calc(400px - (345px - 100vw) * 1.2);
  }
  
  .responsove16-frame9332 {
    min-height: calc(calc(100vh - 250px) - (345px - 100vw) * 1.0);
  }
}

@media(max-width: 760px) {
  .responsove16-frame9252 {
    display: none;
  }
  .responsove16nav {
    justify-content: center;
    padding: 6px 20px;
  }
  .responsove16-frame9342 {
    justify-content: center;
    gap: 0;
    width: 100%;
  }
  .responsove16-frame9253 {
    width: auto;
  justify-content: center;
    gap: 0;
    margin: 0 auto;
  }
  .responsove16-frame9251 {
    margin: 0;
    width: auto;
}
}

@media(max-width: 767px) {
  .responsove16-group9249 {
    width: auto;
  }
  .responsove16-frame9317 {
    align-self: flex-start;
  }
}

/* ============================================ */
/* FOOTER VARIATION 1: Compact Grid Layout */
/* ============================================ */
.footer-variation-1 {
  background-color: #ffffff;
  padding: 60px 0 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-v1-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}

.footer-v1-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 60px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-v1-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-v1-logo {
  width: 98px;
  height: 65px;
  object-fit: contain;
}

.footer-v1-description {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 22px;
  max-width: 350px;
  margin: 0;
}

.footer-v1-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-v1-heading {
  color: #000;
  font-size: 17px;
  font-family: Poppins;
  font-weight: 600;
  margin: 0 0 8px 0;
}

.footer-v1-link {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
}

.footer-v1-link:hover {
  color: #0cbfff;
}

.footer-v1-contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-v1-contact-item {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.footer-v1-contact-item strong {
  color: #000;
  font-weight: 600;
}

.footer-v1-contact-item a {
  color: rgba(83, 83, 83, 1);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-v1-contact-item a:hover {
  color: #0cbfff;
}

.footer-v1-social {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.footer-v1-social-link {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f5f5f5;
  transition: all 0.3s ease;
}

.footer-v1-social-link:hover {
  background-color: #0cbfff;
  transform: translateY(-2px);
}

.footer-v1-social-link img {
  width: 16px;
  height: 16px;
}

.footer-v1-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-v1-copyright {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  margin: 0;
}

.footer-v1-legal {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer-v1-legal-link {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-v1-legal-link:hover {
  color: #0cbfff;
}

.footer-v1-separator {
  color: rgba(83, 83, 83, 0.5);
}

/* ============================================ */
/* FOOTER VARIATION 2: Structured with Background */
/* ============================================ */
.footer-variation-2 {
  background-color: #ffffff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}

.footer-v2-top {
  background-color: #f8f9fa;
  padding: 50px 0;
  width: 100%;
}

.footer-v2-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}

.footer-v2-top .footer-v2-container {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 80px;
}

.footer-v2-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-v2-logo {
  width: 98px;
  height: 65px;
  object-fit: contain;
}

.footer-v2-description {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 24px;
  max-width: 400px;
  margin: 0;
}

.footer-v2-sections {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
}

.footer-v2-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-v2-heading {
  color: #000;
  font-size: 17px;
  font-family: Poppins;
  font-weight: 600;
  margin: 0;
}

.footer-v2-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-v2-link {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}

.footer-v2-link:hover {
  color: #0cbfff;
  transform: translateX(4px);
}

.footer-v2-contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-v2-contact-line {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.footer-v2-label {
  color: #000;
  font-weight: 600;
  margin-right: 8px;
}

.footer-v2-contact-link {
  color: rgba(83, 83, 83, 1);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-v2-contact-link:hover {
  color: #0cbfff;
}

.footer-v2-social {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.footer-v2-social-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.footer-v2-social-icon img {
  width: 18px;
  height: 18px;
}

.footer-v2-bottom {
  background-color: #ffffff;
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
}

.footer-v2-bottom .footer-v2-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-v2-copyright {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  margin: 0;
}

.footer-v2-rossitech-text {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  margin: 0;
  text-align: center;
  justify-self: center;
}

.footer-v2-rossitech-link {
  color: rgba(83, 83, 83, 1);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-v2-rossitech-link:hover {
  color: #0cbfff;
}

.footer-v2-legal {
  display: flex;
  gap: 24px;
}

.footer-v2-legal-link {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-v2-legal-link:hover {
  color: #0cbfff;
}

/* ============================================ */
/* FOOTER VARIATION 3: Modern with Accent Colors */
/* ============================================ */
.footer-variation-3 {
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
  padding: 70px 0 0;
}

.footer-v3-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}

.footer-v3-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 70px;
  padding-bottom: 50px;
}

.footer-v3-brand-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-v3-logo {
  width: 98px;
  height: 65px;
  object-fit: contain;
}

.footer-v3-tagline {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  line-height: 24px;
  max-width: 380px;
  margin: 0;
}

.footer-v3-social-group {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.footer-v3-social-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #0cbfff;
  transition: all 0.3s ease;
}

.footer-v3-social-btn:hover {
  background-color: #0689a0;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 4px 12px rgba(12, 191, 255, 0.4);
}

.footer-v3-social-btn img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.footer-v3-links-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-v3-title {
  color: #000;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 600;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #0cbfff;
  display: inline-block;
  width: fit-content;
}

.footer-v3-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-v3-link-list li {
  margin: 0;
}

.footer-v3-nav-link {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  padding-left: 0;
}

.footer-v3-nav-link::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background-color: #0cbfff;
  transition: width 0.3s ease;
}

.footer-v3-nav-link:hover {
  color: #0cbfff;
  padding-left: 12px;
}

.footer-v3-nav-link:hover::before {
  width: 8px;
}

.footer-v3-contact-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-v3-contact-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-v3-contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-v3-contact-icon {
  font-size: 18px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0cbfff;
  border-radius: 50%;
  flex-shrink: 0;
}

.footer-v3-contact-text {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-v3-contact-text:hover {
  color: #0cbfff;
}

.footer-v3-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent);
  margin: 0;
}

.footer-v3-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-v3-copyright {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  margin: 0;
}

.footer-v3-legal-links {
  display: flex;
  gap: 24px;
}

.footer-v3-legal {
  color: rgba(83, 83, 83, 1);
  font-size: 15px;
  font-family: DM Sans;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}

.footer-v3-legal::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0cbfff;
  transition: width 0.3s ease;
}

.footer-v3-legal:hover {
  color: #0cbfff;
}

.footer-v3-legal:hover::after {
  width: 100%;
}

/* Responsive Styles for All Footer Variations */
@media(max-width: 1200px) {
  .footer-v1-main,
  .footer-v2-top .footer-v2-container,
  .footer-v3-main {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  
  .footer-v2-sections {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media(max-width: 900px) {
  .footer-v1-container,
  .footer-v2-container,
  .footer-v3-wrapper {
    padding: 0 40px;
  }
  
  .footer-v1-main,
  .footer-v2-top .footer-v2-container,
  .footer-v3-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .footer-v1-bottom,
  .footer-v2-bottom .footer-v2-container,
  .footer-v3-footer {
    flex-direction: column;
    text-align: center;
  }
}

@media(max-width: 600px) {
  .footer-variation-1,
  .footer-v2-top {
    padding: 40px 0 20px;
  }
  
  .footer-variation-3 {
    padding: 50px 0 0;
  }
  
  .footer-v1-container,
  .footer-v2-container,
  .footer-v3-wrapper {
    padding: 0 30px;
  }
  
  .footer-v1-main,
  .footer-v2-top .footer-v2-container,
  .footer-v3-main {
    gap: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

/* Mobile Hero Section Styles (from handyman website) */
.frame9368-container1 {
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 0;
  position: relative;
}

.frame9368-frame9368 {
  gap: 10px;
  width: 100%;
  height: auto;
  display: flex;
  padding: 19px 26px 0;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  background-size: cover;
  background-image: url("../public/HERO.png");
  background-position: center top;
  background-repeat: no-repeat;
}

.frame9368-frame9370 {
  gap: -9px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.frame9368-frame9 {
  gap: 10px;
  display: flex;
  padding: 23px 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.frame9368-text1 {
  color: rgba(0, 0, 0, 1);
  height: auto;
  font-size: 48px;
  align-self: stretch;
  font-style: SemiBold;
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 58px;
  font-stretch: normal;
  text-decoration: none;
}

.frame9368-frame9238 {
  gap: 10px;
  width: 228px;
  height: 49px;
  display: flex;
  padding: 12px 13px;
  align-items: center;
  flex-shrink: 0;
  border-radius: 39.75px;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(6, 137, 160, 1);
}

.frame9368-text2 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  font-size: 16px;
  font-style: Medium;
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}

.frame9368-frame9371 {
  gap: 10px;
  width: 368px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}

.frame9368-image44 {
  width: 317px;
  height: 300px;
}

/* Default Display States for Hero Sections */
.mobile-hero {
  display: none; /* Hidden by default, shown below 600px */
}

.desktop-hero {
  display: block; /* Visible by default, hidden below 600px */
}

/* Media Queries for Hero Section Visibility */
@media (max-width: 599px) {
  /* Show mobile hero, hide desktop hero below 600px */
  .mobile-hero {
    display: flex !important;
  }
  
  .desktop-hero {
    display: none !important;
  }
  
  /* Responsive adjustments for mobile hero */
  .frame9368-text1 {
    font-size: 36px;
    line-height: 44px;
  }
  
  .frame9368-frame9371 {
    width: 100%;
    max-width: 368px;
  }
  
  .frame9368-image44 {
    width: 100%;
    max-width: 317px;
    height: auto;
  }
  
  .frame9368-frame9238 {
    width: 200px;
  }
  
  /* Ensure background image displays properly on mobile */
  .frame9368-frame9368 {
    min-height: 500px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
}

@media (min-width: 600px) {
  /* Hide mobile hero, show desktop hero above 600px */
  .mobile-hero {
    display: none !important;
  }
  
  .desktop-hero {
    display: block !important;
  }
}

@media (max-width: 280px) {
  /* Reduce text size for very small screens */
  .frame9368-text1 {
    font-size: 28px;
    line-height: 34px;
  }
}

/* ============================================
   CONTACT SECTION VARIATIONS (WHATSAPP FOCUSED)
   ============================================ */

/* Common Styles for All Contact Variations */
.contact-variation {
  gap: 21px;
  display: flex;
  padding: 50px 132px;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}

.contact-variation-header {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  gap: 4px;
}

.contact-variation-title {
  color: rgba(10, 57, 103, 1);
  font-size: 36px;
  align-self: stretch;
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 47.2411994934082px;
  font-stretch: normal;
  text-decoration: none;
}

.contact-variation-subtitle {
  color: rgba(91, 87, 87, 1);
  font-size: 13px;
  align-self: stretch;
  text-align: center;
  font-family: Inter;
  font-weight: 400;
  line-height: 18.8964786529541px;
  font-stretch: normal;
  text-decoration: none;
}

/* WhatsApp Button Base Styles */
.contact-whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #0689a0;
  color: #ffffff;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 24px;
  border-radius: 24px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-whatsapp-button:hover {
  background-color: #0cbfff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.contact-whatsapp-button:active {
  transform: translateY(0);
}

.whatsapp-button-text {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}

.whatsapp-button-icon {
  font-size: 20px;
  line-height: 1;
}

/* ============================================
   VARIATION 1: Large WhatsApp CTA Button
   ============================================ */

.contact-variation-1-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.contact-whatsapp-button-large {
  min-width: 300px;
  padding: 16px 48px;
  font-size: 18px;
}

.contact-whatsapp-button-large .whatsapp-button-text {
  font-size: 18px;
}

/* Contact Info Card for Variation 1 */
.contact-variation-1-info-card {
  gap: 18px;
  width: 100%;
  display: flex;
  padding: 62px 40px;
  max-width: 440px;
  border-radius: 15px;
  flex-direction: column;
  background-color: #0cbfff;
}

.contact-info-card-title {
  color: #fff;
  font-size: 26px;
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  line-height: 47.2411994934082px;
  font-stretch: normal;
  text-decoration: none;
}

.contact-info-item {
  gap: 7px;
  display: flex;
  align-self: stretch;
  flex-shrink: 0;
  align-items: flex-start;
}

.contact-info-icon {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}

.contact-info-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex: 1;
}

.contact-info-label {
  color: #fff;
  font-size: 13px;
  align-self: stretch;
  text-align: left;
  font-family: Inter;
  font-weight: 700;
  line-height: 18.8964786529541px;
  font-stretch: normal;
  text-decoration: none;
}

.contact-info-value {
  color: #fff;
  font-size: 11px;
  align-self: stretch;
  text-align: left;
  font-family: Inter;
  font-weight: 400;
  line-height: 16.716115951538086px;
  font-stretch: normal;
  text-decoration: none;
}


/* ============================================
   RESPONSIVE DESIGN FOR CONTACT VARIATIONS
   ============================================ */

/* Tablet adjustments */
@media (max-width: 1200px) {
  .contact-variation {
    padding: 50px 40px;
  }

  .contact-variation-title {
    font-size: 32px;
    line-height: 42px;
  }

  .contact-variation-subtitle {
    font-size: 12px;
    line-height: 18px;
  }

}

/* Mobile adjustments */
@media (max-width: 900px) {
  .contact-variation {
    padding: 40px 30px;
    gap: 18px;
  }

  .contact-variation-title {
    font-size: 28px;
    line-height: 38px;
  }

  .contact-variation-subtitle {
    font-size: 12px;
    line-height: 17px;
  }

  .contact-whatsapp-button-large {
    min-width: 250px;
    padding: 14px 40px;
    font-size: 16px;
  }

  .contact-whatsapp-button-large .whatsapp-button-text {
    font-size: 16px;
  }

  .contact-variation-1-content {
    gap: 24px;
  }

  .contact-variation-1-info-card {
    padding: 50px 35px;
    max-width: 100%;
  }

  .contact-info-card-title {
    font-size: 24px;
    line-height: 36px;
  }

}

/* Small mobile */
@media (max-width: 600px) {
  .contact-variation {
    padding: 30px 20px;
    gap: 16px;
  }

  .contact-variation-title {
    font-size: 24px;
    line-height: 32px;
  }

  .contact-variation-subtitle {
    font-size: 11px;
    line-height: 16px;
  }

  .contact-whatsapp-button-large {
    min-width: 100%;
    width: 100%;
    padding: 12px 32px;
  }

  .contact-variation-1-content {
    gap: 20px;
  }

  .contact-variation-1-info-card {
    padding: 40px 30px;
    gap: 16px;
  }

  .contact-info-card-title {
    font-size: 22px;
    line-height: 32px;
  }

  .contact-info-icon {
    width: 22px;
    height: 22px;
  }

  .contact-info-label {
    font-size: 12px;
  }

  .contact-info-value {
    font-size: 10px;
  }


  .contact-variation-1-info-card {
    padding: 35px 25px;
    gap: 14px;
  }

  .contact-info-card-title {
    font-size: 20px;
    line-height: 28px;
  }

  .contact-info-icon {
    width: 20px;
    height: 20px;
  }
}

/* ============================================
   BOOKING SECTION VARIATIONS
   ============================================ */

/* Common Styles for All Booking Variations */
.booking-variation {
  display: flex;
  padding: 50px 52px;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
  border-radius: 27px;
  justify-content: center;
}

.booking-variation-container {
  display: flex;
  width: 100%;
  max-width: 1400px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #0cbfff;
}

.booking-variation-content {
  gap: 10px;
  height: 389px;
  display: flex;
  padding: 0 57px 0 36px;
  flex-grow: 1;
  flex-wrap: wrap;
  align-items: flex-start;
  border-radius: 16px 0 0 16px;
  background-color: #0cbfff;
  flex-direction: column;
  justify-content: center;
}

.booking-variation-text {
  gap: 4px;
  display: flex;
  align-self: flex-start;
  flex-direction: column;
  max-width: 500px;
}

.booking-variation-title {
  color: #fff;
  font-size: 36px;
  align-self: flex-start;
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  line-height: 44px;
  font-stretch: normal;
  text-decoration: none;
}

.booking-variation-description {
  color: #fff;
  font-size: 16px;
  align-self: flex-start;
  text-align: left;
  font-family: Poppins;
  font-weight: 400;
  line-height: 25px;
  font-stretch: normal;
  text-decoration: none;
  max-width: 100%;
}

.booking-variation-button {
  gap: 10px;
  display: flex;
  padding: 13px 26px;
  border-radius: 9999px;
  align-items: center;
  justify-content: center;
  background-color: #0689a0;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 16px;
  align-self: flex-start;
}

.booking-variation-button:hover {
  background-color: #0cbfff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.booking-variation-button-text {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: Poppins;
  font-weight: 500;
}

.booking-variation-image {
  gap: -24px;
  width: 362px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  border-radius: 0 16px 16px 0;
  background-color: #0cbfff;
  flex-shrink: 0;
}

.booking-variation-image-container {
  width: 338px;
  height: 389px;
  display: flex;
  position: relative;
  flex-shrink: 1;
}

.booking-variation-image-small {
  top: 285px;
  left: 0px;
  width: 177px;
  height: 104px;
  position: absolute;
  object-fit: contain;
}

.booking-variation-image-large {
  top: 0px;
  right: 0px;
  width: 311px;
  height: 389px;
  position: absolute;
  object-fit: contain;
}

/* ============================================
   VARIATION 1: Standard Layout (Content Left, Image Right)
   ============================================ */

.booking-variation-1 .booking-variation-container {
  flex-direction: row;
}

/* ============================================
   RESPONSIVE DESIGN FOR BOOKING VARIATIONS
   ============================================ */

/* Tablet adjustments */
@media (max-width: 1200px) {
  .booking-variation {
    padding: 50px 40px;
  }

  .booking-variation-content {
    padding: 0 40px 0 30px;
    height: auto;
    min-height: 350px;
  }

  .booking-variation-title {
    font-size: 32px;
    line-height: 40px;
  }

  .booking-variation-description {
    font-size: 15px;
    line-height: 23px;
  }

  .booking-variation-image {
    width: 320px;
  }

  .booking-variation-image-container {
    width: 300px;
    height: 350px;
  }

  .booking-variation-image-large {
    width: 280px;
    height: 350px;
    object-fit: contain;
  }

  .booking-variation-image-small {
    top: 250px;
    width: 150px;
    height: 90px;
    object-fit: contain;
  }
}

/* Mobile adjustments */
@media (max-width: 900px) {
  .booking-variation {
    padding: 50px 30px;
    border-radius: 20px;
  }

  .booking-variation-container {
    flex-direction: column !important;
    border-radius: 16px;
  }

  .booking-variation-content {
    padding: 30px 25px;
    height: auto;
    min-height: auto;
    border-radius: 16px 16px 0 0 !important;
    align-items: flex-start;
    text-align: left;
  }

  .booking-variation-text {
    align-items: flex-start;
    text-align: left;
    max-width: 100%;
  }

  .booking-variation-title {
    font-size: 28px;
    line-height: 36px;
    text-align: left;
  }

  .booking-variation-description {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }

  .booking-variation-image {
    width: 100%;
    border-radius: 0 0 16px 16px !important;
    justify-content: center;
    height: auto;
    min-height: 300px;
  }

  .booking-variation-image-container {
    width: 100%;
    max-width: 400px;
    height: auto;
    min-height: 300px;
    margin: 0 auto;
  }

  .booking-variation-image-large {
    width: auto;
    max-width: 280px;
    height: auto;
    max-height: 300px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
  }

  .booking-variation-image-small {
    width: auto;
    max-width: 140px;
    height: auto;
    max-height: 85px;
    top: 215px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
  }
}

/* Small mobile */
@media (max-width: 600px) {
  .booking-variation {
    padding: 50px 20px;
    border-radius: 16px;
  }

  .booking-variation-container {
    border-radius: 12px;
  }

  .booking-variation-content {
    padding: 25px 20px;
    border-radius: 12px 12px 0 0 !important;
  }

  .booking-variation-title {
    font-size: 24px;
    line-height: 32px;
  }

  .booking-variation-description {
    font-size: 13px;
    line-height: 20px;
  }

  .booking-variation-button {
    padding: 11px 22px;
    font-size: 14px;
  }

  .booking-variation-button-text {
    font-size: 14px;
  }

  .booking-variation-image {
    min-height: 250px;
    border-radius: 0 0 12px 12px !important;
  }

  .booking-variation-image-container {
    height: auto;
    min-height: 250px;
    max-width: 100%;
  }

  .booking-variation-image-large {
    max-width: 240px;
    width: auto;
    height: auto;
    max-height: 250px;
    object-fit: contain;
  }

  .booking-variation-image-small {
    max-width: 120px;
    width: auto;
    height: auto;
    max-height: 70px;
    top: 180px;
    object-fit: contain;
  }
}

/* Extra small mobile */
@media (max-width: 480px) {
  .booking-variation {
    padding: 50px 15px;
  }

  .booking-variation-content {
    padding: 20px 15px;
  }

  .booking-variation-title {
    font-size: 22px;
    line-height: 30px;
  }

  .booking-variation-description {
    font-size: 12px;
    line-height: 18px;
  }

  .booking-variation-button {
    padding: 10px 20px;
    width: 100%;
  }

  .booking-variation-image {
    min-height: 220px;
  }

  .booking-variation-image-container {
    height: auto;
    min-height: 220px;
  }

  .booking-variation-image-large {
    max-width: 200px;
    width: auto;
    height: auto;
    max-height: 220px;
    object-fit: contain;
  }

  .booking-variation-image-small {
    max-width: 100px;
    width: auto;
    height: auto;
    max-height: 60px;
    top: 160px;
    object-fit: contain;
  }
}

/* Extra small mobile */
@media (max-width: 480px) {
  .contact-variation {
    padding: 25px 15px;
  }

  .contact-variation-title {
    font-size: 22px;
    line-height: 30px;
  }

  .contact-variation-subtitle {
    font-size: 10px;
    line-height: 15px;
  }

  .contact-whatsapp-button {
    padding: 10px 20px;
    font-size: 14px;
  }

  .whatsapp-button-text {
    font-size: 14px;
  }

  .whatsapp-button-icon {
    font-size: 18px;
  }

}

/* ============================================
   SERVICE SECTION VARIATIONS
   ============================================ */

/* Common Styles for All Variations */
.service-variation {
  gap: 34px;
  display: flex;
  padding: 66px 59px;
  align-self: stretch;
  flex-direction: column;
  background-color: #0cbfff;
}

.service-variation-header {
  gap: 4px;
  display: flex;
  align-self: stretch;
  flex-direction: column;
}

.service-variation-title {
  color: #fff;
  font-size: 40px;
  align-self: stretch;
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 46.7055549621582px;
  font-stretch: normal;
  text-decoration: none;
}

.service-variation-subtitle {
  color: #fff;
  font-size: 16px;
  align-self: stretch;
  text-align: center;
  font-family: Poppins;
  font-weight: 400;
  line-height: 22.876190185546875px;
  font-stretch: normal;
  text-decoration: none;
}

.service-panel {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  background-size: 280%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}

.service-panel-text {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  line-height: 25.16381072998047px;
  font-stretch: normal;
  text-decoration: none;
  transition: all 0.5s ease;
  z-index: 1;
  white-space: nowrap;
}

/* Background images for each service */
.service-variation-1 .service-panel[data-service="wall-mounting"] {
  background-image: url("../public/14.png");
  background-position: center 30% !important;
}

.service-panel[data-service="furniture-assembly"] {
  background-image: url("../public/portfolio/White Furniture Set Toy Storage (Open).JPEG");
}

.service-panel[data-service="plumbing-electricals"] {
  background-image: url("../public/13.png");
  background-position: center 28%;
}

.service-panel[data-service="painting-decorating"] {
  background-image: url("../public/tq_5_8yinp2kg-mfc9-1000w.png");
}

/* Service Panel Overlay */
.service-panel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  z-index: 0;
}

.service-panel:hover .service-panel-overlay {
  background: rgba(0, 0, 0, 0.3);
}

/* ============================================
   VARIATION 1: Grid Layout (2x2 Cards)
   ============================================ */

.service-variation-1-panels {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-self: stretch;
  min-height: 600px;
}

.service-variation-1 .service-panel {
  width: 100%;
  height: 100%;
  min-height: 290px;
  padding: 40px 30px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  justify-content: center;
  align-items: center;
}

.service-variation-1 .service-panel:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.service-variation-1 .service-panel-text {
  text-align: center;
  font-size: 28px;
  line-height: 34px;
  z-index: 1;
  position: relative;
}

/* ============================================
   VARIATION 2: Horizontal Scrolling Cards
   ============================================ */

.service-variation-2-panels {
  gap: 20px;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  align-self: stretch;
  padding-bottom: 10px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
}

.service-variation-2-panels::-webkit-scrollbar {
  height: 8px;
}

.service-variation-2-panels::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.service-variation-2-panels::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}

.service-variation-2-panels::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.7);
}

.service-variation-2 .service-panel {
  flex: 0 0 auto;
  min-width: 350px;
  width: 350px;
  height: 500px;
  padding: 40px 30px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  justify-content: center;
  align-items: center;
}

.service-variation-2 .service-panel:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.service-variation-2 .service-panel-text {
  text-align: center;
  font-size: 26px;
  line-height: 32px;
  z-index: 1;
  position: relative;
}

/* ============================================
   VARIATION 3: Vertical Accordion Stack
   ============================================ */

.service-variation-3-panels {
  gap: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.service-variation-3 .service-accordion-item {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.service-variation-3 .service-accordion-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.service-variation-3 .service-accordion-item.active {
  background-color: rgba(255, 255, 255, 0.2);
}

.service-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.service-variation-3 .service-panel-text {
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  z-index: 1;
  position: relative;
  color: #fff;
  font-family: Poppins;
  font-weight: 600;
}

.service-accordion-icon {
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 20px;
}

.service-variation-3 .service-accordion-item.active .service-accordion-icon {
  transform: rotate(45deg);
}

.service-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.3s ease;
  padding: 0 40px;
}

.service-variation-3 .service-accordion-item.active .service-accordion-content {
  max-height: 500px;
  padding: 0 40px 30px 40px;
}

.service-accordion-image {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  margin-top: 20px;
}

.service-variation-3 .service-accordion-item[data-service="wall-mounting"] .service-accordion-image {
  background-image: url("../public/14.png");
  background-position: center 35%;
}

.service-variation-3 .service-accordion-item[data-service="furniture-assembly"] .service-accordion-image {
  background-image: url("../public/15.png");
}

.service-variation-3 .service-accordion-item[data-service="plumbing-electricals"] .service-accordion-image {
  background-image: url("../public/13.png");
  background-position: center 28%;
}

.service-variation-3 .service-accordion-item[data-service="painting-decorating"] .service-accordion-image {
  background-image: url("../public/tq_5_8yinp2kg-mfc9-1000w.png");
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

/* Tablet adjustments */
@media (max-width: 1200px) {
  .service-variation {
    padding: 50px 40px;
  }

  .service-variation-title {
    font-size: 36px;
    line-height: 42px;
  }

  .service-variation-subtitle {
    font-size: 15px;
    line-height: 22px;
  }

  .service-variation-1-panels {
    min-height: 500px;
  }

  .service-variation-1 .service-panel {
    min-height: 240px;
  }

  .service-variation-3 .service-accordion-header {
    padding: 25px 35px;
  }

  .service-variation-3 .service-accordion-content {
    padding: 0 35px;
  }

  .service-variation-3 .service-accordion-item.active .service-accordion-content {
    padding: 0 35px 25px 35px;
  }

  .service-accordion-image {
    height: 250px;
  }

  .service-variation-2-panels {
    gap: 15px;
  }

  .service-variation-2 .service-panel {
    min-width: 300px;
    height: 450px;
  }

  .service-variation-3 .service-accordion-item {
    margin-bottom: 15px;
  }
}

/* Mobile adjustments */
@media (max-width: 900px) {
  .service-variation {
    padding: 40px 30px;
    gap: 24px;
  }

  .service-variation-title {
    font-size: 32px;
    line-height: 38px;
  }

  .service-variation-subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .service-variation-1-panels {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 15px;
  }

  .service-variation-1 .service-panel {
    min-height: 200px;
    padding: 30px 25px;
  }

  .service-variation-1 .service-panel-text {
    font-size: 22px;
    line-height: 28px;
  }

  .service-panel-text {
    font-size: 20px;
    text-align: center;
  }

  .service-variation-2 .service-panel {
    min-width: 280px;
    height: 380px;
    padding: 30px 25px;
  }

  .service-variation-2 .service-panel-text {
    font-size: 22px;
    line-height: 28px;
  }

  .service-variation-3 .service-accordion-header {
    padding: 25px 30px;
  }

  .service-variation-3 .service-panel-text {
    font-size: 22px;
    line-height: 28px;
  }

  .service-variation-3 .service-accordion-content {
    padding: 0 30px;
  }

  .service-variation-3 .service-accordion-item.active .service-accordion-content {
    padding: 0 30px 25px 30px;
  }

  .service-accordion-image {
    height: 220px;
  }

  .service-variation-1-panels {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .service-variation-1 .service-panel {
    min-height: 200px;
  }

  .service-variation-2-panels {
    gap: 12px;
  }

  .service-variation-2 .service-panel {
    min-width: 280px;
    height: 350px;
  }

  .service-variation-3 .service-accordion-item {
    margin-bottom: 12px;
  }
}

/* Small mobile */
@media (max-width: 600px) {
  .service-variation {
    padding: 30px 20px;
    gap: 20px;
  }

  .service-variation-title {
    font-size: 28px;
    line-height: 34px;
  }

  .service-variation-subtitle {
    font-size: 13px;
    line-height: 19px;
  }

  .service-variation-1 .service-panel {
    height: 180px;
    padding: 15px;
  }

  .service-panel-text {
    font-size: 18px;
  }

  .service-variation-1 .service-panel {
    min-height: 180px;
    padding: 30px 20px;
  }

  .service-variation-2 .service-panel {
    min-width: 250px;
    height: 320px;
  }

  .service-variation-3 .service-accordion-header {
    padding: 20px;
  }

  .service-variation-3 .service-panel-text {
    font-size: 20px;
  }
}

/* Extra small mobile */
@media (max-width: 480px) {
  .service-variation {
    padding: 25px 15px;
  }

  .service-variation-title {
    font-size: 24px;
    line-height: 30px;
  }

  .service-variation-subtitle {
    font-size: 12px;
    line-height: 18px;
  }

  .service-variation-1 .service-panel {
    height: 160px;
    padding: 12px;
  }

  .service-panel-text {
    font-size: 16px;
  }

  .service-variation-1 .service-panel {
    min-height: 160px;
    padding: 25px 15px;
  }

  .service-variation-1 .service-panel-text {
    font-size: 20px;
  }

  .service-variation-2 .service-panel {
    min-width: 220px;
    height: 280px;
  }

  .service-variation-3 .service-accordion-header {
    padding: 20px;
  }

  .service-variation-3 .service-panel-text {
    font-size: 18px;
    line-height: 24px;
  }

  .service-variation-3 .service-accordion-icon {
    font-size: 28px;
  }

  .service-variation-3 .service-accordion-content {
    padding: 0 20px;
  }

  .service-variation-3 .service-accordion-item.active .service-accordion-content {
    padding: 0 20px 20px 20px;
  }

  .service-accordion-image {
    height: 180px;
    margin-top: 15px;
  }
}

/* ============================================ */
/* FIXED WHATSAPP BUTTON */
/* ============================================ */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #25D366;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.whatsapp-float:hover {
  background-color: #20BA5A;
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.5);
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  fill: #ffffff;
}

@media(max-width: 767px) {
  .whatsapp-float {
    width: 56px;
    height: 56px;
    bottom: 20px;
    right: 20px;
  }
  
  .whatsapp-float svg {
    width: 28px;
    height: 28px;
  }
}

@media(max-width: 480px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }
  
  .whatsapp-float svg {
    width: 24px;
    height: 24px;
  }
}

/* Loading Screen Overlay */
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  opacity: 1;
  transition: opacity 0.5s ease-out;
  pointer-events: none;
  visibility: hidden;
}

/* Show loading screen when active */
.loading-screen.active {
  display: flex !important;
  pointer-events: auto;
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity 0.5s ease-out !important;
}

/* Fade out state - keep display and visibility so transition is visible */
/* NOTE: We're using JavaScript animation, so don't set opacity here */
/* Only set display and visibility to keep element visible during JS animation */
.loading-screen.active.hidden {
  /* Don't set opacity - let JavaScript handle it */
  pointer-events: none !important;
  display: flex !important;
  visibility: visible !important;
  /* Remove transition since we're using JS animation */
  transition: none !important;
}

/* Animation fallback for fade out - use this if transition doesn't work */
@keyframes loadingScreenFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Only use animation if transition isn't supported */
@supports not (transition: opacity) {
  .loading-screen.active.hidden {
    animation: loadingScreenFadeOut 0.5s ease-out forwards;
  }
}

/* Ensure loading screen is completely removed from interaction when not active */
/* But don't apply this when both active and hidden are present (during fade) */
.loading-screen:not(.active) {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
  z-index: -1 !important;
  opacity: 0 !important;
}

.loading-screen-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.loading-screen-logo {
  width: 118px;
  height: 79px;
  object-fit: contain;
  object-position: center;
  animation: logoPulse 2s ease-in-out infinite;
  opacity: 1;
}

@keyframes logoPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.9;
  }
}

