.dht1230-hp-slider {
    position: relative;
    width: 100%;
    min-height: 500px;
    height: 100vh;
    overflow: hidden;
    background: #000;
    cursor: grab;
    user-select: none;
}

.dht1230-hp-slider:active {
    cursor: grabbing;
}

.elementor-widget-shortcode .dht1230-hp-slider {
    height: 100%;
    min-height: 500px;
}

.elementor-section .dht1230-hp-slider {
    min-height: 600px;
}

.dht1230-slider-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}

.dht1230-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    opacity: 0;
    visibility: hidden;
}

.dht1230-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    opacity: 1;
    transition: opacity 600ms ease;
}

.dht1230-slide-bg picture,
.dht1230-slide-bg img {
    width: 100%;
    height: 100%;
    display: block;
}

.dht1230-slide-bg img {
    object-position: center;
    object-fit: cover;
}

.dht1230-slide-fit-contain .dht1230-slide-bg img {
    object-fit: contain;
    height: 100%;
}

.dht1230-slide-fit-cover .dht1230-slide-bg img {
    object-fit: cover;
    height: 100%;
}

.dht1230-slide-fit-contain {
    background-size: contain;
}

.dht1230-slide-fit-cover {
    background-size: cover;
}

.dht1230-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.dht1230-slide-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    transition: opacity 600ms ease;
}

.dht1230-slide.video-ready .dht1230-slide-video {
    opacity: 1;
}

.dht1230-slide.video-ready .dht1230-slide-bg {
    opacity: 0;
}

.dht1230-slide-video video,
.dht1230-slide-video iframe {
    z-index: 2;
}

.dht1230-slide-video video,
.dht1230-slide-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.dht1230-slide-content {
    position: relative;
    z-index: 3;
    max-width: 700px;
    padding: 40px;
    margin-left: 5%;
}

body h2.dht1230-slide-title,
body h2.dht1230-slide-subtitle {
    font-size: clamp(30px, 52px, 52px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 0 0;
    text-transform: uppercase;
}

body h2.dht1230-slide-subtitle {
    font-weight: 100;
    margin: 0 0 40px 0;
}

.dht1230-slide-text {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    line-height: 1.6;
    margin: 0 0 30px 0;
    max-width: 500px;
}

.dht1230-slide-text p {
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    max-width: 400px;
}

.dht1230-slide-link {
    display: inline;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    border: 0;
    background: transparent;
    transition: color 0.2s ease;
}

.dht1230-slide-link:hover {
    color: inherit;
    text-decoration: none;
}

.dht1230-slide-link-arrow{
    font-size: 0.7rem;
}

.dht1230-slide-link-arrow,
.dht1230-slide-link-icon svg{
    transition: transform 0.3s ease;
}

 .dht1230-slide-link-icon {
    display: inline-flex;
    align-items: start;
    margin-left: 0;
    padding: 0;
    position: relative;
    top: 2px;
    left: 0px;
}

 .dht1230-slide-link-icon svg {
     width: 14px;
     height: 14px;
     display: block;
 }

.dht1230-slide-link:hover .dht1230-slide-link-arrow,
.dht1230-slide-link:hover svg {
    transform: translateX(5px);
    text-decoration: none;
}

 .dht1230-hp-slider button:hover,
 .dht1230-hp-slider button:focus,
 .dht1230-hp-slider [type="button"]:hover,
 .dht1230-hp-slider [type="button"]:focus,
 .dht1230-hp-slider [type="submit"]:hover,
 .dht1230-hp-slider [type="submit"]:focus {
     background-color: transparent;
     color: inherit;
     text-decoration: none;
 }

.dht1230-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: none;
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.dht1230-slider-nav:hover {
    color: rgba(255, 255, 255, 1);
    transform: translateY(-50%) scale(1.15);
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);
}

.dht1230-slider-prev {
    left: 30px;
}

.dht1230-slider-next {
    right: 30px;
}

.dht1230-slider-pagination {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 16px;
}

.dht1230-pagination-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    padding: 0 !important;
    min-width: 12px !important;
    min-height: 12px !important;
    line-height: 0 !important;
    font-size: 0 !important;
    display: inline-block;
    flex: 0 0 12px;
    -webkit-appearance: none;
    appearance: none;
}

.dht1230-slider-pagination .dht1230-pagination-dot {
    width: 12px !important;
    height: 12px !important;
    border-radius: 999px !important;
}

.dht1230-pagination-dot:hover {
    background: rgba(255, 255, 255, 0.85);
    transform: scale(1.2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}

.dht1230-pagination-dot.active {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
    .dht1230-hp-slider {
        min-height: 400px;
    }

    .dht1230-slide {
        align-items: flex-end;
        justify-content: center;
    }
    
    .dht1230-slide-content {
        padding: 18px 20px 34px;
        margin-left: 0;
        max-width: 100%;
        text-align: center;
        background: rgba(0, 0, 0, 0.28);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        border-radius: 12px;
        margin-bottom: 56px;
    }

    .dht1230-slider-pagination {
        bottom: 16px;
        gap: 12px;
    }

    .dht1230-slider-pagination .dht1230-pagination-dot {
        width: 10px !important;
        height: 10px !important;
        min-width: 10px !important;
        min-height: 10px !important;
        border-radius: 999px !important;
        flex: 0 0 10px;
    }
    
    .dht1230-slide-title {
        font-size: clamp(1.5rem, 6vw, 2.5rem);
        margin-bottom: 15px;
    }
    
    .dht1230-slide-text {
        font-size: clamp(0.85rem, 3vw, 1rem);
        margin-bottom: 20px;
    }
    
    .dht1230-slide-link {
        padding: 10px 20px;
        font-size: 0.8rem;
    }
    
    .dht1230-slider-nav {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .dht1230-slider-prev {
        left: 15px;
    }
    
    .dht1230-slider-next {
        right: 15px;
    }
    
    .dht1230-slider-pagination {
        bottom: 25px;
        gap: 12px;
    }
    
    .dht1230-pagination-dot {
        width: 7px;
        height: 7px;
    }
}

@media (max-width: 480px) {
    .dht1230-slide-content {
        padding: 20px 15px;
    }
    
    .dht1230-slide-title {
        font-size: clamp(1.2rem, 7vw, 2rem);
        margin-bottom: 10px;
    }
    
    .dht1230-slide-text {
        font-size: 0.85rem;
        margin-bottom: 15px;
    }
    
    .dht1230-slider-nav {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
    
    .dht1230-slider-prev {
        left: 10px;
    }
    
    .dht1230-slider-next {
        right: 10px;
    }
    
    .dht1230-pagination-dot {
        width: 6px;
        height: 6px;
    }
}

.dht1230-hp-slider[data-transition="slide"] .dht1230-slide {
    left: 100%;
}

.dht1230-hp-slider[data-transition="slide"] .dht1230-slide.active {
    left: 0;
}


/* ==========================================================================
   Tablet Layout - Medium Screens
   ========================================================================== */

/**
 * Tablet breakpoint (769px - 1024px)
 * Zoom on
 */
@media (min-width: 769px) and (max-width: 1024px) {
    .dht1230-slide-content {
      transform: scale(0.65);
      transform-origin: bottom left;
    }
    .dht1230-slide-content {
        margin-bottom: 20%;
    }
}

@media (max-width: 768px) {
    body h2.dht1230-slide-title, body h2.dht1230-slide-subtitle {
        font-size: 6vw;
    }
    .dht1230-slide-content {  
        transform: scale(0.8);
        transform-origin: bottom center;
    }
}

.dht1230-slide-content-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.4) 50%, 
        rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 2;
}