/*
Theme Name: 	  Zinify
Text Domain: 	   zinify
Template: 			atua
Version:            0.7
Tested up to:       6.8
Requires at least:  4.7
Requires PHP:       5.6
Author:             DesertThemes
Author URI:         https://desertthemes.com/
Theme URI:          https://desertthemes.com/themes/zinify-free/
Description:        Zinify is lightweight, highly extendable and multi-purpose WordPress Theme. It will enable you to create almost any type of website with a beautiful & professional design. Zinify supports popular WordPress plugins such as Elementor, WPML, Polylang, Yoast SEO, WooCommerce, Contact Form 7, Jetpack, and much more. Zinify Pro demo https://preview.desertthemes.com/pro/zinify/
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
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

:root {
    --dt-pri-color: #fb7645;
    --dt-priTwo-color: #ff4e2d;
    --dt-priGrd-color: linear-gradient(-137deg, var(--dt-pri-color) 10%, var(--dt-priTwo-color) 100%);
    --dt-priGrdRev-color: linear-gradient(-137deg, var(--dt-priTwo-color) 10%, var(--dt-pri-color) 100%);
    --dt-sec-color: #1C2438; /* #222056; #332d4f; */
}

.header--fourteen .dt_header-topbar {
    color: #fff;
    background-color: var(--dt-sec-color);
}

.header--fourteen .dt_header-topbar .contact__list i {
    color: #fff;
}

.header--fourteen .dt_header-topbar .widget--left,
.header--fourteen .dt_header-topbar .widget--right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.header--fourteen .dt_header-topbar .widget--left {
    justify-content: flex-start;
}

.header--fourteen .dt_header-topbar .widget--right {
    justify-content: flex-end;
    flex-wrap: nowrap;
    column-gap: 2rem;
}

.header--fourteen .dt_header-topbar .widget--right .widget_contact {
    margin-bottom: 0;
}

.header--fourteen .dt_header-topbar .widget--right .contact__list,
.header--fourteen .dt_header-topbar .widget--left .widget_social ul {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin: 0;
}

.header--fourteen .dt_header-topbar .widget--left .widget_social li {
    display: flex;
    align-items: center;
}

.header--fourteen .dt_header-topbar .widget--left .widget_social .ttl {
    margin-right: 0.5rem;
}

.header--fourteen .dt_header-topbar .contact__list .title {
    margin: 0;
}

.header--fourteen .dt_header-topbar .contact__list .ttl {
    font-weight: 600;
    margin-right: 0.35rem;
}

.header--fourteen .dt_header-navwrapper {
    color: var(--dt-sec-color);
    z-index: 0;
}

.header--fourteen .site--logo a:focus {
    outline-color: #fff;
}

/* ================== */

.header--fourteen .dt_header-navwrapperinner .site--logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 11rem;
    height: 100%;
    position: relative;
}

.header--fourteen .dt_header-topbar:has(.dt_header-widget) + .dt_header-navwrapper .dt_header-navwrapperinner .site--logo {
    align-items: unset;
}

.header--fourteen .dt_header-navwrapperinner .site--logo::before {
    content: "";
    position: absolute;
    top: -14px;
    right: -22%;
    bottom: -14px;
    left: -250%;
    background: var(--dt-priGrd-color);
    transform: skewX(33deg);
    z-index: -1;
}

.header--fourteen .dt_header-navwrapperinner .site--logo::after {
    content: "";
    position: absolute;
    top: 0;
    right: -37%;
    bottom: -14px;
    width: 30px;
    background-color: #ffffff;
    transform: skewX(33deg);
    z-index: -1;
}

@media (min-width: 62em) {
    .header--fourteen .dt_header-topbar .dt-row {
        margin-left: 18%;
    }

    .header--fourteen .dt_header-navwrapperinner .site--logo::before {
        top: -62px;
        right: -12%;
        left: -800%;
        bottom: 0;
    }

    .header--fourteen .dt_header-navwrapperinner .site--logo::after {
        top: 0;
        right: -40%;
        bottom: 0;
    }
}

/* ================== */

.header--fourteen .dt_header-navwrapperinner .is--sticky.on .site--logo {
    align-items: center;
}

.header--fourteen .dt_navbar-menu {
    justify-content: space-between;
    padding-left: 5rem;
}

.header--fourteen .dt_header-navwrapperinner .site--logo .site--logoinner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header--fourteen .dt_header-navwrapperinner .site--logo .site--logoinner a {
    font-size: 4rem;
}

/* Make logo image bigger */
.header--fourteen .dt_header-navwrapperinner .site--logo .custom-logo,
.header--fourteen .dt_header-navwrapperinner .site--logo img,
.header--fourteen .dt_header-navwrapperinner .site--logo .custom-logo-link img {
    max-width: 220px !important;
    width: auto !important;
    height: auto !important;
    max-height: 80px !important;
}

/* Increase logo container size */
.header--fourteen .dt_header-navwrapperinner .site--logo {
    min-width: 15rem !important;
    justify-content: center !important;
}

/* Center logo within its container */
.header--fourteen .dt_header-navwrapperinner .site--logo .site--logoinner a,
.header--fourteen .dt_header-navwrapperinner .site--logo .site--logoinner .custom-logo-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

/* Move logo to the right/center */
.header--fourteen .dt_navbar-wrapper .dt-row .dt-col-2 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

/* Ensure logo container is centered */
.header--fourteen .dt_navbar-wrapper .dt-row .dt-col-2 .site--logo {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Center logo image/link */
.header--fourteen .dt_navbar-wrapper .dt-row .dt-col-2 .site--logo .site--logoinner,
.header--fourteen .dt_navbar-wrapper .dt-row .dt-col-2 .site--logo .site--logoinner .custom-logo-link,
.header--fourteen .dt_navbar-wrapper .dt-row .dt-col-2 .site--logo .site--logoinner a {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    text-align: center !important;
}

/* Mobile logo size */
.dt_mobilenav-logo .site--logo .custom-logo,
.dt_mobilenav-logo .site--logo img,
.dt_mobilenav-logo .site--logo .custom-logo-link img {
    max-width: 180px !important;
    width: auto !important;
    height: auto !important;
    max-height: 60px !important;
}

.header--fourteen .dt_header-navwrapperinner .dt_navbar-menu .dt_navbar-list-right > li:not(:last-child) {
    margin-right: 0;
}

.header--fourteen .dt_header-navwrapperinner .dt_navbar-menu .dt_navbar-list-right > li:not(:first-child) {
    margin-left: 1.8rem;
}

.header--fourteen .dt_header-navwrapperinner .dt_navbar-menu .dt_navbar-blank-tag {
    display: none;
}

.header--fourteen .dt_navbar-nav .dt_navbar-mainmenu > li > a {
    font-weight: 700;
    font-size: 105%;
    letter-spacing: 0.5px;
}

/* Center align the navigation menu */
.header--fourteen .dt_navbar-menu {
    justify-content: center !important;
    position: relative;
}

.header--fourteen .dt_navbar-nav {
    text-align: center !important;
    flex: 1;
    display: flex;
    justify-content: center;
}

.header--fourteen .dt_navbar-mainmenu {
    /* display: flex !important; */
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap;
    margin: 0 auto;
}

/* Keep search icon on the right */
.header--fourteen .dt_navbar-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Slider */

.header--fourteen + #content .dt_slider .dt-text-center .dt_slider-content,
.header--fourteen + #content .dt_slider .dt_slider-content {
    margin-bottom: 10rem;
}

.header--fourteen + #content .dt_slider .dt_slider-content .title > span+span {
    -webkit-text-stroke: 1px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

/* Service Seventeen */

.dt_slider + .dt_service {
    padding-top: 0;
    padding-bottom: 9rem;
    overflow: visible;
    background-color: #f2f2f2;
}

.dt_slider + .dt_service .dt-col-lg-12 {
    margin-top: -12rem;
    margin-bottom: 0;
}

.dt_service--seventeen .dt_item_inner {
    position: relative;
    margin-top: 9.2rem;
    margin-bottom: 1rem;
}

.dt_service--seventeen .dt_item_inner .dt_item_top {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.dt_service--seventeen .dt_item_inner .dt_item_top .dt_item_image {
    width: 18.3rem;
    height: 18.3rem;
    line-height: 18.3rem;
    position: relative;
}

.dt_service--seventeen .dt_item_inner .dt_item_top .dt_item_image:before,
.dt_service--seventeen .dt_item_inner .dt_item_top .dt_item_image:after {
    position: absolute;
    content: '';
    bottom: 90px;
    width: 34px;
    height: 36px;
    border-radius: 36px;
    background-color: transparent;
    transition: all 0.5s ease;
    z-index: -1;
}

.dt_service--seventeen .dt_item_inner .dt_item_top .dt_item_image:before {
    left: -32px;
    box-shadow: 14px 16px 0px -5px #fff;
}

.dt_service--seventeen .dt_item_inner .dt_item_top .dt_item_image:after {
    right: -32px;
    box-shadow: -14px 16px 0px -5px #fff;
}

.dt_service--seventeen .dt_item_inner .dt_item_top .dt_item_image a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 18.3rem;
    height: 18.3rem;
    border-radius: 50%;
    z-index: 0;
}

.dt_service--seventeen .dt_item_inner .dt_item_top .dt_item_image a::before {
    content: "";
    position: absolute;
    inset: 1rem;
    background-color: var(--dt-pri-color);
    border-radius: 50%;
    z-index: 0;
    opacity: 0;
    transform: scale(0.25);
    transition: all 0.5s ease;
}

.dt_service--seventeen .dt_item_inner:focus-within .dt_item_top .dt_item_image a::before,
.dt_service--seventeen .dt_item_inner:hover .dt_item_top .dt_item_image a::before {
    opacity: 0.6;
    transform: scale(1);
}

.dt_service--seventeen .dt_item_inner .dt_item_top .dt_item_image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 0 auto;
    border: 1rem solid #fff;
    object-fit: cover;
}

.dt_service--seventeen .dt_item_inner .dt_item_top .dt_item_icon {
    width: 7.5rem;
    height: 7.5rem;
    line-height: 6.6rem;
    border-radius: 50%;
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
    background-color: var(--dt-pri-color);
    border: 0.5rem solid #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 32%);
    transition: all 0.5s ease;
}

.dt_service--seventeen .dt_item_inner .dt_item_holder {
    position: relative;
    text-align: center;
    padding: 12.75rem 2.5rem 4.2rem;
    border-radius: 1rem;
}

.dt_service--seventeen .dt_item_inner .dt_item_holder::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 105%;
    left: 0;
    top: -1rem;
    background-color: var(--dt-pri-color);
    z-index: -1;
    border-radius: 1rem 1rem 1.5rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 51% 95%, 0 100%, 0% 25%);
    transition: all 0.5s ease;
}

.dt_service--seventeen .dt_item_inner .dt_shape_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
    border-radius: 1rem 1rem 1.5rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 51% 95%, 0 100%, 0% 25%);
}

.dt_service--seventeen .dt_item_inner .dt_shape_bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    background-color: var(--dt-sec-color);
    z-index: -1;
    border-radius: 1rem 1rem 1.5rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 51% 95%, 0 100%, 0% 25%);
    transition: all 0.5s ease;
}

.dt_service--seventeen .dt_item_inner:focus-within .dt_shape_bg::after,
.dt_service--seventeen .dt_item_inner:hover .dt_shape_bg::after {
    height: 100%;
}

.dt_service--seventeen .dt_item_inner .dt_item_holder .dt_item_title {
    font-size: 2.2rem;
    transition: all 0.5s ease;
}

.dt_service--seventeen .dt_item_inner .dt_item_holder .dt_item_title a {
    text-decoration: none;
    transition: all 0.5s ease;
}

.dt_service--seventeen .dt_item_inner .dt_item_holder .dt_item_title a:not(:hover, :focus),
.dt_service--seventeen .dt_item_inner .dt_item_holder .dt_item_content {
    color: var(--dt-sec-color);
}

.dt_service--seventeen .dt_item_inner .dt_item_holder .dt_item_content {
    margin-top: 1rem;
    transition: all 0.5s ease;
}

.dt_service--seventeen .dt_item_inner:focus-within .dt_item_title a:not(:hover, :focus),
.dt_service--seventeen .dt_item_inner:hover .dt_item_title a:not(:hover, :focus),
.dt_service--seventeen .dt_item_inner:focus-within .dt_item_title,
.dt_service--seventeen .dt_item_inner:hover .dt_item_title,
.dt_service--seventeen .dt_item_inner:focus-within .dt_item_content,
.dt_service--seventeen .dt_item_inner:hover .dt_item_content {
    color: #fff;
}

.dt_service--seventeen .dt_item_inner:focus-within .dt_item_top .dt_item_image:before,
.dt_service--seventeen .dt_item_inner:hover .dt_item_top .dt_item_image:before {
    box-shadow: 14px 16px 0px -5px var(--dt-sec-color);
}

.dt_service--seventeen .dt_item_inner:focus-within .dt_item_top .dt_item_image:after,
.dt_service--seventeen .dt_item_inner:hover .dt_item_top .dt_item_image:after {
    box-shadow: -14px 16px 0px -5px var(--dt-sec-color);
}

.dt_service--seventeen .dt_item_inner .dt_item_readmore .dt-btn-plustext {
    position: absolute;
    bottom: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    border-radius: 50%;
    background: var(--dt-pri-color);
    color: var(--dt-whi-color);
    overflow: hidden;
    text-decoration: none;
}

.dt_service--seventeen .dt_item_inner .dt_item_readmore .dt-btn-plustext:hover,
.dt_service--seventeen .dt_item_inner .dt_item_readmore .dt-btn-plustext:focus-within {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.dt_service--seventeen .dt_item_inner .dt_item_readmore .dt-btn-plustext:before {
    font-family: 'Font Awesome 6 Free';
    content: '\f105';
    font-weight: 600;
}

.dt_service--seventeen .dt_item_inner .dt_item_readmore .dt-btn-plustext span {
    display: none;
}


/* Service Eighteen */

.dt_service--eighteen {
    background-color: #f2f2f2;
}

.dt_service--eighteen .dt_item_inner {
    position: relative;
    padding: 2rem;
    border: 1px solid rgba(189, 189, 189, 0.35);
    border-radius: 2rem;
    text-align: center;
    background-color: #fff;
    z-index: 0;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.dt_service--eighteen .dt_item_inner:focus-within,
.dt_service--eighteen .dt_item_inner:hover {
    box-shadow: 8px 8px 0 var(--dt-pri-color);
}

.dt_service--eighteen .dt_item_inner .dt_item_top .dt_item_image a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.dt_service--eighteen .dt_item_inner .dt_item_top .dt_item_image img {
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    object-fit: cover;
}

.dt_service--eighteen .dt_item_inner .dt_item_top .dt_item_icon {
    display: inline-block;
    width: 9rem;
    height: 9rem;
    line-height: 7rem;
    border-radius: 50%;
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
    background-color: var(--dt-pri-color);
    border: 1rem solid #fff;
    margin-top: -6rem;
    transition: all 0.5s ease;
    position: relative;
    margin-bottom: 0.75rem;
    z-index: 0;
}

.dt_service--eighteen .dt_item_inner .dt_item_top .dt_item_icon:before,
.dt_service--eighteen .dt_item_inner .dt_item_top .dt_item_icon:after {
    position: absolute;
    content: '';
    bottom: 43px;
    width: 44px;
    height: 46px;
    border-radius: 46px;
    background-color: transparent;
    z-index: -1;
}

.dt_service--eighteen .dt_item_inner .dt_item_top .dt_item_icon:before {
    left: -46px;
    box-shadow: 10px 18px 0px -7px #fff;
}

.dt_service--eighteen .dt_item_inner .dt_item_top .dt_item_icon:after {
    right: -46px;
    box-shadow: -10px 18px 0px -7px #fff;
}

.dt_service--eighteen .dt_item_inner .dt_item_holder .dt_item_title {
    font-size: 2.2rem;
}

.dt_service--eighteen .dt_item_inner .dt_item_holder .dt_item_title a {
    text-decoration: none;
}

.dt_service--eighteen .dt_item_inner .dt_item_holder .dt_item_title a:not(:hover, :focus),
.dt_service--eighteen .dt_item_inner .dt_item_holder .dt_item_content {
    color: var(--dt-sec-color);
}

.dt_service--eighteen .dt_item_inner .dt_item_holder .dt_item_content {
    margin-top: 1rem;
}

.dt_service--eighteen .dt_item_inner .dt_item_readmore .dt-btn-plustext {
    position: absolute;
    bottom: -2.35rem;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    border-radius: 50%;
    background: var(--dt-pri-color);
    color: var(--dt-whi-color);
    overflow: hidden;
    text-decoration: none;
}

.dt_service--eighteen .dt_item_inner .dt_item_readmore .dt-btn-plustext:hover,
.dt_service--eighteen .dt_item_inner .dt_item_readmore .dt-btn-plustext:focus-within {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.dt_service--eighteen .dt_item_inner .dt_item_readmore .dt-btn-plustext:before {
    font-family: 'Font Awesome 6 Free';
    content: '\f105';
    font-weight: 600;
}

.dt_service--eighteen .dt_item_inner .dt_item_readmore .dt-btn-plustext span {
    display: none;
}

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

.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;
}

/* ================== */
/* Footer Compliance Styles */
/* ================== */

.dt_subscribe_form_wrapper {
    margin-top: 1rem;
}

/* --- Improved Subscribe + Unsubscribe Widgets --- */

/* .dt_subscribe_form_wrapper {
    margin-top: 10px;
} */

.dt_subscribe_desc,
.dt-unsub-desc {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 15px;
}

/* Inline input + button */
.dt_subscribe_inline {
    display: flex;
    gap: 10px;
    align-items: center;
}

.dt_subscribe_inline input[type="email"] {
    flex: 1;
    height: 46px;
    border-radius: 30px;
    padding: 0 18px;
    border: 1px solid #444;
    background: #fff;
    font-size: 15px;
}

/* Button fills height & stays consistent */
.dt_subscribe_inline button.dt-btn {
    height: 46px;
    padding: 0 26px;
    border-radius: 30px;
}

/* Checkbox cleanup */
.improved-checkbox {
    display: flex;
    align-items: flex-start;
    margin-top: 12px;
    gap: 8px;
    font-size: 13px;
    color: #ccc;
}

.improved-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

/* Status messages */
.dt_subscribe_status {
    margin-top: 12px;
    font-size: 14px;
}

.dt_subscribe_status.success {
    color: #4ee36c;
}

.dt_subscribe_status.error {
    color: #ff6f6f;
}

/* Unsubscribe button full width */
.dt-btn-block {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 30px;
    padding: 12px 0;
}


/* Subscribe and Unsubscribe widgets - ensure buttons align horizontally */
/* Make all footer columns equal height */
.dt_footer_middle .dt-row {
    display: flex;
    align-items: stretch;
}

.dt_footer_middle .dt-col-lg-3 {
    display: flex;
    flex-direction: column;
}

.dt_footer_middle .dt-col-lg-3 .widget_block {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}

.dt_subscribe_form_wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.dt_subscribe_form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
    min-height: 0;
}

/* Ensure Subscribe form content area matches Unsubscribe text area height */
.dt_subscribe_form > *:not(.dt_subscribe_btn):not(.dt_subscribe_status) {
    flex-shrink: 0;
}

.dt_subscribe_field {
    width: 100%;
}

.dt_subscribe_email {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.dt_subscribe_email::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.dt_subscribe_email:focus {
    outline: none;
    border-color: var(--dt-pri-color);
    background-color: rgba(255, 255, 255, 0.15);
}

.dt_subscribe_consent {
    font-size: 1.4rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    flex-shrink: 0;
}

.dt_subscribe_consent label {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    cursor: pointer;
}

.dt_subscribe_consent input[type="checkbox"] {
    margin-top: 0.2rem;
    flex-shrink: 0;
    cursor: pointer;
}

.dt_subscribe_btn {
    width: 100%;
    flex-shrink: 0;
}

.dt_subscribe_status {
    font-size: 1.25rem;
    margin-top: 0.5rem;
    min-height: 1.5rem;
    flex-shrink: 0;
}

.dt_subscribe_status.success {
    color: #4CAF50;
}

.dt_subscribe_status.error {
    color: #f44336;
}

/* Unsubscribe widget - align button with Subscribe button */
.dt_unsubscribe_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    font-size: 1.4rem;
}

.dt_unsubscribe_status {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    min-height: 1.5rem;
    flex-shrink: 0;
}

.dt_unsubscribe_text {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    flex-shrink: 0;
    min-height: 0;
}

/* Match the content height - Subscribe has field + consent, Unsubscribe has text */
/* Both should take up similar space before the button */
.dt_footer_middle .dt-col-lg-3:nth-child(3) .dt_subscribe_form > *:not(.dt_subscribe_btn):not(.dt_subscribe_status) {
    flex-shrink: 0;
}

.dt_footer_middle .dt-col-lg-3:nth-child(4) .dt_unsubscribe_text {
    flex: 0 0 auto;
}

.dt_unsubscribe_section {
    margin-top: 4.6rem;
    flex-shrink: 0;
}

.dt_unsubscribe_section .dt-btn {
    width: 100%;
}

/* Both buttons use margin-top: auto to align at the same bottom position */
/* This ensures they align horizontally regardless of content height differences */

.dt_footer .widget_nav_menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dt_footer .widget_nav_menu .menu-item {
    margin-bottom: 0.5rem;
}

.dt_footer .widget_nav_menu .menu-item a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.dt_footer .widget_nav_menu .menu-item a:hover,
.dt_footer .widget_nav_menu .menu-item a:focus {
    color: var(--dt-pri-color);
    padding-left: 0.5rem;
}

/* ================== */
/* Casino List Styles */
/* ================== */

.dt_casino_list_container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
    position: relative;
    overflow: visible;
}

.dt_casino_list_card {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: visible;
    position: relative;
    z-index: 1;
    color: var(--dt-sec-color);
}

/* When a dropdown is active, increase z-index of the card */
.dt_casino_list_card.dropdown-active {
    z-index: 1000 !important;
    position: relative;
}

/* Ranking Badge */
.dt_casino_rank_badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--dt-pri-color);
    color: #fff;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.dt_casino_list_card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.dt_casino_list_card:hover .dt_payment_method_more_wrapper {
    z-index: 1002;
}

.dt_casino_list_inner {
    display: flex;
    align-items: center;
    padding: 1.5rem 1.5rem 1.5rem 4.5rem;
    gap: 1.5rem;
    position: relative;
    overflow: visible;
    border-bottom: 1px solid #e0e0e0;
}

.dt_casino_list_left {
    display: flex;
    align-items: center;
    gap: 3.5rem;
    flex-shrink: 0;
    position: relative;
    min-width: 280px;
}

.dt_casino_list_rank {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--dt-pri-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.dt_casino_list_logo {
    width: 250px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1.25rem;
    flex-shrink: 0;
    border: 1px solid #e0e0e0;
}

.dt_casino_list_logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.dt_casino_list_logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.dt_casino_list_logo a:hover {
    transform: scale(1.05);
}

.dt_casino_list_name_rating {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.dt_casino_list_bonus_section,
.dt_casino_list_payout_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0 3rem;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    min-width: 150px;
    text-align: center;
}

.dt_casino_list_bonus_section {
    border-right: none;
}

.dt_casino_section_label {
    font-size: 2.0rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--dt-pri-color);
    margin-bottom: 0.25rem;
}

.dt_casino_list_name {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dt-sec-color);
    line-height: 1.3;
    margin-bottom: 0.25rem;
}

.dt_casino_list_rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
}

.dt_casino_list_rating_value {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--dt-sec-color);
}

.dt_casino_list_stars {
    display: flex;
    gap: 0.2rem;
    color: #4CAF50;
    font-size: 1.2rem;
}

.dt_casino_list_stars .fa-star,
.dt_casino_list_stars .fa-star-half-alt {
    color: #4CAF50;
}

.dt_casino_list_stars .far.fa-star {
    color: #ddd;
}

.dt_casino_list_bonus {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.25rem;
}

.dt_casino_list_bonus_text {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.4;
}

.dt_casino_list_bonus_amount {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--dt-pri-color);
    text-align: center;
    width: 100%;
}

.dt_casino_list_payout_speed {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--dt-pri-color);
    text-align: center;
}

.dt_casino_list_right {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-left: auto;
    min-width: 180px;
}

.dt_casino_review_link {
    color: var(--dt-sec-color);
    text-decoration: underline;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.dt_casino_review_link:hover {
    color: var(--dt-pri-color);
}

.dt_casino_list_btn {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: var(--dt-pri-color);
    color: #fff;
    text-decoration: none;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(251, 118, 69, 0.3);
    min-width: 160px;
    text-align: center;
}

.dt_casino_list_btn:hover,
.dt_casino_list_btn:focus {
    background-color: var(--dt-priTwo-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(251, 118, 69, 0.4);
    color: #fff;
}

/* Responsive Design for List */
@media (max-width: 991px) {
    .dt_casino_list_inner {
        flex-wrap: wrap;
        padding: 1.25rem 1.5rem;
        gap: 1rem;
    }
    
    .dt_casino_list_left {
        width: auto;
        flex-direction: row;
        justify-content: flex-start;
        gap: 1rem;
    }
    
    .dt_casino_list_logo {
        width: 140px;
        height: 100px;
    }
    
    .dt_casino_list_middle {
        flex: 1;
        min-width: 200px;
        order: 2;
    }
    
    .dt_casino_list_right {
        width: 100%;
        order: 3;
        margin-left: 0;
        margin-top: 0.5rem;
    }
    
    .dt_casino_list_btn {
        width: 100%;
        text-align: center;
    }
}

/* Mobile Responsive - Perfect Mobile View */
@media (max-width: 767px) {
    /* Container spacing */
    .dt_casino_list_container {
        gap: 1.5rem;
        padding: 0 0.5rem;
    }
    
    /* Card adjustments */
    .dt_casino_list_card {
        margin-bottom: 1rem;
    }
    
    /* Ranking badge - smaller on mobile */
    .dt_casino_rank_badge {
        width: 2rem;
        height: 2rem;
        font-size: 1rem;
        top: 0.75rem;
        left: 0.75rem;
    }
    
    /* Inner container - stack vertically */
    .dt_casino_list_inner {
        flex-direction: column;
        padding: 1rem 1rem 1rem 3.5rem; /* Left padding for badge */
        gap: 1.25rem;
        align-items: stretch;
    }
    
    /* Left section - logo and name stacked */
    .dt_casino_list_left {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
        width: 100%;
        min-width: auto;
    }
    
    /* Logo - smaller but still visible */
    .dt_casino_list_logo {
        width: 100%;
        max-width: 200px;
        height: 110px;
        margin: dt_casino_section_label0 auto;
    }
    
    /* Name and rating - centered */
    .dt_casino_list_name_rating {
        width: 100%;
        align-items: center;
    }
    
    .dt_casino_list_name {
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 0.5rem;
    }
    
    .dt_casino_list_rating {
        justify-content: center;
    }
    
    .dt_casino_list_rating_value {
        font-size: 1.1rem;
    }
    
    .dt_casino_list_stars {
        font-size: 1rem;
    }
    
    /* Bonus and Payout sections - display side by side on mobile */
    .dt_casino_list_inner {
        flex-wrap: wrap;
    }
    
    .dt_casino_list_bonus_section,
    .dt_casino_list_payout_section {
        flex: 0 0 calc(50% - 0.25rem);
        padding: 0.75rem 0.5rem;
        border: 1px solid #e0e0e0;
        min-width: auto;
        text-align: center;
        border-radius: 0.5rem;
        margin: 0.25rem;
    }
    
    .dt_casino_list_bonus_section {
        border-right: 1px solid #e0e0e0;
        margin-right: 0.125rem;
    }
    
    .dt_casino_list_payout_section {
        border-left: 1px solid #e0e0e0;
        margin-left: 0.125rem;
    }
    
    .dt_casino_section_label {
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
    }
    
    .dt_casino_list_bonus_amount,
    .dt_casino_list_payout_speed {
        font-size: 1.25rem;
    }
    
    /* Right section - CTA button full width */
    .dt_casino_list_right {
        width: 100%;
        margin-left: 0;
        margin-top: 0.5rem;
        min-width: auto;
    }
    
    .dt_casino_list_btn {
        width: 100%;
        padding: 1rem 1.5rem;
        font-size: 1rem;
        min-width: auto;
    }
    
    .dt_casino_review_link {
        font-size: 0.9rem;
        text-align: center;
        display: block;
        margin-top: 0.5rem;
    }
    
    /* Footer - stack vertically */
    .dt_casino_list_footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: 1.25rem 1rem;
    }
    
    .dt_casino_payment_methods_label {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
        width: 100%;
    }
    
    .dt_casino_list_payment_methods {
        width: 100%;
    }
    
    .dt_payment_methods_wrapper {
        width: 100%;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    
    /* Payment method badges - smaller on mobile */
    .dt_payment_method_badge.dt_payment_method_image {
        min-width: 60px;
        height: 40px;
        padding: 0.35rem;
    }
    
    .dt_payment_method_more {
        width: 2rem;
        height: 2rem;
    }
    
    .dt_casino_terms_link_wrapper {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    
    .dt_casino_list_footer .dt_casino_terms_link {
        font-size: 0.9rem !important;
        text-align: center;
        display: block;
        width: 100%;
    }
    
    /* Dropdown adjustments for mobile */
    .dt_payment_method_dropdown {
        min-width: 200px;
        max-width: calc(100vw - 2rem);
        right: 0;
        left: auto;
    }
    
    .dt_payment_method_more_wrapper.active .dt_payment_method_dropdown {
        right: 0;
        left: auto;
    }
}

/* Payment Methods Display */
.dt_casino_list_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    background-color: #f8f9fa;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.dt_casino_list_footer .dt_casino_terms_link {
    color: #333 !important;
    text-decoration: underline;
    font-size: 1.5rem !important;
    transition: color 0.3s ease;
    font-weight: 500;
}

.dt_casino_list_footer .dt_casino_terms_link:hover {
    color: var(--dt-pri-color) !important;
}

.dt_casino_payment_methods_label {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666;
    margin-right: 1rem;
    flex-shrink: 0;
}

.dt_casino_list_payment_methods {
    flex: 1;
}

.dt_casino_terms_link_wrapper {
    margin-left: auto;
}

.dt_casino_terms_link {
    color: #000 !important;
    text-decoration: underline;
    font-size: 1.5rem !important;
    transition: color 0.3s ease;
    font-weight: 500;
    opacity: 1 !important;
}

.dt_casino_list_footer .dt_casino_terms_link {
    color: #000 !important;
    text-decoration: underline;
    font-size: 1.5rem !important;
    transition: color 0.3s ease;
    font-weight: 500;
    opacity: 1 !important;
}

.dt_casino_terms_link:hover,
.dt_casino_list_footer .dt_casino_terms_link:hover {
    color: var(--dt-pri-color) !important;
}

.dt_payment_methods_wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.dt_payment_method_badge {
    display: inline-block;
    padding: 0.4rem 0.75rem;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--dt-sec-color);
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.dt_payment_method_badge:hover {
    border-color: var(--dt-pri-color);
    box-shadow: 0 2px 6px rgba(251, 118, 69, 0.2);
}

/* Payment method image badges */
.dt_payment_method_badge.dt_payment_method_image {
    padding: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.dt_payment_method_badge.dt_payment_method_image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.dt_payment_method_badge.dt_payment_method_image:hover {
    border-color: var(--dt-pri-color);
    box-shadow: 0 2px 6px rgba(251, 118, 69, 0.2);
    transform: translateY(-1px);
}

.dt_payment_method_more_wrapper {
    position: relative;
    display: inline-block;
}

.dt_payment_method_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #fff;
    border: 2px solid var(--dt-pri-color);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.dt_payment_method_more:hover,
.dt_payment_method_more:focus {
    background-color: var(--dt-pri-color);
    box-shadow: 0 2px 6px rgba(251, 118, 69, 0.3);
    outline: none;
}

.dt_payment_method_more:hover .dt_payment_dots,
.dt_payment_method_more:focus .dt_payment_dots {
    color: #fff;
}

.dt_payment_dots {
    font-size: 1rem;
    color: var(--dt-pri-color);
    line-height: 1;
    letter-spacing: 0.1rem;
    transition: color 0.3s ease;
}

.dt_payment_method_dropdown {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    background-color: #fff;
    border: 2px solid var(--dt-pri-color);
    border-radius: 0.5rem;
    padding: 0;
    min-width: 200px;
    max-width: 300px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    display: none;
    flex-direction: column;
    max-height: 300px;
    overflow: hidden;
}

.dt_payment_method_more_wrapper.active .dt_payment_method_dropdown {
    display: flex;
}

/* Dropdown arrow pointing up */
.dt_payment_dropdown_arrow {
    position: absolute;
    top: -8px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--dt-pri-color);
    z-index: 1001;
}

.dt_payment_dropdown_arrow::after {
    content: '';
    position: absolute;
    top: 2px;
    left: -7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
}

.dt_payment_dropdown_content {
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    max-height: 280px;
    overflow-y: auto;
}

/* Ensure dropdown appears above other elements */
.dt_payment_method_more_wrapper {
    position: relative;
    z-index: 10;
}

.dt_payment_method_more_wrapper {
    position: relative;
    z-index: 10;
}

.dt_payment_method_more_wrapper.active {
    z-index: 10001 !important;
    position: relative;
}

.dt_payment_method_more_wrapper.active .dt_payment_method_dropdown {
    z-index: 10002 !important;
    position: absolute;
}

.dt_casino_list_payment_methods {
    position: relative;
    z-index: 10;
}

/* Prevent parent containers from clipping */
.front-blog .dt-container-inner,
.dt_posts .dt-container-inner,
.front-blog,
.dt_posts {
    overflow: visible !important;
}

/* Ensure list item doesn't clip dropdown */
.dt_casino_list_item {
    overflow: visible !important;
    position: relative;
    z-index: auto;
}

/* When dropdown is active, increase z-index of the list item */
.dt_casino_list_item.dropdown-active {
    z-index: 1000 !important;
    position: relative;
}

.dt_payment_method_item {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    color: var(--dt-sec-color);
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
    cursor: pointer;
    display: block;
}

.dt_payment_method_item:last-child {
    border-bottom: none;
}

.dt_payment_method_item:hover {
    background-color: #f8f9fa;
}

/* Payment method item with image in dropdown */
.dt_payment_method_item.dt_payment_method_item_image {
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f0f0f0;
    background-color: #fff;
    border-radius: 0.25rem;
    margin-bottom: 0.25rem;
}

.dt_payment_method_item.dt_payment_method_item_image:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.dt_payment_method_item.dt_payment_method_item_image img {
    max-width: 100%;
    max-height: 40px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.dt_payment_method_item.dt_payment_method_item_image:hover {
    background-color: #f8f9fa;
    transform: scale(1.02);
}

/* Payment methods responsive */
@media (max-width: 767px) {
    .dt_payment_methods_wrapper {
        gap: 0.4rem;
    }
    
    .dt_payment_method_badge {
        font-size: 0.8rem;
        padding: 0.35rem 0.6rem;
    }
    
    .dt_payment_method_more {
        width: 2.2rem;
        height: 2.2rem;
    }
    
    .dt_payment_method_dropdown {
        min-width: 180px;
        max-width: 250px;
        right: 0;
        left: auto;
    }
    
    /* On mobile, position dropdown to left if needed */
    .dt_payment_method_more_wrapper.active .dt_payment_method_dropdown {
        right: auto;
        left: 0;
    }
}

/* ================== */
/* Casino Card Styles */
/* ================== */

.dt_casino_card {
    position: relative;
    background-color: var(--dt-sec-color);
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    margin-bottom: 2rem;
}

.dt_casino_card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
}

.dt_casino_rank {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 3rem;
    height: 3rem;
    background-color: var(--dt-pri-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.4rem;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.dt_casino_card_inner {
    display: flex;
    flex-direction: column;
}

.dt_casino_main_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0;
    background-color: var(--dt-sec-color);
}

.dt_casino_left_section {
    background-color: #fff;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.dt_casino_logo {
    margin-bottom: 1rem;
}

.dt_casino_logo img {
    max-width: 120px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.dt_casino_logo a {
    display: inline-block;
    transition: transform 0.3s ease;
}

.dt_casino_logo a:hover {
    transform: scale(1.05);
}

.dt_casino_name {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--dt-sec-color);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.dt_casino_rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.dt_casino_rating_value {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--dt-sec-color);
}

.dt_casino_stars {
    display: flex;
    gap: 0.2rem;
    color: #4CAF50;
    font-size: 1.2rem;
}

.dt_casino_stars .fa-star,
.dt_casino_stars .fa-star-half-alt {
    color: #4CAF50;
}

.dt_casino_stars .far.fa-star {
    color: #ddd;
}

.dt_casino_bonus_section,
.dt_casino_features_section,
.dt_casino_right_section {
    background-color: var(--dt-sec-color);
    padding: 2rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.dt_casino_right_section {
    border-right: none;
}

.dt_casino_section_title {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--dt-pri-color);
    margin-bottom: 1rem;
}

.dt_casino_bonus_text {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.dt_casino_bonus_amount {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--dt-pri-color);
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.dt_casino_bonus_extra {
    font-size: 1rem;
    color: #fff;
    line-height: 1.4;
}

.dt_casino_feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    color: #fff;
    line-height: 1.4;
}

.dt_casino_feature:last-child {
    margin-bottom: 0;
}

.dt_casino_feature i {
    color: #4CAF50;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.dt_casino_payout {
    margin-bottom: 1.5rem;
}

.dt_casino_payout_value {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--dt-pri-color);
    line-height: 1.2;
}

.dt_casino_visit_btn {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: var(--dt-pri-color);
    color: #fff;
    text-decoration: none;
    border-radius: 0.5rem;
    font-weight: 700;
    font-size: 1.1rem;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(251, 118, 69, 0.3);
}

.dt_casino_visit_btn:hover,
.dt_casino_visit_btn:focus {
    background-color: var(--dt-priTwo-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(251, 118, 69, 0.4);
    color: #fff;
}

.dt_casino_review_link {
    color: #fff;
    text-decoration: underline;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.dt_casino_review_link:hover,
.dt_casino_review_link:focus {
    color: var(--dt-pri-color);
}

.dt_casino_footer {
    background-color: var(--dt-sec-color);
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
    gap: 1rem;
}

.dt_casino_payment_methods {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.dt_casino_payment_list {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    align-items: center;
}

.dt_casino_payment_item {
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
}

.dt_casino_payment_item img {
    max-width: 80px;
    max-height: 30px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.dt_casino_payment_item.dt_casino_payment_text {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--dt-sec-color);
    white-space: nowrap;
}

/* Old style - keeping for backward compatibility but shouldn't be used */
.dt_casino_terms_link.old_style {
    color: #fff;
    text-decoration: underline;
    font-size: 0.9rem;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.dt_casino_terms_link.old_style:hover,
.dt_casino_terms_link.old_style:focus {
    color: var(--dt-pri-color);
}

/* Responsive Design */
@media (max-width: 991px) {
    .dt_casino_main_content {
        grid-template-columns: 1fr 1fr;
    }
    
    .dt_casino_left_section,
    .dt_casino_bonus_section,
    .dt_casino_features_section,
    .dt_casino_right_section {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .dt_casino_left_section {
        grid-column: 1 / -1;
    }
    
    .dt_casino_bonus_section {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 767px) {
    .dt_casino_main_content {
        grid-template-columns: 1fr;
    }
    
    .dt_casino_bonus_section {
        border-right: none;
    }
    
    .dt_casino_footer {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .dt_casino_payment_methods {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    
    .dt_casino_payment_list {
        width: 100%;
    }
}

/* Safety Tips Section Styles */
.dt_safety_tips {
    background-color: #ffffff;
    padding: 80px 0;
}

.dt_safety_tips_wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.dt_safety_tips .dt_siteheading .title {
    font-size: 4rem;
    font-weight: 700;
    color: #1C2438;
    margin-bottom: 2rem;
}

.dt_safety_tips_intro {
    max-width: 900px;
    margin: 0 auto 3rem;
}

.dt_safety_tips_intro p {
    font-size: 2rem;
    line-height: 1.8;
    color: #333;
    text-align: center;
}

.dt_safety_tips_grid {
    margin-top: 3rem;
}

.dt_safety_tip_card {
    background-color: #e8f5e9;
    border-radius: 12px;
    padding: 2.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.dt_safety_tip_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dt_safety_tip_icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #4caf50, #66bb6a);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
}

.dt_safety_tip_icon svg {
    width: 32px;
    height: 32px;
}

.dt_safety_tip_title {
    font-size: 2rem;
    font-weight: 700;
    color: #1C2438;
    margin-bottom: 1rem;
}

.dt_safety_tip_text {
    font-size: 1.5rem;
    line-height: 1.7;
    color: #666;
    margin: 0;
    flex: 1;
}

/* Ensure equal heights for cards in same row */
.dt_safety_tips_grid .dt-col-lg-6,
.dt_safety_tips_grid .dt-col-md-6 {
    display: flex;
    flex-direction: column;
}

.dt_safety_tips_grid .dt-col-lg-12 {
    display: flex;
    flex-direction: column;
}

/* Mobile Responsive for Safety Tips */
@media (max-width: 768px) {
    .dt_safety_tips {
        padding: 60px 0;
    }
    
    .dt_safety_tips .dt_siteheading .title {
        font-size: 2.7rem;
    }
    
    .dt_safety_tips_intro p {
        font-size: 1.6rem;
    }
    
    .dt_safety_tip_card {
        padding: 2rem 1.5rem;
        align-items: center;
        text-align: center;
    }
    
    .dt_safety_tip_icon {
        width: 50px;
        height: 50px;
        margin-bottom: 1.25rem;
        margin-left: auto;
        margin-right: auto;
    }
    
    .dt_safety_tip_icon svg {
        width: 28px;
        height: 28px;
    }
    
    .dt_safety_tip_title {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .dt_safety_tip_text {
        font-size: 1.4rem;
        text-align: center;
    }
}

/* Mobile Menu List Styles */
@media (max-width: 991px) {
    /* Prevent body scrolling when mobile menu is open */
    body.dt_mobilenav-mainmenu--active,
    body.overlay--enabled {
        overflow: hidden !important;
        position: fixed !important;
        width: 100% !important;
        height: 100% !important;
    }
    
    /* Semi-transparent overlay - covers entire viewport behind menu */
    .dt_mobilenav-mainmenu-content .dt_header-closemenu.off--layer {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        background-color: rgba(0, 0, 0, 0.6) !important;
        z-index: 9998 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transition: opacity 0.3s ease, visibility 0.3s ease !important;
        cursor: pointer !important;
        pointer-events: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        transform: none !important; /* Ensure it's not affected by parent transform */
    }
    
    body.dt_mobilenav-mainmenu--active .dt_mobilenav-mainmenu-content .dt_header-closemenu.off--layer,
    body.overlay--enabled .dt_mobilenav-mainmenu-content .dt_header-closemenu.off--layer {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        display: block !important;
    }
    
    /* Menu - slides down from top */
    .dt_mobilenav-mainmenu-content {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: auto !important;
        width: 100% !important;
        max-height: 80vh !important;
        z-index: 9999 !important;
        overflow: visible !important; /* Changed to visible so overlay can show */
        -webkit-overflow-scrolling: touch !important;
        will-change: transform !important;
        transform: translateY(-100%) !important;
        transition: transform 0.3s ease !important;
        backface-visibility: hidden !important;
        -webkit-backface-visibility: hidden !important;
        background-color: transparent !important; /* Make container transparent so overlay shows through */
        box-shadow: none !important;
    }
    
    /* Add overflow to inner container instead */
    .dt_mobilenav-mainmenu-content .dt_mobilenav-mainmenu-inner {
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }
    
    /* Show menu when active - slides down */
    body.dt_mobilenav-mainmenu--active .dt_mobilenav-mainmenu-content,
    body.overlay--enabled .dt_mobilenav-mainmenu-content {
        transform: translateY(0) !important;
    }
    
    /* Hide menu when not active - but keep in DOM for animation */
    body:not(.dt_mobilenav-mainmenu--active):not(.overlay--enabled) .dt_mobilenav-mainmenu-content {
        display: block !important;
        transform: translateY(-100%) !important;
    }
    
    /* Ensure menu inner container is stable */
    .dt_mobilenav-mainmenu-inner {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        max-height: 80vh;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        background-color: #ffffff !important;
        padding: 4.5rem 1.5rem 2rem !important; /* Extra top padding to avoid close button overlap */
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 9999 !important; /* Above overlay */
    }
    
    /* Close button - circular with dashed border and minus sign */
    .dt_mobilenav-mainmenu-inner .dt_header-closemenu.site--close {
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%;
        border: 1px dashed #4a5568;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        padding: 0;
        font-size: 0;
    }
    
    /* Hide parent theme's X icon (::after) and use our minus sign (::before) */
    .dt_mobilenav-mainmenu-inner .dt_header-closemenu.site--close::before {
        content: '';
        width: 1rem;
        height: 1px;
        background-color: #4a5568;
        display: block;
        transform: none !important; /* Override parent theme's rotation */
        position: static !important;
        margin: 0 !important;
        top: auto !important;
        left: auto !important;
    }
    
    /* Hide parent theme's second diagonal line (X icon) */
    .dt_mobilenav-mainmenu-inner .dt_header-closemenu.site--close::after {
        display: none !important;
        content: none !important;
    }
    
    .dt_mobilenav-mainmenu-inner .dt_header-closemenu.site--close:hover {
        border-color: #000000;
        transform: scale(1.05);
    }
    
    .dt_mobilenav-mainmenu-inner .dt_header-closemenu.site--close:hover::before {
        background-color: #000000;
    }
    
    /* Menu list container */
    .dt_mobilenav-mainmenu-inner .dt_navbar-mainmenu {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        display: flex !important;
        flex-direction: column;
        gap: 1rem;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .dt_mobilenav-mainmenu-inner .dt_navbar-mainmenu > li {
        display: block !important;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Menu items - button-like with rounded corners and orange text */
    .dt_mobilenav-mainmenu-inner .dt_navbar-mainmenu > li > a,
    .dt_mobilenav-mainmenu-inner .menu-item > a,
    .dt_mobilenav-mainmenu-inner .menu-item a,
    .dt_mobilenav .dt_navbar-mainmenu > li > a {
        display: block !important;
        width: 100%;
        padding: 1.125rem 1.5rem !important;
        font-size: rem !important;
        font-weight: 500;
        color: #fb7645 !important;
        text-decoration: none;
        border-radius: 12px;
        background-color: #ffffff;
        border: none;
        transition: all 0.2s ease;
        line-height: 1.5;
        min-height: auto !important;
        height: auto !important;
        /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); */
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Active/Current menu item */
    .dt_mobilenav-mainmenu-inner .dt_navbar-mainmenu > li.current-menu-item > a,
    .dt_mobilenav-mainmenu-inner .dt_navbar-mainmenu > li.current_page_item > a,
    .dt_mobilenav-mainmenu-inner .dt_navbar-mainmenu > li.current-menu-ancestor > a,
    .dt_mobilenav-mainmenu-inner .menu-item.current-menu-item > a,
    .dt_mobilenav-mainmenu-inner .menu-item.current_page_item > a {
        color: #fb7645 !important;
        background-color: #ffffff !important;
    }
    
    /* Hover state for menu items */
    .dt_mobilenav-mainmenu-inner .dt_navbar-mainmenu > li > a:hover,
    .dt_mobilenav-mainmenu-inner .dt_navbar-mainmenu > li > a:focus {
        color: #fb7645 !important;
        background-color: #ffffff !important;
    }
    
    /* Menu items with children */
    .dt_mobilenav-mainmenu-inner .dt_navbar-mainmenu > li.menu-item-has-children {
        display: block;
    }
    
    .dt_mobilenav-mainmenu-inner .dt_navbar-mainmenu > li.menu-item-has-children > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .dt_mobilenav-mainmenu-inner .dt_navbar-mainmenu > li.menu-item-has-children > a::after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1rem;
        color: #fb7645;
        transition: transform 0.3s ease;
        margin-left: 0.75rem;
    }
    
    .dt_mobilenav-mainmenu-inner .dt_navbar-mainmenu > li.menu-item-has-children.active > a::after {
        transform: rotate(180deg);
    }
    
    /* Dropdown/sub-menu styling */
    .dt_mobilenav-mainmenu-inner .dt_navbar-mainmenu .dropdown-menu {
        display: none;
        list-style: none;
        padding: 0.75rem 0 0 0 !important;
        margin: 0;
        width: 100%;
        background-color: transparent;
        border: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
    }
    
    .dt_mobilenav-mainmenu-inner .dt_navbar-mainmenu .dropdown-menu.active {
        display: block;
        max-height: 1000px;
        padding: 0.75rem 0 0 0 !important;
    }
    
    .dt_mobilenav-mainmenu-inner .dt_navbar-mainmenu .dropdown-menu > li {
        display: block;
        width: 100%;
        margin: 0 0 0.75rem 0 !important;
        padding: 0 !important;
        border: none !important;
    }
    
    /* Sub-menu items - same style but slightly smaller */
    .dt_mobilenav-mainmenu-inner .dt_navbar-mainmenu .dropdown-menu > li > a {
        display: block !important;
        width: 100%;
        padding: 0.875rem 1.5rem 0.875rem 2rem !important;
        font-size: 1rem;
        font-weight: 500;
        color: #fb7645 !important;
        text-decoration: none;
        line-height: 1.5;
        border-radius: 12px;
        background-color: #ffffff;
        border: none;
        transition: all 0.2s ease;
    }
    
    .dt_mobilenav-mainmenu-inner .dt_navbar-mainmenu .dropdown-menu > li > a:hover,
    .dt_mobilenav-mainmenu-inner .dt_navbar-mainmenu .dropdown-menu > li > a:focus {
        color: #fb7645 !important;
        background-color: #ffffff !important;
    }
    
    /* Active sub-menu item */
    .dt_mobilenav-mainmenu-inner .dt_navbar-mainmenu .dropdown-menu > li.current-menu-item > a,
    .dt_mobilenav-mainmenu-inner .dt_navbar-mainmenu .dropdown-menu > li.current_page_item > a {
        color: #fb7645 !important;
    }
}

/* About Us Section Styles */
.dt_about_us {
    background-color: #ffffff;
    padding: 80px 0;
}

.dt_about_us_wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.dt_about_us .dt_siteheading .title {
    font-size: 4rem;
    font-weight: 700;
    color: #1C2438;
    margin-bottom: 3rem;
}

.dt_about_us_content {
    margin-top: 2rem;
}

.dt_about_us_text {
    margin-bottom: 4rem;
}

.dt_about_intro {
    font-size: 2rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 2rem;
    text-align: left;
}

.dt_about_tagline {
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--dt-pri-color);
    margin-top: 2rem;
    font-style: italic;
}

.dt_about_trust_section {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 3rem 2.5rem;
    margin-top: 3rem;
}

.dt_about_trust_title {
    font-size: 3.3rem;
    font-weight: 700;
    color: #1C2438;
    margin-bottom: 2.5rem;
    text-align: left;
}

.dt_about_trust_points {
    margin-top: 2rem;
}

.dt_about_trust_points .dt-row {
    display: flex;
    flex-wrap: wrap;
}

.dt_about_trust_points .dt-col-lg-6,
.dt_about_trust_points .dt-col-md-6 {
    display: flex;
    flex-direction: column;
}

.dt_trust_point {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    flex: 1;
}

.dt_trust_point:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dt_trust_point_icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--dt-pri-color), var(--dt-priTwo-color));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding: 12px;
}

.dt_trust_point_icon svg {
    width: 100%;
    height: 100%;
}

.dt_trust_point_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.dt_trust_point_content h4 {
    font-size: 2rem;
    font-weight: 700;
    color: #1C2438;
    margin-bottom: 0.75rem;
}

.dt_trust_point_content p {
    font-size: 1.5rem;
    line-height: 1.7;
    color: #666;
    margin: 0;
    flex: 1;
}

/* Mobile Responsive for About Us */
@media (max-width: 768px) {
    .dt_about_us {
        padding: 60px 0;
    }
    
    .dt_about_us .dt_siteheading .title {
        font-size: 2.7rem;
    }
    
    .dt_about_intro {
        font-size: 1.6rem;
    }
    
    .dt_about_tagline {
        font-size: 1.7rem;
    }
    
    .dt_about_trust_section {
        padding: 2rem 1.5rem;
    }
    
    .dt_about_trust_title {
        font-size: 2.2rem;
    }
    
    .dt_trust_point {
        flex-direction: column;
        text-align: center;
        padding: 1.25rem;
    }
    
    .dt_trust_point_icon {
        margin: 0 auto;
    }
    
    .dt_trust_point_content h4 {
        font-size: 1.5rem;
    }
    
    .dt_trust_point_content p {
        font-size: 1.4rem;
    }
}

/* FAQ Section Styles */
.dt_faq {
    background-color: #f5f5f5;
    padding: 80px 0;
}

.dt_faq_wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.dt_faq .dt_siteheading .title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #1C2438;
    margin-bottom: 3rem;
}

.dt_faq_accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.dt_faq_item {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dt_faq_item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.dt_faq_question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    cursor: pointer;
    position: relative;
    background-color: #fafafa;
    border: none;
    width: 100%;
    text-align: left;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dt_faq_question_text {
    font-size: 2.0rem;
    font-weight: 600;
    color: #1C2438;
    margin: 0;
    flex: 1;
    padding-right: 1rem;
}

.dt_faq_toggle {
    background-color: #fb7645;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0;
    position: relative;
}

.dt_faq_question:active .dt_faq_toggle {
    transform: scale(0.95);
}

.dt_faq_question:hover .dt_faq_toggle {
    background-color: #ff4e2d;
}

.dt_faq_toggle svg {
    stroke: #ffffff;
    width: 20px;
    height: 20px;
}

.dt_faq_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    height: 100%;
}

.dt_faq_icon_plus {
    opacity: 1;
}

.dt_faq_icon_minus {
    opacity: 0;
}

.dt_faq_item.active .dt_faq_question {
    background-color: #ffffff;
}

.dt_faq_item.active .dt_faq_icon_plus {
    opacity: 0;
}

.dt_faq_item.active .dt_faq_icon_minus {
    opacity: 1;
}

.dt_faq_item.active .dt_faq_toggle {
    background-color: #1C2438;
}

.dt_faq_answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 2rem;
}

.dt_faq_item.active .dt_faq_answer {
    max-height: 1000px;
    padding: 0 2rem 1.5rem 2rem;
}

.dt_faq_answer_content {
    padding: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.dt_faq_item.active .dt_faq_answer_content {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.15s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
}

.dt_faq_answer_content p {
    color: #666;
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .dt_faq .dt_siteheading .title {
        font-size: 2.5rem;
    }
    
    .dt_faq_question {
        padding: 1.25rem 1.5rem;
    }
    
    .dt_faq_question_text {
        font-size: 1.8rem;
    }
    
    .dt_faq_toggle {
        width: 35px;
        height: 35px;
    }
    
    .dt_faq_answer_content {
        padding: 0 1.5rem 1.25rem 1.5rem;
    }
}