@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//tritech.al/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.8") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//tritech.al/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//tritech.al/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//tritech.al/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//tritech.al/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//tritech.al/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//tritech.al/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//tritech.al/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//tritech.al/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(92,225,230);
	--wd-alternative-color: rgb(0,74,173);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(12,192,223);
	--btn-accented-bgcolor-hover: rgb(12,192,223);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(9,33,67);
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 16px;
}
.single-post .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

    /* --- Main Container --- */
    .cc-hero-section {
        position: relative;
        background-color: #152755; 
        color: #ffffff;
        font-family: 'Roboto', sans-serif;
        padding: 60px 20px;
        overflow: hidden;
        min-height: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Background Pattern */
    .cc-hero-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: 
            linear-gradient(#1a3260 1px, transparent 1px),
            linear-gradient(90deg, #1a3260 1px, transparent 1px);
        background-size: 40px 40px;
        z-index: 1;
        pointer-events: none;
    }

    .cc-content-wrapper {
        position: relative;
        z-index: 2;
        max-width: 1140px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    /* --- LEFT SIDE --- */
    .cc-left-col { flex: 1; min-width: 300px; padding-right: 40px; }
    
    .cc-subtitle {
        color: rgb(92, 225, 230);
        font-size: 14px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        line-height: 1;
    }
    .cc-subtitle::before {
        content: ''; display: inline-block; width: 12px; height: 12px;
        background-color: rgb(92, 225, 230); margin-right: 15px;
    }
    .cc-title {
        font-family: 'Chakra Petch', sans-serif;
        font-size: 75px;
        line-height: 0.9;
        font-weight: 800;
        text-transform: uppercase;
        margin: 0 0 25px 0;
        color: #ffffff !important; 
    }
    .cc-desc {
        color: #aebbf0; font-size: 16px; line-height: 1.6;
        max-width: 450px; margin-bottom: 40px;
    }

    /* --- BUTTON --- */
    .cc-btn {
        position: relative; display: inline-block; padding: 18px 35px;
        border: 1px solid #3a5080; color: #fff; text-decoration: none;
        font-family: 'Chakra Petch', sans-serif; font-weight: 700;
        text-transform: uppercase; letter-spacing: 1px; font-size: 14px;
        overflow: hidden; background: transparent;
        transition: border-color 0.3s ease, color 0.3s ease; z-index: 1; 
    }
    .cc-btn::before {
        content: ''; position: absolute; top: 0; left: 0; width: 0%; height: 100%;
        background-color: rgb(92, 225, 230); z-index: -1; transition: width 0.3s ease-in-out; 
    }
    .cc-btn:hover::before { width: 100%; }
    .cc-btn:hover { color: #000000; border-color: rgb(92, 225, 230); }

    /* --- RIGHT SIDE --- */
    .cc-right-col {
        flex: 1; min-width: 350px; height: 400px; position: relative;
    }

    /* svg lines */
    .cc-lines-svg {
        position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1;
    }
    .cc-lines-svg line, .cc-lines-svg circle {
        stroke: #3a5080; stroke-width: 1; fill: none;
    }

    /* --- MODULE STYLE --- */
    .cc-module {
        position: absolute;
        background: rgba(13, 24, 56, 0.85); 
        border: 1px solid #3a5080;
        padding: 20px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        gap: 20px;
        z-index: 2;
        width: 240px; 
        backdrop-filter: blur(5px);
        transition: transform 0.3s ease, border-color 0.3s ease;
    }
    .cc-module:hover {
        border-color: rgb(92, 225, 230);
        transform: translateY(-5px);
    }

    /* Square */
    .cc-mod-icon {
        width: 60px;
        height: 60px;
        background: transparent;
        border: 1px solid #3a5080; 
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    
    /* Icons */
    .cc-mod-icon svg { 
        width: 28px; 
        height: 28px;
        fill: none; 
        stroke: rgb(92, 225, 230); 
        stroke-width: 1.5; 
        stroke-linecap: square;
        stroke-linejoin: round;
    }

    .cc-mod-text { display: flex; flex-direction: column; width: 100%; }
    
    .cc-mod-label { 
        font-size: 10px; color: #8892b0; letter-spacing: 1px;
        text-transform: uppercase; margin-bottom: 5px; 
    }
    
    .cc-mod-title { 
        font-family: 'Chakra Petch', sans-serif; 
        font-size: 16px; font-weight: 700; color: #fff; 
        text-transform: uppercase; margin-bottom: 8px;
    }

    /* --- DIFFERENT DECORATIONS FOR EACH BOX --- */
    
    /* Video Bars */
    .cc-deco-bars {
        display: flex; gap: 3px; align-items: flex-end; height: 12px;
    }
    .cc-deco-bars span {
        width: 4px; background-color: #3a5080; border-radius: 1px;
    }
    .cc-deco-bars span:nth-child(1) { height: 60%; background-color: #2a4075; }
    .cc-deco-bars span:nth-child(2) { height: 100%; background-color: rgb(92, 225, 230); }
    .cc-deco-bars span:nth-child(3) { height: 40%; background-color: #2a4075; }

    /*  Command Prompt*/
    .cc-deco-prompt {
        font-family: 'Courier New', monospace; font-weight: bold; font-size: 14px; color: rgb(92, 225, 230); opacity: 0.7;
    }

    /* Positioning */
    .mod-photo { top: 0px; right: 0px; }
    .mod-dev { top: 90px; left: 0px; }
    .mod-video { bottom: 60px; right: 20px; } 

    /* --- CENTER CPU --- */
    .cc-core {
        position: absolute;
        top: 50%; left: 50%; transform: translate(-50%, -50%);
        width: 110px; height: 110px;
        border-radius: 50%;
        border: 1px solid rgba(58, 80, 128, 0.5);
        display: flex; flex-direction: column;
        align-items: center; justify-content: center;
        z-index: 2;
        box-shadow: 0 0 0 10px rgba(58, 80, 128, 0.1); 
    }
    .cc-core svg { 
        width: 42px; height: 42px;
        fill: none; stroke: rgb(92, 225, 230); stroke-width: 1.5;
        margin-bottom: 8px; animation: pulse 3s infinite;
    }
    .cc-core span { font-size: 9px; color: rgb(92, 225, 230); letter-spacing: 1px; text-transform: uppercase; }

    /* -40% box */
    .cc-discount {
        position: absolute; bottom: 0; left: 0;
        border: 1px solid #3a5080; padding: 20px;
        text-align: center; width: 140px;
    }
    .cc-discount h3 { color: rgb(92, 225, 230); font-size: 32px; margin: 0; font-family: 'Chakra Petch', sans-serif;}
    .cc-discount p { color: #fff; font-size: 10px; margin: 0; text-transform: uppercase; letter-spacing: 1px;}

    @keyframes pulse {
        0% { opacity: 0.6; }
        50% { opacity: 1; filter: drop-shadow(0 0 5px rgb(92, 225, 230)); }
        100% { opacity: 0.6; }
    }

/* --- TABLET FIX --- */
@media (min-width: 768px) and (max-width: 1024px) {
    
    /* Main Wrapper */
    .cc-content-wrapper {
        flex-direction: row; /* Puts text left, boxes right */
        align-items: center; /* Vertically center them */
        justify-content: space-between; /* Push them apart */
        flex-wrap: nowrap; /* Prevent wrapping */
    }

    /*  Left Side  */
    .cc-left-col {
        flex: 1; /* Allow text to take available space */
        padding-right: 20px; 
        margin-bottom: 0; /* Remove bottom margin */
        text-align: left; /* Keep text left-aligned */
    }
    
    /* Shrink title slightly so it doesn't hit the boxes */
    .cc-title {
        font-size: 45px; 
    }

    /* Right Side */
    .cc-right-col {
        flex: 0 0 300px; /* Fix the width of the right column */
        height: auto;    /* Allow height to fit the stack */
        margin-top: 0;
        
        /* This is the magic part: Stack boxes INSIDE the right column */
        display: flex;
        flex-direction: column; 
        align-items: flex-end; /* Align boxes to the right edge */
        gap: 15px; /* Space between boxes */
    }

    /* Reset the Modules */
    .cc-module, .cc-discount {
        position: relative !important;
        top: auto !important; left: auto !important; right: auto !important; bottom: auto !important;
        transform: none !important;
        width: 100%;       /* Fill the column width */
        max-width: 280px;  /* But don't get too big */
    }

    /* Order the Stack */
    .mod-photo   { order: 1; }
    .mod-dev     { order: 2; }
    .mod-video   { order: 3; }
    .cc-discount { 
        order: 4; 
        background: rgba(13, 24, 56, 0.95);
        z-index: 10;
    }

    /* Hide background lines/decorations */
    .cc-lines-svg, .cc-core { display: none; }
}

/* --- PHONE FIX (768px) --- */
/* working phone code */
@media (max-width: 767px) {
    .cc-right-col {
        display: none !important; 
    }
    .cc-hero-section {
        padding: 60px 20px;
        min-height: auto;
    }
    .cc-content-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .cc-left-col {
        padding-right: 0;
        margin-bottom: 0;
    }
    .cc-subtitle { justify-content: center; }
    .cc-title { font-size: 40px; }
}@media (min-width: 1025px) {
	/* Double section area */
.sleek-btn .elementor-button {
    background: transparent !important;
    padding: 0 0 5px 0 !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid currentColor;
    border-radius: 0;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

/* Double section area buttons */
.sleek-btn .elementor-button:hover {
    letter-spacing: 2.5px; 
    transform: none; 
    opacity: 0.7; 
    background: transparent !important;
    color: inherit !important;
}




/**/

/* Join marketplace area */
.skew-highlight-light {
    background-color: #004aad;
    color: #ffffff;
    padding: 2px 12px;
    border-radius: 4px;
    display: inline-block;
    transform: skewX(-6deg);
    margin-left: 8px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	/* In Woodmart Mobile-specific CSS */
.mobile-sell-button {
    display: inline-block !important;
}

.mobile-sell-button a {
    background-color: #5ce1e6 !important;
    color: #ffffff !important;
    padding: 12px 25px !important;
    border-radius: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    display: inline-block !important;
    text-align: center !important;
}
}

@media (max-width: 576px) {
	/* In Woodmart Mobile-specific CSS */
.mobile-sell-button {
    display: inline-block !important;
}

.mobile-sell-button a {
    background-color: #5ce1e6 !important;
    color: #ffffff !important;
    padding: 12px 25px !important;
    border-radius: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    display: inline-block !important;
    text-align: center !important;
}
}

