﻿/* #region: Basic */

body {
    margin: 0;
}

.InnerGIGABYTEContent {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    color: #222;
    /*font-size: 0.9375vw;*/
    /*line-height: 1.5625vw;*/
    font-size: 1rem !important;
}

.InnerGIGABYTEContent .bg-black {
    background-color: #000000;
}

.InnerGIGABYTEContent .container {
    max-width: 1350px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.InnerGIGABYTEContent h2 {
    margin-bottom: 1.65rem !important;
}

.InnerGIGABYTEContent h4 {
    font-weight: 600 !important;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}


.InnerGIGABYTEContent .docs-section {
    line-height: 1.6;
    /*border-bottom: 1px solid #ddd;*/
}

.InnerGIGABYTEContent .docs-section h2 {
    margin-top: 0;
    font-weight: 700;
    font-size: 2.25rem;
    letter-spacing: 0;
}

.InnerGIGABYTEContent .docs-section ul {
    list-style-type: disc;
    margin-left: 30px;
    padding-left: 0;
}

.InnerGIGABYTEContent .docs-section ul.fa-ul {
    list-style-type: none;
}

.InnerGIGABYTEContent ul ul {
    list-style-type: circle;
}

.InnerGIGABYTEContent .hidden {
    display: none;
}

.InnerGIGABYTEContent .text-primary {
    background: linear-gradient(to left, rgb(48, 210, 221), rgb(0, 157, 255) 58.82%, rgb(0, 125, 255)) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    display: inline-block;
}

.InnerGIGABYTEContent .text-warning{
    color:#000000 !important;
    font-size: 130%;
    font-weight: 600;
    border-bottom: 2px solid #11A9F6;
}

.InnerGIGABYTEContent .bg-primary {
    background-color: #008CD6 !important;
}

/* 打勾清單樣式 */
.modern-check-list {
    list-style: none;
    padding-left: 0;
    margin-top: 1.5rem;
}

.modern-check-list li {
    display: flex;
    align-items: flex-start;
    /* 確保文字多行時，勾勾對齊第一行 */
    margin-bottom: 8px;
    font-size: 1rem;
    line-height: 1.5;
}

/* 漸變色圖示設定 */
.modern-check-list li i {
    margin-right: 12px;
    margin-top: 3px;
    /* 微調圖示垂直位置，使其對齊文字首行 */
    font-size: 1.2rem;

    /* 套用你要求的漸變色 */
    background: linear-gradient(to left, rgb(48, 210, 221), rgb(0, 157, 255) 58.82%, rgb(0, 125, 255)) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;

    /* 確保在所有瀏覽器都能正確顯示為 inline-block */
    display: inline-block;
    flex-shrink: 0;
    /* 防止圖示被文字擠壓變形 */
}

/* #endregion: basic */

#KV {
	background: #030303 url("../innergigabyteimages/bg-Turin.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.85), 0 0 0.85rem rgba(38, 71, 140, 1); 
}
#KV  h2 {
	margin-bottom: 0.75rem;
}
#KV .div-content h4 {
	line-height: 1.3;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 500 !important;
	color: #ffdd00;
	font-size: 1.25rem;
	letter-spacing: 0.03rem;
	
}
#KV .div-AMD-logo .img-fluid {
		max-width: 110px;
}
@media (min-width: 992px) {
	body:lang(zh) #KV  h2 {
		letter-spacing: 0.3rem;
	}
	body:lang(zh) #KV .div-content h4 {
		letter-spacing: 0.08rem;
	}
	#KV  h2 {
		font-size: 3.55rem;
		margin-top: 1rem;
	}
	#KV .div-content h4 {
		font-size: 1.5rem;
		letter-spacing: 0.05rem;
	}
	#KV .div-AMD-logo .img-fluid {
		max-width: 120px;
	}
	.InnerGIGABYTEContent #CPU .div-image img {
		max-width: 390px;
		width: 100%;
	}
	.InnerGIGABYTEContent #High-Performance .div-image img {
		max-width: 520px;
		width: 100%;
	}
}

#ORV3-Solutions {
    background: #333 url("../innergigabyteimages/datacenter.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.65);
}

#ORV3-Advantages .card-img-top {
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#ORV3-Advantages .card-body,
#ORV2-vs-ORV3 .card-body {
    font-size: 90%;
}

#ORV3-Solutions b {
    font-weight: 600;
}

@media (min-width: 1600px) {
    #KV .div-image .img-fluid {
        width: 1400px;
    }
}

/* #endregion: KV */

/* #region: 2. CPU */
.InnerGIGABYTEContent #CPU .card-title {
    font-weight: 600;
    font-size: 100%;
    color: #666;
    line-height: 1.3;
    padding-top: 0.35rem;
}

.InnerGIGABYTEContent #CPU .card-title b {
    display: block;
    font-size: 170%;
    font-weight: 700;
    color: #0694f3;
}

.InnerGIGABYTEContent #CPU .card-text {
    font-size: 85%;
    line-height: 1.35;
}

#CPU .card-body{
        box-shadow: rgba(154, 186, 229, 0.33) 0px 4px 15px;
    display: flex;
    flex-direction: column;
    min-height: 150px;
    backdrop-filter: blur(10px);
    flex: 0 1 calc(25% - 20px);
    background: linear-gradient(136deg, rgba(231, 241, 255, 0.3) 2.02%, rgb(255, 255, 255) 51.09%, rgba(255, 255, 255, 0.75) 102.17%);
    border-radius: 12px;
    padding: 25px;
    border-width: 1.5px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    transition: 0.3s;
}

#CPU .div-image {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
}

#CPU .div-content-2 small {
    font-size: 70%;
    font-weight: 600;
    padding-left: 2px;
    color: #0694f3;

}

#CPU .container1 {
    max-width: 1450px !important;
    margin: 0 auto !important;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #ffffff42;
    border: 1.5px solid #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgb(83 118 136 / 19%);
    padding: 20px 10px 15px 25px;
    overflow: hidden;
    box-sizing: border-box;
}

#CPU .container1 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
}


#CPU .container1 [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

#CPU h2 {
    text-align: center !important;
}

#CPU .img {
    max-width: 75%;
    margin-bottom: 0;
    margin-top: 0;
}

#CPU {
    background: linear-gradient(18deg, rgba(170, 222, 255, 0.3) 0.42%, #ffffff 20% 20%, rgb(234 247 255 / 71%) 39.92%, #ffffff 69.75%, rgba(170, 222, 255, 0.3) 100%);
    width: 100%;
}

.InnerGIGABYTEContent .card-footer {
    font-size: 80% !important;
    font-weight: 500 !important;
    padding: 0.25rem 0.5rem !important;
    color: #fff;
    line-height: 1.2;
}

.InnerGIGABYTEContent .bg-primary {
    background-color: #00C7FD !important;
}

.InnerGIGABYTEContent #CPU .bg-danger {
    background-color: #8f5da2 !important;
}

.InnerGIGABYTEContent #CPU .border-danger {
    border-color: #663272 !important;
}

.InnerGIGABYTEContent #CPU .border-info {
    border-color: #42748c !important;
}

.InnerGIGABYTEContent #CPU .border-dark {
    border-color: #0054AE !important;
}

.InnerGIGABYTEContent #CPU .card-body .row div[class^="col"] {
    border-right: 1px solid #ccc;
}

.InnerGIGABYTEContent #CPU .card-body .row div[class^="col"]:last-child {
    border-right: none;
}

.InnerGIGABYTEContent .div-note {
	line-height: 1;
	color: #888;
}
.InnerGIGABYTEContent .ul-note {
	line-height: 1.25;
	color: #999;
	font-size: 75% !important;
	padding-inline-start: 15px;
}
@media (max-width: 768px) {
	.InnerGIGABYTEContent #CPU .card-body .row div[class^="col"]:nth-child(2) {
		border-right: none;
	}
	.InnerGIGABYTEContent #CPU .card-body .row div[class^="col-md-3"]:nth-child(1), .InnerGIGABYTEContent #CPU .card-body .row div[class^="col-md-3"]:nth-child(2) {
		border-bottom: 1px solid #ccc;
		padding-bottom: 0.5rem;
	}
	.InnerGIGABYTEContent #High-Performance {
		background-position: right center;
		padding-top: 0;
        padding-bottom: 0;
	}
    #CPU .img {
    max-width: 50%;
    margin-bottom: 20px;
    margin-top: 30px;
}
}

.InnerGIGABYTEContent div[class^="img"] {
    text-align: center;
}

.InnerGIGABYTEContent #High-Performance {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/*#endregion: CPU*/

/* #region: 3. Liquid Cooling (Why Choose Liquid) */
/* 新版專屬容器背景 */
#WhyChoose-Liquid-V2, #WhyChoose1 {
    background: linear-gradient(323deg, rgba(170, 222, 255, 0.3) 0.42%, #ffffff 20%, rgb(234 247 255 / 71%) 39.92%, #ffffff 69.75%, rgba(170, 222, 255, 0.3) 100%);
    width: 100%;
}

#WhyChoose-Liquid-V2 .perf-clean-grid, #WhyChoose1 .perf-clean-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1350px;
    margin: 0 auto;
}

/* 卡片設計：三排一排 (calc(33.33% - 20px)) */
#WhyChoose-Liquid-V2 .perf-card, #WhyChoose1 .perf-card{
    flex: 0 1 calc(33.33% - 20px);
    background: linear-gradient(136deg, #e7f1ff4d 2.02%, #fff 51.09%, #ffffffbf 102.17%);
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgb(154 186 229 / 33%);
    border: 1.5px solid #ffffff;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* 改為左對齊，符合圖2圖3風格 */
    text-align: left;
    min-height: 200px;
    backdrop-filter: blur(10px);
    box-sizing: border-box;
}

/* Hover 效果 */
#WhyChoose-Liquid-V2 .perf-card:hover, #WhyChoose1 .perf-card:hover {
    background: linear-gradient(136deg, #fff 70%, #299fff30 100%);
    box-shadow: 0 8px 25px rgba(0, 140, 214, 0.15);
}

/* 圖標大小調整 */
#WhyChoose-Liquid-V2 .perf-card img, #WhyChoose1 .perf-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
}

#WhyChoose-Liquid-V2 .perf-card h4, #WhyChoose1 .perf-card h4  {
    font-size: 24px;
    color: #343a3f;
    margin-bottom: 8px;
    font-weight: 600 !important;
    font-family: "Segoe UI", "Noto Sans";
    line-height: 1.3;
}

#WhyChoose-Liquid-V2 .perf-card p, #WhyChoose1 .perf-card p {
    font-size: 16px;
    color: #343a3f;
    font-weight: 400 !important;
    line-height: 1.5;
    margin: 0;
}

/* 響應式調整 */
@media (max-width: 991px) {
    #WhyChoose-Liquid-V2 .perf-card, #WhyChoose1 .perf-card {
        flex: 0 1 calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    #WhyChoose-Liquid-V2 .perf-card, #WhyChoose1 .perf-card {
        flex: 0 1 100%;
    }
}

/* 舊版 Liquid 內容保留 */
#WhyChoose .card-img-top,
#intro-GSM .card-img-top,
#WhyChoose-Liquid .card-img-top {
    max-width: 260px;
}

#WhyChoose .card-text b,
#intro-GSM .card-text b,
#WhyChoose-Liquid .card-text b {
    font-weight: 600;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding-top: 0.8rem;
    margin-bottom: 0.7rem;
    color: #008CD6;
    display: block;
    text-align: center;
}

#WhyChoose .card-text,
#WhyChoose-Liquid .card-text {
    font-size: 85% !important;
    line-height: 1.5 !important;
    display: inline-block;
    text-align: center;
}

.InnerGIGABYTEContent #WhyChoose .card-body {
    padding-top: 0.75rem;
}

.InnerGIGABYTEContent .square-number {
    background: #333F52;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 3px 7px;
    line-height: 1;
    font-style: normal;
    margin-right: 10px
}

.InnerGIGABYTEContent .accordion .card,
#Features-of-Tank .container {
    overflow: visible;
}

.InnerGIGABYTEContent .accordion .card-header {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    background: #fff;
}

.InnerGIGABYTEContent .accordion .card-header h2 {
    font-weight: 600;
    font-size: 1.1rem !important;
    padding: 24px 0 24px 40px;
    position: relative;
}

.InnerGIGABYTEContent .accordion .card-header h2>span {
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 44px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.125);
    vertical-align: middle;
    border-radius: 100%;
    position: absolute;
    left: -23px;
    top: 10px;
    background: #fff;
    color: #008CD6
}

.InnerGIGABYTEContent .accordion .card-body {
    font-size: 95%;
    padding-bottom: 1.75rem;
}

.InnerGIGABYTEContent .accordion .card-body p {
    padding-left: 5px;
}

.InnerGIGABYTEContent .accordion .card-body ul {
    padding-inline-start: 20px;
}

.InnerGIGABYTEContent .accordion .btn:focus,
.InnerGIGABYTEContent .accordion .btn.focus {
    box-shadow: none;
}

.InnerGIGABYTEContent .accordion .card-header:hover {
    color: #008CD6;
}

.InnerGIGABYTEContent .accordion .card-header[aria-expanded="true"] {
    color: #fff;
    background: #008CD6;
}

.InnerGIGABYTEContent .accordion .card-header[aria-expanded="true"] h2>span {
    border: 2px solid #fff;
    background: #008CD6;
    color: #fff;
    box-shadow: 0 0 0.35rem rgba(0, 0, 0, 0.4);
    width: 48px;
    height: 48px;
    font-weight: 400;
}

.InnerGIGABYTEContent .img-fluid {
    margin-left: auto;
    margin-right: auto;
}

.InnerGIGABYTEContent .accordion .card-body {
    border: 1px solid #008CD6;
}

.InnerGIGABYTEContent .card img {
    margin-left: auto;
    margin-right: auto;
}

.InnerGIGABYTEContent .row .div-image {
    text-align: center;
}

.InnerGIGABYTEContent .accordion .card:last-child {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.InnerGIGABYTEContent .accordion .card:last-child .card-header {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.InnerGIGABYTEContent .accordion .card:last-child .card-header[aria-expanded="true"] {
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
}


#Key-Components .h6 {
    font-weight: 600;
    font-size: 90%;
}

.InnerGIGABYTEContent .div-icons .img-fluid {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 110px;
}

.InnerGIGABYTEContent .div-icons b {
    font-weight: 600;
    font-size: 95%;
}

/* #endregion */

/* #region: 4. Product Overview */
#ProductOverview {
    width: 100%;
    background: linear-gradient(228deg, rgba(170, 222, 255, 0.3) 0.42%, #ffffff 20% 20%, rgb(234 247 255 / 71%) 39.92%, #ffffff 69.75%, rgba(170, 222, 255, 0.3) 100%);
}

/* #endregion */

/* #region: 5. Block Diagram */
#BlockDiagram {
    width: 100%;
    background: linear-gradient(159deg, rgba(170, 222, 255, 0.3) 0.42%, #ffffff 20% 20%, rgb(234 247 255 / 71%) 39.92%, #ffffff 69.75%, rgba(170, 222, 255, 0.3) 100%);
}

/* #endregion */

/* #region: 6. Hardware Security */
#Security {
    background: linear-gradient(247deg, rgba(170, 222, 255, 0.3) 0.42%, #ffffff 20%, rgb(234 247 255 / 71%) 39.92%, #ffffff 69.75%, rgba(170, 222, 255, 0.3) 100%);
    padding: 100px 0 !important; /* 增加上下間距讓視覺更開闊 */
}

#Security .container {
    max-width: 1350px !important;
    margin: 0 auto !important;
        padding: 0 15px !important;
}

/* 確保文字區塊有足夠的呼吸空間但不過度縮窄 */
#Security .col-lg-7 {
    padding-right: 40px; /* 圖文之間的 Gap */
}

/* 標題靠左對齊 */
#Security h2 {
    background: linear-gradient(to left, #30d2dd, #18bfff 58.82%, rgb(0, 125, 255)) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    display: inline-block;
    text-align: left !important;
    margin-bottom: 2rem;
    font-weight: 700;
}

#Security h4 {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;

    border-bottom: 3px solid #11A9F6;
}

#Security .div-image img, 
#Security div[class^="div-image"] img {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto; 
    border-radius: 4px;
}

@media (max-width: 991px) {
    #Security .col-lg-7 {
        padding-right: 15px;
        text-align: center;
    }
    #Security h2 {
        text-align: center !important;
        display: block;
    }
    #Security .div-image img {
        margin: 30px auto 0;
    }
}

/* #endregion */

/* #region: 7. Power Efficiency */
#Heat-Power-Efficiency {
    background: linear-gradient(24deg, rgba(170, 222, 255, 0.3) 0.42%, #ffffff 20%, rgb(234 247 255 / 71%) 39.92%, #ffffff 69.75%, rgba(170, 222, 255, 0.3) 100%);
    padding: 50px 0 !important;
}

#Heat-Power-Efficiency .container {
    max-width: 1350px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

#Heat-Power-Efficiency .text-primary {
    background: linear-gradient(to left, #30d2dd, #18bfff 58.82%, rgb(0, 125, 255)) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    display: inline-block;
    padding-left: 0 !important;
    margin-bottom: 2rem;
}

#Heat-Power-Efficiency h4 {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 3px solid #11dbf6;
    font-weight: 700;
    color: #333;
}

.text-section-left {
    padding-right: 50px !important;
}

.text-section-right {
    padding-left: 50px !important;
}

#Heat-Power-Efficiency div[class^="div-image-"] img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    display: block;
    border-radius: 4px;
}

@media (max-width: 991px) {
    #Heat-Power-Efficiency .flex-row-reverse {
        flex-direction: column !important;
    }
    .text-section-left, .text-section-right {
        padding: 0 15px !important;
        text-align: center;
    }
    #Heat-Power-Efficiency .text-primary {
        display: block !important;
        text-align: center !important;
    }
    #Heat-Power-Efficiency [class^="div-content-"] {
        text-align: center;
        margin-bottom: 2rem;
    }
}
/* #endregion */

/* #region: User Friendly */

#User-Friendly {
    background: linear-gradient(314deg, rgba(170, 222, 255, 0.3) 0.42%, #ffffff 20%, rgb(234 247 255 / 71%) 39.92%, #ffffff 69.75%, rgba(170, 222, 255, 0.3) 100%);
    padding: 50px 0 !important;
}

#User-Friendly .container {
    max-width: 1350px !important;
    margin: 0 auto !important;
    display: block !important;
    padding: 0 15px !important;
}

#User-Friendly .text-primary {
    background: linear-gradient(to left, #30d2dd, #18bfff 58.82%, rgb(0, 125, 255)) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    display: inline-block;
    text-align: left !important;
    padding-left: 0 !important;
}

#User-Friendly .text-section-right {
    padding-left: 60px !important;
}

#User-Friendly h4 {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 3px solid #11A9F6;
    font-weight: 700;
}

#User-Friendly .div-content-9 {
    text-align: left;
    width: 100%;
}

#User-Friendly .div-content-9 h4 {
    display: table;
    margin: 10px auto 10px; 
    text-align: center;
    position: relative;
    border-bottom: 3px solid #11A9F6;
    font-weight: 700;
}

#User-Friendly .div-content-9 p {
    text-align: left;
    margin-bottom: 0;
}

#User-Friendly div[class^="div-image"] img {
    width: 100% !important;
    max-width: 100% !important; 
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
}

/* 下方 CMC 兩張圖片稍微縮小一點避免太擁擠，但維持在 col-5 範圍內 */
#User-Friendly .div-image-3-2 img, 
#User-Friendly .div-image-3-3 img {
    max-width: 450px !important; 
}

/* 手機版 RWD 調整 */
@media (max-width: 991px) {
    #User-Friendly .text-section-right {
        padding-left: 15px !important;
        text-align: center;
        margin-top: 30px;
    }

    #User-Friendly .text-primary {
        text-align: center !important;
        display: block !important;
    }

    #User-Friendly .div-content,
    #User-Friendly .div-content-9 {
        text-align: center;
    }
}

/* #endregion */

/* #region: RWD & Cards */
@media (max-width: 991px) {

    .flex-image-side,
    .flex-text-side,
    #Server-Management .col-lg-5,
    #Server-Management1 .col-lg-5 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-bottom: 30px;
    }

    #Server-Management .col-lg-7,
    #Server-Management1 .col-lg-7 {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 80% !important;
        max-width: 80% !important;
        gap: 10px;
    }

    .gsm-stack-container {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .stack-item {
        position: static;
        width: 100%;
    }

    #Server-Management .container,
    #Server-Management1 .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .management-flex-container {
        flex-direction: column;
    }

    .flex-image-side,
    .flex-text-side {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0 !important;
    }

    .gsm-stack-container {
        height: auto;
    }

    .stack-item {
        position: relative;
        width: 100%;
        top: 0 !important;
        left: 0 !important;
        margin-bottom: 20px;
    }

    .flex-text-side,
    #Server-Management .div-content-3,
    #Server-Management1 .div-content-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .stack-item {
        transform: none !important;
        opacity: 1 !important;
    }
}

.InnerGIGABYTEContent #card .card-title b {
    font-size: 225%;
    color: #22D4FD;
}

/* #endregion */

/* #region: High-Performance (Original Sections) */
@media (min-width: 920px) {
    #Workstation-Design ul {
        font-size: 110%;
    }
}

@media (max-width: 600px) {
    .InnerGIGABYTEContent {
        font-size: 0.9rem
    }

    .InnerGIGABYTEContent .docs-section h2 {
        font-size: 2rem
    }

    #KV .div-logo .img-fluid {
        max-width: 85px;
    }

    #KV h2 {
        margin-top: 0;
    }

    .InnerGIGABYTEContent #CPU .card-title b {
        font-size: 140%;
    }
}

.InnerGIGABYTEContent .bg-dark {
    background-color: rgba(0, 0, 0, 0.85) !important;
}

#Workstation-Design {
    background: #030303 url("../innergigabyteimages/bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 0 0 0.5rem rgba(0, 0, 0, 1);
}

.InnerGIGABYTEContent #High-Performance {
    background: #fff url("../innergigabyteimages/bg-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#High-Performance .div-image span {
    font-size: 85%;
    line-height: 1.3 !important;
    display: inline-block;
}

#High-Performance .div-image-2 .card {
    font-size: 90%;
    background-color: transparent !important;
    border-radius: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    vertical-align: middle !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
}

#High-Performance .div-image-2 .card-body {
    padding: 0.25rem !important;
}

/* #endregion: High-Performance */