/*!
Theme Name: Avenir Solutions
Theme URI: http://underscores.me/
Author: Mahendra Kumbhar
Author URI: http://avenirsolutions.co.in/
Description: This is a special theme for  Avenir Solutions. 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  Avenir Solutions 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: avenir-solutions
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.

Avenir Solutions 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
			
=========================================================================================================*/

/*:root {
            --primary: #2563EB;
            --secondary: #FBBF24;
            --background: #ffffff;
            --text: #2c3e50;
            --hover: #2980b9;
            --neutral: #f8f9fa;
			--transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  			--shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
   			--shadow-hover: 0 8px 25px rgba(0, 0, 0, 0.12);
			--border: #e2e8f0;
			--dark: #0f172a;
            --gradient-primary: linear-gradient(135deg, var(--primary) 0%, #1d4ed8 100%);
            --gradient-secondary: linear-gradient(135deg, var(--secondary) 0%, #f59e0b 100%);
        }*/

					@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100, 200, 300, 400, 500, 600, 700, 800, 900;1,100, 200, 300, 400, 500, 600, 700, 800, 900&family=Open+Sans:ital,wght@0,300, 400, 500, 600 700 and 800;1,300, 400, 500, 600 700, 80 &display=swap');

		:root {
            --primary: #5BC0EB;
            --secondary: #FDE74C;
            --background: #ffffff;
            --text: #2c3e50;
            --hover: #2980b9;
            --neutral: #f8f9fa;
			--transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  			--shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
   			--shadow-hover: 0 8px 25px rgba(0, 0, 0, 0.12);
			--border: #e2e8f0;
			--dark: #0f172a;
            --gradient-primary: linear-gradient(135deg, var(--primary) 0%, #1d4ed8 100%);
            --gradient-secondary: linear-gradient(135deg, var(--secondary) 0%, #f59e0b 100%);
        }
        /* Typography */
		html {  scroll-behavior: smooth;}
        body { font-family: 'Open Sans', sans-serif; color: var(--text); background-color: var(--background); margin: 0; padding: 0; line-height: 1.7; }
        .post, .page { margin:0;}
        h1, h2, h3, h4, h5, h6 { font-family: "Exo", sans-serif; font-weight: 700; margin-top: 0; }
        
        h1 { font-size: 3.5rem; line-height: 1.2; margin-bottom: 1.5rem; }
        
        h2 { font-size: 2.5rem; text-align: center; position: relative; }
        
        h2:after { content: ''; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); width: 80px; height: 4px; background: var(--secondary); border-radius: 2px; }
        .CTA h2.sow-cta-subtitle:after {content: normal;}
		.CTA1 .sow-cta-base {  background: transparent !important;    border: none !important;}
		CTA1 h2.sow-cta-subtitle { margin-top:48px;}
		.CTA1 h2.sow-cta-subtitle:after {content: normal;}
        h3 { font-size: 1.5rem; margin-bottom: 1rem; }
        
        p { font-size: 1.1rem; margin-bottom: 1.5rem; }
        a:visited { color: var(--text);}
		
        /* Layout */
        .container { width: 90%; max-width: 1200px; margin: 0 auto; padding: 0 20px;}
        
        section { padding: 100px 0;}
		.About h3 { font-size: 2.5rem;   margin-bottom: 3rem;   position: relative;}
		.About h3:after {content: ''; position: absolute; bottom: -15px;  left: 10%;  transform: translateX(-50%);   width: 80px;   height: 4px;   background: var(--secondary);    border-radius: 2px;}
		.about-image { border-radius: 15px; overflow: hidden; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1); height: 400px; background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); display: flex; align-items: center; justify-content: center; color: white; }
        .footer-contact section {padding: 0;  }
		.footer-contact p { margin:0;}
		.footer-contact .sow-features-list .sow-features-feature.sow-features-feature.sow-icon-container-position-right {align-items:top !important;}
        .btn { display: inline-block; background: var(--primary); color: white; padding: 14px 35px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 1.1rem; transition: all 0.3s ease; border: 2px solid var(--primary); box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3); }
        .btn:hover { background: var(--hover); transform: translateY(-3px); box-shadow: 0 8px 20px rgba(52, 152, 219, 0.4); }
        .btn-secondary { background: var(--secondary); border-color: var(--secondary); color: var(--text); box-shadow: 0 5px 15px rgba(241, 196, 15, 0.3); }
        .btn-secondary:hover { background: #e2b60d; border-color: #e2b60d; box-shadow: 0 8px 20px rgba(241, 196, 15, 0.4); }
        .text-center { text-align: center; }
        
        /* Header Styles */
		.site-header { position: fixed;    right: 0;    left: 0;    top: 0;    z-index: 1030;   /* background:rgba( 256, 256, 256, 0.95);*/    padding: 15px 0 0 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;    background: rgba(0, 0, 0, 0.7);}
		.site-branding { display:flex; gap:20px; align-items:center;}
		.logo {   float: left;    display: block;    padding-right: 20px;}
		.site-header .logowrap {   width: 83px;    height: 86px;    -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 .logowrap { width: 52px;    height: 52px;   -webkit-transition: all 1s ease;    -moz-transition: all 1s ease;    -ms-transition: all 1s ease;    -o-transition: all 1s ease;    transition: all 1s ease;}
		.title {    float: left;    display: block;}
		.site-header .title h1 { line-height: 0.75em;    font-size: 1.5em;    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;}
		.site-header-fixed .title h1 {    line-height: 0.5em;    font-size: 1.2em;}
		.title h1 a {  text-decoration: none;}
		.site-header .title h2 { line-height: 1em; color:#444; letter-spacing: 2px;    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;}
		.site-header-fixed .title h2 { line-height: 0.4em;  font-size: 0.9em; letter-spacing:0.2em;   color: #fff;}
		.site-header .main-navigation {float: right;    width: auto;    clear: none;    padding-right: 20px;}
		.Site-logo { width:50px;}
		.logo-icon {width: 50px;     height: 50px;    background: linear-gradient(135deg, var(--primary), var(--hover));    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);    margin-right: 15px;}
		.Site-title h1 { font-family:'Open Sans', sans-serif; font-size:1.8rem; line-height:1.2; margin-bottom: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-fixed .Site-title h1 { font-size:1.5rem; line-height:1.2; margin-bottom: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-title h1 a{ text-decoration:none;}
		.Site-title h1 a:hover { color: var(--primary);}
		.site-description {font-size: 20px;   font-weight: 300;   margin:0;    color: var(--text);    letter-spacing: 1.5px;  -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 { color:var(--background); font-size: 17px;   -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-title a {  background: linear-gradient(
				to right,
				var(--primary) 40%,
				var(--primary) var(--first-word-end, 0),
				var(--secondary) var(--second-word-end, 0),
				var(--secondary) 100%
			  );
			  -webkit-background-clip: text;
			  background-clip: text;
			  color: transparent !important;
			  display: inline-block;
			  position: relative;
			}
		.header {   background-color: white; box-shadow: 0 2px 20px rgba(0,0,0,0.1); osition: fixed; width: 100%; top: 0; z-index: 1000;  }
        
        .header-container { display: flex; justify-content: space-between; align-items: center;  }
        
        .logo { display: flex; align-items: center; }
        
        .logo-icon { width: 50px; height: 50px; background: linear-gradient(135deg, var(--primary), var(--hover)); clip-path: polygon(50% 0%, 0% 100%, 100% 100%); margin-right: 15px;  -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 .logo-icon { width: 40px; height: 40px; background: linear-gradient(135deg, var(--primary), var(--hover)); clip-path: polygon(50% 0%, 0% 100%, 100% 100%); margin-right: 15px; -webkit-transition: all 1s ease;    -moz-transition: all 1s ease;    -ms-transition: all 1s ease;    -o-transition: all 1s ease;    transition: all 1s ease; }
        .logo-text { font-size: 28px; font-weight: 700; line-height:1.2; }
        
        .logo-text .blue {color: var(--primary); }
        
        .logo-text .yellow {color: var(--secondary); }
        
        .logo-tagline { font-size: 20px; font-weight: 300; color: var(--text); Letter-spacing:1.5px}
        
        nav ul { display: flex; List-style: none; margin: 0; padding: 0; }
        
        nav li { margin-left: 30px; }
        
        nav a { text-decoration: none; color: var(--text); font-weight: 600; font-size: 1.1rem; transition: all 0.3s ease; position: relative; }
        
        nav a:after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 3px; background: var(--secondary); transition: width 0.3s ease; }
        
        nav a:hover { color: var(--primary);}
        
        nav a:hover:after { width: 100%;  }
        
        .mobile-menu {  display: none; font-size: 24px; cursor: pointer; color: var(--primary); }
		
		/*===============MENU CSS ==============*/
		
		/* style.css */
		/* Navigation Styles */
		.avenir-menu { display: flex; list-style: none; margin: 0; padding: 0; }
		
		.avenir-menu > li { position: relative; margin-left: 25px;}
		
		.avenir-menu > li > a { text-decoration: none; color: var(--background);  font-weight: 600; font-size: 1.1rem; text-shadow: 2px 2px #000; transition: all 0.3s ease; position: relative; padding: 15px 0; display: block;}
		.site-header-fixed  .avenir-menu > li > a {color:var(--background);}
		.avenir-menu a:after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background: #FBBF24; transition: width 0.3s ease; }
		
		.avenir-menu a:hover {  color: var(--primary);}
		
		.avenir-menu a:hover:after {  width: 100%;}
		
		/* Dropdown Menu Styles */
		.avenir-menu .sub-menu {position: absolute; top: 100%; left: 0; width: max-content; background: white; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); padding: 15px 0; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.3s ease; z-index: 100; list-style: none; margin: 0; display:flex;
			flex-direction:column;}
		
		.avenir-menu .has-children:hover .sub-menu { opacity: 1; visibility: visible; transform: translateY(0);}
		
		.avenir-menu .sub-menu li { margin: 0;  padding: 0;}
		
		.avenir-menu .sub-menu a { display: flex; align-items: center; padding: 12px 25px; color: #2c3e50; text-decoration: none; transition: all 0.3s ease; font-size: 1rem; position: relative; width: max-content;}
		
		.avenir-menu .sub-menu a:hover { background: rgba(37, 99, 235, 0.05); color: var(--primary);; padding-left: 30px;}
		.avenir-menu .sub-menu a:hover:after { width: 0;}
		
		.avenir-menu .sub-menu a i { width: 25px; display: inline-block;  color:var(--primary);; margin-right: 10px; font-size: 14px;}
		.avenir-menu .current-menu-item a {color: var(--primary);}
		.site-header-fixed .avenir-menu .current-menu-item a {color: var(--primary);}
		/* Mobile Menu Toggle */
		.mobile-menu-toggle { display: none;    font-size: 24px;    cursor: pointer;    color: #2563EB;    background: none;    border: none;    padding: 5px;}

			/*-----------------Second Level Menu ----------------*
			.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;  display: flex;  flex-direction: column;   background:linear-gradient(135deg, rgba(241, 196, 15, 0.5) 0%, rgba(241, 196, 15, 0.5) 100%);}
			.main-navigation li ul li { padding: 5px;  margin: 0;}
			.main-navigation li ul li a { font-size:0.9rem; font-weight:300; color:#000; width:max-content;}
			.main-navigation li ul li a:after { background:var(--primary);} */
			
			.container, .container-header { width: 100%; max-width: 1280px; margin: 0 auto; clear: both; padding: 0 20px; }
			.page-content, .entry-content, .entry-summary { margin:0;}
			.widget { margin:0;}
			/* Hero Section */
			.hero {     background: linear-gradient(135deg, rgba(52, 152, 219, 0.1) 0%, rgba(241, 196, 15, 0.05) 100%);  position: relative; overflow: hidden; }
		   /* .hero h1 {    color: transparent !important;    font-weight: bold;  -webkit-text-stroke: 1px #ffffff;  text-transform: full-width;}*/
		   .hero h1, .hero h2{ color: #ffffff00 !important;    -webkit-text-stroke: 1px #fff;    transition: all 0.5s ease; /* For a smooth transition */ text-shadow: none !important;   }
		   .hero p {  color: #ffffff;   text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);    margin: 1em 0;    font-size: 1.4rem;}		  
		   .hero-content h1,  .hero-content h2{ color: #ffffff00 !important;    -webkit-text-stroke: 1px #fff;    transition: all 0.5s ease; /* For a smooth transition */ text-shadow: none !important;   }
		   .hero-content p { color:#fff;}

		  /* Smooth rendering */
		  -webkit-font-smoothing: antialiased;
		  -moz-osx-font-smoothing: grayscale;        
		  .hero p { font-size: 1.4rem; margin-bottom: 40px; color: #4a5568; }
		  .hero-btns {margin-top: 30px; }
		  .hero-shapes { position: absolute; top: 0; right: 0; width: 50%; height: 100%;}
		  .hero-shapes-left { position: absolute; top: 0; left: 0; width: 50%; height: 100%; }
          .shape-1 { position: absolute; top: 20%; right: 10%; width: 200px; height: 200px; background: var(--secondary); opacity: 1; border-radius: 50%; animation: float 8s ease-in-out infinite, pulse 4s infinite alternate; }
		  .shape-2 { position: absolute; top: 40%; right: 20%; width: 150px; height: 150px; background: var(--primary); opacity: 1; border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; animation: float2 10s ease-in-out infinite, rotate 20s linear infinite; }
		  .shape-3 { top: 20%; left: 10%; width: 200px; height: 200px; background: var(--primary); opacity: 1; border-radius: 50%; animation: float 8s ease-in-out infinite, pulse 4s infinite alternate;/* background-image: url(https://avenirsolutions.co.in/AS/wp-content/uploads/2025/08/Professional-Pack.jpg);*/background-position: center; background-size:contain; position: absolute;	}
		  ol.sow-slider-pagination, .sow-slide-nav.sow-slide-nav-next, .sow-slide-nav.sow-slide-nav-prev{    display: none !important;}
		  .hero-content { position: relative;  z-index: 1;}
			/* Floating animations */
			@keyframes float {
				0% {
					transform: translateY(0) translateX(0) rotate(0deg);
				}
				33% {
					transform: translateY(-20px) translateX(10px) rotate(5deg);
				}
				66% {
					transform: translateY(10px) translateX(-15px) rotate(-5deg);
				}
				100% {
					transform: translateY(0) translateX(0) rotate(0deg);
				}
			}
        
			@keyframes float2 {
				0% {
					transform: translateY(0) translateX(0) rotate(0deg);
				}
				25% {
					transform: translateY(-30px) translateX(15px) rotate(10deg);
				}
				50% {
					transform: translateY(10px) translateX(-20px) rotate(-10deg);
				}
				75% {
					transform: translateY(-20px) translateX(10px) rotate(5deg);
				}
				100% {
					transform: translateY(0) translateX(0) rotate(0deg);
				}
			}
			
			@keyframes rotate {
				0% {
					transform: rotate(0deg);
				}
				100% {
					transform: rotate(360deg);
				}
			}
		.scroll h4.sow-carousel-item-title { text-align:center;}
		.scroll p { margin-bottom:0;}
		.services h2:after{ left:0%;}
        .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px;}
        
        /* Service Card Styling */
        .service-card { background: white; position: relative; overflow: hidden; padding: 40px 32px 32px 32px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.4s ease;   z-index: 1;     }
		.service-card:hover {transform: translateY(-10px);}
		.service-card h3 { text-align:center;}
		.service ul { margin:0; padding:0 15px; list-style:none;}
		.service li {  padding:10px 0 ;}
		.service li:before { content: "\f164";  font-family: "Font Awesome 6 Free";   position: absolute;    left:20px;    color: var(--primary);    font-weight: bold;;}
		.service-card-button {  padding-top: 24px;}
        /* Border Animation */
        .service-card::before,.service-card::after { content: ''; position: absolute; width: 0; height: 0; transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);  z-index: -1;  }
        
        .service-card::before { top: 0; left: 0; border-top: 2px solid transparent; border-left: 2px solid transparent;     }
        
        .service-card::after { bottom: 0; right: 0; border-bottom: 2px solid transparent; border-right: 2px solid transparent;}
        
        .service-card:hover::before { width: 100%; height: 100%; border-color: var(--primary); }
		.service-card:hover::after { width: 100%; height: 100%; border-color: var(--secondary); }
        
        /* Content Styling */
        .service-icon { width: 80px; height: 80px; background: linear-gradient(135deg, rgba(52, 152, 219, 0.1) 0%, rgba(241, 196, 15, 0.05) 100%); display: flex; align-items: center; justify-content: center; border-radius: 50%; margin-bottom: 25px; transition: all 0.4s ease; }
        
        .service-card:hover .service-icon { /* background: linear-gradient(135deg, #3498db 0%, #3498db 100%);*/ background: var(--primary);}
        
        .service-icon i { font-size: 36px; color: var(--primary); transition: all 0.4s ease; }
        
        .service-card:hover .service-icon i { color: var(--secondary); transform: scale(1.1); }
        
        .service-content h3 { font-size: 22px; color: #2c3e50; margin-bottom: 15px; transition: all 0.4s ease; }
        
        .service-card:hover .service-content h3 {color: var(--primary);}
        
        .service-content p { font-size: 16px; color: #000; margin-bottom: 25px; line-height: 1.7; }
		.service-content ul { list-style:none;padding-left: 25px;    margin: 0;}
        .service-content li:before {     content: "✓";    position: absolute;    left: 25px;    color: var(--primary);    font-weight: bold;}
        .service-link { display: inline-flex; align-items: center; color: var(--primary); text-decoration: none; font-weight: 600; font-size: 16px; transition: all 0.3s ease; }
		.service-card .icon .sow-icon-fontawesome:before {   width: 80px; height: 80px;  background: linear-gradient(135deg, rgba(52, 152, 219, 0.1) 0%, rgba(241, 196, 15, 0.05) 100%);  display: flex;  align-items: center;  justify-content: center;  border-radius: 50%;  margin-bottom: 25px;   transition: all 0.4s ease;}
		.service-card:hover .icon .sow-icon-fontawesome:before { color: var(--secondary); background: linear-gradient(135deg, var(--primary) 0%, var(--primary) 100%)}
		.service-link i { margin-left: 8px;   transition: transform 0.3s ease;  }
        .service-link:hover { color: #2980b9; }
        .service-link:hover i { transform: translateX(5px); }
        /*.service-card .button {  position: absolute;    bottom:10px;}*/
		blockquote { line-height:1.8; font-weight: 500;    font-style: italic;   position: relative;    width: auto;    margin: 0 0 20px 0;}
		blockquote p {  font-size: 1.2rem; padding: 0px 0 0px 75px;    /*border-left: 5px solid var(--primary);*/}
		blockquote p:before {     content: '';   position: absolute;    width: 20px;    height: 100%;    border-top: 20px solid var(--secondary);    border-right: 5px solid var(--primary);    left: 0;}
		blockquote p:before {  position: absolute; content: ""; z-index:-1;height: 43px; width: 43px; border-top: 10px solid var(--primary); border-right: 10px solid var(--secondary); -webkit-transform: rotate(45deg); -ms-transform: rotate(135deg);transform: rotate(45deg); top: 25px; bottom:25px;    left:0px;}
		
		.process-steps {  display: flex; flex-wrap: wrap;  justify-content: center;      position: relative;  counter-reset: step;}
		.process-steps::before {  content: '';    position: absolute;    top: 48px;    left: 50px;    right: 50px;    height: 4px;    background: var(--secondary);  /*  z-index: 1;*/}
		.process-step { background: white; /*border-radius: 15px;*/ padding: 40px 30px 30px;  position: relative; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); border-top: 4px solid var(--secondary);  counter-increment: step;    transition: all 0.3s ease;}
		.process-step:before {content: counter(step); position: absolute; top: -25px; left: 30px; width: 50px; height: 50px; background: var(--primary); color: white; border-radius: 50%; display: flex; align-items: center;  justify-content: center; font-size: 24px; font-weight: 700; box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);}
		.process-step h5 { font-size: 1.5rem; margin-bottom: 15px;   color: var(--text);    display: flex; align-items: center;}
		.process-step p {font-size: 1.1rem;   color: #555;   line-height: 1.6;}
		.process-step ul { margin: 20px 0 0 0;   padding:0 0 0 20px; list-style:none;}
		.process-services li:before {     content: "•";    color: var(--secondary);    font-weight: bold;    display: inline-block;    width: 1em;    margin-left: -1em;}
			
		.text-center { text-align:center;}
        /* Why Choose Section */
        .why-choose { background: linear-gradient(135deg, rgba(52, 152, 219, 0.05) 0%, rgba(241, 196, 15, 0.03) 100%);   }
        
        .why-content { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
        
        .why-text { padding-right: 30px; }
        
        .why-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
        
        .stat-box { background: white; border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: all 0.3s ease; border-bottom: 4px solid var(--secondary);}
        
        .stat-box:hover { transform: translateY(-5px);}
        
        .stat-number { font-size: 42px; font-weight: 700; color: var(--primary); margin-bottom: 10px;}
        
        .stat-label { font-size: 18px; color: var(--text);}
		.stats .lsow-number { color:var(--primary) !important;}
		.stats .lsow-suffix { color:var(--secondary) !important; font-weight:bolder;}
        .stats .lsow-stats-title { color: var(--secondary) !important; font-weight:bold;}

        /* Portfolio Section */
        .portfolio { background-color: white; }
        
        .portfolio-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; }
        
        .portfolio-item { border-radius: 15px; overflow: hidden; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.08); width:350px; height: 350px; }
        
        .portfolio-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
        
        .portfolio-item:hover img { transform: scale(1.1); }
        
        .portfolio-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(44, 62, 80, 0.85); display: flex; flex-direction: column; justify-content: center; align-items: center; color: white; opacity: 0; transition: opacity 0.4s ease; padding: 30px; text-align: center; }
        
        .portfolio-item:hover .portfolio-overlay { opacity: 1; }
        
        .portfolio-overlay h3 { color: white; margin-bottom: 15px; font-size: 1.8rem; }
        
        .portfolio-overlay p { color: #e2e8f0; margin-bottom: 20px; }
        
        .portfolio-overlay .btn { background: transparent; border: 2px solid var(--secondary); color: var(--secondary); }
        
        .portfolio-overlay .btn:hover { background: var(--secondary); color: var(--text);     }
		
		
					/* YouTube Modal */
		.youtube-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.9); 	z-index: 9999; display: flex; align-items: center; justify-content: center; }
			
		.youtube-responsive-container { position: relative; width: 80%; max-width: 1200px; padding-bottom: 45%; /* 16:9 ratio */ }
			
		.youtube-responsive-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
			
			/* Close button */
		.youtube-modal .close { position: absolute; top: 20px; right: 20px; color: white; font-size: 30px; cursor: pointer; }
		 /* Pricing Plan Styles */
        .pricing-section { background-color: var(--light-gray);}
        
        .pricing-tabs { display: flex; justify-content: center; margin-bottom: 50px; flex-wrap: wrap; }
        
        .pricing-tab { padding: 15px 30px; background: white; border: 1px solid var(--border); cursor: pointer; font-weight: 600; font-size: 1.1rem; transition: all 0.3s ease; }
        
        .pricing-tab:first-child {  border-radius: 30px 0 0 30px;  }
        
        .pricing-tab:last-child { border-radius: 0 30px 30px 0; }
        
        .pricing-tab.active, .pricing-tab:hover { background: var(--primary); color: white; border-color: var(--primary); }
        
        .pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px;  }
        
        .pricing-card { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.05); transition: all 0.4s ease; border: 1px solid #eaeaea; position: relative; z-index: 1; padding-bottom:32px;}
        
        .pricing-card.popular {border: 2px solid var(--primary); transform: scale(1.03); box-shadow: 0 15px 40px rgba(37, 99, 235, 0.15);     }
        .popular { position:relative;}
        .popular-tag {position: absolute;  top:25px; right: -90px; background: var(--secondary); color: var(--text); padding: 8px 80px; font-weight: 700; transform: rotate(45deg); font-size: 0.9rem; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);}
        .popular-tag p { margin:0;}
        .pricing-header {padding: 40px 30px 0px 30px;background: var(--neutral); text-align: center; /*border-bottom: 1px solid var(--border);*/    }
        
        .pricing-title {  font-size: 1.8rem; margin-bottom: 15px; color: var(--text); }
        
        .pricing-price { font-size: 3.5rem; font-weight: 700; color: var(--primary); margin-bottom: 10px;    }
        
        .pricing-price span { font-size: 1.2rem; color: var(--text); font-weight: 400; }
        
        .pricing-description { color: #64748b; font-size: 1rem; }
        .pricing-image {border-bottom: 1px solid var(--border); padding-bottom:48px;}
		.pricing-image h3 {text-align: center;   color: var(--primary);    padding-top: 48px;  font-size: 2rem;}
		.pricing-image img{ width:100%; display:none !important;}
        .pricing-features {  padding: 30px;    }
        .pricing-features ul { list-style: none; padding: 0; margin: 0; }
        .pricing-features li { border-bottom: 1px solid var(--border); display: flex !important; align-items: center !important; }
		.pricing-features li h5 { font-size:1rem; font-weight:200;}
        .pricing-features li:last-child { border-bottom: none; }
        .pricing-features i { color: var(--primary); margin-right: 10px; font-size: 1.2rem;}
        .pricing-cta { padding: 0 30px 40px; text-align: center; }
		.Pricing-button a { border-color:#fff;}
		.pricing-card .Pricing-button { position: absolute; bottom: 16px; left: 20%;}
		.Pricing-button a:hover { border-color:var(--primary) !important;}
        
		  /* Pack Details Section */
        .pack-details {   background-color: var(--neutral);           position: relative;            overflow: hidden;        }        
		.pack-details:before {content: ''; position: absolute;  top: -100px;  left: -100px;  width: 300px; height: 300px; background: var(--gradient-secondary); border-radius: 50%;   opacity: 0.05;     }
        .pack-details:after {content: ''; position: absolute; bottom: -100px; right: -100px; width: 400px; height: 400px; background: var(--gradient-primary); border-radius: 50%; opacity: 0.05;}
		.Starter-Pack h2:after { left:4%;}
		.pack-benifits-column {background: white; border-radius: 20px; padding: 40px;       box-shadow: 0 10px 30px rgba(0,0,0,0.05);     }
		.pack-benifits-column ul { list-style: none;   padding: 0;         margin: 0; }
		.pack-benifits-column ul li {padding: 5px 0; border-bottom: 1px solid #e2e8f0; display: flex; align-items: flex-start !important;}
		.pack-benifits-column ul li:last-child {        border-bottom: none;}
		.pack-benifits-column h3 { font-size:2.2rem; position:relative;}
		.pack-benifits-column h3:after {  content: '';  position: absolute;  bottom: -15px;  left: 50%;  transform: translateX(-50%);   width: 80px;   height: 4px;    background: var(--secondary);   border-radius: 2px;}
		.pack-benifits-column2 li { margin-bottom: 20px;  padding-left: 35px !important;  position: relative;   font-size: 1.1rem;}
		.pack-benifits-column2  li:before { content: '\f00c'; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute;left: 0; top: 0; width: 25px;height: 25px;background: var(--gradient-primary);color: white;border-radius: 50%;display: flex; align-items: center; justify-content: center; font-size: 12px;}
		.pack-benifits-column h4.sow-features-feature-title{ margin: 0 !important;}
		.pack-benifits-column p { margin:0;}
		.pack-image-container { position: relative;border-radius: 20px; overflow: hidden;  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);  border: 10px solid white;   transform-style: preserve-3d;  animation: float 8s ease-in-out infinite;}
		.pack-image-container img { width: 100%;   display: block;}
		.Pack{ background: linear-gradient(135deg, rgba(248, 250, 252, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%);    padding: 180px 0 100px;   position: relative;    overflow: hidden;}
		.Pack h2:after {  left: 5%;}
		.Pack-Button { font-weight:bolder;}
		.Pack h3 { font-size:3.5rem; line-height:1.2; background: linear-gradient(to right, var(--primary), var(--secondary));  -webkit-background-clip: text;  background-clip: text;   color: transparent !important;  display: inline-block;    position: relative;}
		.Starter-Pack-Button a {   background: var(--gradient-secondary) !important;    font-weight: 600 !important;}
		.custom-button a { font-weight: 600;}
		
		.custom-card { background: white; border-radius: 15px; padding: 40px 30px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; position: relative; overflow: hidden;     z-index: 1; border-top: 4px solid var(--primary);}
		.custom-card:hover { transform: translateY(-10px);  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);}
		.custom-card ul{  list-style: none;    padding: 0 20px;    margin: 0px 0;}
		.custom-card li { padding: 10px 0;   border-bottom: 1px solid #e2e8f0;    display: flex;    align-items: center;}
		.custom-card li:before {     content: "\f058";    font-family: "Font Awesome 6 Free";    position: absolute;    left: 20px;    color: var(--secondary);    font-weight: bold;}
		.custom-card .icon .sow-icon-fontawesome:before {   width: 80px; height: 80px;  background: var(--primary);  display: flex;  align-items: center;  justify-content: center;  border-radius: 50%;  margin-bottom: 25px;   transition: all 0.4s ease;}
		.custom-card:hover .icon .sow-icon-fontawesome:before {    color: var(--secondary);    background: linear-gradient(135deg, var(--primary) 0%, var(--primary) 100%);}
		
		
		
		/* Timeline Section */
        .timeline-section {position: relative; }
        
        .timeline-container { position: relative; max-width: 800px; margin: 0 auto;  }
        
        .timeline-container:before {content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 4px; height: 100%; background: var(--primary); z-index:1; }
        
        .timeline-item { position: relative; width: 50%; padding: 30px 40px; box-sizing: border-box; box-shadow: 0 10px 30px rgba(0,0,0,0.3);}
        
        .odd{left: 0; }
        
        .even{left: 50%; }
        

		.timeline-item.odd:before {content: ''; position: absolute; top: 50%; width: 50px; height: 2px;background: var(--primary);   z-index: 1; right: -10px; transform: translateY(-50%);}
        
        .timeline-item.odd:after {content: ''; position: absolute; top: 50%; width: 20px; height: 20px; background: var(--primary); border-radius: 50%;    z-index: 1; right: -10px; transform: translateY(-50%);}
		
		.timeline-item.even:before {content: ''; position: absolute; top: 50%; width: 50px; height: 2px; background: var(--primary); border-radius: 50%;    z-index: 1; left: -10px; transform: translateY(-50%); }
        
        .timeline-item.even:after {content: ''; position: absolute; top: 50%; width: 20px; height: 20px; background: var(--primary); border-radius: 50%;    z-index: 1; left: -10px; transform: translateY(-50%); }
        
        .timeline-content { background: white; border-radius: 15px; padding: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); position: relative; }
        
        .timeline-item h3 {margin-top: 0; color: var(--primary);}
		.timeline-item p {font-size: 1.1rem;     margin-bottom: 1.5rem; color: var(--text);}
        
		
		
		
		 /* Methodology Section */
        .methodology { background: linear-gradient(135deg, rgba(241, 196, 15, 0.05) 0%, rgba(52, 152, 219, 0.03) 100%);    }
        
        .method-steps {  display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; counter-reset: step; }
        
        .method-step {  background: white; border-radius: 15px; padding: 40px 20px 30px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border-top: 4px solid var(--secondary); counter-increment: step; transition: all 0.3s ease; }
        
        .method-step:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
        
        .method-step:before { content: counter(step); position: absolute; top: -25px; left: 30px; width: 50px; height: 50px; background: var(--primary); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 700; box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3); }
        
        .method-step h3 { margin-bottom: 15px; color: var(--text); display: flex; align-items: center;}
        
        .method-step h3 i { margin-right: 10px; color: var(--secondary); }
        
		
		/* =======404 ======*/
		.bannerimage { position:relative;}
		.bannerimage:before { content: ''; position: absolute; bottom: 0; left: 0; right:0; top:0; background:rgba(0,0,0, 0.65); transition: width 0.3s ease;}
		.hero-banner { position:absolute; top:0; margin-top:100px; width:100%; text-align:center; max-width:1280px;}
		
		
        /* CTA Section */
        .cta { background: linear-gradient(135deg, var(--primary) 0%, var(--hover) 100%); color: white; text-align: center; padding: 100px 0; position: relative; overflow: hidden; }
        
        .cta h2 { color: white; margin-bottom: 20px; }
        
        .cta h2:after { background: var(--secondary); }
        
        .cta p {font-size: 1.5rem; max-width: 700px; margin: 0 auto 40px; color: rgba(255,255,255,0.9);     }
        
        .cta .btn { background: var(--secondary); color: var(--text); border-color: var(--secondary); font-size: 1.2rem; padding: 16px 40px;}
        
        .cta .btn:hover { background: #e2b60d; border-color: #e2b60d;transform: translateY(-3px);}
		.contact-features h3{ text-align:left; margin:0 !important;}
		.contact-features p { margin: 0 0 10px 0; line-height:1.5;}
		.contact-features a { text-decoration:none; color:var(--text); position:relative;}
		.contact-features a:hover { text-decoration:underline; color: var(--secondary);	   transition: width 0.3s ease;}
		.custom-image { flex: 1;  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);   border-radius: 15px;    height: 350px;    display: flex;   align-items: center;   justify-content: center;   overflow: hidden;}
		.custom-image-content { text-align: center;   padding: 30px;    color: white;}		  
		
		.pum-theme-209, .pum-theme-default-theme { background: var(--gradient-primary) !important;}
		.pum-close { background: var(--primary) !important;}
		.pum-container { border-radius: 12px !important; border: 1px solid var(--primary) !important; padding:32px !important; box-shadow: 0 10px 30px var(--shadow) !important; overflow: hidden !important; font-family: inherit !important; max-width: 500px !important; margin: 0 auto !important; position: relative; background: var(--neutral) !important; }
		
		/* Contact Section */
		.contact-form {background: white; border-radius: 15px; padding: 40px; box-shadow: 0 15px 40px rgba(0,0,0,0.08); position: relative;}

        .contact-form:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(to right, var(--primary), var(--accent)); }

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

        .form-group label {display: block;margin-bottom: 8px;font-weight: 600;color: var(--dark);        }

        .form-group input {width: 100%;padding: 14px 20px; border: 1px solid #e2e8f0; border-radius: 8px; font-size: 1rem; transition: all 0.3s ease; font-family: 'Open Sans', sans-serif; }
		.form-group p {margin:0;}
        .form-group  input:focus {outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1); }
		.form-group input[type="submit"] { background: var(--primary);color: #fff; width: 50%; margin: 0 auto; max-width: 300px; display: block; border-radius: 20px;}
        textarea.input { min-height: 150px; resize: vertical; }

        .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px;}     
		
		.benefits ul li{ background: rgba(255, 255, 255, 0.1);  border-radius: 15px; padding: 40px 30px !important; color:#fff; text-align: center;  backdrop-filter: blur(10px);  transition: var(--transition);}
		/*.benefits .sow-features-list .sow-icon-container.sow-container-round:before { content:none}*/
		
        /* Footer */
        footer {  background:#000; color: white; padding: 80px 0 30px; }
        
        .footer-content { display: grid; grid-template-columns: 1.5fr 1fr 1.5fr; gap: 20px; margin-bottom: 40px; }
        
        .footer-logo { display: flex; align-items: center; margin-bottom: 20px; }
        
        .footer-logo .logo-icon { background: white; }
        
        .footer-logo .logo-text .blue { color: white; }
        
        .footer-logo .logo-text .yellow { color: var(--secondary); }
        
        .footer-about p { font-size: 1rem; color: #cbd5e0;}
        
        .footer-heading { font-size: 1.5rem; margin-bottom: 25px; position: relative; }
        
        .footer-heading:after { content: ''; position: absolute; bottom: -10px; left: 0; width: 40px; height: 3px; background: var(--secondary); }
        
        .footer-links ul { list-style: none; padding: 0; margin:0; }
        
        .footer-links li { margin-bottom: 15px; }
        .footer-links a { color: #cbd5e1;   text-decoration: none;   transition: var(--transition);   display: flex;    align-items: center;}
        /*.footer-links a {
            color: #cbd5e0;
            text-decoration: none;
            transition: color 0.3s ease;
            font-size: 1.1rem;
			tansition: var(--transition);}
			        */
		/*.footer-links a:before {   content: "\f00c";    font-family: "Font Awesome 6 Free";    color: var(--secondary);    margin-right: 10px; }*/
		.footer-links a:before {   content: "\f00c"; font-family: "Font Awesome 6 Free"; /* This typically points to fa-solid */ font-weight: 900; /* Add this line for solid icons */ color: var(--secondary); margin-right: 10px;}      
        .footer-links a:hover { color: var(--secondary); transform: translateX(5px); }
        .footer-contact p {display: flex; align-items: flex-start; margin-bottom: 15px; font-size: 1rem; color: #cbd5e0; }
        .footer-contact i { margin-right: 10px; color: var(--secondary); margin-top: 4px; font-size: 1.2rem;}        
        .footer-bottom { text-align: center; padding-top: 30px; border-top: 1px solid #fff; font-size: 1rem; color: #ffffff; }
        
        .social-links {/* display: flex; gap: 15px;*/ margin-top: 20px;}
		.social-links h3 { text-align:left; }
        .social-links ul { margin:0; list-style:none; display: flex; gap: 15px; margin-top: 20px; }
        .social-links a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: var(--secondary); color:#000; border-radius: 50%; font-size: 1.2rem; transition: all 0.3s ease; text-decoration:none; }
        .social-links a:hover { background:#fff; color: #000; transform: translateY(-3px); }
		.contact-info { background: linear-gradient(135deg, rgba(37, 99, 235, 0.02) 0%, rgba(251, 191, 36, 0.015) 100%);    border-radius: 15px;    padding: 50px;    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);    border-left: 4px solid var(--secondary);position: relative; overflow: hidden; transition:all 0.4s ease;}
		.contact-info:hover { transform: translateY(-10px);}
        .contact-social-links ul { margin:0; list-style:none; display: flex; gap: 15px; margin-top: 20px; }
        .contact-social-links a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: var(--neutral); color: var(--primary); border-radius: 50%; font-size: 1.2rem; transition: all 0.3s ease; text-decoration:none;}
		.contact-social-links  a:hover {background:var(--primary); color: #fff; transform: translateY(-3px);}
	
		.faq-container .sow-accordion-panel { background: white;  border-radius: 10px;    margin-bottom: 20px;    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);    overflow: hidden;}				
		.faq-container .sow-accordion-title { /*font-size:1.5rem;*/ font-weight:600;}
        /* Responsive Design */
        @media (max-width: 992px) {
            .why-content { grid-template-columns: 1fr; }            
            .why-text { padding-right: 0; }
			.footer-content { grid-template-columns: 1fr 1fr; }
        }
        
		/* Responsive Styles */
		@media (max-width: 768px) {
		.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; }
		
		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 {  padding-right: 0px;}
		.site-header .menu-btn__burger {width: 33px;height: 3px;background: #fff;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: #fff;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 {gap:0px; align-items:center;}
		.site-branding::after { content: normal;}
		
		
		/* ANIMATION */
		.main-navigation ul#primary-menu {display: block;position: fixed;left: -100%;width: 100%;top: 10%;}
		.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 {background:##000;-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 {background:##000;-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%;background: #fff;top: 80px;text-align:left;display: none;z-index: 999;}
		.menu-item-has-children > a:after {float: right;}
		.main-navigation ul li {float:none; width:100%;}
		.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:#3498db;}
		.main-navigation ul li::focus > ul.sub-menu {display: block;}
		.current_page_item a, .current-menu-item a {color:#3498db !important;background:#FFF}
		ul.sub-menu:before{position: absolute;    content: "";    width: 4px;    height: 4px;    right: -2px;    top: calc(50% - 2px);    border-radius: 50%;     right: 10px;}
 		
		
			
			.mobile-menu-toggle { display: block; }    
			avenir-menu { position: fixed; top: 75px; left: -100%; background: white; width: 100%; height: calc(100vh - 75px); transition: all 0.3s ease; box-shadow: 0 10px 20px rgba(0,0,0,0.1); overflow-y: auto; padding: 20px 0; flex-direction: column; }
			
			.avenir-menu.active {   left: 0; }
			
			.avenir-menu > li { margin: 0; width: 100%; }
			
			.avenir-menu > li > a { padding: 15px 25px; color:var(--text); text-shadow: none;}
			
			.avenir-menu .sub-menu {  position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; padding: 0; width: 100%; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; border-radius: 0;  }
			
			.avenir-menu .has-children:hover .sub-menu, .avenir-menu .has-children .sub-menu.active { max-height: 500px; }
			
			.avenir-menu .sub-menu a { padding: 12px 25px 12px 45px; }
			
			.dropdown-chevron { position: absolute; right: 25px; transition: transform 0.3s ease; }
			
			.avenir-menu > li > a.active .dropdown-chevron { transform: rotate(180deg); }
			.hero h1, .hero h2 { margin-top: 30px !important;}
            h1 {font-size: 2.5rem;}
            
            h2 { font-size: 2rem;}
            
            .hero-btns {flex-direction: column; gap: 15px; }
            
            .hero-content {text-align: center;}
            
            .hero-shapes {display: none;}
            
            .mobile-menu {display: block;}
            
            
            
            .stat-box { padding: 15px; }
            
            .stat-number { font-size: 32px; }
            
            .footer-content { grid-template-columns: 1fr; }
        }
        
        @media (max-width: 576px) {
            h1 { font-size: 2rem; }
            
            h2 { font-size: 1.8rem;}
            
            .why-stats { grid-template-columns: 1fr;}
            
            section { padding: 70px 0; }
            
            .portfolio-grid { grid-template-columns: 1fr;  }
			.Hero-banner ul li .sow-slider-image-wrapper p { font-size:1.5 rem;}
		}