
/* ===========================================
   FEATURED SOLUTIONS
=========================================== */

.products-section{

    padding:120px 0;

    background:
        radial-gradient(
            circle at top left,
            rgba(34,197,94,.05),
            transparent 35%
        ),
        linear-gradient(
            180deg,
            #071018 0%,
            #0b111b 100%
        );

}

.product-showcase{

    margin-top:90px;

}

.product-showcase:first-of-type{

    margin-top:60px;

}

.product-showcase img{

    width:100%;

    border-radius:24px;

    box-shadow:
        0 30px 80px rgba(0,0,0,.45);

    transition:.35s;

}

.product-showcase img:hover{

    transform:translateY(-6px) scale(1.02);

}

.product-category{

    display:inline-flex;

    align-items:center;

    padding:8px 18px;

    border-radius:999px;

    background:rgba(34,197,94,.12);

    border:1px solid rgba(34,197,94,.20);

    color:#7ee787;

    font-size:13px;

    font-weight:700;

    letter-spacing:.08em;

    text-transform:uppercase;

    margin-bottom:20px;

}

.product-showcase h2{

    color:#ffffff;

    font-size:44px;

    font-weight:800;

    margin-bottom:20px;

}

.product-showcase p{

    color:#b8c4d3;

    font-size:18px;

    line-height:1.8;

    margin-bottom:30px;

}

.product-tags{

    display:flex;

    flex-wrap:wrap;

    gap:12px;

    margin-bottom:35px;

}

.product-tags span{

    padding:10px 18px;

    border-radius:999px;

    background:rgba(255,255,255,.06);

    border:1px solid rgba(255,255,255,.08);

    color:#e2e8f0;

    transition:.30s;

}

.product-tags span:hover{

    background:var(--primary-color);

    color:#fff;

}

/* ===========================================
   WHY CHOOSE OBEETECH
=========================================== */

.why-section{

    padding:120px 0;

    position:relative;

    background:
        radial-gradient(circle at top left,
        rgba(34,197,94,.06),
        transparent 35%),
        linear-gradient(
        180deg,
        #071018,
        #0b111b);

}

.why-card{

    height:100%;

    padding:38px;

    border-radius:26px;

    background:rgba(255,255,255,.04);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.08);

    transition:all .35s ease;

    box-shadow:
        0 18px 45px rgba(0,0,0,.28);

}

.why-card:hover{

    transform:translateY(-10px);

    border-color:rgba(34,197,94,.35);

    box-shadow:
        0 28px 60px rgba(0,0,0,.40);

}

.why-icon{

    width:72px;

    height:72px;

    border-radius:22px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:28px;

    background:rgba(34,197,94,.12);

    border:1px solid rgba(34,197,94,.25);

}

.why-icon i{

    font-size:32px;

    color:var(--primary-color);

}

.why-card h3{

    color:#fff;

    font-size:24px;

    font-weight:700;

    margin-bottom:16px;

}

.why-card p{

    color:#94a3b8;

    line-height:1.8;

    margin:0;

}

/* ===========================================
   PRODUCTS CTA
=========================================== */

.products-cta{

    padding:120px 0;

    position:relative;

    background:
        radial-gradient(circle at center,
        rgba(34,197,94,.08),
        transparent 45%),
        linear-gradient(
        180deg,
        #081018,
        #0b111b);

}

.cta-box{

    max-width:900px;

    margin:auto;

    text-align:center;

    padding:70px 50px;

    border-radius:32px;

    background:rgba(255,255,255,.04);

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.08);

    box-shadow:
        0 25px 70px rgba(0,0,0,.35);

}

.cta-box h2{

    color:#fff;

    font-size:54px;

    font-weight:800;

    margin:25px 0;

    line-height:1.15;

}

.cta-box p{

    max-width:680px;

    margin:0 auto;

    color:#94a3b8;

    font-size:19px;

    line-height:1.9;

}

.cta-box .hero-buttons{

    margin-top:45px;

}

/* ===========================================
   RESPONSIVE
=========================================== */

@media(max-width:991px){

.products-hero{

    padding:80px 0;

}

.products-hero .hero-title{

    font-size:42px;

}

.products-preview{

    margin-top:20px;

}

}

@media(max-width:576px){

.products-hero .hero-title{

    font-size:34px;

}

.hero-buttons{

    flex-direction:column;

}

.hero-buttons .btn{

    width:100%;

}

.products-preview-card{

    padding:28px;

}

.products-section{

    padding:80px 0;

}

.product-showcase{

    margin-top:60px;

}

.product-showcase h2{

    font-size:28px;

}

.product-tags{

    gap:8px;

}

.product-tags span{

    font-size:13px;

    padding:8px 14px;

}

.product-showcase .mt-4{

    flex-direction:column;

    gap:14px;

}

.product-showcase .mt-4 .btn{

    width:100%;

}

.top-left,
.top-right{

    top:12px;

}

.bottom-left,
.bottom-right{

    bottom:12px;

}

.top-left,
.bottom-left{

    left:12px;

}

.top-right,
.bottom-right{

    right:12px;

}

.floating-card-product{

    min-width:145px;

    padding:10px 12px;

    gap:10px;

    animation:productCardFloat 5s ease-in-out infinite;

}

.floating-card-icon{

    width:40px;

    height:40px;

}

.floating-card-icon i{

    font-size:17px;

}

.floating-card-content strong{

    font-size:13px;

}

.floating-card-content small{

    font-size:10px;

}

.top-left,
.top-right{

    top:-10px;

}

.bottom-left,
.bottom-right{

    bottom:-10px;

}

.top-left,
.bottom-left{

    left:-10px;

}

.top-right,
.bottom-right{

    right:-10px;

}

.why-section{

    padding:80px 0;

}

.why-card{

    padding:28px;

}

.why-icon{

    width:60px;

    height:60px;

}

.why-icon i{

    font-size:28px;

}

.why-card h3{

    font-size:20px;

}

.products-cta{

    padding:80px 0;

}

.cta-box{

    padding:40px 25px;

}

.cta-box h2{

    font-size:34px;

}

.cta-box p{

    font-size:17px;

}

.cta-box .hero-buttons{

    margin-top:30px;

}

}

/* ===========================================
   PRODUCT BUTTONS
=========================================== */

.product-showcase .btn{

    border-radius:999px;

    padding:12px 24px;

    font-weight:700;

    transition:all .30s ease;

}

.product-showcase .btn-success{

    box-shadow:
        0 10px 25px rgba(34,197,94,.25);

}

.product-showcase .btn-success:hover{

    transform:translateY(-3px);

    box-shadow:
        0 18px 35px rgba(34,197,94,.35);

}

.product-showcase .btn-outline-success{

    border-width:2px;

}

.product-showcase .btn-outline-success:hover{

    transform:translateY(-3px);

}

.product-showcase .mt-4{

    display:flex;

    flex-wrap:wrap;

    gap:16px;

}

/* ===========================================
   PRODUCT IMAGE FRAME
=========================================== */

.product-image-frame{

    position:relative;

    overflow:visible;

    border-radius:26px;

    padding:18px;

    background:linear-gradient(
        145deg,
        rgba(255,255,255,.05),
        rgba(255,255,255,.02)
    );

    border:1px solid rgba(255,255,255,.08);

    box-shadow:
        0 30px 80px rgba(0,0,0,.45);

    transition:all .35s ease;

}

.product-image-frame::before{

    content:"";

    position:absolute;

    inset:0;

    background:
        radial-gradient(
            circle,
            rgba(34,197,94,.10),
            transparent 60%
        );

    border-radius:26px;

    pointer-events:none;

    z-index:0;

}

.product-image-frame img{

    position:relative;

    z-index:1;

}

.product-image-frame:hover{

    transform:
        translateY(-8px);

    box-shadow:
        0 45px 100px rgba(0,0,0,.55);

}

.product-image-frame img{

    display:block;

    width:100%;

    border-radius:18px;

    animation:productFloat 6s ease-in-out infinite;

    transition:transform .35s ease;

}

/* ===========================================
   PRODUCT FLOATING CARDS
=========================================== */

.floating-card-product{

    position:absolute;

    display:flex;

    align-items:center;

    gap:14px;

    min-width:180px;

    padding:14px 18px;

    border-radius:20px;

    background:rgba(12,18,28,.90);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.08);

    box-shadow:
        0 18px 45px rgba(0,0,0,.35);

    z-index:20;

    transition:all .35s ease;

    animation:productCardFloat 5s ease-in-out infinite;
}

.floating-card-product:hover{

    transform:translateY(-8px) scale(1.03);

    border-color:rgba(34,197,94,.45);

    box-shadow:
        0 25px 60px rgba(0,0,0,.45);

}

.floating-card-icon{

    width:52px;

    height:52px;

    border-radius:16px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:var(--primary-color);

    flex-shrink:0;

}

.floating-card-icon i{

    color:#fff;

    font-size:22px;

}

.floating-card-content{

    display:flex;

    flex-direction:column;

}

.floating-card-content small{

    color:#94a3b8;

    font-size:11px;

    text-transform:uppercase;

    letter-spacing:.08em;

    margin-bottom:3px;

}

.floating-card-content strong{

    color:#fff;

    font-size:16px;

    font-weight:700;

}

/* ===========================
   Floating Positions
=========================== */

.top-left{

    top:-18px;

    left:-18px;

    animation-delay:0s;

}

.top-right{

    top:-18px;

    right:-18px;

    animation-delay:1.2s;

}

.bottom-left{

    bottom:-18px;

    left:-18px;

    animation-delay:2.1s;

}

.bottom-right{

    bottom:-18px;

    right:-18px;

    animation-delay:.8s;

}


/* ===========================================
   PRODUCT ANIMATIONS
=========================================== */

@keyframes productFloat{

    0%{

        transform:translateY(0px);

    }

    50%{

        transform:translateY(-10px);

    }

    100%{

        transform:translateY(0px);

    }

}

@keyframes productCardFloat{

    0%{

        transform:translateY(0px);

    }

    50%{

        transform:translateY(-8px);

    }

    100%{

        transform:translateY(0px);

    }

}

/* ===========================================
   PRODUCT FEATURES
=========================================== */

.product-description{

    margin:22px 0 30px;

    color:#aab4c3;

    font-size:18px;

    line-height:1.9;

}

.product-features{

    display:flex;

    flex-wrap:wrap;

    gap:12px;

    margin-bottom:34px;

}

.product-feature-chip{

    display:flex;

    align-items:center;

    gap:8px;

    padding:10px 18px;

    border-radius:999px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    transition:.30s;

}

.product-feature-chip i{

    color:var(--primary-color);

    font-size:15px;

}

.product-feature-chip span{

    color:#d5dde8;

    font-size:14px;

    font-weight:500;

}

.product-feature-chip:hover{

    transform:translateY(-3px);

    border-color:rgba(34,197,94,.45);

    background:rgba(34,197,94,.10);

}

/* ===========================================
   CKEDITOR CONTENT
=========================================== */

.product-description p{

    margin:0 0 18px;

}

.product-description h1,
.product-description h2,
.product-description h3,
.product-description h4{

    color:#ffffff;

    margin:28px 0 16px;

    line-height:1.3;

}

.product-description ul,
.product-description ol{

    margin:18px 0 18px 22px;

}

.product-description li{

    margin-bottom:10px;

    color:#d6dee8;

}

.product-description strong{

    color:#ffffff;

    font-weight:700;

}

.product-description a{

    color:var(--primary-color);

    text-decoration:none;

}

.product-description a:hover{

    text-decoration:underline;

}

.product-description img{

    max-width:100%;

    border-radius:16px;

    margin:20px 0;

}

.product-description blockquote{

    margin:20px 0;

    padding:16px 22px;

    border-left:4px solid var(--primary-color);

    background:rgba(255,255,255,.04);

    border-radius:10px;

    color:#d6dee8;

}

/* ===========================================
   PRODUCT CONTENT
=========================================== */

.product-content{

    color:#d8e0ea;

    font-size:18px;

    line-height:1.9;

}

.product-content h2{

    margin:48px 0 20px;

    color:#ffffff;

    font-size:34px;

    font-weight:800;

}

.product-content h3{

    margin:36px 0 16px;

    color:#ffffff;

    font-size:26px;

    font-weight:700;

}

.product-content p{

    margin-bottom:20px;

}

.product-content ul{

    padding-left:24px;

    margin-bottom:24px;

}

.product-content li{

    margin-bottom:10px;

}

.product-content img{

    max-width:100%;

    height:auto;

    border-radius:18px;

    margin:30px 0;

    box-shadow:0 25px 60px rgba(0,0,0,.30);

}

.product-content table{

    width:100%;

    margin:30px 0;

}

.product-content blockquote{

    padding:20px 28px;

    border-left:4px solid var(--primary-color);

    background:rgba(255,255,255,.04);

    border-radius:10px;

}



/* ===========================================
   PRODUCT STATUS ROW
=========================================== */

.product-status-row{

    margin-top:-20px;

    margin-bottom:60px;

}

.status-row-wrapper{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:30px;

    flex-wrap:wrap;

    padding:22px 0;

    border-top:1px solid rgba(255,255,255,.08);

}

.status-row-features{

    display:flex;

    flex-wrap:wrap;

    gap:12px;

    flex:1;

}

.status-chip{

    display:flex;

    align-items:center;

    gap:8px;

    padding:10px 16px;

    border-radius:999px;

    background:#12161f;

    border:1px solid rgba(255,255,255,.08);

    color:#fff;

    font-size:14px;

}

.status-chip i{

    color:#22c55e;

}

.status-row-cards{

    display:flex;

    gap:16px;

    flex-wrap:wrap;

}

.status-card{

    display:flex;

    align-items:center;

    gap:14px;

    padding:18px;

    border-radius:18px;

    min-width:190px;

    background:#10151f;

    border:1px solid rgba(255,255,255,.08);

}

.status-icon{

    font-size:22px;

    color:#22c55e;

}

.status-content small{

    display:block;

    color:#8b949e;

    text-transform:uppercase;

    font-size:11px;

    letter-spacing:1px;

}

.status-content strong{

    display:block;

    color:#fff;

    margin-top:3px;

}


/* ===========================================
   KEY FEATURES
=========================================== */

.product-key-features{

    padding:90px 0;

}

.feature-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

    gap:24px;

    margin-top:50px;

}

.feature-card{

    background:#111827;

    border:1px solid rgba(255,255,255,.08);

    border-radius:22px;

    padding:32px;

    transition:.30s ease;

    position:relative;

    overflow:hidden;

}

.feature-card:hover{

    transform:translateY(-8px);

    border-color:#16a34a;

    box-shadow:0 20px 45px rgba(0,0,0,.35);

}

.feature-icon{

    width:64px;

    height:64px;

    border-radius:18px;

    background:rgba(22,163,74,.15);

    color:#22c55e;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    margin-bottom:22px;

}

.feature-card h4{

    color:#fff;

    font-size:22px;

    font-weight:700;

    margin-bottom:12px;

}

.feature-card p{

    color:#94a3b8;

    line-height:1.7;

    margin:0;

}

/* ===========================================
   PRODUCT DOWNLOADS
=========================================== */

.product-downloads{

    padding:90px 0;

}

.download-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

    gap:24px;

    margin-top:50px;

}

.download-card{

    background:#111827;

    border:1px solid rgba(255,255,255,.08);

    border-radius:22px;

    padding:30px;

    text-align:center;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:flex-start;

}

.download-card:hover{

    transform:translateY(-8px);

    border-color:#16a34a;

    box-shadow:0 20px 45px rgba(0,0,0,.35);

}

.download-icon{

    width:72px;

    height:72px;

    margin:0 auto 20px;

    border-radius:20px;

    background:rgba(22,163,74,.15);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#22c55e;

    font-size:34px;

}

.download-card h4{

    color:#fff;

    margin-bottom:8px;

}

.download-card p{

    color:#94a3b8;

    margin-bottom:24px;

}

.download-card .admin-btn{

    width:100%;

    text-decoration:none;

    display:inline-flex;

    justify-content:center;

    align-items:center;

}

.empty-downloads{

    grid-column:1/-1;

    text-align:center;

    padding:60px;

    border:1px dashed rgba(255,255,255,.12);

    border-radius:20px;

}

.empty-downloads i{

    font-size:60px;

    color:#22c55e;

    margin-bottom:20px;

}

.download-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    width:220px;

    height:48px;

    padding:0 20px;

    background:#22c55e;

    border-radius:12px;

    color:#fff;

    font-weight:600;

    text-decoration:none;
}

.download-btn:hover{

    background:#16a34a;

    color:#fff;

    text-decoration:none;

    transform:translateY(-2px);

    box-shadow:0 10px 25px rgba(34,197,94,.35);

}

.download-btn i{

    align-items:center;

    justify-content:center;

    transform:translateY(1px);

    display:block;

    margin:0;

    padding:0;

    line-height:1;

    font-size:18px;

    vertical-align:0;

    color:#ffffff;

}

/*=====================================
    PRODUCT OVERVIEW
======================================*/

.product-overview{

    padding:80px 0;

}

.overview-header{

    margin-bottom:35px;

}

.overview-tag{

    display:inline-block;

    padding:8px 16px;

    border-radius:999px;

    background:rgba(34,197,94,.10);

    border:1px solid rgba(34,197,94,.25);

    color:#22c55e;

    font-size:.78rem;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:18px;

}

.overview-header h2{

    font-size:2.2rem;

    font-weight:700;

    color:#fff;

    margin:0;

}

.overview-content{

    max-width:900px;

    font-size:1.1rem;

    line-height:1.9;

    color:#bfc8d8;

}

.product-overview{

    border-top:1px solid rgba(255,255,255,.08);

    margin-top:70px;

    padding-top:80px;

}

/* ===========================================
   PRODUCT GALLERY V2
=========================================== */

.product-gallery-main{

    position:relative;

    width:100%;
    max-width:1100px;

    margin:40px auto;

    overflow:visible;

    border-radius:24px;

}


/* ===========================================
   MAIN IMAGE
=========================================== */

.product-gallery-main img{

    display:block;

    width:100% !important;
    max-width:100% !important;

    height:auto !important;
    max-height:none !important;

    object-fit:contain !important;

    border-radius:24px;

}


/* ===========================================
   GALLERY NAVIGATION
=========================================== */

.gallery-nav{

    position:absolute;

    top:50%;

    transform:translateY(-50%);

    width:54px;
    height:54px;

    border:none;

    border-radius:50%;

    background:rgba(15,23,42,.72);

    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);

    color:#fff;

    font-size:22px;

    cursor:pointer;

    opacity:0;

    transition:all .25s ease;

    z-index:20;

    display:flex;

    align-items:center;
    justify-content:center;

}


/* Show navigation when hovering gallery */

.product-gallery-main:hover .gallery-nav{

    opacity:1;

}


/* Navigation hover */

.gallery-nav:hover{

    background:#16a34a;

    box-shadow:
        0 0 18px rgba(22,163,74,.45);

    transform:
        translateY(-50%)
        scale(1.08);

}


/* Previous */

.gallery-prev{

    left:20px;

}


/* Next */

.gallery-next{

    right:20px;

}


/* ===========================================
   GALLERY THUMBNAILS
=========================================== */

.product-gallery-thumbs{

    display:flex;

    align-items:center;
    justify-content:center;

    gap:14px;

    flex-wrap:wrap;

    width:100%;

    margin:24px auto 0;

}


/* Thumbnail */

.gallery-thumb{

    display:block;

    width:120px;
    height:80px;

    max-width:100%;

    object-fit:cover;

    border-radius:12px;

    cursor:pointer;

    border:3px solid transparent;

    transition:
        opacity .25s ease,
        transform .25s ease,
        border-color .25s ease;

    opacity:.75;

}


/* Thumbnail hover */

.gallery-thumb:hover{

    opacity:1;

    transform:translateY(-3px);

}


/* Active thumbnail */

.gallery-thumb.active{

    border-color:#16a34a;

    opacity:1;

}


/* ===========================================
   IMAGE FADE ANIMATION
=========================================== */

.product-gallery-main img.fade{

    opacity:.25;

    transform:scale(.98);

}


/* ===========================================
   TABLET
=========================================== */

@media (max-width:991px){

    .product-gallery-main{

        width:100%;

        max-width:100%;

        margin:30px auto;

        border-radius:20px;

    }

    .product-gallery-main img{

        width:100%;

        height:auto;

        object-fit:contain;

        border-radius:20px;

    }

    .gallery-nav{

        width:46px;
        height:46px;

        font-size:19px;

    }

    .gallery-prev{

        left:14px;

    }

    .gallery-next{

        right:14px;

    }

    .gallery-thumb{

        width:105px;
        height:70px;

    }

}


/* ===========================================
   MOBILE
=========================================== */

@media (max-width:768px){

    .product-gallery-main{

        width:100%;
        max-width:100%;

        margin:20px auto;

        overflow:visible;

        border-radius:18px;

    }

    .product-gallery-main img{

        width:100% !important;

        height:auto !important;

        max-width:100% !important;

        max-height:none !important;

        object-fit:contain !important;

        border-radius:18px;

    }

    .gallery-nav{

        display:none;

    }

}


/* ===========================================
   SMALL MOBILE
=========================================== */

@media (max-width:576px){

    .product-gallery-main{

        margin:18px auto;

        border-radius:16px;

    }

    .product-gallery-main img{

        width:100%;

        height:auto !important;

        max-height:none !important;

        object-fit:contain;

        border-radius:16px;

    }

    .product-gallery-thumbs{

        gap:8px;

        margin-top:14px;

        padding:0 6px;

    }

    .gallery-thumb{

        width:78px;

        height:52px;

        border-radius:8px;

    }

}


/* ===========================================
   EXTRA SMALL PHONES
=========================================== */

@media (max-width:400px){

    .gallery-thumb{

        width:70px;

        height:47px;

    }

}

.product-gallery-main{
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    overflow:visible !important;
}

.product-gallery-main img{
    display:block !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    object-fit:initial !important;
}

