/* navbar */
   body {
      font-family: 'Poppins', sans-serif;
      background-color: #ffffff;
      color: #333333;
    }
    .logo{
      width: 150px;
      height: auto;
    }

    .navbar {
      background-color: #1A73E8;
    }

    .navbar-brand img {
      vertical-align: middle;
    }

    .nav-link {
      color: #fff !important;
      font-weight: 500;
    }

    .nav-link:hover {
      text-decoration: underline;
    }

    .btn-orange {
      background-color: #FFA500;
      color: white;
      font-weight: 600;
      border-radius: 8px;
    }

    .btn-orange:hover {
      background-color: #e69500;
    }
    .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='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }


.btn-orange {
  background-color: #FFA500;
  color: white;
  font-weight: 600;
  border-radius: 6px;
}

.btn-orange:hover {
  background-color: #e69500;
}
#why-choose-us .icon-circle {
  background-color: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin: 0 auto;
  transition: background-color 0.3s ease;
}

#why-choose-us .icon-circle:hover {
  background-color: #FFA500;
  color: #1A73E8;
  cursor: default;
}

#why-choose-us h5 {
  font-size: 1.1rem;
}

#why-choose-us p {
  font-size: 0.85rem;
}

/* our result section */
.result-card {
  transition: transform 0.3s ease;
}
.result-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(26, 115, 232, 0.3);
}


/* pricing card */
.pricing-card{
  border: 4px solid red !important;
}
@media (max-width: 576px) {
  #pricing h2.fw-bold {
    font-size: 1.8rem !important;
    line-height: 1.2 !important;
  }

  #pricing p.fs-5 {
    font-size: 0.9rem !important;
    line-height: 1.2 !important;
    max-width: 100% !important;
  }

  .pricing-card .price.display-2 {
    font-size: 2.2rem !important;
  }

  .pricing-card ul.fs-5 {
    font-size: 0.9rem !important;
  }

  .pricing-card button.btn-lg {
    font-size: 1rem !important;
    padding: 10px 0 !important;
  }
}

 .responsive-text {
    font-size: 1.15rem;
  }

  @media (max-width: 768px) {
    .comparison-section h2 {
      font-size: 1.6rem !important;
    }

    .responsive-text {
      font-size: 0.95rem;
    }

    .comparison-section h3 {
      font-size: 1.2rem !important;
    }
  }

/* button */
/* Base Button Styling */
.btn-gradient,
.btn-outline-gradient {
  position: relative;
  overflow: hidden;
  /* padding: 10px 24px; */
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  z-index: 1;
  border: none;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}

/* Gradient Animated Background */
.btn-gradient::before,
.btn-outline-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: linear-gradient(270deg, #1a73e8, #d31535, #1a73e8);
  background-size: 600% 600%;
  animation: waveMove 4s ease infinite;
  z-index: -1;
  transition: 0.4s ease-in-out;
}

/* Solid Button Text */
.btn-gradient {
  color: white;
}
.btn-gradient:hover {
  color: white;
}

/* Outline Button Style */
.btn-outline-gradient {
  color: white;
  border: 2px solid #ff6a00;
  background-color: transparent !important;
}

.btn-outline-gradient:hover {
  color: white;
}

.btn-outline-gradient::before {
  opacity: 0.9;
}

/* Animation Keyframes */
@keyframes waveMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}



/* services */
.service-card{
  border: 2px solid #1a73e8 !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.service-card h5{
  color: #1a73e8;
}

.whycard{
  border: 2px solid #1a73e8 !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.whycard h3{
  color: #1a73e8;
}

/* Make submenu appear to the right */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
}

/* Optional: show pointer cursor */
.dropdown-toggle::after {
  margin-left: .25rem;
}
/* Dropdown base styling */
.dropdown-menu {
  transition: opacity .2s ease, transform .2s ease;
  background: #fff;
  font-size: 0.95rem;
}

/* Item hover */
.dropdown-item {
  border-radius: .375rem;
  position: relative;
  padding: .65rem 1rem;
  display: block;
}
.dropdown-item:hover {
  background: rgba(255, 152, 0, 0.08); /* light accent */
  color: #1f2d3a;
}

/* Headers */
.dropdown-header {
  font-size: .65rem;
  letter-spacing: 1px;
  color: #555;
}

/* Subtext inside item */
.dropdown-item .small {
  font-size: 0.65rem;
  margin-top: 2px;
}

/* Shadow and border */
.dropdown-menu.shadow-lg {
  box-shadow: 0 20px 40px -10px rgba(0,0,0,0.15);
}

/* Slight lift effect on show */
.dropdown.show > .dropdown-menu {
  transform: translateY(4px);
  opacity: 1;
}

/* Make caret pointer consistent */
.navbar .dropdown-toggle::after {
  transition: transform .2s ease;
}
.navbar .dropdown.show .dropdown-toggle::after {
  transform: rotate(180deg);
}
