/* Login screen styling */

.login-background {
  /* background: rgb(64, 95, 197);
  background: -moz-linear-gradient(-45deg, rgb(64, 95, 197) 0%, rgb(77, 160, 255) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(64, 95, 197)), color-stop(100%, rgb(77, 160, 255)));
  background: -webkit-linear-gradient(-45deg, rgb(64, 95, 197) 0%, rgb(77, 160, 255) 100%);
  background: -o-linear-gradient(-45deg, rgb(64, 95, 197) 0%, rgb(77, 160, 255) 100%);
  background: -ms-linear-gradient(-45deg, rgb(64, 95, 197) 0%, rgb(77, 160, 255) 100%);
  background: linear-gradient(135deg, rgb(64, 95, 197) 0%, rgb(77, 160, 255) 100%);*/
  background: var(--theme-color) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#405fc5', endColorstr='#4da0ff', GradientType=1);
  height: 100vh;
}

.login-container {
  /*background-color: #ccc;*/
  width: 90%;
  /*padding: 100px;*/
  /*padding-bottom: 165px;*/
}

.login-content {
  padding-top: 10%;
  margin-right: 30px;
  /* color: white;
  font-size: 12px; */
  color: var(--color-white);
  font-size: var(--description-font-size);
}

.login-bar {
  height: 60px;
}

.login-form-container {
  background-color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.login-form-container-signup {
  background-color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 20px;
  margin-top: 50px;
}

.signup-margin {
  margin-top: 300px;
}

.login-element {
  font-size: 12px;
  margin-bottom: 6px;
}

.login-element label {
  font-size: 13px;
  margin-bottom: 3px;
}

.login-element input.form-control {
  font-size: 12px;
  font-weight: normal;
  padding: 3px 9px;
  height: 40px;
}

.login-close-button {
  margin-right: 10px;
  margin-top: 5px;
}

.login-light-color {
  color: #b2b7c4;
  /*font-size: 12px;*/
}

.login-multi-color {
  /* color: #6c718b;
  font-size: 14px; */
  font-family: var(--feature-title-font-family);
  font-size: var(--feature-title-font-size);
  font-weight: var(--feature-title-font-weight);
  color: var(--inputtextfield-color);
}

.login-multi-color a {
  /* color: #4DA1FF; */
  color: var(--theme-color) !important;
}

.login-multi-color a:visited,
a:hover {
  /* color: #4DA1FF; */
  /* color: var(--theme-color) !important; */
}

.btn-link-social {
  display: inline-block;
  height: 50px;
  margin: 5px;
  padding: 16px 20px 0 20px;
  /*background: #4aaf51;*/
  font-size: 14px;
  font-weight: 200;
  line-height: 10px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 30%;
}

/*.btn-link:hover, .btn-link:focus, .btn-link:active { outline: 0; opacity: 0.6; color: #fff; }*/

.btn-link-social-linkedin {
  /* background: #3478A6; */
  background: var(--normalbutton-hover-backgroundcolor);
}

.btn-link-social-linkedin:focus,
.btn-link-social-linkedin:active,
.btn-link-social-linkedin:hover {
  outline: 0;
  opacity: 0.8;
  color: #fff;
}

.btn-link-social-twitter {
  /* background: #51BFF3; */
  background: var(--normalbutton-hover-backgroundcolor);
}

.btn-link-social-twitter:focus,
.btn-link-social-twitter:active,
.btn-link-social-twitter:hover {
  outline: 0;
  opacity: 0.8;
  color: #fff;
}

.btn-link-social-google-plus {
  /* background: #EB5A4E; */
  background: var(--color-red);
}

.btn-link-social-google-plus:focus,
.btn-link-social-google-plus:active,
.btn-link-social-google-plus:hover {
  outline: 0;
  opacity: 0.8;
  color: #fff;
}

.btn-link-social i {
  /*padding-right: 5px;*/
  vertical-align: middle;
  font-size: 16px;
  /*line-height: 20px;*/
}

.btn-social-login {
  width: 100% !important;
  text-transform: uppercase;
  /* font-family: Montserrat-Regular!important;
  font-size: 12px !important;
  background-color: #4DA1FF!important;
  color: #fff!important; */
  font-family: var(--description-font-family);
  font-size: var(--description-font-size);
  background-color: var(--theme-color);
  color: var(--color-white);
  letter-spacing: var(--description-letter-spacing);
}

.btn-social-login:hover {
  background: var(--normalbutton-hover-backgroundcolor);
  color: var(--color-white);
}

.btn-social-login:focus,
.btn-social-login:active {
  color: #ffffff;
}

.form-title {
  /* font-family: Montserrat-Regular;
  font-size: 16px;*/
  font-family: var(--font-family);
  font-size: var(--font-size16);
  font-weight: var(--font-weight-500);
  font-stretch: var(--font-stretch-normal);
  font-style: var(--font-style-normal);
  line-height: var(--line-height-1-31);
  letter-spacing: var(--letter-spacing-normal);

  color: var(--primary-text-color);
}

.top-buffer {
  margin-top: 30px;
}

.alert {
  padding: 10px;
  /*  background-color: #f44336; */
  background-color: #df5f56;
  color: white;
  opacity: 1;
  margin-bottom: 15px;
  float: left;
  position: absolute;
  width: 100%;
  left: 0px;
  z-index: 99;
  text-align: center;
  top: 0px;
}

.alertsuccess {
  padding: 10px;
  background-color: #4caf50;
  color: var(--color-white);
  opacity: 1;
  margin-bottom: 15px;
  float: left;
  position: absolute;
  width: 100%;
  left: 0px;
  z-index: 99;
  text-align: center;
  top: 0px;
}

.alert.success {
  background-color: #4caf50;
}

/*.alert.info {background-color: #2196F3;}*/
.alert.info {
  background-color: var(--theme-color);
}

.alert.warning {
  background-color: #ff9800;
}

.closebtn {
  margin-left: 15px;
  color: var(--color-white);
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.reset-form-container {
  background-color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 350px;
  padding: 20px;
  text-align: left;
  position: relative;
}

.add-eventcard {
  cursor: pointer;
  background: #dee3e7;
  overflow: hidden;
  height: 215px;
  margin: 10px;
  box-shadow: 1px 1px 10px #00000047;
  border-radius: 2px;
  text-align: center;
  color: #6c718b;
  transition: all 0.2s ease-in-out;
}

.add-eventcard-button {
  color: #818a9154;
  font-size: 50px;
  line-height: 215px;
}

.eventcard {
  cursor: pointer;
  overflow: hidden;
  /* height: 215px; */
  margin: 10px;
  box-shadow: 1px 1px 10px #00000047;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  background: #ffffff;
}

.eventcard:hover {
  transform: scale(1.05);
}

.eventcard .eventdetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* height: 50px; */
  background: #ffffff;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.login-footer {
  width: fit-content;
  height: 10%;
  position: absolute;
  bottom: 0;
  /* padding: 10px; */
  text-align: left;
  z-index: 10;
}

.host-credit {
  color: #475467;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.login-heading {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #101828;
}

.login-supporting-text {
  color: #475467;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}

.host-text {
  /* margin-top: 10%; */
  margin-bottom: 10%;
}

.no-account-text {
  color: #475467;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.custom-btn-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  border: none;
  padding: 4px 8px;
  cursor: pointer;
  transition: color 0.3s;
  line-height: 20px;
  text-align: left;
}

.custom-btn-link:hover {
  color: #0056b3;
}

.custom-btn-link:focus {
  outline: none;
}


/* Fade-in-down animation for right section content */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-down {
  animation: fadeInDown 1.2s ease-out forwards;
}

.fade-in-down-delay {
  opacity: 0;
  animation: fadeInDown 1.2s ease-out 0.3s forwards;
}

.fade-in-up {
  opacity: 0;
  animation: fadeInUpSmall 1s ease-out forwards;
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up-medium {
  opacity: 0;
  animation: fadeInUpMedium 0.6s ease-out forwards;
}

@keyframes fadeInUpMedium {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up-fast {
  opacity: 0;
  animation: fadeInUpMedium 0.4s ease-out 0.2s forwards;
}

/* Background gradient for the right section */
.custom-bg-gradient {
  background: linear-gradient(45deg, #101828 0%, #475467 100%);
}

.custom-forgot-btn {
  display: inline-flex;
  align-items: end;
  font-size: 13px;
  font-weight: 600;
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  border: none;
  padding: 2px 6px;
  cursor: pointer;
  transition: color 0.3s;
}

.custom-forgot-btn:hover {
  color: #0056b3;
}

.btn-sign-in-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}

.loginpage-text {
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 8vw;
  letter-spacing: -0.02em;
  text-align: left;
  margin-left: 5%;
  margin-right: 5%;
}

.loginpage-supporting-text {
  color: #EAECF0;
  font-family: 'Inter', sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 3vw;
  text-align: left;
  margin-left: 5%;
  margin-right: 5%;
}



@media (min-width: 768px) {
  .login-heading {
    font-size: 21px;
    line-height: 28px;
  }

  .loginpage-text {
    font-size: 48px;
    line-height: 60px;
    margin-left: 12%;
    margin-right: 12%;
  }

  .loginpage-supporting-text {
    font-size: 18px;
    line-height: 28px;
    margin-left: 12%;
    margin-right: 12%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .login-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .loginpage-text {
    font-size: 54px;
    line-height: 72px;
    margin-left: 15%;
    margin-right: 15%;
  }

  .loginpage-supporting-text {
    font-size: 18px;
    line-height: 28px;
    margin-left: 15%;
    margin-right: 15%;
  }
}


@media (min-width: 300px) and (max-width: 1025px) {
  .add-eventcard {
    height: 230px !important;
  }

  .eventcard {
    height: 230px !important;
  }
}

/* ===== HERO SECTION ===== */

.hero-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0e1a35 0%, #152850 100%);
  padding: 70px 80px 100px;
  display: none;
  align-items: center;
  color: white;
  min-height: 100vh;
}

@media (min-width: 768px) {
  .hero-section {
    display: flex;
  }
}

/* Background layer — always matches hero-section dimensions */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/* Content */
.hero-content {
  position: relative;
  z-index: 5;
  max-width: 600px;
}

/* View 2 layout: upper + testimonials with responsive gap */
.hero-content-view2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
  max-width: 100%;
}

.hero-content-view2 .hero-subtext {
  max-width: 100%;
}

.hero-section-view2 {
  align-items: stretch;
  padding: 80px 80px 80px;
}

.hero-section-view2 .hero-content-view2 {
  justify-content: space-between;
  height: 100%;
}

@media (min-width: 2000px) {
  .hero-section-view2 {
    align-items: center;
  }
  .hero-section-view2 .hero-content-view2 {
    height: auto;
    max-width: 800px;
    justify-content: center;
    gap: 40px;
  }
}

.view2-testimonials {
  width: 100%;
  opacity: 0;
  animation: fadeInUp 0.5s ease-out 0.3s forwards;
  margin-top: 20px;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== TEXT ===== */

.hero-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 32px;
  width: fit-content;
  font-size: 14px;
}

@media (min-width: 768px) {
  .hero-badge {
    margin-bottom: 40px;
  }
}

.hero-heading {
  font-size: 56px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: -0.02rem;
}

.hero-heading .highlight {
  background: linear-gradient(90deg, #9fa8ff, #f5a3b7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-heading-view2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  margin-top: 40px;
  letter-spacing: -0.02rem;
}

.hero-heading-view2 .highlight {
  background: linear-gradient(90deg, #9fa8ff, #f5a3b7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtext {
  margin-top: 5px;
  font-size: 18px;
  color: #cbd5e1;
  max-width: 520px;
}

/* ===== CAPSULE BASE ===== */

.capsule {
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.06) 0%,
      rgba(255, 255, 255, 0.02) 40%,
      rgba(255, 255, 255, 0.08) 100%);
  box-shadow:
    inset 0 0 40px rgba(255, 255, 255, 0.03),
    0 10px 40px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 1;
  opacity: 0;
}

/* ===== MAIN DIAGONAL CAPSULE (CENTER) ===== */

.capsule-main {
  width: 600px;
  height: 140px;
  top: 24%;
  left: -5%;
  transform: rotate(14deg);
  animation: fadeInCapsuleMain 0.8s ease-out 0.2s forwards, floatMain 30s ease-in-out 1s infinite;
}

/* ===== TOP LEFT CAPSULE ===== */

.capsule-top-left {
  width: 150px;
  height: 40px;
  top: 12%;
  left: 20%;
  transform: rotate(-20deg);
  animation: fadeInCapsuleTopLeft 0.8s ease-out 0.4s forwards, floatSmall 30s ease-in-out 1.2s infinite;
}

/* ===== TOP RIGHT CAPSULE ===== */

.capsule-top-right {
  width: 200px;
  height: 60px;
  top: 19%;
  right: 24%;
  transform: rotate(20deg);
  animation: fadeInCapsuleTopRight 0.8s ease-out 0.6s forwards, floatMedium 30s ease-in-out 1.4s infinite;
}

/* ===== BOTTOM CAPSULE ===== */

/* ===== BOTTOM LEFT CAPSULE ===== */

.capsule-bottom-left {
  width: 300px;
  height: 80px;
  bottom: 8%;
  left: 12%;
  transform: rotate(-12deg);
  animation: fadeInCapsuleBottomLeft 0.8s ease-out 0.8s forwards, floatBottomLeft 30s ease-in-out 1.6s infinite;
  opacity: 0;
  z-index: 3;
}

/* ===== BOTTOM RIGHT CAPSULE ===== */

.capsule-bottom-right {
  width: 500px;
  height: 120px;
  bottom: 6%;
  /* bottom: 2%; */
  right: 10px;
  transform: rotate(-14deg);
  animation: fadeInCapsuleBottomRight 0.8s ease-out 1s forwards, floatBottomRight 30s ease-in-out 1.8s infinite;
  opacity: 0;
}


/* ===== FLOAT ANIMATIONS (rotation preserved) ===== */

@keyframes floatMain {
  0% {
    transform: translateY(0) rotate(14deg);
  }

  50% {
    transform: translateY(-30px) rotate(14deg);
  }

  100% {
    transform: translateY(0) rotate(14deg);
  }
}

@keyframes floatSmall {
  0% {
    transform: translateY(0) rotate(-20deg);
  }

  50% {
    transform: translateY(-20px) rotate(-20deg);
  }

  100% {
    transform: translateY(0) rotate(-20deg);
  }
}


@keyframes floatMedium {
  0% {
    transform: translateY(0) rotate(20deg);
  }

  50% {
    transform: translateY(-30px) rotate(20deg);
  }

  100% {
    transform: translateY(0) rotate(20deg);
  }
}

@keyframes floatBottomLeft {
  0% {
    transform: translateY(0) rotate(-12deg);
  }

  50% {
    transform: translateY(-45px) rotate(-12deg);
  }

  100% {
    transform: translateY(0) rotate(-12deg);
  }
}

@keyframes floatBottomRight {
  0% {
    transform: translateY(0) rotate(-14deg);
  }

  50% {
    transform: translateY(-35px) rotate(-14deg);
  }

  100% {
    transform: translateY(0) rotate(-14deg);
  }
}


/* ===== CAPSULE FADE-IN ANIMATIONS (with rotation preserved) ===== */

@keyframes fadeInCapsuleMain {
  0% {
    opacity: 0;
    transform: translateY(-40px) rotate(14deg);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotate(14deg);
  }
}

@keyframes fadeInCapsuleTopLeft {
  0% {
    opacity: 0;
    transform: translateY(-40px) rotate(-20deg);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotate(-20deg);
  }
}

@keyframes fadeInCapsuleTopRight {
  0% {
    opacity: 0;
    transform: translateY(-40px) rotate(20deg);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotate(20deg);
  }
}

@keyframes fadeInCapsuleBottomLeft {
  0% {
    opacity: 0;
    transform: translateY(-40px) rotate(-12deg);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotate(-12deg);
  }
}

@keyframes fadeInCapsuleBottomRight {
  0% {
    opacity: 0;
    transform: translateY(-40px) rotate(-14deg);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotate(-14deg);
  }
}

/* ===== RESPONSIVE ADJUSTMENTS FOR BIG SCREENS ONLY ===== */

/* Large screens (1680px and up) - Fix capsule visibility for external monitors */
@media (min-width: 1680px) {
  .capsule-main {
    width: 700px;
    height: 160px;
    top: 26%;
    left: 0%;
  }

  .capsule-top-left {
    width: 180px;
    height: 50px;
    top: 14%;
    left: 22%;
  }

  .capsule-top-right {
    width: 240px;
    height: 70px;
    top: 20%;
    right: 22%;
  }

  .capsule-bottom-left {
    width: 350px;
    height: 90px;
    bottom: 10%;
    left: 14%;
  }

  .capsule-bottom-right {
    width: 550px;
    height: 130px;
    bottom: 8%;
    right: 2%;
  }
}

/* Extra large screens (1920px and up) - Further adjustments */
@media (min-width: 1920px) {
  .capsule-main {
    width: 800px;
    height: 180px;
    top: 28%;
    left: -5%;
  }

  .capsule-top-left {
    width: 200px;
    height: 60px;
    top: 16%;
    left: 24%;
  }

  .capsule-top-right {
    width: 280px;
    height: 80px;
    top: 22%;
    right: 20%;
  }

  .capsule-bottom-left {
    width: 400px;
    height: 100px;
    bottom: 12%;
    left: 16%;
  }

  .capsule-bottom-right {
    width: 600px;
    height: 140px;
    bottom: 10%;
    right: 5%;
  }
}

/* ===== VIEW TOGGLE DOTS ===== */

.view-toggle-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D0D5DD;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  outline: none;
  display: none;
}

@media (min-width: 768px) {
  .view-toggle-dot {
    display: inline-block;
  }
}

.view-toggle-dot:hover {
  background-color: #98A2B3;
  transform: scale(1.2);
}

.view-toggle-dot.active {
  background-color: #007bff;
  width: 24px;
  border-radius: 5px;
}

.view-toggle-dot:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
}

/* ============================= */
/* TESTIMONIAL SECTION */
/* ============================= */

.testimonial-wrapper {
  position: relative;
  margin-top: 28px;
  min-height: 200px;
  z-index: 10;
}

.testimonial-card {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 20px 24px;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.testimonial-card.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
}

.testimonial-name {
  font-weight: 600;
  font-size: 16px;
}

.testimonial-company {
  font-size: 18px;
  font-weight: 600;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  color: #e5e7eb;
  margin-bottom: 0;
}

/* DOTS */

.testimonial-dots {
  margin-top: 24px;
  display: flex;
  gap: 10px;
}

.testimonial-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #64748b;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  outline: none;
}

.testimonial-dots .dot.active {
  width: 24px;
  border-radius: 5px;
  background: white;
}

/* ========================= */
/* VIEW 3 DARK LAYOUT */
/* ========================= */

.hero-section-view3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(
    circle at 50% 20%,
    rgba(124, 58, 237, 0.15),
    transparent 40%
  ),
  linear-gradient(180deg, #000000 0%, #0b0f1a 100%);
  padding: 40px 40px 0 40px;
  height: 100vh;
  max-height: 100vh;
}

.hero-content-view3 {
  width: 100%;
  max-width: 800px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (min-width: 2000px) {
  .hero-content-view3 {
    height: 85%;
  }
}

.view3-heading {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1.3;
  width: 65%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.view3-heading .highlight {
  background: linear-gradient(90deg, #9fa8ff, #f5a3b7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.view3-badge-wrapper {
  margin-bottom: 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* ===== 3 COLUMN LAYOUT ===== */

.view3-columns {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  flex: 1;
  overflow: hidden;
  position: relative;
  justify-content: center;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 5%, black 95%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 5%, black 95%, transparent 100%);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Each column */
.view3-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: flex-start;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Different scroll speeds */
.scroll-slow {
  animation: scrollUp 45s linear infinite;
}

.scroll-medium {
  animation: scrollUp 38s linear infinite;
}

.scroll-fast {
  animation: scrollUp 30s linear infinite;
}

/* Infinite animation */
@keyframes scrollUp {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -50%, 0);
  }
}

/* Card width + look */
.view3-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  border-radius: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  font-size: 13px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 260px;
  flex-shrink: 0;
}

.view3-text {
  color: #e5e7eb;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.view3-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.view3-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1f2937;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 13px;
}

.view3-name {
  font-weight: 600;
  color: #ffffff;
  font-size: 12px;
}

/* ========================= */
/* VIEW 4 - TESTIMONIAL + BADGES */
/* ========================= */

.hero-section-view4 {
  align-items: stretch;
  justify-content: center;
  background: linear-gradient(180deg, #050816 0%, #0b1020 100%);
  padding: 80px 80px;
  height: 100vh;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-section-view4::before,
.hero-section-view4::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
  pointer-events: none;
  z-index: 1;
}

.hero-section-view4::before {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(79, 70, 229, 0.5), transparent 70%);
  top: -10%;
  left: -5%;
  animation: view4Wave1 12s ease-in-out infinite;
}

.hero-section-view4::after {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.4), transparent 70%);
  bottom: -10%;
  right: -5%;
  animation: view4Wave2 10s ease-in-out infinite;
}

@keyframes view4Wave1 {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.4;
  }
  33% {
    transform: translate(15%, 10%) scale(1.15);
    opacity: 0.5;
  }
  66% {
    transform: translate(5%, 20%) scale(0.95);
    opacity: 0.35;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.4;
  }
}

@keyframes view4Wave2 {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.35;
  }
  33% {
    transform: translate(-10%, -15%) scale(1.1);
    opacity: 0.45;
  }
  66% {
    transform: translate(-20%, -5%) scale(0.9);
    opacity: 0.3;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.35;
  }
}


/* ===== Rising sine wave lines ===== */

.view4-wave-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.view4-wave-svg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 200%;
  top: 0;
}

.view4-wave-svg path {
  fill: none;
  stroke-linecap: round;
}

.view4-wave-1 {
  animation: view4WaveRise 12s linear infinite;
}

.view4-wave-1 path {
  stroke: rgba(99, 102, 241, 0.12);
  stroke-width: 1.5;
}

.view4-wave-2 {
  animation: view4WaveRise 16s linear infinite;
}

.view4-wave-2 path {
  stroke: rgba(139, 92, 246, 0.08);
  stroke-width: 1;
}

@keyframes view4WaveRise {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

.hero-content-view4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 5;
}

/* ===== View 4: Two-Column Layout ===== */

.view4-main-section {
  flex: 1;
  display: flex;
  gap: 0;
  overflow: visible;
  margin-top: 8%;
}

/* Left Column: Label + Progress Bar + Right Border */
.view4-left-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 28px 15% 0;
  position: relative;
}

.view4-left-column::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 15%;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.view4-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 10px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Progress Bar (below label) — single continuous line */
.view4-progress-bar {
  position: relative;
  width: 3px;
  min-width: 3px;
  height: 80px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

/* Right Column: Badges + Testimonials centered beside border */
.view4-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 28px;
  padding-bottom: 15%;
}

.view4-badges-section {
  width: 100%;
  margin-bottom: 20px;
}

.view4-badges-section img {
  max-width: 100%;
}

.view4-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #ffffff;
  border-radius: 4px;
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.view4-testimonial-section {
  position: relative;
  margin-top: 24px;
}

.view4-testimonial-wrapper {
  display: grid;
}

.view4-nav-arrows {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 8px;
}

.view4-quote-card {
  grid-area: 1 / 1;
  opacity: 0;
  pointer-events: none;
}

.view4-quote-card.active {
  opacity: 1;
  pointer-events: auto;
}

/* Company tag: slide in from left, slide out to right */
.view4-quote-card .view4-company-tag {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.view4-quote-card.active .view4-company-tag {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}

/* Quote text: fade in from below */
.view4-quote-card .view4-quote-text {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.view4-quote-card.active .view4-quote-text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

/* Attribution: fade in from below */
.view4-quote-card .view4-attribution {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.view4-quote-card.active .view4-attribution {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.view4-company-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
  width: fit-content;
}

.view4-diamond {
  color: #818cf8;
  font-size: 10px;
}

.view4-quote-text {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  color: #ffffff;
  font-family: 'Georgia', 'Times New Roman', serif;
  letter-spacing: -0.02em;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 1680px) {
  .view4-quote-text {
    font-size: 42px;
    max-width: 100%;
  }
}



.view4-attribution {
  margin-top: 20px;
}

.view4-author-detail {
  display: flex;
  align-items: center;
  gap: 30px;
}

.view4-divider {
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}

/* Divider: draw from left to right */
.view4-quote-card .view4-divider {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.view4-quote-card.active .view4-divider {
  transform: scaleX(1);
  transition-delay: 0.6s;
}

.view4-author-name {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.view4-arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  background: transparent;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}

.view4-arrow-btn:hover {
  background: rgba(255,255,255,0.08);
}


/* ===== BOTTOM: Scrolling Marquee Logos ===== */

.view4-logos-section {
  margin-left: -80px;
  margin-right: -80px;
  padding: 24px 0;
}

.view4-marquee {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

.view4-marquee-track {
  display: flex;
  align-items: center;
  gap: 48px;
  width: max-content;
  animation: view4Marquee 30s linear infinite;
  padding: 12px 0;
}

@keyframes view4Marquee {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.view4-logo-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.view4-logo-img {
  height: 56px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.view4-logo-item:hover .view4-logo-img {
  opacity: 1;
}

/* ===== VIEW 4 RESPONSIVE ===== */

@media (max-width: 1200px) {
  .view4-quote-text {
    font-size: 32px;
  }

}

@media (max-width: 992px) {
  .hero-section-view4 {
    padding: 40px;
  }

  .view4-logos-section {
    margin-left: -40px;
    margin-right: -40px;
  }

  .view4-quote-text {
    font-size: 28px;
  }
}

@media (min-width: 1680px) {
  .view4-quote-text {
    font-size: 44px;
    max-width: 100%;
  }

  .view4-badges-section {
    max-width: 650px;
  }
}
