@import url("https://cdn.jsdelivr.net/npm/swiper@12/swiper-bundle.min.css");

:root {
  --primary-color: #00d301;
  --primary-dark: #e49b0f;
  --secondary-color: #000;
  --text-color: #333;
  --white: #fff;
  --bg-light: #f8f9fa;
}

a:hover {
  color: #fff;
}

/* Utilities */
.rotate-90 {
  transform: rotate(90deg);
}

.navbar-flex-override {
  flex-basis: auto;
  display: flex !important;
}

/* Header Styles */
.header-main {
  background: #000;
}

.btn-header-chat {
  background: #fcb900;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 30px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: var(--secondary-color);
  cursor: pointer;
}

.btn-header-contact {
  background: var(--secondary-color);
  border: 1px solid var(--white);
  color: var(--white);
  height: 30px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  text-decoration: none;
}

.btn-header-quote {
  background: transparent;
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 5px;
  padding: 10px 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}

.btn-header-quote:hover {
  background: var(--white);
  color: var(--secondary-color);
}

.header-contact-text {
  font-weight: 600;
  font-size: 16px;
  margin: 0px 22px;
  color: var(--white);
}

#banner.banneroad01.bpss {
  align-items: center;
  background: url(../images/lp-assets/banner/banner.png) !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  /* height: 655px; */
  display: grid;
  padding: 75px 0px 40px;
}

.banner-content {
  position: relative;
  z-index: 2;
}

.logo-area img {
  width: 150px;
}
/* New Styles for Banner */
.form-box-new {
  background: #fff;
  padding: 0;
  border-radius: 15px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: none;
}

.form-header {
  background: #00d301;
  padding: 15px;
  text-align: center;
  color: #fff;
}

.form-header h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  letter-spacing: 1px;
}

.form-header h2 {
  font-size: 24px;
  font-weight: 800;
  margin: 5px 0 0;
  color: #000;
  line-height: 1.2;
}

.offer-strip {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.offer-strip span {
  color: #ff0000;
}

.form-body {
  padding: 20px 25px;
}

.field-inner label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
  display: block;
}

.field-inner input,
.field-inner select {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #eee;
  height: 45px;
  padding: 0 15px;
  background: #fff;
  color: #555;
  font-size: 14px;
  margin-bottom: 5px;
}

.field-inner input:focus,
.field-inner select:focus {
  outline: none;
  border-color: #e49b0f;
}

.field-inner input::placeholder {
  color: #999;
}

.btn-start-journey {
  background-color: #00d301;
  border: none;
  color: #000;
  font-weight: 700;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 10px;
}

.btn-start-journey:hover {
  background-color: #00d301;
}

.btn-banner-outline {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  padding: 12px 30px;
  margin-right: 15px;
  font-weight: 500;
  border-radius: 5px;
  display: inline-block;
}

.btn-banner-outline {
  position: relative;
  overflow: hidden;
}

.btn-banner-outline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--primary-color);
  transition: height 0.4s ease-in-out;
  z-index: 1;
}

.btn-banner-outline:hover::before {
  height: 100%;
}

.btn-banner-outline:hover {
  color: var(--secondary-color);
}

.btn-banner-outline span {
  position: relative;
  z-index: 2;
}

.btn-banner-fill {
  background: #fff;
  color: #000;
  padding: 12px 30px;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 5px;
  display: inline-block;
}

.btn-banner-fill {
  position: relative;
  overflow: hidden;
}

.btn-banner-fill:hover {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}

.consent-text {
  font-size: 11px;
  line-height: 1.4;
  color: #333;
  display: block;
}

.banner-heading h1 {
  font-size: 37px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 15px;
}

.banner-heading h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
}

.banner-heading p {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.6;
}
/* Gateway Section Styles */
.gateway-section {
  padding: 30px 0;
  background-color: #f2f2f2;
}

/* New Banner Styles */
.banner-heading .badge-warning {
  background-color: #00d301;
  color: black;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 20px;
}
.banner-heading h1 {
  color: #fff;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.banner-heading p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.banner-features {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.banner-feature-item {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.banner-feature-item i {
  color: #00d301;
  border: 2px solid #00d301;
  padding: 3px;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 12px;
}
.btn-banner-dark {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 30px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}
.btn-banner-dark {
  position: relative;
  overflow: hidden;
}

.btn-banner-dark::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #00d301;
  transition: height 0.4s ease-in-out;
  z-index: 1;
}

.btn-banner-dark:hover::before {
  height: 100%;
}

.btn-banner-dark:hover {
  color: #fff !important;
  border: 2px solid #00d301 !important;
}

.btn-banner-dark span {
  position: relative;
  z-index: 2;
}
.btn-banner-yellow {
  background: #00d301;
  color: #000;
  padding: 12px 30px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
  border: 1px solid #fff;
}
.btn-banner-yellow {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.btn-banner-yellow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #000;
  transition: height 0.4s ease-in-out;
  z-index: 1;
}

.btn-banner-yellow:hover::before {
  height: 100%;
}

.btn-banner-yellow span {
  position: relative;
  z-index: 2;
}

.trust-badges {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.trust-badges img {
  height: 60px;
  width: auto;
}
.rating-text {
  color: var(--white);
  margin-left: 10px;
}
.rating-label {
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 1px;
}
.rating-value {
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}
.rating-stars {
  color: var(--primary-color);
  font-size: 16px;
}
.rating-count {
  font-size: 12px;
}

/* Form Styles */
.form-upload-text {
  font-size: 12px;
  margin-bottom: 5px;
  color: var(--text-color);
}
.form-file-input {
  padding-top: 5px;
}
.form-checkbox {
  width: auto;
  height: auto;
  margin-right: 5px;
  margin-top: 3px;
}
.link-blue {
  color: #007bff;
  font-weight: bold;
}

/* Continuous Slider Styles */
.continuous-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
  background-color: #f8f9fa;
}

.slider-container {
  display: flex;
  width: 200%;
  animation: slideAnimation 45s linear infinite;
}

.slider-container:hover {
  animation-play-state: paused;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

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

.process-section-lp {
  padding: 90px 0 210px;
  background-color: #f6f7fb;
  position: relative;
  overflow: hidden;
}

.process-header {
  max-width: 700px;
  margin: 0 auto;
}

.process-title {
  font-size: 44px;
  font-weight: 800;
  color: #000;
  margin-bottom: 12px;
}

.process-subtitle {
  font-size: 15px;
  color: #7c7c7c;
  line-height: 1.6;
  margin: 0;
}

.process-timeline-wrapper {
  position: relative;
  margin-top: 128px;
}

.process-steps {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.process-step {
  display: flex;
  justify-content: center;
}

.process-card {
  background-color: #fff;
  border-radius: 43px 36px 135px 136px;
  padding: 40px 22px 48px;
  text-align: center;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.12);
  max-width: 260px;
  width: 100%;
  position: relative;
  border: 1px solid #d1d3d4;
  transition: all 0.3s ease;
}

.process-step-number {
  font-size: 42px;
  font-weight: 800;
  color: #000;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.process-step-heading {
  font-size: 17px;
  font-weight: 700;
  color: #5b5c5d;
  margin-bottom: 10px;
}

.process-step-text {
  font-size: 14px;
  line-height: 1.7;
  color: #4f4f4f;
  margin: 0;
}

.process-card:hover,
.process-card.process-card-active {
  background: #00d301;
  border-color: transparent;
  transform: translateY(-4px);
  z-index: 9999;
}

.process-card:hover .process-step-number,
.process-card:hover .process-step-heading,
.process-card.process-card-active .process-step-number,
.process-card.process-card-active .process-step-heading {
  color: #000;
}

.process-card:hover .process-step-text,
.process-card.process-card-active .process-step-text {
  color: #000;
}

.process-card::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -74px;
  width: 2px;
  height: 74px;
  background-color: #00d301;
  z-index: 9999;
}

.process-card::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -94px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #00d301;
  z-index: 9999;
}

.process-road-wrapper {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 120%;
  transform: translateX(-50%);
  z-index: 1;
}

.process-road {
  width: 100%;
  display: block;
}

@media (max-width: 1199px) {
  .process-steps {
    gap: 12px;
  }

  .process-card {
    padding: 28px 18px 36px;
  }

  .process-step-heading {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .process-section-lp {
    padding: 60px 0 50px;
  }

  .process-steps {
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .process-step {
    flex: 0 0 50%;
    margin-bottom: 40px;
  }

  .process-card::after,
  .process-card::before {
    display: none;
  }

  .process-road-wrapper {
    position: relative;
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .process-title {
    font-size: 32px;
  }

  .process-step {
    flex: 0 0 100%;
  }
}

/* Services Section Styles */
.services-section-lp {
  padding: 80px 0;
  background: var(--white);
  text-align: center;
}

.services-section-lp > h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--secondary-color) !important;
  line-height: 1.3;
}

.services-section-lp p {
  font-size: 16px;
  color: #666;
  max-width: 900px;
  margin: 0 auto 0px;
  line-height: 1.6;
}

.service-item {
  transition: transform 0.3s ease;
  transition: 0.5s;
  padding: 20px 0;
}

.service-item:hover {
  transform: translateY(-5px);
  background: #00d301;
  padding: 20px 0;
  border-radius: 12px;
  transition: 0.5s;
}

.service-item img {
  height: 66px;
  object-fit: contain;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.service-item h4 {
  font-size: 15px;
  font-weight: 500;
  color: var(--secondary-color);
}

.view-btn {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 8px 25px;
  color: var(--secondary-color);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  transition: all 0.3s;
}

.view-btn:hover {
  background: var(--secondary-color);
  color: var(--white);
  border-color: var(--secondary-color);
}

/* Dream Section Styles */
.dream-section-lp {
  background: var(--secondary-color);
  color: var(--white);
  position: relative;
  overflow: hidden;
  padding: 60px 0px 0px 0px;
}

.dream-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 20px;
}

.dream-text {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 30px;
  line-height: 1.6;
}

.dream-btns {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-dream-outline {
  border: 1px solid var(--white);
  color: var(--white);
  padding: 12px 30px;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  background: transparent;
  border-radius: 4px;
}

.btn-dream-outline {
  position: relative;
  overflow: hidden;
}

.btn-dream-outline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--primary-color);
  transition: height 0.4s ease-in-out;
  z-index: 1;
}

.btn-dream-outline:hover::before {
  height: 100%;
}

.btn-dream-outline:hover {
  color: var(--secondary-color);
}

.btn-dream-outline span {
  position: relative;
  z-index: 2;
}

.btn-dream-fill {
  background: var(--primary-color);
  color: var(--secondary-color);
  padding: 12px 30px;
  display: inline-block;
  font-weight: 600;
  border: 1px solid var(--primary-color);
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 4px;
}

.btn-dream-fill {
  position: relative;
  overflow: hidden;
}

.btn-dream-fill::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--white);
  transition: height 0.4s ease-in-out;
  z-index: 1;
}

.btn-dream-fill:hover::before {
  height: 100%;
}

.btn-dream-fill:hover {
  color: var(--secondary-color);
  border: 2px solid black;
}

.btn-dream-fill span {
  position: relative;
  z-index: 2;
}

.dream-image-wrapper {
  margin-top: 50px;
  text-align: center;
}

/* .dream-image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
} */

/* Responsiveness */
@media (max-width: 991px) {
  .services-section-lp h2 {
    font-size: 32px;
  }

  .dream-title {
    font-size: 36px;
  }

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

@media (max-width: 767px) {
  .services-section-lp {
    padding: 50px 0;
  }

  .services-section-lp h2 {
    font-size: 28px;
  }

  .service-item {
    margin-bottom: 30px;
  }

  .dream-title {
    font-size: 32px;
    text-align: center;
  }

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

  .dream-btns {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .service-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 507px) {
     .lp-thanu-banner-h h2 {
      font-size: 20px !important; 
    }
    .floatbutton {
      top: 40%;
    }
  
}

/* Portfolio Section Styles */
.portfolio-section-lp {
  padding: 57px 0 0 0;
  background-color: #00d301;
  color: #000;
  overflow: hidden;
}

.port-sub {
  font-size: 24px;
  font-weight: 500;
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.port-title {
  font-weight: 800;
  color: #000;
  line-height: 1.2;
}

.port-desc {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #000;
}

.port-btns {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-port-dark {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  padding: 12px 30px;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  background: transparent;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}

.btn-port-dark::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--primary-color);
  transition: height 0.4s ease-in-out;
  z-index: 1;
}

.btn-port-dark:hover::before {
  height: 100%;
}

.btn-port-dark:hover {
  color: var(--secondary-color);
}

.btn-port-dark span {
  position: relative;
  z-index: 2;
}

.btn-port-white {
  background: var(--white);
  color: var(--secondary-color);
  padding: 12px 30px;
  display: inline-block;
  font-weight: 700;
  border: 1px solid var(--white);
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 4px;
}

.btn-port-white {
  position: relative;
  overflow: hidden;
}

.btn-port-white::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--primary-color);
  transition: height 0.4s ease-in-out;
  z-index: 1;
}

.btn-port-white:hover::before {
  height: 100%;
}

.btn-port-white:hover {
  color: var(--secondary-color);
  border-color: var(--primary-color);
}

.btn-port-white span {
  position: relative;
  z-index: 2;
}

.portfolio-slider {
  position: relative;
  margin-top: 40px;
}

.portfolio-slider .slick-slide {
  margin: 0 10px;
}

.portfolio-slider .slick-list {
  padding: 10px 0;
}

.port-item {
  padding: 10px;
}

.book-cover {
  position: relative;
  border-radius: 5px;
  overflow: visible;
  transition: transform 0.3s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.book-cover:hover {
  transform: translateY(-5px);
}

.book-cover img {
  width: 100%;
  border-radius: 5px;
  display: block;
}

/* FAQ Section Styles */
.faq-section-lp {
  background-color: var(--white);
}

.faq-title {
  font-size: 42px;
  font-weight: 800;
  color: var(--secondary-color);
  margin-bottom: 20px;
}

.faq-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.faq-accordion {
  margin-bottom: 30px;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.faq-header {
  background: #00d301;
  color: #000;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}

/* .faq-header:hover {
    background: -webkit-linear-gradient(90deg, var(--primary-dark), var(--primary-color));
    background: linear-gradient(90deg, var(--primary-dark), var(--primary-color));
} */

.faq-header .icon {
  font-size: 14px;
  font-weight: bold;
}

.faq-body {
  background-color: #f9f9f9;
  padding: 20px;
  display: none;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  border: 1px solid #eee;
  border-top: none;
}

.faq-item.active .faq-body {
  display: block;
}

.faq-img img {
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Responsiveness */
@media (max-width: 991px) {
  .port-title {
    font-size: 32px;
  }
  .port-desc {
    margin-bottom: 20px;
  }
  .faq-title {
    font-size: 32px;
  }

  .faq-img {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  /* .portfolio-section-lp { padding: 50px 0; } */

  .port-title {
    font-size: 28px;
    text-align: center;
  }
  .port-sub {
    text-align: center;
  }
  .port-desc {
    text-align: center;
  }
  .port-btns {
    justify-content: center;
  }
}

/* Gateway Section Styles - Extended */
.gateway-content h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--secondary-color);
  line-height: 1.3;
}

.gateway-content p {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}

.gateway-btns {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-gateway-outline {
  border: 2px solid var(--secondary-color);
  color: var(--secondary-color);
  padding: 12px 30px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
  background: transparent;
}

.btn-gateway-outline {
  position: relative;
  overflow: hidden;
}

.btn-gateway-outline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--primary-color);
  transition: height 0.4s ease-in-out;
  z-index: 1;
}

.btn-gateway-outline:hover{
  color: #000;
}

.btn-gateway-outline:hover::before {
  height: 100%;
}

.btn-gateway-outline:hover {
  border: 2px solid #000;
}

.btn-gateway-outline span {
  position: relative;
  z-index: 2;
}

.btn-gateway-fill {
  background: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  color: var(--white);
  padding: 12px 30px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.btn-gateway-fill::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--primary-color);
  transition: height 0.4s ease-in-out;
  z-index: 1;
}

.btn-gateway-fill:hover::before {
  height: 100%;
}

.btn-gateway-fill:hover {
  color: var(--secondary-color);
}

.btn-gateway-fill span {
  position: relative;
  z-index: 2;
}
.testimonials-section-lp {
  padding: 80px 0;
  background: #000;
  color: #fff;
}

.testimonials-section-lp .section-head h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 10px;
}

.testimonials-section-lp .section-head p {
  color: #ccc;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.testimonial-card {
  position: relative;
  background: #050505;
  border: 1px solid white;
  border-radius: 24px;
  padding: 24px;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 300px;
}
.testimonial-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(132deg, #050505 4%, #000 30%, #da8e11 100%);
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.testimonial-card:hover:before {
  opacity: 1;
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 56px;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-name {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  margin: 0;
}

.testimonial-text {
  color: #ccc;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 767px) {
  .testimonials-section-lp {
    padding: 0px 0;
  }

  .testimonials-section-lp .section-head h2 {
    font-size: 32px;
  }
}
@media (max-width: 1122px) {
  .testimonials-section-lp {
    gap: 19px;
  }
}

.lp-footer {
  padding: 60px 0 0 0;
  background: linear-gradient(180deg, #000 0%, #050505 50%, #1a1a1a 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.disclimer-text {
  padding: 25px 0 20px 0;
  border-top: 1px solid #ffffff56;
}

.disclimer-text p {
  font-size: 15px;
}

.lp-footer::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 80px;
  background: radial-gradient(
    ellipse at top,
    rgba(251, 176, 52, 0.55),
    transparent 60%
  );
  opacity: 0.9;
  pointer-events: none;
}

.lp-footer-column {
  margin-bottom: 30px;
}

.lp-footer-text {
  font-size: 16px;
  color: #ccc;
  line-height: 1.7;
  max-width: 360px;
}

.lp-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-footer-links li {
  margin-bottom: 6px;
}

.lp-footer-links a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.lp-footer-links a i {
  color: #fbb034;
  font-size: 10px;
}

.lp-footer-links a:hover {
  color: #fbb034;
}

.lp-footer-contact {
  font-size: 16px;
  color: #fff;
  margin-bottom: 6px;
}

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

.lp-footer-contact a:hover {
  text-decoration: underline;
}

.lp-footer-label {
  font-weight: 600;
  margin-right: 4px;
}

.lp-footer-subtitle {
  font-size: 14px;
  font-weight: 700;
  color: #fbb034;
  margin: 14px 0 6px;
}

.lp-footer-address {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 4px;
}

.lp-footer-address i {
  color: #fbb034;
  margin-right: 6px;
}

.lp-top-nav-icon :hover {
  color: #fff;
}

.logo-marquee {
  overflow: hidden;
  width: 100%;
  padding: 0;
}

.marquee-track {
  display: flex;
  gap: 38px;
  width: max-content;
  animation: marquee 50s linear infinite; /* speed control */
  will-change: transform;
}

.logo-marquee:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20%);
  }
}

.marquee-track img {
  border: 2px solid #ffffff36;
  border-radius: 18px;
  width: 162px;
  height: auto;
  object-fit: contain;
  background: #ffffff29;
}

/* responsive */
@media (max-width: 768px) {
  .marquee-track img {
    width: 100px;
  }
}
/* Home new marquee Section End*/

/* Portfoio Start */
.lp-portfolio-div {
  padding-top: 40px;
}

.lp-portfoliod-img img {
  width: 100% !important;
}

.owl-dots {
  display: none !important;
}
.lp-relative {
  position: relative;
}
.owl-nav {
  position: absolute;
  top: -65px;
  right: 0;
}
.owl-nav button {
  background: transparent !important;
  color: black !important;
  border: 2px solid black !important;
  box-shadow: none !important;
  padding: 6px 12px !important;
  font-size: 21px !important;
  border-radius: 25px !important;
  margin: 0 0 0 17px !important;
}

.owl-nav button i {
  padding: 11px 12px !important;
}

.pt-25 {
  padding-top: 25px;
}

/* Portfoio End */
.lp-step-up {
  position: relative;
}
.lp-step-up .process-card {
  right: -74px;
  top: -61px;
}

.lp-step-down {
  position: relative;
}

.lp-step-down .process-card {
  position: absolute;
  right: -117px;
  bottom: -53px;
}

.lp-step-down2 {
  position: relative;
  bottom: -73px;
}

.lp-step-up2 {
  position: relative;
}
.lp-step-up2 .process-card {
  position: absolute;
  top: -88px;
  left: -51px;
}

.lp-step-down3 {
  position: relative;
}

.lp-step-down3 .process-card {
  position: absolute;
  bottom: -52px;
  left: -120px;
}

.road-map {
  position: relative;
}

.road-map img {
  position: absolute;
  width: 102%;
  top: -51px;
  left: -17px;
}

.lp-top-num {
  color: #00d301;
  font-size: 17px !important;
  font-weight: 500;
  padding: 0 26px 0 0px;
}

/* Adeel lp Footer */
.lp-footer-satisfaction {
  display: flex;
}

.setisy-img img {
  width: 78%;
}

.satisfy-content h4 {
  font-size: 18px;
  font-weight: 800;
}
.satisfy-content p {
  font-size: 15px;
}

.lp-footer-list {
  list-style: none;
  padding: 10px 0 0 0;
}

.lp-footer-list li {
  padding: 8px 0;
  font-size: 18px;
  color: #fff;
}

.lp-footer-list li a {
  color: #fff !important;
}

/* Float Button Start */

.floatbutton.active {
  right: 0;
  z-index: 9;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.floatbutton {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  right: -370px;
  top: 18%;
  font-size: 0;
  width: 420px;
  z-index: 999;
}

.floatbutton .clickbutton {
  width: 50px;
  z-index: 999;
  height: 200px;
  cursor: pointer;
  box-shadow: -20px 7px 18px -7px rgb(87 184 151 / 0.09);
  border-radius: 3px 0 0 3px;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  margin-top: 125px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  background: #00d301;
  font-family: Poppins, sans-serif;
  box-shadow: 0 0 40px #00000026;
  -webkit-box-shadow: 0 0 40px #00000026;
  -ms-box-shadow: 0 0 40px #00000026;
  -o-box-shadow: 0 0 40px #00000026;
}

.floatbutton .clickbutton .crossplus:before {
  content: "";
  display: none;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  background: #00d301;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.floatbutton .clickbutton .crossplus:after {
  content: "";
  display: none;
  position: absolute;
  width: 2px;
  height: 20px;
  right: 0;
  background: #00d301;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.floatbutton .clickbutton .crossplus {
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: -48px;
  white-space: pre;
  bottom: 31px;
}

.floatbutton .clickbutton .crossplus.rotate {
  transform: rotate(45deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.floatbutton .clickbutton .crossplus i {
  font-size: 18px;
  color: #fff;
  margin: 17px 0 0 15px;
}

.btns_wrap {
  position: fixed;
  right: -6px;
}

.btns_wrap a:hover {
  text-decoration: none !important;
  right: 0;
}

.btns_wrap .call_wrap {
  width: 280px;
  position: absolute;
  right: -225px;
  background: #00d301;
  top: 63px;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
}

.btns_wrap .call_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 20px 15px 15px;
}

.btns_wrap .chat_wrap {
  display: block;
  position: absolute;
  right: -225px;
  width: 280px;
  background: #00d301;
  top: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px 0 0 3px;
  z-index: 9999;
}

.btns_wrap .call_wrap span.icoo,
.btns_wrap .chat_wrap span.icoo {
  color: #fff;
  font-size: 18px;
  padding: 15px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 10px 0 0 10px;
}

.btns_wrap .chat_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 30px 15px 15px;
}

/* Float Button End */

/* ==================================== Thank You Page Start */
.calenddly-sec {
  background: linear-gradient(92deg, #fcae20, #c07606) !important;
  padding: 50px 0px;
}

.calenddly-head h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 10px;
}

.calenddly-head p {
}
/* ==================================== Thank You Page End */

/* Popup Form Css Start */

.popup-form {
  background: 0 0;
  box-shadow: none;
  border: none;
}

.popup-form .banner-r .col-lg .form-control,
.popup-form .banner-r .col-lg select.classic {
  height: 40px;
}

.popup-form .banner-r input.btn.form-btn {
  height: 40px;
  color: #000;
  font-size: 18px;
}

.popup-form .banner-r .bnr-form-btn p {
  color: #fff;
}

.popup-form .form-div input#test2 {
  float: left;
  width: 4%;
}

.popup-form .form-div label {
  float: right;
  width: 94%;
  color: #fff;
  font-weight: 100;
  float: right;
  text-align: left;
  font-size: 13px;
}

.popup-form .form-div label a {
  color: #fff;
}

.banner-r {
  background: #000;
  padding: 10px 20px;
  border-radius: 15px;
  border: 3px solid #00d301;
}

.banner-inner-tl {
  width: 100%;
  float: left;
  text-align: center;
}

.banner-inner-tr {
  float: right;
}

.banner-inner-tr img {
  margin: -40px 0 0;
}

.banner-inner-tl h4 {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}

.banner-inner-tl p {
  font-size: 13px;
  margin: 0 0 20px;
  line-height: 13px;
  color: #fcae20;
}

.banner-r form {
  border-top: 1px solid #00d301;
  padding: 20px 0 0;
  clear: both;
}

.banner-r .col-lg select.classic {
  display: block;
  width: 100%;
  padding: 6px 12px;
  color: #999;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.banner-r .col-lg .form-control,
.banner-r .col-lg select.classic {
  height: 49px;
  padding: 6px 12px;
}

.banner-r input.btn.form-btn {
  height: 49px;
  width: 100%;
  background: #00d301;
  text-transform: uppercase;
  font-size: 25px;
}

.banner-r .bnr-form-btn p {
  padding: 20px 0 0;
  text-align: center;
  font-size: 16px;
}

.banner-r .bnr-form-btn p strong {
  color: #fcae20;
  font-weight: 700;
}

.button {
  float: left;
  clear: both;
  padding: 30px 0;
}

.button a {
  color: #fff;
  padding: 7px 50px;
  border-radius: 50px;
  border: 2px solid #fff;
  font-weight: 700;
}

.button a.btn-get {
  background: #06d978;
  border-color: #06d978;
  margin-right: 10px;
}

.popup-form .banner-r .form-div {
  display: block;
  width: 100%;
  margin: 0;
}

#popupformLead .banner-r h4 {
  color: #fff;
}

.bnr-txt-1 {
  margin-top: 0;
}
.banner-r .col-lg input {
  margin-bottom: 15px;
}

#resume {
  color: #fff !important;
}

/* Popup Form Responsiveness for smaller screens */
@media (max-width: 526px) {
  .popup-form {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    width: 95% !important;
    max-width: 400px !important;
  }

  .popup-form .formcontainer {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .banner-r {
    padding: 15px 15px !important;
    border-width: 2px !important;
  }

  .banner-inner-tl h4 {
    font-size: 16px !important;
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
  }

  .popup-form .banner-r .col-lg .form-control,
  .popup-form .banner-r .col-lg select.classic {
    height: 38px !important;
    font-size: 13px !important;
    margin-bottom: 10px !important;
    padding: 5px 12px !important;
  }

  .banner-r form {
    padding: 12px 0 0 !important;
  }

  .popup-form .banner-r input.btn.form-btn {
    height: 42px !important;
    font-size: 18px !important;
    margin-top: 5px !important;
  }

  .popup-form .form-div label {
    font-size: 11px !important;
    line-height: 1.4 !important;
  }

  .popup-form .form-div input#test2,
  .popup-form .checkboxx {
    width: 14px !important;
    height: 14px !important;
    margin-top: 3px !important;
  }

  .popup-form .close {
    top: -15px !important;
    right: -10px !important;
  }
}
/* Owl Carousel Navigation for Testimonials Section - White Arrows */
.testimonials-section-lp .owl-carousel .owl-nav button {
  color: #fff !important;
  background: #000 !important;
  border: 1px solid #fff !important;
}

.testimonials-section-lp .owl-carousel .owl-nav button:hover {
  color: #000 !important;
  background: #fff !important;
}

/* Additional Popup Form Checkbox and Consent Text Styling */
.popup-form .form-group .checkboxx {
  height: 12px;
  border: 1px solid #0000005e;
  padding: 0 12px;
  width: 22px;
  border-radius: 10px;
}

.popup-form .checkboxx-box {
  display: inline-flex;
  align-items: baseline;
  padding: 0px 5px;
  margin-bottom: 0px;
}

.popup-form .consent-text {
  font-size: 13px;
  margin-left: 5px;
}

/* Video Wrapper and Play Button Styling */
.video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.play-button {
  position: absolute;
  display: inline-block;
  background: #fcae20;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  color: var(--color-heading);
  position: relative;
  border: none;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.play-button:hover {
  transform: scale(1.1);
  background: #ffbd4d;
}

.play-button::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: #fcae20;
  opacity: 0;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  animation: video-play 1500ms ease-out infinite;
}

.play-button::before {
  content: "▶";
  font-size: 20px;
  position: relative;
  left: 3px;
  top: 2px;
  color: white;
}

@keyframes video-play {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
/* Popup Form Css End */

/*  */
.new-form-sec {
  padding: 50px 0px;
}

.deserves-sec {
  padding: 50px 0px;
  background: #ffffff;
}
.deserves-sec-p {
  padding-bottom: 25px;
}

.deserves-logo-list ul {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.deserves-logo-list ul li {
  padding: 12px 12px;
}
.trust-p-img {
  padding-bottom: 60px;
}

.back-white {
  background: #fff !important;
}

.laptop-d-none {
  display: none;
}

.lp-thanu-banner-h h2 {
  color: #fff;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: capitalize;
}

@media (min-width: 1024px) {
  
}

@media (min-width: 1200px) {
  .process-card {
    padding: 40px 15px 48px;
  }
  .lp-step-down .process-card {
    position: absolute;
    right: -94px;
    bottom: -32px;
  }
  .lp-step-up .process-card {
    right: -46px;
    top: -85px;
  }

  .lp-step-down2 {
    position: relative;
    bottom: -29px;
  }

  .lp-step-up2 .process-card {
    position: absolute;
    top: -103px;
    left: -51px;
  }

  .lp-step-down3 .process-card {
    position: absolute;
    bottom: -33px;
    left: -89px;
  }
}



@media (max-width: 1200px) {
  .deserves-logo-list ul {
    flex-wrap: wrap;
  }

  .deserves-logo-list ul li {
    padding: 12px 19px;
  }

  .lp-thanku-btns {
    padding-top: 40px;
  }
  }

@media (max-width: 1196px) {
  .r-road-map {
    display: none;
  }

  .lp-step-down .process-card,
  .lp-step-up .process-card,
  .lp-step-down2,
  .lp-step-up2 .process-card,
  .lp-step-down3 .process-card {
    position: unset !important;
  }

  .trust-badges img {
    height: 43px;
  }

  .banner-heading h1 {
    font-size: 30px;
  }

  .lp-portfoliod-img img {
  }

  .process-card {
    height: 250px;
  }

  .process-card::before {
    display: none;
  }
  .process-card::after {
    display: none;
  }

  .laptop-d-none {
    display: block;
  }

  .laptop-d-block {
    display: none;
  }

  .process-timeline-wrapper {
    margin-top: 58px;
  }

  .testimonial-card {
    height: 355px !important  ;
  }

  .calenddly-head h2 {
    font-size: 41px;
    font-weight: 700;
  }

     .lp-thanu-banner-h h2 {
      font-size: 27px;
    }
}

@media (max-width: 991px) {
  .lp-footer {
    text-align: left;
  }

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

  .r-jc-center {
    justify-content: center;
  }
  .gateway-img {
    padding-top: 20px;
  }

  .lp-footer-satisfaction {
    flex-direction: column;
    text-align: center;
  }
  .setisy-img img {
    width: 35%;
  }

  .process-timeline-wrapper {
    margin-top: 50px;
  }

  .form-box-new {
    width: 80%;
    margin: 0 auto;
  }
  .r-pb {
    padding-bottom: 30px;
  }

  .satisfy-content img {
    width: 50%;
  }

  .setisy-img img {
    width: 20%;
  }

  .process-card {
    height: 293px;
  }
}

@media (max-width: 767px) {
  .lp-footer {
    padding: 40px 0;
  }

  .lp-footer-column {
    text-align: left;
  }

  .testimonials-section-lp {
    padding: 60px 0px;
  }

  .owl-nav {
    position: unset !important;
    padding-top: 30px;
  }

  .testimonial-card {
    height: 350px;
  }

  .tr-text-center {
    text-align: center;
  }
  .tr-jc-center {
    justify-content: center !important;
  }
  .tr-p {
    padding-bottom: 20px;
  }
  .owl-theme .owl-nav {
    margin-top: -4px;
    margin-bottom: 28px;
  }

  .process-card {
    padding: 28px 33px 36px;
  }

  .setisy-img img {
    width: 32%;
  }

  .setisy-img {
    text-align: center;
    padding: 0 8px 0 0;
  }
  .lp-footer-satisfaction {
    justify-content: center;
  }
}

@media (max-width: 577px) {
  .trust-badges {
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .satisfy-content img {
    width: 70%;
  }

  .form-box-new {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 594px) {
  .banner-feature-item {
    flex: 0 0 calc(50% - 10px); /* Two items per row with some gap */
    text-align: center;
  }
}

@media (max-width: 595px) {
  .banner-features {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .banner-feature-item {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 425px) {
  .calenddly-head h2 {
    font-size: 34px;
    font-weight: 700;
  }
}
