* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fcfcfc;
    user-select: none;
}
.container {
    max-width: 1280px;
    margin: auto;
    padding: 10px;
}
header {
    padding: 10px;
    margin: 10px 0;
}
.top-bar {
    background-color: #1D3557;
    color: #f4f4f4;
    padding: 5px;
    text-align: center;
	font-size: 12px;
}
.top-bar a {
    color: #f4f4f4;
    margin-right: 10px;
	
}
.cta-container {
    background-color: #0056b3;
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    max-width: 1200px;
    margin: 20px auto;
    font-size: 1em;
    transition: box-shadow 0.3s ease-in-out; 
	box-shadow: 0 0 15px rgba(0, 255, 255, 0.6); 
	    background: repeating-linear-gradient(
        45deg,
        #003434,
        #003434 10px,
        #0056b3 10px,
        #0056b3 20px
    );
}
.cta-container h2 {
    font-size: 1.6em;
    margin-bottom: 10px;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(0, 0, 0, 0.6), 0 0 30px rgba(0, 0, 0, 0.4); 
}
.cta-container p {
    margin-bottom: 20px;
    font-size: 1.2em;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.6), 0 0 30px rgba(0, 0, 0, 0.4); 
}
.cta-button {
	display: inline-block;
    background-color: #FFD700;
    color: #000000;
    padding: 10px 20px;
    font-size: 1em;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; 
	box-shadow: 0 0 8px rgba(255, 111, 97, 0.8), 0 0 15px rgba(255, 111, 97, 0.6); 
}
.cta-button:hover {
transform: scale(1.1); 
}
.accordion-item {
    border-bottom: 1px solid #ddd;
}
.accordion-item button {
    width: 100%;
    background: none;
    border: none;
    color: #1D3557;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1em;
}
.accordion-item button:focus {
    outline: 2px dashed #0056b3;
}
.accordion .accordion-item {
    margin-bottom: 10px;
}
.accordion button {
    background-color: #f1f1f1;
    padding: 10px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 16px;
}
.accordion .accordion-content {
	display: none; 
	transition: all 0.3s ease; 
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
	border-radius: 5px;
    margin-top: 5px;
}
.accordion .active button {
    background-color: #ffffff; 
	color: #000000;
}
.accordion .active .accordion-content {
    display: block; 
	background-color: #ffffff;
}
.accordion button:hover {
    background-color: #ffffff;
	color: #000000;
}
.product-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.product-info,
.product-image {
    flex: 1;
    min-width: 200px;
    padding: 10px;
}
.product-image {
    width: 100%;          
    max-width: 600px;  
    margin: 0 auto;       
}

.product-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.stars {
    color: #ffd700;
    font-size: 1.2em;
}
img {
    width: 100%;
    height: auto;
}
@media (max-width: 560px) {
    img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }
    .product-layout {
        flex-direction: column;
        align-items: center;
    }
    .cta-container h2,
    .cta-container p {
        text-align: center;
    }
}
@media (max-width: 480px) {
    h1 {
        font-size: 1.4em;
    }
    .cta-container {
        padding: 15px;
    }
}
        header, .row, .accordion-item button { padding: 5px; margin: 10px 0; }
        .row { display: flex; flex-wrap: wrap; gap: 10px; }
		.col { flex: 1; min-width: 200px; padding: 10px; background: #fff; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
		ul {padding: 15px;}
h1 {
            text-align: center;
	color: #1D3557;
        }
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#content {
    display: none;
}

@font-face {
  font-family: 'YourFont';
  src: url('your-font.woff2') format('woff2');
  font-display: swap;
}

h2 {
    color: #2F4F4F;
}

h3 {
    color: #000;
}
.cta-btn1 {
    background-color: #1D3557; 
    color: white; 
    padding: 10px 10px; 
    border: none; 
    border-radius: 5px; 
    margin-top: 10px; 
    cursor: pointer; 
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
	    font-size: 1em;
}
.cta-btn1:hover {
    transform: scale(1.1); 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); 
}

        a {
            color: #555;
            text-decoration: none;  /* Optional: Remove underline */
        }
        a:hover {
            text-decoration: underline; /* Optional: Underline on hover */
        }


        /* Header */
        header { text-align: center; margin-bottom: 40px; }
        
        /* Icons */
        .icon { color: #0056b3; font-size: 2em; margin-bottom: 10px; }
