/* Modern Professional Enhancements for UNL Technologies */

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* Modern Image Rendering for Retina */
img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

/* Logo Enhancement */
.logo img {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
  transition: transform 0.3s ease;
  max-height: 45px;
  width: auto;
}

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

/* Remove green backgrounds and ALL camera elements */
.banner-one .image-shape-two,
.banner-one .image-shape-one,
.theme-shape-two,
.theme-shape-three,
.theme-shape-four,
.camera_fakehover,
.camera_loader,
.camera_wrap,
.camera_pag,
.camera_commands,
.camera_prev,
.camera_next,
.camera_caption,
#theme-main-banner.banner-one,
.camera_overlayer,
.camerarelative,
.cameracurrent,
.cameraslide {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Make static banner visible */
#theme-main-banner.static-banner-one {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Professional Button Styles */
button, .button-one, .p-bg-color {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

button:before, .button-one:before, .p-bg-color:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
  z-index: 2;
}

button:hover:before, .button-one:hover:before, .p-bg-color:hover:before {
  left: 100%;
}

/* Card Hover Effects */
.single-block, .single-service {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.single-block:hover {
  transform: translateY(-5px);
}

/* Professional Gradient Overlays - removed for static banner */
.static-banner-one {
  position: relative;
}

.static-banner-one .container {
  position: relative;
  z-index: 1;
}

/* Animated Underline for Links */
.theme-main-menu .nav>li>a {
  position: relative;
  font-weight: 600;
  color: #1e293b;
  transition: color 0.3s ease;
}

.theme-main-menu .nav>li>a:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #2563eb, #3b82f6);
  transition: width 0.3s ease;
}

.theme-main-menu .nav>li>a:hover:after,
.theme-main-menu .nav>li.active>a:after {
  width: 80%;
}

/* Modern Counter Animation */
.theme-counter .single-box {
  position: relative;
  padding: 30px 20px;
  transition: all 0.3s ease;
}

.theme-counter .single-box:hover {
  transform: scale(1.05);
}

/* Professional Testimonial Cards */
.testimonial-section .item .wrapper {
  background: #ffffff;
  padding: 50px 40px 40px 80px;
  border-radius: 20px;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
}

.testimonial-section .item .wrapper:hover {
  box-shadow: 0 20px 40px -5px rgba(37, 99, 235, 0.15);
  transform: translateY(-5px);
}

.testimonial-section .item .wrapper:before {
  content: '"';
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 80px;
  font-weight: 700;
  color: #dbeafe;
  line-height: 1;
  font-family: Georgia, serif;
}

/* Modern Service Icons */
.home-service-section ul li div i {
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.home-service-section ul li:hover div i {
  transform: scale(1.1) rotate(5deg);
}

/* Professional Contact Section */
.contact-us {
  padding: 120px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  position: relative;
}

.contact-us:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}

/* Enhanced Form Inputs */
.contact-us-form form input::placeholder,
.contact-us-form form textarea::placeholder {
  color: #94a3b8;
  opacity: 1;
}

/* Disable Loading Animation */
#loader-wrapper {
  display: none !important;
}

#loader {
  display: none !important;
}

/* Professional Footer Links */
footer .footer-subscribe ul li a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

footer .footer-subscribe ul li a:hover {
  background: #2563eb;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(37, 99, 235, 0.3);
}

/* Subtle Parallax Effect */
.more-about-us .image-box {
  transition: transform 0.1s ease-out;
}

/* Professional Section Dividers */
.our-portfolio {
  position: relative;
}

.our-portfolio:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}

/* Modern Box Shadows */
.what-we-do .single-block {
  background: #ffffff;
  padding: 50px 30px;
  border-radius: 16px;
  margin-bottom: 50px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid transparent;
}

.what-we-do .single-block:hover {
  border-color: #e0e7ff;
  box-shadow: 0 20px 40px -10px rgba(37, 99, 235, 0.15);
}

/* Professional Typography Enhancement */
.what-we-do .container>h6 {
  color: #64748b;
  margin: 30px 0 80px 0;
  font-size: 20px;
  font-weight: 400;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Image Quality */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* Smooth Page Transitions */
.main-page-wrapper {
  animation: fadeIn 0.6s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Professional Scroll Indicator */
.banner-one:after {
  content: '';
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 50px;
  border: 2px solid #cbd5e1;
  border-radius: 20px;
  opacity: 0.6;
}

.banner-one:before {
  content: '';
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 10px;
  background: #64748b;
  border-radius: 4px;
  animation: scroll 2s ease-in-out infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(20px);
    opacity: 0;
  }
}

/* Enhanced Menu Navigation */
header.theme-menu-wrapper {
  transition: all 0.3s ease;
}

header.theme-menu-wrapper.fixed {
  transform: translateY(-10px);
  animation: slideDown 0.5s ease forwards;
}

@keyframes slideDown {
  to {
    transform: translateY(0);
  }
}

/* Professional Stats Counter */
.theme-counter .single-box {
  position: relative;
  overflow: hidden;
}

.theme-counter .single-box:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.05) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.theme-counter .single-box:hover:before {
  opacity: 1;
}

/* High-Quality Image Placeholder */
img[src=""] {
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  min-height: 200px;
}

/* Professional Focus States */
*:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
  border-radius: 4px;
}

/* Smooth Color Transitions */
* {
  transition-property: color, background-color, border-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

/* Reset transitions for specific elements */
.camera_wrap *, #loader * {
  transition: none;
}

