/*!
Theme Name: Captain Freebie
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: Captain-Freebie
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.

freebiepoint 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: "Libre Baskerville", serif;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: 'inter', sans-serif;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inter, sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 1rem;
	line-height: 1.5;
	font-family: 'inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Bebas Neue', sans-serif !important;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'inter', sans-serif;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: 'inter', sans-serif;
}


abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* colors */

:root {
  --gradient-hero: linear-gradient(135deg, hsl(180 85% 45%) 0%, hsl(190 80% 55%) 100%);
}



.archive .page-header 
{ 	display: none; }  

.search .page-header 
{ 	display: block; }


.header-btn button
{
	    background: linear-gradient(135deg, rgb(21, 80, 157) 0%, rgb(28, 103, 202) 50%, rgb(53, 129, 227) 100%);
}

.header-btn button:hover
{
	color: #FFFFFF !important;
}

.header-btn a
{
	text-decoration: none;
}

.header-btn span
{
	font-size: 14px;
	padding-left: 10px;
}

.featured-btn .custombutn a, .box-form input[type="submit"], .sidebar-main input[type="submit"], .bi-geo-alt-fill::before, .bi-telephone-fill::before, .custombutn a
{
	    background: linear-gradient(135deg, rgb(21, 80, 157) 0%, rgb(28, 103, 202) 50%, rgb(53, 129, 227) 100%);
}

/* h1,h2,h3,h4,h5,h6, .foter-cat ul li a
{
	color: #1F262E !important;
} */

.header-btn button
{
	color: #FFFFFF;
	line-height: inherit;
}

.header-search .search-form .search-field, .header-btn button, .featured-btn .custombutn a
{
	border-radius: 10px;
}

.header-search
{
	margin-bottom: 20px;
}



/* header */

.site-branding
{
	width: 65%;
}

#first-header
{
	background: #2ed87b;
    padding: 0px 12px;
}


#header {
    box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
	background-color: #FFFFFF;
}

#social-menu li a
{
	color: #333;
    padding-right: 15px;
	font-size: 14px;
}

/* .header-contnr
{
	padding-bottom: 15px;
} */

.menu-sec
{
	padding: 5px 0px;
	display: flex;
	align-items: center;
}

.menu-sec-2
{
	padding: 15px 0px 0px;
}

.main-navigation ul
{
	justify-content: end;
}

.header-search, .header-social
{
	align-self: center;
	    text-align: right;
}

.header-social .cm-social li
{
	margin-bottom: -25px;
}

.header-search .search-form
{
	display: flex;
	justify-content: center;
	margin: auto;
	    padding: 5px;
}

.header-search label
{
	width: 50%;
}

.header-search .search-form .search-field
{
       line-height: 25px;
    width: 100%;
    height: 44px;
    padding-left: 15px;
    border: 2px solid #ddd;
    font-size: 14px;
	padding: 25px;
}

.search-main
{
	display: flex;
	justify-content: right;
}

.search-form .search-submit
{
	background-color: #f67055;
    color: #fff;
    border-radius: unset;
    border: unset;
}

#mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-item > a.mega-menu-link
{
	    background: #f1f5f9;
    border-radius: 50px;
    border: 1px solid #d7e0ea;
	display: flex;
    align-items: center;
}

#mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-item > a.mega-menu-link:hover
{
	background: #f1f5f9;
}


#samples
{
	background: linear-gradient(to bottom, #f1f5f9 0%, #ffffff 100%);
    padding: 64px 12px;
}

.smples-head
{
	text-align: center;
}

.smples-head h2
{
	color: #141D2E;
	font-size: 36px;
	letter-spacing: .05em;
	font-weight: 400;
	margin-bottom: 40px;
}

.smple-cntnt p
{
	font-size: 16px !important;
	margin: 0;
}

.smples-head p
{
	font-size: 18px;
	color: #7588A3;
}

.smple-main
{
	display: flex;
    text-align: center;
}

.smple-box
{
    padding: 0px 10px;
}

.smple-cntnt h3
{
	font-size: 24px;
    letter-spacing: .025em;
    font-weight: 400;
    color: #141D2E;
    margin: 36px 0px 10px;
}


/* Styling for the SVG icon itself */
#why .smple-cntnt .icon {
       width: 70px;
    padding: 20px;
    height: 70px;
    border-radius: 50px;
    stroke: #dc2626;
}

.smple-cntnt .icon {
       width: 70px;
    padding: 20px;
    height: 70px;
    border-radius: 50px;
    stroke: #dc2626;
}

.svg-h3
{
	margin-top: 10px !important;
}

.bi-cursor, .bi-patch-check, .smple-cntnt .bi-clock, .smple-cntnt .bi-gift
{
	background-color: #F59E0B15 !important;
	color: #f59e0b !important;
}

.bi-search, .bi-cursor, .bi-shield, .bi-patch-check, .bi-lock, .smple-cntnt .bi-clock, .smple-cntnt .bi-gift
{
	background: #1E40AF15;
    padding: 14px 20px;
    border-radius: 50%;
    font-size: 30px;
	color: #1e40af;
}

.smple-cntnt
{
	border: 2px solid #d7e0ea;
    padding: 32px 22px;
    border-radius: 12px;
	background: #F8FAFC;
}

.news-points .bi
{
	color: #fbbd23 !important;
	padding-right: 10px;
}



#why
{
	background: #FFFFFF;
	padding: 64px 12px;
}

#how
{
	padding: 64px 12px;
}

#why .smples-head h2
{
	margin-bottom: 40px;
}

#how .smple-cntnt
{
	    background: #F8FAFC;
}

#how .smple-cntnt .bi
{
	color: #f59f0a;
	background-color: unset !important;
}

#how .smple-cntnt .icon
{
	    width: auto;
    height: auto;
    padding: 0;
    stroke: #f59f0a;
}

#why .smple-cntnt h3
{
	font-size: 20px;
	letter-spacing: 0.8px;
}

#how .smple-cntnt h3
{
	font-size: 20px;
	letter-spacing: 0.8px;
}

#how .smple-cntnt p {
    font-size: 14px !important;
}

#why .smple-box {
    display: flex;
}


#testi
{
	padding: 64px 12px;
	background: #F8FAFC;
	display: none;
}

#testi .smple-cntnt
{
	text-align: left;
}

#testi .smple-cntnt p {
    margin-bottom: 24px;
	color: #141D2E;
}

.testi-cntnt
{
	display: flex;

}

.testi-cntnt img
{
	width: 15%;
	height: 100%;
	margin-right: 15px;
}

.testi-cntnt p
{
	margin-bottom: 0px !important;
}


/* 1. Main Form Container Setup (Full Rounded Shape) */
.search-form {
    display: flex;       /* Elements ko ek line mein laaye */
    align-items: center; 
    max-width: 700px; 
    width: 100%;
    background-color: #f8fafc;
    /* Full rounded shape */
    border-radius: 50px !important; /* !important lagaya taake koi aur style override na kare */
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    /* Input field aur button ka border remove karne ke baad, container par light border dein */
    border: 2px solid #1c67ca4d !important; 
    overflow: hidden !important;    /* **Most important:** Isse corners smooth hote hain */
    position: relative; 
}

/* 2. Hidden Label & Input Field Wrapper */
.search-form label {
    flex-grow: 1;        /* Input field ko zyada jagah de */
    display: flex;
    margin: 0;
}

/* 3. Search Input Field Styling */
.search-form .search-field {
    flex-grow: 1;
    width: 100%;
    
    /* Button ki taraf ke corners ko hata diya, sirf left side round */
    border-radius: 50px 0 0 50px !important; 
    border: none !important; /* Input field ke border ko hamesha ke liye remove karein */
    outline: none;
    
    font-size: 16px;
    color: #333;
    /* Icon ke liye left padding */
    padding: 15px 10px 15px 50px; 
}

/* 4. Submit Button Styling */
.search-form .search-submit {
    flex-shrink: 0; 
    
    /* Design matching the screenshot */
    background-color: #E88267; /* Salmon/Coral Color */
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 30px; 
    border: none !important; /* Button ke border ko hamesha ke liye remove karein */
    cursor: pointer;
    transition: background-color 0.2s;
    
    /* Sirf Right Corners Round, Left Corners Hata diye */
    border-radius: 12px !important; 
    height: 100%; 
}

.search-form .search-submit:hover {
    background-color: #d1755c; 
}



.sec-menu-sec .main-navigation
{
	display: flex;
	justify-content: center;
}


/* body */

#first-sec
{
	/* background-image: url('images/header-img.jpg'); */
	/* background-repeat: no-repeat; */
	background-color: #2d61ad;
	padding: 60px 12px;
	
}

.head-cntnt h1
{
	color: #fff;
	font-size: 52px;
}

.head-cntnt p
{
	font-size: 18px;
    color: #fff;
}

#cntnt-head
{
	    padding: 60px 12px;
		background: #f8fafc;
}

#cntnt-head .featured-btn, #archive .featured-btn, .single-post .featured-btn
{
	display: none;
}

#featured .cntnt-btn
{
	display: none;
}

.featured-btn .custombutn a
{
    width: 100%;
    float: right;
	padding: 10px;
}

.featured-btn .custombutn a:hover
 {
	background-color: #ffcc33e6;
 }

.test-prep-cntnt
{
	text-align: center;
	padding: 30px 12px 15px 12px;
}

.test-prep-cntnt h2
{
	margin-bottom: 20px;
	font-weight: bold;
}

.header-img img
{
	width: 65%;
    float: right;
	margin-top: -50px;
}

.footer-img
{
	    display: flex;
    justify-content: center;
}

.footer-img img
{
	    width: 45%;
	    object-fit: contain;
	    margin-top: -50px;
}

.explr-btn
{
	background-image: linear-gradient(135deg, rgb(21, 80, 157) 0%, rgb(28, 103, 202) 50%, rgb(53, 129, 227) 100%);
}

.works-btn:hover
{
	background-color: #ffffff0d;
	transition-duration: .3s;
}

.headr-btn a
{
	    text-decoration: none;
    color: #FFFFFF;
	    padding: 12px 32px;
		border: 1px solid #ffffff33;
		border-radius: 8px;
		margin-right: 10px;
}

#featured
{
	background: #141d2e;
    padding: 60px 12px;
}

.ftrd-cntnt
{
	text-align: left;
	color: #ffffff;
}

.ftrd-cntnt h1
{
	font-size: 72px;
    font-weight: 500;
    color: #ffffff !important;
    margin: 12px 0px;
    line-height: 1;
    letter-spacing: .05em;
	margin-top: 20px;
}

.ftrd-cntnt p
{
	font-size: 18px;
}

.ftrd-cntnt .new-freebies
{
	background: #ffcc3333;
    border-radius: 50px;
    padding: 10px 12px;
	font-size: 14px;
}

.post-head .new-freebies
{
	background-color: 	#B125251A;
	border-radius: 50px;
    padding: 10px 12px;
	font-size: 14px;
	font-weight: bold;
}

.ftrd-cntnt .free-stuff
{
	color: #ffcc33;
}

.featured-main .site-main
{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.post-head
{
	text-align: center;
	margin-bottom: 40px;
}

.post-head h2 
{
	font-size: 60px;
    letter-spacing: .05em;
    font-weight: 500;
    color: #141D2E;
	margin-top: 20px;
}

.post-head p
{
	font-size: 18px;
}

.cntnt-main .site-main, .archive .site-main
{	
	justify-content: space-between;
	display: flex;
    flex-wrap: wrap;
    margin-right: -30px;	
}

.featured-main article
{
	width: calc(50% - 30px) !important;
	display: flex;
}

.cntnt-main .site-main article, .archive .site-main article
{
	margin-right: 30px;
    width: calc(33% - 30px);
    background: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-bottom: 30px;
	border-radius: 12px;
}


.featured-main .site-main article
{
	margin-bottom:0;
}

.cntnt-main .site-main .post-main, .archive .site-main .post-main
{
	/* display: flex; */
}

/* .cntnt-main .site-main article:hover, .archive .site-main article:hover
{
	box-shadow: 0 3px 50px -2px rgba(0, 0, 0, 0.2) ;
	transition: .3s all ease;
	height: 470px;
} */

.featured-main .post-img img
{
	border-radius: 16px;
	width: 220px;
    height: 180px;
    object-fit: cover;
}

.cntnt-main .post-img img
{
	border-radius: 10px 10px 0px 0px;
}

#cntnt-head .post-main img, .archive .site-main img	
{
	    width: 450px;
    height: 250px;
    object-fit: cover;
}

.post-main p
{
	color: #7588A3;
	font-size: 20px;
}

.post-img
{
	width: 100%;
}

.featured-main .site-main .post-heading
{
	display: flex !important;
	padding: 0px 15px 15px 15px;
}

 .post-main .post-heading
{
	display: block !important;
}

/* .cntnt-main .site-main article img
{	
	height: 400px;
} */

.cntnt-main .site-main .entry-header, .archive .site-main .entry-header
{
	padding: 10px 20px 0px;	
}

.cntnt-main .site-main .entry-title, .archive .site-main .entry-title
{
	text-align: left;
	margin-bottom: 0px;
	line-height: 0.8;
}



.cntnt-main .site-main .entry-title a, .archive .site-main .entry-title a
{
	font-size: 24px;
    text-decoration: none;
    color: #141D2E;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.6px;
}

.cntnt-main .entry-content, .archive .entry-content
{
	/* margin-top: 15px;
	position: absolute;
    bottom: 0; */
	margin-top: 0;
	padding: 5px 20px 20px 20px;
/* 	position: absolute; */
    bottom: 0;
}

.search .entry-content
{
	position: unset;
}

.cntnt-main .site-main .entry-content p, .archive .entry-content p
{
    font-size: 14px;
	margin: 0;
	padding-bottom: 20px;
	line-height: 1.8;
}

.featured-main
{
	margin-top: 50px;
}

/* 
.featured-main .entry-content
{
	padding: 0;
	margin:0;
	position: unset;
}



.featured-main
{
	width: 100%!important;
	margin: auto;
	margin-right: 60px;
} */

/* .featured-main article
{
	    display: flex;
    width: 100% !important;
} */

.cntnt-main .site-main .entry-content .link-more, .archive .entry-content .link-more
{
	display: none;
}

.custombutn
{
	margin-left: auto;
    align-self: center;
    padding-right: 0px;
}

.featured-main .link-more
{
	display: none;
}

.custombutn a
{
	text-decoration: none;
    font-weight: 700;
    border-radius: 10px;
    color: #fff;
    padding: 12px 16px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    width: 100%;

}

.custombutn a:hover
{
	background-color: #314555;
;
	transition: all 0.5s;
}

.featured-main .entry-content p
{
color: #FFFFFFB2;
	font-size: 18px;
}

.cntent-main 
{
	    border-bottom: 1px solid #dae0e7;
    border-left: 1px solid #dae0e7;
    border-right: 1px solid #dae0e7;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	border-radius: 12px;
}



/* featured post end */


#achv-nmbr
{
	padding: 32px 12px 12px 12px;
}

.achvment-nmbr h3
{
	color: #1C67CA;
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 5px;
}

.achvment-nmbr p
{
	font-size: 14px;
}

.achvment-nmbr .bi
{
	    font-size: 30px;
    color: #fbbd23;
}

.achvment-nmbr p
{
	    color: #7588A3;
}

#hdr-search
{
	padding: 20px 12px 44px 12px;
}

.achv-nmbr
{
	display: flex;
	text-align: center	;
}


/* search */

.search article img
{
	padding: 0px 0px 15px 0px;
}

/* sidebar */

/* sidebar */

/* .sidebar-main
{
	/* background-color: #fff; */
	padding: 0px 12px 12px 12px;
	border-radius: 10px;
}

.wp-block-group__inner-container {
    background-color: #314555;
    text-align: left;
}

.sidebar-main .wp-block-group__inner-container h2 {
	font-size: 18px;
    padding: 0px 7px;
    font-weight: bold;
	color: #22222A;
    padding: 5px 15px;
}

.sidebar-main .widget-area
{
	padding: 10px !important;
}

.sidebar-main .widget_text h2
{
	font-size: 25px;
	font-weight: bold;
    color: #000;
    background: #C4DBF6;
    padding: 5px 15px;
	margin-bottom: 0px;
}

.sidebar-main .widget_text
{
	margin: 0;
}

.sidebar-main .widget_block .cm-social
{
	background: #fff;
}

.sidebar-main .widget_block .cm-social li {
    margin-top: 0px;
    padding: 10px 5px 10px 15px;
	display: flex;
}

.sidebar-main .sid-label
{
	width: 100%;
}

.sidebar-main .widget_block
{
	padding: 25px 15px 10px 15px !important;
}

.sidebar-main .widget_block .cm-social li a span {
    font-size: 24px;
    color: #B23850;
}

.cm-form-cont
{
	text-align:center;
}

.wp-block-search__button
{
	background: #2d4558;
	color: white;
}

.sidebar-main .wp-block-group__inner-container a{
	width: 100%;
    display: inline-block;
    padding: 15px 15px 20px 15px;
    color: #22222A;
    font-weight: 400;
    position: relative;
    z-index: 1;
	text-decoration: none;
    background-size: 200%;
    transition: .5s ease-out;
	font-size: 14px;
}

.sidebar-main .wp-block-group__inner-container ul li a:hover
{
	background-position: left;
	background: #f1ece480;
	border-radius: 12px;
	    padding: 12px;
}

.sidebar-main .box-form
{
	width: 100%;
	background: unset;
}

.sidebar-main input
{
	width: 100%;
	    padding: 10px;
    border-radius: 12px;
    font-size: 14px;	
}

.sidebar-main .wp-block-group__inner-container ul{
    display: inline-block;
    list-style: none;
    width: 100%;
    margin: 0px;
	padding: 0px;
}

.wpcf7-spinner
{
	display: none;
} */



/* faqs */

.faq-container {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  font-family: sans-serif;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.faq-question {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 20px;
  transition: 0.3s;
}

.faq-item.active .faq-question::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding: 10px 0;
  color: #FFFFFFCC;
  font-size: 14px;
}


/* how it works */


#count-sec .row
{
	justify-content: center;
}

#count-sec
{
	background: linear-gradient(to bottom, #f1f5f9 0%, #ffffff 100%);
	padding: 48px 12px;
}

.count-sec
{
	    display: flex;
    align-items: flex-start;
	    margin-top: 54px;
}

.count
{
	padding: 14px 30px;
    background: #FAB501;
    border-radius: 50px;
    font-size: 28px;
	font-weight: bold;
}

.count-cntnt
{
	padding-left: 25px;
}

.count-cntnt h3
{
	font-weight: 400;
	letter-spacing: 0.6px;
	font-size: 26px;
}

.count-para p
{
	margin-bottom: 8px;
	font-size: 14px;
	color: #141D2E !important;
	font-weight: bold;
}

.faq-cta
{
	padding: 0px !important;
}

.count-para .bi
{
	margin-right: 5px;
}

/* contact page */

#contact
{
	padding: 64px 12px;
	text-align: center;
}

#cntct-frebie .row
{
	justify-content: center;
}

#contact h2
{
	font-size: 36px;
    letter-spacing: 0.7px;
}

#contact p, .about-cntnt p
{
	font-size: 18px !important;
    color: #7588a3;
}

#contct-main .row
{
	justify-content: center;
	text-align: center;
}

.count-cntnt p
{
	color: #7588A3;
}

#cntct-frebie .cta-sec
{
	padding: 0px;
}

.cntct-bx
{
	text-align: center;
}

.cntct-bx h3
{
	    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.7px;
}

.cntct-frebie h3
{
	font-size: 36px;
}

.cntct-bx p
{
	font-size: 14px;
}

.cntct-head
{
	text-align: left;
}

.cntct-head h3
{
	    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.7px;
	text-align: center;
}


/* contact form */

#cm-contact-form{
    /* box-shadow: 3px 5px 15px #0000001a; */
	background: #fff;
}
.cm-heading h2 ,.cm-content h1,#reply-title,
#cm-contact-form h2 {
    font-size: 35px;
    color: #00131C;
    font-weight: 600;
	margin-bottom: 20px;
}

#cm-contact-form span {
    
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
    color: #666666;
    width: 100%;
	text-align: left;

}

#cm-contact-form label {
    width: calc(50% - 15px);
    margin: 0;
}

#cm-contact-form {
    display: flex;
    flex-wrap: wrap;	
	border-radius: 12px;
}

.cntnt-form
{
	padding: 0;
}

#cm-contact-form .labels
{
	font-size: 14px;
	margin-bottom: 10px;
	color: #22222A;
}

.subject
{
	width: 100% !important;
}

.mesg
{
	width: 100% !important;
}

#cm-contact-form label + br {
    display: none;
}

#cm-contact-form p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 0
}

#cm-contact-form label:nth-of-type(5) {
    width: 100%;
}

#cm-contact-form input[type="submit"] {
    background: linear-gradient(135deg, rgb(21, 80, 157) 0%, rgb(28, 103, 202) 50%, rgb(53, 129, 227) 100%);
    padding: 12px 30px 12px 30px;
    font-size: 14px;
    line-height: normal;
	border:none;
    justify-self: flex-end;
    display: inline-block;
    width: max-content;
	color: #fff;
	opacity: 1 !important;
	border-radius: 12px;
}

#cm-contact-form input[type="submit"]:hover {
    background: #50ccab;
	transition: all 0.5s;
 
}

.cm-tel {text-align: right;width: 100%;position: relative;}

.cm-tel:before {content: '';position: absolute;right: 140px;top: 0;bottom: 0;margin: auto;width: 20px;height: 20px;background-image: url(/wp-content/uploads/2022/04/telegram.png);background-size: contain;background-repeat: no-repeat;background-position: center;display: inline-block;z-index: 9;}

#cm-contact-form label input,
#cm-contact-form label select {
    width: 100%;
    height: 40px;
}

#cm-contact-form label textarea,
#cm-contact-form label input,
#cm-contact-form label select {
    font-size: 16px;
    color: #B2B2B2;
    padding: 8px 14px;
    font-weight: 400;
    border: 1px solid #B2B2B2;
    border-radius: 10px;
	background-color: #fbf8f4;
}

#cm-contact-form label textarea::placeholder,
#cm-contact-form label input::placeholder {
    color: #B2B2B2;
}

#cm-contact-form label textarea:focus-visible,
#cm-contact-form label input:focus-visible,
#cm-contact-form label input:focus-visible {
    outline: none;
}

#cm-contact-form span.wpcf7-spinner {
	margin: 0;
    position: absolute;
    bottom: 40px;
    right: 0;
    display: inline-block;
	width: 20px;
	height: 20px;
	top: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    text-align: center;
    display: inline-block;
    width: max-content;
    margin: auto;
    margin-top: 20px;
}

#cm-contact-form span.wpcf7-not-valid-tip {
	
	font-size: 12px;
	display: inline-block;
	width: max-content;
	position: relative;
	padding: 3px 10px;
	background: #f75973;
	color: #fff;
	border-radius: 50px;
	margin-top: 12px;
	z-index: 2;
}

#cm-contact-form span.wpcf7-not-valid-tip:after {content: '';position: absolute;top: -5px;left: 18px;width: 10px;height: 10px;background: #f75973;display: inline-block;transform: rotate(45deg);z-index: -7;}



/* sidebar contact form */

.sidebar-main .wpcf7 
{
	background: linear-gradient(to bottom right, #f9ebe9 0%, #f9ebe9 60%, #faf2e5 90%);
    padding: 25px 15px 10px 15px;
	border-radius: 12px;
}

.sidebar-main .cm-form-cont h2 {
    font-size: 18px;
    color: #000;
	padding-top: 10px;
    display: inline-block;
	font-weight: bold;
}

.sidebar-main .cm-frm p {
    color: #000;
    font-size: 13px;
/*     line-height: 16px; */
/*     font-family: 'Nunito Sans', sans-serif; */
    margin: 15px 0px 0px 0px;
	font-weight: bold;
}

.sidebar-main .bi-envelope
{
    font-size: 40px;
    margin: 0px;
}

.cm-frm label {
    margin: 0px;
    width: 100%;
}

.posts-navigation
{
	display: none;
}

/* sidebar newsletter */

.cm-frm h2
{
	color: #000;
    font-size: 22px;
    text-align: center;
    font-weight: 900;
}

.cm-frm p
{
	text-align: center;
}

.form-p a
{
	text-decoration: none;
	color: #000;
}

.cm-frm input[type="submit"] {
/*     font-family: 'Nunito Sans', sans-serif; */
    font-size: 15px;
    padding: 12px 10px;
    width: 100%;
    background: #B23850;
    color: #fff;
    font-weight: bold;
    min-height: 30px;
}

.sidebar-main .cm-frm label input {
    height: 40px;
    min-height: 0px;
    width: 100% !important;
	padding: 10px;
}



/* about */

#about-main, #contct-main, #faq
{
	padding: 64px 12px;
	background-color: #f8fafc !important;
}

.faq-head
{
	text-align: center;
}

#about-main .row, #contct-main .row, #faq .row
{
	justify-content: center;
}

.about-cntnt
{
	text-align: center;
	margin-bottom: 24px;
}

.faq-head h2
{
	color: #141d2e;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 0.6px;
}

.about-cntnt h2, .cntct-head h2, #contact h2
{
	font-size: 48px;
}

.about-cntnt p, .cntct-head p, .faq-head p
{
	font-size: 20px;
}

.abt-stry, .abt-bxs, .cntct-bx, #cm-contact-form , .faq-sec, .sidebar-main .widget_block, .single-post .site-main
{
	background-color: #FFFFFF;
	padding: 30px;
	border-radius: 12px;
	border: 1px solid #e8e2d9;
	margin-bottom: 30px;
}

#about-main
{
	background-color: #f8fafc !important;
}
/* 
#faq
{
	    background: linear-gradient(to bottom, #f1f5f9 0%, #ffffff 100%);
} */

.faq-sec
{
	    background-color: #141d2e !important;
		color: #FFFFFF;
}

.claim-card 
{
	    padding: 32px;
    background: #FFFFFF;
    border: 2px solid #d7e0ea;
    border-radius: 24px;
    margin-top: 40px;
}

.claim-box
{
	    display: flex;
    align-items: center;
	gap: 15px;
	margin-bottom: 15px;
	color: #141d2e;
}

.claim-card h3
{
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.6px;
	color: #141d2e;
}

.claim-box	.num
{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #1C67CA;
    color: #ffffff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
}

.single-terms 
{
	margin-top: 30px;
}

.single-terms h4
{
	font-size: 18px;
}

.single-terms ul
{
	    margin: 0;
    padding-left: 16px;
}

.single-terms ul li
{
	font-size: 14px;
	color: #7588A3;
}

.single-post .site-main
{
	padding: 0px;
}

.single-post .cntent-main
{
	border: unset;
}

.single-post .custombutn a
{
	width: 100%;
}

#cntct-frebie
{
    background: #0c1120;
    color: #fff;
	padding: 64px 12px;
}

.cntct-frebie p
{
	font-size: 18px;
	color: #FFFFFFCC;
}

.cntct-frebie
{
	
	padding-bottom: 0;
	text-align: center;
}

.abt-bxs-main
{
	display: flex;
    gap: 10px;
    justify-content: center;
    padding: 0px 5px;
}

.abt-bxs .bi, .cntct-bx .bi
{
	font-size: 28px;
}

.abt-bxs h3
{
	font-size: 20px;
}

.abt-bxs p, .cmunity-nmbr p, .cntct-bx p
{
	margin-bottom: 0px;
}

.cmunity, .cta-sec
{
	text-align: center;
	    background: #0c1120;
    padding: 30px;
}

.cmunity h2, .cmunity p, .cmunity-nmbr h3, .cmunity-nmbr p, .cta-sec h2
{
	color: #FFFFFF !important;
}

.cta-sec p
{
	color: #FFFFFFCC;
}

.cta-sec
{
	padding: 64px 30px;
}

.cta-sec p
{
	margin-bottom: 30px;
}

.cta-sec h2
{
	font-size: 36px;
    font-weight: 400;
    letter-spacing: 0.6px;
}

.cta-sec a
{
	    text-decoration: none;
    color: #22222A;
    background: #fab505;
    padding: 12px 20px;
    border-radius: 12px;
	font-weight: 600;
	font-size: 14px;
}

.cmunity-nmbr
{
	display: flex;
	justify-content: space-around;
	text-align: center;
}


/* featured sec */

/* .featured-post-section
{
	margin-bottom: 60px;
} */

/* newsletter */

.footer-box
{
	background-color: #2d61ad;
	padding: 15px 12px 7px 12px;
}

.box-heading
{
	text-align: end;
	padding: 5px 12px;
}

.box-heading .newsletter-heading
{
	color: #fff;
}

.box-form .wpcf7 form
{
	display: block;
	width: 100%;
}


.form-row {
      display: flex;
    gap: 10px;
    justify-content: space-between;
}

.form-row .form-group input {
  flex: 1;
 padding: 12px 20px;
    font-size: 14px;
    height: 50px;
    box-sizing: border-box;
	    border: unset;
    background: #FFFFFF1A;
	width: 100%;
	    border: 1px solid #ffffff33;
    border-radius: 6px;
}

.form-submit p
{
	margin-bottom: 0px !important;
}

.form-check {
  width: 100%;
  margin-top: 0px;
	padding: 0px;
}

.achvment-cntnt strong
{
	font-size: 30px;
}

.achvment-cntnt p
{
	font-size: 14px !important;
	text-transform: uppercase;
}

.form-check input[type="checkbox"] {
  appearance: none;        /* default checkbox remove */
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 2px solid #333; /* border color */
  border-radius: 50%;      /* circle banane ke liye */
  outline: none;
  cursor: pointer;
  position: relative;
}

.form-check input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #333; /* check mark color */
  border-radius: 50%;
}

.form-submit input {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  height: auto; 
}

.box-form
{
	    width: 65%;
		margin-bottom: 25px;
}

.box-form input[type="submit"], .sidebar-main input[type="submit"] 
{
    color: #fff;
    line-height: 1;
    padding: 10px 12px;
    border: none;
    opacity: 1;
    font-size: 14px;
    font-weight: 600;
    /* height: 50px; */
	width: 100%;
}

.form-check label {
  display: flex;
  align-items: center; /* checkbox aur text vertical align */
  gap: 10px;           /* checkbox aur text ke beech ka space */
  cursor: pointer;
}



.form-head h2
{
    font-size: 36px;
}

.form-head p
{
	    font-size: 18px;
}

.wpcf7-list-item-label
{
	font-size: 14px;
    color: #6C8093;
}

.form-check input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #333; /* inner circle color */
  border-radius: 50%;
}

.foter-cat ul li a
{
	margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    background: #FFFFFF;
    padding: 12px;
    border-radius: 12px;
    border: 2px solid #d7e0ea;
    color: #141D2E;
	font-family: 'Bebas Neue', sans-serif !important;
	letter-spacing: 0.5px;
	    transition-duration: .3s;
}

.foter-cat ul li a:hover
{
	background: #fff3f8;
}

#footer-cat h2
{
	font-size: 30px;
	text-align: center;
}

#footer-cat p
{
	text-align: center;
}

.foter-cat ul
{
	display: block;
}

#footer-cat
{
	background-color: #ffffff;
    padding: 64px 12px;
}


.footer-useful-links .menu li a
{
	color: #fff;
	font-size: 13px !IMPORTANT;
}

.footer-useful-links .menu li a:hover
{
	color: #50ccab;
	text-decoration: underline;
}

.footer-about-us p
{
	color: #fff;
}

.news-letter
{
	display: none;
}

.footer-news-letter input[type="submit"]
{
	border-radius: 0px;
    background: #50ccab;
    color: #fff;
    font-size: 15px;
    width: 100%;
    line-height: 1;
    padding: 12px 10px;
    opacity: 1;
}

.footer-news-letter
{
	display: flex;
	justify-content: center;
}

#ftr-form
{
	background: #141d2e;
    padding: 64px 12px 0px;
}

.ftr-form-main
{
	justify-content: center;
    display: block;
    align-items: center;
}

.wpcf7 form.invalid .wpcf7-response-output
{
	display: none;
}

.news-points
{
	display: flex;
}

.unsub-any
{
	text-align: center;
	font-size: 14px;
	margin-right: 50px;
	color: #FFFFFFCC;
}

.news-para
{
	font-size: 12px;
	color: #FFFFFF80;
}

.headr-btn
{
	margin-bottom: 30px;
}

.achvmnt
{
	    display: flex;
    gap: 50px;
	text-align: center;
}

.featrd-today
{
	text-transform: uppercase;
	color: #FBBD23;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	    letter-spacing: .05em;
}

.achvment-cntnt h3
{
	font-weight: 500 !important;
}

/* colors */

.form-head p, .unsub-any {
    color: #FFFFFFCC;
}

.form-head h2
{
	color: #ffffff;
	font-weight: 400;
	    letter-spacing: .05em;
}

/* p	
{
	color: #6d6d78 !important;
}
 */



.label-main p {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.label-main p label {
  flex: 1;
}

.sign-submit {
  text-align: center;
  margin-top: 15px;
}



.label-main p label input {
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 6px;
  box-sizing: border-box;
}






/* 
#secondary-menu li a
{
	color: #fff;
	padding-right: 15px;
} */

/* archive */

#archive, #page-main
{
	background-color: #eef1fa;
}

.archive .page-header
{
	width: 100%;
}

.archive .page-title
{
	text-align: center;
	font-weight: bold;
}


/* page */

.page-cntnt
{
	padding: 0px 20px;

}

.page-cntnt .entry-content p
{
	font-size: 14px;
	line-height: 1.7;
}

/* single */

/* Sticky image on single post */
.sticky-image {
	position: sticky;
	top: 90px; /* header height ke hisaab se adjust */
}

.post-img img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}

/* Mobile par sticky disable */
@media (max-width: 768px) {
	.sticky-image {
		position: relative;
		top: auto;
		margin-bottom: 20px;
	}
}


#single-main, #archive
{
	padding: 96px 12px 64px; 
	background-color: #f7fafc;
}

.single-post .post-thumbnail
{
	text-align: center;
}

/* .single-post .site-main
{
	background: #fff;
    padding-bottom: 20px;
	border-radius: 12px;
} */

.featured-post
{
	display: flex;
    background: #FFFFFF1A;
    padding: 30px 0px;
    border-radius: 24px;
    border: 1px solid #ffffff33;
}

.featured-post .post-img
{
	width: 40% !important;
    padding: 0px 20px;
}

.featured-post .entry-content
{
	margin: 0;
	    width: 60%;
    padding-right: 20px;
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.featured-post .entry-header a
{
	font-size: 30px;
    color: #FFFFFF;
    text-decoration: none;
	font-weight: 500;
	letter-spacing: 0.75px;
}

.single-post .site-main 
{
	background-color: unset !important;
	border: unset !important;
}

.single-post article
{
	display: flex;
/* 	gap: 25px; */
}

.single-post .post-img img
{
    border-radius: 24px;
/*     width: 650px; */
    height: 500px;
/*     border: 4px solid #1652a0; */
	padding: 4px;
	    background: linear-gradient(135deg, rgb(21, 80, 157) 0%, rgb(28, 103, 202) 50%, rgb(53, 129, 227) 100%);
/* 	    object-fit: cover; */
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), 0 4px 6px rgba(0, 0, 0, .05);
	  
}

.single-post .post-heading
{
	padding: 0px 20px;
}

.single-post .entry-content 
{
	padding: 0px 20px;
    font-size: 14px;
}

.single-post .entry-title
{
	font-size: 60px;
    font-weight: 400;
    color: #141d2e;
    letter-spacing: 1.6px;
    line-height: 1;
}

.single-post .entry-content p
{
	font-size: 16px;
	    color: #141d2e;
}

.single-post .entry-content
{
	margin-top: 0px;
}

.single-post h1,h2,h3,h4,h5,h6, .page-cntnt h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
	margin-bottom: 15px;
}


/* related post */

.single-post .related-post
{
	list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-around;
}

.single-post .related-post li
{
	width: 33%;
    text-align: center;
    background: #fff;
	margin-right: 15px;
	padding-bottom: 5px;
}

.single-post .related-post li a
{
	text-decoration: none;
    color: black;
    font-weight: 600;
}

.single-post .related-post p
{
	font-size: 15px;
}

.related-post-button
{
	padding: 5px 15px;
	display: none;
}

.single-post .related-post .link-more
{
	display: none;
}

.related-post-thumbnail
{
	padding-bottom: 15px;
}

.related-post-thumbnail img
{
	border-radius: 0px !important;
}

.related-post-excerpt
{
	padding: 10px 15px 0px 15px;
}

.rel-freebies h2
{
	text-align: center;
	padding-bottom: 25px;
}

#related-post
{
	background: #e9ebee;
    padding: 50px 12px;
	display: none;
}

.related-post-button .custombutn
{
	text-align: center !important;
	width: 100%;
}

.related-post-button .custombutn a
{
	color: white !important;
}

.ftrd-cntnt p
{
	color: #FFFFFFB2 !important;
	font-size: 20px;
}



/* page */

#page-main, #archive
{
	padding: 50px 12px;
	    background-color: #f8fafc !important;
}

#page-main .row
{
	justify-content: center;
}

#page-main .page-cntnt h1
{
	font-size: 36px;
	text-align: left;
}

#page-main .page-cntnt h2
{
	font-size: 28px;
}

#page-main .page-cntnt h3
{
	font-size: 26px;
}

#page-main .page-cntnt h4
{
	font-size: 22px;
}

#page-main .page-cntnt h5
{
	font-size: 20px;
}

#page-main .page-cntnt h6
{
	font-size: 18px;
}

/* footer */

.newsletter label
{
	width: 100%;
}

#footer
{
	color: #FFFFFFCC;
    padding: 60px 12px 30px 12px;
    font-size: 15px;
    background: #141d2e;
}

#footer .row.box-form input[type="email"]
{
	justify-content: center;
}

.cm-social
{
	display: flex;
	list-style: none;
	justify-content: start;
	margin: 0;
	padding: 0;
}

.cm-social li {
    margin-top: 5px;
}

.cm-social li a {
    width: 85%;
    padding: 1px 0px;
    border-radius: 3px;
}

.cm-social li a span {
    width: 50px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFFCC;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cm-social .bi
{
	    background: #FFFFFF1A;
    padding: 8px 14px;
    border-radius: 50%;
}

.copyright
{
    text-align: center;
	font-size: 12px;
}

.sidebar-main .newsletter 
{
	color: #fff;
}

.sidebar-main .newsletter p, .sidebar-main p
{
	font-size: 14px;
}

.sidebar-main .newsletter h4
{
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.newsletter p
{
	margin-bottom: 0px;
}

.footer-sec
{
	padding-bottom: 20px;
	padding-right: 40px;
}

#Popular-categories, #quick-links
{
	display: block;
}

#Popular-categories li a, #quick-links li a
{
	    color: #FFFFFFCC;
    margin-bottom: 10px;
	font-size: 14px;
}

.footer-sec hr, .newsletter hr
{
	width: 35%;
}

.footer-sec h4, .newsletter h4
{
    font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
}

#footer h3
{
	font-size: 18px;
    font-weight: 400;
    letter-spacing: .05em;
}

#wpcf7-f14-o1
{
	margin-top: 25px;
}

.ftr-socl .cm-social
{
	justify-content: start;
}

.ftr-socl .cm-social li a span
{
	font-size: 24px;
	    color: #1F262E;
}

#mega-menu-wrap-menu-2
	{
		float: right;
	}
.box-form input[type="submit"]
{
	padding: 16px 16px;
    background: #fab505;
    color: #141D2E;
    border-radius: 8px;
}


/* responsive */

@media(max-width: 3840px) and (min-width: 1601px){
	

	.cntnt-main .site-main article, .archive .site-main article 
	{
		height: auto;
	}

	.featured-main .site-main article {
		position: unset;
		height: auto !important;
	}
	
	
}

@media ( min-width: 600px ) and (max-width: 1024px)
{
	.footer-img img {
    width: 80%;
    height: 350px;
    object-fit: cover;
}
	
	.header-img
	{
		    display: flex;
    justify-content: center;
    align-items: center;
	}
	
	.single-post article {
    display: block;
	}
	
	.single-post article .col-md-6
	{
		width: 100%;
	}
	
	.header-btn span {
    font-size: 11px;
	}
}

@media ( min-width: 600px ) and (max-width: 920px)
{ 
	
	
	
	.unsub-any {
    margin-right: 0px;
}


	
	.ftrd-cntnt h1 {
    font-size: 48px;
}
	
	.foter-cat ul li a {
    padding: 0px 12px;
		    font-size: 16px;

}
	
	.featured-main .site-main article {
    margin-bottom: 20px;
}
	.head-cntnt h1 {
		font-size: 40px;
	}

	.head-cntnt p {
		font-size: 15px;
	}
	
	#first-sec {
		padding: 40px 12px;
	}


	.copyright p{
		font-size: 13px;
	}

	#single-main {
		padding: 35px 12px;
	}

	.sidebar-main .wp-block-group__inner-container a 
	{
		padding: 10px;
		font-size: 13px;
	}

	.cntnt-main .site-main .entry-title a, .archive .site-main .entry-title a {
		font-size: 24px;
	}

	.cntnt-main .site-main article, .archive .site-main article {
		height: auto;
		position: relative;
	}

	.cntnt-main .entry-content, .archive .entry-content {
		position: unset;
		bottom: 0;
		padding: 10px 15px 15px 15px;
	}

	.page-cntnt {
		width: 100%;
	}

	.cntnt-form
	{
		width: 100%;
	}

	.sidebar-main .wpcf7 {
		padding: 25px 10px 1px 10px;
	}

	.sidebar-main .newsletter p {
		font-size: 11px;
	}

	.footer-sec h4, .newsletter h4 {
		font-size: 13px;
	}

	.box-form input[type="email"], .sidebar-main input[type="email"] {
		padding: 0px 10px;
		font-size: 10px;
		min-height: 30px;
		background-color: unset;
	}

	

	.sidebar-main input[type="submit"] {
		padding: 5px 18px;
	}

	.featured-main .entry-title a {
		font-size: 12px !important;
	}

	.cntnt-main .site-main .entry-header, .archive .site-main .entry-header {
		padding: 0px;
	}

	.custombutn a {
		font-size: 10px;
	}

	.cntnt-main .site-main .entry-title, .archive .site-main .entry-title {
		padding: 10px 20px 0px;
	}

	#featured .entry-title
	{
		padding: 0px;
	}

	.featured-main article {
		width: calc(100% - 30px) !important;
	}

	.cntnt-main .site-main article, .archive .site-main article {
    width: calc(50% - 30px);
	}

	.box-form {
    width: 60%;
	}
}


@media screen and ( max-width: 820px )
{
			#mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-item > a.mega-menu-link
{
	    background: unset;
    border-radius: unset;
    border: unset;
	display: block;
    align-items: center;
}
	
	    #mega-menu-wrap-menu-2 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-2 {
        display: block;
    }
	
	    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        display: block;
    }
	
	.sec-menu-sec .main-navigation {
    justify-content: end;
	}
	
	.header-social {
    display: none;
}
	
	.header-contnr .row
	{
		justify-content: space-between;
	}
	
	.headr-btn a {
    padding: 12px;
    font-size: 14px;
}
	
	
.featured-main {
    margin-top: 0px;
}
	
	.form-row {
    display: block;
	}

	.form-group
	{
		margin-bottom: 20px;
	}
	
}

@media screen and ( max-width: 600px )
{
	
	.single-post .post-img img {
    width: 370px;
    height: 370px;
	}
	
	.single-post article {
    display: block;
}
	
	.single-post .post-heading {
    padding: 0px;
}
	
	.single-post .entry-content {
    padding: 0px;
}
	
	.unsub-any {
    margin-right: 0px;
		    font-size: 12px;
}

	.form-head h2 {
    font-size: 30px;
}

	
	.featured-post {
    display: block;
		    padding: 20px 0px 0px;
}
	
	.news-points {
    justify-content: space-between;
}
	
	.featured-post .post-img {
    width: 100% !important;
}
	
	.featured-post .entry-content {
    width: 100%;
    padding: 20px;
}
	
	.header-img
	{
		display: flex;
    justify-content: center;
    margin-top: 50px;
	}
	
.smple-main {
    display: block;
}
	
	.smple-box {
    margin-bottom: 20px;
}
	.foter-cat
	{
		    margin-bottom: 20px;
	}
	
	.achv-nmbr {
    display: block;
}
	
	.achvment-nmbr img
	{
		    margin-bottom: 15px;
	}

	.featured-main .entry-title a {
		font-size: 24px;
	}

	.featured-btn .custombutn a
	{
		    font-size: 14px;
    width: 100%;
	}

	article.post .featured-main .post-img img
	{
		height: auto;
	}

	.box-form {
    width: 100%;
}	

	.form-group
	{
		margin-bottom: 20px;
	}

	


	.ftrd-cntnt h1 {
    font-size: 48px;
	}

.featured-main .entry-content p {
    font-size: 16px;
}

.cntnt-main .site-main .entry-content p, .archive .entry-content p {
    font-size: 16px;
}
	
	.featured-main .post-img img {
    width: 450px;
    height: 250px;
    object-fit: cover;
}
	
	
.featured-main .site-main article {
    margin-bottom: 20px;
}
	
	.header-search .search-form {
    justify-content: center;
	}

	.logo-sec
	{
		text-align: center;
		margin-bottom: 20px;
	}

	#header {
		padding: 20px 12px;
	}

	.site-branding {
		width: 100%;
	}

	.menu-toggle
	{
		display: none;
	}

	.logo-sec a
	{
		width: 80%;
	}

	.header-social
	{
		display: none;
	}

	.featured-main .site-main .post-heading
	{
		display: block !important;
	}

	.featured-main article {
		width: calc(100% - 30px) !important;
	}

	.header-search label {
		width: 55%;
	}

	.cntnt-main .site-main article, .archive .site-main article {
		width: calc(100% - 30px);
		height: auto;
		position: unset;
	}

	.cntnt-main .site-main .entry-title, .archive .site-main .entry-title {
		padding: 0px 20px;
	}

	.cntnt-main
	{
		margin-bottom: 0px;
	}

	.cntnt-main .entry-content, .archive .entry-content {
		position: unset;
		bottom: 0;
	}

	.cntnt-main .site-main .entry-header, .archive .site-main .entry-header {
		padding: 14px 0px;
	}

	.newsletter-heading {
        font-size: 18px;
        text-align: center;
    }

	.box-form .wpcf7 form {
        width: 100%;
		height: auto;
    }

	.box-form input[type="submit"] {
        font-size: 15px;
    }

	.footer-box {
		padding: 15px 15px 75px 15px;
	}

	.head-cntnt h1 {
		font-size: 23px;
	}

	.head-cntnt p {
		font-size: 14px;
	}

	#first-sec {
		padding: 30px 12px;
	}

	.test-prep-cntnt p, .footer-sec p, .about-sec p, .copyright p
	{
		font-size: 14px;
	}

	#single-main .single-post, #page-main .page-cntnt {
		padding: 0px 12px;
		margin-bottom: 30px;
	}

	.single-post .entry-title {
		font-size: 36px;
	}

	.archive
	{
		margin-bottom: 30px;
	}

	.sidebar-main {
		padding: 0px 0px 12px 0px;
	}

	.single-post h1, h2, h3, h4, h5, h6, .page-cntnt h1, h2, h3, h4, h5, h6 {
		margin-bottom: 10px;
	}

	.single-post .entry-content p, .page-cntnt .entry-content p
	{
		font-size: 15px;
		 font-weight: 300;

	}

	#single-main {
		padding: 35px 12px;
	}

	.single-post .related-post {
		display: block;
		padding: 0;
	}

	.single-post .related-post li {
		width: 100%;
		margin-bottom: 15px;
	}

	.footer-sec, .ftr-socl
	{
		padding-right: 0px;
		padding-bottom: 20px;
	}

	.abt-bxs-main, .cntact-box-main {
    display: block;
	}

	.about-cntnt h2, .cntct-head h2, .faq-head h2 {
    font-size: 36px;
}

.about-cntnt p, .cntct-head p, .faq-head p {
    font-size: 16px;
}

.cmunity-nmbr {
    display: block;
}

.single-post .custombutn a {
    width: 100%;
	font-size: 14px;
}

	.claim-box span
	{
		    font-size: 14px;
	}
	
	.claim-card {
    padding: 32px 20px;
	}




	.newsletter 
	{
		text-align: center;
		margin-bottom: 20px;
	}

	.ftr-socl .cm-social {
		justify-content: center;
	}

	#fea4entry-title
	{
		padding: 0px;
	}

	#cm-contact-form label {
		width: 100%;
		margin: 0;
	}
	
}

.site-branding img.custom-logo {
  height: 100% !important;
  max-height: 80px !important;
  width: auto;
  object-fit: contain !important;
	padding: 10px 0;
}