.success-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}

.success-popup.active {
  display: flex;
}

.success-popup-box {
  width: 100%;
  max-width: 360px;
  background: #ffffff;
  border-radius: 12px;
  padding: 20px 24px;
  text-align: center;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.popup-close {
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}

.popup-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 16px;
}

.success-popup-box h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #111827;
}

.success-popup-box p {
  margin: 0 0 15px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.5;
}

.popup-ok {
  border: 0;
  background: #2777EA;
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
}


.popup-icon.error {
  background: #ef4444;
}

.popup-icon.error {
  background: #ef4444;
}

.popup-ok.success {
  /* background: #22c55e; */
}

.popup-ok.error {
  /* background: #ef4444; */
}

.popup-icon img {
  width: 85px;
}

.success-text {
  color: #000000 !important;
}

.error-text {
  color: #000000 !important;
}











.services-toggle {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer !important;
}

.nav-links a {
  color: #000000;
}

/* anather css this button */

.contact-btn:hover {
  border-radius: 30px;
  border: 1.5px solid transparent;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(102.99deg, #3E57E6 -14.01%, #5236F3 37.21%, #DA05E5 95.59%) border-box;
  color: #000000 !important;
}


.contact-btn span {
  display: inline-flex;
  transition: transform 0.3s ease;
}

.contact-btn:hover span {
  transform: translateX(6px);
}

.contact-btn :hover {
  /* border: 3px solid transparent;   */
  /* 2. Apply your exact linear gradient here */
  /* border-image: linear-gradient(102.99deg, #3E57E6 -14.01%, #5236F3 37.21%, #DA05E5 95.59%); */
  /* 3. This makes the gradient slice perfectly across the border edges */
  /* border-image-slice: 1; */

}

.contact-btn span img {
  display: block;
}

.primary-btn span {
  display: inline-flex;
  transition: transform 0.3s ease;
}

.primary-btn:hover span {
  transform: translateX(6px);
}

.primary-btn:hover {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.primary-btn span img {
  display: block;
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ffffff;
  padding: 10px 0;
  border-radius: 50px;
  /* margin-top: 10px; */
}

.navbar.scrolled .nav-links {
  border: none;
  background: transparent;
}













/* dropdown css */
.nav-item {
  position: relative;
}

.services-menu {
  position: absolute;
  top: 35px;
  left: 100%;
  transform: translateX(-50%);
  width: 215px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 10px 12px;
  display: none;
  z-index: 99999;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.services-menu a {
  display: block;
  color: #101828 !important;
  text-align: start;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 8px;
  text-decoration: none;
  border-bottom: 1px solid #EBEBEB;
}

.services-menu a.navlinkhover:hover {
  color: #F25532 !important;
}


.services-menu a:last-child {
  border-bottom: none;
}

.services-dropdown:hover .services-menu,
.services-dropdown.active .services-menu {
  display: block;
}

@media (max-width: 768px) {
  .services-menu {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 10px;
  }
}



.fa-angle-down {
  font-size: 14px;
}



.navbar.scrolled {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ffffff;
  padding: 2px 0;
  border-radius: 50px;
  margin: 10px;
  width: 97%;
}

.logo img {
  width: 170px !important;
}

/* Only for mobile devices */
@media (max-width: 768px) {
  .navbar.scrolled {
    width: 94% !important;
  }
}


.nav-links {
  align-items: center !important;
  justify-content: center !important;
}


.navbar.scrolled:hover {
  background-color: #FFFFFF !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
}

.white-arrow {
  filter: brightness(0) invert(1) !important;
}
