/*!
Theme Name: Kadence
Theme URI: https://www.kadencewp.com/kadence-theme/
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Version: 1.4.5
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence
Requires at least: 6.3
Tested up to: 6.9.1
Tags: translation-ready, accessibility-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce
Requires PHP: 7.4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share
what you've learned with others.
*/
.ah-container {
  width: min(1290px, 92%);
  margin: 0 auto;
}

.ah-project-single {
  background: #f7f7f5;
  color: #0b1f3a;
}

.ah-project-hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: end;
}

.ah-project-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.ah-project-hero-media img,
.ah-project-hero-media .wp-post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ah-project-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(11, 31, 58, 0.78) 0%,
    rgba(11, 31, 58, 0.45) 35%,
    rgba(11, 31, 58, 0.15) 100%
  );
}

.ah-project-hero-content {
  position: relative;
  z-index: 2;
  padding: 140px 0 70px;
  color: #fff;
}

.ah-project-meta-top {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.ah-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c8a96a;
}

.ah-status {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.28);
  padding: 7px 12px;
}

.ah-project-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 500;
  max-width: 900px;
  margin: 0 0 16px;
}

.ah-project-location {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.88);
  margin: 0;
}

.ah-project-intro {
  padding: 80px 0;
}

.ah-project-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.8fr);
  gap: 48px;
  align-items: start;
}

.ah-project-content,
.ah-project-content p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.85;
  color: #48515b;
}

.ah-project-content p {
  margin: 0 0 22px;
}

.ah-project-highlights {
  margin-top: 36px;
}

.ah-project-highlights h3 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  margin: 0 0 18px;
  color: #0b1f3a;
}

.ah-project-highlights ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ah-project-highlights li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-family: 'Inter', sans-serif;
  color: #48515b;
  line-height: 1.7;
}

.ah-project-highlights li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #c8a96a;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}

.ah-project-facts-card {
  background: #fff;
  border: 1px solid #e2e5e8;
  padding: 30px;
  position: sticky;
  top: 100px;
}

.ah-fact-row {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  border-bottom: 1px solid #eceff2;
}

.ah-fact-row span {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8b929b;
  margin-bottom: 7px;
}

.ah-fact-row strong {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0b1f3a;
}

.ah-project-facts-cta {
  margin-top: 24px;
}

.ah-btn-gold,
.ah-btn-outline {
  display: inline-block;
  text-decoration: none;
  padding: 16px 28px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.ah-btn-gold {
  background: #c8a96a;
  color: #fff;
}

.ah-btn-gold:hover {
  background: #b79656;
  transform: translateY(-1px);
}

.ah-project-gallery-section {
  padding: 0 0 90px;
}

.ah-project-gallery-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 46px;
  line-height: 1.1;
  margin: 10px 0 30px;
  color: #0b1f3a;
}

.ah-project-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.ah-gallery-item {
  display: block;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e5e8;
}

.ah-gallery-item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.ah-gallery-item:hover img {
  transform: scale(1.04);
}

.ah-project-next {
  background: #061b34;
  padding: 80px 0;
}

.ah-project-next-inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}

.ah-project-next h2 {
  font-family: 'Playfair Display', serif;
  font-size: 46px;
  line-height: 1.08;
  margin: 10px 0 18px;
  color: #fff;
}

.ah-project-next p {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,0.78);
  max-width: 760px;
  margin: 0;
}

.ah-btn-outline {
  border: 1px solid #c8a96a;
  color: #fff;
  white-space: nowrap;
}

.ah-btn-outline:hover {
  background: #c8a96a;
  color: #fff;
}

@media (max-width: 991px) {
  .ah-project-intro-grid {
    grid-template-columns: 1fr;
  }

  .ah-project-facts-card {
    position: static;
  }

  .ah-project-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .ah-project-next-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .ah-project-hero {
    min-height: 58vh;
  }

  .ah-project-hero-content {
    padding: 110px 0 42px;
  }

  .ah-project-intro {
    padding: 56px 0;
  }

  .ah-project-gallery-section h2,
  .ah-project-next h2 {
    font-size: 34px;
  }

  .ah-project-gallery {
    grid-template-columns: 1fr;
  }

  .ah-gallery-item img {
    height: 240px;
  }
}.ah-project-archive {
  background: #f7f7f5;
  color: #0b1f3a;
}

.ah-projects-hero {
  padding: 140px 0 70px;
  background: #f7f7f5;
  border-bottom: 1px solid #eceff2;
}

.ah-projects-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin: 10px 0 16px;
  color: #0b1f3a;
}

.ah-projects-intro {
  max-width: 760px;
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  line-height: 1.8;
  color: #4c5560;
  margin: 0;
}

.ah-project-filters-wrap {
  padding: 26px 0;
  background: #fff;
  border-bottom: 1px solid #eceff2;
}

.ah-project-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ah-project-filters a {
  display: inline-flex;
  align-items: center;
  padding: 11px 18px;
  border: 1px solid #e0e5e9;
  text-decoration: none;
  color: #0b1f3a;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.25s ease;
  background: #fff;
}

.ah-project-filters a:hover,
.ah-project-filters a.active {
  border-color: #c8a96a;
  color: #c8a96a;
}

.ah-featured-project {
  padding: 70px 0 40px;
}

.ah-featured-project-card {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  background: #fff;
  border: 1px solid #e2e5e8;
  overflow: hidden;
  margin-top: 14px;
}

.ah-featured-project-image {
  display: block;
  min-height: 100%;
}

.ah-featured-project-image img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  display: block;
}

.ah-featured-project-content {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ah-featured-project-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin: 12px 0 14px;
}

.ah-featured-project-content h2 a {
  color: #0b1f3a;
  text-decoration: none;
}

.ah-featured-project-content .ah-project-location {
  color: #8b929b;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.ah-featured-excerpt,
.ah-featured-excerpt p {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #4c5560;
}

.ah-featured-excerpt p:last-child {
  margin-bottom: 0;
}

.ah-featured-meta {
  margin: 22px 0 28px;
}

.ah-featured-meta span {
    display: inline-flex;
    padding: 9px 14px;
    border: 1px solid #e2e5e8;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    letter-spacing: 0.1em;
    text-transform: none;
    color: #0b1f3a;
}

.ah-projects-grid-section {
  padding: 30px 0 90px;
}

.ah-projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.ah-project-card {
  background: #fff;
  border: 1px solid #e2e5e8;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.ah-project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 40px rgba(11, 31, 58, 0.08);
}

.ah-project-card-image {
  display: block;
  overflow: hidden;
}

.ah-project-card-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.ah-project-card:hover .ah-project-card-image img {
  transform: scale(1.04);
}

.ah-project-card-content {
  padding: 24px;
}

.ah-project-card-category {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c8a96a;
  margin-bottom: 12px;
}

.ah-project-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 500;
  margin: 0 0 10px;
}

.ah-project-card h3 a {
  color: #0b1f3a;
  text-decoration: none;
}

.ah-project-card-location {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8b929b;
  margin: 0 0 18px;
}

.ah-project-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #0b1f3a;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.ah-project-link span {
  transition: transform 0.2s ease;
}

.ah-project-card:hover .ah-project-link span {
  transform: translateX(4px);
}

.ah-project-link:hover {
  color: #c8a96a;
}

.ah-pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.ah-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin: 0 4px;
  border: 1px solid #e2e5e8;
  text-decoration: none;
  color: #0b1f3a;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  transition: all 0.25s ease;
  background: #fff;
}

.ah-pagination .page-numbers.current,
.ah-pagination .page-numbers:hover {
  border-color: #c8a96a;
  color: #c8a96a;
}

.ah-project-archive-cta {
  background: #061b34;
  padding: 84px 0;
}

.ah-project-archive-cta-inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}

.ah-project-archive-cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: 46px;
  line-height: 1.08;
  margin: 10px 0 18px;
  color: #fff;
}

.ah-project-archive-cta p {
  max-width: 760px;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,0.78);
  margin: 0;
}

@media (max-width: 1100px) {
  .ah-projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ah-featured-project-card {
    grid-template-columns: 1fr;
  }

  .ah-featured-project-image img {
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  .ah-projects-hero {
    padding: 110px 0 50px;
  }

  .ah-projects-grid {
    grid-template-columns: 1fr;
  }

  .ah-featured-project-content {
    padding: 28px 22px;
  }

  .ah-project-card-content {
    padding: 20px;
  }

  .ah-project-card h3 {
    font-size: 24px;
  }

  .ah-project-archive-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .ah-project-archive-cta h2 {
    font-size: 34px;
  }
}.ah-project-intro {
  padding: 100px 0;
  background: #f7f7f7;
}

.ah-container {
  max-width: 1290px;
  margin: auto;
  padding: 0 20px;
}

.ah-grid-2 {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
}

.ah-project-text h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

.ah-location {
  color: #777;
  margin-bottom: 20px;
}

.ah-lead {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}

.ah-description {
  color: #555;
  line-height: 1.7;
}

/* CARD */
.ah-project-card {
  background: #fff;
  padding: 0px;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.05);
}

.ah-project-card h3 {
  margin-bottom: 25px;
}

.ah-detail {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.ah-detail span {
  color: #777;
}

.ah-detail strong {
  font-weight: 600;
}.ah-project-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 78%) 0%, rgba(11, 31, 58, 0.45) 35%, rgba(11, 31, 58, 0.15) 100%);
}.ah-project-location {
    text-shadow: 0 0 13px black;
    font-weight: 900;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.88);
    margin: 0;
}.archive .ah-project-location {text-shadow:none!important; font-weight:400!important;}.ah-status {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background-color: #c8a96a;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.28);
    padding: 7px 12px;
}.ah-project-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(42px, 6vw, 78px);
    line-height: 1.02;
    letter-spacing: -0.03em;
    font-weight: 500;
    max-width: 900px;
    text-shadow: 0 0 7px black;
    color: white;
    margin: 0 0 16px;
}/* =========================
   Archive Hero Section
========================= */

.ah-archive-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  color: #fff;

  background-image: url('https://albaniaholdings.com/wp-content/uploads/2026/04/albania-holdings-projects-investments-management-company.jpeg');
  background-size: cover;
  background-position: center;
}

.ah-archive-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(11, 31, 58, 0.85) 0%,
    rgba(11, 31, 58, 0.65) 40%,
    rgba(11, 31, 58, 0.2) 100%
  );
}

.ah-archive-hero-content {
    position: relative;
    z-index: 2;
    margin: auto;
    max-width: 1290px;
}

.ah-archive-hero h1 {color:white;
  font-family: 'Playfair Display', serif;
  font-size: clamp(48px, 6vw, 72px);
  line-height: 1.05;
  margin-bottom: 20px;
}

.ah-archive-hero p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  width:100%;
  max-width:600px;
  color: rgba(255,255,255,0.85);
}

/* spacing below hero */
.post-type-archive-project .site-main {
  margin-top: 0;
} .ah-breadcrumb {
  font-size: 14px;
  margin-bottom: 12px;
  color: rgba(255,255,255,0.7);
}

.ah-breadcrumb a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.ah-breadcrumb a:hover {
  opacity: 0.7;
}

.ah-breadcrumb-sep {
  margin: 0 6px;
  opacity: 0.6;
}

.ah-breadcrumb-current {
  color: #fff;
  font-weight: 500;
}/* SERVICES PAGE */
.services-page-hero,
.single-service-modern-hero {
    position: relative;
    padding: 120px 0 90px;
    background: linear-gradient(135deg, #0d1b2a 0%, #16324f 55%, #23476d 100%);
    overflow: hidden;
}

.services-page-hero:before,
.single-service-modern-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,0.10), transparent 28%),
        radial-gradient(circle at bottom left, rgba(255,255,255,0.06), transparent 22%);
    pointer-events: none;
}

.services-page-hero__content,
.single-service-modern-hero__content {
    max-width: 820px;
    position: relative;
    z-index: 2;
}

.eyebrow,
.section-kicker {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #cdac77;
}

.services-page-hero h1,
.single-service-modern-hero h1 {
    margin: 0 0 20px;
    font-size: 58px;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #fff;
}

.services-page-hero p,
.single-service-modern-hero__subtitle {
    margin: 0;
    max-width: 760px;
    font-size: 19px;
    line-height: 1.75;
    color: rgba(255,255,255,0.82);
}

.services-page-intro,
.services-list-section,
.single-service-modern-content,
.services-cta-band {
    padding: 90px 0;
}

.services-page-intro {
    background: #f7f9fb;
    border-bottom: 1px solid #e6edf3;
}

.services-page-intro__grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: center;
}

.services-page-intro h2 {
    margin: 0;
    font-size: 42px;
    line-height: 1.15;
    color: #11263d;
    letter-spacing: -0.02em;
}

.services-page-intro p {
    margin: 0;
    font-size: 17px;
    line-height: 1.9;
    color: #5a6a7a;
}.single-service .btn-secondary {
    background: transparent;
    color: white!important;
    border: 1px solid #d5e0e9;
}.single-service .btn-secondary:hover {
    background: white;
    color: black!important;
    border: 1px solid #d5e0e9;
}

.services-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 34px;
}

.services-filter {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: #f0f4f7;
    border: 1px solid #dde6ee;
    color: #17324c;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all .2s ease;
}

.services-filter:hover,
.services-filter.is-active {
    background: #17324c;
    border-color: #17324c;
    color: #fff;
}

.services-modern-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.service-modern-card {
    background: #fff;
    border: 1px solid #e5edf3;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(15, 34, 54, 0.05);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-modern-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 50px rgba(15, 34, 54, 0.10);
    border-color: #d6e2ec;
}

.service-modern-card__image {
    display: block;
    aspect-ratio: 1.45 / 1;
    overflow: hidden;
}

.service-modern-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.service-modern-card:hover .service-modern-card__image img {
    transform: scale(1.04);
}

.service-modern-card__body {
    padding: 28px;
}

.service-modern-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.service-modern-card__meta span,
.single-service-modern__terms span {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: #eef3f7;
    color: #183754;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.service-modern-card h2 {
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.service-modern-card h2 a {
    color: #10263d;
    text-decoration: none;
}

.service-modern-card p {
    margin: 0 0 18px;
    color: #5d6d7c;
    font-size: 16px;
    line-height: 1.8;
}

.service-modern-card__points {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.service-modern-card__points li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    color: #31465b;
    font-size: 15px;
    line-height: 1.7;
}

.service-modern-card__points li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #17324c;
}

.service-modern-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #17324c;
    text-decoration: none;
}

.service-modern-card__link:after {
    content: "→";
    transition: transform .2s ease;
}

.service-modern-card:hover .service-modern-card__link:after {
    transform: translateX(3px);
}

.services-cta-band {
    background: #f7f9fb;
}

.services-cta-band__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 42px 46px;
    border-radius: 28px;
    background: linear-gradient(135deg, #11263d 0%, #1c4468 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(12, 27, 44, 0.14);
}

.services-cta-band__content h2 {
    margin: 0 0 12px;
    font-size: 36px;
    line-height: 1.15;
    color: #fff;
}

.services-cta-band__content p {
    margin: 0;
    max-width: 700px;
    color: rgba(255,255,255,0.8);
    font-size: 17px;
    line-height: 1.8;
}

/* SINGLE SERVICE */
.single-service-modern-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.single-service-modern__terms {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.single-service-modern-content {
    background: #fff;
}

.single-service-modern-content__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) 380px;
    gap: 40px;
    align-items: start;
}

.content-panel,
.sidebar-panel {
    background: #fff;
    border: 1px solid #e5edf3;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 10px 30px rgba(15, 34, 54, 0.04);
}

.content-panel {
    font-size: 17px;
    line-height: 1.9;
    color: #425466;
}

.content-panel h2,
.content-panel h3,
.content-panel h4 {
    color: #11263d;
    margin-top: 0;
}

.sidebar-panel + .sidebar-panel {
    margin-top: 24px;
}

.sidebar-panel h3 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 22px;
    color: #11263d;
}

.service-side-points {
    margin: 0;
    padding-left: 18px;
}

.service-side-points li {
    margin-bottom: 12px;
    color: #4d6072;
    line-height: 1.7;
}

.sidebar-panel--cta {
    background: #f7f9fb;
}

.btn-primary,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: all .2s ease;
}

.btn-primary {
    background: #17324c;
    color: #fff;
    border: 1px solid #17324c;
}

.btn-primary:hover {
    background: #0f2438;
    border-color: #0f2438;
    color: #fff;
}

.btn-secondary {
    background: transparent;
    color: #17324c;
    border: 1px solid #d5e0e9;
}

.btn-secondary:hover {
    background: #f4f7fa;
    color: #17324c;
}

.btn-full {
    width: 100%;
}

/* YOAST BREADCRUMBS */
.service-breadcrumbs {
    margin-bottom: 22px;
}

.service-breadcrumbs .yoast-breadcrumbs {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}

.service-breadcrumbs .yoast-breadcrumbs a {
    color: rgba(255,255,255,0.88);
    text-decoration: none;
}

.service-breadcrumbs .yoast-breadcrumbs .breadcrumb_last {
    color: rgba(255,255,255,0.58);
}

/* RESPONSIVE */
@media (max-width: 1100px) {
    .services-modern-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .single-service-modern-content__grid,
    .services-page-intro__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .services-page-hero,
    .single-service-modern-hero,
    .services-page-intro,
    .services-list-section,
    .single-service-modern-content,
    .services-cta-band {
        padding: 70px 0;
    }

    .services-page-hero h1,
    .single-service-modern-hero h1 {
        font-size: 38px;
    }

    .services-modern-grid {
        grid-template-columns: 1fr;
    }

    .services-cta-band__box {
        padding: 30px 24px;
        flex-direction: column;
        align-items: flex-start;
    }

    .content-panel,
    .sidebar-panel {
        padding: 24px;
    }
}.container {
    width: 100%;
    max-width: 1200px; /* or 1240px / 1280px */
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}.services-page-hero .container,
.single-service-modern-hero .container {
    max-width: 1200px;
}.services-page-hero__content,
.single-service-modern-hero__content {
    max-width: 700px; /* important */
}.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;

    background:
        /* main dark gradient (left → right for text readability) */
        linear-gradient(
            90deg,
            rgba(10, 25, 45, 0.85) 0%,
            rgba(10, 25, 45, 0.75) 35%,
            rgba(10, 25, 45, 0.55) 65%,
            rgba(10, 25, 45, 0.35) 100%
        ),

        /* subtle top light */
        radial-gradient(
            circle at 80% 20%,
            rgba(255,255,255,0.12),
            transparent 40%
        ),

        /* subtle bottom depth */
        radial-gradient(
            circle at 20% 80%,
            rgba(0,0,0,0.35),
            transparent 50%
        );
}.services-page-hero, .single-service-modern-hero {
    
    padding: 260px 0 90px!important;
    
}.services-page-hero, .single-service-modern-hero {
    padding-top: 130px;
    margin-top: -120px;
    background-size: cover;
    position: relative;
    padding: 200px 0 90px;
   
    overflow: hidden;
}