.aboutReyee img {
    width: 100%;
}
.btn_02 {
  margin-top: 7.41vh !important;
}
.btnfr {
  margin-top: 0px !important;
}
.btn_01 .wraph_in {
  border-top: none !important;
}
.reyee-banner {
    position: relative;
}

.reyee-banner-text {
    width: 650px;
    position: absolute;
    left: calc((100% - 1600px)/2);
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.reyee-banner-text h1 {
    color: #FFF;
    font-size: 52px;
    font-weight: 700;
    line-height: 150%;
}

.reyee-banner-video-trigger {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* width: 203px;
    height: 46px; */
    padding: 12px 40px;
    border: 0;
    border-radius: 44px;
    background: #6D39E5;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    position: relative;
    z-index: 3;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.reyee-video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.reyee-video-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.reyee-video-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.reyee-video-modal__dialog {
    position: relative;
    width: min(1056px, calc(100vw - 48px), calc((100dvh - 72px) * 1056 / 604));
    max-height: calc(100dvh - 84px);
    aspect-ratio: 1056 / 604;
    padding: 12px;
    border-radius: 8px;
    background: #ffffff;
    box-sizing: border-box;
    overflow: visible;
}

.reyee-video-modal__frame {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
}

.reyee-video-modal__player {
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: inherit;
    object-fit: cover;
}

.reyee-video-modal__close {
    position: absolute;
    top: -36px;
    right: 2px;
    width: 24px;
    height: 24px;
    border: 0;
    padding: 0;
    background: url('../RJ-img/closeSvg.svg') center / contain no-repeat;
    cursor: pointer;
}



body.is-video-modal-open {
    overflow: hidden;
}
.reyee-banner-video-trigger:hover {
    background-color: #8E5FFF ;
    color: #ffffff ;
}
.cybrey-modules {
    background-color: #EDF2FA;
}

.cybrey-module {
    padding-top: 120px;
    padding-bottom: 80px;
}

.cybrey-module:nth-child(odd) {
    background-color: #FFFFFF;
}

.cybrey-module:nth-child(even) {
    background-color: #F5F7FA;
}

.cybrey-module-inner {
    width: min(1400px, calc(100% - 80px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: clamp(24px, 3.33vw, 48px);

}

.cybrey-module-title {
    text-align: center;
    color: #1A1E26;
    font-size: 36px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 80px;
}

.cybrey-module.is-vision .cybrey-module-inner {
    flex-direction: row-reverse;
}

.cybrey-module-media {
    flex: 0 1 51.85%;
    width: min(100%, 700px);
    max-width: 700px;
    min-width: 0;
    min-height: 312px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.cybrey-module-copy {
    flex: 1 1 48.15%;
    padding-left: 0;
    min-width: 0;
}

.cybrey-module-copy h2,
.cybrey-module-copy h3 {
    color: #1A1E26;
    font-size: 32px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 24px;
}

.cybrey-module-copy h3 {
    font-size: 36px;
}

.cybrey-module-copy p {
    color: #565B66;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.media-style-1 {
    background-image: url(../RJ-img/sme.svg);
    aspect-ratio: 700 / 312;
}

.media-style-2 {
    background-image: url(../RJ-img/vision.svg);
    aspect-ratio: 700 / 296;
    min-height: 296px;
}

.media-style-3 {
    background-image: url(../RJ-img/mission.svg);
    aspect-ratio: 700 / 336;
    min-height: 336px;
}

.cybrey-vision {
    padding-top: 80px;
}

.cybrey-mission {
    padding-top: 80px;
}

/* .cybrey-vision .cybrey-module-media {
    min-height: 296px;
} */

.cybrey-vision h3 {
    font-size: 32px;
}

.cybrey-mission h3 {
    font-size: 32px;
}

.cybrey-vision .cybrey-module-copy {
    padding-left: 0;
    padding-right: 0;
}

.reyee-section {
    padding: 80px 0;
}

.reyee-content {
    width: 1400px;
    margin: 60px auto 0 auto;
}

.reyee-title {
    text-align: center;
    color: #1A1E26;
    font-size: 36px;
    font-weight: 600;
    line-height: 150%;
}

.reyee-desc {
    margin-top: 16px;
    text-align: center;
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.reyee-strength-section {
    background: #F5F7FA;
}

.reyee-strength-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.reyee-strength-card {
    min-height: 272px;
    padding: 24px;
    border-radius: 4px;
    background: #FFFFFF;
}

.reyee-strength-icon {
    display: block;
    width: 72px;
    height: 72px;
}

.reyee-strength-card h3 {
    margin-top: 20px;
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}

.reyee-strength-card p {
    margin-top: 12px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.reyee-conuts {
    display: flex;
    justify-content: center;
}

.reyee-nums {
    text-align: center;
    padding: 0 60px;
    border-right: 1px solid #FFF;
}

.reyee-nums strong {
    visibility: hidden;
    color: #FFF;
    font-size: 140px;
    font-weight: 600;
    line-height: 150%;
}

.reyee-nums strong.active {
    visibility: visible;
}

.reyee-nums p {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    line-height: 150%;
}

.reyee-nums:last-child {
    border: none;
}

.reyee-conuts-section {
    background-image: url(../RJ-img/nums-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.reyee-conuts-section .reyee-title {
    color: #FFF;
}


#countup1 {
    width: 442px;
}

#countup2 {
    width: 522px;
}

#countup3 {
    width: 380px;
}

.reyee-cards,
.reyee-lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.reyee-card {
    position: relative;
}

.reyee-card-cont {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
    background: linear-gradient(0deg, #6d39e5 47.54%, rgba(0, 106, 255, 0.00) 100%);
}

.reyee-card-cont h3,
.reyee-card-cont span {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
}

.reyee-card-cont h3,
.reyee-card-cont span {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    line-height: 150%;
}

.reyee-card-cont-text {
    display: none;
    overflow: hidden;
}

.reyee-card-cont p {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
}

.reyee-card-cont-line {
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: 16px 0 12px 0;
}

.reyee-list {
    padding: 36px;
    border-radius: 4px;
    background-color: rgba(241, 243, 245, 0.12);
}

.reyee-list h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.reyee-list span {
    display: flex;
    margin-top: 36px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.reyee-list span::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../RJ-img/you.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 8px;
}

/* 正确的悬浮写法：鼠标放span上，箭头动 */
.reyee-list span:hover::after {
    transform: translateX(5px); /* 向右移动5px（你要的箭头右移效果） */
    /* 如果你想放大，用 scale(1.1) */
}
.reyee-cloud {
    background-color: #F7F9FA;
}

.reyee-section.reyee-cloud {
    padding: 90px 0px 150px 0px;
    position: relative;
    margin-top: 80px;
}

.reyee-section.reyee-cloud .reyee-content {
    margin-top: 0;
}

.cloud-img {
    position: absolute;
    width: 980px;
    top: -75px;
    bottom: 32px;
    right: calc((100% - 1600px)/2);
}

.cloud-title h2 {
    color: #2A2B2E;
    font-size: 40px;
    font-weight: 700;
    line-height: 150%;
}

.cloud-title p {
    margin-top: 6px;
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
}

.cloud-disc {
    margin-top: 12px;
    display: flex;
}

.cloud-disc ul {
    margin-left: 24px;
}

.cloud-disc ul li {
    list-style: disc;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 175%;
}

.cloud-btn {
    margin-top: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    height: 46px;
    padding: 0 40px;
    border-radius: 50px;
    background: #6D39E5;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
}
.cloud-btn:hover {
    background-color: #8E5FFF !important;
    color: #ffffff !important;
}

.bottombgbox {
    background-image: url(../RJ-img/bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 90px 0;
}

.bottombgbox .reyee-content {
    margin-top: 115px;
}

.btnfr {
    margin-top: 0;
}

.bottombgbox .reyee-title {
    color: #FFF;
}@media screen and (max-width:1600px) {
    .reyee-banner-text {
        left: calc((100% - 1400px)/2);
    }
}

@media screen and (max-width:1440px) {
    .cybrey-module-inner {
        width: min(1200px, calc(100% - 64px));
        gap: 32px;
    }

    .cybrey-module-title {
        font-size: 36px;
    }

    .cybrey-module-copy h2,
    .cybrey-module-copy h3 {
        font-size: 30px;
    }

    .reyee-content {
        width: 1200px;
        margin: 52px auto 0 auto;
    }

    .cloud-img {
        right: calc((100% - 1200px)/2);
    }

    .reyee-title {
        font-size: 36px;
    }

    .reyee-strength-card {
        min-height: 248px;
        padding: 24px 20px;
    }

    .reyee-strength-card h3 {
        font-size: 17px;
    }

    .reyee-banner-text {
        left: calc((100% - 1200px)/2);
    }

    .reyee-banner-text h1 {
        font-size: 42px;
    }

    .reyee-banner-video-trigger {
        font-size: 16px;
    }

    .reyee-banner-text {
        width: 460px;
    }

    .reyee-nums strong {
        font-size: 120px;
    }

    .reyee-nums p {
        font-size: 20px;
    }

    .reyee-card-cont {
        padding: 0 30px 30px 30px;
    }

    .reyee-card-cont h3,
    .reyee-card-cont span {
        font-size: 20px;
    }

    .reyee-list span {
        font-size: 14px;
        line-height: 125%;
    }

    .reyee-list span::after {
        width: 20px;
        height: 20px;
    }

    .cloud-title h2 {
        font-size: 36px;
    }

    .reyee-section {
        padding: 100px 0;
    }

    .reyee-section.reyee-cloud {
        margin-top: 60px;
    }
}

@media screen and (max-width:1280px) {
    .cybrey-module-inner {
        width: min(1024px, calc(100% - 56px));
        gap: 28px;
    }

    .cybrey-module {
        padding: 58px 0;
    }

    .cybrey-module-copy h2,
    .cybrey-module-copy h3 {
        font-size: 26px;
    }

    .cybrey-module-copy p {
        font-size: 15px;
    }

    .cybrey-module-media {
        flex-basis: 52%;
        min-height: 200px;
    }

    .cybrey-module-copy {
        flex-basis: 48%;
    }

    .reyee-banner-text h1 {
        font-size: 36px;
    }

    .reyee-banner-video-trigger {
        font-size: 16px;
    }

    .reyee-banner-text {
        left: calc((100% - 1024px)/2);
    }

    .reyee-banner-text {
        width: 396px;
    }

    .reyee-content {
        margin: 44px auto 0 auto;
        width: 1024px;
    }

    .reyee-strength-card {
        min-height: 228px;
        padding: 22px 18px;
    }

    .reyee-strength-card h3 {
        margin-top: 16px;
        font-size: 16px;
    }

    .reyee-strength-card p {
        font-size: 13px;
    }

    .reyee-section {
        padding: 86px 0;
    }

    .reyee-card-cont {
        padding: 0 20px 12px 20px;
    }

    .reyee-card-cont h3,
    .reyee-card-cont span {
        font-size: 18px;
    }

    .reyee-card-cont p {
        font-size: 14px;
          line-height: 125%;
    }

    .reyee-card-cont h3,
    .reyee-card-cont span {
        font-size: 20px;
        line-height: 125%;
    }

    .reyee-nums strong {
        font-size: 102px;
    }

    .reyee-nums {
        padding: 0 30px;
    }

    #countup1 {
        width: 341px;
    }

    #countup2 {
        width: 388px;
    }

    #countup3 {
        width: 295px;
    }

    .cloud-img {
        width: 478px;
        right: calc((100% - 1024px)/2);
    }

    .cloud-title h2 {
        font-size: 32px;
    }

    .cloud-title p {
        font-size: 16px;
    }

    .cloud-disc ul li {
        font-size: 14px;
    }

    .cloud-btn {
        margin-top: 0px;
        height: 40px;
        padding: 0 32px;
    }
}

@media screen and (max-width:1068px) {
    .cybrey-module-inner {
        width: calc(100% - 40px);
        display: block;
        gap: 0;
    }

    .cybrey-module-title {
        margin-bottom: 28px;
        font-size: 32px;
    }

    .cybrey-module-copy h2,
    .cybrey-module-copy h3 {
        font-size: 22px;
    }

    .cybrey-module-copy p {
        line-height: 160%;
    }

    .cybrey-module-media {
        display: block;
        flex: none;
        width: 100%;
        max-width: none;
        min-height: 180px;
        margin: 0 auto;
    }

    .cybrey-module.is-vision .cybrey-module-inner {
        display: block;
    }

    .cybrey-module-copy {
        margin-top: 20px;
        padding-left: 0;
    }

    .cybrey-vision .cybrey-module-copy {
        padding-right: 0;
    }

    .reyee-content {
        width: calc(100% - 40px);
    }

    .reyee-lists {
        display: flex;
        flex-wrap: wrap;
    }

    .reyee-list {
        width: 100%;
        padding: 16px;
    }

    .reyee-list span {
        margin-top: 20px;
    }

    .reyee-list h3 {
        font-size: 18px;
    }

    .reyee-title {
        font-size: 32px;
    }

    .cloud-img {
        margin-top: 16px;
        width: auto;
        position: unset;
    }

    .reyee-section.reyee-cloud {
        margin-top: 0;
    }

    .cloud-title p {
        margin-top: 12px;
    }

    .cloud-disc {
        margin-top: 24px;
    }

    .reyee-section.reyee-cloud {
        padding: 40px 0;
    }

    .reyee-content.reyee-conuts {
        flex-wrap: wrap;
    }

    .reyee-nums:first-child {
        margin-top: 0;
    }

    .reyee-nums {
        margin-top: 20px;
        border: none;
    }

    .reyee-nums strong {
        font-size: 64px;
    }

    .reyee-content {
        margin: 40px auto 0 auto;
    }

    .reyee-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .reyee-strength-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .reyee-card-cont-text {
        display: block;
    }

    .reyee-banner-text {
        top: 5vw;
        transform: unset;
        width: 750px;
        left: calc((100% - 750px)/2);
    }
     .reyee-content {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .reyee-section {
        padding: 80px 0;
    }
    .cloud-title h2 {
       text-align: center;
       font-size: 28px;
    }
    .cloud-img {
        margin: 40px auto;
    }
    .cloud-btn-div {
    text-align: center;
}
  .reyee-banner-text {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        left: 0;
        top: 30px;
    }
}

@media screen and (max-width:990px) {
 
.bottombgbox .reyee-content {
    margin-top: 40px;
}
.cloud-btn-div {
    text-align: center;
}
    /* .reyee-cards,
    .reyee-strength-grid {
        grid-template-columns: repeat(1, 1fr);
    } */

    .cybrey-module {
        padding: 40px 0;
    }

    .cybrey-module-title {
        font-size: 24px;
        margin-bottom: 20px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .cybrey-module-copy {
        margin-top: 16px;
    }

    .cybrey-module-copy h2,
    .cybrey-module-copy h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .cybrey-module-copy p {
        font-size: 14px;
        line-height: 155%;
    }

  
    .reyee-banner-text h1 {
        font-size: 28px;
    }
    .reyee-banner-video-trigger {
        margin-top: 16px;
    }

    .reyee-video-modal {
        padding: 32px 20px;
    }

    .reyee-video-modal__close {
        top: -36px;
        right: -4px;
    }
    .reyee-content {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .reyee-section {
        padding: 40px 0;
    }
    .cloud-title h2 {
       text-align: center;
       font-size: 28px;
    }
    .cloud-img {
        margin: 40px auto;
    }
      .bottombgbox {
    background-image: url(../RJ-img/m-bg.svg);
   
}
}

@media screen and (max-width:560px) {
    .reyee-cards {
        grid-template-columns: repeat(1, 1fr);
    }
 .reyee-strength-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .reyee-strength-icon {
        height: 64px;
    }
    .reyee-video-modal {
        padding: 24px 16px;
    }
.reyee-banner-video-trigger {
    padding:  12px 24px;
}
    .reyee-video-modal__dialog {
        width: min(335px, calc(100vw - 32px));
        aspect-ratio: 335 / 192 ;
        padding: 8px;
        border-radius: 0px;
    }

    .reyee-video-modal__close {
        top: -32px;
        right: -2px;
        width: 24px;
        height: 24px;
    }
    .reyee-conuts-section {
        background-image: url(../RJ-img/nums-bg_750.webp);
        background-position: center;
    }
    .reyee-title,
    .cloud-title h2 {
        font-size: 24px;
    }
    .cloud-title p {
        font-size: 14px;
    }
.reyee-desc {

   margin: 16px 20px 0;

}


    .cybrey-module {
        padding: 80px 0 40px 0;
    }

    .cybrey-module-title {
        font-size: 22px;
    }

    .cybrey-module-media {
        min-height: 140px;
        border-radius: 4px;
    }

    .cybrey-module-copy h2,
    .cybrey-module-copy h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
.reyee-banner-text {

        top: 30px;
    }


    .cloud-img {
        width: 100%;
    }

 .reyee-title,
    .cloud-title h2 {
        font-size: 22px;
                text-align: center;
                    font-weight: 600;
    }

    .media-style-1 {
        background-image: url(../RJ-img/m-sme.svg);

    }

    .media-style-2 {
      
        width: 100%;
        background-image: url(../RJ-img/m-vision.svg);
    }

    .media-style-3 {
        
        width: 100%;
        background-image: url(../RJ-img/m-mission.svg);
    }

    .cybrey-vision {
        padding: 40px 0 40px 0;
    }

    .cybrey-vision .cybrey-module-title {
        margin-bottom: 40px
    }

    .cybrey-vision .cybrey-module-copy {
        padding-right: 0;
    }

    .cybrey-mission {
        padding: 40px 0 40px 0;
    }

    .cybrey-mission .cybrey-module-title {
        margin-bottom: 40px;
    }
    .bottombgbox .reyee-content{
margin-top:24px;
    }
    .bottombgbox {
    background-image: url(../RJ-img/m-bg.svg);
   
}
.reyee-card-cont-line {
    margin: 12px 0 12px 0;
}
}