:root {
    --hendrio-primary: #ff5e14;
    --hendrio-dark: #10131a;
    --hendrio-deep: #0b0d12;
    --hendrio-text: #5f6570;
    --hendrio-line: rgba(255, 255, 255, 0.1);
}

body {
    color: var(--hendrio-text);
}

.hendrio-header {
    position: relative;
    z-index: 1030;
}

.header-top-section {
    background: #062462;
    color: #fff;
    font-size: 14px;
}

.header-top-section .container,
.hendrio_nav_manu .container,
.footer-section .container,
.footer-bottom-section .container {
    max-width: 1320px;
}

.header-address-info p {
    margin: 0;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
    line-height: 1;
}

.header-address-info i,
.phone-number i {
    color: #fff;
    margin-right: 5px;
}

.header-address-info p span {
    padding-left: 28px;
    position: relative;
}

.header-address-info p span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 16px;
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.3);
}

.header-address-info a {
    font-size: 13px;
}

.header-address-info a,
.phone-number a {
    color: inherit;
    text-decoration: none;
}

.header-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    white-space: nowrap;
}

.hendrio-social-icon ul,
.footer-bottom-menu ul,
.follow-company-icon,
.hendrio-search-panel__form {
    margin: 0;
    padding: 0;
}

.hendrio-social-icon ul {
    display: flex;
    list-style: none;
}

.hendrio-social-icon a {
    width: 35px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.hendrio-social-icon li:nth-child(1) a { background: #1b74e4; padding: 0 14px; }
.hendrio-social-icon li:nth-child(2) a { background: #3aa0d1; padding: 0 12px; }
.hendrio-social-icon li:nth-child(3) a { background: #0a66c2; padding: 0 13px; }
.hendrio-social-icon li:nth-child(4) a { background: #da242b; padding: 0 14px; }

.hendrio-social-icon a:hover,
.follow-company-icon a:hover {
    background: #da242b;
}

.phone-number {
    padding-left: 18px;
}

.phone-number p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.phone-number p span {
    font-size: 15px;
    font-weight: 800;
    margin-right: 8px;
}

.phone-number a {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.hendrio_nav_manu {
    background: #062462;
    transition: .5s;
    z-index: 20;
    position: relative;
    border-bottom: 3px solid #da242b;
}

.hendrio_nav_manu .desktop-header-row {
    min-height: 98px;
}

.hendrio_nav_manu .logo {
    display: flex;
    align-items: center;
}

.hendrio_nav_manu .logo_img,
.hendrio_nav_manu .main_sticky {
    display: inline-flex;
    align-items: center;
}

.hendrio_nav_manu .main_sticky {
    display: none;
}

.hendrio_nav_manu .logo img {
    max-height: 85px;
    width: auto;
}

.hendrio_menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 26px;
    background: #fff;
    padding: 0 30px 0 32px;
    border-radius: 5px 5px 0 0;
    position: relative;
    z-index: 1;
    margin-bottom: -3px;
    margin-left: 11px;
    min-height: 98px;
}

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

.hendrio_menu .nav_scroll {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 auto;
    gap: 2px;
    margin-right: auto;
}

.hendrio_menu .nav_scroll > li {
    position: relative;
}

.hendrio_menu .nav_scroll > li.menu-item-has-mega-menu {
    position: static;
}

.hendrio_menu .nav_scroll > li > a {
    display: block;
    gap: 8px;
    color: #062462;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    margin: 35px 15px;
    padding: 0;
    text-transform: none;
    text-decoration: none;
    transition: .5s;
}

.hendrio_menu .nav_scroll > li > a:hover,
.hendrio_menu .nav_scroll > li:hover > a {
    color: #da242b;
}

.hendrio_menu .nav_scroll > li > a span {
    font-size: 11px;
}

.hendrio_menu .sub-menu {
    position: absolute;
    top: 130%;
    left: 0;
    min-width: 217px;
    padding: 0;
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 100;
    border-top: 2px solid #da242b;
}

.hendrio_menu .nav_scroll > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    top: 100%;
}

.hendrio_menu .sub-menu li a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #062462;
    padding: 10px 20px;
    text-decoration: none;
}

.hendrio_menu .sub-menu li a:hover {
    background: #da242b;
    color: #fff;
}

.hendrio_menu .sub-menu .sub-level-link {
    padding-left: 34px;
    font-weight: 500;
}

.hendrio_menu .mega-menu {
    position: absolute;
    top: 130%;
    left: 0;
    right: 0;
    padding-top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 120;
}

.hendrio_menu .nav_scroll > li.menu-item-has-mega-menu:hover > .mega-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.hendrio_menu .mega-menu-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px 30px;
    padding: 28px 32px 30px;
    background: #ffffff;
    border-top: 2px solid #da242b;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.14);
}

.hendrio_menu .mega-menu-column {
    min-width: 0;
}

.hendrio_menu .mega-menu-title {
    text-align: left;
    display: block;
    margin-bottom: 14px;
    color: #4b5563;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
}

.hendrio_menu .mega-menu-title:hover {
    color: #da242b;
}

.hendrio_menu .mega-menu-links {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.hendrio_menu .mega-menu-links li + li {
    margin-top: 9px;
}

.hendrio_menu .mega-menu-links a {
    display: block;
    color: #062462;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    text-decoration: none;
    text-align: left;
}

.hendrio_menu .mega-menu-links a:hover {
    color: #da242b;
}

.header-menu-right-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 22px;
}

.header-search-button {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: rgba(21, 43, 99, 0.1);
    color: #062462;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.header-search-button.search-box-outer a {
    color: inherit;
    text-decoration: none;
}

.header-search-button:hover {
    background: #062462;
    border-color: #062462;
    color: #fff;
}

.header-button a,
.hero-button a,
.subscribe-btn,
.hendrio-hero-content .hero-inline-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    background: #152b63;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.header-button a,
.hero-button a {
    padding: 12px 35px;
    border-radius: 5px;
}

.header-button a {
    background: #fff;
    color: #cd0d14;
    border: 1px dashed #cd0d14;
    box-shadow: none;
}

.header-button a:hover {
    background: #cd0d14;
    color: #fff;
    box-shadow: none;
}

.header-button a:hover,
.hero-button a:hover,
.subscribe-btn:hover,
.hendrio-hero-content .hero-inline-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(255, 94, 20, 0.25);
    color: #fff;
}

.hendrio-search-panel {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(4, 10, 18, 0.82);
    z-index: 1200;
    padding: 20px;
}

.hendrio-search-panel.is-open {
    display: flex;
}

.hendrio-search-panel__inner {
    position: relative;
    width: min(760px, 100%);
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
}

.hendrio-search-panel__close {
    position: absolute;
    top: 12px;
    right: 16px;
    border: 0;
    background: transparent;
    color: var(--hendrio-dark);
    font-size: 28px;
}

.hendrio-search-panel__form {
    display: flex;
    gap: 12px;
}

.hendrio-search-panel__form input {
    flex: 1;
    border: 1px solid #d8dde5;
    border-radius: 999px;
    padding: 16px 22px;
    font-size: 16px;
}

.hendrio-search-panel__form button {
    min-width: 64px;
    border: 0;
    border-radius: 50%;
    background: var(--hendrio-primary);
    color: #fff;
}

.hendrio-home-hero {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.hero-list .owl-stage {
    display: flex;
}

.hero-list .owl-item {
    display: flex;
}

.hero-list .owl-nav {
    margin: 0;
}

.hero-list .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 50% !important;
    background: #fff !important;
    border: 1px solid rgba(21, 43, 99, 0.14) !important;
    color: #152b63 !important;
    box-shadow: 0 12px 30px rgba(16, 19, 26, 0.16);
    opacity: 1 !important;
    visibility: visible !important;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    z-index: 6;
}

.hero-list .owl-nav button.owl-prev {
    left: 28px;
}

.hero-list .owl-nav button.owl-next {
    right: 28px;
}

.hero-list .owl-nav button:hover {
    background: #cd0d14 !important;
    color: #fff !important;
    transform: translateY(-50%) scale(1.04);
    box-shadow: 0 18px 38px rgba(205, 13, 20, 0.22);
}

.hero-list .owl-nav button span,
.hero-list .owl-nav button i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-list .hero-nav-icon i {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.hero-list .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

.hero-list .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: rgba(16, 19, 26, 0.22);
}

.hero-list .owl-dots .owl-dot.active span {
    background: var(--hendrio-primary);
}

.hero-section {
    position: relative;
    width: 100%;
    min-height: 790px;
    display: flex;
    align-items: center;
    padding: 0;
    background: url('/assets/plumbing/images/slider/hero-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(249, 250, 255, 0.94) 0%, rgba(249, 250, 255, 0.86) 38%, rgba(249, 250, 255, 0.18) 68%, rgba(249, 250, 255, 0.04) 100%);
    z-index: 1;
}

.slider.hero-section {
    background: url('/assets/plumbing/images/slider/hero-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-section .container,
.hero-section .row {
    position: relative;
    z-index: 2;
}

.sero-content {
    position: relative;
    z-index: 1;
    text-align: left;
}

.sero-content h4 {
    margin-bottom: 0;
    color: #cd0d14;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0 0 12px;
}

.sero-content h1 {
    margin: 0;
    color: #152b63;
    font-size: 68px;
    line-height: 65px;
    font-weight: 800;
}

.sero-content h1 span {
    color: #cd0d14;
}

.hero-desc {
    max-width: 510px;
    margin: 20px 0 0;
    font-size: 21px;
    line-height: 37px;
    color: #616161;
}

.hero-button {
    margin-top: 42px;
    justify-content: flex-start;
}

.hero-shape {
    position: absolute;
    top: 64px;
    left: -132px;
    margin-top: 0;
}

.hero-shape img {
    max-width: 100%;
}

.nav-btn.navSidebar-button {
    display: inline-block;
    padding: 0 6px 0 0;
}

.nav-btn.navSidebar-button a {
    color: #fff;
    background: #152b63;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    text-decoration: none;
}

.nav-btn.navSidebar-button a i {
    font-size: 20px;
    color: #fff;
}

.footer-section {
    position: relative;
    overflow: hidden;
    background: #163377;
    color: rgba(255, 255, 255, 0.78);
    padding: 0;
}

.contact-section {
    position: relative;
    z-index: 1;
    margin: 0 -12px;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.contact-informations {
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 126px;
    margin: 0 0 30px;
    padding: 28px 34px 26px;
    background: #ffffff;
    border-radius: 6px 6px 66px 6px;
    box-shadow: 0 10px 28px rgba(8, 26, 72, 0.08);
}

.contact-icon {
    flex: 0 0 auto;
}

.contact-icon img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.contact-title-content {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.contact-title {
    margin: 0 0 8px;
    color: #163377;
    font-size: 20px;
    font-weight: 700;
}

.contact-text,
.contact-text a,
.contact-text2,
.contact-text2 a,
.widget-title h2,
.widget-title,
.footer-menu a,
.company-work-hour,
.footer-bottom-content-copy p,
.footer-bottom-menu a {
    color: #fff;
}

.contact-text,
.contact-text a {
    margin: 0;
    display: block;
    color: #7b8295;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.7;
}

.contact-text2,
.contact-text2 a {
    margin: 0 0 4px;
    color: #163377;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
}

.contact-informations:hover .contact-title,
.contact-informations:hover .contact-text,
.contact-informations:hover .contact-text a,
.contact-informations:hover .contact-text2,
.contact-informations:hover .contact-text2 a {
    color: inherit;
}

.contact-informations:hover .contact-title {
    color: #163377;
}

.contact-informations:hover .contact-text,
.contact-informations:hover .contact-text a {
    color: #7b8295;
}

.contact-informations:hover .contact-text2,
.contact-informations:hover .contact-text2 a {
    color: #163377;
}

.footer-bg {
    position: relative;
    z-index: 1;
    align-items: flex-start;
    padding: 78px 22px 34px;
    background: #163377;
    border-radius: 0;
}

.footer-bg > [class*="col-"] {
    display: flex;
}

.footer-bg .widget,
.footer-bg .widgets-company-info {
    width: 100%;
}

.widgets-company-info .logo_thumb img {
    max-height: 58px;
    width: auto;
}

.widgets-company-info .dreamhub-logo,
.widgets-company-info .logo_thumb {
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

.company-info-desc p {
    max-width: 290px;
    margin: 24px 0 26px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.86);
    text-align: left;
}

.follow-company-icon {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.follow-company-icon a {
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    text-decoration: none;
    font-size: 21px;
}

.widget-nav-thumb-post .widget-title,
.widget .widget-title {
    margin-bottom: 28px;
    font-size: 20px;
    font-weight: 800;
    text-align: left;
}

.footer-menu,
.company-work-hour ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li {
    display: block;
    list-style: none;
    padding: 10px 0 0;
    text-align: left;
}

.footer-menu li + li,
.company-work-hour li + li {
    margin-top: 0;
}

.footer-menu a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    position: relative;
    padding-left: 0;
    text-align: left;
}

.footer-menu a::before {
    display: none;
}

.footer-menu a:hover,
.footer-bottom-menu a:hover,
.company-work-hour a:hover,
.footer-post-title h4 a:hover {
    color: var(--hendrio-primary);
}

.footer-thumb-post {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.footer-thumb-post + .footer-thumb-post {
    margin-top: 22px;
}

.post-thumb {
    flex: 0 0 auto;
}

.post-thumb img {
    width: 74px;
    height: 72px;
    object-fit: cover;
    border-radius: 2px;
}

.footer-post-title h4 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    text-align: left;
}

.footer-post-title h4 a {
    color: #fff;
    text-decoration: none;
}

.footer-post-title span {
    color: #da242b;
    font-size: 14px;
    text-align: left;
}

.company-work-hour li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--hendrio-line);
    color: rgba(255, 255, 255, 0.82);
}

.company-work-hour li span,
.company-work-hour a {
    color: #fff;
    text-decoration: none;
    text-align: right;
}

.company-work-hour .table-brb {
    border-bottom: 0;
}

.footer-shape,
.footer-shape2 {
    position: absolute;
    pointer-events: none;
    opacity: 1;
}

.footer-shape {
    left: 0;
    bottom: 0;
    opacity: 0.14;
}

.footer-shape2 {
    display: none;
}

.footer-bottom-section {
    background: #163377;
    padding: 24px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom-content-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
}

.footer-bottom-content-copy span {
    color: #fff;
    font-weight: 700;
}

.footer-bottom-menu ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 28px;
    list-style: none;
}

.footer-bottom-menu a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.82);
    position: relative;
    padding-left: 14px;
}

.footer-bottom-menu a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #da242b;
}

.footer-yugom-inline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.footer-yugom-inline img {
    height: 22px;
    width: auto;
}

.mobile-header-bar,
.mobile-nav-collapse {
    display: none;
}

.mobile-header-bar {
    align-items: center;
    justify-content: space-between;
    min-height: 88px;
}

.mobile-header-logo img {
    max-height: 48px;
    width: auto;
}

.mobile-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-search-trigger {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(16, 19, 26, 0.15);
    border-radius: 50%;
    color: var(--hendrio-dark);
    text-decoration: none;
}

.mobile-nav-collapse {
    padding-bottom: 18px;
}

.mobile-nav-list,
.mobile-sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav-item + .mobile-nav-item {
    border-top: 1px solid rgba(16, 19, 26, 0.08);
}

.mobile-nav-toggle,
.mobile-nav-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border: 0;
    background: transparent;
    color: var(--hendrio-dark);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.mobile-sub-menu {
    padding: 0 0 10px 14px;
}

.mobile-sub-menu li a {
    display: block;
    padding: 8px 0;
    color: #4b5563;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.home-blog-showcase {
    padding: 84px 0 105px;
    background: #ffffff;
}

.home-blog-showcase .hendrio-section-title.padding-lg {
    padding-bottom: 46px;
}

.home-blog-showcase .hendrio-section-title h1 {
    position: relative;
    margin: 0;
    padding-top: 18px;
    color: #102a5c;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.home-blog-showcase .hendrio-section-title h1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 72px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #dfe6f5 0%, #da242b 100%);
    transform: translateX(-50%);
}

.home-blog-showcase .hendrio-section-title h1 span {
    color: #ef1f2f;
}

.home-blog-showcase .hendrio-section-title p {
    max-width: 620px;
    margin: 14px auto 0;
    color: #667085;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
}

.home-blog-showcase .row.justify-content-center > [class*="col-"] {
    margin-bottom: 30px;
}

.home-blog-showcase .single-blog-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: 22px 22px 44px 22px;
    background: #f4f7ff;
    box-shadow: 0 18px 46px rgba(8, 36, 94, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.home-blog-showcase .single-blog-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 58px rgba(8, 36, 94, 0.14);
}

.home-blog-showcase .blog-thumb {
    position: relative;
    flex: 0 0 302px;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
    background: #ffffff;
}

.home-blog-showcase .blog-thumb::before {
    display: none;
}

.home-blog-showcase .blog-thumb a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10% 10% 12%;
    background: #ffffff;
}

.home-blog-showcase .blog-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center center;
    transform: scale(1);
    transition: transform 0.5s ease;
}

.home-blog-showcase .single-blog-box:hover .blog-thumb img {
    transform: scale(1.04);
}

.home-blog-showcase .blog-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 178px;
    padding: 28px 34px 32px;
    background: #f4f7ff;
    text-align: left;
}

.home-blog-showcase h2.blog-title {
    margin: 0 0 26px;
    font-size: 0;
    width: 100%;
    text-align: left;
}

.home-blog-showcase h2.blog-title a {
    display: block;
    color: #17346d;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.42;
    text-decoration: none;
}

.home-blog-showcase .blog-summary {
    width: 100%;
    min-height: 72px;
    margin: 0 0 18px;
    color: #667085;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
}

.home-blog-showcase .blog-btn a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 13px 24px;
    border: 1px solid #da242b;
    border-radius: 4px;
    background: #da242b;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.home-blog-showcase .blog-btn {
    margin-top: auto;
}

.home-blog-showcase .blog-btn a i {
    margin: 0;
    font-size: 18px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.home-blog-showcase .single-blog-box:hover .blog-btn a {
    background: #062462;
    border-color: #062462;
    color: #ffffff;
}

.home-blog-showcase .single-blog-box:hover .blog-btn a i {
    transform: translateX(4px);
}

.home-category-showcase {
    padding: 90px 0 100px;
    background: #f7f9fc;
}

.home-category-showcase .hendrio-section-title.padding-lg {
    padding-bottom: 42px;
}

.home-category-showcase .hendrio-section-title h4 {
    color: #d71920;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-category-showcase .hendrio-section-title h1 {
    color: #111827;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.1;
}

.home-category-showcase .row > [class*="col-"] {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .home-category-showcase .row > .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.home-category-showcase .category-card-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-right: 0;
    border: 1px solid #d7dde8;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: none;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.home-category-showcase .category-card-item:hover {
    transform: translateY(-6px);
    border-color: #c2cbda;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.home-category-showcase .category-card-item .service-thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    padding: 28px;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    overflow: hidden;
}

.home-category-showcase .category-card-item .service-thumb::before,
.home-category-showcase .category-card-item .service-content::before {
    display: none;
}

.home-category-showcase .category-card-item .service-thumb a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.home-category-showcase .category-card-item .service-thumb img {
    width: 100%;
    height: 244px;
    object-fit: contain;
    object-position: center;
    background: #ffffff;
}

.home-category-showcase .category-card-item .service-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px 24px 22px;
    text-align: left;
    background: #ffffff;
}

.home-category-showcase .category-card-item .service-content h2 {
    margin: 0 0 14px;
    width: 100%;
    text-align: left;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
}

.home-category-showcase .category-card-item .service-content h2 a {
    color: #111827;
    text-decoration: none;
}

.home-category-showcase .category-card-item .service-content p {
    width: 100%;
    min-height: 96px;
    margin: 0 0 18px;
    color: #6b7280;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
}

.home-category-showcase .category-card-item .service-button {
    margin-top: auto;
}

.home-category-showcase .category-card-item .service-button a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    color: #111827;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
    background: transparent;
}

.home-category-showcase .category-card-item .service-button a i {
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .header-top-section {
        display: none;
    }

    .hendrio_nav_manu .desktop-header-row {
        display: none;
    }

    .mobile-header-bar,
    .mobile-nav-collapse {
        display: block;
    }

    .hendrio_menu .mega-menu {
        display: none;
    }

    .mobile-header-bar {
        display: flex;
    }

    .hero-section {
        min-height: 50vw;
        height: 50vw !important;
        max-height: 50vw;
        padding: 0;
        background-size: 100% 100%;
        background-position: center top;
        background-repeat: no-repeat;
        align-items: stretch;
    }

    .slider.hero-section {
        height: 50vw !important;
        max-height: 50vw;
        background-size: 100% 100%;
        background-position: center top;
        background-repeat: no-repeat;
    }

    .hero-section::before {
        background: linear-gradient(90deg, rgba(249, 250, 255, 0.94) 0%, rgba(249, 250, 255, 0.82) 30%, rgba(249, 250, 255, 0.18) 58%, rgba(249, 250, 255, 0.04) 100%);
    }

    .hero-section .container,
    .hero-section .row,
    .hero-section .col-md-12 {
        height: 100%;
    }

    .hero-section .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .sero-content {
        max-width: 52%;
        min-height: 50vw;
        height: 50vw;
        padding: 10px 0 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .sero-content h4 {
        font-size: 13px;
        padding-bottom: 6px;
    }

    .sero-content h1 {
        font-size: 34px;
        line-height: 1.02;
    }

    .hero-desc {
        max-width: 100%;
        margin-top: 8px;
        font-size: 14px;
        line-height: 1.45;
    }

    .hero-button {
        margin-top: 14px;
    }

    .hero-shape {
        display: none;
    }

    .subscribe-section,
    .footer-bg {
        border-radius: 24px;
    }

    .contact-section {
        margin: 0;
        padding: 0;
    }

    .contact-informations {
        align-items: flex-start;
        min-height: 0;
    }

    .footer-bg {
        padding: 38px 18px 24px;
    }

    .footer-bottom-menu ul {
        justify-content: flex-start;
        margin-top: 14px;
    }

    .footer-shape2 {
        display: none;
    }

    .home-blog-showcase {
        padding: 72px 0 85px;
    }

    .home-blog-showcase .hendrio-section-title h1 {
        font-size: 29px;
    }

    .home-blog-showcase .blog-thumb img {
        height: 100%;
    }

    .home-blog-showcase .blog-thumb a {
        padding: 11% 11% 13%;
    }

    .home-category-showcase .hendrio-section-title h1 {
        font-size: 40px;
    }

    .home-category-showcase .category-card-item .service-thumb {
        min-height: 260px;
    }
}

@media (max-width: 575.98px) {
    .hero-section {
        min-height: 50vw;
        height: 50vw !important;
        max-height: 50vw;
        padding: 0;
        background-size: 100% 100%;
        background-position: center top;
    }

    .slider.hero-section {
        height: 50vw !important;
        max-height: 50vw;
        background-size: 100% 100%;
        background-position: center top;
    }

    .hendrio_nav_manu .logo img {
        max-height: 48px;
    }

    .hero-list .owl-nav button {
        width: 46px;
        height: 46px;
    }

    .hero-list .owl-nav button.owl-prev {
        left: 10px;
    }

    .hero-list .owl-nav button.owl-next {
        right: 10px;
    }

    .hero-section .container,
    .hero-section .row,
    .hero-section .col-md-12 {
        height: 100%;
    }

    .sero-content {
        max-width: 56%;
        min-height: 50vw;
        height: 50vw;
        padding: 8px 0 10px;
    }

    .sero-content h4 {
        font-size: 11px;
        padding-bottom: 4px;
    }

    .sero-content h1 {
        margin-bottom: 0;
        font-size: 23px;
    }

    .hero-desc {
        margin-top: 7px;
        font-size: 12px;
        line-height: 1.38;
    }

    .hero-button {
        margin-top: 10px;
    }

    .hero-button a {
        min-width: 132px;
        padding: 13px 24px;
        font-size: 14px;
    }

    .footer-bg {
        padding: 28px 8px 20px;
    }

    .contact-section {
        margin: 0;
        padding: 0;
    }

    .contact-title {
        font-size: 18px;
    }

    .contact-text2,
    .contact-text2 a {
        font-size: 16px;
    }

    .company-work-hour li {
        flex-direction: column;
        gap: 6px;
    }

    .company-work-hour li span,
    .company-work-hour a {
        text-align: left;
    }

    .home-blog-showcase {
        padding: 58px 0 74px;
    }

    .home-blog-showcase .hendrio-section-title.padding-lg {
        padding-bottom: 28px;
    }

    .home-blog-showcase .hendrio-section-title h1 {
        padding-top: 16px;
        font-size: 24px;
        line-height: 1.12;
    }

    .home-blog-showcase .hendrio-section-title p {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.65;
    }

    .home-blog-showcase .single-blog-box {
        border-radius: 18px 18px 34px 18px;
    }

    .home-blog-showcase .blog-thumb img {
        height: 100%;
    }

    .home-blog-showcase .blog-thumb a {
        padding: 12% 12% 14%;
    }

    .home-blog-showcase .blog-content {
        min-height: 0;
        padding: 36px 22px 24px;
    }

    .home-blog-showcase h2.blog-title a {
        font-size: 18px;
    }

    .home-blog-showcase .blog-summary {
        min-height: 0;
        font-size: 13px;
    }

    .home-category-showcase {
        padding: 68px 0 76px;
    }

    .home-category-showcase .hendrio-section-title h1 {
        font-size: 32px;
    }

    .home-category-showcase .category-card-item .service-thumb {
        min-height: 220px;
        padding: 18px;
    }

    .home-category-showcase .category-card-item .service-thumb img {
        height: 180px;
    }

    .home-category-showcase .category-card-item .service-content {
        padding: 20px 18px 18px;
    }

    .home-category-showcase .category-card-item .service-content h2 {
        font-size: 22px;
    }

    .home-category-showcase .category-card-item .service-content p {
        min-height: 0;
        font-size: 14px;
    }
}
