.page .comment-respond .form-submit {
    margin-bottom: 0 !important;
}

/* Global professional typography */
body,
button,
input,
select,
textarea {
    font-family: "Plus Jakarta Sans", "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.sec-title h2,
.page-banner h1,
.main-menu .navigation > li > a {
    font-family: "Plus Jakarta Sans", "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    letter-spacing: 0.1px;
}
.main-footer {
    /* margin-top: 90px; */
}
.page .custom-comment-margin {
    margin-top: 15px;
    margin-bottom: 0px;
}
.sidebar-page-container {
    padding-bottom: 0px;
}
.sidebar-page-container .content-side, .sidebar-page-container .sidebar-side {
    margin-bottom: 50px;
}
.sidebar-widget:last-child{
    margin-bottom: 0;
}
.page .comment-reply-title {
     margin-top: 0px;
}
.logged-in-as {
    margin-bottom: 5px;
}
.index-page-detail .group-title span {
    position: relative;
    font-size: 21px;
    color: #001e57;
    font-weight: 500;
    padding-bottom: 12px;
    text-transform: capitalize;
}
.index-page-detail .group-title span:after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 1px;
    background-color: #001e57;
}
.index-page-detail .group-title span:before{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 120px;
    height: 1px;
    background-color: #757c7c;
}
.page .type-page .page-links {
    margin-bottom: 0px;
}
.page .comments-area-custom {
    margin-bottom: 0px;
}
.page .index-page-detail .comments-area {
    margin-bottom: 0px;
}
.page .comment-list .comment-respond {
margin-bottom: 40px;
}
.page .comment-list .comment-reply-title .group-title {
margin-bottom: 0px;
}
.main-header .header-upper .logo-outer{
    padding: 7px 0px;
}
.single-post .custom-comment-margin .form-submit{
    margin-bottom: 0px;
}
.single-post .custom-comment-margin {
    margin-bottom: 0px;
}
.sidebar-page-container .group-title {
    margin-bottom: 20px;
    text-align: center;
}
.blog-detail .inner-box .lower-content .content-inner .title-box h2 {
    margin-bottom: 0;
}
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.error404 footer.main-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* WooCommerce + mobile nav improvements */
.main-menu .navbar-header {
    display: none;
}

.main-menu .navbar-toggler {
    display: none;
}

.main-menu .navigation > li.cart-menu {
    position: relative;
}

.main-menu .cart-menu .cart-menu-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.main-menu .cart-menu .cart-icon {
    line-height: 1;
}

.main-menu .cart-menu .cart-count {
    min-width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #757c7c;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    padding: 0 6px;
}

.main-menu .cart-menu .cart-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 320px;
    background: #ffffff;
    border: 1px solid #e7ecf3;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
    padding: 14px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.2s ease;
    z-index: 9999;
}

.main-menu .cart-menu:hover .cart-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-menu .cart-menu .woocommerce-mini-cart {
    max-height: 320px;
    overflow-y: auto;
}

.navbar-light .navbar-toggler {
    width: 44px;
    height: 44px;
    border: 1px solid #d5dce8;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.navbar-light .navbar-toggler .icon {
    color: #9f282e;
    font-size: 20px;
    line-height: 1;
}

.woocommerce div.product {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 34px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    float: none;
    width: auto;
    margin: 0;
}

.woocommerce div.product .product_title {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 14px;
}

.woocommerce div.product form.cart {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.woocommerce div.product form.cart .quantity .qty {
    min-width: 72px;
    height: 44px;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
    min-height: 44px;
    padding: 10px 24px;
}

.woocommerce ul.products li.product .button {
    min-height: 42px;
    padding: 10px 16px;
}

.woocommerce-cart table.cart td.actions .coupon {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 200px;
    flex: 1 1 auto;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    float: none;
}

.woocommerce-cart table.shop_table {
    border-radius: 8px;
    overflow: hidden;
}

.wp-block-woocommerce-cart .wc-block-components-sidebar,
.wp-block-woocommerce-checkout .wc-block-components-sidebar {
    border: 1px solid #e7ecf3;
    border-radius: 10px;
    padding: 16px;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-header {
        display: block;
    }

    .main-menu .navbar-toggler {
        display: inline-flex;
    }

    .woocommerce div.product {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }

    .woocommerce div.product form.cart .single_add_to_cart_button {
        width: 100%;
    }

    .woocommerce div.product form.cart .quantity .qty {
        width: 100%;
    }

    .woocommerce ul.products li.product .button {
        width: 100%;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 100%;
        min-width: 0;
    }

    .main-menu .cart-menu .cart-dropdown {
        position: static;
        width: 100%;
        margin-top: 8px;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 0;
        background: #8b2322;
        color: #ffffff;
    }

    .main-menu .cart-menu .woocommerce-mini-cart__empty-message,
    .main-menu .cart-menu .woocommerce-mini-cart-item a,
    .main-menu .cart-menu .quantity,
    .main-menu .cart-menu .woocommerce-mini-cart__total,
    .main-menu .cart-menu .woocommerce-mini-cart__buttons a {
        color: #ffffff !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .sec-title,
    .sec-title h2,
    .title-style-one h2,
    .group-title,
    .group-title h2,
    .page-banner h1,
    .about-section .sec-title,
    .about-section .sec-title h2,
    .about-section-two .sec-title,
    .about-section-two .sec-title h2 {
        /* text-align: center !important; */
    }

    .sec-title h2:before,
    .sec-title h2:after,
    .title-style-one h2:before,
    .title-style-one h2:after,
    .group-title h2:before,
    .group-title h2:after {
        left: 50% !important;
        transform: translateX(-50%);
    }

    .woocommerce div.product .product_title {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100%;
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Global spacing cleanup + responsive consistency */
html,
body {
    overflow-x: hidden;
}

.page-wrapper {
    overflow-x: hidden;
}

img,
iframe,
video {
    max-width: 100%;
    height: auto;
}

.main-header .header-upper,
.main-header .header-lower {
    margin-bottom: 0;
}

.sidebar-page-container,
.sidebar-page-container-archive {
    padding: 70px 0 40px;
}

section.page-banner {
    margin-bottom: 0;
}

.main-footer .widgets-section {
    padding-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .auto-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    [class*="-section"]:not(.main-footer):not(.page-banner) {
        /* padding-top: 50px !important; */
        /* padding-bottom: 50px !important; */
    }

    .sidebar-page-container,
    .sidebar-page-container-archive {
        padding: 40px 0 30px !important;
    }

    section.page-banner {
        padding: 46px 0 !important;
    }

    .main-footer .widgets-section {
        padding-top: 40px !important;
        padding-bottom: 10px !important;
    }

    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .row > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    [class*="-section"]:not(.main-footer):not(.page-banner) {
         padding-top: 11px !important; 
         padding-bottom: 11px !important; 
    }

    section.page-banner {
        padding: 34px 0 !important;
    }

    .sidebar-page-container,
    .sidebar-page-container-archive {
        padding: 30px 0 20px !important;
    }

    .main-header .header-upper .logo-outer {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .main-menu .navbar-collapse > .navigation > li > a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .page-title,
    .main-footer .footer-widget h2 {
        /*text-align: center !important;*/
    }

    .sec-title h2:before,
    .sec-title h2:after,
    .group-title h2:before,
    .group-title h2:after,
    .main-footer .footer-widget h2:before {
        left: 50% !important;
        transform: translateX(-50%);
    }
}

/* Footer mobile spacing fix */
@media only screen and (max-width: 767px) {
    .main-footer .widgets-section {
        padding-top: 30px !important;
        padding-bottom: 6px !important;
    }

    .main-footer .footer-column {
        margin-bottom: 24px;
    }

    .main-footer .footer-column:last-child {
        margin-bottom: 0;
    }

    .main-footer .footer-widget h2 {
        margin-bottom: 10px;
        padding-bottom: 10px;
        line-height: 1.3;
    }

    .main-footer .footer-widget ul {
        margin: 0;
    }

    .main-footer .footer-widget ul li {
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .footer-custom-white .footer-title-sep {
        margin: 6px 0 14px !important;
    }

    .footer-custom-white .footer-icon-list li {
        display: flex;
        align-items: flex-start;
    }

    .footer-custom-white .footer-icon-list li i {
        margin-top: 4px;
        margin-right: 10px !important;
        flex: 0 0 18px;
    }
}

/* Home: product categories heading/content spacing */
.home .elementor-element-2793a78 .elementor-heading-title {
    margin-bottom: 16px !important;
    padding-bottom: 16px !important;
}

.home .home-cat-grid {
    margin-top: 0 !important;
}

@media only screen and (max-width: 767px) {
    .home .elementor-element-2793a78 .elementor-heading-title {
        margin-bottom: 12px !important;
        padding-bottom: 12px !important;
    }
}

/* Hide breadcrumbs globally */
.page-title .bread-crumb,
.page-banner .bread-crumb,
.woocommerce-breadcrumb {
    display: none !important;
}

/* About Us: center "About Company" title */
.about-section .sec-title,
.about-section .sec-title h2,
.about-section-two .title-style-one,
.about-section-two .title-style-one h2,
.about-section-two .sec-title,
.about-section-two .sec-title h2 {
    text-align: center !important;
}

.about-section .sec-title h2:before,
.about-section .sec-title h2:after,
.about-section-two .title-style-one h2:before,
.about-section-two .title-style-one h2:after,
.about-section-two .sec-title h2:before,
.about-section-two .sec-title h2:after {
    left: 50% !important;
    transform: translateX(-50%);
}

/* Modern cart page redesign */
body.woocommerce-cart .entry-content,
body.woocommerce-cart .site-main {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

body.woocommerce-cart .wc-block-cart,
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals,
body.woocommerce-cart .wp-block-woocommerce-cart {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

body.woocommerce-cart .wc-block-cart {
    border: 1px solid #e3eaf4;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 14px 35px rgba(2, 21, 50, 0.06);
}

body.woocommerce-cart .wc-block-components-product-name,
body.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #10233f;
}

body.woocommerce-cart .wc-block-components-quantity-selector {
    border: 1px solid #d9e3f0;
    border-radius: 8px;
    overflow: hidden;
}

body.woocommerce-cart .wc-block-components-quantity-selector input,
body.woocommerce-cart .wc-block-components-quantity-selector button {
    min-height: 42px;
}

body.woocommerce-cart .wc-block-components-sidebar,
body.woocommerce-cart .cart-collaterals .cart_totals {
    background: #ffffff;
    border: 1px solid #dfe7f2;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 10px 24px rgba(8, 28, 58, 0.08);
}

body.woocommerce-cart .wc-block-components-panel,
body.woocommerce-cart .shop_table {
    border-radius: 12px;
    overflow: hidden;
}

body.woocommerce-cart .wc-block-components-button,
body.woocommerce-cart .woocommerce button.button,
body.woocommerce-cart .woocommerce a.button {
    border-radius: 8px;
    min-height: 42px;
    font-weight: 700;
}

body.woocommerce-cart .wc-block-components-product-badge,
body.woocommerce-cart .wc-block-components-formatted-money-amount {
    color: #9f282e;
}

body.woocommerce-cart .wc-block-cart-item__wrap,
body.woocommerce-cart .cart_item td {
    padding-top: 14px;
    padding-bottom: 14px;
}

/* Remove checkout buttons (classic + block cart) */
body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .wc-block-components-checkout-place-order-button,
body.woocommerce-cart .wc-block-components-main .wc-block-cart__submit,
body.woocommerce-cart .wc-proceed-to-checkout,
body.woocommerce-cart a.checkout-button,
body.woocommerce-cart .checkout-button.button {
    display: none !important;
}

@media only screen and (max-width: 991px) {
    body.woocommerce-cart .wc-block-cart {
        padding: 14px;
        border-radius: 12px;
    }

    body.woocommerce-cart .wc-block-components-sidebar,
    body.woocommerce-cart .cart-collaterals .cart_totals {
        margin-top: 12px;
        padding: 14px;
    }
}

@media only screen and (max-width: 767px) {
    body.woocommerce-cart .wc-block-cart {
        padding: 12px;
        border-radius: 10px;
    }

    body.woocommerce-cart .wc-block-components-product-name,
    body.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name {
        font-size: 16px;
    }

    body.woocommerce-cart .wc-block-components-quantity-selector input,
    body.woocommerce-cart .wc-block-components-quantity-selector button {
        min-height: 38px;
    }
}

@media only screen and (max-width: 575px) {
    .home .home-cat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }

    .home .home-cat-item img {
        height: 160px;
    }

    .home .home-cat-item h3 {
        font-size: 16px;
        margin: 12px 0 4px;
        padding: 0 8px;
    }

    .home .home-cat-item .cat-count {
        margin-bottom: 12px;
        font-size: 13px;
    }
}

/* Slider helper titles (for mobile clarity) */
.slider-mobile-title {
    display: none;
}

@media only screen and (max-width: 991px) {
    .slider-mobile-title {
        display: block;
        margin: 0 0 18px;
        text-align: center;
        font-size: 24px;
        line-height: 1.25;
        font-weight: 700;
        color: #962a28;
        letter-spacing: 0.2px;
        text-transform: capitalize;
    }
}

/* Slider Revolution: remove play icons + responsive banner sizing */
.main-slider .video-btn,
.main-slider .play-btn,
.main-slider .video-link-box {
    display: none !important;
}

rs-module-wrap .tp-video-play-button,
rs-module-wrap .tp-videolayer .tp-video-play-button,
rs-module-wrap .rs-video-play-button,
rs-module-wrap .rs-poster-button,
rs-module-wrap .rs-video-action {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.main-slider rs-module-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 28px !important;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
}

.main-slider rs-module {
    width: 100% !important;
    max-width: 100% !important;
}

@media only screen and (max-width: 991px) {
    .main-slider rs-module-wrap {
        margin-bottom: 18px !important;
        border-radius: 10px;
    }

    .main-slider rs-module,
    .main-slider rs-module-wrap {
        min-height: 380px !important;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider rs-module,
    .main-slider rs-module-wrap {
        min-height: 320px !important;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider rs-module,
    .main-slider rs-module-wrap,
    rs-module#rev_slider_15_1 {
        height: auto !important;
        min-height: 280px !important;
    }
}

/* Group of Companies: gradient + parallax redesign */
.home .sponsors-section.alternate.slider-parallax-section,
.home .sponsors-section.alternate-2.slider-parallax-section {
    --parallax-shift: 0px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin: 24px 0;
    padding: 34px 0 !important;
    background-image: linear-gradient(120deg, rgba(8, 28, 58, 0.92), rgba(16, 86, 152, 0.82)), url("/wp-content/uploads/2020/06/1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    box-shadow: 0 18px 38px rgba(6, 24, 50, 0.24);
}

.home .sponsors-section.alternate.slider-parallax-section::before,
.home .sponsors-section.alternate-2.slider-parallax-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.2), transparent 55%);
    transform: translateY(var(--parallax-shift));
    transition: transform 0.25s linear;
}

.home .sponsors-section.alternate.slider-parallax-section .auto-container,
.home .sponsors-section.alternate-2.slider-parallax-section .auto-container {
    position: relative;
    z-index: 2;
}

.home .sponsors-section.alternate.slider-parallax-section .logo,
.home .sponsors-section.alternate-2.slider-parallax-section .logo {
    opacity: 0;
    transform: translateY(16px);
    transition: transform 0.55s ease, opacity 0.55s ease;
}

.home .sponsors-section.alternate.slider-parallax-section.in-view .logo,
.home .sponsors-section.alternate-2.slider-parallax-section.in-view .logo {
    opacity: 1;
    transform: translateY(0);
}

.home .sponsors-section.alternate.slider-parallax-section .logo a,
.home .sponsors-section.alternate-2.slider-parallax-section .logo a {
    min-height: 132px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 14px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
    transition: transform 0.32s ease, box-shadow 0.32s ease, background 0.32s ease;
}

.home .sponsors-section.alternate.slider-parallax-section .logo a::before,
.home .sponsors-section.alternate-2.slider-parallax-section .logo a::before {
    content: "\f1ad";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 19px;
    line-height: 1;
    color: #ffffff;
}

.home .sponsors-section.alternate.slider-parallax-section .logo a:hover,
.home .sponsors-section.alternate-2.slider-parallax-section .logo a:hover {
    transform: translateY(-7px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.14));
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.25);
}

.home .sponsors-section.alternate.slider-parallax-section .logo img,
.home .sponsors-section.alternate-2.slider-parallax-section .logo img {
    max-height: 50px;
    width: auto !important;
    margin: 0 auto;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

@media only screen and (max-width: 991px) {
    .home .sponsors-section.alternate.slider-parallax-section,
    .home .sponsors-section.alternate-2.slider-parallax-section {
        border-radius: 12px;
        margin: 16px 0;
        padding: 26px 0 !important;
        background-attachment: scroll;
    }
}

@media only screen and (max-width: 767px) {
    .home .sponsors-section.alternate.slider-parallax-section .logo a,
    .home .sponsors-section.alternate-2.slider-parallax-section .logo a {
        min-height: 112px;
        border-radius: 12px;
        padding: 14px 10px;
    }
}

/* Home + Services: attractive cart design with shadow effect */
body.home .main-menu .cart-menu .cart-menu-link,
body.post-type-archive-solustrid_services .main-menu .cart-menu .cart-menu-link,
body.tax-solustrid_services_cat .main-menu .cart-menu .cart-menu-link {
    padding: 10px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffffff 0%, #f3f7ff 100%);
    border: 1px solid #dbe6f6;
    box-shadow: 0 10px 22px rgba(8, 40, 86, 0.16);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.home .main-menu .cart-menu .cart-menu-link:hover,
body.post-type-archive-solustrid_services .main-menu .cart-menu .cart-menu-link:hover,
body.tax-solustrid_services_cat .main-menu .cart-menu .cart-menu-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(8, 40, 86, 0.24);
}

body.home .main-menu .cart-menu .cart-icon,
body.post-type-archive-solustrid_services .main-menu .cart-menu .cart-icon,
body.tax-solustrid_services_cat .main-menu .cart-menu .cart-icon {
    color: #9f282e;
    font-size: 17px;
}

body.home .main-menu .cart-menu .cart-count,
body.post-type-archive-solustrid_services .main-menu .cart-menu .cart-count,
body.tax-solustrid_services_cat .main-menu .cart-menu .cart-count {
    background: linear-gradient(135deg, #757c7c 0%, #757c7c 100%);
    box-shadow: 0 4px 12px rgba(223, 101, 18, 0.45);
}

body.home .main-menu .cart-menu .cart-dropdown,
body.post-type-archive-solustrid_services .main-menu .cart-menu .cart-dropdown,
body.tax-solustrid_services_cat .main-menu .cart-menu .cart-dropdown {
    border: 1px solid #dce7f4;
    border-radius: 14px;
    box-shadow: 0 20px 45px rgba(0, 18, 41, 0.22);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

body.home .main-menu .cart-menu .cart-dropdown .woocommerce-mini-cart__buttons a,
body.post-type-archive-solustrid_services .main-menu .cart-menu .cart-dropdown .woocommerce-mini-cart__buttons a,
body.tax-solustrid_services_cat .main-menu .cart-menu .cart-dropdown .woocommerce-mini-cart__buttons a {
    border-radius: 8px;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    body.home .main-menu .cart-menu .cart-menu-link,
    body.post-type-archive-solustrid_services .main-menu .cart-menu .cart-menu-link,
    body.tax-solustrid_services_cat .main-menu .cart-menu .cart-menu-link {
        width: 100%;
        justify-content: space-between;
        border-radius: 10px;
        box-shadow: none;
    }
}

/* Force apply cart premium design (fallback, all pages) */
.main-menu .navigation > li.cart-menu > a.cart-menu-link,
.sticky-header .main-menu .navigation > li.cart-menu > a.cart-menu-link {
    padding: 10px 14px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ffffff 0%, #f3f7ff 100%) !important;
    border: 1px solid #dbe6f6 !important;
    box-shadow: 0 10px 22px rgba(8, 40, 86, 0.16) !important;
    transition: box-shadow 0.25s ease, background 0.25s ease !important;
    transform: none !important;
}

.main-menu .navigation > li.cart-menu > a.cart-menu-link:hover,
.sticky-header .main-menu .navigation > li.cart-menu > a.cart-menu-link:hover {
    transform: none !important;
    box-shadow: 0 16px 30px rgba(8, 40, 86, 0.24) !important;
}

.main-menu .navigation > li.cart-menu .cart-icon,
.sticky-header .main-menu .navigation > li.cart-menu .cart-icon {
    color: #9f282e !important;
    font-size: 17px !important;
}

.main-menu .navigation > li.cart-menu .cart-count,
.sticky-header .main-menu .navigation > li.cart-menu .cart-count {
    background: linear-gradient(135deg, #757c7c 0%, #757c7c 100%) !important;
    box-shadow: 0 4px 12px rgba(223, 101, 18, 0.45) !important;
}

.main-menu .navigation > li.cart-menu .cart-dropdown,
.sticky-header .main-menu .navigation > li.cart-menu .cart-dropdown {
    border: 1px solid #dce7f4 !important;
    border-radius: 14px !important;
    box-shadow: 0 20px 45px rgba(0, 18, 41, 0.22) !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
}

/* Service titles: keep theme-matching plain heading (no card design) */
body.home .services-section-two .sec-title h2,
body.home .services-section-three .services-block-three:first-child .sec-title h2,
body.post-type-archive-solustrid_services .sec-title h2,
body.post-type-archive-solustrid_services .services-block-two .lower-content h3,
body.post-type-archive-solustrid_services .services-block-three .lower-content h3,
body.single-solustrid_services .services-detail .inner-box .lower-content .title-box h2 {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    text-transform: inherit !important;
}

body.post-type-archive-solustrid_services .services-block-two .lower-content h3 a,
body.post-type-archive-solustrid_services .services-block-three .lower-content h3 a,
body.single-solustrid_services .services-detail .inner-box .lower-content .title-box h2 {
    color: #9f282e !important;
}

/* Menu + cart icon same-line alignment fix (desktop + mobile) */
.main-header .main-menu .navigation > li {
    display: flex;
    align-items: center;
}

.main-header .main-menu .navigation > li > a {
    display: inline-flex;
    align-items: center;
}

.main-header .main-menu .navigation > li.cart-menu > a.cart-menu-link,
.sticky-header .main-menu .navigation > li.cart-menu > a.cart-menu-link {
    height: 38px;
    line-height: 38px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: inline-flex !important;
    align-items: center;
}

.sticky-header .main-menu .navigation > li.cart-menu {
    display: flex;
    align-items: center;
    position: relative !important;
    top: 16px !important;
    z-index: 2;
}

.sticky-header .main-menu .navigation > li.cart-menu > a.cart-menu-link {
    transform: none !important;
    transition: box-shadow 0.2s ease, background 0.2s ease !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
    top: 0 !important;
    z-index: 2;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.sticky-header .main-menu .navigation > li.cart-menu > a.cart-menu-link:hover {
    transform: none !important;
}

.sticky-header .main-menu .navigation > li.cart-menu .cart-count {
    position: relative;
    top: 0;
}

.sticky-header .main-menu .navigation > li.cart-menu .cart-dropdown {
    top: calc(100% + 8px) !important;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse > .navigation > li {
        display: block !important;
    }

    .main-menu .navbar-collapse > .navigation > li > a,
    .main-menu .navbar-collapse > .navigation > li.cart-menu > a.cart-menu-link {
        min-height: 44px;
        line-height: 22px !important;
        display: flex !important;
        align-items: center !important;
    }

    .main-menu .navbar-collapse > .navigation > li.cart-menu > a.cart-menu-link {
        justify-content: flex-start !important;
        gap: 10px;
        border-radius: 0 !important;
        width: 100% !important;
    }
}



.sticky-header .main-menu .navigation > li.cart-menu > a.cart-menu-link {
    transform: none !important;
    transition: box-shadow 0.2s ease, background 0.2s ease !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.sticky-header .main-menu .navigation > li.cart-menu > a.cart-menu-link:hover {
    transform: none !important;
}

.sticky-header .main-menu .navigation > li.cart-menu .cart-count {
    position: relative;
    top: 0;
}

.sticky-header .main-menu .navigation > li.cart-menu .cart-dropdown {
    top: calc(100% + 8px) !important;
}


/* hide sidebar services widget only */
.sidebar-widget.services-widget {
    display: none !important;
}

.woocommerce-result-count, .woocommerce-ordering{
    display: none !important;
}




/* ===============================
   AKDG Dynamic Banner
================================*/

.akdg-banner{
    height:300px;
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}

.akdg-banner::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(159,40,46,0.65);
}

.akdg-banner h1{
    position:relative;
    color:#fff;
    font-size:38px;
    font-weight:700;
    z-index:2;
}

/* MOBILE */
@media(max-width:768px){

.akdg-banner{
    height:200px;
}

.akdg-banner h1{
    font-size:24px;
}

}




