@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

a {
  color: #ffffff;
  text-decoration: none;
}

body {
  background-color: #0d1218;
}

.navbar {
  background-color: #0a111b;
  border-bottom: 0.1px solid #e6e9ec3d;
  backdrop-filter: blur(10px);
  box-shadow: 0 3px 30px rgba(255, 255, 255, 0.075);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 25px 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}

.navbar .logo-img {
  width: 40px;
  height: 40px;
  margin-left: -35px;
  margin-right: -250px;
  filter: brightness(0.9);
  position: fixed;
}

.navbar .logo {
  font-size: 25px;
  font-weight: 630;
  margin-left: 15px;
  color: #e6e9ec;
}

.navbar .nav-pages {
  display: flex;
  text-align: center;
  margin-left: 50px;
}

.navbar .nav-icons {
  display: flex;
  padding-left: 50px;
  margin-right: -50px;
}

.navbar .nav-pages li {
  list-style: none;
  margin-right: 25px;
}

.navbar .nav-pages li a {
  font-size: 15px;
  font-weight: 500;
  color: #e6e9ec;
}

.navbar .nav-pages li a:hover {
  cursor: pointer;
  color: #36ecde;
  transition: 0.5s;
}

.navbar .nav-icons li {
  list-style: none;
  margin-right: 18px;
}

.navbar .nav-icons li a {
  font-size: 15px;
  color: #e6e9ec;
}

.navbar .nav-icons li a:hover {
  cursor: pointer;
  color: #36ecde;
  transition: 0.5s;
}


/* Mobile Responsive */
@media (max-width: 768px) {

  .navbar {
    padding: 15px 20px;
    height: auto;
    flex-wrap: wrap;
  }

  .navbar .logo-img {
    position: static;
    margin: 0;
    width: 35px;
    height: 35px;
  }

  .navbar .logo {
    font-size: 18px;
    margin-left: 10px;
  }

  .navbar .nav-pages {
    width: 100%;
    justify-content: center;
    margin: 10px 0;
  }

  .navbar .nav-pages li {
    margin-right: 15px;
  }

  .navbar .nav-pages li a {
    font-size: 14px;
  }

  .navbar .nav-icons {
    width: 100%;
    justify-content: center;
    padding: 0;
    margin: 10px 0;
  }

  .navbar .nav-icons li {
    margin-right: 12px;
  }

  .navbar .nav-icons li a {
    font-size: 16px;
  }
}

.head {
  padding-top: 155px;
  color: #e6e9ec;
  font-size: 30px;
  font-weight: 700;
  margin-top: 90px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.com-n {
  color: #36ecde;
  font-size: 52px;
  font-weight: 700;
  display: block;
  font-family: "Poppins", sans-serif;
}

.opt {
  padding-top: 20px;
  margin-top: 15px;
  margin-left: 8px;
  color: #e6e9ec;
  font-size: 18px;
  font-weight: 485;
  text-align: center;
}

.opt ul li {
  list-style: none;
  display: inline-block;
  margin: 5px 15px;
  padding: 7px 20px;
  border-radius: 55px;
  background-color: rgba(255, 255, 255, 0.11);
  outline: none;
  color: #e6e9ec;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  word-spacing: 5px;
  font-family: "Roboto", sans-serif;
}

.f-opt:hover {
  cursor: pointer;
  outline: 1px solid #e6e9ec;
  box-shadow:
    0 0 10px rgba(230, 233, 236, 0.5),
    0 0 20px rgba(230, 233, 236, 0.5);
  transition: 0.5s;
}

.s-opt:hover {
  cursor: pointer;
  outline: 1px solid #e6e9ec;
  box-shadow:
    0 0 10px rgba(230, 233, 236, 0.5),
    0 0 20px rgba(230, 233, 236, 0.5);
  transition: 1s;
}

.t-opt:hover {
  cursor: pointer;
  outline: 1px solid #e6e9ec;
  box-shadow:
    0 0 10px rgba(230, 233, 236, 0.5),
    0 0 20px rgba(230, 233, 236, 0.5);
  transition: 1s;
}

.btn {
  text-align: center;
  padding-top: 50px;
}

.btn ul li {
  background-color: rgba(255, 255, 255, 0.11);
  border-radius: 55px;
  list-style: none;
  display: inline-block;
  margin: -15px 15px;
  padding: 10px 19px;
  padding-top: 10px;
  color: #e6e9ec;
  outline: 0.5px solid #e6e9ec;
  font-size: 11.5px;
  font-weight: 700;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.btn ul li:hover {
  cursor: pointer;
  outline: 2px solid #e6e9ec;
  box-shadow:
    0 0 10px rgba(230, 233, 236, 0.5),
    0 0 20px rgba(230, 233, 236, 0.5);
  transition: 1s;
}

.btn-sci {
  margin-top: 30px;
  text-align: center;
  padding-top: 60px;
}

.btn-sci .btn-primary {
  background-color: #36ecde;
  color: #0d1218;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 600;
  outline: none;
  border-radius: 55px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  display: inline-block;
  border: none;
  transition: 0.5s;
}

.btn-sci .btn-primary:hover {
  background-color: #0d1218;
  color: #36ecde;
  outline: 2px solid #36ecde;
  box-shadow:
    0 0 10px rgba(54, 236, 222, 0.5),
    0 0 20px rgba(54, 236, 222, 0.5);
  transition: 0.5s;
}

.btn-sci .btn-secondary {
  margin-left: 30px;
  background-color: transparent;
  color: #e6e9ec;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 600;
  outline: 2px solid #e6e9ec;
  border-radius: 55px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  display: inline-block;
  transition: 0.5s;
}

.btn-sci .btn-secondary:hover {
  background-color: #e6e9ec;
  color: #0d1218;
  outline: 2px solid #e6e9ec;
  box-shadow:
    0 0 10px rgba(230, 233, 236, 0.5),
    0 0 20px rgba(230, 233, 236, 0.5);
  transition: 0.5s;
}


.auto-hint {
  text-align: center;
  margin-top: 28px;
  padding-bottom: 80px;
  font-size: 0.78rem;
  color: #3a4350;
  font-family: "Roboto", sans-serif;
}
.auto-hint span {
  color: #36ecde;
  font-weight: 700;
}


.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}


.popup-card {
  background: #0d1218;
  border: 1px solid rgba(54, 236, 222, 0.22);
  border-radius: 18px;
  width: min(500px, 94vw);
  position: relative;
  overflow: hidden;
  transform: translateY(32px) scale(0.96);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow:
    0 0 40px rgba(54, 236, 222, 0.07),
    0 30px 80px rgba(0, 0, 0, 0.65);
}
.popup-overlay.active .popup-card {
  transform: translateY(0) scale(1);
}


.popup-topbar {
  height: 3px;
  background: linear-gradient(90deg, #36ecde 0%, rgba(54, 236, 222, 0.1) 100%);
}


.popup-progress {
  height: 2px;
  background: rgba(54, 236, 222, 0.08);
}
.popup-progress-fill {
  height: 100%;
  background: rgba(54, 236, 222, 0.38);
  width: 100%;
  transform-origin: right;
}
@keyframes progressShrink {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}


.popup-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(230, 233, 236, 0.1);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a9099;
  font-size: 0.88rem;
  cursor: pointer;
  z-index: 10;
  transition:
    color 0.2s,
    border-color 0.2s,
    transform 0.25s;
}
.popup-close:hover {
  color: #36ecde;
  border-color: rgba(54, 236, 222, 0.4);
  transform: rotate(90deg);
}

.popup-body {
  padding: 2rem 2.25rem 1.75rem;
}


.popup-tag {
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #36ecde;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.5rem;
}
.popup-title {
  color: #e6e9ec;
  font-size: 1.45rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0.3rem;
  line-height: 1.25;
}
.popup-title span {
  color: #36ecde;
}
.popup-sub {
  color: #5a6370;
  font-size: 0.83rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 1.55rem;
  line-height: 1.6;
}


.popup-label {
  display: block;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4a5260;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.38rem;
}

.popup-input,
.popup-select {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(230, 233, 236, 0.09);
  border-radius: 55px;
  color: #e6e9ec;
  padding: 10px 20px;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
}
.popup-input::placeholder {
  color: #2e3540;
}
.popup-input:focus,
.popup-select:focus {
  border-color: #36ecde;
  box-shadow:
    0 0 10px rgba(54, 236, 222, 0.15),
    0 0 20px rgba(54, 236, 222, 0.07);
}
.popup-input.error,
.popup-select.error {
  border-color: #ff4d6d !important;
  box-shadow: 0 0 8px rgba(255, 77, 109, 0.2);
}
.popup-select option {
  background: #0d1218;
  color: #e6e9ec;
}

.select-wrap {
  position: relative;
}
.select-wrap::after {
  content: "▾";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #3a4350;
  pointer-events: none;
  font-size: 0.78rem;
}


.form-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin-bottom: 0.7rem;
}
.form-grp {
  margin-bottom: 0.7rem;
}

.check-row {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 1.35rem;
}
.check-row input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-top: 3px;
  accent-color: #36ecde;
  flex-shrink: 0;
  cursor: pointer;
}
.check-row label {
  font-size: 0.75rem;
  color: #4a5260;
  font-family: "Roboto", sans-serif;
  line-height: 1.55;
  cursor: pointer;
}

.popup-submit {
  width: 100%;
  background-color: #36ecde;
  color: #0d1218;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 700;
  outline: none;
  border: none;
  border-radius: 55px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
  transition: 0.5s;
}
.popup-submit:hover {
  background-color: #0d1218;
  color: #36ecde;
  outline: 2px solid #36ecde;
  box-shadow:
    0 0 10px rgba(54, 236, 222, 0.5),
    0 0 20px rgba(54, 236, 222, 0.5);
}


.close-note {
  font-size: 0.68rem;
  color: #2e3540;
  text-align: center;
  margin-top: 0.85rem;
  font-family: "Roboto", sans-serif;
}
.close-note span {
  color: #36ecde;
  font-weight: 700;
}


.popup-success {
  display: none;
  text-align: center;
  padding: 3rem 2rem 2.75rem;
}
.success-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(54, 236, 222, 0.08);
  border: 2px solid rgba(54, 236, 222, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  color: #36ecde;
  font-size: 1.5rem;
  animation: popIn 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes popIn {
  from {
    transform: scale(0.3);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.popup-success h3 {
  color: #e6e9ec;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0.5rem;
}
.popup-success p {
  color: #5a6370;
  font-size: 0.85rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.65;
}
.popup-success .cyan {
  color: #36ecde;
  font-weight: 600;
}

.badges {
  margin-top: 215px;
  text-align: center;
  background-color: #e6e9ec;
  border-bottom: 2px solid #5874e351;
  padding: 25px;
}

.badges ul li {
  list-style: none;
  border-radius: 50px;
  height: 50px;
  background-color: #36ecdd1d;
  box-shadow: 0 0 10px #001f3f21;
  display: inline-block;
  margin: 10px 20px;
  padding: 0px 20px;
  padding-top: 5px;
  padding-bottom: 50px;
  color: #0d1218;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.f-badge {
  display: inline-block;
  font-size: 28px;
  margin-right: 10px;
  align-items: center;
}

.s-badge {
  font-size: 28px;
  margin-right: 10px;
  align-items: center;
  gap: 6px;
}

.t-badge {
  font-size: 28px;
  margin-right: 10px;
  align-items: center;
  gap: 6px;
}

.r-badge {
  font-size: 28px;
  margin-right: 10px;
  align-items: center;
  gap: 6px;
}

.deliver {
  text-align: center;
  color: #e6e9ec;
  background-color: #0d1218d1;
  font-size: 28px;
  font-weight: 700;
  padding-top: 130px;
  word-spacing: 2px;
}

.sub-d {
  color: #36ecde;
}

.t-line {
  color: #e6e9ec;
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-top: -5px;
  word-spacing: 2px;
  font-family: "Roboto", sans-serif;
}

.f-badge {
  display: inline-block;
  font-size: 28px;
  margin-right: 10px;
  align-items: center;
}

.s-badge {
  font-size: 28px;
  margin-right: 10px;
  align-items: center;
  gap: 6px;
}

.t-badge {
  font-size: 28px;
  margin-right: 10px;
  align-items: center;
  gap: 6px;
}

.r-badge {
  font-size: 28px;
  margin-right: 10px;
  align-items: center;
  gap: 6px;
}

.deliver {
  text-align: center;
  color: #e6e9ec;
  background-color: #0d1218d1;
  font-size: 28px;
  font-weight: 700;
  padding-top: 130px;
  word-spacing: 2px;
}

.sub-d {
  color: #36ecde;
}

.t-line {
  color: #e6e9ec;
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-top: -5px;
  word-spacing: 2px;
  font-family: "Roboto", sans-serif;
}

.f-card {
  text-align: center;
  color: #e6e9ec;
  background-color: #0d1218;
  padding-top: 40px;
  padding-bottom: 55px;
  font-size: 28px;
  font-weight: 700;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-card ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.f-card ul li {
  list-style: none;
  margin: 20px 30px;
  padding: 68px 35px;
  background-color: #2f2f2f3d;
  border-radius: 15px;
  outline: 0.5px solid #e6e9ec2d;
  color: #e6e9ec;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  width: 350px;
  font-family: "Roboto", sans-serif;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
}

.f-card ul li:hover {
  cursor: pointer;
  outline: 2px solid #36ecde;
  box-shadow:
    0 0 10px rgba(54, 236, 222, 0.5),
    0 0 20px rgba(54, 236, 222, 0.5);
  transition: 0.5s;
}

.f-card ul li::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 60%;
  height: 300%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(54, 236, 222, 0.06) 50%,
    transparent 100%
  );
  transition: 0.6s;
  pointer-events: none;
}
.f-card ul li:hover::before {
  left: 160%;
}

.p-card {
  display: block;
  font-family: "Roboto", sans-serif;
  margin-top: 55px;
  font-size: 28px;
  color: #e6e9ec;
}

.s-card {
  font-size: 65px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 55px;
  color: #36ecde;
  display: block;
  line-height: 1;
}

.s1-card {
  font-size: 65px;
  font-family: "Roboto", sans-serif;
  color: #36ecde;
  display: block;
  line-height: 1;
  margin-bottom: 0;
}


.counter-wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-bottom: 55px;
}

.counter-wrap.no-mb {
  margin-bottom: 0;
}


.count-num {
  font-size: 65px;
  font-family: "Roboto", sans-serif;
  color: #36ecde;
  line-height: 1;
  display: inline-block;
  text-align: center;
}


.count-suffix {
  font-size: 65px;
  font-family: "Roboto", sans-serif;
  color: #36ecde;
  line-height: 1;
}


@keyframes pulseRing {
  0% {
    box-shadow: 0 0 0 0 rgba(54, 236, 222, 0.45);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(54, 236, 222, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(54, 236, 222, 0);
  }
}
.pulse {
  animation: pulseRing 0.7s ease-out;
}


@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.f-card ul li {
  opacity: 0;
  animation: fadeUp 0.6s ease forwards;
}
.f-card ul li:nth-child(1) {
  animation-delay: 0.1s;
}
.f-card ul li:nth-child(2) {
  animation-delay: 0.3s;
}
.f-card ul li:nth-child(3) {
  animation-delay: 0.5s;
}

.services {
  background-color: #0d1218d1;
  color: #e6e9ec;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  word-spacing: 5px;
  padding-top: 35px;
  margin-top: 60px;
}

.d-color {
  color: #36ecde;
  padding-left: 14px;
}

.ser-p {
  font-size: 20px;
  font-weight: 500;
  color: #e6e9ec;
  word-spacing: 2px;
  text-align: center;
  padding-top: 2px;
  font-family: "Roboto", sans-serif;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  background-color: #0d1218d1;
  padding-top: 60px;
}

.flip-card {
  background-color: transparent;
  width: 360px;
  height: 400px;
  margin: 0;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: small;
  font-family: "Roboto", sans-serif;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flip-card-front {
  background-color: #00203f;
  color: white;
  font-family: "Roboto", sans-serif;
}

.flip-card-back:hover {
  cursor: pointer;
  outline: 1.2px solid #ff8400;
  box-shadow:
    0 0 10px #ff8400,
    0 0 10px #ff8400,
    0 0 10px #ff8400,
    0 0 20px #ff8400;
  transition: 0.5s;
}

.flip-card-back {
  background-color: #cccccc;
  font-family: "Roboto", sans-serif;
  color: black;
  transform: rotateY(180deg);
  text-align: justify;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 380;
  padding: 40px;
}

.flip-card-front h2 {
  font-size: 22px;
  color: #e6e9ec;
  font-weight: 600;
  background-color: #000000;
  padding: 7px 15px;
  border-radius: 25px;
  text-shadow: #000000 1px 1px 2px;
}

#f-img {
  background-image: url(Lead\ generation.jpeg);
  background-size: cover;
  background-position: center;
}

#s-img {
  background-image: url(Google\ ADS.png);
  background-position: center;
  background-size: cover;
}

#t-img {
  background-image: url(seo.png);
  background-position: center;
  background-size: cover;
}

#r-img {
  background-image: url(smo.png);
  background-position: center;
  background-size: cover;
}

#e-img {
  background-image: url(ORM.jpeg);
  background-size: cover;
  background-position: center;
}

#x-img {
  background-image: url(web\ dev.jpeg);
  background-size: cover;
  background-position: center;
}

#n-img {
  background-image: url(mobile\ app\ promotion.jpeg);
  background-position: center;
  background-size: cover;
}

#et-img {
  background-image: url(facebook\ marketing.jpeg);
  background-position: center;
  background-size: cover;
}

#ni-img {
  background-image: url(Amazon\ Marketing.jpeg);
  background-position: center;
  background-size: cover;
}

#tn-img {
  background-image: url(graphic\ design.png);
  background-position: center;
  background-size: cover;
}

#ele-img {
  background-image: url(./Flipcart\ Marketing.png);
  background-position: center;
  background-size: cover;
}

#tw-img {
  background-image: url(video\ editing.png);
  background-position: center;
  background-size: cover;
}

.view-all {
  margin-top: 0px;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 130px;
  background-color: #0d1218d1;
}

.view-all .v-btn {
  background-color: #36ecde;
  color: #0d1218;
  padding: 12px 25px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  border: none;
  border-radius: 55px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
}

.view-all .v-btn:hover {
  border: 2px solid #36ecde;
  box-shadow:
    0 0 10px rgba(54, 236, 222, 0.5),
    0 0 20px rgba(54, 236, 222, 0.5);
  transition: 2s;
}

.wcu h1 {
  background-color: #0d1218d1;
  text-align: center;
  color: #e6e9ec;
  font-size: 32px;
}

.wcu span {
  color: #36ecde;
  font-size: 20px;
}

#check {
  font-size: 50px;
  padding-right: 19px;
  color: #36ecde;
}

.wcu ul {
  list-style: none;
  max-width: 1000px;
  margin: auto;
  text-align: justify;
  line-height: 1.5;
  font-size: 16px;
  color: #e6e9ec;
  padding: 60px;
  margin-bottom: 90px;
  margin-top: 30px;
  background-color: #2f2f2f3d;
  border-radius: 15px;
  outline: 0.5px solid #e6e9ec2d;
  color: #e6e9ec;
  font-family: "Roboto", sans-serif;
}

.wcu ul li {
  margin-bottom: 20px;
}

.wcu ul:hover {
  cursor: pointer;
  outline: 2px solid #36ecde;
  box-shadow:
    0 0 10px rgba(54, 236, 222, 0.5),
    0 0 20px rgba(54, 236, 222, 0.5);
  transition: 0.5s;
}

.wcu-2 {
  padding-top: 40px;
  text-align: center;
  background-color: #0d1218d1;
  color: #e6e9ec;
}

.wcu-2 p {
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.wcu-2 span {
  color: #36ecde;
}

.wcu-2 h1 {
  font-size: 45px;
}

.wcu-2 ul {
  margin-top: 50px;
  padding-bottom: 90px;
}

.wcu-2 ul li {
  list-style: none;
  background-color: #2f2f2f3d;
  outline: 1px solid #e6e9ec2d;
  border-radius: 15px;
  margin-left: 200px;
  margin-right: 200px;
  margin-bottom: 25px;
  text-align: left;
  font-size: 17px;
  font-weight: 500;
  padding: 30px;
  font-family: "Roboto", sans-serif;
}

.wcu-2 ul li:hover {
  outline: 2px solid #36ecde;
  box-shadow: inset 0px 0px 200px #36ecdd14;
  transition: 0.5s;
}

.icons-btn {
  color: #36ecde;
  font-size: 22px;
  background-color: #ffffff27;
  padding: 18px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-right: 20px;
}

#icons-btn {
  background-color: #ffffff27;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  padding: 18px 22px 15px 22px;
  margin-right: 20px;
}

.tick-m {
  margin-left: 780px;
  font-size: 18px;
  display: flex;
  margin-top: -32px;
}

.clients {
  font-family: "Roboto", sans-serif;
  text-align: center;
  color: #e6e9ec;
  background-color: #0d1218d1;
}

.clients h1 {
  font-family: "Roboto", sans-serif;
  display: inline;
  color: #e6e9ec;
}

.clients span {
  display: inline;
  color: #36ecde;
  line-height: 30px;
}

.c-container {
  margin: 50px auto;
  width: 90%;
  height: 350px;
  display: flex;
  overflow-x: auto;
  border-radius: 10px;
}

.c-container::-webkit-scrollbar {
  display: none;
}

.c-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  animation: spin 20s linear infinite;
  padding-right: 10px;
}

.c-card {
  flex: 0 0 5px;
  color: white;
  padding: 50px;
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #2f2f2f3d;
  outline: 1px solid #e6e9ec2d;
  align-content: center;
  font-family: "Roboto", sans-serif;
}

@keyframes spin {
  from {
    translate: 0;
  }
  to {
    translate: -100%;
  }
}

.c-card p {
  width: 300px;
  height: 100px;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
}

.offer-h {
  background-color: #0d1218d1;
  padding-top: 50px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 190px;
}

.offer {
  color: #e6e9ec;
  text-align: center;
  background-color: #2f2f2f88;
  outline: 1px solid #e6e9ec2d;
  border-radius: 20px;
  padding-bottom: 50px;
}

.offer h4 {
  font-family: "Roboto", sans-serif;
  color: #36ecde;
  padding-top: 50px;
}

.offer .p-1 {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 600;
  padding-bottom: 20px;
  padding-top: 50px;
}

.offer .p-2 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
}

.offer ul {
  margin-top: 20px;
  margin-bottom: 50px;
}

.offer ul li {
  font-family: "Roboto", sans-serif;
  list-style: none;
  display: inline;
  margin-right: 45px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

#lock {
  color: #e6e9ec8b;
  font-size: 16px;
  display: inline;
  padding-right: 8px;
  align-items: center;
}

.offer .p-3 {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
  color: #e6e9ec8b;
}

.offer span {
  color: #36ecde;
  font-size: 25px;
  margin-right: 10px;
}

.offer a {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  background-color: #36ecde;
  display: inline-block;
  padding: 10px 20px 10px 20px;
  border-radius: 50px;
}

.offer:hover {
  cursor: pointer;
  outline: 2px solid #36ecde;
  box-shadow:
    0 0 10px rgba(54, 236, 222, 0.5),
    0 0 20px rgba(54, 236, 222, 0.5);
  transition: 0.5s;
}

.offer a:hover {
  cursor: pointer;
  box-shadow:
    0 0 10px rgba(54, 236, 222, 0.5),
    0 0 20px rgba(54, 236, 222, 0.5);
  transition: 0.5s;
}

:root {
  --secondary-color: #e6e9ec;
  --text-color: #e6e9ec;
  --accent-color: #36ecde;
  --font-family: "Roboto", sans-serif;
}

.cta-footer {
  position: sticky;
  background-color: #000e1c;
  color: white;
  padding: 2rem 0;
  font-family: var(--font-family);
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.cta-section {
  text-align: center;
  margin-bottom: 2rem;
}

.cta-section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-family: var(--font-family);
}

.cta-section p {
  font-size: 1rem;
  margin-bottom: 3rem;
  font-family: var(--font-family);
}

.cta-button {
  display: inline-block;
  background: var(--accent-color);
  color: rgb(0, 0, 0);
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
}

.cta-button:hover {
  cursor: pointer;
  box-shadow:
    0 0 10px rgba(54, 236, 222, 0.5),
    0 0 20px rgba(54, 236, 222, 0.5);
  transition: 0.5s;
}

.slider {
  max-width: 100%; 
  overflow: hidden; 
  background: white;
  padding: 20px 0;
  position: relative;
}

.slider::before,
.slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none; 
}

.slider::before {
  left: 0;
  background: linear-gradient(to right, white, transparent);
}

.slider::after {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}


.slide-track {
  display: flex;
  width: calc(200px * 10); 
  animation: scroll 20s linear infinite;
}


.slider:hover .slide-track {
  animation-play-state: paused;
}


.slide {
  height: 250px;
  width: 250px; 
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #555;
  margin-right: 10px;
  background-color: #fff;
}


@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
   
    transform: translateX(calc(-200px * 5));
  }
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.footer-links h3 {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.footer-links ul {
  list-style: none;
  font-size: 15px;
  padding: 0;
  padding-right: 15px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--accent-color);
}

.newsletter h3 {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.newsletter form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.newsletter input {
  padding: 0.5rem;
  border: none;
  border-radius: 50px;
}

.newsletter button {
  background: var(--accent-color);
  color: rgb(0, 0, 0);
  font-weight: 600;
  border: none;
  padding: 0.5rem;
  border-radius: 50px;
}

.newsletter button:hover {
  cursor: pointer;
  box-shadow:
    0 0 10px rgba(54, 236, 222, 0.5),
    0 0 20px rgba(54, 236, 222, 0.5);
  transition: 0.5s;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1rem;
  flex-wrap: wrap;
}

.social-links a {
  color: white;
  margin-left: 1rem;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: var(--accent-color);
}

@media (max-width: 768px) {
  .cta-section h2 {
    font-size: 1rem;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .social-links {
    margin-top: 1rem;
  }
}

/* Service Page */

.service-heading {
  background-color: #0d1218d1;
  color: #e6e9ec;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 88px;
}

.service-heading h6 {
  padding-bottom: 30px;
  font-weight: 500;
  color: #e6e9ecc2;
}

.service-heading h1 {
  padding-bottom: 15px;
}

.service-heading span {
  color: #36ecde;
}

.service-heading p {
  font-family: "Roboto", sans-serif;
  margin-left: 150px;
  margin-right: 150px;
  text-align: justify;
  line-height: 1.3;
}

.core-services {
  background-color: #0d1218d1;
  text-align: center;
  color: #e6e9ec;
}

.core-services h2 {
  padding-bottom: 35px;
}

.core-services span {
  color: #36ecde;
}

.core-services ul {
  margin-left: 85px;
  margin-right: 85px;
  padding-bottom: 85px;
}

.core-services ul li {
  list-style: none;
  background-color: #2f2f2f88;
  outline: 1px solid #e6e9ec2d;
  padding: 45px;
  text-align: left;
  margin-bottom: 28px;
  border-radius: 25px;
}

.core-services ul li:hover {
  outline: 2px solid #36ecde;
  box-shadow: inset 0px 0px 200px #36ecdd14;
  transition: 0.5s;
}

.questions {
  background-color: #0d1218d1;
  color: #e6e9ec;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.questions ul {
  list-style: none;
  background-color: #2f2f2f88;
  outline: 1px solid #e6e9ec2d;
  border-radius: 25px;
  text-align: justify;
  margin: 30px 100px 0px 100px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.questions ul li {
  margin: 50px;
}

.questions span {
  font-weight: 600;
  color: #e6e9ec;
}

.talk-btn {
  background-color: #0d1218d1;
  padding-top: 100px;
  color: #e6e9ec;
  text-align: center;
  font-family: "Roboto", sans-serif;
  padding-bottom: 100px;
}

.talk-btn h3 {
  margin-bottom: 5px;
}

.talk-btn p {
  margin-bottom: 50px;
}

.talk-btn a {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  background-color: #36ecde;
  display: inline-block;
  padding: 10px 20px 10px 20px;
  border-radius: 50px;
}

.talk-btn a:hover {
  cursor: pointer;
  box-shadow:
    0 0 10px rgba(54, 236, 222, 0.5),
    0 0 20px rgba(54, 236, 222, 0.5);
  transition: 0.5s;
}



.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.whatsapp_float:hover {
  background-color: #20b857;
  color: #fff;
  transform: scale(1.1);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.whatsapp_float {
  animation: pulse 2s infinite;
}

/* About page */

.container {
  background-color: #0d1218d1;
  color: #e6e9ec;
  text-align: justify;
  padding-top: 150px;
  padding-bottom: 150px;
}

#introduction {
  margin-left: 150px;
  margin-right: 150px;
  line-height: 1.5;
  background-color: #2f2f2f88;
  padding: 30px;
  border-radius: 25px;
  margin-bottom: 30px;
}

#mission {
  margin-left: 150px;
  margin-right: 150px;
  line-height: 1.5;
  background-color: #2f2f2f88;
  padding: 30px;
  border-radius: 25px;
  margin-bottom: 30px;
}

.mission h2 {
  text-align: center;
  color: #36ecde;
  padding-bottom: 30px;
}

#services {
  margin-left: 150px;
  margin-right: 150px;
  line-height: 1.5;
  background-color: #2f2f2f88;
  padding: 30px;
  border-radius: 25px;
  margin-bottom: 30px;
}

#services ul {
  list-style: none;
}

#contact {
  margin-left: 150px;
  margin-right: 150px;
  line-height: 1.5;
  background-color: #2f2f2f88;
  padding: 30px;
  border-radius: 25px;
  margin-bottom: 30px;
}
