html,
body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    /*width: 100%;*/
    /*height: 100%;*/
    overflow-x: hidden;
}

:root {
            --primary: #D1692E;
            --primary-dark: #BB4C17;
            --secondary: #4F4F4F;
            --accent: #D1692E;
            --accent-dark: #BB4C17;
            --text: #2C2C2C;
            --text-dim: #6B6B6B;
            --bg: #FFFFFF;
            --surface: #F8F9FA;
            --surface-dark: #F0F1F3;
            --gold: #D4AF37;
            --border: #FFE5D9;
            /*--border: #E5E7EB;*/
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'DM Sans', sans-serif;
            background: var(--bg);
            color: var(--text);
            overflow-x: hidden;
            line-height: 1.6;
        }

/*
     background-color: #5d250a;
      background-color: #8f250c;
    background-color: #aa3b0b;
    background-color: #ca5c25;
    background-color: #df8140;
   */

p {
    color: grey;
}

.sec-pad {
    /*padding-top: 50px;*/S
    margin-bottom: 50px;!important
}

a {
    text-decoration: none;
}

.small,
small {
    font-size: .75em;
}

.main-title {
    /*margin-bottom: 50px;*/
    text-transform: capitalize;
    /*font-size: 30px;*/
}

.pre-title {
    font-size: 1rem;
    text-transform: capitalize;
    color: #df8140;
}

.text-primary {
    color: #aa3b0b !important;
}

.section-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.btn-outline-primary:hover::before {
    opacity: -0.5;
    inset: 0px;
    z-index: 10;
}

.btn-outline-primary:hover::after {
    color: white;
}

.btn-outline-primary {
    padding: 10px 30px;
    border: none;
    outline: none;
    position: relative;
    z-index: 1;
    border-radius: 26px;
    cursor: pointer;
    border-width: 2px;
    color: #aa3b0b;
    background: linear-gradient(to bottom right, #5d250a, #8f250c, #aa3b0b, #ca5c25, #df8140);
}

.btn-outline-primary::before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 26px;
    background-color: white;
    z-index: -3;
    transition: 200ms
}

.btn-outline-primary::after {
    content: attr(data);
    background: linear-gradient(to bottom right, #5d250a, #8f250c, #aa3b0b);
    -webkit-background-clip: text;
    color: transparent;
    transition: 200ms;
}

.btn-primary {
    background-image: linear-gradient(to bottom right, #aa3b0b, #ca5c25, #df8140);
    color: #fff;
    border: none;
    box-shadow: 0 2px 4px rgba(199, 195, 195, 0.2);
    border-radius: 26px;
    padding: 10px 30px;
    text-align: center;
    transition: .3s;
    background-size: 200% auto;
    display: inline-block;
}

.btn-primary:hover {
    background-position: right center;
    color: #fff;
}

.top-nav {
    padding: 0;
    background: #4f4f4f;
}

.top-nav .navbar-nav {
    flex-direction: row;
}

.top-nav .topnav-items {
    margin-right: 20px;
}

.top-nav .topnav-items .nav-link {
    padding-left: 10px;
    color: #f8f8f8;
}

.top-nav .topnav-items i {
    margin-right: 5px;
}

.second-navbar {
    height: 80px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    /*background-color: #ffffff;*/
    box-shadow: 0 2px 5px 2px rgb(38 34 34 / 14%);
}

.second-navbar a.nav-link {
    padding: 15px;
}

.second-navbar .dropdown-menu {
    padding: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    border: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-brand img {
    height: 45px;
}

.dropdown-item:hover {
    background-color: #df8140;
    color: #fff;
}

.second-navbar .nav-link {
    color: #555;
}

.second-navbar .nav-link:hover {
    color: #aa3b0b !important;
}

.second-navbar .navbar-nav .nav-link.active,
.second-navbar .navbar-nav .show>.nav-link {
    color: #aa3b0b;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #8f250c;
}

.top-navbar .nav-link {
    padding: 0 60px;
}

.second-navbar .navbar-nav .nav-item .nav-link {
    position: relative;
    text-decoration: none;
}

.second-navbar .navbar-nav .nav-item .nav-link::before {
    content: '';
    position: absolute;
    color
    left: 0;
    bottom: -2px;
    width: 0px;
    height: 3px;
    border-radius: 6px;
    background-color: #aa3b0b;
    transition: width 0.2s ease-in-out;
    margin: auto;
    z-index: 1;
}

.second-navbar .navbar-nav .nav-item .nav-link:hover::before {
    width: 100%;
}

 @media (max-width: 991px){
.navbar-offcanvas{
    width: 100% !important;
   /* background: linear-gradient(to bottom right, #aa3b0b, #ca5c25, #df8140); */
}

.second-navbar .navbar-nav .nav-item .nav-link {
 color:#ffffff;
}

/* .second-navbar .dropdown-menu {
    background-color: #df8140;
}

.second-navbar .dropdown-menu li a{
    color: #fff;
}
.dropdown-item:hover {
    background-color: #8f250c;
 } */
}

.second-navbar .navbar-toggler{
    /* border:2px solid #df8140; */
    border: none;
    border-radius: 7px;
}
.second-navbar .navbar-toggler:focus{
    box-shadow:none;
}

.carousel-content {
    /*color: #212529;*/
    text-align: left;
}


/* .banner-main {
    height: calc(100vh - 90px);
    display: flex;
    align-items: center;
    overflow: hidden;
} */

.banner-wrapper .carousel-caption {
    position: absolute;
    right: 56%;
    top: 12%;

}

@media(max-width:991px) {
    .banner-wrapper .carousel-caption {
        position: absolute;
        right: 40%;
        top: 12%;
        left: 10%;
    }
    .banner-wrapper .carousel-caption .main-title{
        margin-bottom: 0;
    }

}

.banner-main .carousel-caption h1 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 2rem;
}

.banner-wrapper .carousel-caption p {
    margin-bottom: 0;
    color: #808080;
    text-align: justify;
}
@media(max-width:767px){
    h1.main-title{
        font-size: 17px;
        width: 80%;
    }
}
.banner-wrapper .carousel-caption .button-group {
    margin-top: 30px;
}

.banner-wrapper .carousel-caption .button-group button {
    margin-right: 20px;
}


.about-inner {
    position: relative;
    margin-top: 50px;
    text-align: center;
}

.about-content {
    color: grey;
}

.about-icon-box {
    border-radius: 50%;
    position: relative;
    margin-bottom: 20px;
}

.about-icon-box img {
    height: 60px;

}


.parallex-box-wrapper {
    /* margin: 0 30px;
    padding-bottom: 20px; */
    overflow: hidden;
    display: none;
}


.parallex-box {
    height: 500px;
    border-radius: 20px;
    padding: 80px 50px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

@media(max-width:991px) and (min-width:424px) {
    .parallex-one p {
        margin-top: 40px;
    }
}

@media(max-width:991px){
    .parallex-box {
        height:auto;

    }
}

.parallex-box-wrapper.parallex-one .parallex-box {
    background: url("../images/eon-stretched-img1.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.parallex-box-wrapper.parallex-second {
    margin: 0;
    padding-bottom: 50px;
}

.parallex-box-wrapper.parallex-second .parallex-box {
    background: url('../images/dauha-stretched\ image\ .jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 0;
    color: #212529;
}

@media(max-width:425px) {
    .parallex-box-wrapper.parallex-one .parallex-box {
        background-size: cover;
    }
}

.parallex-box-wrapper.parallex-second .parallex-box .bordered-title::after {
    background-color: #80808052 !important;
}

.parallex-box-wrapper.parallex-second .parallex-box p {
    color: gray;
}

.bordered-title {
    position: relative;
    font-family: 'Playfair Display', serif;
}

/*.bordered-title::after {*/
/*    content: "";*/
/*    height: 3px;*/
/*    width: 50px;*/
/*    background-color: #fff;*/
/*    position: absolute;*/
/*    bottom: -30px;*/
/*    left: 0;*/
/*}*/

@media (max-width: 760px) {
    .bordered-title::after {
        bottom: -10px;
    }
}

.parallex-box h3 {
    width: 40%;

}

@media(max-width:425px) {
    .parallex-box h3 {
        width: 100%
    }
}

.parallex-box p {
    margin-bottom: 0;
    width: 40%;
    color: #fff;
}

@media(max-width:425px) {
    .parallex-one p {
        width: 100%;
        margin-top: 40px;
    }
}

.mega-footer {
    background: var(--surface);
    border-top: 1px solid var(--border);
    padding: 5rem 2rem 2rem;
    margin-top: 5rem;
}

.footer-info h5,
.footer-social h5 {
    padding-bottom: 10px;
    /*color: #fff;*/
}

.footer-info p {
    color: #898989;
}

.footer-social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: linear-gradient(to bottom right, #5d250a, #8f250c, #aa3b0b, #ca5c25, #df8140);
}

.footer-social a:hover {
    transform: scale3d(1.09, 1.09, 1.09);
}

.footer-social a:hover i {
    transform: scale3d(1.5, 1.5, 1.5);
}

/*footer {*/
/*    background: #4f4f4f;*/
/*    color: #fff;*/
/*    padding: 20px 30px 10px 30px;*/
/*}*/

footer .footer-menu ul {
    padding-left: 0;
}

footer .footer-menu ul li {
    display: inline-block;
}

footer .footer-menu ul li a {
    padding: 10px;
    color: #fff;
    transition: transform 0.1s;
}

footer ul li a:hover {
    color: #df8140;
}

.footer-info p {
    word-wrap: break-word;
}

.custom-tab-content img {
    height: 400px;
}
@media(max-width:767px){
    .custom-tab-content img {
        height: auto;
    }
}

.custom-tab-button .pills-tab {
    height: 100px;
    width: 100px;
    background: #f3f3f3;
    border-radius: 50%;
    margin: 20px auto;
    border: 2px solid #fff;
    box-shadow: 0px 0px 10.72px 1.28px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out;
}

.pills-main .custom-tab-button .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-nav-pills-link-active-color);
    background: transparent;
    border: 3px solid #ca5c25;
    border-radius: 50%;
    box-shadow: 0px 0px 10.72px 1.28px rgba(0, 0, 0, 0.13);
}

.display-main {
    padding-top: 0;
}

.display-content {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}

.display-content h3 {
    margin-bottom: 40px;
}

.display-content p {
    font-size: 14px;
    line-height: 25px;
    color: #808080;
}

/*.display-content .bordered-title::after {*/
/*    background-color: #80808052;*/
/*}*/

/* .intro-banner {
    padding: 100px;
} */

/*.intro-card {*/
/*    height: 600px;*/
/*    color: #333;*/
/*    background-image: linear-gradient(to top left, #df8140, #aa3b0b40);*/
/*    background-repeat: no-repeat;*/
/*    border: 0;*/
/*    border-radius: 20px;*/
/*    z-index: 99;*/

/*}*/


/*.intro-card::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-image: url('../images/golchha3-removebg-preview.png');*/
/*    background-repeat: no-repeat;*/
/*    background-position: center top;*/
/*    background-size: 70%;*/
/*    opacity: 0.2;*/
/*    background-blend-mode: lighten;*/

/*}*/

/*@media(min-width:426px) and (max-width:991px) {*/
/*    .intro-card::before {*/
/*        background-position: center;*/
/*        background-size: 100%;*/
/*    }*/
/*}*/

/*@media(max-width:425px) {*/
/*    .intro-card::before {*/
/*        background-position: center;*/
/*        background-size: contain;*/
/*    }*/
/*}*/

.intro-card .card-body {
    padding: 100px;
}

@media(max-width:790px) {
    .intro-card .card-body {
        padding: 20px;

    }
}
@media(min-width:426px)and (max-width:991px){
    .intro-card .card-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.intro-card h4 {
    margin-bottom: 40px;
    color: var(--surface-dark);
}

/*.intro-card p {*/
/*    color: #333333;*/
/*    margin-top: 60px;*/
/*    margin-bottom: 0px;*/
/*    font-weight: 600;*/
/*    opacity: 1;*/
/*}*/

/*.intro-card button {*/
/*    margin-top: 30px;*/
/*}*/

/*product page css starts here */
#products-page {
    background-color: #f8f8f8;
}

.product-main .bordered-title::after {
    background-color: #aa3b0b;
}

.sub-product-main .card {
    border-radius: 10px;
}

.product-main-image{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
    border-radius:4px;
}

.product-main-image img {
    display: block;
    margin: auto;
    transition: transform 0.35s ease-in-out;
    border-radius:4px;
}

.product-main-image img:hover {
   transform: scale(1.06);
}

.product-content {
    /* background-color: #FDFEFF;
    border-radius: 20px;
    */
    padding: 40px;
}

.product-content p {
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: justify;
}

.sub-product-main .card-title {
    text-align: center;
}

.product-card .card-body {
    padding: 0;
}

.product-card {
    transition: all .3s;
    box-shadow: 1px 2px 7.72px 1.28px rgb(0 0 0 / 4%);
    /* height: 250px; */
    /* box-shadow: 0px 0px 7.72px 1.28px rgba(0, 0, 0, 0.13); */
    margin-bottom: 40px;
    padding: 0 !important;

}

.sub-product-main .card {
    border: none;
}

.product-card:hover {
    transform: scale3d(1.02, 1.02, 1.02);
    border: none;
}

.sub-product-main .product-card .card-body {
    position: relative;
}

.product-btn {
    opacity: 0;
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    transition: transform .3s;
}

.product-card:hover .product-btn {
    transform: translateY(-50%);
    z-index: 9999;
    opacity: 1;
}

.product-card .btn-primary {
    box-shadow: none;
}

.product-modal .modal-header {
    border-bottom: none;
    color: #aa3b0b;
}

.product-modal {
    z-index: 9999;
}

.product-image {
    height: 150px;
    overflow: hidden;
    margin: auto;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-product-main .product-image img {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;

}

.product-card .card-title {
    font-size: 20px;
    padding: 20px;
    margin-bottom: 0;
}





/* inquiry-form css starts here */

.inquiry-section {
    /* background-color: #e6e6e6; */
    background-color: #f2f2f2;
}

.inquiry-section .form-control {
    border: none;
    padding-left: 12px;
    border-radius: 7px;
    background-color: #ffffff;
}

.inquiry-section input.form-control {
    height: 50px;
}

.inquiry-section .form-group {
    margin-bottom: 20px;
}

.inquiry-content {
    border-left: 1px solid #dee2e6 ;
    padding: 30px;
}
@media(max-width:991px){
.inquiry-content{
   border-left: 0;
}
.form-wrapper{
    padding: 30px;
}
}

.form-title {
    line-height: 1.7;
}

.inquiry-content a:hover {
    font-weight: bold;
}

.inquiry-section .form-control:active,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #aa3b0b;
}

.inquiry-section input::placeholder,
.inquiry-section textarea::placeholder {
    font-weight: 500;
}

/*New css*/

.legacy-container {
    background: transparent;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    border: 0;
}

.legacy-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.7rem 1.5rem;
    background: rgba(212, 175, 55, 0.2);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 50px;
    margin-bottom: 2rem;
}

.legacy-badge span {
    color: var(--gold);
    font-weight: 700;
    font-size: 1.2rem;
}

.legacy-container h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    color: #fff;
}

.legacy-content {
    position: relative;
    z-index: 2;
    max-width: 840px;
}

.legacy-content p {
    font-size: 1.2rem;
    color: var(--surface-dark);
    line-height: 1.8;
    margin-bottom: 2rem;
}


      /* Navigation */
      .navbar {
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 1000;
         /*background-color: #0e0a08; !important*/
        /*backdrop-filter: blur(20px) !important;*/
        /* border-bottom: 1px solid var(--border);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
        background-color:transparent;
        animation: slideDown 0.8s ease-out;
        display: flex;
        justify-content: space-between;
        height: 100px;
        background: black;
      }
      
      .navbar .nav-links a {
        color: #fff;
        text-decoration: none;
        font-weight: normal;
        font-size: 0.95rem;
        letter-spacing: 0.03em;
        transition: all 0.3s ease;
        position: relative;
    }

      @keyframes slideDown {
        from {
          transform: translateY(-100%);
          opacity: 0;
        }
        to {
          transform: translateY(0);
          opacity: 1;
        }
      }

      .nav-container {
        max-width: 1400px;
        /*margin: 0 auto;*/
        padding: 0 6rem;
      }

      .logo {
        font-family: "Playfair Display", serif;
        font-size: 1.8rem;
        font-weight: 900;
        letter-spacing: -0.02em;
        background: linear-gradient(
          135deg,
          var(--primary) 0%,
          var(--primary-dark) 100%
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        display:flex;
        justify-content:center;
        align-items: center;
        margin-bottom:10px 0 10px 0;
      }

      .logo img {
        width: 100px;
      }
      
       .nav-list {
        display: flex;
        gap: 3rem;
        justify-content: center;
        align-items: center;
        color: #ffffff !important;
        font-weight: bold;
      }
      .nav-list li::marker {
          content: none;
        }
      .second-navbar .nav-link {
          /*color: #ffffff !important;*/
          font-size: 1rem;
          font-weight: 700;
        }

    
      .nav-links {
        display: flex;
        gap: 3rem;
        justify-content: center;
        font-weight: bold;
       color: #ffffff !important;
        align-items: center;
        /*margin-right: 40px;*/
      }

      .nav-links a {
        /* color: var(--text-dim); */
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        font-size: 0.95rem;
        letter-spacing: 0.03em;
        transition: all 0.3s ease;
        position: relative;
      }

      .nav-links a::after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 0 !important;
        height: 3px !important;
        background: var(--primary);
        transition: width 0.3s ease !important;
      }
      
        .inquery a::after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 0 !important;
        height: 3px !important;
        background: var(--primary);
        transition: width 0.3s ease !important;
      }

      .nav-links a:hover {
        color: var(--text);
      }

      .nav-links a:hover::after {
        width: 100% !important;
      }
      
      .nav-lists li::marker {
       content: none;
     }
     
     /* Mega Menu */
        .nav-item {
            position: relative;
        }

        .mega-menu {
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            background: white;
            /* border-radius: 20px; */
            /* padding: 3rem; */
            margin-top: 1rem;
            min-width: 1200px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s ease;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
            border: 1px solid var(--border);
            z-index: 1000;
        }

        .nav-item:hover .mega-menu {
            opacity: 1;
            visibility: visible;
            margin-top: 1.5rem;
        }

        .mega-menu-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2.5rem;
        }

        .mega-menu-column h4 {
            font-size: 1rem;
            font-weight: 700;
            color: var(--text);
            margin-bottom: 1.2rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .mega-menu-column h4::before {
            content: '';
            width: 4px;
            height: 16px;
            background: var(--primary);
            border-radius: 2px;
        }

        .mega-menu-list {
            list-style: none;
        }

        .mega-menu-list li {
            margin-bottom: 0.7rem;
        }

        .mega-menu-list a {
            color: var(--text-dim);
            text-decoration: none;
            font-size: 0.9rem;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            position: relative;
        }

        .mega-menu-list a::after {
            display: none;
        }

        .mega-menu-list a:hover {
            color: var(--primary);
            padding-left: 0.5rem;
        }

        .new-badge {
            display: inline-block;
            background: var(--primary);
            color: white;
            font-size: 0.65rem;
            padding: 0.15rem 0.4rem;
            border-radius: 4px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.03em;
        }


    .contact-btn {
    padding: 0.7rem 1.8rem !important;
    background: var(--primary);
    color: white !important;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.4s ease;
    top: 10px;
   }

 .contact-btn:hover {
        transform: translateY(-2px);
        background: var(--primary-dark);
        box-shadow: 0 10px 30px rgba(209, 105, 46, 0.3);
       text-decoration: none;     
       }

      .contact-btn::after {
        display: none;
      }
      
    /*  @media (max-width: 768px) {*/
    /*.nav-links {*/
    /*    display: none;*/
    /*}*/
    /*}*/
    
    .dropdown-menu {
        margin-top: 12px;
        padding: 10px 0;
        min-width: 180px;
    }
    
    .dropdown-menu .nav-link {
        padding: 10px 20px;
        color: #212529 !important;
    }
    
    .nav-links > a,
    .dropdown-menu .nav-link {
        position: relative;
        text-decoration: none;
    }
    
    .nav-links > a::after,
    .dropdown-menu .nav-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: var(--primary);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease;
    }
    
    .nav-links > a:hover::after,
    .dropdown-menu .nav-link:hover::after {
        transform: scaleX(1);
    }
    
    .nav-links > a.active::after,
    .dropdown-menu .nav-link.active::after {
        transform: scaleX(1);
    }


    @media (max-width: 991px) {
        .offcanvas-body .nav-links > a::after,
        .offcanvas-body .dropdown-menu .nav-link::after {
            display: none;
        }
    }

         /*nav animation*/
        .navbar {
            transition: padding 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
        }
        
        .nav-scrolled {
            box-shadow: 0px 1px 10px #d7d7d7;
            background: white;
            height: 70px;
            position:fixed;
        }

        .navbar .logo img {
            height: auto;
            transition: transform 0.4s ease;
        }
        
        .navbar.nav-scrolled .logo img {
            transform: scale(0.8);
        }
        
        
        .nav-list {
            transition: transform 0.4s ease, opacity 0.4s ease;
        }
        
        .nav-list > li.nav-item > a.nav-link {
            transition: color 0.4s ease;
        }
        
        
        .navbar.nav-scrolled .nav-list {
            transform: translateY(-4px); 
        }
        
        .navbar.nav-scrolled .nav-list > li.nav-item > a.nav-link {
            color: #000000 !important;
            font-weight: 500;
        }
        
        /*small device animate nav*/
        
        @media(max-width: 1024px){
            
            .nav-container {
                     padding: 0 10px; 
                }
                
                .offcanvas {
                     display: block; 
               }
               
               .offcanvas-body {
                    padding: 10px;
                }
               
               .nav-list {
                     display: block; 
                }
                
                .small-device-nav-css{
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-start;
                    align-items: baseline;
                    padding: 9px;
                    height: 85vh;
                }
                
                ol, ul {
                padding-left: 0;
            }
            
            .text-bg-dark {
                    background-color: rgb(0 0 0 / 0%) !important;
              }
              
              .navbar.nav-scrolled .nav-list > li.nav-item > a.nav-link {
                    color: white !important;
                    font-weight: 500;
                }
        }



      /* Hero Section */
      .hero {
        position: relative;
        min-height: 630px;
        display: flex;
        align-items: center;
        padding: 8rem 2rem 4rem;
        overflow: hidden;
        background: #05070f;
        /*margin-bottom:-110px;*/
        margin-top: -110px;
      }

      .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(
            circle at 20% 50%,
            rgba(209, 105, 46, 0.08) 0%,
            transparent 50%
          ),
          radial-gradient(
            circle at 80% 80%,
            rgba(187, 76, 23, 0.08) 0%,
            transparent 50%
          );
        animation: pulse 8s ease-in-out infinite;
      }

      @keyframes pulse {
        0%,
        100% {
          opacity: 0.5;
        }
        50% {
          opacity: 0.8;
        }
      }

      .hero-grid {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: linear-gradient(
            rgba(79, 79, 79, 0.03) 1px,
            transparent 1px
          ),
          linear-gradient(90deg, rgba(79, 79, 79, 0.03) 1px, transparent 1px);
        background-image: url("/media/kqjdv32g/hero-section3.png");
        background-repeat: no-repeat;
        background-size: cover;
        /* background-size: 60px 60px; */
        opacity: 0.3;
      }

      .hero-content {
        max-width: 1400px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        gap: 4rem;
        align-items: center;
      }

      .hero-text {
        animation: fadeInUp 1s ease-out 0.3s both;
      }

      @keyframes fadeInUp {
        from {
          opacity: 0;
          transform: translateY(40px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      .hero-badge {
        display: inline-block;
        padding: 0.5rem 1.2rem;
        background: rgba(209, 105, 46, 0.1);
        border: 1px solid rgba(209, 105, 46, 0.3);
        border-radius: 50px;
        color: #ff6b35;
        font-size: 0.85rem;
        font-weight: 600;
        letter-spacing: 0.05em;
        margin-bottom: 2rem;
        text-transform: uppercase;
      }

      h1 {
        font-family: "Playfair Display", serif;
        font-size: 5rem;
        font-weight: 900;
        line-height: 1.1;
        margin-bottom: 1.5rem;
        letter-spacing: -0.03em;
      }

      .hero-text h1 {
        color: #fff;
      }

      .hero-text p {
        font-size: 1.25rem;
        /* color: var(--text-dim); */
        color: #ffffff !important;
        margin-bottom: 3rem;
        line-height: 1.8;
        max-width: 600px;
      }

      .cta-group {
        display: flex;
        gap: 1.5rem;
        flex-wrap: wrap;
      }

      .btn {
        padding: 10px;
        border-radius: 50px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.4s ease;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 1rem;
      }

      .btn-primary {
        background: var(--primary);
        color: white;
        box-shadow: 0 10px 40px rgba(209, 105, 46, 0.3);
      }

      .btn-primary:hover {
        transform: translateY(-3px);
        background: var(--primary-dark);
        box-shadow: 0 15px 50px rgba(209, 105, 46, 0.4);
      }

      .btn-secondary {
        background: transparent;
        color: var(--text);
        border: 2px solid var(--border);
      }

      .btn-secondary:hover {
        background: var(--surface);
        border-color: var(--secondary);
      }

      .hero-visual {
        position: relative;
        animation: fadeInUp 1s ease-out 0.6s both;
      }

      .hero-text .btn-secondary {
        color: #fff !important;
      }

      .camera-showcase {
        position: relative;
        width: 100%;
        height: 500px;
        background: linear-gradient(
          135deg,
          var(--surface) 0%,
          var(--surface-dark) 100%
        );
        border-radius: 30px;
        padding: 3rem;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1),
          inset 0 1px 0 rgba(255, 255, 255, 0.8);
        border: 1px solid var(--border);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background-image: url("/media/ymmpw2b3/cctv-hero-demo.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
      }

      .camera-showcase::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(
          circle,
          rgba(209, 105, 46, 0.1) 0%,
          transparent 70%
        );
        animation: rotate 20s linear infinite;
        transform-origin: center;
      }

      @keyframes rotate {
        from {
          transform: translate(-50%, -50%) rotate(0deg);
        }
        to {
          transform: translate(-50%, -50%) rotate(360deg);
        }
      }

      .camera-icon {
        font-size: 10rem;
        opacity: 0;
        position: relative;
        z-index: 1;
        filter: grayscale(20%);
      }
      
     /* Responsive */
        @media (max-width: 1024px) {
            h1 {
                font-size: 3.5rem;
            }

            .hero-content {
                grid-template-columns: 1fr;
                gap: 3rem;
                padding:none;
            }

            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .features-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .footer-content {
                grid-template-columns: 1fr 1fr;
            }
        }
        
        
         /* Features Section */
        .features {
            max-width: 1400px;
            margin: 0rem auto;
            padding: 0 2rem;
        }

        .section-header {
            text-align: center;
            margin-bottom: 3rem;
        }

        .section-tag {
            color: var(--primary);
            font-size: 0.9rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            margin-bottom: 1rem;
        }

        .section-header h2 {
            font-family: 'Playfair Display', serif;
            font-size: 3.5rem;
            font-weight: 900;
            margin-bottom: 1.5rem;
            line-height: 1.2;
        }

        .section-header p {
            font-size: 1.2rem;
            color: var(--text-dim);
            max-width: 700px;
            margin: 0 auto 20px;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2rem;
        }

        .feature-card {
            background: white;
            padding: 3rem;
            border-radius: 12px;
            border: 1px solid var(--border);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            display: flex;
            padding: 0;
            height: 200px;
        }

        .feature-icon {
            width: 70px;
            height: 70px;
            /*background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);*/
            background: linear-gradient(135deg, #959595 0%, #ffffff 100%) !important;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            margin-bottom: 2rem;
        }
        
        .news-card-content {
            width: 60%;
            margin: 1.5rem;
        }

        .feature-card h3 {
            font-size: 1.4rem;
            margin-bottom: 1rem;
            font-weight: 700;
        }

        .feature-card p {
            color: var(--text-dim);
            line-height: 1.7;
        }

        .navbar .nav-item > .nav-link {
                color: #fff;
                text-decoration: none;
                font-weight: 500;
                font-size: 0.95rem;
                letter-spacing: 0.03em;
                transition: all 0.3s ease;
                position: relative;
        }
        
        @media (max-width: 768px) {
            h1 {
                font-size: 2.5rem !important;
            }

            .legacy h2,
            .section-header h2 {
                font-size: 2.5rem;
            }

            .nav-links {
                display: none;
            }

            .stats-grid,
            .features-grid {
                grid-template-columns: 1fr !important;
            }
            
            .legacy-container,
            .partnership-container {
                padding: 3rem 2rem;
            }

            .footer-content {
                display:block !important;
            }

            .footer-bottom {
                flex-direction: column;
                gap: 1rem;
                text-align: center;
            }
        }
        
        /* Solutions Section */
        .solutions {
            max-width: 1400px;
            margin: 5rem auto;
            padding: 0 2rem;
        }

        .solutions-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 3rem;
        }

        .solutions-header h2 {
            font-family: 'Playfair Display', serif;
            font-size: 3.5rem;
            font-weight: 900;
            color: var(--text);
        }

        .solutions-more {
            color: var(--text);
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .solutions-more:hover {
            color: var(--primary);
            gap: 0.8rem;
        }

        .solutions-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows: repeat(3, 280px);
            gap: 1.5rem;
        }

        .solution-card {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.4s ease;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        }

        .solution-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(209, 105, 46, 0.2);
        }

        /* Grid layout for different card sizes */
        .solution-card:nth-child(1) {
            grid-column: span 2;
            grid-row: span 1;
        }

        .solution-card:nth-child(2) {
            grid-column: span 1;
            grid-row: span 3;
        }

        .solution-card:nth-child(3) {
            grid-column: span 1;
            grid-row: span 1;
        }

        .solution-card:nth-child(4) {
            grid-column: span 1;
            grid-row: span 1;
        }

        .solution-card:nth-child(5) {
            grid-column: span 1;
            grid-row: span 1;
        }

        .solution-card:nth-child(6) {
            grid-column: span 1;
            grid-row: span 1;
        }

        .solution-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .solution-card:hover .solution-image {
            transform: scale(1.1);
        }

        .solution-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(
                to top,
                rgba(0, 0, 0, 0.7) 0%,
                rgba(0, 0, 0, 0.3) 50%,
                rgba(0, 0, 0, 0.1) 100%
            );
            display: flex;
            align-items: flex-end;
            padding: 2rem;
            transition: all 0.4s ease;
        }

        .solution-card:hover .solution-overlay {
            background: linear-gradient(
                to top,
                rgba(209, 105, 46, 0.85) 0%,
                rgba(187, 76, 23, 0.5) 50%,
                rgba(0, 0, 0, 0.2) 100%
            );
        }

        .solution-title {
            font-family: 'Playfair Display', serif;
            font-size: 2rem;
            font-weight: 700;
            color: white;
            margin: 0;
            transition: all 0.4s ease;
        }

        .solution-card:hover .solution-title {
            transform: translateY(-5px);
        }
        
        @media (max-width: 764px){
              .solutions {
                max-width: 1400px;
                margin: 2rem auto;
                padding: 0 1rem;
             }
             
             .solutions-header {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 1rem;
            }
            
            .solutions-header h2 {
                font-family: 'Playfair Display', serif;
                font-size: 1.5rem;
                font-weight: 800;
                color: var(--text);
            }
            
            
            .solutions-more {
                color: var(--text);
                text-decoration: none;
                /* font-weight: 300; */
                 font-size: 14px; 
                transition: all 0.3s ease;
                display: flex;
                align-items: center;
                 /*gap: 0.5rem; */
            }
            
            .solutions-grid {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                /* grid-template-rows: repeat(3, 280px); */
                gap: 1rem;
            }
            
            .solution-overlay {
                padding: 1rem;
            }
            
            .solution-title {
                font-weight: 500;
                 font-size: 14px; 
            }
            
            .solution-card:nth-child(2) {
                grid-column: span 1;
                grid-row: span 2;
            }

         }


/* Stats Section */
        .stats {
            max-width: 1400px;
            margin: 5rem auto 5rem;
            padding: 0 2rem;
            position: relative;
            z-index: 10;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
        }

        .stat-card {
            background: white;
            padding: 2.5rem;
            border-radius: 20px;
            border: 1px solid var(--border);
            text-align: center;
            transition: all 0.4s ease;
            animation: fadeInUp 1s ease-out both;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        }

        .stat-card:nth-child(1) { animation-delay: 0.2s; }
        .stat-card:nth-child(2) { animation-delay: 0.3s; }
        .stat-card:nth-child(3) { animation-delay: 0.4s; }
        .stat-card:nth-child(4) { animation-delay: 0.5s; }

        .stat-card:hover {
            transform: translateY(-10px);
            border-color: var(--primary);
            box-shadow: 0 20px 60px rgba(209, 105, 46, 0.15);
        }

        .stat-number {
            font-family: 'Playfair Display', serif;
            font-size: 3.5rem;
            font-weight: 900;
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 0.5rem;
        }

        .stat-label {
            color: var(--text-dim);
            font-size: 0.95rem;
            font-weight: 500;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }


/* Dahua Partnership */
        .partnership {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        .partnership-container {
            background: white;
            padding-top: 0;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 5rem;
            align-items: center;
            border-top: 1px solid var(--border);
        }

        .partnership-content h2 {
            font-family: 'Playfair Display', serif;
            font-size: 3rem;
            font-weight: 900;
            margin-bottom: 2rem;
            line-height: 1.2;
        }
        
        .partnership-content h2:first-child  {
            display: none;
        }

        .partnership-content p {
            color: var(--text-dim);
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 1.5rem;
        }

        .partnership-content ul {
            list-style: none;
            margin: 2rem 0;
            padding: 0;
        }

        .partnership-content li {
            padding: 1rem 0;
            padding-left: 2rem;
            position: relative;
            color: var(--text-dim);
        }

        .partnership-content li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: var(--primary);
            font-weight: bold;
            font-size: 1.2rem;
        }

        .partnership-visual {
            /* background: linear-gradient(135deg, var(--surface) 0%, var(--surface-dark) 100%); */
            background: url("./trading.png");
            background-size: cover;
            background-position: center;
            border-radius: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            height: 400px;
            width: 100%;
            /*border: 1px solid var(--border);*/
        }
        
        .partnership-visual img {
                width: 100%;
                height: 100%;
                object-fit: cover;
        }

        .partnership-visual::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 300px;
            height: 80px;
            scale: 1.4;
            /*background: radial-gradient(circle, rgba(209, 105, 46, 0.15) 0%, transparent 70%);*/
            transform: translate(-30%, -50%);
            animation: pulsenew 4s ease-in-out infinite;
            background: url("/media/2dwo1fyg/logo_header57e0e23.png");
            background-size: contain;
            background-repeat: no-repeat;
        }
        
        @keyframes pulsenew {
        0%,
        100% {
          opacity: 0.15;
        }
        50% {
          opacity: 0.3;
        }
      }


        .brand-placeholder {
            font-family: 'Playfair Display', serif;
            font-size: 5rem;
            font-weight: 900;
            opacity: 0.15;
            position: relative;
            z-index: 2;
            color: var(--secondary);
        }


/* Products Slider Section */
        .products-slider {
            max-width: 1400px;
            margin: 5rem auto;
            padding: 0 2rem;
        }

        .product-card {
            background: white;
            border-radius: 25px;
            overflow: hidden;
            border: 1px solid var(--border);
            margin: 0 15px;
            transition: all 0.4s ease;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        }

        .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(209, 105, 46, 0.15);
            border-color: var(--primary);
        }

        .slider-product-image {
            width: 100%;
            height: 280px;
            background: linear-gradient(135deg, var(--surface) 0%, var(--surface-dark) 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 4rem;
            position: relative;
            overflow: hidden;
        }

        .slider-product-image::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 200px;
            height: 200px;
            background: radial-gradient(circle, rgba(209, 105, 46, 0.1) 0%, transparent 70%);
            transform: translate(-50%, -50%);
        }

        .slider-product-image span {
            position: relative;
            z-index: 2;
        }

        .product-info {
            padding: 2rem;
        }

        .product-badge {
            display: inline-block;
            padding: 0.4rem 0.9rem;
            background: rgba(209, 105, 46, 0.1);
            color: var(--primary);
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            margin-bottom: 1rem;
        }

        .product-info h3 {
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 0.8rem;
            color: var(--text);
        }

        .product-info p {
            color: var(--text-dim);
            line-height: 1.6;
            margin-bottom: 1.5rem;
            font-size: 0.95rem;
        }

        .product-features {
            list-style: none;
            margin-bottom: 1.5rem;
        }

        .product-features li {
            padding: 0.5rem 0;
            padding-left: 1.5rem;
            position: relative;
            color: var(--text-dim);
            font-size: 0.9rem;
        }

        .product-features li::before {
            content: '•';
            position: absolute;
            left: 0;
            color: var(--primary);
            font-weight: bold;
            font-size: 1.2rem;
        }

        .product-link {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            color: var(--primary);
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .product-link:hover {
            gap: 0.8rem;
            color: var(--primary-dark);
        }

        /* Slick Slider Customization */
        .slick-slider {
            margin: 0 -15px;
        }

        .slick-slide {
            padding: 0 15px;
        }

        .slick-dots {
            bottom: -50px;
        }

        .slick-dots li button:before {
            font-size: 12px;
            color: var(--primary);
            opacity: 0.3;
        }

        .slick-dots li.slick-active button:before {
            opacity: 1;
            color: var(--primary);
        }

        .slick-prev,
        .slick-next {
            width: 50px !important;
            height: 50px !important;
            z-index: 10 !important;
            background: white !important;
            border-radius: 50%;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .slick-prev:hover,
        .slick-next:hover {
            background: var(--primary) !important;
            transform: scale(1.1) !important;
        }

        .slick-prev:before,
        .slick-next:before {
            color: var(--secondary) !important;
            font-size: 20px !important;
            opacity: 1 !important;
        }

        .slick-prev:hover:before,
        .slick-next:hover:before {
            color: white !important;
        }

        .slick-prev {
            left: -60px !important;
        }

        .slick-next {
            right: -60px !important;
        }

        @media (max-width: 1024px) {
            .slick-prev {
                left: -40px !important;
            }
            .slick-next {
                right: -40px !important;
            }
        }

        @media (max-width: 768px) {
            .slick-prev,
            .slick-next {
                width: 40px !important;
                height: 40px !important;
            }

            .slick-prev {
                left: 10px !important;
            }

            .slick-next {
                right: 10px !important;
            }

            .slider-product-image {
                height: 220px;
                font-size: 3rem;
            }
        }
        
        
.slick-prev:before, .slick-next:before {
    color: var(--secondary) !important;
    font-size: 20px !important;
    opacity: 1 !important;
}

.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
    z-index: 10;
    background: white;
    
}

.pills-main {
    display: none;
}

/* Footer */
        footer {
                background: #0e0a08;
                border-top: 1px solid var(--border);
                padding: 5rem 2rem 2rem;
        }

        .footer-content {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 4rem;
            margin-bottom: 3rem;
        }

        .footer-brand h3 {
            font-family: 'Playfair Display', serif;
            font-size: 2rem;
            font-weight: 900;
            margin-bottom: 1rem;
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .footer-brand p {
            color: var(--surface-dark);
            line-height: 1.7;
            margin-bottom: 1.5rem;
        }

        .social-links {
            display: flex;
            gap: 1rem;
        }

        .social-links a {
            width: 40px;
            height: 40px;
            background: white;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--text);
            text-decoration: none;
            transition: all 0.3s ease;
            border: 1px solid var(--border);
        }

        .social-links a:hover {
            background: var(--primary);
            color: white;
            transform: translateY(-3px);
            border-color: var(--primary);
        }

        .footer-links h4 {
            color: var(--primary);
            font-size: 1.1rem;
            margin-bottom: 1.5rem;
            font-weight: 700;
        }

        .footer-links ul {
            list-style: none;
            padding: 0;
        }

        .footer-links li {
            margin-bottom: 0.8rem;
            color: var(--surface-dark);
        }

        .footer-links a {
            color: var(--surface-dark);
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-links a:hover {
            color: var(--primary);
        }

        .footer-bottom {
            max-width: 1400px;
            margin: 0 auto;
            padding-top: 2rem;
            border-top: 1px solid var(--border);
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: var(--surface-dark);
            font-size: 0.9rem;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            h1 {
                font-size: 3.5rem;
            }

            .hero-content {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .features-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .partnership-container {
                grid-template-columns: 1fr;
                gap: 3rem;
                padding: 30px;
            }
        }

.intro-banner {
    position: relative;
    min-height: 630px;
    align-items: center;
    overflow: hidden;
    background: #05070f;
    max-width: 100%;
    margin: 5rem auto;
}

.legacy-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/media/ux2hsh50/golchha.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
    color: #fff;
}

.news-wrapper {
    background-image: url("/media/s3wn2r2k/en-news-bg.png");
    background-size: cover;
    padding: 5rem 0;
    margin-top: 5rem;
}

.news-card-img {
    width: 40%;
    overflow: hidden;
}

.news-card-img img {
    max-height: 100%;
}

.features-grid .feature-card {
    display: none;
}

.features-grid .feature-card:nth-child(-n+4) {
    display: flex;
}

/* Brands/Partners Section */
        /* .brand-wrapper {
            padding: 5rem 0;
        } */

        .brands {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 2rem; 
        }

        .brands-header {
            text-align: center;
            margin-bottom: 3rem;
        }

        .brands-header h2 {
            font-family: 'Playfair Display', serif;
            font-size: 3.5rem;
            font-weight: 900;
            margin-bottom: 1rem;
            line-height: 1.2;
        }

        .brands-header p {
            font-size: 1.2rem;
            color: var(--text-dim);
            max-width: 700px;
            margin: 0 auto;
        }

        .brands-grid {
            display: grid;
            grid-template-columns: repeat(10, 1fr);
            gap: 2rem;
            align-items: center;
        }

        .brand-card {
            position: relative;
            overflow: hidden;
            background: white;
            border-radius: 20px;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            /* border: 1px solid var(--border); */
            transition: all 0.4s ease;
            min-height: 80px;
            /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); */
            transition: all 0.4s ease;
        }

        /* .brand-card::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 100px;
            width: 200px;
            background: url(https://www.dahuasecurity.com/_nuxt/img/LOGO_header.57e0e23.png);
            background-size: cover;
            background-repeat: no-repeat;
        } */

        /* .brand-card:hover {
            transform: translateY(-10px);
            border-color: var(--primary);
            box-shadow: 0 20px 60px rgba(209, 105, 46, 0.15);
        } */

        .brand-card img {
            width: 100%;
            object-fit: contain;
            position: absolute;
            opacity: 1;
            /* filter: grayscale(1); */
            transition: all 0.4s ease;
        }

        /* .brand-card:hover img {
            opacity: 1;
            filter: none;
        } */

        

        .brand-logo {
            font-family: 'Playfair Display', serif;
            font-size: 2rem;
            font-weight: 900;
            color: var(--secondary);
            text-align: center;
            opacity: 0;
            transition: all 0.4s ease;
        }

        .brand-card:hover .brand-logo {
            opacity: 0;
            color: var(--primary);
            transform: scale(1.05);
        }

        /* Alternative style for brand logos with gradient */
        .brand-logo.gradient {
            background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            opacity: 0;
        }

        .brand-card:hover .brand-logo.gradient {
            opacity: 0;
        }

        /* Trust badge section */
        .trust-stats {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
            margin-top: 0;
            padding-top: 1rem;
            border-top: 1px solid #d1692e4a;
        }

        .trust-stat {
            text-align: center;
        }

        .trust-stat-number {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            font-weight: 900;
            color: var(--primary);
            margin-bottom: 0.5rem;
        }

        .trust-stat-label {
            color: var(--text-dim);
            font-size: 0.95rem;
            font-weight: 500;
        }

        /* Brands responsive */
        @media (max-width: 1024px) {
            .brands-grid {
                grid-template-columns: repeat(3, 1fr);
            }

            .trust-stats {
                grid-template-columns: repeat(2, 1fr);
            }

            .brands-header h2 {
                font-size: 2.5rem;
            }
        }

        @media (max-width: 768px) {
            .brands-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .trust-stats {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

            .brands-header h2 {
                font-size: 2rem;
            }

            .brand-card {
                padding: 2rem;
                min-height: 120px;
            }

            .brand-logo {
                font-size: 1.5rem;
            }
        }
        
        
        /*produtc page css ipc*/
        
        .product {
            max-width: 1400px;
            margin: auto;
            padding: 0 2rem;
            margin-top:2rem;
        }
        
        /*.banner {*/
        /*    margin-top: 6.8rem;*/
        /*}*/
        
        .banner img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }
        
        
        .productOverview {
          max-width: 1400px;
          margin: 2rem auto;
          padding: 0 2rem;
         }
         
         .ProductHeader {
            margin-bottom: 1rem;
        }
        
        .ProductHeader h2 {
            font-family: 'Playfair Display', serif;
            font-size: 3.5rem;
            font-weight: 900;
            color: var(--text);
            line-height: 1.2;
        }
        
        .section-header {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            margin-bottom: 0;!important
        }
        
        .section-header h3 {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            font-weight: 900;
            margin-bottom: 1.5rem;
            line-height: 1.2;
            color: var(--text);
        }
        
        .overView p {
            font-size: 1.2rem;
            color: var(--text-dim);
            line-height: 1.8;
            text-align: justify;
            max-width: fit-content; !important
        }
        
        .section-tag {
            color: var(--primary);
            font-size: 0.9rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            margin-bottom: 1rem;
        }
        
        
        .productlist {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            justify-items: center;
            gap: 35px;
            margin-bottom:3rem;
        }
        
        .productCard {
            background-color: #f9f9f9;
            max-width: 300px;
            border: 0.5px solid rgb(204, 196, 196);
            border-radius: 2px;
            padding: 10px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            overflow: hidden;
        }
        
         .productCard img {
            transition: transform 0.35s ease-in-out;
            border-radius: 3px;
        }

        .productCard img:hover {
            transform: scale(1.03);
        }

        
        .productCardDetail {
            margin-top: 8px;
            width: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            flex-direction: column;
            gap: 5px;
            border: 1px solid rgb(201, 198, 198);
            border-radius: 3px;
            padding: 10px;
        }
        
        .productCardDetail h3 {
            font-size: 1rem;
            font-weight: 700;
        }
        
        .product-view-btn {
            padding: 0.3rem 0.8rem;
            background: var(--primary);
            color: white !important;
            text-decoration: none;
            border-radius: 3px;
            transition: all 0.4s ease;
            border: none;
        }
        
        .product-view-btn:hover {
            transform: translateY(-2px);
            background: var(--primary-dark);
            box-shadow: 0 10px 30px rgba(209, 105, 46, 0.3);
        }

        .product-view-btn::after {
            display: none;
        }
        
        .partnership-carousel.slick-initialized .slick-slide {
            display: flex;
        }
        
        .rowcenter{
            justify-content:center;
            align-items:center;        }
        
        /*responsive product css*/
          @media (max-width: 1024px) {
            .ProductHeader {
                display: flex;
                justify-content: center;
                align-items: center;
                margin-bottom: 1rem;
            }

            .ProductHeader h2 {
                font-family: 'Playfair Display', serif;
                font-size: 3rem;
                font-weight: 700;
                color: var(--text);
                line-height: 1.2;
            }
        }
        
        
        /* mega menu */

        .nav-tabs {
            display: inline-block;
            border-bottom: none;
            /*padding-top: 15px;*/
            font-weight: bold;
            }

            .nav-tabs>li{float: none;}



            .nav-tabs > li > a, 
            .nav-tabs > li > a:hover, 
            .nav-tabs > li > a:focus, 
            .nav-tabs > li.active > a, 
            .nav-tabs > li.active > a:hover,
            .nav-tabs > li.active > a:focus {
            border: none;
            border-radius: 0;
            }

            .nav-list {    margin-bottom: 25px;}
            .nav-list > li { 
            /*padding: 20px 15px 15px;
            border-left: 1px solid #eee; */
            display: block;
            }
            /*.nav-list > li:last-child { border-right: 1px solid #eee; }*/
            .nav-list > li > a:hover { text-decoration: none; }
            .nav-list > li > a > span {
            display: block;
            font-weight: bold;
            text-transform: uppercase;
            }

            .mega-dropdown { position: relative; }
            .mega-dropdown-menu {
            padding: 0;
            text-align: center;
            width: 900px;
            }

            /*=======================*/

            /*.tab-content{background: goldenrod;}*/
            .nav-tabs>li{}
            .nav-tabs>li a{padding: 29px 23px;
                background: #31aff5;font-size: 15px;color: #fff}
            .nav-tabs>li.active>a{background: #31aff5;color: #fff;}
            .ht-tab.col-md-2{padding: 0;}
            .ht-tab.col-md-10{padding: 0;}
            .ht-ul{text-align: left;}
            /*.ht-ul hr{margin: 10px 0;}*/



            @media screen and (max-width: 1169px){
                .nav-tabs{display: block;}

            .mega-dropdown-menu{width: 100%;}
            .nav>li, .mega-dropdown, .dropdown{position: unset;}

            }
            @media screen and (max-width: 1023px){

            .ht-tab.col-md-2, .ht-tab.col-md-10 {float: left !important;}
            .ht-tab.col-md-2{width: 20%;}
            .ht-tab.col-md-10{width: 80%;}
            .ht-ul{float: left;}
            }

            .mega-menu .tab-content{
                padding: 20px;
            }

            .mega-menu .tab-content h4 {
                font-size: 18px;
                color: #2c2c2c;
            }
            .mega-menu .tab-content .nav-list a {
                color: #6b6b6b !important;
            }

            .mega-menu .nav{
                width: 20%;
                background: #d1692e;
            }

            .mega-menu .tab-content {
                width: 80%;
                background: #fff;
            }

            /* .mega-menu-inner {
                background: #d1692e;
            } */

            .mega-menu-inner .nav-pills .nav-link {
                color: #ffffff;
                border-radius: 0;
                text-align: left;
                padding: 20px;
                font-weight: normal;
            }

            .mega-menu-inner .nav-pills .nav-link.active, .mega-menu-inner .nav-pills .show>.nav-link {
                background-color: #b55b28;
            }

            .mega-menu-inner .nav-pills .nav-link:hover {
                background-color: #d67843;
            }
            
            .mega-menu-inner .nav-list {
                display: block;
            }