/*!
Theme Name: Prabha Engineers
Theme URI: http://underscores.me/
Author: Mahendra Kumbhar
Author URI: https://mahendrakumbhar.com/
Description: This is a special theme for  Prabha Engineers. The theme lets you create a responsive website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content\'s layout with a full-width page template and a contributor page to show off your authors. Creating a Altus website with WordPress has never been easier.
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: mahendra-kumbhar
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.

Prabha Engineers 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;
}

/**
 * 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: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;
}



/* --------------------------------------------- 
		CUSTOM CSS
 --------------------------------------------- */

/* Set base font size for rem units */
html {
    font-size: 16px; /* 1rem = 16px */
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --primary: #0a4da2;
    --secondary: #ff6b00;
    --dark: #1a2a3a;
    --light: #f8f9fa;
    --gray: #6c757d;
}


body {position: relative; font-family: "Open Sans", sans-serif; color:#464646;}
a {   background-color: transparent;  color: #4169e1;}
a:visited { color: #fe6612;}
h1, h2, h3, h4, h5, h6 { font-family:"Montserrat", sans-serif;    clear: both; font-weight: 700; margin-bottom: 1rem;  position:relative; }
h1 { font-size: 3rem;      /* 48px */}
h2 { font-size: 2.375rem;  /* 38px */}
h3 { font-size: 1.875rem;  /* 30px */}
h4 { font-size: 1.5rem;    /* 24px */}
h5 { font-size: 1.1875rem; /* 19px */}
h6 { font-size: 1rem;      /* 16px */}

p, li { font-size: 1rem;  /* 16px */ }
blockquote { font-size: 1.25rem;  /* 20px */}
small { font-size: 0.875rem; } /* 14px */
h2::after /*, h3::after, h4::after */ {   content: '';    position: absolute;    width: 70px;    height: 3px;    background: var(--secondary);    bottom: -10px;   left: 50%;    transform: translateX(-50%);}
#page {   display: flex;    flex-direction: column;    min-height: 100vh;}
.container-header, .container-footer, .container {   width: 100%;  max-width: 1280px;  margin: 0 auto;  clear: both;  padding: 0 20px;}
.container {  display: flex;  gap: 20px; /* Space between elements */}

#primary {  flex: 7; /* 70% equivalent */}

#secondary {  flex: 3; /* 30% equivalent */  min-width: 0; /* Prevent overflow */}

/* If secondary is missing */
#primary:only-child {  flex: 1; /* Expand to 100% */}
#page .site-content {    flex-grow: 1;}
.site-header { position: fixed;  right: 0;  left: 0;  top: 0;  z-index: 1030; background: rgba(256, 256, 256,  0.7);  padding: 15px 0;  -webkit-transition: all 1s ease;  -moz-transition: all 1s ease;  -ms-transition: all 1s ease;  -o-transition: all 1s ease;  transition: all 1s ease;}
.site-header.site-header-fixed {  padding: 10px 0 0 0;  background: rgba(256, 256, 256, 0.9); box-shadow: 2px 2px 2px #b5a7a7;  -webkit-transition: all 1s ease;  -moz-transition: all 1s ease;  -ms-transition: all 1s ease;  -o-transition: all 1s ease;  transition: all 1s ease;}
.Site-logo { /*width:70px;*/}
.site-header .custom-logo-link {    display: inline-block;    width: 80px;  -webkit-transition: all 1s ease;  -moz-transition: all 1s ease;  -ms-transition: all 1s ease;  -o-transition: all 1s ease;  transition: all 1s ease;}
.site-header .Site-title {text-align:center; text-transform:uppercase;}
.site-header .Site-title h1 {font-size: 2em; font-family:"Montserrat", sans-serif; font-weight:bolder; line-height:1; letter-spacing:5px; margin: 0; }
.site-header .Site-title h1 a  { text-decoration:none; color:#000;  -webkit-transition: all 1s ease;  -moz-transition: all 1s ease;  -ms-transition: all 1s ease;  -o-transition: all 1s ease;  transition: all 1s ease;}
.site-header .site-description  {font-family:"Montserrat", sans-serif; font-size:20px; line-height:1; letter-spacing:2px; margin: 0 0 10px 0;}
.header { display: flex;  justify-content: space-between;  align-items: center;  /*padding: 20px 0*/;}
.main-navigation { display: block;  width: auto;}

.site-branding {  display: flex; align-items: center; gap: 20px; justify-content: space-between;}
.site-header h1.site-title {  margin: 0; line-height: 1.5; /*text-transform:uppercase;*/ -webkit-transition: all 1s ease;  -moz-transition: all 1s ease;  -ms-transition: all 1s ease;  -o-transition: all 1s ease;  transition: all 1s ease; font-weight:200;}
.site-header h1.site-title a { text-decoration:none; color:#fe6612; -webkit-transition: all 1s ease;  -moz-transition: all 1s ease;  -ms-transition: all 1s ease;  -o-transition: all 1s ease;  transition: all 1s ease;}
.site-header h2.site-description { font-size: 1em;  margin: 0; line-height: 1; color:#fff; font-style:italic; -webkit-transition: all 1s ease;  -moz-transition: all 1s ease;  -ms-transition: all 1s ease;  -o-transition: all 1s ease;  transition: all 1s ease;}

.site-header-fixed .custom-logo-link { width:50px;  -webkit-transition: all 1s ease;  -moz-transition: all 1s ease;  -ms-transition: all 1s ease;  -o-transition: all 1s ease;  transition: all 1s ease;}
.site-header-fixed h1.site-title { ; -webkit-transition: all 1s ease;  -moz-transition: all 1s ease;  -ms-transition: all 1s ease;  -o-transition: all 1s ease;  transition: all 1s ease; }
.site-header-fixed .Site-title h1 a  { font-size:1.5rem; letter-spacing:3px; text-decoration:none;  -webkit-transition: all 1s ease;  -moz-transition: all 1s ease;  -ms-transition: all 1s ease;  -o-transition: all 1s ease;  transition: all 1s ease;}
.site-header-fixed .site-description { font-size: 0.8em;letter-spacing:1px; -webkit-transition: all 1s ease;  -moz-transition: all 1s ease;  -ms-transition: all 1s ease;  -o-transition: all 1s ease;  transition: all 1s ease;}

/*--------------------# Navigation--------------------------------*/

.site-header .main-navigation {  display: block;  width:auto;}
.site-header .main-navigation ul { list-style:none; display:flex;}
.site-header .main-navigation ul li{ padding:0 10px;}
.site-header .main-navigation ul li a{font-family:"Montserrat", sans-serif; text-decoration:none; text-transform:uppercase; color:#595b5a; font-size:1em;  -webkit-transition: all 1s ease;  -moz-transition: all 1s ease;  -ms-transition: all 1s ease;  -o-transition: all 1s ease;  transition: all 1s ease; font-weight:500;}
.site-header .main-navigation ul li a:hover{  color:#fe6612; }
/*.site-header-fixed .main-navigation ul li a{ text-decoration:none; color:#fff; -webkit-transition: all 1s ease;  -moz-transition: all 1s ease;  -ms-transition: all 1s ease;  -o-transition: all 1s ease;  transition: all 1s ease;} */
.main-navigation ul li.current_page_item a{ text-decoration:none; color:#fe6612; -webkit-transition: all 1s ease;  -moz-transition: all 1s ease;  -ms-transition: all 1s ease;  -o-transition: all 1s ease;  transition: all 1s ease;}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {left: auto; display: flex;  flex-direction: column;  background:rgba(6, 33, 10,  0.7);  padding-left: 20px;  margin-left: -30px;}
.entry-content {  margin-top: 0px;}
/*.warpper { margin-top:100px; display:flex; gap: 30px; }*/
.post, .page { margin: 0 0;}

ul, ol {    margin: 0 0 }

.centered-list {
  list-style-position: inside;  /* Keep bullets inside the ul's box */
  text-align: center;          /* Center-align the text and bullets */
  margin: 0 auto;              /* Center the ul itself if it's a block element with a set width (optional) */
  padding: 0;
  width: fit-content;         /* shrink ul's width to its content (optional) */
}

#marqueediv img { border-radius: 15px;}
/* ======= Home Our-Services=============*/
.Our-Services  { background: white;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 20px rgba(0,0,0,0.08);  transition: transform 0.3s, box-shadow 0.3s;  display: inline-block; padding:16px;  vertical-align: top;   }

/* Service Header */
.service-header {    display: flex;    align-items: center;    /*margin-bottom: 40px;*/}
.service-icon {    width: 80px;   height: 80px;    background: #0a4da2;    border-radius: 50%;    display: flex;    align-items: center;    justify-content: center;    margin-right: 30px;   flex-shrink: 0;}
.service-icon i {   font-size: 2rem;    color: white;}
.Service-title h5, .Service-title p { margin:0 !important;}

/*============== Odometer ------------*/
.lsow-odometers .lsow-odometer { text-align:center;}
.lsow-odometers .lsow-odometer .lsow-number, .lsow-odometers .lsow-odometer .lsow-prefix, .lsow-odometers .lsow-odometer .lsow-suffix { color:#ff6b00 !important; font-weight:500 !important;}
.lsow-odometers .lsow-odometer .lsow-stats-title { color:#fff !important; font-size: 20px; text-transform:uppercase;}

.RequestButton .ow-button-base .sowb-button{ border:spx solid #ff6b00 !important;}

/*============== About ------------*/
.Prabha-Engineers h3 {   color: var(--primary);   font-size: 1.8rem;    margin-bottom: 20px;}
.Prabha-Engineers h4 {color: var(--primary);   }
.Prabha-Engineers img {border-radius: 10px;     overflow: hidden;    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);}
.Prabha-TechSol h3 {   color: var(--secondary);   font-size: 1.8rem;    margin-bottom: 20px;}
.Prabha-TechSol h4 {   color: var(--secondary);  }
.Prabha-TechSol img {border-radius: 10px;     overflow: hidden;    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);}
.Core-Values .sow-features-list { display: flex;    flex-wrap: wrap;    justify-content: center;     margin-top: 40px;}
.Core-Values h2{ font-size:1.5rem;}
.Core-Values h2:after{ content: none;}
.company-info h4 {     color: var(--secondary);    margin-top: 25px;    margin-bottom: 15px; font-size:1rem;}
/*===========Services ===========*/
.Core-Values .sow-features-feature {  background: #fff;  padding:24px !important;   box-shadow: 0 5px 10px rgba(0,0,0,0.1);  border-radius: 8px;  margin: 0 0px;  transition: transform 0.3s, box-shadow 0.3s;}
.Core-Values .sow-features-feature:hover {     transform: translateY(-10px);    box-shadow: 0 15px 30px rgba(0,0,0,0.15);}

.service-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding-bottom:32px;  }
.service-card {   background: white;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 20px rgba(0,0,0,0.08);  transition: transform 0.3s, box-shadow 0.3s;  display: inline-block;   vertical-align: top;   }
.service-card:hover {transform: translateY(-10px) !important;  box-shadow: 0 15px 30px rgba(0,0,0,0.15);}
.service-card-img { height: 200px; background-size: cover; background-position: center; }
.service-card-content {   padding: 25px;   }
.service-card h4 { color: var(--primary);margin-bottom: 15px;  font-size: 1.3rem;     }
.service-card ul {list-style: none; margin-top: 15px; padding:0;  }
.service-card ul li { margin-bottom: 10px; position: relative; padding-left: 25px;    }
.service-card ul li:before { content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; left: 0; color: var(--secondary); }

.highlights-container {           display: grid;            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));            gap: 30px;            max-width: 1200px;           margin: 0 auto;       }
.highlight-card .sow-features-feature { background: rgba(255, 255, 255, 0.1); border-radius: 10px;  padding: 30px;  backdrop-filter: blur(5px); border: 1px solid rgba(255,255,255,0.2);     }
.highlight-card i { font-size: 2.5rem; color: var(--secondary);  margin-bottom: 20px; }
.highlight-card h4 {margin-bottom: 15px;}
 
 
.profile-highlights { background: var(--light); padding: 25px; border-radius: 8px; margin-top: 25px;}
.profile-highlights h4 { color: var(--primary); margin-bottom: 15px; }
.profile-highlights ul { list-style: none; margin-left: 20px; }
.profile-highlights ul li { margin-bottom: 10px; position: relative; padding-left: 25px; }
.profile-highlights ul li:before { content: '\f00c';  font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; left: 0; color: var(--secondary); }

  /* Experience Section */
.experience-section {  padding: 80px 0; background: var(--light); }
.experience-container {  max-width: 800px; margin: 0 auto; }
.experience-card { background: white; border-radius: 10px; padding: 30px; margin:0 auto; max-width:800px;  margin-bottom: 25px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); position: relative; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; }
.experience-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
.experience-card::before {content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--primary);}
.company-name {color: var(--primary);font-size: 1.5rem;margin-bottom: 10px;}
.position-title {color: var(--dark); font-size: 1.3rem; margin-bottom: 15px;font-weight: 600;}
.experience-meta { display: flex; margin-bottom: 20px;gap: 30px; }
.experience-meta div { display: flex; align-items: center;}
.experience-card i {color: var(--secondary); margin-right: 10px; font-size: 1.1rem;}
.experience-description { line-height: 1.8; color: #555;}
 
 /*===========Projects ===========*/
 
.projects-container { display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); gap: 30px;        }
.project-card { background: white; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.3s, box-shadow 0.3s; border: 1px solid #eaeaea; display: flex; flex-direction: column;   }
.project-card:hover { transform: translateY(-10px);  box-shadow: 0 15px 30px rgba(0,0,0,0.15); }       
.project-image { height: 220px; overflow: hidden; position: relative; }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.project-card:hover .project-image img {transform: scale(1.05); }
.project-header { background: var(--primary);color: white; padding: 20px; /*display: flex; justify-content: space-between; align-items: center;*/ }
.project-header h3 { min-height:90px;}
.project-year { background: var(--secondary); color: white; padding: 5px 15px; border-radius: 20px; font-weight: 600; font-size: 0.9rem; width:100px; float:left;}
.ongoing-badge { background: #28a745; color: white; padding: 3px 10px; border-radius: 4px; font-size: 0.8rem; font-weight: 600; margin-left: 10px; float:right;}
.project-client { padding: 20px; border-bottom: 1px solid #eee; background: var(--light);}
.project-client h3 { color: var(--primary); font-size: 1.3rem; display: flex; align-items: center;}
.project-client h3 i {margin-right: 10px; color: var(--secondary);}
.project-client p {color: var(--gray); font-style: italic; margin-top: 5px; padding-left: 25px;}
.project-details {padding: 20px; flex-grow: 1; }
.project-desc h3 { font-size: 1.2rem; color: var(--dark); margin-bottom: 15px; font-weight: 600; }
.project-desc {  color: var(--dark); }
.project-highlights { background: var(--light-blue);padding: 20px; border-radius: 8px; }
.project-highlights h4 { color: var(--primary); margin-bottom: 15px; font-size: 1.1rem; display: flex; align-items: center; }
.project-highlights h4 i { margin-right: 10px; color: var(--secondary);}
.project-highlights ul { list-style: none;}
.project-highlights ul li { margin-bottom: 10px; position: relative; padding-left: 25px;}
.project-highlights ul li:before { content: '\f00c';  font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; left: 0; top: 2px;color: var(--secondary);}
 
 
  
        
/*===========Submit ===========*/

.cf7-container { max-width: 500px;  margin: 2rem auto; padding: 2rem; background: #fff;  border-radius: 12px;  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);      }
        
        .cf7-title { text-align: center;  margin-bottom: 1.5rem;  color: #1a3a6d; font-size: 1.8rem;  font-weight: 700;        }
        
        /* Form styling */
        .wpcf7-form label { display: block;  margin-bottom: 0.5rem;  font-weight: 500;  color: #333;   }
        .wpcf7-form input, .wpcf7-form textarea { width: 100%; padding: 12px 15px;  margin-bottom: 1.5rem;  border: 1px solid #ddd; border-radius: 8px;  font-size: 1rem;  transition: all 0.3s ease;        }
        .wpcf7-form input:focus, .wpcf7-form textarea:focus { border-color: #1a3a6d; box-shadow: 0 0 0 3px rgba(26, 58, 109, 0.2); outline: none; }
        
        /* Enhanced Submit Button Styles */
        .wpcf7-submit { display: block; width: 100%; padding: 16px 25px; background:#0a4da2 !important; color: #fff !important; border: none; border-radius: 8px; font-size: 1.1rem; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase;  cursor: pointer;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); box-shadow: 0 5px 15px rgba(26, 58, 109, 0.3); position: relative; overflow: hidden;        }
		
        /* Hover Effects */
         /*.wpcf7-submit:hover { background: linear-gradient(135deg, #0c4b6e 0%, #1a3a6d 100%);   transform: translateY(-3px);            box-shadow: 0 8px 20px rgba(26, 58, 109, 0.4);     }
        
        /* Active/Click Effect */
        /* .wpcf7-submit:active { transform: translateY(1px);box-shadow: 0 3px 10px rgba(26, 58, 109, 0.3);        }
        
        /* Animated Arrow Icon */
         /*.wpcf7-submit::after {  content: "→";    position: absolute; right: 20px; top: 50%; transform: translateY(-50%); opacity: 0; transition: all 0.3s ease;      }
        
        .wpcf7-submit:hover::after { opacity: 1; right: 15px; }
        
        /* Loading Spinner */
        /* .wpcf7-submit.loading { pointer-events: none;  padding-right: 50px;        }
        
        .wpcf7-submit.loading::before {  content: ""; position: absolute;  right: 15px;  top: 50%;  transform: translateY(-50%); width: 20px; height: 20px; border: 3px solid rgba(255, 255, 255, 0.3); border-top-color: white; border-radius: 50%; animation: spin 0.8s linear infinite;     }
        
        @keyframes spin {       to { transform: translateY(-50%) rotate(360deg); }
        }
        
        /* Focus Effect */
        /* .wpcf7-submit:focus-visible {  outline: 3px solid rgba(192, 46, 29, 0.5); outline-offset: 2px;        }
        
        /* Success State */
         /*.wpcf7-submit.success { background: linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%); box-shadow: 0 5px 15px rgba(46, 125, 50, 0.3); }
        
        .wpcf7-submit.success::after { content: "✓"; opacity: 1; right: 15px;  }
		*/
		/*=========== FOOTER ===========*/
		.site-footer { background-color:#1a2a3a; color:#fff; padding:50px 0;}
		.site-footer a { color:#fff;}
		.site-info { display: flex;  gap: 20px; justify-content: space-between;}
		.site-info h1 { font-size: 1em;  margin: 0; line-height: 1.5; text-transform:uppercase;}
		
		.copyright { width: 50%;   vertical-align: top;font-size: 1em;  text-transform: uppercase;}
		.footermenu {  width: 50%;  vertical-align: top;}
		.footermenu ul {margin: 0; padding: 0; display: flex;  justify-content: flex-end;}
		.footermenu li { list-style: none;   padding: 0 5px;}
		.footermenu li a { color: #fff;  font-size: 1rem;}
		 
		ul#menu-social { margin:0; padding:0;}
		ul#menu-social li { list-style: none;  display: inline-block;   padding: 0 5px;}

.Avenir { display: flex;  width: 155px; gap: 10px;}
.Avenir a { text-decoration:none } 
@media all and (max-width:768px) {
 		 /* Navigation*/
		.menu-btn {position: relative;cursor:pointer;display: flex;justify-content: center;align-items: center;width: 80px;height: 80px;cursor: pointer;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
		.site-branding {width:fit-content; display:flex; margin-left:10px; gap:10px}
		.Site-logo  { width:50px;}
		.Site-logo  img{ width:50px;}
		.Site-title h1 { font-size:15px; line-height:1.5; margin: 0; letter-spacing:2px;}
		.site-description  { font-size:14px;}
		.site-header .menu-btn__burger {width: 33px;height: 3px;background: #fe6612;border-radius: 0px;box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);-webkit-box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);-moz-box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);-o-box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out;-webkit-transform:translateY(0px);-moz-transform: translateY(0px);-o-transform: translateY(0px);transform: translateY(0px); float:right;}
		.site-header .menu-btn__burger::before, .site-header .menu-btn__burger::after {content: '';position: absolute;width: 33px;height: 3px;background: #fe6612;border-radius: 0px;left:0;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
		.site-header .menu-btn__burger::before {-webkit-transform:translateY(-8px);-moz-transform: translateY(-8px);-o-transform: translateY(-8px);transform: translateY(-8px);}
		.site-header .menu-btn__burger::after {-webkit-transform:translateY(8px);-moz-transform: translateY(8px);-o-transform: translateY(8px);transform:  translateY(8px);}
		.site-header-fixed .menu-btn__burger, .site-header-fixed .menu-btn__burger::before, .site-header-fixed .menu-btn__burger::after {background: #fff;}
		.site-branding::after { content: normal;}
		.site-header .title h2 {  line-height: 0.4em;    color: #444;    letter-spacing: 1px;    font-size: 0.8em;    -webkit-transition: all 1s ease;    -moz-transition: all 1s ease;    -ms-transition: all 1s ease;    -o-transition: all 1s ease;    transition: all 1s ease;}
		.site-header-fixed .title h2 { color: #fff;	-moz-transition: all 1s ease;    -ms-transition: all 1s ease;    -o-transition: all 1s ease;    transition: all 1s ease;}
		.menu-toggle:focus-visible {outline: none;}
		button.menu-toggle:active, button.menu-toggle:focus {border-color: #fff;}
		.main-navigation. menu-toggle {display: block;float: right;border: 2px solid #000;width: 52px;height: 50px;padding: 10px 16px 10px 0;margin: 0;z-index: 2;}
		.toggled .menulogo {display: block;position: fixed;left: -585px;top: 40px;max-width: 265px;margin-left: 50%;z-index: 9999!important;transition: all .5s ease-in-out;}
		.header__widgets { display:none;}
		.header__navigation {    width: calc(100% - 300px);    margin-left: 0px;    order: 2;    margin-top: 30px;}
		.site-header .main-navigation ul li a{ color:#ff6b00;}
		/* ANIMATION */
		.main-navigation ul#primary-menu {background: rgba(256, 256, 256, 0.8); display: block;position: fixed;left: -100%;width: 100%; margin-top: -10px;}
		.main-navigation.toggled ul#primary-menu {left: 0%;animation-name: navdown;animation-duration: 2s;transform:translateY(0px);transition:all .5s ease-in-out;}
		.main-navigation.toggled .menu-btn__burger {-webkit-transform:translateX(-50px);-moz-transform: translateX(-50px));-o-transform: translateX(-50px);transform:  translateX(-50px);background: transparent;box-shadow: none;}
		.main-navigation.toggled .menu-btn__burger::before {-webkit-transform:rotate(45deg) translate(40px, -40px);-moz-transform: rotate(45deg) translate(40px, -40px);-o-transform: rotate(45deg) translate(40px, -40px);transform: rotate(45deg) translate(40px, -40px);height:3px;}
		.main-navigation.toggled .menu-btn__burger::after {-webkit-transform:  rotate(-45deg) translate(40px, 40px);-moz-transform: rotate(-45deg) translate(40px, 40px);-o-transform:  rotate(-45deg) translate(40px, 40px);transform: rotate(-45deg) translate(40px, 40px);height:3px;}
		.main-navigation.toggled .menu-toggle {display: block;/*float: right;border: 2px solid #fff;width: 52px;height: 50px;padding: 5px 16px 5px 0;margin:0 20px 0 0;z-index:2;*/}
		.site-header .menu-toggle { border: none; display: block;  float: right;/*border: 2px solid #fff;*/ width: fit-content; height: 50px; padding: 10px 15px;  margin:0 15px 0 0;  z-index: 2;  order: 2;  text-align: left; line-height:0.5; background:none; color:#000; font-size:1rem;}
		.site-header-fixed .menu-toggle { border: 2px solid #fff; color:#fff;}
		.main-navigation ul {position: absolute;right:0px;width: 100%;top: 100px;text-align:left;display: none;z-index: 999;}
		.menu-item-has-children > a:after {float: right;}
		.main-navigation ul li {float:none; width:100%; padding: 10px 0 0 20px !important;}
		.main-navigation ul li:last-child { padding-bottom:15px !important;}
		.main-navigation ul li > ul {display: none;flex-direction: column;}
		.main-navigation ul li.focus > ul {display: block;flex-direction: column;position:inherit;max-height:fit-content;padding-right:0;right:auto;}
		.main-navigation ul ul li a {width:auto;font-size:0.8rem;}
		.site-header-fixed .main-navigation li a { text-shadow:none; color:#000;}
		.main-navigation ul li > ul li {width: 100%;}
		.main-navigation ul ul li a:hover { color:#000;}
		.main-navigation ul li::focus > ul.sub-menu {display: block;}
		.current_page_item a, .current-menu-item a {color:#000 !important;}
		ul.sub-menu:before{position: absolute;    content: "v";    width: 4px;    height: 4px;    right: -2px;    top: calc(50% - 2px);    border-radius: 50%;    background: rgba(243,2,2,0.5);    right: 10px;}
		.site-info { display: flex;   gap: 20px;  justify-content: space-between;   flex-direction: column-reverse;  }
 		.container {   display: flex;  gap: 20px;   flex-direction: column;}
		
		.project-desc {  color: var(--dark); min-height: 95px; }
		.project-client {  min-height: 100px;}
		/* Navigation*/
		.site-footer { padding: 30px 0;}
		.footermenu ul {justify-content: space-around;}
		.footermenu li a {   font-size: 1.5rem;}
 		.footermenu, .copyright { width: 100%; text-align:center;}
 
		}
		
		@media (max-width: 576px) {
			
			
			.Hero-banner ul li h2 { font-size:30px !important;}
            
			.Hero-banner ul li .sow-slider-image-wrapper p { font-size:1.5rem !important;}
		}