@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Mont";
  font-feature-settings: "ss02" on, "ss03" on;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
@media screen and (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1450px;
  }
}

.text-white {
  color: #ffffff;
}

.relative {
  position: relative;
}

.gradient-text {
  display: inline-block;
  font-family: "Mont", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(90deg, #36A9B9 0%, #0C5367 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #6FCDFF;
}
@media screen and (min-width: 900px) {
  .gradient-text {
    font-size: 56px;
    text-shadow: 0 0 12px rgba(46, 190, 207, 0.25);
  }
}

.white-stroke {
  color: #ffffff;
  font-feature-settings: "ss02" on, "ss03" on;
  text-shadow: 0 0 16px rgba(46, 190, 207, 0.75);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #6FCDFF;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  .white-stroke {
    font-size: 56px;
  }
}

.blue-stroke {
  color: #36A9B9;
  font-feature-settings: "ss02" on, "ss03" on;
  text-shadow: 0 0 12px rgba(46, 190, 207, 0.25);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #6FCDFF;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  .blue-stroke {
    font-size: 2.625rem;
  }
}

header.site-header {
  background-color: red;
}

.text-center {
  text-align: center;
}

@media screen and (min-width: 900px) {
  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.services-grid .services-grid-item {
  border-radius: 20px;
  padding: 16px;
  color: #0C5367;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .services-grid .services-grid-item {
    margin-bottom: unset;
  }
}
.services-grid .services-grid-item:nth-child(1) {
  border: 2px solid #C764C7;
  background: #FDFAFD;
  box-shadow: 4px 4px 32px 0 rgba(115, 49, 115, 0.15);
}
.services-grid .services-grid-item:nth-child(2) {
  border: 2px solid #E1795B;
  background: #FFFBFB;
  box-shadow: 4px 4px 32px 0 rgba(206, 92, 59, 0.15);
}
.services-grid .services-grid-item:nth-child(3) {
  border: 2px solid #01A2E1;
  background: #FBFDFE;
  box-shadow: 4px 4px 32px 0 rgba(1, 162, 225, 0.15);
}
.services-grid .services-grid-item > div:nth-child(1) {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 16px;
}
.services-grid .services-grid-item > div:nth-child(1) .services-grid-item-title {
  text-transform: uppercase;
  font-size: 1.313rem;
  font-weight: 800;
}
.services-grid .services-grid-item > div:nth-child(2) span:nth-child(1) {
  font-size: 1.125rem;
  margin-bottom: 8px;
  display: block;
}
.services-grid .services-grid-item > div:nth-child(2) div:nth-child(2) {
  display: block;
  background-color: rgba(255, 153, 153, 0.25);
  border-radius: 8px;
  padding: 12px;
  font-weight: 500;
  color: #DC143C;
  margin-bottom: 8px;
  position: relative;
  padding-left: 49px;
}
.services-grid .services-grid-item > div:nth-child(2) div:nth-child(2):before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/icon-crossed.svg");
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0, -50%);
}
.services-grid .services-grid-item > div:nth-child(2) span:nth-child(3) {
  display: block;
  background-color: rgba(156, 231, 187, 0.25);
  border-radius: 8px;
  padding: 12px;
  font-weight: 500;
}
.services-grid .services-grid-item > div:nth-child(3) span:nth-child(1) {
  font-size: 1.125rem;
  margin-bottom: 8px;
  display: block;
}
.services-grid .services-grid-item > div:nth-child(3) div:nth-child(2) {
  display: block;
  margin-bottom: 8px;
  background-color: rgba(156, 231, 187, 0.25);
  border-radius: 8px;
  padding: 12px;
  font-weight: 500;
  position: relative;
  padding-left: 49px;
}
.services-grid .services-grid-item > div:nth-child(3) div:nth-child(2):before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/icon-checked.svg");
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0, -50%);
}
.services-grid .services-grid-item .btn-primary {
  margin-top: auto;
  align-self: flex-start;
}

.btn-primary {
  padding: 12px 24px;
  border-radius: 50px;
  border: 2px solid #F67E57;
  background-color: #F67E57;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  font-feature-settings: "ss02" on, "ss03" on;
  cursor: pointer;
  transition: all 0.5s ease;
}
.btn-primary:visited {
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus {
  border: 2px solid #F67E57;
  background-color: #ffffff;
  color: #2EBECF;
}

.text-light {
  color: #2EBECF;
}

.block {
  display: block;
}

/*.text-center {
    text-align: center;
}*/
.max-content {
  max-width: max-content;
}

.see-promotions {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 15px 52px;
}
.see-promotions .see-promotions-content {
  color: #0C5367;
}
@media screen and (min-width: 900px) {
  .see-promotions .see-promotions-content {
    flex: 0 0 49%;
  }
}

.title-flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .title-flex {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
  }
}
@media screen and (min-width: 900px) {
  .title-flex {
    flex-direction: row;
  }
}
.title-flex .title-img {
  width: 100%;
  max-width: 600px;
  margin-top: -100px;
}
@media screen and (min-width: 900px) {
  .title-flex .title-img {
    display: none;
  }
}
.title-flex h2 {
  margin: 0;
}
@media screen and (min-width: 900px) {
  .title-flex .title-flex-content h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .title-flex .title-flex-content h2 {
    font-size: 56px;
  }
}
@media screen and (min-width: 900px) {
  .title-flex .title-flex-content {
    flex: 0 0 49%;
  }
}
@media screen and (min-width: 1200px) {
  .title-flex .title-flex-content {
    flex: 0 0 60%;
  }
}
.title-flex .title-flex-content p {
  margin-bottom: 10px;
}

.services-types {
  background: linear-gradient(180deg, #0C5367 34.62%, #01263E 100%);
  border-radius: 40px;
  padding: 48px 0;
  position: relative;
}
@media screen and (min-width: 900px) {
  .services-types {
    border-radius: 80px;
    padding: 78px 0;
  }
}
.services-types .services-types-image-background {
  position: absolute;
  right: 0;
  top: 0px;
  width: 46%;
}
@media screen and (max-width: 900px) {
  .services-types .services-types-image-background {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .services-types .services-types-image-background {
    top: -140px;
  }
}
.services-types .services-types-grid {
  position: relative;
}
.services-types .services-types-grid:before {
  position: absolute;
  content: "";
  right: -30px;
  top: -120%;
  z-index: 1;
  width: 400px;
  height: 400px;
  background-image: url("../images/phone-with-socials.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
@media screen and (min-width: 900px) {
  .services-types .services-types-grid:before {
    display: block;
    width: 500px;
    height: 500px;
    top: -90%;
  }
}
@media screen and (min-width: 1200px) {
  .services-types .services-types-grid:before {
    display: block;
    width: 700px;
    height: 700px;
    top: -120%;
  }
}
@media screen and (min-width: 900px) {
  .services-types .services-types-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 43px;
  }
}
.services-types .services-types-grid .services-types-grid-item {
  border-radius: 15px;
  background-color: #ffffff;
  padding: 8px;
  z-index: 2;
}
@media screen and (min-width: 540px) {
  .services-types .services-types-grid .services-types-grid-item {
    display: flex;
    gap: 15px;
    align-items: center;
  }
}
.services-types .services-types-grid .services-types-grid-item:not(.empty) {
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .services-types .services-types-grid .services-types-grid-item:not(.empty) {
    margin-bottom: unset;
  }
}
.services-types .services-types-grid .services-types-grid-item:nth-child(2) {
  opacity: 0;
  padding: 0;
  margin: 0;
  height: 0;
}
.services-types .services-types-grid .services-types-grid-item .services-grid-item-image-wrapper {
  flex: 0 0 30%;
}
.services-types .services-types-grid .services-types-grid-item .services-grid-item-image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .services-types .services-types-grid .services-types-grid-item .services-grid-item-image-wrapper img {
    margin-bottom: 10px;
  }
}
.services-types .services-types-grid .services-types-grid-item h3 {
  font-size: 1rem;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .services-types .services-types-grid .services-types-grid-item h3 {
    font-size: 1.313rem;
  }
}

.item-content-inner .phone-heading {
  color: #000;
  font-family: "SF Pro Text";
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.014px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 10px 15px;
}
.item-content-inner .phone-heading span:nth-child(2) {
  background-color: #000000;
  border-radius: 20px;
  display: block;
}
.item-content-inner .phone-heading img:nth-child(3) {
  place-self: end;
}
.item-content-inner .phone-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 10px;
  align-items: center;
}
.item-content-inner .phone-nav img:nth-child(3) {
  margin-left: auto;
}
.item-content-inner .phone-nav > span {
  font-size: 12px;
  text-align: center;
}
.item-content-inner .phone-banding {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 5px;
}
.item-content-inner .phone-banding img {
  max-width: 40px;
}
.item-content-inner .phone-banding > div span:nth-child(1) {
  color: #000;
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .item-content-inner .phone-banding > div span:nth-child(1) {
    font-size: 16px;
  }
}
.item-content-inner .phone-banding > div span:nth-child(2) {
  color: #000;
  font-family: "Roboto";
  font-size: 10px;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .item-content-inner .phone-banding > div span:nth-child(2) {
    font-size: 12px;
  }
}

.phone-content {
  overflow-y: scroll;
  padding: 0 10px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.phone-content::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}
.phone-content .phone-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.phone-content .phone-texts {
  margin-bottom: 5px;
  font-size: 10px;
}

.phone-sorter {
  display: flex;
  justify-content: space-around;
  margin-bottom: 5px;
}

.phone-footer {
  padding: 10px 10px 30px 10px;
}
.phone-footer .microphone-element {
  width: 80px;
  height: 6px;
  background-color: #000000;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
}

.title-box-grid {
  padding: 0 16px;
}
@media screen and (min-width: 900px) {
  .title-box-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    place-items: center;
  }
}
.title-box-grid .box-grid-title {
  grid-column: span 7;
  font-size: 1.5rem;
}
@media screen and (min-width: 900px) {
  .title-box-grid .box-grid-title {
    font-size: 3rem;
  }
}
.title-box-grid .box-grid-item {
  grid-column: span 5;
  border-radius: 20px;
  border: 2px solid #43B649;
  background: #F6FBF9;
  box-shadow: 4px 4px 32px 0 rgba(67, 182, 73, 0.15);
  position: relative;
  padding: 30px 16px 30px 90px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .title-box-grid .box-grid-item {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 900px) {
  .title-box-grid .box-grid-item {
    padding: 24px 16px 24px 60px;
  }
}
.title-box-grid .box-grid-item p {
  margin: 0;
}

@media screen and (max-width: 900px) {
  .business-box-grid {
    padding: 0 20px;
  }
}
@media screen and (min-width: 900px) {
  .business-box-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.business-box-grid .box-grid-item {
  border-radius: 20px;
  border: 2px solid #43B649;
  background: #F6FBF9;
  box-shadow: 4px 4px 32px 0 rgba(67, 182, 73, 0.15);
  position: relative;
  padding: 30px 16px 30px 90px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .business-box-grid .box-grid-item {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 900px) {
  .business-box-grid .box-grid-item {
    padding: 24px 16px 24px 70px;
  }
}
.business-box-grid .box-grid-item p {
  margin: 0;
}

/* Packs Table */
/* Packs grid */
.packs-grid {
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .packs-grid {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
  }
}
.packs-grid .packs-grid-item:nth-child(1) {
  flex: 0 0 62%;
}
.packs-grid .packs-grid-item.packs-grid-second {
  border-radius: 13px;
  border: 1px solid #E0E0E0;
}
.packs-grid .packs-grid-item.packs-grid-second .packs-item-list {
  padding: 1rem;
}
.packs-grid .packs-grid-item h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.packs-grid .packs-grid-item:not(:last-child) h3 {
  color: #2ebecf;
}
.packs-grid .packs-grid-item:last-child h3 {
  color: #ffffff;
}
.packs-grid .packs-grid-item .packs-grid-item-heading {
  padding: 24px;
}
.packs-grid .packs-grid-item .packs-grid-item-heading h3 {
  color: #2EBECF;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .packs-grid .packs-grid-item .packs-grid-item-heading h3 {
    margin-bottom: 10px;
  }
}
.packs-grid .packs-grid-item .packs-grid-item-heading span {
  color: #0088AF;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
}
.packs-grid .packs-grid-item .packs-grid-item-heading > span {
  font-size: 20px;
  font-weight: 800;
}
@media screen and (min-width: 900px) {
  .packs-grid .packs-grid-item .packs-grid-item-heading > span {
    font-size: 26px;
  }
}
.packs-grid .packs-grid-item .packs-grid-item-heading > div .offered,
.packs-grid .packs-grid-item .packs-grid-item-heading > div .popular {
  flex: 1 1 0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 8px;
  text-align: center;
  display: block;
}
.packs-grid .packs-grid-item .packs-grid-item-heading > div .popular {
  color: #ffffff;
  background: linear-gradient(0deg, #f67e57 0%, #f67e57 100%), #fdc578;
}
.packs-grid .packs-grid-item .packs-grid-item-heading > div .offered {
  color: #f67e57;
  background: #ffffff;
}
.packs-grid .packs-grid-item:nth-child(1) .packs-grid-item-heading {
  border-radius: 13px;
  background: #e9f4f6;
}
.packs-grid .packs-grid-item:nth-child(2) .packs-grid-item-heading {
  border-radius: 13px;
  background: linear-gradient(180deg, #36a9b9 22.03%, #0c5367 121.06%);
}
.packs-grid .packs-grid-item:nth-child(2) .packs-grid-item-heading h3 {
  color: white;
}
.packs-grid .packs-grid-item:nth-child(2) .packs-grid-item-heading span {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
}
.packs-grid .packs-grid-item i {
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 700;
}
.packs-grid .packs-grid-item ul {
  margin: 24px 0;
}
.packs-grid .packs-grid-item ul li {
  margin-bottom: 16px;
  color: #0c5367;
  font-weight: 700;
}
.packs-grid .packs-grid-item ul li::marker {
  color: #2ebecf;
}
.packs-grid .packs-grid-item a {
  display: block;
  max-width: max-content;
}
@media screen and (min-width: 960px) {
  .packs-grid .packs-grid-item .packs-grid-item-content {
    padding: 16px;
    display: flex;
    align-items: start;
  }
}
.packs-grid .packs-grid-item .packs-grid-item-content > div {
  flex: 0 0 66%;
}
.packs-grid .packs-grid-item .packs-grid-item-content > div .price {
  color: #0088AF;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  display: block;
  margin-block: 16px;
}
@media screen and (min-width: 960px) {
  .packs-grid .packs-grid-item .packs-grid-item-content > div .price {
    font-size: 36px;
    margin-block: unset;
  }
}
.packs-grid .packs-grid-item .packs-grid-item-content > a {
  display: block;
  max-width: unset;
  text-align: center;
  margin-block: 20px;
}
@media screen and (min-width: 960px) {
  .packs-grid .packs-grid-item .packs-grid-item-content > a {
    display: flex;
    margin-left: auto;
    margin-block: unset;
    max-width: max-content;
  }
}
.packs-grid .packs-grid-item .packs-grid-item-content i {
  color: #828282;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}
.packs-grid .pack-details-grid {
  padding: 1rem;
  border: 1px solid #e3e3e3;
  border-top: none;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}
@media screen and (min-width: 960px) {
  .packs-grid .pack-details-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .packs-grid .pack-details-grid .pack-details-grid-item:nth-child(odd) {
    border-right: 1px solid #e3e3e3;
  }
}
.packs-grid .pack-details-grid .pack-details-grid-item {
  margin-top: 20px;
}
.packs-grid .pack-details-grid .pack-details-grid-item p:nth-child(2) {
  color: #0C5367;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  margin-top: 8px;
}
.packs-grid .pack-details-grid .pack-details-grid-item .gradient-text {
  font-size: 18px;
  font-weight: 700;
}
.packs-grid .pack-details-grid .pack-details-grid-item .gradient-title {
  background: linear-gradient(90deg, #36A9B9 0%, #0C5367 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.packs-grid .packs-item-list {
  margin-top: 24px;
}
.packs-grid .packs-item-list .packs-item-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.packs-grid .packs-item-list .packs-item-list-item .gradient-title {
  background: linear-gradient(90deg, #36A9B9 0%, #0C5367 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.packs-grid .packs-item-list .packs-item-list-item > p:nth-child(1) {
  display: flex;
  gap: 8px;
}
.packs-grid .packs-item-list .packs-item-list-item > p:nth-child(2) {
  color: #0C5367;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}

/* Scroller */
.scroller {
  width: 100%;
  overflow: hidden;
}

.scroller-title {
  color: #F67E57;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

/* TESTIMONIALS */
@media screen and (min-width: 900px) {
  .testimonials-outer {
    margin-top: 60px;
  }
}
.testimonials-outer .testimonials {
  padding: 0 40px;
}
@media screen and (min-width: 900px) {
  .testimonials-outer .testimonials {
    padding: 0 140px;
  }
}
.testimonials-outer .testimonials .swiper {
  width: 70%;
  height: 100%;
  padding-bottom: 20px;
}
.testimonials-outer .testimonials .swiper-slide {
  overflow: hidden;
}
.testimonials-outer .testimonials .testimonials-slide-inner {
  display: block;
}
.testimonials-outer .testimonials .testimonials-button-next::before {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url("../images/arrow-next.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.testimonials-outer .testimonials .testimonials-button-next svg {
  display: none;
}
.testimonials-outer .testimonials .testimonials-button-prev::before {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url("../images/arrow-prev.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.testimonials-outer .testimonials .testimonials-button-prev svg {
  display: none;
}
.testimonials-outer .testimonials .swiper-pagination {
  bottom: 0;
}
.testimonials-outer .testimonials .swiper-pagination .swiper-pagination-bullet {
  background: #8d8d8d;
}
.testimonials-outer .testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #36a9b9;
}
.testimonials-outer .testimonials .testimonial-text {
  color: #4f4f4f;
  margin-bottom: 33px;
}
.testimonials-outer .testimonials .testimonial-text p {
  color: #4f4f4f;
}
.testimonials-outer .testimonials .testimonial-name {
  color: #0c5367;
  font-size: 1.125rem;
  font-weight: 900;
  margin-top: 8px;
}

/* PHONES SLIDER */
.phones-slider {
  padding: 60px 0;
  overflow-x: clip;
  overflow-y: visible;
}
@media screen and (min-width: 870px) {
  .phones-slider {
    overflow-x: unset;
    padding: 90px 0;
  }
}

.phones-slider .container-carousel {
  margin: 0 auto;
  width: 360px;
  height: 616px;
  position: relative;
  perspective: 1000px;
}

.phones-slider .carousel {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 90px;
  transform-style: preserve-3d;
  transition: transform 1s;
  user-select: none;
}

@media screen and (min-width: 870px) {
  .phones-slider .carousel {
    top: 40px;
  }
}
.phones-slider .carousel div {
  transform-style: preserve-3d;
}

.phones-slider .item {
  display: block;
  position: absolute;
  left: 60px;
  width: 236px;
  height: 450px;
  color: #333;
  border-radius: 10px;
  transition: transform 1s, opacity 0.5s;
  background-image: url("../images/phone-frame.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 870px) {
  .phones-slider .item {
    left: 32px;
    width: 296px;
    height: 580px;
  }
}
.phones-slider .item.is-inactive .item-content .item-content-inner {
  position: relative;
}

.phones-slider .item.is-inactive .item-content .item-content-inner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.45);
  pointer-events: none;
  z-index: 2;
}

.phones-slider .item.is-inactive .phone-gallery {
  pointer-events: none;
}

.phones-slider .item-content {
  padding: 13px 20px;
  position: relative;
  height: 100%;
}

@media screen and (min-width: 870px) {
  .phones-slider .item-content {
    padding: 16px 20px;
  }
}
.phones-slider .item-content-inner {
  background-color: white;
  height: 100%;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media screen and (min-width: 870px) {
  .phones-slider .item-content-inner {
    border-radius: 32px;
  }
}
.phones-slider .item-content-inner p {
  margin-bottom: 0;
  margin-top: 0;
}

@supports (-webkit-touch-callout: none) {
  .phones-slider .item-content,
  .phones-slider .item-content-inner {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .phone-content {
    -webkit-overflow-scrolling: touch;
  }
}
.phones-slider .slide1 {
  transform: rotateY(0deg) translateZ(250px);
}

.phones-slider .slide2 {
  transform: rotateY(72deg) translateZ(250px) rotateY(-72deg);
}

.phones-slider .slide3 {
  transform: rotateY(144deg) translateZ(250px) rotateY(-144deg);
}

.phones-slider .slide4 {
  transform: rotateY(216deg) translateZ(250px) rotateY(-216deg);
}

.phones-slider .slide5 {
  transform: rotateY(288deg) translateZ(250px) rotateY(-288deg);
}

.phones-slider .carousel,
.phones-slider .carousel div,
.phones-slider .item,
.phones-slider .item-content,
.phones-slider .item-content-inner {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.phones-slider .item-content,
.phones-slider .item-content-inner {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.phone-content {
  -webkit-overflow-scrolling: touch;
}

.custom-check {
  display: flex;
  align-items: center;
  padding-top: 24px;
}
.custom-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.custom-check input[type=checkbox]:checked + label::before {
  background: #F67E57;
}
.custom-check input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.custom-check input[type=checkbox]:focus + label::before {
  outline-offset: 2px;
}
.custom-check label {
  position: relative;
  padding-left: 36px;
  color: #fff;
  cursor: pointer;
  line-height: 1.4;
  padding-top: 3px;
}
.custom-check label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  transition: background 0.1s ease, border-color 0.1s ease;
}
.custom-check label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 6px;
  height: 11px;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.1s ease;
}
.custom-check a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.radial-bg-blue {
  background: radial-gradient(85.22% 97.48% at 55.65% 21.1%, #36A9B9 0%, #0C5367 100%);
}

.title-text {
  color: #FFF;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #6FCDFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .title-text {
    font-size: 28px;
  }
}

.rotating-icon-wrapper-secondary {
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  cursor: pointer;
}

.center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  z-index: 2;
  transition: transform 0.3s ease;
}

.rotating-icon-wrapper-secondary:hover .center-icon {
  transform: translate(-50%, -50%) scale(1.3);
}

.rotating-icon:hover {
  transition: transform 300ms ease;
  transform: scale(1.1);
}

@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.circle-bg {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #3bb7c4, #1a8e9a);
  border: 1px solid rgba(255, 255, 255, 0.35);
  z-index: 0;
}

.rotating-text {
  position: absolute;
  inset: 0;
  animation: rotateText 20s linear infinite;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
  z-index: 1;
  pointer-events: none;
  width: 200px;
  height: 200px;
}

.feature-card {
  position: relative;
  border: 2px solid transparent;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card .feature-title {
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card .feature-icon {
  transition: opacity 0.35s ease, filter 0.35s ease;
}

.feature-card.is-hovered .feature-icon {
  opacity: 0.9;
  filter: drop-shadow(0 4px 8px rgba(46, 190, 207, 0.25));
}

.feature-card.is-hovered {
  border-color: #2EBECF;
  box-shadow: 0 12px 32px rgba(46, 190, 207, 0.25);
}

.feature-card.is-hovered .feature-title {
  color: #F67E57 !important;
}

.feature-icon {
  width: 84px;
  height: 74px;
  display: block;
  object-fit: contain;
}

.gradient-blue-txt {
  font-size: 42px;
  background: linear-gradient(89deg, #36A9B9 8.9%, #0C5367 98.53%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0;
  font-variant-numeric: lining-nums tabular-nums;
  line-height: normal;
  font-weight: 800 !important;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(46, 190, 207, 0.25);
}
@media screen and (max-width: 768px) {
  .gradient-blue-txt {
    font-size: 28px;
  }
}

.dark-blue-text {
  color: #0C5367 !important;
}

.dk-blue-text-p {
  color: #0C5367 !important;
}
.dk-blue-text-p p {
  color: #0C5367;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 16px;
  font-size: 16px;
}

.gray-text {
  color: #828282;
}

.sea-blue-accent-text {
  color: #6BEFFF;
}

.peacock-image {
  opacity: 0;
  animation: PeacockImage 0.8s ease-out forwards;
}

@keyframes PeacockImage {
  0% {
    opacity: 0;
    transform: translateX(220px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.sm-anim {
  position: relative;
}

.sm-scene {
  position: relative;
  width: 100%;
  height: 100%;
}

.sm-particle {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) translate(0px, 0px) rotate(0deg);
  transform-origin: center;
  will-change: transform;
  animation: smBurstOut 900ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0ms;
}

.sm-particle > img {
  display: block;
  height: auto;
  will-change: transform;
  animation: smFloat 5200ms ease-in-out infinite;
  animation-delay: 1100ms;
}

@keyframes smBurstOut {
  0% {
    transform: translate(-50%, -50%) translate(0px, 0px) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) rotate(var(--r));
  }
}
@keyframes smFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.p-tiktok > img {
  width: 98px;
}

.p-facebook > img {
  width: 94px;
}

.p-instagram > img {
  width: 137px;
}

.p-at > img {
  width: 78px;
}

.p-thumb-left > img {
  width: 94px;
}

.p-thumb-right > img {
  width: 94px;
}

.p-heart-left > img {
  width: 44px;
}

.p-heart-right > img {
  width: 56px;
}

.sm-hand-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateY(55px);
  will-change: transform;
  animation: smHandEnter 1400ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 900ms;
}

.sm-hand {
  display: block;
  width: 340px;
  height: auto;
  transform-origin: 42% 78%;
  will-change: transform;
  animation: smHandSway 8200ms cubic-bezier(0.45, 0, 0.55, 1) infinite;
  animation-delay: 2000ms;
}

@keyframes smHandEnter {
  0% {
    transform: translate(-50%, -50%) translateY(220px);
  }
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }
}
@keyframes smHandSway {
  0% {
    transform: translateX(0px) rotate(0deg);
  }
  25% {
    transform: translateX(-10px) rotate(-1deg);
  }
  50% {
    transform: translateX(1px) rotate(0.6deg);
  }
  75% {
    transform: translateX(-10px) rotate(-1deg);
  }
  100% {
    transform: translateX(0px) rotate(0deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .sm-particle,
  .sm-particle > img,
  .sm-hand-wrap,
  .sm-hand {
    animation: none !important;
    transform: none !important;
  }
}
.sm-hand-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) translateY(0px);
  animation: smHandEnter 1400ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 900ms;
  will-change: transform;
}

@keyframes smHandEnter {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0px);
  }
}
@media screen and (min-width: 1600px) {
  .container-secondary {
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.peacock-bg {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .peacock-bg {
    padding-bottom: unset;
  }
}
@media screen and (min-width: 1200px) {
  .peacock-bg {
    height: 380px;
  }
}
@media screen and (min-width: 1600px) {
  .peacock-bg {
    height: 420px;
  }
}

@keyframes peacockIn {
  0% {
    opacity: 0;
    transform: translateX(520px);
  }
  60% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* =========================
   WRAPPER
========================= */
.sm-anim,
.sm-anim-mobile {
  position: relative;
}

/* =========================
   VIEWPORTS
========================= */
.sm-viewport,
.sm-viewport-mobile {
  position: relative;
  overflow: hidden;
  height: clamp(520px, 40vw, 590px);
}

/* desktop viewport width only (mobile uses layout width) */
.sm-viewport {
  width: clamp(520px, 40vw, 720px);
}

@media (max-width: 1379px) {
  .sm-viewport {
    width: 520px;
    height: 420px;
  }
  .sm-viewport-mobile {
    height: 420px;
  }
}
@media (max-width: 767px) {
  .sm-viewport,
  .sm-viewport-mobile {
    top: 20px;
  }
}
/* =========================
   SCENE
========================= */
.sm-scene {
  position: relative;
  width: 100%;
  height: 100%;
  top: 20px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .sm-scene {
    transform: scale(0.85);
    transform-origin: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sm-scene {
    transform: scale(0.95);
    transform-origin: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1379px) {
  .sm-scene {
    transform: scale(0.85);
    transform-origin: center;
  }
}
/* =========================
   PARTICLES – BASE
========================= */
.sm-particle {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  opacity: 0;
  transform: translate(-50%, -50%) translate(0, 0) rotate(0deg);
  transform-origin: center;
  will-change: transform, opacity;
  animation: smBurstOut 900ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0ms; /* socials first */
}

.sm-particle.is-back {
  z-index: 1;
}

.sm-particle > img {
  display: block;
  height: auto;
  animation: smFloat 5200ms ease-in-out infinite;
  animation-delay: 900ms;
}

/* =========================
   PARTICLE SIZES
========================= */
.p-tiktok img {
  width: 98px;
}

.p-facebook img {
  width: 94px;
}

.p-instagram img {
  width: 137px;
}

.p-at img {
  width: 78px;
}

.p-thumb-left img,
.p-thumb-right img {
  width: 94px;
}

.p-heart-left img {
  width: 44px;
}

.p-heart-right img {
  width: 56px;
}

.p-water-left img {
  width: 173px;
}

.p-water-right img {
  width: 203px;
}

/* water responsive sizing (pure CSS, not nested @media) */
@media screen and (max-width: 768px) {
  .p-water-left img {
    width: 100px;
  }
  .p-water-right img {
    width: 140px;
  }
}
/* water appears last */
.p-water-left,
.p-water-right {
  z-index: 1;
  animation-delay: 1600ms;
}

/* inner wrapper that sways smoothly */
.sm-water-sway {
  display: inline-block;
  will-change: transform;
  transform-origin: 50% 60%;
  animation: smWaterSwaySmooth 5000ms linear infinite;
  animation-delay: 2000ms;
}

/* disable float on water images */
.p-water-left img,
.p-water-right img {
  animation: none;
  display: block;
}

.sm-hand-wrap,
.sm-hand-wrap-mobile {
  position: absolute;
  left: 50%;
  bottom: 0;
  top: auto;
  z-index: 2;
  opacity: 0;
  /* center X, animate from below */
  transform: translateX(-50%) translateY(200px);
  animation: smHandEnterBottom 1400ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 900ms;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

/* optional tiny offset for mobile-only wrapper if you use it */
.sm-hand-wrap-mobile {
  bottom: -10px;
}

.sm-hand {
  width: 340px; /* keep your design size */
  max-width: 100%; /* prevents cropping on narrow containers */
  height: auto;
  transform-origin: 42% 78%;
  animation: smHandSwaySmooth 5000ms linear infinite;
  animation-delay: 2000ms;
}

@media (max-width: 1379px) {
  .sm-hand {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .sm-hand {
    width: 260px;
  }
}
@keyframes smBurstOut {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translate(0, 0) rotate(0);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) translate(var(--tx), var(--ty)) rotate(var(--r));
  }
}
@keyframes smFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes smHandEnterBottom {
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes smHandSwaySmooth {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  25% {
    transform: translateX(-10px) rotate(-1deg);
  }
  50% {
    transform: translateX(0) rotate(0deg);
  }
  75% {
    transform: translateX(10px) rotate(1deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes smWaterSwaySmooth {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  25% {
    transform: translateX(-6px) translateY(1px) rotate(-0.4deg);
  }
  50% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  75% {
    transform: translateX(6px) translateY(-1px) rotate(0.4deg);
  }
  100% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
/* =========================
   WATER – FIX (works with your HTML)
   Your HTML structure:
   <span class="sm-particle p-water-left/right" style="--tx..">
     <span class="sm-water-sway">
       <img ...>
     </span>
   </span>
========================= */
/* keep water behind other particles but above background */
.p-water-left,
.p-water-right {
  z-index: 1; /* behind socials/likes */
  animation-delay: 1600ms; /* water appears last (same timing) */
}

/* IMPORTANT:
   The burst/positioning animation is on .sm-particle (parent),
   the sway animation is on .sm-water-sway (inner wrapper),
   and the image must NOT float (no smFloat).
*/
.p-water-left > img,
.p-water-right > img {
  animation: none !important; /* safety if someone removes wrapper in future */
}

/* the sway wrapper: must be inline-block so transforms apply */
.p-water-left .sm-water-sway,
.p-water-right .sm-water-sway {
  display: inline-block;
  will-change: transform;
  transform-origin: 50% 60%;
  animation: smWaterSwaySmooth 5000ms linear infinite;
  animation-delay: 2000ms; /* starts after burst finishes */
}

/* ensure the img inside water does not inherit float */
.p-water-left .sm-water-sway > img,
.p-water-right .sm-water-sway > img {
  display: block;
  height: auto;
  animation: none !important;
}

/* optional: slightly different phase/feel per side */
.p-water-left .sm-water-sway {
  animation-name: smWaterSwayLeft;
}

.p-water-right .sm-water-sway {
  animation-name: smWaterSwayRight;
}

/* Keyframes tuned for subtle movement */
@keyframes smWaterSwayLeft {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  25% {
    transform: translateX(-6px) translateY(1px) rotate(-0.5deg);
  }
  50% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  75% {
    transform: translateX(6px) translateY(-1px) rotate(0.4deg);
  }
  100% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
}
@keyframes smWaterSwayRight {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  25% {
    transform: translateX(6px) translateY(-1px) rotate(0.5deg);
  }
  50% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
  75% {
    transform: translateX(-6px) translateY(1px) rotate(-0.4deg);
  }
  100% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }
}
.logo-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logo-track {
  display: flex;
  width: max-content; /* да се разширява според съдържанието */
  will-change: transform;
  animation: marquee linear infinite;
  animation-duration: var(--marquee-duration, 20s);
  animation-direction: reverse;
  padding: 20px 0;
}

.logo-set {
  display: flex;
  align-items: center;
  flex-shrink: 0; /* важно: да не се свива */
}

.logo-item {
  flex: 0 0 auto;
  padding: 0 24px; /* spacing между логата */
  display: flex;
  align-items: center;
}
.logo-item a {
  padding: 5px 10px;
  background-color: white;
  width: 150px;
  border-radius: 16px;
  border: 1px solid #F2F2F2;
  box-shadow: 0 0 24px 0 rgba(227, 227, 227, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-item img {
  height: 48px; /* нагласи според дизайна */
  width: auto;
  display: block;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  } /* местим точно един "сет" */
}
/* Pause on hover (по желание) */
.logo-marquee:hover .logo-track {
  animation-play-state: paused;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .logo-track {
    animation: none;
  }
}
.ff-italic {
  font-style: italic;
}
.ff-italic p {
  font-style: italic;
}

.footer-section-wrapper {
  background: radial-gradient(157.2% 81.65% at 55.18% 62.5%, #36A9B9 0%, #0C5367 100%), linear-gradient(90deg, #A586FE 0%, #FEA68B 100%);
}
.footer-section-wrapper h2 {
  font-size: 20px;
}
@media screen and (min-width: 900px) {
  .footer-section-wrapper h2 {
    font-size: 28px;
  }
}
.footer-section-wrapper #contact-us {
  background-color: #ffffff;
  border-radius: 80px;
  padding-bottom: 50px;
  position: relative;
  margin-top: -100px;
}
@media screen and (min-width: 900px) {
  .footer-section-wrapper #contact-us {
    padding: 30px;
  }
}
.footer-section-wrapper #contact-us .contact-us-inner {
  position: relative;
  margin-top: -70px;
}
.footer-section-wrapper #contact-us .footer-contacts-wrapper a {
  font-size: 18px;
}
@media screen and (min-width: 900px) {
  .footer-section-wrapper #contact-us .footer-contacts-wrapper a {
    font-size: 21px;
  }
}
.footer-section-wrapper #contact-us .footer-contacts-wrapper img {
  width: 26px;
}
@media screen and (min-width: 900px) {
  .footer-section-wrapper #contact-us .footer-contacts-wrapper img {
    width: auto;
  }
}

#colophon {
  color: white;
  padding-block: 30px;
  display: flex;
}
@media screen and (min-width: 900px) {
  #colophon {
    gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  #colophon {
    flex-direction: column-reverse;
  }
  #colophon span {
    display: block;
  }
  #colophon span:not(:first-child) {
    margin-bottom: 10px;
  }
}
#colophon a {
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 900px) {
  #colophon > a:nth-child(2) {
    margin-left: auto;
  }
}

.more-services-wrapper {
  margin-top: -90px;
  padding-block: 140px;
}

.circle-icon-orange {
  z-index: 3;
}

.heading-outer-wrapper,
.heading-inner-wrapper {
  border-radius: 0 0 80px 80px;
}

.trp-switcher-overlay {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 0;
  z-index: 30;
  pointer-events: none;
}
@media screen and (max-width: 1600px) {
  .trp-switcher-overlay {
    right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .trp-switcher-overlay {
    right: 15px;
  }
}

.trp-switcher-pill {
  position: absolute;
  top: 14px;
  right: 0;
  z-index: 20;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .trp-switcher-pill {
    top: 10px;
    right: 0;
  }
}
.trp-switcher-pill .trp-language-switcher,
.trp-switcher-pill .trp-language-switcher > div,
.trp-switcher-pill .trp-language-switcher ul {
  margin: 0;
  padding: 0;
}
.trp-switcher-pill .trp-language-switcher ul {
  list-style: none;
}
.trp-switcher-pill .trp-language-switcher li {
  margin: 0;
}
.trp-switcher-pill .trp-language-switcher a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(4px) saturate(1.2);
  -webkit-backdrop-filter: blur(4px) saturate(1.2);
}
@media screen and (min-width: 500px) {
  .trp-switcher-pill .trp-language-switcher a {
    padding: 10px 18px;
  }
}

.logo-wrapper {
  padding: 0 0 60px 0;
  min-height: 150px;
}
@media screen and (min-width: 900px) {
  .logo-wrapper {
    padding-bottom: unset;
  }
}
.logo-wrapper .site-logo {
  position: absolute;
  left: 50%;
  top: -140px !important;
  transform: translate(-50%, 0);
  z-index: 1;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(4px) saturate(1.2);
  -webkit-backdrop-filter: blur(4px) saturate(1.2);
  padding: 55px 55px 40px 55px;
  border-radius: 50%;
  display: flex;
  align-items: end;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .logo-wrapper .site-logo {
    top: -110px !important;
  }
}
.logo-wrapper .site-logo > a {
  position: relative;
  z-index: 1;
  display: inline-flex;
}

.pricing-table {
  margin-top: 30px;
}

.pack-intro {
  border: 1px solid #E0E0E0;
  border-radius: 13px;
}
.pack-intro .pack-heading {
  border-bottom: 1px solid #E0E0E0;
  padding: 16px;
}
.pack-intro .pack-heading h3 {
  color: #2EBECF;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
.pack-intro .pack-heading p {
  color: #0088AF;
  font-size: 16px;
  font-weight: 700;
}
.pack-intro .pack-content {
  padding-top: 20px;
}
@media screen and (min-width: 960px) {
  .pack-intro .pack-content {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    padding-block: 20px;
  }
}
.pack-intro .pack-content .pack-content-col {
  padding-inline: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .pack-intro .pack-content .pack-content-col {
    margin-bottom: unset;
  }
}
.pack-intro .pack-content .pack-content-col p:nth-child(1) {
  margin-bottom: 8px;
}
.pack-intro .pack-content .pack-content-col p:nth-child(1) span:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(90deg, #36A9B9 8.73%, #0C5367 129.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pack-intro .pack-content .pack-content-col p:nth-child(2) {
  color: #0C5367;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .pack-intro .pack-content .pack-content-col:not(:last-child) {
    border-right: 1px solid #e3e3e3;
  }
}

/* TABS NEW */
.tabs-wrapper {
  z-index: 2;
  position: relative;
  background: white;
  padding-bottom: 60px;
  overflow: hidden;
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  .tabs-wrapper {
    padding-bottom: 120px;
  }
}
.tabs-wrapper .tabs-nav {
  position: relative;
  height: 335px;
  display: block;
  perspective: 1000px;
  overflow: hidden;
}
.tabs-wrapper .tabs-nav .tab-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  border: 2px solid #ffffff;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='16' ry='16' stroke='%23E0E0E0' stroke-width='3' stroke-dasharray='8%2c 16' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 16px;
  background-color: transparent;
  transition: border-color 0.25s ease, background-color 0.25s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 500px;
  transform: translate(-50%, -50%);
  transition: transform 0.6s ease, opacity 0.4s ease, border-color 0.25s ease, background-color 0.25s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  /* hover (yours unchanged) */
  /* ACTIVE TAB STATE */
}
.tabs-wrapper .tabs-nav .tab-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  border: 2px solid #F67E57;
  pointer-events: none;
  opacity: 0;
  -webkit-mask: conic-gradient(#000 0deg, #000 var(--progress-angle, 0deg), transparent 0deg);
  mask: conic-gradient(#000 0deg, #000 var(--progress-angle, 0deg), transparent 0deg);
  transition: opacity 0.2s ease;
}
.tabs-wrapper .tabs-nav .tab-btn span:nth-child(2) {
  color: #0C5367;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  transition: color 0.25s ease;
}
.tabs-wrapper .tabs-nav .tab-btn span:nth-child(3) {
  color: #828282;
  font-size: 1rem;
  transition: color 0.25s ease;
}
.tabs-wrapper .tabs-nav .tab-btn:hover {
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #F67E57;
}
.tabs-wrapper .tabs-nav .tab-btn.is-active {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='16' ry='16' stroke='%23E0E0E0' stroke-width='3' stroke-dasharray='8%2c 16' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-color: #ffffff;
  pointer-events: none;
}
.tabs-wrapper .tabs-nav .tab-btn.is-active::after {
  opacity: 1;
}
.tabs-wrapper .tabs-nav .tab-btn.is-active span:nth-child(2) {
  color: #36A9B9;
}
.tabs-wrapper .tabs-nav .tab-btn.is-active span:nth-child(3) {
  color: #0C5367;
}
.tabs-wrapper .tabs-nav #tab-1 svg g path {
  fill: #36A9B9;
}
.tabs-wrapper .tabs-nav #tab-1.is-active svg g path {
  fill: #F67E57;
}
.tabs-wrapper .tabs-nav #tab-2 svg g path {
  fill: #36A9B9;
}
.tabs-wrapper .tabs-nav #tab-2.is-active svg g path {
  fill: #F67E57;
}
.tabs-wrapper .tabs-nav #tab-3 svg g path {
  fill: #36A9B9;
}
.tabs-wrapper .tabs-nav #tab-3.is-active svg g path {
  fill: #F67E57;
}

.tabs-wrapper .tabs-nav .tab-btn.slide-center {
  opacity: 1;
  pointer-events: auto;
  z-index: 3;
  transform: translate(-50%, -50%) scale(1) translateZ(60px);
  max-width: 400px;
}

.tabs-wrapper .tabs-nav .tab-btn.slide-left {
  opacity: 0.35;
  pointer-events: auto;
  z-index: 2;
  transform: translate(-50%, -50%) translateX(-45%) scale(0.85) translateZ(-40px);
}

.tabs-wrapper .tabs-nav .tab-btn.slide-right {
  opacity: 0.35;
  pointer-events: auto;
  z-index: 2;
  transform: translate(-50%, -50%) translateX(45%) scale(0.85) translateZ(-40px);
}

.tabs-wrapper .tabs-nav .tab-btn.slide-hidden {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transform: translate(-50%, -50%) scale(0.7) translateZ(-120px);
}

@media screen and (max-width: 600px) {
  .tabs-wrapper .tabs-nav .tab-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    max-width: 320px;
    transform: translate(-50%, -50%);
    transition: transform 0.6s ease, opacity 0.4s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
  }
  .tabs-wrapper .tabs-nav {
    position: relative;
    height: 400px;
    perspective: 1000px;
    overflow: hidden;
  }
}
@media screen and (max-width: 959px) and (min-width: 601px) {
  .tabs-wrapper .tabs-nav {
    overflow: hidden;
  }
  .tabs-wrapper .tabs-nav .tab-btn {
    max-width: 340px;
  }
  .tabs-wrapper .tabs-nav .tab-btn.slide-left {
    transform: translate(-50%, -50%) translateX(-30%) scale(0.9) translateZ(-40px);
  }
  .tabs-wrapper .tabs-nav .tab-btn.slide-right {
    transform: translate(-50%, -50%) translateX(30%) scale(0.9) translateZ(-40px);
  }
}
.tabs-dots {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.tabs-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: #E0E0E0;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.tabs-dots .dot.is-active {
  background-color: #F67E57;
  transform: scale(1.15);
}

@media screen and (max-width: 959px) {
  .tabs-dots {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .tabs-wrapper .tabs-nav {
    height: 280px;
  }
  .tabs-wrapper .tabs-nav .tab-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 360px;
    margin-bottom: 0;
    opacity: 1;
    pointer-events: auto;
  }
  .tabs-wrapper .tabs-nav .tab-btn.slide-center {
    transform: translate(-50%, -50%) translateX(0) scale(1);
    z-index: 3;
  }
  .tabs-wrapper .tabs-nav .tab-btn.slide-left {
    transform: translate(-50%, -50%) translateX(-120%) scale(0.92);
    opacity: 0.85;
    z-index: 2;
  }
  .tabs-wrapper .tabs-nav .tab-btn.slide-right {
    transform: translate(-50%, -50%) translateX(120%) scale(0.92);
    opacity: 0.85;
    z-index: 2;
  }
  .tabs-wrapper .tabs-nav .tab-btn.slide-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.7);
    z-index: 1;
  }
}
/* PRICING TABLE ANIMATION */
.pricing-table {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.pricing-table.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  position: relative;
}

.scroll-to-top {
  position: fixed;
  right: 38px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background: #FFF;
}

.scroll-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover {
  background: #ffffff;
}

.free-consultation-wrapper {
  position: fixed;
  right: 14px;
  bottom: 104px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  z-index: 20;
}
.free-consultation-wrapper .free-consultation {
  width: 48px;
  height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transform: translateY(10px);
  border-radius: 8px;
  border: 1px solid #F67E57;
  background: #F67E57;
}
.free-consultation-wrapper span {
  color: #000000;
  font-size: 10px;
  font-weight: 800;
}

.trp-language-switcher {
  backdrop-filter: blur(3px) saturate(1.2);
  background: rgba(255, 255, 255, 0.01) !important;
  color: white !important;
}
.trp-language-switcher .trp-language-item-name {
  color: white !important;
}
.trp-language-switcher .trp-flag-image {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

.footer-branding {
  padding-top: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 900px) {
  .footer-branding {
    padding-top: 5rem;
  }
}

.container-secondary {
  position: relative;
}
.container-secondary .chicken-confidential {
  position: absolute;
  bottom: 0;
  right: 110px;
  max-width: 486px;
  transform: translateX(120%);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}
@media (min-width: 1200px) {
  .container-secondary .chicken-confidential {
    right: 42px;
  }
}
@media (min-width: 1400px) {
  .container-secondary .chicken-confidential {
    right: 110px;
  }
}
@media (max-width: 1200px) {
  .container-secondary .chicken-confidential {
    scale: 0;
    transform: translateX(120%);
    opacity: 0;
    pointer-events: none;
  }
}
.container-secondary .chicken-confidential.is-visible {
  transform: translateX(0);
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .container-secondary h1 {
    text-align: center !important;
  }
}
@media screen and (min-width: 1200px) {
  .container-secondary h1 {
    text-align: right !important;
    font-size: 42px !important;
  }
}
@media screen and (min-width: 1200px) {
  .container-secondary h1 {
    font-size: 54px !important;
  }
}
@media screen and (min-width: 1800px) {
  .container-secondary h1 {
    font-size: 56px !important;
  }
}
.container-secondary .curly-arrow {
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .container-secondary .curly-arrow {
    left: 80px;
    top: 110px;
  }
}
@media screen and (min-width: 1400px) {
  .container-secondary .curly-arrow {
    left: 80px;
    top: 185px;
  }
}
@media screen and (min-width: 1024px) {
  .container-secondary .peacock-bg {
    left: -300px;
  }
}
@media screen and (min-width: 1200px) {
  .container-secondary .peacock-bg {
    left: -60px;
  }
}
@media screen and (min-width: 1400px) {
  .container-secondary .peacock-bg {
    left: -220px;
  }
}
@media screen and (min-width: 1600px) {
  .container-secondary .peacock-bg {
    left: -175px;
    top: -30px;
  }
}

@media screen and (min-width: 1024px) {
  .heading-outer-wrapper .sm-anim > .sm-scene {
    top: 10px;
    transform: scale(0.95);
  }
  .heading-outer-wrapper .sm-anim > .sm-scene .sm-viewport-mobile .sm-scene {
    top: 10px;
    transform: scale(0.95);
  }
}
@media screen and (min-width: 1379px) {
  .heading-outer-wrapper .sm-anim > .sm-scene {
    top: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .heading-outer-wrapper .sm-anim > .sm-scene {
    top: 20px;
    transform: scale(0.95);
  }
}
@media screen and (min-width: 1379px) {
  .heading-outer-wrapper .sm-anim > .sm-scene .sm-viewport {
    width: clamp(520px, 46vw, 720px);
  }
}
@media screen and (min-width: 1800px) {
  .heading-outer-wrapper .sm-anim > .sm-scene .sm-viewport {
    width: clamp(494px, 36vw, 720px);
  }
}
@media screen and (min-width: 1379px) {
  .heading-outer-wrapper .sm-anim > .sm-scene .sm-viewport > .sm-scene {
    top: 60px;
  }
}
@media screen and (min-width: 1800px) {
  .heading-outer-wrapper .sm-anim > .sm-scene .sm-viewport > .sm-scene {
    width: clamp(494px, 36vw, 720px);
  }
}

/*# sourceMappingURL=theme.css.map */
