.external_link_services-hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 90px 0 !important;
}

───────────────────────────────────────────────────── */

/* ─────────────────────────────────────────────────
   1) Base: hide the toggler by default on large screens
   ───────────────────────────────────────────────── */
.navbar-overlay .navbar-toggler {
  display: none;
}

/* ─────────────────────────────────────────────────
   2) Show + custom‐style toggler on screens < 992px
   ───────────────────────────────────────────────── */
@media (max-width: 991.98px) {
  .navbar-overlay .navbar-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px !important;
    height: 48px;
    border: none;
    text-align: center;
    background: transparent !important;
    cursor: pointer;
    padding: 10px;
    margin-left: auto;
    z-index: 1100;
  }

  .navbar-overlay .navbar-toggler:focus {
    outline: none;
  }
  .navbar-overlay .navbar-toggler:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
    border-radius: 6px;
  }

  .navbar-overlay .navbar-toggler .fas.fa-bars {
    font-size: 1.5rem;
    color: #ffffff;
    transition: transform 0.3s ease, color 0.3s ease;
  }

  .navbar-overlay .navbar-toggler:hover .fas.fa-bars {
    color: #ffd700;
  }
}

/* ─────────────────────────────────────────────────
   3) Animate from “bars” → “X” when collapse is open
   We detect that the button loses the `.collapsed` class.
   ───────────────────────────────────────────────── */
@media (max-width: 991.98px) {
  .navbar-overlay .navbar-toggler:not(.collapsed) .fas.fa-bars {
    transform: rotate(90deg);
    color: #ffd700;
  }
}

/* ─────────────────────────────────────────────────
   4) Style the collapsed menu background (optional)
   ───────────────────────────────────────────────── */
@media (max-width: 991.98px) {
  .navbar-overlay .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .navbar-overlay .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 500;
    transition: color 0.2s ease;
  }
  .navbar-overlay .navbar-nav .nav-link:hover {
    color: #ffd700;
  }
}

.external_link_services-main-heading {
  font-size: 3.5rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 3rem;

  line-height: 1.2;
  border-radius: 10px;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 0.7%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-overlay .navbar-toggler {
  display: none;
}

@media (max-width: 991.98px) {
  .navbar-overlay .navbar-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 1100;
  }

  .navbar-overlay .navbar-toggler:focus {
    outline: none;
  }
  .navbar-overlay .navbar-toggler:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
    border-radius: 6px;
  }

  .navbar-overlay .navbar-toggler .fas.fa-bars {
    font-size: 1.5rem;
    color: #fff;
    transition: transform 0.3s ease, color 0.3s ease;
  }
  .navbar-overlay .navbar-toggler:hover .fas.fa-bars {
    color: #ffd700;
  }

  .navbar-overlay .navbar-toggler:not(.collapsed) .fas.fa-bars {
    transform: rotate(90deg);
    color: #ffd700;
  }

  .navbar-overlay .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .navbar-overlay .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    transition: color 0.2s ease;
  }
  .navbar-overlay .navbar-nav .nav-link:hover {
    color: #ffd700;
  }
}
html,
body {
  margin: 0 !important;
  padding: 0;
  height: 100%;
}

.external_link_services-hero-section {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#navbarNav {
  background-color: #00000094 !important;
  padding: 10px !important;
}
@media (max-width: 767.98px) {
  #navbarNav {
    background-color: #00000094 !important;
  }
}

@media (min-width: 768px) {
  #navbarNav {
    background-color: transparent !important;
  }
}

.navbar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent !important;
  z-index: 1000;
}

.navbar-overlay .navbar-brand,
.navbar-overlay .nav-link {
  color: #fff !important;
}

.navbar-overlay .navbar-toggler {
  display: none;
}

@media (max-width: 991.98px) {
  .navbar-overlay .navbar-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #007bff;
    border: none;
    cursor: pointer;
    z-index: 1100;
  }
  /* ──────────────────────────────────────────────────────────────
   GLOBAL “BAR” STYLES (for all screen sizes)
   ────────────────────────────────────────────────────────────── */

  .bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  /* ──────────────────────────────────────────────────────────────
   SHOW THE BUTTON & BARS ON < 992px (because on large screens
   we hide .navbar-toggler entirely)
   ────────────────────────────────────────────────────────────── */
  @media (max-width: 991.98px) {
    .navbar-overlay .navbar-toggler {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 1px;
      height: 1px;
      background: #00000044;
      border: none;
      cursor: pointer;
      z-index: 1100;
      padding: 0;
    }

    .navbar-overlay .navbar-collapse {
      background-color: rgba(0, 0, 0, 0.8);
    }
    .navbar-overlay .navbar-nav .nav-link {
      color: #fff;
      font-weight: 500;
      transition: color 0.2s ease;
    }
    .navbar-overlay .navbar-nav .nav-link:hover {
      color: #ffd700;
    }
  }

  @media (min-width: 992px) {
    .navbar-overlay .navbar-toggler {
      display: none !important;
    }
  }
}

.external_link_services-content-text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ccc6c6;
  margin-bottom: 2rem;
  line-height: 1.8;
  text-align: justify;
  border-radius: 10px;
}

.external_link_services-stats-section {
  margin-top: 5rem;
  padding-top: 3rem;
}

.external_link_services-stat-item {
  text-align: center;
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.external_link_services-stat-number {
  font-size: 4rem;
  font-weight: 700;
  color: #f4c430;
  line-height: 1;
  margin-bottom: 0.5rem;
  display: block;
}

.external_link_services-stat-label {
  font-size: 1.2rem;
  font-weight: 500;
  color: #2c2c2c;
  text-transform: capitalize;
}

.external_link_services-stat-item:hover {
  transform: translateY(-5px);
}
.external_link_services-stat-item:hover .external_link_services-stat-number {
  color: #e6b800;
}

.external_link_services-fade-in {
  opacity: 0;
  transform: translateY(30px);
  animation: external_link_services-fadeInUp 0.8s ease forwards;
}

.external_link_services-fade-in:nth-child(1) {
  animation-delay: 0.1s;
}
.external_link_services-fade-in:nth-child(2) {
  animation-delay: 0.2s;
}
.external_link_services-fade-in:nth-child(3) {
  animation-delay: 0.3s;
}
.external_link_services-fade-in:nth-child(4) {
  animation-delay: 0.4s;
}
.external_link_services-fade-in:nth-child(5) {
  animation-delay: 0.5s;
}

@keyframes external_link_services-fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.external_link_services-counter {
  display: inline-block;
}

@media (max-width: 1199.98px) {
  .external_link_services-main-heading {
    font-size: 3rem;
  }
  .external_link_services-stat-number {
    font-size: 3.5rem;
  }
}
@media (max-width: 991.98px) {
  .external_link_services-main-heading {
    font-size: 2.5rem;
    letter-spacing: 1px;
  }
  .external_link_services-content-text {
    font-size: 1rem;
    text-align: left;
  }
  .external_link_services-stat-number {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .external_link_services-hero-section {
    padding: 40px 20px;
    min-height: auto;
  }
  .external_link_services-main-heading {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .external_link_services-content-text {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
  .external_link_services-stats-section {
    margin-top: 3rem;
    padding-top: 2rem;
  }
  .external_link_services-stat-number {
    font-size: 2.5rem;
  }
  .external_link_services-stat-label {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .external_link_services-main-heading {
    font-size: 1.6rem;
    letter-spacing: 0.5px;
  }
  .external_link_services-content-text {
    font-size: 0.9rem;
  }
  .external_link_services-stat-number {
    font-size: 2rem;
  }
  .external_link_services-stat-item {
    margin-bottom: 1.5rem;
  }
}

::selection {
  background-color: #f4c430;
  color: #2c2c2c;
}
html {
  scroll-behavior: smooth;
}

.development-section {
  padding: 80px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.section-heading {
  font-size: 2.8rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.section-text {
  font-size: 1.1rem;
  font-weight: 400;
  color: #666;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.intrigued-text {
  font-size: 1.1rem;
  font-weight: 500;
  color: #2c2c2c;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

.read-less-link {
  color: #f4c430;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.read-less-link:hover {
  color: #e6b800;
  text-decoration: none;
  transform: translateX(-3px);
}

.code-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 90px 90px rgba(22, 2, 123, 0.1);
  background: #1e1e1e;
  height: 400px;
  z-index: 1;
}

/* ───────────────────────────────────────────────────────────────
   Add this ::before pseudo-element for a “back‐of‐card” right‐side fade
   ─────────────────────────────────────────────────────────────── */
.code-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 100%;
  background: linear-gradient(
    to left,
    rgba(21, 4, 120, 0.5) 0%,
 transparent 100%
  );
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  z-index: 0;
}

.code-header {
  background: #2d2d2d;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.code-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.dot-red {
  background-color: #ff5f56;
}
.dot-yellow {
  background-color: #ffbd2e;
}
.dot-green {
  background-color: #27ca3f;
}

.code-content {
  padding: 20px;
  font-family: "Fira Code", "Consolas", monospace;
  font-size: 14px;
  line-height: 1.5;
  height: calc(100% - 48px);
  overflow: hidden;
}

.code-line {
  display: flex;
  margin-bottom: 4px;
}

.line-number {
  color: #6e7681;
  width: 30px;
  text-align: right;
  margin-right: 16px;
  user-select: none;
}

.code-text {
  color: #e6edf3;
}

.keyword {
  color: #ff7b72;
}
.string {
  color: #a5d6ff;
}
.function {
  color: #d2a8ff;
}
.variable {
  color: #79c0ff;
}
.comment {
  color: #8b949e;
}
.number {
  color: #79c0ff;
}
.operator {
  color: #ff7b72;
}
.property {
  color: #7ee787;
}

@media (max-width: 1199.98px) {
  .section-heading {
    font-size: 2.4rem;
  }

  .code-container {
    height: 350px;
  }
}

@media (max-width: 991.98px) {
  .development-section {
    padding: 60px 0;
  }

  .section-heading {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }

  .section-text {
    font-size: 1rem;
  }

  .code-container {
    height: 300px;
    margin-top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .development-section {
    padding: 40px 0;
    min-height: auto;
  }

  .section-heading {
    font-size: 1.8rem;
    text-align: center;
  }

  .section-text {
    font-size: 0.95rem;
    text-align: center;
  }

  .intrigued-text {
    text-align: center;
  }

  .read-less-link {
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  .code-container {
    height: 250px;
    margin-top: 1.5rem;
  }

  .code-content {
    font-size: 12px;
    padding: 15px;
  }
}

@media (max-width: 575.98px) {
  .section-heading {
    font-size: 1.5rem;
  }

  .section-text {
    font-size: 0.9rem;
  }

  .code-container {
    height: 200px;
  }

  .code-content {
    font-size: 11px;
    padding: 12px;
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}

.fade-in:nth-child(1) {
  animation-delay: 0.1s;
}
.fade-in:nth-child(2) {
  animation-delay: 0.2s;
}
.fade-in:nth-child(3) {
  animation-delay: 0.3s;
}
.fade-in:nth-child(4) {
  animation-delay: 0.4s;
}

.slide-in-right {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInRight 0.8s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.typing-animation {
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #79c0ff;
  animation: typing 3s steps(40, end), blink-caret 0.75s step-end infinite;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #79c0ff;
  }
}
.technologies-section {
  padding: 80px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.section-heading {
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #2c2c2c;
  margin-bottom: 4rem;
  text-align: center;
}

.tech-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: all 0.3s ease;
  border-radius: 12px;
  height: 120px;
}

.tech-logo-container:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.tech-logo {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(0%);
  transition: all 0.3s ease;
}

.tech-logo:hover {
  filter: grayscale(0%) brightness(1.1);
  transform: scale(1.05);
}

.unity-logo {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 10px;
}

.unity-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg, #000, #333);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.maya-logo {
  font-size: 2.5rem;
  font-weight: 700;
  color: #00b4a6;
  display: flex;
  align-items: center;
  gap: 10px;
}

.maya-icon {
  width: 40px;
  height: 40px;
  background: #00b4a6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.kotlin-logo {
  font-size: 2.5rem;
  font-weight: 700;
  color: #7f52ff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.kotlin-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg, #7f52ff, #ff6b35);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.adobe-logo {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ff0000;
  display: flex;
  align-items: center;
  gap: 10px;
}

.adobe-icon {
  width: 40px;
  height: 40px;
  background: #ff0000;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.android-logo {
  font-size: 2rem;
  font-weight: 600;
  color: #3ddc84;
  display: flex;
  align-items: center;
  gap: 10px;
}

.android-icon {
  width: 40px;
  height: 40px;
  background: #3ddc84;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.python-logo {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3776ab;
  display: flex;
  align-items: center;
  gap: 10px;
}

.python-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg, #3776ab, #ffd43b);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.xcode-logo {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1575f9;
  display: flex;
  align-items: center;
  gap: 10px;
}

.xcode-icon {
  width: 40px;
  height: 40px;
  background: #1575f9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

@media (max-width: 1199.98px) {
  .section-heading {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }

  .tech-logo-container {
    height: 100px;
    padding: 15px;
  }
}

@media (max-width: 991.98px) {
  .technologies-section {
    padding: 60px 0;
  }

  .section-heading {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }

  .tech-logo-container {
    height: 90px;
    margin-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  .technologies-section {
    padding: 40px 0;
    min-height: auto;
  }

  .section-heading {
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin-bottom: 2rem;
  }

  .tech-logo-container {
    height: 80px;
    padding: 10px;
  }

  .unity-logo,
  .maya-logo,
  .kotlin-logo,
  .adobe-logo,
  .python-logo,
  .xcode-logo {
    font-size: 1.8rem;
  }

  .android-logo {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .section-heading {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
  }

  .tech-logo-container {
    height: 70px;
    margin-bottom: 0.5rem;
  }

  .unity-logo,
  .maya-logo,
  .kotlin-logo,
  .adobe-logo,
  .python-logo,
  .xcode-logo {
    font-size: 1.5rem;
  }

  .android-logo {
    font-size: 1.2rem;
  }

  .unity-icon,
  .maya-icon,
  .kotlin-icon,
  .adobe-icon,
  .android-icon,
  .python-icon,
  .xcode-icon {
    width: 30px;
    height: 30px;
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}

.fade-in:nth-child(1) {
  animation-delay: 0.1s;
}
.fade-in:nth-child(2) {
  animation-delay: 0.2s;
}
.fade-in:nth-child(3) {
  animation-delay: 0.3s;
}
.fade-in:nth-child(4) {
  animation-delay: 0.4s;
}
.fade-in:nth-child(5) {
  animation-delay: 0.5s;
}
.fade-in:nth-child(6) {
  animation-delay: 0.6s;
}
.fade-in:nth-child(7) {
  animation-delay: 0.7s;
}
.fade-in:nth-child(8) {
  animation-delay: 0.8s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tech-grid {
  opacity: 0;
  animation: fadeIn 1s ease forwards;
  animation-delay: 0.5s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.contact-section {
  position: relative;
  min-height: 120vh !important;
  display: flex;
  align-items: center;

  background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 50%, #8b6914 100%);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .contact-section {
    min-height: 190vh !important;
    position: relative;

    align-items: center;

    background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 50%, #8b6914 100%);
    overflow: hidden;
  }
}

.curved-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(135deg, #f4c430 0%, #e6b800 100%);
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
}

.content-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
}

.text-content {
  color: white;
  padding: 2rem;
}

.main-heading {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.contact-btn {
  background-color: #f4c430;
  color: #2c2c2c;
  border: none;
  padding: 15px 30px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(244, 196, 48, 0.3);
}

.contact-btn:hover {
  background-color: #e6b800;
  color: #2c2c2c;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(244, 196, 48, 0.4);
}

.illustration-container {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem;
}

.computer-setup {
  position: relative;
  width: 400px;
  height: 300px;
}

.monitor {
  position: absolute;
  top: 20px;
  left: 50px;
  width: 280px;
  height: 180px;
  background: #2c2c2c;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.monitor::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  background: #f4c430;
  border-radius: 8px;
}

.monitor-stand {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 20px;
  background: #2c2c2c;
  border-radius: 4px;
}

.monitor-base {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 15px;
  background: #2c2c2c;
  border-radius: 8px;
}

.keyboard {
  position: absolute;
  bottom: 40px;
  left: 80px;
  width: 200px;
  height: 60px;
  background: #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.keyboard::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  background: repeating-linear-gradient(
    90deg,
    #f0f0f0 0px,
    #f0f0f0 12px,
    #e0e0e0 12px,
    #e0e0e0 14px
  );
  border-radius: 4px;
}

.mouse {
  position: absolute;
  bottom: 50px;
  right: 40px;
  width: 40px;
  height: 60px;
  background: #2c2c2c;
  border-radius: 20px 20px 8px 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.mouse::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 15px;
  background: #666;
  border-radius: 1px;
}

.mouse-cord {
  position: absolute;
  bottom: 8px;
  right: 20px;
  width: 2px;
  height: 40px;
  background: #666;
  border-radius: 1px;
}

.mouse-cord::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 20px;
  height: 2px;
  background: #666;
  border-radius: 1px;
}

.plant-pot {
  position: absolute;
  top: 60px;
  right: 20px;
  width: 50px;
  height: 40px;
  background: #d0d0d0;
  border-radius: 0 0 25px 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.plant-leaves {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 40px;
}

.leaf {
  position: absolute;
  width: 12px;
  height: 25px;
  background: #4a5568;
  border-radius: 50% 10px 50% 10px;
  transform-origin: bottom center;
}

.leaf:nth-child(1) {
  left: 10px;
  transform: rotate(-20deg);
}

.leaf:nth-child(2) {
  left: 20px;
  transform: rotate(-5deg);
}

.leaf:nth-child(3) {
  left: 30px;
  transform: rotate(10deg);
}

.leaf:nth-child(4) {
  left: 40px;
  transform: rotate(25deg);
}

@media (max-width: 1199.98px) {
  .curved-bg {
    width: 55%;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .main-heading {
    font-size: 2.5rem;
  }

  .computer-setup {
    width: 350px;
    height: 260px;
  }
}

@media (max-width: 991.98px) {
  .contact-section {
    min-height: auto;
    padding: 60px 0;
  }

  .curved-bg {
    display: none;
  }

  .contact-section {
    background: linear-gradient(135deg, #f4c430 0%, #e6b800 100%);
  }

  .text-content {
    text-align: center;
    color: #2c2c2c;
    margin-bottom: 2rem;
  }

  .main-heading {
    font-size: 2.2rem;
    color: #2c2c2c;
  }

  .contact-btn {
    background-color: #2c2c2c;
    color: #f4c430;
  }

  .contact-btn:hover {
    background-color: #1a1a1a;
    color: #f4c430;
  }

  .computer-setup {
    width: 300px;
    height: 220px;
  }
}

@media (max-width: 767.98px) {
  .contact-section {
    padding: 40px 0;
  }

  .main-heading {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .contact-btn {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .computer-setup {
    width: 250px;
    height: 180px;
  }

  .monitor {
    width: 200px;
    height: 130px;
    left: 25px;
  }

  .keyboard {
    width: 150px;
    height: 45px;
    left: 50px;
    bottom: 30px;
  }

  .mouse {
    width: 30px;
    height: 45px;
    right: 30px;
    bottom: 35px;
  }

  .plant-pot {
    width: 35px;
    height: 30px;
    right: 15px;
    top: 45px;
  }
}

@media (max-width: 575.98px) {
  .main-heading {
    font-size: 1.5rem;
  }

  .text-content {
    padding: 1rem;
  }

  .computer-setup {
    width: 200px;
    height: 150px;
  }

  .monitor {
    width: 160px;
    height: 100px;
    left: 20px;
    top: 15px;
  }

  .keyboard {
    width: 120px;
    height: 35px;
    left: 40px;
    bottom: 25px;
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease forwards;
}

.slide-in-right {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInRight 1s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.computer-setup {
  animation: float 6s ease-in-out infinite;
}

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

.leaf {
  animation: sway 3s ease-in-out infinite;
}

.leaf:nth-child(2) {
  animation-delay: 0.5s;
}

.leaf:nth-child(3) {
  animation-delay: 1s;
}

.leaf:nth-child(4) {
  animation-delay: 1.5s;
}

@keyframes sway {
  0%,
  100% {
    transform: rotate(var(--initial-rotation, 0deg));
  }
  50% {
    transform: rotate(calc(var(--initial-rotation, 0deg) + 5deg));
  }
}

:root {
  --primary-purple: #140761;
  --secondary-purple: #3b4cb8;
  --dark-purple: #2d3561;
  --primary-blue: #4c63d2;
  --text-gray: #6c757d;
  --light-gray: #f8f9fa;
  --bg-pattern: #f5f5f5;
}

.external_link_services-hero-section {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.navbar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent !important;
  z-index: 1000;
}

.navbar-overlay .navbar-brand,
.navbar-overlay .nav-link {
  color: #ffffff !important;
}

.navbar-overlay .navbar-toggler .fas {
  color: #ffffff;
}


.custom-dropdown {
  position: relative;
}

.custom-dropdown-box {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  z-index: 1001;
  min-width: 200px;
}

.custom-dropdown:hover .custom-dropdown-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.custom-dropdown-box a {
  display: block;
  padding: 0.6rem 1rem;
  color: #333333;
  text-decoration: none;
  font-size: 0.9rem;
}

.custom-dropdown-box a:hover {
  background-color: #f3f3f3;
  color: #000000;
}

.external_link_services-fade-in {
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
  animation-delay: 0.5s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.navbar-overlay.scrolled {
  background: rgba(0, 0, 0, 0.6) !important;
  transition: background 0.3s ease;
}

.navbar-delectus {
  background-color: rgb(129, 129, 129);
  z-index: 1000;
  opacity: 0.95;
  font-weight: 500;
}

.navbar-delectus .navbar-brand {
  color: var(--primary-purple);
  font-weight: 700;
  letter-spacing: 0.5px;
}
.navbar-delectus .navbar-brand:hover {
  color: var(--secondary-purple);
}

.navbar-delectus .nav-link {
  color: var(--dark-purple);
  transition: color 0.2s;
}

.navbar-delectus .dropdown-toggle::after {
  border-top-color: currentColor;
}

.navbar-delectus .dropdown-menu {
  border: none;
  background-color: var(--light-gray);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.navbar-delectus .dropdown-item {
  color: var(--dark-purple);
}
.navbar-delectus .dropdown-item:hover,
.navbar-delectus .dropdown-item:focus {
  background-color: var(--primary-purple) !important;
  color: #fff;
}

.navbar-delectus .navbar-nav .nav-link {
  margin: 0 0.85rem;
}

.navbar-delectus .navbar-toggler {
  border: none;
  background-color: black !important;
}
.navbar-delectus .navbar-toggler .fas {
  font-size: 1.35rem;
  color: var(--primary-purple) !important;
}

@media (max-width: 991.98px) {
  .navbar-delectus .navbar-collapse {
    background-color: var(--light-gray);
    padding: 0.75rem 1rem;
  }
}
.bg-primary-purple {
  background-color: var(--primary-purple) !important;
}
.bg-secondary-purple {
  background-color: var(--secondary-purple) !important;
}
.bg-dark-purple {
  background-color: var(--dark-purple) !important;
}

.navbar-toggler {
  border: 0;
  padding: 0.45rem 0.6rem;
}
.navbar-toggler .fa-bars {
  font-size: 1.4rem;
  color: var(--light-gray);
}

.navbar-light .navbar-toggler .fa-bars {
  color: var(--primary-purple);
}

.navbar-toggler {
  min-width: 44px;
  min-height: 44px;
}
.new_visiosn_main-section {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.new_visiosn_main-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 20% 20%,
      rgba(59, 130, 246, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(139, 92, 246, 0.1) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.new_visiosn_main-feature-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 3rem 2rem;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.new_visiosn_main-feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transition: left 0.5s ease;
}

.new_visiosn_main-feature-card:hover::before {
  left: 100%;
}

.new_visiosn_main-feature-card:hover {
  transform: translateY(-10px);
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.new_visiosn_main-feature-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  position: relative;
}

.new_visiosn_main-feature-icon::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: rgba(26, 26, 26, 0.9);
  border-radius: 18px;
}

.new_visiosn_main-feature-icon i {
  font-size: 2rem;
  color: #3b82f6;
  position: relative;
  z-index: 1;
}

.new_visiosn_main-feature-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.new_visiosn_main-feature-description {
  font-size: 1.1rem;
  color: #a1a1aa;
  line-height: 1.6;
  font-weight: 300;
}

.new_visiosn_main-divider {
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  height: 60%;
  position: absolute;
  top: 20%;
  right: 0;
}

@media (max-width: 991.98px) {
  .new_visiosn_main-divider {
    display: none;
  }

  .new_visiosn_main-feature-card {
    margin-bottom: 2rem;
    padding: 2rem 1.5rem;
  }

  .new_visiosn_main-feature-title {
    font-size: 1.5rem;
  }

  .new_visiosn_main-feature-description {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .new_visiosn_main-feature-card {
    padding: 1.5rem 1rem;
  }

  .new_visiosn_main-feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1.5rem;
  }

  .new_visiosn_main-feature-icon i {
    font-size: 1.5rem;
  }

  .new_visiosn_main-feature-title {
    font-size: 1.25rem;
  }

  .new_visiosn_main-feature-description {
    font-size: 0.95rem;
  }
}

.new_visiosn_main-container-custom {
  max-width: 1400px;
}

.team-section {
  padding: 10px 0;
  text-align: center;
}
.team-title {
  font-size: clamp(2rem, 4vw + 1rem, 3.2rem) !important;
  color: #909090 !important;
  line-height: 1.5;
  font-weight: 800;
  text-shadow: 2px 0 0 rgba(36, 32, 150, 0.85), 8px 0 8px rgba(0, 0, 0, 0.6);
}

@media (min-width: 1200px) {
  .team-title {
    font-size: 3.2rem !important;
  }
}

@media (max-width: 992px) {
  .team-title {
    font-size: 2.8rem !important;
  }
}

@media (max-width: 768px) {
  .team-title {
    font-size: 2.4rem !important;
  }
}

@media (max-width: 576px) {
  .team-title {
    font-size: 2rem !important;
  }
}

.team-section {
  padding: 80px 0;
  text-align: center;
}

.team-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.team-subtitle {
  max-width: 700px;
  margin: 0 auto 50px;
  color: #6c757d;
  line-height: 1.6;
}

.team-member {
  margin-bottom: 40px;
}

.member-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;

  transition: transform 0.3s ease;
}

.member-img:hover {
  transform: scale(1.05);
}

.member-name {
  font-weight: 600;
  margin-bottom: 5px;
}

.member-position {
  color: #6c757d;
  margin-bottom: 15px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-icon {
  color: #212529;
  font-size: 16px;
  transition: color 0.3s ease;
}

.social-icon:hover {
  color: #6c757d;
}

@media (max-width: 767px) {
  .member-img {
    width: 150px;
    height: 150px;
  }

  .team-title {
    font-size: 2rem;
  }

  .member-name {
    font-size: 1rem;
  }

  .member-position {
    font-size: 0.85rem;
  }
}

@media (max-width: 991px) {
  .team-member {
    margin-bottom: 30px;
  }
}
.carousel-control-prev,
.carousel-control-next {
  width: 30px;
  height: 30px;
  background-color: #000000;
  border-radius: 50%;
  border: none;
  opacity: 0.7;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  font-size: 1.5rem;
  color: white;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #000000;
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-control-prev {
  left: 10px;
}

.carousel-control-next {
  right: 10px;
}

.how_section-hero {
  padding: 30px 0;
  height: 80vh;
}

@media (max-width: 992px) {
  .how_section-hero {
    height: 95vh;
  }
}

@media (max-width: 768px) {
  .how_section-hero {
    height: 110vh;
  }
}

@media (max-width: 576px) {
  .how_section-hero {
    height: 130vh;
  }
}

@media (max-width: 420px) {
  .how_section-hero {
    height: 150vh;
  }
}

.how_section-stat-card {
  background-color: #1a1a1a;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  transition: transform 0.3s ease;
}

.how_section-stat-card:hover {
  transform: translateY(-5px);
}

.how_section-stat-number {
  font-size: 3.5rem;
  font-weight: bold;
}

.how_section-stat-text {
  font-size: 1.2rem;
  color: #ccc;
}

.how_section-cta-button {
  background-color: transparent;
  border: 2px solid #ff6b00;
  color: #ff6b00;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.how_section-cta-button:hover {
  background-color: #ff6b00;
  color: #000;
}

.how_section-main-heading {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.1;
}

.how_section-description {
  color: #ccc;
  font-size: 1.1rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .how_section-main-heading {
    font-size: 2.5rem;
  }

  .how_section-stat-number {
    font-size: 2.5rem;
  }
}
.contact_initial-section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem 1rem;
}
:root {
  --primary-purple: #4c63d2;
  --secondary-purple: #3b4cb8;
  --dark-purple: #2d3561;
  --primary-blue: #4c63d2;
}

#about {
  background-color: #000;

  background-image: radial-gradient(
      circle at 50% 135%,
      var(-pricing_text-primary-purple) 0%,
      rgba(0, 0, 0, 0.912) 70%
    ),
    radial-gradient(
      circle at 80% 15%,
      var(--secondary-purple) 0%,
      rgba(0, 0, 0, 0) 95%
    ),
    radial-gradient(
      circle at 50% 85%,
      var(--dark-purple) 0%,
      rgba(0, 0, 0, 0) 70%
    );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#about::before {
  content: "";
  position: absolute;
  inset: 0;

  pointer-events: none;
  z-index: -1;
}

#about .container {
  max-width: 1340px;
}

#about .col-lg-6:first-child {
  padding-right: 60px;
}
.price_right_side {
  background: linear-gradient(135deg, #000000 0%, #4c63d2 100%) !important;
}

.pricing_text {
  font-size: clamp(2rem, 4vw + 1rem, 6rem) !important;
  color: #909090 !important;
  line-height: 1.5;
  font-weight: 800;
  text-shadow: 2px 0 0 rgba(36, 32, 150, 0.85), 8px 0 8px rgba(0, 0, 0, 0.6);
}

@media (min-width: 1200px) {
  .pricing_text {
    font-size: 6rem !important;
  }
}

@media (max-width: 992px) {
  .pricing_text {
    font-size: 5rem !important;
  }
}

@media (max-width: 768px) {
  .pricing_text {
    font-size: 4rem !important;
  }
}

@media (max-width: 576px) {
  .pricing_text {
    font-size: 2.8rem !important;
  }
}

.starting_from_text {
  font-size: 3rem !important;
  color: #909090 !important;
  line-height: 1.5;
  font-size: clamp(2rem, 4vw+1rem, 3.2rem);
  font-weight: 800;
  text-shadow: 2px 0 0 rgba(36, 32, 150, 0.85), 8px 0 8px rgba(0, 0, 0, 0.6);
}

@media (max-width: 992px) {
  .starting_from_text {
    font-size: 3rem !important;
  }
}

@media (max-width: 768px) {
  .starting_from_text {
    font-size: 2rem !important;
  }
}

@media (max-width: 576px) {
  .starting_from_text {
    font-size: 1.5rem !important;
  }
}

.text_Ai {
  font-size: 1.8rem !important;
  color: #4b4b4b !important;
  line-height: 1.5;
  font-size: clamp(2rem, 4vw+1rem, 3.2rem);
  font-weight: 600;
}

.text_Ai .text-primary {
  color: #fe7743;
  font-weight: 700;
}

#about p.text-muted {
  color: #d1cec9;
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 2rem;
}

.outline-button {
  display: inline-block;
  padding: 12px 32px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.outline-button:hover,
.outline-button:focus {
  background-color: var(--primary-blue);
  color: #ffffff;
  box-shadow: 0 6px 15px rgba(255, 255, 255, 0.203);
}

.d-flex.flex-wrap.mt-5 {
  gap: 40px;
}

.stats-item h2 {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--primary-blue);
  margin-bottom: 0.2rem;
}

.stats-item p {
  font-size: 0.95rem;
  font-weight: 500;
  color: #efeeea;
}

#about .card {
  background: #00000044;
  color: #efeeea;
  border-radius: 24px;
  border: 4px solid #2d3561 !important;
  padding: 40px 30px;
  box-shadow: 0 12px 25px rgba(254, 119, 67, 0.3);
  transition: transform 0.3s ease;
}

#about .card:hover {
  transform: translateY(-8px);
}

#about .card-body p.text-muted {
  font-size: 1rem;
  line-height: 1.6;
  color: #c8c5bf;
  margin-bottom: 1.6rem;
}

.price {
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--primary-blue);
  margin-bottom: 1.5rem;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}
.prices_normal {
  font-size: 2rem;
  font-weight: 500;
  color: #fe7743;
}
#about .btn-primary {
  background-color: var(--dark-purple);
  border: none;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 50px;
  padding: 14px 0;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 100%;
}

#about .btn-primary:hover,
#about .btn-primary:focus {
  background-color: #000000;
  color: #1c2b3a;
  box-shadow: 0 8px 20px rgba(254, 119, 67, 0.6);
}
.custom-dropdown {
  position: relative;
}

.custom-dropdown .custom-dropdown-box {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  border: 2px solid #ddd;
  padding: 10px;
  display: none;
  box-shadow: 0 40px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
  min-width: 500px;
  height: 300px;
  font-size: 20px;
}

.custom-dropdown:hover .custom-dropdown-box {
  display: block;
}

.custom-dropdown-box a {
  display: block;
  padding: 5px 0;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.custom-dropdown-box a:hover {
  color: #007bff;
}
.external_link_services-hero-section {
  position: relative;
  min-height: 100vh;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.external_link_services-hero-section video.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 0;
}
.external_link_services-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.external_link_services-hero-section .container {
  position: relative;
  z-index: 2;
}

.external_link_services-fade-in {
  opacity: 0;
  transform: translateY(20px);
}
.external_link_services-fade-in.show {
  opacity: 1;
  transform: none;
  transition: 0.6s ease;
}

.navbar-delectus .nav-link {
  color: #fff;
  font-weight: 500;
}

.custom-dropdown {
  position: relative;
}
.custom-dropdown .custom-dropdown-box {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 220px;
  background: #111;
  border-radius: 0.5rem;
  padding: 0.75rem 0;
  display: none;
}
.custom-dropdown:hover .custom-dropdown-box {
  display: block;
}
.custom-dropdown-box a {
  display: block;
  color: #fff;
  padding: 0.35rem 1rem;
  font-size: 0.9rem;
  text-decoration: none;
}
.custom-dropdown-box a:hover {
  background: #ffd700;
  color: #111;
}
body {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  overflow-y: scroll !important;
}

body::-webkit-scrollbar {
  display: none !important;
}
@media (max-width: 768px) {
  .how_section-cta-button {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .service-item {
    display: none !important;
  }
}

.external_link_services-stat-item {
  margin-bottom: 1.5rem;
}
.external_link_services-stat-number {
  font-size: 2rem;
  font-weight: 700;
}
.external_link_services-stat-label {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  color: white !important;
}
@media (min-width: 992px) {
  .external_link_services-stat-item {
    margin-bottom: 0;
  }
}

.circle-overlay-right {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(
    circle at 100% 50%,
 var(--primary-purple) 0%,
    var(--primary-blue) 40%,
    var(--secondary-purple) 70%,
    transparent 72%
  );
  background-repeat: no-repeat;
  transform: translateX(50%) scale(0);
  transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.3, 1);
}
.how_section {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.how-bg-img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.1);
}

@media (max-width: 768px) {
  .how-bg-img {
    filter: brightness(0.85);
  }
}
.main_services_section {
  padding: 60px 0;
  background-color: #0a0a0a;
}

/* ────────────────────────────────────────────────────────────
           2) SUBTITLE & TITLE
           ──────────────────────────────────────────────────────────── */
.main_services_section-section-subtitle {
  font-size: 3.2rem !important;
  color: #909090 !important;
  line-height: 1.5;
  font-size: clamp(2rem, 4vw+1rem, 3.2rem);
  font-weight: 800;
  text-shadow: 2px 0 0 rgba(36, 32, 150, 0.85), 8px 0 8px rgba(0, 0, 0, 0.6);
}

.main_services_section-section-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.2;
  color: #265de7;
}

.main_services_section-service-card {
  position: relative;
  height: 280px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.main_services_section-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 90px rgba(17, 1, 188, 0.3);
}

.main_services_section-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 1;
}

.main_services_section-service-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.main_services_section-service-card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}

.main_services_section-service-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
  margin: 0;
  line-height: 1.3;
}

.main_services_section-generative-ai {
  background-image: url("https://images.unsplash.com/photo-1677442136019-21780ecad995?w=500&h=300&fit=crop");
}

.main_services_section-dynamics-365 {
  background-image: url("https://images.unsplash.com/photo-1551650975-87deedd944c3?w=500&h=300&fit=crop");
}

.main_services_section-mobile-app {
  background-image: url("https://images.unsplash.com/photo-1512941937669-90a1b58e7e9c?w=500&h=300&fit=crop");
}

.main_services_section-staff-augmentation {
  background-image: url("https://images.unsplash.com/photo-1600880292203-757bb62b4baf?w=500&h=300&fit=crop");
}

.main_services_section-devops {
  background-image: url("https://images.unsplash.com/photo-1518432031352-d6fc5c10da5a?w=500&h=300&fit=crop");
}

.main_services_section-ui-ux-design {
  background-image: url("https://images.unsplash.com/photo-1561070791-2526d30994b5?w=500&h=300&fit=crop");
}

.main_services_section-web-development {
  background-image: url("https://images.unsplash.com/photo-1627398242454-45a1465c2479?w=500&h=300&fit=crop");
}

.main_services_section-custom-software {
  background-image: url("https://images.unsplash.com/photo-1555949963-aa79dcee981c?w=500&h=300&fit=crop");
}

/* ────────────────────────────────────────────────────────────
           5) RESPONSIVE ADJUSTMENTS
           ──────────────────────────────────────────────────────────── */
@media (max-width: 1200px) {
  .main_services_section-section-title {
    font-size: 3rem;
  }

  .main_services_section-service-card {
    height: 250px;
  }
}

@media (max-width: 992px) {
  .main_services_section-section-title {
    font-size: 2.5rem;
  }

  .main_services_section-service-card {
    height: 220px;
  }

  .main_services_section-service-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .main_services_section {
    padding: 40px 0;
  }

  .main_services_section-section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .main_services_section-service-card {
    height: 200px;
    margin-bottom: 20px;
  }

  .main_services_section-service-title {
    font-size: 1.4rem;
  }

  .main_services_section-service-card-content {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .main_services_section-section-title {
    font-size: 1.8rem;
  }

  .main_services_section-service-card {
    height: 180px;
  }

  .main_services_section-service-title {
    font-size: 1.2rem;
  }

  .main_services_section-service-card-content {
    padding: 15px;
  }
}

.gen-ai-section {
  min-height: 100vh;
  display: flex;
  align-content: space-between;
  padding: 40px 10px;

  background: linear-gradient(180deg, rgba(10, 10, 10, 0.98) 60%, #3b4cb8 100%);
  background-size: 100% 200%;
  background-position: center 0%;
  background-repeat: no-repeat;
  transition: background-position 0.2s ease-out;
}

@media (max-width: 768px) {
  .gen-ai-section {
    min-height: 160vh;
    padding: 10px 10px;
  }
}

.imge_ssection.right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.imge_ssection.right img {
  max-height: 90vh;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 768px) {
  .imge_ssection.right img {
    max-height: 100vh !important;
    width: 360px;
  }
}

.imge_ssection.right img:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.gen-ai-left h1,
.gen-ai-left h2,
.gen-ai-left h6,
.gen-ai-left {
  font-size: clamp(2rem, 4vw + 1rem, 1rem) !important;
  color: #909090 !important;
  line-height: 1.5;
  font-weight: 800;
  text-shadow: 2px 0 0 rgba(36, 32, 150, 0.85), 8px 0 8px rgba(0, 0, 0, 0.6);
}

@media (max-width: 992px) {
  .gen-ai-left h1,
  .gen-ai-left h2,
  .gen-ai-left h6,
  .gen-ai-left {
    font-size: 2.5rem !important;
  }
}

@media (max-width: 768px) {
  .gen-ai-left h1,
  .gen-ai-left h2,
  .gen-ai-left h6,
  .gen-ai-left .text-primary {
    font-size: 2rem !important;
  }
}

@media (max-width: 576px) {
  .gen-ai-left h1,
  .gen-ai-left h2,
  .gen-ai-left h6,
  .gen-ai-left .text-primary {
    font-size: 1rem !important;
  }
}

.gen-ai-left .text-info {
  color: #61dafb !important;
}

.gen-ai-left .lead,
.gen-ai-left p {
  color: #a9a9a9;
  font-size: 15px;
}

.carousel-inner img {
  max-height: 80vh;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

@media (max-width: 992px) {
  .gen-ai-section {
    flex-direction: column;
    text-align: center;
  }

  .carousel-inner img {
    max-height: 300px;
    margin-top: 20px;
  }
}

.contact-section {
  --col-start: #000;
  --col-end: var(--primary-blue) !important;

  --angle: 220deg;

  background: linear-gradient(
      var(--angle),
      var(--col-start) 50%,
      var(--col-end) 70%
    )
    fixed !important;

  background-size: cover;
  background-position: center;
  min-height: 80vh;

  position: relative;
  display: flex;
  align-items: center;
  padding: 9rem 0;
  color: #fff;
  overflow: hidden;
}

.contact-content {
  color: white;
  z-index: 1;
  position: relative;
}

.contact-title {
  font-size: clamp(2rem, 4vw + 1rem, 3.2rem) !important;
  color: #909090 !important;
  line-height: 1.5;
  text-align: center;
  font-weight: 800;
  text-shadow: 2px 0 0 rgba(36, 32, 150, 0.85), 8px 0 8px rgba(0, 0, 0, 0.6);
}

@media (max-width: 992px) {
  .contact-title {
    font-size: 2.8rem !important;
  }
}

@media (max-width: 768px) {
  .contact-title {
    font-size: 2.4rem !important;
  }
}

@media (max-width: 576px) {
  .contact-title {
    font-size: 2rem !important;
  }
}

.contact-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 3rem;
  text-align: center;
  opacity: 0.9;
  max-width: 600px;
  color: #777777;
  margin-left: auto;
  margin-right: auto;
}

.contact-info {
  margin-bottom: 2rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 2rem;

  border-radius: 10px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #00000031;

  background-image: radial-gradient(
      circle at 90% 135%,
      var(--primary-purple) 0%,
      rgba(0, 0, 0, 0.912) 30%
    ),
    radial-gradient(
      circle at 10% 35%,
      var(--secondary-purple) 0%,
      rgba(0, 0, 0, 0) 95%
    ),
    radial-gradient(
      circle at 90% 85%,
      var(--dark-purple) 0%,
      rgba(0, 0, 0, 0) 70%
    );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.contact-icon i {
  font-size: 1.2rem;
  color: white;
}

.contact-details h6 {
  color: #4dd0e1;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.contact-details p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.4;
  opacity: 0.9;
}

.contact-form {
  background: #1d4fd826;
  padding: 2.5rem;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  position: relative;
}

.form-title {
  color: #cbcbcb !important;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-control {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: #f8f9fa;
}

.form-control:focus {
  border-color: #4dd0e1;
  box-shadow: 0 0 0 0.2rem rgba(77, 208, 225, 0.25);
  background-color: white;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 0.7;
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.btn-send {
  background: linear-gradient(45deg, #000000, #1e1e1e) !important;
  color: white !important;
  border: none;
  padding: 12px 10px;
  border-radius: 18px !important;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.btn-send:hover {
  background: linear-gradient(45deg, #00acc1, #26c6da);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 188, 212, 0.4);
}

.btn-send:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .contact-section {
    background-attachment: scroll;
    padding: 2rem 0;
  }

  .responsive-banner {
    font-size: 0.8rem;
    padding: 0.8rem 1.5rem;
  }

  .contact-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .contact-description {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .contact-form {
    padding: 2rem 1.5rem;
    margin-top: 2rem;
  }

  .contact-item {
    flex-direction: column;
    text-align: center;
  }

  .contact-icon {
    margin-right: 0;
    margin-bottom: 1rem;
    align-self: center;
  }
}

@media (max-width: 576px) {
  .contact-title {
    font-size: 2rem;
  }

  .contact-form {
    padding: 1.5rem 1rem;
  }

  .responsive-banner {
    font-size: 0.7rem;
    padding: 0.6rem 1rem;
  }
}

@media (min-width: 1200px) {
  .contact-form {
    padding: 3rem;
  }
}

.contact-form {
  animation: slideInUp 0.6s ease-out;
}

.contact-item {
  animation: slideInLeft 0.6s ease-out;
}

.contact-item:nth-child(2) {
  animation-delay: 0.2s;
}

.contact-item:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.privacy-text {
  font-size: 0.8rem;
  color: #94a3b8;
  margin-top: 0.5rem;
}

.privacy-text a {
  color: #2563eb;
  text-decoration: none;
}

.bottom-footer {
  padding: 2rem 0;
}

.brand-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
}

.social-icons a {
  color: #64748b;
  font-size: 1.2rem;
  margin-left: 1rem;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #2563eb;
}

.copyright {
  color: #94a3b8;
  font-size: 0.9rem;
}

.footer-links {
  margin-bottom: 1rem;
}

.footer-links a {
  color: #64748b;
  text-decoration: none;
  margin-right: 2rem;
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: #2563eb;
}

@media (max-width: 768px) {
  .cta-content h2 {
    font-size: 2rem;
  }

  .lawyer-image {
    display: none;
  }

  .cta-section {
    padding: 2rem 1.5rem;
    text-align: center;
  }

  .btn-dark-custom,
  .btn-transparent {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .footer-column {
    margin-bottom: 2rem;
  }

  .social-icons {
    text-align: center;
    margin-top: 1rem;
  }

  .social-icons a {
    margin: 0 0.5rem;
  }

  .footer-links a {
    display: block;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .lawyer-image {
    width: 150px;
    height: 200px;
  }
}

.theme-toggle.active {
  background: #007bff;
  color: white;
}
.logo-list {
  display: flex;
  flex-direction: column;
  animation: scrollUp 60s linear infinite;
}
.logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 12px 0;
}
.logo {
  width: 60px;
  height: 60px;
  margin: 10px;
  background: #b9b9d4;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo img {
  max-width: 80%;
  max-height: 80%;
}
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .main-title {
    font-size: 2rem;
  }
  .logo {
    width: 40px;
    height: 40px;
    margin: 6px;
  }
}

.services-dropdown {
  position: relative;
}

.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--primary-blue);
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.667);
  list-style: none;
  margin: 0;
  color: white !important  ;
  padding: 1.5rem 0;
  min-width: 300px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 1.25s ease, transform 0.25s ease, visibility 0.25s;
  z-index: 100;
}

/* ——————————————————————————————————————————————
   4) On hover of the parent, show the dropdown
   —————————————————————————————————————————————— */
.services-dropdown:hover .dropdown-list {
  opacity: 2;
  visibility: visible;
  transform: translateY(0);
}

/* ——————————————————————————————————————————————
   5) Style each submenu link inside .dropdown-list
   —————————————————————————————————————————————— */
.dropdown-list li a {
  display: block;
  padding: 0.6rem 1rem;
  color: #333333;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.dropdown-list li a:hover {
  background-color: #f3f3f3;
  color: #000000;
}

.dropdown-list li + li {
  border-top: 1px solid #eeeeee;
}
