/*
Theme Name: MY YOJANA THEME
Theme URI: https://yourdomain.com//
Author: Your Name
Version: 1.0
Description: MY YOJANA THEME एक responsive वर्डप्रेस थीम।
*/
* {margin:0;padding:0;box-sizing:border-box;}
body {font-family:"Times New Roman", Times, serif;background:#f7faff;}
.navbar {background:#0b2471;color:white;display:flex;justify-content:space-around;align-items:center;padding:20px 20px;}
.logo {font-size:20px;font-weight:bold;}
.nav-list ul, #nav-menu ul  {list-style:none;display:flex;gap:24px;}
.nav-list ul li a, #nav-menu ul li a {color:white;text-decoration:none;font-size:16px;padding:6px 14px;border-radius:5px;}
.nav-list ul li a:hover, #nav-menu ul li a:hover {background:#fedd59;color:#0b2471;}
.menu-toggle {display:none;flex-direction:column;cursor:pointer;gap:5px;}
.menu-toggle span {width:26px;height:3px;background:white;}
.nav {display:block;}
footer {background:#0b2471;color:white;text-align:center;padding:0px 0;margin-top:0px;}
main {max-width:1000px;margin:24px auto 0;background:white;padding:24px 20px;border-radius:8px;box-shadow:0 0 6px #0002;}
th, td {padding:8px;border-bottom:1px solid #eee;}
th {background:#f5f5f5;}

@media (max-width:768px) {
  .nav-list ul, #nav-menu ul {flex-direction:column;gap:0;}
  .nav {position:fixed;top:56px;right:-100%;width:200px;height:100vh;background:#0b2471;transition:right 0.3s;z-index:9991;}
  .nav.active {right:0;}
  .nav-list ul li, #nav-menu ul li {padding:18px 4px;border-bottom:1px solid #2222;}
  .menu-toggle {display:flex;}
  
	.services-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Hamburger Animation */
.menu-toggle.open span:nth-child(1) {transform:rotate(45deg) translate(6px,6px);}
.menu-toggle.open span:nth-child(2) {opacity:0;}
.menu-toggle.open span:nth-child(3) {transform:rotate(-45deg) translate(7px,-6px);}
.button-container{
  display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    background-color: #f8f9fc;
    border-radius: 12px;
}
.button-blue{
  background-color: #007bff !important;
}
.button-red{
  background-color: #dc3545 !important;
}
.button-orange{
  background-color: #fd7e14 !important;
}
.button-green{
  background-color: #28a745 !important;
}
.button-purple{
  background-color: #6f42c1 !important;
}
.button-yellow{
  background-color: #fcb900 !important;
}
.button-baigani{
  background-color: #9b51e0 !important;
}
.custom-button {
   color: #ffffff !important;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 20px;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s 
ease-in-out, box-shadow 0.2s 
ease-in-out;
    display: inline-block;
}

.footer-widget {
    justify-content: space-between;
    gap: 60px 20px;
    margin-bottom: 60px;
    text-align: left;
    line-height: 1.5;
}
.about-us, .site-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.contact, .footer-widget {
    display: flex;
    flex-wrap: wrap;
}
.copyright, .footer-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 950px;
}

.site-links ul {
    display: block;
    list-style-type: none;
}
.site-links a, .contact a {
    color: #c6c6c6;
    text-decoration: none;
    height: 14px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
}
.skip-to-content, .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
section{
  margin-bottom: 25px;
}
/*services-grid box style*/
.services-grid{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1000px;
    margin: 0 auto;
}
.service-box{
	background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 6px 18px rgba(11, 99, 216, 0.12);
    transition: transform 0.3s ease;
    text-align: center;
}
.service-box h3{
	font-size: 18px;
    font-weight: 600;
    margin: 10px 0
}
.service-box p{
	color: #6b7280;
    font-size: 18px;
    margin-bottom: 15px;
}
.service-box .btn{
	display: inline-block;
    padding: 10px 18px;
    border-radius: 8px;
    background: #0b63d8;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(11, 99, 216, 0.2);
    transition: background 0.3s;
}
.bg-green{
	background-color: #4e946d !important;
}
.bg-red{
	background-color: #e0484a !important;
}

.bg-blue{
  background-color: #007bff !important;
}
.bg-orange{
  background-color: #fd7e14 !important;
}
.bg-purple{
  background-color: #6f42c1 !important;
}
.bg-yellow{
  background-color: #fcb900 !important;
}
.bg-baigani{
  background-color: #9b51e0 !important;
}

.set-heading-bg{
	background: whitesmoke;
    padding: 5px 10px;
}

.set-align-center{
text-align:center;	
}

main ol, main ul {
	padding-inline-start: 15px !important;
}
/*close services-grid box style*/
@media (min-width: 721px) {
    .about-us {
        max-width: 45%;
    }
}
.site-content {
    padding-left: 22px;
	margin-bottom: 20px;
}
h1, h2, h3, h4{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
    line-height: 1.15;
    margin-top: 30px;
    margin-bottom: 8px;
}
h1 {
	font-size:28px; !important;
}

h2, h3, h4 {
    font-weight: 700;
    line-height: 1.15;
    font-size: 23px !important;
    margin: 18px 0 14px 0 !important;
    }
	
	h3, h4 {
    font-size: 20px !important;
    }

p{
    margin-bottom: 25px;
	line-height: 1.5;
    font-size: 18px;
}

.site-content ul, main ul, .wp-block-list{
    padding-left: 22px;
    margin-bottom: 20px;
}

.wp-image-full{
	text-align: -webkit-center;
    margin: 30px auto;
    z-index: 999;
    position: relative;
    background-color: #f9f9f9;
    padding: 10px;
	display: block;
    height: auto;
    width: 100%;
    max-width: 680px;
}