/* =========================
   GLOBAL DARK THEME
========================= */

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: #0b0f19;
    color: #e5e7eb;
}

a { color: inherit; text-decoration: none; }

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
/* HEADER */

.site-header{
    position:sticky;
    top:0;
    z-index:9999;
    background:rgba(10,12,18,.92);
    backdrop-filter:blur(18px);
    border-bottom:1px solid rgba(255,255,255,.08);
}

.header-inner{
    height:78px;
    display:flex;
    align-items:center;
}

.logo{
    flex:0 0 220px;
}

.logo a{
    color:#fff;
    font-size:28px;
    font-weight:700;
    text-decoration:none;
}

.nav{
    flex:1;
    display:flex;
    justify-content:center;
}

.menu{
    display:flex;
    gap:35px;
    list-style:none;
    margin:0;
    padding:0;
}

.menu li a{
    color:#d1d5db;
    text-decoration:none;
    font-weight:500;
    transition:.3s;
}

.menu li a:hover{
    color:#fff;
}

.actions{
    flex:0 0 220px;
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:18px;
}

.cart{
    color:#fff;
    position:relative;
    font-size:22px;
}

.count{
    position:absolute;
    top:-8px;
    right:-10px;
    width:18px;
    height:18px;
    border-radius:50%;
    background: linear-gradient(114deg, #f63b3b, #473de3);border: 1px solid #cdc3f5;
    color:#fff;
    font-size:11px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.login{
    background: linear-gradient(114deg, #f63b3b, #473de3);border: 1px solid #cdc3f5;
    color:#fff;
    padding:10px 18px;
    border-radius:10px;
    text-decoration:none;
}

.login:hover{
    background:#1d4ed8;
}

.hero-btn{
    background: linear-gradient(114deg, #f63b3b, #473de3);border: 1px solid #cdc3f5;
    color:#fff;
   padding: 15px 17px !important;
    border-radius:10px;
    text-decoration:none;
    margin:3px;
}

.hero-btn:hover{
    background:#1d4ed8;
     margin:3px;
}



/* Burger */

.menu-toggle{
    display:none;
    background:none;
    border:none;
    cursor:pointer;
}

.menu-toggle span{
    display:block;
    width:28px;
    height:3px;
    background:#fff;
    margin:5px 0;
    transition:.3s;
}

@media(max-width:991px){

    .header-inner{
        height:70px;
    }

    .menu-toggle{
        display:block;
        margin-left:auto;
        order:2;
    }

    .actions{
        margin-left:15px;
        flex:unset;
    }

    .login{
        display:none;
    }

    .nav{

        position:absolute;

        top:70px;
        left:0;

        width:100%;

        background:#10141f;

        display:none;

        border-top:1px solid rgba(255,255,255,.08);

        padding:20px 0;
    }

    .nav.active{
        display:block;
    }

    .menu{

        flex-direction:column;

        gap:0;
    }

    .menu li{

        border-bottom:1px solid rgba(255,255,255,.05);

    }

    .menu li a{

        display:block;

        padding:18px 25px;

        font-size:16px;

    }

    .logo{

        flex:1;

    }

}

@media(max-width:480px){

    .logo a{

        font-size:22px;

    }

}

/* =========================
   HERO
========================= */

.hero-section{
    min-height:90vh;
    background:url('https://yorixedits.com/wp-content/uploads/2026/06/hero.png') no-repeat center/cover;
    position:relative;
    color:#fff;
}

/* DARK OVERLAY */
.hero-section::before{
    /*content:"";*/
    /*position:absolute;*/
    /*top:0;*/
    /*left:0;*/
    /*width:100%;*/
    /*height:100%;*/
    /*background:rgba(11,15,25,0.85);*/
}

/* CONTENT ABOVE OVERLAY */
.hero-section .container{
    position:relative;
    z-index:2;
}

/* TITLE */
.hero-title{
    font-size:48px;
    font-weight:800;
    line-height:1.2;
}

/* DESCRIPTION */
.hero-desc{
    margin-top:20px;
    color:#cbd5e1;
    font-size:16px;
    max-width:500px;
}

/* BUTTONS */
.hero-buttons{
    margin-top:30px;
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.hero-btn{
    padding:12px 24px;
    border-radius:10px;
    font-weight:600;
}

/* IMAGE */
.hero-image img{
    max-height:450px;
    object-fit:contain;
}

/* RESPONSIVE */
@media(max-width:991px){

.hero-title{
    font-size:32px;
    text-align:center;
}

.hero-desc{
    text-align:center;
    margin:0 auto;
}

.hero-buttons{
    justify-content:center;
}

.hero-image{
    margin-top:30px;
}

}

.hero {
    padding: 120px 0;
    text-align: center;
}

.hero h1 {
    font-size: 48px;
    font-weight: 700;
}

.hero p {
    color: #9ca3af;
    margin-top: 10px;
}

.hero-actions {
    margin-top: 25px;
}

.btn {
    padding: 12px 20px;
    border-radius: 10px;
    margin: 5px;
    display: inline-block;
}

.btn.primary {
    background: linear-gradient(114deg, #f63b3b, #473de3);border: 1px solid #cdc3f5;;
    color: white;
}

.btn.ghost {
    border: 1px solid #374151;
}

/* =========================
   SECTIONS
========================= */

section {
    padding: 70px 0;
}

h2 {
    font-size: 28px;
    margin-bottom: 30px;
}

/* =========================
   PRODUCTS
========================= */

.product-grid ul.products {
    display: grid !important;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

ul.products li.product {
    background: #111827;
    padding: 15px;
    border-radius: 12px;
    transition: 0.3s;
}

ul.products li.product:hover {
    transform: translateY(-5px);
}

/* =========================
   CATEGORIES
========================= */

.cat-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.cat-card {
    background: #111827;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    transition: 0.3s;
}

.cat-card:hover {
    background: #1f2937;
}

/* =========================
   WHY BOXES
========================= */

.why-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.why-box {
    background: #111827;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
}

/* =========================
   BLOG
========================= */

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.blog-card {
    background: #111827;
    border-radius: 12px;
    overflow: hidden;
}

.blog-card .thumb img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

/* =========================
   CTA
========================= */

.cta {
    text-align: center;
    background: linear-gradient(90deg,#111827,#1f2937);
}

/* =========================
   FOOTER
========================= */

.footer {
    background: #0a0d14;
    padding: 60px 0;
    border-top: 1px solid #1f2937;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.bottom {
    text-align: center;
    margin-top: 30px;
    color: #6b7280;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width: 768px) {

    .hero h1 { font-size: 28px; }

    .product-grid ul.products {
        grid-template-columns: 1fr 1fr;
    }

    .cat-grid,
    .why-grid,
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .nav ul {
        display: none;
    }
}
/* =========================
   PRODUCTS SECTION (DARK PREMIUM GRID)
========================= */

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 30px;
}

/* PRODUCT CARD */
.product-card {
    background: linear-gradient(145deg, #111827, #0b0f19);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.35s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

/* HOVER EFFECT */
.product-card:hover {
    transform: translateY(-8px);
    border-color: rgba(96,165,250,0.4);
    box-shadow: 0 15px 40px rgba(0,0,0,0.6);
}

/* PRODUCT LINK */
.product-link {
    display: block;
    text-decoration: none;
    color: #fff;
}

/* IMAGE / VIDEO AREA */
.product-card img,
.product-card video {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

/* ZOOM EFFECT */
.product-card:hover img,
.product-card:hover video {
    transform: scale(1.08);
}

/* TITLE */
.product-card h3 {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 14px 5px;
    color: #e5e7eb;
    line-height: 1.4;
}

/* PRICE */
.price {
    padding: 0 14px 10px;
    font-size: 15px;
    font-weight: 600;
    color: #60a5fa;
}

/* SALE PRICE STYLE (WooCommerce override) */
.price ins {
    text-decoration: none;
    color: #22c55e;
}

.price del {
    color: #6b7280;
    margin-right: 6px;
}

/* ADD TO CART AREA */
.add-to-cart {
    padding: 14px;
}

/* BUTTON */
.add_to_cart_button {
    display: block;
    width: 100%;
    text-align: center;
    background: linear-gradient(114deg, #f63b3b, #473de3);border: 1px solid #cdc3f5;
    color: #fff !important;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease;
}

.added_to_cart{
    margin-top: 5px;
     display: block;
    width: 100%;
    text-align: center;
    background: linear-gradient(114deg, #f63b3b, #473de3);border: 1px solid #cdc3f5;
    color: #fff !important;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease;
    
}

/* HOVER BUTTON */
.added_to_cart:hover {
    transform: scale(1.03);
    filter: brightness(1.1);
}

/* HOVER BUTTON */
.add_to_cart_button:hover {
    transform: scale(1.03);
    filter: brightness(1.1);
}

/* LOADING STATE (WooCommerce adds this class) */
.add_to_cart_button.loading {
    opacity: 0.6;
    pointer-events: none;
}

/* ADDED STATE */
.add_to_cart_button.added {
    background: #22c55e;
}

/* VIDEO BADGE EFFECT */
.product-card video {
    background: #000;
}

/* =========================
   GRID RESPONSIVE
========================= */

@media (max-width: 1024px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-card img,
    .product-card video {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .products-grid {
        grid-template-columns: 1fr;
    }
}

/* =====================================================
   GLOBAL DARK THEME
===================================================== */

body,
.site,
.site-content,
.content-area,
#primary,
#main{
    background:#0b0f19;
    color:#e5e7eb;
}

.entry-content{
    background:transparent;
}

/* =====================================================
   PAGE CONTAINER
===================================================== */

.site-main{
    /*padding:60px 0;*/
}

.woocommerce,
.woocommerce-page{
    color:#e5e7eb;
}

/* =====================================================
   SHOP / PRODUCT GRID
===================================================== */

.woocommerce ul.products li.product,
.single-product div.product{
    background:#111827;
    border:1px solid rgba(255,255,255,.08);
    border-radius:16px;
}

/* =====================================================
   CART
===================================================== */

.woocommerce-cart table.shop_table{
    background:#111827;
    border:1px solid rgba(255,255,255,.08);
    color:#fff;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td{
    border-color:#2b3444;
    color:#fff;
}

.woocommerce-cart .cart-collaterals .cart_totals{
    background:#111827;
    border-radius:15px;
    padding:25px;
}

.woocommerce-cart .cart_totals h2{
    color:#fff;
}

/* =====================================================
   CHECKOUT
===================================================== */

.woocommerce-checkout form.checkout{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:30px;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review{
    background:#111827;
    padding:30px;
    border-radius:15px;
    border:1px solid rgba(255,255,255,.08);
}

@media(max-width:991px){

.woocommerce-checkout form.checkout{
grid-template-columns:1fr;
}

}

/* =====================================================
   MY ACCOUNT
===================================================== */

.woocommerce-account .woocommerce{
    display:flex;
    gap:30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
    background:#111827;
    border-radius:15px;
    padding:20px;
}

.woocommerce-account .woocommerce-MyAccount-content{
    flex:1;
    background:#111827;
    padding:30px;
    border-radius:15px;
}

/* =====================================================
   INPUTS
===================================================== */

.woocommerce input,
.woocommerce textarea,
.woocommerce select{
    background:#0f172a !important;
    color:#fff !important;
    border:1px solid #374151 !important;
    border-radius:10px;
}

.woocommerce input:focus,
.woocommerce textarea:focus,
.woocommerce select:focus{
    border-color:#3b82f6 !important;
    outline:none;
}

/* =====================================================
   BUTTONS
===================================================== */

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.checkout-button{
    background:linear-gradient(114deg, #f63b3b, #473de3) !important;
    color:#fff !important;
    border:none;
    border-radius:10px;
    padding:14px 24px;
    font-weight:600;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
.checkout-button:hover{
    filter:brightness(1.1);
}

/* =====================================================
   COUPON
===================================================== */

.coupon input{
    background:#0f172a !important;
    color:#fff !important;
}

/* =====================================================
   TABLES
===================================================== */

table{
    background:#111827;
}

table th{
    background:#0f172a;
    color:#fff;
}

table td{
    color:#e5e7eb;
}

/* =====================================================
   ORDER REVIEW
===================================================== */

#order_review table{
    background:transparent;
}

#order_review th,
#order_review td{
    color:#fff;
}

/* =====================================================
   NOTICES
===================================================== */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error{
    background:#111827;
    color:#fff;
    border-left:4px solid #3b82f6;
}

/* =====================================================
   BREADCRUMB
===================================================== */

.woocommerce-breadcrumb{
    color:#9ca3af;
}

.woocommerce-breadcrumb a{
    color:#3b82f6;
}

/* =====================================================
   PRODUCT PAGE
===================================================== */

.single-product .summary{
    background:#111827;
    padding:30px;
    border-radius:15px;
}

.single-product .woocommerce-tabs ul.tabs{
    background:#111827;
}

.single-product .woocommerce-tabs .panel{
    background:#111827;
    padding:30px;
}

/* =====================================================
   RELATED PRODUCTS
===================================================== */

.related.products{
    margin-top:60px;
}

/* =====================================================
   REMOVE WHITE BACKGROUND
===================================================== */

.content-area,
.inside-article,
.site-content,
.separate-containers .inside-article,
.separate-containers .inside-right-sidebar,
.separate-containers .inside-left-sidebar{
    background:#0b0f19 !important;
    color:#fff;
    box-shadow:none !important;
}

.products-section{
    background:#0b0f19;
}

.product-card-dark{
    background:#111827;
    border-radius:16px;
    padding:15px;
    border:1px solid rgba(255,255,255,0.06);
    transition:0.3s;
}

.product-card-dark:hover{
    transform:translateY(-5px);
    border-color:#3b82f6;
}

.video-wrapper video,
.img-wrapper img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:12px;
    cursor:pointer;
}

.price{
    margin:10px 0;
    font-weight:600;
}

.modal-content{
    border-radius:12px;
    overflow:hidden;
}

.content-area .site-main{
   padding: 0px 50px;
}
.blog-section{
    background:#0b0f19;
}

/* BLOG CARD */
.blog-card-dark{
    display:block;
    background:#111827;
    border-radius:16px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,0.06);
    transition:0.3s;
    padding-bottom:15px;
}

.blog-card-dark:hover{
    transform:translateY(-6px);
    border-color:#3b82f6;
}

/* THUMBNAIL */
.blog-thumb img{
    width:100%;
    height:200px;
    object-fit:cover;
    display:block;
}

/* TITLE */
.blog-title{
    font-size:18px;
    font-weight:600;
    color:#fff;
    padding:12px 15px 5px;
    margin:0;
}

/* DESCRIPTION */
.blog-desc{
    color:#9ca3af;
    font-size:14px;
    padding:0 15px 15px;
    margin:0;
    line-height:1.5;
}

/* RESPONSIVE */
@media(max-width:768px){
    .blog-thumb img{
        height:180px;
    }
}
.footer-dark{
    background:#0b0b0b;
    color:#fff;
    font-family: 'Inter', sans-serif;
}

/* LOGO */
.footer-logo{
    font-size:28px;
    font-weight:800;
    letter-spacing:1px;
}

/* DESCRIPTION */
.footer-desc{
    color:#9ca3af;
    margin-top:10px;
    max-width:420px;
}

/* SOCIAL ICONS */
.social-icons{
    margin-top:20px;
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.social-icons a{
    width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#111;
    border-radius:8px;
    color:#fff;
    transition:0.3s;
    font-size:16px;
}

.social-icons a:hover{
    background: linear-gradient(114deg, #f63b3b, #473de3);border: 1px solid #cdc3f5;
    transform:translateY(-3px);
}

/* CONTACT */
.contact-item{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:15px;
    color:#e5e7eb;
}

.contact-item i{
    font-size:18px;
    color:#9ca3af;
}

/* =========================
   FOOTER DARK (MATCH SITE THEME)
========================= */

.footer-dark{
    background:#0b0f19; /* SAME AS YOUR SITE */
    color:#e5e7eb;
    font-family:'Inter',sans-serif;
    border-top:1px solid rgba(255,255,255,0.06);
}

/* TOP SECTION */
.footer-top{
    padding-top:60px;
    padding-bottom:40px;
}

/* LOGO */
.footer-logo{
    font-size:28px;
    font-weight:800;
    letter-spacing:1px;
    color:#ffffff;
}

/* DESCRIPTION */
.footer-desc{
    color:#9ca3af;
    margin-top:10px;
    max-width:420px;
}

/* SOCIAL ICONS */
.social-icons{
    margin-top:20px;
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.social-icons a{
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#111827;
    border:1px solid rgba(255,255,255,0.06);
    border-radius:10px;
    color:#fff;
    transition:0.3s;
    font-size:16px;
}

.social-icons a:hover{
    background: linear-gradient(114deg, #f63b3b, #473de3);border: 1px solid #cdc3f5;
    transform:translateY(-3px);
}

/* CONTACT */
.contact-item{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    font-size:15px;
    color:#e5e7eb;
}

.contact-item i{
    font-size:18px;
    color:#9ca3af;
}

/* DIVIDER (BETTER THAN HR) */
.footer-divider{
    height:1px;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.08),
        transparent
    );
}

/* BOTTOM */
.footer-bottom{
    font-size:14px;
    color:#9ca3af;
    padding-top:20px;
    padding-bottom:20px;
}

/* LINKS */
.footer-links a{
    color:#9ca3af;
    margin-left:15px;
    text-decoration:none;
    transition:0.3s;
}

.footer-links a:hover{
    color:#fff;
}

/* RESPONSIVE */
@media(max-width:768px){

.footer-links{
    margin-top:10px;
    text-align:center;
}

.social-icons{
    justify-content:center;
}

.footer-logo,
.footer-desc{
    text-align:center;
}

.contact-item{
    justify-content:center;
}

}

.video-modal .modal-content{
    background:#000;
    border:0;
}

/* FULL SCREEN VIDEO */
.video-player{
    width:100%;
    height:100vh;
    object-fit:contain;
    background:#000;
}

/* CLOSE BUTTON */
.modal-close{
    position:absolute;
    top:20px;
    right:20px;
    z-index:9999;
    background:rgba(255,255,255,0.1);
    border-radius:50%;
    padding:10px;
    backdrop-filter:blur(10px);
}

/* REMOVE SCROLL ENTIRELY */
.modal-body{
    overflow:hidden;
}
.modal-open .site-header {
    z-index: 1 !important;
}

/* DEFAULT DESKTOP STYLE */
.hero-image video{
    width:100%;
    height:auto;
    border-radius:16px;
    object-fit:cover;
    cursor:pointer;
}

/* =========================
   MOBILE - INSTAGRAM STYLE
========================= */

@media (max-width: 768px){

.hero-image{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:25px;
}

/* Instagram Reel Style Frame */
.hero-image video{
    width:100%;
    max-width:320px;   /* reel width */
    height:560px;      /* vertical reel height */
    object-fit:cover;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.6);
    background:#000;
}

}

/* SMALL MOBILE */
@media (max-width: 480px){

.hero-image video{
    max-width:100%;
    height:520px;
    border-radius:18px;
}

}

.separate-containers .site-main{
    margin:0px;
}

/* ===========================
SECTION TITLE
===========================*/

.section-badge{

    display:inline-block;
    padding:8px 18px;
    background:linear-gradient(114deg, #f63b3b, #473de3)20;
    color:#60a5fa;
    border-radius:30px;
    font-size:13px;
    letter-spacing:1px;
    font-weight:600;

}

.section-heading{

    color:#fff;
    font-size:42px;
    font-weight:700;
    line-height:1.3;

}

.section-text{

    color:#9ca3af;
    line-height:1.9;
    font-size:16px;

}

/* ===========================
ABOUT
===========================*/

.about-section{

    background:#0d1322;

}

.about-image img{

    border-radius:20px;
    width:100%;
    box-shadow:0 20px 50px rgba(0,0,0,.35);

}

.about-box{

    background:#111827;
    border:1px solid rgba(255,255,255,.06);
    border-radius:16px;
    padding:30px;
    text-align:center;
    transition:.3s;

}

.about-box:hover{

    transform:translateY(-8px);
    border-color:#3b82f6;

}

.about-box h3{

    color:#3b82f6;
    font-size:34px;
    margin-bottom:10px;

}

.about-box p{

    color:#cbd5e1;
    margin:0;

}

/* ===========================
CONTACT
===========================*/


.contact-card{

    background:#111827;
    padding:40px;
    border-radius:20px;
    border:1px solid rgba(255,255,255,.08);

}

.contact-info{

    display:flex;
    flex-direction:column;
    gap:20px;

}

.contact-item{

    display:flex;
    align-items:center;
    gap:15px;
    color:#fff;
    font-size:16px;

}

.contact-item i{

    width:50px;
    height:50px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:linear-gradient(114deg, #f63b3b, #473de3);
    color:#fff;

}

/* ===========================
FORM
===========================*/

.contact-card .form-control{

    background:#0f172a;
    border:1px solid rgba(255,255,255,.08);
    color:#fff;
    padding:15px;
    border-radius:12px;

}

.contact-card .form-control::placeholder{

    color:#9ca3af;

}

.contact-card .form-control:focus{

    background:#0f172a;
    color:#fff;
    border-color:#3b82f6;
    box-shadow:none;

}

.contact-card textarea{

    resize:none;

}

.contact-card .btn{

    background:linear-gradient(114deg, #f63b3b, #473de3);
    border:none;
    border-radius:12px;
    padding:14px 35px;
    font-weight:600;

}

/* ===========================
RESPONSIVE
===========================*/

@media(max-width:991px){

.section-heading{

    font-size:32px;

}

.about-box{

    padding:20px;

}

.contact-card{

    padding:25px;

}

}

a:hover, a:focus, a:active {
    color: #f7e9e9 !important;
}

/* ============================
   SECTION HEADER
============================ */

.section-badge{

    display:inline-block;
    padding:8px 18px;

    background:rgba(59,130,246,.15);

    color:#60a5fa;

    border:1px solid rgba(59,130,246,.3);

    border-radius:50px;

    font-size:13px;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

}

/* Title */

.section-title{

    font-size:46px;

    font-weight:700;

    color:#fff;

    line-height:1.2;

    margin-bottom:20px;

}

/* Description */

.section-description{

    max-width:700px;

    margin:0 auto;

    color:#9ca3af;

    font-size:17px;

    line-height:1.8;

}

/* Divider */

.section-divider{

    margin-top:35px;

    display:flex;

    justify-content:center;

    align-items:center;

}

.section-divider::before,
.section-divider::after{

    content:"";

    width:90px;

    height:1px;

    background:rgba(255,255,255,.15);

}

.section-divider span{

    width:60px;

    height:6px;

    margin:0 15px;

    border-radius:20px;

    background:linear-gradient(114deg, #f63b3b, #473de3);

    box-shadow:0 0 18px rgba(37,99,235,.5);

}

/* Responsive */

@media(max-width:991px){

.section-title{

    font-size:34px;

}

.section-description{

    font-size:15px;

}

.section-divider::before,
.section-divider::after{

    width:50px;

}

}

@media(max-width:576px){

.section-title{

    font-size:28px;

}

.section-description{

    font-size:14px;

}

}

/*==============================
WHY CHOOSE US
==============================*/

.why-choose{

    background:#0b0f19;

}

.feature-card{

    background:#111827;

    border:1px solid rgba(255,255,255,.06);

    border-radius:20px;

    padding:35px;

    height:100%;

    transition:.35s;

    text-align:center;

    position:relative;

    overflow:hidden;

}

.feature-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:4px;

    background:linear-gradient(90deg,linear-gradient(114deg, #f63b3b, #473de3),#60a5fa);

    transform:scaleX(0);

    transition:.35s;

}

.feature-card:hover{

    transform:translateY(-10px);

    border-color:linear-gradient(114deg, #f63b3b, #473de3);

    box-shadow:0 20px 40px rgba(37,99,235,.15);

}

.feature-card:hover::before{

    transform:scaleX(1);

}

.feature-icon{

    width:75px;

    height:75px;

    margin:auto;

    border-radius:20px;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:34px;

    color:#fff;

    background:linear-gradient(114deg, #f63b3b, #473de3);

    margin-bottom:25px;

}

.feature-card h4{

    color:#fff;

    font-size:22px;

    margin-bottom:15px;

    font-weight:700;

}

.feature-card p{

    color:#9ca3af;

    line-height:1.8;

    margin:0;

}

/*==============================
RESPONSIVE
==============================*/

@media(max-width:768px){

.feature-card{

    padding:25px;

}

.feature-icon{

    width:65px;

    height:65px;

    font-size:28px;

}

.feature-card h4{

    font-size:20px;

}

}

.blog-page,
.blog-hero{

background:#0b0f19;

}

/* CARD */

.blog-card{

background:#111827;

border-radius:18px;

overflow:hidden;

height:100%;

transition:.35s;

border:1px solid rgba(255,255,255,.06);

}

.blog-card:hover{

transform:translateY(-8px);

border-color:#2563eb;

box-shadow:0 20px 45px rgba(37,99,235,.15);

}

/* IMAGE */

.blog-card img{

width:100%;

height:240px;

object-fit:cover;

transition:.4s;

}

.blog-card:hover img{

transform:scale(1.05);

}

/* CONTENT */

.blog-content{

padding:25px;

}

.blog-meta{

display:flex;

justify-content:space-between;

align-items:center;

margin-bottom:18px;

font-size:13px;

}

/* CATEGORY */

.blog-category{

background:#2563eb20;

color:#60a5fa;

padding:6px 14px;

border-radius:30px;

font-weight:600;

}

/* DATE */

.blog-date{

color:#9ca3af;

}

/* TITLE */

.blog-content h3{

font-size:23px;

margin-bottom:15px;

}

.blog-content h3 a{

color:#fff;

text-decoration:none;

transition:.3s;

}

.blog-content h3 a:hover{

color:#60a5fa;

}

/* DESCRIPTION */

.blog-content p{

color:#9ca3af;

line-height:1.8;

margin-bottom:25px;

}

/* BUTTON */

.blog-content .btn{

border-radius:12px;

padding:12px 24px;

font-weight:600;

}

/* PAGINATION */

.blog-pagination{

display:flex;

justify-content:center;

}

.blog-pagination .page-numbers{

display:inline-flex;

align-items:center;

justify-content:center;

width:45px;

height:45px;

margin:0 5px;

border-radius:12px;

background:#111827;

color:#fff;

text-decoration:none;

transition:.3s;

border:1px solid rgba(255,255,255,.06);

}

.blog-pagination .current,

.blog-pagination .page-numbers:hover{

background:#2563eb;

border-color:#2563eb;

color:#fff;

}

/* RESPONSIVE */

@media(max-width:991px){

.blog-card img{

height:220px;

}

}

@media(max-width:767px){

.blog-card img{

height:200px;

}

.blog-content{

padding:20px;

}

.blog-content h3{

font-size:20px;

}

}

.about-hero,
.company-section,
.mission-section,
.stats-section,
.why-about,
.cta-section{

background:#0b0f19;

color:#fff;

}

.hero-image,
.company-image{

border-radius:20px;

box-shadow:0 20px 50px rgba(0,0,0,.35);

}

.mission-card,
.about-feature{

background:#111827;

padding:35px;

border-radius:20px;

border:1px solid rgba(255,255,255,.08);

transition:.35s;

height:100%;

text-align:center;

}

.mission-card:hover,
.about-feature:hover{

transform:translateY(-8px);

border-color:#2563eb;

}

.mission-card i,
.about-feature i{

font-size:45px;

color:#3b82f6;

margin-bottom:20px;

}

.mission-card h3,
.about-feature h4{

margin-bottom:15px;

}

.mission-card p,
.about-feature p{

color:#9ca3af;

line-height:1.8;

}

.stats-section{

background:#111827;

}

.stats-section h2{

font-size:48px;

color:#3b82f6;

font-weight:700;

}

.stats-section p{

color:#cbd5e1;

}

.cta-section{

background:linear-gradient(135deg,#1d4ed8,#2563eb);

border-radius:30px;

margin:80px auto;

max-width:1200px;

}

.cta-section h2{

font-size:42px;

margin-bottom:20px;

}

.cta-section p{

font-size:18px;

color:#e5e7eb;

margin-bottom:30px;

}

@media(max-width:991px){

.section-title{

font-size:34px;

}

.hero-image{

margin-top:40px;

}

.cta-section{

margin:40px 15px;

}

}

@media(max-width:767px){

.stats-section .col-md-3{

margin-bottom:30px;

}

.cta-section h2{

font-size:30px;

}

}

.contact-hero,
.contact-info-section,
.contact-form-section,
.faq-section{

background:#0b0f19;

color:#fff;

}

.contact-image{

max-width:450px;

border-radius:20px;

}

.info-card{

background:#111827;

padding:35px;

border-radius:20px;

text-align:center;

border:1px solid rgba(255,255,255,.08);

transition:.35s;

height:100%;

}

.info-card:hover{

transform:translateY(-8px);

border-color:#2563eb;

}

.icon{

width:70px;

height:70px;

margin:auto;

border-radius:50%;

background:#2563eb;

display:flex;

justify-content:center;

align-items:center;

font-size:30px;

margin-bottom:20px;

}

.info-card h4{

margin-bottom:15px;

}

.info-card p{

color:#9ca3af;

margin:0;

}

.contact-form-card{

background:#111827;

padding:40px;

border-radius:20px;

border:1px solid rgba(255,255,255,.08);

}

.contact-form-card .form-control{

background:#1f2937;

border:none;

color:#fff;

padding:15px;

border-radius:12px;

}

.contact-form-card .form-control::placeholder{

color:#9ca3af;

}

.contact-form-card .form-control:focus{

background:#1f2937;

color:#fff;

box-shadow:none;

border:1px solid #2563eb;

}

.contact-list{

list-style:none;

padding:0;

margin-top:30px;

}

.contact-list li{

margin-bottom:15px;

font-size:17px;

color:#d1d5db;

}

.contact-list i{

color:#3b82f6;

margin-right:10px;

}

.accordion-item{

background:#111827;

border:none;

margin-bottom:15px;

border-radius:12px;

overflow:hidden;

}

.accordion-button{

background:#111827;

color:#fff;

box-shadow:none;

}

.accordion-button:not(.collapsed){

background:#2563eb;

color:#fff;

}

.accordion-body{

background:#1f2937;

color:#d1d5db;

}

.contact-cta{

background:linear-gradient(135deg,#2563eb,#3b82f6);

text-align:center;

}

.contact-cta h2{

font-size:42px;

margin-bottom:20px;

}

.contact-cta p{

font-size:18px;

margin-bottom:30px;

color:#e5e7eb;

}

@media(max-width:991px){

.contact-form-card{

padding:25px;

}

.contact-image{

margin-top:40px;

}

.contact-cta h2{

font-size:30px;

}

}
.video-container {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.product-video {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    width: 65px;
    height: 65px;
    border-radius: 50%;
    
    background: rgba(0,0,0,0.65);
    color: #fff;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    font-size: 25px;
    z-index: 2;
    
    transition: .3s ease;
}

.video-play-btn span {
    margin-left: 5px;
}

.video-play-btn.hide {
    opacity: 0;
    visibility: hidden;
}

.custom-shop .product-card-dark{

background:#111;
padding:20px;
border-radius:15px;

}


.video-container{

position:relative;

}


.product-video,
.image-box img{

width:100%;
height:350px;
object-fit:cover;
border-radius:12px;

}



.video-play-btn{

position:absolute;

top:50%;
left:50%;

transform:translate(-50%,-50%);

width:65px;
height:65px;

border-radius:50%;

background:rgba(0,0,0,.6);

color:white;

display:flex;
align-items:center;
justify-content:center;

font-size:25px;

transition:.3s;

}



.video-play-btn.hide{

opacity:0;
visibility:hidden;

}

.custom-pagination {

    margin-top:50px;
    display:flex;
    justify-content:center;

}


.custom-pagination ul {

    display:flex;
    gap:10px;
    padding:0;
    margin:0;

    list-style:none;

}



.custom-pagination li a,
.custom-pagination li span {


    display:flex;

    align-items:center;
    justify-content:center;


    min-width:45px;
    height:45px;


    border-radius:8px;


    background: linear-gradient(114deg, #f63b3b, #473de3) !important;

    color:#fff;

    text-decoration:none;


    font-size:16px;


    transition:.3s;

}



.custom-pagination li a:hover {


    background: linear-gradient(114deg, #f63b3b, #473de3) !important;

}



.custom-pagination li span.current {


    background: linear-gradient(114deg, #f63b3b, #473de3) !important;

    color:#fff;

}



.custom-pagination li a.prev,
.custom-pagination li a.next {


    padding:0 18px;

}

input[type=text], input[type=email], input[type=tel], input[type=password]{
	background:#0b0f19 !important;
	color: #b0b1b3 !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select{
	background:#0b0f19 !important;
	color: #b0b1b3 !important;
}

.wc-blocks-components-select__select option{
	color:white;
}
.wc-block-components-checkout-place-order-button, .tml-button, .btn-primary{
	background: linear-gradient(114deg, #f63b3b, #473de3);
    border: 1px solid #cdc3f5;
    color: #fff;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
}