body {
  background-color: #fbfeff !important;
  font-family: "Archivo", sans-serif;
  overflow: auto !important;
}
/* header */
/* Desktop Logo */
.header-logo {
  max-height: 60px;
}

.custom-navbar {
  background-color: #eaf7ff;
  border-radius: 30px;
  padding: 10px 30px;
}
.custom-navbar2 {
  background: #ebf8fe !important;

  border-radius: 30px;
  padding: 10px 30px;
}
.navbar-brand img {
  height: 80px;
  width: auto;
}
.nav-link {
  color: #000 !important;
  font-weight: 500;
  margin-right: 20px;
}

.btn1-contact {
  background-color: #28a9e0 !important;
  border-radius: 30px;
  padding: 8px 18px;
  font-weight: 500;
  border: none;
  color: #fff !important;
}
.btn1-contact:hover {
  border: 1px solid #28a9e0 !important;
  background-color: #fff !important;
  color: #28a9e0 !important;
}
/* footer */
/* CTA Box */
.cta-box {
  background: linear-gradient(0deg, #2bafe6 0%, #54d4ff 100%);
  color: #fff;
  border-radius: 12px;
  padding: 48px 28px;
  text-align: center;
  margin: 72px auto -60px; /* footer ke andar overlap karega */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 2; /* footer ke upar dikhne ke liye */
}
.cta-box h2 {
  font-weight: 700;
  margin-bottom: 12px;
}
.cta-box p {
  max-width: 680px;
  margin: 0 auto 22px;
}
.cta-btn {
  padding: 10px 24px !important;
  font-weight: 600 !important;
  background-color: #fff !important;
  border-radius: 60px !important;
}
.cta-btn-outline {
  background: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  border-radius: 60px !important;
}
.cta-btn-outline:hover {
  background: #fff !important;
  color: #27a8e0 !important;
}

/* Footer */
footer {
  padding: 100px 0 44px; /* upar padding zyada di gayi taaki CTA overlap space mile */
  background-color: #f0faff;
  position: relative;
  z-index: 1;
}
.footer-logo img {
  height: 72px !important;
}
.footer-title {
  font-weight: 700;
  margin-bottom: 14px;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 9px;
}
.footer-links a {
  text-decoration: none;
  color: #111;
}
.footer-links a:hover {
  color: #008ecc;
}

/* LAST big background text */
.watermark {
  position: relative;
  overflow: hidden;
  padding: 10px 0 5px;
}
.watermark-text {
  font-weight: 700;
  letter-spacing: 1px;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  /* responsive huge size */
  font-size: clamp(36px, 10vw, 140px);
  line-height: 0.9;
  /* very light blue like design */
  color: rgba(0, 149, 255, 0.12);
}
/* hero */
.hero-section {
  position: relative;
  text-align: center;
  padding: 120px 30px;
  overflow: hidden;
}

/* Left side image */
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  background: url("../img/landimg.png") no-repeat center/cover; /* yahan apni image ka path dalo */
  z-index: -1;
  opacity: 0.8; /* optional transparency */
}

/* Right side image */
.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40%;
  background: url("../img/landimg.png") no-repeat center/cover; /* yahan apni image ka path dalo */
  z-index: -1;
  opacity: 0.8; /* optional transparency */
  transform: rotate(180deg);
}

.tagline {
  font-size: 14px;
  color: #00a8ff;
  margin-bottom: 15px;
}

.hero-title {
  font-size: 45px;
  font-weight: bold;
  background: linear-gradient(90deg, #27aae1 0%, #2b3a91 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
}

.hero-title .highlight {
  color: #1b4fd6;
}

.hero-subtext {
  color: #6c757d;
  font-size: 18px;
  margin: 15px 0 40px;
}

.btn-primary-custom {
  background: linear-gradient(90deg, #27aae1 0%, #2b3c92 100%);

  color: #fff !important;
  border: none;
  padding: 7px 25px !important;
  border-radius: 60px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.btn-primary-custom:hover {
  border: 1px solid #2b3c92 !important;
  background: transparent;

  color: #000 !important;
}

.btn-outline-custom {
  border: 1px solid #27a8e0 !important;
  color: #000 !important;
  padding: 7px 25px !important;
  border-radius: 60px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  background: transparent !important;
  margin-left: 15px !important;
}

.btn-outline-custom:hover {
  background: #27a8e0 !important;
  color: #fff !important;
}
/* 2nd */
.section-title {
  text-align: center;
  margin-bottom: 30px;
}

.scroll-container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 20px 10px;
  gap: 20px;
  scroll-behavior: smooth;
}

/* Scrollbar hide */
.scroll-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.card {
  flex: 0 0 25%; /* Desktop: 4 cards */
  max-width: 25%;
  border-radius: 15px;
  scroll-snap-align: start;
  background: #f0faff !important;
  text-align: center;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  border: 1px solid #27aae1 !important;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.card img {
  width: 150px; /* ✅ Fixed width */
  height: 134px; /* ✅ Fixed height */
  display: block;
  margin: 30px auto 15px auto; /* ✅ Top se 30px, center align */
  opacity: 1;
}

.btn2-outline-custom {
  border: 1px solid #27aae1 !important;
  color: #27aae1 !important;
  padding: 12px 25px;
  border-radius: 25px;
  font-size: 16px;
  background: #f0faff;
  margin-left: 15px;
}

/* ✅ Responsive breakpoints */
@media (max-width: 992px) {
  /* Tablet */
  .card {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  /* Mobile */
  .card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.btn3-outline-custom {
  border: 1px solid #27aae1 !important;
  color: #000;
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 16px;
  background: transparent;
  transition: all 0.3s ease;
}
.btn3-outline-custom:hover {
  background: #27aae1;
  color: #fff !important;
}
/* 3rd */

.custom-card {
  position: relative;
  border-radius: 12px;
  background: #1eb2ff;
  padding: 10px;
  color: #fff;
  text-align: center;
  height: auto;
  min-height: 300px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  overflow: visible; /* ✅ hidden hataya */
}

.img_show {
  display: none;
  position: absolute;
  top: -15px;
  left: 20%;

  width: calc(100% + 20px); /* ✅ card se badi image */
  height: calc(100% + 30px);
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #201a17;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  z-index: 10; /* ✅ card ke upar aane ke liye */
  padding: 24px;
}
.img_show img {
  height: -webkit-fill-available;
}

.custom-card:hover .img_show {
  display: flex;
}

.custom-card .card-content img {
  width: 100%;
  height: auto; /* ✅ responsive height */
  max-height: 200px; /* bada screen par limit */
  object-fit: contain;
  transition: all 0.3s ease-in-out;
  background-color: #201a17;
  padding-top: 10px;
}

.custom-card .card-body {
  position: relative; /* ✅ absolute hataya for responsiveness */
  width: 100%;
  padding: 15px;
}

.custom-card h5 {
  background: #fff;
  color: #1eb2ff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 10px;
}

/* 📱 Mobile Responsive */
@media (max-width: 768px) {
  .custom-card {
    min-height: 250px;
    padding: 10px;
  }

  .custom-card .card-body {
    padding: 10px;
  }

  .custom-card h5 {
    font-size: 0.9rem;
    padding: 4px 12px;
  }

  .img_show {
    font-size: 0.9rem;
    padding: 8px;
  }
}
.card-content {
  position: relative;
  z-index: 1;
  transition: filter 0.3s ease-in-out;
}

/* hover par blur lagana */
.custom-card:hover .card-content {
  filter: blur(6px);
}

@media (max-width: 480px) {
  .custom-card {
    min-height: 200px;
  }

  .custom-card h5 {
    font-size: 0.8rem;
    padding: 3px 10px;
  }

  .img_show {
    font-size: 0.8rem;
    padding: 6px;
  }
}

/* Fullscreen image overlay */
.image-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 9999;
}
.image-popup img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  object-fit: contain;
}
.image-popup.active {
  visibility: visible;
  opacity: 1;
}
.image-popup span {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.btn4-outline-custom {
  border: 1px solid #f0faff !important;
  color: #1eb2ff;
  padding: 12px 25px;
  border-radius: 25px;
  font-size: 10px;
  background-color: #f0faff;
  transition: all 0.3s ease;
}
.section-title1 {
  text-align: center;
  margin-bottom: 50px;
}
.section-title1 span {
  display: inline-block;
  background: #fff;
  color: #29abe2;
  padding: 6px 18px;
  border-radius: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.section-title1 h2 {
  font-weight: 700;
  color: #fff;
}
.section-title1 p {
  color: #f2f2f2;
  max-width: 650px;
  margin: 10px auto 0;
}
/* 4th */
.hero-section1 {
  height: 60vh !important;
  background: url("../img/Layer1.png") #def5ff !important; /* अपनी image का path यहां लगाना */
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  text-align: center !important;
  padding: 10px !important;
}

.hero-section1 h2 {
  font-weight: bold;
  font-size: 40px;
  background: linear-gradient(90deg, #27aae1 0%, #2b3c92 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.hero-section1 p {
  color: #333;
  max-width: 700px;
  margin: 20px auto;
  font-size: 18px;
}
.btn-gradient1 {
  background: linear-gradient(90deg, #27aae1 0%, #2b3c92 100%) !important;
  color: white !important;
  border: none;
  padding: 10px 20px !important;
  font-size: 16px;
  border-radius: 45px !important;
}
.btn-gradient1:hover {
  background: linear-gradient(90deg, #2b3c92 100%, #27aae1 0%);
}
/* 5th */
.section-title3 {
  text-align: center !important;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
.btn-about {
  display: inline-block;
  background: #e6f5fc;
  color: #27aae1;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 500;
  border: 1px solid #00aaff;
}
.box {
  background-color: #e6f5fc;
  border-radius: 4px;
  padding: 20px;
  height: 100%;
}
.box h4 {
  color: #26a9e0;
  font-weight: bold;
  margin-top: 10px;
}
.hh {
  padding-top: 133px;
}
.box p {
  color: #333;
}
.icon {
  font-size: 24px;
  color: #26a9e0;
}
.main-image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
/* 6th */
.tech-stack {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  background: #fff;
  padding: 30px 0;
}

.tech-track {
  display: inline-flex;
  animation: scroll 20s linear infinite;
  align-items: center;
}

.tech-item {
  flex: 0 0 auto;
  width: 150px; /* ek item ka width */
  margin: 0 20px;
  text-align: center;
}

.tech-item img {
  max-width: 100px;
  height: auto;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ceo */
.ceo-box {
  box-sizing: border-box;
  width: 1100px;
  height: auto; /* height fix na rakho */
  background: #edf9ff;
  border: 1px dashed #27aae1;
  box-shadow: 0px 4px 4px #e9eff2;
  padding: 30px;
  margin: 50px auto;
  position: relative;
  transition: all 0.3s ease;
}

.ceo-box:hover {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
  transform: scale(1.02);
  border-color: #2196f3;
  border: 2px solid #27aae1;
}

/* CEO title */
.ceo-title {
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #27aae1;
  margin-bottom: 20px;
}

/* Message heading */
.ceo-heading {
  font-family: "Bellota Text", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  color: #292929;
  margin-bottom: 15px;
}

/* Main paragraph */
.ceo-message {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.01em;
  color: #000000;
  max-width: 100%;
  margin-bottom: 40px;
}

/* Signature name */
.ceo-sign {
  font-family: "Calligraffitti", cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  color: #000000;
}

/* Signature label */
.ceo-sign-label {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

/* ✅ Responsive Media Queries */
@media (max-width: 1200px) {
  .ceo-box {
    width: 90%;
    padding: 25px;
  }
}

@media (max-width: 992px) {
  .ceo-title {
    font-size: 28px;
    line-height: 34px;
  }
  .ceo-heading {
    font-size: 24px;
    line-height: 30px;
  }
  .ceo-message {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .ceo-box {
    width: 95%;
    padding: 20px;
  }
  .ceo-title {
    font-size: 24px;
    line-height: 30px;
  }
  .ceo-heading {
    font-size: 20px;
    line-height: 28px;
  }
  .ceo-message {
    font-size: 18px;
    line-height: 26px;
  }
  .ceo-sign {
    font-size: 20px;
    line-height: 32px;
  }
  .ceo-sign-label {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .ceo-box {
    width: 100%;
    margin: 20px auto;
    padding: 15px;
  }
  .ceo-title {
    font-size: 20px;
    line-height: 26px;
  }
  .ceo-heading {
    font-size: 18px;
    line-height: 24px;
  }
  .ceo-message {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .ceo-sign {
    font-size: 18px;
    line-height: 28px;
  }
  .ceo-sign-label {
    font-size: 12px;
  }
}

/* Team */
.team-section {
  background: #f0faff;
  padding: 60px 0;
}

/* Section Title */
.team-title {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.02em;
  color: #060606;
  text-align: center;
  margin-bottom: 50px;
}

/* Card */
.team-card {
  background: #def5ff;
  box-shadow: 0px 4px 4px #e9eff2;
  border-radius: 8px;
  padding: 25px;
  display: flex;
  align-items: flex-start;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

/* Hover Effect */
.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

/* Avatar */
.team-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f0faff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 20px;
  flex-shrink: 0;
}

.team-avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: contain;
}

/* Name */
.team-name {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #28a9e0;
  margin-bottom: 5px;
}

/* Role */
.team-role {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}

/* Description */
.team-desc {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
/* Why Work */

.feature-card {
  background: #edf9ff;
  border: 1px solid #e1e8f0;
  border-radius: 12px;
  padding: 10px;
  height: 100%;
  transition: 0.3s ease-in-out;
}

.feature-card:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.feature-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  object-fit: contain;
}

.feature-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
  color: #1e2a38;
  text-align: left;
}

.feature-text {
  font-size: 14px;
  color: #555;
  text-align: left;
}

.section-title4 {
  font-size: 28px;
  font-weight: 700;
  color: #1e2a38;
}

.section-subtitle4 {
  color: #666;
  font-size: 16px;
  margin-bottom: 40px;
}
/*----- Crypto token development-------- */
.hero1 {
  padding: 10px 0;
  background: radial-gradient(100% 100% at 50% 0%, #d9f1ff 0%, #ffffff 100%);
}

.hero1 h1 {
  font-weight: 800;
  color: #1a2e55;
}

.hero1 h1 span {
  background: linear-gradient(90deg, #27aae1 0%, #2b3a91 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.hero1 p {
  font-size: 16px;
  color: #555;
  margin: 20px 0;
}

.hero1-buttons .btn-primary {
  background: linear-gradient(90deg, #27aae1 0%, #2b3c92 100%);

  color: #fff !important;
  border: none;
  padding: 7px 25px !important;
  border-radius: 60px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.hero1-buttons .btn-primary:hover {
  border: 1px solid #27a8e0 !important;
  background: transparent;

  color: #27a8e0 !important;
}

.hero1-buttons .btn-outline-secondary {
  border: 1px solid #27a8e0 !important;
  color: #000 !important;
  padding: 7px 25px !important;
  border-radius: 60px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  background: transparent !important;
  margin-left: 5px !important;
}
.hero1-buttons .btn-outline-secondary:hover {
  background: #fff !important;
  color: #27a8e0 !important;
}
.hero-img {
  max-width: 100%;
  animation: floatImg 4s ease-in-out infinite; /* sirf hero img par effect */
}

@keyframes floatImg {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* crypto token 2nd */
.section-titlec {
  text-align: center;
  margin-bottom: 50px;
}

.pill-label {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #27aae1;
  border-radius: 25px;
  font-size: 14px;
  color: #27aae1;
  margin-bottom: 15px;
}

.section-titlec h2 {
  font-weight: 700;
  color: #000;
}

.service-cardc {
  background: #f4fbff;
  border-radius: 12px;
  padding: 25px;
  text-align: left;
  transition: all 0.3s ease-in-out;
  border: 1px solid #e0f1fb;
  height: 100%;
}

.service-cardc:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  border: 1px solid #00aaff;
}

.service-cardc i {
  font-size: 28px;
  color: #27aae1;
  margin-bottom: 15px;
  display: block;
}

.service-cardc h5 {
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.service-cardc ul {
  padding-left: 18px;
  margin-bottom: 0;
}

.service-cardc ul li {
  font-size: 15px;
  margin-bottom: 6px;
}
/* step by step */
.process-sectionc1 {
  background: #27aae1;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.pill-labelc1 {
  display: inline-block;
  padding: 6px 18px;
  background: #fff;
  color: #27aae1;
  border-radius: 25px;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 500;
}

.section-titlec1 h2 {
  font-weight: 700;
  margin-bottom: 8px;
}

/* Timeline Wrapper */
.timelinec1 {
  margin-top: 60px;
  position: relative;
}

.timelinec1 .row {
  position: relative;
  z-index: 2;
}

/* Dashed Line */
.timelinec1-line {
  position: absolute;
  top: 70px;
  left: 8%;
  right: 8%;
  height: 2px;
  border-top: 2px dashed rgba(255, 255, 255, 0.6);
  z-index: 1;
}

/* Steps */
.timelinec1-step {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.timelinec1-step .circle {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #27aae1;
  border-radius: 50%;
  border: 8px solid #79cbee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 15px auto;
  z-index: 2;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.timelinec1-step i {
  font-size: 36px;
  margin-bottom: 15px;
  display: block;
}

.timelinec1-step h5 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px;
}

.timelinec1-step p {
  font-size: 14px;
  margin: 0;
}

/* Curved Arrows */
.timelinec1 .curve {
  position: absolute;
  border: 2px dashed rgba(255, 255, 255, 0.6);
  width: 160px;
  height: 80px;
  border-top: none;
  border-radius: 0 0 80px 80px;
}

.timelinec1 .curve.up {
  border-bottom: none;
  border-radius: 80px 80px 0 0;
}

/* Curve positions */
.curve-1 {
  left: 12%;
  bottom: -30px;
}
.curve-2 {
  left: 33%;
  top: -40px;
}
.curve-3 {
  left: 55%;
  bottom: -30px;
}
.curve-4 {
  left: 75%;
  top: -40px;
}

/* -------------------
   RESPONSIVE FIXES
------------------- */

/* Mobile Screens */
@media (max-width: 768px) {
  .timelinec1-line {
    display: none; /* remove straight line in mobile */
  }

  .timelinec1 .curve {
    display: none; /* hide curves on small devices */
  }

  .timelinec1-step {
    margin-bottom: 50px;
  }

  .timelinec1-step .circle {
    width: 45px;
    height: 45px;
    font-size: 14px;
    border: 6px solid #79cbee;
  }
}

/* Tablets */
@media (max-width: 992px) {
  .timelinec1 .curve {
    width: 120px;
    height: 60px;
  }
  .timelinec1 .circle {
    width: 48px;
    height: 48px;
  }
}

/* Token-section */
.token-section {
  position: relative;
  background: url("../img/Layer1.png") #def5ff no-repeat center center/cover;
  min-height: 250px; /* height apne hisab se */
  display: flex;
  align-items: center;
  justify-content: center;
}

.token-section .container {
  position: relative;
  z-index: 2; /* overlay ke upar content dikhane ke liye */
}
/* .token-content {
  position: relative;
  z-index: 2;
} */

/* .token-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

.token-content p {
  font-size: 1.1rem;
  margin-bottom: 20px;
} */

.visit-btn {
  background: linear-gradient(90deg, #27aae1 0%, #2b3a91 100%);
  border: none;
  padding: 12px 50px;
  font-size: 1rem;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.visit-btn:hover {
  opacity: 0.9;
}
.right-img {
  max-width: 650px;
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 5px solid #292929;
  border-left: 5px solid #292929;
  border-right: 5px solid #292929;
  border-bottom: none;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  background-size: cover;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .right-img {
    margin-top: 5px;
    width: 100%; /* pura screen le mobile me */
    max-width: 100%;
  }
}
/* Benifits */
.section3-title {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.section3-title span {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #00aaff;
  border-radius: 50px;
  color: #00aaff;
  font-size: 14px;
  background: #fff;
}
.section3-title h2 {
  font-weight: bold;
  margin-top: 20px;
}
.feature3-box {
  background: #f3faff;
  padding: 10px;
  height: 100%;
  border: 1px solid #e2e2e2;
  transition: 0.3s;
}
.feature3-box img {
  font-size: 32px;
  color: #00aaff;
  margin-bottom: 15px;
  animation: bounceZoom 3s infinite ease-in-out;
  padding-top: 5px;
}

/* Keyframes */
@keyframes bounceZoom {
  0% {
    transform: scale(1) translateY(0);
  }
  25% {
    transform: scale(1.1) translateY(-8px);
  }
  50% {
    transform: scale(1) translateY(0);
  }
  75% {
    transform: scale(1.1) translateY(-8px);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}

.feature3-box h5 {
  font-weight: 600;
  margin-bottom: 5px;
  padding-top: 60px;
}
/* mlm */
.mlm-card {
  background: #53c6ff !important;
  border-radius: 12px;
  padding: 15px;
  border: none;
  transition: 0.3s;
}

.mlm-img-box {
  width: 100%;
  height: 200px; /* fix height */
  border-radius: 10px;
  overflow: hidden; /* ✅ zoom andar hi rahega */
}

.mlm-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.mlm-img-box img:hover {
  transform: scale(1.1); /* zoom hoga but frame ke andar hi */
}

.mlm-badge {
  background: white;
  color: #36a9e1;
  display: inline-block;
  padding: 3px 12px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  margin-top: -10px;
  margin-bottom: 10px;
  z-index: 2;
}

.mlm-heading {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.mlm-subheading {
  color: #fff;
  margin-bottom: 40px;
}
.mlmcircle-text-box {
  width: 50px;
  height: 50px;
  background: #fff; /* white background */
  border-radius: 50%; /* circle shape */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #28a9e0; /* blue text */
  text-align: center;
  margin: 0;
}
/* smart */
.smart-contracts-section {
  background: #42bff5;
  border-radius: 12px;
}

.smart-tag {
  background: #fff;
  color: #36a9e1;
  display: inline-block;
  padding: 6px 18px;
  border-radius: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.smart-title {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.smart-subtitle {
  color: #fff;
  margin-bottom: 40px;
}

.smart-card {
  background: #53c6ff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px; /* fixed font-size */
  line-height: 1.4; /* readability maintain */
  font-weight: 600; /* boldness fix */
  white-space: normal; /* text wrap allow */
  word-wrap: break-word; /* long text wrap ho jaye */
}

.smart-img-box {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
  position: relative; /* label ko position karne ke liye */
}

.smart-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.smart-img-box:hover .smart-img {
  transform: scale(1.1); /* Zoom effect */
}

.smart-label {
  background: #fff;
  color: #36a9e1;
  display: inline-block;
  padding: 6px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  left: 50%; /* center horizontally */
  bottom: -5px; /* नीचे से 15px ऊपर */
  transform: translateX(-50%); /* exact horizontal center */
  z-index: 2;
  text-align: center;
  white-space: nowrap; /* text break na ho */
}

.smart-text {
  color: #fff;
  font-size: 14px;
}

/* Image floating animation */
.section4-tag {
  display: inline-block;
  padding: 4px 12px;
  background: #f1f9ff;
  color: #36a9e1;
  font-size: 14px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.section4-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  background: linear-gradient(90deg, #27aae1 0%, #2b3a91 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section4-text {
  max-width: 600px;
  margin: 15px auto 30px auto;
  color: #555;
  font-size: 16px;
}
.btn4-outline-custom {
  border: 1px solid #36a9e1 !important;
  color: #36a9e1 !important;
  border-radius: 50px !important;
  padding: 6px 20px !important;
  font-size: 16px !important;
  transition: 0.3s !important;
}
.btn4-outline-custom:hover {
  background: #36a9e1 !important;
  color: #fff !important;
}
.portfolio-card {
  background: #f0faff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.portfolio-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.portfolio-card .image-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.portfolio-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.6s ease;
}

.portfolio-card:hover img {
  transform: scale(1.2);
}

.portfolio-card .subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.portfolio-card .title {
  font-size: 20px;
  font-weight: 500;
  color: #c2e5f9; /* dim */
  margin-bottom: 8px;
  transition: color 0.3s;
}

.portfolio-card:hover .title {
  color: #00a8ff !important;
}

.portfolio-card p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 15px;
}

.portfolio-card .tags span {
  display: inline-block;
  padding: 3px 14px;
  font-size: 12px;
  font-weight: 300;
  border: 1px solid #28a9e0;
  border-radius: 34px;
  color: #28a9e0;
  margin-right: 10px;
}
.services-card {
  background: #fbfdfe;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.services-img {
  background: #27aae1;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  color: #53c6ff;
  font-size: 48px;
  font-weight: 600;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.services-list li {
  border-bottom: 1px solid #e8e8e8;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 600;
  color: #080808;
}
a {
  text-decoration: none;
}
/* contact us */

.tagline1 {
  color: #28a9e0 !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  background-color: #dbf4ff !important;
  width: 180px !important;
  text-align: center !important;
  border-radius: 20px !important;
}

.hero1-text h1 {
  font-weight: 700 !important;
  font-size: 2.5rem !important;
  background: linear-gradient(90deg, #27aae1 0%, #2b3a91 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
}

.badge1-custom {
  border: 1px solid #28a9e0 !important;
  background: #fff !important;
  border-radius: 50px !important;
  color: #00aaff !important;
  padding: 5px 15px !important;
  margin: 5px !important;
  font-size: 0.9rem !important;
  display: inline-block !important;
}

.contact3-form {
  border-radius: 12px !important;
  padding: 30px !important;
}

.contact3-form h4 {
  color: #28a9e0 !important;
}

.btn3-submit {
  background: #27aae1 !important;
  color: #fff !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  padding: 10px !important;
  width: 100% !important;
}

.btn3-submit:hover {
  background: #008ecc !important;
}

#contactDiv {
  display: none;
  position: absolute !important;
  top: 120px !important; /* header ke niche */
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 70% !important;
  max-width: 1000px !important;
  background: linear-gradient(255.74deg, #d6f3ff 0%, #f3f7ff 100%);

  padding: 20px !important;
  border-radius: 20px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
  z-index: 999 !important;
}

#contactDiv:hover {
  border: 2px solid #0077c8 !important;
}

/* ✅ Responsive Media Queries */
@media (max-width: 991px) {
  .hero1-text h1 {
    font-size: 2rem !important;
  }
  #contactDiv {
    width: 80% !important;
    top: 80px !important;
    padding: 15px !important;
  }
}

@media (max-width: 768px) {
  .hero1-text h1 {
    font-size: 1.7rem !important;
  }
  .tagline1 {
    width: auto !important;
    font-size: 0.8rem !important;
    padding: 5px 10px !important;
  }
  #contactDiv {
    width: 90% !important;
    top: 70px !important;
    padding: 15px !important;
  }
}

@media (max-width: 576px) {
  .hero1-text h1 {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
  }
  .badge1-custom {
    font-size: 0.75rem !important;
    padding: 4px 10px !important;
  }
  .contact3-form {
    padding: 15px !important;
  }
  #contactDiv {
    width: 95% !important;
    top: 60px !important;
    padding: 10px !important;
  }
}
.work-box {
  background-color: #e6f7ff !important;
  padding: 10px !important;
  text-align: center !important;
  position: relative !important;
  transition: all 0.4s ease !important;
  overflow: hidden !important;
  cursor: pointer !important;
  height: 100% !important;
}

.work-box h4 {
  font-weight: bold !important;
  color: #00aeef !important;
  margin-top: 25px !important;
  transition: transform 0.3s ease !important;
}

.work-box p {
  opacity: 0 !important;
  transform: translateY(30px) !important;
  transition: all 0.4s ease !important;
  color: #333 !important;
  font-size: 14px !important;
  margin-top: 20px !important;
}

/* Hover effects */
.work-box:hover h4 {
  transform: translateY(-8px) !important;
}
.work-box:hover p {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.work-box .icon {
  font-size: 40px !important;
  color: #00aeef !important;
  transition: color 0.3s ease !important;
}
.work-box:hover .icon {
  color: #ffd700 !important; /* yellow */
}
/* Default (desktop) */
