/* Company History Section Styles */

/* Logo Marquee Section */
.logo-marquee-section {
    /* background-color: #f9f9f9 !important; */
    padding: 0 0 40px 0;
    overflow: hidden !important;
    width: 100% !important;
    /* position: relative !important;
    border-top: 1px solid #e0e0e0 !important; */
    /* border-bottom: 1px solid #e0e0e0 !important; */
    display: block !important;
    clear: both !important;
    margin: 0 !important;
    float: none !important;
}

.logo-marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.logo-marquee-track {
    display: flex;
    width: max-content;
    animation: scroll 40s linear infinite;
    will-change: transform;
}

.logo-marquee-track:hover {
    animation-play-state: paused;
}

.logo-marquee-content {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 0 30px;
    flex-shrink: 0;
}

.logo-item {
    height: 80px;
    width: auto;
    min-width: 80px;
    max-width: 180px;
    object-fit: contain;
    opacity: 0.7;
    transition: all 0.3s ease;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
}

.logo-item:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* General Styles */
a {
    color: #007ED4;
}

a:hover {
    text-decoration: underline;
}

/* Menu Background */
.menubackground.Strategic {
    background: #007ED4;
}

.mobile_bg {
    display: none;
}

/* Product Header */
.productHeader .productWarp {
    width: auto;
    height: 375px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 100px 0;
    box-sizing: border-box;
}

.productHeader .contents {
    position: relative;
    height: auto;
    margin: 0px auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.productHeader .header_wrap {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 95%;
    max-width: 1200px;
    gap: 16px;
    padding: 0 2.5%;
}

.productHeader.Strategic {
    background: #007ED4;
}

.productHeader.Strategic .contents {
    background-image: url("/images/about/aboutus_banner_pc.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    height: 530px;
}

.productHeader .contents h2 {
    font-size: 3.3em;
    z-index: 9;
    width: auto;
    height: auto;
    color: #595959;
}

.productHeader .contents h1 {
    z-index: 10;
    height: auto;
    color: #595959;
    font-size: 2em;
    max-width: 47%;
}

.productHeader .header_link_wrap {
    display: flex;
    width: 50%;
    max-width: 360px;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 20px;
}

.icon_link_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    margin-left: 12px;
}

.title_logo_wrap {
    display: flex;
    column-gap: 12px;
    align-items: center;
    max-width: 40%;
}

.productHeader .contents .product_link {
    z-index: 11;
    line-height: 1;
    width: auto;
    height: auto;
    color: #595959;
}

.productHeader .contents .product_link:hover {
    text-decoration: underline;
}

/* Intro Video Button */
.productHeader #CAYIN_show.intro_video_btn {
    background: linear-gradient(90deg, rgba(0, 160, 233, 1) 0%, rgba(0, 126, 212, 1) 100%);
}

.productHeader #CAYIN_show.intro_video_btn:hover {
    color: #fff;
}

.productHeader #CAYIN_show.intro_video_btn i:hover,
.productHeader #CAYIN_show.intro_video_btn:hover i {
    transform: translateX(1px);
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 10px rgba(141, 0, 181, 0.13);
}

/* CAYIN Video Overlay */
#CAYINVideo {
    visibility: hidden;
    position: absolute;
    top: 0%;
    right: -50%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 40%;
    opacity: 0;
    transition: all 0.5s;
}

#CAYINVideo.show {
    visibility: visible;
    right: 0;
    opacity: 1;
    transition: all 0.5s;
}

#CAYINVideo::before {
    content: "";
    position: absolute;
    top: 0;
    left: -25%;
    background: linear-gradient(105deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    width: 25%;
}

/* Intro Section */
.intro {
    margin: 0 auto 0px auto;
    padding-bottom: 40px;
    width: 100%;
    height: auto;
    background-color: #fff;
    float: left;
}

.intro .contents {
    width: 80%;
    height: auto;
    /*padding: 0 5px;*/
    margin: 0 auto 72px auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*column-gap: 35px;*/
}

.intro .contents .box {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    box-sizing: border-box;
    max-width: 1100px;
    width: 100%;
}

.intro .contents .box p {
    padding: 0;
    box-sizing: border-box;
}

.intro h1 {
    color: #595959;
    font-weight: 300;
    text-align: center;
    padding-bottom: 12px;
    margin-top: 64px;
}

.intro .contents .box p {
    width: 100%;
    display: block;
    color: #595959;
    text-align: center;
    font-weight: 300;
}

/* Two column layout for What We Do section */
.intro.Overview .contents.two_column_layout {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.intro.Overview .left_image {
    flex: 0 0 45%;
    max-width: 45%;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
}

.left_image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.intro.Overview .right_text {
    flex: 1;
}

.intro.Overview .right_text p {
    margin: 0;
}

.aboutus-contact_btn {
    position: relative;
    border: none;
    cursor: pointer;
    background: linear-gradient(90.27deg, #2eaffaf2 2.78%, #007ED4 99.76%);
    border-radius: 30px;
    padding: 12px 30px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    display: inline-flex;
    width: auto;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    transition: padding 0.3s 0.15s, background 0.45s;
    box-shadow: 0 4px 12px rgba(0, 126, 212, 0.3);
}

.aboutus-contact_btn:hover {
    text-decoration: none;
    padding: 12px 70px 12px 30px;
    transition: all 0.3s;
    box-shadow: 0 6px 16px rgba(0, 126, 212, 0.4);
}

.aboutus_icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    opacity: 0;
    transition: opacity 0.3s, right 0.2s;
}

.aboutus-contact_btn:hover .aboutus_icon {
    right: 20px;
    opacity: 1;
    transition: opacity 0.3s 0.15s, right 0.2s 0.15s;
}

.aboutus_img {
    width: 32px;
    height: auto;
}

.aboutus_img.bg {
    width: 32px;
    height: 20px;
    background-color: #99d5f1;
    box-shadow: 0px 2px 10px rgba(0, 94, 124, 0.2);
    transition: all 0.3s;
    position: relative;
}

.aboutus-contact_btn:hover .aboutus_img.bg {
    box-shadow: 0px 2px 10px rgb(190, 218, 228);
}

.aboutus_img.front,
.mail_btn_img.front {
    width: 32px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.aboutus_icon .aboutus_img.front:nth-child(3) {
    transform: translate(-50%, -40%);
    opacity: 0.9;
    transition: all 0.35s linear 0.4s;
}

.aboutus-contact_btn:hover .aboutus_icon .aboutus_img.front:nth-child(3) {
    transform: translate(-50%, -55%);
    opacity: 1;
}


/* Business Achievements Section */
.achievements-section {
    background: #fff;
}

.benefits-box {
    padding: 0px 30px 20px 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
}

.benefits-box h1 {
    color: #595959;
    font-weight: 300;
    text-align: center;
    padding: 12px;
}

.num-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 16px;
}

.num-col-50 {
    width: 50%;
    padding: 0 12px;
    box-sizing: border-box;
}

.num-col-25 {
    width: 25%;
    padding: 12px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.num-item {
    background-size: cover;
    padding: 30px 20px;
    border: 0.5px solid #007ED4;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #007ED4;
    border-radius: 15px;
    width: 100%;
    height: 200px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 12px;
    box-shadow: 0 5px 10px rgba(2, 139, 252, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.num-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 10px rgba(2, 139, 252, 0.15);
}

.num-item sup {
    font-size: 36px;
    font-weight: 400;
    margin-right: 2px;
    bottom: 0;
    letter-spacing: -1px;
}

.num-item sub {
    font-size: 36px;
    font-weight: 500;
    margin-right: 8px;
    bottom: 0;
    letter-spacing: -1px;
}

.num-item span {
    display: inline-block;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -6px;
}

.num-item em {
    display: block;
    font-style: normal;
    font-size: 20px;
    width: 100%;
    margin-top: 12px;
    text-align: center;
    letter-spacing: -0.5px;
}

/* Company History Timeline */
.bg-gray {
    background-color: #fafafa;
}

.history-header {
    position: relative;
    max-width: 1200px;
    padding: 40px 30px 20px 30px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Custom Select Styles */
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 200px;
}

.custom-select-trigger {
    background-color: #ebf6fc;
    color: #007ED4;
    padding: 10px 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    transition: all 0.3s ease;
}

.custom-select-trigger:hover {
    background-color: #edf5fa;
}

.custom-select-trigger .fa-chevron-down {
    position: absolute;
    font-weight: 600;
    right: 15px;
    color: #007ED4;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.custom-select-wrapper.active .custom-select-trigger .fa-chevron-down {
    transform: rotate(180deg);
}

.custom-select-options {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    background-color: #d3ebfa;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 126, 212, 0.15);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 100;
    max-height: 300px;
    overflow-y: auto;
}

.custom-select-wrapper.active .custom-select-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-option {
    padding: 12px 24px;
    color: #007ED4;
    background-color: #ebf6fc;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    user-select: none;
}

.custom-option:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.custom-option:active {
    background-color: rgba(255, 255, 255, 0.6);
}

.custom-option.selected {
    background-color: rgba(0, 126, 212, 0.2);
    font-weight: 600;
}

.history-line {
    padding: 40px 0;
    position: relative;
}

.history-line::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    height: 4px;
    background-image: repeating-linear-gradient(to right,
            #007ED4 0px,
            #007ED4 10px,
            transparent 10px,
            transparent 20px);
    z-index: 1;
}

.history-box {
    width: 100%;
    /*max-width: 1200px;*/
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;  
    box-sizing: border-box;
}

.history-swiper {
    position: relative;
    overflow: visible !important;
    padding-bottom: 10px;
}

.history-swiper .swiper-wrapper {
    display: flex;
    align-items: flex-start;
    padding-top: 0;
}

.history-swiper .swiper-slide {
    position: relative;
    width: auto !important;
    flex-shrink: 0;
    padding-top: 0;
}

.history-year {
    display: block;
    color: #007ED4;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    position: absolute;
    top: -40px;
    left: 0;
    padding-bottom: 26px;
    font-family: 'Poppins', sans-serif;
    z-index: 10;
    pointer-events: none;
}

.history-year::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background-color: #007ED4;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #007ED4;
    z-index: 10;
}

.history-row {
    display: inline-flex;
    margin-top: 20px;
}

.history-row .news-card {
    width: 400px;
    margin-right: 24px;
    margin-bottom: 20px;
    opacity: 1;
    transform: translateY(0);
}

.news-card {
    position: relative;
    transform: translateY(0);
    opacity: 1;
    transition: 1s linear;
}

.news-card-img {
    width: 100%;
    height: 0;
    padding-top: 64%;
    background-size: 100%;
    background-position: center center;
    transition: all 0.3s linear;
    background-repeat: no-repeat;
}

.news-card-img:not([style*="background-image"]) {
    position: relative;
}

.news-card-img:not([style*="background-image"])::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 3px solid #e0e0e0;
    border-top-color: #007ED4;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.news-card:hover .news-card-img {
    background-size: 110%;
}

.new-card-date {
    color: #595959;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 18px;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
    font-family: 'Poppins', sans-serif;
}

.new-card-text {
    color: #595959;
    font-size: 20px;
    line-height: 1.3;
    padding: 0px 18px 10px 18px;
    font-family: 'Poppins', sans-serif;
    text-align: left
}

.history-row .new-card-text {
    max-height: none;
    display: block;
}

.scrollbar-box {
    position: absolute;
    max-width: 1000px;
    width: 100%;
    height: 26px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
    border-radius: 10px;
    background-color: #e0f0fa;
}

.swiper-scrollbar {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: #007ED4;

}

.swiper-scrollbar-drag {
    background-color: #007ED4;
    border-radius: 8px;
    cursor: grab;
    cursor: -webkit-grab;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 30px 0px 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.swiper-scrollbar-drag:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.swiper-scrollbar-drag::before {
    content: attr(data-year);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.wycy_text_left {
  flex: 0 0 60%;
  max-width: 60%;
  padding-right: 0;
}

.wycy_text_right {
  flex: 0 0 40%;
  max-width: 40%;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}


/* Responsive Styles */

/* 1680px */
@media only screen and (max-width: 1680px) {
    #CAYINVideo {
        width: 45%;
    }

    .productHeader .contents h2 {
        font-size: 2.6em;
    }

    .productHeader .contents h1 {
        font-size: 1.8em;
    }
}

/* 1440px */
@media only screen and (max-width: 1440px) {
    .productHeader .header_wrap {
        max-width: 1200px;
    }
}

/* 1366px */
@media only screen and (max-width: 1366px) {
    #CAYINVideo {
        width: 38%;
    }

    #CAYINVideo::before {
        left: -30%;
        width: 30%;
    }

    .productHeader.Strategic .contents {
        height: 380px;
    }

    .productHeader .header_wrap {
        max-width: 1024px;
    }

    .intro .contents {
        width: 1024px;
        flex-direction: column;
        row-gap: 20px;
    }

    .intro .contents .box {
        width: 100%;
        justify-content: center;
    }

    .intro h1 {
        margin-top: 50px;
    }

    .intro .contents {
        margin: 12px auto 55px auto;
    }

    .intro .contents .box p {
        margin: 0 auto;
    }
}

/* 1024px */
@media only screen and (max-width: 1024px) {
    .productHeader.Strategic {
        background: #007ED4;
    }

    .productHeader.Strategic .contents {
        background-image: url("/images/about/aboutus_banner_tablet.jpg");
        height: 330px;
    }

    .productHeader .header_wrap {
        width: 95%;
        /*max-width: 768px;*/
        padding: 0 2%;
        gap: 5px;
    }

    .intro .contents {
        width: 768px;
    }

    .intro .contents .box p {
        padding: 0 5%;
    }

    .productHeader .header_link_wrap {
        max-width: 300px;
    }

    /* History section responsive */
    .history-header {
        padding: 0 30px 48px 30px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

    .history-header div {
        margin-bottom: 20px;
    }

    .history-row .news-card {
        width: 320px;
        margin-right: 16px;
    }

    .history-swiper {
        padding-bottom: 58px;
    }

    .history-year {
        font-size: 18px;
        top: -36px;
    }
    .productHeader .contents h2 {
        font-size: 1.8em;
    }
    .productHeader .title_logo_wrap .f20 {
        font-size: 0.8em;
        line-height: 1.6;   
    }

    .num-item sup {
        font-size: 24px;
    }

    .num-item sub {
        font-size: 24px;
    }

    .num-item span {
        font-size: 46px;
    }

    .num-item em {
        font-size: 16px;
    }

}

/* 768px */
@media only screen and (max-width: 768px) {
    #CAYINVideo {
        width: 65%;
        z-index: 20;
        background: rgba(0, 0, 0, 0.7);
    }

    #CAYINVideo::before {
        background: linear-gradient(106deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 51%, rgba(0, 0, 0, 0.7) 100%);
        left: -30%;
        width: 30%;
    }

    /* Achievements responsive */
    .benefits-box {
        padding: 40px 20px;
    }

    .num-col-25 {
        width: 50%;
    }

    .num-item {
        padding: 24px 20px;
        height: auto;
        min-height: 180px;
    }

    .num-item span {
        font-size: 50px;
    }

    .num-item sup,
    .num-item sub {
        font-size: 22px;
    }

    .num-item em {
        font-size: 16px;
    }

    /* Two column responsive */
    .intro.Overview .contents.two_column_layout {
        flex-direction: column;
        gap: 24px;
        background:#fff;
        border-radius:16px;
        box-shadow:0 20px 40px rgba(4,34,76,.08);
        padding:16px;
    }

    .intro.Overview .left_image {
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
        min-height: 300px;
    }

    .intro.Overview .left_image img {
        height: auto;
    }

    .intro.Overview .right_text {
        flex: 0 0 100%;
    }

    .productHeader .contents h1 {
        max-width: 55%;
    }

    .intro .contents {
        width: 600px;
        margin: 20px auto 64px auto;
    }

    /* History section responsive */
    .history-row .news-card {
        width: 280px;
        margin-right: 12px;
    }

    .scrollbar-box {
        width: 100%;
    }

    .new-card-date {
        font-size: 12px;
        line-height: 16px;
        padding-top: 16px;
        margin-bottom: 8px;
    }

    .new-card-text {
        font-size: 20px;
        line-height: 24px;
    }

    .bg-gray {
        padding: 60px 0;
    }
    
    .contents.two_column_layout .wycy_text_left {
        width: 90%;
        max-width: 90%;
        flex: 0 0 90%;
        margin: 0 auto;
    }
    .contents.two_column_layout.why_mobile_bg {
        background-image: url('/images/about/aboutus_why_mobile_bg.jpg') !important;
        background-repeat: repeat;
        background-position: center;
        background-size: cover;
    }
    .contents.two_column_layout .wycy_text_right {
        display: none;
    }
}

/* 600px */
@media only screen and (max-width: 600px) {
    #CAYINVideo {
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
    }

    #CAYINVideo::before {
        content: "";
        display: none;
    }

    /* Achievements mobile */
    .num-col-50,
    .num-col-25 {
        width: 100%;
        padding: 0;
    }

    .num-item {
        padding: 30px 20px;
        display: block;
        text-align: center;
        height: auto;
        min-height: 180px;
    }

    .num-item span {
        font-size: 48px;
    }

    .num-item sup,
    .num-item sub {
        font-size: 20px;
    }

    .num-item em {
        margin-top: 12px;
        display: block;
        width: 100%;
        font-size: 16px;
    }

    .productHeader .contents {
        padding: 0;
        padding-top: 45px;
        /*height: 380px;*/
        align-items: flex-start;
        width: 100%;
    }

    .productHeader .title_logo_wrap .f20 {
        font-size: 1.2em;
        line-height: 1.6;   
    }
    .productHeader .header_link_wrap {
        width: 100%;
    }

    .productHeader .header_wrap {
        background-image: url("/images/about/aboutus_banner_mobile.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .productHeader .contents h2 {
        font-size: 1.8em;
        margin: 0 auto;
        text-align: center;
    }

    .title_logo_wrap {
        display: inline;
        max-width: 100%;
        padding: 10px 15px;
    }

    .productHeader .header_wrap {
        width: 100%;
        gap: 0px;
        padding: 0;
    }

    .productHeader .header_link_wrap {
        max-width: 100%;
        flex-direction: column;
        gap: 0px;
    }

    .productHeader.Strategic .contents {
        padding-top: 25px;
        /*height: 380px;*/
        align-items: flex-start;
        background-position: center;
    }

    .productHeader.Strategic .contents h1 {
        font-size: 1em;
        text-align: center;
        max-width: 95%;
        padding: 12px 0 24px 0;
        margin: 0 auto;
    }

    .productHeader.Strategic .contents .product_link {
        text-align: center;
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
        height: auto;
        color: #fff;
        background: #007ED4;
        border-top: 1px solid #2bb0c2;
    }

    .productHeader.Strategic .contents {
        background: #FFFFFF;
        height: auto;
    }

    .intro .contents {
        width: 100%;
    }

    .intro .contents .box {
        width: 95%;
    }

    .intro h1 {
        margin-top: 24px;
    }

    .intro .contents {
        margin: 12px auto 28px auto;
    }

    .intro .contents .box p {
        margin: 0 auto;
    }

    .mobile_bg {
        display: none;
    }

    /* Logo Marquee Responsive */
    .logo-marquee-section {
        padding: 40px 0;
    }

    .logo-marquee-content {
        gap: 40px;
        padding: 0 20px;
    }

    .logo-item {
        height: 60px;
    }
}

/* Subscribe Section Styles */
.contents--w-100 {
    width: 100%;
    background: url("../images/digital_signage_news/sub_bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
}

.out_wrapper--sub {
    max-width: 1200px;
    width: 90%;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 40px;
    box-shadow: 0 0px 5px #5c99bd2a;
    transition: all 0.3s ease-out;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
}

.out_wrapper--sub:hover {
    box-shadow: 0 0px 15px #5c99bd2a;
}

.out_wrapper--sub form {
    display: grid;
    justify-content: space-between;
    align-items: center;
    column-gap: 12px;
    grid-template-columns: minmax(auto, 80%) max-content;
    width: 80%;
    max-width: 800px;
}

#EmailAddress {
    box-sizing: border-box;
    background: #F8F8F8;
    border-radius: 5px;
    color: #00A0E9;
    outline: none;
    border: 1px solid #E0E0E0;
    padding: 12px 20px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}

#EmailAddress:focus {
    border-color: #00A0E9;
    background: #fff;
}

.btn--link {
    cursor: pointer;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgb(0, 160, 233);
    background: linear-gradient(90deg, rgba(0, 160, 233, 1) 0%, rgba(0, 126, 212, 1) 100%);
    border: none;
    color: #fff;
    padding: 4px 40px;
    border-radius: 50px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    white-space: nowrap;
    z-index: 1;
    transition: all 0.3s ease;
}

.btn--link::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50px;
    background: rgb(0, 160, 233);
    background: linear-gradient(90deg, rgba(0, 160, 233, 1) 0%, rgba(0, 160, 233, 1) 100%);
    z-index: -1;
    opacity: 0;
    transition: all cubic-bezier(0.2, 0.0, 0, 1.0) 0.3s;
}

.btn--link:hover {
    text-decoration: none;
}

.btn--link:hover::before {
    opacity: 1;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* Subscribe Section Responsive */
@media only screen and (max-width: 1024px) {
    .out_wrapper--sub {
        width: 95%;
    }
}

@media only screen and (max-width: 768px) {
    .contents--w-100 {
        padding: 40px 0;
    }

    .out_wrapper--sub form {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .btn--link {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .contents--w-100 {
        padding: 30px 0;
    }

    .out_wrapper--sub {
        padding: 20px;
        gap: 12px;
    }

    .out_wrapper--sub input {
        padding: 8px;
        font-size: 1em;
    }

    .out_wrapper--sub .btn--link {
        padding: 8px;
        font-size: 1em;
    }
}