/* ===================================
    Crafto - Consulting
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* variable */
:root {
    --base-color: #2a7d2e;
    --dark-gray: #292d36;
    --medium-gray: #808291;
    --primary-font: 'Kumbh Sans', sans-serif;
    --alt-font: 'Kumbh Sans', sans-serif;
}

/* reset */
body {
    font-size: 17px;
    line-height: 30px;
}

a {
    color: #808291;
}

/* bg gradient color */
.bg-gradient-black-dark-orange {
    background-image: linear-gradient(to right top, #353332, #312b28, #15110f, #4a3229, #5a2611);
}

.bg-gradient-dark-orange-transparent {
    background-image: linear-gradient(to right top, rgba(212, 110, 66, .8), rgba(197, 105, 66, .8), rgba(184, 101, 66, .8), rgba(158, 93, 67, .8), rgba(111, 80, 70, .8));
}

/* header */
.header-icon .icon>a {
    font-size: 20px;
}

.navbar .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .5px;
}

.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 16px;
    line-height: 28px;
}

.push-menu {
    width: 400px;
}

header .navbar-brand img {
    max-height: 55px;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    border-radius: 5px;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    padding: 9px 0 11px;
    border-bottom: 1px solid var(--light-medium-gray);
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li:first-child a {
    padding-top: 0;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li:last-child a {
    border: 0;
    padding-bottom: 0;
}

.push-menu .close-menu {
    right: 30px;
    top: 30px;
}

/* typography */
h1 {
    line-height: 4.5rem;
}

/* subcribe style 02 */
.newsletter-style-02 .btn {
    padding: 7px 18px 9px 18px;
}

/* footer */
footer .input-small,
footer .textarea-small {
    font-size: 15px;
    padding-left: 20px;
}

footer .footer-logo img {
    max-height: 70px;
}

/* slider content push down to avoid nav overlap */
.swiper.full-screen .swiper-slide .cover-background .container {
    padding-top: 120px;
}

/* page title */
.page-title-extra-small h1 {
    font-size: 22px;
    line-height: 32px;
}

/* subcribe style 02 */
.newsletter-style-02 input {
    padding-right: 65px;
}

/* media query responsive */
@media (max-width: 1199px) {
    .newsletter-style-02 input {
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-nav .simple-dropdown .dropdown-menu {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    /* Prevent horizontal overflow / white space on right */
    body {
        overflow-x: hidden;
    }

    /* --- Slider fixes --- */
    .swiper.full-screen .swiper-slide .cover-background .container {
        padding-top: 70px;
    }

    .swiper.full-screen .swiper-slide .fs-110,
    .swiper.full-screen .swiper-slide [class*="xs-fs-80"] {
        font-size: 50px !important;
        line-height: 54px !important;
    }

    .swiper.full-screen .swiper-slide .fs-70 {
        font-size: 28px !important;
        line-height: 34px !important;
    }

    .swiper.full-screen .swiper-slide .lh-100 {
        line-height: 56px !important;
    }

    .swiper.full-screen .swiper-slide .fs-22 {
        font-size: 15px !important;
        line-height: 22px !important;
    }

    .swiper.full-screen .swiper-slide .fs-22 .d-block {
        margin-bottom: 2px !important;
    }

    .swiper.full-screen .swiper-slide .mb-5,
    .swiper.full-screen .swiper-slide .xs-mb-35px {
        margin-bottom: 12px !important;
    }

    .swiper.full-screen .swiper-slide .mb-4 {
        margin-bottom: 8px !important;
    }

    .swiper.full-screen .swiper-slide .btn.btn-large {
        padding: 8px 22px !important;
        font-size: 13px !important;
    }

    /* Hide number pagination on mobile to prevent overflow */
    .swiper-number {
        display: none !important;
    }

    /* --- Feature boxes below slider - center alignment --- */
    .icon-with-text-style-01 .feature-box.feature-box-left-icon {
        flex-direction: column !important;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .icon-with-text-style-01 .feature-box-left-icon .feature-box-icon {
        margin-right: 0 !important;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .icon-with-text-style-01 .feature-box-left-icon .feature-box-content {
        text-align: center;
    }

    .icon-with-text-style-01 .feature-box-left-icon .feature-box-content p {
        text-align: center;
    }

    /* --- Headquarter green box - medium --- */
    .position-absolute.bg-base-color {
        width: 48% !important;
        padding: 18px !important;
    }

    .position-absolute.bg-base-color h4 {
        font-size: 16px !important;
        margin-bottom: 5px !important;
    }

    .position-absolute.bg-base-color p {
        font-size: 12px !important;
        line-height: 17px !important;
        margin-bottom: 0 !important;
    }

    /* --- Technical documents text smaller on mobile --- */
    .interactive-banner-style-05 figcaption .alt-font.fs-26 {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .interactive-banner-style-05 figcaption .fs-18 {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .interactive-banner-style-05 figcaption .fs-13 {
        font-size: 10px !important;
    }

    /* --- Gallery horizontal scroll on mobile --- */
    .portfolio-wrapper.grid.xs-grid-1col {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
        height: auto !important;
        padding-bottom: 15px;
        scroll-snap-type: x mandatory;
        gap: 12px;
    }

    .portfolio-wrapper.grid.xs-grid-1col .grid-item {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        flex: 0 0 72vw !important;
        max-width: 72vw !important;
        width: 72vw !important;
        scroll-snap-align: start;
    }

    .portfolio-wrapper.grid.xs-grid-1col .grid-sizer {
        display: none !important;
    }

    /* Hide scrollbar for cleaner look */
    .portfolio-wrapper.grid.xs-grid-1col::-webkit-scrollbar {
        display: none;
    }

    .portfolio-wrapper.grid.xs-grid-1col {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    /* Page title */
    .page-title-extra-small h1 {
        font-size: 20px;
        line-height: 28px;
    }

    .process-step-style-02 .progress-step-separator {
        display: block;
    }
}

@media (max-width: 575px) {
    .process-step-style-02 .progress-step-separator {
        display: none;
    }
}

/* GreenHouse Shader custom polish */
.btn.greenhouse-btn {
    position: relative;
    overflow: hidden;
    border: 0;
    letter-spacing: .2px;
    box-shadow: 0 14px 32px rgba(42, 125, 46, .24);
    transition: transform .25s ease, box-shadow .25s ease;
}

.btn.greenhouse-btn:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .32) 45%, transparent 70%);
    transform: translateX(-120%);
    transition: transform .45s ease;
}

.btn.greenhouse-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(42, 125, 46, .32);
}

.btn.greenhouse-btn:hover:before {
    transform: translateX(120%);
}

.swiper.full-screen .greenhouse-slider-btn {
    padding: 18px 46px !important;
    border-radius: 15px !important;
    background: linear-gradient(135deg, #2a7d2e 0%, #329337 54%, #b6a31f 100%) !important;
    color: #fff !important;
    box-shadow: 0 16px 34px rgba(42, 125, 46, .34);
}

.swiper.full-screen .greenhouse-slider-btn:hover {
    background: linear-gradient(135deg, #238027 0%, #2f9a35 48%, #c3ad24 100%) !important;
    color: #fff !important;
}

.greenhouse-control-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f6fbf4 0%, #ffffff 46%, #eef7ed 100%);
}

.greenhouse-control-section:before {
    content: "";
    position: absolute;
    top: 8%;
    right: -12%;
    width: 38%;
    height: 70%;
    background: radial-gradient(circle, rgba(42, 125, 46, .12), rgba(42, 125, 46, 0) 68%);
    pointer-events: none;
}

.greenhouse-feature-list {
    display: grid;
    gap: 14px;
}

.greenhouse-feature-pill {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    border: 1px solid rgba(42, 125, 46, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 12px 35px rgba(41, 45, 54, .06);
    color: var(--dark-gray);
    font-weight: 500;
    line-height: 25px;
}

.greenhouse-feature-pill i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgba(42, 125, 46, .1);
    color: var(--base-color);
    font-size: 18px;
}

.greenhouse-visual-card {
    position: relative;
    overflow: hidden;
    min-height: 440px;
    border-radius: 8px;
    box-shadow: 0 26px 70px rgba(41, 45, 54, .18);
}

.greenhouse-visual-card img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    transition: transform .55s ease;
}

.greenhouse-visual-card:hover img {
    transform: scale(1.04);
}

.greenhouse-visual-caption {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    padding: 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(16, 54, 31, .9), rgba(42, 125, 46, .78));
    backdrop-filter: blur(8px);
}

.greenhouse-mini-stat {
    height: 100%;
    padding: 18px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(42, 125, 46, .12);
    box-shadow: 0 12px 30px rgba(41, 45, 54, .06);
}

.greenhouse-mini-stat span {
    display: block;
    color: var(--base-color);
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 8px;
}

.greenhouse-mini-stat p {
    margin: 0;
    color: var(--dark-gray);
    font-weight: 600;
    line-height: 22px;
}

.greenhouse-news-section {
    padding: 100px 0;
    background:
        linear-gradient(180deg, #f7f8f4 0%, #eef5ec 100%);
}

.greenhouse-news-summary {
    display: flex;
    align-items: center;
    gap: 14px;
    height: 100%;
    padding: 18px 20px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(42, 125, 46, .12);
    box-shadow: 0 12px 32px rgba(41, 45, 54, .06);
    color: var(--dark-gray);
    font-weight: 500;
    line-height: 24px;
}

.greenhouse-news-summary i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: rgba(42, 125, 46, .1);
    color: var(--base-color);
    font-size: 19px;
}

.greenhouse-news-slider {
    padding: 10px 4px 58px;
}

.greenhouse-news-card {
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(42, 125, 46, .12);
    box-shadow: 0 18px 45px rgba(41, 45, 54, .08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.greenhouse-news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 65px rgba(41, 45, 54, .14);
}

.greenhouse-news-image {
    position: relative;
    height: 205px;
    overflow: hidden;
}

.greenhouse-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.greenhouse-news-card:hover .greenhouse-news-image img {
    transform: scale(1.06);
}

.greenhouse-news-tag {
    position: absolute;
    left: 16px;
    top: 16px;
    padding: 5px 12px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .92);
    color: var(--base-color);
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
}

.greenhouse-news-body {
    padding: 26px 26px 28px;
}

.greenhouse-news-date {
    display: block;
    margin-bottom: 9px;
    color: var(--base-color);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.greenhouse-news-body h3 {
    margin: 0 0 12px;
    color: var(--dark-gray);
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}

.greenhouse-news-body p {
    margin-bottom: 18px;
    line-height: 27px;
}

.greenhouse-news-body a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--dark-gray);
    font-weight: 700;
}

.greenhouse-news-body a:hover {
    color: var(--base-color);
}

.greenhouse-news-nav {
    position: absolute;
    top: 45%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 8px;
    background: #fff;
    color: var(--base-color);
    box-shadow: 0 14px 35px rgba(41, 45, 54, .16);
    cursor: pointer;
    transition: background .25s ease, color .25s ease, transform .25s ease;
}

.greenhouse-news-nav:hover {
    background: var(--base-color);
    color: #fff;
    transform: translateY(-2px);
}

.greenhouse-news-prev {
    left: -18px;
}

.greenhouse-news-next {
    right: -18px;
}

.greenhouse-news-pagination {
    bottom: 10px !important;
}

.greenhouse-news-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(42, 125, 46, .28);
    opacity: 1;
    transition: width .25s ease, background .25s ease;
}

.greenhouse-news-pagination .swiper-pagination-bullet-active {
    width: 28px;
    background: var(--base-color);
}

.greenhouse-program-section {
    padding: 100px 0;
    background:
        linear-gradient(135deg, rgba(12, 48, 27, .97), rgba(25, 72, 39, .94)),
        url("../../images/gallery/1.jpg") center/cover no-repeat;
}

.greenhouse-program-card {
    height: 100%;
    min-height: 235px;
    padding: 34px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .16);
    color: #fff;
    backdrop-filter: blur(8px);
    transition: transform .25s ease, background .25s ease;
}

.greenhouse-program-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, .16);
}

.greenhouse-program-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 24px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .14);
    color: #bde9a6;
    font-size: 21px;
}

.greenhouse-program-card h3 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 23px;
    line-height: 28px;
    font-weight: 700;
}

.greenhouse-program-card p {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    line-height: 27px;
}

.greenhouse-program-image {
    padding: 0;
    overflow: hidden;
    background: transparent;
}

.greenhouse-program-image img {
    width: 100%;
    height: 100%;
    min-height: 235px;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .greenhouse-news-prev {
        left: 6px;
    }

    .greenhouse-news-next {
        right: 6px;
    }
}

@media (max-width: 767px) {
    .greenhouse-control-section,
    .greenhouse-news-section,
    .greenhouse-program-section {
        padding: 70px 0;
    }

    .greenhouse-visual-card,
    .greenhouse-visual-card img {
        min-height: 330px;
    }

    .greenhouse-visual-caption {
        left: 16px;
        right: 16px;
        bottom: 16px;
        padding: 18px;
    }

    .greenhouse-news-nav {
        display: none;
    }

    .greenhouse-news-body {
        padding: 23px 22px 25px;
    }

    .greenhouse-program-card {
        min-height: auto;
        padding: 28px;
    }
}
