/*
Theme Name: Shop Isle Child
Template: shop-isle
Version: 1.0
Author: MyTrackingWay
*/

/* =====================================================
   SAFE GLOBAL
===================================================== */

html{
    scroll-behavior:smooth;
}

body{
    overflow-x:hidden;
}

/* =====================================================
   HOMEPAGE WRAPPER
===================================================== */

.mtw-homepage{
    background:#050b14;
    color:#ffffff;
    font-family:'Montserrat',sans-serif;
    overflow:hidden;
}

/* =====================================================
   GLOBAL
===================================================== */

.mtw-homepage *{
    box-sizing:border-box;
}

.mtw-homepage .container-custom{
    width:92%;
    max-width:1600px;
    margin:auto;
}

.mtw-homepage .section-padding{
    padding:140px 0;
}

.mtw-homepage .gradient-text{
    background:linear-gradient(90deg,#ff3131,#007bff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.mtw-homepage img{
    max-width:100%;
    height:auto;
    display:block;
}

.mtw-homepage a{
    text-decoration:none;
}

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

.mtw-homepage .mtw-btn-primary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 40px;
    border-radius:18px;
    background:linear-gradient(90deg,#ff3131,#ff5f5f);
    color:#fff;
    font-weight:700;
    transition:0.4s;
    border:none;
}

.mtw-homepage .mtw-btn-primary:hover{
    transform:translateY(-4px);
    color:#fff;
}

.mtw-homepage .mtw-btn-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 40px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,0.12);
    background:rgba(255,255,255,0.05);
    color:#fff;
    backdrop-filter:blur(20px);
    transition:0.4s;
}

.mtw-homepage .mtw-btn-secondary:hover{
    background:#fff;
    color:#000;
}

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

.mtw-homepage .mtw-hero{
    position:relative;
    min-height:100vh;
    display:flex;
    align-items:center;
    overflow:hidden;
    padding-top:140px;
    background:
    radial-gradient(circle at top left,
    rgba(255,49,49,0.16),
    transparent 30%),

    radial-gradient(circle at bottom right,
    rgba(0,123,255,0.16),
    transparent 30%),

    #050b14;
}

.mtw-homepage .mtw-hero-overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(to bottom,
    rgba(0,0,0,0.35),
    rgba(0,0,0,0.72));
}

.mtw-homepage .mtw-hero-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1.05fr 0.95fr;
    gap:90px;
    align-items:center;
}

.mtw-homepage .mtw-hero-content h1{
    font-size:110px;
    line-height:0.9;
    font-weight:900;
    margin-bottom:35px;
    color:#fff;
    letter-spacing:-4px;
}

.mtw-homepage .mtw-hero-content p{
    max-width:760px;
    font-size:22px;
    line-height:1.9;
    color:#aab6c7;
    margin-bottom:45px;
}

.mtw-homepage .mtw-hero-buttons{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

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

.mtw-homepage .mtw-hero-visual{
    position:relative;
    height:760px;
}

.mtw-homepage .mtw-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
}

.mtw-homepage .mtw-glow-red{
    width:320px;
    height:320px;
    background:rgba(255,49,49,0.28);
    top:20px;
    left:20px;
}

.mtw-homepage .mtw-glow-blue{
    width:420px;
    height:420px;
    background:rgba(0,123,255,0.25);
    bottom:0;
    right:0;
}

.mtw-homepage .mtw-dashboard-ui{
    position:absolute;
    inset:0;
    border-radius:40px;
    overflow:hidden;
    background:
    linear-gradient(180deg,
    rgba(255,255,255,0.06),
    rgba(255,255,255,0.03));

    border:1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(30px);

    box-shadow:
    0 40px 120px rgba(0,0,0,0.45);
}

.mtw-homepage .mtw-dashboard-topbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:22px 28px;
    border-bottom:1px solid rgba(255,255,255,0.08);
}

.mtw-homepage .mtw-topbar-dots{
    display:flex;
    gap:10px;
}

.mtw-homepage .mtw-topbar-dots span{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#ff3131;
}

.mtw-homepage .mtw-dashboard-status{
    font-size:13px;
    letter-spacing:2px;
    color:#8fa0b8;
}

/* =====================================================
   MAP
===================================================== */

.mtw-homepage .mtw-map-area{
    position:relative;
    height:100%;
    background:
    linear-gradient(rgba(4,10,18,0.78),
    rgba(4,10,18,0.92)),

    url('/wp-content/themes/shop-isle-child/assets/images/gps-banner.jpg.png');

    background-size:cover;
    background-position:center;
}

.mtw-homepage .mtw-map-grid{
    position:absolute;
    inset:0;
    background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);

    background-size:60px 60px;
}

.mtw-homepage .mtw-map-line{
    position:absolute;
    height:2px;
    background:linear-gradient(90deg,#007bff,#00d4ff);
    box-shadow:0 0 20px rgba(0,123,255,0.8);
    transform-origin:left center;
}

.mtw-homepage .line-1{
    width:300px;
    top:180px;
    left:140px;
    transform:rotate(12deg);
}

.mtw-homepage .line-2{
    width:240px;
    top:330px;
    right:160px;
    transform:rotate(-18deg);
}

.mtw-homepage .line-3{
    width:220px;
    bottom:180px;
    left:220px;
    transform:rotate(24deg);
}

/* =====================================================
   MAP POINTS
===================================================== */

.mtw-homepage .mtw-map-point{
    position:absolute;
    width:18px;
    height:18px;
    border-radius:50%;
    background:#00ff88;
    box-shadow:
    0 0 0 10px rgba(0,255,136,0.15),
    0 0 25px rgba(0,255,136,0.8);
}

.mtw-homepage .point-1{
    top:170px;
    left:120px;
}

.mtw-homepage .point-2{
    top:300px;
    right:180px;
}

.mtw-homepage .point-3{
    bottom:160px;
    left:260px;
}

.mtw-homepage .point-4{
    bottom:120px;
    right:240px;
}

/* =====================================================
   FLOATING CARDS
===================================================== */

.mtw-homepage .mtw-floating-card{
    position:absolute;
    padding:26px;
    border-radius:28px;

    background:
    rgba(255,255,255,0.08);

    border:
    1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(25px);

    box-shadow:
    0 25px 60px rgba(0,0,0,0.35);
}

.mtw-homepage .mtw-floating-card strong{
    display:block;
    font-size:52px;
    font-weight:900;
    line-height:1;
    margin-bottom:12px;
}

.mtw-homepage .mtw-floating-card span{
    color:#dce6f2;
    line-height:1.8;
}

.mtw-homepage .card-live{
    top:90px;
    left:60px;
    width:260px;
}

.mtw-homepage .card-live strong{
    color:#00ff88;
}

.mtw-homepage .card-routes{
    top:240px;
    right:60px;
    width:280px;
}

.mtw-homepage .card-routes strong{
    color:#ff3131;
}

.mtw-homepage .card-ai{
    bottom:80px;
    left:120px;
    width:320px;
}

.mtw-homepage .card-ai strong{
    color:#007bff;
}

/* =====================================================
   ANALYTICS
===================================================== */

.mtw-homepage .mtw-analytics-bars{
    display:flex;
    align-items:flex-end;
    gap:10px;
    height:120px;
    margin-top:25px;
}

.mtw-homepage .mtw-analytics-bars span{
    flex:1;
    border-radius:18px 18px 0 0;
    background:
    linear-gradient(to top,#007bff,#4db3ff);
}

.mtw-homepage .mtw-analytics-bars span:nth-child(1){
    height:35%;
}

.mtw-homepage .mtw-analytics-bars span:nth-child(2){
    height:75%;
}

.mtw-homepage .mtw-analytics-bars span:nth-child(3){
    height:50%;
}

.mtw-homepage .mtw-analytics-bars span:nth-child(4){
    height:92%;
}

.mtw-homepage .mtw-analytics-bars span:nth-child(5){
    height:65%;
}

/* =====================================================
   DEVICES SECTION
===================================================== */

.mtw-homepage .mtw-devices{
    position:relative;
    background:#07111d;
}

.mtw-homepage .mtw-section-title{
    text-align:center;
    margin-bottom:90px;
}

.mtw-homepage .mtw-section-title h2{
    font-size:72px;
    line-height:1;
    font-weight:900;
    margin-bottom:30px;
}

.mtw-homepage .mtw-section-title p{
    max-width:900px;
    margin:auto;
    font-size:20px;
    line-height:1.9;
    color:#aeb7c4;
}

.mtw-homepage .mtw-devices-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.mtw-homepage .mtw-device-card{
    position:relative;
    padding:40px;
    border-radius:36px;

    background:
    linear-gradient(180deg,
    rgba(255,255,255,0.06),
    rgba(255,255,255,0.03));

    border:
    1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(25px);

    transition:0.4s;
}

.mtw-homepage .mtw-device-card:hover{
    transform:translateY(-10px);
    border-color:rgba(255,49,49,0.35);
}

.mtw-homepage .mtw-device-card h3{
    font-size:38px;
    margin-bottom:20px;
    font-weight:900;
}

.mtw-homepage .mtw-device-card p{
    color:#aeb7c4;
    line-height:1.9;
}

/* =====================================================
   MOBILE
===================================================== */

@media(max-width:1200px){

.mtw-homepage .mtw-hero-grid{
    grid-template-columns:1fr;
}

.mtw-homepage .mtw-devices-grid{
    grid-template-columns:1fr;
}

}

@media(max-width:768px){

.mtw-homepage .section-padding{
    padding:100px 0;
}

.mtw-homepage .mtw-hero-content h1{
    font-size:52px;
    letter-spacing:-2px;
}

.mtw-homepage .mtw-hero-content p{
    font-size:18px;
}

.mtw-homepage .mtw-hero-visual{
    height:620px;
}

.mtw-homepage .mtw-floating-card{
    transform:scale(0.88);
}

.mtw-homepage .card-live{
    left:0;
}

.mtw-homepage .card-routes{
    right:0;
}

.mtw-homepage .card-ai{
    left:10px;
}

.mtw-homepage .mtw-section-title h2{
    font-size:42px;
}

}

/* =========================================
   REMOVE SHOP ISLE HEADERS FROM SHOP
========================================= */

.post-type-archive-product .page-header-module,
.tax-product_cat .page-header-module,
.tax-product_tag .page-header-module,
.single-product .page-header-module{
    display:none !important;
}

/* =========================================
   FIX SHOP BACKGROUND
========================================= */

.post-type-archive-product,
.tax-product_cat,
.tax-product_tag,
.single-product{
    background:#ffffff !important;
}

/* =========================================
   FIX SHOP CONTENT
========================================= */

.post-type-archive-product .main,
.tax-product_cat .main,
.tax-product_tag .main,
.single-product .main{
    background:#ffffff !important;
}

/* =========================================
   FIX PRODUCT AREA
========================================= */

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
    background:#ffffff;
}

/* =========================================
   REMOVE SHOP ISLE PAGE HEADERS
========================================= */

.page-id-4536 .page-header-module,
.page-id-12 .page-header-module,
.page-id-10 .page-header-module,
.page-id-11 .page-header-module,
.page-id-9 .page-header-module,
.woocommerce-account .page-header-module,
.page-template-default .page-header-module{
    display:none !important;
}

/* =========================================
   CLEAN WHITE PAGES
========================================= */

.page:not(.home),
.page-template-default:not(.home),
.woocommerce-account{
    background:#ffffff !important;
}

.page:not(.home) .main,
.page-template-default:not(.home) .main,
.woocommerce-account .main{
    background:#ffffff !important;
}

/* =========================================
   CONTENT SPACING
========================================= */

.page:not(.home) .module{
    padding-top:60px !important;
}


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

.mtw-about-hero{
    position:relative;
    min-height:100vh;
    display:flex;
    align-items:center;
    overflow:hidden;

    background:
    radial-gradient(circle at top left,
    rgba(255,49,49,0.14),
    transparent 30%),

    radial-gradient(circle at bottom right,
    rgba(0,123,255,0.14),
    transparent 30%),

    #050b14;
}

.mtw-about-overlay{
    position:absolute;
    inset:0;

    background:
    linear-gradient(to bottom,
    rgba(0,0,0,0.45),
    rgba(0,0,0,0.72));
}

.mtw-about-hero-grid{
    position:relative;
    z-index:2;

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:100px;
    align-items:center;
}

.mtw-about-content h1{
    font-size:110px;
    line-height:0.9;
    font-weight:900;
    margin-bottom:35px;
    letter-spacing:-4px;
    color:#fff;
}

.mtw-about-content p{
    max-width:760px;
    font-size:22px;
    line-height:1.9;
    color:#aab6c7;
    margin-bottom:45px;
}

.mtw-about-badge{
    display:inline-flex;
    align-items:center;
    padding:12px 24px;
    border-radius:50px;

    background:
    rgba(255,255,255,0.05);

    border:
    1px solid rgba(255,255,255,0.08);

    margin-bottom:30px;

    letter-spacing:2px;
    font-size:14px;
}

.mtw-about-buttons{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.mtw-about-visual{
    position:relative;
    height:700px;
}

.mtw-about-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
}

.mtw-about-glow.glow-red{
    width:300px;
    height:300px;
    background:rgba(255,49,49,0.25);

    top:0;
    left:0;
}

.mtw-about-glow.glow-blue{
    width:380px;
    height:380px;
    background:rgba(0,123,255,0.22);

    bottom:0;
    right:0;
}

.mtw-about-card{
    position:absolute;
    inset:0;

    border-radius:40px;

    background:
    linear-gradient(180deg,
    rgba(255,255,255,0.06),
    rgba(255,255,255,0.03));

    border:
    1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(30px);

    overflow:hidden;

    box-shadow:
    0 40px 120px rgba(0,0,0,0.45);
}

.mtw-about-card-top{
    display:flex;
    gap:10px;
    padding:22px 28px;

    border-bottom:
    1px solid rgba(255,255,255,0.08);
}

.mtw-about-card-top span{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#ff3131;
}

.mtw-about-card-content{
    height:100%;

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;

    padding:50px;
}

.mtw-about-stat{
    display:flex;
    flex-direction:column;
    justify-content:center;

    padding:40px;

    border-radius:28px;

    background:
    rgba(255,255,255,0.05);

    border:
    1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(20px);
}

.mtw-about-stat strong{
    font-size:64px;
    line-height:1;
    font-weight:900;
    margin-bottom:15px;

    color:#fff;
}

.mtw-about-stat small{
    color:#aab6c7;
    line-height:1.8;
    font-size:16px;
}

@media(max-width:1100px){

.mtw-about-hero-grid{
    grid-template-columns:1fr;
}

}

@media(max-width:768px){

.mtw-about-content h1{
    font-size:58px;
    letter-spacing:-2px;
}

.mtw-about-content p{
    font-size:18px;
}

.mtw-about-visual{
    height:620px;
}

.mtw-about-card-content{
    grid-template-columns:1fr;
}

}


/* =====================================================
   FLEET COMMAND CENTER
===================================================== */

.mtw-command-center{
    position:relative;
    overflow:hidden;

    background:
    radial-gradient(circle at top left,
    rgba(255,49,49,0.12),
    transparent 25%),

    radial-gradient(circle at bottom right,
    rgba(0,123,255,0.14),
    transparent 25%),

    #050b14;
}

.mtw-command-header{
    text-align:center;
    margin-bottom:80px;
}

.mtw-command-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:14px 28px;

    border-radius:50px;

    background:
    rgba(255,255,255,0.05);

    border:
    1px solid rgba(255,255,255,0.08);

    color:#fff;

    letter-spacing:2px;
    font-size:13px;

    margin-bottom:30px;
}

.mtw-command-header h2{
    font-size:82px;
    line-height:0.95;
    font-weight:900;
    color:#fff;

    margin-bottom:30px;
}

.mtw-command-header p{
    max-width:950px;
    margin:auto;

    color:#aab6c7;

    font-size:21px;
    line-height:1.9;
}

.mtw-command-dashboard{
    position:relative;

    border-radius:40px;

    overflow:hidden;

    background:
    linear-gradient(180deg,
    rgba(255,255,255,0.06),
    rgba(255,255,255,0.03));

    border:
    1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(30px);

    box-shadow:
    0 40px 120px rgba(0,0,0,0.45);
}

.mtw-command-topbar{
    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:24px 30px;

    border-bottom:
    1px solid rgba(255,255,255,0.08);
}

.mtw-command-dots{
    display:flex;
    gap:10px;
}

.mtw-command-dots span{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#ff3131;
}

.mtw-command-title{
    color:#d8e1ec;
    font-weight:600;
}

.mtw-command-live{
    color:#00ff88;
    font-size:13px;
    letter-spacing:2px;
}

.mtw-command-body{
    position:relative;
    height:850px;
}

.mtw-live-scene{
    position:relative;
    width:100%;
    height:100%;

    overflow:hidden;

    background:
    radial-gradient(circle at top left,
    rgba(255,49,49,0.12),
    transparent 25%),

    radial-gradient(circle at bottom right,
    rgba(0,123,255,0.14),
    transparent 25%),

    linear-gradient(180deg,
    rgba(5,11,20,0.96),
    rgba(5,11,20,1));

    background-color:#050b14;
}

.mtw-grid-bg{
    position:absolute;
    inset:0;

    background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);

    background-size:60px 60px;
}

.mtw-radar{
    position:absolute;

    width:700px;
    height:700px;

    border-radius:50%;

    border:
    1px solid rgba(0,123,255,0.12);

    top:50%;
    left:50%;

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

.mtw-route{
    position:absolute;
    height:3px;

    background:
    linear-gradient(90deg,#007bff,#00d4ff);

    box-shadow:
    0 0 25px rgba(0,123,255,0.8);

    border-radius:20px;
}

.route-1{
    width:340px;
    top:180px;
    left:120px;
    transform:rotate(14deg);
}

.route-2{
    width:280px;
    bottom:220px;
    right:160px;
    transform:rotate(-24deg);
}

.route-3{
    width:220px;
    top:360px;
    right:260px;
    transform:rotate(12deg);
}

.mtw-tracker{
    position:absolute;

    width:18px;
    height:18px;

    border-radius:50%;

    background:#00ff88;

    box-shadow:
    0 0 0 10px rgba(0,255,136,0.15),
    0 0 25px rgba(0,255,136,0.85);
}

.tracker-1{
    top:170px;
    left:110px;
}

.tracker-2{
    top:350px;
    right:240px;
}

.tracker-3{
    bottom:210px;
    right:150px;
}

.tracker-4{
    bottom:140px;
    left:220px;
}

.mtw-central-panel{
    position:absolute;

    top:50%;
    left:50%;

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

    width:360px;

    padding:40px;

    border-radius:36px;

    background:
    rgba(255,255,255,0.08);

    border:
    1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(30px);

    box-shadow:
    0 30px 80px rgba(0,0,0,0.45);

    text-align:center;
}

.mtw-central-header{
    color:#d8e1ec;
    letter-spacing:2px;
    font-size:13px;

    margin-bottom:35px;
}

.mtw-speed-circle{
    width:180px;
    height:180px;

    border-radius:50%;

    margin:auto auto 35px;

    background:
    linear-gradient(135deg,#ff3131,#007bff);

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

.mtw-speed-inner{
    width:145px;
    height:145px;

    border-radius:50%;

    background:#07111d;

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

    color:#fff;

    font-size:52px;
    font-weight:900;
}

.mtw-speed-inner small{
    font-size:15px;
    margin-top:8px;
    color:#9eb1c7;
}

.mtw-telemetry-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
}

.mtw-telemetry-grid div{
    background:#0f1c2b;

    border-radius:20px;

    padding:18px;
}

.mtw-telemetry-grid strong{
    display:block;

    color:#fff;

    margin-bottom:8px;
}

.mtw-telemetry-grid span{
    color:#9eb1c7;
    font-size:14px;
}

.mtw-floating-info{
    position:absolute;

    padding:24px 28px;

    border-radius:28px;

    background:
    rgba(255,255,255,0.08);

    border:
    1px solid rgba(255,255,255,0.08);

    backdrop-filter:blur(25px);

    box-shadow:
    0 25px 60px rgba(0,0,0,0.35);
}

.mtw-floating-info strong{
    display:block;

    font-size:42px;
    line-height:1;

    color:#fff;

    margin-bottom:10px;
}

.mtw-floating-info span{
    color:#d8e1ec;
}

.info-1{
    top:90px;
    left:70px;
}

.info-2{
    top:120px;
    right:70px;
}

.info-3{
    bottom:90px;
    left:90px;
}

@media(max-width:1200px){

.mtw-command-header h2{
    font-size:58px;
}

.mtw-command-body{
    height:700px;
}

}

@media(max-width:768px){

.mtw-command-header h2{
    font-size:42px;
}

.mtw-command-header p{
    font-size:18px;
}

.mtw-command-body{
    height:620px;
}

.mtw-central-panel{
    width:90%;
    padding:30px;
}

.mtw-floating-info{
    transform:scale(0.82);
}

.info-1{
    left:10px;
}

.info-2{
    right:10px;
}

.info-3{
    left:20px;
}

}

.mtw-hero-clean{
    padding-top:140px;
    padding-bottom:120px;
}


/* =========================================
   ABOUT PAGE FULL WIDTH
========================================= */

.page-id-4536 .content-page-wrap,
.page-id-4536 .container,
.page-id-4536 .container-fluid,
.page-id-4536 .row,
.page-id-4536 .col-sm-12,
.page-id-4536 .col-md-12,
.page-id-4536 .content-area,
.page-id-4536 .site-main,
.page-id-4536 article,
.page-id-4536 .page,
.page-id-4536 .module{

    width:100% !important;
    max-width:100% !important;

    padding:0 !important;
    margin:0 !important;
}

.page-id-4536 .site-content{
    padding:0 !important;
}

.page-id-4536{
    overflow-x:hidden;
    background:#FFFFFF;
}

.mtw-view-products{
    color:#FFFFFF;
}