/*!
Theme Name: ds theme
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: ds-theme
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.

ds theme 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: monospace, monospace;
	font-size: 1em;
}

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

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

/**
 * 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: monospace, monospace;
	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: inherit;
	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,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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{
text-decoration:none !important;
cursor:pointer !important;
}
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: flex;
	}
}

.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;
}





/* ===== HEADER STYLES ===== */
/* ===== Main Navigation ===== */
/* ===== Desktop Navigation ===== */
.main-navigation {
    width: 100%;
}

.main-navigation ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: #222;
    font-weight: 500;
    transition: color 0.3s;
}

.main-navigation a:hover {
    color: #0d6efd; /* Bootstrap primary */
}

/* ===== Dropdown ===== */
.main-navigation ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    padding: 8px 0;
    z-index: 1000;
}

.main-navigation ul ul li {
    width: 100%;
}

.main-navigation ul ul a {
    padding: 8px 15px;
    color: #333;
    font-weight: 400;
}

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

/* ===== Mobile Toggle (Hamburger) ===== */
.mobile-toggle {
    width: 28px;
    height: 22px;
    display: none; /* ✅ hidden by default */
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.mobile-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    background: #333;
    border-radius: 2px;
    transition: all 0.3s;
}

/* Animate toggle when active */
.mobile-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.mobile-toggle.active span:nth-child(2) {
    opacity: 0;
}
.mobile-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* ===== Mobile Navigation ===== */
#mobile-navigation {
    display: none;
    background: #fff;
    padding: 15px;
    border-top: 1px solid #eee;
}

#mobile-navigation ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#mobile-navigation a {
    color: #222;
    font-weight: 500;
    text-decoration: none;
}

/* ===== Responsive Breakpoints ===== */
@media screen and (max-width: 991px) {
    /* On mobile/tablet */
    .main-navigation {
        display: none; /* hide desktop nav */
    }
    .mobile-toggle {
        display: flex; /* ✅ show only on mobile */
    }
}

@media screen and (min-width: 992px) {
    /* On desktop */
    #mobile-navigation {
        display: none !important; /* force hidden */
    }
}


/*****************************************/

/************************  404 Page Styles*************************/
.error-404.not-found {    padding: 60px 20px 110px;    text-align: center;    width: 100%;    background: #F5F8FE;    font-family: 'Inter', sans-serif;}
.not-found .not-four {    display: block;    font-size: 220px;    line-height: 1.2;    color: #008BD0;    font-weight: 900;    text-shadow: 1px 19px 46px rgba(0,0,0,0.4);   margin-bottom: 20px;}
.not-found h1.page-title {    color: #B00060;    font-weight: 700;    font-size: 28px;    line-height: 1.3;    margin-bottom: 15px;}
body.error404 .page-content p {    margin-bottom: 25px;    font-size: 16px;    line-height: 1.8;    color: #333;}
.error-404 a.back-home-btn {    display: inline-block;    padding: 12px 25px;    background: #008BD0;    color: #fff;    font-size: 16px;    font-weight: 600;    text-decoration: none;    border-radius: 4px;    text-transform: uppercase;    transition: 0.3s;}
.error-404 a.back-home-btn:hover {    background: #B00060;}
/************************ Responsive Breakpoints*************************/
@media (max-width: 992px) {
    .not-found .not-four {        font-size: 160px;    }
    .not-found h1.page-title {        font-size: 24px;    }
}
@media (max-width: 576px) {
    .not-found .not-four {        font-size: 120px;    }
    .not-found h1.page-title {        font-size: 20px;    }
    .error-404 a.back-home-btn {        padding: 10px 20px;       font-size: 14px;    }
}

/* ===========================  FOOTER STYLING =========================== */
footer.footer-new {    background: #4A4849 ;    background-size: cover;    color: #fff;    padding: 60px 20px 0;    position: relative;   width: 100%;}
footer .container {    max-width: 1170px;    margin: auto;    width: 100%;}
.ftr-row {    display: flex;    justify-content: space-between;    flex-wrap: wrap;}
.ftr-col {    flex: 0 0 25%;   padding: 0 15px;   margin-bottom: 40px;}
.ftr-col h4 {    font-size: 18px;    font-weight: bold;    margin-bottom: 20px;   color: #fff;}
.ftr-about p {    color: #fff;    font-size: 14px;    line-height: 22px;}
.footer-menu,
.footer-menu ul {    list-style: none;    margin: 0;    padding: 0;}
.footer-menu li {    margin-bottom: 10px;}
.footer-menu li a {    color: #fff;    font-size: 14px;    text-decoration: none;    transition: 0.3s;}
.footer-menu li a:hover {    color: #f8791b;}
.ftr-contact .contact-info {    list-style: none;    padding: 0;   margin: 0;}
.ftr-contact .contact-info li {    margin-bottom: 15px;    font-size: 14px;    line-height: 22px;}
.ftr-contact .contact-info li a {    color: #fff;    text-decoration: none;}
.ftr-contact .contact-info li a:hover {    color: #f8791b;}
.social-icons {    display: flex;    margin-top: 15px;}
.social-icons a {    color: #000;    background: #fff;    display: inline-block;    width: 35px;    height: 35px;    line-height: 35px;    text-align: center;    border-radius: 50%;    margin-right: 10px;    transition: 0.3s;}
.social-icons a:hover {    background: #f8791b;    color: #fff;}
.copy-section {background: #F7F7F7;    padding: 15px 0;    margin-top: 20px;}
.copy-right {display: flex;    justify-content: space-between;    flex-wrap: wrap;    color: #000;    font-size: 14px;    align-items: center;}
.copy-right .credit a {    color: #000;    text-decoration: none;    font-weight: bold;}
.copy-right .credit a:hover {color: #f8791b;}
/* ===========================   RESPONSIVE BREAKPOINTS=========================== */
@media (max-width: 992px) {
    .ftr-col {flex: 0 0 50%;margin-bottom: 30px;    }
}
@media (max-width: 576px) {
	.ftr-col {    flex: 0 0 100%;    text-align: left;}
    .ftr-contact .contact-info li {        font-size: 16px;    } 
	.social-icons {justify-content: center;} 
	.copy-right {flex-direction: column;text-align: center;    }
    .copy-right .credit {margin-top: 10px;    }
}

/*******************

.home_banner.blog-banner .home_banner_blk {	min-height: 460px;	position: relative;	padding-bottom: 89px;}
.home_banner.blog-banner .home_banner_blk .btn {	position: absolute;	bottom: 0;	width: 100%;}
.home_banner.blog-banner .home_banner_blk .btn {	position: absolute;	bottom: 28px;	width: calc(100% - 50px);	left: 25px;}


.blog-sec {	padding: 60px 0 60px;}
.blog-sec .entry-meta {	color: #B1B3C2;	font-size: 11px;	padding: 10px 0;}
.blog-sec .entry-meta .author_blk {		background-repeat: no-repeat;	padding: 0 0 0 16px;	background-position: 0px 3px; margin-right:22px;}
.blog-sec .entry-meta .date_blk {		background-repeat: no-repeat;	padding: 0 0 0 16px;	background-position: 0px 3px;}
.blog-list h2 {	margin: 0px;	padding: 0px;	line-height: 28px;	min-height: 65px;	display: flex;	align-items: center; font-weight:700;font-family: 'ClashDisplay-Semibold' !important;}

.blog-list h2 a{ font-size: 20px;	color: #092E6E;	line-height: 28px; text-decoration:none !important; text-transform:uppercase;  }
.blog-list .entry-content {	color: #505050;	font-size: 16px;	font-weight: 400;	margin: 14px 0px 0px;	line-height: 28px; }
.blog-list .w-padd {	border-radius: 27px;	overflow: hidden;	box-shadow: 0px 0px 20px #0000000D;border: 1px solid #E9E9E9;border-radius: 10px;  height:100%;}
.blog-list .c_padd { padding:15px 27px 27px;}
.blog-list .col-md-6 { margin-bottom:46px;}
.blog-list .post-thumbnail {	height: 201px;	display: block; width:100%; overflow:hidden;}
.blog-list .post-thumbnail  img { width:100%; height:100%; object-fit: cover;  }
.blog-list .thumbnail_img { position:relative;}
.blog-list .thumbnail_img .date_blk {	background: #FFFFFF;	border-radius: 0px 10px 0px 0px;	opacity: 1;	min-width: 123px;	height: 40px;	right: 0px;	top: 0px;	position: absolute;	text-align: center;	padding: 9px 15px 0;}
.blog-list .read-link-b {	font-size: 18px;	color: #2765CF;	padding: 20px 0 0 !important;	display: block;	text-decoration: none !important;}

.navigation-page {	text-align: center; width:100%;}
.navigation-page ul { margin:0px; padding:0px;}
.navigation-page ul li { display:inline-block; margin:0px; }
.navigation-page ul li a{ display:block; padding:2px 15px; text-decoration:none !important;}
.navigation-page ul li a {	display: block;	padding: 6px 13px 0;		background: none;	color: #26003f;	border-radius: 64px;	display: inline-block;	min-width: 50px;	min-height: 50px;	margin: 0 3px; background: #F7F7F7 ; border: 1px solid #707070; opacity: 1; font-size:22px; line-height:36px; color:#707070;  }

.navigation-page ul li.active a {	border: 2px solid #FF7400;	background: #F7F7F7;	color: #707070;}

.navigation-page ul li.next_d a{ border:none; background:none;}

.navigation-page .next_d {	width: 27px;	height: 26px;	background: ;	position: relative;	left: 5px;	top: 3px;}
.navigation-page .previous_d {	width: 27px;	height: 26px;	background: ;	position: relative;	right: 5px;	top: 3px;}

.navigation-page .icofont-double-right { font-size:34px;  }
.navigation-page .icofont-double-right {color:#505050;}
.navigation-page .next_d .icofont-double-right  {color:#2765CF;}

.navigation-page .next_d span {	position: absolute;	left: 0;	top: 0;	width: 30px;	height: 40px;	overflow: hidden;	opacity: 0;}
.navigation-page .previous_d span {	position: absolute;	left: -12px;	top: -7px;	width: 38px;	height: 40px;	overflow: hidden;	opacity: 0;}



.single-list .post-thumbnail {	border-radius: 27px;	overflow: hidden;	width: 100%;		margin-bottom: 38px;}
.single-list .post-thumbnail img { width:100%; height:100%;object-fit: cover; }
.single-list .single-post-dv {	max-width: 100%;	padding: 60px 30px 40px; }
.single-list .single-post-dv p {	color: #212529;		font-weight: 400; font-size:1rem;	margin: 20px 0px 20px;	line-height: 27px;}
.single-list .single-post-dv ul {	margin: 0px;	padding: 20px 0px 0px 24px;}
.single-list  .single-post-dv ul li{font-size: 20px;	font-weight: 300;	margin: 0px 0px 0px;	line-height: 32px; color: #505050;	 list-style:none;}
.single-list .b_left h3 { color:#092E6E; font-size:18px; line-height:40px;}
.single-list  .single-post-dv { position:relative;}
.single-list .date_blk { padding: 0 0 0 26px; background-size:17px;}
.single-list .date_blk {	background: #F7F7F7;	border-radius: 0px 10px 0px 0px;	opacity: 1;	min-width: 123px;	height: 40px;	right: 0px;	top: 0px;	position: absolute;	text-align: center;	padding: 9px 15px 0;}
.request_callback_text_blog {	margin-top: 30px;}




.blog-sec.single-list  .entry-meta {	color: #B1B3C2;	font-size: 19px;	padding: 2px 0 30px 0;	font-weight: 500;}
.blog-sec.single-list  .entry-meta .author_blk, .blog-sec.single-list  .entry-meta .date_blk { padding: 0 0 0 26px; background-size:17px;}

.single-post-dv {background: #FFFFFF; box-shadow: 0px 0px 20px #0000000D; border: 1px solid #E9E9E9; border-radius: 10px; opacity: 1;}
.single-post-dv h2  { 	font-size: 20px;	color: #092E6E;	line-height: 28px;	text-decoration: none !important;	text-transform: uppercase; font-weight:700;	}





.tag_share_dv { overflow:hidden;}

.tag_share_dv .tag_left {	float: left;}
.tag_share_dv .tag_title {	font-size: 20px;	display: block;	color: #4757CD;	font-weight: 700;	margin: 0;	padding: 0 0 8px;}
.tag_share_dv  .tag_left a {	display: inline-block;	border: #BCC4FF solid 1px;	padding: 8px 10px;	border-radius: 8px;	color: #848CC4 !important;	font-weight: 500;	font-size: 16px;	text-decoration: none !important;	margin-right: 6px; t}




#secondary .widget-title {	font-size: 20px;	font-weight: normal; line-height:28px; text-transform: uppercase; color:#FF7400;	margin: 0;	padding: 0 0 9px;}
#secondary .rpwwt-widget ul li {	padding: 0;	margin: 0 0 5px;}
#secondary .rpwwt-widget ul li a{text-decoration:none !important}
#secondary .wp-post-image  {	width: 105px;	height: ;	border-radius: 6px;}
#secondary  .rpwwt-post-title {	font-size: 17px;	color: #26003F;	font-weight: 600;	display: ;}
#secondary .rpwwt-post-date {	color: #747582;	font-size: 13px;	padding: 5px 0 0;}
#secondary {	max-width: 100%;	/*float: right;*/	/*margin: 0 0 0; width:100%;}

.recent-post-nav { background: #FFFFFF ;box-shadow: 0px 0px 20px #0000000D;border: 1px solid #E9E9E9;border-radius: 10px;opacity: 1; padding:30px;} 
#secondary .recent-post-nav .widget-title {	font-size: 20px;	font-weight: normal; line-height:28px; text-transform: uppercase; color:#FF7400;	margin: 0;	padding: 0 0 16px; } 
.recent-post-nav ul { margin:0px; padding:0px;}
.recent-post-nav ul li { list-style:none;}
.recent-post-nav ul li + li { margin-top:8px;}
.recent-post-nav ul li a{ font-size:16px;  font-weight:normal; color:#493A7A; text-decoration:none !important; line-height:1.1;}

@media(min-width:1200px) {
.single-list .col-lg-8 {	width: 58.6%;}
.single-list .col-lg-4 {	width: 41.4%;}
}



.widget_categories ul { margin:0px; padding:0px;}
.widget_categories ul li { line-height:28px;	list-style: none;	text-align: right;	padding: 13px 0;	border-bottom: #B1B3C2 solid 1px;	color: #26007a;	font-size: 17px;	font-weight: 500;	line-height: 1.1;}

.widget_categories a {	font-size: 17px;	color: #26003F !important;	text-decoration: none !important;	font-weight: 500; float:left; }

.Slide_banner_form { background:#F9EEFE; border-radius:27px; padding:35px 27px; overflow:hidden; position:relative; z-index:1;}
.Slide_banner_form::before {		content: '';	position: absolute;	left: -15px;	top: -30px;	width: 239px;	height: 316px;	z-index: -1;}

.Slide_banner_form br { display:none;}
.Slide_banner_form p{ margin:0px; padding:0px;}
.Slide_banner_form  h2.widget-title {	color: #8C19A8 !important;	font-size: 25px !important;	font-weight: 700;}
.Slide_banner_form label {	font-size: 13px;	color: #707070; text-transform:uppercase; font-weight:600;}
.Slide_banner_form .wpcf7-form-control-wrap {	display: block;	margin: 5px 0 0;}
.Slide_banner_form label span { color:#FF0000;}
.Slide_banner_form input[type="text"], .Slide_banner_form input[type="email"], .Slide_banner_form input[type="tel"] { width:100%; height:54px; border-radius:70px; height:57px; border:none; padding:0 20px;} 
.Slide_banner_form .wpcf7-form-control.wpcf7-submit {
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c20a74+0,99159b+100 */
/*background: rgb(194,10,116); /* Old browsers */
/*background: -moz-linear-gradient(45deg,  rgba(194,10,116,1) 0%, rgba(153,21,155,1) 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(45deg,  rgba(194,10,116,1) 0%,rgba(153,21,155,1) 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(45deg,  rgba(194,10,116,1) 0%,rgba(153,21,155,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c20a74', endColorstr='#99159b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

/*		width: 187px;	height: 57px;	margin: 18px 0 0px;	border-radius: 75px;	font-size: 15px;	font-weight: 600;}
#secondary .Slide_banner_form  .widget-title {	font-weight: 600;	margin: 0;	padding: 0 0 24px;	line-height: 1;}

.blog-list { }


.single-list .wp-block-image img {	max-width: 100%;	border-radius: 27px;}
.single-list .tag_right {	float: right;	text-align: right;}
.single-list .fb-like.ssb-fb-like {	display: none !important;}
.single-list .tag_right button { border:none !important; background:none !important; color:#848CC4 !important; padding-left: 27px !important;}
.single-list div.simplesocialbuttons { margin-top:0px !important;}

.single-list .buttons { margin-top:20px;}

.button-blog-n-b { overflow:hidden;}
.button-blog-n-b .previous-button { float:left;}
.button-blog-n-b .next-button { float:right;}
.previous-button a {	color: #2765CF;	font-size: 20px;	text-decoration: none !important;	display: block;	font-weight: normal;	width: 120px;	height: 50px;	border: #2765CF solid 1px;	border-radius: 4px; padding: 10px 0; text-align: center;}
.next-button a {	color: #2765CF;	font-size: 20px;	text-decoration: none !important;	display: block;	font-weight: normal;	width: 120px;	height: 50px;	border: #2765CF solid 1px;	border-radius: 4px;padding: 10px 0; text-align: center;}
.button-blog-n-b {	overflow: hidden;	margin-top: 20px;}


@media(max-width:767px) {
.blog-list .c_padd {   padding: 15px 15px 27px;}
.blog-list h2 a { font-size:16px;}
.blog-list .entry-content { font-size:16px; line-height:25px;}
.blog-list .read-link-b {font-size: 16px; padding: 14px 0 0 !important;}
.single-list .single-post-dv { padding:60px 15px 40px;}
.single-list .single-post-dv p {    font-size: 16px; line-height: 25px;}
.single-list .single-post-dv ul { padding:20px 0px 0px 13px}
.single-list .single-post-dv ul li { font-size:16px; line-height:25px;}
.button-blog-n-b { margin-bottom:30px;}
.recent-post-nav { padding:20px;}
.recent-post-nav ul li a { font-size:16px;}



}




#secondary .widget-title {	font-size: 20px;	font-weight: normal; line-height:28px; text-transform: uppercase; color:#FF7400;	margin: 0;	padding: 0 0 9px;}
#secondary .rpwwt-widget ul li {	padding: 0;	margin: 0 0 5px;}
#secondary .rpwwt-widget ul li a{text-decoration:none !important}
#secondary .wp-post-image  {	width: 105px;	height: ;	border-radius: 6px;}
#secondary  .rpwwt-post-title {	font-size: 17px;	color: #26003F;	font-weight: 600;	display: ;}
#secondary .rpwwt-post-date {	color: #747582;	font-size: 13px;	padding: 5px 0 0;}
#secondary {	max-width: 100%;	/*float: right;*//*	margin: 0 0 0; width:100%;}

.recent-post-nav { background: #FFFFFF ;box-shadow: 0px 0px 20px #0000000D;border: 1px solid #E9E9E9;border-radius: 10px;opacity: 1; padding:30px;} 
#secondary .recent-post-nav .widget-title {	font-size: 20px;	font-weight: normal; line-height:28px; text-transform: uppercase; color:#FF7400;	margin: 0;	padding: 0 0 16px; } 
.recent-post-nav ul { margin:0px; padding:0px;}
.recent-post-nav ul li { list-style:none;}
.recent-post-nav ul li + li { margin-top:8px;}
.recent-post-nav ul li a{ font-size:16px;  font-weight:normal; color:#493A7A; text-decoration:none !important; line-height:1.1;}

@media(min-width:1200px) {
.single-list .col-lg-8 {	width: 58.6%;}
.single-list .col-lg-4 {	width: 41.4%;}
}

.single-post-dv ul.wp-block-list li {
    list-style: none;
    margin: 0;
    color: #505050 !important;
    font-size: 15px;
    position: relative;
    padding-left: 23px;
}
.single-post-dv ul.wp-block-list li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #1131ba;
    top: 12px;
    left: 1px;
    border-radius: 45px;
}


.single-list .single-post-dv ul {
    margin: 0px;
    padding: 0px !important;
}


.request_callback {
    background: #1131ba;
    padding: 25px;
}

.request_callback h2.gform_title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.request_callback {
    background: #1131ba;
    padding: 25px;
    border-radius: 10px;
}


.blog-list .read-link-b {
   
    color: #092E6E;
   
}

.wp-block-list li{
	list-style:decimal;
}

/*************************/

/*Blog*/

/*.single-post-dv h2 {
    font-size: 20px;
    color: #092E6E;
    line-height: 28px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'ClashDisplay-Semibold';
}

.single-list .single-post-dv p {
    color: #828282;
    font-weight: 400;
    font-size: 1rem;
    margin: 20px 0px 20px;
    line-height: 27px;
}

.widget-area .wp-block-heading {
    font-family: 'ClashDisplay-Medium';
}

.request_callback h2.gform_title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    font-family: 'ClashDisplay-Semibold';
    text-align: center;
    word-spacing: 6px;
    letter-spacing: 1px;
}

.single-post-dv ul.wp-block-list li {
    color: #828282 !important;
     font-weight:400;
}

.recent-post-nav ul li {
    list-style: none;
    font-family: 'ClashDisplay-Regular';
}

.single-list .b_left h3 {
    color: #092E6E;
    font-size: 20px;
    line-height: 20px;
    font-family: 'ClashDisplay-Medium';
}







*/


/* Import fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* General Layout */
body {  font-family: 'Inter', sans-serif;  background: #fafafa;  color: #333;  line-height: 1.7;}
.blog-home {    max-width: 1720px;    margin: auto;    padding-top: 118px !important;}
/* Hero Post */
.hero-post {  position: relative;  overflow: hidden;  border-radius: 12px;}

.hero-post .card-img-top {  height: 420px;  object-fit: cover;  border-radius: 12px 12px 0 0;}
.hero-post .card-body {  position: absolute;  bottom: 0;  left: 0;  width: 100%; background: linear-gradient(to top, rgba(0,0,0,.75), rgba(0,0,0,0));  color: #fff;  padding: 30px;  border-radius: 0 0 12px 12px;}
.hero-post .hero-title {  font-size: 28px;  font-weight: 700;  margin-bottom: 10px;  color: #fff;}
.hero-post .btn-primary {    background: #ffffff;    border: none;    padding: 8px 20px;    border-radius: 30px;   font-size: 14px;    transition: 0.3s;}

.hero-post .btn-primary:hover {  background: #005bb5;}
/* Sidebar Latest Posts */
.side-post {  display: flex;  flex-direction: column;  border-radius: 8px;  overflow: hidden;  transition: transform 0.3s ease;}
.side-post:hover {  transform: translateY(-5px);}
.side-post .card-body h5 a:hover {    color: #f59e0b !important;}
.side-post .card-img-top {  height: 160px;  object-fit: cover;}
.side-post .card-body h5 {  font-size: 16px;  font-weight: 600;  margin: 0;}
.side-post .card-body h5 a {  text-decoration: none;  color: #222;}
/* Category Section */
.category-section {  margin-top: 60px;}
.section-title {    font-size: 22px;    font-weight: 700;    border-left: 4px solid #f59e0b;    padding-left: 12px;    margin: 0;}
.view-all {  font-size: 14px;  text-decoration: none;  color: #0073e6;  font-weight: 500;}
.view-all:hover {  text-decoration: underline;}

/* Category Cards */
.post-card {  transition: transform .3s ease, box-shadow .3s ease;  border-radius: 10px;  overflow: hidden;}
.post-card:hover {  transform: translateY(-6px);  box-shadow: 0 8px 20px rgba(0,0,0,0.08);}
.post-card .card-img-top {    height: 260px;    object-fit: cover;}
.post-card .badge {  background: #0073e6;  font-size: 12px;  font-weight: 500;}
.post-card .card-title {  font-size: 16px;  font-weight: 600;  margin-top: 8px;}
.post-card .card-title a {  text-decoration: none;  color: #222;}
.post-card .card-title a:hover {  color: #0073e6;}
.post-card p {    font-size: 14px;    color: #777;    margin-bottom: 0px !important;}
/* Responsive */
@media (max-width: 991px) {
  .hero-post .card-img-top {    height: 300px;  }
  .hero-post .hero-title {    font-size: 22px;  }
}
@media (max-width: 767px) {
  .side-post .card-img-top {    height: 140px;  }
  .post-card .card-img-top {    height: 180px;  }
}

/* Hero Section */
.hero-post {  height: 420px;}
.hero-post img {  object-fit: cover;  height: 100%;}
.hero-overlay {  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%);  color: #fff;}
.hero-overlay h2 {  font-size: 1.8rem;  line-height: 1.3;}
.hero-overlay p {  color: #ddd;  font-size: 0.95rem;}
.hero-post .btn-primary:hover {    background: #b4b3b3; color:#fff;}
/* Sidebar Cards */
.side-post {  display: flex;  flex-direction: row;  align-items: center;  height: 100%;}
.side-post img {  width: 100px;  height: 100px;  object-fit: cover;  border-radius: 8px 0 0 8px;}
.side-post .card-body {  padding: 0.75rem 1rem;}

/* Category Section */
.category-section .section-title {  font-size: 1.5rem;  font-weight: 600;}
.category-section .post-card {  transition: all 0.3s ease;}
.category-section .post-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0,0,0,0.1);}
/**********************************************************************/
.post-card .card-title a:hover {    color: #f59e0b;}
/* Category Page Layout */
.category-page h1 {  font-size: 2.2rem;  color: #222;}
/* Section Title */
.category-section .section-title {    font-size: 1.6rem;    font-weight: 600;    border-left: 4px solid #f59e0b;    padding-left: 10px;}
/* Post Cards */

.post-card {  transition: all 0.3s ease;  border-radius: 12px;  overflow: hidden;}
.post-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);}
.post-card img {  height: 180px;  object-fit: cover;}
.post-card .card-body {  padding: 1rem;}
.post-card .card-title {  font-size: 1rem;  font-weight: 600;  margin-bottom: 0.5rem;}
.filter-btn.active {  background: #007bff;  color: #fff !important;}
.post-card {  transition: transform 0.2s ease, box-shadow 0.2s ease;}
.post-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0,0,0,0.15);}
.section-title a:hover {  color: #0d6efd; /* Bootstrap primary */}
.cat-badge {    display: inline-block;    background: #474545;    color: #fff !important;    font-size: 13px;    font-weight: 600;    padding: 4px 10px;    border-radius: 20px;    text-decoration: none;    transition: background 0.3s ease;}

.cat-badge:hover {    background: #f59e0b;   color: #fff !important;}
/* Pagination Styling */
.custom-pagination ul {  display: flex;  justify-content: center;  gap: 8px;  list-style: none;padding: 0;}
.custom-pagination li {  display: inline-block;}
.custom-pagination a, .custom-pagination span {    display: block;    padding: 8px 14px;    border: 1px solid #ddd;    border-radius: 30px;    text-decoration: none;    color: #464444;   font-weight: 500;    transition: all 0.3s ease;}
.custom-pagination a:hover {    background: #ddd;    color: #000;    border-color: #ddd;}
.custom-pagination .current {    background: #464444;    color: #fff;    border-color: #464444;}
/* ===== Footer Styles ===== */
.footer-new {  background: #111827;  color: #d1d5db;  padding: 60px 0 0;  font-family: "Segoe UI", sans-serif;}
.footer-new .ftr-row {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));  gap: 40px;}
.footer-new h4 {  font-size: 18px;  font-weight: 600;  color: #ffffff;  margin-bottom: 18px;  position: relative;}
.footer-new h4::after {  content: "";  display: block;  width: 40px;  height: 2px;  background: #f59e0b; /* golden accent */  margin-top: 6px;}
.footer-new .about-text {  font-size: 14px;  line-height: 1.6;  color: #d1d5db;}
/* ===== Footer Menu ===== */
.footer-new .footer-menu,
.footer-new .main-menu {  list-style: none;  padding: 0;  margin: 0;}
.footer-new .footer-menu li,
.footer-new .main-menu li {  margin-bottom: 10px;}
.footer-new .footer-menu li a,
.footer-new .main-menu li a {  color: #d1d5db;  font-size: 14px;  text-decoration: none;  transition: all 0.3s ease;  display: inline-block;}
.footer-new .footer-menu li a:hover,
.footer-new .main-menu li a:hover {  color: #f59e0b;  padding-left: 6px;}
/* ===== Contact Info ===== */
.footer-new .contact-info {  list-style: none;  padding: 0;  margin: 0;}
.footer-new .contact-info li {  margin-bottom: 10px;  font-size: 14px;}
.footer-new .contact-info a {  color: #d1d5db;  text-decoration: none;  transition: 0.3s;}
.footer-new .contact-info a:hover {  color: #f59e0b;}
/* ===== Copyright Section ===== */
.copy-section {    margin-top: 0px;    background: #c1baad;    padding: 20px 0;}
.copy-section .copy-right {    display: flex;    flex-direction: column;    align-items: center;    gap: 6px;    font-size: 14px;    color: #000000;}
.copy-section .credit a {    color: #4a4849;    font-weight: 500;    text-decoration: none;}
.copy-section .credit a :hover{  color: #f59e0b; text-decoration: underline;}
.copy-section .heart {  color: #ef4444;  margin: 0 4px;}
/* ===== Responsive ===== */
@media (max-width: 768px) {  
	.footer-new {    text-align: center;  }
	.footer-new h4::after {    margin: 6px auto 0;  }
}
/* ---------- Search Page ---------- */
.search-page {    padding: 60px 0;}
.search-header {    text-align: center;    margin-bottom: 40px;}
.search-title {    font-size: 28px;    font-weight: 600;    color: #222;}
.search-title span {    color: #e63946;}

/* Results grid */
.search-results {    display: flex;    flex-wrap: wrap;   gap: 30px;}
.search-card {    margin-bottom: 30px;}
.search-card .card {    border: 1px solid #eee;    border-radius: 12px;    overflow: hidden;    background: #fff;    box-shadow: 0 4px 12px rgba(0,0,0,0.05);    transition: transform 0.3s ease;}
.search-card .card:hover {    transform: translateY(-5px);}
.search-card .thumb img {    width: 100%;    height: 220px;    object-fit: cover;}
.search-card .card-body {    padding: 20px;}
.search-card .card-title {    font-size: 18px;    margin-bottom: 10px;    font-weight: 600;}
.search-card .card-title a {    color: #222;    text-decoration: none;    transition: color 0.3s ease;}
.search-card .card-title a:hover {    color: #e63946;}
.search-card .card-text {    font-size: 14px;    color: #666;    margin-bottom: 15px;}
.search-card .read-more {    display: inline-block;    padding: 8px 14px;    border-radius: 6px;    background: #e63946;    color: #fff;    font-size: 14px;    text-decoration: none;    transition: background 0.3s ease;}
.search-card .read-more:hover {    background: #d62828;}
/* Pagination */
.pagination-wrapper {    text-align: center;    margin-top: 40px;}
.pagination-wrapper .page-numbers {    display: inline-block;    margin: 0 5px;    padding: 8px 14px;    border: 1px solid #ddd;    border-radius: 6px;    color: #333;    text-decoration: none;    transition: all 0.3s ease;}
.pagination-wrapper .page-numbers.current,
.pagination-wrapper .page-numbers:hover {    background: #e63946;    border-color: #e63946;    color: #fff;}
/* No results */
.no-results {    text-align: center;    padding: 50px 0;}
.no-results h2 {    font-size: 24px;    margin-bottom: 10px;}
.no-results p {    margin-bottom: 20px;    color: #666;}

/* ===== Footer Tags Styling ===== */
.footer-tags {    display: flex;    flex-wrap: wrap;    gap: 10px;    margin-top: 12px;    list-style: none;    padding: 0;}
.footer-tags .tag-link {    display: inline-block;    font-size: 14px;    font-weight: 500;    color: #d1d5db;    padding: 6px 14px;    text-decoration: none;    transition: all 0.3s ease;}
.footer-tags .tag-link:hover {    color:  #f59e0b;     transform: translateY(-2px); /* subtle hover lift */}

.hero-post .btn-primary {    font-size: 14px;    background: rgb(255, 255, 255);    border-width: initial;    border-style: none;    border-color: initial;    border-image: initial;    padding: 8px 20px;    border-radius: 30px;    transition: 0.3s;    color: #474545;}



/********************************************************************************/

/* ===== Inner Banner ===== */
.inner-banner {    padding: 120px 0 60px;    background-size: cover;    background-position: center;    color: #ffffff;   text-align: center;}
.inner-banner .entry-title {    font-size: 36px;    font-weight: 700;    margin: 0;    line-height: 1.2;}

/* ===== Breadcrumb Section ===== */
.breadcrumb-section {    background: #f9fafb;    padding: 12px 0;    font-size: 14px;    border-bottom: 1px solid #e5e7eb;}
.breadcrumb-section a {    color: #374151;    text-decoration: none;    transition: color 0.3s;}
.breadcrumb-section a:hover {    color: #2e6de0;}
/* ===== Single Post Content ===== */
.blog-single {    padding: 60px 0;}
.blog-single .content-left {    margin-bottom: 30px;}

/* ===== Post Navigation Buttons ===== */
.blog-single .post-navigation {    display: flex;    justify-content: space-between;    margin-top: 40px;    gap: 20px;    flex-wrap: wrap;}
.blog-single .post-navigation span {    display: inline-block;    padding: 12px 24px;    font-size: 14px;    font-weight: 600;    color: #ffffff;    background: #2e6de0; /* primary button color */    border-radius: 6px;    text-decoration: none;    transition: all 0.3s ease;}
.blog-single .post-navigation span i {    vertical-align: middle;}
.blog-single .post-navigation .previous-post:hover,
.blog-single .post-navigation .next-post:hover {    background: #f59e0b; /* accent hover color */    color: #111827;   transform: translateY(-2px);}
/* ===== Sidebar ===== */
.sidebar-right {    margin-top: 30px;}
.sidebar-right .widget {    margin-bottom: 30px;}

/* ===== Sidebar Contact Form 7 ===== */
.request-callback-widget .wpcf7-form {    display: flex;    flex-direction: column;    gap: 15px;}
.request-callback-widget .wpcf7-form input[type="text"],
.request-callback-widget .wpcf7-form input[type="email"],
.request-callback-widget .wpcf7-form textarea {    width: 100%;    padding: 12px 15px;    border: 1px solid #d1d5db;    border-radius: 6px;    font-size: 14px;    font-family: "Segoe UI", sans-serif;    transition: all 0.3s ease;}
.request-callback-widget .wpcf7-form input[type="text"]:focus,
.request-callback-widget .wpcf7-form input[type="email"]:focus,
.request-callback-widget .wpcf7-form textarea:focus {    border-color: #2e6de0;    box-shadow: 0 0 0 2px rgba(46,109,224,0.2);    outline: none;}
/* Submit Button */
.request-callback-widget .wpcf7-form input[type="submit"] {    background: #2e6de0;    color: #ffffff;    padding: 12px 24px;    font-size: 14px;    font-weight: 600;    border: none;    border-radius: 6px;    cursor: pointer;    transition: all 0.3s ease;}
.request-callback-widget .wpcf7-form input[type="submit"]:hover {    background: #f59e0b;    color: #111827;    transform: translateY(-2px);}
/* ===== Post Content Styling ===== */
.blog-single .entry-content p {    font-size: 16px;    line-height: 1.8;    margin-bottom: 20px;    color: #374151;}
.blog-single .entry-content h2,
.blog-single .entry-content h3,
.blog-single .entry-content h4 {    margin-top: 30px;    margin-bottom: 15px;    font-weight: 600;    color: #111827;}
.blog-single .entry-content img {    max-width: 100%;    margin: 20px 0;    border-radius: 6px;}
/* ===== Responsive ===== */
@media (max-width: 991px) {
    .blog-single .post-navigation {        flex-direction: column;        gap: 12px;    }
}
@media (max-width: 767px) {
    .inner-banner {        padding: 80px 0 40px;    }
}
.blog-single .post-navigation span {    display: inline-block;    padding: 12px 24px;    font-size: 14px;    font-weight: 600;    color: #ffffff;    background: #4A4849 !important;   border-radius: 6px;    text-decoration: none;    transition: all 0.3s ease;}
.blog-single .post-navigation .previous-post:hover, .blog-single .post-navigation .next-post:hover {   color:#4A4849  !important;    transform: translateY(-2px);    background: #f59e0b  !important;}
.inner-banner .entry-title {    font-size: 36px;    font-weight: 700;    margin: 0;    line-height: 1.2;    color: #010101;}
.blog-single .post-navigation span {    display: inline-block;    padding: 12px 24px;    font-size: 14px;    font-weight: 600;    color: #ffffff;    background: #f59e0b;    border-radius: 6px;    text-decoration: none;    transition: all 0.3s ease;}
.post-navigation span a {    color: #ffffff !important; text-decoration:none;}
.text-dark {    color: #212529!important;}
.text-dark:hover {    color: #f59e0b !important;}
.btn-outline-primary {    color: #f59e0b;    border-color: #474545;}
.btn-outline-primary:hover {    color: #fff;    background-color: #484646;    border-color: #484646;}
.btn-outline-primary:visited {    color: #f59e0b !important;}

div#page {    width: 100%;}

.category-block .card {  overflow: hidden;  border-radius: 15px;}
.category-block img {  width: 100%;  height: 200px;  object-fit: cover;  transition: transform 0.4s ease;}
.category-block .overlay {  background: rgba(0,0,0,0.4);  transition: background 0.3s ease;}
.category-block:hover .overlay {  background: rgba(0,0,0,0.6);}
.category-block .card {  border-radius: 12px;  overflow: hidden;  border: 2px solid #004080; /* optional border */}
.category-block img {  width: 100%;  height: 220px;  object-fit: cover;  display: block;  box-shadow: 0px 5px 5px 20px #fff; }
.category-block .overlay {    background: #464444;    padding: 12px;    text-align: center;}
.category-block .overlay:hover {    background: #a6a5a5;}
.category-block .overlay h5 {  margin: 0;  font-size: 18px;  font-weight: 700;  color: #ddd; /* black text */}


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


.site-header .btn-primary {    color: #fff;    background-color: #464444 !important;    border-color: #464444 !important;}
.site-header .btn-primary:hover {background-color:#6c757d !important; color:#000; font-weight:600;}

/* 🔹 Category Suggestions Dropdown (Header Search) */
#categorySuggestions {    max-height: 240px;              /* limit height */    overflow-y: auto;               /* scroll if overflow */    border: 1px solid #e5e7eb;      /* light border */    border-top: none;               /* merge with input */   background: #fff;    display: none;                  /* hidden by default */    position: absolute;    top: 100%;    left: 0;    right: 0;    z-index: 1050;    border-radius: 0 0 8px 8px;    box-shadow: 0 6px 12px rgba(0,0,0,0.08);    padding: 0;    margin: 0;    font-family: 'Inter', sans-serif;  /* match your theme */}
/* Each option */
#categorySuggestions li {    list-style: none;    padding: 10px 14px;    cursor: pointer;    transition: all 0.2s ease;    font-size: 14px;    font-weight: 500;    color: #374151; /* dark gray text */}
/* Hover effect */
#categorySuggestions li:hover {    background: #f9fafb;      /* subtle light background */    color: #2e6de0;           /* blue from theme */}
/* "No results" message */
#categorySuggestions li.text-muted {    cursor: default;    background: #fafafa;    color: #9ca3af;  /* muted gray */    font-style: italic;}
/* Integrates better with header */
.header-category-search {    position: relative; /* so dropdown positions correctly */    min-width: 260px;}
.header-category-search input {    font-size: 14px;    padding: 8px 12px;    border-radius: 6px 0 0 6px;    border: 1px solid #d1d5db;}
.header-category-search .btn {    border-radius: 0 6px 6px 0;}


/* Contact Us Info Block */
.contact_us_sec {  background: #f9f9f9;  padding: 100px 0;}
.contact_us_sec p {  font-size: 18px;  margin-bottom: 0;}
.contact_us_sec a {  color: #1a4065;  font-weight: 600;}
/* Contact Section (Form) */
.contact-section {  background: #12385B;  padding: 80px 0;  color: #fff;}
.contact-section .title-section h2 {  color: #fff;}
.contact-section .subtitle {  color: #F07C00;  font-weight: 600;  margin-bottom: 10px;}
.contact-section .form-blk {  background: #fff;  padding: 25px 30px;  border-radius: 6px;}
.contact-section .form-blk h3,.contact-section .form-blk p {  color: #000;}
.contact-section input[type="text"],.contact-section input[type="email"],.contact-section input[type="tel"],.contact-section textarea {  border: 1px solid #dedede;  border-radius: 5px;  margin-bottom: 15px;}
.contact-section input[type="submit"] {  width: 100%;  background: #2B5BDB;  border-radius: 6px;  height: 55px;  font-size: 16px;}
.contact_us_sec {    background: #ffffff !important;}
.contact_us_sec p {    font-size: 18px;    margin-bottom: 0;    border: 1px solid #0c1623;    padding: 40px;    border-radius: 70px;}
.contact_us_sec p a{		text-decoration:none; cursor:pointer !important;}
.contact_us_sec .fa {    color: #0c1623 !important;}
.page-template-contact-us-php .row.bt-sec {    gap: 80px !important;}
.page-template-contact-us-php .text-center {    text-align: center!important;    justify-content: center;    gap: 25px;}
.page-template-contact-us-php .choose_sec {    position: relative;    background-attachment: fixed;    margin-bottom: -20px;}
.page-template-contact-us-php .hero-section {    background: #454545 ;    padding: 10px 0px 0px;    margin-top: 0px;    z-index: 100;    height: 400px;    width: 100%;    display: flex;    align-items: top;    position: relative;    align-items: center;}
.page-template-contact-us-php .hero-section h1 {    text-align: center;    color: #fff; font-size:50px;}
.page-template-contact-us-php .footer {    background: #0C2C49;    padding: 60px 0;    margin-top: -20px;}
/*************************************************************/
.contact-page .c-pad{    background: #f8f8f8;    padding: 25px;    border-radius: 5px;    margin-top: 30px; text-align: center; height:100%;}
.contact-page .info-icon {    text-align: center;    margin: 0 0 20px;}
.contact-page .c-pad a{ color:#333; display:block; }
.contact_form {    background: #ffffff;   box-shadow: 0px 0px 139px 0px rgba(0, 0, 0, 0.1); position: relative;}
.contact_form {    max-width: 900px;    padding: 45px;    margin: 50px auto 0;    border-radius: 25px;}
.contact_form p {    text-align: center;    font-size: 20px;}
.contact_form h3 {    display: block;    font-size: 45px;    padding: 13px 0 10px;    color: #952520; text-align:center;}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"] {    width: 100%;    height: 45px;    border-radius: 5px;    border: #ccc solid 1px; }
.contact_form  span.wpcf7-form-control-wrap {    display: block;    margin-bottom: 15px;}
.map-blk {    margin: -190px 0 0;}
.contact-page { padding:30px 0 }  
.contact_form {    position: relative;    z-index: 1;    margin: 90px 0 0;}
.contact_form h3{    font-weight: 700;    font-size: 35px;}
.contact_form h3 { color:#333;}
.contact_form p {    color: #333;}
.contact_form .wpcf7-submit {    width: 100%;    max-width: 230px;    height: 46px !important;    background: #892e26 !important;    border-radius: 5px !important;    margin: auto !important;   display: table !important;}
.contact_form span.wpcf7-spinner {    position: absolute;}
.contact_form .wpcf7-submit {    background: #333333 !important;}
.contact_form {    margin: 100px auto 0;}

.credit ul {    list-style: none;    display: flex;    gap: 60px;    font-size: 16px;    align-items: center;}
.credit ul li a{font-weight:400;}
.extra-footer {    margin-top: 0px;    background: #b9bbba;    padding: 20px 0px 0px 0px !important;}
.extra-footer a {    color: #000000 !important;}


/* ===== Footer Trending Blogs ===== */
.ftr-trending {
  max-width: 350px; /* control column width */
}

.ftr-trending h4 {  font-size: 18px;  font-weight: 600;  margin-bottom: 15px;  position: relative;  padding-bottom: 8px;}

.ftr-trending h4::after {  content: "";  display: block;  width: 40px;  height: 2px;  background: #f59e0b; /* accent line under heading */  margin-top: 6px;}
.footer-trending-posts {  list-style: none;  margin: 0;  padding: 0;}
.footer-trending-posts li {  display: flex;  align-items: center;  border-bottom: 1px solid #eee;  padding-bottom: 12px;  margin-bottom: 12px;}

.footer-trending-posts li:last-child {  border-bottom: none;  margin-bottom: 0;  padding-bottom: 0;}
.footer-trending-posts img {  width: 120px;  height: 60px;  object-fit: cover;  border-radius: 6px;  flex-shrink: 0;}

.footer-trending-posts .post-title {    font-size: 14px;    font-weight: 500;    line-height: 1.4;    color: #d1d5db;    transition: color 0.3s ease;	text-decoration:none !important;}

.footer-trending-posts .post-title:hover {  color: #f59e0b !important;  text-decoration: none;}
.about-btn {    padding: 10px 20px 10px 20px;    text-decoration: none;    color: #4a4849 !important;    background: #ffffff;    border-radius: 10px;    font-weight: 700;}
.about-btn:hover {    background: #e9a23a;    color: #000;}
.social-fo {    padding: 30px 0 0;    display: flex;    gap: 12px;}

.footer .contact-fo a {    text-decoration: none;}
.social-fo a:hover {    background: #e9a23a;}
.social-fo img {    height: auto !important;    width: 20px !important;}
.social-fo a {    width: 35px;    height: 35px;    background: #fff;    display: flex;    align-items: center;    justify-content: center;    font-size: 18px;    border-radius: 100%;    color: #333;}


@media(max-width:1024px){
	.extra-footer ul, ol {    margin: -15px 0 1em -1em;}
	.credit ul {    list-style: none;    display: flex;    gap: 17px;    font-size: 15px;    align-items: center;}
}
/******************************************/
/* ====== Inner Banner ====== */
.inner-banner {  background-size: cover;  background-position: center;  padding: 80px 0;  position: relative;  text-align: center;  color: #fff;}
.inner-banner::after {  content: "";  position: absolute;  top: 0; left: 0; right: 0; bottom: 0;  background: rgba(0, 0, 0, 0.4);}.inner-banner .entry-header {  position: relative;  z-index: 2;}
.inner-banner h1.entry-title {  font-size: 36px;  font-weight: 700;  margin: 0;  color: #fff;}

/* ====== Breadcrumb ====== */
.breadcrumb-section {  background: #f8f8f8;  padding: 12px 0;  border-bottom: 1px solid #e0e0e0;  font-size: 14px;}
.breadcrumb-section .container {  display: flex;  justify-content: flex-start;}

/* ====== Blog Layout ====== */
.blog-single {  padding: 60px 0;}
.blog-single .content-left {  padding-right: 30px;}
.blog-single .sidebar-right {  padding-left: 20px;}
.blog-single .content-left h2,.blog-single .content-left h3,.blog-single .content-left h4 {  margin: 25px 0 15px;  font-weight: 600;}
.blog-single .content-left p {  line-height: 1.8;  margin-bottom: 20px;}

/* ====== Post Navigation ====== */
.post-navigation {  margin-top: 40px;  padding-top: 20px;  border-top: 1px solid #eee;  display: flex;  justify-content: space-between;}
.post-navigation a {  color: #0073aa;  font-weight: 600; text-decoration: none;}
.post-navigation a:hover {  text-decoration: underline;}
/* ====== Sidebar ====== */
.sidebar-right .widget {  margin-bottom: 40px;}
.sidebar-right .widget h2,.sidebar-right .widget-title {  font-size: 18px;  font-weight: 600;  margin-bottom: 15px;  border-bottom: 2px solid #0073aa;  padding-bottom: 5px;}
.sidebar-right .widget ul {  list-style: none;  padding-left: 0;}
.sidebar-right .widget ul li {  margin-bottom: 10px;}
.sidebar-right .widget ul li a {  color: #333;  text-decoration: none;}
.sidebar-right .widget ul li a:hover {  color: #0073aa;}

/* ====== Contact Form Widget ====== */
.request-callback-widget {  background: #f4f8fc;  padding: 20px;  border-radius: 8px; box-shadow: 0 3px 8px rgba(0,0,0,0.08);}
.request-callback-widget .request-callback {  font-size: 14px;}
/* ====== Responsive ====== */
@media (max-width: 991px) {
	.blog-single .content-left {   padding-right: 0;  }
	.blog-single .sidebar-right {   padding-left: 0;    margin-top: 40px;  }
  .inner-banner h1.entry-title {    font-size: 28px;  }
}
.sidebar-right ul, ol {    margin: 0 0 1.5em 0em;}

header#main-header {
    box-shadow: 1px 1px 10px;
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
}

.main-navigation {
    width: auto !important;
}



.contact_form .wpcf7-submit {
    background: #757575 !important;
}
.main-navigation {
    width: auto !important;
    display: flex;
}
span.search_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: none;
    top: 5px;
    position: relative;
    margin-left: 12px;
    border: #000 solid 2px;
    border-radius: 45px;
    cursor: pointer;
}
.acf-hide-field {
    display: none !important;
}

.contact_form {    margin: 40px auto 40px !important;}
.contact-page {    padding: 0px 0 !important;}

/*****************************************************************************************************************/

/* =========================================================
   DEFAULT TEMPLATE CONTENT STYLES (Responsive)
   ========================================================= */

/* Global content wrapper */
.page .entry-content,
.page .page-content,
.page-template-default .entry-content,
.page-template-default .page-content,
.single .entry-content,
.wp-block {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #374151;
}

/* Headings */
.page .entry-content h1,
.page .entry-content h2,
.page .entry-content h3,
.page .entry-content h4,
.page .entry-content h5,
.page .entry-content h6 {
    font-weight: 700;
    color: #111827;
    margin: 30px 0 15px;
}

/* Responsive heading scaling */
@media (max-width: 768px) {
    .page .entry-content h1 { font-size: 28px; }
    .page .entry-content h2 { font-size: 24px; }
    .page .entry-content h3 { font-size: 20px; }
}

/* Paragraphs */
.page .entry-content p {
    margin-bottom: 20px;
}

/* Images */
.page .entry-content img,
.page .page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 20px 0;
    display: block;
}

/* Lists */
.page .entry-content ul,
.page .entry-content ol {
    margin: 20px 0 20px 25px;
    line-height: 1.8;
}

.page .entry-content li {
    margin-bottom: 8px;
}

/* Links */
.page .entry-content a {
    color: #2e6de0;
    font-weight: 500;
    text-decoration: none;
}
.page .entry-content a:hover {
    color: #f59e0b;
    text-decoration: underline;
}

/* Buttons (Gutenberg) */
.wp-block-button__link {
    background: #2e6de0;
    color: #fff !important;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 6px;
    transition: 0.3s;
    display: inline-block;
}
.wp-block-button__link:hover {
    background: #f59e0b;
    color: #000 !important;
}

/* Block Quotes */
.page .entry-content blockquote {
    border-left: 4px solid #f59e0b;
    padding-left: 20px;
    margin: 25px 0;
    font-style: italic;
    color: #555;
}

/* Tables */
.page .entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    overflow-x: auto;
    display: block;
}
.page .entry-content table th,
.page .entry-content table td {
    border: 1px solid #ddd;
    padding: 10px;
}
.page .entry-content table th {
    background: #f7f7f7;
    font-weight: 600;
}

/* Gutenberg layout */
.wp-block-columns,
.wp-block-group {
    margin-bottom: 30px;
}

/* Buttons in content */
.page .entry-content .btn,
.page .entry-content button {
    background: #464444;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
}
.page .entry-content .btn:hover,
.page .entry-content button:hover {
    background: #f59e0b;
    color: #000;
}

/* =========================================================
   LAYOUT WIDTH + SIDEBAR REMOVAL
   ========================================================= */

/* Hide sidebar on default pages */
.page-template-default .sidebar,
.page .widget-area,
.page .sidebar,
.page-template-default .widget-area {
    display: none !important;
}

/* Expand content area */
.page-template-default .site-main,
.page .site-main {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px;
}

/* Remove extra margins */
.post, .page {
    margin: 0 !important;
}

/* Styled Page Headings */
.page .site-main h4 {
    font-size: 22px;
    font-weight: 700;
    border-left: 4px solid #f59e0b;
    padding-left: 12px;
    margin: 0 0 20px;
}

/* Responsive heading fix */
@media (max-width: 600px) {
    .page .site-main h4 {
        font-size: 18px;
    }
}

/* =========================================================
   MOBILE & TABLET RESPONSIVE FIXES
   ========================================================= */

/* Tablet */
@media (max-width: 992px) {
    .page .site-main {
        max-width: 90%;
        padding: 0 18px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .page .site-main {
        max-width: 100%;
        padding: 0 15px;
    }

    .page .entry-content p,
    .page .entry-content li {
        font-size: 15px;
        line-height: 1.7;
    }
}
