@font-face {
  font-family: 'Clash Display Variable';
  src: url('/landingassets/font/ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 100 900; /* For variable weight */
}

body {
  font-family: 'Clash Display Variable';
  background-color: #100C2F;
  scroll-behavior: smooth;
}

nav{
  position: fixed !important;
  width: 100%;
  top: 0;
  background-color: #100C2F;
}

nav .nav-link{
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}

.navbar.shrink {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  transition: all 0.3s ease;
  box-shadow: 0px 1rem 3rem 0px #893cca3b !important;
}


nav .nav-link:hover{
  color: #00D48A;
}

.navbar-toggler{
  color: #ffffff;
}

.btn-success{
  background-color: #00D48A;
}

.btn-success:hover{
  background-color: transparent;
  border: solid 1px #00D48A;
  color: #00D48A;
}

.text-success{
  color: #00D48A !important;
}

.nav-link {
    margin: 0 0.75rem;
    transition: color 0.2s ease;
  }
  
  .nav-link:hover {
    color: #0d6efd;
  }
  
  .btn-primary {
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    border-radius: 6px;
  }
  
  .hero-section {
    background-image: url(/landingassets/images/headerbg.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
  }
  
  .text-highlight {
    color: #44ffae; /* Use your Figma color */
  }
  
  .hero-section h1 {
    font-size: 35px;
  }
  
  
  


  /* Reusable Styles */
.section-subtitle {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #00D48A;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.feature-list .feature-item .icon {
  width: 25px;
}

/* Specific for Why Choose Section */
.why-choose {
  
}

.feature-title {
  font-size: 1.1rem;
}

.feature-text {
  font-size: 0.95rem;
  opacity: 0.7;
}

/* Image Overlap */
.main-image {
  max-width: 100%;
  z-index: 1;
}

.overlay-image {
  max-width: 75%;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}



/* Common Section Styling */
.how-it-works-section {
  color: #fff;
}

/* Left content */
.small-heading {
  color: #00C070; /* Green small heading */
  font-size: 14px;
  margin-bottom: 10px;
}

.main-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.subtext {
  font-size: 14px;
  color: #FFFFFF;
  text-align: end;
  font-weight: 400;
}

/* Cards Styling */
.card-box {
  padding: 30px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 355px;
  transition: all 0.8s ease;
}

.card-box:hover{
  background-color: #893CCA;

  h2{
    color:#ffffff;
  }
}

.card-box h2{
  color:#00D48A;
 font-size: 42px;
 font-weight: 700;
}

.dark-bg {
  background-color: #1E1A48;
}


.card-box p {
  font-size: 26px;
  color: #ffffff;
  text-align: end;
}

/* Icon placeholder positioning (future icons) */
.card-box::after {
  content: "";
  width: 100px;
  height: 100px;
  background: url('/landingassets/images/ui.webp') no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -3px;
}



.pricing-section {
  color: #fff;
}

.section-small-title {
  color: #00D48A;
  font-size: 14px;
  margin-bottom: 8px;
}



.pricing-card {
  background: #1E1A48;
  border-radius: 25px;
  padding: 35px;
  position: relative;
  transition: all 0.7s ease;
  height: 100%;
  justify-content: space-between;
  display: flex
;
  flex-direction: column;
}

.highlight-card {
  background: #893CCA;
  border-radius: 25px;
  padding: 5px;
  transition: all 0.7s ease;
}

.badge-popular {
  color: white;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin: 10px;
}

.plan-type {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.plan-price {
  font-size: 35px;
  font-weight: 700;
}

.plan-note {
  color: #9D6BFF;
  font-size: 14px;
  margin-bottom: 20px;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  text-align: left;
}

.plan-features li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
  font-size: 20px;
}

.plan-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px; 
  background-image: url('/landingassets/images/check.png');
  background-size: cover;
  background-repeat: no-repeat;
}


.select-plan-btn {
  background: #fff;
  color: #17133B;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
  display: inline-block;
  font-family: sans-serif;
}

.highlight-btn {
  background: #00D48A;
  color: #17133B;
}

/* Hover Effects */

.select-plan-btn:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.highlight-btn:hover {
  background: transparent;
  color: #00D48A;
  border: 1px solid #00D48A;
}

.pricing-card:hover {
  transform: translateY(-10px);
}

.highlight-card:hover {
  transform: translateY(-10px);
}


/* Background and Wrapper */
.contact-section {
  background: transparent;
  color: white;
}

.contact-wrapper {
  background-color: #17133B;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}

/* Left Info Card */
.contact-info-card {
  background-color: #1E1A48;
  color: #ccc;
}

.contact-title {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}

.contact-subtitle {
  color: #aaa;
  font-size: 14px;
}

/* Form Side */

.contact-info-card .list-unstyled img{
  width: 25px;
  margin-right: 15px;
}

/* Input Fields */
.contact-form .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  color: white;
  font-size: 14px;
  padding-left: 0;
}

.contact-form .form-control::placeholder {
  color: #ffffff;
}

.contact-form .form-control:focus {
  background: transparent;
  border-bottom: 1px solid #00D48A;
  box-shadow: none;
  color: #fff;
}

/* Labels */
.contact-form .form-label {
  font-size: 12px;
  color: #ccc;
  margin-bottom: 0.25rem;
}

/* Send Button */
.btn-send {
  background-color: #00D48A;
  color: #17133B;
  border: none;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.btn-send:hover {
  background-color: transparent;
  border: 1px solid #00D48A;
  color: #00D48A;
}

/* Social Icons */
.social-icons img{
  width: 30px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.social-icons img:hover {
  transform: scale(1.1);
}

/* Responsive Tuning */
@media (max-width: 768px) {
  .contact-wrapper {
    padding: 2rem 1rem;
  }
  .contact-info-card {
    margin-bottom: 2rem;
  }
}


/* Main Section */
.cta-section {
  background: transparent;
  color: white;
}

/* Wrapper Box */
.cta-wrapper {
  background-color: #1E1A48;
  background-image: url(/landingassets/images/cta_bg.webp);
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 40px rgba(0, 255, 135, 0.15);
  overflow: hidden;
}

/* Left Content */
.cta-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.cta-subtitle {
  color: #ccc;
  font-size: 14px;
  line-height: 1.6;
}

.cta-content ul li {
  font-size: 14px;
  color: #ccc;
}

.cta-content ul li i {
  color: #00D48A;
  font-size: 18px;
}

/* Button */
.cta-button {
  background-color: #00D48A;
  color: #000000;
  padding: 10px 30px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: transparent;
  border: solid 1px #00D48A;
  color: #00D48A;
}

/* Right Images */
.cta-images {
 
}

.cta-img-main {
  width: 280px;
  transform: rotate(-5deg);
  box-shadow: 0 8px 20px rgba(0,0,0,0.5);
  border-radius: 10px;
}

.cta-img-small {
  position: absolute;
  bottom: -20px;
  left: -40px;
  width: 180px;
  transform: rotate(-8deg);
  box-shadow: 0 8px 20px rgba(0,0,0,0.5);
  border-radius: 8px;
}

.cta-img-icon {
  position: absolute;
  top: -30px;
  right: -20px;
  width: 80px;
  transform: rotate(10deg);
  background: white;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

/* Responsive */
@media (max-width: 768px) {
  .cta-wrapper {
    flex-direction: column;
  }
  .cta-images {
    margin-top: 2rem;
  }
}


/* Features Section */
.features-section {
  color: #ffffff;
}

/* Features Card */
.features-card {
  background-color: #1E1A48;
  box-shadow: 0 0 30px rgba(0, 255, 135, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.features-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 40px rgba(0, 255, 135, 0.2);
}

/* Titles */
.features-title {
  font-size: 20px;
  font-weight: 600;
  color: #00D48A;
  margin-bottom: 10px;
}

/* Text */
.features-text {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 400;
}

/* Images */
.features-image {
  background-color: #17133B;
  padding: 1.2rem 0;
  border-radius: 12px;
  text-align: center;
  height: 80%;
  align-content: center;
}

.features-image img {
  max-width: 100%;
}

/* Special lock icon inside image */
.features-image .lock-icon {
  position: absolute;
  top: -34px;
  right: 8px;
  width: 70px;
}

/* Responsive */
@media (max-width: 768px) {
  .features-image {
    margin-top: 1.5rem;
  }
}

.bg-wrapper{
  /* background-image: url(/landingassets/images/bg-2.webp); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-wrapper-2{
  /* background-image: url(/landingassets/images/bg-3.webp); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-wrapper-3{
  /* background-image: url(/landingassets/images/bg-4.webp); */
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer {
  background-image: url(/landingassets/images/footer_bg.webp);
  background-size: cover;
  background-position: top;
  color: #ffffff;
  padding: 120px 10px 20px;
  position: relative;
}

.footer-container {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 200px;
  justify-content: space-between;
}

.footer-about {
  flex: 3;
  margin-bottom: 30px;
}

.footer-logo {
  width: 250px;
  margin-bottom: 20px;
}

.footer-about p {
  line-height: 1.6;
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 80px;
  flex: 2;
}

.footer-links h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links ul li a:hover {
  color: #00D48A;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;;
}

.footer-bottom p {
  font-size: 14px;
  color: #00D48A;
}

.border-line{
  margin-bottom: 20px;
  height: 1px;
  background: #e1e1e142;
  background: linear-gradient(90deg, rgb(22 22 22 / 0%) 15%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 55%, rgb(22 22 22 / 0%) 85%);
}
/* --------------------------- responsive -------------------------- */

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1180px;
  }
}


@media (max-width: 768px) {
  .hero-section {
    padding-top: 120px;
  }
  .container, .container-md, .container-sm {
    max-width: 95%;
}
.cta-content{
  padding: 1rem ;
}
}

@media (min-width: 992px) {
  .hero-section h1 {
    font-size: 42px;
  }

  .cta-content{
    padding: 3rem ;
  }
}

@media (max-width: 992px) {
  .footer-container {
    gap: 60px;
  }

  .cta-content{
    padding: 2rem ;
  }

  .card-box h2{
   font-size: 30px;
  }

  .card-box p {
    font-size: 18px;
  }

  .card-box {
    min-height: 280px;
  }

  .card-box::after {
    width: 70px;
    height: 70px;
  }
}




.form-control{
  background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    color: white;
    font-size: 14px;
    padding-left: 0;
}

.form-control::placeholder {
  color: #ffffff;
}

.form-control:focus {
  background: transparent;
  border-bottom: 1px solid #00D48A;
  box-shadow: none;
  color: #fff;
}

.form-control option {
  color: #fff;
  background-color: #1E1A48;
  border: 0;
}