/* @import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&display=swap"); */

:root {
  --card-bg: #ffffff;
  --text-main: #032629;
  --text-muted: #032629;
}

body {
  font-family: "poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;

  background-color: #f8f9fa;
}

/* Navbar Styling */
.navbar {
  background: #fff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar-nav .nav-link {
    color: #849c9e !important;
    font-size: 20px;
    font-weight: 500;
    margin: 0 12px;
    position: relative;
    transition: 0.3s ease;
}
@media (max-width: 768px) {
  .navbar-nav .nav-link{
    display: none;
  }  
    
}
.navbar-nav .nav-link:hover::after {
    width: 100%;
}

/* Active link */
.navbar-nav .nav-link.active {
    color: #0d9488 !important;
    font-weight: 600;
}

.navbar-nav .nav-link.active::after {
    width: 100%;
}

/* Center menu spacing fix */
.navbar-nav {
    align-items: center;
}

.logo {
  height: 50px;
}

/* Flags */
.flag {
  width: 28px;
  height: 20px;
  object-fit: cover;
  border-radius: 3px;
  transition: 0.3s;
}
.flag:hover {
  transform: scale(1.1);
}

/* Button */
.animated-button {
  background: #0d6efd;
  color: #fff;
  padding: 8px 18px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}
.animated-button:hover {
  background: #FEB05D;
  color: #fff;
}

/* Google Translate - Complete hiding */
#google_translate_element {
  display: none !important;
  visibility: hidden !important;
}

.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate {
  display: none !important;
  visibility: hidden !important;
}

/* Body ka extra top space remove */
body {
  top: 0px !important;
}

/* Dropdown hide */
.goog-te-combo {
  display: none !important;
  visibility: hidden !important;
}

/* Google Translate logo / branding hide */
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
  visibility: hidden !important;
}

/* Remove gadget styling */
.goog-te-gadget {
  display: none !important;
  visibility: hidden !important;
  font-size: 0px !important;
  height: 0 !important;
}

/* Hide any remaining google translate elements */
.goog-te-element {
  display: none !important;
  visibility: hidden !important;
}

.skiptranslate {
  display: none !important;
  visibility: hidden !important;
}

/* ==========================hero section=#092541=============================== */
.hero-section {
  position: relative;
  background-image:url("images/hero-ban.jpg");
  color: white;
  padding: 80px 0;
  text-align: left;
  overflow: hidden;
  background-size:cover;
  background-repeat:no-repeat;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("images/wave.png") no-repeat center;
  background-size: cover;
  filter: blur(3px);
  z-index: 0;
}

.hero-section > * {
  position: relative;
  z-index: 1;
}

.hero-tagline {
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  display: block;
}

.hero-text{
    font-weight: 700;
    /* font-size: 50px; */
}
.hero-para{
    letter-spacing: 1px;
    gap: 5px;
}

.check-item {
  display: flex;
  letter-spacing: 2px;
  align-items: center;
  margin-bottom: 10px;
  font-size: 0.95rem;
  opacity: 0.9;
}

.check-item i {
  margin-right: 10px;
  font-size: 0.8rem;
}

.badge-box {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.badge-box small {
  display: block;
  font-size: 0.75rem;
  opacity: 0.7;
}

/*.contact-card {*/
/*  background: white;*/
/*  font-family: "poppins", sans-serif;*/
/*  padding: 45px;*/
/*  border-radius: 20px;*/
/*  color: #333;*/
/*  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);*/
/*}*/

/*.contact-card label {*/
/*  font-weight: 600;*/
/*  font-size: 0.95rem;*/
/*  margin-bottom: 5px;*/
/*}*/

/*.form-control,*/
/*.form-select {*/
  /* border: 1px solid #e2e8f0; */
/*  padding: 10px;*/
/*  font-size: 0.9rem;*/
/*}*/

/*.captcha-box {*/
/*  display: flex;*/
/*  grid-template-columns: 1fr;*/
/*  gap: 16px;*/
/*  align-items: end;*/

/*  background: rgba(255, 255, 255, 0.1);*/
/*  padding: 20px 5px;*/
/*  border-radius: 7px;*/
/*  margin-top: 6px;*/


/*}*/

/* Responsive */
/*@media (min-width: 768px) {*/
/*  .captcha-box {*/
/*    grid-template-columns: 1fr 1fr;*/
/*  }*/
/*}*/

/*.captcha-item {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 8px;*/
/*}*/

/*.captcha-label {*/
/*  font-size: 2rem;*/
/*  text-transform: uppercase;*/
/*  font-weight: bold;*/
/*  color: #333;*/
/*  margin-left: 4px;*/
/*}*/

/*.captcha-label.light {*/
/*  color: #333;*/
/*}*/

/*.captcha-display {*/
/*  background: #ffffff;*/
/*  border: 1px solid #e5e7eb;*/
/*  padding: 16px 24px;*/
/*  border-radius: 5px;*/
/*  text-align: center;*/
/*  box-shadow: 0 2px 6px rgba(0,0,0,0.05);*/
/*}*/

/*.captcha-display span {*/
/*  font-size: 0.9rem;*/
/*  font-weight: bold;*/
/*  letter-spacing: 2px;*/
/*  color: #333;*/
/*  user-select: none;*/
/*}*/

/*.captcha-input {*/
  /*width: 100%;*/
/*  padding: 16px 24px;*/
/*  background: #ffffff;*/
/*  border-radius: 5px;*/
/*  border: 1px solid #e5e7eb;*/
/*  font-size: 0.9rem;*/
/*  outline: none;*/
/*  transition: all 0.3s ease;*/
  /* box-shadow: 0 2px 6px rgba(0,0,0,0.05); */
/*  color: #333;*/
/*}*/

/*.captcha-input:focus {*/
/*  border-color: #333;*/
/*}*/

/*.btn-submit {*/
/*  background: #3e66f3;*/
/*  color: white;*/
/*  width: 100%;*/
/*  padding: 12px;*/
/*  border-radius: 10px;*/
/*  font-weight: 600;*/
/*  border: none;*/
/*  transition: background 0.3s;*/
/*}*/

/*.btn-submit:hover {*/
/*  background: #9333ea;*/
/*  color: white;*/
/*}*/

/*new form*/
/* ===== Contact Form Modern UI ===== */
    #contactForm {
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        border: 1px solid rgba(255, 255, 255, 0.12);
        padding: 40px;
        border-radius: 28px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
        position: relative;
        overflow: hidden;
    }

    #contactForm::before {
        content: "";
        position: absolute;
        width: 250px;
        height: 250px;
        background: linear-gradient(135deg, #6c63ff, #00d4ff);
        top: -120px;
        right: -120px;
        border-radius: 50%;
        opacity: 0.15;
    }

    #contactForm label {
        font-size: 14px;
        font-weight: 600;
        color: white;
        margin-bottom: 8px;
        display: block;
    }

    #contactForm .form-control,
    #contactForm .form-select,
    .captcha-input {
        height: 54px;
        border-radius: 14px;
        border: 1px solid rgba(255,255,255,0.15);
        background: rgba(255,255,255,0.06);
        color: #fff;
        padding: 12px 18px;
        font-size: 15px;
        transition: all 0.3s ease;
    }

    #contactForm textarea.form-control {
        height: auto;
        min-height: 120px;
        resize: none;
    }
    #contactForm option{
        background: #274bb7 !important;
    }
    #contactForm .form-control::placeholder,
    .captcha-input::placeholder {
        color: rgba(255,255,255,0.6);
    }

    #contactForm .form-control:focus,
    #contactForm .form-select:focus,
    .captcha-input:focus {
        border-color: #00d4ff;
        box-shadow: 0 0 0 4px rgba(0, 212, 255, 0.15);
        background: rgba(255,255,255,0.1);
        color: #fff;
    }

    /* ===== Captcha ===== */
    .captcha-box {
        margin-top: 10px;
    }

    .captcha-display {
        /*background: linear-gradient(135deg, #6c63ff, #00d4ff);*/
        color: #fff;
        /*padding: 14px 20px;*/
        border-radius: 14px;
        text-align: center;
        font-size: 22px;
        font-weight: 700;
        /*margin-bottom: 12px;*/
        letter-spacing: 1px;
        /*box-shadow: 0 8px 20px rgba(0,0,0,0.15);*/
    }

    /* ===== Button ===== */
    .animated-button {
        position: relative;
        overflow: hidden;
        border: none;
        background: #f7ba68;
;
        color: #fff;
        padding: 15px 42px;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 700;
        transition: all 0.4s ease;
        box-shadow: 0 10px 25px rgba(0, 212, 255, 0.25);
    }
    .sbm{
        width:100% !important;
    }

    .animated-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(0, 212, 255, 0.35);
    }

    .animated-button::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.2);
        transition: 0.5s;
    }

    .animated-button:hover::before {
        left: 100%;
    }

    /* ===== Responsive ===== */
    @media (max-width: 768px) {
        #contactForm {
            padding: 25px;
        }
    }
/* ================================================================ */
/* ===============================ADs client images logos================================= */
.clients-section {
  background-color: #ffffff;
  padding: 80px 0;
}

.clients-heading {
  color: #0c2b3e;
  font-size: 40px;
  font-weight: 600;
  max-width: 600px;
  margin: 0 auto 60px auto;
  line-height: 1.3;
}

.logo-item {
  padding: 10px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-item img {
  max-height: 80px;
  width: auto;
}
@media (max-width: 768px) {
  .logo-item img {
    max-height: 55px;
    width: auto;
  }
}

/* =============================================================== */
/* ===========================OUR SERVICES==================================== */
.services-grid-section {
  background-color: #092541;
  /*background-color: #4e68ee;*/
  padding: 100px 0;
}

.services-title {
  color: #c8d2d8;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 15px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.service-card {
  position: relative;
  border-radius: 20px;
  padding: 35px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px rgb(0 0 0 / 51%);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 1;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("images/circuits.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(0.8) sepia(1) saturate(5) hue-rotate(190deg) blur(2px);
  opacity: 0.1;
  transition: all 0.6s ease;
  z-index: -1;
  pointer-events: none;
}

.service-card:hover {
  transform: translateY(-10px);
  border-color: #0d6efd;
  box-shadow: 0 15px 40px rgba(13, 110, 253, 0.25);
}

.service-card:hover::before {
  opacity: 0.3;
  filter: invert(0.8) sepia(1) saturate(10) hue-rotate(190deg) blur(0px);
  transform: scale(1.15);
}

.service-card > * {
  position: relative;
  z-index: 2;
}

.icon-box {
  width: 45px;
  height: 45px;
  background: #0d6efd;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 1.2rem;
  box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
}

.service-card h4 {
  color: white;
}

.service-card h4,
.service-card .icon-box,
.service-card .service-list {
  position: relative;
  z-index: 2;
  text-shadow: 3px 1px black;
}

.service-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

h4 {
  font-weight: 400;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #ffffff;
}

.service-list li i {
  color: #22c55e;
  background: #f0fdf4;
  padding: 4px;
  border-radius: 4px;
  font-size: 0.75rem;
  margin-right: 12px;
  margin-top: 3px;
  border: 1px solid #dcfce7;
  text-shadow: none;
}
/* =============================================================== */
/* ============================CTA STRIPS=================================== */
.cta-strip {
  background-color: #0c1524;
  padding: 30px 0;
  color: white;
}

.cta-title {
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 8px;
}

.cta-text {
  opacity: 0.8;
  font-size: 1.05rem;
}

.btn-gradient {
  background: linear-gradient(90deg, #a855f7 0%, #d946ef 100%);
  color: white;
  border: none;
  padding: 14px 40px;
  border-radius: 50px;
  font-weight: 700;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-gradient:hover {
  color: white;
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(168, 85, 247, 0.4);
}
/* =============================================================== */
/* ==============================EXCELLENCE SECTION================================= */
.excellence-section {
  background-color: #f8fafc;
  padding: 100px 0;
  overflow: hidden;
}

.round-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #0d6efd, #0046af);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: #ffffff;
  font-size: 1.4rem;
  box-shadow: 0 10px 20px rgba(13, 110, 253, 0.2);
  border: 4px solid white;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.floating {
  animation: float 3s ease-in-out infinite;
}
.delay-1 {
  animation-delay: 0.5s;
}
.delay-2 {
  animation-delay: 1s;
}

.ex-card {
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 10px 30px rgba(0, 0, 0, 0.02);
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
  z-index: 1;
  overflow: hidden;
}

.ex-card::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 80px;
  height: 80px;
  /*background-image: url("images/logo.webp");*/
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.05;
  transition: all 0.4s ease;
  pointer-events: none;
  z-index: -1;
}

.ex-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  border-color: #0d6efd;
}

.ex-card:hover::after {
  opacity: 0.1;
  transform: scale(1.2) rotate(-10deg);
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #0d6efd, #3b82f6);
  border-radius: 10px;
  position: relative;
}

.progress-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  animation: shine-progress 2s infinite;
}

@keyframes shine-progress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.badge-row img {
  max-height: 80px;

  margin: 25px;
}

.ex-card {
  background: var(--card-bg);
  border-radius: 24px;
  padding: 40px 30px;
  border: 1px solid #e2e8f0;
  position: relative;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
  z-index: 1;
}

.card-accent {
  position: absolute;
  top: 40px;
  left: 0;
  width: 4px;
  height: 40px;
  background: var(--accent-color);
  border-radius: 0 4px 4px 0;
  transition: all 0.5s ease;
}

.ex-card::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  /*background-image: url("images/logo.webp");*/
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.03;
  filter: grayscale(1);
  transition: all 0.6s ease;
  z-index: -1;
}

.ex-card:hover {
  transform: translateY(-12px) scale(1.02);
  border-color: var(--accent-color);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
}

.ex-card:hover .card-accent {
  height: calc(100% - 80px);
  box-shadow: 0 0 15px var(--accent-color);
}

.ex-card:hover::before {
  opacity: 0.08;
  transform: rotate(-15deg) scale(1.3);
}

.ex-card h5 {
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 15px;
  padding-left: 10px;
}

.ex-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.stats-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
}

.progress-label {
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-main);
}

.percentage {
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--accent-color);
}

.custom-progress {
  height: 8px;
  background: #f1f5f9;
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--accent-color), #5cdfe7);
  border-radius: 10px;
  transition: width 1.5s cubic-bezier(0.1, 0.7, 1, 0.1);
}
/* =============================================================== */
/* ==============================Tech stack section styling================================= */
.tech-stack-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.stack-wrapper {
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stack-layer {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--layer-color);
  border-radius: 16px;
  padding: 8px;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.stack-layer:hover {
  transform: translateX(10px);
  border-color: var(--layer-color);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.layer-header {
  width: 200px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-right: 1px solid #f1f5f9;
}

.layer-label {
  font-weight: 800;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #ffffff;
}

.status-dot {
  width: 8px;
  height: 8px;
  background: var(--layer-color);
  border-radius: 50%;
  position: relative;
}

.status-dot::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--layer-color);
  border-radius: 50%;
  animation: pulseActive 2s infinite;
}

@keyframes pulseActive {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

.layer-body {
  flex-grow: 1;
  padding: 10px 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tech-pill {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: #032629;
  transition: all 0.2s ease;
}

.tech-pill:hover {
  background: var(--layer-color);
  color: #fff;
  border-color: var(--layer-color);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .stack-layer {
    flex-direction: column;
    align-items: flex-start;
  }
  .layer-header {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #f1f5f9;
  }
}

.stack-layer:nth-child(odd) .layer-header {
  background: linear-gradient(
    90deg,
    #0d6efd8a 0%,
    var(--bs-primary) 39%,
    var(--bs-primary-text-emphasis) 100%
  );
}

.stack-layer:nth-child(even) .layer-header {
  background: linear-gradient(
    269deg,
    #0d6efd96 0%,
    var(--bs-primary-text-emphasis) 39%,
    var(--bs-primary-text-emphasis) 100%
  );
}

.layer-header {
  width: 200px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-right: 1px solid #f1f5f9;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

@media (max-width: 768px) {
  .layer-header {
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
  }
}
/* =============================================================== */
/* ================================process section=============================== */
.process-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.pro-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(images/dotted.png) no-repeat center;
  background-size: cover;
  filter: blur(3px);
  z-index: 0;
}

.process-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 20px;
}

.pulse-line {
  position: absolute;
  left: 48px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #f1f5f9;
  border-radius: 10px;
  z-index: 1;
}

.pulse-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(
    to bottom,
    transparent,
    #f7ba68,
    transparent
  );
  animation: dataFlow 3s infinite linear;
}

@keyframes dataFlow {
  0% {
    top: -10%;
  }
  100% {
    top: 110%;
  }
}

.process-step {
  position: relative;
  display: flex;
  margin-bottom: 50px;
  z-index: 2;
}

.step-node {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border: 2px solid var(--bs-blue);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  box-shadow: 10px 6px 7px #0d6efd1a;
}

.step-number {
  font-weight: 900;
  color: var(--bs-primary);
  font-size: 1.1rem;
  z-index: 3;
}

.node-pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: #052c6517;
  opacity: 0.2;
  animation: ripple 2s infinite;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.step-card {
  background: #ffffff;
  margin-left: 50px;
  padding: 35px;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(168, 85, 247, 0.1);
  transition: all 0.4s ease;
}

.step-card:hover {
  transform: translateX(10px);
  border-color: var(--bs-blue);
  box-shadow: 0 20px 50px rgb(13 110 253 / 14%);
}

.step-card h4 {
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

.tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.tech-tags span {
  background: #f3f4f6;
  color: #6366f1;
  padding: 5px 15px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid transparent;
  transition: all 0.3s;
}

.step-card:hover .tech-tags span {
  background: #f5f3ff;
  color: var(--bs-primary-text-emphasis);
  border-color: #ddd6fe;
}
/* =============================================================== */
/* ==============================cta light section ================================= */

.cta-light-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.cta-light-container {
  background: linear-gradient(90deg, #f0f9ff 0%, #ffffff 100%);
  border-radius: 30px;
  padding: 40px 60px;
  border: 1px solid #eef2f6;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
}

.cta-light-title {
  color: #0c1524;
  font-weight: 800;
  font-size: 2.3rem;
  margin-bottom: 5px;
}

.cta-light-text {
  color: #032629;
  font-size: 1.2rem;
}

.btn-request {
  background: linear-gradient(90deg, #a855f7 0%, #d946ef 100%);
  color: white;
  border: none;
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-request:hover {
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(168, 85, 247, 0.3);
}

@media (max-width: 768px) {
  .cta-light-container {
    padding: 30px;
    text-align: center;
  }
  .btn-request {
    margin-top: 20px;
  }
}
/* =============================================================== */
/* ==============================testimonials section================================= */

.testimonials-section {
  padding: 100px 0;
  background-color: #f8fafc;
}

.testimonial-card {
  background: white;
  border-radius: 24px;
  padding: 40px 30px;
  height: 100%;
  border: 1px solid rgba(226, 232, 240, 0.6);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.featured-card {
  border-bottom: 4px solid var(--bs-primary-text-emphasis);
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.quote-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2.5rem;
  color: #7095b9;
  z-index: 0;
  transition: color 0.3s ease;
}

.testimonial-card:hover .quote-icon {
  color: #052c65;
}

.testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.avatar-circle {
  width: 54px;
  height: 54px;
  background: var(--bs-primary-text-emphasis);
  color: #ffffff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.8rem;
  margin-right: 15px;
  box-shadow: 0 8px 15px rgb(5 44 101 / 25%);
}

.author-info h6 {
  margin: 0;
  font-weight: 800;
  color: #0f172a;
  font-size: 1.2rem;
  line-height: 1.2;
}

.author-info span {
  font-size: 1rem;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.testimonial-text {
  font-size: 1.2rem;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  flex-grow: 1;
}

.testimonial-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #f1f5f9;
}

.star-rating {
  color: #f59e0b;
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.verified-badge {
  font-size: 1rem;
  font-weight: 700;
  color: #10b981;
  background: #ecfdf5;
  padding: 4px 10px;
  border-radius: 100px;
}
/* =============================================================== */
/* ============================contact final section=================================== */
.contact-final-section {
  background: #0f172a;
  /*background: #4e68ee;*/
  padding: 120px 0;
  color: white;
  position: relative;
  overflow: hidden;
}

.glow-orb {
  position: absolute;
  top: -10%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(168, 85, 247, 0.2) 0%,
    transparent 70%
  );
  z-index: 0;
}

.badge-tech {
  display: inline-block;
  padding: 6px 16px;
  background: #052c654d;
  border: 1px solid rgb(5 44 101 / 31%);
  border-radius: 100px;
  color: var(--bs-white);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.stats-dashboard {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 40px;
  backdrop-filter: blur(10px);
}

.stat-item {
  flex: 1;
  text-align: center;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 900;
  display: block;
  background: linear-gradient(45deg, #fff, var(--bs-primary-text-emphasis));
  /*background:black;*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #94a3b8;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
}

.contact-check-list {
  list-style: none;
  padding: 0;
}
.contact-check-list li {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  font-weight: 500;
  color: #cbd5e1;
}

.check-icon {
  width: 28px;
  height: 28px;
  background: var(--bs-primary-text-emphasis);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 0.8rem;
  color: white;
}

.book-call-card {
  background: white;
  border-radius: 32px;
  padding: 50px 40px;
  color: #0f172a;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.profile-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}

.profile-img {
  width: 90px;
  height: 90px;
  border-radius: 24px;
  border: 4px solid #f8fafc;
}

.online-indicator {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  background: #22c55e;
  border: 4px solid white;
  border-radius: 50%;
}

.btn-book {
  background: #0f172a;
  color: white;
  width: 100%;
  padding: 20px;
  border-radius: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 25px 0;
  transition: all 0.3s ease;
  border: none;
}

.btn-book:hover {
  background: var(--bs-primary);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(168, 85, 247, 0.3);
  color: white;
}

.trust-bar {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.trust-label {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 700;
}

.trust-label i {
  color: #22c55e;
}

.post-contact-info {
  border-top: 1px solid #f1f5f9;
  padding-top: 30px;
}

.post-contact-info h6 {
  font-weight: 800;
  margin-bottom: 10px;
}
.post-contact-info p {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}
/* =============================================================== */
/* ==============================intro text end================================= */
.seo-block {
  background: #f8f9fa;
  padding: 80px 20px;
}

.seo-block__container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* Heading */
.seo-block__title {
  font-size: 36px;
  font-weight: 700;
  color: #1f2d3d;
  margin-bottom: 20px;
}

/* Paragraph */
.seo-block__lead {
  font-size: 20px;
  line-height: 1.8;
  color: #5f6c7b;
  margin-bottom: 30px;
}

/* Bold text highlight */
.seo-block__lead strong {
  color: black;
  font-weight: 600;
}

/* Button */
.seo-block__header button {
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.seo-block__header button:hover {
  background: #0d6efdd4;
  color: #fff;
  border-color: #0d6efdd4;
}

/* Responsive */
@media (max-width: 768px) {
  .seo-block__title {
    font-size: 26px;
  }

  .seo-block__lead {
    font-size: 14px;
  }
}

/* =============================================================== */
/* ================================footer=============================== */
.site-footer {
  padding: 80px 0;
  background-color: #ffffff;
  position: relative;
}

.footer-top-accent {
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    #e2e8f0,
    #a855f7,
    #e2e8f0,
    transparent
  );
}

.footer-logo {
  max-height: 40px;
  transition: filter 0.3s ease;
}

.footer-brand-wrap:hover .footer-logo {
  filter: grayscale(0);
}

.status-wrap {
  /*display: flex;*/
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.status-blink {
  width: 6px;
  height: 6px;
  background-color: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 8px #22c55e;
  animation: blink 2s infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

.copyright-text {
  color: #94a3b8;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0;
  /*text-transform: uppercase;*/
}

.footer-nav-card {
  background: #f8fafc;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #f1f5f9;
}

.footer-heading {
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #64748b;
  margin-bottom: 20px;
  display: block;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links li:last-child {
  margin-bottom: 0;
}

.footer-links a {
  color: #1e293b;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.footer-links a i {
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  color: #a855f7;
}

.footer-links a:hover {
  color: #a855f7;
  padding-left: 5px;
}

.footer-links a:hover i {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 768px) {
  .footer-nav-card {
    margin-top: 20px;
    text-align: center;
  }
  .footer-links a {
    justify-content: center;
    gap: 15px;
  }
}
/* =============================================================== */

/* =======================buttons style============================== */
.animated-button {
  position: relative;
  display: inline-block;
  padding: 10px 27px;
  border: none;
  font-size: 16px;
  /*background-color: #0d6efdd4;*/
  border-radius: 100px;
  font-weight: 600;
  color: #ffffff;
  box-shadow: 0 0 0 2px #0d6efd52;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  text-decoration: none;
}

.animated-button span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #2196f3;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button span:first-child {
  position: relative;
  z-index: 1;
}

.animated-button:hover {
  box-shadow: 0 0 0 5px #2195f360;
  color: #ffffff;
}

.animated-button:active {
  scale: 0.95;
}

.animated-button:hover span:last-child {
  width: 180px;
  height: 150px;
  opacity: 1;
}

.navbar-nav .nav-link {
  color: #032629 !important;
  font-weight: 500;
  padding: 10px 15px;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #0d6efd !important;
  text-decoration: none;
}
.faq-accordion{
    width: 60%;
}

@media(max-width: 992px){
    .faq-accordion{
        width: 80%;
    }
}

@media(max-width: 576px){
    .faq-accordion{
        width: 100%;
    }
}
.footer-about{
    color: rgba(255,255,255,0.7);
    line-height: 1.8;
    font-size: 15px;
}

.footer-contact p{
    color: rgba(255,255,255,0.8);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-social{
    display: flex;
    gap: 12px;
}

.footer-social a{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.3s ease;
    text-decoration: none;
}

.footer-social a:hover{
    transform: translateY(-4px);
    background: #0d6efd;
    color: #fff;
}
.whatsapp-float{
    position:fixed;bottom:20px;right:20px;
    width:52px;height:52px;border-radius:50%;
    background:#25d366;color:white;
    display:flex;align-items:center;justify-content:center;
    font-size:1.5rem;
    text-decoration:none;
    box-shadow:0 4px 16px rgba(37,102,211,.4);
    z-index:900;transition:var(--transition);
}
.whatsapp-float:hover{transform:scale(1.1)}
.call-float{
    position:fixed;bottom:20px;left:20px;
    width:52px;height:52px;border-radius:50%;
    background:blue;color:white;
    display:flex;align-items:center;justify-content:center;
    font-size:1.5rem;
    text-decoration:none;
    box-shadow:0 4px 16px rgba(37,0,102,.4);
    z-index:900;transition:var(--transition);
}
.call-float:hover{transform:scale(1.1)}

.capbtn{
    background:transparent;
    border:none !important;
}
.cstmselect{
        background-color: rgba(255,255,255,0.08);
        color: #fff;
        border: 1px solid rgba(255,255,255,0.15);
        border-radius: 14px;
        height: 54px;
        padding: 12px 18px;

        /* Native browser up/down arrows */
        appearance: auto;
        -webkit-appearance: auto;
        -moz-appearance: auto;

    }

