@charset "utf-8";
.faq-list-new .item .glass-title{
	cursor: pointer;
}
.faq-list-new .item .info-text,
.faq-list-new .item .leading-relaxed{
	display: none;
}
.faq-list-new .item .info-text a,
.faq-list-new .item .leading-relaxed a{
	color: #0000ff;
	font-weight: bold;
	
}
.faq-list-new .item .info-text a:hover,
.faq-list-new .item .leading-relaxed a:hover{
	text-decoration: underline;
}
.faq-list-new .item.glass-card .info-text,
.faq-list-new .item.glass-card .leading-relaxed{
	display: block;
}
.case-guide .item .glass-title{
	background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(12px);
}
.case-guide .item.glass-card .glass-title{
	background-color: #0000ff;
	color: #fff;
}
.case-guide-blue .item.glass-card .glass-title{
	background-color:#e040a0;
	color: #fff;
}
.change-line-bar .effect-box ul li{
	padding-bottom: 15px;
	cursor: pointer;
	border-bottom:2px solid transparent;
}
.change-line-bar .effect-box ul li.active{
	color: #007bff;
	border-bottom:2px solid #007bff;
}
.change-line-bar.multimedia-color .effect-box ul li.active{
	color: #e040a0;
	border-bottom:2px solid #e040a0;
}
.change-line-bar2 .effect-box ul li{
	padding-bottom: 25px;
	cursor: pointer;
	border-bottom:4px solid transparent;
}
.change-line-bar2 .effect-box ul li.active{
	color: #385ca8;
	border-bottom:4px solid #385ca8;
}
.change-btn-purple .effect-box ul li{
	cursor: pointer;
}
.change-btn-purple .effect-box ul li.active{
	color: #fff;
	background-color: #8b5cf6;
}
.change-group .effect-box ul li{
	cursor: pointer;
}
.change-group .effect-box ul li.active{
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	border-color: #0066ff;
	background-color: #fff;
}
.change-group .effect-box ul li.active .fas{
	color: #006dff;
}
.change-pink-bar .effect-box ul li{
	border-bottom: 1px solid #e040a033;
}
.change-ai-bar .effect-box ul li{
	border-bottom: 1px solid rgb(139 92 246 / 0.2);
}
.change-pink-bar .effect-box ul li:last-child,
.change-ai-bar .effect-box ul li:last-child{
	border-bottom: transparent;
}
.change-pink-bar .effect-box ul li.active{
	background-color: #e040a0;
	color: #fff;
}
.change-ai-bar .effect-box ul li.active{
	background-color: #8b5cf6;
	color: #fff;
}
.nav-buttons {
    display: flex;
    gap: 1rem;
}
.nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: rgba(20, 28, 40, 0.7);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(100, 150, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    color: #aac8ff;
}
.nav-btn:hover {
    background: rgba(70, 130, 255, 0.25);
    border-color: #3b82f6;
    color: white;
    transform: scale(1.03);
}
.nav-btn:active {
    transform: scale(0.96);
}
.material-symbols-outlined {
    font-size: 28px;
}
.swiper-two-smooth {
    width: 100%;
    overflow: visible;
    padding: 0.5rem 0.2rem 2rem 0.2rem;
}
.swiper-two-smooth .swiper-wrapper {
    display: flex;
    align-items: stretch;
}
.swiper-two-smooth .swiper-slide {
    height: auto;
    width: 480px;
    transition: transform 0.3s ease;
}
.swiper-pagination.swiper-pagination-feature{
  width: 100px !important;
  left: 48% !important;
}
 @media (max-width: 640px) {
    .swiper-slide {
        width: 85vw;
    }
}

.glass-card-elevated {
    background: rgba(18, 25, 40, 0.65);
    backdrop-filter: blur(12px);
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.glass-card-elevated:hover {
    border-color: rgba(59, 130, 246, 0.5);
    background: rgba(28, 38, 58, 0.75);
    transform: translateY(-6px);
    box-shadow: 0 25px 40px -12px rgba(0, 0, 0, 0.5);
}
.card-media {
    position: relative;
    height: 380px;
    border-radius: 1.25rem;
    overflow: hidden;
    margin: 1.5rem 1.5rem 0 1.5rem;
    background: #11161f;
    cursor: pointer;
}
.card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
}
.glass-card-elevated:hover .card-media img {
    transform: scale(1.05);
}
.gradient-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent 60%);
    pointer-events: none;
    opacity: 0.6;
}
.card-content {
    padding: 1.5rem 1.8rem 2rem 1.8rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.title-badge {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
.title-badge h4 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.3px;
}
.badge {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.3rem 0.9rem;
    border-radius: 100px;
    background: rgba(59,130,246,0.15);
    border: 0.5px solid rgba(59,130,246,0.3);
    color: #93c5fd;
}
.badge.lifestyle {
    background: rgba(236,72,153,0.15);
    border-color: rgba(236,72,153,0.3);
    color: #f9a8d4;
}
.badge.entertainment {
    background: rgba(168,85,247,0.15);
    border-color: rgba(168,85,247,0.3);
    color: #c4b5fd;
}
.card-content p {
    color: #b9c8f0;
    line-height: 1.5;
    font-size: 0.95rem;
    margin-top: 0.5rem;
}
.no-hide-p p{
	display: none;
}
.card-modern {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0,0,0,0.05);
}
.card-modern:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.05);
    border-color: rgba(56, 92, 168, 0.2);
}
.serif-italic { font-family: 'Newsreader'; font-style: italic; }
.hanging-indent { text-indent: -1rem; padding-left: 1rem; }
.glass-card-group {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

.glass-nav-group {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.hero-gradient-text {
  background: linear-gradient(90deg, #1e40af, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.change-how .effect-box .tab-ul li{
	position: relative;
	padding-left: 55px;
	cursor: pointer;
	padding-right: 15px;
}
.change-how .effect-box .tab-ul li.active h3{
	color: #0000ff;
}
.change-how .effect-box .tab-ul li p{
	height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.change-how .effect-box .tab-ul li.active p{
	height: auto;
	white-space:normal;
	overflow: initial;
}
.change-how .effect-box .tab-ul li .before-num{
	position: absolute;
	left: 0;
	top:25px;
	background-color: #0000ff1a;
	color: #333;
	width:36px;
	height: 36px;
	font-weight: bold;
	text-align: center;
	border-radius: 20px;
	font-size: 20px;
	padding-top: 3px;
}
.change-how .effect-box .tab-ul li.active .before-num{
	background-color: #0000ff;
	color: #fff;
}
.change-how .effect-box .tab-ul.pdf-tab li.active h3 {
    color: #385ca8;
}
.change-how .effect-box .tab-ul.pdf-tab li.active .before-num{
	background-color: #385ca8;
}
.tab-pdf .effect-box ul li.active{
	background-color: #385ca8;
	color: #fff;
}
.pdf-item .pdf-img {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.pdf-item .pdf-img::before {
	background-image: linear-gradient(to bottom, rgba(194, 80, 223, .7), rgba(0, 128, 255, .7));
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	content: "";
	display: none;
	transition: all 0.2s ease-in-out
}
.hid-box {
	display: none;
	transition: all 0.2s ease-in-out
}
.hid-box a,
.hid-box span {
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	cursor: pointer;
	z-index: 20
}
.hid-box a.fancy-img,
.hid-box span.fancy-img {
	background-image: url("../img/resourec-product/free-resources-apps-fdj.png");
	background-repeat: no-repeat;
	background-size: contain;
	top: 20px;
	right: 20px
}

.hid-box a.down-img,
.hid-box span.down-img {
	background-image: url("../img/resourec-product/free-resources-apps-dow.png");
	background-repeat: no-repeat;
	background-size: contain;
	top: 70px;
	right: 20px
}

.pdf-item .pdf-img:hover .hid-box,
.pdf-item .pdf-img:hover::before {
	display: block
}
@media (max-width: 768px) {
    .card-media {
        height: 280px;
    }
    .title-badge h4 {
        font-size: 1.3rem;
    }
    .glacier-showcase {
        padding: 1rem 1rem 3rem 1rem;
    }
}
.api-box .link-btn .absolute-file{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	left: 0;
	width: 100%;
	height: 100%;
}
.api-box .cont .bottom-tit .line-txt::before {
    width: 94%;
    height: 1px;
    background-color: #ddd;
    content: "";
    position: absolute;
    left: 3%;
    top: 11px;
    z-index: 1;
}
.api-box .cont .bottom-tit .line-txt span {
    z-index: 10;
    background-color: #fff;
    padding: 5px 15px;
    position: relative;
}
.change-how.change-sub-ai .effect-box .tab-ul.pdf-tab li.active .before-num {
    background-color: #8b5cf6;
}
.change-how.change-sub-ai .effect-box .tab-ul.pdf-tab li.active h3 {
    color: #8b5cf6;
}
.swiper-modle .swiper-button-next:after, .swiper-modle  .swiper-button-prev:after,
.swiper-tools .swiper-button-next:after, .swiper-tools  .swiper-button-prev:after,
.swiper-modle-main .swiper-button-next:after, .swiper-modle-main  .swiper-button-prev:after{
	font-size: 20px;
	font-weight: bold;
}
.tips-group {
	position: absolute;
	top: 0;
	right: 2px;
	z-index: 10;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.02em;
	border-radius: 9999px;
	box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}
.middle-line {
    background: #e9e9e9;
    width: 1px;
}