/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: white;
    color: black;
    display: flex;
    justify-content: center;
}
.container {
    display: flex;
    max-width: 1200px;
    width: 100%;
}

.container2 {
    max-width: 1000px;
    margin: auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }

main {
    flex: 3;
    width: 1000;
    max-width: 1200px;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.section {
    margin-bottom: 20px;
    line-height: 140%; 
}

.hsection {text-align: center}

.secti_gif img{width: 100%;}

.logo2 img{
    width: 300px;    
    height: 150px;
}

.slogan {
    font-style: italic;
    font-size: 1.2em;
}

.sidebar {
    flex: 1;
    background: #f4f4f4;
    padding: 20px;
    margin-left: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.sidebar h2 {
    text-align: center;
}
.product {
    text-align: center;
    margin-bottom: 20px;
}
.product img {
    width: 100%;
    border-radius: 8px;
}
.list-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.list-item img {
    width: 300px;
    height: auto;
    margin-left: 20px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
th, td {
    border: 1px solid black;
    padding: 10px;
    text-align: center;
}
th {
    background: white;
    color: black;
}
.product a {
    display: block;
    text-decoration: none;
    color: black;
    font-weight: bold;
    margin-top: 10px;
}
.video-container {
    text-align: center;
    margin: 20px 0;
}
.contact-form {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}
.contact-form label {
    display: block;
    margin-top: 10px;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.contact-form button {
    margin-top: 10px;
    padding: 10px;
    background: #0056b3;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

a.butto2 {
    display: inline-block;
    padding: 10px 20px;
    background: white;
    color: gray;
    border: 1px solid;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

/* Hover effect */
a.butto2:hover {
    color: black;
    border: 1px solid;
}

.button-group {
    display: flex;
    justify-content: flex-start; /* Aligns buttons to the left */
    gap: 10px; /* Adds spacing between buttons */
}

a.butto4 {
    /*display: inline-block;*/
    display:inline-flex;
    padding: 0px 0px; 
    background: white;
    color: silver;
    border: 1px solid;
    text-decoration: none;
    border-radius: 0px;
    font-size: 16px;
}
/* Hover effect */
a.butto4:hover {
    color: blue;
    border: 1px solid;
}


a.butto5 {
    display: inline-block;
    padding: 2px 2px;
    background: white;
    color: gray;
    font-size:small;
    border: 1px solid;
    text-decoration: none;
    border-radius: 5px;
    /*font-size: 16px;*/
}

/* Hover effect */
a.butto5:hover {
    color: black;
    border: 1px solid;
}

.imdmd
{
    border: 1px solid;  
    color:silver;
}

.imglink {
 height: 20px;   
 margin-left: 10px;
}


.capt_text2 {
    /*font-size: 20px;
    font-weight: 500;*/
    font-size:150%;
    color:dimgray;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 30px;
    margin-left: 20px;
    /*text-align: center;
    margin: 20px auto;
    max-width: 600px;*/
  }

  .mytext {
    font-size:120%;
    color:black;
    line-height: 1.5; 
  }