/*
Theme Name: SoftMe Child
Theme URI: https://desertthemes.com/themes/softme-free/
Template: softme
Author: DesertThemes
Author URI: https://desertthemes.com/
Description: SoftMe is a lightweight, stunning, professional and flexible WordPress Theme. SoftMe is perfect for Startup, IT Solutions, IT Business, Agencies, Marketing, Consulting and Services Company related to any business websites. SoftMe based on in-depth research into IT Solutions, IT Services, IT Business, Consulting &amp; Software, Digital Solution, Technical Engineering, Technology, and Services Company, to deliver all needed layouts and blocks. It will enable you to create almost any type of website with a beautiful &amp; professional design. SoftMe Pro demo https://preview.desertthemes.com/pro/softme/
Tags: one-column,two-columns,right-sidebar,flexible-header,custom-background,custom-header,custom-menu,editor-style,featured-images,footer-widgets,post-formats,theme-options,threaded-comments,translation-ready,full-width-template,custom-logo,blog,e-commerce,portfolio
Version: 1.1.45.1772413306
Updated: 2026-03-02 02:01:46
*/

:root {
    --dt-pri-color: #0091dc; /* ff4c60 8358FF 1ABCFE */
    --dt-priTwo-color: #0091dc;
    --dt-sec-color: #000;
}

/* Header Six */

.header--six .dt_header-topbar {
    background-color: var(--dt-pri-color);
    color: var(--dt-whi-color);
}

.header--six .widget.widget_social li a,
.header--six .dt_header-topbar .dt_header-widget .contact__list i {
	width: 2.9rem;
	height:2.9rem;
	font-size: 1.8rem;
	border-radius: 50%;
	background-color: var(--dt-whi-color);
    color: var(--dt-pri-color);
}

.header--six .widget.widget_social li a:after {
	border-radius: 50%;
}

.header--six .widget.widget_social li a:hover i,
.header--six .widget.widget_social li a:focus i {
	-webkit-animation: dt_zigzag 0.6s ease-in-out alternate;
    animation: dt_zigzag 0.6s ease-in-out alternate;
}

.header--six .dt_header-widget a:hover,
.header--six .dt_header-widget a:focus {
	color: #fff;
}

.header--six .dt_header-navwrapper {
    position: relative;
    margin-bottom: -1rem;
}

.header--six .dt_navbar-wrapper .site--logo {
    width: 100%;
    height: 100%;
    color: var(--dt-whi-color);
    background-color: var(--dt-sec-color);
    padding: 15px;
    position: relative;
    border: 1rem solid var(--dt-whi-color);
    border-top: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header--six .dt_navbar-wrapper:not(.on) .site--logo {
    min-height: 13.2rem;
}

.header--six .dt_navbar-wrapper .site--logo:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -1rem;
    width: 2.8rem;
    height: 1rem;
    transform: translateX(-50%);
    background: var(--dt-pri-color);
}

.header--six .dt_navbar-nav .dt_navbar-mainmenu > li {
    line-height: normal;
}


/* Slider */

.dt_slider--three.dt_slider .dt_slider-wrapper::before {
    background-image: none;
}

.dt_slider--three .dt_slider-content .subtitle {
    padding: 1rem 4.5rem 1rem 2rem;
    font-weight: 500;
    letter-spacing: 0.06rem;
    color: var(--dt-sec-color);
    background-color: var(--dt-whi-color);
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}

.dt_slider--three .active .dt_slider-content .subtitle {
    opacity: 1;
}

.dt_slider--three .dt_slider-content .subtitle:before {
    content: "\23";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--dt-pri-color);
    margin-right: 5px;
    height: auto;
    width: auto;
    background: transparent;
    position: relative;
    opacity: 1;
    display: inline-block;
    font-size: 2.1rem;
}

.dt_slider--three .dt_slider-content .title:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0.5rem;
    height: 100%;
    background-color: var(--dt-pri-color);
    z-index: -1;
    display: none;
}

.dt_slider--three .dt-text-left .dt_slider-content .title {
    padding-left: 25px;
}

.dt_slider--three .dt-text-left .dt_slider-content .title:before {
    left: 0;
    display: block;
}

.dt_slider--three .dt-text-right .dt_slider-content .title {
    padding-right: 25px;
}

.dt_slider--three .dt-text-right .dt_slider-content .title:before {
    right: 0;
    display: block;
}

.dt_slider--three .dt_slider-content .title:after {
    content: "";
    position: absolute;
    background-color: var(--dt-whi-color);
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.5rem;
    height: 40%;
    display: none;
}

.dt_slider--three .dt-text-left .dt_slider-content .title:after {
	left: 0;
    display: block;
}

.dt_slider--three .dt-text-right .dt_slider-content .title:after {
	right: 0;
    display: block;
}

/* Service Six */

.dt_slider--three + .dt_service--six {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -6.5rem;
    margin-bottom: -3.8rem;
    z-index: 1;
}

.dt_service--six {
    overflow: visible;
}

.dt_service--six .dt_item_inner {
    position: relative;
    background-color: var(--dt-whi-color);
    overflow: hidden;
    box-shadow: 0 0.2rem 3.4rem rgba(35,35,35,.15);
    -webkit-transition: var(--dt-transition);
    transition: var(--dt-transition);
    z-index: 0;
    margin-bottom: 2rem;
	border-radius: 0.7rem;
}

.dt_service--six .num-icon-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 9.8rem;
    border: 1px solid rgba(189, 189, 189, 0.35);
}

.dt_service--six .dt_item_holder {
    padding: 3rem;
}

.dt_service--six .num-icon-wrap .number {
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(189, 189, 189, 0.35);
    font-size: 6rem;
    padding: 1rem 2rem;
    height: 100%;
}

.dt_service--six .num-icon-wrap .dt_item_icon {
    font-size: 3.5rem;
    color: var(--dt-pri-color);
    background-color: #f3f3f3;
    min-width: 10rem;
    text-align: center;
    padding: 1.95rem 2rem;
    position: relative;
}

.dt_service--six .num-icon-wrap .dt_item_icon:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 25px solid var(--dt-pri-color);
    border-bottom: 20px solid transparent;
    left: -2.4rem;
    top: 0;
    bottom: 0;
    margin: auto;
}


.dt_service--six .dt_item_inner .dt_item_holder .dt_item_title {
    margin: 0;
    line-height: 1.2;
    color: var(--dt-sec-color);
    -webkit-transition: var(--dt-transition);
    transition: var(--dt-transition);
}

.dt_service--six .dt_item_inner .dt_item_holder .dt_item_title a {
    color: var(--dt-sec-color);
    text-decoration: none;
}

.dt_service--six .dt_item_inner .dt_item_holder .dt_item_title a:hover,
.dt_service--six .dt_item_inner .dt_item_holder .dt_item_title a:focus {
    color: var(--dt-pri-color);
    text-decoration: underline;
}

.dt_service--six .dt_item_inner .dt_item_holder .dt_item_content {
    margin-top: 1.3rem;
    line-height: 2.4rem;
    -webkit-transition: var(--dt-transition);
    transition: var(--dt-transition);
}

.dt_service--six .dt_item_inner .dt_item_holder .dt_item_readmore {
    margin-top: 1.6rem;
}

.dt_service--six .dt_item_inner .dt_item_holder .dt_item_readmore .dt-btn-arrow:hover,
.dt_service--six .dt_item_inner .dt_item_holder .dt_item_readmore .dt-btn-arrow:focus {
    color: var(--dt-pri-color);
}

.dt_service--six .dt_item_inner .dt_item_holder .dt_item_readmore .dt-btn-arrow:before {
    right: 0.15rem;
}

.dt_service--six .dt_item_inner .dt_item_holder .dt_item_readmore .dt-btn-arrow:after {
    right: 0;
}

.dt_service--six .dt_item_inner .dt_item_holder .dt_item_readmore .dt-btn-arrow:hover:before,
.dt_service--six .dt_item_inner .dt_item_holder .dt_item_readmore .dt-btn-arrow:focus:before {
    background: var(--dt-pri-color);
}

.dt_service--six .dt_item_inner .dt_item_holder .dt_item_readmore .dt-btn-arrow:hover:after,
.dt_service--six .dt_item_inner .dt_item_holder .dt_item_readmore .dt-btn-arrow:focus:after {
    border-right-color: var(--dt-pri-color);
    border-top-color: var(--dt-pri-color);
}

.dt_service--six .dt_item_inner.active .num-icon-wrap,
.dt_service--six .dt_item_inner:hover .num-icon-wrap, 
.dt_service--six .dt_item_inner:focus-within .num-icon-wrap {
	background-color:var(--dt-sec-color);
}


.dt_service--six .dt_item_inner.active .num-icon-wrap .number,
.dt_service--six .dt_item_inner:hover .num-icon-wrap .number, 
.dt_service--six .dt_item_inner:focus-within .num-icon-wrap .number{
	-webkit-text-stroke-color: rgb(189 189 189);
}

.dt_service--six .dt_item_inner.active .num-icon-wrap .dt_item_icon,
.dt_service--six .dt_item_inner:hover .num-icon-wrap .dt_item_icon, 
.dt_service--six .dt_item_inner:focus-within .num-icon-wrap .dt_item_icon{
	background-color:var(--dt-pri-color);
	color:var(--dt-whi-color);
}

.dt_service--six .dt_item_inner .dt_item_image img {
    padding: 1rem;
    border-radius: 1.7rem;
}

/* Service Five */

.dt_service--five {
	position: relative;
	background-color: #F8F8F8;
	overflow: hidden;
	z-index: 0;
}

.shape-slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    --gap: 0.1px;
    display: flex;
    gap: var(--gap);
    overflow: hidden;
    z-index: -1;
}

.sliders {
    flex-shrink: 0;
}

.scroll {
    animation: scroll 70s linear infinite;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-100% - var(--gap)));
	}
}

.dt_service--five .dt_item_inner {
    position: relative;
    z-index: 0;
    background: #fff;
    border-radius: 0.6rem;
}

.dt_service--five .dt_item_inner::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: var(--dt-pri-color);
    width: 100%;
    height: 0;
    border-radius: 0.6rem;
    z-index: -1;
	-webkit-transition: var(--dt-transition);
    transition: var(--dt-transition);
}

.dt_service--five .dt_item_inner:hover::before,
.dt_service--five .dt_item_inner:hover::before {
    height: 100%;
}

.dt_service--five .dt_item_inner .dt_item_image {
    position: relative;
    padding: 1rem 1rem 0 1rem;
    overflow: hidden;
}

.dt_service--five .dt_item_inner .dt_item_image img {
	border-radius: 0.6rem;
}

.dt_service--five .dt_item_inner .dt_item_image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.113);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.dt_service--five .dt_item_inner:hover .dt_item_image::before,
.dt_service--five .dt_item_inner:hover .dt_item_image::before {
	animation: circle 0.9s;
}

@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.dt_service--five .dt_item_inner .dt_item_holder {
    padding: 2.4rem 2.5rem;
    position: relative;
}

.dt_service--five .dt_item_inner .dt_item_holder .dt_item_icon {
    position: absolute;
    right: 2.5rem;
    top: -4rem;
	font-size: 3.5rem;
	color: #fff;
    background: var(--dt-pri-color);
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    z-index: 1;
	-webkit-transition: var(--dt-transition);
    transition: var(--dt-transition);
}

.dt_service--five .dt_item_inner:hover .dt_item_holder .dt_item_icon,
.dt_service--five .dt_item_inner:focus-within .dt_item_holder .dt_item_icon {
    color: var(--dt-pri-color);
}

.dt_service--five .dt_item_inner .dt_item_holder .dt_item_icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 1rem;
    background-color: #fff;
    z-index: -1;
	-webkit-transition: var(--dt-transition);
    transition: var(--dt-transition);
}

.dt_service--five .dt_item_inner:hover .dt_item_holder .dt_item_icon::after,
.dt_service--five .dt_item_inner:focus-within .dt_item_holder .dt_item_icon::after {
    transform: scale(1);
}

.dt_service--five .dt_item_inner .dt_item_holder .dt_item_title {
    font-size: 2.4rem;
}

.dt_service--five .dt_item_inner .dt_item_holder .dt_item_title a {
    color: var(--dt-sec-color);
    text-decoration: none;
}

.dt_service--five .dt_item_inner .dt_item_holder .readmore {
	text-decoration: none;
    position: relative;
    padding-top: 1.8rem;
    margin-top: 1.7rem;
	display: flex;
	font-size: 1.7rem;
    font-weight: 600;
	color: var(--dt-sec-color);
    align-items: center;
    justify-content: space-between;
}

.dt_service--five .dt_item_inner .dt_item_holder .readmore::before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: rgba(189, 189, 189, 0.35);
}

.dt_service--five .dt_item_inner:hover .dt_item_holder .readmore,
.dt_service--five .dt_item_inner:focus-within .dt_item_holder .readmore,
.dt_service--five .dt_item_inner:hover .dt_item_holder .dt_item_title a,
.dt_service--five .dt_item_inner:focus-within .dt_item_holder .dt_item_title a,
.dt_service--five .dt_item_inner:hover .dt_item_holder .text,
.dt_service--five .dt_item_inner:focus-within .dt_item_holder .text {
    color: #fff;
}

.wp-block-details summary {
    font-weight: 600;
    padding: 10px;
}

.wp-block-table figcaption {
    text-align: center;
    font-weight: 600;
}

.wp-block-verse {
    padding: 10px;
}

.wc-block-components-product-sale-badge.wc-block-grid__product-onsale,
.wc-block-grid .wc-block-grid__product-onsale {
    left: 15px;
    top: 15px;
    padding: 0;
    color: var(--dt-whi-color);
    right: auto;
    min-width: 45px;
    height: 24px;
    line-height: 24px;
    display: block;
    overflow: hidden;
    min-height: auto;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.2px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    z-index: 1;
    background-color: var(--dt-pri-color);
    border: none;
}

.wp-block-calendar table caption {
    font-weight: 500;
}

.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.gallery:after {
    display: table;
    content: "";
    clear: both;
}

.wp-block-archives-list a {
    text-decoration: none;
}

.has-background.wp-block-read-more, 
.has-background.post-navigation-link-next,
.has-background.post-navigation-link-previous {
    padding: 0.25em 1.375em;
}

.post-navigation-link-next a,
.post-navigation-link-previous a {
    text-decoration: none;
}

.wc-block-components-product-sale-badge {
    z-index: 0 !important;
}

.wp-block-woocommerce-single-product .wp-block-post-title a {
    text-decoration: none;
}

.wc-block-cart__submit-button,
.wc-block-cart__submit-button:hover, 
.wc-block-cart__submit-button:focus {
    color: #fff;
    background-color: var(--dt-pri-color);
    text-decoration: none;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover, 
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:focus {
    color: #fff;
}

.wc-block-components-product-title a.wc-block-components-product-name {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 30px;
    padding: 0.25em 0 8px 0;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    text-decoration: none;
}

.wc-block-grid__products .wc-block-components-product-sale-badge.wc-block-grid__product-onsale {
    left: 15px;
    top: 15px;
    padding: 0;
    color: var(--dt-whi-color);
    background: var(--dt-pri-color);
    right: auto;
    min-width: 45px;
    height: 24px;
    line-height: 24px;
    display: block;
    overflow: hidden;
    min-height: auto;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.2px;
    border: none;
}

.wc-block-grid__product-price.price ins {
    color: var(--dt-pri-color);
    font-weight: bold;
}

.wc-block-grid__products .wc-block-components-product-button__button {
    border-radius: 0;
    text-decoration: none;
}

.wc-block-components-product-title a.wc-block-components-product-name:hover, 
.wc-block-components-product-title a.wc-block-components-product-name:focus {
    color: var(--dt-pri-color);
}

.wc-block-grid__products .wc-block-components-product-button__button:hover, 
.wc-block-grid__products .wc-block-components-product-button__button:focus {
    background-color: var(--dt-sec-color);
}

.wc-block-components-product-name {
    color: var(--dt-sec-color);
    text-decoration: none;
    font-weight: 600;
}

.wc-block-components-product-price__value {
    color: var(--dt-pri-color);
    font-weight: 600;
}

.wc-block-components-totals-item {
    color: var(--dt-sec-color);
    font-weight: 700;
}

div.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__totals-title {
    color: var(--dt-sec-color);
    font-weight: 700;
    font-size: 24px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    text-decoration: none;
}

.wc-block-cart-items th {
    color: var(--dt-sec-color);
}

.wc-block-components-product-badge {
    background: var(--dt-pri-color);
    color: var(--dt-whi-color);
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    background-color: var(--dt-pri-color);
    color: #fff;
}

div.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    background: var(--dt-pri-color);
    color: #fff;
}

.wc-block-featured-category__link .wp-block-button__link:hover, 
.wc-block-featured-category__link .wp-block-button__link:focus {
    color: #fff;
}

nav.woocommerce-breadcrumb a {
    text-decoration: none;
}

.wc-block-featured-product__price .woocommerce-Price-amount.amount {
    color: #fff;
}

.wc-block-featured-product__link a:hover, 
.wc-block-featured-product__link a:focus {
    color: #fff;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    color: #fff !important;
    text-decoration: none;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover, 
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:focus {
    color: #fff;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 1.5rem;
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p {
    font-size: 1.2rem;
}

table.wc-block-cart-items .wc-block-components-product-price {
    font-size: 1.2rem;
}

.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:hover, 
.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:focus {
    color: #fff;
}

.widget.widget_shopping_cart a:before {
    display:none
}

.widget .wc-block-grid__products a:before {
    display: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    font-size: 1rem !important;
}

.wc-block-components-totals-item__value {
    font-size: 1.5rem;
}

.wc-block-mini-cart__footer-checkout, 
.wc-block-mini-cart__footer-checkout:hover, 
.wc-block-mini-cart__footer-checkout:focus {
    background-color: var(--dt-pri-color);
    color: #fff;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a {
    text-decoration: none;
}

.wc-block-mini-cart__badge {
    color: inherit;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    text-decoration: none;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a {
    font-size: 1.2rem;
}

.wc-block-mini-cart__footer span.wc-block-components-totals-item__label {
    font-size: 1.5rem;
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
    font-size: 1.2rem !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    text-decoration: none !important;
}

.wp-block-latest-comments__comment a {
    text-decoration: none;
}

.wc-block-components-product-badge {
    font-size: 1rem !important;
}

.wc-block-components-totals-coupon-link {
    text-decoration: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover, 
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus {
    color: var(--dt-pri-color) !important;
}

.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
    height: 2rem !important;
    width: 2rem !important;
}

.dt_widget-area .wp-block-comment-author-name a,
.dt_widget-area .wp-block-comment-date a {
    color: var(--dt-sec-color);
}

.wp-block-avatar img {
    border-radius: 50%;
}

.wp-block-avatar:hover img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.wp-block-page-list {
    list-style: none;
    padding: 0;
}

.wp-block-page-list a {
    color: var(--dt-sec-color);
    text-decoration: none;
    font-weight: 600;
}

.wp-block-page-list a:hover,
.wp-block-page-list a:focus {
    color: var(--dt-pri-color);
}

.wp-block-list {
    padding: 0;
}

.wp-block-list.has-background {
    padding: 1.25em 2.375em;
}

.wp-block-details.has-background {
    padding: 1.25em 2.375em;
}

.wp-block-verse.has-background {
    padding: 1.25em 2.375em;
}

.wp-block-preformatted.has-background {
    padding: 1em;
}

.wp-block-archives {
    list-style: none;
    padding: 0;
}

.wc-block-components-totals-item__value {
    font-size: 1.5rem;
}

.wp-block-archives-list a {
    font-weight: 600;
    color: var(--dt-sec-color);
}

.wp-block-archives-list a:hover, 
.wp-block-archives-list a:focus {
    color: var(--dt-pri-color);
}

.wp-block-page-list.has-background {
    padding: 1rem;
}

a.wp-block-button__link:hover, 
a.wp-block-button__link:focus {
    color: #fff;
    text-decoration: none;
}

.wp-block-button.is-style-outline a.wp-block-button__link {
    color: var(--dt-pri-color);
}

.wp-block-latest-comments {
    padding-left: 0;
}

.wp-block-latest-comments li a:not(:hover, :focus) {
    color: var(--dt-sec-color);
}

.dt_footer .wp-block-latest-comments li a:not(:hover, :focus) {
    color: inherit;
}

.dt_footer ul.product_list_widget li .woocommerce-Price-amount {
    color: #fff;
}

.dt_footer .widget_shopping_cart .button:not(.checkout):not(.add_to_cart_button) {
    background-color: var(--dt-pri-color);
}

.dt_footer .widget_shopping_cart .button:not(.checkout):not(.add_to_cart_button):hover,
.dt_footer .widget_shopping_cart .button:not(.checkout):not(.add_to_cart_button):focus {
    background-color: var(--dt-pri-color) !important;
}

.dt_footer .widget_shopping_cart a.checkout:hover, 
.dt_footer .widget_shopping_cart a.checkout:focus {
    background-color: var(--dt-pri-color) !important;
}

.dt_footer .widget_shopping_cart span.amount {
    color: #fff;
}

.dt_footer .widget_shopping_cart li img {
   object-fit: contain !important;
   padding-right: 10px;
}

.dt_footer .widget .wc-block-cart-link {
    color:#fff;
    background: var(--dt-pri-color);
}

.dt_footer .widget .wc-block-cart-link:hover, 
.dt_footer .widget .wc-block-cart-link:focus {
    text-decoration: none;
}

.woocommerce-account .woocommerce-Address-title h2 {
    font-size: 4rem;
}

.wp-block-button.is-style-outline a.wp-block-button__link {
    border-color: inherit;
    background: transparent
}

.wp-block-categories-list.has-background {
    padding: 1rem;
}

.wp-block-latest-comments.has-background {
    padding: 1rem;
}

/* ── Hide old plugin card section (replaced by custom carousel) ─────────── */
#dt_service_one { display: none !important; }

/* ── Service card carousel ──────────────────────────────────────────────── */

.rabe-services {
    background: #f4f7fa;
}

/* Section heading */
.rabe-section-header {
    text-align: center;
    margin-bottom: 2.5rem;
}
.rabe-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--dt-sec-color);
    margin: 0 0 0.5rem;
}
.rabe-section-sub {
    color: #666;
    font-size: 1rem;
    margin: 0;
}

/* Outer wrapper: gives room for the absolutely-positioned arrows */
.rabe-carousel-outer {
    position: relative;
    padding: 0 3.8rem;
}

.rabe-carousel-viewport {
    overflow: hidden;
    border-radius: 0.5rem;
}

.rabe-carousel-track {
    display: flex;
    transition: transform 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    align-items: stretch;
}

/* ── Individual card ── */
.rabe-card {
    flex: 0 0 33.333%;   /* JS overrides per breakpoint */
    padding: 0 0.7rem;
    box-sizing: border-box;
}

.rabe-card-inner {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 18px rgba(28, 46, 75, .08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow 0.3s, transform 0.3s;
}
.rabe-card-inner:hover {
    box-shadow: 0 10px 36px rgba(0, 145, 220, .18);
    transform: translateY(-5px);
}

/* Title bar */
.rabe-card-title-bar {
    background: #fff;
    color: #1c2e4b;
    padding: 1.1rem 1.25rem 0.9rem;
    font-weight: 700;
    font-size: var(--card-title, 0.97rem);
    display: flex;
    align-items: center;
    gap: 0.65rem;
    line-height: 1.35;
    min-height: 3.4rem;
    border-top: 4px solid var(--dt-pri-color);
}
.rabe-card-title-bar i {
    font-size: 1.2rem;
    flex-shrink: 0;
    color: var(--dt-pri-color);
}

/* Image – 16:9 ratio, fills cleanly */
.rabe-card-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e8edf2;
}
.rabe-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}
.rabe-card-inner:hover .rabe-card-img img {
    transform: scale(1.05);
}

/* Text */
.rabe-card-text {
    padding: 1.1rem 1.25rem 1.5rem;
    font-size: var(--card-text, 0.88rem);
    line-height: 1.75;
    color: #5a6480;
    flex: 1;
}

/* ── Arrow buttons – absolutely positioned at viewport edges ── */
.rabe-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3.2rem;
    height: 3.2rem;
    aspect-ratio: 1 / 1;   /* enforces perfect circle even if content affects height */
    padding: 0;
    box-sizing: border-box;
    line-height: 1;
    background: var(--dt-pri-color);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
    box-shadow: 0 3px 12px rgba(0, 145, 220, .35);
    z-index: 10;
}
.rabe-carousel-btn--prev { left: 0; }
.rabe-carousel-btn--next { right: 0; }

.rabe-carousel-btn:hover {
    background: #007ab8;
    box-shadow: 0 5px 18px rgba(0, 145, 220, .45);
    transform: translateY(-50%) scale(1.08);
}
.rabe-carousel-btn.rabe-btn-disabled {
    opacity: 0.2;
    cursor: not-allowed;
    transform: translateY(-50%) scale(1);
    box-shadow: none;
}

/* ── Dot indicators ── */
.rabe-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.55rem;
    margin-top: 1.8rem;
}
.rabe-dot {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #c8d2dc;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, transform 0.2s, width 0.2s;
}
.rabe-dot.active {
    background: var(--dt-pri-color);
    width: 1.6rem;
    border-radius: 0.3rem;
}

/* ── Responsive ── */
@media (max-width: 1023px) {
    .rabe-carousel-outer { padding: 0 3.2rem; }
    .rabe-carousel-btn { width: 2.8rem; height: auto; font-size: 0.9rem; }
}
@media (max-width: 639px) {
    .rabe-carousel-outer { padding: 0 2.6rem; }
    .rabe-carousel-btn { width: 2.4rem; height: auto; font-size: 0.8rem; }
    .rabe-card { padding: 0 0.35rem; }
    .rabe-section-title { font-size: 1.6rem; }
}

/* ── Old plugin card section styles ──────────────────────────────────────── */
/* ── Info cards: 3-column equal-height layout ──────────────────────────── */

/* Hide generic stock images – icons tell the story */
#dt_service_one .dt_item_image {
    display: none;
}

/* Hide non-functional Read More buttons (no detail pages set up) */
#dt_service_one .dt_item_readmore {
    display: none;
}

/* 3 cards per row on desktop – wide enough for comfortable reading */
@media (min-width: 992px) {
    #dt_service_one .dt-col-lg-3 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        width: 33.333%;
    }
}

/* 2 per row on tablet */
@media (min-width: 576px) and (max-width: 991px) {
    #dt_service_one .dt-col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
}

/* Center cards within the row so 3+2 bottom row looks balanced */
#dt_service_one .info-wrp {
    justify-content: center;
    align-items: stretch;
}

/* Make column a flex container so card can fill full height */
#dt_service_one .dt-col-lg-3 {
    display: flex;
}

/* Card stretches to fill column height */
#dt_service_one .dt_item_inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* ── Inner page content styles ──────────────────────────────────────────────── */

.rabe-page-content {
    max-width: 860px;
    padding: 1rem 0 3rem;
}

.rabe-lead {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--dt-sec-color);
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.rabe-list {
    padding-left: 1.4rem;
    line-height: 2.2;
}

/* Highlighted callout box */
.rabe-callout {
    background: #f0f7fd;
    border-left: 4px solid var(--dt-pri-color);
    border-radius: 0.5rem;
    padding: 1.8rem 2rem;
    margin: 2rem 0;
}
.rabe-callout h3 {
    margin-top: 0;
    color: var(--dt-pri-color);
    font-size: 1.1rem;
}

/* Numbered process steps */
.rabe-steps {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 2rem 0;
}
.rabe-step {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 0.7rem;
    padding: 1.5rem 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.rabe-step-number {
    flex-shrink: 0;
    width: 2.8rem;
    height: 2.8rem;
    background: var(--dt-pri-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
}
.rabe-step-body h3 {
    margin: 0 0 0.4rem;
    font-size: 1.05rem;
    color: var(--dt-sec-color);
}
.rabe-step-body p {
    margin: 0;
    line-height: 1.7;
}

/* Contact info box */
.rabe-contact-box {
    background: #f0f7fd;
    border-radius: 0.7rem;
    padding: 1.8rem 2rem;
    margin: 2rem 0;
}
.rabe-contact-box h3 {
    margin-top: 0;
    color: var(--dt-pri-color);
}
.rabe-contact-box p,
.rabe-contact-info p {
    margin: 0.5rem 0;
    line-height: 1.7;
}
.rabe-contact-box a,
.rabe-contact-info a {
    color: var(--dt-sec-color);
    text-decoration: none;
}
.rabe-contact-box a:hover,
.rabe-contact-info a:hover {
    color: var(--dt-pri-color);
}
.rabe-contact-box i,
.rabe-contact-info i {
    color: var(--dt-pri-color);
    width: 1.2rem;
}

/* Kontakt page: side-by-side info + form */
.rabe-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 3rem;
    margin-top: 2rem;
}
@media (max-width: 768px) {
    .rabe-contact-grid { grid-template-columns: 1fr; }
}
.rabe-contact-info h3 {
    margin-top: 0;
    color: var(--dt-pri-color);
    font-size: 1.1rem;
}

/* Contact form */
.rabe-form-wrap h3 {
    margin-top: 0;
    color: var(--dt-pri-color);
    font-size: 1.1rem;
}
.rabe-contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.rabe-form-row { display: flex; flex-direction: column; gap: 1rem; }
.rabe-form-row--two {
    flex-direction: row;
    gap: 1rem;
}
@media (max-width: 600px) {
    .rabe-form-row--two { flex-direction: column; }
}
.rabe-form-field {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.4rem;
}
.rabe-form-field label {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--dt-sec-color);
}
.rabe-required { color: var(--dt-pri-color); }
.rabe-form-field input,
.rabe-form-field textarea {
    padding: 0.75rem 1rem;
    border: 1px solid #d0d8e0;
    border-radius: 0.4rem;
    font-size: 0.95rem;
    font-family: inherit;
    transition: border-color 0.2s;
    background: #fff;
    color: #333;
}
.rabe-form-field input:focus,
.rabe-form-field textarea:focus {
    outline: none;
    border-color: var(--dt-pri-color);
    box-shadow: 0 0 0 3px rgba(0,145,220,.1);
}
.rabe-form-field textarea { resize: vertical; }

.rabe-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--dt-pri-color);
    color: #fff;
    border: none;
    padding: 0.85rem 2rem;
    border-radius: 0.4rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    align-self: flex-start;
}
.rabe-submit-btn:hover {
    background: #007ab8;
    transform: translateY(-1px);
}

.rabe-form-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 0.5rem;
    padding: 1.2rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1rem;
}
.rabe-form-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 0.5rem;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

/* Legal pages (Impressum, Datenschutz) */
.rabe-legal h2 { font-size: 1.6rem; margin-bottom: 1.5rem; }
.rabe-legal h3 { font-size: 1.1rem; margin-top: 2rem; color: var(--dt-pri-color); }

/* ════════════════════════════════════════════════════════════════════════════
   GLOBAL CLEANUP  (applies to every page, not just homepage)
   ════════════════════════════════════════════════════════════════════════════ */

/* Topbar placeholder content */
.dt_header-topbar,
.dt_mobilenav-topbar { display: none !important; }

/* Page-load spinner */
#dt_preloader { display: none !important; }

/* Back-to-top SVG progress circle */
#dt_uptop { display: none !important; }

/* Mouse-tracking spotlight */
.dt_spotlight { display: none !important; }

/* ── Remove ALL decorative shape / pattern elements ─────────────────────── */
/* shape-slide (horizontal scrolling band of shapes) */
.shape-slide { display: none !important; }
/* background pattern layers (footer + sections) */
.pattern-layer,
.pattern-layer .pattern-1,
.pattern-layer .pattern-2,
.pattern-layer .pattern-3,
.pattern-layer .pattern-4 { display: none !important; }
/* paroller floating image boxes (about section) */
.dt_image_box.paroller,
.dt_image_box.paroller-2 { transform: none !important; }
/* any element explicitly marked as floating shape */
[class*="float-shape"],
[class*="floating-icon"],
.dt_shapes { display: none !important; }

/* ── Kill ALL animations / transitions site-wide ────────────────────────── */

/* WOW.js — elements revealed immediately, no fade/slide */
.wow,
.wow.animated {
    animation: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
}

/* Overlay colour-wipe text reveal ("white flash" on scroll) */
.overlay-anim-white-bg,
.overlay-anim-black-bg,
[data-animation-text] {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    color: inherit !important;
    background-color: transparent !important;
    -webkit-text-fill-color: unset !important;
}
/* The sliding box that sweeps over text */
[data-animation-box]::before,
[data-animation-box]::after { display: none !important; }

/* Parallax — stop JS position changes everywhere */
.parallax-bg,
[data-parallax],
[data-paroller-factor] {
    transform: none !important;
    background-attachment: scroll !important;
}

/* Rotating heading widget */
.dt_heading_2 .dt_heading_inner { animation: none !important; transition: none !important; }

/* ── Homepage: hide "Start / Home" page-title banner ────────────────────── */
.home #dt_pagetitle,
.page-template-page-home-custom #dt_pagetitle { display: none !important; }

/* ── Navigation: remove unused right-side items ──────────────────────────── */

/* User login icon – not relevant for a business site */
.dt_navbar-user-item { display: none !important; }

/* Placeholder header button (showed wrong phone "+1 631 112 1134") */
.dt_navbar-button-item { display: none !important; }

/* Search icon – not needed on this site */
.dt_navbar-search-item { display: none !important; }

/* ── Logo: remove the frame/border box and decorative pointer tab ────────── */
/* header--six draws a tall bordered box with a pointer tab under the logo.   */
/* We strip all of that so only the logo text / image shows cleanly.          */
.header--six .dt_navbar-wrapper .site--logo,
.header--six .dt_navbar-wrapper:not(.on) .site--logo {
    background-color: transparent !important;
    border: none !important;
    min-height: 5rem !important;
    padding: 6px 12px !important;
}
/* Hide the pointer / tab element below the logo box */
.header--six .dt_navbar-wrapper .site--logo::before { display: none !important; }

/* Logo link: clean text or image, no underline */
.rabe-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    gap: 0.4rem;
}
.rabe-logo-link .site-title {
    font-family: 'Prompt', Arial, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #1c2e4b;
    letter-spacing: -0.01em;
    line-height: 1.2;
}
.rabe-logo-img {
    max-width: 120px;
    height: auto;
    display: block;
}

/* ── Navigation: center the menu items in the available column space ─────── */
.dt_navbar-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}
.dt_navbar-mainmenu { justify-content: center; }

/* ── Responsive: ensure nav items are full-size at all desktop widths ──────
   (no artificial font-size reduction needed now that right-side clutter
    is removed – 5 items + search icon fit comfortably at 992px+)       */
@media (min-width: 992px) {
    .dt_navbar-mainmenu { flex-wrap: nowrap; }
    .dt_navbar-mainmenu > li > .nav-link { white-space: nowrap; }
}

/* ── Responsive: prevent horizontal overflow at any viewport size ────────── */
html, body { overflow-x: hidden; max-width: 100%; }
img, video, iframe { max-width: 100%; }
.rabe-legal h4 { font-size: 1rem; margin-top: 1.5rem; font-weight: 600; }
.rabe-legal p, .rabe-legal li { line-height: 1.8; }

/* ── Footer: force all animation-targeted elements to be immediately visible  */
/* Catches any remaining white-box / colour-wipe effects in the footer area.  */
.dt_footer [data-animation-text],
.dt_footer [data-animation-box],
.dt_footer [data-animation],
.dt_footer .wow,
.dt_footer [class*="wow"] {
    animation: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    color: inherit !important;
    -webkit-text-fill-color: unset !important;
    background-color: transparent !important;
}
.dt_footer [data-animation-box]::before,
.dt_footer [data-animation-box]::after { display: none !important; }

/* Ensure footer headings and widget titles are always visible */
.dt_footer .widget-title,
.dt_footer h1, .dt_footer h2, .dt_footer h3, .dt_footer h4,
.dt_footer p, .dt_footer a, .dt_footer li, .dt_footer span {
    opacity: 1 !important;
    visibility: visible !important;
}

/* ── Footer: kill heading wipe/reveal pseudo-element animations ────────────── */
/* Desert Companion uses ::before/::after on .dt_heading_inner for colour-wipe. */
.dt_footer .dt_heading_2 .dt_heading_inner::before,
.dt_footer .dt_heading_2 .dt_heading_inner::after,
.dt_footer .dt_heading_inner::before,
.dt_footer .dt_heading_inner::after,
.dt_footer [data-animation-text]::before,
.dt_footer [data-animation-text]::after {
    display: none !important;
    animation: none !important;
}
/* Ensure all footer text elements remain unconditionally visible */
.dt_footer .dt_heading_2,
.dt_footer .dt_heading_inner,
.dt_footer .dt_heading_2 * {
    opacity: 1 !important;
    visibility: visible !important;
    animation: none !important;
    -webkit-text-fill-color: inherit !important;
    color: inherit !important;
}
