/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

#content {
    background-color: #fff;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

.hidden {
    visibility: hidden;
    width: 0px !important;
    height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

blockquote,
blockquote p {
    color: var(--dt-secondary-color);
    font-weight: 500;
    letter-spacing: 0.5px;
}

blockquote {
    border-radius: 2rem;
    padding: 4rem 8rem 4rem 4rem;
    margin: 4rem 0 4rem;
    position: relative;
    background: rgba(189, 189, 189, 0.2);
    border: 0.1rem solid rgba(189, 189, 189, 0.35);
    z-index: 0;
}

blockquote::after {
    content: "\f10e";
    font-weight: 700;
    font-size: 5.2rem;
    color: rgba(189, 189, 189, 0.4);
    line-height: 1;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 3.3rem;
    top: 2.7rem;
    z-index: -1;
}

blockquote p {
    color: var(--dt-secondary-color);
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

blockquote cite {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--dt-secondary-color);
}

blockquote a:not(:hover, :focus) {
    text-decoration: none;
}

.single-post .react-order-list {
    margin: 0;
    list-style: none;
    padding: 0;
}

.single-post .react-order-list li {
    list-style: none;
    position: relative;
    padding-left: 2.9rem;
    line-height: 1.25;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.single-post .react-order-list li:last-child {
    margin-bottom: 0;
}

.single-post .react-order-list li:before {
    position: absolute;
    content: "\f058";
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    font-family: 'Font Awesome 6 Free';
    color: var(--dt-main-color);
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1;
}

/* Gallery Css Here*/

.gallery .gallery-icon a {
    display: block;
    position: relative;
    z-index: 1;
}

.gallery .gallery-icon img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.gallery .gallery-item:hover .gallery-icon img,
.gallery .gallery-item:focus-within .gallery-icon img {
    opacity: 0.8;
}

.gallery {
    margin-top: -2.7%;
}

.gallery .gallery-item {
    background-color: var(--dt-secondary-color);
    padding: 0;
    margin-right: 2.7%;
    margin-top: 2.7%;
    text-align: center;
    float: left;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 45%;
}

.gallery-columns-3 .gallery-item {
    width: 31.3%;
}

.gallery-columns-4 .gallery-item {
    width: 20%;
}

.gallery-columns-5 .gallery-item {
    width: 17.7%;
}

.gallery-columns-6 .gallery-item {
    width: 13.6%;
}

.gallery-columns-7 .gallery-item {
    width: 12.25%;
}

.gallery-columns-8 .gallery-item {
    width: 10.5%;
}

.gallery-columns-9 .gallery-item {
    width: 9.11%;
}

.gallery-columns-1 .gallery-item:nth-child(1n),
.gallery-columns-2 .gallery-item:nth-child(2n),
.gallery-columns-3 .gallery-item:nth-child(3n),
.gallery-columns-4 .gallery-item:nth-child(4n),
.gallery-columns-5 .gallery-item:nth-child(5n),
.gallery-columns-6 .gallery-item:nth-child(6n),
.gallery-columns-7 .gallery-item:nth-child(7n),
.gallery-columns-8 .gallery-item:nth-child(8n),
.gallery-columns-9 .gallery-item:nth-child(9n) {
    margin-right: 0;
}

.gallery dl a {
    display: block;
}

.gallery dl a img {
    height: auto;
    margin: 0 auto;
}

.gallery br+br {
    display: none;
}

/* Frontpage Gallery */
.dt_gallery .dt_gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    background: var(--dt-secondary-color);
}
.dt_gallery .dt_gallery-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: all 0.5s ease;
}
.dt_gallery .dt_gallery-item:hover img {
    opacity: 0.5;
    transform: scale(1.1);
}
.dt_gallery .dt_gallery-item::after {
    content: "\f065";
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #fff;
    background: linear-gradient(0deg, rgba(22,28,45,0.8) 0%, rgba(22,28,45,0) 100%);
    transform: scaleY(0);
    transition: transform 500ms ease;
    transform-origin: top center;
}
.dt_gallery .dt_gallery-item:hover::after {
    transform: scaleY(1);
}

/* Gallery product mode */
.dt_gallery .dt_gallery-item--product {
    cursor: pointer;
}
.dt_gallery .dt_gallery-item--product::after {
    content: "\f06e";
}
.dt_gallery-product-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 2rem;
    background: linear-gradient(0deg, rgba(22,28,45,0.9) 0%, rgba(22,28,45,0) 100%);
    z-index: 2;
    transform: translateY(100%);
    transition: transform 400ms ease;
    pointer-events: none;
}
.dt_gallery-item--product:hover .dt_gallery-product-info {
    transform: translateY(0);
}
.dt_gallery-product-title {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
}
.dt_gallery-product-price {
    display: block;
    color: var(--dt-main-color);
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 0.3rem;
}

/* Widget Gallery  */

.widget .gallery {
    display: flow-root;
    margin-top: -2.5%;
}

.widget .gallery .gallery-icon a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "\f08e";
    font-family: 'fontAwesome';
    font-weight: 400;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 2rem;
    opacity: 0;
    color: #fff;
    border-radius: 10rem;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 1;
}

.widget .gallery .gallery-icon a:hover::after,
.widget .gallery .gallery-icon a:focus::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.widget .gallery-item:hover .gallery-icon img,
.widget .gallery-item:focus-within .gallery-icon img {
    opacity: 0.2;
}

/*Image Alignments and captions*/

img.alignnone {
    margin: 0 auto;
    max-width: 100%;
}

#attachment_907 {
    width: 100%;
}

img.alignleft,
.wp-caption.alignleft {
    margin-right: 30px;
}

img.alignright,
.wp-caption.alignright {
    margin-left: 30px;
    float: right;
    clear: both;
    margin-bottom: 30px;
}

img.wp-caption .alignnone {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

a img.alignright {
    float: right;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
}

a img.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.aligncenter {
    margin-top: .5em;
    margin-bottom: .5em;
}

.alignleft {
    float: left;
    margin: .5em 20px .5em 0;
}

.alignright {
    float: right;
    margin: .5em 0 .5em 20px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    clear: left;
    font-style: italic;
    line-height: 1.5em;
    margin: 0.75em 0;
    text-align: center;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    margin: 12px 0;
    text-align: center;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5em;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f8f8f8;
    border-color: #eee;
    border-image: initial;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    max-width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    text-align: center;
}

.wp-caption>img {
    max-width: 100%;
}

form.post-password-form label,
form.post-password-form input {
    display: inline-block;
}
/*---//---*/

body .is-layout-flex {
    display: flex;
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

.wp-block-social-links.wp-container-1,
.wp-block-social-links.wp-container-2 {
    justify-content: center;
}

.wp-block-gallery.wp-block-gallery-6 {
    --wp--style--unstable-gallery-gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );
    gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );
}

.widget .wp-block-gallery.has-nested-images figure.wp-block-image img {
    min-height: 11.4rem;
}

/* Frontpage WooCommerce product grid */
.front-product .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.front-product .woocommerce ul.products li.product {
    float: none;
    text-align: left;
}
.front-product .woocommerce ul.products li.product .woo-thumb-wrap img {
    width: 100%;
}

/* Footer gallery small thumbnails */
.dt_footer_middle .wp-block-gallery.has-nested-images.columns-3 {
    gap: 0.5rem !important;
}
.dt_footer_middle .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image {
    flex: 0 0 calc(33.333% - 0.35rem) !important;
    max-width: calc(33.333% - 0.35rem) !important;
}
.dt_footer_middle .wp-block-gallery.has-nested-images figure.wp-block-image img {
    min-height: auto !important;
    height: 6rem !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 0.5rem !important;
}



/* Floating Contact Bar */
.dt-fc {
    position: fixed;
    z-index: 9999;
    transition: opacity 0.6s ease;
}
.dt-fc--left { left: 0; top: 50%; transform: translateY(-50%); }
.dt-fc--right { right: 0; top: 50%; transform: translateY(-50%); }
.dt-fc--bottom-left { left: 0; bottom: 0; top: auto; }
.dt-fc--bottom-right { right: 0; bottom: 0; top: auto; }

.dt-fc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.dt-fc-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: relative;
}

/* Default: transparent, icon only, text hidden */
.dt-fc-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    background: transparent;
    padding: 0;
    min-height: 48px;
    cursor: pointer;
    transition: background 0.3s ease, max-width 0.35s ease;
    overflow: hidden;
    border-radius: 0 25px 25px 0;
}
.dt-fc-item:hover {
    background: rgba(var(--dt-main-rgb), 0.95);
}
.dt-fc-i {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    color: rgba(var(--dt-main-rgb), 1);
    font-size: 20px;
    flex-shrink: 0;
    transition: color 0.3s ease;
}
.dt-fc-item:hover .dt-fc-i {
    color: #fff;
}
.dt-fc-txt {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    max-width: 0;
    overflow: hidden;
    min-width: 0;
    transition: max-width 0.35s ease;
    padding: 0;
}
.dt-fc-item:hover .dt-fc-txt {
    max-width: 300px;
    padding-right: 16px;
}
.dt-fc-v {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.dt-fc-l {
    color: rgba(255,255,255,0.85);
    font-size: 12px;
}

/* Right/Bottom-Right: icon on right */
.dt-fc--right .dt-fc-item,
.dt-fc--bottom-right .dt-fc-item {
    flex-direction: row-reverse;
    border-radius: 25px 0 0 25px;
}
.dt-fc--right .dt-fc-item:hover .dt-fc-txt,
.dt-fc--bottom-right .dt-fc-item:hover .dt-fc-txt {
    padding-left: 16px;
    padding-right: 0;
}

/* Left/Bottom-Left: icon on left */
.dt-fc--left .dt-fc-item,
.dt-fc--bottom-left .dt-fc-item {
    flex-direction: row;
    border-radius: 0 25px 25px 0;
}

/* Mobile - collapsed toggle */
.dt-fc-toggle {
    display: none;
}
@media (max-width: 767px) {
    .dt-fc {
        display: block;
        top: auto !important;
        bottom: 20px;
        left: 20px !important;
        right: auto !important;
        transform: none !important;
        z-index: 99999;
    }
    .dt-fc-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: var(--dt-main-color);
        color: #fff;
        border: none;
        font-size: 24px;
        cursor: pointer;
        box-shadow: 0 4px 16px rgba(0,0,0,0.25);
        position: relative;
        z-index: 2;
    }
    .dt-fc-list {
        position: fixed;
        bottom: 90px;
        left: 20px;
        flex-direction: column;
        gap: 6px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(12px);
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
        pointer-events: none;
    }
    .dt-fc.dt-fc--open .dt-fc-list {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
    .dt-fc-list li {
        width: auto;
    }
    .dt-fc-item {
        background: rgba(var(--dt-main-rgb), 0.95);
        border-radius: 30px !important;
        padding: 0 16px 0 0;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    }
    .dt-fc--right .dt-fc-item,
    .dt-fc--bottom-right .dt-fc-item {
        flex-direction: row;
        border-radius: 30px !important;
    }
    .dt-fc-i {
        color: #fff;
    }
    .dt-fc-txt {
        max-width: 300px !important;
        padding-right: 0 !important;
    }
}


/* About section - author & signature sizing */
.about-author-info .thumb img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50%;
}
.about-author-info .signature img {
    max-width: 100px;
    height: auto;
    display: block;
}
.about-author-info .content .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}
.about-author-info .content span {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

.dt_footer_middle .custom-logo-link img, .dt_footer_middle .site--logo img {
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
}



/* Full width page template - sections render correctly */
.page-template-full-width .dt-py-default {
    padding-top: 0;
    padding-bottom: 0;
}
.page-template-full-width .entry-content {
    max-width: 100%;
}
.page-template-full-width .entry-content > .dt-product-shortcode {
    margin: 2rem 0;
}





.dt_widget-area .widget .wp-block-social-links.is-style-default:not(.is-style-logos-only) li a:not(:hover, :focus) {
    color: #fff;
}

