/*
Theme Name: osictv1
Theme URI: https://os-ict.com
Author: Jihadur Rahman Noyon
Author URI: https://jihadur.com
Description: A custom WordPress theme developed for os-ict.com by Jihadur Rahman Noyon.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: os-ict
Tags: custom, responsive, clean, tech, business

*/
@font-face {
    font-family: 'Li Ador Noirrit';
    src: url('fonts/Li Ador Noirrit Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
img {
	max-width: 100%;
}
a {
	color: #2c3e50;
	text-decoration: none;
	font-weight: bold;
}

body {
    background-image: url('http://os-ict.com/wp-content/uploads/2025/05/email-pattern.webp');
    background-attachment: fixed;
    background-repeat: repeat; /* or no-repeat if you want just one */
    background-position: center top;
    background-size: auto; /* or cover/contain depending on your preference */
	font-family: 'Li Ador Noirrit', Arial, sans-serif;
}

/* Quiz Style */
.mlw_qmn_timer {
  bottom: inherit !important;
  right: 20px !important;
	top: 10px !important;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 10px !important;
  border-radius: 10px !important;
}
.mrq_checkbox_class {
  border-bottom: 1px solid #ddd;
  padding: 10px 5px;
}
#contact_field_4 {
  width: 100% !important;
}
.qmn_pagination, .qsm_auto_pagination_enabled .qmn_pagination {
  padding: 15px 5px !important;
  margin: 0 !important;
}
.qmn_btn.mlw_qmn_quiz_link.mlw_next.mlw_custom_start {
  border: inherit !important;
  background: #34495e !important;
  border-radius: 7px !important;
  box-shadow: inherit !important;
}
.post-content h2 {
  margin-top: 15px;
  font-weight: bold;
  font-size: 20px;
}
.qmn_quiz_container .qmn_btn, .qmn_quiz_container .btn {
  background: #242424 !important;
}