/*
Theme Name: Web Design
Theme URI: http://www.websitedesignhelp.orgfree.com
Description: Web Design is a simple, customizable, good looking and search engine optimized HTML5 / CSS3 theme. This is the first theme from the author Rakesh Daila.
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: White, two-columns, right-sidebar, fixed-width, post-formats, sticky-post, theme-options, translation-ready
Text Domain: Web Design
Author: Rakesh Daila
Author URI: http://www.websitedesignhelp.orgfree.com/
*/

@media only screen and (max-width: 768px) {
	
body {
  font: 14px/1.6 Inter, verdana, 'Trebuchet MS', Arial, sans-serif;
  text-align: center;
  background: #fff;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}



blockquote {
  margin: 12px 0 20px 3%;
  padding: 8px 6px 4px 6px;
  font-size: 12px;
  border: 1px solid #80b0cf;
  background: #d8eaf6;
  width: 90%;
}

#container {
  margin: 0 auto;
  padding: 0 0px;
  text-align: left;
  box-sizing: border-box;
}

#wrapper {
  display: flex;
  flex-direction: column;
  
  margin-bottom: 10px;
}

#banner {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; 
  padding: 10px 15px;
  font-size: 140%;
}

#banner a{color: #000;}

#menu-toggle {
        display: block;
    }


	.menu {
		display: flex;
		flex-direction: column;
		gap: 8px;
		text-align: center;
		align-items: stretch;
		list-style: none;
    position: fixed;
    top: 0;
    left: -360px;   /* hidden */
    width: 250px;
    height: 100%;
    background: #fff;
    transition: 0.4s ease;
    z-index: 1000;
    padding-top: 60px;
	padding-right: 20px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

    .menu.active {
        left: 0;
    }
	
	ul {
	margin: 0;
}
	
	.menu ul {
		display: flex;
		background: #fff;
		flex-direction: column;
		gap: 10px;
		margin: 0;
	}
	
	.menu ul li {
    }

    .menu ul li a {
        color: #000;
        padding: 12px;
    }


    .menu li {
    }
	
	.menu li a:hover {
    background: #007bff;
    color: #fff;
	border-radius: 6px;
}

.menu li {
    position: relative;
	background: #f2f2f2;
	border-radius: 6px;
}

/* Links */
.menu li a {
    display: block;
    padding: 12px 18px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

input {
  border: 1px solid #ccc;
  margin-bottom: 3px;
}

input.sub_but {
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
}

.desc {
  font: normal 13px verdana, Arial, sans-serif;
  color: #000;
  margin-top: 5px;
}

#main {
	padding: 10px;
}

#main h1 {
	font-size: 18px;
	font-weight: 800;
}

#main h1 a {
  color: #ff0000;
}

#main p {
  margin: 0 0 10px;
  color: #3f3f3f;
}

#main a {
  color: #0d73a7;
}

#main ul, ol {
  margin: 0 0 10px 25px;
  padding: 0;
}


#footer {
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 11px;
  position: relative;
  clear: both;
  box-sizing: border-box;
}

#footer a {
  color: #eee;
}

.footer-container {
	display: flex;
    flex-direction: column;
}




.commentlist .avatar {
  border-radius: 3px;
  box-shadow: 0 1px 2px #ccc;
  left: -102px;
  padding: 0;
  position: absolute;
  top: 0;
}



table tr:nth-child(even) {
    background-color: #ffffff;
}

table tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.wp-block-table table.has-fixed-layout,
table.has-fixed-layout {
    border-collapse: collapse;
    width: auto;
	max-width: 600px;
	min-width: 500px;
	

}

table.has-fixed-layout th,
table.has-fixed-layout td {
    border: 1px solid #000;
    padding: 8px;
	word-break: normal !important;
}

.logo {
	display: flex;
	align-items: center;
}

.logo-text .main {
	
	font-weight: 700;
	font-family: system-ui, Inter;
}

.logo-text .sub {
    font-size: 12px;
    color: var(--secondary-color);
}

.footer-col {
	padding: 10px 20px;
	text-align: center;
}
.footer-col h3 {
    margin-bottom: 10px;
    color: #00bfff;
	text-transform: uppercase;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}
.footer-col ul li {
    margin-bottom: 6px;
}

.footer-col ul li a {
    color: #000;
    text-decoration: none;
}

.hamburger {
            display: flex;
            flex-direction: column;
            cursor: pointer;
        }
        .hamburger div {
            width: 25px;
            height: 3px;
            background-color: #333;
            margin: 4px 0;
			transition: 0.3s;
        }		
		
		
.hamburger.active div:nth-child(1) {
    transform: rotate(45deg) translate(5px, 10px);
}

.hamburger.active div:nth-child(2) {
    opacity: 0;
}

.hamburger.active div:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -10px);
}



.social-icons {
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.job-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 18px 20px;
    margin: 15px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    border-left: 5px solid #007bff;
    transition: all 0.3s ease;
}

.date {
	display: flex;
	margin-bottom: 8px;
	gap: 5px;
	align-items: center;
}

.job-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
	justify-content: space-around;
}

.news {
	border-bottom: 1px solid #f2f2f2;
	padding: 10px;
	display: flex;
	align-items: center;
}

.news-title {
	background: #d32f2f;
	color: #fff;
	padding: 4px 10px;
	border-radius: 6px;
}

marquee {
	margin-left: 10px;
}

 marquee a {
	color: #222;
	font-size: 16px;
	margin-right: 20px;
}

.quick {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	padding: 15px;
	background: #f9f9f9;
}

.quick-box {
	padding: 15px 5px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s;
	
}
.fas {
	font-size: 16px;
	color: #0056b3;
}
 h5 {
	 margin: 5px 0px;
	 font-weight: 600;
	 color: #222;
 }
 .updated {
        background: #fff5f5;
        color: #d32f2f;
    }


}