@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #fcfcfc;
  color: #121212;
  line-height: 1.6;
  overflow-x: hidden;
}

.preloader {
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.preloader.loaded {
  opacity: 0;
  visibility: hidden;
}
.preloader .preloader-content {
  text-align: center;
  width: 240px;
}
.preloader .preloader-content .preloader-logo {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 20px;
  color: #000;
}
.preloader .preloader-content .preloader-bar {
  width: 100%;
  height: 2px;
  background: #eee;
  border-radius: 2px;
  overflow: hidden;
}
.preloader .preloader-content .preloader-bar .preloader-progress {
  width: 0%;
  height: 100%;
  background: #000;
  transition: width 0.1s linear;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-on-scroll.revealed {
  opacity: 1;
  transform: translateY(0);
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.section-pad {
  padding: 120px 0;
}

.section-tag {
  font-size: 11px;
  letter-spacing: 2.5px;
  color: #767676;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
}

.section-title {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -1.5px;
  margin-bottom: 48px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  border: none;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-white {
  background: #ffffff;
  color: #000;
}
.btn-white:hover {
  background: #f0f0f0;
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
}
.btn-dark-glass {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn-dark-glass:hover {
  background: rgba(255, 255, 255, 0.25);
}
.btn-outline-nav {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  background: transparent;
}
.btn-outline-nav:hover {
  background: #fff;
  color: #000;
}
.btn-black {
  background: #000;
  color: #fff;
}
.btn-black:hover {
  background: #222;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.btn-outline-full {
  width: 100%;
  border: 1px solid #121212;
  color: #121212;
  background: transparent;
}
.btn-outline-full:hover {
  background: #121212;
  color: #fff;
}
.btn-white-full {
  width: 100%;
  background: #fff;
  color: #000;
}
.btn-white-full:hover {
  background: #e5e5e5;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.4s ease;
}
.navbar .nav-container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .logo {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  color: #fff;
  transition: color 0.4s ease;
}
.navbar .nav-menu {
  display: flex;
  gap: 36px;
}
.navbar .nav-menu .nav-link {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.navbar .nav-menu .nav-link:hover, .navbar .nav-menu .nav-link.active {
  opacity: 1;
}
.navbar.transparent {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar.scrolled {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.navbar.scrolled .logo {
  color: #000;
}
.navbar.scrolled .nav-menu .nav-link {
  color: #000;
  opacity: 0.6;
}
.navbar.scrolled .nav-menu .nav-link:hover, .navbar.scrolled .nav-menu .nav-link.active {
  opacity: 1;
}
.navbar.scrolled .btn-outline-nav {
  border-color: #000;
  color: #000;
}
.navbar.scrolled .btn-outline-nav:hover {
  background: #000;
  color: #fff;
}
.navbar.scrolled .burger span {
  background: #000;
}
.navbar .burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 6px;
}
.navbar .burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.navbar .burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 6px);
}
.navbar .burger.active span:nth-child(2) {
  opacity: 0;
}
.navbar .burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
}

.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
}
.hero .hero-bg {
  position: absolute;
  inset: 0;
}
.hero .hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero-bg .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.hero .hero-container {
  width: 100%;
}
.hero .hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 650px;
  margin-top: 60px;
}
.hero .hero-content .subtitle {
  font-size: 11px;
  letter-spacing: 3px;
  opacity: 0.8;
  margin-bottom: 20px;
}
.hero .hero-content h1 {
  font-size: 64px;
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -1.5px;
  margin-bottom: 24px;
}
.hero .hero-content .description {
  font-size: 16px;
  opacity: 0.85;
  margin-bottom: 36px;
  font-weight: 300;
}
.hero .hero-content .hero-buttons {
  display: flex;
  gap: 16px;
}

.portfolio .filter-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 48px;
  /* Градиент ефект на краевeте за мазен премин */
}
.portfolio .filter-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  background: linear-gradient(90deg, rgba(252, 252, 252, 0) 0%, #fcfcfc 100%);
  pointer-events: none;
  z-index: 2;
}
.portfolio .filter-wrapper .filter-buttons {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  padding: 8px 4px;
  /* Сокривање на стандардниот scrollbar */
  scrollbar-width: none;
}
.portfolio .filter-wrapper .filter-buttons::-webkit-scrollbar {
  display: none;
}
.portfolio .filter-wrapper .filter-buttons .filter-btn {
  flex: 0 0 auto;
  padding: 12px 26px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #f4f4f4;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  color: #767676;
}
.portfolio .filter-wrapper .filter-buttons .filter-btn:hover {
  background: #e9e9e9;
  color: #000;
  transform: translateY(-2px);
}
.portfolio .filter-wrapper .filter-buttons .filter-btn.active {
  background: #000;
  color: #fff;
  border-color: #000;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.portfolio .filter-wrapper {
  /* Стрелки за скролање */
}
.portfolio .filter-wrapper .filter-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  z-index: 3;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.portfolio .filter-wrapper .filter-arrow:hover {
  background: #000;
  color: #fff;
  border-color: #000;
  transform: scale(1.05);
}
.portfolio .filter-wrapper .filter-arrow.left {
  margin-right: 12px;
}
.portfolio .filter-wrapper .filter-arrow.right {
  margin-left: 12px;
}
@media (max-width: 768px) {
  .portfolio .filter-wrapper .filter-arrow {
    display: none;
  }
  .portfolio .filter-wrapper::after {
    width: 30px;
  }
}
.portfolio .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.portfolio .gallery-grid .gallery-item {
  position: relative;
  height: 440px;
  border-radius: 28px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease, opacity 0.4s ease;
}
.portfolio .gallery-grid .gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.18);
}
.portfolio .gallery-grid .gallery-item:hover img {
  transform: scale(1.07);
}
.portfolio .gallery-grid .gallery-item:hover .item-overlay {
  opacity: 1;
}
.portfolio .gallery-grid .gallery-item:hover .item-overlay .overlay-content {
  transform: translateY(0);
}
.portfolio .gallery-grid .gallery-item:hover .item-overlay .overlay-icon {
  transform: scale(1);
  opacity: 1;
}
.portfolio .gallery-grid .gallery-item.hide {
  display: none;
}
.portfolio .gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.portfolio .gallery-grid .gallery-item {
  /* PREMIUM HOVER OVERLAY */
}
.portfolio .gallery-grid .gallery-item .item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 36px 32px;
}
.portfolio .gallery-grid .gallery-item .item-overlay .overlay-content {
  transform: translateY(15px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.portfolio .gallery-grid .gallery-item .item-overlay .overlay-content .category-tag {
  display: block;
  font-size: 10px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px;
}
.portfolio .gallery-grid .gallery-item .item-overlay .overlay-content .category-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.5px;
}
.portfolio .gallery-grid .gallery-item .item-overlay .overlay-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.portfolio .gallery-grid .gallery-item .item-overlay .overlay-icon:hover {
  background: #ffffff;
  color: #000000;
}

.about .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 28px;
  overflow: hidden;
}
.about .features-grid .feature-card {
  padding: 56px 48px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.about .features-grid .feature-card:hover {
  background: #f4f4f4;
  transform: translateY(-4px);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.about .features-grid .feature-card:nth-child(3n) {
  border-right: none;
}
.about .features-grid .feature-card:nth-last-child(-n+3) {
  border-bottom: none;
}
.about .features-grid .feature-card .feature-icon {
  font-size: 24px;
  margin-bottom: 28px;
  color: #000;
}
.about .features-grid .feature-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.about .features-grid .feature-card p {
  color: #767676;
  font-size: 14px;
  font-weight: 300;
}

.pricing .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.pricing .pricing-grid .price-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 28px;
  padding: 56px 40px;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.pricing .pricing-grid .price-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}
.pricing .pricing-grid .price-card .card-tag {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #767676;
}
.pricing .pricing-grid .price-card .price {
  font-size: 56px;
  font-weight: 300;
  margin: 24px 0 32px;
}
.pricing .pricing-grid .price-card .features-list {
  list-style: none;
  margin-bottom: 48px;
  flex-grow: 1;
}
.pricing .pricing-grid .price-card .features-list li {
  font-size: 14px;
  color: #121212;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 300;
}
.pricing .pricing-grid .price-card .features-list li i {
  font-size: 12px;
  color: #000;
}
.pricing .pricing-grid .price-card.featured {
  background: #000;
  color: #fff;
  border: none;
}
.pricing .pricing-grid .price-card.featured:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.pricing .pricing-grid .price-card.featured .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pricing .pricing-grid .price-card.featured .card-header .card-tag {
  color: rgba(255, 255, 255, 0.7);
}
.pricing .pricing-grid .price-card.featured .card-header .badge {
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}
.pricing .pricing-grid .price-card.featured .features-list li {
  color: #fff;
}
.pricing .pricing-grid .price-card.featured .features-list li i {
  color: #fff;
}

.process {
  background: #f4f4f4;
}
.process .steps-horizontal {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 80px;
}
.process .steps-horizontal .steps-line-bg {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e0e0e0;
  z-index: 1;
}
.process .steps-horizontal .steps-line-bg .steps-line-progress {
  width: 0%;
  height: 100%;
  background: #000;
  transition: width 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.process .steps-horizontal .step-item {
  position: relative;
  z-index: 2;
  flex: 1;
  padding-right: 24px;
}
.process .steps-horizontal .step-item .step-node {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 28px;
  margin-top: -36px;
  transition: background 0.4s ease;
  position: relative;
}
.process .steps-horizontal .step-item.active .step-node {
  background: #000;
}
.process .steps-horizontal .step-item.active .step-node .pulse {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid #000;
  animation: pulseAnim 1.8s infinite;
}
.process .steps-horizontal .step-item .step-num {
  font-size: 11px;
  letter-spacing: 2px;
  color: #767676;
  display: block;
  margin-bottom: 12px;
  padding-top: 10px;
}
.process .steps-horizontal .step-item h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}
.process .steps-horizontal .step-item p {
  font-size: 13px;
  color: #767676;
  font-weight: 300;
}

@keyframes pulseAnim {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
.testimonials .testimonial-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 28px;
  padding: 72px;
}
.testimonials .testimonial-card .stars {
  color: #000;
  margin-bottom: 24px;
  letter-spacing: 3px;
}
.testimonials .testimonial-card .quote {
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 24px;
  line-height: 1.25;
  min-height: 100px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.testimonials .testimonial-card .author {
  font-size: 11px;
  letter-spacing: 2px;
  color: #767676;
  font-weight: 700;
  margin-bottom: 48px;
  transition: opacity 0.3s ease;
}
.testimonials .testimonial-card .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonials .testimonial-card .card-footer .slider-dots {
  display: flex;
  gap: 8px;
}
.testimonials .testimonial-card .card-footer .slider-dots .dot {
  width: 24px;
  height: 3px;
  background: #e0e0e0;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.testimonials .testimonial-card .card-footer .slider-dots .dot.active {
  background: #000;
}
.testimonials .testimonial-card .card-footer .slider-arrows {
  display: flex;
  gap: 12px;
}
.testimonials .testimonial-card .card-footer .slider-arrows .arrow-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.testimonials .testimonial-card .card-footer .slider-arrows .arrow-btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.cta-banner {
  position: relative;
  padding: 140px 32px;
  text-align: center;
  color: #fff;
}
.cta-banner .cta-bg {
  position: absolute;
  inset: 0;
}
.cta-banner .cta-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-banner .cta-bg .cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.cta-banner .cta-content {
  position: relative;
  z-index: 2;
}
.cta-banner .cta-content h2 {
  font-size: 52px;
  font-weight: 300;
  margin-bottom: 36px;
  letter-spacing: -1px;
}

.contact .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
.contact form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.contact form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.contact form input, .contact form select, .contact form textarea {
  width: 100%;
  padding: 18px 24px;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
}
.contact form input:focus, .contact form select:focus, .contact form textarea:focus {
  border-color: #000;
}
.contact form textarea {
  border-radius: 20px;
  resize: none;
}
.contact .contact-info-card {
  background: #f4f4f4;
  border-radius: 28px;
  padding: 56px;
}
.contact .contact-info-card .info-item {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
  align-items: center;
}
.contact .contact-info-card .info-item i {
  font-size: 18px;
  width: 24px;
}
.contact .contact-info-card .info-item span {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #767676;
  font-weight: 700;
  display: block;
}
.contact .contact-info-card .info-item p {
  font-size: 15px;
  font-weight: 500;
}
.contact .contact-info-card .map-box {
  border-radius: 16px;
  overflow: hidden;
  margin-top: 36px;
}

.footer {
  background: #000;
  color: #fff;
  padding: 80px 0 40px;
}
.footer .logo {
  color: #fff;
  text-decoration: none;
}
.footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-content .footer-info .logo {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
}
.footer .footer-content .footer-info p {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 16px;
  max-width: 320px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}
.footer .footer-content .footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 28px;
}
.footer .footer-content .footer-right .footer-links {
  display: flex;
  gap: 36px;
}
.footer .footer-content .footer-right .footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1.5px;
  opacity: 0.7;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.footer .footer-content .footer-right .footer-links a:hover {
  opacity: 1;
  transform: translateY(-2px);
}
.footer .footer-content .footer-right {
  /* SOCIAL ICONS WITH GLASS EFFECT */
}
.footer .footer-content .footer-right .footer-socials {
  display: flex;
  gap: 12px;
}
.footer .footer-content .footer-right .footer-socials .social-icon {
  width: 44px;
  height: 44px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.footer .footer-content .footer-right .footer-socials .social-icon:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.15);
}
.footer .footer-content .footer-right .footer-socials .social-icon:active {
  transform: translateY(-1px) scale(0.98);
}
.footer .copyright {
  padding-top: 32px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .footer .footer-content {
    flex-direction: column;
    gap: 40px;
  }
  .footer .footer-content .footer-right {
    align-items: flex-start;
    gap: 24px;
    width: 100%;
  }
  .footer .footer-content .footer-right .footer-links {
    flex-direction: column;
    gap: 16px;
  }
  .footer .footer-content .footer-right .footer-socials {
    padding-top: 8px;
  }
  .footer .copyright {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
  .section-pad {
    padding: 80px 0;
  }
  .section-title {
    font-size: 32px;
    margin-bottom: 36px;
  }
  .navbar .burger {
    display: flex;
  }
  .navbar .nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .navbar .nav-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .navbar .nav-menu .nav-link {
    font-size: 18px;
    color: #000 !important;
    letter-spacing: 2px;
  }
  .hero .hero-content h1 {
    font-size: 38px;
  }
  .hero .hero-content .description {
    font-size: 14px;
  }
  .hero .hero-content .hero-buttons {
    flex-direction: column;
  }
  .hero .hero-content .hero-buttons a {
    width: 100%;
    text-align: center;
  }
  .portfolio .gallery-grid {
    grid-template-columns: 1fr;
  }
  .about .features-grid {
    grid-template-columns: 1fr;
  }
  .about .features-grid .feature-card {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 40px 28px;
  }
  .about .features-grid .feature-card:last-child {
    border-bottom: none;
  }
  .pricing .pricing-grid {
    grid-template-columns: 1fr;
  }
  .process .steps-horizontal {
    flex-direction: column;
    gap: 36px;
  }
  .process .steps-horizontal .steps-line-bg {
    display: none;
  }
  .process .steps-horizontal .step-item {
    padding-right: 0;
  }
  .process .steps-horizontal .step-item .step-node {
    margin-top: 0;
  }
  .testimonials .testimonial-card {
    padding: 40px 24px;
  }
  .testimonials .testimonial-card .quote {
    font-size: 26px;
  }
  .contact .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact form .form-row {
    grid-template-columns: 1fr;
  }
  .contact .contact-info-card {
    padding: 36px 24px;
  }
  .footer .footer-content {
    flex-direction: column;
    gap: 40px;
  }
  .footer .footer-content .footer-links {
    flex-direction: column;
    gap: 16px;
  }
}/*# sourceMappingURL=main.css.map */