/* reos main css */
/* include large devies, desktop, tablet, mobile */
/* font family poppins */
* {
    box-sizing: border-box
}

@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

:root {
    --black-text-color: #252525;
    --white-text-color: #fcfcfc;
    --blue-bg: #5e9af3;
}

.ham {
    display: none;
    color: #ffffff;
}

button {
    cursor: pointer;
}

a {
    cursor: pointer;
}


.reos-logo-mob {
    position: absolute;
    left: 10px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #ffffff;
}

.reos-logo-mob img {
    display: block;
    width: 100%;
    height: 100%;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 101;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    align-items: left;
    background-color: #2065b4;
    /* background-color: #ffffff; */
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 100px;
    box-shadow: 2px 2px 10px #2a2a2a4f;
}




.link-mob {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.link-mob a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    /* color: #08397e; */
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.mob-copyright {
    width: 100%;
    padding: 10px;
    gap: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
}


.mob-copyright .copyright-statement {
    font-size: 12px;
    /* color: #094a73; */
    color: #ffffff;
    gap: 10px;
}

.mob-copyright .copyright-statement a {
    font-size: 12px;
    color: #ffffff;
    /* color: #094a73; */


}

.mob-a {
    font-size: 14px;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}





















.keyword {
    position: fixed;
    /* Use 'fixed' for a position relative to the viewport */
    bottom: 20px;
    /* Adjust the desired distance from the top */
    left: 20px;
    /* Adjust the desired distance from the left */
    opacity: 0.0;
    z-index: -1;
    /* Set the desired opacity value */
}

#goToTopBtn {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: none;
    position: fixed;
    /* display: flex; */
    text-align: center;
    justify-content: center;
    align-items: center;
    bottom: 20px;
    right: 20px;
    background-color: rgba(44, 44, 44, 0.879);
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    font-size: 20px;
    opacity: 0.7;
    transition: opacity 0.3s, visibility 0.3s;
}

#goToTopBtn:hover {
    opacity: 1;
}





.reos-main-page {
    width: 100%;
    max-width: 1860px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.reos-nav {
    /* font-family: 'Poppins', sans-serif; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: transparent;
    /* position: absolute; */
    padding: 0px 10px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.reos-nav.scrolled {
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    /* Add the shadow effect you desire */
}

.reos-nav.scrolled a {
    color: #282828;
}

.reos-nav.scrolled a:hover {
    color: #037bde;
}


.reos-nav-bar {
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px;
}

.reos-nav-bar-sec-one {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
    overflow: auto;
}

.reos-logo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: #ffffff;
}

.reos-logo img {
    display: block;
    width: 100%;
    height: 100%;
}


.reos-nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.reos-nav-menu .menu {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 12px;
    color: var(--white-text-color);

}

.reos-nav-menu a.active {
    border-bottom: #007bff 1px solid;
    /* Change to your preferred active link style */
    color: #007bff;
    /* Change to your preferred active link style */
}

.reos-nav-menu a:hover {
    /* border-bottom: #007bff 1px solid; */
    color: #efefef;
    /* Change to your preferred active link style */
    /* font-weight: 600; */
    border-bottom: 1px solid #fefefe;
}


/* .active {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 6px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background-color: var(--white-text-color);
    color: var(--blue-bg);
} */

.explore-btn a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 10px;
    background-color: var(--blue-bg);
    color: var(--white-text-color);
}

.reos-section-one {
    align-items: center;
}

/* .section-one-master {
    padding: 0 30px;
} */

.reos-section-one {
    /* border-radius: 20px; */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 60px 0px;
    background-image: linear-gradient(90deg, rgba(48, 48, 48, 0.85) 0%, rgba(41, 41, 41, 0.53) 39.86%, #205da9 100%), url('../img/hero-bg-2.jpeg');
    background-size: cover;
    background-position: 20% 50%;
}

.reos-section-one::before {
    /* border-radius: 20px; */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(91deg, rgba(41, 41, 41, 0.31) 0%, #216BFA 100%); */
    background: linear-gradient(90deg, rgba(48, 48, 48, 0.85) 0%, rgba(41, 41, 41, 0.53) 39.86%, #205da9 100%);
    z-index: -1;
}


.reos-section-two,
.reos-section-three,
.reos-section-four,
.reos-section-five,
.reos-section-six,
.reos-section-seven {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 20px 40px;
}

.reos-section-one-layer-one {
    width: 100%;
    height: 600px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #ffffff00;
    /* background-color: transparent; */
    /* background-color: #f1f3ff; */
    border-radius: 10px;
}

.layer-one-left {
    width: 50%;
    padding: 20px;
    /* word-wrap: break-word; */
    display: flex;
    text-align: justify;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    color: var(--white-text-color);
}

.slogan {
    font-size: 18px;
    font-weight: 500;
    /* width: 100%; */
    padding: 10px 0px;
    color: #ffdd00;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: scale(0.9);
    animation: fadeInScale 1s ease-in-out forwards;
}

/* .slogan span{
    text-shadow: 10px 10px 15px rgba(0, 102, 255, 0.859);
} */
@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.t1 {
    text-align: left;
    font-weight: 600;
    font-size: 32px;
    color: var(--white-text-color);
    /* color: #008fd1; */
}

.t2 {
    font-weight: 400;
    font-size: 20px;
    color: var(--white-text-color);
}

.t3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.t3 a {
    text-decoration: none;
    padding: 10px 15px;
    font-size: 17px;
    background-color: var(--blue-bg);
    color: var(--white-text-color);
    border-radius: 10px;
}
.t3 a:hover{
    background-color: #004f90;
}

.patent-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 17px;
    gap: 10px;
    color: #ffdd00;
    border: 1px solid #ffdd00;
    background-color: transparent;
    /* color: var(--white-text-color); */
    border-radius: 10px;
}

.patent-btn:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 17px;
    gap: 10px;
    color: #ffdd00;
    border: 1px solid #ffdd00;
    box-shadow: 1px 1px 10px #ffdd006c;
    background-color: transparent;
    /* color: var(--white-text-color); */
    border-radius: 10px;
}

.layer-one-right {
    width: 50%;
    display: flex;
    gap: 10px;
    /* border: solid; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.l-o-r-slideshow {
    /* border: solid; */
    width: 100%;
    overflow: hidden;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.dot-master {
    width: 100%;
    /* border: solid; */
    display: none;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

/* 
.l-o-r-slideshow img {
    width: 650px;
    height: 450px;
    object-fit: contain;
} */

/* The dots/bullets/indicators */
.dot {
    margin-top: 10px;
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.l-o-r-slideshow .active,
.l-o-r-slideshow .dot:hover {
    height: 15px;
    width: 10px;
    background-color: #717171;
}

/* .mem-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.t4,
.t6,
.t7,
.t8 {
    width: 100%;
    padding: 15px 0px;
    font-weight: 600;
    font-size: 26px;
    color: var(--black-text-color);
}

.reos-section-two-layer-one {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.tech-cards-master {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: flex-start;
}

.tech-card {
    width: 100%;
    min-height: 500px;
    /* height: 550px; */
    /* background-color: #ffffff; */
    /* border: solid 1px #aaaaaa; */
    /* border-radius: 10px; */
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 180px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 5px; */
    justify-content: space-between;
    padding: 10px 20px;
    opacity: 0;
    margin-top: 20px;
    transform: translateY(50px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.tech-card.reveal {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
    animation: jump 0.6s ease-in;
}

@keyframes jump {
    0% {
        margin-top: 20px;
    }

    100% {
        margin-top: 0px;
    }
}

.tech-card-img {
    width: 100%;
    border-radius: 10px;
    height: 300px;
    display: flex;
    background-color: #dbdbdb;
    /* border: #848484 1px solid; */
    justify-content: center;
    align-items: center;
}

.tech-card-img img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: fill;
}

.tech-card-title {
    width: 100%;
    font-size: 19px;
    text-align: left;
    /* padding: 4px 0px; */
    font-weight: 600;
    color: var(--black-text-color);
}

.tech-card-info {
    /* width: 100%; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: left;
    font-size: 15px;
    padding: 0px 0px;
    font-weight: 500;
    color: var(--black-text-color);
}

.t5 {
    padding: 4px 0px;
    width: 100%;
    text-align: left;
}

.t5 a,
.ns-card-a-btn {
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: var(--blue-bg);
    font-weight: 600;
}
.t5 a:hover{
    text-decoration: underline;
}
.reos-section-three {
    overflow: hidden;
    padding: 40px 0;
    background: #fff;
}

.t6 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}

.reos-section-three-layer-one {
    position: relative;
    padding: 40px 0;
}

.brand-logo-card-master-one {
    display: flex;
    animation: scroll 80s linear infinite;
    gap: 40px;
    white-space: nowrap;
}

.brand-logo-card {
    min-width: 150px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; /* Prevents logos from shrinking */
}

.brand-logo-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.brand-logo-card-master-one:hover {
    animation-play-state: paused;
}
.reos-section-four-layer-one {
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    padding: 10px;
    padding-top: 20px;
}

.n-s-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ti-n-s {
    font-weight: 600;
    font-size: 26px;
    color: var(--black-text-color);
    padding-bottom: 30px;
}

.ti-n-s-r {
    text-decoration: none;
    color: #1767dd;
}

.reos-news-stories-feed {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.reos-ns-card {
    display: none;
    /* Hide all news cards by default */
}

.reos-ns-card:nth-child(-n+4) {
    display: flex;
    /* Display the first 4 news cards */
}

.reos-ns-card {
    width: 25%;
    height: 400px;
    /* display: flex; */
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    background-color: #f6f6f6;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}


.ns-card-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* Ensure that image overflow is hidden */
}

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

.ns-card-info {
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(41, 41, 41, 0.53) 50%, #2c2c2cc5 100%); */
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(19, 19, 19, 0.81) 100%);
    bottom: 0px;
    padding: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 4px;

}

.ns-card-date {
    color: var(--white-text-color);
    font-size: 14px;
}

.ns-card-title {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: var(--white-text-color);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.ns-card-subtitle {
    /* display: none; */
    width: 100%;
    font-size: 15px;
    color: #d3d3d3;
    /* color: var(--white-text-color); */

}

.ns-card-a-btn a {
    text-decoration: none;
    color: #73b2ff;
    font-weight: normal;

}
.ns-card-a-btn a:hover{
    text-decoration: underline;
}
.reos-section-five-layer-one {
    padding: 20px;
    height: auto;
    width: 100%;
    display: flex;
    gap: 20px;
}

.reos-section-five-layer-one-left {
    width: 50%;
}

.reos-section-five-layer-one-left img {
    width: 100%;
    filter: grayscale(50%);
    object-fit: cover;
    border-radius: 10px;
}



.reos-section-five-layer-one-right {
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: justify;
}

@keyframes animateMarginRight {
    0% {
        margin-left: 100px;
        opacity: 0;

    }

    to {
        margin-right: 0;
        opacity: 1;

    }
}

.animate-margin-right {
    animation: animateMarginRight 0.6s ease-in forwards;
}

.section-five-right-col-one {
    width: 100%;
    font-size: 25px;
    font-weight: 600;
    color: var(--black-text-color);
}

.section-five-right-col-two {
    padding: 10px;
    width: 100%;
    font-size: 19px;
    color: var(--black-text-color);
}

.section-five-right-col-three {
    padding: 10px;
    width: 100%;
}

.section-five-right-col-three a {
    padding: 10px 15px;
    border-radius: 10px;
    width: fit-content;
    border: #0a9649 1px solid;
    /* background-color: #0a9649; */
    display: flex;
    gap: 10px;
    font-size: 18px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #0a9649;
}

.section-five-right-col-three a:hover {
    box-shadow: 2px 2px 50px #3de7922a;
}

.reos-section-six-layer-one {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reos-section-six-layer-one-pdf-master {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    align-items: center;

}

.pdf-card {
    /* flex: 1 1 auto; */
    width: 250px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
    padding: 20px;
    justify-content: space-between;
    height: 200px;
    background-color: #f0f0f0;
}

.pdf-card-col-one {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pdf-card-col-one-t9 {
    padding: 4px 8px;
    border-radius: 10px;
    background-color: #252525;
    color: #ffffff;
    width: fit-content;
}

.pdf-card-col-two {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdf-card-col-two a {
    text-decoration: none;
}


.pdf-card-col-one-t11 {
    font-size: 13px;
    color: #898989;
}

.pdf-card-col-two button {
    width: auto;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 6px 15px;
    background-color: #0a9649;
    color: var(--white-text-color);
    border: none;
    border-radius: 10px;
}

.pdf-card-col-two button:hover {
   
    background-color: #007635;
  
}

.reos-section-seven-layer-one {
    width: 100%;
    padding: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: flex-start;
    height: auto;
}

.reos-section-seven-layer-one-left {
    display: flex;
    flex-direction: column;
    /* border: solid; */
    justify-content: flex-start;
    align-items: center;
    width: 50%;
}

.t12 {
    width: 100%;
    padding: 15px 0px;
    font-weight: 600;
    font-size: 30px;
    color: var(--black-text-color);
}

.t12 span {
    color: #0a9649;
}

.contact-col-master {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.phone-master {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 18px;
    width: 50%;
}

.iconhere-css {
    display: flex;
    justify-content: center;
    align-items: center;

    /* font-size: 30px; */
}

.labelfor-cc {
    display: flex;
    flex-direction: column;
}

.head-labelfor-cc {
    font-size: 17px;
    width: 100%;
    font-weight: 600;
}

.sub-labelfor-cc {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #900f85;
}

.reos-section-seven-layer-one-right {
    width: 50%;
    padding: 10px;
}

.iframe {
    width: 100%;
    height: 520px;
}

/* @media only screen and (max-width:1224px) {
    body {
        margin: 0;
        padding: 0;
        background-color: rgb(208, 0, 255);
    }
}

@media only screen and (max-width:768px) {
    body {
        margin: 0;
        padding: 0;
        background-color: rgb(123, 255, 0);
    }
} */











































































































@media only screen and (max-width:756px) {

    :root {
        --black-text-color: #252525;
        --white-text-color: #fcfcfc;
        --blue-bg: #1767dd;
    }

    body {
        margin: 0;
        padding: 0;
        background-color: #ffffff;
        /* font-family: 'Poppins', sans-serif; */
    }

    .ham {
        display: block;
        color: #6eb4ff;
    }

    .scrolled .ham {
        color: #205da9;
    }

    #goToTopBtn {
        width: 30px;
        height: 30px;
        border-radius: 50px;
        display: none;
        position: fixed;
        /* display: flex; */
        text-align: center;
        justify-content: center;
        align-items: center;
        bottom: 20px;
        right: 20px;
        background-color: #2dd673;
        color: #fff;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 10px;
        border-radius: 50%;
        font-size: 20px;
        opacity: 0.7;
        transition: opacity 0.3s, visibility 0.3s;
    }

    #goToTopBtn img {
        width: 25px;
    }

    .reos-main-page {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .reos-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .reos-nav-bar {
        top: 0;
        /* background-color: #ffffff; */
        left: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 5px;
    }

    .reos-nav-bar-sec-one {
        display: flex;
        justify-content: left;
        align-items: center;
        gap: 20px;
    }

    .reos-logo {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        background-color: #ffffff;
    }

    .reos-logo img {
        display: block;
        width: 100%;
        height: 100%;
    }


    .reos-nav-menu {
        /* display: flex; */
        justify-content: center;
        align-items: center;
        gap: 15px;
        display: none;
    }

    .reos-nav-menu .menu {
        text-decoration: none;
        font-size: 15px;
        font-weight: 500;
        padding: 6px 15px;
        color: var(--white-text-color);
    }

    .active {
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
        padding: 6px 15px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        background-color: var(--white-text-color);
        color: var(--blue-bg);
    }

    .explore-btn a {
        display: none;
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
        padding: 8px 18px;
        border-radius: 10px;
        background-color: var(--blue-bg);
        color: var(--white-text-color);
    }

    .reos-section-one {
        align-items: center;
    }

    .reos-section-one {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        height: auto;
        padding: 0px 0px;
        background-image: linear-gradient(90deg, rgba(48, 48, 48, 0.85) 0%, rgba(41, 41, 41, 0.53) 39.86%, #205da9 100%), url('../img/hero-bg-2-mob.jpeg');
        background-size: cover;
        background-position: 20% 50%;
    }

    .reos-section-one::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background: linear-gradient(91deg, rgba(41, 41, 41, 0.31) 0%, #216BFA 100%); */
        background: linear-gradient(90deg, rgba(48, 48, 48, 0.85) 0%, rgba(41, 41, 41, 0.53) 39.86%, #205da9 100%);
        z-index: -1;
    }


    .reos-section-two,
    .reos-section-three,
    .reos-section-four,
    .reos-section-five,
    .reos-section-six,
    .reos-section-seven {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        padding: 10px 10px;
    }

    .reos-section-one-layer-one {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        gap: 5px;
        justify-content: center;
        align-items: center;
        padding: 15px;
        padding-top: 60px;
        /* background-color: #f1f3ff; */
        /* border-radius: 10px; */
    }

    .slogan {
        font-size: 14px;
        font-weight: 500;
        /* width: 100%; */
        padding: 10px 0px;
        color: #ffdd00;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transform: scale(0.9);
        animation: fadeInScale 1s ease-in-out forwards;
    }

    .layer-one-left {
        width: 100%;
        /* border: SOLID; */
        padding: 0px;
        /* word-break: break-all; */
        word-wrap: break-word;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 5px;
        color: var(--white-text-color);
    }

    .t1 {
        font-size: 22px;
        color: var(--white-text-color);
    }

    .t2 {
        font-size: 15px;
        color: var(--white-text-color);
    }

    .t3 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .t3 a {
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        padding: 10px 10px;
        font-size: 14px;
        background-color: var(--blue-bg);
        color: var(--white-text-color);
        border-radius: 10px;
    }

    .patent-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        padding: 10px 10px;
        font-size: 14px;
        border: 1px solid #ffdd00;
        background-color: transparent;
        color: #ffdd00;
        border-radius: 10px;
    }

    .layer-one-right {
        width: 100%;
        display: flex;
        gap: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .l-o-r-slideshow {
        width: 100%;
        /* height: 40vh; */
        height: 320px;
        /* overflow: hidden; */
        display: flex;
        padding: 50px 10px;
        justify-content: center;
        align-items: center;
    }

    .l-o-r-slideshow img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .dot-master {
        width: 100%;
        /* border: solid; */
        display: none;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    /* The dots/bullets/indicators */
    .dot {
        margin-top: 10px;
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }

    .l-o-r-slideshow .active,
    .l-o-r-slideshow .dot:hover {
        height: 15px;
        width: 10px;
        background-color: #717171;
    }

    /* .mem-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

    .t4,
    .t6,
    .t7,
    .t8 {
        width: 100%;
        padding: 20px 0px;
        font-weight: 600;
        font-size: 24px;
        text-align: left;
        /* border: solid; */
        color: var(--black-text-color);
    }

    .reos-section-two-layer-one {
        width: 100%;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .tech-cards-master {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        /* Two columns */
        grid-template-rows: auto;
        /* Two rows */
        gap: 25px;
        /* Gap between child elements */
    }

    .tech-card {
        width: auto;
        height: auto;
        min-height: 300px;
        min-height: 250px;
        background-color: #ffffff;
        border: solid 1px #e5e5e5;
        box-shadow: 0px 3px 150px 0px rgba(0, 0, 0, 0.10);
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        justify-content: space-between;
        padding: 5px 10px;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .tech-card.reveal {
        opacity: 1;
        transform: translateY(0);
    }

    .tech-card-img {
        width: 100%;
        height: 220px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

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

    .tech-card-title {
        font-size: 17px;
        width: 100%;
        text-align: left;
        padding: 6px 10px;
        font-weight: 600;
        color: var(--black-text-color);
    }

    .tech-card-info {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        width: 100%;
        text-align: left;
        font-size: 14px;
        padding: 0px 10px;
        font-weight: 500;
        color: var(--black-text-color);
    }

    .t5 {
        padding: 0px 10px;
    }

    .t5 a,
    .ns-card-a-btn {
        text-decoration: none;
        color: var(--blue-bg);
        font-weight: 500;
    }

    .reos-section-three-layer-one {
        display: flex;
        padding: 10px 0;
        flex-direction: column;
        gap: 30px;
    }

    .brand-logo-card-master-one,
    .brand-logo-card-master-two {
        display: flex;
        animation: scroll 60s linear infinite;
        gap: 40px;
        white-space: nowrap;
        margin-bottom: 40px;
    }

    .brand-logo-card-master-two {
        animation-direction: reverse;
    }

    .brand-logo-card {
        min-width: 150px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .brand-logo-card img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-100%);
        }
    }

    .brand-logo-card-master-one:hover,
    .brand-logo-card-master-two:hover {
        animation-play-state: paused;
    }
    .reos-section-four-layer-one {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }

    .reos-news-stories-feed {
        width: 100%;
        display: grid;
        gap: 5px;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }

    .reos-ns-card {
        width: 100%;
        height: 240px;
        /* display: flex; */
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        background-color: #f6f6f6;
        border-radius: 10px;
        overflow: hidden;
    }

    .ns-card-img {
        width: 100%;
        height: 100%;
        overflow: hidden;
        /* Ensure that image overflow is hidden */
    }

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

    .ns-card-info {
        /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(41, 41, 41, 0.53) 50%, #2c2c2cc5 100%); */
        position: absolute;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(19, 19, 19, 0.81) 100%);
        bottom: 0px;
        padding: 10px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        gap: 4px;
    }

    .ns-card-date {
        color: var(--white-text-color);
        font-size: 11px;
    }

    .ns-card-title {
        width: 100%;
        font-size: 15px;
        font-weight: 500;
        color: var(--white-text-color);
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        width: 100%;
    }

    .ns-card-subtitle {
        width: 100%;
        /* Set a width to define the available space for the text */
        font-size: 10px;
        white-space: nowrap;
        /* Prevent text from wrapping */
        overflow: hidden;
        /* Hide overflowing text */
        text-overflow: ellipsis;
        /* Add ellipsis to indicate truncation */
        color: var(--white-text-color);
    }

    .ns-card-a-btn a {
        text-decoration: none;
        color: #73b2ff;
        font-size: 12px;
        font-weight: normal;

    }

    .reos-section-five-layer-one {
        padding: 10px;
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .reos-section-five-layer-one-left {
        width: 100%;
    }

    .reos-section-five-layer-one-left img {
        width: 100%;
        filter: grayscale(50%);
        object-fit: cover;
        border-radius: 10px;
    }

    .reos-section-five-layer-one-right {
        width: 100%;
        padding: 10px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }

    .section-five-right-col-one {
        width: 100%;
        font-size: 22px;
        font-weight: 500;
        color: var(--black-text-color);
    }

    .section-five-right-col-two {
        padding: 00px;
        width: 100%;
        font-size: 16px;
        color: var(--black-text-color);
    }

    .section-five-right-col-three {
        padding: 0px;
        width: 100%;
    }

    .section-five-right-col-three a {
        padding: 10px 12px;
        border-radius: 10px;
        width: 180px;
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        /* color: var(--white-text-color); */
    }

    .reos-section-six-layer-one {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .reos-section-six-layer-one-pdf-master {
        width: 100%;
        display: grid;
        padding: 0 10px;
        grid-template-columns: 1fr 1fr;
        /* Two columns */
        grid-template-rows: auto auto;
        /* Two rows */
        row-gap: 10px;
        column-gap: 10px;
        justify-content: center;
        /* Gap between child elements */

    }

    .pdf-card {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        border-radius: 10px;
        padding: 20px;
        justify-content: space-between;
        height: 200px;
        background-color: #f0f0f0;
    }

    .pdf-card-col-one {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .pdf-card-col-one-t9 {
        padding: 4px 8px;
        border-radius: 10px;
        background-color: #252525;
        color: #ffffff;
        width: fit-content;
    }

    .pdf-card-col-two {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pdf-card-col-two a {
        text-decoration: none;
    }

    .pdf-card-col-two button {
        width: auto;
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        padding: 6px 15px;
        background-color: #0a9649;
        color: var(--white-text-color);
        border: none;
        border-radius: 10px;
    }

    .reos-section-seven-layer-one {
        width: 100%;
        padding: 0px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: flex-start;
        height: auto;
    }

    .reos-section-seven-layer-one-left {
        display: flex;
        flex-direction: column;
        /* border: solid; */
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }

    .t12 {
        width: 100%;
        padding: 15px 0px;
        font-weight: 600;
        font-size: 30px;
        color: var(--black-text-color);
    }

    .t12 span {
        color: #0a9649;
    }

    .contact-col-master {
        width: 100%;
        display: flex;
        gap: 10px;
        justify-content: space-between;
        align-items: center;
    }

    .phone-master {
        display: flex;
        justify-content: left;
        align-items: center;
        word-wrap: break-word;
        gap: 18px;
        width: 50%;
    }

    .iconhere-css {
        display: flex;
        justify-content: center;
        align-items: center;

        /* font-size: 30px; */
    }

    .labelfor-cc {
        display: flex;
        flex-direction: column;
    }

    .head-labelfor-cc {
        font-size: 17px;
        width: 100%;
        font-weight: 600;
    }

    .sub-labelfor-cc {
        width: 100%;
        font-size: 16px;
        word-wrap: break-word;
        word-break: break-all;
        font-weight: 500;
        color: #900f85;
    }

    .reos-section-seven-layer-one-right {
        width: 100%;
        padding: 10px;
    }

    .iframe {
        width: 100%;
        height: 300px;
    }
}

.reos-ns-card-link, .ns-card-title, .ns-card-subtitle {
    text-decoration: none !important;
}