@font-face {
  font-family: 'Janna';
  src: url('../assets/fonts/Janna-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
    font-family: 'Janna', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

body.fade-in {
    opacity: 0; 
    animation: fadeInAnimation ease 1s; 
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;

    }
    100% {
        opacity: 1;
       
    }
}




#preloader {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff; 
    z-index: 9999; 
    display: flex; 
    justify-content: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
    transition: opacity 3s ease-out, visibility 1s ease-out; 
}


.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-left-color: #09f; 
    animation: spin 1s ease infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

#page-content.visible {
    visibility: visible;
}

.animate-on-load {
    opacity: 0;
    transition: opacity 0.9s ease-out, transform 0.6s ease-out;
}

.fade-in-up {
    transform: translateY(20px);
}

.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.4s; }

.animate-on-load.visible {
    opacity: 1;
    transform: translateY(0) translateX(0); 
}


.qr-trigger {
    cursor: pointer;
}

#qr-popup,
#qr-overlay {
    filter: none !important;
}



@keyframes fade-in {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
  }

  .animate-fade-in {
    animation: fade-in 0.2s ease-out;
  }

.text-cyan-600 { color: #c7a14e !important; }
.text-cyan-700 { color: #b59142 !important; }
.hover\:text-cyan-700:hover { color: #b59142 !important; }
.text-teal-600 { color: #c7a14e !important; }

.bg-cyan-500\/10 { background-color: rgba(199, 161, 78, 0.1) !important; }
.border-cyan-500 { border-color: #c7a14e !important; }


svg path[fill="#2BA4AB"] { fill: #c7a14e !important; }
svg rect[fill="#2BA4AB"] { fill: #c7a14e !important; }


.hover\:bg-gray-200:hover {
  background-color: rgba(199, 161, 78, 0.15) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(199, 161, 78, 0.3) !important;
  transition: all 0.3s ease;
}


.qr-icon {
  transition: all 0.3s ease;
  border: 1px solid rgba(199, 161, 78, 0.3);
}

.qr-icon:hover {
  background-color: rgba(199, 161, 78, 0.15) !important;
  border-color: #c7a14e !important;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 6px 20px rgba(199, 161, 78, 0.25) !important;
}


a[class*="text-cyan-600"] {
  transition: all 0.3s ease;
  position: relative;
}

a[class*="text-cyan-600"]:hover {
  transform: translateX(-5px);
  text-shadow: 0 2px 4px rgba(199, 161, 78, 0.3);
}

a[class*="text-cyan-600"]:hover svg {
  transform: translateX(3px);
  transition: transform 0.3s ease;
}


button[onclick="copyLink()"] {
  transition: all 0.3s ease;
  border: 1px solid rgba(199, 161, 78, 0.3) !important;
}

button[onclick="copyLink()"]:hover {
  background-color: rgba(199, 161, 78, 0.15) !important;
  border-color: #c7a14e !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(199, 161, 78, 0.25) !important;
}


button[onclick*="showHiddenCards"] {
  background-color: #c7a14e !important;
  border: 1px solid #c7a14e !important;
  transition: all 0.3s ease;
  color: white !important;
}

button[onclick*="showHiddenCards"]:hover {
  background-color: #b59142 !important;
  border-color: #b59142 !important;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 25px rgba(199, 161, 78, 0.4) !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


button[onclick*="showHiddenCards"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(199, 161, 78, 0.3), 0 8px 25px rgba(199, 161, 78, 0.4) !important;
}


a[href="#Websites"], a[href="#Serve"], a[href="#Apps"], a[href="#DevTools"] {
  transition: all 0.3s ease;
  position: relative;
  color: #374151;
}

a[href="#Websites"]:hover, a[href="#Serve"]:hover, a[href="#Apps"]:hover, a[href="#DevTools"]:hover {
  color: #c7a14e !important;
  transform: translateY(-2px);
  text-shadow: 0 2px 4px rgba(199, 161, 78, 0.3);
}

a[href="#Websites"]:hover svg, a[href="#Serve"]:hover svg, a[href="#Apps"]:hover svg, a[href="#DevTools"]:hover svg {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

a[href="#Websites"]:hover svg path, a[href="#Serve"]:hover svg path, a[href="#Apps"]:hover svg path, a[href="#DevTools"]:hover svg path {
  fill: #c7a14e !important;
}


#menu a[href="#Websites"], #menu a[href="#Serve"], #menu a[href="#Apps"], #menu a[href="#DevTools"] {
  transition: all 0.3s ease;
  padding: 8px 16px;
  border-radius: 8px;
  position: relative;
}

#menu a[href="#Websites"]:hover, #menu a[href="#Serve"]:hover, #menu a[href="#Apps"]:hover, #menu a[href="#DevTools"]:hover {
  color: #c7a14e !important;
  background-color: rgba(199, 161, 78, 0.1) !important;
  transform: translateX(-3px);
  text-shadow: 0 2px 4px rgba(199, 161, 78, 0.2);
  box-shadow: 0 4px 12px rgba(199, 161, 78, 0.2);
}

.animated-title {
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  animation: titleFadeInUp 1.2s ease-out forwards, titleGlow 3s ease-in-out 1.2s infinite;
  transform-origin: center;
}

@keyframes titleFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  60% {
    opacity: 0.8;
    transform: translateY(-5px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes titleGlow {
  0%, 100% {
    text-shadow: 0 0 5px rgba(199, 161, 78, 0.1), 0 0 10px rgba(199, 161, 78, 0.1);
  }
  50% {
    text-shadow: 0 0 10px rgba(199, 161, 78, 0.2), 0 0 20px rgba(199, 161, 78, 0.15), 0 0 30px rgba(199, 161, 78, 0.1);
  }
}



.bg-white {
  transition: all 0.3s ease;
}

.bg-white:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(199, 161, 78, 0.1), 0 5px 15px rgba(0, 0, 0, 0.08) !important;
}


img {
  transition: all 0.3s ease;
}

img:hover {
  transform: scale(1.02);
  filter: brightness(1.05);
}


h3 {
  transition: all 0.3s ease;
  cursor: default;
}

h3:hover {
  color: #c7a14e !important;
  text-shadow: 0 2px 4px rgba(199, 161, 78, 0.2);
}

