body {
    font-family: "Poppins", sans-serif;
}

@media (min-height: 1200px) {
    .body {
        overflow-x: hidden;
    }
}

/*
* Font Tertiary
*/
.custom-font-tertiary {
    font-family: "Lora", serif !important;
}

/*
* Font Icons
*/
@font-face {
    font-family: "Fontello";
    src: url("fonts/fontello/fontello-Jt0yn-u.woff2") format("woff2"), url("fonts/fontello/fontello-h2gm6kK.woff") format("woff"), url("fonts/fontello/fontello-LaUCaPs.ttf") format("ttf"), url("fonts/fontello/fontello-HajTrkF.eot") format("eot");
}

/*
* Container
*/
@media (min-width: 1240px) {
    .container {
        max-width: 1240px !important;
    }
}

/*
* Custom Text
*/
.custom-text-1 {
    font-size: 12px !important;
}

.custom-text-2 {
    font-size: 14px !important;
}

.custom-text-3 {
    font-size: 15px !important;
}

.custom-text-4 {
    font-size: 16px !important;
}

.custom-text-5 {
    font-size: 18px !important;
}

.custom-text-6 {
    font-size: 20px !important;
}

.custom-text-7 {
    font-size: 22px !important;
}

.custom-text-8 {
    font-size: 26px !important;
}

.custom-text-9 {
    font-size: 32px !important;
}

.custom-text-10 {
    font-size: 40px !important;
    line-height: 40px !important;
}

.custom-text-11 {
    font-size: 55px !important;
    line-height: 72px !important;
}

.custom-text-12 {
    font-size: 60px !important;
}

/*
* Buttons
*/
.custom-btn-outline {
    border-width: 3px;
}

@keyframes arrowMove {
    0% {
        position: relative;
        left: -1px;
    }
    50% {
        position: relative;
        left: 3px;
    }
    100% {
        position: relative;
        left: -1px;
    }
}

.custom-btn-with-arrow:after {
    content: '\E800';
    font-family: 'Fontello';
    font-size: 14px;
    margin-left: 8px;
}

.custom-btn-with-arrow:hover:after {
    animation: arrowMove 600ms ease;
    animation-iteration-count: 1;
}

/*
* Titles
*/
.custom-title-with-icon:before {
    content: '\E801';
    font-family: 'Fontello';
    font-size: 15px;
    display: block;
    line-height: 15px;
    margin-bottom: 10px;
}

.custom-title-with-icon-center:before {
    text-align: center;
}

.custom-title-with-icon-right:before {
    text-align: right;
}

/*
* Circles
*/
.custom-circle {
    position: absolute;
    display: block;
    border-radius: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
}

.custom-circle-blur {
    filter: blur(3px);
}

.custom-circle-1 {
    width: 68px;
    height: 67px;
}

@media (max-width: 1799px) {
    .custom-circle-1 {
        display: none;
    }
}

.custom-circle-2 {
    width: 33px;
    height: 32px;
}

@media (max-width: 1799px) {
    .custom-circle-2 {
        display: none;
    }
}

.custom-circle-3 {
    width: 21px;
    height: 20px;
}

@media (max-width: 1799px) {
    .custom-circle-3 {
        display: none;
    }
}

.custom-circle-4 {
    width: 14px;
    height: 13px;
}

@media (max-width: 1799px) {
    .custom-circle-4 {
        display: none;
    }
}

/*
* Header
*/
#header.header-effect-shrink .header-container {
    min-height: 120px;
}

#header.header-effect-shrink .header-container .header-column-social-icons {
    flex-grow: 0 !important;
}

@media (min-width: 992px) {
    #header.header-effect-shrink .header-container .header-nav nav ul li.dropdown:hover .dropdown-menu {
        margin-top: -20px !important;
    }
}

html.mobile-menu-opened.sticky-header-active #header.header-transparent .header-body .header-nav-main:before {
    background-color: transparent !important;
}

.meet-upterra .custom-circle-1 {
    top: 10%;
    right: 8%;
}

.meet-upterra .custom-circle-2 {
    top: 40%;
    right: 12%;
}

/*
* Text Highlight
*/
.custom-highlight-text {
    position: relative;
}

.custom-highlight-text:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    border-bottom: 10px solid var(--dark);
    opacity: 0.2;

    z-index: 0;
}

/*
 * Section
 */

.section .dark-overlay {

}

/*
* Slider
*/
.custom-circles-container .custom-circle-1:nth-child(1) {
    top: 30%;
    left: 5%;
}

.custom-circles-container .custom-circle-2:nth-child(2) {
    top: 20%;
    left: 5%;
}

.custom-circles-container .custom-circle-3:nth-child(3) {
    top: 27%;
    left: 12%;
}

.custom-circles-container .custom-circle-1:nth-child(4) {
    top: 50%;
    right: 5%;
}

.custom-circles-container .custom-circle-2:nth-child(5) {
    top: 70%;
    right: 5%;
}

.custom-circles-container .custom-circle-3:nth-child(6) {
    top: 60%;
    right: 12%;
}

.custom-read-more > svg {
    transition: ease transform 300ms;
}

.custom-read-more:hover > svg {
    transform: translate3d(6px, 0, 0);
}

.dot-separator {
    margin: 0;
    color: #fff; /* Or match your text color */
    font-weight: normal;
    font-size: 0.7em; /* Adjust if needed */
    vertical-align: middle;
}

section.section.section-overlay-opacity-primary:before {
    background: var(--primary-rgba-50);
}

section.section.section-overlay-opacity-primary.section-overlay-opacity-primary-scale-1:before {
    background: var(--primary-rgba-10);
}

section.section.section-overlay-opacity-primary.section-overlay-opacity-primary-scale-2:before {
    background: var(--primary-rgba-20);
}

section.section.section-overlay-opacity-primary.section-overlay-opacity-primary-scale-3:before {
    background: var(--primary-rgba-30);
}

section.section.section-overlay-opacity-primary.section-overlay-opacity-primary-scale-4:before {
    background: var(--primary-rgba-40);
}

section.section.section-overlay-opacity-primary.section-overlay-opacity-primary-scale-5:before {
    background: var(--primary-rgba-50);
}

section.section.section-overlay-opacity-primary.section-overlay-opacity-primary-scale-6:before {
    background: var(--primary-rgba-60) !important;
}

section.section.section-overlay-opacity-primary.section-overlay-opacity-primary-scale-7:before {
    background: var(--primary-rgba-70);
}

section.section.section-overlay-opacity-primary.section-overlay-opacity-primary-scale-8:before {
    background: var(--primary-rgba-80);
}

section.section.section-overlay-opacity-primary.section-overlay-opacity-primary-scale-9:before {
    background: var(--primary-rgba-90);
}


/*
* Cards
*/
.custom-cards {
    margin-top: -140px;
}

@media (max-width: 1199px) {
    .custom-cards {
        margin-top: 2rem;
    }
}

.custom-cards .col-custom-cards .card {
    bottom: 0;
    position: relative;
}

@media (max-width: 1199px) {
    .custom-cards .col-custom-cards .card {
        position: static;
    }
}

.custom-cards .col-custom-cards:nth-child(2) {
    /*transform: translateY(45px);*/
}

.custom-cards .col-custom-cards:nth-child(3) {
    /*transform: translateY(90px);*/
}

.custom-cards .custom-read-more { margin-top:auto; }

.custom-cards .card-text {
    line-height: 1.6em;
}

/* base watermark */
.card.bg-with-logo {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-image: none !important; /* neutralize theme decorative bgs */
}
.card.bg-with-logo::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--logo-url);
    background-repeat: no-repeat;
    background-position: var(--logo-x,50%) var(--logo-y,50%);
    background-size: var(--logo-size,300%);
    /*mix-blend-mode: soft-light;*/
    opacity: var(--logo-opacity,.08);
    pointer-events: none;
    z-index: 0;
}
.card.bg-with-logo > * { position: relative; z-index: 1; }

/* named cards (set position/size/opacity here) */
.card-eufora   { --logo-x: 95%; --logo-y: 90%; --logo-size: 300%; --logo-opacity: .05; }
.card-aeroart  { --logo-x: 15%; --logo-y: 50%; --logo-size: 300%; --logo-opacity: .08; }
.card-research { --logo-x: 50%; --logo-y: 15%; --logo-size: 300%; --logo-opacity: .05; }

/* responsive tweaks (optional) */
/*@media (max-width: 991px) {
    .card-aeroart  { --logo-size: 60%; }
    .card-research { --logo-size: 60%; }
}*/

/* ensure real content sits above the watermark */
.card.bg-with-logo > * {
    position: relative;
    z-index: 1;
}

.custom-cards .list.list-icons li {
    padding-left: 18px;
}

.custom-cards .list {
    margin-top: 6px;
}

.custom-cards .list li{
    margin-bottom: 4px;
}

.custom-cards .list.list-icons li > [class*="fa-"]:first-child{
    color: var(--light);
    border-color: var(--light);
}

/*
* Custom List
*/
.custom-list li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    margin-right: 17px;
}

/*
* Approach Img
*/
.approach-img {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    border-radius: 50%;
    min-width: 355px;
    min-height: 360px;
    max-width: 355px;
    max-height: 360px;
    margin: auto;
    width: 100%;
}

.approach-img .custom-circle-1 {
    display: block;
    width: 50%;
    height: 50%;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 113px;
}

.approach-img .custom-circle-2 {
    display: block;
    width: 25%;
    height: 25%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: center;
    background-size: 500px;
}

.approach-img .custom-circle-our-approach-deco-1 {
    width: 33px;
    height: 31px;
    border-radius: 50%;
    top: 30px;
    left: 30px;
}

.approach-img .custom-circle-our-approach-deco-2 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 25%;
    right: 2%;
    transform: translateY(-50%);
}

.approach-img .custom-circle-our-approach-deco-3 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    bottom: 0;
    left: 20%;
    transform: translateX(-50%);
}

/*
* Section Our Work
*/
.our-work .isotope-item {
    position: static !important;
    transition: .3s opacity;
}

.our-work .custom-our-work img {
    min-height: 280px;
}

.our-work .custom-our-work .custom-our-work-text {
    position: relative;
}

.our-work .custom-our-work .custom-our-work-text h4, .our-work .custom-our-work .custom-our-work-text p, .our-work .custom-our-work .custom-our-work-text span {
    position: relative;
    left: 0;
}

.our-work .custom-our-work .custom-our-work-text h4 {
    transition: .2s left;
}

.our-work .custom-our-work .custom-our-work-text p {
    transition: .5s left;
}

.our-work .custom-our-work .custom-our-work-text span {
    transition: .9s left;
}

.our-work .custom-our-work:hover:before {
    opacity: 0.8 !important;
}

.our-work .custom-our-work:hover .custom-our-work-text h4, .our-work .custom-our-work:hover .custom-our-work-text p, .our-work .custom-our-work:hover .custom-our-work-text span {
    left: 20px;
}

/*
* Side menu Our Work
*/
.side-menu-our-work .sort-source li a:before {
    content: '';
    width: 15px;
    height: 3px;
    background-color: var(--grey-500);
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
    transition: .5s width;
}

.side-menu-our-work .sort-source li a:hover:before {
    width: 30px;
}

.side-menu-our-work .sort-source li.active a {
    color: var(--light) !important;
}

.side-menu-our-work .sort-source.sort-source-light li.active a {
    color: #000 !important;
    font-weight: bold !important;
}

/*
* Section Our Services
*/
.our-services .custom-circle-2 {
    top: 10%;
    right: 7%;
}

.our-services .service-card {
    padding: 65px 0 65px 35px;
}

.our-services .service-card:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    margin-right: 10px;
    transition: .5s width;
}

.our-services .service-card:hover:before {
    width: 45px;
    background-color: white !important;
}

.our-services .service-card.bg-color-dark:before, .our-services .service-card.active:before {
    background-color: white !important;
}

.our-services .col-our-services-bottom .col-our-services-bottom-img {
    min-height: 377px;
}

.our-services .col-our-services-bottom .col-our-services-bottom-img img {
    max-width: 300px;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.our-services .col-our-services-bottom .col-our-services-bottom-img .square-1 {
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    width: 253px;
    height: 140px;
    opacity: 0.5;
}

.our-services .col-our-services-bottom .col-our-services-bottom-img .square-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 253px;
    height: 178px;
    opacity: 0.5;
}

.our-services .col-our-services-bottom .col-our-services-bottom-img .square-3 {
    border: 3px solid #000;
    position: absolute;
    top: 43%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 299px;
    height: 285px;
}

.our-services .col-our-services-bottom .col-our-services-bottom-img .custom-circle-1 {
    position: absolute;
    top: 70%;
    left: -5%;
    transform: translateY(-50%);
    width: 26px;
    height: 24px;
    opacity: 0.5;
    border-radius: 50%;
}

/*
* Section Our Insights
*/
.our-insights .custom-circle-2 {
    top: 8%;
    left: 5%;
}

.our-insights .custom-circle-3 {
    top: 18%;
    left: 12%;
}

/*
* About Us Featured Block
*/
.about-us-featured-block {
    position: absolute;
    z-index: 1;
    top: -50%;
    transform: translate(-70px, -50%);
}

@media (max-width: 1199px) {
    .about-us-featured-block {
        position: static;
        transform: translate(0);
    }
}

/*
* Page Our Work Detail
*/
.project-details {
    border-bottom: 1px solid #e7e7e7;
}

/*
* Page Our Services Detail
*/
.custom-accordion .custom-card-default {
    border-width: 20px !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.custom-accordion .custom-card-body-collapse {
    border-bottom: 20px solid;
}

/*
* Section Contact Us - Where You Are
*/
.where-you-are-postal-cards .custom-circle-2:nth-child(1) {
    top: -10px;
    left: 30px;
}

.where-you-are-postal-cards .custom-circle-3:nth-child(2) {
    top: -10px;
    right: 30px;
}

.where-you-are-postal-cards .custom-circle-3:nth-child(3) {
    bottom: -40px;
    right: 60px;
}

.where-you-are-postal-cards .col-where-you-are-postal {
    min-height: 380px;
}

@media (max-width: 991px) {
    .where-you-are-postal-cards .col-where-you-are-postal {
        min-height: unset;
    }
}

.where-you-are-postal-cards .col-where-you-are-postal img {
    position: absolute;
    left: 0;
}

@media (max-width: 991px) {
    .where-you-are-postal-cards .col-where-you-are-postal img {
        position: static;
    }
}

.where-you-are-postal-cards .col-where-you-are-postal .col-where-you-are-postal-text {
    height: 100%;
}

@media (max-width: 991px) {
    .where-you-are-postal-cards .col-where-you-are-postal .col-where-you-are-postal-text {
        height: auto;
    }
}

/*
* Section Get in Touch
*/
.get-in-touch {
    /*padding: 90px 0 150px;*/
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1199px) {
    .get-in-touch {
        padding: 90px 0;
    }
}

.get-in-touch:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--logo-url);
    background-repeat: no-repeat;
    background-position: 90% 30%;
    background-size: 55%;
    opacity: 0.2;
    pointer-events: none;
    z-index: 0;
}

@media (max-width: 1199px) {
    .get-in-touch:after {
        display: none;
    }
}

.get-in-touch .custom-circle-1 {
    top: 20%;
    right: 10%;
}

.get-in-touch .custom-circle-2 {
    top: 70%;
    right: 5%;
}

/*
* Page Header
*/
.page-header.page-header-modern.page-header-background {
    padding: 185px 0 245px;
    margin-bottom: 0;
    background-position: 0 100%;
    background-size: cover;
}

@media (max-width: 1199px) {
    .page-header.page-header-modern.page-header-background {
        padding: 100px 0;
    }
}

.page-header.page-header-modern.page-header-background .custom-circle-1:nth-child(1) {
    top: 40%;
    right: 5%;
}

.page-header.page-header-modern.page-header-background .custom-circle-2:nth-child(2) {
    top: 70%;
    right: 5%;
}

.page-header.page-header-modern.page-header-background .custom-circle-3:nth-child(3) {
    top: 60%;
    right: 12%;
}

/*
* Footer
*/
#footer {
    border: 0;
    background: var(--quaternary);
    border-top: 4px solid var(--quaternary);
}

#footer .footer-copyright.footer-copyright-style-2 {
    background: var(--quaternary);
}

/* Skin */
.overlay:before {
    background-color: var(--secondary) !important;
}

.custom-btn-with-arrow-primary:after {
    color: var(--primary) !important;
}

.custom-btn-with-arrow-secondary:after {
    color: var(--secondary) !important;
}

.custom-btn-with-arrow-tertiary:after {
    color: var(--tertiary) !important;
}

.custom-btn-with-arrow-quaternary:after {
    color: var(--quaternary) !important;
}

.custom-btn-with-arrow-dark:after {
    color: var(--dark) !important;
}

.custom-btn-with-arrow-light:after {
    color: var(--light) !important;
}

.custom-title-with-icon-primary:before {
    color: var(--primary) !important;
}

.custom-title-with-icon-secondary:before {
    color: var(--secondary) !important;
}

.custom-title-with-icon-tertiary:before {
    color: var(--tertiary) !important;
}

.custom-title-with-icon-quaternary:before {
    color: var(--quaternary) !important;
}

.custom-title-with-icon-dark:before {
    color: var(--dark) !important;
}

.custom-title-with-icon-light:before {
    color: var(--light) !important;
}

@media (max-width: 991px) {
    #header .header-nav-main.header-nav-main-mobile-dark:before {
        background-color: var(--secondary);
    }
}

@media (min-width: 992px) {
    #header .header-nav.header-nav-links nav > ul li:hover > a {
        color: var(--primary) !important;
    }
}

.our-services .service-card:before {
    background-color: var(--secondary);
}

.our-services .col-our-services-bottom .col-our-services-bottom-img .square-3 {
    border-color: var(--secondary);
}

.custom-list li:before {
    background-color: var(--primary);
}

.custom-accordion .custom-card-body-collapse {
    border-bottom-color: var(--tertiary);
}

.side-menu-our-work .sort-source li a:before {
    background-color: var(--primary);
}

#footer .custom-newsletter {
    border-bottom: 1px solid var(--quaternary);
}

.owl-carousel.stage-margin .owl-stage-outer {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.solution-title.text-shadow,
.solution-description.text-shadow {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2) !important;
}

#solution-packs hr {
    height: 1px;
}

#solutions .owl-carousel .owl-nav button {
    color: var(--light) !important;
}

#solutions .owl-carousel .owl-nav button.owl-prev {
    left: 4px;
    text-align: left;
}

#solutions .owl-carousel .owl-nav button.owl-next {
    right: 4px;
}

#projects.section {
    background-color: #4e8f3517 !important;
}

#projects .thumb-info-type{
    line-height: 10px !important;
}

#solutions .subhead{
    font-size: clamp(0.9rem, 1.5vw, 1.05rem);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .02em;
}

#projects .thumb-info-wrapper {
    position: relative;
    aspect-ratio: 4 / 3;   /* choose your preferred ratio; see notes below */
    overflow: hidden;
}
#projects .thumb-info-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Target devices without hover OR tiny viewports */
@media (hover: none), (max-width: 767.98px) {
    /* Make the bottom caption layer permanently visible */
    .thumb-info-bottom-info .thumb-info-title {
        opacity: 1 !important;
        transform: none !important;   /* cancel slide-in */
        visibility: visible !important;
    }

    /* Ensure it's pinned to the bottom with your dark secondary bg */
    .thumb-info-bottom-info .thumb-info-title.text-center {
        bottom: 0 !important;
    }

    /* If your theme darkens the image only on hover, keep a mild overlay */
    .thumb-info .thumb-info-wrapper:before,
    .thumb-info .thumb-info-wrapper:after {
        opacity: .15 !important;      /* tweak to taste or remove these two rules */
        transform: none !important;
    }

    /* Prevent “hover” zoom/translate effects on the image/card */
    .thumb-info .thumb-info-wrapper,
    .thumb-info .thumb-info-wrapper img {
        transform: none !important;
    }
}

.value-mini {
    font-size: clamp(.85rem, 1.2vw, .92rem); /* small but readable */
    line-height: 1.4;
    color: rgba(0,0,0,.65);                  /* or use your theme's muted token */
    letter-spacing: .01em;
    margin-top: .25rem;                      /* tight spacing under title */
    margin-bottom: 0;
    max-width: 36ch;                         /* keeps line length tidy */
}

/* Optional: adjust icons & spacing for balance */
.featured-box .icon-featured {
    font-size: 1.25rem;                      /* subtle size */
}
.featured-box .box-content { padding-block: .75rem; }

#projects .thumb-info.thumb-info-bottom-info .thumb-info-title{
    padding: 10px 0 !important;
    line-height: 1.4em !important;
}

/* Force a *dark* overlay only for the Solutions carousel */
#solutions .overlay.overlay-color-dark:before {
    background-color: rgba(0, 0, 0, 0.75) !important;  /* real dark */
}

/* SOLUTIONS + COMBINED PACKAGES – gentle, fast zoom */
#solutions .thumb-info.thumb-info-slow-image-zoom-hover img,
#solution-packs .thumb-info.thumb-info-slow-image-zoom-hover img {
    transform: scale(1);
    transition: transform 0.35s ease-out;
}

#solutions .thumb-info.thumb-info-slow-image-zoom-hover:hover img,
#solution-packs .thumb-info.thumb-info-slow-image-zoom-hover:hover img {
    transform: scale(1.08);
}

/* SOLUTIONS + COMBINED PACKAGES – dark overlay on hover */
#solutions .thumb-info.overlay::before,
#solution-packs .thumb-info.overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3) !important;
    opacity: 0;
    transition: opacity 0.35s ease-out;
    pointer-events: none;
}

#solutions .thumb-info.overlay:hover::before,
#solution-packs .thumb-info.overlay:hover::before {
    opacity: 1;
}

.page-header.page-header-modern h1 {
    font-size: 32px !important;
    font-weight: 500 !important;
    word-spacing: 0.2em;
}
.breadcrumb {
    font-size: 18px !important;
}

.breadcrumb li
{
    text-transform: none !important;
}

.breadcrumb li:not(.nav){
    color: var(--light) !important;
    opacity: 0.8 !important;
    font-weight: normal !important;
}

.breadcrumb > li + li:before {
    opacity: 0.5 !important;
}

.breadcrumb li nav {
    opacity: 1 !important;
}

.breadcrumb li a{
    text-decoration: none !important;
    color: var(--light) !important;
    font-weight: 600 !important;
}

.page-header {
    background-color: var(--quaternary--600) !important;
}

/* Generic watermark layer for page headers */
.page-header.page-header-logo {
    position: relative;
    background-image: none !important; /* we'll draw the logo ourselves */
    overflow: hidden;
    isolation: isolate;
}

/* draw the logo as a soft layer */
.page-header.page-header-logo::after {
    content: "";
    position: absolute; inset: 0;
    background-image: var(--logo-url);
    background-repeat: no-repeat;
    background-position: var(--logo-x, 95%) var(--logo-y, 90%);
    background-size: var(--logo-size, 140%);
    opacity: var(--logo-opacity, .08);
    pointer-events: none;
    z-index: 0;
}

/* Variant 1: corner emblem */
.page-header.page-header-logo { --logo-x: 45%; --logo-y: 60%; --logo-size: 160%; --logo-opacity: .06; }
/* keep your overlay system working on top */
.page-header.page-header-logo > * { position: relative; z-index: 1; }

.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 100px 0 !important;
}

/* Eyebrow + Heading pair */
.eyebrow {
    font-size: clamp(.75rem, .9vw, .85rem);
    letter-spacing: .12em;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
    opacity: .95;
}
.eyebrow-primary { color: var(--primary); }

.about-content .heading-3 {
    text-transform: none;
    font-size: clamp(1.35rem, 1.1rem + .8vw, 1.85rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--dark);

}

.about-content .section p {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(0,0,0,.8);
}
.bg-image-parallax{
    position: absolute;
    top: 15px;
    left: -30px;
    bottom: 45px;
    right: 30px;
    z-index: 0;
}

.bg-dots{
    /* primary base stays, dots drawn via radial-gradient */
    background-color: var(--bs-primary);
    background-image: radial-gradient(rgba(255,255,255,.25) 1.6px, transparent 1.6px);
    background-size: 4px 4px;   /* spacing */
    background-position: 0 0;     /* align grid */
}

/* About: expertise list spacing */
.about-expertise .about-expertise-block + .about-expertise-block { margin-top: .75rem; }
.about-expertise h6 { font-weight: 600; line-height: 1.25; }
.about-expertise .about-mini { margin-bottom: 0.25rem; }

.about-team-section .about-figure {
    width: 420px !important;
}

/* Make the centered intro text a touch lighter */
.text-muted.small { color: var(--grey-500); }

.about-cta-section h3 {
    text-transform: none;
    font-size: 2.4em;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.solution-card {
    border: 1px solid rgba(0, 0, 0, 0.06);
    background-color: #fff;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

/* Subtle hover effect on the whole card */
.solution-card:hover {
    border-color: rgba(0, 0, 0, 0.12); /* or a very light primary if you prefer */
    transform: translateY(-2px);
}

/* Separator for expanded content */
.solution-card-details {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/*
* Contact Form
*/
.contact-form .form-control {
    border: 0;
    padding: 19.2px;
    padding: 1.2rem;
    box-shadow: none !important;
    height: auto;
    background: var(--grey-200) !important;
}

.eufora-watermark-section {
    position: relative;
    overflow: hidden;
}

/* watermark layer */
.eufora-watermark-section::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: var(--watermark-url);
    background-repeat: no-repeat;
    background-size: 85vmin;
    background-position: right -260px bottom -400px;

    opacity: 0.02;
    pointer-events: none;
    z-index: 0;

    transform: rotate(0deg);
    transform-origin: center;
}

/* content above watermark */
.eufora-watermark-section > * {
    position: relative;
    z-index: 1;
}

.solution-section-title .eyebrow {
    font-size: 1.1rem;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
    opacity: 0.8;
}

.subhead {
    font-size: .95rem;
    line-height: 1.55;
    max-width: 52rem; /* optional but recommended */
}

/* Inactive filter pills */
.sort-source .nav-link:not(.active) {
    color: var(--bs-secondary-color, #6c757d);
    background-color: transparent;
    font-weight: 600;
    opacity: .8;
}

/* Hover state (subtle, still muted) */
.sort-source .nav-link:not(.active):hover {
    background-color: rgba(0, 0, 0, 0.08);
}

/* Active pill (keep Porto look) */
.sort-source .nav-link.active {
    color: #fff;
}

/* Make collapse open/close instantly (prevents “behind then relayout” effect) */
.collapse-no-transition,
.collapse-no-transition.collapsing {
    transition: none !important;
}









