/*!
Theme Name: MobileseKamai
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mobilesekamai
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

MobileseKamai is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* ===== RESET ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ===== GLOBAL ===== */
body {
   font-family: 'Noto Sans Devanagari';
  line-height: 1.6;
  background: #FBBE13;      
  color: #fff;   
  padding:32px;
  /* White text */
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1480px;
  margin: auto;
  
}

.section-heading{
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}


.banner-box{
  background-color: #000000;
  border-radius: 24px;
  padding: 20px;
}


.header-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}


.menu-wrap{
  display: flex;
  list-style: none;
  gap: 30px;
}


header{
      margin-bottom: -104px;
     

}

.logo {
  max-width: 300px;
}

.img-fluid{
  max-width: 100%;
  height: auto;
	width: 100%;
}

.hero-banner{
      margin-top: 106px;
    border-radius: 20px;
    overflow: hidden;
}

.top-cat-block{
  background-color: #000000;
  border-radius: 24px;
  padding: 20px;
  margin-top: 20px;
}

.cat-box-wrap{
  display: flex;
  gap: 20px;
}


.cat-blck .cat-img{
  width: 70px;
  height: 70px;
  background: #000000;
  border-radius: 100%;
  padding: 10px;
  display: flex;
  align-items: center;

} 

.cat-blck{
  background-color: #FBBE13;
  padding: 20px;
  border-radius: 24px;
  overflow: hidden;
}


.box-heading{
color:#000000;
margin: 10px 0px;
}

.box-text{
color:#000000;
display: -webkit-box;
  -webkit-line-clamp: 2;   /* kitni line dikhani hai */
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.box-wrap{display: flex;gap: 20px;}


.box-wrap-left{
  width: 70%;
}

.box-wrap-right{
  width:30%;
}


footer{
  background-color: #000000;
  margin-left: -32px;
  margin-right: -32px;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: -32px;
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
}


.footer-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.img-box{
  padding: 0;
}


.img-box img{
  display: block;
}
.box-bootm-bx{
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}






.img-box-feature{
  padding: 0;
}


.img-box-feature img{
  display: block;
}


.img-box-feature a{
  display: flex;
  align-items: center;
}


.feature-post-img{
  width: 50%;
}

.feature-post-img img{
  height: 130px;
  object-fit:cover;
}


.feature-post-wrap{
  width: 50%;
}


.feature-post-wrap p{
    display: -webkit-box;
  -webkit-line-clamp: 2;   /* kitni line dikhani hai */
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.box-heading{
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* kitni line dikhani hai */
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.feature-boxed{
  display: flex;
  flex-direction: column;
}



.top-cat-box{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.latest-box{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.popular-box{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.category header{
	margin-bottom:0 !important; 
}

.single-post header{
	margin-bottom:0 !important; 
}

.page-template-page-blog header{
	margin-bottom:0 !important; 
}

.single-wrap-grid{
	 display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 20px;
}


.single-wrap-left .box-wrap-left{
	width:100%
}

.single-wrap-right .box-wrap-right{
	width:100%
}

.single-wrap-left{
	width: 100%;}
.single-wrap-right{
	width: 100%;
  position: sticky;
  top: 20px; /* navbar ke niche space */
  height: fit-content;
}


.single-featured-img{
	border-radius:24px;
	overflow:hidden
}


.single-featured-img{
	margin-bottom:20px;
}

.single-content p{
	font-size:20px;
	    line-height: 32px;
	text-align: justify;

}

.single-content p{
	margin-bottom:20px;
}

.single-content p:last-child{
	margin-bottom:0;
}


@media screen and (max-width: 767px) {
  .single-content p {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}
}

@font-face {
    font-family: 'Noto Sans Devanagari';
    src: url('https://mobilesekamai.com/wp-content/uploads/fonts/NotoSansDevanagari-Regular.woff2') format('woff2'),
        url('https://mobilesekamai.com/wp-content/uploads/fonts/NotoSansDevanagari-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Devanagari';
    src: url('https://mobilesekamai.com/wp-content/uploads/fonts/NotoSansDevanagari-Bold.woff2') format('woff2'),
        url('https://mobilesekamai.com/wp-content/uploads/fonts/NotoSansDevanagari-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



.hero-banner-inner{
	    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.hero-banner-inner{
	font-size:50px;
}

.menu-wrap2{
	 display: flex;
  list-style: none;
  gap: 30px;
}

.feature-post-wrap{
	padding-left:10px;
	padding-right:10px;
}


.box-bootm-bx a{
	color:#000000
}

/* === Contact Form 7 Dark Stylish Design === */

.wpcf7 {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    background: #111;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    font-family: Arial, sans-serif;
}

/* Labels */
.wpcf7 label {
    display: block;
    color: #ccc;
    font-size: 14px;
    margin-bottom: 6px;
}

/* Inputs + Textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 18px;
    border: 1px solid #333;
    border-radius: 8px;
    background: #1a1a1a;
    color: #fff;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
}

/* Focus Effect */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #FBBE13;
    box-shadow: 0 0 8px rgba(76, 175, 80, 0.5);
}

/* Placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #777;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
    width: 100%;
    background: #FBBE13;
    border: none;
    padding: 14px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
	color:#000000
}

/* Hover */
.wpcf7 input[type="submit"]:hover {
    background: #FBBE13;
    transform: translateY(-2px);
}

/* Messages */
.wpcf7-response-output {
    margin-top: 15px;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
}

/* Success */
.wpcf7-mail-sent-ok {
    background: #2e7d32;
}

/* Error */
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
    background: #c62828;
}

/* Responsive */
@media (max-width: 600px) {
    .wpcf7 {
        padding: 20px;
    }
}

.header__nav-button {background: transparent; display: none; width: 24px;  height: 18px;border: none;-webkit-appearance: none;-moz-appearance: none;appearance: none; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);position: relative;
    z-index: 1; }
.header__nav-button:hover, .header__nav-button:focus {  outline: none; }
.header__nav-button > span {   background: #fff; display: block; position: absolute; height: 2px; width: 100%; left: 0; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);   -webkit-transition: 0.3s ease-in-out, background 0.2s cubic-bezier(0, 0, 0.58, 1);   -o-transition: 0.3s ease-in-out, background 0.2s cubic-bezier(0, 0, 0.58, 1);   transition: 0.3s ease-in-out, background 0.2s cubic-bezier(0, 0, 0.58, 1); }
.header__nav-button > span:nth-child(1) { top: 0px; }
.header__nav-button > span:nth-child(2) { top: 8px; }
.header__nav-button > span:nth-child(3) {top: 16px; }
.header__nav-button.active > span:nth-child(1) { top: 8px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }
.header__nav-button.active > span:nth-child(2) { opacity: 0;left: -60px; }
.header__nav-button.active > span:nth-child(3) { top: 8px;-webkit-transform: rotate(-135deg);-ms-transform: rotate(-135deg);transform: rotate(-135deg); }


.hero-banner-inner h1{
  font-size:80px;
}

@media screen and (max-width: 1200px) {
 .section-heading {
    font-size: 31px;
   
}
}

@media screen and (max-width: 992px) {
 
	body{
		padding-left:10px;
		padding-right:10px;
	}
	
	.box-wrap{
		flex-direction:column;
		
	}
	
	.box-wrap-left{
		width:100%;
	}
	
	.box-wrap-right{
		width:100%;
	}
	
	.top-cat-box{
		display: grid;
    grid-template-columns: repeat(2, 1fr);
	}
	
	.popular-box{
		display: grid;
    grid-template-columns: repeat(2, 1fr);
	}
	
	footer{
	margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;	
	}
	.single-wrap-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
	
	
}

@media screen and (max-width: 767px) {
	
	
	.hero-banner-inner h1 {
    font-size: 55px !important;
}


	
	.header__nav-button{
		display:block
	}
	
	    .menu-wrap {
        display: flex;
        flex-direction: column;
    }
	    .menu-box {
               position: fixed;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: 1;
        left: -100%;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
	
	.menu-box.active{
		left:0;
	}
	
	body.active{
		overflow:hidden;
	}
	
	.footer-wrap{
		flex-direction:column
	}
	
	
	
}

@media screen and (max-width: 640px) {
     .top-cat-box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
	
	.latest-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
}

@media screen and (max-width: 540px) {
 .menu-wrap2 {
    display: flex;
    list-style: none;
    gap: 10px;
    flex-direction: column;
    text-align: left;
    width: 100%;
	 margin-bottom:10px;
}
	.footer-wrap {
        flex-direction: column-reverse;
    }
	
	.logo {
    max-width: 200px;
}
	
}



.disclaimer p {
	margin:10px 0px;
}

.disclaimer h2 {
	margin:10px 0px;
}


.privacy-policy p {
	margin:10px 0px;
}

.privacy-policy h2 {
	margin:10px 0px;
}