/* Reset and base styles */
:root {
  --white: #ffffff;
  --navyblue: #101B2F;
  --darkblue: #1B3463;
  --skyblue: #00BAFF;
  --specialcolor: : '#00BAFF', '#13C78B';
  --buttoncolor: '#24AEA4', '#5572FE';
  --black: #000000;
  --gray: #E5E7EB;
  --common-font: Mukta;
  --font-family-Poppins: 'Poppins', serif;
  --clientscolor: '#21262E00', '#00BAFF4D';
  --gradient-bg: linear-gradient(to right, rgba(12, 5, 18, 1), rgba(80, 33, 120, 1));
  --gradient-border: linear-gradient(90deg, rgba(0, 186, 255, 1), rgba(19, 199, 139, 1));
  --duriation: 12s;
  --totalitems: 6;

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family-Poppins) !important;
  background-color: #000000;
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

.mobile-image, .pic1_start-mobile {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Hero banner side imagery */
.header-section .banner-div {
  position: relative;
  z-index: 0;
}

.header-section .banner-div::before,
.header-section .banner-div::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(140px, 18vw, 260px);
  height: clamp(260px, 60vh, 620px);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}

/* .header-section .banner-div::before {
  left: 0;
  background-image: url("../images/mobile-app/left_side.png");
}

.header-section .banner-div::after {
  right: 0;
  background-image: url("../images/mobile-app/right_side.png");
} */

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

.courses-section {
  padding: 64px 16px;
  padding-bottom: 6% !important;
}

.courses-header {
  text-align: center;
  margin-bottom: 48px;
}

.courses-title {
  font-size: 28px;
  font-family: var(--font-family-Poppins);
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 16px;
  text-align: start;
}

.courses-subtitle {
  font-size: 18px;
  font-family: var(--font-family-Poppins);
  font-weight: 200;
  line-height: 23px;
  color: #d6d6d6;
  text-align: start;
  /* max-width: 640px; */
}

.featured-course {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  padding: clamp(40px, 6vw, 72px);
  margin-bottom: 48px;
  border-radius: 32px;
  text-align: left;
  background: radial-gradient(140% 140% at 15% 20%, rgba(124, 58, 237, 0.75) 0%, rgba(66, 24, 109, 0.85) 38%, rgba(7, 6, 14, 0.95) 100%);
  box-shadow: 0 40px 80px rgba(20, 3, 53, 0.45);
  overflow: hidden;
  isolation: isolate;
  min-height: 280px;
}

.featured-course::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(90% 90% at 85% 50%, rgba(88, 38, 199, 0.35), transparent 70%);
  z-index: 1;
  pointer-events: none;
}

.featured-course-content {
  position: relative;
  z-index: 3;
  max-width: 400px;
}

.course-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(155, 149, 255, 0.85) 0%, rgba(153, 69, 255, 0.95) 100%);
  color: #ffffff;
  font-size: 12px;
  font-family: var(--font-family-Poppins);
  font-weight: 500;
  letter-spacing: 0.5px;
}

.course-title {
  margin-top: 20px;
  margin-bottom: 16px;
  color: #ffffff;
  font-family: var(--font-family-Poppins);
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 500;
  line-height: 1.2;
}

.course-description {
  margin-bottom: 20px;
  color: #d5d5d5;
  font-family: var(--font-family-Poppins);
  font-size: clamp(16px, 2.4vw, 18px);
  font-weight: 400;
  line-height: 1.6;
  max-width: 360px;
}

.course-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
  appearance: none;
  padding: 0;
}

.course-link:hover,
.course-link:focus-visible {
  transform: translateX(6px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.8);
  outline: none;
}

.course-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.course-link-icon img {
  width: 2rem;
  height: auto;
  display: block;
}

.featured-visual {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.visual-shape {
  position: absolute;
  border-radius: 999px;
  opacity: 0.85;
  filter: blur(0px);
}

.shape-primary {
  right: clamp(-120px, -8vw, -40px);
  top: 50%;
  width: clamp(320px, 46vw, 480px);
  height: clamp(320px, 46vw, 480px);
  transform: translateY(-50%) rotate(45deg);
  border-radius: 38%;
  background: linear-gradient(135deg, rgba(153, 69, 255, 0.85) 0%, rgba(73, 17, 154, 0.8) 55%, rgba(33, 12, 73, 0.95) 100%);
  box-shadow: 0 0 140px rgba(120, 41, 255, 0.55);
}

.shape-secondary {
  top: clamp(32px, 12vw, 96px);
  right: clamp(40px, 14vw, 160px);
  width: clamp(160px, 24vw, 240px);
  height: clamp(34px, 7vw, 56px);
  background: linear-gradient(90deg, rgba(37, 206, 226, 0.7) 0%, rgba(133, 71, 255, 0.9) 100%);
  box-shadow: 0 0 80px rgba(98, 36, 255, 0.45);
}

.shape-tertiary {
  bottom: clamp(48px, 16vw, 140px);
  right: clamp(150px, 22vw, 260px);
  width: clamp(120px, 20vw, 220px);
  height: clamp(28px, 6vw, 50px);
  background: linear-gradient(90deg, rgba(62, 96, 255, 0.75) 0%, rgba(17, 201, 144, 0.75) 100%);
  box-shadow: 0 0 70px rgba(33, 180, 211, 0.35);
}

.shape-small {
  top: clamp(20px, 8vw, 70px);
  right: clamp(12px, 8vw, 80px);
  width: clamp(18px, 3vw, 32px);
  height: clamp(18px, 3vw, 32px);
  background: rgba(201, 104, 255, 0.85);
  box-shadow: 0 0 30px rgba(201, 104, 255, 0.65);
}

.courses-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.course-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  height: 320px;
}

.course-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.course-chapters {
  display: inline-block;
  background-color: #9945ff;
  color: #ffffff;
  font-size: 11px;
  font-family: var(--font-family-Poppins) !important;
  font-weight: 400;
  line-height: 13px;
  padding: 6px 12px;
  border-radius: 8px;
  margin-bottom: 12px;
}

.course-name {
  font-size: 18px;
  font-family: var(--font-family-Poppins) !important;
  font-weight: 400;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 16px;
}

.course-arrow {
  position: absolute;
  bottom: 32px;
  right: 32px;
  width: 32px;
  height: 32px;

  /* border: 1px solid rgba(255, 255, 255, 0.4); */
  border-radius: 50%;

  transition: transform 0.4s ease, border-color 0.3s ease;
}

.course-arrow:hover {
  transform: translateX(0.6rem);
  border-color: #fff;
}


@media (min-width: 640px) {
  .container {
    padding: 0 24px;
  }

  .courses-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .container {
    padding: 0 32px;
  }

  .courses-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .course-title {
    font-size: 39px;
    line-height: 45px;
  }
}

@media (max-width: 320px){
  .course-name{
    font-size: 1rem;
  }
}


@media (max-width: 768px) {

  .header-section .banner-div::before,
  .header-section .banner-div::after {
    display: none;
  }
  .course-overlay 
  {
    padding: 32px 12px;
  }
  .course-arrow {
    bottom: 42px;
    right: 12px;
  }
}

/* Layout components */
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

.section {
  width: 100%;
  padding: 32px 0;
}

.flex-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.flex-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

/* Header */
.header {
  background-color: #000000;
  padding: 16px;
  position: relative;
  z-index: 100;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1278px;
  margin: 0 auto;
}

.logo {
  width: 124px;
  height: 34px;
}

.nav-menu {
  display: none;
  gap: 32px;
}

.nav-menu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-family: var(--font-family-Poppins);
  font-weight: 400;
  line-height: 22px;
  transition: color 0.3s ease;
}

.nav-menu a:hover {
  color: #8c01f9;
}

.hamburger {
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.hamburger-line {
  width: 32px;
  height: 2px;
  background-color: #ffffff;
}

/* Hero Section */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../assets/images/img_image_1690x1440.png") center/cover;
}

.hero-content {
  text-align: center;
  z-index: 2;
  padding: 32px 16px;
}

.hero-title {
  font-size: 42px;
  font-family: var(--font-family-Poppins) !important;
  font-weight: 400;
  line-height: 48px;
  color: #ffffff;
  margin-bottom: 24px;
}

.hero-subtitle {
  font-size: 16px;
  font-family: var(--font-family-Poppins) !important;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 32px;
  max-width: 600px;
}

.hero-cta-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.hero-cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 33px;
  border-radius: 36px;
  font-family: var(--font-family-Poppins);
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-cta-button--gradient {
  background: linear-gradient(90deg, rgba(19, 199, 139, 1) 0%, rgba(0, 186, 255, 1) 100%);
  border-color: #000000;
}

.hero-cta-button--solid {
  background-color: #000000;
  border-color: #ffffff;
}

.hero-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.btn {
  padding: 16px 32px;
  border-radius: 26px;
  font-size: 15px;
  font-family: var(--font-family-Poppins);
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.btn-primary {
  background: linear-gradient(152deg, #8c01f9 0%, #000000 100%);
  color: #ffffff;
  border-color: #000000;
}

.btn-secondary {
  background-color: #000000;
  color: #ffffff;
  border-color: #ffffff;
}

.btn:hover {
  transform: scale(1.05);
}

.hero-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  z-index: 1;
}

.hero-phone {
  width: 380px;
  height: 962px;
}

.hero-bg-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 78%;
  z-index: 0;
}

/* Partners Section */
.partners-section {
  padding: 32px 16px;
  text-align: center;
}

.partners-title {
  font-size: 15px;
  font-family: var(--font-family-Poppins) !important;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  color: #618adc;
  margin-bottom: 24px;
}

.partners-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.partner-logo {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.mobile-img-div-app {
  width: 100%;
  z-index: -99;
  margin-right: auto;
  margin-left: auto;
  /* position: absolute;
  margin-top: -55px; */
}

.hero-footer-text {
  /* background-color: red; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
  text-align: center;
}
@media (max-width: 320px) {
  .hero-footer-text h1{
  font-size: 1rem;
  width: 100%;
  text-align: center;
}
}
@media (min-width: 321px) and (max-width: 480px) {
    .hero-footer-text h1{
  font-size: 1rem;
  width: 100%;
  text-align: center;
}
}
@media (min-width: 481px) and (max-width: 767px) {
      .hero-footer-text h1{
  font-size: 1rem;
  width: 100%;
  text-align: center;
}
}
/* @media (min-width: 768px) and (max-width: 1200px) {} */
@media (min-width: 1201px) and (max-width: 1440px) {
      .hero-footer-text h1{
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
}
}
@media (min-width: 1441px) and (max-width: 1640px) {
      .hero-footer-text h1{
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
}
}
@media (min-width: 1641px) and (max-width: 1920px) {
        .hero-footer-text h1{
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
}
}
@media (min-width: 1921px) and (max-width: 2560px) {
        .hero-footer-text h1{
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
}
}
@media (min-width: 2561px) {
        .hero-footer-text h1{
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
}
}


.news-ticker-container-mobile-app {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  /* z-index: 4; */
}

.partner-logo:hover {
  opacity: 1;
}

/* Stats Section */
.stats-section {
  padding: 64px 16px;
  padding-bottom: 6% !important;
  background: url("./assets/images/mobile-app/mobile_bg.svg") center/cover;
  position: relative;
}

.stats-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  max-width: 1140px;
  margin: 0 auto;
  align-items: stretch;
  justify-content: space-between;
}

.stats-card-group {
  display: flex;
  flex-direction: column;
  flex: 1 1 340px;
}

.stats-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stats-card-figure {
  border-radius: 28px;
  padding: 7px 32px;
  min-height: 132px;
  display: flex;
  align-items: flex-end;
}

.stats-card-number {
  font-size: clamp(72px, 8vw, 78px);
  font-family: var(--font-family-Poppins) !important;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 1;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-primary {
  background-image: linear-gradient(45deg, #19fb9b, #8c01fa);
}

.gradient-secondary {
  background-image: linear-gradient(45deg, #0047ff, #00bcd4);
}

.gradient-tertiary {
  background-image: linear-gradient(45deg, #00ffbd, #024f8c);
}

.stats-card-label {
  font-size: 16px;
  font-family: var(--font-family-Poppins) !important;
  font-weight: 400;
  color: #c4c4c4;
  margin: 0;
  margin-left: 8%;
}

.stats-headline {
  flex: 1 1 280px;
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  align-items: flex-start;
  text-align: left;
}

.stats-headline-line {
  font-size: clamp(32px, 5vw, 44px);
  font-family: var(--font-family-Poppins) !important;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: #ffffff;
  margin: 0;
}

.stats-headline-dot {
  font-size: 1.2em;
  color: #8c01f9;
}

@media (max-width: 320px) {
  .stats-card-number {
    font-size: clamp(48px, 5vw, 58px);
    font-family: var(--font-family-Poppins) !important;
    font-weight: 500;
    letter-spacing: -0.4px;
    line-height: 1;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@media (min-width: 321px) and (max-width: 480px) {
  .stats-card-number {
    font-size: clamp(48px, 5vw, 58px);
    font-family: var(--font-family-Poppins) !important;
    font-weight: 500;
    letter-spacing: -0.4px;
    line-height: 1;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .stats-card-number {
    font-size: clamp(60px, 6vw, 68px);
    font-family: var(--font-family-Poppins) !important;
    font-weight: 500;
    letter-spacing: -0.4px;
    line-height: 1;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.industries-section{
  background-color: black;
}
@media screen and (max-width: 800px){
  /* Discussion-style */

.collabrate-section{
  padding:6% 0;
  padding-top: 25%;
}

.collaborate-heading{
  font-size: 40px;
  line-height: 50px;
width: 100%;
text-align: center;
}

.collaborate-content{
  text-align: center;
  font-size: 18px;
  line-height: 29px;
  margin-top: 30px;
}

.collaborate-content>span{
  display: inline;
}

.discussion-btn-div{
  margin: 50px 0;
  display: flex;
  justify-content: center;
}

.discussion-btn{
  font-size: 14px;
 padding:  0 0;
  width: 190px;
}


.discussion-btn::after, .discussion-btn::before{
  padding:  27px 97px; 
}
}
@media screen and (max-width: 1280px){
    /* collabratve-style */

.collaborate-heading{
  font-size: 47px;
 
  line-height: 64px;
}

.collaborate-content{
  color: #d6d6d6;
 font-size: 26px;
 letter-spacing: 1px;
 line-height: 45px;
}

.discussion-btn{
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  width: 300px;
  height: 50px;
}

.discussion-btn::after, .discussion-btn::before{
  padding: 26px 151.5px;
}
}

@media (max-width: 768px) {
  .stats-wrapper {
    gap: 32px;
  }

  .stats-card-group {
    gap: 32px;
  }

  .stats-card-figure {
    padding: 20px 24px;
    border-radius: 24px;
  }

  .stats-headline {
    text-align: center;
    align-items: center;
  }

  .stats-headline-line {
    font-size: clamp(28px, 8vw, 36px);
  }

  .stats-headline-dot {
    font-size: 1em;
  }

  .hero-footer-text {
    width: 90%;
    margin-bottom: 10%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-cta-buttons {
    margin-bottom: 10%;
  }
}

.banner-section {
  /* background-image: url('/assets/images/mobile-app/frame33.png'); */
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #000; /* optional fallback behind transparent areas */
}


.service-btn {
  width: 250px;
  border-radius: 50px;
  height: 50px;
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 24px;
  font-weight: lighter;
  background: 
    linear-gradient(black, black) padding-box,
    conic-gradient(from var(--angle), #00BAFF, #13C78B) border-box;
  color: var(--white);
  margin: 3% 0;
  position: relative;
  letter-spacing: 1px;
  font-weight: lighter;
  cursor: pointer;
  animation: 3s spin linear infinite;
}

.service-btn::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: conic-gradient(from var(--angle), #00BAFF, #13C78B);
  border-radius: 52px;
  z-index: -1;
  filter: blur(20px);
  opacity: 0.7;
  animation: 3s spin linear infinite;
}

@keyframes spin {
  from {
    --angle: 0deg;
  }
  to {
    --angle: 360deg;
  }
}

@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

/* Resources Section */
.resources-section {
  padding: 64px 16px;
  padding-bottom: 6% !important;
  background-image: url("./assets/images/mobile-app/mobile_bg.svg");
}

.resources-header {
  text-align: left;
  margin-bottom: 48px;
}

.resources-title {
  font-size: 28px;
  font-family: var(--font-family-Poppins) !important;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 16px;
}

.resources-subtitle {
  font-size: 20px;
  font-family: var(--font-family-Poppins) !important;
  font-weight: 400;
  line-height: 23px;
  color: #c4c4c4;
}

.resources-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.resource-card {
  background-color: #19161c;
  border-radius: 12px;
  padding: 32px 30px;
  transition: transform 0.3s ease;
}

.resource-card:hover {
  transform: translateY(-4px);
}

.resource-category {
  font-size: 12px;
  font-family: var(--font-family-Poppins) !important;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(45deg, rgba(19,199,139,1), rgba(0,186,255,1));
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 16px;
}


.resource-title {
  font-size: 19px;
  font-family: var(--font-family-Poppins) !important;
  font-weight: 300;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 12px;
}

.resource-description {
  font-size: 14px;
  font-family: var(--font-family-Poppins) !important;
  font-weight: 300;
  line-height: 26px;
  height: 50%;
  color: #d6d6d6;
  margin-bottom: 24px;
}

.resource-link {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
  font-family: var(--font-family-Poppins) !important;
  font-weight: 400;
  line-height: 13px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.resource-link:hover {
  color: #12c694;
}

.resource-icon {
  width: 10px;
  height: 10px;
  margin-left: 0;
  margin-right: auto;
}

/* Instant Actions Section */
/* Instant Actions Section */
.instant-actions {
  padding: 12px 6%;
  /* margin-top: 64px; */
  padding-bottom: 6% !important;
  overflow: hidden;
}

.slider-controls {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 1rem;
  margin-bottom: 2rem;
}

.slider-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.slider-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

.slider-btn svg {
  width: 20px;
  height: 20px;
  stroke: #ffffff;
}

.carousel-new-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.carousel-track {
  display: flex;
  width: 100%;
  /* transition: transform 0.5s ease-in-out; */
  /* Width will be set by JavaScript */
}

.instant-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-color: #000000;
  border: 2px solid #191919;
  border-radius: 16px;
  padding: 32px 16px;
  min-width: 100%;
  max-width: 100%;
  flex-shrink: 0;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
  min-height: 500px;
  height: auto;
}

.instant-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.instant-title {
  font-size: 32px;
  font-family: var(--font-family-Poppins);
  font-weight: 500;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 24px;
}

.instant-subtitle {
  font-size: 16px;
  font-family: var(--font-family-Poppins);
  font-weight: 400;
  line-height: 26px;
  color: #ffffffcc;
  margin-bottom: 32px;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.feature-icon {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  flex-shrink: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.feature-text {
  font-size: 16px;
  font-family: var(--font-family-Poppins);
  font-weight: 400;
  line-height: 26px;
  color: #ffffffcc;
}

.instant-image {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: auto;
  /* Dynamic but controlled height */
  height: 300px; /* Fixed height for images */
  min-height: 250px; /* Minimum height */
  max-height: 400px; /* Maximum height */
  width: 100%; /* Full width of container */
}

.instant-image img {
 width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: contain; /* Changed from cover to contain to show full image */
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

/* Responsive Styles */
@media (max-width: 320px) {
  .carousel-new-container {
    padding: 0; /* Reduced padding on mobile */
    max-width: 100vw;
  }
  .instant-content {
    padding: 24px 12px;
    margin: auto;
    width: 100%;
    min-height: 450px; /* Consistent minimum height */
    height: auto;
  }
  .slider-controls{
    padding: 1rem;
  }
  
  .instant-title {
    font-size: 24px;
    line-height: 32px;
  }
  
  .instant-subtitle {
    font-size: 14px;
    line-height: 24px;
  }
    .instant-image {
    height: 200px; /* Fixed height for small screens */
    min-height: 180px;
  }
  .resource-link {
    padding-top: 20px;
  }
  .feature-text {
    line-height: 1rem;
  }
  .current-slide{
  transform: translateX(-4px);
}
}

@media (min-width: 321px) and (max-width: 480px) {
  .carousel-new-container {
        padding: 0;
      }
  .instant-content {
    padding: 24px 12px;
    min-height: 480px; /* Consistent minimum height */
    height: auto;
    margin: 0;
  }
  
  .instant-title {
    font-size: 26px;
    line-height: 34px;
  }
  
  .instant-subtitle {
    font-size: 14px;
    line-height: 24px;
  }
  .slider-controls{
    padding: 1rem;
  }
  .instant-image {
    height: 220px; /* Fixed height */
    min-height: 200px;
  }
    .resource-link {
    padding-top: 20px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .carousel-new-container {
        padding: 0;
      }
  .instant-content {
    width: 100%;
    margin: 0;
    padding: 28px 14px;
    min-height: 520px; /* Consistent minimum height */
    height: auto;
    flex-direction: column;
  }
  
  .instant-title {
    font-size: 28px;
    line-height: 36px;
  }
  .slider-controls{
    padding: 0rem 1rem;
    margin-bottom: 0;
  }
   .instant-image {
    height: 250px; /* Fixed height */
    min-height: 220px;
  }
    .resource-link {
    padding-top: 20px;
  }
}
/* Tablet and Desktop - Switch to row layout */
@media (min-width: 768px) {
  .instant-content {
    flex-direction: row;
    padding: 32px 24px;
    min-height: 400px; /* Shorter height for desktop since it's side-by-side */
    height: auto;
    align-items: center;
  }
  
  .instant-text {
    flex: 1;
    padding-right: 32px;
  }
  
  .instant-image {
    flex: 1;
    height: 320px; /* Fixed height for desktop */
    min-height: 280px;
    max-height: 360px;
    margin: 0;
  }
  
  .instant-image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .carousel-new-container {
        padding: 0 16px;
      }
      .instant-content {
    min-height: 380px;
  }
  
  .instant-title {
    font-size: 32px;
    line-height: 40px;
  }
  .instant-image {
    height: 300px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .carousel-new-container {
    padding: 0 16px;
  }
  .instant-text {
    /* padding: 0 6%; */
    width: 100vw;
    flex: 6.6;
  }
  .instant-image {
    height: 340px;
    flex: 3.4;
  }
}

@media (min-width: 1441px) and (max-width: 1640px) {
  .carousel-new-container {
    padding: 0 16px;
  }
  .instant-text {
    /* padding: 0 6%; */
    width: 100%;
    flex: 6;
  }
  .instant-image {
    height: 360px;
    flex: 4;
  }
  
  .instant-title {
    font-size: 36px;
    line-height: 44px;
  }
  .instant-image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (min-width: 1641px) and (max-width: 1920px) {
  .carousel-new-container {
    padding: 0 16px;
  }
  .instant-text {
    /* padding: 0 6%; */
    width: 100%;
    flex: 4;
  }
  .instant-title {
    font-size: 40px;
    line-height: 48px;
  }
  .instant-content {
    min-height: 480px;
  }
  .instant-image {
    height: 380px;
    flex: 2;
  }
  .instant-image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (min-width: 1921px) and (max-width: 2560px) {
  .carousel-new-container {
    padding: 0 16px;
  }
  .instant-content {
    width: 90vw;
    margin: auto;
    min-height: 500px;
    padding: 40px 32px;
    flex-direction: row;
  }
  
  .instant-title {
    font-size: 42px;
    line-height: 50px;
  }
  
  .instant-image {
    height: 400px;
    flex: 2;
  }
  .instant-text {
    /* padding: 0 6%; */
    width: 100%;
    flex: 4;
  }
  .instant-actions {
   width: 90%;
  margin: auto;
  }
    .instant-image img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (min-width: 2561px) {
  .carousel-new-container {
    padding: 0 16px;
  }
  .instant-content {
    width: 90vw;
    margin: auto;
    min-height: 550px;
    padding: 40px 32px;
    flex-direction: row;
  }
  
  .instant-title {
    font-size: 44px;
    line-height: 52px;
    flex: 6;
  }
  .instant-image {
    height: 450px;
    flex: 0.3;
  }
  .instant-actions {
   width: 90%;
  margin: auto;
  }
    .instant-image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* Extra: Fix for touch devices */
@media (hover: none) and (pointer: coarse) {
  .slider-btn {
    width: 56px;
    height: 56px;
  }
  
  .carousel-new-container {
    padding: 0 12px;
  }
}
.instant-text,
.feature-list,
.feature-item {
  overflow: hidden;
}

.feature-text {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Process Intro Section */
.section1_start .main-head1_start {
  font-size: clamp(36px, 5vw, 48px);
  font-family: var(--font-family-Poppins);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #ffffff;
}

.section1_start .main-head1_start-highlight {
  display: inline-block;
  color: #13c78b;
  background-image: linear-gradient(90deg, #13c78b 0%, #00baff 100%);
  background-repeat: no-repeat;
  background-size: 100%;
}

.section1_start .subtitle1_start {
  font-size: 16px;
  font-family: var(--font-family-Poppins);
  line-height: 1.6;
  font-weight: 200;
  color: #d6d6d6 ;
  margin: 0;
}

.feature-icon {
  margin-left: 0% !important;
  margin-right: 0% !important;
}

@supports (-webkit-background-clip: text) {
  .section1_start .main-head1_start-highlight {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@supports (background-clip: text) {
  .section1_start .main-head1_start-highlight {
    background-clip: text;
    color: transparent;
  }
}

/* Timeline Section */
.timeline-section {
  padding: 96px 0;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.timeline-intro {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 96px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.timeline-heading {
  font-size: clamp(36px, 5vw, 48px);
  font-family: var(--font-family-Poppins);
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -0.4px;
}

.timeline-heading-accent {
  color: #8c01fa;
}

.timeline-subheading {
  max-width: 640px;
  font-size: 18px;
  font-family: Poppins, sans-serif;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
}

.timeline-component {
  width: 100%;
  overflow: hidden;
  padding: 0 96px;
}

.timeline-component > .container {
  display: flex;
  gap: 36px;
  position: relative;
  align-items: stretch;
  justify-content: space-between;
  min-height: 340px;
  padding: 0;
  max-width: none;
  transition: none; /* Remove the transform transition */
}

.timeline-item {
  cursor: pointer;
  padding: 30px 18px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 8%;
  min-height: 400px;
  min-width: 120px;
  max-width: none;
  flex-shrink: 0;
  transition: min-width 0.8s cubic-bezier(0.4, 0, 0.2, 1),
              max-width 0.8s cubic-bezier(0.4, 0, 0.2, 1),
              background 0.8s cubic-bezier(0.4, 0, 0.2, 1),
              padding 0.8s cubic-bezier(0.4, 0, 0.2, 1);
              
}

.timeline-item:not(.active) {
  min-width: 120px;
  /* max-width: 120px; */
  /* background: transparent; */
}

.timeline-item.active {
  background: #f5f3ed;
  min-width: 400px;
  /* max-width: 310px; */
  padding: 30px;
}

.timeline-number {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  transition: none;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
}

.timeline-item:not(.active) .timeline-number {
  color: #555555;
  /* bottom: 30px;
  left: auto; */
}

.timeline-item.active .timeline-number {
  color: #c8c8c8;
  /* bottom: 30px;
  left: 30px; */
}

.timeline-title {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-size: 26px;
  letter-spacing: 0;
  white-space: nowrap;
  font-weight: 400;
  transition: none;
  position: absolute !important;
  left: 10px;
  bottom: 4rem;
}

.timeline-item:not(.active) .timeline-title {
  color: #ffffff;
  /* position: static; */
}

.timeline-item.active .timeline-title {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
}

.timeline-content {
  font-size: 15.5px;
  line-height: 1.75;
  color: #000000;
  font-weight: 500;
  position: absolute;
  left: 85px;
  right: 3rem;
  top: 10%;
  /* transform: translateY(-50%); */
  text-align: left;
  width: 300px;
  transition: none;
}

.timeline-item:not(.active) .timeline-content {
  opacity: 0;
  pointer-events: none;
}

.timeline-item.active .timeline-content {
  opacity: 1;
  pointer-events: auto;
}

.timeline-item:not(.active):hover .timeline-title {
  color: #cccccc;
}

.timeline-item:not(.active):hover .timeline-number {
  color: #888888;
}

@media (max-width: 768px) {
  .instant-subtitle {
  font-size: 16px;
  font-family: var(--font-family-Poppins);
  font-weight: 400;
  line-height: 26px;
  color: #ffffffcc;
  margin-bottom: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 👈 limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
  .timeline-section {
    padding: 64px 0;
  }

  .timeline-intro {
    text-align: center;
    align-items: center;
  }

  .timeline-subheading {
    max-width: 520px;
  }

  .timeline-component>.container {
    gap: 24px;
  }

  .timeline-item,
  .timeline-item.active,
  .timeline-item:not(.active) {
    padding: 20px 20px 24px;
    border-radius: 16px;
  }

  .timeline-number {
    font-size: 15px;
  }

  .timeline-title {
    position: relative;
    font-size: 20px;
  }

  .timeline-content {
    font-size: 13.5px;
  }
}
/* @media (min-width: 1441px) and (max-width: 1640px) {
    .timeline-item{
    min-width: 200px;
  }
} */
 /* @media (min-width: 768px) and (max-width: 1200px) { */
@media (max-width: 1200px){
  .timeline-section {
    gap: 48px;
    padding: 80px 0;
  }

  .timeline-intro {
    padding: 0 16px;
  }

  .timeline-component {
    padding: 0 16px;
    overflow: hidden;
  }

  .timeline-component>.container {
    flex-direction: column;
    gap: 28px;
    min-height: auto;
    transform: none !important;
  }

  .timeline-item,
  .timeline-item.active,
  .timeline-item:not(.active) {
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: 24px 24px 28px;
    align-items: flex-start;
    justify-content: flex-start;
    background: rgba(23, 23, 25, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
    transition: all 0.3s ease;
  }

  .timeline-number {
    position: static;
    font-size: 16px;
    font-weight: 500;
    color: #8c01fa;
    /* margin-bottom: 10px; */
    writing-mode: horizontal-tb;
    text-orientation: initial;
    transform: none;
    position: absolute;
    text-align: right;
    /* width: 100%; */
    top: 2%;
    right: 2%;
  }

  .timeline-item.active .timeline-number {
    color: #8c01fa;
    writing-mode: horizontal-tb;
    text-orientation: initial;
    transform: none;
    /* position: static; */
    position: absolute;
    right: 2%;
    top: 2%;
  }

  .timeline-title {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    transform: none;
    position: absolute;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    white-space: normal;
    position: absolute;
    top: 2%;
    left: 2%;
  }

  .timeline-item.active .timeline-title {
    color: #ffffff;
    position: static;
    font-size: 22px;
    transform: none;      
    position: absolute;
    top: 2%;
    left: 2%;
  }

  .timeline-content {
    position: static;
    transform: none;
    width: 100%;
    opacity: 1;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    pointer-events: auto;
    padding-top: 2rem;
  }

  .timeline-item:not(.active) .timeline-content {
    opacity: 1;
  }

  .timeline-item.active .timeline-content {
    opacity: 1;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .timeline-component{
    padding: 0 2.5rem;
    /* width: 80vw; */
    margin: auto;
  }
  .timeline-component > .container {
    gap: 2.5rem;
  }
}
 @media (min-width: 1441px) and (max-width: 1640px) {
  .timeline-component{
    padding: 0 15rem;
  }
 }
@media (min-width: 1641px) and (max-width: 1920px) {
  .timeline-component{
    padding: 0 15rem;
  }
  .timeline-title{
    font-size: 1.5rem !important;
  }
  .timeline-item:not(.active) .timeline-title {
    font-size: 1.5rem;
  }
  .timeline-item:not(.active) {
    min-width: 180px;
  }
  .timeline-item{
    min-width: 200px;
  }
  .timeline-content{
    font-size: 1rem;
    width: 280px;
  }
}
@media (min-width: 1921px) and (max-width: 2560px) {
    .timeline-component{
    padding: 0 20rem;
  }
  .timeline-title{
    font-size: 1.5rem !important;
  }
  .timeline-item:not(.active) .timeline-title {
    font-size: 1.5rem;
  }
  .timeline-item:not(.active) {
    min-width: 280px;
  }
  .timeline-item{
    min-width: 300px;
  }
}
@media (min-width: 2561px){
    .timeline-component{
    padding: 0 20rem;
  }
    .timeline-title{
    font-size: 1.5rem !important;
  }
  .timeline-item:not(.active) .timeline-title {
    font-size: 1.5rem;
  }
  .timeline-item:not(.active) {
    min-width: 180px;
  }
  .timeline-item{
    min-width: 200px;
  }
  .timeline-component > .container {
    gap: 8rem;
  }
}

/* @media (max-width: 1024px) {
  .timeline-section {
    gap: 48px;
    padding: 80px 16px;
  }

  .timeline-component {
    padding-left: 0;
  }

  .timeline-component>.container {
    flex-direction: column;
    gap: 28px;
    min-height: auto;
  }

  .timeline-item,
  .timeline-item.active,
  .timeline-item:not(.active) {
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: 24px 24px 28px;
    align-items: flex-start;
    justify-content: flex-start;
    background: rgba(23, 23, 25, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
  }

  .timeline-number {
    position: static;
    font-size: 16px;
    font-weight: 500;
    color: #8c01fa;
    margin-bottom: 10px;
    writing-mode: horizontal-tb;
    text-orientation: initial;
    transform: none;
  }

  .timeline-item.active .timeline-number {
      color: #8c01fa;
    writing-mode: horizontal-tb;
    text-orientation: initial;
    transform: none;
  }

  .timeline-title {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    transform: none;
    position: static;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
    white-space: normal;
  }

  .timeline-item.active .timeline-title {
    color: #ffffff;
    position: static;
    font-size: 22px;
    transform: none;
  }

 .timeline-content {
    position: static;
    transform: none;
    max-width: none;
    opacity: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }

  .timeline-item.active .timeline-content {
    max-width: none;
    opacity: 1;
  }

  .hero-footer-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
  }
} */

@media (min-width: 2560px) {
  .hero-footer-text {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* @media (max-width: 768px) {
  .timeline-section {
    padding: 64px 0 64px 0;
  }

  .timeline-intro {
    padding: 0 16px;
    text-align: center;
    align-items: center;
  }

  .timeline-subheading {
    max-width: 520px;
  }

  .timeline-component {
    padding: 0 16px;
  }

  .timeline-component>.container {
    gap: 32px;
  }

  .timeline-item,
  .timeline-item.active,
  .timeline-item:not(.active) {
    padding: 20px 20px 24px;
    border-radius: 16px;
  }

  .timeline-number {
    font-size: 15px;
  }

  .timeline-title {
    font-size: 20px;
  }

  .timeline-content {
    font-size: 13.5px;
  }
} */

/* Features Section */
.features-section {
  padding-bottom: 6% !important;
  padding: 64px 16px;
  background: url("../assets/images/img_image_13.png") center/cover;
}

/* Side-by-side layout like the reference: left copy + right cards */
.features-section .container {
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  align-items: start;
  gap: 32px;
}

@media (max-width: 1024px) {
  .features-section .container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.features-header {
  margin-bottom: 48px;
}

.features-title {
  font-size: 44px;
  font-family: var(--font-family-Poppins) !important;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 16px;
}

.features-subtitle {
  position: relative;
  padding-left: 12px;
  font-size: 12px;
  font-family: var(--font-family-Poppins);
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  color: #c4c4c4;
  letter-spacing: 0.06em;
}

.features-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #19fb9b;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.feature-card {
  /* background: rgba(10, 10, 10, 0.65); */
  /* border: 1px solid rgba(255, 255, 255, 0.08); */
  /* border-radius: 18px; */
  padding: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* backdrop-filter: blur(6px); */
  /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35); */
}

.feature-card:hover {
  transform: translateY(-4px);
}

.feature-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.feature-line {
  width: 2px;
  height: 32px;
  border-radius: 2px;
}

.feature-line.fast {
  background-color: #1fcff1;
}

.feature-line.scalable {
  background-color: #9945ff;
}

.feature-line.decentralized {
  background-color: #ffd512;
}

.feature-line.efficient {
  background-color: #19fb9b;
}

.feature-name {
  font-size: 20px;
  font-family: var(--font-family-Poppins) !important;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}

.feature-desc {
  font-size: 14px;
  font-family: var(--font-family-Poppins) !important;
  font-weight: 300;
  line-height: 22px;
  color: #d6d6d6;
  margin-bottom: 24px;
}

.feature-stat {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.feature-dot {
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 2px;
}

.feature-number {
  font-size: 28px;
  font-family: var(--font-family-Poppins) !important;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
}

.feature-label {
  font-size: 11px;
  font-family: var(--font-family-Poppins);
  font-weight: 500;
  line-height: 13px;
  text-transform: uppercase;
  color: #c4c4c4;
  margin-top: 8px;
}

/* Typography */
.gradient-text {
  background: linear-gradient(90deg, #13c78b 0%, #00b9ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Interactive states */
.btn:active {
  transform: scale(0.95);
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Responsive media queries */
@media (min-width: 640px) {
  .container {
    padding: 0 24px;
  }

  .flex-row {
    flex-direction: row;
    gap: 24px;
  }

  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .hero-title {
    font-size: 56px;
    line-height: 60px;
  }

  .hero-buttons {
    flex-direction: row;
  }

  .partners-grid {
    gap: 32px;
  }

  .stats-grid {
    flex-direction: row;
    justify-content: space-around;
  }

  .stat-number {
    font-size: 80px;
    line-height: 90px;
  }

  .resources-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .instant-content {
    flex-direction: row;
    padding: 10px 32px;
  }

  .instant-title {
    font-size: 36px;
    line-height: 44px;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    --feature-card-offset: clamp(12px, 2.2vw, 18px);
  }

  .feature-card--shift-down,
  .feature-card--shift-up {
    position: relative;
  }

  .feature-card--shift-down {
    top: var(--feature-card-offset);
  }

  .feature-card--shift-up {
    top: calc(var(--feature-card-offset) * -1);
  }
}

@media (min-width: 768px) {
  .nav-menu {
    display: flex;
  }

  .slider-section-mobile-app {
    padding: 20% 0 15% 0;
  }

  .hamburger {
    display: none;
  }

  .hero-title {
    font-size: 70px;
    line-height: 75px;
  }

  .hero-subtitle {
    font-size: 21px;
    line-height: 27px;
  }

  .stat-number {
    font-size: 101px;
    line-height: 117px;
  }

  .resources-title {
    font-size: 37px;
    line-height: 43px;
  }

  .instant-title {
    font-size: 43px;
    line-height: 52px;
  }
  .instant-title2 {
    font-size: 28px;
    line-height: 52px;
    font-weight: 400;
  }  

  .featured-course {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .featured-course-content {
    max-width: 420px;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 32px;
  }

  .grid-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }

  .resources-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-content {
    text-align: left;
    max-width: 50%;
    margin-left: 0;
  }

  .hero-image {
    display: block;
  }

  .stats-content {
    flex-direction: row;
    align-items: center;
  }

  .stats-header {
    flex: 1;
  }

  .stats-grid {
    flex: 1;
    flex-direction: column;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1440px;
  }

  .slider-section-mobile-app {
    padding-top: 10%;
  }

  .header-content {
    max-width: 1278px;
  }

  .stats-content {
    max-width: 1140px;
  }
}

@media (min-width: 1536px) {
  .grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* collabratve-style */

.collabrate-section {
  padding: 6%;
}

.collaborate-heading {
  font-weight: 400;
  font-size: 52px;
  line-height: 69px;
  letter-spacing: 1px;
}

.collaborate-content {
  font-size: 36px;
  line-height: 69px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 10px 0;
}

.collaborate-content>span {
  display: block;
}


.discussion-btn {
  width: 300px;
  height: 55px;
  border: 1px solid transparent;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  background-color: black;
  color: var(--white);
  margin: 3% 0;
  margin-left: 7px;
  letter-spacing: 1px;
  position: relative;
}

.discussion-btn::after,
.discussion-btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: conic-gradient(from var(--angle), #00BAFF, #13C78B);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  padding: 28px 150.5px;
  padding-bottom: 30px;
  padding-left: 154px;
  animation: 3s spin linear infinite;
}

.discussion-btn::before {
  filter: blur(1.5rem);
  opacity: 0.5;
}