* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    color: #303030;
}

.cursor-dot {
    width: 10px;
    height: 10px;
    background-color: var(--primary);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    transition: transform 0.15s ease-out;
    transform: translate(-50%, -50%);
}

/* Outline (outer cursor) */
.cursor-outline {
    width: 32px;
    height: 32px;
    border: 1px solid var(--primary);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9998;
    transition: transform 0.25s ease-out;
    transform: translate(-50%, -50%);
}

main {
    overflow-x: clip;
}

a {
    color: inherit;
    text-decoration: none;
    transition: .4s ease;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 500;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    transition: .4s linear;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--secondary);
    line-height: 1.3;
    font-weight: bold;
    font-family: "Catamaran", sans-serif;
    margin-bottom: .7rem;
}

p,
li {
    font-size: 1rem;
    line-height: 1.7;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

:root {
    --primary: #009344;
    --secondary: #000;
}


@media (min-width: 992px) and (max-width: 1399.98px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }

    html {
        font-size: 15px;
    }

}

svg {
    width: 1.2rem;
    height: 1.2rem;
}

/* Header CSS */

nav.menu ul {
    display: flex;
    align-items: center;
   /* position: relative; */
}

.header {
    background: white;
    position: relative;
    /* padding: 10px 0; */
    transition: .4s ease;
    /* overflow-x: clip; */
    z-index: 999;
}


.top-menu {
    position: relative;
    /* background: var(--primary); */
    padding: 5px 0;
}

.top-contact {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 15px;
    /* color: white; */
}

.top-contact i svg {
    fill: var(--primary);
}

.socials-top a {
    padding: 3px 4px;
    fill: var(--primary);
    border-radius: 3px;
    display: inline-grid;
    place-content: center;
}

.socials-top a:hover {
    background: var(--primary);
    fill: #ffffff;
}

.top-search form input::placeholder {
    color: inherit;
}

.top-search {
    position: relative;
    /* margin: 0 2rem; */
}

.top-search form {
    position: relative;
    width: 220px;
    overflow: hidden;
    border-radius: 10px;
}

.top-search form input {
    background: transparent;
    padding: 6px 15px;
    border-radius: 23px;
    border: 1px solid #8f8f8f;
    width: 100%;
    outline: none;
    color: #363636;
}

.top-search form i {
    position: absolute;
    top: 0;
    right: 0;
    /* background: #ffffff; */
    width: 35px;
    height: 100%;
    display: grid;
    place-content: center;
    fill: #525252;
    cursor: pointer;
}

.navbar {
    background: var(--primary);
    color: white;
    padding: 5px 0;
}

span.clk_btn svg {
    position: relative;
    left: 0;
    cursor: pointer;
    width: 13px;
    height: 13px;
    fill: white;
}

nav.menu ul li:hover span.clk_btn svg {
    fill: var(--primary);
}

nav.menu ul li {
    display: inline-block;
    padding: 12px 16px;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
}

.nav-btn a {
    display: inline-block;
    padding: 8px 20px;
    background: var(--primary);
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.nav-btn a:hover {
    background: var(--secondary);
    transform: scale(1.05);
}

nav.menu ul li:hover {
    background: #ffffff;
}

nav.menu ul li:hover a {
    color: var(--primary);
}

nav.menu ul li ul.dropdown-menu {
    display: none;
    width: 300px;
    left: 0;
    border: 0;
    padding: 0;
    height: auto;
    position: absolute;
    border-radius: 10px;
    background: var(--primary);
    border-radius: 0;
    top: 50px;
}

nav.menu ul li:hover ul.dropdown-menu {
    display: block;
}

nav.menu ul li ul.dropdown-menu li {
    width: 100%;
    padding: 7px 12px;
}

nav.menu ul li ul.dropdown-menu li a {
    width: 100%;
    color: white;
    display: inline-block;
}

nav.menu ul li ul.dropdown-menu li .clk_btn {
    display: none;
}

nav.menu ul li ul.dropdown-menu li ul.dropdown-menu {
    padding: 0;
    border-radius: 0;
}

nav.menu ul li ul.dropdown-menu li ul.dropdown-menu li {
    width: 100%;
    background: white;
    float: inherit;
    transition: .4s ease;
}

nav.menu ul li ul.dropdown-menu li ul.dropdown-menu li a {
    color: #1f1f1f;
    font-size: 14px;
    position: relative;
    padding: 5px 5px 5px 20px;
}

nav.menu ul li ul.dropdown-menu li ul.dropdown-menu li:hover {
    background: #ff994d91;
}

nav.menu ul li ul.dropdown-menu li:hover a {
    color: var(--primary);
}

/* MEGA MENU CSS  */

/* Mega Menu Styles */
nav.menu ul .mega-menu-item {
    position: revert;
}

.mega-menu-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    left: 0;
    /* transform: translateX(-50%); */
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    height: 600px;
    overflow-y: scroll;
}

.mega-menu-item:hover .mega-menu-dropdown {
    opacity: 1;
    visibility: visible;
}

.mega-menu-title {
    font-weight: 600;
    font-size: 13px;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #009344;
    text-transform: uppercase;
    display: inline-block;
}

nav.menu ul .mega-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inherit;
}

nav.menu ul .mega-menu-list li {
    /* margin-bottom: 8px; */
    padding: 0;
    width: 100%;
}

nav.menu ul .mega-menu-list li a {
    color: #666;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    padding: 0px 0;
    line-height: normal;
    margin: 0;
    padding: 0;
}

nav.menu ul .mega-menu-list li a:hover {
    color: var(--primary);
    padding-left: 5px;
}

.mega-container {
    display: flex;
    gap: 30px;
   /* flex-wrap: wrap; */
    justify-content: flex-start;
    /* text-align: start; */
}

.mega-container .mega-menu {
    width: 20%;
    float: right;
}

.logo img {
    width: 95px;
    height: auto;
    padding: 7px;
}

.sticky {
    background: white;
    position: sticky;
    width: 100%;
    z-index: 999;
    top: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.sticky .logo img {
    width: 85px;
}


.country-dropdown {
    position: relative;
    /* margin-left: 20px; */
    cursor: pointer;
    font-size: 14px;
}

.country-selected {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 25px;
    /* border-bottom: 1px solid #8f8f8f; */
    border-radius: 5px;
    background: #f1f1f1;
}

.country-selected img {
    width: 20px;
    height: 14px;
}

.country-list {
    list-style: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0;
    margin: 6px 0 0;
    position: absolute;
    width: 170px;
    display: none;
    z-index: 9999;
}

.country-list li {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s;
    font-size: 13px;
}

.country-list li:hover {
    background: #f3f3f3;
}

.country-list img {
    width: 20px;
    height: 14px;
}


.banner-sec {
    position: relative;
    z-index: 9;
}

.banner-slides:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, black, #0000004a);
    top: 0;
    /* z-index: -1; */
}

.banner-content {
    width: 95%;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 70%;
    margin: auto;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-content h3 {
    font-size: 3.3rem;
    color: white;
    font-weight: 700;
    width: 80%;
    margin: auto;
}

.banner-content h3 span {
    color: var(--primary);
}

.banner-content p {
    color: white;
}

.banner-slides {
    position: relative;
    z-index: 9;
}

.banner-slides img {
    width: 100%;
    height: 490px;
    object-fit: cover;
}

.banner-form {
    width: 100%;
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    margin-left: auto;
    margin: -40px auto 3rem;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.form-box input,
.form-box textarea,
.form-box select {
    width: 100%;
    background: #efefef;
    border: none;
    padding: 10px 10px;
    border-radius: 6px;
    font-family: 'Helvetica';
    font-size: 14px;
    margin: 0 0 15px;
    /* box-shadow: rgb(0 0 0 / 5%) 0px 3px 8px; */
    color: #555;
    border: 1px solid #efefef;
}

.form-box label {
    margin: 0 0 5px;
    /* font-family: 'Poppins'; */
    font-size: .9rem;
    font-weight: 500;
}

input[type="submit"] {
    margin: 0;
    border-radius: 10px;
    background: var(--primary);
    color: white;
    font-size: 1rem;
    border: 0;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border: 1px solid #cdcdcd;
}

/* ==============About section =============== */

.web-subtitle {
    font-weight: 600;
    color: #000;
    font-size: 1.1rem;
    margin: 0 0 .5rem;
    display: inline-block;
}

.about-home-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem 0 0;
}

.about-items-home {
    display: flex;
    align-items: center;
    width: 30%;
    justify-content: space-between;
}

.ab-icon-home {
    width: 70px;
    height: 70px;
    background: var(--primary);
    padding: 10px;
    flex-shrink: 0;
    border-radius: 5px;
}

.ab-txt-home h4 {
    margin: 0;
    font-size: 1.9rem;
}

.about-home-imgs {
    position: relative;
    width: 100%;
    z-index: 99;
}

.ab-home-1 {
    width: 80%;
    margin-left: auto;
    border-radius: 15px;
    border: 10px solid #fff;
    margin-bottom: -50px;
    position: relative;
    z-index: 9;
}

.ab-home-2 {
    width: 85%;
    margin: auto;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 250px;
}


/* .bottom-box {
    display: flex;
    align-items: flex-start;
}

.bottom-box img {
    width: 40px;
    height: auto;
    margin-right: 20px;
} */


.why-sec {
    background-image: url(../imgs/why-bg.jpg);
    background-size: 100%;
}

.why-flex {
    /*display: flex;*/
    /*width: 100%;*/
    /*margin: 0 0 15px;*/
    background: white;
    padding: 1.5rem;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: .4s ease;
}

.why-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.why-icon-flex .why-icon {
    width: 80px;
    height: 80px;
    /* background: #ebebeb; */
    display: grid;
    place-content: center;
    border-radius: 8px;
    flex-shrink: 0;
    margin-right: 20px;
    transition: .4s ease;
    margin-bottom: 0;
}

.why-flex .why-icon img {
    width: auto;
    height: auto;
    margin: 0;
}

/*.why-text p {*/
/*    width: 100%;*/
/*    margin: 0;*/
/*    font-size: 1.01rem;*/
/*} */

.sec-padding {
    padding: 4rem 0;
}

.web-title {
    font-size: 2.7rem;
    text-transform: capitalize;
    color: var(--primary);
}

.web-title span {
    color: var(--primary);
}


.why-icon-flex {
    display: flex;
    align-items: center;
    margin: 0 0 1rem;
}

.why-icon-flex h5 {
    font-size: 1.5rem;
}

.why-flex:hover {
    background: var(--primary);
    color: white;
}

.why-flex:hover h5 {
    color: white;
}

.why-flex:hover .why-icon {
    background: white;
    padding: 10px;
}


/*.why-certifcate-img img {*/
/*    width: 90%;*/
/*    height: 90px;*/
/*    object-fit: contain;*/
/*} */




.hover-img {
    overflow: hidden;
    position: relative;
}

.hover-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hover-img:hover img {
    transform: scale(1.2);
}

/*
.why-img {
    height: 500px;
    width: 100%;
} */

.bg-color {
    background-color: #f5f5f5;
}

.service-side-bg {
    position: relative;
    width: 100%;
    height: 615px;
}

.service-side-bg img {
    width: 100%;
    height: 100%;
}

.service-side-text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    width: 90%;
}

.service-side-text h3 {
    font-size: 2rem;
    margin: 0 0 25px;
}

.service-side-text li {
    position: relative;
    margin: 0 0 6px;
    color: white;
    padding-left: 35px;
}

.service-side-text li:before {
    position: absolute;
    content: "";
    background-image: url(../imgs/tick.png);
    width: 20px;
    height: 20px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    top: 5px;
}

.service-box-1 {
    width: 95%;
    background: white;
    padding: 25px;
    box-shadow: 0px 3px 6.58px 0.42px rgba(0, 0, 0, 0.15);
    margin: 0 auto 25px;
}

.ser-flex {
    display: flex;
    align-items: center;
    margin: 20px 0 0;
}

.ser-text {
    width: 51%;
}

.ser-img {
    width: 50%;
}

.ser-text li,
.industry-content-text li {
    position: relative;
    margin: 0 0 6px;
    padding-left: 25px;
}

.ser-text li:before,
.industry-content-text li:before {
    position: absolute;
    content: "";
    background-image: url(../imgs/tick-2.png);
    width: 15px;
    height: 15px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    top: 5px;
}

.service-box-2 h3 {
    font-size: 1.5rem;
}

.ser-img-2 img {
    width: 100%;
    margin: auto;
    height: 145px;
    object-fit: contain;
}

.service-3-main .service-box-1 {
    padding: 15px;
}

.service-3-main .service-box-1 h3 {
    font-size: 1.1rem;
}

.ser-title h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.process-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.process-box {
    width: 15.5%;
    text-align: center;
    position: relative;
    transition: .4s ease;
}

.process-icon {
    width: 75px;
    height: 75px;
    display: grid;
    place-content: center;
    /* border: 1px dashed var(--primary); */
    border-radius: 100%;
    margin: 0 auto -35px;
    padding: 20px;
    position: relative;
    background: var(--primary);
    transition: .4s ease;
    z-index: 9;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.process-icon img {
    width: 100%;

    /*
Source - https: //stackoverflow.com/a
Posted by Oriol, modified by community. See post 'Timeline' for change history
Retrieved 2025-11-17, License - CC BY-SA 3.0
*/
    filter: brightness(0) invert(1);
    transition: none;
}

.process-box:after {
    /* position: absolute; */
    content: "";
    /* width: 100%; */
    /* height: 2px; */
    /* background: transparent; */
    /* border: 2px dashed var(--secondary); */
    /* top: 45px; */
    /* z-index: -1; */
    display: none;
}

.process-box:last-child:after {
    display: none;
}

.process-box:hover .process-icon {
    background: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.process-box:hover .process-icon img {
    filter: none;
}

.process-box.active .process-icon {
    background: var(--primary);
    transform: scale(1.1);
    transition: all 0.4s ease;
}

.process-box.active .process-icon img {
    filter: brightness(100);
}

.process-txt {
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 3.3rem 1.3rem 1.3rem;
    height: 100%;
    position: relative;
    min-height: 130px;
    transition: .4s ease;
    background: white;
}

.process-num {
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 3rem;
    font-weight: 900;
    color: #000;
    opacity: .1;
}

.process-txt h5 {
    margin: 0;
    color: var(--primary);
    font-size: 1.4rem;
}

.process-box:hover .process-txt {
    background: var(--primary);
}

.process-box:hover .process-txt h5 {
    color: white;
}



ul#industryTab button.nav-link.active {
    background: transparent;
    border: 0;
    border-bottom: 3px solid var(--primary);
}

.industry-cat-box img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 0 auto 20px;
}

ul#industryTab button.nav-link {
    width: auto;
    transition: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    box-shadow: none;
    border-color: #ebebeb;
    outline: none;
}

ul#industryinnerTab button {
    padding: 0;
    background: transparent;
    border: 0;
    transition: none;
    width: 100%;
}

.industry-in-flex {
    display: flex;
    align-items: center;
    background: white;
    padding: 15px;
    box-shadow: 0px 3px 6.23px 0.77px rgba(0, 0, 0, 0.09);
    margin: 0 0 20px;
    gap: 20px;
    width: 100%;
    border: 1px solid #cdcdcd;
}

.industry-in-flex img {
    width: 60px;
    height: auto;
    object-fit: contain;
}

ul#industryinnerTab {
    width: 85%;
}

ul#industryinnerTab li {
    width: 100%;
}

ul#industryinnerTab button.nav-link.active .industry-in-flex {
    border-color: var(--primary);
}

.industry-content-box img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

.blog-flex-box {
    /* display: flex; */
    /* align-items: center; */
    background: white;
    box-shadow: 0px 3px 6.23px 0.77px rgba(0, 0, 0, 0.17);
    justify-content: space-between;
    border-radius: 15px;
    padding: 1.5rem;
}

.blog-img {
    width: 100%;
    height: 260px;
    border-radius: 15px;
}

.blog-text {
    /* width: 73%; */
    /* padding: 15px; */
    margin: 0 0 1.5rem;
}

a.read-more {
    background: var(--primary);
    font-weight: 500;
    /* margin-right: 10px; */
    display: inline-block;
    margin-left: auto;
    color: white;
    padding: 3px 10px;
    border-radius: 7px;
}

span.date {
    color: #6a6a6a;
    font-family: 'Poppins';
}

.blog-text h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog-flex-box h4 {
    font-size: 1.6rem;
}

.blog-content li {
    margin-bottom: .5rem;
    margin-left: 1rem;
    list-style: inherit;
}


.faq-container {
    max-width: 600px;
    margin: 0 auto;
    font-family: sans-serif;
    border-radius: 5px;
    box-shadow: 0 0 10px #eee;
    overflow: hidden;
}

.faq-item {
    /* border-bottom: 1px solid #ddd; */
    width: 95%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 0 0 10px;
}

.faq-question {
    background: #fff;
    color: var(--secondary);
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background-color: #f7f7f7;
}

.faq-icon {
    font-size: 17px;
    color: white;
    transition: transform 0.3s ease;
    background: var(--primary);
    width: 20px;
    height: 20px;
    display: grid;
    place-content: center;
    line-height: 0;
    border-radius: 100%;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background-color: #fafafa;
    padding: 0 20px;
    transition: max-height 0.4s ease;
}

.faq-answer p {
    margin: 15px 0;
    font-size: 15px;
    line-height: 1.6;
}


.testimonial-sec {
    background: url(../imgs/bg-2.jpg);
    background-size: cover;
}

.testimonial-box {
    width: 95%;
    position: relative;
    z-index: 9;
    border-radius: 15px;
}

/* .test-para {
    width: 95%;
    background: white;
    padding: 35px 25px;
    border: 1px solid #cdcdcd;
    box-shadow: rgb(255 92 3) 20.95px 16.95px 0px;
    margin: 30px auto;
}

.test-icon img {
    width: 40px;
    position: absolute;
    top: -15px;
    left: 30px;
}

.test-para p {
    margin: 0;
}

.test-info {
    display: flex;
    align-items: center;
    margin: 30px 0 0;
}

.test-info img {
    width: 60px;
    margin-right: 20px;
} */

.testimonial-box img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
}

.testimonial-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, black, #00000021);
    border-radius: 15px;
}

.testimonial-txt {
    position: absolute;
    bottom: 20px;
    padding: 0 2rem;
    color: white;
}


.testimonial-box:after {
    position: absolute;
    content: "";
    width: 95%;
    height: 410px;
    background: var(--primary);
    border-radius: 15px;
    left: -25px;
    z-index: -1;
    top: -30px;
}

.testimonial-box svg {
    fill: white;
    width: 2rem;
    height: 2rem;
    margin: 0 0 1rem;
}

.testimonial-txt h5 {
    color: var(--primary);
    font-size: 1.4rem;
    margin: 0 0 .3rem;
}



ul.slick-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
}

ul.slick-dots li button {
    margin: 0 2px;
    font-size: 0;
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: var(--primary);
    transition: .4s ease;
}

ul.slick-dots li.slick-active button {
    background: var(--secondary);
    transform: scale(1.2);
}

.client-img img {
    width: 175px;
    height: 90px;
    object-fit: contain;
    margin: auto;
    vertical-align: top;
}

.social-icons a i {
    width: 35px;
    height: 35px;
    display: inline-grid;
    place-content: center;
    background: white;
    border-radius: 100%;
    box-shadow: 0px 3px 6.58px 0.42px rgba(0, 0, 0, 0.15);
    margin: 10px 4px;
    color: var(--primary);
}

.social-icons a i:hover {
    background: var(--primary);
    color: white;
}


footer {
    background-image: url(../imgs/bg-2.jpg);
    background-size: cover;
}

footer h5 {
    font-size: 1.8rem;
    color: var(--primary);
}

ul.footer-contact li i {
    width: 25px;
    height: 25px30px;
    display: inline-grid;
    place-content: center;
    background: var(--primary);
    border-radius: 5px;
    /* box-shadow: 0px 3px 6.58px 0.42px rgba(0, 0, 0, 0.15); */
    fill: white;
    flex-shrink: 0;
    margin-right: 7px;
}

ul.footer-contact li {
    display: flex;
    margin: 0 0 20px;
    font-weight: 500;
}

ul.footer-links li a {
    display: inline-block;
    padding: 0 0px 10px 15px;
    position: relative;
    font-weight: 500;
}

ul.footer-links li a:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -2px;
    top: 5px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='darkgreen' d='M471.1 297.4C483.6 309.9 483.6 330.2 471.1 342.7L279.1 534.7C266.6 547.2 246.3 547.2 233.8 534.7C221.3 522.2 221.3 501.9 233.8 489.4L403.2 320L233.9 150.6C221.4 138.1 221.4 117.8 233.9 105.3C246.4 92.8 266.7 92.8 279.2 105.3L471.2 297.3z'/%3E%3C/svg%3E");
}

.copyright {
    background: var(--primary);
    color: white;
}

.social-icons a {
    padding: 3px 4px;
    display: inline-grid;
    place-content: center;
    border-radius: 5px;
}

.social-icons a:hover {
    background: var(--primary);
    fill: white;
}



section {
    overflow-x: clip;
    position: relative;
    z-index: 9;
}

/* INNER PAGES  */

.inner-banner {
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 6rem 0;
    /* background: #fff2e6; */
}

.inner-bg-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    z-index: -1;
    object-position: center;
    /* opacity: .2; */
    /* display: none; */
}

.inner-text h3 {
    font-size: 3rem;
    color: white;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}


.inner-img img {
    width: 245px;
    height: auto;
    margin: auto;
    animation: float 5s ease-in-out infinite;
}

.inner-img {
    text-align: center;
}

.inner-banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, black, transparent);
    top: 0;
    left: 0;
    z-index: 1;
}

.inner-text {
    color: white;
    position: relative;
    z-index: 9;
}


.certifcate-box {
    padding: 15px;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
}

.certifcate-box img {
    height: 150px;
    object-fit: contain;
    width: 100%;
    /* background: #f5f5f5; */
    padding: 15px;
}

a.btn.view-btn {
    color: var(--primary);
    border: 1px solid var(--primary);
    width: 48%;
    font-size: 14px;
}

a.btn.down-btn {
    background: var(--primary);
    color: white;
    width: 48%;
    font-size: 14px;
}

a.btn.view-btn:hover {
    background: var(--primary);
    color: white;
}

a.btn.down-btn:hover {
    background: var(--secondary);
}

.certificate-section .col-md-3 {
    width: 20%;
}



.flex-btn {
    display: flex;
    justify-content: center;
}

.certifcate-box:hover img {
    padding: 10px;
}

.img-hover {
    overflow: hidden;
}

.img-hover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-hover:hover img {
    transform: scale(1.2);
}

.faq-container-2 .faq-question {
    font-size: 1.1rem;
    padding: 15px 20px;
}

.faq-item.open button {
    color: var(--primary);
}

.faq-item.open {
    background-color: #fafafa;
}

.faq-container-2 .faq-item:nth-child(even) .faq-question {
    background: #fff2e6;
}

.faq-container-2 .faq-question span.faq-icon {
    width: 25px;
    height: 25px;
    font-size: 19px;
    line-height: 1;
}

.recent-post {
    border-bottom: 1px solid #cdcdcd;
    padding: 0 0 20px;
}

.blog-pg .blog-flex-box {
    width: 100%;
}

.side-category {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 15px ! IMPORTANT;
}

.side-category .list-group-item {
    padding: 10px 15px;
    margin: 0 0 10px;
    border: none;
    font-size: 12px;
}

.side-category .list-group-item .badge {
    background: var(--primary);
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    font-size: 1rem;
}

.pagination .page-link {
    color: var(--primary);
    border: 1px solid #dee2e6;
    padding: 8px 16px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.pagination .page-link:hover {
    background-color: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.pagination .page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.pagination .page-item.disabled .page-link {
    opacity: 0.5;
    pointer-events: none;
}

.blog-de-info span {
    color: var(--primary);
    /* font-family: 'Poppins'; */
}

.quote-box {
    background: white;
    position: sticky;
    top: 125px;
    border-radius: 15px !IMPORTANT;
}

.contact-box {
    /* padding: 40px 34px; */
    /* border-radius: 10px; */
    margin: 0 0 2rem;
    /* background: #f9f9f7; */
    /* border: 2px solid #009344; */
    /* min-height: 200px; */
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #cdcdcd;
    padding: 0 0 2rem;
}

.contact-box i {
    width: 55px;
    height: 55px;
    font-size: 22px;
    background: white;
    /* line-height: 53px; */
    border-radius: 10px;
    text-align: center;
    margin-bottom: 15px;
    color: #ffffff;
    border: 1px solid var(--primary);
    background: var(--primary);
    display: grid;
    place-content: center;
}

.contact-box a {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}

.contact-box i svg {
    fill: white;
    width: 2rem;
    height: 2rem;
}

ul.social-media {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.social-media li a {
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
    background: #fff;
    border: 1px solid var(--primary);
    border-radius: 100%;
    color: var(--primary);
}

ul.social-media li a:hover {
    background: var(--primary);
    color: #fff;
}

.contact-form {
    padding: 30px 30px;
    border-radius: 15px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 94%;
    margin-left: auto;
}

.contact-box>div {
    width: fit-content;
}

ul.capabilities-list li {
    color: var(--secondary);
    font-weight: 500;
    border-bottom: 1px solid #cdcdcd;
    padding: 0 0 15px;
}

ul.capabilities-list li:hover {
    color: var(--primary);
}

ul.capabilities-list li i {
    font-size: 1.3rem;
}

.cap-img {
    height: 700px;
    width: 100%;
}

.Inspections-sec {
    background: var(--primary);
}

.inspection-upper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inspection-upper ul li {
    color: white;
    width: 32%;
    margin: 0 0 15px;
    position: relative;
    padding-left: 30px;
}

.inspection-upper ul li:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: var(--secondary);
    left: 0;
    top: 11px;
}

.Inspections-box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    min-height: 395px;
}

.Inspections-box li {
    margin: 0 0 10px;
}

.Inspections-box img {
    width: 50px;
    height: 50px;
    margin: 0 0 15px;
}

.pcba-slier-sec {
    background-image: url(../imgs/mission-bg.jpg);
    background-size: cover;
}

.pcb-slide-img img {
    /* width: 95%; */
    margin: auto;
}

.pcb-slide-img {
    border: 2px solid #fff;
    margin: 0 10px 10px;
}

.pcb-box-2 {
    background: white;
}

.pcb-box-2 li {
    margin: 0 0 7px;
    list-style: decimal inside;
}

.service-content li {
    position: relative;
    padding: 0 0 15px 25px;
}

.service-content li:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: url(../imgs/tick-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 8px;
}

.type-box {
    /*width: 95%;*/
    position: relative;
    background: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 25px 20px;
    text-align: center;
    border-radius: 15px;
    height: 100%;
    transition: .4s ease;
}

.type-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    filter: invert(1);
}

.type-icon {
    background: var(--primary);
    width: 70px;
    height: 70px;
    display: grid;
    place-content: center;
    border-radius: 100%;
    margin: 0 auto 10px;
}

.type-box:hover {
    background: var(--primary);
}

.type-box:hover .type-icon {
    background: white;
}

.type-box:hover .type-icon img {
    filter: none;
}

.type-box:hover h4,
.type-box:hover p {
    color: white;
}

span.slick-arrow {
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
    background: var(--secondary);
    color: white;
    border-radius: 100%;
    position: absolute;
    top: 45%;
    z-index: 99;
    cursor: pointer;
}

span.prev-btn.slick-arrow {
    left: -35px;
}

span.next-btn.slick-arrow {
    right: -35px;
}

.service-sec-3 .row:nth-child(odd) {
    /* flex-direction: row-reverse; */
}

.service-sec-3 .row {
    /* margin-bottom:3rem; */
    /* border-bottom: 1px solid #cdcdcd; */
    /* padding-bottom: 2rem; */
}

.service-sec-3 .row:last-of-type {
    /* margin-bottom: 0 ; */
    /* border-bottom: none; */
    /* padding-bottom: 0; */
}

.img-2 {
    width: 95%;
    height: 315px;
    border: 2px solid var(--primary);
    padding: 5px;
}

.service-sec-4 {
    /* background-image: url(../imgs/mission-bg.jpg); */
    /* background-size: cover; */
    background: #fff2e6;
}

.service-sec-4 p {
    /* color: #d1d1d1; */
}

.box-1 h4 {
    color: var(--primary);
}

.service-sec-4 h3 {
    /* color: var(--primary); */
}

.box-1 {
    text-align: center;
    border-bottom: 1px solid #001f3f;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    border-right: 1px solid #001f3f;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.service-sec-4 .col-lg-4 {
    padding: 0;
}

.box-1 img {
    width: 100px;
    height: 90px;
    object-fit: contain;
    margin: 0 auto 15px;
}

.service-sec-4 .col-lg-4:nth-child(3n+3) .box-1 {
    border-right: 0;
}


.img-3 {
    float: right;
    width: 45%;
    height: 500px;
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.service-sec-5 .service-float:nth-child(even) {
    padding: 3rem 0;
    background: #f5f5f5;
}

.service-sec-5 .service-float {
    margin-bottom: 2.5rem;
}

.service-sec-5 .service-float:nth-child(even) .img-3 {
    float: left;
    margin: 0 2rem 1rem 0;
}

.challenge-box:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
    transition: 0.3s ease;
}

.challenge-icon img {
    max-width: 60px;
    height: auto;
}

.why-big-box {
    padding: 25px;
    border-radius: 15px;
    background: #f5f5f5;
    margin: 0 auto 0;
    width: 95%;
    min-height: 300px;
}

.why-slider-2 .why-certifcate-img img {
    height: 125px;
    margin: auto;
}

.industry-box {
    overflow: hidden;
}

.industry-box:hover img {
    transform: scale(.9);
}

.advantage-card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 25px;
    border-radius: 15px;
    margin: 0 0 2rem;
    text-align: center;
    min-height: 300px;
    border-top: 5px solid var(--primary);
    transition: .4s ease;
}

.advantage-card img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 0 0 10px;
}

.advantage-card:hover {
    background: #f5f5f5;
    border-color: var(--secondary);
    transform: translateY(-10px);
}

.advantage-card:hover h5 {
    color: var(--primary);
}

.modal-content.pop-up-form {
    background: #f5f5f5;
    padding: 15px;
}

button.btn-close {
    background: var(--primary);
    color: #fff;
    opacity: 1;
    line-height: 0;
}

textarea {
    resize: vertical;
    height: 110px;
}

.author-box {
    display: flex;
    gap: 20px;
    background-color: #fff2e6;
    /* light shade of #ff5c03 */
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    align-items: flex-start;
    flex-wrap: wrap;
}

.author-thumbnail img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ff944d;
}

.author-content {
    flex: 1;
    min-width: 220px;
}

.author-name {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.author-bio {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.6;
}

.author-socials a {
    display: inline-block;
    margin-right: 10px;
    font-size: 1.1rem;
    color: #ff5c03;
    transition: color 0.3s;
}

.author-socials a:hover {
    color: #cc4400;
}

ul.guide-list li a {
    color: var(--secondary);
    text-decoration: underline;
    display: inline-block;
    margin: 0 0 10px;
    font-weight: 500;
}


.table-of-content {
    background: #ffc096;
    padding: 25px;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 8px;
    /* position: sticky; */
    /* top: 100px; */
}

.table-of-content li {
    /* color: white; */
    border-bottom: 1px solid #3a3a3a;
    padding: 0 0 10px;
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
}

.service-sticty {
    position: sticky;
    top: 100px;
}

.service-form {
    background: var(--secondary);
    padding: 25px;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 8px;
}

.table-content-para h3 {
    scroll-margin-top: 150px;
}

.process-slider span.slick-arrow {
    top: -20%;
}

.process-slider span.next-btn.slick-arrow {
    right: 5%;
}

.process-slider span.prev-btn.slick-arrow {
    left: auto;
    right: 9%;
}

.process-main h4 {
    font-size: 1.8rem;
    margin: 0 0 20px;
}

ul#smtTab li button {
    width: 100%;
    background: #fff2e6;
    margin: 0 0 10px;
    border-radius: 5px;
    text-align: left;
    color: #000;
    border: 0;
    padding: 10px 15px;
    text-transform: capitalize;
}

ul#smtTab li {
    width: 100%;
}

ul#smtTab li button.active {
    background: var(--primary);
    color: white;
}

.process-main:nth-child(even) .row {
    flex-direction: row-reverse;
}

.process-main {
    margin: 0 0 40px;
}

.choose-tab-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.choose-tab-text {
    width: 60%;
}

.choose-tab-img {
    width: 38%;
}

.choose-tab-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border: 2px solid var(--primary);
    padding: 5px;
}

.inner-img.service-inner img {
    width: 90%;
}




/*NEW classs */

.inner-text.service-de-inner li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 7px;
    font-size: 1.1rem;
}

.inner-text.service-de-inner li i {
    color: var(--primary);
}

.new-service-de-box {
    background: #f8f8f8;
    padding: 20px;
    margin: 0 0 20px;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}






/* ===================New ============== */

.product-box {
    width: 100%;
    background: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    transition: .4s ease;
}

.pr-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.pr-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pr-text {
    padding: 1.5rem;
}

a.pr-btn {
    background: var(--primary);
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: .9rem;
    display: inline-block;
    width: 100%;
}

.product-box:hover {
    background: var(--primary);
    color: white;
}

.product-box:hover a.pr-btn {
    background: white;
    color: var(--primary);
}

.product-box:hover h5 {
    color: white;
}

.product-box:hover img {
    transform: scale(1.1);
}

.product-flex {
    display: flex;
    align-items: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin: 0 0 1.5rem;
    justify-content: space-between;
}

.pr-flex-tag {
    background: red;
    color: white;
    font-size: 13px;
    font-weight: 500;
    padding: 2px 11px;
    border-radius: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.pr-flex-img {
    width: 220px;
    height: 200px;
    flex-shrink: 0;
}

.pr-flex-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pr-flex-text {
    width: 75%;
    padding: 10px 20px;
}

a.pr-flex-btn {
    display: inline-block;
    padding: 3px 9px;
    background: var(--primary);
    color: white;
    font-size: 12px;
    border-radius: 8px;
    margin: 1rem 0 0;
}

.new-product-banner {
    position: relative;
    z-index: 99;
}

.new-product-banner img {
    width: 100%;
    min-height: 645px;
    object-fit: cover;
    border-radius: 15px;
}

.new-product-banner .nav-btn a {
    position: absolute;
    top: 20px;
    left: 40px;
    right: 40px;
    text-align: center;
}

.contact-home-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-home-box {
    width: 45%;
    margin: 2rem 0 0;
    display: flex;
}

.contact-home-box i {
    width: 55px;
    height: 55px;
    display: inline-grid;
    place-content: center;
    background: var(--primary);
    fill: white;
    margin-right: 15px;
    border-radius: 8px;
}

.contact-home-box h5 {
    margin: 0;
    font-size: 1.5rem;
}

.contact-home-box i svg {
    width: 2rem;
    height: 2rem;
}


aside.product-sidebar {
    padding: 1.2rem;
    background: #f8f8f8;
    border-radius: 10px;
    border: 1px solid #cdcdcd;
}

div#pcbaAccordion .accordion-item {
    border: 0;
    margin: 0 0 .8rem;
    box-shadow: rgb(99 99 99 / 18%) 0px 2px 8px 0px;
    border-radius: 5px !IMPORTANT;
}

div#pcbaAccordion button {
    padding: 15px 10px;
    font-weight: 500;
    font-size: 1rem;
}

div#pcbaAccordion .accordion-button:not(.collapsed) {
    background: var(--primary);
    color: white;
}

div#pcbaAccordion .accordion-button:focus {
    box-shadow: none;
}

div#pcbaAccordion ul.nested-list li a {
    display: inline-block;
    padding: 5px;
    margin: 0 0 5px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size: 14px;
}

div#pcbaAccordion .accordion-body {
    padding: 1rem;
}

div#pcbaAccordion .accordion-button:not(.collapsed)::after {
    filter: invert(1) brightness(100);
}

div#pcbaAccordion ul.nested-list li a:hover {
    background: #e9e9e9;
}

.inquiry-box,
.support-box {
    padding: 1.2rem;
    background: white;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.support-box span {
    color: var(--primary);
}

.contact-card-people {
    background: var(--primary);
    padding: 2rem;
    color: white;
    height: 100%;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.contact-card-people h5 {
    color: white;
    font-size: 1.8rem;
}

.contact-card-people i {
    background: white;
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
    margin-right: 20px;
    border-radius: 10px;
}

.contact-card-people i svg {
    fill: var(--primary);
}

.other-locations {
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 10px;
    height: 100%;
}

.other-locations iframe {
    width: 100%;
    height: 155px;
}

.other-locations h4 {
    font-size: 1.2rem;
    margin: 1rem 0;
}


.company-details {
    background-color: #f8f9fa;
    background: url(https://cdn.pixabay.com/photo/2020/07/23/15/34/mother-board-5431664_1280.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
}

.company-details:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: .7;
    z-index: -1;
}

.details-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.details-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.3s ease;
}

.details-list li:last-child {
    border-bottom: none;
}

.details-list li:hover {
    background-color: #f8f9fa;
}

.detail-label {
    font-weight: 600;
    color: var(--secondary);
    font-size: 1.05rem;
}

.detail-value {
    color: var(--primary);
    font-weight: 500;
    font-size: 1.05rem;
    text-align: right;
}



.section-title {
    font-size: 30px;
    font-weight: 700;
}

.service-box {
    /* display: flex; */
    align-items: flex-start;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    transition: 0.3s ease;
    text-align: center;
    height: 100%;
}

.service-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    background: var(--primary);
    color: white;
}

.service-box:hover h5 {
    color: white;
}

.service-box:hover .service-icon {
    background: white;
}

.service-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 15px;
    padding: 5px;
}

.service-content h5 {
    font-weight: 700;
    margin-bottom: 8px;
    color: #222;
}

.service-content p {
    margin: 0;
    /* color: #555; */
    font-size: 15px;
    line-height: 1.5;
}



.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--primary);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 50px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-year {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background-color: white;
    border: 4px solid var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--secondary);
    z-index: 2;
    box-shadow: 0 4px 15px rgba(0, 147, 68, 0.2);
}

.timeline-content {
    width: calc(50% - 60px);
    background: white;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0, 147, 68, 0.15);
}

.timeline-item:nth-child(odd) .timeline-content {
    margin-left: auto;
}

.timeline-item:nth-child(even) .timeline-content {
    margin-right: auto;
}

.company-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--light-green);
    margin-bottom: 10px;
}

.founded-text {
    color: var(--secondary);
    font-weight: 600;
    margin-bottom: 8px;
}

.business-scope {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.vision-statement {
    font-size: 1.1rem;
    font-style: italic;
    color: var(--primary);
    font-weight: 600;
}

.team-card {
    width: 95%;
    background: #f9f9f9;
    border-radius: 14px;
    padding: 1.5rem;
    border: 1px solid #ededed;
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin: 1rem auto ;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.team-img {
    width: 100%;
    height: 180px;
    /* border-radius: 50%; */
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 10px;
    object-position: center;
}

.team-name {
    font-size: 1.4rem;
    /* font-weight: 700; */
    /* color: #222; */
    margin-bottom: 5px;
}

.team-role {
    /* font-size: 14px; */
    /* color: #666; */
    margin: 0;
}

.why-gt-section {
    background: #f8f9fc;
}

.why-title {
    font-size: 32px;
    font-weight: 700;
    color: #222;
}

.why-subtitle {
    color: #555;
    font-size: 16px;
}

.why-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    border-top: 5px solid #009344;
    text-align: center;
    transition: 0.3s;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.08);
}

.why-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 15px;
}

.why-card h5 {
    /* font-size: 17px; */
    /* font-weight: 700; */
    /* color: #222; */
    /* margin-bottom: 8px; */
}

.why-card p {
    /* color: #555; */
    /* font-size: 14.5px; */
    /* line-height: 1.55; */
    margin: 0;
}

/*
ul#factoryTab {
    border: 0;
}

ul#factoryTab li button {
    border: 0;
    background: #efefef;
    color: #000000;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px 30px;
    margin: 0 10px;
    border-radius: 7px;
}

ul#factoryTab li button.active {
    background: var(--primary)  !important;
    color: white !important;
}

ul#factoryTab li button:hover {
    background: #dbdbdb;
    color: #000000;
}

.tab-content.factory-tab {
    padding: 2rem;
    margin: 3rem 0 0;
    border-radius: 20px;
    border-top: 5px solid var(--primary);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.factory-tab-content li {
    margin: 0 0 .5rem;
} */

.quality-box {
    background: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 1.5rem;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

.quality-box:hover img {
    transform: scale(1.1);
}

.quality-text {
    margin: 1rem 0 0;
    background: #efefef;
    padding: 1rem;
    border-radius: 10px;
}

.quality-text b {
    color: var(--primary);
    margin-right: 3px;
}

div#productSlider img {
    width: 95%;
    height: 350px;
    object-fit: contain;
    margin: 0 auto 1rem;
    box-shadow: rgb(0 0 0 / 11%) 0px 3px 8px;
    border-radius: 20px;
}

.short-description li {
    list-style: inside;
    margin-bottom: .6rem;
    font-weight: 600;
    margin-left: 1rem;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: brightness(0);
}

.nav-btn.nav-btn-2 a {
    background: #000000;
}

ul#productTabs {
    border: 0;
}

ul#productTabs li button {
    font-size: 1.03rem;
    border: 0;
    background: #eaeaea;
    color: #000;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin: 0 15px 0 0px;
    padding: 10px 40px;
}

ul#productTabs li button.active {
    background: var(--primary);
    color: white;
}

.product-de-content {
    padding: 2rem;
    background: white;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-top: 5px solid #009344;
}

.product-de-content li {
    margin: 0 0 .6rem;
    list-style: inside;
}

table {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

thead th {
    background: #0d6efd;
    color: #fff;
    font-weight: 600;
}

tbody tr:hover {
    background: #f7faff;
}


/* ============= */

/* Content Sections with Side-by-Side Layout */

.content-row {
    display: flex;
    align-items: center;
    gap: 50px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.content-row:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.content-row.reverse {
    flex-direction: row-reverse;
}

.content-image {
    width: 95%;
    height: auto;
    overflow: hidden;
    position: sticky;
    top: 150px;
}

.content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.content-row:hover .content-image img {
    transform: scale(1.05);
}

.content-text {
    /* flex: 1; */
    /* padding: 50px; */
}

.content-text h2 {
    /* font-size: 2.5rem; */
    /* font-weight: 700; */
    /* color: var(--secondary); */
    /* margin-bottom: 25px; */
    /* position: relative; */
    /* padding-bottom: 15px; */
}


.content-text h3 {
    /* font-size: 1.6rem; */
    /* font-weight: 600; */
    /* color: var(--primary); */
    /* margin-top: 30px; */
    /* margin-bottom: 15px; */
}

.content-text p {
    /* font-size: 1.05rem; */
    /* line-height: 1.8; */
    /* color: #303030; */
    /* margin-bottom: 20px; */
}

.content-text ul {
    list-style: none;
    padding-left: 0;
    margin: 15px 0;
}

.content-text ul li {
    font-size: 1rem;
    line-height: 1.8;
    color: #303030;
    padding: 5px 0 5px 22px;
    position: relative;
}

.content-text ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: bold;
    font-size: 1.2rem;
}

/* Technology Badge */
.tech-badge {
    display: inline-block;
    background: var(--primary);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 15px;
}

.content-section .row {
    margin: 0px 0 3rem;
    border-bottom: 1px solid #cdcdcd;
    padding: 0 0 3rem;
}

.content-section .row:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.content-section .row:nth-child(even) {
    flex-direction: row-reverse;
}

.content-section .row:nth-child(even) .content-image {
    margin-left: auto;
}

/* ============================== */

/* ========================================
   Why Choose Us Page Styles
======================================== */

/* Hero Section */
.why-hero-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.lead-text {
    /* font-size: 1.1rem; */
    /* line-height: 1.8; */
    /* margin: 20px 0 30px; */
    /* color: #555; */
}

.why-stats-row {
    display: flex;
    gap: 40px;
    margin-top: 30px;
}

.stat-item {
    text-align: center;
}

.stat-item h4 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 5px;
}

.stat-item span {
    font-size: 0.9rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.why-hero-img {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.why-hero-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.why-hero-img:hover img {
    transform: scale(1.05);
}

/* Feature Cards */
.why-feature-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 12px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.why-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 147, 68, 0.15);
    border-color: var(--primary);
}

.feature-icon-box {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary), #00b359);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.why-feature-card:hover .feature-icon-box {
    transform: rotate(5deg) scale(1.05);
}

.feature-icon-box img {
    width: 45px;
    height: 45px;
    filter: brightness(0) invert(1);
}

.why-feature-card h5 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 15px;
}

.feature-points {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.feature-points li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    color: #666;
    font-size: 0.95rem;
}

.feature-points li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 700;
    font-size: 1.1rem;
}

/* One-Stop Solution Section */
.onestop-img-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.service-flow {
    margin: 30px 0;
}

.flow-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.flow-item:hover {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,147,68,0.1);
}

.flow-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary), #00b359);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
    flex-shrink: 0;
}

.flow-content h6 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 5px;
}

.flow-content span {
    color: #666;
    font-size: 0.9rem;
}

.benefit-highlight {
    background: linear-gradient(135deg, #e8f5e9, #f1f8f4);
    padding: 20px 25px;
    border-radius: 10px;
    border-left: 4px solid var(--primary);
    margin-top: 25px;
    color: #555;
}

.benefit-highlight strong {
    color: var(--primary);
    font-weight: 700;
}

/* Team Support Section */
.team-support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.support-role {
    text-align: center;
    padding: 25px 15px;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.support-role:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-5px);
}

.support-role img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    filter: brightness(0) invert(1);
}

.support-role h6 {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 5px;
}

.support-role span {
    color: rgba(255,255,255,0.8);
    font-size: 0.85rem;
}

.support-stats-card {
    background: rgba(255,255,255,0.1);
    padding: 40px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}

.stat-highlight {
    text-align: center;
    padding: 25px;
    margin-bottom: 20px;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}

.stat-highlight:last-child {
    margin-bottom: 0;
}

.stat-highlight h3 {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.stat-highlight span {
    color: rgba(255,255,255,0.9);
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Capabilities Section */
.capability-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 12px;
    height: 100%;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.capability-card:hover {
    border-color: var(--primary);
    box-shadow: 0 10px 30px rgba(0,147,68,0.1);
}

.capability-card h5 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--primary);
}

.capability-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.capability-list li {
    padding: 12px 0 12px 30px;
    position: relative;
    color: #555;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease;
}

.capability-list li:last-child {
    border-bottom: none;
}

.capability-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 700;
    font-size: 1.2rem;
}

.capability-list li:hover {
    padding-left: 35px;
    color: var(--primary);
}

/* ========================================
   Reviews Page Styles
======================================== */

/* Review Hero Section */
.review-hero {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.overall-rating-box {
    background: linear-gradient(135deg, var(--primary), #00b359);
    padding: 50px 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 147, 68, 0.3);
    position: relative;
    overflow: hidden;
}

.overall-rating-box:before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

.rating-number {
    font-size: 5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.rating-stars svg {
    width: 1.3rem;
    height: 1.3rem;
    color: #ffd700;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.rating-stars i {
    margin: 0 3px;
}

.rating-text {
    font-size: 1.3rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.rating-subtitle {
    font-size: 1rem;
    color: rgba(255,255,255,0.9);
    position: relative;
    z-index: 1;
}

/* Rating Breakdown */
.rating-breakdown {
    margin-top: 30px;
}

.rating-bar-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.rating-label {
    min-width: 70px;
    font-size: 0.95rem;
    color: #555;
    font-weight: 600;
}

.rating-bar-bg {
    flex: 1;
    height: 12px;
    background: #e9ecef;
    border-radius: 20px;
    overflow: hidden;
}

.rating-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--primary), #00b359);
    border-radius: 20px;
    transition: width 1s ease;
}

.rating-percent {
    min-width: 45px;
    font-size: 0.95rem;
    color: #555;
    font-weight: 600;
    text-align: right;
}

/* Featured Review Cards */
.featured-review-card {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
}

.featured-review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,147,68,0.15);
}

.review-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, var(--primary), #00b359);
    color: #fff;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.review-stars {
    font-size: 1.3rem;
    color: #ffd700;
    margin-bottom: 15px;
}

.review-stars i {
    margin-right: 3px;
}

.review-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 15px;
}

.review-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 25px;
    border-top: 2px solid #f0f0f0;
}

.reviewer-info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--primary);
}

.reviewer-details strong {
    display: block;
    font-size: 1.1rem;
    color: var(--secondary);
    margin-bottom: 3px;
}

.reviewer-details span {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 8px;
}

.review-meta {
    display: flex;
    gap: 15px;
    font-size: 0.85rem;
    color: #999;
}

.review-meta span:before {
    content: "â€¢";
    margin-right: 8px;
    color: var(--primary);
}

.review-meta span:first-child:before {
    content: "📅";
    margin-right: 5px;
}

.review-meta span:last-child:before {
    content: "🔧";
    margin-right: 5px;
}

/* Regular Review Cards */
.review-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    height: 100%;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,147,68,0.12);
    border-color: var(--primary);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.review-stars-small {
    font-size: 1rem;
    color: #ffd700;
}

.review-stars-small i {
    margin-right: 2px;
}

.review-verified {
    font-size: 0.8rem;
    color: var(--primary);
    font-weight: 600;
}

.review-card h6 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 12px;
}

.reviewer-mini {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.reviewer-mini strong {
    display: block;
    font-size: 0.95rem;
    color: var(--secondary);
    margin-bottom: 3px;
}

.reviewer-mini span {
    font-size: 0.85rem;
    color: #999;
}

/* Trust Stats Section */
.trust-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.trust-stat-item {
    text-align: center;
    padding: 25px;
    background: rgba(255,255,255,0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.trust-stat-item h4 {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.trust-stat-item span {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.9);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Certification Grid */
.certification-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 85%;
    margin-left: auto;
}

.cert-badge {
    background: rgba(255,255,255,0.1);
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
}

.cert-badge:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-5px);
}

.cert-badge i {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 15px;
}

.cert-badge span {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
}

/* Video Testimonials */
.video-testimonial-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.video-testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,147,68,0.15);
}

.video-thumbnail {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video-testimonial-card:hover .video-thumbnail img {
    transform: scale(1.1);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    background: rgba(0, 147, 68, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}

.play-button:hover {
    background: var(--primary);
    transform: translate(-50%, -50%) scale(1.1);
}

.play-button i {
    color: #fff;
    font-size: 1.5rem;
    margin-left: 5px;
}

.video-testimonial-card {
    display: block;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    text-decoration: none;
}

/* MANUFACTURING - PAGES CSS  */



/* Manufacturing Page Styles */

/* Category Cards */
.category-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 2rem;
    height: 100%;
    transition: all 0.4s ease;
}

.category-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    border-color: var(--primary);
}

.category-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary) 0%, #00b356 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.category-icon img {
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1);
}

.category-card h4 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: var(--secondary);
}

.category-card > p {
    color: #666;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.category-list {
    margin-bottom: 1.5rem;
}

.category-list li {
    padding: 0.5rem 0;
    color: #555;
    font-size: 0.9rem;
    border-bottom: 1px solid #f0f0f0;
}

.category-list li:last-child {
    border-bottom: none;
}

.category-list li a {
    color: #555;
    display: block;
}

.category-list li a:hover {
    color: var(--primary);
    padding-left: 8px;
}

.category-link {
    color: var(--primary);
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.category-link:hover {
    gap: 0.8rem;
}

.category-link i {
    font-size: 0.85rem;
}

/* Technical Specs */
.spec-box {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.spec-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.spec-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    font-family: "Catamaran", sans-serif;
    margin-bottom: 0.5rem;
}

.spec-box h5 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.spec-box p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

/* Process Timeline */
.process-step {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    position: relative;
    border: 2px solid #f0f0f0;
    transition: all 0.3s ease;
}

.process-step:hover {
    border-color: var(--primary);
    box-shadow: 0 8px 20px rgba(0, 147, 68, 0.1);
}

.step-number {
    position: absolute;
    top: -15px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    font-family: "Catamaran", sans-serif;
}

.step-icon {
    width: 70px;
    height: 70px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    transition: all 0.3s ease;
}

.process-step:hover .step-icon {
    background: var(--primary);
}

.step-icon i {
    font-size: 1.8rem;
    color: var(--primary);
    transition: all 0.3s ease;
}

.process-step:hover .step-icon i {
    color: #fff;
}

.process-step h5 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.process-step p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

/* Quality Certifications */
.cert-badge {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    transition: all 0.3s ease;
}

.cert-badge:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.cert-badge img {
    max-width: 80%;
    max-height: 70px;
}

.quality-content h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.quality-content p {
    color: #666;
    margin-bottom: 1.5rem;
}

/* CTA Section */
.manufacturing-cta {
    background: linear-gradient(135deg, #006633 0%, var(--primary) 100%);
}

.cta-box {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 3rem;
    backdrop-filter: blur(10px);
}

.cta-box h3 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.cta-box p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.btn-primary {
    background: #fff;
    color: var(--primary);
    padding: 0.8rem 2rem;
    border-radius: 6px;
    font-weight: 600;
    display: inline-block;
    border: 2px solid #fff;
}

.btn-primary:hover {
    background: transparent;
    color: #fff;
}

.btn-secondary {
    background: transparent;
    color: #fff;
    padding: 0.8rem 2rem;
    border-radius: 6px;
    font-weight: 600;
    display: inline-block;
    border: 2px solid #fff;
}

.btn-secondary:hover {
    background: #fff;
    color: var(--primary);
}

/* Responsive */
@media (max-width: 991px) {
    .web-title {
        font-size: 2rem;
    }

    .cta-box {
        padding: 2rem;
        text-align: center;
    }

    .cta-box .col-lg-4 {
        margin-top: 1.5rem;
    }
}

@media (max-width: 767px) {
    .sec-padding {
        padding: 3rem 0;
    }

    .web-title {
        font-size: 1.7rem;
    }

    .category-card,
    .spec-box,
    .process-step {
        margin-bottom: 1rem;
    }
}

/* Manufacturing Detail Page CSS */

**CSS for Manufacturing Detail Page:**
```css
/* Product Detail Section */
.product-detail-section {
    background: #fff;
}

/* Product Gallery */
.product-gallery {
    position: sticky;
    top: 100px;
}

.main-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.main-image img {
    width: 100%;
    height: auto;
    display: block;
}

.product-badge-detail {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--primary);
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
}

.thumbnail-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.thumb-item {
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
}

.thumb-item:hover,
.thumb-item.active {
    border-color: var(--primary);
}

.thumb-item img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    display: block;
}

/* Product Detail Info */
.product-detail-info {
    padding-left: 2rem;
}

.product-category-tag {
    display: inline-block;
    background: rgba(0, 147, 68, 0.1);
    color: var(--primary);
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.product-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: var(--secondary);
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.stars {
    color: #ffc107;
}

.stars i {
    font-size: 1rem;
}

.rating-text {
    color: #666;
    font-size: 0.9rem;
}

.product-description {
    color: #555;
    line-height: 1.8;
    margin-bottom: 2rem;
}

/* Key Features */
.key-features {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.key-features h5 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.features-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0.8rem;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: #555;
    font-size: 0.95rem;
}

.features-list li i {
    color: var(--primary);
    font-size: 0.9rem;
}

/* Quick Specs */
.quick-specs {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
}

.spec-item {
    flex: 1;
    text-align: center;
}

.spec-label {
    display: block;
    color: #999;
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
}

.spec-value {
    display: block;
    color: var(--secondary);
    font-weight: 700;
    font-size: 1.1rem;
}

/* CTA Buttons */
.product-cta-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.btn-get-quote,
.btn-contact {
    flex: 1;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    transition: all 0.3s ease;
}

.btn-get-quote {
    background: var(--primary);
    color: #fff;
    border: 2px solid var(--primary);
}

.btn-get-quote:hover {
    background: #007a38;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 147, 68, 0.3);
}

.btn-contact {
    background: transparent;
    color: var(--secondary);
    border: 2px solid #e5e5e5;
}

.btn-contact:hover {
    border-color: var(--primary);
    color: var(--primary);
}

/* Additional Info */
.additional-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #555;
    font-size: 0.95rem;
}

.info-item i {
    color: var(--primary);
    font-size: 1.2rem;
}

/* Product Tabs Section */
.product-tabs-section {
    border-top: 1px solid #e5e5e5;
}

.product-tabs {
    border-bottom: 3px solid #e5e5e5;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.product-tabs .nav-item {
    margin: 0;
}

.product-tabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    color: #666;
    font-weight: 600;
    padding: 1.2rem 2rem;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.product-tabs .nav-link:hover {
    color: var(--primary);
}

.product-tabs .nav-link.active {
    color: var(--primary);
    border-bottom-color: var(--primary);
    background: transparent;
}

.tab-content-wrapper {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.tab-content-wrapper h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.tab-content-wrapper h5 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

.overview-list {
    padding-left: 1.5rem;
}

.overview-list li {
    list-style-type: disc;
    color: #555;
    padding: 0.3rem 0;
}


/* Specifications Table */
.specifications-table {
    margin-top: 2rem;
}

.specifications-table table {
    background: #fff;
}

.specifications-table th {
    background: var(--primary);
    color: #fff;
    font-weight: 600;
    padding: 1rem;
}

.specifications-table td {
    padding: 1rem;
    border-color: #e5e5e5;
}

/* Material Cards */
.material-card {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    text-align: center;
    border: 2px solid #e5e5e5;
    transition: all 0.3s ease;
}

.material-card:hover {
    border-color: var(--primary);
    box-shadow: 0 5px 15px rgba(0, 147, 68, 0.1);
}

.material-card h6 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.material-card p {
    color: #666;
    margin-bottom: 0.8rem;
}

.material-tag {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 0.3rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Capability Box */
.capability-box {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.capability-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.capability-icon img {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
}


.capability-box h5 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
}

.capability-box p {
    color: #666;
    margin: 0;
    font-size: 0.9rem;
}

/* Production Capacity */
.capacity-stat {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    font-family: "Catamaran", sans-serif;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: #666;
    font-size: 0.95rem;
}

/* Equipment List */
.equipment-items {
    padding-left: 0;
}

.equipment-items li {
    padding: 0.8rem 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.equipment-items li:last-child {
    border-bottom: none;
}

.equipment-items i {
    color: var(--primary);
}

/* Application Card */
.application-card {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.application-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.app-icon img {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
}


.application-card h5 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
}

.application-card p {
    color: #666;
    margin: 0;
    font-size: 0.9rem;
}

/* FAQ Accordion */
.faq-accordion .accordion-item {
    border: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    font-weight: 600;
    color: var(--secondary);
    padding: 1.2rem 1.5rem;
    background: #f8f9fa;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: var(--primary);
    color: #fff;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-body {
    padding: 1.5rem;
    color: #555;
    line-height: 1.8;
}

/* Related Products */
.related-product-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.related-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.related-img {
    height: 200px;
    overflow: hidden;
}

.related-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.related-product-card:hover .related-img img {
    transform: scale(1.1);
}

.related-product-card h5 {
    padding: 1rem 1.5rem 0.5rem;
    font-size: 1.1rem;
}

.related-product-card h5 a {
    color: var(--secondary);
    transition: all 0.3s ease;
}

.related-product-card h5 a:hover {
    color: var(--primary);
}

.related-product-card p {
    padding: 0 1.5rem;
    color: #666;
    font-size: 0.9rem;
}

.view-product {
    display: block;
    padding: 1rem 1.5rem;
    color: var(--primary);
    font-weight: 600;
    border-top: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.view-product:hover {
    background: var(--primary);
    color: #fff;
}

.view-product i {
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.view-product:hover i {
    transform: translateX(5px);
}

/* Detail CTA */
.detail-cta {
    background: linear-gradient(135deg, #006633 0%, var(--primary) 100%);
}

.cta-detail-box {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 3rem;
    backdrop-filter: blur(10px);
}

.cta-detail-box h3 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.cta-detail-box p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.btn-white {
    background: #fff;
    color: var(--primary);
    padding: 1rem 2.5rem;
    border-radius: 8px;
    font-weight: 600;
    display: inline-block;
    border: 2px solid #fff;
    transition: all 0.3s ease;
}

.btn-white:hover {
    background: transparent;
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .product-gallery {
        position: static;
        margin-bottom: 3rem;
    }

    .product-detail-info {
        padding-left: 0;
    }

    .product-title {
        font-size: 1.8rem;
    }

    .quick-specs {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .product-cta-buttons {
        flex-direction: column;
    }

    .cta-detail-box {
        text-align: center;
        padding: 2rem;
    }

    .cta-detail-box .col-lg-4 {
        margin-top: 1.5rem;
    }
}

@media (max-width: 767px) {
    .thumbnail-images {
        grid-template-columns: repeat(4, 1fr);
        gap: 0.5rem;
    }

    .thumb-item img {
        height: 70px;
    }

    .product-title {
        font-size: 1.5rem;
    }

    .product-tabs .nav-link {
        padding: 1rem 1.2rem;
        font-size: 0.9rem;
    }

    .tab-content-wrapper {
        padding: 1.5rem;
    }
}

/* Manufacturing Detail Page Styles */
.mg-what {
    /* margin: 0 0 3rem; */
    /* background-color: #f8f9fa; */
}

.mg-what h2 {
    /* color: var(--primary); */
    /* font-size: 2.5rem; */
    /* margin-bottom: 1.5rem; */
    /* text-align: center; */
}

.mg-what p {
    /* font-size: 1.1rem; */
    /* margin-bottom: 1rem; */
}

.mg-what ul {
    padding-left: 1rem;
}

.mg-what li {
    margin-bottom: 0.5rem;
    list-style-type: auto;
}

.mg-characteristics {
    padding: 1rem 0;
    background-color: #fff !important;
}

.mg-characteristics h2 {
    /* color: var(--primary); */
    /* font-size: 2.5rem; */
    /* margin-bottom: 1.5rem; */
    /* text-align: center; */
}

.mg-characteristics .table {
    /* margin-top: 2rem; */
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mg-characteristics .table th {
    background-color: var(--primary);
    color: white;
    font-weight: 600;
    border: none;
    padding: 1rem;
}

.mg-characteristics .table td {
    padding: 0.75rem 1rem;
    border: 1px solid #dee2e6;
}

.mg-technologies {
    padding: 1rem 0;
    /* background-color: #f8f9fa; */
}

.mg-technologies h2 {
    /* color: var(--primary); */
    /* font-size: 2.5rem; */
    /* margin-bottom: 2rem; */
    /* text-align: center; */
}

.mg-technologies .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 1rem;
}

.mg-technologies .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.mg-technologies .card-img-top {
    border-radius: 10px 10px 0 0;
    height: 200px;
    object-fit: cover;
}

.mg-technologies .card-body {
    padding: 1rem;
}

.mg-technologies .card-title {
    color: var(--secondary);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.mg-advantages {
    padding: 1rem 0;
    background-color: #fff;
}

.mg-advantages h2 {
    /* color: var(--primary); */
    /* font-size: 2.5rem; */
    /* margin-bottom: 1.5rem; */
    /* text-align: center; */
}

.mg-advantages ul {
    /* max-width: 800px; */
    /* margin: 0 auto; */
    /* padding-left: 0; */
}

.mg-advantages li {
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid var(--primary);
    font-size: 1.1rem;
}

.mg-advantages strong {
    color: var(--primary);
}

.mg-application {
    padding: 1rem 0;
    /* background-color: #f8f9fa; */
}

.mg-application h2 {
    /* color: var(--primary); */
    /* font-size: 2.5rem; */
    /* margin-bottom: 1.5rem; */
    /* text-align: center; */
}

.mg-application ul {
    /* max-width: 600px; */
    margin: 0 auto 2rem;
    /* padding-left: 0; */
    /* display: flex; */
    flex-wrap: wrap;
    /* justify-content: center; */
    gap: .5rem;
}

.mg-application li {
    background-color: #f8f9fa;
    /* color: white; */
    padding: 0.5rem 1rem;
    border-radius: 10px;
    /* font-size: 0.9rem; */
    font-weight: 600;
    /* text-align: center; */
    /* min-width: 150px; */
    margin: 0 0 .5rem;
    list-style: inside auto;
}

.mg-slider {
    max-width: 1000px;
    margin: 0 auto;
}

.mg-slider img {
    width: 90%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin: auto;
}


/** Manufacturing Detail Page Sidebar */
.mg-sidebar {
    position: sticky;
    top: 150px;
    background-color: #f8f8f8;
    border-radius: 10px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    padding: 1.2rem;
    margin-bottom: 2rem;
}

.mg-sidebar-section {
    margin-bottom: 1rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5rem;
}

.mg-sidebar-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mg-sidebar-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
    /* color: var(--primary); */
    cursor: pointer;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    user-select: none;
    background: #eee;
}

.mg-sidebar-title:hover {
    background-color: rgba(0, 147, 52, 0.1);
    color: var(--secondary);
}

.sidebar-toggle-icon {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
    color: var(--primary) !important;
    transform: rotate(-90deg);
    padding: 5px;
}

.mg-sidebar-section.expanded .sidebar-toggle-icon {
    transform: rotate(0deg);
}

.mg-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease;
}

.mg-sidebar-list li {
    margin-bottom: 0.25rem;
}

.mg-sidebar-list li a {
    display: block;
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 0.4rem 0.5rem;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin-left: 1rem;
}

.mg-sidebar-list li a:hover {
    color: var(--primary);
    background-color: rgba(0, 147, 52, 0.1);
    padding-left: 1rem;
    margin-left: 0.5rem;
}

/* Active state for current page */
.mg-sidebar-list li a.active {
    color: var(--primary);
    font-weight: 600;
    background-color: rgba(0, 147, 52, 0.1);
    border-left: 3px solid var(--primary);
}

/* Collapsed state */
.mg-sidebar-section:not(.expanded) .mg-sidebar-list {
    display: none;
}

/* Smooth transitions */
.mg-sidebar-list {
    overflow: hidden;
    max-height: 500px;
    transition: max-height 0.3s ease;
}

.mg-sidebar-section:not(.expanded) .mg-sidebar-list {
    max-height: 0;
}

/* Responsive sidebar */
@media (max-width: 991px) {
    .mg-sidebar {
        position: static;
        margin-top: 2rem;
    }

    .new-mg-detail-pg .row {
        flex-direction: column-reverse;
    }

    .new-mg-detail-pg .col-lg-9,
    .new-mg-detail-pg .col-lg-3 {
        max-width: 100%;
    }

    .mg-sidebar-title {
        padding: 0.75rem;
        font-size: 1rem;
    }

    .mg-sidebar-list li a {
        padding: 0.5rem 0.75rem;
        font-size: 0.95rem;
    }
}


.smt-box {
    position: relative;
    height: 100%;
    padding: 30px 24px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.smt-box:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.smt-step {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: var(--primary);
    padding: 6px 14px;
    border-radius: 20px;
}

.smt-box h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.smt-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #606060;
}

.challenge-box {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
    height: 100%;
    transition: 0.3s ease;
    border: 1px solid #e5e5e5;
    text-align: center;
}

.challenge-box:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}










 /* Grid Layout */
    .boxes {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }

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

    @media (min-width: 1024px) {
        .boxes {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    /* Box Styling */
    .box {
        background: #fff;
        border-radius: 16px;
        padding: 30px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .box:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    }

    /* Heading */
    .heading {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
    }

    .heading img {
        width: 48px;
        height: 48px;
    }

    .heading h2 {
        font-size: 20px;
        font-weight: 600;
        color: #111;
    }

    /* Content */
    .content p {
        font-size: 15px;
        line-height: 1.7;
        color: #555;
    }






    /* HEADING */

    /* MAIN BOX */
    .fancy-table-box {
        border-radius: 15px;
        overflow: hidden;
    }

    /* ROW */
    .fancy-row {
        display: grid;
        grid-template-columns: 250px 1fr;
        margin-bottom: 12px;
    }

    /* LEFT (LABEL) */
    .fancy-left {
        background: #009344;
        color: #fff;
        padding: 18px;
        font-weight: 600;
        border-radius: 10px 0 0 10px;
    }

    /* RIGHT (VALUE) */
    .fancy-right {
        background: #f5f7f8;
        padding: 18px;
        border-radius: 0 10px 10px 0;
        color: #555;
        transition: 0.3s;
    }


    /* RESPONSIVE */
    @media (max-width: 768px) {
        .fancy-row {
            grid-template-columns: 1fr;
        }

        .fancy-left {
            border-radius: 10px 10px 0 0;
        }

        .fancy-right {
            border-radius: 0 0 10px 10px;
        }
    }




/* HORIZONTAL SCROLL */
    .strip-wrapper {
        display: flex;
        gap: 20px;
        overflow-x: auto;
        padding: 20px;
        scroll-snap-type: x mandatory;
    }

    /* HIDE SCROLLBAR */
    .strip-wrapper::-webkit-scrollbar {
        display: none;
    }

    /* ITEM */
    .strip-item {
        min-width: 300px;
        background: #fff;
        padding: 25px;
        border-radius: 15px;
        flex-shrink: 0;
        scroll-snap-align: start;
        transition: 0.3s;
        border: 1px solid #eee;
    }

    /* HOVER */
    .strip-item:hover {
        background: #009344;
        color: #fff;
        transform: translateY(-8px);
    }

    /* TEXT */
    .strip-item h3 {
        margin-bottom: 10px;
        color: #009344;
    }

    .strip-item:hover h3 {
        color: #fff;
    }

    .strip-item p {
        font-size: 14px;
        color: #666;
    }

    .strip-item:hover p {
        color: #ddd;
    }





    /* ITEM */
    .highlight-item {
        padding: 18px 0;
        border-bottom: 1px solid #e5e5e5;
        transition: 0.3s;
    }

    /* TITLE */
    .highlight-title {
        font-weight: 600;
        color: #009344;
        display: block;
        margin-bottom: 5px;
    }

    /* TEXT */
    .highlight-item p {
        margin: 0;
        color: #555;
        font-size: 14px;
    }

    /* SIMPLE HOVER */
    .highlight-item:hover {
        padding-left: 8px;
    }



/* Grid Layout */
    .boxes {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }

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

    @media (min-width: 1024px) {
        .boxes {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    /* Box Styling */
    .box {
        background: #fff;
        border-radius: 16px;
        padding: 30px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .box:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    }

    /* Heading */
    .heading {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
    }

    .heading img {
        width: 48px;
        height: 48px;
    }

    .heading h2 {
        font-size: 20px;
        font-weight: 600;
        color: #111;
    }

    /* Content */
    .content p {
        font-size: 15px;
        line-height: 1.7;
        color: #555;
    }






    /* HEADING */

    /* MAIN BOX */
    .fancy-table-box {
        border-radius: 15px;
        overflow: hidden;
    }

    /* ROW */
    .fancy-row {
        display: grid;
        grid-template-columns: 250px 1fr;
        margin-bottom: 12px;
    }

    /* LEFT (LABEL) */
    .fancy-left {
        background: #009344;
        color: #fff;
        padding: 18px;
        font-weight: 600;
        border-radius: 10px 0 0 10px;
    }

    /* RIGHT (VALUE) */
    .fancy-right {
        background: #f5f7f8;
        padding: 18px;
        border-radius: 0 10px 10px 0;
        color: #555;
        transition: 0.3s;
    }


    /* RESPONSIVE */
    @media (max-width: 768px) {
        .fancy-row {
            grid-template-columns: 1fr;
        }

        .fancy-left {
            border-radius: 10px 10px 0 0;
        }

        .fancy-right {
            border-radius: 0 0 10px 10px;
        }
    }



  /* HORIZONTAL SCROLL */
    .strip-wrapper {
        display: flex;
        gap: 20px;
        overflow-x: auto;
        padding: 20px;
        scroll-snap-type: x mandatory;
    }

    /* HIDE SCROLLBAR */
    .strip-wrapper::-webkit-scrollbar {
        display: none;
    }

    /* ITEM */
    .strip-item {
        min-width: 300px;
        background: #fff;
        padding: 25px;
        border-radius: 15px;
        flex-shrink: 0;
        scroll-snap-align: start;
        transition: 0.3s;
        border: 1px solid #eee;
    }

    /* HOVER */
    .strip-item:hover {
        background: #009344;
        color: #fff;
        transform: translateY(-8px);
    }

    /* TEXT */
    .strip-item h3 {
        margin-bottom: 10px;
        color: #009344;
    }

    .strip-item:hover h3 {
        color: #fff;
    }

    .strip-item p {
        font-size: 14px;
        color: #666;
    }

    .strip-item:hover p {
        color: #ddd;
    }







.bar-code{
width: 71px;
}

@media screen and (max-width: 580px){
.about-items-home{
    flex-wrap: wrap;
margin-bottom: 20px;
}

.about-home-flex {
    align-items: flex-start;
}

.process-box {
    width: auto;
}

.process-flex {
    flex-wrap: wrap;
justify-content: center;
gap: 20px;
}

.product-box {
    margin-bottom: 20px;
}

.product-flex{
    flex-wrap: wrap;
}

.pr-flex-img {
    width: 100%;
}

.pr-flex-text {
    width: 100%;
}

.new-product-banner img {
    min-height: auto;
}

.contact-home-box {
    width: 100%;
}

.banner-content h3 {
    font-size: calc(1.3rem + .6vw);
    width: 100%;
}

}


