:root {
  --primary: #00c16e;
  --primary2: #00e085;
  --dark: #0f172a;
  --card: #1e293b;
  --text: #f8fafc;
  --muted: #94a3b8;
}
body {
  font-family: Arial, sans-serif;
}
.navbar,
.footer,
.founder {
  background: #2cb479;
}
.navbar a,
.footer,
.founder {
  color: #fff;
}
.hero {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff;
  padding: 120px 0;
}
.btn-main {
  background: var(--primary);
  color: #fff;
}
.section {
  padding: 80px 0;
}
.cardx {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  transition: 0.3s;
}
.cardx:hover {
  transform: translateY(-5px);
  border-color: var(--primary);
}
.stat {
  font-size: 32px;
  font-weight: bold;
  color: var(--primary);
}
.founder-box {
  background: #1e293b;
  padding: 30px;
  border-radius: 20px;
}
.footer {
  padding: 50px 0;
}
.login-btn {
  background: var(--primary);
  padding: 8px 14px;
  border-radius: 8px;
  color: #fff !important;
}

/* FLOATING ANIMATION */

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}

.hero-image {
  animation: float 5s ease-in-out infinite;
}

/* GLOW EFFECT */

.hero-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(0, 193, 110, 0.15);
  filter: blur(120px);
  border-radius: 50%;
  top: -100px;
  right: -100px;
  z-index: 1;
}

/* HERO SECTION */

.hero {
  position: relative;
  overflow: hidden;
  background: #0f172a;
  min-height: 700px;
}

.hero-content {
  position: relative;
  z-index: 2;
}

/* TYPING TEXT */

.typing-text {
  color: #00c16e;
  font-weight: 600;
  font-size: 24px;
}

.hero {
  min-height: calc(100vh - 70px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 20px 0;
}

.hero-content {
  color: #fff;
}

.hero-tagline {
  color: #00c16e;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 20px;
}

.hero-title {
  font-size: 72px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 25px;
}

.hero-title span {
  color: #00c16e;
}

.hero-line {
  width: 90px;
  height: 4px;
  background: #00c16e;
  border-radius: 50px;
  margin-bottom: 35px;
}

.hero-services {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.service-icon {
  width: 58px;
  height: 58px;
  border: 1px solid #00c16e;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00c16e;
  font-size: 24px;
  transition: 0.3s;
}

.service-item:hover .service-icon {
  background: #00c16e;
  color: #fff;
  transform: translateY(-3px);
}

.service-item span {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.hero-image {
  max-width: 100%;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .hero {
    min-height: auto;
    padding: 80px 0;
    text-align: center;
  }

  .hero-title {
    font-size: 48px;
  }

  .service-item {
    justify-content: center;
  }
}

.typing-service {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  min-height: 35px;
  display: inline-block;
}

.typing-service::after {
  content: "|";
  color: #00c16e;
  animation: blink 0.8s infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  background: #08142d;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;

  background: url("../images/siteimage/hero-bg.webp") center center no-repeat;
  background-size: cover;

  opacity: 0.3;

  z-index: 0;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.custom-navbar {
  background: #171717;

  padding: 0px 0;

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.navbar-brand img {
  height: 55px;
  width: auto;
  display: block;
}

.nav-link {
  color: #fff !important;

  font-size: 16px;

  font-weight: 600;

  padding: 10px 16px !important;

  transition: 0.3s;
}

.nav-link:hover {
  color: #08142d !important;
}

.nav-link.active {
  color: #00c16e !important;
}

.login-btn {
  display: inline-block;

  padding: 10px 20px;

  background: #00c16e;

  color: #fff;

  text-decoration: none;

  border-radius: 8px;

  font-weight: 600;

  transition: 0.3s;
}

.login-btn:hover {
  background: #168c59;

  color: #08142d;
}

.navbar-toggler {
  border: none;

  box-shadow: none !important;
}

.hero-stats {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}

.stat-card {
  flex: 1;
  padding: 25px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(0, 193, 110, 0.15);
  backdrop-filter: blur(10px);
  transition: 0.3s;
}

.stat-card:hover {
  transform: translateY(-5px);
  border-color: #00c16e;
}

.stat-card h2 {
  color: #00c16e;
  font-size: 40px;
  font-weight: 800;
}

.stat-card p {
  color: #ddd;
  margin: 0;
}

.hosting-section {
  background: #56627d;
  padding: 100px 0;
  color: #fff;
}

.section-tag {
  color: #00c16e;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 700;
}

.hosting-title {
  font-size: 58px;
  font-weight: 800;
  margin: 15px 0 25px;
}

.hosting-title span {
  color: #00c16e;
}

.hosting-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.hosting-features li {
  margin-bottom: 15px;
  font-size: 18px;
  color: #d9d9d9;
}

.price-box {
  margin: 25px 0;
}

.currency {
  font-size: 30px;
}

.price {
  font-size: 72px;
  color: #00c16e;
  font-weight: 800;
}

.month {
  font-size: 22px;
}

.hosting-btn {
  display: inline-block;
  padding: 15px 35px;
  background: #00c16e;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 700;
  margin-top: 10px;
}

.guarantee {
  margin-top: 20px;
  color: #ccc;
}

.hosting-image-area {
  position: relative;
  min-height: 600px;
}

.founder-img {
  width: 420px;
  max-width: 100%;
  display: block;
  margin: auto;
  position: relative;
  z-index: 2;
}

.shape {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.shape-1 {
  width: 300px;
  height: 300px;
  top: -50px;
  left: 102px;
}

.shape-2 {
  width: 300px;
  height: 300px;
  right: 100px;
  bottom: 49px;
}

.floating-card {
  position: absolute;
  background: #808ea8;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 20px;
  z-index: 3;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.card-top {
  right: 40px;
  top: 30px;
  width: 220px;
  text-align: center;
}

.card-top .icon {
  width: 60px;
  height: 60px;
  background: #00c16e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 10px;
  font-size: 28px;
}

.card-top span {
  color: #00c16e;
  font-weight: 700;
}

.card-bottom {
  left: 20px;
  bottom: 60px;
  width: 280px;
}

.card-bottom strong {
  color: #00c16e;
  font-size: 30px;
}

.card-bottom p {
  margin: 10px 0 0;
  color: #ffffff;
}

.section {
  background: #7c8aa5;
}

.service-subtitle {
  max-width: 700px;
  margin: auto;
  color: #cfcfcf;
  font-size: 18px;
}

.cardx {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(0, 193, 110, 0.15);
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  transition: 0.3s;
}

.cardx:hover {
  transform: translateY(-8px);
  border-color: #00c16e;
  box-shadow: 0 15px 40px rgba(0, 193, 110, 0.15);
}

.cardx h4 {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}

.cardx p {
  color: #d6d6d6;
  line-height: 1.8;
  margin: 0;
}

.service-subtitle {
  max-width: 700px;
  margin: auto;
  color: #cfcfcf;
  font-size: 18px;
}

.portfolio-section {
  background: #56627d;
  padding: 100px 0;
}

.section-title {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
}

.section-subtitle {
  color: #cfcfcf;
  max-width: 700px;
  margin: auto;
}

.portfolio-card {
  position: relative;

  background: #7c8aa5;

  border: 1px solid rgba(0, 193, 110, 0.15);

  border-radius: 18px;

  overflow: hidden;

  padding: 25px;

  min-height: 250px;

  transition: 0.35s;
}

.portfolio-card:hover {
  transform: translateY(-8px);

  border-color: #00c16e;

  box-shadow: 0 15px 40px rgba(0, 193, 110, 0.15);
}

.portfolio-logo {
  height: 120px;

  display: flex;

  justify-content: center;

  align-items: center;

  margin-bottom: 20px;
}

.portfolio-logo img {
  width: 100%;

  max-width: 220px;

  height: auto;

  border-radius: 12px;

  background: #fff;

  padding: 10px;
}

.portfolio-content {
  text-align: center;
}

.portfolio-content h5 {
  color: #272727;

  font-size: 25px;

  font-weight: 700;

  margin-bottom: 8px;
}

.portfolio-content span {
  color: #fff;

  font-size: 16px;
}

.portfolio-overlay {
  position: absolute;

  inset: 0;

  background: rgb(255 255 255 / 95%);

  display: flex;

  align-items: center;

  justify-content: center;

  opacity: 0;

  transition: 0.3s;
}

.portfolio-card:hover .portfolio-overlay {
  opacity: 1;
}

.view-btn {
  background: #08142d;

  color: #fff;

  text-decoration: none;

  padding: 12px 25px;

  border-radius: 8px;

  font-weight: 600;
}

.left-card {
  animation: slideLeft 0.7s ease;
}

.right-card {
  animation: slideRight 0.7s ease;
}

@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.portal-section {
  background: #7c8aa5;
  padding: 100px 0;
}

.portal-box {
  background: linear-gradient(
    135deg,
    rgba(0, 193, 110, 0.12),
    rgba(255, 255, 255, 0.03)
  );

  border: 1px solid rgba(0, 193, 110, 0.15);

  border-radius: 20px;

  padding: 50px;

  backdrop-filter: blur(10px);
}

.portal-tag {
  color: #00c16e;

  font-size: 13px;

  letter-spacing: 3px;

  font-weight: 700;
}

.portal-box h2 {
  color: #fff;

  font-size: 48px;

  font-weight: 800;

  margin: 15px 0;
}

.portal-box p {
  color: #000000;

  font-size: 18px;

  max-width: 700px;
}

.portal-features {
  display: flex;

  flex-wrap: wrap;

  gap: 15px;

  margin-top: 25px;
}

.portal-features span {
  background: rgba(255, 255, 255, 0.05);

  border: 1px solid rgba(255, 255, 255, 0.08);

  padding: 10px 18px;

  border-radius: 30px;

  color: #fff;
}

.portal-btn {
  display: inline-block;

  background: #00c16e;

  color: #fff;

  text-decoration: none;

  padding: 18px 35px;

  border-radius: 12px;

  font-weight: 700;

  font-size: 18px;

  transition: 0.3s;
}

.portal-btn:hover {
  background: #00d97a;

  color: #fff;

  transform: translateY(-4px);
}

.contact-section {
  background: #56627d;
  padding: 100px 0;
}

.contact-card {
  background: #7c8aa5;

  border: 1px solid 1px solid rgb(16 34 71);

  border-radius: 18px;

  padding: 30px;

  height: auto;
}

.map-card {
  padding: 0;

  overflow: hidden;

  min-height: 515px;
}

.section-title {
  color: #fff;

  font-size: 48px;

  font-weight: 800;
}

.section-subtitle {
  color: #00c16e;
  font-size: 18px;
}

.contact-info h4 {
  color: #00c16e;

  margin-bottom: 25px;
}

.info-item {
  margin-bottom: 20px;
}

.info-item strong {
  color: #fff;

  display: block;

  margin-bottom: 5px;
}

.info-item p {
  color: #d0d0d0;

  margin: 0;
}

.form-control {
  background: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.08);

  color: #fff;

  padding: 14px;
}

.form-control:focus {
  background: #f7f7f7;

  color: #fff;

  border-color: #0e0e0e;

  box-shadow: none;
}

.btn-main {
  background: #0e0e0e;

  color: #fff;

  padding: 14px;

  border: none;

  border-radius: 10px;

  font-weight: 600;
}
