body.winko-solutek-theme {
    overflow-x: hidden;
}

.cs_site_header,
.cs_site_header .cs_main_header,
.cs_site_header .cs_main_header_in,
.cs_site_header .container-fluid,
.cs_site_header .cs_nav,
.cs_site_header .cs_nav_list,
.cs_site_header .cs_main_header_center {
    overflow: visible;
}

.cs_site_header {
    position: relative;
    z-index: 1009;
}

.cs_site_header.header_style_2.cs_style_1 .cs_main_header_in {
    position: relative;
    z-index: 2;
}

.cs_site_header.header_style_2.cs_style_1 .cs_main_header_left,
.cs_site_header.header_style_2.cs_style_1 .cs_main_header_right {
    position: relative;
    z-index: 3;
}

.cs_site_header.header_style_2.cs_style_1 .cs_main_header_left {
    border-radius: 0 0 40px 0;
    padding: 0 34px 0 10px;
}

.cs_site_header.header_style_2.cs_style_1 .cs_main_header_right {
    border-radius: 0 0 0 40px;
    padding: 0 12px 0 40px;
}

.winko-header-logo {
    align-items: center;
    display: inline-flex;
    margin-left: 0;
    position: relative;
    top: 0;
}

.winko-header-logo img {
    display: block;
    height: auto;
    max-width: 182px;
}

.winko-footer-logo {
    margin-left: 0;
    top: 0;
}

.winko-main-nav {
    align-items: center;
    display: flex;
    gap: 34px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.winko-main-nav > li {
    list-style: none;
}

.winko-main-nav > li > a {
    align-items: center;
    background: transparent !important;
    color: #141422;
    display: inline-flex;
    font-weight: 600;
    gap: 8px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.winko-main-nav > li > a:hover,
.winko-main-nav > li:hover > a,
.winko-main-nav > li > a[aria-current="page"] {
    color: #ff5a1f;
}

.winko-main-nav > li > a i {
    font-size: 11px;
    transition: transform 0.2s ease;
}

.winko-main-nav > li.menu-item-has-children > a::after {
    display: none !important;
}

.winko-services-nav {
    position: static !important;
}

.winko-services-nav:hover > a i,
.winko-services-nav:focus-within > a i {
    transform: rotate(180deg);
}

.winko-services-mega {
    align-items: flex-start;
    background: #fff;
    border-top: 3px solid #ff5a1f;
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.16);
    left: 0;
    right: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: translateY(14px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    visibility: hidden;
    width: 100%;
    z-index: 1012;
    min-height: 220px;
    overflow: visible;
}

.winko-services-mega__inner {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1480px;
    padding: 28px 32px 30px;
    width: 100%;
}

.winko-services-nav:hover .winko-services-mega,
.winko-services-nav.is-open .winko-services-mega,
.winko-services-nav:focus-within .winko-services-mega {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
}

.winko-services-mega__column {
    min-width: 0;
}

.winko-services-mega__column:not(:last-child) {
    border-right: 1px solid #f0f1f5;
    padding-right: 24px;
}

.winko-services-mega__title {
    color: #19192a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 18px;
}

.winko-services-mega__list {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: block !important;
    list-style: none;
    margin: 0;
    opacity: 1 !important;
    padding: 0 !important;
    position: static !important;
    visibility: visible !important;
    width: auto !important;
    z-index: auto !important;
}

.winko-services-mega__list li {
    margin: 0 !important;
    position: static !important;
}

.winko-services-mega__list li:not(:last-child) a::after {
    display: none !important;
}

.winko-services-mega__list li + li {
    margin-top: 14px;
}

.winko-services-mega__list a {
    background: transparent !important;
    color: #2a2a3a !important;
    display: block !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    left: auto !important;
    line-height: 1.6 !important;
    opacity: 1 !important;
    padding: 0 !important;
    position: static !important;
    text-decoration: none;
    text-indent: 0 !important;
    transform: none !important;
    transition: color 0.2s ease;
    visibility: visible !important;
    white-space: normal !important;
}

.winko-services-mega__list a:hover {
    color: #ff5a1f !important;
}

.cs_site_header.cs-gescout_sticky,
.cs_site_header.header_style_2.cs_style_1.cs-gescout_sticky {
    background-color: #050a1e;
}

.cs_site_header.cs-gescout_sticky .winko-main-nav > li > a {
    color: #fff;
}

.cs_site_header.cs-gescout_sticky .winko-main-nav > li:hover > a,
.cs_site_header.cs-gescout_sticky .winko-main-nav > li > a[aria-current="page"] {
    color: #ff5a1f;
}

.header-btn a {
    white-space: nowrap;
}

.winko-hero-wrap {
    margin: 0 50px;
    position: relative;
}

.winko-hero-slider-area {
    background-color: #060b20;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.winko-hero-slider-area::before {
    background: linear-gradient(90deg, rgba(6, 11, 32, 0.92) 0%, rgba(6, 11, 32, 0.78) 55%, rgba(6, 11, 32, 0.35) 100%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

/* Rotating background geo element */
@keyframes winko-rotateme {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.winko-hero-geo {
    animation: winko-rotateme 20s linear infinite;
    /* opacity: 0.18; */
    pointer-events: none;
    position: absolute;
    width: 450px;
    z-index: 1;
    opacity: 1;
    bottom: 350px;
    right: 450px;
}

.winko-hero-slider {
    position: relative;
    z-index: 2;
}

/* Each slide is hidden by default; only .is-active is shown */
.winko-hero-slide {
    display: none;
}

.winko-hero-slide.is-active {
    display: block;
}

/* Inner layout row — full custom, no Bootstrap grid interference */
.winko-hero-row {
    align-items: center;
    display: flex;
    gap: 40px;
    min-height: 790px;
    padding: 80px 0;
}

.winko-hero-col-text {
    flex: 0 0 54%;
    max-width: 54%;
}

.winko-hero-col-img {
    align-items: center;
    display: flex;
    flex: 0 0 46%;
    justify-content: center;
    max-width: 46%;
    position: relative;
    z-index: 3;
}

/* Text content */
.winko-hero-content {
    max-width: 630px;
    position: relative;
    z-index: 3;
}

.winko-hero-content h5 {
    background-color: #161a2b !important;
    border: 2px solid #40465d !important;
    border-radius: 20px !important;
    color: #ff5a1f !important;
    display: inline-block !important;
    font-family: Poppins, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    line-height: 25px !important;
    margin: 0 0 24px 18px !important;
    overflow: visible !important;
    padding: 6px 28px !important;
    position: relative !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    z-index: 1 !important;
}

.winko-hero-content h5::before {
    background: #ff5a1f;
    border-radius: 30px;
    content: "";
    height: 7px;
    left: -8%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}

.winko-hero-content h5::after {
    content: none !important;
    display: none !important;
}

.winko-hero-content h1 {
    color: #fff !important;
    display: block !important;
    font-family: Poppins, sans-serif !important;
    font-size: 68px !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
    line-height: 1.08 !important;
    margin: 0 0 28px !important;
}

.winko-hero-content h1 span {
    color: #ff5a1f !important;
    display: block !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
}

.winko-hero-content p {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 17px !important;
    line-height: 1.7 !important;
    margin-bottom: 38px !important;
    max-width: 500px !important;
    opacity: 1 !important;
    padding: 0 !important;
    width: auto !important;
}

/* Right-side hero image */
.winko-hero-thumb {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 3;
}

.winko-hero-thumb img {
    display: block !important;
    height: auto !important;
    margin: 0 auto !important;
    max-height: 650px !important;
    max-width: 560px !important;
    opacity: 1 !important;
    position: static !important;
    visibility: visible !important;
    width: auto !important;
}

/* When service photo is used — cover fit in a rounded card */
.winko-hero-thumb--service img {
    border-radius: 20px;
    height: 480px;
    max-width: 480px;
    object-fit: cover;
    width: 100%;
}

/* Vertical pagination dots on the right */
.winko-hero-pagination {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    right: -126px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.winko-hero-dot {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    cursor: pointer;
    height: 14px;
    padding: 0;
    transition: background 0.25s ease, border-color 0.25s ease, height 0.25s ease;
    width: 14px;
}

.winko-hero-dot.is-active {
    background: #ff5a1f;
    border-color: #ff5a1f;
    height: 40px;
}

.winko-home-page .feature-area {
    margin-top: -50px;
    position: relative;
    z-index: 5;
}

.winko-home-services {
    padding-bottom: 100px;
}

.winko-home-services .section-title {
    margin-bottom: 48px;
}

.winko-home-services .col-xl-3,
.winko-home-services .col-lg-4,
.winko-home-services .col-md-6 {
    display: flex;
}

.winko-home-services .service-single-box {
    border: 1px solid #edf0f6;
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 492px;
}

.winko-home-services .service-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.winko-home-services .service-title {
    font-size: 22px;
    line-height: 1.45;
    margin-bottom: 18px;
    min-height: 74px;
}

.winko-home-services .service-text {
    margin-bottom: 24px;
    min-height: 108px;
}

.winko-home-services .service-btn {
    margin-top: auto;
}

.winko-process-area {
    padding: 100px 0 120px;
}

.winko-process-area .section-title {
    margin-bottom: 58px;
}

.winko-process-grid {
    display: grid;
    gap: 34px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    position: relative;
}

.winko-process-grid::before {
    border-top: 2px dashed rgba(255, 90, 31, 0.22);
    content: "";
    left: 11%;
    position: absolute;
    right: 11%;
    top: 72px;
}

.winko-process-step {
    padding: 0 18px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.winko-process-step:nth-child(even) {
    padding-top: 78px;
}

.winko-process-step__icon {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    display: flex;
    height: 136px;
    justify-content: center;
    margin: 0 auto 26px;
    position: relative;
    width: 136px;
}

.winko-process-step__icon img {
    display: block;
    height: auto;
    max-width: 68px;
}

.winko-process-step__number {
    align-items: center;
    background: #ff5a1f;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 42px;
}

.winko-process-step__content h3 {
    color: #0d1231;
    font-size: 28px;
    line-height: 1.3;
    margin: 0 0 14px;
}

.winko-process-step__content p {
    color: #61616d;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 280px;
}

.winko-testimonial-area {
    background: #070b20 url('/assets/images/testi-bg.png') center/cover no-repeat;
    border-radius: 50px;
    margin: 0 50px 110px;
    overflow: hidden;
    padding: 110px 0 46px;
    position: relative;
}

.winko-testimonial-area::before {
    background: rgba(7, 11, 32, 0.78);
    content: "";
    inset: 0;
    position: absolute;
}

.winko-testimonial-area .container {
    position: relative;
    z-index: 1;
}

.winko-testimonial-area .section-title {
    margin-bottom: 54px;
}

.winko-testimonial-area .section-main-title,
.winko-testimonial-area .section-sub-title {
    color: #fff;
}

.winko-testimonial-area .section-main-title span {
    color: #ff5a1f;
}

.winko-testimonial-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    height: calc(100% - 64px);
    margin-bottom: 64px;
    padding: 42px 32px 96px;
    position: relative;
    text-align: center;
}

.winko-testimonial-card::after {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    bottom: 68px;
    content: "";
    left: 34px;
    position: absolute;
    right: 34px;
}

.winko-testimonial-card__quote {
    margin-bottom: 24px;
}

.winko-testimonial-card__quote img {
    height: auto;
    width: 52px;
}

.winko-testimonial-card__text {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.95;
    margin: 0 auto 26px;
    min-height: 152px;
    max-width: 320px;
}

.winko-testimonial-card__stars {
    color: #ffc107;
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-bottom: 24px;
}

.winko-testimonial-card__meta h3 {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 8px;
}

.winko-testimonial-card__meta span {
    color: #ff5a1f;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.winko-testimonial-card__avatar {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    bottom: -36px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
    display: inline-flex;
    height: 78px;
    justify-content: center;
    left: 50%;
    overflow: hidden;
    padding: 6px;
    position: absolute;
    transform: translateX(-50%);
    width: 78px;
}

.winko-testimonial-card__avatar img {
    border-radius: 50%;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.winko-alert-success {
    background: rgba(255, 90, 31, 0.08);
    border: 1px solid rgba(255, 90, 31, 0.2);
    border-radius: 10px;
    color: #ff5a1f;
    margin-top: 18px;
    padding: 12px 16px;
}

.winko-brand-logo {
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
    text-decoration: none;
}

.winko-brand-logo__main {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
}

.winko-brand-logo__sub {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    margin-top: 6px;
    text-transform: uppercase;
}

.footer-logo .winko-brand-logo {
    margin-bottom: 14px;
}

.winko-brand-logo--footer .winko-brand-logo__main,
.winko-brand-logo--footer .winko-brand-logo__sub {
    color: #fff;
}

.google-map iframe {
    border: 0;
    min-height: 420px;
    width: 100%;
}

@media (max-width: 1399px) {
    .winko-services-mega {
        padding: 0;
    }

    .winko-services-mega__inner {
        gap: 24px;
        padding: 24px;
    }

    .winko-hero-content h1 {
        font-size: 56px !important;
    }

    .winko-hero-thumb--service img {
        height: 420px;
        max-width: 420px;
    }

    .winko-testimonial-card__meta h3 {
        font-size: 27px;
    }
}

@media (max-width: 1199px) {
    .winko-services-mega {
        display: none !important;
    }

    .winko-hero-row {
        min-height: 680px;
    }

    .winko-hero-content h1 {
        font-size: 46px !important;
    }

    .winko-hero-thumb img {
        max-width: 420px !important;
    }

    .winko-hero-thumb--service img {
        height: 360px;
        max-width: 360px;
    }

    .winko-home-services .service-title {
        min-height: 0;
    }

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

    .winko-process-grid::before {
        display: none;
    }

    .winko-process-step:nth-child(even) {
        padding-top: 0;
    }
}

@media (max-width: 991px) {
    .winko-header-logo {
        margin-left: 0;
        top: 0;
    }

    .cs_main_header_in {
        flex-wrap: wrap;
        gap: 18px;
        padding: 18px 0;
    }

    .cs_main_header_center {
        order: 3;
        width: 100%;
    }

    .winko-main-nav {
        flex-wrap: wrap;
        gap: 16px;
    }

    .header-btn {
        margin-left: auto;
    }

    .winko-hero-slider-area {
        border-radius: 0;
        margin: 0;
    }

    .winko-hero-row {
        flex-direction: column;
        gap: 0;
        min-height: auto;
        padding: 60px 0 100px;
    }

    .winko-hero-col-text,
    .winko-hero-col-img {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .winko-hero-col-text {
        order: 1;
    }

    .winko-hero-col-img {
        order: 2;
        margin-top: 30px;
    }

    .winko-hero-content {
        max-width: 100%;
    }

    .winko-hero-content h1 {
        font-size: 44px !important;
    }

    .winko-hero-thumb img {
        max-height: 420px !important;
        max-width: 360px !important;
    }

    .winko-hero-thumb--service img {
        height: 280px;
        max-width: 320px;
    }

    .winko-hero-pagination {
        bottom: 24px;
        flex-direction: row;
        justify-content: center;
        left: 0;
        right: 0;
        top: auto;
        transform: none;
    }

    .winko-hero-dot.is-active {
        height: 14px;
        width: 40px;
    }

    .winko-home-page .feature-area {
        margin-top: 0;
    }

    .winko-process-area {
        padding-bottom: 90px;
    }

    .winko-testimonial-area {
        border-radius: 28px;
        margin: 0 20px 90px;
        padding: 86px 0 30px;
    }

    .winko-theme-testi-box .testi-single-box {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .winko-main-nav {
        gap: 12px;
    }

    .winko-hero-row {
        padding: 50px 0 90px;
    }

    .winko-hero-content h1 {
        font-size: 36px !important;
    }

    .winko-hero-content p {
        font-size: 15px !important;
    }

    .winko-home-services .service-text {
        min-height: 0;
    }

    .winko-process-grid {
        gap: 26px;
        grid-template-columns: minmax(0, 1fr);
    }

    .winko-process-step {
        padding: 0;
    }

    .winko-process-step__content h3 {
        font-size: 24px;
    }

    .winko-testimonial-card__text {
        min-height: 0;
    }

    .winko-theme-testi-box .testi-text {
        min-height: 0;
    }
}

@media (max-width: 575px) {
    .winko-header-logo img {
        max-width: 150px;
    }

    .winko-hero-content h5 {
        padding-left: 44px !important;
    }

    .winko-hero-content h5::before {
        width: 14px;
    }

    .winko-hero-content h5::after {
        left: 18px;
        width: 18px;
    }

    .winko-hero-content h1 {
        font-size: 30px !important;
        line-height: 1.1 !important;
    }

    .winko-service-link {
        font-size: 16px;
    }

    .winko-service-link__label {
        font-size: 16px !important;
    }

    .winko-process-step__icon {
        height: 118px;
        width: 118px;
    }

    .winko-process-step__number {
        font-size: 16px;
        height: 38px;
        width: 38px;
    }

    .winko-testimonial-area {
        border-radius: 22px;
        margin: 0 12px 80px;
    }

    .winko-testimonial-card {
        padding: 36px 22px 92px;
    }

    .winko-testimonial-card__meta h3 {
        font-size: 24px;
    }
}

/* ===== SERVICE PHOTO IN BANNER (cover fit for real photos) ===== */
.winko-hero-thumb--service img {
    border-radius: 16px;
    height: 460px;
    object-fit: cover;
    width: 100%;
    max-width: 520px;
}

@media (max-width: 1199px) {
    .winko-hero-thumb--service img {
        height: 380px;
    }
}

@media (max-width: 991px) {
    .winko-hero-thumb--service img {
        height: 260px;
        max-width: 100%;
    }
}

/* ===== TESTIMONIAL SWIPER ===== */
.winko-testimonial-swiper {
    overflow: visible;
    padding-bottom: 60px;
}

.winko-testimonial-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
}

.winko-testimonial-swiper .winko-theme-testi-box {
    flex: 1;
    height: auto;
    margin-bottom: 64px;
}

.winko-theme-testi-box .testi-single-box {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    min-height: 344px;
}

.winko-theme-testi-box .testi-content {
    min-height: 100%;
}

.winko-theme-testi-box .testi-text {
    min-height: 142px;
}

.winko-theme-testi-box .testi-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.winko-theme-testi-box .testi-title span {
    display: inline-block;
}

.winko-testimonial-swiper__pagination {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    position: absolute !important;
}

.winko-testimonial-swiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.35);
    height: 10px;
    opacity: 1;
    transition: background 0.2s, width 0.2s, border-radius 0.2s;
    width: 10px;
}

.winko-testimonial-swiper .swiper-pagination-bullet-active {
    background: #ff5a1f;
    border-radius: 999px;
    width: 28px;
}

/* ===== SERVICES PAGE - EQUAL HEIGHT CARDS ===== */
.winko-service-grid .row {
    align-items: stretch;
}

.winko-service-grid .col-xl-3,
.winko-service-grid .col-lg-4,
.winko-service-grid .col-md-6 {
    display: flex;
    margin-bottom: 30px;
}

.winko-service-grid .single-service-box {
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow: hidden;
}

/* Ensure the service-thumb is the positioning context for the overlapping icon badge */
.winko-service-grid .service-thumb {
    flex-shrink: 0;
    position: relative;
}

.winko-service-grid .service-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.winko-service-grid .service-btn {
    margin-top: auto;
}

/* ===== PROCUREMENT SUPPORT / HOME SERVICE CARDS - EQUAL HEIGHT ===== */
.winko-home-services .row {
    align-items: stretch;
}

.winko-home-services .col-xl-3,
.winko-home-services .col-lg-4,
.winko-home-services .col-md-6 {
    align-items: stretch;
    display: flex;
    margin-bottom: 30px;
}

.winko-home-services .service-single-box.winko-service-card {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.winko-home-services .winko-service-card .service-icon {
    flex-shrink: 0;
}

.winko-home-services .winko-service-card .service-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.winko-home-services .winko-service-card .service-title {
    min-height: 0;
}

.winko-home-services .winko-service-card .service-text {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.winko-home-services .winko-service-card .service-btn {
    margin-top: auto;
}
.feature-sinble-single-box{
    padding: 36px 10px 32px;
}
.sservice-area.style-two .service-icon{
    top: 30%;
}
.sservice-area.style-two h3.service-title{
    font-size: 22px;
    color: #050a1e;
    font-weight: 600;
    font-family: Poppins;
    margin: 0;
    transition: .5s;
    cursor: pointer;
}

/* ===== SERVICE DETAIL - prevent rich content from breaking the grid ===== */
.services-details-area .col-lg-8 {
    min-width: 0;
    overflow: hidden;
}

.winko-rich-content {
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.winko-rich-content img {
    max-width: 100%;
    height: auto;
}

.winko-rich-content table {
    max-width: 100%;
    display: block;
    overflow-x: auto;
}
