    .premium-feature-box {
        background: #fff;
        border-radius: 24px;
        padding: 40px 30px;
        height: 100%;
        box-shadow: 0 15px 45px rgba(0,0,0,0.04);
        border: 1px solid rgba(0,0,0,0.02);
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .premium-feature-box:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 60px rgba(0,0,0,0.08);
        border-color: #2e0ada;
    }
    .premium-icon-wrap {
        width: 80px;
        height: 80px;
        background: #f8fafc;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
        transition: all 0.3s ease;
    }
    .premium-feature-box:hover .premium-icon-wrap {
        background: #2e0ada;
    }
    .premium-feature-box:hover .premium-icon-wrap img {
        filter: brightness(0) invert(1);
    }
    .premium-icon-wrap img {
        width: 40px !important;
        height: auto !important;
    }

    /* Fix for preloader - Sleek dark overlay */
    .optech-preloader-wrap {
        background-color: #0c0e14 !important; /* Deep dark slate */
    }
    .optech-preloader div {
        background-color: #2e0ada !important; /* Brand blue accents */
    }

    /* Background Ornaments */
    .bg-ornament-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        pointer-events: none;
        z-index: 0;
    }
    .ornament-glow {
        position: absolute;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(46, 10, 218, 0.05) 0%, transparent 70%);
        border-radius: 50%;
    }
    .dot-pattern {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image:
            radial-gradient(circle at 2px 2px, rgba(46, 10, 218, 0.2) 2px, transparent 0);
        background-size: 40px 40px;
        z-index: 0;
    }
    .dot-pattern::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background:
            linear-gradient(90deg, rgba(46, 10, 218, 0.03) 1px, transparent 1px),
            linear-gradient(rgba(46, 10, 218, 0.03) 1px, transparent 1px);
        background-size: 40px 40px;
    }

    /* Floating Tech Spectacles */
    .floating-object {
        position: absolute;
        color: #2e0ada;
        opacity: 0.08;
        z-index: 0;
        animation: floatObject 8s ease-in-out infinite;
        pointer-events: none;
    }
    @keyframes floatObject {
        0%, 100% { transform: translateY(0) rotate(0); }
        50% { transform: translateY(-30px) rotate(15deg); }
    }

    /* Slick Slider Custom Arrows */
    .slick-dots {
        display: none !important;
    }
    .optech-2column-slider {
        position: relative;
        padding: 0 60px; /* Space for arrows */
    }
    .optech-2column-slider .slide-arrow {
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 999 !important;
        background: #2e0ada !important;
        color: #fff !important;
        border: none !important;
        width: 50px !important;
        height: 50px !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(46, 10, 218, 0.3);
        pointer-events: auto !important;
    }
    .optech-2column-slider .optech-t-prev {
        left: -20px !important;
    }
    .optech-2column-slider .optech-t-next {
        right: -20px !important;
    }
    .optech-2column-slider .slide-arrow i {
        font-size: 20px !important;
        color: #fff !important;
        line-height: 1;
    }
    .optech-2column-slider .slide-arrow:hover {
        background: #1e07b5 !important;
        transform: translateY(-50%) scale(1.1) !important;
    }
    .premium-alt-btn {
        background: #2e0ada !important;
        color: #fff !important;
        padding: 12px 30px !important;
        border-radius: 50px !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        font-weight: 600 !important;
        transition: all 0.3s ease !important;
        box-shadow: 0 4px 15px rgba(46, 10, 218, 0.2) !important;
        text-decoration: none !important;
        font-size: 1rem !important;
        border: none !important;
    }
    .premium-alt-btn:hover {
        background: #1e07b5 !important;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(46, 10, 218, 0.3) !important;
        color: #fff !important;
    }
    @media (max-width: 991px) {
        .premium-feature-box {
            margin-bottom: 30px !important;
            height: auto !important;
        }
    }
    @media (max-width: 991px) {
  .custom-btn img {
    width: 30px !important;
    height: auto !important;
  }
}
