/**
 * Unilegends - tournament dashboard skin for BreezyCV-compatible views.
 */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap');

.ul-theme {
  --ul-bg: #071207;
  --ul-bg-deep: #020802;
  --ul-side: rgba(7, 20, 8, 0.94);
  --ul-panel: rgba(171, 186, 185, 0.92);
  --ul-panel-2: rgba(124, 166, 175, 0.92);
  --ul-green: #51a91f;
  --ul-green-dark: #2f7b12;
  --ul-lime: #b8ee48;
  --ul-orange: #ff9418;
  --ul-red: #f33438;
  --ul-blue: #315fc2;
  --ul-purple: #674075;
  --ul-ink: #182015;
  --ul-text: #ffffff;
  --ul-muted: #dce7d7;
  --ul-border: rgba(255, 255, 255, 0.22);
  --ul-shadow: 0 22px 80px rgba(0, 0, 0, 0.42);
  font-family: 'Manrope', Arial, Helvetica, sans-serif !important;
}

.ul-theme-html body.ul-theme,
.ul-theme body {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--ul-bg);
  color: var(--ul-text);
}

.ul-theme h1,
.ul-theme h2,
.ul-theme h3,
.ul-theme h4,
.ul-theme h5,
.ul-theme h6 {
  font-family: 'Sora', 'Manrope', Arial, Helvetica, sans-serif !important;
  color: #fff !important;
  letter-spacing: 0;
}

.ul-theme a {
  color: #fff;
}

.ul-theme a:hover {
  color: var(--ul-lime);
}

.ul-theme .lm-animated-bg.dm-animated-bg {
  background:
    linear-gradient(90deg, rgba(1, 10, 2, 0.96), rgba(8, 28, 8, 0.74) 42%, rgba(12, 46, 7, 0.5)),
    radial-gradient(circle at 78% 16%, rgba(115, 181, 33, 0.2), transparent 30%),
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    var(--ul-bg-deep) !important;
  background-size: auto, auto, 88px 88px, 88px 88px, auto !important;
  opacity: 1 !important;
}

.ul-theme .lm-animated-bg.dm-animated-bg::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(115deg, rgba(139, 207, 38, 0.05) 0 2px, transparent 2px 20px),
    linear-gradient(90deg, rgba(0,0,0,0.65), transparent 32%, rgba(0,0,0,0.3));
}

.ul-theme .preloader-spinner {
  border-color: rgba(255,255,255,0.24) !important;
  border-top-color: var(--ul-lime) !important;
}

.ul-theme .page.dm-page {
  min-height: 100vh;
  padding: 0 !important;
  background: transparent !important;
}

.ul-theme .page-content.dm-page-content {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100vh !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  background: transparent !important;
}

.ul-theme .dm-page-main {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
}

.ul-theme .header.dm-header {
  background:
    linear-gradient(180deg, rgba(4, 17, 4, 0.98), rgba(11, 31, 8, 0.96)),
    radial-gradient(circle at 50% 4%, rgba(255, 148, 24, 0.16), transparent 34%) !important;
  border-right: 1px solid rgba(161, 221, 77, 0.28) !important;
  box-shadow: 12px 0 40px rgba(0,0,0,0.45);
  overflow-x: hidden !important;
  z-index: 10;
}

.ul-theme .dm-sidebar-stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
}

.ul-theme .header-photo.dm-header-photo {
  width: 96px !important;
  margin: 0 auto 12px !important;
  text-align: center;
}

.ul-theme .header-photo.dm-header-photo::after {
  display: none !important;
}

.ul-theme .header-photo.dm-header-photo img {
  display: block;
  width: 86px !important;
  height: 86px !important;
  max-width: 86px !important;
  object-fit: cover;
  border-radius: 50%;
  padding: 4px;
  background:
    linear-gradient(#15210d, #15210d) padding-box,
    linear-gradient(135deg, #fff, var(--ul-lime), var(--ul-orange)) border-box;
  border: 3px solid transparent !important;
  box-shadow: 0 8px 22px rgba(0,0,0,0.44), 0 0 0 5px rgba(81, 169, 31, 0.16);
}

.ul-theme .dm-header-titles {
  text-align: center;
  padding: 0 16px 18px;
}

.ul-theme .dm-header-titles h2 {
  margin: 0 0 4px !important;
  font-size: 22px !important;
  font-weight: 900 !important;
}

.ul-theme .dm-header-titles h4 {
  margin: 0 !important;
  color: var(--ul-lime) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.ul-theme .main-menu.dm-main-menu {
  position: static !important;
  width: 100% !important;
  margin: 8px 0 14px !important;
  padding: 0 16px !important;
  list-style: none;
  text-align: left !important;
}

.ul-theme .main-menu.dm-main-menu li {
  margin: 0 0 7px !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
}

.ul-theme .main-menu.dm-main-menu a,
.ul-theme .main-menu.dm-main-menu button,
.ul-theme .dm-logout {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  min-height: 0 !important;
  max-height: 38px !important;
  height: auto !important;
  width: 100% !important;
  text-align: left !important;
  padding: 6px 10px !important;
  color: #eef8ea !important;
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 11px !important;
  box-shadow: none !important;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.ul-theme .main-menu.dm-main-menu a.nav-anim,
.ul-theme .main-menu.dm-main-menu button.nav-anim {
  flex-direction: row !important;
}

.ul-theme .main-menu.dm-main-menu a.nav-anim::after,
.ul-theme .main-menu.dm-main-menu button.nav-anim::after {
  display: none !important;
}

.ul-theme .main-menu.dm-main-menu a:hover,
.ul-theme .main-menu.dm-main-menu a.active,
.ul-theme .dm-logout:hover {
  transform: translateX(4px);
  color: #fff !important;
  border-color: rgba(184, 238, 72, 0.72);
  background: linear-gradient(180deg, var(--ul-green), var(--ul-green-dark)) !important;
}

.ul-theme .main-menu.dm-main-menu .menu-icon {
  display: grid !important;
  place-items: center;
  position: static !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  margin: 0 !important;
  flex: 0 0 22px;
  width: 22px !important;
  height: 22px !important;
  line-height: 22px !important;
  border-radius: 50%;
  color: #172506 !important;
  background: radial-gradient(circle at 35% 30%, #fff, var(--ul-lime) 55%, #669e18);
  font-size: 12px !important;
}

.ul-theme .main-menu.dm-main-menu .link-text {
  display: block !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  font-size: 12px !important;
  line-height: 1.2 !important;
  text-align: left !important;
}

@media only screen and (min-width: 1025px) {
  .ul-theme .main-menu.dm-main-menu a,
  .ul-theme .main-menu.dm-main-menu button,
  .ul-theme .dm-logout {
    max-height: 36px !important;
  }
}

.ul-theme .dm-social-links {
  margin: auto 12px 14px !important;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.ul-theme .dm-social-links ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0;
}

.ul-theme .dm-social-links a {
  display: grid !important;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #102005 !important;
  background: linear-gradient(180deg, #fff, var(--ul-lime));
}

.ul-theme .dm-cv-under-social.header-buttons {
  padding: 0 12px 12px !important;
}

.ul-theme .dm-btn-gradient {
  width: 100%;
  border: 0 !important;
  color: #172005 !important;
  background: linear-gradient(180deg, #f7ff93, #9db42f 54%, #675f19) !important;
  border-radius: 18px !important;
  font-weight: 900 !important;
  box-shadow: inset 0 1px 0 #fff, 0 10px 22px rgba(0,0,0,0.34) !important;
}

.ul-theme .content-area.dm-content-area {
  background: transparent !important;
}

.ul-theme .dm-top-bar {
  position: sticky;
  top: 0;
  z-index: 8;
  padding: 16px 18px 0;
}

.ul-theme .dm-top-bar-inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  padding: 8px 12px;
  border-radius: 28px 28px 9px 9px;
  background: linear-gradient(180deg, #62b92b, #378a13);
  border: 1px solid rgba(255,255,255,0.24);
  box-shadow: var(--ul-shadow);
}

.ul-theme .dm-top-bar-fill {
  flex: 1;
}

.ul-theme .dm-lang-details {
  position: relative;
}

.ul-theme .dm-lang-details__summary {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 92px;
  height: 38px;
  padding: 0 14px;
  cursor: pointer;
  list-style: none;
  border-radius: 18px;
  background: rgba(255,255,255,0.95);
  color: #173006;
  font-weight: 900;
}

.ul-theme .dm-lang-details__summary::-webkit-details-marker {
  display: none;
}

.ul-theme .dm-lang-details__caret {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.ul-theme .dm-lang-details__panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 178px;
  padding: 8px;
  border-radius: 16px;
  background: #f7fbef;
  box-shadow: 0 18px 36px rgba(0,0,0,0.35);
}

.ul-theme .dm-lang-details__opt {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  color: #173006 !important;
  font-weight: 800;
}

.ul-theme .dm-lang-details__opt:hover,
.ul-theme .dm-lang-details__opt.is-active {
  background: var(--ul-green);
  color: #fff !important;
}

.ul-theme .animated-sections.dm-animated-sections-wrap {
  min-height: calc(100vh - 112px);
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border-radius: 0 0 30px 30px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ul-theme .animated-section,
.ul-theme .section-content {
  width: 100%;
}

.ul-theme .animated-section.section-active,
.ul-theme .single-page-content {
  padding: 0 !important;
  margin: 0 !important;
}

.ul-theme .section-content,
.ul-theme .single-page-content,
.ul-theme .post {
  margin-top: 0 !important;
}

.ul-theme .section-content {
  padding: 34px !important;
}

.ul-theme .single-page-content {
  padding: 34px !important;
}

.ul-theme .section-content,
.ul-theme .single-page-content,
.ul-theme .post-content {
  color: #f9fff5 !important;
}

.ul-theme .section-title,
.ul-theme .page-title,
.ul-theme .block-title {
  margin-bottom: 22px !important;
}

.ul-theme .section-title h2,
.ul-theme .page-title h2,
.ul-theme .block-title h3,
.ul-theme .entry-title {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 20px 8px 20px 8px;
  border: 1px solid rgba(184,238,72,0.28);
  background:
    linear-gradient(135deg, rgba(184,238,72,0.16), rgba(255,255,255,0.04)),
    rgba(19, 31, 16, 0.74);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 16px 34px rgba(0,0,0,0.3);
  color: #fff !important;
}

.ul-theme .entry-title {
  max-width: 100%;
  font-size: 34px !important;
  line-height: 1.15 !important;
}

.ul-theme .col-inner,
.ul-theme .blog-card,
.ul-theme .timeline-item,
.ul-theme .service-block,
.ul-theme .certificate-item,
.ul-theme .pricing-item,
.ul-theme .fun-fact,
.ul-theme .knowledges li {
  border-radius: 18px !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  background: rgba(178, 192, 190, 0.9) !important;
  color: var(--ul-ink) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,0.25);
}

.ul-theme .col-inner {
  padding: 24px !important;
  margin-bottom: 24px;
}

.ul-theme .row > [class*="col-"] {
  margin-bottom: 22px;
}

.ul-theme .info-list ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 0;
  padding: 0;
}

.ul-theme .info-list li {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(132px, 34%) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 72px;
  padding: 16px 18px 16px 62px !important;
  border-radius: 18px !important;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(184,238,72,0.12), rgba(255,255,255,0.035)),
    rgba(17, 22, 17, 0.88) !important;
  border: 1px solid rgba(255,255,255,0.11) !important;
  color: #eaf7e2 !important;
  box-shadow: 0 14px 32px rgba(0,0,0,0.24);
}

.ul-theme .info-list li::before {
  content: "i";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform: translateY(-50%);
  color: #142005;
  background: radial-gradient(circle at 35% 30%, #fff, var(--ul-lime) 58%, #6fa91a);
  font-family: 'Sora', 'Manrope', Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 0 0 4px rgba(184,238,72,0.12), 0 8px 18px rgba(0,0,0,0.3);
}

.ul-theme .info-list li:nth-child(1)::before { content: "#"; }
.ul-theme .info-list li:nth-child(2)::before { content: "@"; }
.ul-theme .info-list li:nth-child(3)::before { content: "⌂"; }
.ul-theme .info-list li:nth-child(4)::before { content: "✉"; }
.ul-theme .info-list li:nth-child(5)::before { content: "☎"; }
.ul-theme .info-list li:nth-child(6)::before { content: "₺"; }

.ul-theme .info-list li::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--ul-lime), var(--ul-green));
  opacity: .9;
}

.ul-theme .info-list li .title {
  color: #ffffff !important;
  font-weight: 900 !important;
  text-shadow: none;
}

.ul-theme .info-list li .value {
  color: #c8d6c2 !important;
  overflow-wrap: anywhere;
  font-weight: 700;
  line-height: 1.35;
}

.ul-theme .skills-info,
.ul-theme .knowledges {
  padding: 20px;
  margin-bottom: 22px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(184,238,72,0.1), rgba(255,255,255,0.03)),
    rgba(17, 22, 17, 0.88);
  border: 1px solid rgba(255,255,255,0.11);
  color: #eaf7e2;
  box-shadow: 0 14px 32px rgba(0,0,0,0.24);
}

.ul-theme .skills-info h4,
.ul-theme .skill-value {
  color: #fff !important;
  text-shadow: none;
}

.ul-theme .skill {
  margin-bottom: 8px;
}

.ul-theme .skill h4 {
  font-size: 14px !important;
  font-weight: 800 !important;
}

.ul-theme .skill-value {
  font-size: 13px !important;
  color: #c8d6c2 !important;
}

.ul-theme .skill-container {
  height: 9px !important;
  margin-bottom: 18px !important;
  border-radius: 999px !important;
  overflow: hidden;
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.08);
}

.ul-theme .skill-percentage {
  height: 100% !important;
  border-radius: inherit !important;
  background: linear-gradient(90deg, var(--ul-lime), var(--ul-green), var(--ul-orange)) !important;
  box-shadow: 0 0 16px rgba(184,238,72,0.35);
}

.ul-theme .timeline.timeline-second-style {
  position: relative;
  display: grid;
  gap: 14px;
}

.ul-theme .timeline.timeline-second-style::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: calc(31% + 12px);
  width: 2px;
  background: linear-gradient(180deg, var(--ul-lime), rgba(255,255,255,0.12));
  opacity: .5;
}

.ul-theme .timeline.timeline-second-style .timeline-item {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(150px, 31%) 34px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 0;
  padding: 12px 18px !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(184,238,72,0.1), rgba(255,255,255,0.03)),
    rgba(17, 22, 17, 0.88) !important;
  border: 1px solid rgba(255,255,255,0.11) !important;
  color: #eaf7e2 !important;
  box-shadow: 0 14px 32px rgba(0,0,0,0.24);
}

.ul-theme .timeline.timeline-second-style .timeline-item::before {
  content: "";
  position: static;
  grid-column: 2;
  grid-row: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-self: center;
  justify-self: center;
  transform: none;
  background: radial-gradient(circle at 50% 50%, #172506 0 4px, var(--ul-lime) 5px 10px, rgba(184,238,72,0.18) 11px 15px);
  box-shadow: 0 0 0 4px rgba(184,238,72,0.08), 0 8px 18px rgba(0,0,0,0.32);
}

.ul-theme .timeline.timeline-second-style .left-part,
.ul-theme .timeline.timeline-second-style .right-part {
  width: auto !important;
  float: none !important;
  padding: 0 !important;
  text-align: left !important;
}

.ul-theme .timeline.timeline-second-style .left-part {
  grid-column: 1;
  grid-row: 1;
  padding-right: 0 !important;
}

.ul-theme .timeline.timeline-second-style .right-part {
  grid-column: 3;
  grid-row: 1;
  padding-left: 0 !important;
}

.ul-theme .timeline.timeline-second-style .divider {
  display: none !important;
}

.ul-theme .timeline.timeline-second-style .item-period {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 6px !important;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--ul-lime), var(--ul-green));
  color: #142005 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.ul-theme .timeline.timeline-second-style .item-company {
  display: block;
  color: #aeb9aa !important;
  font-size: 13px !important;
  line-height: 1.35;
}

.ul-theme .timeline.timeline-second-style .item-title {
  margin: 0 0 4px !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  text-shadow: none !important;
}

.ul-theme .timeline.timeline-second-style p {
  margin: 0 !important;
  color: #c8d6c2 !important;
  line-height: 1.6;
}

.ul-theme .certificate-item {
  display: grid !important;
  grid-template-columns: 118px minmax(0, 1fr) !important;
  align-items: stretch;
  min-height: 126px;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(184,238,72,0.1), rgba(255,255,255,0.03)),
    rgba(17, 22, 17, 0.88) !important;
  border: 1px solid rgba(255,255,255,0.11) !important;
  color: #eaf7e2 !important;
  box-shadow: 0 14px 32px rgba(0,0,0,0.24);
}

.ul-theme .certificate-item .certi-logo {
  display: grid !important;
  place-items: center;
  float: none !important;
  grid-column: 1;
  grid-row: 1;
  width: 118px !important;
  max-width: 118px !important;
  min-height: 100%;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 40%, rgba(184,238,72,0.16), transparent 48%),
    rgba(255,255,255,0.045);
  border-right: 1px solid rgba(255,255,255,0.1);
}

.ul-theme .certificate-item .certi-logo img {
  width: 82px !important;
  height: 82px !important;
  max-width: 82px !important;
  max-height: 82px !important;
  object-fit: contain;
  border-radius: 16px;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,0.38));
}

.ul-theme .certificate-item .certi-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-column: 2;
  grid-row: 1;
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  padding: 20px 22px !important;
  text-align: left !important;
}

.ul-theme .certificate-item .certi-title h4 {
  display: block !important;
  max-width: 100%;
  margin: 0 0 8px !important;
  color: #fff !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  text-shadow: none !important;
  overflow-wrap: anywhere;
}

.ul-theme .certificate-item .certi-id,
.ul-theme .certificate-item .certi-date,
.ul-theme .certificate-item .certi-company {
  color: #aeb9aa !important;
  font-size: 13px !important;
  line-height: 1.45;
}

.ul-theme .certificate-item .certi-id a {
  color: var(--ul-lime) !important;
  font-weight: 800;
}

.ul-theme .certificate-item .certi-date {
  margin-top: 6px;
}

/* Services page cards */
.ul-theme section[data-id="portfolio"] .row {
  row-gap: 24px;
}

.ul-theme section[data-id="portfolio"] .col-inner {
  height: 100%;
  min-height: 220px;
  padding: 24px !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(184,238,72,0.1), rgba(255,255,255,0.03)),
    rgba(17, 22, 17, 0.88) !important;
  border: 1px solid rgba(255,255,255,0.11) !important;
  color: #eaf7e2 !important;
  box-shadow: 0 14px 32px rgba(0,0,0,0.24);
}

.ul-theme section[data-id="portfolio"] .info-list-w-icon,
.ul-theme section[data-id="portfolio"] .info-block-w-icon {
  height: 100%;
}

.ul-theme section[data-id="portfolio"] .info-block-w-icon {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.ul-theme section[data-id="portfolio"] .ci-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: radial-gradient(circle at 35% 30%, rgba(255,255,255,0.95), var(--ul-lime) 58%, #6fa91a);
  box-shadow: 0 0 0 5px rgba(184,238,72,0.1), 0 10px 20px rgba(0,0,0,0.3);
}

.ul-theme section[data-id="portfolio"] .ci-icon i {
  display: block !important;
  color: #142005 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  width: 1em;
  height: 1em;
  text-align: center;
}

.ul-theme section[data-id="portfolio"] .ci-icon i::before {
  display: block;
  line-height: 1 !important;
}

.ul-theme section[data-id="portfolio"] .ci-text h4 {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  text-shadow: none !important;
}

.ul-theme section[data-id="portfolio"] .ci-text p {
  margin: 0;
  color: #c8d6c2 !important;
  line-height: 1.65;
}

.ul-theme section[data-id="portfolio"] .fw-pricing {
  row-gap: 24px;
}

.ul-theme section[data-id="portfolio"] .fw-package-wrap {
  margin-bottom: 24px;
}

.ul-theme section[data-id="portfolio"] .fw-package {
  height: 100%;
  overflow: hidden;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(184,238,72,0.1), rgba(255,255,255,0.03)),
    rgba(17, 22, 17, 0.88) !important;
  border: 1px solid rgba(255,255,255,0.11) !important;
  box-shadow: 0 14px 32px rgba(0,0,0,0.24);
}

.ul-theme section[data-id="portfolio"] .fw-heading-row,
.ul-theme section[data-id="portfolio"] .fw-pricing-row,
.ul-theme section[data-id="portfolio"] .fw-button-row,
.ul-theme section[data-id="portfolio"] .fw-default-row {
  border-color: rgba(255,255,255,0.08) !important;
  color: #c8d6c2 !important;
}

.ul-theme section[data-id="portfolio"] .fw-heading-row span,
.ul-theme section[data-id="portfolio"] .fw-pricing-row span {
  color: #fff !important;
  font-weight: 900;
}

.ul-theme section[data-id="portfolio"] .fun-fact {
  min-height: 170px;
  padding: 24px !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(184,238,72,0.1), rgba(255,255,255,0.03)),
    rgba(17, 22, 17, 0.88) !important;
  border: 1px solid rgba(255,255,255,0.11) !important;
  color: #eaf7e2 !important;
  box-shadow: 0 14px 32px rgba(0,0,0,0.24);
}

.ul-theme section[data-id="portfolio"] .fun-fact i {
  color: var(--ul-lime) !important;
}

.ul-theme section[data-id="portfolio"] .fun-fact h4,
.ul-theme section[data-id="portfolio"] .fun-fact-block-value {
  color: #fff !important;
  text-shadow: none !important;
}

.ul-theme .col-inner a,
.ul-theme .timeline-item a,
.ul-theme .service-block a,
.ul-theme .blog-card a {
  color: #204e10 !important;
  font-weight: 800;
}

.ul-theme .post-thumbnail {
  overflow: hidden;
  border-radius: 28px 28px 8px 8px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(0,0,0,0.22);
}

.ul-theme .post-thumbnail img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
}

.ul-theme .entry-meta,
.ul-theme .entry-meta a,
.ul-theme .post-tags a {
  color: #efffe3 !important;
}

.ul-theme .entry-meta-top a,
.ul-theme .post-tags a {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 15px;
  background: var(--ul-purple);
  color: #fff !important;
  font-weight: 800;
}

.ul-theme .entry-content {
  font-size: 16px;
  line-height: 1.78;
}

.ul-theme .entry-content .col-inner {
  padding: 26px;
}

.ul-theme .info-list-w-icon,
.ul-theme .info-block-w-icon {
  height: 100%;
}

.ul-theme .info-block-w-icon {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.ul-theme .info-block-w-icon .ci-icon {
  flex: 0 0 48px;
}

.ul-theme .info-block-w-icon .ci-icon i {
  color: #18bfe8 !important;
  font-size: 34px !important;
}

.ul-theme .ci-text h4,
.ul-theme .service-block h4,
.ul-theme .fun-fact h4 {
  color: #fff !important;
  text-shadow: 0 2px 0 rgba(0,0,0,0.28);
}

.ul-theme .entry-content p,
.ul-theme .entry-content li,
.ul-theme .entry-content td,
.ul-theme .entry-content th {
  color: #172015;
}

.ul-theme .entry-content h1,
.ul-theme .entry-content h2,
.ul-theme .entry-content h3,
.ul-theme .entry-content h4 {
  color: #143108 !important;
  background: none;
  padding: 0;
  box-shadow: none;
}

.ul-theme .entry-content blockquote {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 6px solid var(--ul-green);
  border-radius: 12px;
  background: rgba(255,255,255,0.48);
  color: #172015;
}

.ul-theme .entry-content table {
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 14px;
  background: rgba(255,255,255,0.72);
}

.ul-theme .entry-content th {
  background: var(--ul-green);
  color: #fff !important;
}

.ul-theme .entry-content th,
.ul-theme .entry-content td {
  padding: 12px;
  border-bottom: 1px solid rgba(23,32,21,0.12);
}

.ul-theme .entry-content code {
  padding: 2px 6px;
  border-radius: 7px;
  color: #e9ffbf;
  background: #14200e;
  font-family: Consolas, Monaco, 'Courier New', monospace;
  font-size: 0.92em;
}

.ul-theme .entry-content pre {
  position: relative;
  margin: 24px 0;
  padding: 46px 18px 18px;
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid rgba(184, 238, 72, 0.34);
  background:
    linear-gradient(180deg, rgba(34, 53, 20, 0.98), rgba(8, 17, 8, 0.98));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 18px 36px rgba(0,0,0,0.28);
}

.ul-theme .entry-content pre::before {
  content: "CODE";
  position: absolute;
  top: 13px;
  left: 16px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #132006;
  background: linear-gradient(180deg, #f7ff93, var(--ul-lime));
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.ul-theme .entry-content pre code {
  display: block;
  min-width: max-content;
  padding: 0;
  color: #e8f7d8;
  background: transparent;
  line-height: 1.65;
  font-size: 14px;
}

.ul-theme .entry-content pre code .hljs-keyword,
.ul-theme .entry-content pre code .token.keyword {
  color: #b8ee48;
}

.ul-theme .entry-content pre code .hljs-string,
.ul-theme .entry-content pre code .token.string {
  color: #ffcf72;
}

.ul-theme .entry-content pre code .hljs-comment,
.ul-theme .entry-content pre code .token.comment {
  color: #90a78a;
}

.ul-theme input,
.ul-theme textarea,
.ul-theme select,
.ul-theme .form-control {
  border-radius: 14px !important;
  border: 1px solid rgba(255,255,255,0.24) !important;
  background: rgba(255,255,255,0.9) !important;
  color: #15200d !important;
}

.ul-theme .btn,
.ul-theme button,
.ul-theme input[type="submit"] {
  border-radius: 16px !important;
  font-weight: 900 !important;
}

.ul-theme .dm-content-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  margin-bottom: 14px !important;
}

/* Home page card rhythm */
.ul-theme .dm-landing {
  display: grid;
  gap: 28px;
}

.ul-theme .dm-hero-grid,
.ul-theme .dm-section,
.ul-theme .dm-glass-panel,
.ul-theme .dm-service-card,
.ul-theme .dm-project-card,
.ul-theme .dm-blog-card,
.ul-theme .dm-stat-card {
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.15);
  background: linear-gradient(180deg, rgba(34,34,34,0.96), rgba(24,24,24,0.96));
  box-shadow: 0 18px 44px rgba(0,0,0,0.3);
}

.ul-theme .dm-hero-grid,
.ul-theme .dm-section {
  padding: 28px;
}

.ul-theme .dm-about-grid,
.ul-theme .dm-services-grid,
.ul-theme .dm-projects-grid,
.ul-theme .dm-blog-grid,
.ul-theme .dm-stats-grid {
  display: grid;
  gap: 20px;
}

.ul-theme .dm-service-card,
.ul-theme .dm-project-body,
.ul-theme .dm-blog-card,
.ul-theme .dm-stat-card,
.ul-theme .dm-glass-panel {
  padding: 22px;
}

/* Projects: less horizontal, more card-like */
.ul-theme .portfolio-content {
  padding-top: 8px;
}

.ul-theme .portfolio-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px !important;
  padding: 0 !important;
}

.ul-theme .blog-masonry,
.ul-theme .blog-masonry.two-columns,
.ul-theme .blog-masonry.three-columns {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ul-theme .blog-masonry.clearfix::before,
.ul-theme .blog-masonry.clearfix::after {
  content: none !important;
  display: none !important;
}

.ul-theme .blog-masonry .item,
.ul-theme .blog-masonry.two-columns .item,
.ul-theme .blog-masonry.three-columns .item {
  position: relative !important;
  inset: auto !important;
  transform: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  min-width: 0 !important;
}

.ul-theme .blog-card {
  height: 100%;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(184,238,72,0.1), rgba(255,255,255,0.03)),
    rgba(17, 22, 17, 0.88) !important;
}

.ul-theme .blog-card .media-block {
  min-height: 210px;
  overflow: hidden;
}

.ul-theme .blog-card .media-block img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 210px;
  object-fit: cover;
}

.ul-theme .blog-card .post-info {
  padding: 16px 18px 18px;
}

.ul-theme .portfolio-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
  height: auto !important;
}

.ul-theme .portfolio-grid figure {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  border-radius: 18px !important;
  overflow: hidden;
  background: rgba(178, 192, 190, 0.9) !important;
  box-shadow: 0 16px 36px rgba(0,0,0,0.3);
}

.ul-theme .portfolio-grid figure a {
  display: block;
}

.ul-theme .portfolio-content .portfolio-grid .portfolio-item-img {
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 4 / 3;
}

.ul-theme .portfolio-content .portfolio-grid .portfolio-item-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.ul-theme .portfolio-grid figure .name {
  padding: 14px 16px 4px;
  margin: 0 !important;
  color: #fff !important;
  text-shadow: 0 2px 0 rgba(0,0,0,0.3);
}

.ul-theme .portfolio-grid figure .category {
  display: block;
  padding: 0 16px 16px;
  color: #23351b !important;
  font-weight: 800;
}

/* Projects page image cards */
.ul-theme section[data-id="resume"] .portfolio-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 30px !important;
  align-items: start;
  height: auto !important;
}

.ul-theme section[data-id="resume"] .portfolio-grid figure {
  position: relative !important;
  inset: auto !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.ul-theme section[data-id="resume"] .portfolio-grid figure a {
  display: grid !important;
  grid-template-rows: auto auto auto;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(184,238,72,0.1), rgba(255,255,255,0.03)),
    rgba(17, 22, 17, 0.88) !important;
}

.ul-theme section[data-id="resume"] .portfolio-item-img,
.ul-theme section[data-id="resume"] .portfolio-content .portfolio-grid .portfolio-item-img {
  width: 100% !important;
  height: auto !important;
  min-height: 270px !important;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden !important;
}

.ul-theme section[data-id="resume"] .portfolio-item-img img,
.ul-theme section[data-id="resume"] .portfolio-content .portfolio-grid .portfolio-item-img img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.ul-theme section[data-id="resume"] .portfolio-grid figure .name {
  display: block !important;
  min-height: 0 !important;
  padding: 16px 18px 6px !important;
  margin: 0 !important;
  color: #fff !important;
  background: transparent !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere;
}

.ul-theme section[data-id="resume"] .portfolio-grid figure .category {
  display: block !important;
  padding: 0 18px 18px !important;
  color: #aeb9aa !important;
  background: transparent !important;
  font-size: 13px !important;
}

@media only screen and (max-width: 760px) {
  .ul-theme .blog-masonry,
  .ul-theme .blog-masonry.two-columns,
  .ul-theme .blog-masonry.three-columns,
  .ul-theme section[data-id="resume"] .portfolio-grid {
    grid-template-columns: 1fr !important;
  }

  .ul-theme section[data-id="resume"] .portfolio-item-img,
  .ul-theme section[data-id="resume"] .portfolio-content .portfolio-grid .portfolio-item-img {
    min-height: 190px !important;
  }
}

@media only screen and (min-width: 761px) and (max-width: 1280px) {
  .ul-theme .blog-masonry,
  .ul-theme .blog-masonry.two-columns,
  .ul-theme .blog-masonry.three-columns,
  .ul-theme section[data-id="resume"] .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.ul-theme .dm-chip-link {
  padding: 7px 12px !important;
  background: rgba(255,255,255,0.88) !important;
  color: #173006 !important;
  border: 0 !important;
}

.ul-theme .dm-site-footer.dm-global-site-footer {
  padding: 20px 18px 24px;
  background: rgba(3, 12, 3, 0.9);
  border-top: 1px solid rgba(184, 238, 72, 0.2);
}

.ul-theme .dm-global-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
  color: #efffe3;
}

.ul-theme .dm-brand-mark {
  font-family: 'Roboto Condensed', Impact, sans-serif;
  font-size: 22px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
}

.ul-theme .dm-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ul-theme .dm-footer-link {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 14px;
  color: #173006 !important;
  background: linear-gradient(180deg, #fff, #dff6c1);
  font-weight: 900;
}

.ul-theme .dm-footer-copyright {
  margin: 0;
  color: var(--ul-muted);
  font-size: 13px;
}

@media only screen and (min-width: 1025px) {
  .ul-theme .header.dm-header {
    float: none !important;
    position: relative !important;
    display: flex !important;
    flex: 0 0 290px !important;
    width: 290px !important;
    max-width: 290px !important;
    min-height: 100% !important;
    height: auto !important;
    padding: 22px 10px 16px !important;
  }

  .ul-theme .content-area.dm-content-area {
    position: relative !important;
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    right: auto !important;
    left: auto !important;
  }
}

@media only screen and (max-width: 1024px) {
  .ul-theme .dm-page-main {
    flex-direction: column;
  }

  .ul-theme .header.dm-header {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: auto !important;
    padding: 18px 12px !important;
  }

  .ul-theme .main-menu.dm-main-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ul-theme .main-menu.dm-main-menu li {
    margin: 0 !important;
  }

  .ul-theme .dm-top-bar {
    position: relative;
    padding: 0 !important;
  }

  .ul-theme .menu-toggle.dm-menu-toggle {
    left: 20px !important;
    right: auto !important;
    top: 6px !important;
    width: 42px !important;
    height: 42px !important;
    line-height: 40px !important;
  }

  .ul-theme .menu-toggle.dm-menu-toggle span:nth-child(1) {
    top: 13px !important;
  }

  .ul-theme .menu-toggle.dm-menu-toggle span:nth-child(2) {
    top: 20px !important;
  }

  .ul-theme .menu-toggle.dm-menu-toggle span:nth-child(3) {
    top: 27px !important;
  }

  .ul-theme .menu-toggle.dm-menu-toggle.open span:nth-child(1) {
    top: 11px !important;
    left: 13px !important;
  }

  .ul-theme .menu-toggle.dm-menu-toggle.open span:nth-child(3) {
    top: 26px !important;
    left: 13px !important;
  }

  .ul-theme .animated-sections.dm-animated-sections-wrap {
    margin: 0 !important;
    padding: 0 !important;
  }

  .ul-theme .dm-global-footer-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .ul-theme .section-content,
  .ul-theme .single-page-content {
    padding: 20px !important;
  }

  .ul-theme .dm-top-bar-inner {
    justify-content: space-between;
    gap: 10px;
    padding-left: 68px;
    padding-right: 12px;
  }

  .ul-theme .dm-top-bar-fill {
    flex: 1 1 auto;
  }

  .ul-theme .dm-lang-details {
    margin-left: auto;
  }

  .ul-theme .dm-lang-details__summary {
    justify-content: center;
    min-width: 116px;
    padding: 0 18px;
  }

  .ul-theme .main-menu.dm-main-menu {
    grid-template-columns: 1fr;
  }

  .ul-theme .dm-top-bar-inner {
    border-radius: 20px 20px 8px 8px;
  }

  .ul-theme .entry-title {
    font-size: 25px !important;
  }

  .ul-theme .entry-content .col-inner {
    padding: 18px;
  }

  .ul-theme .timeline.timeline-second-style::before {
    display: none !important;
  }

  .ul-theme .timeline.timeline-second-style .timeline-item {
    grid-template-columns: 82px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: flex-start;
    padding: 14px 16px !important;
  }

  .ul-theme .timeline.timeline-second-style .timeline-item::before {
    display: none !important;
  }

  .ul-theme .timeline.timeline-second-style .left-part,
  .ul-theme .timeline.timeline-second-style .right-part {
    padding: 0 !important;
  }

  .ul-theme .timeline.timeline-second-style .left-part {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  .ul-theme .timeline.timeline-second-style .right-part {
    grid-column: 2 !important;
    grid-row: 1 !important;
    padding-left: 0 !important;
  }

  .ul-theme .timeline.timeline-second-style .item-title {
    position: relative;
    z-index: 1;
  }

  .ul-theme .certificate-item {
    grid-template-columns: 88px minmax(0, 1fr) !important;
  }

  .ul-theme .certificate-item .certi-logo {
    padding: 12px;
    width: 88px !important;
    max-width: 88px !important;
  }

  .ul-theme .certificate-item .certi-logo img {
    width: 62px !important;
    height: 62px !important;
  }

  .ul-theme .certificate-item .certi-content {
    padding: 16px !important;
  }
}

/* Final sidebar compaction: override BreezyCV/Darkmodern menu card sizing. */
.ul-theme .header.dm-header ul.main-menu.dm-main-menu {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  margin: 10px 0 14px !important;
  padding: 0 18px !important;
}

.ul-theme .header.dm-header ul.main-menu.dm-main-menu > li {
  display: block !important;
  width: 100% !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.ul-theme .header.dm-header ul.main-menu.dm-main-menu > li > a,
.ul-theme .header.dm-header ul.main-menu.dm-main-menu > li > button,
.ul-theme .header.dm-header ul.main-menu.dm-main-menu > li > form > a {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 9px !important;
  width: 100% !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  margin: 0 !important;
  padding: 5px 10px !important;
  overflow: hidden !important;
  border-radius: 10px !important;
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  box-shadow: none !important;
  line-height: 1 !important;
}

.ul-theme .header.dm-header ul.main-menu.dm-main-menu .menu-icon {
  display: inline-grid !important;
  position: static !important;
  flex: 0 0 22px !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 22px !important;
}

.ul-theme .header.dm-header ul.main-menu.dm-main-menu .link-text {
  display: inline-block !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

/* Sidebar/footer polish */
.ul-theme .header.dm-header {
  min-height: 100vh !important;
  background:
    linear-gradient(180deg, rgba(1, 16, 4, 0.98), rgba(3, 31, 7, 0.98)) !important;
}

.ul-theme .header.dm-header ul.main-menu.dm-main-menu {
  background: transparent !important;
}

.ul-theme .header.dm-header ul.main-menu.dm-main-menu::before,
.ul-theme .header.dm-header ul.main-menu.dm-main-menu::after {
  display: none !important;
}

.ul-theme .dm-social-links {
  margin: 28px 22px 16px !important;
}

.ul-theme .dm-cv-under-social.header-buttons {
  display: flex !important;
  justify-content: center;
  padding: 0 18px 18px !important;
}

.ul-theme .dm-cv-under-social.header-buttons .dm-btn-gradient {
  width: 75% !important;
  min-width: 0 !important;
  padding: 10px 14px !important;
  font-size: 13px !important;
  border-radius: 14px !important;
}

.ul-theme .content-area.dm-content-area {
  padding-bottom: 82px;
}

.ul-theme .dm-site-footer.dm-global-site-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  padding: 7px 20px !important;
  background: rgba(9, 16, 9, 0.68) !important;
  border-top: 1px solid rgba(255,255,255,0.11) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 -18px 44px rgba(0,0,0,0.26);
}

.ul-theme .dm-global-footer-inner {
  justify-content: center !important;
  max-width: none !important;
  margin: 0 auto !important;
  text-align: center;
}

.ul-theme .dm-brand-mark,
.ul-theme .dm-footer-copyright {
  display: none !important;
}

.ul-theme .dm-footer-nav {
  width: 100%;
}

.ul-theme .dm-footer-links {
  justify-content: center !important;
}

.ul-theme .dm-footer-link {
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.12);
  color: #eaf7e2 !important;
  padding: 5px 10px !important;
  border-radius: 10px !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

@media only screen and (min-width: 1300px) {
  .ul-theme .dm-site-footer.dm-global-site-footer {
    left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .ul-theme .dm-site-footer.dm-global-site-footer {
    left: 0;
  }

  .ul-theme .dm-cv-under-social.header-buttons .dm-btn-gradient {
    max-width: 220px;
  }
}

/* Homepage: closer to Darkmodern, with separated dark cards. */
.ul-theme .animated-sections.dm-animated-sections-wrap:has(.start-page) {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ul-theme .start-page .section-content {
  padding: 0 !important;
}

.ul-theme .dm-landing {
  max-width: min(1380px, calc(100% - 28px));
  margin: 0 auto;
  padding: 44px 8px 70px;
  display: grid;
  gap: 44px;
}

.ul-theme .dm-landing .dm-hero-grid {
  display: grid;
  gap: 28px;
  align-items: start;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ul-theme .dm-landing .dm-hero-grid--with-stats {
  grid-template-columns: minmax(0, 1fr);
}

.ul-theme .dm-landing .dm-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border-radius: 999px;
  color: #cbd8c6;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.11);
}

.ul-theme .dm-landing .dm-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ul-lime);
  box-shadow: 0 0 14px rgba(184,238,72,0.75);
}

.ul-theme .dm-landing .dm-hero-title {
  max-width: 920px;
  margin: 20px 0 14px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.12;
  font-weight: 800;
  color: #fff !important;
}

.ul-theme .dm-landing .dm-gradient-text {
  color: var(--ul-lime);
  background: linear-gradient(90deg, #b8ee48, #5bd433 55%, #ff9418);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

.ul-theme .dm-landing .dm-hero-lead {
  max-width: 600px;
  margin: 0;
  color: #aeb9aa;
  font-size: 1.05rem;
  line-height: 1.7;
}

.ul-theme .dm-landing .dm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.ul-theme .dm-landing .dm-btn-gradient,
.ul-theme .dm-landing .btn-primary {
  width: auto !important;
  min-width: 190px;
  padding: 13px 24px !important;
  border-radius: 12px !important;
  color: #132005 !important;
}

.ul-theme .dm-landing .dm-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 12px;
  color: var(--ul-lime) !important;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.11);
  font-weight: 800;
}

.ul-theme .dm-landing .dm-tech-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.ul-theme .dm-landing .dm-tech-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 12px;
  color: #e8f4e3;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.1);
  font-size: 13px;
  font-weight: 800;
}

.ul-theme .dm-landing .dm-section {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ul-theme .dm-landing .dm-section-head {
  margin-bottom: 22px;
}

.ul-theme .dm-landing .dm-section-head h2 {
  display: block;
  padding: 0;
  margin: 0 !important;
  background: none;
  box-shadow: none;
  color: #fff !important;
  font-size: 1.65rem !important;
}

.ul-theme .dm-landing .dm-section-head p {
  margin: 8px 0 0;
  color: #aeb9aa;
  font-size: 0.96rem;
}

.ul-theme .dm-landing .dm-about-grid,
.ul-theme .dm-landing .dm-services-grid,
.ul-theme .dm-landing .dm-projects-grid,
.ul-theme .dm-landing .dm-blog-grid,
.ul-theme .dm-landing .dm-stats-grid {
  display: grid;
  gap: 20px;
}

.ul-theme .dm-landing .dm-home-split {
  display: grid;
  gap: 28px;
  align-items: start;
}

.ul-theme .dm-landing .dm-home-split .dm-about-grid {
  grid-template-columns: 1fr;
}

.ul-theme .dm-landing .dm-home-split .dm-services-grid {
  grid-template-columns: 1fr;
  gap: 16px;
}

.ul-theme .dm-landing .dm-home-split .dm-service-card {
  padding: 20px;
}

.ul-theme .dm-landing .dm-home-split .dm-service-card p {
  margin-bottom: 0;
}

.ul-theme .dm-landing .dm-glass-panel,
.ul-theme .dm-landing .dm-service-card,
.ul-theme .dm-landing .dm-project-card,
.ul-theme .dm-landing .dm-blog-card,
.ul-theme .dm-landing .dm-stat-card {
  padding: 24px;
  border-radius: 16px;
  background: rgba(17, 22, 17, 0.88);
  border: 1px solid rgba(255,255,255,0.09);
  box-shadow: 0 18px 44px rgba(0,0,0,0.26);
}

.ul-theme .dm-landing .dm-glass-panel p,
.ul-theme .dm-landing .dm-service-card p,
.ul-theme .dm-landing .dm-blog-card p {
  color: #aeb9aa !important;
}

.ul-theme .dm-landing .dm-about-skills-title,
.ul-theme .dm-landing .dm-service-card h4,
.ul-theme .dm-landing .dm-project-card h3,
.ul-theme .dm-landing .dm-blog-card h3 {
  color: #fff !important;
  text-shadow: none !important;
}

.ul-theme .dm-landing .dm-contact-list {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.ul-theme .dm-landing .dm-contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #aeb9aa;
}

.ul-theme .dm-landing .dm-muted-link {
  color: var(--ul-lime) !important;
}

.ul-theme .dm-landing .dm-progress {
  margin-bottom: 16px;
}

.ul-theme .dm-landing .dm-progress-label {
  display: flex;
  justify-content: space-between;
  color: #aeb9aa;
  margin-bottom: 8px;
  font-weight: 700;
}

.ul-theme .dm-landing .dm-progress-bar {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
}

.ul-theme .dm-landing .dm-progress-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ul-lime), var(--ul-green), var(--ul-orange));
}

.ul-theme .dm-landing .dm-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ul-theme .dm-landing .dm-tag {
  padding: 7px 10px;
  border-radius: 999px;
  color: #e8f4e3;
  background: rgba(255,255,255,0.07);
  font-size: 12px;
  font-weight: 800;
}

.ul-theme .dm-landing .dm-service-card .ci-icon {
  margin-bottom: 14px;
}

.ul-theme .dm-landing .dm-project-card,
.ul-theme .dm-landing .dm-blog-card {
  overflow: hidden;
  padding: 0;
}

.ul-theme .dm-landing .dm-project-card a,
.ul-theme .dm-landing .dm-blog-card a {
  display: block;
  color: inherit;
}

.ul-theme .dm-landing .dm-project-thumb,
.ul-theme .dm-landing .dm-blog-thumb {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
}

.ul-theme .dm-landing .dm-project-thumb img,
.ul-theme .dm-landing .dm-blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ul-theme .dm-landing .dm-project-body,
.ul-theme .dm-landing .dm-blog-body {
  padding: 20px;
}

@media (min-width: 768px) {
  .ul-theme .dm-landing .dm-about-grid,
  .ul-theme .dm-landing .dm-projects-grid,
  .ul-theme .dm-landing .dm-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .ul-theme .dm-landing .dm-hero-grid--with-stats {
    grid-template-columns: minmax(0, 1fr) 320px;
  }

  .ul-theme .dm-landing .dm-services-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ul-theme .dm-landing .dm-home-split {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  }

  .ul-theme .dm-landing .dm-home-split .dm-services-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1380px) {
  .ul-theme .dm-landing .dm-home-split {
    grid-template-columns: minmax(0, 1fr) minmax(440px, 0.9fr);
  }
}
