@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Unbounded:wght@200..900&display=swap');

:root {
  --main-color: #031B25;
  --btn-bg: #3328BF;
  --text-sec-form: #6CDBFF;
}

body{
  overflow-x: hidden !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
}

.cardss {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}






/* .container{
    width: 1140px;
} */
.navbar-brand img {
  max-height: 64px !important;
}

@media (min-width: 992px) {
  .schedule-seamlessly1 {
    margin-left: 200px;
    margin-right: 200px;
  }
}

@media only screen and (min-width: 1024px) {
  .why-it-works {
    margin-top: 100px;
  }

  .top-container {
    margin-top: 100px !important;
  }

  .traditional-call {
    margin-top: 100px !important;
  }

  .ai-enhances {
    margin-top: 100px !important;
  }

  /* #demo-form{
        margin-top:100px !important;
    } */
  /* .animate-form {
    margin-top: 100px !important;
  } */
}

.default-size {
  font-size: clamp(28px, 5vw, 52px) !important;
}

.nav {
  background-color: var(--main-color);
}

.navbar-nav .nav-link {
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.3;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.responsive-text {
  font-size: clamp(1rem, 2vw, 1.5rem);
}

.component-para {
  font-size: 20px;
}

.privacy {
  color: #00A3D7;
}

.schedule-seamlessly {
  font-size: clamp(2rem, 6vw, 4rem);
  font-style: normal;

}

.turn-curiosity {

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.get-started-btn {
  color: #FCFCFC;
  background: #3328BF;
  padding: 10px 16px;
  font-size: 20px;
  font-weight: 500;
}

.get-started-btn:hover {
  opacity: 0.8;
  background: #3328BF;
  color: #FCFCFC;
}

.user-para {
  font-size: 20px;
}

.traditional-call {
  background: #031B25;
}

.traditional-call {
  color: white;
  font-style: normal;
  ;
}

.ai-enhances {
  padding: 0 !important;
}

.ai-enhances-img {
  min-height: 200px;
  max-height: 400px;
}




.form-text h1 {
  margin-bottom: 20px;
  color: #6CDBFF;
}

.form-text p {
  font-size: 20px;
  color: white;
  line-height: 1.6;
  margin-bottom: 10px;
}



form {
  display: flex;
  flex-direction: column;
}

label {
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 18px;
  color: #6CDBFF;
}

.required {
  color: #ff0000;
}

input {
  padding: 12px;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  outline: none;
  background-color: transparent;
  transition: border-color 0.3s;
  color: white;
}
.input-group{
      padding: 12px;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  outline: none;
  background-color: transparent;
  transition: border-color 0.3s;
  color: white;
}

input:focus {
  border-bottom-color: #3F2EF2;
  color: white;
}

input.invalid {
  border-bottom-color: #ff0000;
}

input::placeholder {
  color: #999;
}

.error-message {
  color: #ff0000;
  font-size: 12px;
  margin-top: 5px;
  height: 18px;
}

button {
  margin-top: 30px;
  background-color: #6CDBFF;
  color: var(--main-color);
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 600;
  cursor: pointer;
  width: fit-content;
  transition: background-color 0.3s;
}
input {
  color: #fff !important;
  background-color: #031B25 !important;
}

/* Override for autofill states */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #fff !important; /* White text */
  -webkit-box-shadow: 0 0 0 1000px #031B25 inset !important; /* Dark background */
  caret-color: #fff !important; /* Ensures cursor color remains white */
}

/* Override for focus state (if needed) */
input:focus {
  background-color: #031B25 !important;
  color: #fff !important;
}

/* Override for disabled state (optional) */
input:disabled {
  opacity: 0.7;
  background-color: #031B25 !important;
  color: #fff !important;
}

button:hover {

  background-color: #8bd0e7;
}

button:disabled {
  background-color: #6CDBFF;
  cursor: not-allowed;
}

.form-container {
  background: #031B25;

}



.input-prefix {
  background-color: #031B25;
  color: #6CDBFF;
  border: 3px solid #6CDBFF;
  border-radius: 10px !important;
  padding: 8px 12px 4px 12px;
  font-weight: bold;
  font-size: 22px;
  margin-right: 4px;
  white-space: nowrap;
}

.input-group input {
  flex: 1;
  border: none;
  background-color: transparent;
 
  color: #ffffff;
  outline: none;
}

.input-group input::placeholder {
  color: #aaa;
}


/* Add this CSS without modifying your HTML */
.form-container input::placeholder {
  color: #999;
  /* Light gray placeholder */
  opacity: 1;
  /* Full visibility */
}

.card {
  border-radius: 0 !important;
}


/* homepage-start */
.home_first_heading {
  color: #031B25;
  font-size: clamp(28px, 7vw, 108px);
  font-style: normal;
  font-weight: 600;
  line-height: 96%;
}

.home_second_heading {
  background: linear-gradient(180deg, #075D80 42.63%, #00A5D7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(28px, 5.5vw, 84px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.heading-line {
  display: block;
}

@media only screen and (max-width: 600px) {
  .heading-line {
    display: inline;
  }

  .home_second_heading {
    margin-top: 0.5rem !important;
  }
  .get-started-btn_home_2{
  margin-top: 0px;
}
}

/* Optional: Add spacing between lines */
.heading-line:not(:last-child) {
  margin-bottom: 0.5rem;
}

.home_second_heading {
  margin-top: 2.5rem;
}

.home_para {
  color: #666;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.home-problem {
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: #F0F0F0;
  backdrop-filter: blur(13.100000381469727px);
}




/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .cst_img_second {
    width: 444.039px;
    min-height: 739.216px;
    margin-top: -100px;

  }
  .banner_space{
  margin-bottom: 80px;
}
.first_container{
  margin-top:80px;
}

  .home-bridging {
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(72, 191, 227, 0.08);
    backdrop-filter: blur(13.100000381469727px);
  }
  .cstm_footer_logo{
      margin-left:-40px !important;
  }

  .home-bridging {
    width: 488.36px;
    max-height: 300px;
    margin-top: -200px;
  }

  .cst_img_first {
    width: 397.9px;
    max-height: 392px;
    margin-top: -100px;
  }

  .home-problem {
    width: 458.36px;
    max-height: 237.473px;
  }

  /*.img_home_content {*/
  /*  margin-top: -00px;*/
  /*}*/

  .home_last_sec {
    /* margin-left: 200px; */
    margin-top: -250px;
  }

  .home_bg_img {
    margin-top: 100px;
  }

  .home_bg_img_conatiner {
    margin-top: -130px;
  }

  .animate_row {
    margin-top: -30px !important;
  }

  .how_we_train {
    min-height: 315px !important;
  }


  .sales_moment_first_col {
    min-height: 375px;
  }

  .home_vid {
    min-height: 873px;
  }

  .your_gain_after_container {
    margin-top: -80px;
  }

  .meet_marc {
    margin-top: 150px;
    margin-bottom: 100px;
  }

  .contact_us_container {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .mark_img {
    max-height: 450px !important;
  }

  .meet-section {
    padding: 60px 0;
  }

  .businesses_choose {
    /*margin-top: 80px !important;*/

  }

  .nischya-btn {
    margin-left: -20px !important;
  }

  .change_image {
    height: 80% !important;
  }
  .first_container_3{
  margin-top:200px;
  margin-bottom: 80px;
    background-image: url('../images/mobile_image.jpg') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
   min-height: 1075px;  /* Add this to ensure container is visible */
   max-width:1920px;
 
}
.first_container_top_2{
  margin-top: -130px;
  background-color: white;
}
}

@media (min-width: 992px) and (max-width: 1199.98px){
  .how_we_train{
    min-height: 375px !important;
  }
}


.problem_secondry_text_first {
  color: #031B25;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .how_we_do_container {
    margin-top: 8px;
  }
    .first_container_3{
  margin-top:200px;
  margin-bottom: 80px;
    background-image: url('../images/mobile_image.jpg') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
   min-height: 575px;
  
 
}
.first_container_top_2{
  margin-top: -130px;
  background-color: white;
}

  .home-bridging {
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(72, 191, 227, 0.08);
    backdrop-filter: blur(13.100000381469727px);
  }

  .mark_img {
    max-height: 450px !important;
  }

  .heading-col {
    margin-top: 50px;
  }

  .your_gain_after {

    font-size: 28px !important;
  }

  .meet-section {
    padding: 0;
  }

  .change_image {
    height: 300px !important;
    object-fit: cover;
    width: 100% !important;
  }
}

/* 600px to 992 px tab */
@media only screen and (min-width: 600px) and (max-width: 991px) {
  .how_we_do_container {
    margin-top: 10px;
  }

  .home-problem {
    max-width: auto !important;
    max-height: 100% !important;
    min-height: 240px !important;
  }

  .home-bridging_lap {
    width: 50%;
    min-height: 389px !important;

    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(72, 191, 227, 0.08);
    backdrop-filter: blur(13.100000381469727px);

  }
  .first_container_3{
  margin-top:200px;
  margin-bottom: 80px;
    background-image: url('../images/mobile_image.jpg') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
   min-height: 575px;
  
 
}
.first_container_top_2{
  margin-top: -130px;
  background-color: white;
}

  .cst_img_second {
    width: auto !important;
    max-height: 100%;
  }

  .home-problem_payoff {
    min-height: 399px !important;
  }

  .how_we_train {
    min-height: 286px !important;
  }

  .sales_moment_first_col {
    min-height: 364px;
  }

  .home_vid {
    min-height: 600px !important;
  }

  .mark_img {
    max-height: 450px !important;

  }

  .img-wrapper {
    margin-left: 8.5rem !important;
    margin-top: 3rem;
  }

  .personalized_demo {
    margin-top: 50px;
  }

  .your_gain_after {

    font-size: 28px !important;
  }
}

.what_we {

  font-size: clamp(28px, 5.5vw, 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.problem_secondry_text {
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.problem_text_para {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.home_bg_img {
  background-image: url('../images/Rectangle90.png') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 40vh;
  padding: 4rem 0;
  position: relative;
  /* <-- Add this line */

}

.home_bg_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.home_bg_img>.container {
  position: relative;
  z-index: 1;
}

.home_bg_img_card {
  background: #031B25;
}




.sales_moment_para {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.sales_moment_heading {
  color: #212529;
  font-size: clamp(28px, 4vw, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.sales_moment_bg {
  background: linear-gradient(243deg, rgba(100, 223, 223, 0.06) -3.57%, rgba(0, 163, 215, 0.40) 105.32%);

}

.sales_moment_first_col {
  border: 3px solid #68DAFF;
  background: #FFF;

}

.get-started-btn_home {

  border-radius: 8px;
  background: var(--B1, linear-gradient(180deg, #00A3D7 0%, #006180 100%));
  /* Shadows/shadow-xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  font-weight: 500;
  font-size: clamp(16px, 2.5vw, 20px);
  color: white;
}

.get-started-btn_home_btn {
  border-radius: 8px;
  background: var(--B2, linear-gradient(3deg, #031B25 -89.41%, #0B658B 184.67%));
  /* Shadows/shadow-xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  /* Shadows/shadow-xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  font-weight: 500;
  font-size: clamp(16px, 2.5vw, 20px);
  color: white;
}

.get-started-btn_home_btn:hover {
  opacity: 0.9;
  background: var(--B1, linear-gradient(180deg, #00A3D7 0%, #006180 100%));
  /* Shadows/shadow-xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  font-weight: 600;
  color: rgb(255, 255, 255);
}

.get-started-btn_home:hover {
  opacity: 0.8;
  background: var(--B2, linear-gradient(3deg, #031B25 -89.41%, #0B658B 184.67%));
  /* Shadows/shadow-xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  font-weight: 600;
  color: white;
}

.type_cursor_home {
  font-size: clamp(16px, 2.5vw, 20px) !important;
}

.sales_moment_para {
  align-items: flex-start;
  gap: 10px;
}

.your_gain_after {
  color: #000;

  font-size: clamp(28px, 4vw, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 44.8px */
}

.meet_text {
  color: #22282D;
  font-size: clamp(32px, 5.5vw, 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.meet_text_para {
  color: #22282D;
  font-size: clamp(28px, 4vw, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.text_para_real {
  color: #22282D;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.author_text {
  color: #22282D;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.marc-keezer {
  max-height: 515px;
}



.contact_us {
  color: var(--Text-Colors-950, #0D0D0D);
  font-size: clamp(32px, 5.5vw, 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.contact_heading {
  color: var(--Text-Colors-950, #0D0D0D);
  font-size: clamp(20px, 4vw, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.contact_mail {
  color: var(--Text-Colors-950, #0D0D0D);
  font-size: clamp(20px, 4vw, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.contact_para {
  color: var(--color-black-solid, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.mail_before_footer {
  color: var(--www-anomalysquared-com-cerulean, var(--color-cyan-42, #00A3D7));
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.demo-title {
  color: var(--www-anomalysquared-com-black-pearl, var(--color-azure-8, #031B25));
  font-size: clamp(32px, 5.5vw, 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.demo-description {
  color: var(--www-anomalysquared-com-black-pearl, var(--color-azure-8, #031B25));
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.next-steps-title {
  color: var(--www-anomalysquared-com-black-pearl, var(--color-azure-8, #031B25));

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.steps-list {
  color: var(--www-anomalysquared-com-black-pearl, var(--color-azure-8, #031B25));
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.personalized_demo {
  background: #D5F5FF
}



.meet-section h2 {
  color: #22282D;
  font-size: clamp(28px, 5.5vw, 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.meet-section h4 {
  color: #22282D;
  font-size: clamp(20px, 4vw, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

/* .meet-section p {
  color: #22282D;
  font-size: clamp(16px, 2.5vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
} */

.quote-text {
  color: #22282D !important;
  font-size: clamp(16px, 2.5vw, 20px);

  font-weight: 900 !important;
  line-height: 20px !important;
}

.img-wrapper {
  position: relative;
  width: fit-content;
  margin-left: auto;
}

.img-wrapper .bg-box {
  position: absolute;
  top: 0px;
  left: 40px;
  width: 100%;
  height: 480px;
  background: linear-gradient(164deg, #3D9BC3 -2.76%, #1D4A5D 100%);
  z-index: 0;
}

.img-wrapper img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  border-radius: 8px;
  bottom:-30px;
 
}

@media (max-width: 767px) {
  .img-wrapper {
    margin: 30px auto 0;
  }
}

.problem_secondry_text_para {
  color: var(--www-callconnectindia-com-black, var(--color-black-solid, #000));
  text-align: justify;
  font-size: clamp(28px, 5.5vw, 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.problem_secondry_para {
  color: var(--www-callconnectindia-com-black, var(--color-black-solid, #000));
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}









:root {
  --main-color: #031B25;
  --btn-bg: #3328BF;
  --text-sec-form: #6CDBFF;
}



/* Main container matching React exactly */
.demo-main-container {
  background: #d5f5ff;
  position: relative;

}

.demo-inner-container {
  display: flex;
  flex-direction: column;

  position: relative;
}

.demo-content-wrapper {
  width: 100%;
  max-width: 1140px;
  padding: 2rem 0.75rem;
}

.demo-main-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Typography matching React clamp values exactly */
.demo-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  line-height: 0.95;
  color: #031b25;
  font-size: clamp(1.75rem, 6vw, 2.5rem);
  margin-bottom: 0;
}

.demo-description {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #031b25;
  font-size: clamp(0.875rem, 3.5vw, 1rem);
  margin-bottom: 0;
}

.demo-next-steps {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  color: #031b25;
  font-size: clamp(0.875rem, 3.5vw, 1rem);
  margin-bottom: 0.75rem;
}

/* Content sections spacing */
.demo-title-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.demo-pipeline-section {
  width: 100%;
}

/* Pipeline container */
.pipeline-wrapper {
  width: 100%;
  padding: 1rem 0 2rem 0;
}

.pipeline-container {
  position: relative;
}

/* Desktop Pipeline */
.desktop-pipeline {
  display: block;
}

.mobile-pipeline {
  display: none;
}

/* Desktop Progress Line */
.desktop-progress-line {
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(3, 27, 37, 0.2);
  border-radius: 2px;
}

.desktop-progress-fill {
  height: 100%;
  background: #031b25;
  border-radius: 2px;
  width: 0%;
  transition: width 0.8s ease-in-out;
}

/* Desktop Steps */
.desktop-steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.desktop-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 10;
  max-width: 160px;
}

.desktop-step-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
  border: 3px solid rgba(3, 27, 37, 0.4);
  background: white;
}

.desktop-step-circle.active {
  background: #031b25;
  border-color: #031b25;
  transform: scale(1.1);
}

.desktop-step-circle.completed {
  background: #031b25;
  border-color: #031b25;
}

.desktop-step-text {
  font-family: 'DM Sans', sans-serif;
  line-height: 1.4;
  font-size: clamp(0.7rem, 2.5vw, 0.875rem);
  color: #031b25;
  font-weight: 400;
}

.desktop-step-text.active {
  font-weight: 600;
}

/* Mobile Pipeline */
.mobile-progress-container {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0 0.5rem;
}

.mobile-progress-line {
  position: absolute;
  top: 10px;
  left: 1rem;
  right: 1rem;
  height: 4px;
  background: rgba(3, 27, 37, 0.2);
  border-radius: 2px;
}

.mobile-progress-fill {
  height: 100%;
  background: #031b25;
  border-radius: 2px;
  width: 0%;
  transition: width 0.8s ease-in-out;
}

.mobile-circles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  position: relative;
  z-index: 10;
}

.mobile-step-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: all 0.3s ease;
  border: 2px solid rgba(3, 27, 37, 0.4);
  background: white;
}

.mobile-step-circle.active {
  background: #031b25;
  border-color: #031b25;
  transform: scale(1.2);
}

.mobile-step-circle.completed {
  background: #031b25;
  border-color: #031b25;
}

.mobile-text-container {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  position: relative;
}

.mobile-step-text {
  text-align: center;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  font-family: 'DM Sans', sans-serif;
  line-height: 1.4;
  color: #031b25;
  font-size: clamp(0.875rem, 4vw, 1.125rem);
  font-weight: 600;
  position: absolute;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.4s ease;
}

.mobile-step-text.active {
  opacity: 1;
  transform: translateY(0);
}

.mobile-counter {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.mobile-counter-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(3, 27, 37, 0.3);
  transition: all 0.3s ease;
}

.mobile-counter-dot.active {
  background: #031b25;
  transform: scale(1.25);
}

/* Buttons matching React exactly */
.demo-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: stretch;
}

.demo-btn {
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0.5rem 0.75rem;
  min-height: 44px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.demo-btn-primary {
  background: #031b25;
  color: #d5f5ff;
}

.demo-btn-primary:hover {
  background: rgba(3, 27, 37, 0.9);
  color: #d5f5ff;
}

.demo-btn-secondary {
  background: rgba(3, 27, 37, 0.97);
  color: #d5f5ff;
}

.demo-btn-secondary:hover {
  background: rgba(3, 27, 37, 0.8);
  color: #d5f5ff;
}

.demo-btn-text {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  line-height: 1.25;
  font-size: clamp(0.8rem, 3.5vw, 1rem);
  text-align: center;
  margin: 0;
}

/* Responsive breakpoints matching React */
@media (min-width: 640px) {
  .demo-content-wrapper {
    padding: 3rem 1rem;
  }

  .demo-main-grid {
    gap: 2rem;
  }

  .demo-title {
    font-size: clamp(2rem, 7vw, 3rem);
  }

  .demo-description,
  .demo-next-steps {
    font-size: clamp(1rem, 4vw, 1.125rem);
  }

  .demo-title-section {
    gap: 1rem;
  }

  .demo-next-steps {
    margin-bottom: 1rem;
  }

  .pipeline-wrapper {
    padding: 1.5rem 0 2rem 0;
  }

  .desktop-step-circle {
    width: 32px;
    height: 32px;
    margin-bottom: 1.5rem;
  }

  .desktop-step-text {
    font-size: 14px;
  }

  .demo-buttons {
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    justify-content: flex-start;
  }

  .demo-btn {
    padding: 0.625rem 1rem;
    flex: initial;
  }

  .demo-btn-text {
    font-size: clamp(0.875rem, 4vw, 1rem);
  }
}

@media (min-width: 768px) {
  .demo-content-wrapper {
    padding: 4rem 1.5rem;
  }

  .demo-main-grid {
    gap: 2.5rem;
  }

  .demo-title-section {
    gap: 1.5rem;
  }

  .demo-next-steps {
    margin-bottom: 1.5rem;
  }

  .desktop-step {
    max-width: 200px;
  }

  .desktop-step-text {
    font-size: 16px;
  }

  .demo-buttons {
    gap: 1.5rem;
  }

  .demo-btn-text {
    font-size: 18px;
  }

  /* Show desktop, hide mobile */
  .desktop-pipeline {
    display: block;
  }

  .mobile-pipeline {
    display: none;
  }
}

@media (min-width: 1024px) {
  .demo-content-wrapper {
    padding: 5rem 2rem;
  }

  .demo-main-grid {
    gap: 3rem;
  }

  .demo-title {
    font-size: clamp(2.5rem, 8vw, 4rem);
  }

  .demo-description,
  .demo-next-steps {
    font-size: 18px;
  }

  .pipeline-wrapper {
    padding: 2rem 0 2.5rem 0;
  }

  .desktop-step {
    max-width: 240px;
  }

  .desktop-step-text {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .demo-title {
    font-size: 64px;
  }

  .demo-description,
  .demo-next-steps {
    font-size: 20px;
  }

  .desktop-step-text {
    font-size: 16px;
  }

  .demo-btn-text {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .desktop-pipeline {
    display: none;
  }

  .mobile-pipeline {
    display: block;
  }
}

/* JavaScript-controlled animations */
.animate-progress {
  animation: progressAnimation 8s infinite;
}

@keyframes progressAnimation {
  0% {
    width: 0%;
  }

  25% {
    width: 25%;
  }

  50% {
    width: 50%;
  }

  75% {
    width: 75%;
  }

  100% {
    width: 100%;
  }
}


.thank-you-container {
  height: 70vh !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.thank-you-icon {
  font-size: 5rem;
  color: #28a745;
  margin-bottom: 1.5rem;
}

.thank-you-message {
  max-width: 600px;
  margin: 0 auto 2rem;
}


.problem_secondry_text_experience {
  font-size: clamp(28px, 4vw, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 44.8px */
}
.problem_secondry_text_experience_sub{
font-size: clamp(16px, 2.5vw, 20px) !important;
font-style: normal;
font-weight: 600;
line-height: 20px;
}
.problem_text_para_experience{
  font-size: clamp(16px, 2.5vw, 20px) !important;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 28px */
}
.user-para_experience{
  font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}


.experience_sec {
  border: 5px solid transparent;
  border-image: linear-gradient(243deg, rgba(100, 223, 223, 0.06) -3.57%, rgba(0, 163, 215, 0.40) 105.32%) 1;
}

#meet-A2,#what-we-do,#how-we-do {
  scroll-margin-top: 110px; /* Match your sticky header height */
}





      .app-container {
            width: 100vw;
            min-height: 100vh;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            background-color: #ffffff;
            padding-top: 0;
        }
        
        .main-container {
            min-width: 1200px;
            min-height: 1200px;
            aspect-ratio: 1;
            position: relative;
          
            padding-bottom: 400px;
            display: flex;
            flex-direction: column-reverse;
            align-items: center;
            justify-content: flex-end;
        }
        
        .background-image {
            background-image: url('../images/mobile_image.jpg');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: absolute;
            top: 180px;
            left: 50%;
            transform: translateX(-50%);
            width: 1920px;
            height: calc(100% - 240px);
            order: 1;
        }
        
        .content-wrapper {
            width: 1140px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            margin-bottom: -360px;
            order: 2;
            position: relative;
            z-index: 10;
        }
        
        .top-section {
            background: #ffffff;
            width: 1140px;
            display: flex;
            flex-direction: column;
            gap: 40px;
            align-items: center;
            justify-content: flex-start;
            padding: 80px 0 40px 0;
            position: relative;
            border-radius: 0 0 20px 20px;
            flex-shrink: 0;
        }
        
        .top-section::before {
            content: '';
            position: absolute;
            inset: -14px;
            background: linear-gradient(90deg, rgba(255, 255, 255, 0.40) 0%, #FFF 15.38%, #FFF 85.1%, rgba(255, 255, 255, 0.40) 100%);
            border-radius: 0 0 34px 34px;
            pointer-events: none;
        }
        
        .bottom-section {
            background: #ffffff;
            display: flex;
            flex-direction: column;
            gap: 40px;
            align-items: center;
            justify-content: flex-start;
            padding: 0 40px 40px 40px;
            position: relative;
            border-radius: 0 0 20px 20px;
            flex-shrink: 0;
        }
        
        .bottom-section::before {
            content: '';
            position: absolute;
            inset: -14px;
            background: linear-gradient(180deg, #FFF 20.19%, rgba(255, 255, 255, 0.40) 99.04%);
            border-radius: 0 0 34px 34px;
            pointer-events: none;
        }
        
        .frame-section {
            display: flex;
            flex-direction: column;
            gap: 64px;
            width: 100%;
        }
        
        .frame-section-inner {
            display: flex;
            flex-direction: column;
            gap: 63px;
            width: 100%;
        }
        
        .frame-section-content {
            display: flex;
            flex-direction: column;
            gap: 4px;
            width: 100%;
        }
        
        .main-heading {
            font-family: 'DM Sans', sans-serif;
            font-weight: 600;
            font-size: 108px;
            line-height: 0.96;
            color: #031b25;
            text-align: center;
            margin: 0;
            width: 100%;
            position: relative;
            flex-shrink: 0;
        }
        
        .description-text {
            font-family: 'DM Sans', sans-serif;
            font-weight: 400;
            font-size: 20px;
            line-height: 1.4;
            color: #031b25;
            text-align: center;
            width: 580px;
            margin: 0;
            position: relative;
            flex-shrink: 0;
        }
        
        .description-text p {
            margin: 0;
            display: block;
        }
        
        .description-text p:first-child {
            margin-bottom: 0;
        }
        
        .cta-button {
            background: linear-gradient(to bottom, #00a3d7, #006180);
            color: #fcfcfc !important;
            font-family: 'DM Sans', sans-serif;
            font-weight: 600;
            font-size: 20px;
            line-height: 1.4;
            padding: 10px 16px;
            border: none;
            border-radius: 8px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            overflow: hidden;
            position: relative;
            flex-shrink: 0;
            white-space: nowrap;
            cursor: pointer;
            transition: all 0.2s ease;
            margin-top:0px !important;
        }
        
        .cta-button:hover {
            color: #fcfcfc !important;
            text-decoration: none;
            background: linear-gradient(to bottom, #0090c0, #005570);
        }
        
        .cta-button:focus {
            color: #fcfcfc !important;
            text-decoration: none;
            outline: none;
            box-shadow: 0 0 0 2px rgba(0, 163, 215, 0.3);
        }
        
        .button-wrapper {
            display: flex;
            flex-direction: row;
            gap: 24px;
            align-items: flex-start;
            justify-content: flex-start;
            padding: 0;
            position: relative;
            flex-shrink: 0;
        }

