@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Pacifico&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Special+Gothic+Expanded+One&display=swap');


:root {
  --aqua: #00f7ff;
  --pink: #ff6ec4;
}

body {
  margin: 0;
  background-color: #bce0ff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;
}

.fiverr-banner {
  transition: all 0.3s ease;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  margin: 30px auto;
  max-width: 350px;
}
    
.fiverr-banner:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 198, 255, 0.4);
}

.navbar {
  animation: fadeInDown 1s ease-in-out;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

h1,h3,p {
    user-select: none;
}

.nav-link {
  color: white !important;
  position: relative;
  padding: 12px 20px;
  font-weight: bold;
  transition: 0.4s ease;
  font-size: 1.1rem;
}

.nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 50%;
  background: linear-gradient(to right, #ff6ec4, #7873f5);
  transition: 0.2s ease;
  transform: translateX(-50%);
}

.nav-link:hover::after {
  width: 50%;
}

.nav-link:hover {
  color: #ff6ec4 !important;
  transform: scale(1.05);
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar-brand img {
  height: 45px;
  filter: brightness(1.5);
}

.emil {
  font-size: 0.8rem;
}


/* Slider Section */
@media screen and (max-width: 991px) {
  .sidebar {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
  }

  .sidebar .nav-link::after {
    display: none;
  }
  
}

.hero-section {
  padding: 100px 0;
  /* Restored Original Background */
  background: linear-gradient(135deg, #0061ff 0%, #60efff 100%);
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNwYXR0ZXJuKSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg==");
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  color: #8892b0;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
  text-decoration: none;
}

.social-icon:hover {
  background: linear-gradient(135deg, #00f7ff, #7873f5);
  color: #0a192f;
  transform: translateY(-2px);
}

.api-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 30px;
  margin: 15px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.api-card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.2);
}

.api-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  background: linear-gradient(to right, #12c4ca, #ff0099);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-api {
  background: linear-gradient(to right, #00f7ff, #7873f5);
  border: none;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 50px;
  margin-top: 20px;
  transition: all 0.2s ease-in-out;
}

.btn-api:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}



.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Footer styling....*/
.footer-section {
  background: linear-gradient(135deg, #0a192f 0%, #172a45 100%);
  color: #ccd6f6;
  padding: 60px 0 20px;
  position: relative;
  overflow: hidden;
}

.form-control::placeholder {
  color: #8892b0;
}

.footer-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjAzKSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNwYXR0ZXJuKSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg==');
  opacity: 0.3;
}

.footer-heading {
  color: #e6f1ff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(to right, #00f7ff, #7873f5);
  border-radius: 3px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #8892b0;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.footer-links a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background: linear-gradient(to right, #00f7ff, #7873f5);
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #00f7ff;
}

.footer-links a:hover::before {
  width: 100%;
}

.newsletter-form .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #e6f1ff;
  border-radius: 50px 0 0 50px;
  padding: 12px 20px;
}

.newsletter-form .form-control:focus {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.15);
}

.btn-subscribe {
  background: linear-gradient(135deg, #00f7ff, #7873f5);
  border: none;
  border-radius: 0 50px 50px 0;
  padding: 12px 20px;
  font-weight: 600;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 40px;
}

.copyright {
  color: #8892b0;
  font-size: 0.9rem;
  margin: 0;
}

/* Testimonials Section */
.testimonials-section {
  background: linear-gradient(180deg, #60efff 0%, #0061ff 100%);
  padding: 80px 0;
}

.testimonial-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
  font-style: italic;
  margin-bottom: 25px;
  position: relative;
}

.quote {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-style: normal;
  font-size: 2rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
}

.author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  user-select: none;
  margin-right: 15px;
  border: 3px solid #0d6efd;
}

.author-name {
  font-weight: 600;
  user-select: none;
  margin-bottom: 5px;
  color: #333;
}

.author-title {
  font-size: 0.9rem;
  color: #0d6efd;
  margin: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  background-color: #0d6efd;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

/*FAQ Section */
.accordion-button:not(.collapsed) {
  background-color: rgba(100, 65, 165, 0.2);
  color: white;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(100, 65, 165, 0.5);
}

.accordion-button::after {
  filter: brightness(0.5);
}

.bg-darker {
  background-color: rgba(0, 0, 0, 0.1);
}

.list-group-item.active {
  background: linear-gradient(135deg, #6441a5, #00f7ff);
  border-color: transparent;
}

.sticky-top {
  position: sticky;
  z-index: 1;
}


/* Responsive adjustments for smaller screens */

@media (max-width: 768px) {
  .testimonial-card {
    padding: 20px;
  }
  
  .testimonial-text {
    font-size: 1rem;
  }
  
  .carousel-control-prev {
    left: 0;
    margin-top: 30px;
    width: 30px;
    height: 30px;
  }
  
  .carousel-control-next {
    right: 0;
    margin-top: 30px;
    width: 30px;
    height: 30px;
  }

  .quote {
    display: block;
    margin: 0 auto;
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .footer-section {
    text-align: center;
  }
  
  .footer-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .social-links {
    justify-content: center;
  }
  
  .footer-bottom .col-md-6 {
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  .nav-link {
    text-align: start;
    padding: 10px;
  }

  .sidebar .nav-link::after {
    display: none;
  }


  .hero-section {
    padding: 60px 0;
  }
}
