/* ================================================================
   DHAFINTECH — CORPORATE BRAND SYSTEM
   A mature, restrained visual language for an established IT advisor.
   ================================================================ */

:root {
    --brand: #66bb6a;
    --brand-light: #8bd08e;
    --brand-pale: #edf7ee;
    --brand-mist: #f6faf6;
    --forest: #173d2a;
    --forest-deep: #0b2618;
    --forest-soft: #25543a;
    --ink: #17211a;
    --body: #5e6b62;
    --line: #dce7de;
    --line-dark: rgba(255, 255, 255, .12);
    --white: #fff;
    --shadow-sm: 0 8px 24px rgba(11, 38, 24, .07);
    --shadow-lg: 0 24px 70px rgba(11, 38, 24, .14);
    --container: 1200px;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    color: var(--body);
    background: var(--white);
    font-family: "Segoe UI", Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.72;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--ink);
    font-family: "Segoe UI", Inter, Arial, sans-serif;
    font-weight: 750;
    letter-spacing: -.025em;
}

p {
    color: var(--body);
}

a {
    color: var(--forest);
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
}

a:hover,
a:focus {
    color: var(--brand);
}

img {
    max-width: 100%;
}

::selection {
    color: var(--white);
    background: var(--brand);
}

.container {
    max-width: var(--container);
}

.section-space,
.ptb-100 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.pt-100 {
    padding-top: 110px;
}

.pb-100 {
    padding-bottom: 110px;
}

.pb-70 {
    padding-bottom: 80px;
}

.bg-background,
.bg-brand-soft {
    background: var(--brand-mist) !important;
}

/* Preloader */
.preloader .preloader span {
    background: var(--brand);
}

/* Header */
.site-header {
    position: relative;
    z-index: 1000;
}

.header-utility {
    color: rgba(255, 255, 255, .72);
    background: var(--forest-deep);
    font-size: 13px;
}

.header-utility-inner {
    display: flex;
    min-height: 38px;
    align-items: center;
    justify-content: space-between;
}

.header-utility p,
.header-utility a {
    margin: 0;
    color: rgba(255, 255, 255, .72);
}

.header-utility i {
    margin-right: 6px;
    color: var(--brand-light);
    font-size: 15px;
    vertical-align: -2px;
}

.header-utility-links {
    display: flex;
    gap: 28px;
}

.header-utility a:hover {
    color: var(--white);
}

.navbar-area {
    position: relative;
    background: rgba(255, 255, 255, .98);
    border-bottom: 1px solid var(--line);
}

.navbar-area.is-sticky {
    background: rgba(255, 255, 255, .98) !important;
    border-bottom-color: transparent;
    box-shadow: 0 8px 28px rgba(11, 38, 24, .09) !important;
}

.fria-nav .navbar {
    min-height: 78px;
    padding: 0;
}

.fria-nav .navbar .navbar-brand {
    padding: 0;
}

.fria-nav .navbar .navbar-brand img {
    width: auto;
}

.fria-responsive-nav .logo img {
    width: auto;
}

.fria-nav .navbar .navbar-nav {
    margin-left: auto;
    margin-right: 24px;
}

.fria-nav .navbar .navbar-nav .nav-item a {
    margin-right: 12px;
    margin-left: 12px;
    padding-top: 28px;
    padding-bottom: 28px;
    color: var(--ink);
    font-family: "Segoe UI", Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 650;
    letter-spacing: -.01em;
}

.fria-nav .navbar .navbar-nav .nav-item a:hover,
.fria-nav .navbar .navbar-nav .nav-item a:focus,
.fria-nav .navbar .navbar-nav .nav-item a.active {
    color: var(--brand);
}

.fria-nav .navbar .navbar-nav .nav-item > a.active::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 19px;
    left: 12px;
    height: 2px;
    background: var(--brand);
}

.fria-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    width: 235px;
    padding: 10px 0;
    background: var(--white);
    border: 1px solid var(--line);
    border-top: 3px solid var(--brand);
    border-radius: 0;
    box-shadow: var(--shadow-lg);
}

.fria-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    margin: 0;
    padding: 11px 20px;
    color: var(--ink);
    font-size: 14px;
}

.fria-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.fria-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus {
    color: var(--forest);
    background: var(--brand-pale);
}

.header-cta {
    flex: 0 0 auto;
}

.default-btn,
.cta-light,
.outline-light-btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.default-btn {
    color: var(--white);
    background: var(--brand);
    box-shadow: 0 10px 24px rgba(102, 187, 106, .22);
}

.default-btn:hover,
.default-btn:focus {
    color: var(--white);
    background: var(--forest);
    transform: translateY(-2px);
}

.default-btn i,
.cta-light i,
.outline-light-btn i {
    font-size: 20px;
}

/* Homepage hero */
.consulting-hero {
    position: relative;
    padding: 105px 0 92px;
    overflow: hidden;
    background: var(--white);
}

.consulting-hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 34%;
    height: 100%;
    background: var(--brand-pale);
}

.hero-grid {
    position: absolute;
    top: 0;
    right: 0;
    width: 34%;
    height: 100%;
    opacity: .32;
    background-image: linear-gradient(rgba(23, 61, 42, .11) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 61, 42, .11) 1px, transparent 1px);
    background-size: 38px 38px;
}

.consulting-hero .container {
    position: relative;
    z-index: 2;
}

.consulting-hero-content {
    max-width: 700px;
    padding-right: 52px;
}

.eyebrow,
.section-kicker,
.site-cta-kicker {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 20px;
    color: var(--forest);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.eyebrow i,
.section-kicker::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--brand);
}

.consulting-hero-content h1 {
    max-width: 690px;
    margin: 0 0 26px;
    color: var(--forest-deep);
    font-size: clamp(52px, 5.4vw, 76px);
    font-weight: 780;
    line-height: 1.02;
}

.consulting-hero-content h1 span {
    color: var(--brand);
}

.consulting-hero-content > p {
    max-width: 630px;
    margin-bottom: 32px;
    color: var(--body);
    font-size: 18px;
    line-height: 1.72;
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.text-link,
.arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--forest);
    font-weight: 700;
}

.text-link i,
.arrow-link i {
    font-size: 20px;
    transition: transform .25s ease;
}

.text-link:hover i,
.arrow-link:hover i {
    transform: translateX(4px);
}

.hero-capabilities {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 48px;
    padding-top: 30px;
    border-top: 1px solid var(--line);
}

.hero-capabilities > div {
    display: flex;
    gap: 11px;
    align-items: flex-start;
}

.hero-capabilities i {
    margin-top: 2px;
    color: var(--brand);
    font-size: 23px;
}

.hero-capabilities strong,
.hero-capabilities small {
    display: block;
}

.hero-capabilities strong {
    color: var(--ink);
    font-size: 13px;
}

.hero-capabilities small {
    margin-top: 2px;
    color: var(--body);
    font-size: 11px;
    line-height: 1.4;
}

.consulting-panel {
    position: relative;
    padding: 34px;
    color: var(--white);
    background: var(--forest-deep);
    border-left: 5px solid var(--brand);
    box-shadow: var(--shadow-lg);
}

.panel-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--line-dark);
}

.panel-heading > div > span {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, .5);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.panel-heading h2 {
    margin: 0;
    color: var(--white);
    font-size: 22px;
}

.panel-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 9px;
    color: rgba(255, 255, 255, .76);
    border: 1px solid rgba(255, 255, 255, .15);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.panel-status i {
    width: 6px;
    height: 6px;
    background: var(--brand-light);
    border-radius: 50%;
}

.panel-flow article {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid var(--line-dark);
}

.panel-flow article > span {
    padding-top: 3px;
    color: var(--brand-light);
    font-size: 12px;
    font-weight: 800;
}

.panel-flow h3 {
    margin: 0 0 3px;
    color: var(--white);
    font-size: 17px;
}

.panel-flow p {
    margin: 0;
    color: rgba(255, 255, 255, .56);
    font-size: 13px;
}

.panel-footer {
    display: flex;
    gap: 22px;
    padding-top: 22px;
    color: rgba(255, 255, 255, .48);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

/* Credibility strip */
.credibility-strip {
    color: var(--white);
    background: var(--forest);
}

.credibility-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.credibility-grid > div {
    display: flex;
    min-height: 96px;
    align-items: center;
    gap: 14px;
    padding: 22px 24px;
    border-right: 1px solid var(--line-dark);
}

.credibility-grid > div:first-child {
    border-left: 1px solid var(--line-dark);
}

.credibility-grid span {
    color: var(--brand-light);
    font-size: 11px;
    font-weight: 800;
}

.credibility-grid p {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

/* Shared section heading */
.section-heading {
    margin-bottom: 52px;
}

.section-heading h2,
.home-about-content h2 {
    margin: 0;
    color: var(--forest-deep);
    font-size: clamp(38px, 4vw, 52px);
    line-height: 1.1;
}

.section-heading > p,
.split-heading > p {
    max-width: 480px;
    margin: 0;
    font-size: 17px;
}

.split-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    align-items: end;
    gap: 60px;
}

.split-heading > div h2 {
    max-width: 710px;
}

.centered {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.centered .section-kicker {
    justify-content: center;
}

.centered > p {
    margin: 18px auto 0;
}

/* About on home */
.home-about-visual {
    position: relative;
    min-height: 540px;
    margin-right: 58px;
    padding: 54px;
    background: var(--forest-deep);
}

.home-about-visual::after {
    content: "";
    position: absolute;
    right: -24px;
    bottom: -24px;
    width: 145px;
    height: 145px;
    border-right: 8px solid var(--brand);
    border-bottom: 8px solid var(--brand);
}

.about-visual-main {
    margin-bottom: 54px;
}

.visual-kicker {
    display: block;
    margin-bottom: 20px;
    color: var(--brand-light);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.about-visual-main h2 {
    max-width: 420px;
    margin-bottom: 20px;
    color: var(--white);
    font-size: 39px;
    line-height: 1.12;
}

.about-visual-main p {
    max-width: 430px;
    margin: 0;
    color: rgba(255, 255, 255, .6);
}

.about-principle {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 16px;
    align-items: center;
    padding: 17px 0;
    border-top: 1px solid var(--line-dark);
}

.about-principle i {
    color: var(--brand-light);
    font-size: 27px;
}

.about-principle strong,
.about-principle small {
    display: block;
}

.about-principle strong {
    color: var(--white);
    font-size: 15px;
}

.about-principle small {
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
}

.home-about-content {
    padding-left: 35px;
}

.home-about-content h2 {
    margin-bottom: 28px;
}

.home-about-content p {
    margin-bottom: 18px;
    font-size: 17px;
}

.home-about-content .arrow-link {
    margin-top: 13px;
}

/* Service cards */
.service-grid > div {
    display: flex;
}

.service-card {
    position: relative;
    width: 100%;
    min-height: 510px;
    padding: 40px 34px 35px;
    background: var(--white);
    border: 1px solid var(--line);
    border-top: 4px solid transparent;
    box-shadow: var(--shadow-sm);
}

.service-card.featured,
.service-card:hover {
    border-top-color: var(--brand);
    box-shadow: var(--shadow-lg);
    transform: translateY(-6px);
}

.service-number {
    position: absolute;
    top: 28px;
    right: 28px;
    color: #d4e4d7;
    font-size: 14px;
    font-weight: 800;
}

.service-icon {
    display: grid;
    width: 62px;
    height: 62px;
    margin-bottom: 30px;
    place-items: center;
    color: var(--forest);
    background: var(--brand-pale);
}

.service-icon i {
    color: var(--forest);
    font-size: 31px;
}

.service-card h3 {
    margin-bottom: 17px;
    font-size: 25px;
    line-height: 1.23;
}

.service-card p {
    margin-bottom: 22px;
}

.service-card ul {
    margin: 0 0 27px;
    padding: 0;
    list-style: none;
}

.service-card li {
    position: relative;
    margin: 9px 0;
    padding-left: 18px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 600;
}

.service-card li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--brand);
}

.service-card > a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--forest);
    font-size: 14px;
    font-weight: 750;
}

.service-card > a i {
    font-size: 19px;
}

/* Process */
.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.process-grid article {
    position: relative;
    min-height: 285px;
    padding: 35px 28px;
    border-right: 1px solid var(--line);
}

.process-grid article:first-child {
    border-left: 1px solid var(--line);
}

.process-grid article > span {
    position: absolute;
    top: 24px;
    right: 24px;
    color: #cbdccf;
    font-size: 12px;
    font-weight: 800;
}

.process-grid article > i {
    display: block;
    margin-bottom: 31px;
    color: var(--brand);
    font-size: 39px;
}

.process-grid h3 {
    margin-bottom: 13px;
    font-size: 21px;
}

.process-grid p {
    margin: 0;
    font-size: 14px;
}

/* Featured work */
.bg-dark-section {
    color: var(--white);
    background: var(--forest-deep);
}

.light-heading h2 {
    color: var(--white);
}

.light-heading .section-kicker {
    color: var(--brand-light);
}

.outline-light-btn {
    justify-self: end;
    color: var(--white);
    background: transparent;
    border-color: rgba(255, 255, 255, .3);
}

.outline-light-btn:hover {
    color: var(--forest-deep);
    background: var(--brand-light);
    border-color: var(--brand-light);
}

.work-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 24px;
}

.work-card {
    position: relative;
    display: block;
    min-height: 300px;
    overflow: hidden;
    background: var(--forest-soft);
}

.work-card-large {
    grid-row: span 2;
    min-height: 624px;
}

.work-image,
.work-image img {
    width: 100%;
    height: 100%;
}

.work-image img {
    object-fit: cover;
    transition: transform .55s ease;
}

.work-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(11, 38, 24, .96) 0%, rgba(11, 38, 24, .12) 65%);
}

.work-card:hover .work-image img {
    transform: scale(1.035);
}

.work-content {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
}

.work-content span {
    display: block;
    margin-bottom: 5px;
    color: var(--brand-light);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.work-content h3 {
    margin: 0;
    padding-right: 46px;
    color: var(--white);
    font-size: 25px;
}

.work-content p {
    max-width: 460px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .67);
    font-size: 14px;
}

.work-content > i {
    position: absolute;
    right: 26px;
    bottom: 28px;
    color: var(--brand-light);
    font-size: 31px;
    transform: rotate(45deg);
}

/* Testimonials */
.client-voice-heading {
    max-width: 820px;
    margin-bottom: 48px;
    padding-right: 0;
    text-align: center;
}

.client-voice-heading h2 {
    margin-bottom: 22px;
    font-size: 39px;
    line-height: 1.13;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid var(--line);
}

.testimonial-grid blockquote {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 38px;
    background: var(--white);
}

.testimonial-grid blockquote + blockquote {
    border-left: 1px solid var(--line);
}

.testimonial-grid blockquote:nth-child(n+3) {
    border-top: 1px solid var(--line);
}

.testimonial-grid blockquote:nth-child(odd) {
    border-left: 0;
}

.testimonial-grid blockquote > i {
    display: block;
    margin-bottom: 20px;
    color: var(--brand);
    font-size: 34px;
}

.testimonial-grid blockquote > p {
    min-height: 155px;
    color: var(--ink);
    font-size: 16px;
    line-height: 1.75;
}

.testimonial-grid footer {
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid var(--line);
}

.testimonial-grid footer > strong,
.testimonial-grid footer > span,
.testimonial-grid footer > small {
    display: block !important;
    width: 100%;
}

.testimonial-grid strong {
    color: var(--ink);
    font-size: 14px;
}

.testimonial-grid span {
    color: var(--body);
    font-size: 12px;
}

.testimonial-grid small,
.clients-item .clients-content .client-service {
    display: block !important;
    width: 100%;
    margin-top: 6px;
    padding-top: 0;
    border-top: 0;
    color: var(--brand);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.testimonial-carousel .owl-stage {
    display: flex;
}

.testimonial-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.testimonial-carousel blockquote {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 100%;
    min-height: 390px;
    max-width: 980px;
    margin: 0 auto;
    padding: 48px 70px;
    text-align: center;
    background: var(--white);
    border: 1px solid var(--line);
}

.testimonial-carousel blockquote > i {
    display: block;
    margin-bottom: 20px;
    color: var(--brand);
    font-size: 34px;
}

.testimonial-carousel blockquote > p {
    max-width: 820px;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
    color: var(--ink);
    font-size: 18px;
    line-height: 1.75;
}

.testimonial-carousel footer {
    width: 100%;
    max-width: 720px;
    margin: auto auto 0;
    padding-top: 22px;
    border-top: 1px solid var(--line);
}

.testimonial-carousel footer > strong,
.testimonial-carousel footer > span,
.testimonial-carousel footer > small {
    display: block !important;
    width: 100%;
}

.testimonial-carousel footer > strong {
    color: var(--ink);
    font-size: 14px;
}

.testimonial-carousel footer > span {
    color: var(--body);
    font-size: 12px;
}

.testimonial-carousel footer > small {
    display: block !important;
    width: 100%;
    margin-top: 6px;
    color: var(--brand);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.testimonial-carousel.owl-theme .owl-dots {
    margin-top: 22px;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
    background: #c8dacb;
}

.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span,
.testimonial-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--brand);
}

/* Insight cards */
.insight-card {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    background: var(--white);
    border: 1px solid var(--line);
}

.insight-image {
    display: block;
    height: 225px;
    overflow: hidden;
}

.insight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

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

.insight-content {
    padding: 27px;
}

.insight-content time {
    display: block;
    margin-bottom: 12px;
    color: var(--brand);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.insight-content h3 {
    margin-bottom: 14px;
    font-size: 21px;
    line-height: 1.35;
}

.insight-content h3 a {
    color: var(--ink);
}

.insight-content p {
    margin-bottom: 17px;
    font-size: 14px;
}

.insight-content .arrow-link {
    font-size: 13px;
}

/* Global CTA */
.site-cta {
    padding: 76px 0;
    color: var(--white);
    background: var(--forest);
    border-bottom: 1px solid var(--line-dark);
}

.site-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 70px;
}

.site-cta-kicker {
    margin-bottom: 12px;
    color: var(--brand-light);
}

.site-cta h2 {
    margin-bottom: 12px;
    color: var(--white);
    font-size: clamp(32px, 3.6vw, 46px);
}

.site-cta p {
    max-width: 690px;
    margin: 0;
    color: rgba(255, 255, 255, .65);
}

.cta-light {
    color: var(--forest-deep);
    background: var(--brand-light);
}

.cta-light:hover {
    color: var(--forest-deep);
    background: var(--white);
    transform: translateY(-2px);
}

/* Footer */
.footer-section {
    padding: 78px 0 68px;
    color: rgba(255, 255, 255, .58);
    background: var(--forest-deep);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.55fr .72fr .9fr 1.15fr;
    gap: 58px;
}

.footer-brand {
    display: inline-block;
    margin-bottom: 22px;
}

.footer-brand img {
    width: auto;
    height: 42px;
}

.footer-company > p {
    max-width: 365px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, .58);
}

.footer-social-links {
    display: flex;
    gap: 8px;
}

.footer-social-links a {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--brand-light);
    border: 1px solid rgba(255, 255, 255, .16);
}

.footer-social-links a:hover {
    color: var(--forest-deep);
    background: var(--brand-light);
    border-color: var(--brand-light);
}

.footer-column h3,
.footer-contact h3 {
    margin-bottom: 23px;
    color: var(--white);
    font-size: 15px;
    letter-spacing: .02em;
}

.footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-column li {
    margin-bottom: 11px;
}

.footer-column a {
    color: rgba(255, 255, 255, .58);
    font-size: 14px;
}

.footer-column a:hover {
    color: var(--brand-light);
}

.footer-contact > a {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 10px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, .58);
    font-size: 13px;
    line-height: 1.55;
}

.footer-contact > a i {
    padding-top: 2px;
    color: var(--brand-light);
    font-size: 18px;
}

.footer-contact > a:hover {
    color: var(--white);
}

.copyright-area {
    padding: 20px 0;
    background: #071b11;
    border-top: 1px solid rgba(255, 255, 255, .07);
}

.copyright-inner {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.copyright-inner p {
    margin: 0;
    color: rgba(255, 255, 255, .42);
    font-size: 12px;
}

.go-top {
    color: var(--white);
    background: var(--brand);
    border: 0;
    border-radius: 0;
    box-shadow: var(--shadow-sm);
}

.go-top:hover {
    background: var(--forest);
}

/* ================================================================
   INTERNAL PAGES — modernize existing Blade components globally
   ================================================================ */

.page-title-area {
    height: 340px;
    background-attachment: scroll;
}

.page-title-area::before {
    background: linear-gradient(100deg, rgba(7, 27, 17, .97), rgba(23, 61, 42, .85), rgba(23, 61, 42, .6));
    opacity: 1;
}

.page-title-content {
    max-width: 790px;
    margin: 0;
    text-align: left;
}

.page-title-content h2 {
    margin-bottom: 18px;
    color: var(--white);
    font-size: clamp(43px, 5vw, 62px);
    font-weight: 780;
    line-height: 1.05;
}

.page-title-content ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 21px;
    margin: 0;
}

.page-title-content ul li,
.page-title-content ul li a {
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    font-weight: 600;
}

.page-title-content ul li a:hover {
    color: var(--brand-light);
}

.page-title-content ul li::before {
    right: -14px;
    color: var(--brand-light);
}

.section-title {
    max-width: 770px;
    margin: 0 auto 52px;
    text-align: center;
}

.section-title h2 {
    margin-bottom: 15px;
    color: var(--forest-deep);
    font-size: clamp(37px, 4vw, 50px);
    font-weight: 760;
    line-height: 1.12;
}

.section-title h2 span,
.section-title span {
    color: var(--brand);
}

.section-title p {
    max-width: 670px;
    margin: 0 auto;
    font-size: 16px;
}

.section-title .bar,
.about-tab .bar,
.learn-content .bar,
.development-text .bar {
    width: 58px;
    height: 3px;
    margin-top: 21px;
    background: var(--brand);
    border-radius: 0;
}

.section-title .bar::before,
.about-tab .bar::before,
.learn-content .bar::before,
.development-text .bar::before {
    display: none;
}

/* About */
.about-section .container-fluid {
    max-width: var(--container);
    padding-right: 15px;
    padding-left: 15px;
}

.about-section .row {
    align-items: stretch;
}

.about-image,
.about-image img {
    width: 100%;
    height: 100%;
}

.about-image img {
    object-fit: cover;
}

.about-tab {
    height: 100%;
    padding: 55px;
    background: var(--brand-mist);
    border-left: 5px solid var(--brand);
}

.about-tab > h2 {
    font-size: 42px;
}

.about-list-tab .tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 34px 0 30px;
    padding: 0;
    border-bottom: 1px solid var(--line);
}

.about-list-tab .tabs li {
    flex: none;
    margin: 0 24px 0 0;
}

.about-list-tab .tabs li a {
    padding: 12px 0;
    color: var(--body);
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
}

.about-list-tab .tabs li.current a,
.about-list-tab .tabs li a:hover {
    color: var(--forest);
    background: transparent;
    border-bottom-color: var(--brand);
}

.about-list-tab .tab_content p {
    font-size: 15px;
}

.about-list-tab .tab_content h4 {
    color: var(--forest);
}

.about-list-tab .tab_content .list li {
    margin-bottom: 12px;
    color: var(--ink);
}

.about-list-tab .tab_content .list li i {
    color: var(--brand);
}

/* FAQ */
.faq-accordion .accordion,
.services-details-accordion .accordion {
    margin: 0;
    padding: 0;
}

.faq-accordion .accordion .accordion-item,
.services-details-accordion .accordion .accordion-item {
    margin-bottom: 13px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 0;
}

.faq-accordion .accordion .accordion-title,
.services-details-accordion .accordion .accordion-title {
    padding: 19px 55px 19px 22px;
    color: var(--ink);
    background: var(--white);
    font-size: 15px;
    font-weight: 700;
}

.faq-accordion .accordion .accordion-title.active,
.services-details-accordion .accordion .accordion-title.active {
    color: var(--forest);
    background: var(--brand-pale);
}

.faq-accordion .accordion .accordion-title i,
.services-details-accordion .accordion .accordion-title i {
    right: 18px;
    color: var(--brand);
}

.faq-accordion .accordion .accordion-content,
.services-details-accordion .accordion .accordion-content {
    padding: 20px 22px;
    border-top: 1px solid var(--line);
}

/* Legacy service and utility cards */
.single-services,
.learn-inner-content,
.single-contact-box,
.choose-content,
.clients-item,
.team-item,
.widget-area .widget {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 0;
    box-shadow: var(--shadow-sm);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.single-services,
.learn-inner-content {
    min-height: 320px;
    padding: 34px 30px;
}

.single-services::before,
.learn-inner-content::before {
    background: var(--forest);
    border-radius: 0;
}

.single-services:hover,
.learn-inner-content:hover,
.single-contact-box:hover,
.team-item:hover,
.widget-area .widget:hover {
    border-color: rgba(102, 187, 106, .55);
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.single-services .icon i,
.learn-inner-content .icon i,
.single-contact-box .icon i,
.choose-content .icon i {
    color: var(--forest);
    background: var(--brand-pale);
}

.single-services .icon,
.learn-inner-content .icon,
.single-contact-box .icon {
    color: var(--forest);
    background: transparent;
}

.single-services h3,
.learn-inner-content h3,
.single-contact-box h3,
.choose-content h3 {
    color: var(--ink);
}

.single-services .read-btn,
.single-blog .content .read-more,
.services-details-desc a {
    color: var(--forest);
    font-weight: 700;
}

.single-services:hover .read-btn,
.single-services:hover .icon i,
.single-blog .content .read-more:hover {
    color: var(--brand-light);
}

.services-section .default-shape,
.services-section .services-shape {
    display: none;
}

/* Portfolio and gallery */
.portfolio-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: start;
    gap: 90px;
}

.portfolio-intro h1 {
    max-width: 580px;
    margin: 17px 0 0;
    color: var(--forest-deep);
    font-size: clamp(38px, 4.5vw, 58px);
    line-height: 1.08;
}

.portfolio-intro-copy {
    padding-left: 38px;
    border-left: 3px solid var(--brand);
}

.portfolio-intro-copy p {
    margin-bottom: 15px;
    font-size: 17px;
}

.portfolio-sector-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 25px;
}

.portfolio-sector-list span {
    padding: 7px 11px;
    color: var(--forest);
    background: var(--brand-pale);
    border: 1px solid var(--line);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.single-protfolio,
.single-projects {
    position: relative;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
}

.single-protfolio .image,
.single-projects .projects-image {
    height: 260px;
    overflow: hidden;
    background: var(--brand-mist);
}

.single-protfolio .image img,
.single-projects .projects-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.single-protfolio:hover .image img,
.single-projects:hover .projects-image img {
    transform: scale(1.035);
}

.single-protfolio .content,
.single-projects .projects-content {
    position: relative;
    padding: 27px;
    background: var(--white);
}

.single-protfolio .content h3,
.single-projects .projects-content h3 {
    margin-bottom: 12px;
    color: var(--ink);
    font-size: 21px;
}

.single-protfolio .content span {
    color: var(--body);
    font-size: 14px;
    line-height: 1.65;
}

.portfolio-card {
    display: flex;
    flex-direction: column;
}

.portfolio-card > .image {
    display: block;
    flex: 0 0 auto;
}

.portfolio-card .content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.portfolio-card .content .portfolio-category {
    align-self: flex-start;
    margin-bottom: 13px;
    padding: 5px 8px;
    color: var(--forest);
    background: var(--brand-pale);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.35;
    text-transform: uppercase;
}

.portfolio-card .content h3 {
    margin-bottom: 12px;
}

.portfolio-card .content h3 a {
    color: var(--ink);
}

.portfolio-card .content h3 a:hover {
    color: var(--brand);
}

.portfolio-card .content p {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 1.65;
}

.portfolio-card .content .portfolio-focus {
    display: block;
    margin: auto 0 18px;
    padding-top: 16px;
    color: var(--forest-soft);
    border-top: 1px solid var(--line);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .02em;
}

.portfolio-detail-link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 7px;
    color: var(--forest-deep);
    font-size: 13px;
    font-weight: 800;
}

.portfolio-detail-link i {
    font-size: 19px;
    transition: transform .25s ease;
}

.portfolio-detail-link:hover i {
    transform: translateX(4px);
}

.portfolio-approach {
    background: var(--white);
}

.portfolio-approach-list {
    border-top: 1px solid var(--line);
}

.portfolio-approach-list article {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 22px;
    padding: 25px 0;
    border-bottom: 1px solid var(--line);
}

.portfolio-approach-list article > span {
    color: var(--brand);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .08em;
}

.portfolio-approach-list h3 {
    margin: 0 0 6px;
    font-size: 21px;
}

.portfolio-approach-list p {
    margin: 0;
    font-size: 15px;
}

.projects-section .container-fluid {
    max-width: var(--container);
    padding-right: 15px;
    padding-left: 15px;
}

.spotlight-group .row > div {
    margin-bottom: 30px;
}

.spotlight-group .spotlight {
    position: relative;
    display: block;
    height: 320px;
    overflow: hidden;
    background: var(--brand-mist);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
}

.spotlight-group .spotlight::after {
    content: "Lihat foto";
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 16px;
    color: var(--forest-deep);
    background: var(--brand-light);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    transform: translateY(100%);
    transition: transform .25s ease;
}

.spotlight-group .spotlight:hover::after {
    transform: translateY(0);
}

.spotlight-group .spotlight img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.spotlight-group .spotlight:hover img {
    transform: scale(1.035);
}

/* Team */
.team-item {
    overflow: hidden;
}

.team-item .image,
.team-item .team-image {
    overflow: hidden;
    background: var(--brand-mist);
}

.team-item img {
    width: 100%;
    transition: transform .4s ease;
}

.team-item:hover img {
    transform: scale(1.025);
}

.team-item .content,
.team-item .team-content {
    padding: 23px;
    background: var(--white);
}

.team-item h3 {
    color: var(--ink);
}

.team-item span {
    color: var(--brand);
}

/* Service detail and project detail */
.services-details-video .details-image,
.services-details-image,
.project-details-image {
    overflow: hidden;
    background: var(--brand-mist);
}

.services-details-video .details-image img,
.services-details-image img,
.project-details-image img {
    width: 100%;
    object-fit: cover;
}

.services-details-video .text {
    max-width: 900px;
    margin: 42px auto 0;
    text-align: left;
}

.services-details-video .text h3,
.services-details-desc h3,
.development-text h3,
.project-details-desc h3 {
    color: var(--forest-deep);
    font-size: clamp(30px, 3vw, 40px);
    line-height: 1.18;
}

.development-area {
    background: var(--brand-mist);
}

.choose-content {
    margin-bottom: 16px;
    padding: 24px 25px 23px 82px;
}

.choose-content .icon {
    top: 24px;
    left: 25px;
}

.services-details-overview {
    margin-top: 90px;
}

.project-details-info {
    padding: 32px;
    background: var(--brand-mist);
    border-left: 4px solid var(--brand);
}

/* PBB-P2 case study */
.project-case-hero {
    background: var(--white);
}

.project-case-visual {
    overflow: hidden;
    padding: 14px;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
}

.project-case-visual img {
    display: block;
    width: 100%;
}

.project-case-intro {
    padding-left: 48px;
}

.project-case-intro h1 {
    margin: 17px 0 22px;
    color: var(--forest-deep);
    font-size: clamp(36px, 4vw, 54px);
    line-height: 1.1;
}

.project-case-intro > p {
    margin-bottom: 30px;
    font-size: 17px;
}

.project-case-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.project-case-meta div {
    padding: 18px 14px 18px 0;
}

.project-case-meta div + div {
    padding-left: 18px;
    border-left: 1px solid var(--line);
}

.project-case-meta span,
.project-case-meta strong {
    display: block;
}

.project-case-meta span {
    margin-bottom: 4px;
    color: var(--body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.project-case-meta strong {
    color: var(--ink);
    font-size: 14px;
    line-height: 1.4;
}

.project-case-heading {
    padding-right: 55px;
}

.project-case-heading h2,
.project-section-heading h2,
.project-value-content h2 {
    margin: 16px 0 0;
    color: var(--forest-deep);
    font-size: clamp(32px, 3.6vw, 46px);
    line-height: 1.16;
}

.project-case-copy {
    padding-left: 38px;
    border-left: 3px solid var(--brand);
}

.project-case-copy p {
    margin-bottom: 18px;
    font-size: 17px;
}

.project-case-copy p:last-child {
    margin-bottom: 0;
}

.project-section-heading {
    max-width: 720px;
    margin: 0 auto 50px;
}

.project-section-heading p {
    margin: 18px auto 0;
    max-width: 630px;
}

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

.project-module-card {
    position: relative;
    min-height: 265px;
    padding: 32px;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.project-module-card:hover {
    transform: translateY(-4px);
    border-color: var(--brand-light);
    box-shadow: var(--shadow-lg);
}

.project-module-card > span {
    position: absolute;
    top: 28px;
    right: 28px;
    color: #cad9cc;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
}

.project-module-card > i {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    color: var(--forest-deep);
    background: var(--brand-pale);
    font-size: 24px;
}

.project-module-card h3 {
    margin-bottom: 11px;
    font-size: 22px;
}

.project-module-card p {
    margin: 0;
    font-size: 15px;
}

.project-screen-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.project-screen-grid--single {
    grid-template-columns: minmax(0, 980px);
    justify-content: center;
}

.project-screen-grid--three .project-screen-card:first-child {
    grid-column: 1 / -1;
}

.project-screen-card {
    margin: 0;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
}

.project-screen-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 8.5;
    object-fit: cover;
    object-position: top center;
}

.project-screen-card figcaption {
    padding: 19px 22px;
    color: var(--body);
    border-top: 1px solid var(--line);
    font-size: 14px;
}

.project-value {
    color: var(--white);
    background: var(--forest);
}

.project-value .section-kicker {
    color: var(--brand-light);
}

.project-value-content {
    padding-right: 70px;
}

.project-value-content h2 {
    color: var(--white);
}

.project-value-content p {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .67);
    font-size: 17px;
}

.project-value-list {
    border-top: 1px solid var(--line-dark);
}

.project-value-list article {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid var(--line-dark);
}

.project-value-list i {
    color: var(--brand-light);
    font-size: 31px;
}

.project-value-list h3 {
    margin: 0 0 4px;
    color: var(--white);
    font-size: 19px;
}

.project-value-list p {
    margin: 0;
    color: rgba(255, 255, 255, .62);
    font-size: 14px;
}

.project-navigation {
    padding: 28px 0;
    background: var(--brand-mist);
    border-bottom: 1px solid var(--line);
}

.project-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--forest-deep);
    font-size: 14px;
    font-weight: 750;
}

.project-back-link i {
    font-size: 20px;
}

@media only screen and (max-width: 991px) {
    .portfolio-intro-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .portfolio-intro-copy {
        padding-left: 28px;
    }

    .portfolio-approach .project-case-heading {
        margin-bottom: 38px;
    }

    .project-case-intro {
        padding: 45px 0 0;
    }

    .project-case-heading {
        padding-right: 0;
        margin-bottom: 32px;
    }

    .project-case-copy {
        padding-left: 28px;
    }

    .project-module-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .project-value-content {
        padding-right: 0;
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 575px) {
    .portfolio-intro h1 {
        font-size: 36px;
    }

    .portfolio-intro-copy {
        padding-left: 20px;
    }

    .single-protfolio .image,
    .single-projects .projects-image {
        height: 225px;
    }

    .project-case-visual {
        padding: 7px;
    }

    .project-case-intro h1 {
        font-size: 34px;
    }

    .project-case-meta {
        grid-template-columns: 1fr;
    }

    .project-case-meta div + div {
        padding-left: 0;
        border-top: 1px solid var(--line);
        border-left: 0;
    }

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

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

    .project-screen-grid--three .project-screen-card:first-child {
        grid-column: auto;
    }

    .project-module-card {
        min-height: 0;
        padding: 28px;
    }
}

/* Blog listing and sidebar */
.single-blog {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 0;
    box-shadow: var(--shadow-sm);
}

.single-blog .image {
    height: 225px;
    overflow: hidden;
}

.single-blog .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.single-blog:hover .image img {
    transform: scale(1.035);
}

.single-blog .content {
    padding: 27px;
}

.single-blog .content > span,
.single-blog .content > span span,
.widget-area .widget_fria_posts_thumb .item .info time,
.widget-area .widget_fria_posts_thumb .item .info time span {
    color: var(--brand);
    font-size: 12px;
}

.single-blog .content h3 a {
    color: var(--ink);
}

.widget-area .widget {
    margin-top: 26px;
    overflow: hidden;
}

.widget-area .widget:not(.widget_search) {
    padding: 28px 30px 30px;
}

.widget-area .widget_search {
    padding: 15px;
}

.widget-area .widget .widget-title {
    margin-bottom: 22px;
    padding-bottom: 14px;
    color: var(--ink);
    border-bottom-color: var(--line);
    font-family: "Segoe UI", Inter, Arial, sans-serif;
    font-size: 21px;
    line-height: 1.3;
}

.widget-area .widget .widget-title::before {
    height: 2px;
    background: var(--brand);
}

.widget-area .widget_search form .search-field {
    border-color: var(--line);
}

.widget-area .widget_search form .search-field:focus {
    border-color: var(--brand);
}

.widget-area .widget_search form button {
    background: var(--brand);
}

.widget-area .widget_search form button:hover {
    background: var(--forest);
}

.widget-area .widget_categories ul {
    margin-bottom: 0;
}

.widget-area .widget_categories ul li a {
    color: var(--ink);
}

.widget-area .widget_categories ul li a:hover,
.widget-area .widget_fria_posts_thumb .item .info .title a:hover {
    color: var(--brand);
}

.widget-area .widget_fria_posts_thumb .item .thumb,
.widget-area .widget_fria_posts_thumb .item .thumb .fullimage,
.widget-area .widget_fria_posts_thumb .item .thumb img {
    width: 76px;
    height: 76px;
    object-fit: cover;
}

.pagination {
    gap: 6px;
}

.insight-empty-state {
    padding: 58px 35px;
    text-align: center;
    background: var(--brand-mist);
    border: 1px solid var(--line);
    border-left: 4px solid var(--brand);
}

.insight-empty-state > i {
    display: block;
    margin-bottom: 17px;
    color: var(--brand);
    font-size: 45px;
}

.insight-empty-state h3 {
    margin-bottom: 8px;
    color: var(--ink);
    font-size: 22px;
}

.insight-empty-state p {
    margin: 0;
}

.insight-pagination {
    margin-top: 10px;
}

.page-item .page-link {
    color: var(--forest);
    border-color: var(--line);
}

.page-item.active .page-link,
.page-link:hover {
    color: var(--white);
    background: var(--brand);
    border-color: var(--brand);
}

.blog-details-desc blockquote,
.blog-details-desc .blockquote {
    background: var(--brand-mist);
    border-left: 4px solid var(--brand);
}

/* Contact */
.single-contact-box {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 35px 28px;
}

.single-contact-box i {
    color: var(--brand);
}

.contact-form {
    padding: 42px;
    background: var(--brand-mist);
    border-left: 4px solid var(--brand);
}

.contact-text {
    margin-bottom: 30px;
}

.contact-text h3 {
    margin-bottom: 15px;
    color: var(--forest-deep);
    font-size: clamp(32px, 3.5vw, 46px);
}

.contact-text p {
    max-width: 560px;
}

.contact-form form .form-control,
.form-control {
    min-height: 52px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 0;
}

.contact-form form textarea.form-control {
    min-height: 150px;
}

.contact-form form .form-control:focus,
.form-control:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(102, 187, 106, .12);
}

.contact-form .send-btn,
.contact-form .send-btn-one {
    color: var(--white);
    background: var(--brand);
    border-radius: 0;
}

.contact-form .send-btn:hover,
.contact-form .send-btn-one:hover {
    background: var(--forest);
}

/* Existing testimonials */
.clients-item {
    padding: 36px;
}

.clients-item > p {
    display: block;
    overflow: visible;
}

.clients-item .icon i {
    color: var(--brand);
}

.clients-item .clients-content span {
    color: var(--brand);
}

.clients-slider .clients-item .clients-content > h3,
.clients-slider .clients-item .clients-content > span,
.clients-slider .clients-item .clients-content > .client-service {
    display: block !important;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot span,
.clients-section .owl-dots .owl-dot span {
    background: #c8dacb !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--brand) !important;
}

/* Expertise page */
.expertise-intro-heading {
    max-width: 470px;
    padding-right: 45px;
    border-right: 1px solid var(--line);
}

.expertise-intro-heading h2 {
    margin: 0;
    color: var(--forest-deep);
    font-size: clamp(38px, 4vw, 52px);
    line-height: 1.1;
}

.expertise-intro-copy {
    padding-left: 45px;
}

.expertise-intro-copy p {
    margin-bottom: 17px;
    font-size: 17px;
}

.expertise-intro-copy p:last-child {
    margin-bottom: 0;
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.expertise-card {
    position: relative;
    min-height: 410px;
    padding: 37px 32px;
    background: var(--white);
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    transition: transform .25s ease, box-shadow .25s ease;
}

.expertise-card:hover {
    z-index: 2;
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.expertise-card > span {
    position: absolute;
    top: 28px;
    right: 28px;
    color: #c9dbcc;
    font-size: 12px;
    font-weight: 800;
}

.expertise-card > i {
    display: block;
    margin-bottom: 27px;
    color: var(--brand);
    font-size: 42px;
}

.expertise-card h3 {
    margin-bottom: 15px;
    color: var(--ink);
    font-size: 22px;
}

.expertise-card p {
    margin-bottom: 21px;
    font-size: 14px;
}

.expertise-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.expertise-card li {
    position: relative;
    margin-top: 8px;
    padding-left: 17px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 600;
}

.expertise-card li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    background: var(--brand);
}

.collaboration-panel {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    color: var(--white);
    background: var(--forest-deep);
    border-left: 5px solid var(--brand);
}

.collaboration-heading {
    padding: 55px;
    border-right: 1px solid var(--line-dark);
}

.collaboration-heading .section-kicker {
    color: var(--brand-light);
}

.collaboration-heading h2 {
    margin-bottom: 20px;
    color: var(--white);
    font-size: 39px;
    line-height: 1.13;
}

.collaboration-heading p,
.collaboration-points p {
    color: rgba(255, 255, 255, .6);
}

.collaboration-points {
    padding: 33px 50px;
}

.collaboration-points article {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid var(--line-dark);
}

.collaboration-points article:last-child {
    border-bottom: 0;
}

.collaboration-points strong {
    padding-top: 4px;
    color: var(--brand-light);
    font-size: 12px;
}

.collaboration-points h3 {
    margin-bottom: 6px;
    color: var(--white);
    font-size: 18px;
}

.collaboration-points p {
    margin: 0;
    font-size: 13px;
}

/* Responsive */
@media (max-width: 1199px) {
    .fria-nav .navbar .navbar-nav .nav-item a {
        margin-right: 8px;
        margin-left: 8px;
    }

    .header-cta .default-btn {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 13px;
    }

    .home-about-visual {
        margin-right: 25px;
        padding: 42px;
    }

    .service-card {
        padding-right: 27px;
        padding-left: 27px;
    }
}

@media (max-width: 991px) {
    .section-space,
    .ptb-100 {
        padding-top: 82px;
        padding-bottom: 82px;
    }

    .pt-100 {
        padding-top: 82px;
    }

    .pb-100,
    .pb-70 {
        padding-bottom: 82px;
    }

    .navbar-area {
        min-height: 68px;
    }

    .fria-responsive-nav {
        padding: 14px 0;
    }

    .fria-responsive-nav .mean-container a.meanmenu-reveal {
        color: var(--forest);
    }

    .fria-responsive-nav .mean-container a.meanmenu-reveal span {
        background: var(--forest);
    }

    .mean-container .mean-nav {
        margin-top: 14px;
        background: var(--white);
        border-top: 2px solid var(--brand);
        box-shadow: var(--shadow-lg);
    }

    .mean-container .mean-nav ul li a {
        color: var(--ink);
        border-top-color: var(--line);
    }

    .mean-container .mean-nav ul li a:hover,
    .mean-container .mean-nav ul li a.active {
        color: var(--brand);
    }

    .header-cta {
        display: none;
    }

    .consulting-hero {
        padding: 78px 0;
    }

    .consulting-hero::before,
    .hero-grid {
        width: 100%;
        height: 36%;
        top: auto;
        bottom: 0;
    }

    .consulting-hero-content {
        max-width: none;
        margin-bottom: 48px;
        padding-right: 0;
    }

    .consulting-panel {
        max-width: 680px;
    }

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

    .credibility-grid > div:nth-child(3) {
        border-left: 1px solid var(--line-dark);
    }

    .credibility-grid > div:nth-child(-n+2) {
        border-bottom: 1px solid var(--line-dark);
    }

    .home-about-visual {
        min-height: auto;
        margin: 0 0 55px;
    }

    .home-about-content {
        padding-left: 0;
    }

    .service-grid > div {
        margin-bottom: 24px;
    }

    .service-card {
        min-height: 485px;
    }

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

    .process-grid article:nth-child(2) {
        border-right: 1px solid var(--line);
    }

    .process-grid article:nth-child(-n+2) {
        border-bottom: 1px solid var(--line);
    }

    .process-grid article:nth-child(3) {
        border-left: 1px solid var(--line);
    }

    .client-voice-heading {
        margin-bottom: 38px;
        padding-right: 0;
    }

    .site-cta-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .site-cta-inner .cta-light {
        justify-self: start;
    }

    .footer-grid {
        grid-template-columns: 1.3fr 1fr 1fr;
        gap: 45px;
    }

    .footer-company {
        grid-column: 1 / -1;
    }

    .footer-company > p {
        max-width: 600px;
    }

    .about-tab {
        padding: 40px;
    }

    .expertise-intro-heading {
        padding-right: 20px;
    }

    .expertise-intro-copy {
        padding-left: 20px;
    }

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

    .collaboration-panel {
        grid-template-columns: 1fr;
    }

    .collaboration-heading {
        border-right: 0;
        border-bottom: 1px solid var(--line-dark);
    }

    .widget-area {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .section-space,
    .ptb-100 {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .pt-100 {
        padding-top: 68px;
    }

    .pb-100,
    .pb-70 {
        padding-bottom: 68px;
    }

    .consulting-hero {
        padding: 62px 0 68px;
    }

    .consulting-hero-content h1 {
        font-size: 43px;
    }

    .consulting-hero-content > p {
        font-size: 16px;
    }

    .hero-capabilities {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 36px;
    }

    .consulting-panel {
        padding: 26px 22px;
    }

    .panel-heading {
        flex-direction: column;
    }

    .credibility-grid {
        grid-template-columns: 1fr;
    }

    .credibility-grid > div,
    .credibility-grid > div:nth-child(3) {
        min-height: 78px;
        border-right: 1px solid var(--line-dark);
        border-bottom: 1px solid var(--line-dark);
        border-left: 1px solid var(--line-dark);
    }

    .split-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .section-heading,
    .section-title {
        margin-bottom: 38px;
    }

    .section-heading h2,
    .home-about-content h2,
    .section-title h2 {
        font-size: 34px;
    }

    .home-about-visual {
        padding: 32px 25px;
    }

    .home-about-visual::after {
        right: -10px;
        bottom: -10px;
        width: 90px;
        height: 90px;
        border-width: 5px;
    }

    .about-visual-main h2 {
        font-size: 31px;
    }

    .service-card {
        min-height: auto;
    }

    .process-grid {
        grid-template-columns: 1fr;
    }

    .process-grid article,
    .process-grid article:first-child,
    .process-grid article:nth-child(2),
    .process-grid article:nth-child(3) {
        min-height: auto;
        border-right: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
        border-left: 1px solid var(--line);
    }

    .work-grid {
        grid-template-columns: 1fr;
    }

    .work-card,
    .work-card-large {
        grid-row: auto;
        min-height: 340px;
    }

    .outline-light-btn {
        justify-self: start;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-grid blockquote {
        padding: 30px 25px;
    }

    .testimonial-grid blockquote + blockquote {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .testimonial-grid blockquote > p {
        min-height: auto;
    }

    .testimonial-carousel blockquote {
        min-height: auto;
        padding: 30px 25px;
    }

    .site-cta {
        padding: 60px 0;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 38px 25px;
    }

    .footer-company,
    .footer-contact {
        grid-column: 1 / -1;
    }

    .copyright-inner {
        flex-direction: column;
        gap: 5px;
    }

    .page-title-area {
        height: 285px;
    }

    .page-title-content h2 {
        font-size: 40px;
    }

    .about-tab {
        padding: 30px 24px;
        border-left-width: 3px;
    }

    .about-list-tab .tabs li {
        width: 100%;
        margin-right: 0;
    }

    .single-services,
    .learn-inner-content {
        min-height: auto;
    }

    .widget-area .widget:not(.widget_search) {
        padding: 23px;
    }

    .contact-form {
        padding: 28px 22px;
    }

    .expertise-intro-heading {
        max-width: none;
        margin-bottom: 30px;
        padding-right: 0;
        padding-bottom: 30px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .expertise-intro-copy {
        padding-left: 0;
    }

    .expertise-grid {
        grid-template-columns: 1fr;
    }

    .expertise-card {
        min-height: auto;
        padding: 32px 26px;
    }

    .collaboration-heading,
    .collaboration-points {
        padding: 34px 26px;
    }
}

@media (max-width: 480px) {
    .consulting-hero-content h1 {
        font-size: 38px;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions .default-btn {
        width: 100%;
    }

    .panel-footer {
        gap: 12px;
        flex-wrap: wrap;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-company,
    .footer-contact {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

.portfolio-service-cta {
    max-width: 540px;
    padding-left: 38px;
}

.portfolio-service-cta h3 {
    margin: 17px 0 0;
    color: var(--forest-deep);
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.12;
}

.portfolio-service-cta p {
    margin: 26px 0 30px;
    font-size: 17px;
}

.hardware-hero {
    overflow: hidden;
    background: linear-gradient(135deg, var(--white) 0%, var(--brand-mist) 100%);
}

.hardware-hero-copy {
    padding-right: 50px;
}

.hardware-hero-copy h1 {
    margin: 17px 0 22px;
    color: var(--forest-deep);
    font-size: clamp(38px, 4.5vw, 58px);
    line-height: 1.08;
}

.hardware-hero-copy > p {
    margin-bottom: 30px;
    font-size: 17px;
}

.hardware-hero-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.hardware-service-visual {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 24px;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
}

.hardware-service-visual article {
    min-height: 190px;
    padding: 28px 24px;
    background: var(--brand-mist);
    border: 1px solid var(--line);
}

.hardware-service-visual article:first-child,
.hardware-service-visual article:last-child {
    background: var(--brand-pale);
}

.hardware-service-visual i {
    display: block;
    margin-bottom: 26px;
    color: var(--forest);
    font-size: 42px;
}

.hardware-service-visual strong,
.hardware-service-visual span {
    display: block;
}

.hardware-service-visual strong {
    margin-bottom: 8px;
    color: var(--ink);
    font-size: 22px;
}

.hardware-service-visual span {
    color: var(--body);
    font-size: 14px;
    line-height: 1.6;
}

@media (min-width: 992px) {
    .home-services .service-card {
        padding-right: 26px;
        padding-left: 26px;
    }

    .home-services .service-card h3 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .portfolio-service-cta {
        max-width: none;
        margin-top: 45px;
        padding-left: 0;
    }

    .hardware-hero-copy {
        margin-bottom: 45px;
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .hardware-service-visual {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .hardware-service-visual article {
        min-height: auto;
    }

    .hardware-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }
}
