html {
    font-size: 10px;
}

@media only screen and (max-width:1024px) {
    html {
        font-size: 9.375px;
    }
}

@media only screen and (max-width:768px) {
    html {
        font-size: 10px;
    }
}

@media only screen and (max-width:400px) {
    html {
        font-size: 9.375px;
    }
}

html,
body {
    height: 100%;
}

body {
    background: #0F1215;
    font-family: 'Ubuntu', serif;
    font-size: 1.6rem;
    line-height: 3rem;
    color: #737373;
}

a,
a:visited {
    color: #0087cc;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: #0087cc;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h01,
.h02,
.h03,
.h04,
.h05,
.h06 {
    color: #252525;
    font-style: normal;
    text-rendering: optimizeLegibility;
    margin-bottom: 2.1rem;
}

h3,
.h03,
h4,
.h04 {
    margin-bottom: 1.8rem;
}

h5,
.h05,
h6,
.h06 {
    margin-bottom: 1.2rem;
}

h1,
.h01 {
    font-size: 3.1rem;
    line-height: 1.35;
    letter-spacing: -.1rem;
}

@media only screen and (max-width:600px) {

    h1,
    .h01 {
        font-size: 2.6rem;
        letter-spacing: -.07rem;
    }
}

h2,
.h02 {
    font-size: 2.4rem;
    line-height: 1.25;
}

h3,
.h03 {
    font-size: 2rem;
    line-height: 1.5;
}

h4,
.h04 {
    font-size: 1.7rem;
    line-height: 1.76;
}

h5,
.h05 {
    font-size: 1.4rem;
    line-height: 1.7;
    text-transform: uppercase;
    letter-spacing: .15rem;
}

h6,
.h06 {
    font-size: 1.3rem;
    line-height: 1.85;
    text-transform: uppercase;
    letter-spacing: .15rem;
}

p img {
    margin: 0;
}

p.lead {
    font-size: 1.8rem;
    line-height: 1.8;
    color: #737373;
}

@media only screen and (max-width:768px) {
    p.lead {
        font-size: 1.7rem;
    }
}

em,
i,
strong,
b {
    font-size: 1.6rem;
    line-height: 3rem;
    font-style: normal;
    font-weight: normal;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    display: list-item;
}

ol,
ul {
    margin-left: 1.7rem;
}

ul li {
    padding-left: .4rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: .6rem 0 .6rem 1.7rem;
}

ul.disc li {
    display: list-item;
    list-style: none;
    padding: 0 0 0 .8rem;
    position: relative;
}

ul.disc li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #38a6f5;
    position: absolute;
    left: -17px;
    top: 11px;
    vertical-align: middle;
}

dt {
    margin: 0;
    color: #38a6f5;
}

dd {
    margin: 0 0 0 2rem;
}


p,
ul,
ol,
dl,
form {
    margin-bottom: 3rem;
}

.body_box {
    padding: 0 20px;
}

@media only screen and (max-width:1024px) {
    .body_box {
        padding: 0 18px;
    }
}

@media only screen and (max-width:768px) {
    .body_box {
        padding: 0 15px;
    }
}

@media only screen and (max-width:600px) {
    .body_box {
        padding: 0 10px;
    }
}

@media only screen and (max-width:400px) {
    .body_box {
        padding: 0;
    }
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

#bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.overlay_content {
    padding-top: 20rem;
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
}

.overlay_content .full_width h1 {
    font-size: 7rem;
    margin-bottom: 2rem;
    color: #bebebe;
}

.overlay_content .full_width h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #f0eeee;
}

.morehome {
    display: inline-block;
    padding: 0.8rem 2rem;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid white;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.morehome:hover {
    background: rgba(255, 255, 255, 0.4);
}



.indroduction_section {
    max-width: 700px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.2rem;
    position: relative;
}

.indroduction_section h1 {
    font-size: 4.8rem;
    color: #252525;
    line-height: 1.25;
    margin-bottom: 1.2rem;
}

.indroduction_section h5 {
    color: rgba(56, 66, 78, 0.5);
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 0.3rem;
    letter-spacing: .4rem;
}

.indroduction_section .lead {
    color: rgba(0, 0, 0, 0.45);
}

.indroduction_section .each_section_header {
    position: relative;
    overflow: hidden;
}

.indroduction_section .each_section_header::after {
    display: block;
    background-color: #38a6f5;
    width: 120px;
    height: 3px;
    content: '\0020';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -60px;
}

@media only screen and (max-width:600px) {
    section .h01 {
        font-size: 2.5rem;
    }
}


@media only screen and (max-width:768px) {
    .indroduction_section {
        max-width: 650px;
    }

    .indroduction_section h1 {
        font-size: 4.2rem;
    }
}

@media only screen and (max-width:600px) {
    .indroduction_section h1 {
        font-size: 3.8rem;
    }

    .indroduction_section h5 {
        font-size: 1.5rem;
        letter-spacing: .3rem;
    }
}

@media only screen and (max-width:400px) {
    .indroduction_section h1 {
        font-size: 3.6rem;
    }
}



header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 24px;
    z-index: 600;
    background: transparent;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .row {
    width: auto;
    height: 66px;
    position: relative;
}



header .logo {
    margin-top: 2px;
    z-index: 600;
    position: absolute;
    left: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

header .logo a {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    width: 298px;
    height: 50px;
    /* background: url("../images/logo.png") no-repeat center; */
    background-size: 298px 50px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.sticky {
    position: fixed;
    background: #14171c;
    top: 0;
}

.sticky .logo a {
    width: 238px;
    height: 40px;
    background-size: 238px 40px;
}


@media only screen and (max-width:768px) {
    header {
        top: 0;
        padding: 6px 0;
    }
}


#main_navigation_wraper,
.main_navigation {
    margin: 0;
    padding: 0;
}

a.toggle_menu {
    display: none;
}

#main_navigation_wraper {
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: absolute;
    top: 0;
    right: 30px;
}

.main_navigation {
    min-height: 66px;
    display: inline-block;
    width: auto;
    text-align: left;
}

.main_navigation li {
    position: relative;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 66px;
}

.main_navigation li.current a {
    color: #FFFFFF;
}

.main_navigation li.current a::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80%;
    height: 3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #38a6f5;
    content: '\0020';
    display: block;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main_navigation li.highlight a {
    color: #38a6f5;
}

.main_navigation li.with-sep a {
    position: relative;
    padding-left: 22px;
    margin-left: 8px;
}

.main_navigation li.with-sep a::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background-color: rgba(255, 255, 255, 0.2);
    content: '\0020';
    display: block;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main_navigation li a {
    display: block;
    padding: 18px 7px;
    line-height: 30px;
    text-decoration: none;
    text-align: left;
    color: #005eac;
    position: relative;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.main_navigation li a:active {
    background-color: transparent !important;
}

.main_navigation li a:hover {
    color: #FFFFFF;
}


@media only screen and (max-width:768px) {
    #main_navigation_wraper {
        display: block;
        width: 100%;
        position: absolute;
        top: 69px;
        right: 0;
    }

    a.toggle_menu {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        right: 30px;
        margin-top: -20px;
    }

    a.toggle_menu span {
        display: block;
        width: 24px;
        height: 3px;
        margin-top: -1.5px;
        position: absolute;
        right: 8px;
        top: 50%;
        bottom: auto;
        left: auto;
        background-color: white;
        -moz-transition: background 0.2s ease-in-out;
        -o-transition: background 0.2s ease-in-out;
        -webkit-transition: background 0.2s ease-in-out;
        -ms-transition: background 0.2s ease-in-out;
        transition: background 0.2s ease-in-out;
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
    }

    a.toggle_menu span::before,
    a.toggle_menu span::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: inherit;
        left: 0;
        -moz-transition-duration: 0.2s, 0.2s;
        -o-transition-duration: 0.2s, 0.2s;
        -webkit-transition-duration: 0.2s, 0.2s;
        -ms-transition-duration: 0.2s, 0.2s;
        transition-duration: 0.2s, 0.2s;
        -moz-transition-delay: 0.2s, 0s;
        -o-transition-delay: 0.2s, 0s;
        -webkit-transition-delay: 0.2s, 0s;
        -ms-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s;
    }

    a.toggle_menu span::before {
        top: -8px;
        -moz-transition-property: top, transform;
        -o-transition-property: top, transform;
        -webkit-transition-property: top, transform;
        -ms-transition-property: top, transform;
        transition-property: top, transform;
    }

    a.toggle_menu span::after {
        bottom: -8px;
        -moz-transition-property: bottom, transform;
        -o-transition-property: bottom, transform;
        -webkit-transition-property: bottom, transform;
        -ms-transition-property: bottom, transform;
        transition-property: bottom, transform;
    }

    .toggle_menu.is-clicked span {
        background-color: rgba(255, 255, 255, 0);
    }

    .toggle_menu.is-clicked span::before,
    .toggle_menu.is-clicked span::after {
        background-color: white;
        -moz-transition-delay: 0s, 0.2s;
        -o-transition-delay: 0s, 0.2s;
        -webkit-transition-delay: 0s, 0.2s;
        -ms-transition-delay: 0s, 0.2s;
        transition-delay: 0s, 0.2s;
    }

    .toggle_menu.is-clicked span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .toggle_menu.is-clicked span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .main_navigation {
        background: #14171c;
        padding: 48px 42px 54px 42px;
        margin: 0;
        width: 100%;
        height: auto;
        clear: both;
        display: none;
    }

    .main_navigation>li {
        display: block;
        height: auto;
        text-align: left;
        border-bottom: 1px dotted rgba(200, 200, 200, 0.08);
        padding: 0;
    }

    .main_navigation>li:first-child {
        border-top: 1px dotted rgba(200, 200, 200, 0.08);
    }

    .main_navigation li a {
        display: block;
        color: #e6e6e6;
        width: auto;
        padding: 18px 0;
        line-height: 16px;
        border: none;
    }

    .main_navigation li a:hover {
        color: #0087cc;
    }

    .main_navigation li.with-sep a {
        padding-left: 0;
        margin-left: 0;
    }

    .main_navigation li.with-sep a::before {
        display: none;
    }

    .main_navigation li.current>a {
        background: none;
        color: #0087cc;
    }

    .main_navigation li.current>a:after {
        display: none;
    }
}


@media only screen and (min-width:769px) {
    #main_navigation_wraper ul.main_navigation {
        display: block !important;
    }
}



#intro {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    min-height: 720px;
    overflow: hidden; /* Prevent overflow */
}

.home_content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-transform: translateY(-1.2rem);
    -ms-transform: translateY(-1.2rem);
    transform: translateY(-1.2rem);
}

.home_content h1 {
    color: #FFFFFF;
    font-size: 5.4rem;
    line-height: 1.334;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.home_content h5 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.8rem;
    line-height: 1.667;
    margin-bottom: 0.6rem;
    text-transform: uppercase;
    letter-spacing: .25rem;
}


@media only screen and (max-width:1024px) {
    .home_content {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .home_content h1 {
        font-size: 4.8rem;
        max-width: 700px;
    }

    .home_content h5 {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width:768px) {
    #intro {
        min-height: 660px;
    }

    .home_content h1 {
        font-size: 4.2rem;
        max-width: 550px;
    }

    .home_content h5 {
        font-size: 1.5rem;
        letter-spacing: .15rem;
    }
}

@media only screen and (max-width:600px) {
    #intro {
        min-height: 600px;
    }

    .home_content h1 {
        font-size: 3.8rem;
        margin-bottom: .9rem;
    }

    .home_content h5 {
        font-size: 1.4rem;
        letter-spacing: .15rem;
    }
}

@media only screen and (max-width:400px) {
    #intro {
        min-height: 550px;
    }

    .home_content h1 {
        font-size: 3.4rem;
    }

    .home_content h5 {
        font-size: 1.4rem;
        letter-spacing: .15rem;
    }
}


#whatwedo {
    background: #FFFFFF;
    padding-top: 12rem;
    padding-bottom: 15rem;
    overflow: hidden;
}

.whatwedo_content {
    position: relative;
    text-align: center;
}

.whatwedo_content .right_side,
.whatwedo_content .left_side,
.whatwedo_content .image_part {
    width: 50%;
    font-size: 15px;
    line-height: 27px;
}

.whatwedo_content .right_side,
.whatwedo_content .left_side {
    padding: 0 6% 24px;
    position: absolute;
    top: 0;
}

.whatwedo_content .right_side {
    right: 0;
}

.whatwedo_content .left_side {
    left: 0;
}

.whatwedo_content .image_part {
    margin: 40px auto;
    height: 420px;
    /*background-image: url("../images/mpos.png");*/
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}

.whatwedo_content .item[data-number]::before {
    background: #38424e;
    color: #FFFFFF;
    content: attr(data-number);
    display: inline-block;
    font-size: 18px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 1.5rem;
}

.whatwedo_content h5 {
    color: #38a6f5;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: .2rem;
    margin-bottom: .3rem;
}


@media only screen and (max-width:1024px) {

    .whatwedo_content .right_side,
    .whatwedo_content .left_side {
        padding: 0 3% 24px;
        width: 35%;
    }

    .whatwedo_content .image_part {
        height: 600px;
        width: 30%;
    }
}

@media only screen and (max-width:768px) {
    /*#whatwedo
    {
        padding-bottom: 27rem;
    }*/

    .whatwedo_content .right_side,
    .whatwedo_content .left_side {
        position: static;
        width: 100%;
        max-width: 480px;
        font-size: 1.6rem;
        line-height: 3rem;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0;
    }

    .whatwedo_content .image_part {
        width: 300px;
        position: absolute;
        bottom: -630px;
        left: 50%;
        margin-left: -150px;
    }
}

@media only screen and (max-width:400px) {
    #whatwedo {
        padding-bottom: 21rem;
    }

    .whatwedo_content .image_part {
        width: 230px;
        bottom: -540px;
        margin-left: -115px;
    }
}

#solutionsverticals {
    background: #F5F5F7;
    padding-top: 5rem;
    padding-bottom: 4rem;
}

/* --- Main grid for solution cards --- */
.solutionsverticals_content {
    margin-top: 4rem;
    margin: 0 auto;
    max-width: 1500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.solutionsverticals_content .body_box {
    width: 180px;
    margin: 0.4rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
    background: white;
    transition: transform 0.3s;
    flex: 0 1 auto;
}

.body_box:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.randd_item {
    background-color: #FFFFFF;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.randd_item .randd_item_top,
.randd_item .randd_item_bottom {
    padding: 0.8rem;
}

.randd_item .randd_item_top {
    background: #f0f0f0;
    color: #555;
}

.randd_item .randd_item_title {
    font-size: 1rem;
    margin: 0.5rem 0;
    font-weight: 500;
    color: #333;
}

.randd_item .randd_item_bottom .image_wrapper {
    width: 100%;
    height: 140px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.randd_item .randd_item_bottom .image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.randd_item:hover .randd_item_bottom img {
    transform: scale(1.05);
}

.randd_item_bottom p.lead {
    font-size: 0.9rem;
    margin-top: 0.6rem;
    color: #444;
    line-height: 1.4;
    text-align: justify;
}

.fold_section {
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.6s ease;
    display: flex;
    justify-content: center;
    background: #e0f7fa;
    padding: 0;
    border-radius: 8px;
    margin: 0 auto;
    /* Centers the closed container */
}

.fold_section.open {

    max-height: 600px;
    /* Locks the height of the open area */
    padding: 1.2rem;
    width: 95%;
    margin: 0 auto;
    overflow-y: hidden;
    /* Adds a scrollbar if content exceeds height */
}

/* --- KPI content container, now inside the fixed fold_section --- */
.fold_content {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
    /* Centers the content within the foldable area */
}

.kpi-overview-body {
    padding: 0rem;
    flex-grow: 0.5;
    /* Allows this area to fill available space */
    display: flex;
    align-items: center;
    /* Vertically centers the text */
}

.kpi-overview-body p {
    margin: 0;
    font-size: 1.5rem;
    color: #333;
    line-height: 1.0;
    text-align: center;
}

/* --- Styles for individual KPI cards and tables --- */
.kpi-card,
.kpi-card-table {
    flex: 1 1 auto;
    /* Cards have a flexible base width */
    min-width: 150px;
    max-width: 220px;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 2px;
    padding: 0;
    font-size: 1.1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* --- Chart.js canvas responsiveness --- */
.kpi-card canvas {
    max-width: 100%;
    height: auto;
}

/* --- KPI row container to organize charts and tables --- */
.kpi-card-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
}

.row_group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 1.5rem;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    /* Centers the row */
    box-sizing: border-box;
    position: relative;
}

#softwareecosystem {
    background: #c1d1db;
    /*url(../images/iot_cover.jpeg) no-repeat center*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding-top: 10rem;
    padding-bottom: 10rem;
    color: #ffffff;
}

.software-eco {
    background: #c1d1db;
    /*url(../images/iot_cover.jpeg) no-repeat center*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #ffffff;
}

#product {
    background: #c1d1db;
    /*url(../images/iot_cover.jpeg) no-repeat center*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding-top: 12rem;
    padding-bottom: 12rem;
    color: #ffffff;
}


.product-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* Aligns cards to the top */
    flex-wrap: wrap;
    gap: 2rem;
    /* Space between cards */
    max-width: 1280px;
    margin: 4rem auto 0 auto;
}

/* Individual product card styling */
.product-card {
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    width: 320px;
    /* Fixed width for each card */
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Image container styling */
.product-image {
    background-color: #F5F5F7;
    padding: 2rem 1rem;
    text-align: center;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img {
    max-width: 100%;
    max-height: 160px;
    height: auto;
}

/* Container for text content */
.product-details {
    padding: 1.2rem;
    flex-grow: 1;
    /* Allows this section to grow */
}

.product-title {
    font-size: 1.5rem;
    color: #252525;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.product-tagline {
    font-size: 1.5rem;
    color: #737373;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    min-height: 60px;
    /* Ensures consistent alignment */
}

/* Specification list styling */
.spec-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
}

.spec-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    justify-content: space-between;
}

.spec-list li:last-child {
    border-bottom: none;
}

.spec-list li strong {
    color: #333;
    margin-right: 1rem;
}

.spec-list li span {
    color: #333;
}

#product .indroduction_section h1 {
    color: #000000;
}

#product .indroduction_section h5 {
    color: rgba(0, 0, 0, 0.5);
}

#product .indroduction_section p {
    color: rgba(0, 0, 0, 0.7);
}

.product_content {
    max-width: 1200px;
}

.product_list {
    margin-top: 1.2rem;
    text-align: center;
}

.product_list .product {
    margin-bottom: 1.2rem;
    padding: 0 32px;
}

.product_list .icon {
    display: inline-block;
    margin-bottom: 2.1rem;
}

.product_list .icon i {
    font-size: 4.8rem;
}

.product_list .h05 {
    font-size: 3rem;
    line-height: 1.765;
    color: #000000;
    margin-bottom: 1.8rem;
}

.product_list .l1 {
    font-size: 1rem;
    line-height: 0.765;
    color: #252525;
    margin-bottom: 1.8rem;
}

/*
/* R&D Section Styles -------------------------------------------------- */

.rd-section {
    padding: 4rem 1rem;
    background-color: #f8f9fa;
}

/* Grid container for cards */
.rd-grid,
.rd-card-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    max-width: 1300px;
    margin: 0 auto;
}
.rd-grid {
    grid-template-columns: repeat(4, 1fr);
}
.rd-card {
    background: #FFFFFF;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    padding: 1rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-width: 180px;
    max-width: auto;
    box-sizing: border-box;
    flex: 1 1 0;
}

.rd-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.rd-card-icon {
    margin-bottom: 1.5rem;
}

.rd-card-icon img {
    height: 100px;
    width: 100px;
}

.rd-card-title {
    font-size: 1.5rem;
    color: #252525;
    margin-top: 0;
    margin-bottom: 1rem;
}

.rd-card-description {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.rd-card-features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    color: #495057;
}

.rd-card-features li {
    padding: 0.5rem 0 0.5rem 2rem;
    position: relative;
}

.rd-card-features li::before {
    content: '✔';
    color: #0087cc;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .rd-grid,
    .rd-card-row {
        gap: 16px;
    }
    .rd-card {
        max-width: 300px;
    }
}
@media (max-width: 900px) {
    .rd-grid,
    .rd-card-row {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 16px;
    }
    .rd-card {
        max-width: 100%;
        min-width: 220px;
    }
}
@media (max-width: 600px) {
    .rd-grid,
    .rd-card-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .rd-card {
        max-width: 100%;
    }
}

@media only screen and (max-width:768px) {
    .product_content {
        max-width: 600px;
    }

    .product_list .product {
        padding: 0 15px;
    }
}

@media only screen and (max-width:600px) {
    .product_list .product {
        padding: 0 10px;
    }
}

@media only screen and (max-width:400px) {
    .product_list .product {
        padding: 0;
    }
}


#randd {
    background: #EAEAED;
    padding-top: 12rem;
    padding-bottom: 9.6rem;
}

.randd_content {
    margin-top: 6.6rem;
    max-width: 1280px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.randd_content .body_box {
    margin-bottom: 3.6rem;
}



.randd_content .randd_item {
    background-color: #FFFFFF;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.randd_content .randd_item .randd_item_top,
.randd_content .randd_item .randd_item_bottom {
    padding: 3.9rem 1.5rem;
}

.randd_content .randd_item .randd_item_top {
    background: #38a6f5;
    color: #FFFFFF;
    padding-bottom: 2.4rem;
    position: relative;
}

.randd_content .randd_item .randd_item_bottom {
    padding-top: 2.4rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

/* Hover effect on card */
.randd_content .randd_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Image zoom on hover (optional) */
.randd_content .randd_item .randd_item_bottom img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.randd_content .randd_item:hover .randd_item_bottom img {
    transform: scale(1.05);
}

/* Lead paragraph always visible */
.randd_content .randd_item .randd_item_bottom .lead {
    font-weight: 500;
    margin-top: 1.5rem;
}

/* Title styles */
.randd_content .randd_item .randd_item_title {
    color: #FFFFFF;
    margin-bottom: 1.2rem;
    font-size: 2.4rem;
    position: relative;
}

/* Image container styling */
.screens-image {
    background-color: #F5F5F7;
    padding: 0.5rem 0.5rem;
    text-align: center;
    min-height: 200px;
    display: flex;
    align-items: center;
    width: 120px;
    justify-content: center;
    margin: auto;
}

.screens-image img {
    max-width: 100%;
    max-height: 300px;
    height: auto;
    align-items: center;

}

/* Container for text content */
.screens-details {
    padding: 1.2rem;
    flex-grow: 1;
    /* Allows this section to grow */
}

.screens-title {
    font-size: 1.5rem;
    color: #252525;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.screens-tagline {
    font-size: 1.5rem;
    color: #737373;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    min-height: auto;
    /* Ensures consistent alignment */
}

/* Individual product card styling */
.screens-card {
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    width: 200px;
    /* Fixed width for each card */
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.screens-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.loginbutton {
    background: #71c2fc;
    color: #FFFFFF;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    align-items: right;
    transition: background 0.3s ease;
    margin-left: auto;
    text-emphasis-color: #FFFFFF;
}

.loginbutton:hover {
    background: #007bff;
    color: #FFFFFF;
}

@media only screen and (max-width:1140px) {
    .randd_content {
        max-width: 800px;
    }

    .randd_content .body_box {
        width: 50%;
        clear: none;
    }

    .randd_content .body_box:nth-child(2n+1) {
        clear: both;
    }


    .product_content {
        max-width: 800px;
    }

    .product_content .body_box {
        width: 50%;
        clear: none;
    }

    .product_content .body_box:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (max-width:600px) {
    .randd_content {
        max-width: 420px;
    }

    .randd_content .body_box {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-left: 0;
        margin-right: 0;
    }

    .product_content {
        max-width: 420px;
    }

    .product_content .body_box {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-left: 0;
        margin-right: 0;
    }
}


#contact {
    background: #EAEAED;
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.contact_content {
    margin-top: 5.4rem;
    max-width: 1020px;
}

.contact_content .body_box {
    padding: 0 30px;
}


@media only screen and (max-width:768px) {
    .contact_content {
        max-width: 650px;
    }
}

@media only screen and (max-width:480px) {
    .contact_content .body_box {
        padding: 0 20px;
    }
}

@media only screen and (max-width:400px) {
    .contact_content .body_box {
        padding: 0;
    }
}

#careers {
    background: #f8f9fa;
    padding: 60px 0 30px 0;
}

#careers .each_section_header {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    padding: 40px 30px;
    max-width: 700px;
    margin: 0 auto 30px auto;
}

#careers h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.2em;
    color: #4088CC;
    margin-bottom: 10px;
    text-align: center;
}

#careers .lead {
    font-size: 1.15em;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

#careers ul,
#careers ol {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    max-width: 400px;
}

#careers ol {
    padding-left: 0;
}

#careers li {
    background: #e9ecef;
    margin: 8px 0;
    padding: 12px 18px;
    border-radius: 5px;
    font-size: 1em;
    color: #222;
    box-shadow: 0 1px 4px rgba(64, 136, 204, 0.07);
}

@media (max-width: 600px) {
    #careers .each_section_header {
        padding: 20px 10px;
    }

    #careers h2 {
        font-size: 1.4em;
    }

    #careers li {
        font-size: 0.95em;
        padding: 10px 12px;
    }
}


footer {
    padding-top: 60px;
    padding-bottom: 24px;
    position: relative;
    color: rgba(255, 255, 255, 0.4);
}

footer .content {
    margin-bottom: 12px;
}

footer a,
footer a:visited {
    color: #ffffff;
    opacity: 0.4;
}




/*footer a:hover,
footer a:focus {
	color: #fdc501;
}*/

footer hr {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    max-width: 400px;
    width: 80%;
    border-top: 1px solid rgba(150, 150, 150, 0.1);
    opacity: 0.4;
}

footer .address {
    width: 90%;
    max-width: 600px;
    margin: 42px auto 36px;
    text-align: center;
    clear: both;
}

/*footer .footer-logo {
	width: 100px;
	height: 23px;
	background: url("../images/logoW@2x.png") no-repeat center;
	background-size: 100px 23px;
	margin: 0 auto 21px;
	display: block;
	filter: alpha(opacity=10);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	opacity: 0.1;
	zoom: 1;
}*/

footer .copyright {
    clear: both;
    margin: 15px 0;
    padding: 24px 18px 6px 18px;
    font-size: 14px;
    letter-spacing: .5px;
    text-align: center;
}

footer .copyright li {
    display: inline-block;
    padding: 0 5px;
}

footer .social_links {
    margin: 30px auto 30px auto;
    padding: 0;
    text-align: center;
    height: 32px;
}

footer .social_links li {
    display: inline-block;
    margin: 0 16px;
    padding: 0;
}

footer .social_links li a {
    opacity: 0.3;
}

footer .social_links li a:hover {
    opacity: 1;
}

footer .social_links li a.fb {
    background: url(../images/fb.png) no-repeat center;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
}

footer .social_links li a.yt {
    background: url(../images/yt.png) no-repeat center;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
}

footer .social_links li a.tw {
    background: url(../images/tw.png) no-repeat center;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
}


#gototop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 600;
    display: none;
}

#gototop a {
    text-decoration: none;
    border: 0 none;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 66px;
    text-align: center;
    background-color: transparent;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
}

.clear {
    clear: both;
}