body {
    font-family: "Tiro Bangla", serif;
    background-color: #f0e2a3;
    margin: 0;
    padding: 0;
}


.shortcut-box a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-size: 1.1em;
    height: 100%;
    width: 100%;
}
.shortcut-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    width: 180px;
    transition: transform 0.3s, box-shadow 0.3s;
    margin: 8px;
    background-color: #e2d58b;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.shortcut-wrapper{display: flex;
    flex-wrap: wrap;
   }


header {   
    color: #000000;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



#search-options {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
   
    margin: 0 auto;
}

#search-options input[type="text"], 
#search-options select {
    width: calc(100% - 24px);
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#search-options .engins{margin: 5px auto;
display: flex;}
#search-options label {
    font-weight: bold;
    
    margin: 10px auto;
}

#search-options input[type="radio"] {
    margin-right: 5px;
}

#search-options div {
    margin-top: 10px;
}

#search-options button[type="submit"] {
    width: 100%;
    background-color: #007bff;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

#search-options button[type="submit"]:hover {
    background-color: #0056b3;
}


.engins {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.engins input[type="radio"] {
    margin-right: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ac0000;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

.engins input[type="radio"]:checked {
    background-color: #00940c;
    border: 2px solid #004b06;
}

.engins label {
    margin-left: 5px;
    cursor: pointer;
    font-size: 16px;
}









.buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px; /* Adjust the gap between buttons as needed */
    padding: 20px; /* Optional padding around the buttons */
}

.buttons button {
    flex: 1 1 auto; /* Grow and shrink as needed, auto width */
    min-width: 100px; /* Minimum width to prevent buttons from becoming too small */
    max-width: 200px; /* Maximum width to control button size */
    padding: 10px 20px; /* Padding inside the buttons */
    border-radius: 5px;
    background-color: #3b3b3b;
    color: #fff;
    border: none;
}

.buttons button:hover{scale: 1.25;
background-color: #0e0e0e;}






.search-bar {
    display: block;
    width: calc(100% - 32px);
    max-width: 600px;
    margin: 16px auto;
    padding: 12px;
    font-size: 1.1em;
    border: 2px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 16px;
}

.category {
    
    margin-bottom: 32px;
}

.category h2 {
    margin-bottom: 16px;
    text-align: center;
    font-size: 1.75em;
    color: #000000;
   
    padding-bottom: 8px;
}

.shortcut-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    width: 180px;
    transition: transform 0.3s, box-shadow 0.3s;
    margin: 8px;
    background-color: #e2d58b;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.shortcut-box:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.shortcut-box img {
    max-width: 100%;
    max-height: 100px;
    margin-bottom: 12px;
    border-radius: 8px;
    padding: 5px;
    background-color: rgb(247, 234, 210);
}
.category-wrapper{ display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Adjust the gap between shortcut boxes */
    padding: 10px; /* Adjust padding inside the wrapper */
    /* background-color: #f0f0f0;  */
    /* Example background color */
    border: 1px solid #ccc; /* Example border */
    border-radius: 8px; 
justify-content: center;}


a > span {
    position: relative; /* Set the span to absolute positioning */
    bottom: 1px; /* Align it to the bottom of the parent element */
    
  }
.shortcut-box img.square {
    object-fit: cover;
}

.shortcut-box img.rectangle {
    object-fit: contain;
    width: 100%;
    height: auto;
}
#search-bar {
    background: url('search-icon.svg') no-repeat 10px center;
    background-size: 20px;
    padding-left: 40px;
}

.warning-note {
    border: 1px solid #ffcc00;
    background-color: #fff3cd;
    padding: 10px;
    border-radius: 3px;
    margin: 10px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    position: relative;
}
.warning-note h2 {
    color: #856404;
    margin-top: 0;
    font-size: 16px;
}
.warning-note p {
    color: #856404;
    margin: 5px 0;
}
.warning-note a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}
.warning-note a:hover {
    text-decoration: underline;
}
.toggle-button {
    /* position:; */
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    color: #856404;
    cursor: pointer;
    font-size: 25px;
}


.context-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.context-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.context-menu ul li {
    padding: 10px 20px;
    cursor: pointer;
}

.context-menu ul li:hover {
    background-color: #f0f0f0;
}

.search-bar-fixed {
   
    margin: 16px auto;
    
    z-index: 1000; /* Adjust as needed */
   
   
    position: fixed;
    top: 0;
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Adjust to center based on its own width */
  
    z-index: 1000; /* Adjust as needed */
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }









