/* PIZZLE Style */
.section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(120deg, #84fab0, #8fd3f4);
}

.sticky-container {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  background: pink;
  z-index: 99;
  color: white;
  display: flex;
  justify-content: start;
  align-items: center;
  overflow: hidden;
}

.cards {
  display: flex;
  gap: 20px;
}

.card {
  width: 200px;
  height: 300px;
  background: white;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 1.5rem;
  transform: translateX(100%); /* Start off-screen to the right */
  opacity: 0; /* Initially hidden */
}

.image,
.content {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
}

.show {
  opacity: 1;
  transform: translateY(0);
}
/* TRIANGLE Styles */
.container-triangle {
  position: relative;
}
.sticky-container {
  background-color: blueviolet;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.triangle {
  width: 200px;
  height: 200px;
  background-size: cover;
  transition: all 0.5s ease;
}
.content-section {
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
}

.future-work-main-container {
  padding-top: 82px;
}

.banner-section {
  background: var("--brand-body-background-color");
  background-image: url("../images/bg/bg-waves.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /* min-height: calc(100vh - 83px); */
  position: relative;
}
.banner-content-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: calc(100vh - 280px);
  position: relative;
}
.banner-content-section h1 span,
.banner-content-section h2 span,
.banner-content-section p {
  color: #fff;
}
.banner-content-section h1 {
  font-size: 48px;
  line-height: 40px;
  font-weight: 600;
}

.banner-content-section h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
}
.banner-content-section p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  max-width: 780px;
  margin: 0px auto;
  margin-top: 30px;
}
.banner-section {
  height: calc(100vh - 80px) !important;
  margin-bottom: 100px;
}
.hashtags {
  background: linear-gradient(90deg, #0d3e45 0%, #1d9dae 100%);
  font-size: 16px;
  font-weight: 400;
  padding: 5px 15px;
  border-radius: 8px;
  color: #00191c;
}

.hashtags.top-right {
  top: 44px;
  position: absolute;
  right: 35px;
}
.hashtags.bottom-left {
  bottom: 44px;
  position: absolute;
  left: 35px;
}
.hashtags.bottom-right {
  bottom: 150px;
  position: absolute;
  right: 130px;
}
.hashtags.top-left {
  top: 50px;
  position: absolute;
  left: 10px;
}

.quote-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 400px;
  padding-bottom: 400px;
}
.quote-container {
  display: flex;
  align-items: center;
  gap: 8px;
  /* border: 1px solid; */
  border-image-source: linear-gradient(
    101.21deg,
    #157885 -94.79%,
    #0d3e45 111.91%
  );
  background: linear-gradient(101.21deg, #157885 -94.79%, #0d3e45 111.91%);
  border-radius: 8px;
  padding: 8px;
  color: #cde8e4;
  box-shadow: 0 0 8px rgba(0, 255, 255, 0.1);
}

.quote-icon {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-icon img {
  width: 136px;
  height: 136px;
}

.quote-text {
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
  width: 640px;
  background: #00191c;
  border: 1px solid;

  border-image-source: linear-gradient(
    98.62deg,
    #0d3e45 -4.01%,
    rgba(0, 25, 28, 0.88) 134.44%
  );
  border-radius: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 132px;
  position: relative;
  padding: 10px 36px;
}
.quote-text:before {
  color: #0d3e45;
  font-size: 80px;
  line-height: 80px;
  display: block;
  content: "“";
  position: absolute;
  top: 25px;
  left: 0px;
  width: 40px;
  height: 40px;
}
.quote-text:after {
  color: #0d3e45;
  font-size: 80px;
  line-height: 80px;
  display: block;
  content: "”";
  position: absolute;
  bottom: 25px;
  right: 0px;
  width: 40px;
  height: 40px;
}
.circular-button-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.circular-button-box {
  width: 128px;
  height: 128px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.circular-button {
  background-image: url("../images/icons/content-circle.png");
  background-position: center center;
  background-size: 128px 128px;
  background-repeat: no-repeat;
  display: block;
  width: 128px;
  height: 128px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 0px;
  animation: scroll-rotate 7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.75s
    infinite;
}
.arrow-link {
  background-image: url("../images/icons/arrow-down.svg");
  background-position: center center;
  background-size: 56px 56px;
  background-repeat: no-repeat;
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -23px;
  animation: scroll-arrow 3.5s linear 0s infinite;
  transform: translate3d(-50%, -50%, 0);
}
@keyframes scroll-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scroll-arrow {
  0% {
    transform: translate3d(-50%, -50%, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    transform: translate3d(-50%, -10%, 0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  80% {
    transform: translate3d(-50%, -60%, 0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: translate3d(-50%, -50%, 0);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
.general-content-section {
  background: var(--brand-body-background-color);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.general-content-box {
  width: 850px;
  padding: 0px;
  margin: 0px auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.general-content-box h1 span {
  color: #fff;
  font-weight: 600;
  font-size: 48px;
  line-height: 40px;
  font-weight: 600 !important;
}
.general-content-box p {
  color: #fff;
  font-size: 20px;
  list-style: 26px;
  font-weight: 400;
  margin-top: 25px !important;
}
.general-content-box h1 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 600 !important;
  max-width: 780px;
  margin: 0px auto;
}
.fw-section {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.5em;
  text-align: center;
  color: white;
  box-sizing: border-box;
  padding: 10px;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.fw-triangle-section {
  background: var(--brand-body-background-color);
}

.triangle-image-box {
  transition: opacity 0.3s ease;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-box {
  position: fixed;
  opacity: 0;
  width: 400px;
  /* transform: translateY(20px); */
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.content-box.active {
  opacity: 1;
  transform: translateY(0);
}
#content1 {
  top: 180px;
  right: 100px;
  transform: translate(30px, -10px) !important;
}
#content2 {
  left: 100px;
  top: 150px;
  transform: translate(-56px, 20px) !important;
}
#content3 {
  bottom: 52px;
  left: 50%;
  transform: translateX(-175px) !important;
}

.tri-content-box {
  padding: 16px;
  border-radius: 16px;
  background: #00191c;
  border: 1px solid #0d3e45;
  flex-direction: column;
  display: flex;
  width: 300px;
}
.tri-content-row {
  position: relative;
  flex-direction: row;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.tri-content-box .tri-content {
  width: 100%;
  background-color: #00191c;
}
.tri-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 100%;
  gap: 10px;
}
.tri-heading .icon {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #3fd2ea29;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tri-heading h3 {
  font-size: 24px;
  font-weight: 500;
  color: #adf5ff;
  text-align: left;
  margin-bottom: 0px;
}
.tri-content p {
  font-size: 14px;
  font-weight: 400;
  color: #d8faff;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.dotted-line {
  width: 130px;
  height: 75px;
  background: url("../images/icons/top-left-dotted-lines.svg");
  background-repeat: no-repeat;
  background-size: 118px 75px;
  display: block;
  z-index: 98;
  right: -9px;
  position: relative;
}
#content2 .dotted-line {
  width: 130px;
  height: 75px;
  background: url("../images/icons/top-right-dotted-lines.svg");
  background-repeat: no-repeat;
  background-size: 118px 75px;
  display: block;
  z-index: 98;
  left: -6px;
  top: 12px;
  position: relative;
}
#content3 .tri-content-row {
  flex-direction: column;
}
#content3 .dotted-line {
  width: 12px;
  height: 88px;
  background: url("../images/icons/top-bottom-dotted-lines.svg");
  background-repeat: no-repeat;
  background-size: 12px 88px;
  display: block;
  z-index: 98;
  bottom: -9px;
  margin-left: -6px;
  position: relative;
}
#content3.content-box {
  width: 300px;
}
.happen-section {
  background: var(--brand-body-background-color);
}

.happen-heading-section h1 {
  color: #fff;
  font-size: 48px;
  text-align: center;
  font-weight: 600;
  line-height: 64px;
  width: 780px;
  margin: 0px auto;
}
.happen-heading-section p {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  width: 720px;
  margin: auto;
  margin-top: 40px;
}
.happen-heading-section h1 span {
  margin-right: 10px;
}
.vertical-tabs ul li button.nav-link {
  color: #0c3d44;
  font-size: 32px;
  text-align: left;
  font-weight: 500;
  font-family: var(--brand-manrope);
  width: 100%;
  padding: 0px;
  height: 74px;
  position: relative;
  border-bottom: 1px solid #0a454b;
}
.vertical-tabs ul li button.nav-link.active {
  border: 0px solid #01272b;
  background-color: #00191c;
  color: #adf5ff;
}
.vertical-tabs ul li button.nav-link span {
  color: #37acbc;
  font-size: 20px;
  text-align: left;
  font-weight: 500;
  padding: 15px;
  height: 68px;
  font-family: var(--brand-manrope);
  border-radius: 12px;
  position: relative;
  padding-right: 64px;
  padding-bottom: 15px;
  border: 1px solid #00191c;
  background-color: #00191c;
  width: 100%;
  display: block;
}
.vertical-tabs ul li button.nav-link:hover span {
  color: #69cdea;
}
.happen-heading-section {
  padding-top: 156px;
  margin-bottom: 105px;
}
.vertical-tabs ul li button.nav-link.active span {
  font-size: 20px;
  text-align: left;
  font-weight: 500;
  font-family: var(--brand-manrope);
  color: #adf5ff;

  border-radius: 12px;
  position: relative;
  padding-right: 64px;
  padding-bottom: 15px;
  border: 1px solid #1c636b;
  background-color: #0a2a2e;
  width: 100%;
  display: block;
}
.vertical-tabs ul li button.nav-link.active span:before {
  width: 64px;
  height: 64px;
  background: url("../images/icons/vertical-long-arrow.svg");
  background-size: 64px 64px;
  content: "";
  position: absolute;
  right: 6px;
  top: 0px;
  z-index: 9;
}

.vertical-tabs .tab-content {
  padding: 20px;
  transition: 0.5s all linear;
  border: 1px solid #00191c;
  background: linear-gradient(98.62deg, #00191c -4.01%, #0d3e45 134.44%);
  padding: 20px;
  border-radius: 24px;
  display: flex;
  justify-content: start;
  align-items: start;
  text-align: left;
  height: 350px;
}

.vertical-tabs .tab-content img {
  width: 100%;
  margin-bottom: 10px;
}
.accordion-body img {
  width: 100%;
  margin-bottom: 10px;
}
.vertical-tabs .tab-pane p {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
  padding-bottom: 5px;
}

.fw-accordion-block .accordion-item {
  border: 1px solid #00191c;
  background: linear-gradient(98.62deg, #00191c -4.01%, #0d3e45 134.44%);
  margin-bottom: 20px;
  border-radius: 8px;
}
.fw-accordion-block h2.accordion-header {
  margin-bottom: 0;
  background: #00191c;
  border: 1px solid #01272b;
  border-radius: 8px;
}
.fw-accordion-block h2.accordion-header .accordion-button {
  font-size: 14px;
  font-weight: 500;
  color: #adf5ff;
  text-align: left;
  background: none;
  border-bottom: 1px solid #01272b;
  box-shadow: none;
}
.fw-accordion-block .accordion-body p {
  font-size: 12px;
  font-weight: 300;
  color: #d8faff;
  margin-bottom: 10px;
  text-align: left;
  margin: 0px;
}
.triangle-sticky {
  position: sticky;
  top: 0;
  z-index: 99;
  width: 100%;
}
.triangle-center {
  height: 250px;
  width: 250px;
  display: block;
}
.main-triangle {
  position: relative;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.triangle-center img {
  width: 100%;
}
.content-box {
  transition: all 0.3s linear, transform 0.5s linear;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; /* Adjust the z-index to ensure it stays above other elements */
}

.line {
  width: 100%;
  max-width: 800px;
  height: 8px;
  margin: 0 0 10px 0;
  position: relative;
  display: inline-block;
}

/* Typography */
.panel.gray {
  background-color: #777;
}
.panel.blue {
  background-color: #2c7ad2;
}

.panel.red {
  background-color: #c82736;
}

.panel.purple {
  background-color: #8d3dae;
}
.panel.green {
  background-color: #28a92b;
}

.panel.simple {
  background-image: none !important;
}

.puzzle-box-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
}

.puzzle-box {
  border-radius: 10px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.puzzle-content-box {
  padding: 10px;
  border-radius: 16px;
  background: #00191c;
  border: 1px solid #0d3e45;
  flex-direction: column;
  display: flex;
  width: 220px;
}
.puzzle-content-row {
  position: absolute;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.puzzle-content-box .puzzle-content {
  width: 100%;
  background-color: #00191c;
}
.puzzle-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 100%;
  gap: 10px;
}
.puzzle-heading .icon {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 5px;
  background-color: #1d9dae;
}
.puzzle-heading h3 {
  font-size: 14px;
  font-weight: 500;
  color: #adf5ff;
  margin-bottom: 10px;
  text-align: left;
}
.puzzle-content p {
  font-size: 11px;
  font-weight: 300;
  color: #d8faff;
  margin-bottom: 10px;
  text-align: left;
  margin: 0px;
}
.puzzle-box .dotted-line-top {
  width: 130px;
  height: 40px;
  background: url("../images/icons/puzzle-info-line-top.svg");
  background-repeat: no-repeat;
  background-size: 118px 40px;
  display: block;
  z-index: 98;
  bottom: -3px;
  position: relative;
}
.puzzle-box .dotted-line-bottom {
  width: 130px;
  height: 44px;
  background: url("../images/icons/puzzle-info-line-bottom.svg");
  background-repeat: no-repeat;
  background-size: 118px 40px;
  display: block;
  z-index: 98;
  top: -3px;
  position: relative;
}
.puzzle-box {
  width: 220px;
}
.puzzle-image-row {
  width: 220px;
  display: block;
  position: relative;
}
.puzzle-image-row img {
  width: 220px;
}
.puzzle-inner-icon {
  position: absolute;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.puzzle-inner-icon img {
  width: 36px;
}
#puzzle2 .puzzle-content-row {
  top: -218px;
}
#puzzle2 .puzzle-image-row {
  position: relative;
  left: -69.9%;
  top: -50.9%;
}
#puzzle3 .puzzle-content-row {
  top: 0px;
}
#puzzle3 .puzzle-image-row {
  position: relative;
  left: -69.9%;
  top: -50.9%;
}

.fw-swiper {
  position: relative;
}
.puzzle-pattern-middle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
}
.puzzle-pattern-bottom {
  display: flex;
  flex-direction: row;
}
.puzzle-pattern-top {
  display: flex;
  flex-direction: row;
}
.puzzle-one {
  position: relative;
  transform: translate(-14px, -81px);
}
.puzzle-two {
  transform: translate(-123px, 30px);
}
.puzzle-three {
  transform: translate(-232px, -80px);
}
.puzzle-four {
  transform: translate(-341px, 31px);
}
.puzzle-five {
  transform: translate(-450px, -80px);
}
.puzzle-six {
  transform: translate(-558px, 32px);
}
.puzzle-top-one {
  transform: translate(-9px, -74px);
}
.puzzle-top-two {
  transform: translate(-6px, -76px);
}
.puzzle-top-three {
  transform: translate(-4px, -74px);
}
.puzzle-bottom-one {
  transform: translate(103px, 31px);
}
.puzzle-bottom-two {
  transform: translate(106px, 32px);
}
.puzzle-bottom-three {
  transform: translate(109px, 32px);
}

.puzzle-top-one .puzzle-content-row {
  position: relative;
}
.swiper {
  width: 100%;
  max-width: 100%;
  padding: 0px 25px;
  height: 800px;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  border-radius: 10px;
  opacity: 0.08;
}
.swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper-button-next,
.swiper-button-prev {
  color: #007aff;
}
.swiper-pagination-bullet {
  background: #007aff;
}
.swiper-section {
  position: relative;
}
.swiper-section .swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-section .swiper-vertical > .swiper-pagination-bullets {
  right: auto;
  left: 0px;
}
.swiper-content-block {
  display: flex;
  gap: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.swiper-content-block .swiper-image {
  width: 250px;
  height: 250px;
  padding: 15px;
  border-radius: 16px;
  border: 1px solid #007482;
  background: linear-gradient(90deg, #00191c, #007482);
}
.swiper-content-box {
  padding: 16px;
  border-radius: 16px;
  background: #00191c;
  border: 1px solid #0d3e45;
  flex-direction: column;
  display: flex;
  width: 300px;
}
.swiper-content-row {
  position: relative;
  flex-direction: row;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.swiper-content-box .swiper-content {
  width: 100%;
  background-color: #00191c;
}
.swiper-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 100%;
  gap: 10px;
}
.swiper-heading .icon {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 5px;
  background-color: #1d9dae;
}
.swiper-heading h3 {
  font-size: 16px;
  font-weight: 500;
  color: #adf5ff;
  margin-bottom: 10px;
  text-align: left;
}
.swiper-content p {
  font-size: 14px;
  font-weight: 400;
  color: #d8faff;
  margin-bottom: 10px;
  text-align: left;
  margin: 0px;
}
.swiper-content-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  background: linear-gradient(90deg, #3fd2ea 14.36%, #0c4148 84.02%);
}
.swiper-pagination-bullet-active {
  height: 25px;
  width: 10px;
  border-radius: 4px;
}
.fw-pizzle-mobile-section {
  display: none;
}
.fw-triangle-mobile-section {
  display: none;
}
/* Custom CSS for the card */
.fw-pizzle-card {
  border: 1px solid #00191c;
  background: linear-gradient(98.62deg, #00191c -4.01%, #0d3e45 134.44%);
  border-radius: 16px;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  flex-direction: column;
  padding: 16px;
  margin-bottom: 25px;
}
.fw-pizzle-card .puzzle-icon-one {
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: 120px 120px;
}
.fw-pizzle-card .custom-card-body .custom-card-title {
  font-size: 24px;
  font-weight: 600;
  color: #adf5ff;
  margin-bottom: 10px;
  text-align: center;
}
.fw-pizzle-card .custom-card-body .card-text {
  font-size: 14px;
  font-weight: 500;
  color: #adf5ff;
  margin-bottom: 10px;
  text-align: left;
}
/* Triangle */
.fw-triangle-mobile-section {
  display: none;
}
/* Custom CSS for the card */
.fw-triangle-card {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  flex-direction: column;
  padding: 16px;
  margin-bottom: 25px;
}
.fw-triangle-card .triangle-heading {
  text-align: center;
  width: 100%;
}
.triangle-icon-one {
  width: 264px;
  height: 264px;
  background: url("../images/triangle/icons/m-triangle-one.png");
  background-repeat: no-repeat;
  background-size: 264px 264px;
  display: inline-block;
}
.triangle-icon-two {
  width: 264px;
  height: 264px;
  background: url("../images/triangle/icons/m-triangle-two.png");
  background-repeat: no-repeat;
  background-size: 264px 264px;
  display: inline-block;
}
.triangle-icon-three {
  width: 264px;
  height: 264px;
  background: url("../images/triangle/icons/m-triangle-three.png");
  background-repeat: no-repeat;
  background-size: 264px 264px;
  display: inline-block;
}
/* .fw-triangle-card .triangle-heading .triangle-icon-four {
  width: 264px;
  height: 200px;
  background: url("../images/triangle/icons/m-triangle-four.png");
  background-repeat: no-repeat;
  background-size: 264px 200px;
  display: inline-block;
} */
.fw-triangle-card .triangle-heading h3 {
  font-size: 16px;
  font-weight: 600;
  color: #adf5ff;
  margin-bottom: 10px;
  text-align: center;
}

.fw-triangle-card .custom-card-body {
  border: 1px solid #00191c;
  background: linear-gradient(98.62deg, #00191c -4.01%, #0d3e45 134.44%);
  border-radius: 16px;
  width: 100%;
  padding: 15px;
}
.fw-triangle-card .custom-card-body .custom-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #adf5ff;
  margin-bottom: 10px;
  text-align: center;
}
.fw-triangle-card .custom-card-body .card-text {
  font-size: 14px;
  font-weight: 500;
  color: #adf5ff;
  margin-bottom: 10px;
  text-align: center;
}
.transform-now {
  padding: 10px;
  border-radius: 42px;
  font-size: 18px;
  color: #fff;
  background: #1d9dae;
  border: 1px solid #1d9dae;
  text-decoration: none;
  cursor: pointer;
  width: 210px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}
.roi-section {
  padding-top: 100px;
  width: 100%;
  display: flex;
}
.roi-content-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: calc(100vh - 280px);
  position: relative;
}
.roi-content-section h1 span,
.roi-content-section h2 span,
.roi-content-section p {
  color: #fff;
}
.roi-content-section p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  width: 500px;
  margin-bottom: 64px;
}
.roi-content-section h1 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 20px;
}
.roi-content-section h1 span {
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
}
.roi-content-section h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
}
.roi-content-section h3 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
}
.roi-card {
  border-image-source: linear-gradient(
    98.62deg,
    #157885 -4.01%,
    rgba(0, 25, 28, 0.88) 134.44%
  );
  background: linear-gradient(
    98.62deg,
    #157885 -4.01%,
    rgba(0, 25, 28, 0.88) 134.44%
  );
  padding: 15px;
  border-radius: 12px;
}
.roi-card .card-left-heading {
  width: 100%;
  display: flex;
}
.roi-card .card-right-heading {
  width: 100%;
  display: flex;
}
.roi-card .card-header {
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
}
.roi-card .card-header h2 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #3fd2ea;
  text-align: left;
  margin: 0px;
}
.roi-card .card-header h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #adf5ff;
  text-align: right;
}
.roi-card .card-header h2 span {
  color: #3fd2ea;
  margin-bottom: 10px;
}
.roi-card .card-body img {
  width: 100%;
}
.fw-pizzle-section {
  overflow: hidden;
}
.footer-logo-block {
  justify-content: start;
  align-items: center;
  display: flex;
}
.footer-links-block {
  justify-content: end;
  align-items: center;
  display: flex;
}
.pizzle-center {
  width: 770px;
  margin: auto;
}
.bottom-banner-section {
  padding-top: 300px;
}

.thankyou-section {
  background: var("--brand-body-background-color");
  background-image: url("../images/bg/bg-waves.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /* min-height: calc(100vh - 83px); */
  position: relative;
  height: calc(100vh - 80px) !important;
  margin-bottom: 100px;
}
.thankyou-content-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: calc(100vh - 280px);
  position: relative;
}
.thankyou-content-section h1 span,
.thankyou-content-section h2 span,
.thankyou-content-section p {
  color: #fff;
}
.thankyou-content-section h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.thankyou-content-section h2 {
  font-size: 30px;
  line-height: 60px;
  font-weight: 600;
}
.thankyou-content-section p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  width: 440px;
  margin: 0px auto;
  margin-top: 30px;
}
/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
  .thankyou-content-section p {
    max-width: 100%;
  }
  .fw-triangle-card .triangle-heading h3 {
    font-size: 24px;
  }
  .fw-accordion-block h2.accordion-header .accordion-button {
    font-size: 20px;
  }
  .fw-content .puzzle-lg-icon {
    display: none;
  }
  .footer-logo-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .footer-links-block {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 15px;
  }
  .footer .container {
    max-width: 100%;
  }
  .mobile-rotate-icon {
    display: none;
  }
  .navbar-nav-right {
    flex-grow: 1;
  }
  .navbar-custom {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .navbar-custom .navbar-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .banner-section .navbar-links {
    width: 100%;
  }
  .banner-section .banner-content-section h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .banner-section .banner-content-section h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .banner-section .banner-content-section p {
    font-size: 18px;
    line-height: 22px;
    max-width: 100%;
  }
  .text-width-box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .swiper-content-block {
    flex-direction: column;
  }
  .fw-pizzle-section {
    display: none;
  }
  .fw-triangle-section {
    display: none;
  }
  .fw-pizzle-mobile-section {
    display: block;
  }
  .fw-triangle-mobile-section {
    display: block;
  }
  .general-content-box {
    width: 100%;
  }
  .general-content-box h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    max-width: 100%;
    margin: 0px auto;
  }
  .general-content-box h1 span {
    color: #fff;
    font-size: 30px;
    margin-right: 10px;
  }
  .zoom .puzzle-icon {
    display: none;
  }
  .header-content-block {
    border-radius: 8px;
    width: 100%;
    border: 1px solid #01272b;
    background: rgba(1, 39, 43, 0.54);
    padding: 0px;
    backdrop-filter: blur(5px);
  }
  .navbar-links {
    width: 100%;
    padding-top: 25px;
  }
  .fw-triangle-mobile-section {
    padding: 0px 15px;
  }
  .fw-pizzle-mobile-section {
    padding: 0px 15px;
  }
  .swiper-content-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .swiper-section .swiper-slide {
  }

  .swiper-section {
    height: auto;
  }
  .swiper-section .swiper-slide {
    height: 436px !important;
  }
  .swiper-content-block {
    margin-bottom: 170px;
  }
  .footer-links-block h5 {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .quote-container {
    flex-direction: column;
  }
  .quote-block {
    padding: 25px;
  }
  .quote-text {
    width: 100%;
    height: auto;
  }
  .quote-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
  }
  .quote-text::before {
    top: 5px;
  }
  .quote-text::after {
    bottom: 5px;
  }
  .happen-heading-section h1 {
    font-size: 24px;
    width: 100%;
  }
  .roi-content-section p {
    max-width: 100%;
  }
  .roi-content-section h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
  }
  .roi-content-section h1 span {
    font-size: 30px;
    line-height: 60px;
    font-weight: 600;
  }
  .roi-section {
    height: auto;
    padding-top: 250px;
    width: 100%;
    display: flex;
  }
  .fw-section {
    height: auto !important;
  }
  .roi-section {
    padding-top: 355px !important;
  }
  .fw-content .puzzle-sm-icon {
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: block;
  }
  .fw-content .triangle-xl-icon {
    background-size: 64px 64px;
    width: 64px;
    height: 64px;
    display: block;
  }
  .the-problem .hashtags {
    display: none;
  }
  .happen-heading-section p {
    width: 100%;
  }
  .pizzle-center {
    width: 100%;
  }
}

/* Contact Form Styling */
.contact-form-container {
  padding: 20px 0;
}

.contact-form-container h2 {
  font-weight: 600;
  margin-bottom: 30px;
  color: white;
}

.contact-form-container .form-control {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #1d9dae !important;
  border-radius: 0;
  padding: 10px 10px;
  color: white !important;
  font-size: 16px;
}

.contact-form-container .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form-container .form-control:focus {
  box-shadow: none;
  border-color: #1d9dae;
}

.contact-form-container button[type="submit"] {
  background-color: #1d9dae;
  border: none;
  border-radius: 50px;
  padding: 10px 30px;
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
}

.contact-form-container button[type="submit"]:hover {
  background-color: #16818f;
  transform: translateY(-2px);
}

.contact-form-container button[type="submit"]:disabled {
  background-color: #145b64;
  cursor: not-allowed;
  transform: none;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  color: #1d9dae;
}

/* Add a focus indicator for accessibility */
.contact-form-container .form-control:focus {
  border-bottom: 2px solid #1d9dae !important;
}

/* Form validation styles */
.error-message {
  font-size: 13px;
  color: #ffc107;
  min-height: 20px;
  margin-top: 4px;
  font-weight: 500;
}

.contact-form-container .form-control.is-invalid {
  border-bottom: 2px solid #dc3545 !important;
}

.contact-form-container .form-control.is-valid {
  border-bottom: 2px solid #28a745 !important;
}

/* Success message styling */
#successMessage {
  background-color: rgba(40, 167, 69, 0.2);
  border-color: #28a745;
  color: #8cffaa;
}

#errorDisplay {
  background-color: rgba(255, 193, 7, 0.2);
  border-color: #ffc107;
  color: #ffe066;
}
