﻿:root {
  --asc-ink: #142335;
  --asc-muted: #566475;
  --asc-bg: #f6efe5;
  --asc-soft: #fbf7f0;
  --asc-card: #ffffff;
  --asc-line: rgba(20, 35, 53, 0.14);
  --asc-accent: #db6a2b;
  --asc-accent-strong: #b34d1d;
  --asc-teal: #1c786e;
  --asc-dark: #0f1b2e;
  --asc-shadow: 0 18px 40px rgba(10, 25, 44, 0.14);
}

body.aesthetic-ui {
  font-family: "Manrope", sans-serif;
  color: var(--asc-ink);
  background: radial-gradient(1200px 500px at -8% -6%, rgba(219, 106, 43, 0.1), transparent 65%),
    radial-gradient(900px 420px at 108% -6%, rgba(28, 120, 110, 0.1), transparent 60%),
    linear-gradient(180deg, #f9f4ec 0%, #f3ecdf 100%);
}

body.aesthetic-ui::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: radial-gradient(rgba(20, 35, 53, 0.035) 1px, transparent 1px);
  background-size: 16px 16px;
  pointer-events: none;
  z-index: 0;
}

.aesthetic-ui h1,
.aesthetic-ui h2,
.aesthetic-ui h3,
.aesthetic-ui h4,
.aesthetic-ui h5,
.aesthetic-ui h6,
.aesthetic-ui .sitename {
  font-family: "Sora", sans-serif;
  letter-spacing: -0.02em;
}

.aesthetic-ui p,
.aesthetic-ui a,
.aesthetic-ui li,
.aesthetic-ui span,
.aesthetic-ui small,
.aesthetic-ui input,
.aesthetic-ui textarea,
.aesthetic-ui button {
  font-family: "Manrope", sans-serif;
}

.aesthetic-ui .main,
.aesthetic-ui .footer,
.aesthetic-ui #scroll-top,
.aesthetic-ui #preloader {
  position: relative;
  z-index: 1;
}

.aesthetic-ui .header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 997;
  background: rgba(12, 23, 38, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.aesthetic-ui .header .container-xl {
  min-height: 82px;
}

.aesthetic-ui .header .logo img {
  max-height: 46px;
}

.aesthetic-ui .header .sitename {
  color: #ffffff;
}

.aesthetic-ui .mobile-nav-toggle {
  color: #ffffff;
  position: relative;
  z-index: 10001;
  cursor: pointer;
  touch-action: manipulation;
}

.aesthetic-ui .navmenu > ul > li > a,
.aesthetic-ui .navmenu > ul > li > a:focus {
  color: rgba(245, 249, 255, 0.9);
  font-weight: 600;
  font-size: 0.95rem;
}

.aesthetic-ui .navmenu > ul > li:hover > a,
.aesthetic-ui .navmenu .active,
.aesthetic-ui .navmenu .active:focus {
  color: #ffffff;
}

.aesthetic-ui .btn-getstarted,
.aesthetic-ui .cta-btn,
.aesthetic-ui .contact-form button,
.aesthetic-ui .newsletter-form input[type="submit"] {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--asc-accent), var(--asc-accent-strong));
  color: #fff;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(219, 106, 43, 0.32);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.aesthetic-ui .btn-getstarted:hover,
.aesthetic-ui .cta-btn:hover,
.aesthetic-ui .contact-form button:hover,
.aesthetic-ui .newsletter-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(179, 77, 29, 0.4);
}

.aesthetic-ui:not(.clients-page) .section {
  padding: 78px 0;
}

.aesthetic-ui:not(.clients-page) .light-background {
  background: linear-gradient(180deg, #f8f3ea 0%, #fbf7f0 100%);
}

.aesthetic-ui:not(.clients-page) .dark-background {
  background: linear-gradient(135deg, #142337, #0f1b2d);
  color: #d9e6fa;
}

.aesthetic-ui:not(.clients-page) .dark-background h1,
.aesthetic-ui:not(.clients-page) .dark-background h2,
.aesthetic-ui:not(.clients-page) .dark-background h3,
.aesthetic-ui:not(.clients-page) .dark-background h4,
.aesthetic-ui:not(.clients-page) .dark-background p,
.aesthetic-ui:not(.clients-page) .dark-background li,
.aesthetic-ui:not(.clients-page) .dark-background span {
  color: inherit;
}

.aesthetic-ui:not(.clients-page) .section-title h2 {
  color: var(--asc-teal);
  letter-spacing: 0.16em;
  font-size: 0.84rem;
  font-weight: 700;
}

.aesthetic-ui:not(.clients-page) .section-title p {
  color: var(--asc-ink);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.15;
  margin-top: 2px;
}

.aesthetic-ui:not(.clients-page) .icon-box,
.aesthetic-ui:not(.clients-page) .service-item,
.aesthetic-ui:not(.clients-page) .features-item,
.aesthetic-ui:not(.clients-page) .team-member,
.aesthetic-ui:not(.clients-page) .info-item,
.aesthetic-ui:not(.clients-page) .contact-form,
.aesthetic-ui:not(.clients-page) .list-group,
.aesthetic-ui:not(.clients-page) .footer-about,
.aesthetic-ui:not(.clients-page) .footer-links,
.aesthetic-ui:not(.clients-page) .footer-newsletter {
  background: var(--asc-card);
  border: 1px solid var(--asc-line);
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(12, 28, 45, 0.1);
}

.aesthetic-ui:not(.clients-page) .p-4.rounded-3:not(.dark-background) {
  background: var(--asc-card);
  border: 1px solid var(--asc-line);
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(12, 28, 45, 0.1);
}

.aesthetic-ui:not(.clients-page) .p-4.rounded-3.dark-background {
  background: linear-gradient(140deg, #15253a, #0e1a2b);
  border: 1px solid rgba(173, 196, 226, 0.2);
  box-shadow: 0 14px 32px rgba(8, 18, 33, 0.35);
}

.aesthetic-ui:not(.clients-page) .p-4.rounded-3.dark-background ul li {
  color: #d9e6fa;
}

.aesthetic-ui:not(.clients-page) .icon-box,
.aesthetic-ui:not(.clients-page) .service-item {
  height: 100%;
  padding: 24px 22px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.aesthetic-ui:not(.clients-page) .team-member {
  height: 100%;
}

.aesthetic-ui:not(.clients-page) .info-item {
  height: auto;
}

.aesthetic-ui:not(.clients-page) .icon-box:hover,
.aesthetic-ui:not(.clients-page) .service-item:hover,
.aesthetic-ui:not(.clients-page) .team-member:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(12, 28, 45, 0.15);
}

.aesthetic-ui:not(.clients-page) .icon-box i,
.aesthetic-ui:not(.clients-page) .features-item i,
.aesthetic-ui:not(.clients-page) .info-item i,
.aesthetic-ui:not(.clients-page) .service-item .icon i {
  color: var(--asc-accent);
}

.aesthetic-ui:not(.clients-page) .service-item .icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: rgba(219, 106, 43, 0.13);
  margin-bottom: 16px;
}

.aesthetic-ui:not(.clients-page) .service-item .icon i {
  font-size: 28px;
}

.aesthetic-ui:not(.clients-page) .features-item {
  margin-top: 16px;
  padding: 16px;
  border-radius: 14px;
}

.aesthetic-ui.index-page #features .features-item {
  min-height: 176px;
  padding: 20px 22px !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.aesthetic-ui.index-page #features .features-item i {
  margin: 0;
  font-size: 30px;
}

.aesthetic-ui.index-page #features .features-item > div {
  width: 100%;
}

.aesthetic-ui.index-page #features .features-item h4 {
  margin-bottom: 8px;
}

.aesthetic-ui.index-page #features .features-item p {
  margin: 0 auto;
  max-width: 95%;
  line-height: 1.55;
}

.aesthetic-ui:not(.clients-page) .list-group {
  padding: 8px 14px;
}

.aesthetic-ui:not(.clients-page) .list-group-item {
  border-color: var(--asc-line);
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  color: #445365;
}

.aesthetic-ui:not(.clients-page) .list-unstyled li,
.aesthetic-ui:not(.clients-page) ul li {
  color: #425163;
}

.aesthetic-ui:not(.clients-page) .list-unstyled i.bi-check-circle,
.aesthetic-ui:not(.clients-page) .list-unstyled i.bi-check2-circle,
.aesthetic-ui:not(.clients-page) .list-unstyled i.bi-check2-all {
  color: var(--asc-accent) !important;
}

.aesthetic-ui .page-title {
  padding-top: 110px;
  margin-bottom: 10px;
  background: radial-gradient(860px 350px at -10% 2%, rgba(219, 106, 43, 0.18), transparent 58%),
    radial-gradient(820px 340px at 108% 2%, rgba(28, 120, 110, 0.2), transparent 62%);
}

.aesthetic-ui .page-title .heading {
  padding: 54px 0 38px;
}

.aesthetic-ui .page-title h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin-bottom: 12px;
}

.aesthetic-ui .page-title p {
  color: var(--asc-muted);
  font-size: 1.04rem;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.aesthetic-ui .breadcrumbs {
  padding: 0 0 24px;
}

.aesthetic-ui .breadcrumbs .container {
  display: flex;
  justify-content: center;
}

.aesthetic-ui .breadcrumbs ol {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--asc-line);
}

.aesthetic-ui .breadcrumbs ol li,
.aesthetic-ui .breadcrumbs ol li a {
  color: var(--asc-ink);
  font-weight: 600;
  font-size: 0.88rem;
}

.aesthetic-ui .breadcrumbs ol li + li {
  padding-left: 18px;
}

.aesthetic-ui .breadcrumbs ol li + li::before {
  color: rgba(20, 35, 53, 0.35);
}

.aesthetic-ui.portfolio-details-page:not(.clients-page) .breadcrumbs ol,
.aesthetic-ui.starter-page-page .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 6px;
  column-gap: 0;
  width: fit-content;
  max-width: 100%;
  text-align: center;
}

.aesthetic-ui.portfolio-details-page:not(.clients-page) .breadcrumbs ol li,
.aesthetic-ui.starter-page-page .breadcrumbs ol li {
  display: inline-flex;
  align-items: center;
  line-height: 1.3;
  max-width: 100%;
}

.aesthetic-ui.portfolio-details-page:not(.clients-page) .breadcrumbs ol li + li,
.aesthetic-ui.starter-page-page .breadcrumbs ol li + li {
  padding-left: 0;
}

.aesthetic-ui.portfolio-details-page:not(.clients-page) .breadcrumbs ol li + li::before,
.aesthetic-ui.starter-page-page .breadcrumbs ol li + li::before {
  content: "/";
  display: inline-block;
  margin: 0 8px 0 6px;
  padding-right: 0;
  color: rgba(20, 35, 53, 0.35);
}

.aesthetic-ui.portfolio-details-page:not(.clients-page) .breadcrumbs ol li.current,
.aesthetic-ui.starter-page-page .breadcrumbs ol li.current {
  overflow-wrap: break-word;
}

.aesthetic-ui.index-page #hero {
  position: relative;
  min-height: 100vh;
  padding-top: 160px;
}

.aesthetic-ui.index-page #hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 19, 32, 0.8), rgba(14, 33, 50, 0.62));
  z-index: 1;
}

.aesthetic-ui.index-page #hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aesthetic-ui.index-page #hero .container {
  position: relative;
  z-index: 2;
}

.aesthetic-ui.index-page #hero h2,
.aesthetic-ui.index-page #hero p,
.aesthetic-ui.index-page #hero .icon-box h3 a {
  color: #ffffff;
}

.aesthetic-ui.index-page #hero h2 {
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.05;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.7), 0 2px 4px rgba(0, 0, 0, 0.45);
}

.aesthetic-ui.index-page #hero p {
  font-size: 1.1rem;
  color: #e8f0ff;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.65);
}

.aesthetic-ui.index-page #hero .row.justify-content-center.text-center .col-xl-6 {
  background: linear-gradient(160deg, rgba(6, 12, 21, 0.62), rgba(10, 18, 31, 0.48));
  border: 1px solid rgba(196, 214, 236, 0.28);
  border-radius: 22px;
  padding: 26px 22px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(8px);
}

.aesthetic-ui.index-page #hero .icon-box {
  min-height: 146px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(230, 239, 255, 0.28);
  background: linear-gradient(160deg, rgba(6, 12, 20, 0.72), rgba(11, 19, 31, 0.66));
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(10px);
}

.aesthetic-ui.index-page #hero .icon-box i {
  color: #ffe2d0;
  margin-bottom: 8px;
}

.aesthetic-ui.index-page #hero .icon-box h3 a {
  text-decoration: none;
}

.aesthetic-ui.index-page #hero .icon-box h3 {
  margin: 0;
}

.aesthetic-ui.index-page #about .content {
  padding: 28px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--asc-line);
  box-shadow: var(--asc-shadow);
}

.aesthetic-ui.index-page #about .content h2 {
  margin-bottom: 16px;
}

.aesthetic-ui.index-page #about .content ul {
  margin-top: 14px;
}

.aesthetic-ui.index-page #about .up-down,
.aesthetic-ui:not(.clients-page) .img-fluid.rounded-3.shadow {
  border-radius: 24px;
  border: 1px solid var(--asc-line);
  box-shadow: var(--asc-shadow);
}

.aesthetic-ui.index-page .section-display-title {
  font-size: clamp(1.9rem, 4vw, 3rem);
  color: var(--asc-ink);
}

.aesthetic-ui.index-page #clients .carousel {
  margin-top: 8px;
  padding: 12px 0;
}

.aesthetic-ui.index-page #clients .carousel-track {
  animation: clientMarquee 24s linear infinite;
  gap: 12px;
  align-items: center;
  will-change: transform;
}

.aesthetic-ui.index-page #clients .carousel:hover .carousel-track {
  animation-play-state: running;
}

.aesthetic-ui.index-page #clients .carousel-slide,
.aesthetic-ui.index-page #clients .carousel-slide2 {
  width: 210px;
  height: 118px;
  padding: 0 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--asc-line);
  background: #fff;
  box-shadow: 0 8px 22px rgba(13, 29, 45, 0.08);
  animation: clientFloatUp 4.8s ease-in-out infinite;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.aesthetic-ui.index-page #clients .carousel-slide img,
.aesthetic-ui.index-page #clients .carousel-slide2 img {
  width: 100%;
  max-width: 150px;
  height: 64px;
  max-height: 64px;
  object-fit: contain;
  object-position: center;
}

.aesthetic-ui.index-page #clients .carousel-slide:hover img,
.aesthetic-ui.index-page #clients .carousel-slide2:hover img {
  transform: scale(1.05);
}

.aesthetic-ui.index-page #clients .carousel-slide:nth-child(even),
.aesthetic-ui.index-page #clients .carousel-slide2:nth-child(even) {
  animation-name: clientFloatDown;
  animation-duration: 5.4s;
}

.aesthetic-ui.index-page #clients .carousel-slide::after,
.aesthetic-ui.index-page #clients .carousel-slide2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.12), transparent 55%);
  pointer-events: none;
}

@keyframes clientMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes clientFloatUp {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes clientFloatDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}

.aesthetic-ui.index-page #features .features-image img {
  border-radius: 22px;
  border: 1px solid var(--asc-line);
  box-shadow: var(--asc-shadow);
}

.aesthetic-ui.index-page #call-to-action,
.aesthetic-ui.index-page #testimonials {
  position: relative;
}

.aesthetic-ui.index-page #call-to-action::before,
.aesthetic-ui.index-page #testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 20, 33, 0.84), rgba(13, 30, 45, 0.74));
  z-index: 1;
}

.aesthetic-ui.index-page #testimonials::before {
  background: linear-gradient(135deg, rgba(5, 10, 18, 0.92), rgba(8, 18, 31, 0.86));
}

.aesthetic-ui.index-page #call-to-action > img,
.aesthetic-ui.index-page #testimonials > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aesthetic-ui.index-page #testimonials .testimonials-bg {
  filter: brightness(0.42) saturate(0.86);
}

.aesthetic-ui.index-page #call-to-action .container,
.aesthetic-ui.index-page #testimonials .container {
  position: relative;
  z-index: 2;
}

.aesthetic-ui.index-page #call-to-action .text-center {
  max-width: 760px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(190, 208, 234, 0.28);
  border-radius: 24px;
  padding: 36px 28px;
  backdrop-filter: blur(8px);
}

.aesthetic-ui.index-page #testimonials .testimonial-item {
  border-radius: 20px;
  background: linear-gradient(150deg, rgba(9, 16, 28, 0.78), rgba(12, 24, 39, 0.7));
  border: 1px solid rgba(162, 184, 214, 0.3);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
}

.aesthetic-ui.index-page #testimonials .testimonial-item h3,
.aesthetic-ui.index-page #testimonials .testimonial-item h4,
.aesthetic-ui.index-page #testimonials .testimonial-item p span {
  color: #f1f6ff;
}

.aesthetic-ui.index-page #contact .map-frame {
  width: 100%;
  height: 290px;
  border: 0;
  border-radius: 22px;
  box-shadow: var(--asc-shadow);
}

.aesthetic-ui.index-page #contact .info-item,
.aesthetic-ui.index-page #contact .contact-form {
  padding: 20px;
}

.aesthetic-ui.index-page #contact .info-item {
  margin-bottom: 16px;
}

.aesthetic-ui.index-page #contact .info-item:last-child {
  margin-bottom: 0;
}

.aesthetic-ui .form-control,
.aesthetic-ui .newsletter-form input[type="email"] {
  border: 1px solid var(--asc-line);
  border-radius: 12px;
  background: #fff;
}

.aesthetic-ui .form-control:focus,
.aesthetic-ui .newsletter-form input[type="email"]:focus {
  border-color: rgba(28, 120, 110, 0.45);
  box-shadow: 0 0 0 4px rgba(28, 120, 110, 0.14);
}

.aesthetic-ui.index-page #team .team-member {
  padding: 26px 22px;
  text-align: center;
}

.aesthetic-ui:not(.clients-page) .section.dark-background .container.text-center {
  max-width: 860px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(196, 214, 237, 0.24);
  border-radius: 24px;
  padding: 34px 24px;
  backdrop-filter: blur(8px);
}

.aesthetic-ui.portfolio-details-page:not(.clients-page) .section.dark-background .container.text-center,
.aesthetic-ui.starter-page-page .section.dark-background .container.text-center {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(8, 16, 28, 0.84), rgba(15, 33, 52, 0.78));
  border: 1px solid rgba(219, 106, 43, 0.34);
  box-shadow: 0 24px 48px rgba(5, 10, 21, 0.5);
  backdrop-filter: blur(12px);
}

.aesthetic-ui.portfolio-details-page:not(.clients-page) .section.dark-background .container.text-center::before,
.aesthetic-ui.starter-page-page .section.dark-background .container.text-center::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -95px;
  top: -110px;
  background: radial-gradient(circle, rgba(219, 106, 43, 0.42), transparent 68%);
  pointer-events: none;
}

.aesthetic-ui.portfolio-details-page:not(.clients-page) .section.dark-background .container.text-center::after,
.aesthetic-ui.starter-page-page .section.dark-background .container.text-center::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  left: -85px;
  bottom: -105px;
  background: radial-gradient(circle, rgba(28, 120, 110, 0.35), transparent 70%);
  pointer-events: none;
}

.aesthetic-ui.portfolio-details-page:not(.clients-page) .section.dark-background .container.text-center > *,
.aesthetic-ui.starter-page-page .section.dark-background .container.text-center > * {
  position: relative;
  z-index: 1;
}

.aesthetic-ui .footer {
  background: linear-gradient(130deg, #101d30, #0d1727);
}

.aesthetic-ui .footer .footer-top {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.aesthetic-ui .footer .footer-top .row {
  --bs-gutter-x: 2.75rem;
  --bs-gutter-y: 1.6rem;
  align-items: stretch;
}

.aesthetic-ui .footer .footer-about,
.aesthetic-ui .footer .footer-links,
.aesthetic-ui .footer .footer-newsletter {
  background: rgba(255, 255, 255, 0.03);
  border: 10px solid transparent;
  border-radius: 22px;
  background-clip: padding-box;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.11);
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}

.aesthetic-ui .footer .footer-links {
  margin-bottom: 0;
}

.aesthetic-ui .footer h4 {
  margin: 0 0 6px;
  padding-bottom: 8px;
  line-height: 1.25;
}

.aesthetic-ui .footer .footer-links ul {
  margin-top: 0;
}

.aesthetic-ui .footer .footer-links ul li {
  padding: 8px 0;
  align-items: flex-start;
  gap: 6px;
}

.aesthetic-ui .footer .footer-newsletter .newsletter-form {
  margin-top: 12px;
  margin-bottom: 0;
}

.aesthetic-ui .footer .footer-newsletter .small {
  margin-top: 12px !important;
  line-height: 1.45;
  color: rgba(214, 226, 243, 0.86);
}

.aesthetic-ui .footer .footer-links ul a,
.aesthetic-ui .footer .footer-about p,
.aesthetic-ui .footer .footer-newsletter p {
  color: rgba(229, 238, 251, 0.88);
}

.aesthetic-ui .footer .footer-links ul a {
  line-height: 1.35;
}

.aesthetic-ui .footer .footer-links h4,
.aesthetic-ui .footer .footer-newsletter h4,
.aesthetic-ui .footer .footer-about .sitename {
  color: #ffffff;
}

.aesthetic-ui .footer .social-links a {
  border-color: rgba(255, 255, 255, 0.26);
}

.aesthetic-ui .footer .copyright {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.aesthetic-ui .scroll-top {
  background: linear-gradient(120deg, var(--asc-accent), var(--asc-accent-strong));
}

.aesthetic-ui:not(.clients-page) .icon-box h4,
.aesthetic-ui:not(.clients-page) .service-item h3,
.aesthetic-ui:not(.clients-page) .team-member h4,
.aesthetic-ui:not(.clients-page) .info-item h3 {
  margin-bottom: 10px;
}

.aesthetic-ui:not(.clients-page) .icon-box p,
.aesthetic-ui:not(.clients-page) .service-item p,
.aesthetic-ui:not(.clients-page) .team-member p {
  margin-bottom: 0;
}

.aesthetic-ui.about-page .main,
.aesthetic-ui.contact-page .main {
  overflow: hidden;
  padding-top: 108px;
}

.aesthetic-ui.about-page .brand-hero,
.aesthetic-ui.contact-page .brand-hero {
  position: relative;
  padding-top: 72px;
  padding-bottom: 80px;
  background:
    radial-gradient(1000px 420px at -10% -10%, rgba(219, 106, 43, 0.18), transparent 65%),
    radial-gradient(900px 380px at 110% 0%, rgba(30, 122, 112, 0.2), transparent 60%);
}

.aesthetic-ui.about-page .brand-hero-ornament,
.aesthetic-ui.contact-page .brand-hero-ornament {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.aesthetic-ui.about-page .brand-hero-ornament.one,
.aesthetic-ui.contact-page .brand-hero-ornament.one {
  width: 240px;
  height: 240px;
  right: -80px;
  top: 80px;
  background: radial-gradient(circle, rgba(219, 106, 43, 0.18) 0%, transparent 70%);
}

.aesthetic-ui.about-page .brand-hero-ornament.two,
.aesthetic-ui.contact-page .brand-hero-ornament.two {
  width: 220px;
  height: 220px;
  left: -90px;
  bottom: 30px;
  background: radial-gradient(circle, rgba(30, 122, 112, 0.2) 0%, transparent 72%);
}

.aesthetic-ui.about-page .brand-chip,
.aesthetic-ui.contact-page .brand-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 24px;
  border: 1px solid var(--asc-line);
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--asc-ink);
}

.aesthetic-ui.about-page .brand-kicker,
.aesthetic-ui.contact-page .brand-kicker {
  margin-bottom: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--asc-teal);
}

.aesthetic-ui.about-page .brand-title,
.aesthetic-ui.contact-page .brand-title {
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
  margin: 12px 0 16px;
  max-width: 640px;
}

.aesthetic-ui.about-page .brand-copy,
.aesthetic-ui.contact-page .brand-copy {
  font-size: 1.08rem;
  color: var(--asc-muted);
  max-width: 600px;
  margin-bottom: 0;
}

.aesthetic-ui.about-page .brand-actions,
.aesthetic-ui.contact-page .brand-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 24px;
}

.aesthetic-ui.about-page .btn-client,
.aesthetic-ui.contact-page .btn-client {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.aesthetic-ui.about-page .btn-client-primary,
.aesthetic-ui.contact-page .btn-client-primary {
  background: var(--asc-accent);
  color: #fff;
  box-shadow: 0 10px 24px rgba(219, 106, 43, 0.3);
}

.aesthetic-ui.about-page .btn-client-primary:hover,
.aesthetic-ui.contact-page .btn-client-primary:hover {
  background: var(--asc-accent-strong);
  color: #fff;
  transform: translateY(-2px);
}

.aesthetic-ui.about-page .btn-client-outline,
.aesthetic-ui.contact-page .btn-client-outline {
  border: 1px solid var(--asc-line);
  color: var(--asc-ink);
  background: rgba(255, 255, 255, 0.75);
}

.aesthetic-ui.about-page .btn-client-outline:hover,
.aesthetic-ui.contact-page .btn-client-outline:hover {
  border-color: rgba(19, 33, 47, 0.35);
  color: var(--asc-ink);
  transform: translateY(-2px);
}

.aesthetic-ui.about-page .metric-grid,
.aesthetic-ui.contact-page .metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
}

.aesthetic-ui.about-page .metric-card,
.aesthetic-ui.contact-page .metric-card {
  border-radius: 14px;
  border: 1px solid rgba(19, 33, 47, 0.1);
  background: rgba(255, 255, 255, 0.7);
  padding: 14px 16px;
  backdrop-filter: blur(6px);
}

.aesthetic-ui.about-page .metric-card strong,
.aesthetic-ui.contact-page .metric-card strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.35rem;
  line-height: 1.1;
  margin-bottom: 2px;
}

.aesthetic-ui.about-page .metric-card span,
.aesthetic-ui.contact-page .metric-card span {
  font-size: 0.9rem;
  color: var(--asc-muted);
}

.aesthetic-ui.about-page .brand-panel,
.aesthetic-ui.contact-page .brand-panel {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 24px;
  background: #0f1b2d;
  box-shadow: var(--asc-shadow);
  color: #e8eef8;
  height: 100%;
}

.aesthetic-ui.about-page .brand-panel::after,
.aesthetic-ui.contact-page .brand-panel::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -80px;
  bottom: -80px;
  background: radial-gradient(circle, rgba(219, 106, 43, 0.35), transparent 70%);
}

.aesthetic-ui.about-page .brand-panel > *,
.aesthetic-ui.contact-page .brand-panel > * {
  position: relative;
  z-index: 1;
}

.aesthetic-ui.about-page .brand-panel h3,
.aesthetic-ui.contact-page .brand-panel h3 {
  color: #fff;
  margin-bottom: 14px;
}

.aesthetic-ui.about-page .brand-panel p,
.aesthetic-ui.contact-page .brand-panel p {
  color: #d6e2f3;
}

.aesthetic-ui.about-page .brand-panel .brand-list,
.aesthetic-ui.contact-page .brand-panel .brand-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.aesthetic-ui.about-page .brand-panel .brand-list li,
.aesthetic-ui.contact-page .brand-panel .brand-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #d6e2f3;
}

.aesthetic-ui.about-page .brand-panel .brand-list i,
.aesthetic-ui.contact-page .brand-panel .brand-list i {
  color: #f3a14a;
  margin-top: 2px;
}

.aesthetic-ui.about-page .surface-card,
.aesthetic-ui.contact-page .surface-card {
  height: 100%;
  border-radius: 20px;
  border: 1px solid var(--asc-line);
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 29, 44, 0.08);
  padding: 24px;
}

.aesthetic-ui.about-page .surface-card .icon-wrap,
.aesthetic-ui.contact-page .surface-card .icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(28, 120, 110, 0.12);
  color: var(--asc-teal);
  font-size: 1.15rem;
  margin-bottom: 14px;
}

.aesthetic-ui.about-page .surface-card h3,
.aesthetic-ui.contact-page .surface-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.aesthetic-ui.about-page .surface-card p,
.aesthetic-ui.contact-page .surface-card p {
  color: #526173;
}

.aesthetic-ui.about-page .story-image-card {
  padding: 14px;
}

.aesthetic-ui.about-page .story-image-card img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  min-height: 320px;
}

.aesthetic-ui.about-page .leader-name {
  font-size: 1.18rem;
  margin-bottom: 4px;
}

.aesthetic-ui.about-page .leader-role {
  display: inline-block;
  border-radius: 999px;
  padding: 5px 12px;
  background: #f2f7f6;
  color: var(--asc-teal);
  border: 1px solid rgba(28, 120, 110, 0.2);
  font-weight: 700;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.aesthetic-ui.contact-page .contact-info-grid {
  display: grid;
  gap: 14px;
}

.aesthetic-ui.contact-page .contact-info-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.aesthetic-ui.contact-page .contact-info-item i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(219, 106, 43, 0.12);
  color: var(--asc-accent);
  font-size: 1.05rem;
  flex-shrink: 0;
}

.aesthetic-ui.contact-page .contact-info-item h4 {
  font-size: 1rem;
  margin: 2px 0 5px;
}

.aesthetic-ui.contact-page .contact-info-item p {
  margin: 0;
  color: #526173;
}

.aesthetic-ui.contact-page .contact-form-shell {
  border-radius: 24px;
  border: 1px solid var(--asc-line);
  background: #fff;
  padding: 26px;
  box-shadow: 0 12px 28px rgba(17, 29, 44, 0.08);
}

.aesthetic-ui.contact-page .contact-form-shell .form-control {
  min-height: 50px;
}

.aesthetic-ui.contact-page .contact-form-shell textarea.form-control {
  min-height: 170px;
}

.aesthetic-ui.contact-page .contact-form-shell button {
  min-width: 170px;
}

.aesthetic-ui.contact-page .social-panel {
  border-radius: 24px;
  padding: 28px;
  background: linear-gradient(150deg, #132338, #0f1b2d);
  color: #e8eef8;
  box-shadow: var(--asc-shadow);
}

.aesthetic-ui.contact-page .social-panel h3 {
  color: #fff;
}

.aesthetic-ui.contact-page .social-panel p {
  color: #c7d6eb;
}

.aesthetic-ui.contact-page .social-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.aesthetic-ui.contact-page .social-actions a {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .aesthetic-ui .navmenu > ul {
    display: none;
  }

  .aesthetic-ui .header .container-xl {
    min-height: 74px;
  }

  .aesthetic-ui .header .btn-getstarted {
    margin: 0 8px 0 0;
    padding: 6px 12px;
    font-size: 0.8rem;
    line-height: 1.2;
    white-space: nowrap;
  }

  .aesthetic-ui.mobile-nav-active .navmenu {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    background: rgba(7, 14, 24, 0.84);
    z-index: 9999;
  }

  .aesthetic-ui.mobile-nav-active .header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: rgba(7, 14, 24, 0.96);
  }

  .aesthetic-ui.mobile-nav-active .mobile-nav-toggle {
    position: fixed;
    top: 18px;
    right: 14px;
    z-index: 10002;
  }

  .aesthetic-ui.mobile-nav-active #navmenu > ul {
    display: block !important;
    position: fixed !important;
    inset: 82px 14px 14px;
    margin: 0;
    padding: 12px !important;
    list-style: none !important;
    border: 1px solid rgba(184, 204, 232, 0.22) !important;
    border-radius: 14px;
    background: linear-gradient(160deg, #101b2b, #0c1625) !important;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    max-height: calc(100vh - 96px);
  }

  .aesthetic-ui.mobile-nav-active #navmenu > ul > li {
    list-style: none !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
  }

  .aesthetic-ui.mobile-nav-active #navmenu > ul > li:last-child {
    margin-bottom: 0 !important;
  }

  .aesthetic-ui.mobile-nav-active #navmenu > ul > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 44px;
    padding: 10px 14px !important;
    margin: 0 !important;
    border-radius: 10px;
    color: #eff5ff;
    font-size: 1rem;
    line-height: 1.3 !important;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.02) !important;
  }

  .aesthetic-ui.mobile-nav-active #navmenu > ul > li > a.active,
  .aesthetic-ui.mobile-nav-active #navmenu > ul > li > a:hover,
  .aesthetic-ui.mobile-nav-active #navmenu > ul > li > a:focus {
    background: rgba(255, 210, 87, 0.2);
    color: #ffffff;
  }

  .aesthetic-ui.mobile-nav-active #navmenu .dropdown ul {
    margin: 8px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
  }

  .aesthetic-ui:not(.clients-page) .section {
    padding: 64px 0;
  }

  .aesthetic-ui.index-page #hero {
    min-height: 90vh;
    padding-top: 136px;
  }

  .aesthetic-ui.index-page #hero .icon-box {
    min-height: 132px;
  }

  .aesthetic-ui.index-page #clients .carousel-track {
    animation-duration: 18s;
  }

  .aesthetic-ui .page-title {
    padding-top: 94px;
  }

  .aesthetic-ui.about-page .main,
  .aesthetic-ui.contact-page .main {
    padding-top: 96px;
  }

  .aesthetic-ui.about-page .brand-hero,
  .aesthetic-ui.contact-page .brand-hero {
    padding-top: 64px;
    padding-bottom: 62px;
  }

  .aesthetic-ui .footer .footer-top .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }

  .aesthetic-ui .footer .footer-top .row > [class*="col-"] {
    width: auto;
    max-width: 100%;
    flex: initial;
    padding-left: 0;
    padding-right: 0;
  }

  .aesthetic-ui .footer .footer-about,
  .aesthetic-ui .footer .footer-newsletter {
    grid-column: 1 / -1;
  }

  .aesthetic-ui .footer .footer-about,
  .aesthetic-ui .footer .footer-links,
  .aesthetic-ui .footer .footer-newsletter {
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .aesthetic-ui .header .container-xl {
    min-height: 68px;
  }

  .aesthetic-ui .header .btn-getstarted {
    margin: 0 6px 0 0;
    padding: 5px 10px;
    font-size: 0.72rem;
    line-height: 1.15;
  }

  .aesthetic-ui.mobile-nav-active #navmenu > ul {
    inset: 74px 10px 10px;
    padding: 10px;
    max-height: calc(100vh - 84px);
  }

  .aesthetic-ui .mobile-nav-toggle {
    font-size: 24px;
  }

  .aesthetic-ui:not(.clients-page) .section {
    padding: 56px 0;
  }

  .aesthetic-ui.index-page #hero h2 {
    font-size: 2rem;
  }

  .aesthetic-ui.index-page #hero p {
    font-size: 1rem;
  }

  .aesthetic-ui.index-page #clients .carousel-track {
    animation-duration: 12s;
  }

  .aesthetic-ui .page-title .heading {
    padding: 42px 0 28px;
  }

  .aesthetic-ui .page-title h1 {
    font-size: 2rem;
  }

  .aesthetic-ui.about-page .brand-chip,
  .aesthetic-ui.contact-page .brand-chip {
    margin-bottom: 18px;
  }

  .aesthetic-ui.about-page .metric-grid,
  .aesthetic-ui.contact-page .metric-grid {
    grid-template-columns: 1fr;
  }

  .aesthetic-ui.about-page .brand-hero,
  .aesthetic-ui.contact-page .brand-hero {
    padding-top: 56px;
    padding-bottom: 54px;
  }

  .aesthetic-ui.about-page .surface-card,
  .aesthetic-ui.contact-page .surface-card,
  .aesthetic-ui.contact-page .contact-form-shell,
  .aesthetic-ui.contact-page .social-panel {
    padding: 20px;
    border-radius: 18px;
  }

  .aesthetic-ui.about-page .story-image-card img {
    min-height: 250px;
  }

  .aesthetic-ui .footer .footer-top .row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .aesthetic-ui .footer .footer-about,
  .aesthetic-ui .footer .footer-newsletter {
    grid-column: auto;
  }

  .aesthetic-ui .footer .footer-about,
  .aesthetic-ui .footer .footer-links,
  .aesthetic-ui .footer .footer-newsletter {
    padding: 20px 18px;
    border-radius: 18px;
  }

  .aesthetic-ui .footer .footer-newsletter .newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }

  .aesthetic-ui .footer .footer-newsletter .newsletter-form input[type="submit"] {
    width: 100%;
    min-height: 44px;
    margin: 0;
    border-radius: 10px;
  }
}
