#typed-text {
  color: #0d6efd; /* or your theme color */
  border-right: 2px solid #0d6efd;
  padding-right: 6px;
  animation: blink 0.8s infinite;
}

a.btn.btn-primary.consultation-btn, a.btn.btn-primary.sector-btn {
    color: #fff;
}


@keyframes blink {
  0% { border-color: transparent; }
  50% { border-color: #0d6efd; }
  100% { border-color: transparent; }
}
.loaders , .loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    display: none;
    margin: auto;
    margin-left: 20px;
    margin-top: -33px;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  #projetModal select.form-control:not([size]):not([multiple]) {
    height: auto !important;
  }
  a.default-btn {
    cursor: pointer;
  }
  li.current_page_item a.nav-link {
    color: #ff9800 !important
}

li.nav-item.mobile {
    display: none;
}
.consultation-counter-section {
  background: #f3f6f8;
}

.consultation-box {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.consultation-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
}

.consultation-btn {
  padding: 12px 22px;
  font-weight: 500;
  border-radius: 8px;
}

.counter-card {
  background: #fff4ec;
  border-radius: 14px;
  padding: 25px 15px;
  transition: all 0.3s ease;
}

.counter-card h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #1a1a1a;
}

.counter-card p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

.counter-card:hover {
  transform: translateY(-6px);
}

ul.awards-badges- {
    display: flex;
}

.sectors-section {
  background: #fffaf6;
}

.section-subtitle {
  display: inline-block;
  font-weight: 500;
  color: #f97316;
  margin-bottom: 8px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.section-title p {
  max-width: 720px;
  color: #555;
}

.sector-btn {
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 500;
}

.sector-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.sector-card i {
  font-size: 32px;
  color: #f97316;
  margin-bottom: 12px;
  display: inline-block;
}

.sector-card h6 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.sector-card:hover {
  transform: translateY(-6px);
}

.impact-section {
  background: #fff7ed;
}

.impact-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.06);
}

.eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .08em;
  color: #f97316;
  font-weight: 600;
}

.impact-heading {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.25;
  margin: 15px 0;
}

.impact-text {
  color: #555;
  max-width: 480px;
}

/* Presence */
.presence-modern {
  background: #fff3e6;
  padding: 20px;
}

.presence-title {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
}

.presence-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 12px 16px;
  font-size: 20px;
}

.presence-pill strong {
  display: block;
}

.presence-pill small {
  color: #666;
}

/* Trust */
.trust-note {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #15803d;
  font-size: 14px;
}

/* Form */
.form-modern {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: inset 0 0 0 1px #f1f1f1;
}

.form-modern .form-control {
  border: none;
  border-radius: 10px;
  background: #fafafa;
  padding: 14px 16px;
  margin-bottom: 15px;
}

.form-modern .form-control:focus {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(249,115,22,.2);
}

.btn-modern {
  background: #f97316 !important;
  color: #fff !important;
  padding: 14px;
  border-radius: 12px;
  font-weight: 600;
  border: none;
}

.video-testimonial .video-thumb {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    width: 185px;
    text-align: center;
    margin: auto;
}

.video-testimonial .video-thumb img {
  width: 100%;
  border-radius: 10px;
}

.video-testimonial .play-btn {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: #f97316;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
button.btn-close.position-absolute.top-0.end-0.m-3 {
    z-index: 1;
}

.tech-stack-section {
    background: linear-gradient(135deg, #0c91d9, #f88029);
}
.tech-tabs .nav-link {
  background: rgba(255,255,255,0.15);
  color: #fff;
  margin-bottom: 10px;
  padding: 12px 16px;
}

.tech-tabs .nav-link.active {
  background: #ffffff;
  color: #2f5bff;
  font-weight: 600;
}

.tech-content {
  background: rgba(255,255,255,0.15);
  padding: 25px;
  border-radius: 18px;
}

.tech-logo {
  background: #fff;
  padding: 13px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transition: transform .3s ease;
}

.tech-logo img, .tech-logo svg {
    width: 30px;
    height: 30px;
    margin-bottom: 7px;
}

.tech-logo span {
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.tech-logo:hover {
  transform: translateY(-6px);
}

/* ===== My Work Section ===== */
.mywork-scroll {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.mywork-title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.mywork-subtitle {
  font-size: 1.1rem;
  color: #6b7280;
  max-width: 650px;
  margin: 0 auto;
}

/* ===== Work Item ===== */
.mywork-item-scroll {
  margin-bottom: 120px;
}

/* ===== Images ===== */
.mywork-item-scroll img {
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.mywork-item-scroll img:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

/* ===== Content ===== */
.mywork-item-scroll h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.mywork-item-scroll p {
  font-size: 1rem;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 20px;
}

/* ===== Features ===== */
.mywork-item-scroll ul {
  list-style: none;
  padding-left: 0;
}

.mywork-item-scroll ul strong {
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
  color: #111827;
}

.mywork-item-scroll ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #4b5563;
}

.mywork-item-scroll ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #3b82f6;
  font-weight: bold;
}
.mywork-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2563eb;
  background: rgba(37, 99, 235, 0.1);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}

/* Modern transparent glass effect */
.modern-modal {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(12px);
  border-radius: 20px;
/*  padding: 30px;*/
  color: white;
}

/* Input styles */
.modern-input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  color: white;
}

.modern-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* Button styles */
.modern-btn {
  background-color: #F88029;
  border: none;
  padding: 10px 30px;
  border-radius: 30px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  transition: background 0.3s ease;
  box-shadow: 0 4px 15px rgba(248, 128, 41, 0.4);
}

.modern-btn:hover {
  background-color: #e56e18; /* slightly darker orange on hover */
}

/* Remove border from modal header */
.modal-header {
  border-bottom: none;
}

/* Close button white */
.n-close {
  opacity: 1;
  color: white;
  font-size: 1.5rem;
}

.contact-highlights {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.contact-highlights li {
  font-size: 0.95rem;
  margin-bottom: 12px;
  color: #111827;
}

.contact-note {
  font-size: 0.95rem;
  color: #6b7280;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .mywork-item-scroll {
    margin-bottom: 80px;
  }

  .mywork-item-scroll h3 {
    font-size: 1.7rem;
  }
}
@supports (animation-timeline: view()) {
  .mywork-item-scroll {
    animation: fadeUp linear both;
    animation-timeline: view();
    animation-range: entry 10% cover 30%;
  }

  @keyframes fadeUp {
    from {
      opacity: 0;
      transform: translateY(60px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

section.feature-section.bg-gary {
    background: #cbcbcb1a;
}

.feature-section.bg-gary h2.text-center {
    margin-bottom: 50px;
}


/* Main Section Background */
.home-3 {
    background: linear-gradient(135deg, #0d1b3d, #102a56);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

/* Optional tech pattern overlay */
.home-3::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(0,174,255,0.2), transparent 25%),
                radial-gradient(circle at 80% 80%, rgba(0,174,255,0.2), transparent 25%);
    opacity: 0.4;
    z-index: 1;
}

/* Text Content */


/* Image Container Styling */
.banner-image {
    position: relative;
    z-index: 2;
    text-align: center;
}

/* Tech Image Styling */
.banner-image img {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 174, 255, 0.4);
    animation: floatImage 4s ease-in-out infinite;
    transition: all 0.3s ease;
}

/* Hover Glow Effect */
.banner-image img:hover {
    transform: scale(1.03);
    box-shadow: 0 0 40px rgba(0, 174, 255, 0.7);
}

/* Floating Animation */
@keyframes floatImage {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0px);
    }
}



/* Responsive Fix */
@media (max-width: 991px) {
    .main-banner-content {
        text-align: center;
        margin-bottom: 40px;
    }

    .banner-image img {
        max-width: 90%;
    }
}

