#scrollTopBtn {
  position: fixed;  bottom: 30px;
  right: 30px;
  background: #0d6efd;
  color: #fff;
  border: none;
  /* padding: 12px 16px; */
  font-size: 18px;
  /* border-radius: 50%; */
  cursor: pointer;
  display: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  z-index: 9999999999999999999999999999999;
}
.topbar {
  background: #0a2540; /* dark professional */
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
}

.topbar i {
  /* margin-right: 6px; */
  color: #ff6b00;
}

.topbar-left span {
  margin-right: 15px;
}

.topbar-right a {
  color: #fff;
  margin-left: 12px;
  transition: 0.3s;
}

.topbar-right a:hover {
  color: #ff6b00;
}
.topbar {
  /* position: sticky;
  top: 0; */
  z-index: 999;
}
#scrollTopBtn:hover {
  background: #0b5ed7;
  transform: translateY(-3px);
}
        :root {
            --primary: #0a2540; /* Deep primary */
            --accent: #ff6b00;  /* Industrial Orange */
          /* --white: #4a5568; */
            --light-bg-bg: #f4f7f6;
            --white: #ffffff; 
        --transition: all 0.3s ease-in-out;
        }
.text_light{ color:var(--white) !important ;}
        body {
            font-family: 'Poppins', sans-serif;
            color: #333;
            line-height: 1.6;
            scroll-behavior: smooth;
        }
/* .logo img{
    height: 0%;
} */

        /* --- Hero Section --- */
        .hero {
    background:linear-gradient(rgb(4 30 62 / 67%), rgba(10, 37, 64, 0.73)), url(../img/Piling_hero1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 80vh; */
    display: flex;
    align-items: center;
    color: var(--white);
    width: 100%;
    padding: 7% 0% 6% 0%;
}
        .hero h1 { font-size: 3.5rem; }
        .hero p { font-size: 1.25rem; opacity: 0.9; }

        /* --- Cards & Sections --- */
        .section-padding { padding: 80px 0; }
        .section-title { margin-bottom: 50px; text-align: center; }
        .section-title h2 { font-weight: 700; position: relative; padding-bottom: 15px; }
        .section-title h2::after {
            content: ''; background: var(--accent); height: 4px; width: 60px;
            position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
        }

        .feature-card, .product-card, .industry-card {
            background: var(--white);
            border: none;
            border-radius: 10px;
            transition: all 0.3s ease;
            height: 100%;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        }
        .feature-card:hover, .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }
        .icon-circle {
            width: 70px; height: 70px; background: var(--light-bg);
            border-radius: 50%; display: flex; align-items: center; justify-content: center;
            margin-bottom: 20px; font-size: 1.5rem; color: var(--accent);
        }

        /* --- Stats Section --- */
        .stats-section { background: var(--primary); color: var(--white); padding: 60px 0; }
        .stat-item h2 { font-size: 3rem; font-weight: 700; color: var(--accent); }

        /* --- Footer --- */
        footer { background: #000b16; color: #000b16; padding: 80px 0 20px; }
        footer h5 { color: #ffffff; font-weight: 600; margin-bottom: 25px; }
        footer a { color: #ffffff; text-decoration: none; transition: 0.3s; }
        footer a:hover { color: #ffffff; }
section#products {
    background: #0a2540;
    color: #fff;
}
     .product-card.text-center {
    background: #00000038;
    color: #fff;
}
.top-header {
    background: #ffc107;
    padding: 9px 0;
    color: #fff;
    height: 132px;
    position: relative;
}
.logo img {
    width: 120px;
    position: absolute;
    top: 9%;
    left: 5%;
}

.company-title{
    font-size:36px;
    font-weight:bold;
    letter-spacing:1px;
}
    /* """"""""""""""dropdown""""""""""""""" */
.footer-section i {
    margin-right: 1px !important;
    color: #4facfe;
}

.navbar{
    background:#0a2540;
    padding:15px 40px;
}

.navbar ul{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
}

.nav-item{
    position:relative;
}

.nav-link{
    color:#fff;
    text-decoration:none;
    padding:10px 20px;
    display:block;
}

.nav-link:hover{
    color:#ff6b00;
}

/* Popup Style */

/* ================= NAVBAR ================= */

.custom-navbar{
    background:#d9d9d9 !important;
    width: 100%;
    float: right;
    /* clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%); */
    padding: 0% 8% !important;
    position: sticky;
}

.custom-navbar .nav-link{
    color:#051423;
    font-size:18px;
    padding:15px 25px;
    transition:0.3s;
} 

.custom-navbar .nav-link:hover{
    background:#051423;
    color:#fff;
}
.custom-navbar .nav-link.active{
    background:#051423;
    color:#fff !important;
}
.navbar-nav{
    float: left;
}
/* Remove bootstrap toggler border */
.navbar-toggler{
    border:none;
}

.navbar-toggler:focus{
    box-shadow:none;
}

/* .custom-navbar {
    background: #d9d9d9;
    width: 80%;
} */

.custom-navbar .nav-link {
    color: #051423;
    font-size: 17px;
    padding: 12px 20px;
    transition: 0.3s;
}
/* .nav-item {
    padding: 0% 0% 2% 10% !important;
} */
.custom-navbar .nav-link:hover,
.custom-navbar .nav-link.active {
    background: #051423;
    color: #fff !important;
}

.product-section {
    background: linear-gradient(rgb(10 37 64 / 0%), rgba(10, 37, 64, 0.85)),
     url("../img/industrial-bg.jpg") center center / cover no-repeat fixed !important;
    position: relative;
    padding: 50px 0;
}
/* Dark overlay */
.product-section .overlay {
    /* background: rgba(10, 37, 64, 0.85);  Deep industrial blue */
    padding: 80px 0;
}

.product-section h2 {
    color: #fff;
}

.product-card {
    background: rgba(255, 255, 255, 0.08);
    padding: 25px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    transition: 0.3s ease;
    color: #fff;
}

.product-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
}

.product-card p {
    color: #ddd;
}


 /* """""""""""""""""""""""""""""""""" about""""""""""""""""""""""""""""""""""""" */


body {
    /* font-family: 'Poppins', sans-serif; */
    color: var(--primary);
    /* overflow-x: hidden; */
}

/* Colors */
.text-orange { color:#e65a00; }
.bg_primary { background-color:#0a2540; }
.bg-orange { background-color: var(--accent); }
.text_primary{ color: #0a2540;}
/* Buttons */
.btn-orange {
    background-color: var(--accent);
    color: white;
    border: none;
    font-weight: 600;
    transition: var(--transition);
}

.btn-orange:hover {
    background-color: #e65a00;
    color: white;
    transform: translateY(-2px);
}

/* Navbar */
/* .navbar {
    background: var(--white);
    transition: var(--transition);
}

.nav-link {
    font-weight: 500;
    color: var(--primary);
}

.nav-link:hover {
    color: var(--accent);
} */

/* Hero Section */
.hero-section {
    height: 80vh;
    background: linear-gradient(rgb(10 37 64 / 0%), rgba(10, 37, 64, 0.85)),
     url('../img/about_hero.png') center center / cover no-repeat fixed !important;
    position: relative;
    width: 100%;
}

/* Feature Cards */
.feature-card {
    background: #041d36;
    padding: 40px;
    border-radius: 8px;
    transition: var(--transition);
    border-bottom: 4px solid transparent;
    color: #000000 !important;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-bottom: 4px solid #692d08;
}

.icon-large {
    font-size: 2.5rem;
    color: var(--accent);
    margin-bottom: 20px;
}

/* Product Cards */
.product-card {
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: var(--transition);
}

.product-card:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 20px rgba(255, 107, 0, 0.3);
}

/* Utilities */
.section-padding {
    padding: 100px 0;
}

.about-list li {
    margin-bottom: 15px;
    font-weight: 500;
    color: #ff6b00;
}
.about-list i {
    margin-right: 10px;
}

.footer-links li a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: var(--transition);
    line-height: 2;
}

.footer-links li a:hover {
    color: var(--accent);
    padding-left: 5px;
}

/* Animations */
/* [data-reveal] {
    opacity: 0;
    transform: translateY(30px);
    transition: 1s all ease;
}

[data-reveal].active {
    opacity: 1;
    transform: translateY(0);
}



 */


/* ===================service=============== */

/* =============================================
   VISCOSITY MINE - PILING SERVICES CSS
   Modern Industrial Style
   ============================================= */

:root {
    --yellow: #facc15;
    --dark: #0f172a;
    --gray: #1e2937;
    --light: #f8fafc;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    line-height: 1.7;
    color: #333;
    overflow-x: hidden;
}

/* ================== HERO SECTION ================== */
.serhero {
    background: linear-gradient(rgba(15, 23, 42, 0.82), rgba(15, 23, 42, 0.88)), 
                url('https://images.unsplash.com/photo-1581094794329-c8112a89af12?auto=format&fit=crop&q=80&w=2000') center/cover no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
}

.serhero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 180px;
    background: linear-gradient(transparent, var(--light));
}

.yellow-accent {
    color: var(--yellow);
}

/* Typography */
.display-2 {
    font-size: clamp(2.8rem, 5vw, 4.2rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -2px;
}

.lead {
    font-size: 1.25rem;
    max-width: 520px;
}

/* Premium Button */
.btn-premium {
    background: var(--yellow);
    color: var(--dark);
    font-weight: 700;
    padding: 16px 42px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 1.02rem;
    border: none;
    transition: all 0.4s ease;
    display: inline-block;
    text-decoration: none;
}

.btn-premium:hover {
    background: #eab308;
    transform: translateY(-4px);
    box-shadow: 0 15px 25px rgba(250, 204, 21, 0.35);
}
.project-card {
    height: 500px !important;
}
/* ================== GENERAL SECTIONS ================== */
section {
    padding: 100px 0;
}

.bg-light {
    background-color: #f8fafc;
}

/* Feature Cards */
.feature-card {
    background: white;
    border-radius: 20px;
    padding: 45px 30px;
    height: 100%;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.07);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
}

.feature-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    color: var(--yellow);
    margin-bottom: 24px;
    transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.15);
}

/* Industry Cards */
.app-card {
    background: var(--gray);
    color: white;
    padding: 40px 25px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-card:hover {
    background: var(--yellow);
    color: var(--dark);
    transform: translateY(-8px) scale(1.04);
}

.app-card h5 {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0;
}

/* CTA Banner */
.cta-banner {
    background: linear-gradient(135deg, var(--dark), var(--gray));
    color: white;
    text-align: center;
    padding: 110px 0;
}

.cta-banner .display-5 {
    font-size: clamp(2.2rem, 4vw, 3rem);
}

/* Reveal Animation */
[data-reveal] {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.9s cubic-bezier(0.25, 0.1, 0.25, 1);
}

[data-reveal].revealed {
    opacity: 1;
    transform: translateY(0);
}


/* --- Global Responsiveness --- */
:root {
    --section-padding: clamp(3rem, 8vw, 6rem);
}

.section-padding {
    padding: var(--section-padding) 0;
}

/* Fluid Typography */
h1.display-3 {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
}

h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
}

/* --- Mobile Specific Fixes (320px - 480px) --- */

/* --- Component Tweaks --- */
.hero-img {
    max-height: 500px;
    width: auto;
}

.feature-card {
    transition: transform 0.3s ease;
    height: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
}

.feature-card:hover {
    transform: translateY(-10px);
}

/* Fixing the scroll button responsiveness */
#scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ffc107;
    border: none;
    display: none; /* Show via JS on scroll */
}
.floating-social {
    position: fixed;
    right: 20px;
    bottom: 75px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 999;
}
.floating-social a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: 0.3s ease;
  text-decoration: none;
}

/* WhatsApp */
.floating-social a.whatsapp {
  background: #25D366;
}

.floating-social a.whatsapp:hover {
  transform: translateY(-5px) scale(1.1);
}

/* Facebook */
.floating-social a.facebook {
  background: #1877F2;
}

.floating-social a.facebook:hover {
  transform: translateY(-5px) scale(1.1);
}



/* about  */


.about-img-wrapper{
    position: relative;
}
.kishor {
    width: 305px;
    height: 67px;
    background-color: #ff9800;
    position: absolute;
    bottom: 3%;
    left: 0%;
}
.brand-text {
    font-size: 38px;
    color: #52414b;
    text-transform: capitalize;
   padding: 4% 0%;
}










/* =========================================
   RESPONSIVE TOPBAR + NAVBAR (Clean Simple)
   Breakpoints:
   Small: 0 - 640px
   Medium: 641 - 1007px
   Large: 1008 - 1920px
   XL: 1921px+
========================================= */

/* ===== BASE ===== */
body{
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

.topbar{
    background: #0d1b2a;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
}

.topbar i{
    color: #ffc107;
    /* margin-right: 6px; */
}

.topbar-left,
.topbar-right{
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.topbar-right a{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
}

.topbar-right a:hover{
    background: #ffffff;
    color: #000;
}

/* ===== NAVBAR ===== */
.custom-navbar{
    background: #ffffff !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    padding: 14px 0 !important;
}

.navbar-brand{
    max-width: 70%;
}

.brand-text{
    font-size: 28px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
}

.navbar-nav{
    gap: 10px;
}

.nav-link{
    color: #222 !important;
    font-weight: 500;
    padding: 10px 14px !important;
    position: relative;
}

.nav-link::after{
    content: "";
    position: absolute;
    left: 14px;
    bottom: 5px;
    width: 0;
    height: 2px;
    background: #ffc107;
    transition: 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after{
    width: calc(100% - 28px);
}

.nav-link:hover{
    color: #ffc107 !important;
}

.nav-btn{
    background: #ffc107;
    color: #000 !important;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 600;
    border: none;
    transition: 0.3s ease;
}

.nav-btn:hover{
    background: #111;
    color: #fff !important;
}

.navbar-toggler{
    border: none;
    padding: 0;
}

.navbar-toggler:focus{
    box-shadow: none;
}

/* ========================================
   SMALL DEVICES (0px - 640px)
======================================== */
@media (max-width:640px){
     .brand-text{
        font-size: 15px !important;
     }
    .topbar{
        padding: 8px 0;
        text-align: center;
    }

    .topbar .container{
        flex-direction: column;
        gap: 8px;
    }

    .topbar-left,
    .topbar-right{
        justify-content: center;
        gap: 10px;
    }

    .topbar-left span{
        display: block;
        width: 100%;
        font-size: 13px;
    }

    .custom-navbar{
        padding: 12px 0 !important;
    }

    .navbar-brand{
        max-width: 78%;
    }

    .brand-text{
        font-size: 18px;
        line-height: 1.3;
    }

    .navbar-collapse{
        margin-top: 15px;
        background: #fff;
        border-radius: 14px;
        padding: 15px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    }

    .navbar-nav{
        gap: 0;
    }

    .nav-link{
        padding: 12px 0 !important;
        border-bottom: 1px solid #f1f1f1;
    }

    .nav-link::after{
        display: none;
    }

    .nav-btn{
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }
}

/* ========================================
   MEDIUM DEVICES (641px - 1007px)
======================================== */
@media (min-width:641px) and (max-width:1007px){

    .topbar{
        font-size: 13px;
    }

    .topbar .container{
        flex-direction: column;
        gap: 10px;
    }

    .topbar-left,
    .topbar-right{
        justify-content: center;
    }

    .navbar-brand{
        max-width: 75%;
    }

    .brand-text{
        font-size: 22px;
    }

    .navbar-collapse{
        margin-top: 15px;
        background: #fff;
        border-radius: 16px;
        padding: 18px;
        box-shadow: 0 12px 30px rgba(0,0,0,0.05);
    }

    .nav-link{
        padding: 12px 0 !important;
    }

    .nav-link::after{
        display: none;
    }

    .nav-btn{
        width: 220px;
        margin-top: 10px;
    }
}

/* ========================================
   LARGE DEVICES (1008px - 1920px)
======================================== */
@media (min-width:1008px) and (max-width:1920px){

    .topbar .container{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .brand-text{
        font-size: 26px;
    }

    .navbar-nav{
        gap: 8px;
    }

    .nav-link{
        font-size: 15px;
    }
}

/* ========================================
   EXTRA LARGE (1921px+)
======================================== */
@media (min-width:1921px){

    .container{
        max-width: 1700px;
    }

    .topbar{
        font-size: 16px;
        padding: 14px 0;
    }

    .topbar-right a{
        width: 38px;
        height: 38px;
    }

    .custom-navbar{
        padding: 18px 0 !important;
    }

    .brand-text{
        font-size: 34px;
    }

    .nav-link{
        font-size: 17px;
        padding: 12px 18px !important;
    }

    .nav-btn{
        padding: 12px 28px;
        font-size: 16px;
    }
}
    /* NAVBAR BASE */
.custom-navbar {
    background: #ffffff !important;
    width: 100%;
    float: right;
    /* clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%); */
    /* padding: 0% 8% !important; */
}

/* BRAND TEXT */
.brand-text {
    font-size: 38px;
    color: #52414b;
    text-transform: capitalize;
}
.brand-highlight {
    font-size: 28px;
    font-weight: 700;
 color: black;
    /* -webkit-background-clip: text; */
    -webkit-text-fill-color: transparent;
}

/* NAV LINKS */
.nav-link {
    position: relative;
    font-weight: 500;
    color: #333 !important;
    transition: 0.3s;
}

/* UNDERLINE HOVER */
.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 3px;
    background: linear-gradient(45deg, #4facfe, #ff9a9e);
    border-radius: 10px;
    transition: 0.4s;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

/* HOVER COLOR */
.nav-link:hover {
    color: #4facfe !important;
}

/* BUTTON */
.nav-btn {
    background: linear-gradient(45deg, #4facfe, #ff9a9e) !important;
    border: none !important;
    padding: 8px 18px !important;
    border-radius: 30px !important;
    color: #fff !important;
    font-weight: 500 !important;
    transition: 0.3s !important;
}

.nav-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(79, 172, 254, 0.4);
    color: #0d1b2a !important;
}

/* TOGGLER ICON FIX */
.navbar-toggler-icon {
    filter: invert(1);
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .custom-navbar {
        border-radius: 20px;
        /* margin: 10px; */
    }
}




























































/* ==========================================
   CLEAN RESPONSIVE CSS
   Mobile: up to 640px
   Tablet: 641px - 1007px
   Desktop: 1008px - 1920px
   XL: 1921px+
========================================== */

/* ---------- GLOBAL ---------- */
/* body{
    margin:0;
    padding:0;
    font-family:'Poppins',sans-serif;
    overflow-x:hidden;
} */

img{
    max-width:100%;
    height:auto;
}

.section-padding{
    padding:80px 0;
}

h1,h2,h3,h4,h5,h6{
    line-height:1.3;
}

p{
    line-height:1.7;
    margin-bottom:15px;
}

.container{
    width:100%;
    max-width:1320px;
    margin:auto;
    padding:0 15px;
}

/* ---------- HERO ---------- */


.hero h1{
    font-size:52px;
    font-weight:700;
}

.hero p{
    font-size:18px;
    color:#e2e2e2;
}

.hero .btn{
    padding:14px 30px;
    border-radius:40px;
}

/* ---------- ABOUT ---------- */
.video-box video{
    width:100%;
    height:450px;
    object-fit:cover;
    border-radius:18px;
}

#about h2{
    font-size:42px;
}

#about .row .col-6{
    font-size:15px;
}

/* ---------- SECTION TITLE ---------- */
.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
}

/* ---------- FEATURE CARD ---------- */
.feature-card{
    background:#fff;
    padding:30px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    height:100%;
    transition:.3s;
}

.feature-card:hover{
    transform:translateY(-8px);
}

.icon-circle{
    width:100%;
    border-radius:50%;
    /* background:#ffc107; */
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    /* margin-bottom:20px; */
}

/* ---------- PRODUCT ---------- */
.product-section{
    background:#0a1f44;
    color:#fff;
}

.product-card{
    background:#ffffff10;
    padding:30px 20px;
    border-radius:16px;
    border:1px solid rgba(255,255,255,.08);
    height:100%;
}

.product-card h6{
    font-size:22px;
}

/* ---------- STATS ---------- */
.stats-section{
    background:#f8f9fa;
    padding:70px 0;
}

.stat-item{
    background:#fff;
    padding:30px;
    border-radius:18px;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.stat-item h2{
    color:#ffc107;
    font-size:42px;
    margin-bottom:10px;
}

/* ---------- FOOTER ---------- */
.footer-section{
    background:#081426;
    color:#fff;
    padding:80px 0 30px;
}

.footer-section h5{
    margin-bottom:20px;
}

.footer-section ul{
    list-style:none;
    padding:0;
}

.footer-section ul li{
    margin-bottom:12px;
}

.footer-section a{
    color:#fff;
    text-decoration:none;
}

.footer-section a:hover{
    color:#ffc107;
}

.footer-social{
    display:flex;
    gap:10px;
}

.footer-social a{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#ffffff15;
    display:flex;
    align-items:center;
    justify-content:center;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.1);
    padding-top:20px;
    margin-top:40px;
}

/* ==========================================
   MOBILE (0px - 640px)
========================================== */
@media (max-width:640px){

.section-padding{
    padding:55px 0;
}

.hero{
    text-align:center;
    padding:60px 0;
}

    .hero h1 {
        font-size: 17px;
    }

.hero .lead{
    font-size:15px;
    display: none;
}

.hero .d-flex{
    flex-direction:column;
}

    .hero .btn {
        width: 100%;
        font-size: 13px;
    }

.video-box video{
    height:260px;
}

#about h2,
.section-title h2{
    font-size:28px;
}

#about .row .col-6{
    width:100%;
    font-size:14px;
}

.feature-card,
.product-card,
.stat-item{
    padding:22px;
}

.product-card h6{
    font-size:18px;
}

.footer-section{
    text-align:center;
}

.footer-social{
    justify-content:center;
}
.topbar-right{
    display: none;
}
}

/* ==========================================
   TABLET (641px - 1007px)
========================================== */
@media (min-width:641px) and (max-width:1007px){
.section-padding{
    padding:65px 0;
}

.hero{
    text-align:center;
    padding:75px 0;
}

.hero h1{
    font-size:40px;
}

.hero p{
    font-size:16px;
}

.hero .d-flex{
    justify-content:center;
    flex-wrap:wrap;
}

.video-box video{
    height:340px;
}

#about h2,
.section-title h2{
    font-size:34px;
}

.feature-card,
.product-card,
.stat-item{
    padding:25px;
}

.footer-social{
    justify-content:flex-start;
}

}

/* ==========================================
   LARGE DESKTOP (1008px - 1920px)
========================================== */
@media (min-width:1008px) and (max-width:1920px){

.hero h1{
    font-size:52px;
}

#about h2,
.section-title h2{
    font-size:42px;
}

}

/* ==========================================
   EXTRA LARGE (1921px+)
========================================== */
@media (min-width:1921px){

.container{
    max-width:1700px;
}

.hero{
    padding:120px 0;
}

.hero h1{
    font-size:68px;
}

.hero p{
    font-size:22px;
}

#about h2,
.section-title h2{
    font-size:56px;
}

.feature-card,
.product-card,
.stat-item{
    padding:40px;
}

.stat-item h2{
    font-size:56px;
}

.footer-section{
    padding:100px 0 40px;
}

}
@media (max-width:640px){

.topbar-left{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
}

.topbar-left .le,
.topbar-left .ri{
    display:flex;
    align-items:center;   /* icon + text same line center */
    /* gap:4px; */
    font-size:11px;
    flex:1;
}

.topbar-left .le{
    justify-content:flex-start;
}

.topbar-left .ri{
    justify-content:flex-end;
}

.topbar-left i{
    font-size:10px;
    line-height:1;
}

}



























/* ==========================================
   RESPONSIVE CSS
   (TOPBAR + NAVBAR untouched)
   Mobile: up to 640px
   Tablet: 641px - 1007px
   Desktop: 1008px - 1920px
   XL: 1921px+
========================================== */

/* ---------- GLOBAL ---------- */
body{
    overflow-x:hidden;
}

img{
    max-width:100%;
    height:auto;
}

.hero,
section,
footer{
    overflow:hidden;
}

/* ---------- HERO ---------- */


.hero .pro{
    font-size:58px;
    line-height:1.2;
}

.hero .prop{
    font-size:28px !important;
    line-height:1.5;
    margin-top:15px;
}

/* ---------- PROJECT CARD ---------- */
.project-card {
    height: 620px !important;
    border-radius: 18px;
    overflow: hidden;
    transition: .3s;
    background-color: #dbdbdb;
}

.project-img {
    height: 393px;
}

.project-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.project-content{
    padding:22px;
}

.project-content h5{
    font-size:22px;
    margin:14px 0 10px;
}

.project-content p{
    font-size:15px;
    line-height:1.7;
}

.tag{
    display:inline-block;
}

/* ---------- CTA ---------- */
.cta{
    padding:80px 20px;
}

.cta h2{
    font-size:42px;
    margin-bottom:15px;
}

.cta p{
    font-size:18px;
}

.btn-custom{
    padding:14px 32px;
    margin-top:12px;
}

/* ---------- IMAGE SECTION ---------- */
.just_img img{
    display:block;
    width:100%;
}

/* ---------- FOOTER ---------- */
.footer-brand img{
    max-width:90px;
}

.footer-section{
    padding:70px 0 25px;
}

.footer-section h5{
    font-size:22px;
}

.footer-section p,
.footer-section li a{
    font-size:15px;
    line-height:1.8;
}

.footer-social{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

/* ==========================================
   MOBILE (0px - 640px)
========================================== */
@media (max-width:640px){

.hero{
    padding:60px 0;
}

    .hero h1 {
        font-size: 19px;
    }

.hero p{
    font-size:16px !important;
}

.project-img{
    height:220px;
}

.project-content{
    padding:18px;
}

.project-content h5{
    font-size:18px;
}

.project-content p{
    font-size:14px;
}

.cta{
    padding:55px 15px;
}

.cta h2{
    font-size:28px;
}

.cta p{
    font-size:15px;
}

.btn-custom{
    width:100%;
    padding:12px 20px;
}

.footer-section{
    text-align:center;
    padding:55px 0 20px;
}

.footer-social{
    justify-content:center;
}

.footer-brand img{
    margin:auto;
}

.footer-section h5{
    font-size:20px;
}

}

/* ==========================================
   TABLET (641px - 1007px)
========================================== */
@media (min-width:641px) and (max-width:1007px){

.hero{
    padding:75px 0;
}

.hero h1{
    font-size:44px;
}

.hero p{
    font-size:22px !important;
}

.project-img{
    height:240px;
}

.project-content h5{
    font-size:20px;
}

.cta{
    padding:65px 20px;
}

.cta h2{
    font-size:34px;
}

.footer-section{
    padding:65px 0 25px;
}

}

/* ==========================================
   LARGE DESKTOP (1008px - 1920px)
========================================== */
@media (min-width:1008px) and (max-width:1920px){

.hero h1{
    font-size:58px;
}

/* .hero p{
    font-size:28px !important;
} */

}

/* ==========================================
   EXTRA LARGE (1921px+)
========================================== */
@media (min-width:1921px){

.container{
    max-width:1700px;
}

.hero{
    padding:130px 0;
}

.hero h1{
    font-size:76px;
}

.hero p{
    font-size:34px !important;
}

.project-img{
    height:340px;
}

.project-content{
    padding:28px;
}

.project-content h5{
    font-size:28px;
}

.project-content p{
    font-size:18px;
}

.cta{
    padding:110px 20px;
}

.cta h2{
    font-size:58px;
}

.cta p{
    font-size:24px;
}

.btn-custom{
    font-size:18px;
    padding:16px 38px;
}

.footer-section h5{
    font-size:28px;
}

.footer-section p,
.footer-section li a{
    font-size:18px;
}

}
section.cta {
    background-color: #051423 !important;
    color: #fff !important;
    text-align: center !important;
}

.product{
    width: 100%;
}
@media (max-width: 768px) {
    .footer-section {
        text-align: left !important;
    }
}