.sec-title h1 {
  font-weight: 700;
  color: #1d3e83;
  font-size: 35px;
  letter-spacing: 2px;
}


.navbar-scroll {
  background-color: #ffffff !important;
  transition: background-color 0.3s ease;
}


.main-hero-section {
  background-color: #111827;
  background-image: radial-gradient(circle at 50% 80%, rgba(30, 58, 138, 0.6) 0%, transparent 70%);
  position: relative;
  overflow: hidden;
  color: white;
  /*padding: 110px 20px;*/
      margin-top: 136px;
    padding: 20px;
}

.hero-con {
  margin-top: 90px;
}

.main-hero-section h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}

.main-hero-section p {
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-hero-section .btn-get-started {
  padding: 10px 24px;
  font-weight: 500;
  border-radius: 8px;
  font-size: 16px;
  background-color: #9749f8;
  color: white;
}

.hero-video-container {
  /* margin-top: 50px; */
  /* padding: 20px 0; */
  background-color: #f5f7f9;
}

.hero-video-container h1 {
  color: #214085;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 3rem;
  padding-bottom: 3rem;
  padding-top: 2rem;
}

.scroll-wrapper {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  /* background-color: #fff; */
  padding: 20px 0;
}

.scroll-track {
  display: inline-flex;
  gap: 80px;
}

.left-to-right {
  animation: scrollLeft 70s linear infinite;
}

.right-to-left {
  animation: scrollRight 70s linear infinite;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

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

  100% {
    transform: translateX(0%);
  }
}



.info-box {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  white-space: nowrap;
}

.info-box img {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  object-fit: cover;
}


.info-box span {
  font-size: 20px;
  font-weight: 600;
}

.scroll-wrapper:hover .scroll-track {
  animation-play-state: paused;
}


@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}




@media (max-width: 768px) {
  .main-hero-section h1 {
    font-size: 36px;
  }

  .main-hero-section p {
    font-size: 16px;
  }

  .hero-video-container h1 {
    font-size: 2rem;
    padding: 20px 0;
  }
}



.btn-start {
  background: linear-gradient(to right, #7b2ff7, #f107a3);
  color: white;
  border-radius: 32px;
  font-weight: 400;
  font-size: 16px;
}


.btn-start:hover {
  color: white;
}


/* solution section  */

.main-grid {
  display: flex;
  align-items: stretch;
}

.solution-section {
  /* background-color: #111827; */
  background-color: #111827;
  background-image: radial-gradient(circle at 50% 70%, rgba(30, 37, 138, 1.6) 0%, transparent 100%);
}

.solution-grid {
  height: 100%;
}

.solution_card {
  background-color: white;
  color: #111827;
  border-radius: 16px;
  padding: 20px 20px 0 20px;
  margin-bottom: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* justify-content: center; */
  text-align: left;
  height: 100%;
  width: 350px;
}

.solution_card img {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin: auto;
  margin-top: 16px;
  border-radius: 8px;
  display: block;
}


.solution_card .phone_img {
  width: 100%;
  max-width: 290px;
  height: auto;
  border-radius: 8px;
  display: block;
  /* ensures margin auto works */
  object-fit: contain;
}


.solution_card h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}

.solution_card p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}



.heading {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
  color: white;
}

.custom-grid {
  /* height:700px; */
  display: flex;
  flex-direction: column;
  /* flex: 1; */

}

.logo-list img {
  height: 30px;
  margin: 0.3rem 0.6rem 0 0;
}

.rewards-list {
  padding-left: 1.25rem;
}

.rewards-list li {
  margin-bottom: 0.5rem;
}




/* why upgrade */


.why_choose_section {
  background-color: #f7f7fc;
}

.why_choose_section .section-title {
  font-weight: 700;
  color: #1d3e83;
  font-size: 49px;
  letter-spacing: 2px;
}

.why_choose_section .section-subtitle {
  font-size: 25px;
  color: #6b7280;
  margin-bottom: 40px;
}

.why_choose_section .feature-card {
  background: #ffffff;
  transition: all 0.3s ease;
  padding: 16px;
}

.why_choose_section .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.why_choose_section .feature-title {
  font-weight: 700;
  font-size: 20px;
  color: #111827;

}

.why_choose_section .feature-text {
  font-size: 16px;
  color: #6b7280;
  margin-top: 8px;
}

.why_choose_section .img-container {
  position: relative;
}

.why_choose_section .custom-shape {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: white;
  z-index: 2;
  position: relative;
}

.unique_user_img {
  margin: 10px 0 10px 0px !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 235px !important;
}


.why_choose_section .border-frame {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100%;
  height: 100%;
  border: 3px solid #6c63ff;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 1;
}


/* transform section */

.transform_section {
  /*padding: 20px;*/
  background-color: #ffffff;
}

.transform_section h2 {
  font-size: 45px;
  font-weight: 700;
  color: #111827;
}

.transform_section h2 .highlight {
  color: #9749f8;
  font-size: 45px;
}

.transform_section p {
  font-size: 20px;
  color: #374151;
  margin-top: 15px;
}

.transform_section .btn-contact {
  /* background-color: #9749f8; */
  background: linear-gradient(to right, #7b2ff7, #f107a3);
  color: white;
  font-size: 18px;
  border: none !important;
  padding: 12px 24px;
  border-radius: 8px;
  margin-top: 20px;

}

.transform_section .img-fluid {
  max-width: 80%;
  height: auto;
}



.integration-section {
  margin-bottom: 6rem !important;
}

.main-heading {
  margin-bottom: 10px;
  font-weight: 700;
  color: #1d3e83;
  font-size: 55px;
  letter-spacing: 2px;
}

.sub-heading {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.015em;
  text-align: center;
  color: rgb(68, 68, 68);
}

/* ----------------------------@media (max-width: 576px) */

@media (max-width: 576px) {
  .main-hero-section h1 {
    font-size: 32px;
    padding: 0px ;
            padding-top: 14px;

  }

  .main-hero-section {
    padding: 10px !important;
    margin-top: 72px !important;
  }

  .main-hero-section img {
    margin-top: 20px;
  }

  .hero-con {
    margin-top: 20px;
  }

  .heading {
    font-size: 20px;
    margin-bottom: 16px;
  }


  .why_choose_section .section-title {
    font-size: 28px;
    letter-spacing: 1px;
    text-align: center;
  }


  .why_choose_section .section-subtitle {
    font-size: 17px;
    margin-bottom: 20px;
    text-align: center;
  }

  .img-container {
    width: 100%;
    max-width: 250px;
    /* control small screen size */
    margin: 0 auto;
    /* center image */
  }

  .custom-shape {
    width: 100%;
    height: auto;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .border-frame {
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
  }


  .main-grid {
    flex-direction: column;
    /* gap: 16px; */
  }

  .custom-grid {
    margin: 0 !important;
  }

  .solution_card img {
    max-width: 100%;
    height: auto;
  }

  .solution_card {
    width: 320px;
    margin: 0 auto 16px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .transform_section h2 {
    font-size: 25px;
  }

  .transform_section {
    text-align: center;
    /* padding: 10px; */
  }

  .transform_section h2 .highlight {
    font-size: 25px;
  }

  .transform_section p {
    font-size: 18px;
    font-weight: 400;
  }

  .integration-section {
    margin-bottom: 20px !important;
  }

  .main-heading {
    font-size: 1.75rem;
  }
  .sub-heading {
    font-size: 1.2rem;
  }


}

/* ---------------------------------@media (max-width: 768px) */

@media (min-width: 576px) and (max-width: 767px) {
  .main-hero-section {
    padding: 80px 20px 40px 20px;
    text-align: center;
  }

  .main-hero-section h1 {
    font-size: 32px;
    line-height: 1.3;
  }

  .main-hero-section p {
    font-size: 16px;
  }

  .btn-start,
  .btn-get-started {
    font-size: 14px;
    padding: 10px 20px;
  }

  .hero-img {
    width: 100%;
    max-width: 300px;
    margin-top: 20px;
  }

  .why_choose_section .section-title {
    font-size: 32px !important;
    text-align: center;
  }

  .why_choose_section .section-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }

  .feature-card {
    margin: 15px auto;
    padding: 20px;
  }

  .feature-title {
    font-size: 18px;
  }

  .feature-text {
    font-size: 14px;
  }

  .custom-shape {
    max-width: 100%;
  }

  .solution-section .heading {
    font-size: 26px;
  }

  .main-grid {
    flex-direction: column;
    align-items: center;
  }

  .solution_card {
    width: 100%;
    max-width: 100%;
  }

  .solution_card h4 {
    font-size: 25px;
  }

  .solution_card p {
    font-size: 18px;
  }

  .unique_user_img {
    height: 290px !important;
  }

  /* .unique_user_img2 {
    height: 290px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  } */




  .custom-grid {
    width: 100%;
  }

  .testimonial-section .sec-title h1 {
    font-size: 30px;
    letter-spacing: 1px;
    text-align: center;
  }

  .transform_section {
    /* padding: 40px 20px; */
    text-align: center;
  }

  .transform_section h2 {
    font-size: 28px;
  }

  .transform_section h2 .highlight {
    font-size: 28px;
  }

  .transform_section p {
    font-size: 18px;
  }

  .transform_section .btn-start {
    font-size: 14px;
    padding: 10px 20px;
  }

  .transform_section .img-fluid {
    max-width: 100%;
  }

  .integration-section {
    margin-bottom: 3rem !important;
  }

  .main-heading {
    font-size: 28px !important;
  }

  .sub-heading {
    font-size: 18px;
    padding: 0 10px;
  }

  .testimonial-carousel .testimonial-block {
    padding: 0 15px;
  }

  .info_box .name {
    font-size: 16px;
  }

  .info_box .designation {
    font-size: 14px;
  }


}

/* -----------------------@media (max-width: 991px)  */

@media (min-width: 767px) and (max-width: 991px) {
  .main-hero-section {
    padding: 90px 20px 60px 20px;
    text-align: center;
  }

  .main-hero-section h1 {
    font-size: 40px;
    line-height: 1.3;
  }

  .main-hero-section p {
    font-size: 18px;
  }

  .hero-img {
    max-width: 380px;
    width: 100%;
    margin-top: 30px;
  }

  .btn-start,
  .btn-get-started {
    font-size: 15px;
    padding: 12px 24px;
  }

  .why_choose_section .section-title {
    font-size: 42px;
  }

  .why_choose_section .section-subtitle {
    font-size: 20px;
  }

  .feature-card {
    margin-bottom: 20px;
    padding: 20px;
  }

  .feature-title {
    font-size: 18px;
  }

  .feature-text {
    font-size: 15px;
  }

  .custom-shape {
    max-width: 100%;
  }


  .solution-section .heading {
    font-size: 28px;
  }

  .main-grid {
    flex-direction: column;
    align-items: center;
  }

  .solution_card {
    width: 100%;
    max-width: 100%;
    padding: 30px;
  }

  .solution_card h4 {
    font-size: 24px;
  }

  .solution_card p {
    font-size: 18px;
  }

  .testimonial-section .sec-title h1 {
    font-size: 28px;
    letter-spacing: 1px;
    text-align: center;
  }

  .transform_section {
    /* padding: 60px 20px; */
    text-align: center;
  }

  .transform_section h2 {
    font-size: 32px;
  }

  .transform_section h2 .highlight {
    font-size: 32px;
  }

  .transform_section p {
    font-size: 18px;
  }

  .transform_section .btn-start {
    font-size: 15px;
    padding: 12px 24px;
  }


  .integration-section {
    margin-bottom: 4rem !important;
  }

  .main-heading {
    font-size: 40px;
  }

  .sub-heading {
    font-size: 18px;
    padding: 0 10px;
  }


  .info_box .name {
    font-size: 18px;
  }

  .info_box .designation {
    font-size: 15px;
  }

  .custom-grid {
    width: 100%;
  }

  .unique_user_img {
    height: 290px !important;
    object-fit: cover;
  }
}


/* @media (max-width: 1199px) -------------------------- */

@media (min-width: 991px) and (max-width: 1199px) {
  .main-hero-section {
    padding: 90px 20px 50px 20px;
    text-align: center;
  }

  .main-hero-section h1 {
    font-size: 48px;
  }

  .main-hero-section p {
    font-size: 20px;
  }

  .hero-img {
    max-width: 400px;
    width: 100%;
    margin-top: 30px;
  }

  .btn-start {
    font-size: 16px;
    padding: 10px 24px;
  }

  .why_choose_section .section-title {
    font-size: 40px;
    text-align: center;
  }

  .why_choose_section .section-subtitle {
    font-size: 20px;
    text-align: center;
  }

  .feature-card {
    margin-bottom: 25px;
    padding: 20px;
  }

  .feature-title {
    font-size: 18px;
  }

  .feature-text {
    font-size: 15px;
  }

  .custom-shape {
    max-width: 100%;
  }

  .solution-section .heading {
    font-size: 30px;
  }

  .main-grid {
    flex-direction: column;
    align-items: center;
  }

  .solution_card {
    width: 100%;
    max-width: 100%;
    padding: 30px;
  }

  .solution_card h4 {
    font-size: 28px;
  }

  .solution_card p {
    font-size: 18px;
  }

  .testimonial-section .sec-title h1 {
    font-size: 28px;
    text-align: center;
  }

  .unique_user_img {
    height: 320px !important;
    object-fit: cover;
    margin: auto;
    display: block;
  }

  .unique_user_img2 {
    height: 320px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .custom-grid {
    width: 100%;
  }


  .transform_section {
    /* padding: 60px 20px; */
    text-align: center;
  }

  .transform_section h2 {
    font-size: 32px;
  }

  .transform_section h2 .highlight {
    font-size: 32px;
  }

  .transform_section p {
    font-size: 18px;
  }

  .transform_section .btn-start {
    font-size: 15px;
    padding: 12px 24px;
  }

  .transform_section .img-fluid {
    max-width: 100%;
  }

  .integration-section {
    margin-bottom: 4rem !important;
  }

  .main-heading {
    font-size: 42px;
  }

  .sub-heading {
    font-size: 20px;
    padding: 0 10px;
  }

  .info_box .name {
    font-size: 18px;
  }

  .info_box .designation {
    font-size: 15px;
  }


}
