@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:700|Roboto:500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');
@font-face {
    font-family: Mbkaos;
    src: url(../FONT/Mbkaos.ttf);
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    z-index: 2;
    display: none; /* Hidden by default */
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
/*.product-image{*/
/* display:flex;   */
/*    justify-content: center;*/
/*    align-items: center;*/
/*    border-radius: 20px;*/
/*    background: #ECECEC;*/

    
/*}*/
/*.product-image img {*/
/*    width: 65%;*/
/*    height: auto;*/
/*    display: flex;*/
    
/*    align-items: center;*/
/*    justify-content: center;*/
    
/*}*/

.product-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
     background: #ECECEC;
     border-radius: 20px;
}

.product-image img {
    display: block;
    max-width: 100%;
    height: auto;
    opacity: 1;
    width:80%;
    transition: opacity 0.3s ease-in-out;
}

  .productbanner{
    background-image: url(../images/Group450.png);
    background-size:cover;
    width: 100%;
    padding: 26%;
    background-repeat: no-repeat;
  }
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.product-grid {
    display: grid;
    gap: 2rem;
}

.product-list {
    border-right: 2px solid #f3f4f6;
}

.product-list h2 {
   color: #000;
font-family:"JetBrains Mono";
font-size: 1.25vw;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.button-list {
    font-family: 'JetBrains Mono', monospace; /* Apply monospaced font */
}

.button-list button {
    width: 100%;
    text-align: left;
    padding: 0.25rem 0; /* Minimal padding */
    margin: 0.25rem 0;
    background: none;
    border: none;
 /* Default font size */
    cursor: pointer;
    color: #000;
font-family: "JetBrains Mono";
font-size: 0.99vw;
font-style: normal;
font-weight: 200;
line-height: normal;
    transition: transform 0.3s, font-size 0.3s, color 0.3s;
}

.button-list button:hover {
    transform: translateX(10px); /* Slight movement to the right */
    font-size: 1.10vw; /* Slightly larger font size */
    color: black; /* Maintain consistent text color */
}

.button-list button.active {
    font-weight: 500; /* Bold font for active button */
    color: #000; /* Keep text color consistent */
    position: relative; /* Enable pseudo-element positioning */
    font-size: 1.20vw; /* Slightly larger font size for active button */
    transform: translateX(10px); /* Move active text slightly */
}

.button-list button.active::before {
    content: "•"; /* Add bullet point for active button */
    position: absolute;
    left: -1.5rem; /* Adjust position for bullet */
    color: black; /* Bullet color */
    font-size: 1.2rem; /* Slightly larger bullet size */
}



#productDropdown {
    width: 100%;
    padding: 0.5rem;
    font-size: 1rem;
    color:#000 !important;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    background-color: white;
}


.product-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.product-info h1 {
color: #000;
font-family: "JetBrains Mono";
font-size: 2.20vw;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.product-info p {
  color: #000;
text-align: justify;
font-family: "JetBrains Mono";
font-size: 1.10vw;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.benefits h2 {
color: #000;
font-family: "JetBrains Mono";
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.benefits ul {
    list-style-type: none;
}

.benefits li {
   color: #000;
text-align: justify;
font-family: "JetBrains Mono";
font-size: 1.10vw;
padding:2% 0;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.benefits li::before {
    content: '•';
    color: #000;
    padding-right:15px;
    font-weight: bold;
}

.learn-more {
    background-color: #2563eb;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 0.90vw;
    font-weight: 600;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.learn-more:hover {
    background-color: #1d4ed8;
}
.mainprobox{
    width: 80%;
    margin: auto;
    padding:5% 0;
}

@media (min-width: 768px) {
    .product-grid {
        grid-template-columns: 1fr 3fr;
    }

    .product-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .product-list.mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .product-list.desktop {
        display: none;
    }
    .product-list h2 {
font-size:5.20vw;
        
    }
    
.productbanner{
	 background-image: url(../images/Group46.jpg);
        background-size:cover;
        width: 100%;
	        padding: 63% 0;
}
    .product-info h1{
        font-size:4.60vw;
        padding-top:5%;
    }
    .product-info p{
        font-size:4.10vw;
    }
    .benefits li{
        font-size:4.10vw;
        text-align:left;
    }
}

