.wdt-column {}

.wdt-content-item {
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    position: relative;
    z-index: 0;
}

.wdt-content-item {
    transition: all 0.3s linear 0s;
}

.wdt-content-item {
    display: flex;
}

.wdt-content-item {
    text-align: start;
    justify-content: start;
    justify-items: start;
}

.wdt-content-item .wdt-content-media-group {
    position: relative;
}

.wdt-content-item .wdt-content-media-group {
    display: flex;
    margin-bottom: 0px !important;
}

.wdt-content-item .wdt-content-image-wrapper {
    display: inline-flex;
}

.wdt-content-item .wdt-content-image-wrapper:after,
.wdt-content-item .wdt-content-image-wrapper:before {
    content: '';
    position: absolute;
    background: none repeat scroll 0 0 transparent;
    height: 0px;
    width: 1px;
    top: 0%;
    background: #bb9d7b;
    transition: height 0.5s ease 0s, top 0.5s ease 0s;
}

.wdt-content-item .wdt-content-image-wrapper:before {
    left: -1px;
}

.wdt-content-item .wdt-content-image-wrapper,
.wdt-content-item .wdt-content-image-wrapper .wdt-content-image,
.wdt-content-item .wdt-content-image>span,
.wdt-content-item .wdt-content-image>a {
    display: inline-flex;
}

.wdt-content-item .wdt-content-image-wrapper .wdt-content-image {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.3s linear 0s;
}

.wdt-content-item .wdt-content-image-wrapper .wdt-content-image>span,
.wdt-content-item .wdt-content-image-wrapper .wdt-content-image>a {
    width: 100%;
    height: 100%;
}

.wdt-content-item .wdt-content-image-wrapper .wdt-content-image:after {
    content: '';
    position: absolute;
    background: rgb(35 32 30 / 80%);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.wdt-content-item .wdt-content-image>span>img,
.wdt-content-item .wdt-content-image>a>img {
    object-fit: cover;
}

.wdt-content-item .wdt-content-image>span>img,
.wdt-content-item .wdt-content-image>a>img {
    height: inherit;
    align-self: start;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}

.wdt-content-item .wdt-content-detail-group {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 45px;
}

.wdt-content-item .wdt-content-icon-wrapper {
    margin-bottom: 30px !important;
}

.wdt-content-item .wdt-content-icon-wrapper,
.wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon {
    display: inline-flex;
    justify-content: inherit;
}

.wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    font-size: 60px;
}

.wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    height: 60px;
    line-height: 1;
    padding: 5px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 60px;
    z-index: 0;
}

.wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i {
    color: inherit;
    display: inline-block;
    font-size: inherit;
    height: 60px;
    position: relative;
    vertical-align: top;
    width: 60px;
}

.wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg {
    fill: currentColor;
    height: 60px;
    width: 60px;
}

.wdt-content-item>div[class*="group"]>.wdt-content-title,
.wdt-content-item>div[class*="group"]>.wdt-content-subtitle {
    width: 100%;
}

.wdt-content-item>div:not(:last-child),
.wdt-content-item .wdt-content-media-group>div:not(:last-child),
.wdt-content-item .wdt-content-detail-group>div:not(:last-child),
.wdt-content-item .wdt-content-elements-group>div:not(:last-child) {
    margin-bottom: 20px;
}

.wdt-content-item .wdt-content-title h5 {
    font-size: clamp(1.625rem, 1.5385rem + 0.3846vw, 2rem);
    font-weight: 400;
}

.wdt-content-item .wdt-content-title h5,
.wdt-content-item .wdt-content-title h5 a {
    color: #f0f0f0;
}

.wdt-content-item .wdt-content-title h5 {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-top: -8px;
    margin-bottom: 0;
    text-transform: none;
    line-height: 1.2;
}

.wdt-content-item .wdt-content-button {
    position: relative;
    z-index: 0;
}

.wdt-content-item .wdt-content-button>a {
    background-color: transparent;
    font-size: 0px;
    transition: all 0.3s linear 0s;
}

.wdt-content-item .wdt-content-button>a {
    border: 1px solid transparent;
    background-color: #BB9D7B;
    color: #fff;
    fill: #fff;
    display: inline-block;
    line-height: 1;
    font-size: 1em;
    padding: 0.75em 1.5em;
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.wdt-content-item .wdt-content-button>a>div,
.wdt-content-item .wdt-content-button>a>div>span {
    color: inherit !important;
    transition: 0.3s;
}

.wdt-content-item .wdt-content-button>a .wdt-button-text:after {
    -webkit-mask-image: url(/wp-content/uploads/2026/05/download.svg);
    mask-image: url(/wp-content/uploads/2026/05/download.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 36px auto;
    mask-size: 36px auto;
    background: #23201e;
    content: '';
    position: absolute;
    width: 36px;
    height: 26px;
    right: 0px;
    top: 0px;
    transition: all 0.3s linear 0s;
}

.wdt-content-item:hover .wdt-content-image-wrapper:after,
.wdt-content-item:hover .wdt-content-image-wrapper:before {
    height: 100%;
}

.wdt-content-item:hover .wdt-content-image-wrapper .wdt-content-image {
    opacity: 1;
    transform: scale(1);
}

.wdt-content-item:hover .wdt-content-button>a .wdt-button-text:after {
    background: #bb9d7b;
}

.wdt-content-item .wdt-content-button>a {
    background-color: transparent;
    font-size: 0px;
    transition: all 0.3s linear 0s;
}

.wdt-content-description {
    color: #fff;
}

.wdt-content-item:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    background: rgba(60, 60, 60, 0.4);
}

.row_conso .row_Mnhsasa {
    padding: 50px !important;
}

.row_conso .row_Mnhsasa {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kmsam {
    max-width: 550px;
    margin: auto;
}

.sec_coolss {
    background-image: url(/wp-content/uploads/2026/05/section-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.sec_coolss:after {
    content: "";
    background-color: #000000;
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.kmsam span {
    color: #fff;
}

.wdt-heading-title-wrapper span {
    font-size: 30px;
    font-weight: 600;
}

.tt2sd .wdt-her .wdt-headpper {
    margin-bottom: 15px;
    padding-bottom: 0;
}

.tt2sd p {
    font-size: 17px;
    color: #fff;
    max-width: 700px;
    margin: auto;
}

.row_mmhjsa .icon-box {
    display: flex;
    align-items: center;
}

.row_mmhjsa .col .col-inner {
    background-color: #23201e;
    padding: 25px;
    border-radius: 10px;
}

.row_mmhjsa .col .col-inner .mtsnsa p {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 0;
}

.row_mmhjsa {
    margin-top: 50px;
}

.star-rating span:before {
    color: yellow;
}

.row_mmhjsa .col .col-inner .testimonial-text h3 {
    color: #fff;
    font-size: 16px;
}

.sec_tintuwcs {
    background-image: url(/wp-content/uploads/2026/05/section-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.home_blogs .box-text {
    padding: 20px;
    background: #f0f0f0;
    margin: 0;
    width: 80%;
    padding-bottom: 20px;
    z-index: 1;
    position: relative;
    transition: all 0.3s linear 0s;
    margin-left: auto;
    margin-right: 0;
    margin-top: -50px;
}

.box-blog-post .is-divider {
    display: none;
}

.home_blogs .box-text h5 a {
    font-size: 32px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
}

.home_blogs .col .col-inner:hover .box-text {
    background: #23201e;
    width: 100%;
}

.home_blogs .col .col-inner:hover .box-text h5 a,
.home_blogs .col .col-inner:hover .box-text .post-meta {
    color: #fff;
}

.home_blogs .box-text a.button {
    background: transparent;
    color: #000000;
    border-color: #000000;
    letter-spacing: 1px;
    border: 1px solid;
    margin: 0 0 10px;
}

.home_blogs .box-text .post-meta {
    margin-bottom: 10px;
}

.home_blogs .col .col-inner:hover .box-text a.button {
    color: #fff;
}

.sec_tintuwcs:after {
    content: "";
    background-color: #000000;
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}