/*
Theme Name: Genesis Block Theme
Theme URI: https://github.com/studiopress/genesis-block-theme/
Author: StudioPress
Author URI: https://www.studiopress.com/
Description: A beautifully-simple yet powerful WordPress theme that integrates perfectly with the block editor and the Genesis Blocks plugin. Start building amazing websites with blocks today! Install the Genesis Blocks plugin to add even more page-building blocks such as testimonials, sharing icons, notices, call to actions, buttons and more.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: genesis-block-theme
Domain Path: /languages/
Tags: one-column, featured-images, theme-options, custom-background, custom-colors, custom-logo, custom-menu, editor-style, translation-ready, footer-widgets, full-width-template, blog, sticky-post, threaded-comments, wide-blocks
Requires at least: 5.0
Requires PHP: 7.1
*/
/* --------------------------------------------------------------
Reset
-------------------------------------------------------------- */
/* stylelint-disable selector-list-comma-newline-after  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	/* stylelint-disable max-line-length */
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* stylelint-enable selector-list-comma-newline-after */
html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	overflow-x: hidden;
	margin: 0 auto;
	background: #fff;
	word-wrap: break-word;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: 300;
	text-align: left;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

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

a img {
	border: 0;
}

/* --------------------------------------------------------------
Typography
-------------------------------------------------------------- */
body,
button {
	color: #272c30;
	font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.6;
}

@media (max-width: 600px) {
	body,
	button {
		font-size: 16px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 3%;
}

/* Fallback title styles */
h1 {
	font-size: 2em;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

p,
.embed-vimeo {
	margin-bottom: 1.2em;
}

b,
strong {
	font-weight: 600;
}

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

blockquote {
	color: #272c30;
	font-weight: 600;
	line-height: 1.4;
	margin: 1em 0 1.2em 0;
	position: relative;
	padding: 0 0 0 30px;
	border-left: solid 4px #272c30;
}

blockquote p {
	margin-bottom: 1em;
}

blockquote cite {
	margin-top: 10px;
	display: block;
}

.comments-area blockquote {
	font-size: 18px;
}

@media (max-width: 1000px) {
	.comments-area blockquote {
		font-size: 16px;
	}
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #f2f2f2;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

.comments-area pre {
	background: #d7dee5;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.highlight {
	background: #fff198;
}

/* --------------------------------------------------------------
Elements
-------------------------------------------------------------- */
ul,
ol {
	margin: 0 0 1.4em 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

.hide-sub {
	display: none !important;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.8em;
}

.entry-content li {
	margin-bottom: 2%;
}

dt {
	font-weight: 600;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 0;
}

/* Tables */
table {
	font-size: 18px;
	margin-bottom: 5%;
	padding: 0;
	width: 100%;
}

table thead {
	background: #f2f2f2;
}

table thead th {
	font-weight: 600;
}

table td,
#content table th {
	padding: 15px;
}

table td {
	border-bottom: solid 1px #f2f2f2;
}

table tr:last-child td {
	border-bottom: none;
}

table tr:nth-child(even) {
	background: #f2f2f2;
}

/* --------------------------------------------------------------
Links
-------------------------------------------------------------- */
a {
	color: #62707c;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #272c30;
}

/* --------------------------------------------------------------
Theme Elements with wp-admin equivalents.
-------------------------------------------------------------- */
.entry-header .entry-title,
.editor-post-title__input {
	/* The blog title in the block editor. */
	font-size: 42px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 3%;
	position: relative;
	z-index: 5;
	line-height: 1.3;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.entry-header .entry-title a,
.editor-post-title__input a {
	color: #272c30;
}

.entry-header .entry-title a:hover,
.editor-post-title__input a:hover {
	text-decoration: underline;
}
@media(max-width: 1200px){
	.container{
		padding:0px 16px!important;
	}
	.container > .row > div{
		padding:0px;
	}
}
@media (max-width: 600px) {
	.entry-header .entry-title,
	.editor-post-title__input {
		font-size: 32px;
	}
}

/* --------------------------------------------------------------
Form Elements
-------------------------------------------------------------- */
button,
input:not(input[type="radio"]),
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	-webkit-appearance: none;
	box-sizing: border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-navigation a {
	background: #0072e5;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 14px 20px;
	-webkit-appearance: none;
	transition: 0.2s ease-in-out;
}

@media (max-width: 600px) {
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.comment-navigation a {
		padding: 10px 16px;
		font-size: 16px;
	}
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.comment-navigation a:hover,
.drawer .tax-widget a:hover,
a.added_to_cart:hover {
	box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
	-webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
	color: #fff;
	cursor: pointer;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active,
.button:focus,
.comment-navigation a:focus,
a.added_to_cart:active,
a.added_to_cart:focus {
	color: #fff;
	box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.05);
}

input[type="radio"] + label,
input[type="checkbox"] + label,
label ~ input[type="checkbox"] {
	width: auto;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.searchform {
	position: relative;
}

.searchform .search-input {
	width: 100%;
	font-size: 16px;
}

.searchform .searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: transparent !important;
	background-color: none !important;
	color: #627083;
	padding: 14px 15px;
	font-size: 15px;
	line-height: 1.4;
}

.searchform .searchsubmit:hover {
	color: #272c30;
}

.searchform .searchsubmit i {
	-webkit-font-smoothing: antialiased;
	line-height: 1.3;
	font-size: 16px;
	vertical-align: top;
}

@media (max-width: 1000px) {
	.searchform .searchsubmit i {
		line-height: 1;
	}
}

@media (max-width: 1000px) {
	.searchform .searchsubmit span {
		display: none;
	}
}

.results-search {
	background: #fff;
	padding: 3% 5% 4% 5%;
	margin-top: 9%;
	box-shadow: 0 5px 35px rgba(50, 50, 93, 0.1), 0 0 5px rgba(0, 0, 0, 0.07);
}

.search-no-results .results-search {
	margin-top: 5%;
}

.results-search h4 {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.results-search .searchform #s,
.results-search .searchsubmit {
	font-size: 24px;
}

@media (max-width: 1000px) {
	.results-search .searchform #s,
	.results-search .searchsubmit {
		font-size: 16px;
	}
}

.results-search .searchsubmit {
	padding-top: 0;
	padding-bottom: 0;
}

.results-search .searchsubmit span {
	display: none;
}

.results-search .searchsubmit i {
	font-size: 24px;
	line-height: 1.6;
}

@media (max-width: 1000px) {
	.results-search .searchsubmit i {
		line-height: 1.7;
	}
}

.search-results .entry-content {
	font-size: 18px;
}

form {
	display: inline-block;
	width: 100%;
}

.field-wrap {
	margin-bottom: 1.4em;
}

@media (max-width: 1000px) {
	.field-wrap {
		margin-bottom: 1em;
	}
}

select {
	padding-right: 45px;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	width: 100%;
	-webkit-appearance: normal;
	box-sizing: border-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"],
textarea,
select,
.select2-container .select2-selection--single {
	color: #62707c;
	background: #fff;
	box-sizing: border-box;
	-webkit-appearance: none;
	padding: 15px;
	border: solid 1px #d4dde5;
	transition: 0.1s ease-in-out;
	border-radius: 2px;
	font-size: 17px;
	width: 100%;
}

@media (max-width: 1000px) {
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="week"],
	input[type="tel"],
	input[type="time"],
	input[type="month"],
	input[type="tel"],
	textarea,
	select,
	.select2-container .select2-selection--single {
		padding: 12px 10px;
		font-size: 15px;
	}
}

input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
}

input[type="radio"] {
	-webkit-appearance: radio !important;
}

.select2-container .select2-selection--single {
	height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1;
	padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
	right: 10px;
}

input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"] {
	width: auto;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
	outline: none;
	box-shadow: inset 0 0 4px 2px #f4f8fb;
	border-color: #abb4bb;
	color: #272c30;
}

select {
	background: #fff url(images/angle-down.jpg) right no-repeat;
	background-size: 12px;
	background-position: right 15px top 20px;
}

select:hover {
	border-color: #d5dde4;
	cursor: pointer;
}

@media (max-width: 1000px) {
	select {
		background-position: right 15px top 17px;
	}
}

select::after {
	content: "x";
}

select[multiple] {
	background: none;
}

@media (max-width: 1000px) {
	input[name="post_password"] {
		display: inline-block;
		margin-bottom: 10px;
		width: 100%;
	}
}

textarea {
	overflow: auto;
	padding: 10px;
	vertical-align: top;
	line-height: 1.4;
}

fieldset legend {
	border-bottom: dotted 1px #d4dde5;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
}

form label {
	display: inline-block;
	width: 100%;
	font-weight: 600;
}

::-webkit-input-placeholder {
	color: #97a7b5;
}

:-moz-placeholder {
	color: #97a7b5;
}

::-moz-placeholder {
	color: #97a7b5;
}

:-ms-input-placeholder {
	color: #97a7b5;
}

#main .contact-form {
	display: inline-block;
	width: 100%;
}

#main .contact-form label {
	font-weight: 300;
}

#main .contact-form label span {
	color: #62707c;
}

#main .contact-form input[type="text"],
#main .contact-form input[type="email"] {
	margin-bottom: 4%;
	width: 100%;
	max-width: 100%;
}

#main .contact-form textarea {
	margin-bottom: 4%;
	width: 100%;
}

#main .contact-form .contact-submit {
	margin-bottom: 0;
}

.contact-column {
	display: inline-block;
	float: left;
	width: 48%;
	margin-left: 0;
}

.contact-column:last-child {
	margin-left: 4%;
}

@media (max-width: 1000px) {
	.contact-column {
		width: 100%;
	}
	.contact-column:last-child {
		margin-left: 0;
	}
}

.index-posts.archive-posts .post {
	width: 100%;
	margin-right: 0;
	padding-bottom: 5%;
	border-bottom: solid 1px #d7dee3;
}

.index-posts.archive-posts .post:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.index-posts.archive-posts .featured-image {
	display: inline-block;
	width: 31%;
	vertical-align: top;
	margin-bottom: 0;
}

.index-posts.archive-posts .featured-image + .post-text {
	display: inline-block;
	width: 68%;
	padding-left: 3.5%;
	vertical-align: top;
}

#page .more-link {
	display: inline-block;
	margin-bottom: 0;
	padding: 6px 15px;
	border-radius: 30px;
	font-size: 16px;
	box-shadow: none;
	font-weight: 600;
	color: #272c30;
	border: solid 2px;
}

#page .more-link:hover {
	color: #0072e5;
}

.index-posts .more-link {
	float: right;
}

/* --------------------------------------------------------------
Navigation
-------------------------------------------------------------- */
.home-nav {
	box-shadow: 1px 0 3px rgba(0, 0, 0, 0.35);
	font-size: 17px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	background: #fff;
	transition: transform 400ms linear;
	transform: translateY(-200%);
}

@media only screen and (max-width: 1000px) {
	.home-nav {
		display: none;
	}
}

.home-nav a {
	color: #272c30;
}

.home-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.home-nav li {
	display: inline-block;
}

.home .home-nav a {
	padding: 20px 0;
	margin: 0 15px;
	display: inline-block;
	border-bottom: solid 3px transparent;
	margin-bottom: -1px;
	transition: 0.4s ease;
}

.home .home-nav a:hover {
	border-bottom-color: #c4cdd3;
}

.home .home-nav a:active, .home .home-nav a:focus {
	outline: none;
}

.home-nav .active,
.home-nav .active:hover {
	border-bottom-color: #0072e5;
}

.admin-bar .home-nav {
	top: 32px;
}

@media only screen and (max-width: 782px) {
	.admin-bar .home-nav {
		top: 46px;
	}
}

.show-nav {
	transform: translateY(0%);
}

.single-nav {
	padding: 20px 9.2%;
}

/* --------------------------------------------------------------
Menus
-------------------------------------------------------------- */
.breadcrumb-link{
	text-wrap-mode: nowrap;
}
.menu-toggle {
	display: none;
}

@media (max-width: 1000px) {
	.menu-toggle {
		display: block;
	}
}

.button-toggle {
	background: none;
	padding: 0;
	color: #fff;
}

.button-toggle span:not(:first-child) {
	display: none;
}

.button-toggle:hover, .button-toggle:active, .button-toggle:focus {
	box-shadow: none;
	color: #fff;
}

.drawer-menu-toggle {
	display: none;
}

@media (max-width: 1000px) {
	.drawer-menu-toggle {
		display: inline-block;
	}
}

.drawer-toggle-switch span:first-child {
	display: none;
}

.drawer-toggle-switch span:last-child {
	display: block;
}

.main-navigation {
	font-size: 17px;
	font-weight: 600;
	display: inline-block;
	width: 70%;
	vertical-align: top;
}
.main-navigation #menu-main-menu{
	display: inline-flex;
    gap: 42px;
    list-style-type: none;
    margin: 0;
}
.main-navigation ul li.current-menu-item a{
	color:#F5634D!important;
}
@media (max-width: 1000px) {
	.main-navigation {
		display: none;
	}
}

.top-navigation .main-navigation {
	display: inline-block;
	width: 100%;
	text-align: right;
}

@media (max-width: 1000px) {
	.top-navigation .main-navigation {
		display: none;
		border-bottom: none;
	}
}

.site-header {
	padding: 0;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 100;
	background: #f2f2f2;
	transition: all 0.3s ease;
}

/* Sticky Header Styles */
.site-header.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(242, 242, 242, 0.95);
	backdrop-filter: blur(10px);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
	animation: slideDown 0.3s ease;
}

/* Dark background sticky header */
.site-header.dark-bg.is-sticky {
	background: rgba(10, 53, 66, 0.95);
	backdrop-filter: blur(10px);
}

/* Animation for sticky header */
@keyframes slideDown {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

/* Adjust body padding when header is sticky */
body.header-sticky {
	padding-top: 80px;
}

body.admin-bar .is-sticky .site-header {
	margin-top: 32px;
}

.site-identity {
    padding: 32px 0;
    position: relative;
    z-index: 8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-identity .logo{
	margin-right: auto;
	display: flex;
}
.top-navigation-right{
    margin: 0 auto;
}
.site-identity .header-btn{
    margin-left: auto;
}
.top-navigation-right .menu a{
	margin: 0;
    color: #F6F9F9;
    font-size: 14px;
    font-weight: 700;
}
.top-navigation-right .menu a:hover{
	color: #F5634D;
}
h1,h2,h3,h4,h5,h6,p,span,div{
	color: #0A3542;
}
h1,h2,h3,h4,h5,h6,a{
	font-family: "Montserrat", sans-serif;
}
.dark-bg .header-btn{
    background-color: #116E6E;
    color: #F6F9F9;
    padding: 10px 24px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
}
.dark-bg .header-btn:hover{
	background-color: #B9DDDD;
	color: #0A3542;
}

@media (max-width: 1000px) {
	.site-identity {
		padding: 8% 0;
	}
}

@media (max-width: 600px) {
	.site-identity {
		padding: 12px 0;
	}
}

.site-title-wrap {
	display: inline-block;
	vertical-align: top;
	max-width: 30%;
	width: 100%;
	position: relative;
}

@media (max-width: 1000px) {
	.site-title-wrap {
		max-width: 100%;
		text-align: center;
	}
}

@media (min-width: 1000px) {
	.titles-wrap {
		padding-top: 8px;
	}
}

.titles-wrap.has-description {
	padding-top: 0;
}

.site-title {
	font-size: 26px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	margin-right: 8px;
	line-height: 1.2;
}

.site-title a {
	color: #272c30;
	transition: 0.1s ease-in;
	position: relative;
}

@media (max-width: 1000px) {
	.site-title {
		margin: 0;
	}
}

@media (max-width: 600px) {
	.site-title {
		font-size: 24px;
	}
}

.site-description {
	color: #272c30;
	font-size: 14px;
	line-height: 1.4;
	margin: -2px 0 0 0;
	display: inline-block;
	width: 100%;
	position: absolute;
}

@media (max-width: 1000px) {
	.site-description {
		position: relative;
		display: block;
	}
}

.site-avatar {
	display: inline-block;
	text-align: center;
	width: 100%;
	vertical-align: top;
}

.site-avatar img {
	border-radius: 500px;
	margin-bottom: 15px;
	width: 85px;
	transition: all 0.2s ease-in-out;
}

.site-avatar img:hover {
	transform: scale(1.1);
}

.site-logo {
	line-height: 1;
	margin: 0;
	display: block;
}

.site-logo:not(img):empty {
	margin: 0;
}

.custom-logo-link img {
	display: block;
}

@media (max-width: 1000px) {
	.custom-logo-link {
		text-align: center;
		width: 100%;
		display: inline-block;
	}
	.custom-logo-link img {
		margin-left: auto;
		margin-right: auto;
	}
}

/* --------------------------------------------------------------
Content
-------------------------------------------------------------- */
.container {
	/*max-width: 1600px;*/
	max-width: 1296px;
	margin: 0 auto;
	/*padding: 0 8%;*/
	padding: 0 10px;
	display: block;
}

@media only screen and (max-width: 1000px) {
	.container {
		padding: 0 4%;
	}
}

@media (max-width: 600px) {
	.container {
		padding: 0 15px;
	}
}

.container::before, .container::after {
	content: "";
	display: table;
}

.container::after {
	clear: both;
}

.error404 .entry-header {
	margin-bottom: 0;
}

.archive-box {
	margin-top: 30px;
}

.archive-box ul ul {
	margin-left: 30px;
	margin-top: 0;
}

.archive-box ul li {
	margin-bottom: 0;
}

.archive-box ul a {
	border-bottom: dotted 1px #c7d6e4;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}

.archive-box ul a:hover {
	border-bottom: dotted 1px #c7d6e4;
	color: #62707c;
}

.single #page {
	margin: 0 auto;
}

#primary {
	margin: 0 auto;
	display: block;
	width: 70%;
	max-width: 830px;
}

@media (max-width: 1000px) {
	#primary {
		width: 100%;
	}
}

.error404 #primary {
	display: block;
	margin: 0 auto;
}

.no-sidebar .content-area,
.single.no-sidebar .content-area {
	margin: 0 auto;
	display: block;
	width: 100%;
}

#main .entry-content .page-links {
	clear: both;
	margin: 0 0 1.4em;
}

#main .entry-content .page-links a {
	border: none;
	padding: 0 2px;
	color: #62707c;
}

#main .entry-content .page-links a:hover {
	border: none;
	color: #272c30;
}

#page .more-link + .page-links {
	margin-top: 20px;
}

.featured-image,
.featured-video {
	margin-bottom: 5%;
	width: 100%;
	z-index: 50;
	position: relative;
}

@media (max-width: 600px) {
	.featured-image,
	.featured-video {
		margin-bottom: 1.2em;
	}
}

.featured-image img,
.featured-video img {
	display: block;
	margin: 0 auto;
	-webkit-transform: translate3d(0, 0, 0);
	transition: 0.07s ease-in-out;
}

.featured-video iframe {
	opacity: 0;
	animation-delay: 0.5s;
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}

#page {
	padding-top: 6%;
}

@media (max-width: 600px) {
	#page {
		padding-top: 8%;
	}
}

.site-content {
	display: inline-block;
	width: 100%;
	padding: 0 0 0% 0;
	vertical-align: top;
	position: relative;
	z-index: 10;
}

.blog .content-area {
	width: 100%;
	display: block;
	vertical-align: top;
}

.post .entry-header {
	position: relative;
	margin-bottom: 5%;
}

.archive-header {
	margin-top: -30px;
	margin-bottom: 40px;
	border-bottom: dotted 1px #cbcbcb;
}

.archive-header .entry-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}

.archive-header .entry-subtitle {
	font-size: 16px;
}

.archive-header .entry-subtitle p:last-child {
	margin-bottom: 0;
}

.taxonomy-description {
	font-size: 17px;
	color: #62707c;
}

@media (max-width: 600px) {
	.taxonomy-description {
		font-size: 15px;
		line-height: 1.4;
	}
}

.taxonomy-description p:last-child {
	margin-bottom: 0;
}

.entry-cats {
	font-size: 16px;
}

.full-post-header .entry-title {
	font-size: 58px;
	margin-bottom: 0;
	line-height: 1.2;
}

@media (max-width: 1000px) {
	.full-post-header .entry-title {
		font-size: 46px;
	}
}

@media (max-width: 600px) {
	.full-post-header .entry-title {
		font-size: 34px;
		margin-bottom: 15px;
		line-height: 1.2;
	}
}

.full-post-header .entry-title a {
	color: #272c30;
	text-decoration: none;
	transition: 0.1s ease-in-out;
}

.full-post-header .entry-title a:hover {
	color: #62707c;
}

.byline {
	color: #62707c;
	margin-top: 3%;
	font-size: 16px;
}

@media (max-width: 600px) {
	.byline {
		display: inline-block;
		margin-top: 0;
		font-size: 12px;
	}
}

.byline img {
	width: 24px;
	border-radius: 50px;
	vertical-align: top;
	margin-right: 5px;
}

.byline a {
	color: #62707c;
	border-bottom: 2px solid transparent;
	transition: 0.2s ease;
	padding-bottom: 2px;
}

.byline a:hover {
	border-bottom: 2px solid #e3eaf0;
}

.entry-content {
	vertical-align: top;
}

.entry-content p a {
	color: #0072e5;
	box-shadow: inset 0 -1px 0 #0072e5;
	transition: 0.3s ease;
}

.entry-content p a:hover {
	box-shadow: inset 0 -2px 0 #0072e5;
	color: #0072e5;
}

.entry-content a.no-underline,
.entry-content a.no-underline:hover {
	border-bottom: none;
}

.excerpt-more {
	display: inline-block;
	width: 100%;
}

.single-attachment .site-main .post .entry-content {
	padding-left: 0;
}

.single-attachment .author-profile {
	display: none;
}

.page-content {
	margin-bottom: 5%;
}

/* --------------------------------------------------------------
Posts
-------------------------------------------------------------- */
.post {
	width: 100%;
	display: inline-block;
	position: relative;
}

.blog .post:not(:last-of-type),
.archive #post-wrap .post:not(:last-of-type),
.search .post:not(:last-of-type) {
	margin-bottom: 8%;
	padding-bottom: 10%;
	border-bottom: solid 3px #eee;
}

.search .post:not(:last-of-type) {
	margin-bottom: 5%;
	padding-bottom: 6%;
}

.fade-out {
	animation-name: fadeOut !important;
	animation-duration: 0.2s !important;
	animation-fill-mode: both !important;
}

.d-flex{
	display: flex!important;
}

/* --------------------------------------------------------------
Footer
-------------------------------------------------------------- */
.site-footer {
	font-size: 17px;
	line-height: 1.5;
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #f2f2f2;
	color: #272c30;
}
.site-info,
.footer-tagline{
	margin-bottom: 30px;
}
.site-footer a {
	color: #0072e5;
}
.site-footer a:hover {
	color: #272c30;
	text-decoration: underline;
}
.menu-footer-menu-container a{
    margin: 0;
    color: #F6F9F9!important;
    font-size: 14px;
    font-weight: 700;
}
.menu-footer-menu-container a:hover{
    color: #F5634D!important;
    text-decoration: unset!important;
}
.copyright-social{
	padding: 22px 0;
}
.copyright-text{
	font-size: 12px;
	text-transform: capitalize;
}
.copyright-social-content{
	justify-content: space-between;
	align-items: center;
}



.copyright-social-content .footer-buttons{
	display: flex;
	column-gap:64px;
	row-gap:24px;
}

.copyright-social-content .footer-buttons a{
	color: var(--Wordie-White, #F6F9F9);

	/* B-Extra Small */
	
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	padding:0;
}
.social{
    margin: 0;
    list-style: none;
    gap: 25px;
}
.social a{
	display: flex;
}

@media (max-width: 1024px) {

	.copyright-social-content.d-flex {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
	.copyright-social-content .footer-buttons{
		flex-wrap:wrap;
		justify-content: center;
		order:2;
	}
	p.copyright-text.text-white{
		flex:100%;
		text-align: center;
	}
}

@media (max-width: 600px) {
	.site-footer {
		font-size: 15px;
	}
}

.category-wrap + .site-footer,
.related-post-wrap + .site-footer {
	margin-top: 0;
}

.category-wrap + .site-footer .footer-widgets,
.related-post-wrap + .site-footer .footer-widgets {
	border-top: none;
}

.post-navigation + .site-footer {
	box-shadow: inset 0 50px 50px -50px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1000px) {
	.post-navigation + .site-footer {
		box-shadow: none;
	}
}

.footer-padding {
	padding-top: 15%;
	opacity: 0;
}

.footer-widgets .widget_wpcom_social_media_icons_widget a {
	font-size: 28px;
}

.footer-widgets .widget_wpcom_social_media_icons_widget li {
	border-bottom: none;
	padding: 0;
}

.footer-widgets {
	display: inline-block;
	width: 100%;
	margin-bottom: 6%;
}

@media (max-width: 1000px) {
	.footer-widgets {
		padding-top: 8%;
		margin-bottom: 0;
	}
}

.footer-widgets .footer-column {
	width: 30.6%;
	float: left;
	padding-top: 7%;
	margin-right: 4%;
	display: inline-block;
	vertical-align: top;
	transition: 0.2s ease-in-out;
}

@media (max-width: 1000px) {
	.footer-widgets .footer-column {
		width: 100%;
		margin-bottom: 5%;
		padding-top: 0;
		margin-right: 0;
	}
}

@media (max-width: 600px) {
	.footer-widgets .footer-column {
		padding-right: 0;
		margin-bottom: 7%;
	}
}

.footer-widgets .footer-column:last-child {
	margin-right: 0;
}

.footer-widgets .footer-column:first-of-type:nth-last-of-type(2),
.footer-widgets .footer-column:first-of-type:nth-last-of-type(2) ~ .footer-column {
	width: 48%;
}

@media (max-width: 1000px) {
	.footer-widgets .footer-column:first-of-type:nth-last-of-type(2),
	.footer-widgets .footer-column:first-of-type:nth-last-of-type(2) ~ .footer-column {
		width: 100%;
	}
}

.footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
.footer-widgets .footer-column:first-of-type:nth-last-of-type(3) ~ .footer-column {
	width: 30.6%;
}

@media (max-width: 1000px) {
	.footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
	.footer-widgets .footer-column:first-of-type:nth-last-of-type(3) ~ .footer-column {
		width: 100%;
	}
}

.footer-widgets ul {
	list-style: none;
	margin: 0;
}

.footer-widgets ul li {
	padding: 0 0 15px 0;
}

.footer-widgets ul li:last-child {
	padding-bottom: 0;
}

.footer-widgets ul ul li {
	list-style-type: circle;
}

.footer-widgets ul .menu-item-has-children {
	padding-bottom: 0;
}

.footer-widgets ul.children, .footer-widgets ul.sub-menu {
	margin-left: 20px;
	margin-top: 10px;
}

.footer-widgets ul.sub-menu li:last-child {
	padding-bottom: 15px;
}

.footer-widgets .sub-menu {
	margin-left: 20px;
}

.footer-widgets .widget_text a {
	border-bottom: dotted 1px rgba(255, 255, 255, 0.3);
}

.footer-widgets section + section {
	margin-top: 40px;
}

.footer-bottom {
	display: inline-block;
	width: 100%;
    padding: 36px 0;
}

.footer-widgets + .footer-bottom {
	border-top: dotted 1px rgba(255, 255, 255, 0.4);
}

@media (max-width: 1000px) {
	.footer-widgets + .footer-bottom {
		padding-top: 30px;
	}
}

/*.footer-tagline {
	display: inline-block;
	width: 40%;
}*/

@media (max-width: 1000px) {
	.footer-tagline {
		float: none;
		width: 100%;
		margin-top: 15px;
	}
}

.footer-navigation + .footer-tagline {
	float: right;
}

.footer-tagline a {

}
.text-white{
	color: #F6F9F9;
}
.footer-tagline p{
	font-size: 14px;
}
p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	margin-bottom: 0;
	font-weight:400;
}

.site-footer .widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
	line-height: 1.2;
	color: #272c30;
}

@media (max-width: 1000px) {
	.site-footer .widget-title {
		margin-bottom: 15px;
	}
}

@media (max-width: 600px) {
	.site-footer .widget-title {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

.footer-navigation {
	display: inline-block;
}

.footer-navigation ul {
	margin: 0;
}

.footer-navigation li {
	display: inline-block;
	list-style: none;
	margin-right: 32px;
}

/* --------------------------------------------------------------
Attachments
-------------------------------------------------------------- */
.attachment .comments-area,
.attachment .entry-meta,
.attachment .post-navigation,
.attachment .entry-footer {
	display: none;
}

/* --------------------------------------------------------------
Miscellaneous
-------------------------------------------------------------- */
::selection {
	background: rgba(255, 244, 147, 0.8);
	color: #272c30;
}

#wpstats {
	display: none;
}

.compat-object-fit {
	background-size: cover;
	background-position: center center;
}

.compat-object-fit img {
	opacity: 0;
}

.post-password-form label {
	display: inline-block;
	width: 40%;
}

.post-password-form input[type="submit"] {
	display: inline-block;
}

.not-found {
	text-align: center;
}

.blog .post.sticky {
	background: #fff;
	padding: 4%;
	border-bottom: none;
}

.page-template-full-width #page,
.page-template-full-width #primary {
	padding: 0;
	max-width: 100%;
	width: 100%;
}

.page-template-full-width #page .entry-header {
	padding: 5% 2% 0;
}

.page-template-full-width .site-content {
	padding-bottom: 0;
}

/*--------------------------------------------------------------
Block Alignments
--------------------------------------------------------------*/
.wp-block-gallery {
	margin-left: 0;
	margin-bottom: 1.2em;
}

.wp-block-image figcaption {
	font-size: 15px;
	margin-top: 1em;
}

ul.blocks-gallery-grid,
ul.wp-block-social-links,
.entry-content .wp-block-gallery {
	padding-left: 0;
}

.alignfull,
.alignwide {
	margin-bottom: 2em;
	width: 100%;
}

@media (max-width: 600px) {
	.alignfull.wp-block-gallery,
	.alignwide.wp-block-gallery {
		margin-left: -8px;
		margin-right: -8px;
		width: inherit;
	}
}

.alignfull img,
.alignwide img {
	display: block;
}

.alignwide {
	max-width: none;
}

@media (min-width: 1000px) {
	.alignwide {
		width: 75vw;
		margin-left: calc(50% - 75vw / 2);
	}
}

.entry-content > .alignfull {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	max-width: none;
}

.wp-block-columns {
	margin-bottom: 1.2em;
}

/*-----------------------------------------------------*/
/* Home Banner Styles */
/*-----------------------------------------------------*/


.home-banner{
	min-height: 616px;
	background: linear-gradient(0deg, #0A3542 0%, #0A3542 100%), linear-gradient(180deg, #062028 0%, #062731 100%);
	padding: 80px 0 280px 0; /* Add bottom padding to accommodate the wave */
	display: flex;
	align-items: center;
	position: relative;
}

.home-banner h1 {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 1rem;
	line-height: 1.2;
	color:#F6F9F9;
}

.home-banner p {
	font-size: 1.25rem;
	margin-bottom: 2rem;
	opacity: 0.9;
	font-size:18px;
	line-height:27px;
	font-weight:400;
	color:#F6F9F9;
	padding-right: 74px;
}

.home-banner .btn {
	padding: 10px 24px;
	border-radius: 24px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	font-size:16px;
}

.home-banner .btn-primary {
	background-color: #F5634D;
	border: 2px solid #F5634D;
	color: white;
}

.home-banner .btn-primary:hover {
	background-color: #e55a45;
	border-color: #e55a45;
	color: white;
}

.home-banner .btn-outline-light {
	background-color: transparent;
	border: 2px solid white;
	color: white;
}

.home-banner .btn-outline-light:hover {
	background-color: white;
	color: #0A3542;
}

/* Banner Images Layout */
.banner-images {
	position: relative;
	height: 500px;
}

.image-row {
	display: flex;
	gap: 60px;
	margin-bottom: 20px;
}

.image-row.top-row {
	justify-content: space-between;
}

.image-row.bottom-row {
	justify-content: space-between;
}

.image-container {
	position: relative;
	transition: transform 0.3s ease;
}

.image-container:hover {
	transform: translateY(-5px);
}

.big-image {
	width: 100%;
	height: 270px;
}

.small-image {
	width: 170px;
	height: 270px;
}

.image-container img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.desktop-mockup {
	border-radius: 8px;
}

.mobile-mockup {
	border-radius: 20px;
}

/* Responsive Design */
@media (max-width: 1200px) {
	.home-banner p{
		padding-right:0px;
	}
	.big-image {
		width: 250px;
		height: 170px;
	}
	.home-banner p.text-white{
		margin-bottom:42px;
	}
	.small-image {
		width: 120px;
		height: 200px;
	}
	.home-banner .btn{
		width:60%;
		margin:auto;
		
	}
	.home-banner .d-flex.gap-3{
		gap:16px!important;
	}
}

@media (max-width: 992px) {
	.home-banner {
		padding: 0px 0px 60px 0px;
		text-align: center;
	}
	
	.home-banner h1 {
		font-size: 2.5rem;
	}
	
	.banner-images {
		margin-top: 40px;
		height: auto;
	}
	
	.image-row {
		justify-content: center;
	}
	
	.big-image {
		width: 270px;
		height: 140px;
	}
	
	.small-image {
		width: 100px;
		height: 160px;
	}
}

@media (max-width: 768px) {
	.home-banner h1 {
		font-size: 38px;
	}
	
	.home-banner p {
		font-size: 1rem;
	}
	
	.banner-images {
		display: none;
	}

	.image-row{
		gap:0px;
	}

	/* Mobile Wave Separator */
	.wave-separator {
		display: none; /* Hide the desktop wave separator on mobile */
	}

	/* Mobile-specific wave separator */
	.wave-separator-mobile {
		position: absolute;
		top: -150px;
		left: 0;
		width: 100%;
		height: 150px;
		z-index: 1;
		pointer-events: none;
		display: block!important; /* Show on mobile */
	}

	.wave-separator-mobile svg {
		width: 100%;
		height: 100%;
		display: block;
	}
}
/*-----------------------------------------------------*/
/* our-service-section Styles - Updated to match the design */
/*-----------------------------------------------------*/

.our-service-section{
	padding: 40px 0;
    background-color: #F6F9F9;
    position: relative;
    z-index: 2;
    margin-top: -150px;
}

.our-service-section .row:nth-child(2){
	margin:47px 0 0;
}

.our-service-section h2{
	font-size: 28px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #0A3542;
    text-align: center;
}
.our-service-section .subtitle{
	font-size: 18px;
    color: #505C5F;
    text-align: center;
    margin-bottom: 0px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    font-weight: 400;
} 
.our-service-section .column-content{
    background: #F6F9F9;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #D3D3D3;
    /* margin-bottom: 30px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
}
.our-service-section .column-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.our-service-section .column-content h4{
	flex-basis: 100%;
    font-weight: 600;
    margin-bottom: 0px;
    color: #0A3542;
}
.our-service-section .button-group .btn{
    padding: 10px 24px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #116E6E;
    border: 2px solid #116E6E;
    color: white;
    margin-top: 47px;
    align-self: flex-start;
}
.our-service-section .button-group .btn:hover{
	background: #0A3542;
    border-color: #0A3542;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(17, 110, 110, 0.3);
}
@media (min-width: 769px) and (max-width:1200px){
	.our-service-section .row:nth-child(2){
		column-gap:24px;
		justify-content: center;
	}

	.our-service-section .row:nth-child(2) > .col-lg-4{
		flex:0 1 calc(33% - 20px)!important;
	}
}
@media(max-width:768px){
	.our-service-section .row > .col-lg-4:not(:last-child){
		margin-bottom: 25px;
	}
}
/*-----------------------------------------------------*/
/* industries-we-serve-section Styles - Updated to match the design */
/*-----------------------------------------------------*/
.industries-we-serve-section {
	padding: 80px 0;
	background-color: #F6F9F9;
	position: relative;
	z-index: 2; /* Pull the section up to overlap with the wave */
}

.industries-we-serve-section h2 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #0A3542;
	text-align: center;
}

.industries-we-serve-section .subtitle {
	font-size: 18px;
	color: #505C5F;
	text-align: center;
	margin-bottom: 0px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
	font-weight:400;
}
.industries-we-serve-section .container .row:nth-child(2){
	margin:40px 0px;
}
/* Column Content Styles - Updated */
.industries-we-serve-section .column-content {
	background: #F6F9F9;
	padding: 40px 30px;
	border-radius: 12px;
	text-align: center;
	height: 100%;
	transition: all 0.3s ease;
	border: 1px solid #D3D3D3;
	margin-bottom: 30px;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	gap:16px;
}

.industries-we-serve-section .column-content:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Icon Wrapper Styles - Updated to match the design */
.industries-we-serve-section .icon-wrapper img {
	width: 78px;
	height: 78px;
	object-fit: contain;
}

/* Column Title Styles */
.industries-we-serve-section .column-content h4 {
	flex-basis:100%;
	font-weight: 600;
	margin-bottom: 0px;
	color: #0A3542;
}

/* Column Description Styles */
.industries-we-serve-section .column-content p {

	line-height: 1.6;
	color: #62707c;
	margin-bottom: 1.5rem;
	text-align: left;
}

/* Individual Column Buttons - Remove these */
.industries-we-serve-section .column-content .btn {
	display: none;
}

/* Main Button Group - Updated to be below columns */
.industries-we-serve-section .button-group {
	margin-top: 2rem;
	text-align: center;
}

.industries-we-serve-section .button-group .btn {
	padding: 10px 24px;
	border-radius: 25px;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: #116E6E;
	border: 2px solid #116E6E;
	color: white;
	
}

.industries-we-serve-section .button-group .btn:hover {
	background: #0A3542;
	border-color: #0A3542;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(17, 110, 110, 0.3);
}

.industries-we-serve-section .button-group .btn svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
	transition: transform 0.3s ease;
}

.industries-we-serve-section.button-group .btn:hover svg {
	transform: translateX(3px);
}

/* Responsive Design for Second Row */
@media (max-width: 1200px) {

	
	.industries-we-serve-section h2 {
		font-size: 2.2rem;
	}
}

@media (max-width: 992px) {

	
	.industries-we-serve-section h2 {
		font-size: 2rem;
	}
	
	.industries-we-serve-section .subtitle {
		
		margin-bottom: 0px;
	}
	
	.industries-we-serve-section .column-content {
		padding: 30px 25px;
		margin-bottom: 25px;
	}
	
	.industries-we-serve-section .icon-wrapper {
		width: 70px;
		height: 70px;
		margin-bottom: 20px;
	}
	
	.industries-we-serve-section .icon-wrapper img {
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 768px) {

	
	.industries-we-serve-section h2 {
		font-size: 1.8rem;
	}
	
	.industries-we-serve-section .subtitle {
		font-size: 1rem;
		margin-bottom: 2rem;
	}
	
	.industries-we-serve-section .column-content {
		padding: 25px 20px;
	}
	
	.industries-we-serve-section .column-content h3 {
		font-size: 1.3rem;
	}
	
	.industries-we-serve-section .column-content p {
		font-size: 0.95rem;
	}
	
	.industries-we-serve-section .icon-wrapper {
		width: 60px;
		height: 60px;
		margin-bottom: 15px;
	}
	
	.industries-we-serve-section .icon-wrapper img {
		width: 25px;
		height: 25px;
	}
	
	.industries-we-serve-section .button-group .btn {
		padding: 14px 32px;
		font-size: 1rem;
	}
}

@media (max-width: 576px) {

	
	.industries-we-serve-section h2 {
		font-size: 1.6rem;
	}
	
	.industries-we-serve-section .column-content {
		padding: 20px 15px;
	}
	
	.industries-we-serve-section .button-group .btn {
		width: 100%;
		justify-content: center;
	}
}
/*-----------------------------------------------------*/
/* our-work-section - Updated for alternating repeater layout */
/*-----------------------------------------------------*/
.our-work-section {
	padding: 80px 0;
	background-color: #E8F1F1;
}
/* Third Row Button - See More of Our Work */
.our-work-section .btn {
	padding: 10px 24px;
	border-radius: 50px; /* Pill-shaped with very rounded corners */
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: #116E6E; /* Dark teal background */
	border: 2px solid #116E6E;
	color: white;
	
}

.our-work-button .btn:hover {
	background: #0A3542;
	border-color: #0A3542;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(10, 53, 66, 0.3);
}

.our-work-button .btn svg {
	width: 21px;
	height: 20px;
	fill: #F6F9F9; /* White fill for the arrow */
	transition: transform 0.3s ease;
}

.our-work-button .btn:hover svg {
	transform: translateX(3px);
}
/* Third Row Section Title */
.our-work-button .section-title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 3rem;
	color: #0A3542;
	text-align: center;
}

@media(max-width: 1200px){
	.our-work-section .projects-grid > .project-item > div > div {
		width:100% !important;
		padding:0px;
	}
}

@media (max-width: 768px) {
	.our-work-section .section-title {
		color: var(--Wordie-Dark-Teal, #0A3542);
		text-align: center;
		font-family: Montserrat;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
}

/* Projects Grid Layout */
.our-work-section .projects-grid {
	display: flex;
	flex-direction: column;
	gap: 0px;
}

/* Project Item Styles - Updated for alternating layout */
.our-work-section .project-item {
	display: flex;
	align-items: center;

	border-radius: 12px;
	overflow: hidden;
	justify-content: space-around;
	transition: transform 0.3s ease;
	min-height: 400px;
}
.our-work-section .project-item .col-lg-6{
	width: 45%;
}
.our-work-section .project-item > .row{
	justify-content: space-between;
}

.our-work-section .project-item .stat-title{
	color:#F5634D;
	font-size:28px;
	font-weight:700;
}

/* Image Left Layout (even items) */
.our-work-section .project-item.image-left {
	flex-direction: row;
}

/* Text Left Layout (odd items) */
.our-work-section .project-item.text-left {
	flex-direction: row-reverse;
}

/* Media Container Styles */
.our-work-section .project-media {
	width: 50%;
	position: relative;
}

.our-work-section .project-item.image-only .project-media {
	width: 100%;
}

.our-work-section .media-container {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
	padding:55px 0px;
}

.our-work-section .project-item.image-only .media-container {
	height: 500px;
}

.our-work-section .media-container video,
.our-work-section .media-container img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	object-position: center center;
	border-radius: 12px;
	border: 5.802px solid #B9DDDD;
}

/* Project Content Styles */
.our-work-section .project-content {
	width: 50%;
	padding: 40px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.our-work-section .content-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	row-gap: 24px;
	max-width:525px;
}
.our-work-section .content-wrapper > *{
	flex-basis:100%;
}


.our-work-section .logo-image {
	max-width: 120px;
	height: auto;
}

.our-work-section .project-title {
	font-size: 2rem;
	font-weight: 700;
	color: #0A3542;
	margin-bottom: 0px;
	line-height: 1.2;
}

.our-work-section .project-description {
	font-size: 16px;
	line-height: 1.6;
	color: #505C5F;
	margin-bottom: 2rem;
}

/* Stats Row Styles */
.our-work-section .stats-row {
	display: flex;
	gap: 20px;
	margin-top: 1rem;
}
.our-work-section .stats-row > .row{
	gap: 64px;
}
.our-work-section .stats-row > .row > *{
	flex: 1 1 calc(33.333% - 64px);
}
.our-work-section .stat-column {
	text-align: center;
	flex: 1;
}

.our-work-section .stat-number {
	font-size: 1.5rem;
	font-weight: 700;
	color: #F5634D;
	margin-bottom: 0.5rem;
	line-height: 1;
}

.our-work-section .stat-label {
	font-size: 0.8rem;
	color: #62707c;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Responsive Design for Alternating Layout */
@media (max-width: 1200px) {
	.our-work-section .media-container {
		height:100%;
	}
}

@media (max-width: 992px) {
	.our-work-section .project-item,
	.our-work-section .project-item.image-left,
	.our-work-section .project-item.text-left {
		flex-direction: column !important;
	}
	
	.our-work-section .project-media,
	.our-work-section .project-content {
		width: 100%;
	}
	

	
	.our-work-section .project-content {
		padding: 30px;
	}
}

/*-----------------------------------------------------*/
/* why-wordie-grid-section - Why Wordie? Styles */
/*-----------------------------------------------------*/
.why-wordie-grid-section {
	padding: 80px 0;
	background-color: #116E6E;
}

.why-wordie-grid-section .service-content {
	padding-right: 40px;
}

.why-wordie-grid-section .section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
    text-align: center;
}
.why-wordie-grid-section .section-subtitle{
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin-bottom: 0px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}
.why-wordie-grid-section .service-description {
	font-size: 18px;
	line-height: 1.7;
	color: #4a4a4a;
	margin-bottom: 32px;
	font-weight: 400;
}
.why-wordie-grid-section .features-grid > .row{
    column-gap: 24px;
    row-gap: 47px;
}
.why-wordie-grid-section .features-grid > .row > div{
    flex: 0 1 calc(33.333% - 20px);
    margin-bottom: 0px !important;
}
.why-wordie-grid-section .service-features {
	list-style: none;
	padding: 0;
	margin: 0;
}

.why-wordie-grid-section .features-grid{
	margin-top:47px;
}
.why-wordie-grid-section .feature-box{
	background: white;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.why-wordie-grid-section .feature-box:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.why-wordie-grid-section .feature-title{
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.4;
}
.why-wordie-grid-section .feature-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	gap: 16px;
}

.why-wordie-grid-section .feature-icon {
	width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: #116E6E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.why-wordie-grid-section .feature-text {
	font-size: 16px;
	font-weight: 500;
	color: #4a4a4a;
	line-height: 1.5;
}

.why-wordie-grid-section .service-illustration {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.why-wordie-grid-section .illustration-img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	
}

/* Responsive adjustments for fourth row */
@media(max-width: 1200px){
	.features-grid > div {
		gap: 10px !important;
		display: flex;
		justify-content: center;
	}	
}
@media (max-width: 991px) {
	.why-wordie-grid-section {
		padding: 60px 0;
	}
	
	.why-wordie-grid-section .service-content {
		padding-right: 0;
		margin-bottom: 40px;
		text-align: center;
	}
	
	.why-wordie-grid-section .service-title {
		font-size: 36px;
	}
	
	.why-wordie-grid-section .service-description {
		font-size: 17px;
	}
	
	.why-wordie-grid-section .feature-item {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.why-wordie-grid-section .features-grid > .row > div{
		flex:0 1 calc(50% - 15px)!important;
	}
	.why-wordie-grid-section {
		padding: 50px 0;
	}
	
	.why-wordie-grid-section .service-title {
		font-size: 32px;
		margin-bottom: 20px;
	}
	
	.why-wordie-grid-section .service-description {
		font-size: 16px;
		margin-bottom: 28px;
	}
	
	.why-wordie-grid-section .feature-item {
		margin-bottom: 16px;
	}
	
	.why-wordie-grid-section .feature-text {
		font-size: 15px;
	}
}

/*-----------------------------------------------------*/
/* industries-we-serve-section - Industries We Serve Styles */
/*-----------------------------------------------------*/
.industries-we-serve-section {
	padding: 72px 0;
	background-color: #B9DDDD; /* Light teal/blue-green background as shown in image */
}

.industries-we-serve-section .section-title {
	font-size:28px;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #0A3542; /* Dark grey/black for main title */
	text-align: center;
}

.industries-we-serve-section .section-subtitle {
	font-size:16px;
	color: #62707c; /* Light grey for subtitle */
	text-align: center;

	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
}

/* Industries Grid */
.industries-grid {
	margin: 47px 0px;
}
.industries-grid > .row{
	justify-content: center;
    gap: 24px;
}

.industry-box {
	background: white;
	border-radius: 12px;
	padding: 32px 32px 0px 32px;
	height: 100%;
	border: none; /* Remove border for cleaner look */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	margin-bottom: 30px;
}

.industry-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Industry Title */
.industry-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 1rem;
	color: #0A3542; /* Dark grey/black for titles */
	line-height: 1.3;
	text-align:left;
}

/* Industry Description */
.industry-description {
	font-size:16px;
	line-height: 1.6;
	color:#505C5F;
	margin-bottom: 64px;
	text-align: left;
}

/* Industry Link - Updated to match the reddish-orange color */
.industry-link {
	color: #F0705B; /* Reddish-orange color as shown in image */
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	transition: color 0.3s ease;
	display: flex;
	align-items: center;
}

.industry-link:hover {
	color: #d65a47; /* Darker shade on hover */
	text-decoration: none;
}
@media (min-width: 992px) {
	.industries-grid > .row > div{
		flex: 0 1 calc(50% - 80px);
	}
}

@media (min-width: 620px) and (max-width:768px){
	.industries-grid > .row > div{
		flex: 0 1 calc(50% - 20px);
	}
}

/* Fifth Row CTA Button - Updated to match the reddish-orange button */
.industries-we-serve-section {

	text-align: center;
}

.industries-we-serve-section .btn {
	padding: 10px 24px;
	border-radius: 25px;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: #F0705B; /* Reddish-orange background as shown in image */
	border: 2px solid #F0705B;
	color: white;
	
}

.industries-we-serve-section .btn:hover {
	background: #d65a47; /* Darker shade on hover */
	border-color: #d65a47;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(214, 90, 71, 0.3);
	color: white;
	text-decoration: none;
}

.industries-we-serve-section .btn svg {
	transition: transform 0.3s ease;
}

.industries-we-serve-section .btn:hover svg {
	transform: translateX(4px);
}

/* Responsive adjustments for fifth row */
@media (max-width: 768px) {

	
	.industries-we-serve-section.section-title {
		font-size: 2rem;
	}
	
	.industries-we-serve-section.section-subtitle {
		font-size: 1.1rem;
	}
	
	.industries-we-serve-section .industry-box {
		padding: 32px 32px 0px 32px;
	}
	

	.industries-we-serve-section .fifth-row-cta .btn {
		padding: 10px 24px;
		font-size: 1rem;
	}
}
/*-----------------------------------------------------*/
/* before-footer-section - Before Footer Styles */
/*-----------------------------------------------------*/

.before-footer-section {
	padding: 80px 0;
	background-color: #fafafa; /* Very light, almost white background */
}


.before-footer-section .section-title {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #0A3542; /* Dark grey/black */
	line-height: 1.2;	
	text-align:left;
}


.before-footer-section .section-subtitle{
	font-size: 20px;
	line-height: 1.6;
	color: #0A3542; /* Dark grey/black */
	margin-bottom: 0;
	font-weight:600;
}

/* Sixth Row Buttons Container */
.before-footer-buttons {
	display: flex;
	gap: 20px;
	justify-content: flex-end;
	align-items: center;
}

/* Primary Button (Book a Call) */
.before-footer-buttons .btn-primary{
	padding: 10px 24px;
	border-radius: 25px;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #116E6E; /* Dark teal/blue-green */
	border: 2px solid #116E6E;
	color: white;
	
}

.before-footer-buttons .btn-primary:hover {
	background: #0A3542;
	border-color: #0A3542;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(10, 53, 66, 0.3);
	color: white;
	text-decoration: none;
}

.before-footer-buttons .btn-primary svg {
	transition: transform 0.3s ease;
}

.before-footer-buttons .btn-primary:hover svg {
	transform: translateX(4px);
}

/* Secondary Button (Talk to the Team) */
.before-footer-buttons .btn-outline-primary {
	padding: 10px 24px;
	border-radius: 25px;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	background: #fafafa;
	border: 2px solid #F0705B; /* Orange/coral border */
	color: #F0705B; /* Orange/coral text */
	
}
.before-footer-buttons .btn-outline-primary:hover {
    background: #F0705B;
    border-color: #F0705B;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(240, 112, 91, 0.3);
    text-decoration: none;
}






/* Wave Separator Styles */
.wave-separator {
	position: absolute;
	top: -150px; /* Position it to overlap with the home banner */
	left: 0;
	width: 100%;
	height: 150px;
	z-index: 1;
	pointer-events: none;
}

.wave-separator svg {
	width: 100%;
	height: 100%;
	display: block;
}

/* Learn More Button Styling */
.btn-learn-more {
    color: #F5634D;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.btn-learn-more:hover {
    color: #E55A2B;
}

.btn-learn-more svg {
    width: 21px;
    height: 20px;
}
@media(max-width:1200px){
	.before-footer-section .container{
		padding: 0px 30px !important;
	}
}
@media(max-width:768px){
	.before-footer-section .section-title{
		font-size:28px;
		text-align:center;
	}
	.before-footer-section .section-subtitle{
		font-size:20px;
		text-align:center;
		margin-bottom:52px;
	}
}
/*-----------------------------------------------------*/
/* Services Page */
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* services-page-banner-section - Services Page Banner Styles */
/*-----------------------------------------------------*/
.services-page-banner{
	min-height: 400px;
    background: linear-gradient(0deg, #0A3542 0%, #0A3542 100%), linear-gradient(180deg, #062028 0%, #062731 100%);
    padding: 80px 0px 160px 0px;
    display: flex;
    align-items: center;
    position: relative;
	text-align:center;
}
.services-page-banner h1{
	font-size: 42px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: #F6F9F9;
}
/*--------------------------------------------------------*/
/* dark-cards-section */
/*--------------------------------------------------------*/
.dark-cards-section{
	background-color: #F6F9F9;
    padding: 32px 0 72px;
}

.dark-cards-section .content-block {
    background-color: #E8F1F1;
    padding: 40px 35px;
    border-radius: 16px;
    height: 100%;
    transition: all 0.3s ease;
}
.dark-cards-section .content-block:hover{
	transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
@media(max-width:1200px){
	.dark-cards-section .container .row{
		row-gap:24px;
	}
	.dark-cards-section .container{
		padding:24px!important;
	}
}
@media(max-width:768px){
	.dark-cards-section{
		padding: 32px 2px 72px;
	}
}

@media(min-width:769px) and (max-width:1200px){
	.dark-cards-section .container .row{
		column-gap:24px;
		justify-content: center;
	}
	.dark-cards-section .container .row > div{
		flex: 0 1 calc(50% - 20px) !important;
		justify-content: center;
	}
}

/*-----------------------------------------------*/
/* Icon Box Section Styles - Modern Card Design */
/*-----------------------------------------------*/

.icon-box-section {
    padding: 80px 0;
    background: #E8F1F1;

}
.icon-box-section .icon-box-item .col-lg-6:first-child{
	width:70%;
}
.icon-box-section .icon-box-item .col-lg-6:last-child{
	width:30%;
}
.icon-box-section .container{
	max-width:100%;
	padding:0px!important;
}
.icon-box-section .icon-box-item {
    margin-bottom: 80px;
    max-width:1296px;
    margin:0 auto;
}
.icon-box-section .icon-box-item .flex-row-reverse{
	max-width: 1296px;
    margin: auto;
}
.icon-box-item
.icon-box-item:last-child {
    margin-bottom: 0;
}

.icon-box-content {
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.icon-box-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #1A1A1A;
    line-height: 1.2;
}

.icon-box-description {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 40px;
    color: #4A5568;
    font-weight: 400;
}

.icon-box-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icon-box-features .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 0;
}

.icon-box-features .feature-item:last-child {
    margin-bottom: 0;
}

.icon-box-features .feature-icon {
    width: 32px;
    height: 32px;
    margin-right: 6px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}



.icon-box-features .feature-text {
    font-size: 16px;
    color: #4A5568;
    font-weight: 500;
    line-height: 1.5;
}
.icon-box-illustration{
	display: flex;
	align-items: center;
	justify-content: center;
	justify-self: center;
	border-radius: 16px;

	box-shadow: 0 6px 15px 0 #B9DDDD;
	padding: 34px 75px;
}
.icon-box-item:nth-child(odd) .icon-box-illustration{
	background: #F6F9F9;
}
.icon-box-item:nth-child(even) .icon-box-illustration{
	background: #E8F1F1;
}
.icon-box-item:nth-child(even) {
    background-color: #F6F9F9;
    overflow: hidden;
    padding: 64px 0px 0px 0px;
	max-width:100%;
}

.icon-box-item:nth-child(odd) {
    /* background-color: #F6F9F9;
    overflow: hidden;
    padding: 0;
	max-width:100%; */
}

.icon-box-illustration .illustration-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}



/* Responsive Design */
@media (max-width: 1200px) {
    .icon-box-content {
        padding: 50px 40px;
    }
    
    .icon-box-title {
        font-size: 36px;
    }
	.icon-box-section .icon-box-item .col-lg-6:first-child{
		order:2;
	}
	.icon-box-section .icon-box-item .col-lg-6:last-child{
		order:1;
	}
	.icon-box-item:nth-child(even){
		padding-top:64px;
	}
	.icon-box-section .icon-box-item .col-lg-6:first-child{
		order:2;
	}
	.icon-box-section .icon-box-item .col-lg-6:last-child{
		order:1
	}
}

@media (max-width: 991px) {
    .icon-box-item .row.flex-row-reverse {
        flex-direction: column !important;
    }
    
    .icon-box-content {
        padding: 40px 30px;
        margin-bottom: 0;
    }
    
    .icon-box-illustration {
        padding: 30px;
        min-height: 300px;
    }
    
    .icon-box-title {
        font-size: 32px;
    }
    
    .icon-box-description {
        font-size: 16px;
        margin-bottom: 30px;
    }
	.icon-box-section {
        padding: 32px 0;
    }
}

@media (max-width: 767px) {

    
    .icon-box-item {
        margin-bottom: 60px;
    }
    
    .icon-box-content {
        padding: 30px 25px;
    }
    
    .icon-box-illustration {
        padding: 25px;
        min-height: 250px;
    }
    
    .icon-box-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .icon-box-description {
        font-size: 15px;
        margin-bottom: 25px;
    }
    
    .icon-box-features .feature-item {
        margin-bottom: 16px;
    }
    
    .icon-box-features .feature-icon {
        width: 28px;
        height: 28px;
        margin-right: 16px;
    }
    
    .icon-box-features .feature-text {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .icon-box-content {
        padding: 25px 20px;
    }
    
    .icon-box-illustration {
        padding: 20px;
        min-height: 200px;
    }
    
    .icon-box-title {
        font-size: 24px;
    }
}
/*----------------------------------------------------*/
/* Maintenance, Support & Optimisation Module Styles */
/*----------------------------------------------------*/
.mso-section {
    background-color: #E8F1F1;
    padding: 72px 0;
    position: relative;
}
.mso-section .container .row:nth-child(2) > div{
	padding:0px;
	
}
.mso-section .container .row{
	column-gap:24px;
}
.mso-title {
	color:#0A3542;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.mso-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 30px 25px;
   
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	gap:16px;
}

.mso-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.card-title {

	color: var(--Wordie-Dark-Teal, #0A3542);

	/* H4 */
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	
}

.card-description {
	color: var(--wordie-black-70, #505C5F);
	/* B-Reg */
	font-family: "Source Sans Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	flex:100%;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
	color: var(--Wordie-Black, #062028);
	/* B-Small */
	font-family: "Source Sans Pro";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:12px;
}

.checkmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 2px solid #E74C3C;
    border-radius: 50%;
    color: #E74C3C;
    font-size: 12px;
    font-weight: bold;
    margin-right: 12px;
    flex-shrink: 0;
}

.mso-button-wrapper {
    margin-top: 50px;
}

.mso-button {

	padding: 10px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 16px;
	background: #F5634D;
	border:0px;
	color: var(--Wordie-White, #F6F9F9);
	text-align: center;
	/* CTA-Reg */

	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mso-button:hover {
    background: #F5634D;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 126, 34, 0.4);
    text-decoration: none;
}

/* MSO Module Responsive Design */
@media(min-width:1200px){	
	
	.mso-section .container .row:nth-child(2) > div{
		flex: 0 1 calc(25% - 20px);
	}
			
}
@media (min-width:426px) and (max-width:1200px){
	.mso-section .container .row:nth-child(2) > div{
		flex: 0 1 calc(50% - 30px);
	}
}
@media(max-width:1200px){
	.mso-section > .container > div.row {
		row-gap: 24px !important;
		justify-content: center;
	}

}


@media (max-width: 991px) {
    .mso-section {
        padding: 32px 0;
    }
    
    .mso-title {
        font-size: 24px;
        margin-bottom: 64px;
    }
    
    .mso-card {
        margin-bottom: 30px;
        padding: 25px 20px;
    }
}

@media (max-width: 767px) {

    .mso-card {
        padding: 20px 15px;
    }
    
    .card-title {
        font-size: 1.25rem;
    }
    
    .mso-button {
        padding: 12px 25px;
        font-size: 1rem;
    }
}
@media(max-width:599px){

}
@media (max-width: 575px) {
    .mso-section {
        padding: 30px 0;
    }
    

    
    .mso-card {
        padding: 32px;
    }
    
    .card-title {
        font-size: 1.1rem;
    }
    
    .mso-button {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}
@media(max-width:426px){
	.mso-section .container .row:nth-child(2) > div{
		flex: 0 1 calc(100% - 15px) !important;
	}
}
/*----------------------------------------------------*/
/* Word on the Street Testimonial Slider Styles */
/*----------------------------------------------------*/
.words-on-the-street-section {
    background-color: #B9DDDD;
    padding: 80px 0;
    position: relative;
}

.wots-title {
    color: #0A3542;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 50px;
    text-align: center;
}

.testimonial-slider-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* Splide-specific styles - only target semi-visible slides */
.splide__slide {
    transition: all 0.3s ease;
}

/* Active slides (first 2) - no overlay, normal appearance */
.splide__slide.is-active {
    opacity: 1;
    transform: scale(1);
}

/* Only the semi-visible slide (third column) gets overlay effect - MORE FADED */
.splide__slide:not(.is-active):nth-child(n+3)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(232, 241, 241, 0.95) 0%,
        rgba(232, 241, 241, 0.85) 50%,
        rgba(232, 241, 241, 0.95) 100%
    );
    border-radius: 12px;
    pointer-events: none;
    z-index: 1;
}

/* Additional fade effect for the entire semi-visible slide */
.splide__slide:not(.is-active):nth-child(n+3) {
    opacity: 0.4;
    filter: grayscale(20%);
}

/* Ensure content stays above overlay */
.splide__slide .testimonial-card {
    position: relative;
    z-index: 2;
}

.testimonial-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: all 0.3s ease;
	display: flex;
	flex-wrap: wrap;
}
.testimonial-card blockquote{
	border:0px;
	margin-left:0px;
	padding-left:0px;
}
.company-logo {
    margin-bottom: 25px;
	text-align:left;
}

.company-logo img {
    max-height: 60px;
    max-width: 200px;
    object-fit: contain;
}

.testimonial-quote {
    font-size: 18px;
    font-weight: 600;
    color: #2C3E50;
    line-height: 1.6;
    margin: 0 0 20px 0;
    font-style: normal;
	text-align:left;
}

.testimonial-attribution {
    font-size: 14px;
    color: #7F8C8D;
    font-style: normal;
    font-weight: 500;
	text-align:left;
}

/* Custom Splide arrow styling to match your design */
.splide__arrow {
    background: transparent !important;
    border: 2px solid #E74C3C !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    color: #E74C3C !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.splide__arrow:hover {
    background: #E74C3C !important;
    color: #FFFFFF !important;

}

.splide__arrow svg {
    width: 20px !important;
    height: 20px !important;
    fill: currentColor !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
}

.splide__arrow--prev {
    left: -60px !important;
}

.splide__arrow--next {
    right: -25px !important;
}

/* Responsive Design */
@media (max-width: 1199px) {
    .splide__arrow--prev {
        left: -20px !important;
    }
    
    .splide__arrow--next {
        right: -20px !important;
    }
	.words-on-the-street-section .splide__arrows.splide__arrows--ltr {
		position: absolute;
		bottom: -40px;
		left: 50%;
	}
	.words-on-the-street-section .container{
		padding-left:30px!important;
	}
}



@media (max-width: 991px) {
    .words-on-the-street-section {
        padding: 60px 0;
    }
    
    .wots-title {
        font-size: 24px;
        margin-bottom: 40px;
    }
    
    .testimonial-card {
        padding: 30px 25px;
    }
}

@media (max-width: 767px) {
	.words-on-the-street-section .container{
		padding-right:30px!important;
	}
	.words-on-the-street-section .splide__arrows.splide__arrows--ltr{
		left:45%;
	}
    .words-on-the-street-section {
        padding: 72px 0;
    }
    
    .wots-title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    
    .testimonial-card {
        padding: 25px 20px;
    }
    
    .testimonial-quote {
        font-size: 16px;
    }
    
    .splide__arrow {
        width: 40px !important;
        height: 40px !important;
    }
    
    .splide__arrow--prev {
        left: -15px !important;
    }
    
    .splide__arrow--next {
        right: -15px !important;
    }
    
    /* On mobile, remove overlay effect since we show only 1 slide */
    .splide__slide:not(.is-active)::after {
        display: none;
    }
    
    .splide__slide:not(.is-active):nth-child(n+3) {
        opacity: 1;
        filter: none;
    }
}

@media (max-width: 575px) {
    .splide__arrow--prev {
        left: -10px !important;
    }
    
    .splide__arrow--next {
        right: -10px !important;
    }
}
@media(max-width:426px){
	.words-on-the-street-section .splide__arrows.splide__arrows--ltr{
		left:40%;
	}
}
/*-----------------------------------------------------*/
/* Grid Box Repeater Section Styles - Matching our-service design */
/*-----------------------------------------------------*/

.grid-box-repeater-section {
    padding: 0;
    background-color: #F6F9F9;
    position: relative;
    z-index: 2;
}

/* Full-width wrapper for each grid box item */
.grid-box-item-wrapper {
    padding: 30px 0;
    background-color: #F6F9F9; /* Default background */
}

.grid-box-item-wrapper.alternate-layout {
    background-color: #E8F1F1; /* Alternate background color */
}

.grid-box-item {
    /* Remove padding from individual items since wrapper handles it */
    padding: 0;
}

.grid-box-item .row:nth-child(2) {
    margin: 47px 0px;
}

.grid-box-item .grid-box-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #0A3542;
    text-align: center;
}

.grid-box-item .grid-box-subtitle {
    font-size: 16px;
    color: #505C5F;
    text-align: center;
    margin-bottom: 0px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    font-weight: 400;
}
.grid-box-item .grid-box-subtitle p{
	font-size:16px;
}
.grid-box-item .column-content {
    background: #F6F9F9;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #D3D3D3;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    align-content: flex-start;
}

.grid-box-item .column-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.grid-box-item .column-content h4 {
    flex-basis: 100%;
    font-weight: 600;
    margin-bottom: 0px;
    color: #0A3542;
}

.grid-box-item .column-content p {
    flex-basis: 100%;
    color: #505C5F;
    line-height: 1.6;
    margin-bottom: 0;
}

.grid-box-item .icon-wrapper {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
   
	background: #E8F1F1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
   
}

.grid-box-item .icon-wrapper img {
    width: 50px;
    height: 50px;
}

.grid-box-item .button-group .btn {
    padding: 10px 24px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #116E6E;
    border: 2px solid #116E6E;
    color: white;
}

.grid-box-item .button-group .btn:hover {
    background: #0A3542;
    border-color: #0A3542;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(17, 110, 110, 0.3);
}

/* Responsive styles */
@media (max-width: 768px) {
	.grid-box-repeater-section .container .row > div{
		width:100%;
	}
    .grid-box-item-wrapper {
        padding: 40px 0;
    }
    
    .grid-box-item .grid-box-title {
        font-size: 24px;
    }
    
    .grid-box-item .grid-box-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .grid-box-item .column-content {
        padding: 25px 20px;
    }
    
    .grid-box-item .column-content h4 {
        font-size: 1.3rem;
    }
    
    .grid-box-item .column-content p {
        font-size: 0.95rem;
    }
    
    .grid-box-item .icon-wrapper {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
    
    .grid-box-item .icon-wrapper img {
        width: 25px;
        height: 25px;
    }
    
    .grid-box-item .button-group .btn {
        padding: 14px 32px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .grid-box-item-wrapper {
        padding: 30px 0;
    }
    
    
    .grid-box-item .column-content {
        padding: 20px 15px;
    }
    
    .grid-box-item .button-group .btn {
        width: 100%;
        justify-content: center;
    }
}

/*-----------------------------------------------------*/
/* Big Banner and Texts Section Styles */
/*-----------------------------------------------------*/

.big-banner-texts-section {
    padding: 80px 0;
    background-color: #F6F9F9;
    position: relative;
    z-index: 2;
}

.big-banner-texts-section .banner-text-content {
    padding: 0 0 40px 0;
    text-align: center;
}

.big-banner-texts-section .banner-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #0A3542;
    line-height: 1.2;
    text-align: center;
}

.big-banner-texts-section .banner-description {
    font-size: 18px;
    color: #505C5F;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.big-banner-texts-section .banner-image-wrapper {
    text-align: center;
    padding: 0;
}

.big-banner-texts-section .banner-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
}

.big-banner-texts-section .banner-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* Responsive styles */
@media (max-width: 991px) {
    .big-banner-texts-section {
        padding: 60px 0;
    }
    
    .big-banner-texts-section .banner-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .big-banner-texts-section .banner-description {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .big-banner-texts-section {
        padding: 50px 0;
    }
    
    .big-banner-texts-section .banner-title {
        font-size: 28px;
        margin-bottom: 18px;
    }
    
    .big-banner-texts-section .banner-description {
        font-size: 16px;
        margin-bottom: 0;
    }
    
    .big-banner-texts-section .banner-text-content {
        padding: 0 0 30px 0;
    }
}

@media (max-width: 576px) {
    .big-banner-texts-section {
        padding: 40px 0;
    }
    
    .big-banner-texts-section .banner-title {
        font-size: 24px;
        margin-bottom: 16px;
    }
    
    .big-banner-texts-section .banner-description {
        font-size: 15px;
    }
    
    .big-banner-texts-section .banner-text-content {
        padding: 0 0 25px 0;
    }
}

/*-----------------------------------------------------*/
/* Team Grid Section Styles - Updated to match design */
/*-----------------------------------------------------*/

.team-grid-section {
    padding: 80px 0;
    background-color: #F6F9F9;
    position: relative;
    z-index: 2;
}

.team-section-title {
	color: var(--Wordie-Dark-Teal, #0A3542);
	text-align: center;
	
	/* H2 */
	font-family: Montserrat;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.team-member-card {
    background: transparent;
    border-radius: 0;
    padding: 0;
    text-align: left;
    height: auto;
	transition: all 0.3s ease;
    border: none;
    box-shadow: none;
    margin-bottom: 40px;
}
.team-member-card:hover{
	transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
}
.team-member-image {
    margin-bottom: 0;
    text-align: center;
}

.team-member-image .member-photo {

    border-radius: 0;
    object-fit: cover;
    border: none;
    transition: none;
    background: #f5f5f5;
}

.team-member-info-box {
    display: flex;
	height: 209px;
	padding: 32px;
	flex-direction: column;
	align-items: flex-start;
	
	align-self: stretch;
    margin-top: 0;
    position: relative;
	border-radius: 16px;
	border: 1px solid var(--wordie-white-70, #D3D3D3);
	background: var(--word-dark-teal-20, #E8F1F1);
}

.member-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

	width:100%;
}
.member-header h3{
	margin-bottom:0px;
}
.member-name {
	color: var(--Wordie-Dark-Teal, #0A3542);

	/* B-Large */
	font-family: "Source Sans Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 27px */
}

.member-position {
	color: var(--wordie-black-70, #505C5F);

	/* B-Small */
	font-family: "Source Sans Pro";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:24px;
}

.member-description {
	color: var(--Wordie-Black, #062028);

	/* B-Reg */
	font-family: "Source Sans Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}

.social-links {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 0;
    background: transparent;
    border: none;
    transition: none;
    text-decoration: none;
    padding: 0;
}

.social-link:hover {
    background: transparent;
    border-color: transparent;
    transform: none;
    box-shadow: none;
}

.social-icon {
    width: 24px;
    height: 24px;
    transition: none;
    filter: none;
}

.social-link:hover .social-icon {
    filter: none;
}

/* Responsive styles */
@media(max-width:1200px){
	.team-grid-section .container .row:nth-child(2){
		column-gap:24px;
		justify-content: center;
	}
	.team-grid-section .container .row:nth-child(2) > div{
		flex: 0 1 calc(50% - 30px);
	}	
}
@media (max-width: 991px) {
    .team-grid-section {
        padding: 60px 0;
    }
    
    .team-section-title {
        font-size: 32px;
        margin-bottom: 50px;
    }
    
    .team-member-info-box {
        padding: 20px;
    }
    
    .member-name {
        font-size: 20px;
    }
    
    .member-position {
        font-size: 15px;
    }
    
    .member-description {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
	.team-member-info-box .member-header{
		flex-wrap: wrap;
	}
	.team-member-info-box .member-header .social-links{
		flex:100%;
	}
    .team-grid-section {
        padding: 50px 0;
    }
    
    .team-section-title {
        font-size: 28px;
        margin-bottom: 40px;
    }
    
    .team-member-card {
        margin-bottom: 30px;
    }
    
    .team-member-image .member-photo {
        width: 160px;
        height: 160px;
    }
    
    .member-name {
        font-size: 18px;
    }
    
    .member-position {
        font-size: 14px;
    }
    
    .member-description {
        font-size: 12px;
    }
    
    .social-icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 576px) {
    .team-grid-section {
        padding: 40px 0;
    }
    
    .team-section-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .team-member-card {
        margin-bottom: 25px;
    }
    
    .team-member-image .member-photo {
        width: 140px;
        height: 140px;
    }
    
    .member-name {
        font-size: 16px;
    }
    
    .member-position {
        font-size: 13px;
    }
    
    .member-description {
        font-size: 11px;
    }
    
    .social-links {
        gap: 8px;
    }
    
    .social-icon {
        width: 18px;
        height: 18px;
    }
}

/*-----------------------------------------------------*/
/* Credibility Box Section Styles */
/*-----------------------------------------------------*/

.credibility-box-section {
    padding: 72px 0;
    background-color: #116E6E;
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.credibility-box-section .company-name {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #ffffff;
    line-height: 1.2;
}

.credibility-box-section .title-credbox {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.3;
}

.credibility-box-section .description {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 40px;
    font-weight: 400;
    opacity: 0.9;
}
.credibility-box-section .logos-container{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:24px;
}
.credibility-box-section .logos-container .company-name-logo:after{
	content:'';
	border-right:1px solid #fff;
	display:block;
	margin:0 24px;
}
.credibility-box-section .logos-container .company-name-logo{
	display:flex;
}
.client-logos-wrapper {
    margin-bottom: 20px;
}

.client-logos-wrapper .splide {
    margin: 0;
}

.client-logos-wrapper .splide__track {
    overflow: visible;
}

.client-logos-wrapper .splide__list {
    align-items: center;
}

.client-logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.client-logo-image {
    max-height: 40px;
    width: auto;
    filter: brightness(0) invert(1); /* Make logos white */
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.client-logo-image:hover {
    opacity: 1;
}

.credibility-statistics {
    display: flex;
    flex-direction: column;
    gap: 64px;
	align-items:center;
}

.statistic-item {
    text-align: left;
    padding:0;
	text-align:center;
}



.statistic-value {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 16px 0;
    color: #ffffff;
    line-height: 1;
}

.statistic-label {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    opacity: 0.9;
    line-height: 1.4;
}

/* Responsive styles */
@media (max-width: 991px) {
    .credibility-box-section {
        padding: 60px 0;
    }
    
    .credibility-box-section .company-name {
        font-size: 28px;
    }
    
    .credibility-box-section .sub-title {
        font-size: 22px;
    }
    
    .statistic-value {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .credibility-box-section {
        padding: 50px 0;
    }
    
    .credibility-box-section .company-name {
        font-size: 26px;
        text-align: center;
    }
    
    .credibility-box-section .sub-title {
        font-size: 20px;
        text-align: center;
    }
    
    .credibility-box-section .description {
        font-size: 15px;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .credibility-statistics {
        gap: 25px;
        margin-top: 30px;
    }
    
    .statistic-item {
        text-align: center;
        padding: 15px 0;
    }
    
    .statistic-value {
        font-size: 28px;
    }
    
    .statistic-label {
        font-size: 15px;
    }
    
    .client-logo-item {
        height: 50px;
    }
    
    .client-logo-image {
        max-height: 35px;
    }
}

@media (max-width: 576px) {
    .credibility-box-section {
        padding: 40px 0;
    }
    
    .credibility-box-section .company-name {
        font-size: 24px;
    }
    
    .credibility-box-section .sub-title {
        font-size: 18px;
    }
    
    .credibility-box-section .description {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .statistic-value {
        font-size: 24px;
    }
    
    .statistic-label {
        font-size: 14px;
    }
    
    .client-logo-item {
        height: 45px;
    }
    
    .client-logo-image {
        max-height: 30px;
    }
}



/*-----------------------------------------------------*/
/* Marquee Slider Module Styles */
/*-----------------------------------------------------*/

.marquee-slider-section {
    padding: 32px 0;
    background-color: #F6F9F9;
}


.marquee-title {
	color: var(--Wordie-Dark-Teal, #0A3542);

	/* H2 */
	font-family: Montserrat;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:47px;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: transparent;
    padding: 20px 0;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 30s linear infinite;
}

.marquee-item {
    display: flex;
    align-items: center;
    gap: 0px;
    padding: 0 20px;
}

.marquee-image-wrapper {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marquee-image {
    max-height: 122px;
    width: auto;
    object-fit: contain;
    filter: invert(1);
    transition: filter 0.3s ease;
}



@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Pause animation on hover */
.marquee-container:hover .marquee-track {
    animation-play-state: paused;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .marquee-item {
        gap: 20px;
        padding: 0 10px;
    }
    
    .marquee-image {
        max-height: 60px;
    }
    
    .marquee-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 576px) {
    .marquee-item {
        gap: 15px;
        padding: 0 5px;
    }
    
    .marquee-image {
        max-height: 121px;
    }
    
    .marquee-title {
        font-size: 1.5rem;
    }
}

/*-----------------------------------------------------*/
/* Mobile Hamburger Menu Styles */
/*-----------------------------------------------------*/

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    position: relative;
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 3px;
    transition: all 0.3s linear;
    position: relative;
    transform-origin: 1px;
	display: block;
	margin:4px 0px;
}

/* Mobile Menu Animation - Transform to X */
.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg);
}

/* Desktop Menu Styles (ensure proper display) */
@media (min-width: 992px) {
    .mobile-menu-toggle {
        display: none;
    }
    
    .top-navigation-right {
        display: flex !important;
        position: static;
        background: transparent;
        box-shadow: none;
        padding: 0;
        width: auto;
        height: auto;
        overflow: visible;
    }
    
    .main-navigation {
        width: auto;
        display: flex;
        align-items: center;
    }
    
    .mobile-menu-wrapper {
        width: auto;
        display: block;
    }
    
    .main-menu {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        margin: 0;
        padding: 0;
        list-style: none;
        width: auto;
    }
    
    .main-menu li {
        margin: 0 15px;
        width: auto;
        text-align: left;
        border-bottom: none;
    }
    
    .main-menu a {
        color: #ffffff;
        text-decoration: none;
        font-weight: 500;
        font-size: 16px;
        transition: color 0.3s ease;
        padding: 10px 0;
        border-radius: 0;
        background: transparent;
    }
    
    .main-menu a:hover {
        color: #116E6E;
        background: transparent;
    }
    
    /* Hide mobile-specific elements on desktop */
    .mobile-header-btn,
    .mobile-menu-footer {
        display: none !important;
    }
    
    .header-btn {
        display: inline-block !important;
    }
}

/* Mobile Navigation Styles - Full Screen Overlay */
@media (max-width: 991.98px) {
    .mobile-menu-toggle {
        display: flex;
        order: 3;
        margin-left: auto;
    }
    
    .top-navigation-right {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: var(--header-dark-bg, #0A3542);
        z-index: 1000;
        padding: 0;
        overflow-y: auto;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .top-navigation-right.mobile-menu-open {
        display: flex;
        animation: fadeIn 0.3s ease-out;
    }
    
    /* Mobile Menu Header */
    .mobile-menu-header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
       
       
    }
    
    .mobile-menu-logo {
        font-size: 24px;
        font-weight: 700;
        color: #ffffff;
    }
    
    .mobile-menu-close {
        background: none;
        border: none;
        color: #ffffff;
        font-size: 24px;
        cursor: pointer;
        padding: 10px;
    }
    
    /* Main Navigation in Mobile */
    .main-navigation {
        width: 100%;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
    }
    
    .mobile-menu-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .main-menu {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }
    
    .main-menu li {
        width: 100%;
        text-align: center;
        margin: 15px 0;
    }
    
    .main-menu a {
        display: block;
        padding: 20px;
        color: #ffffff;
        text-decoration: none;
        font-weight: 600;
        font-size: 24px;
        transition: all 0.3s ease;
        border-radius: 8px;
    }
    
    .main-menu a:hover {
        color: #116E6E;
        background-color: rgba(255, 255, 255, 0.1);
    }
    
    /* Mobile Header Button in Menu */
    .mobile-header-btn {
        background-color: #116E6E;
        color: #ffffff;
        padding: 15px 40px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        font-size: 18px;
        transition: background-color 0.3s ease;
        margin-bottom: 40px;
        text-align: center;
        display: inline-block;
    }
    
    .mobile-header-btn:hover {
        background-color: #0A3542;
        color: #ffffff;
    }
    
    /* Footer Text in Mobile Menu */
    .mobile-menu-footer {
        text-align: center;
        color: rgba(255, 255, 255, 0.8);
        font-size: 16px;
        line-height: 1.5;
        margin-top: auto;
        padding: 20px;
        
    }
    
    .mobile-menu-footer .wordie-logo {
        font-size: 24px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 10px;
        display: block;
    }
    
    .header-btn {
        display: none !important;
    }
    
    .site-identity {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        position: relative;
        z-index: 1001;
    }
    
    /* Ensure header stays on top */
    .site-header {
        position: relative;
        z-index: 1001;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*-----------------------------------------------------*/
/* Credibility Box Client Logos Marquee Styles */
/*-----------------------------------------------------*/

.credibility-box-section .client-logos-wrapper {
    margin-top: 2rem;
    overflow: hidden;
}

.credibility-box-section .marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.credibility-box-section .marquee-content {
    display: flex;
    animation: marquee-scroll 30s linear infinite;
    width: max-content;
}

.credibility-box-section .marquee-content:hover {
    animation-play-state: paused;
}

.credibility-box-section .client-logo-item {
    flex-shrink: 0;
    margin-right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 80px;
}

.credibility-box-section .client-logo-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.credibility-box-section .client-logo-image:hover {
    filter: grayscale(0%);
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive adjustments for credibility box marquee */
@media (max-width: 768px) {
    .credibility-box-section .client-logo-item {
        margin-right: 1.5rem;
        min-width: 100px;
        height: 60px;
    }
    
    .credibility-box-section .marquee-content {
        animation-duration: 25s;
    }
}

@media (max-width: 576px) {
    .credibility-box-section .client-logo-item {
        margin-right: 1rem;
        min-width: 80px;
        height: 50px;
    }
    
    .credibility-box-section .marquee-content {
        animation-duration: 20s;
    }
}

/* Mobile Menu Styles */
.mobile-menu-toggle {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	margin-left: 20px;
}
body.single .mobile-menu-toggle .hamburger-line{
	background-color: #0A3542;
}

body.single .mobile-menu-overlay.active .mobile-menu-container{
	background-color:#F6F9F9
}

body:not(.single) .mobile-menu-toggle .hamburger-line {
	background-color: #F6F9F9;
}
body.single .mobile-menu-toggle .hamburger-line {
	display: block;
	width: 24px;
	height: 3px;
	
	margin: 4px 0;
	transition: 0.3s;
	border-radius: 2px;
	display: block;
}

.mobile-menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0A3542;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	overflow-y: auto;
}

.mobile-menu-overlay.active {
	opacity: 1;
	visibility: visible;
}

.mobile-menu-container {
	position: relative;
	width: 100%;
	height: 100%;
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transform: translateX(100%);
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mobile-menu-overlay.active .mobile-menu-container {
	transform: translateX(0);
}

.mobile-menu-header {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.mobile-logo {
	background-color: #F6F9F9;
	color: #0A3542;
	padding: 8px 16px;
	border-radius: 8px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 18px;
	text-transform: lowercase;
}

.mobile-menu-close {
	background: none;
	border: none;
	color: #F6F9F9;
	cursor: pointer;
	padding: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	transition: background-color 0.3s ease;
}

.mobile-menu-close:hover {
	background-color: rgba(246, 249, 249, 0.1);
}

.mobile-menu-close svg {
	width: 36px;
	height: 36px;
	transition: transform 0.3s ease;
}

.mobile-menu-close:hover svg {
	transform: scale(1.1);
}

.mobile-menu-navigation {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:#062028;
}
body.single .mobile-menu-navigation, body.single .mobile-menu-cta, body.single .mobile-menu-footer{
	background-color:#F6F9F9!important;
}

.mobile-menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
    flex-wrap: wrap;
	row-gap:42px;
}

.mobile-menu-list li {
	flex-basis: 100%;
}

.mobile-menu-list a {
	color: #F6F9F9;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 700;
	transition: color 0.3s ease;
}
body.single .mobile-menu-list a{
	color:#062028;
}
.mobile-menu-list a:hover {
	color: #B9DDDD;
}

.mobile-menu-cta {
	text-align: center;
	padding-bottom:40px;
	background-color: #062028;
}

.mobile-brief-btn {
	display: inline-block;
    background-color: #116E6E;
    color: #F6F9F9;
    padding: 6px 29px;
    border-radius: 35px;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    max-width: 60%;
    width: 100%;
}

.mobile-brief-btn:hover {
	background-color: #B9DDDD;
	color: #0A3542;
}

.mobile-menu-footer {
	text-align: center;
	margin-top: auto;
	background-color: #062028;
}

.mobile-logo-footer {
	color: #F6F9F9;
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-transform: lowercase;
	margin-bottom: 16px;
}
body.single .mobile-logo-footer{
	color:#062028;
}
.mobile-tagline {
	color: #F6F9F9;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	opacity: 0.9;
}
body.single .mobile-tagline{
	color:#062028;
}
/* Hide mobile menu toggle on desktop */
@media (min-width: 1001px) {
	.mobile-menu-toggle {
		display: none;
	}
}

/* Show mobile menu toggle on mobile */
@media (max-width: 1000px) {
	.mobile-menu-toggle {
		display: block;
	}
	
	.main-navigation {
		display: none;
	}
	
	.header-btn {
		display: none;
	}
}

/* Prevent body scroll when menu is open */
body.menu-open {
	overflow: hidden;
}

/* Hide mobile wave separator on desktop by default */
.wave-separator-mobile {
	display: none;
}

@media(max-width:1024px){

	.menu-footer-menu-container ul#menu-footer-menu > li {
		display: block;
		text-align: center;
		width: 100%;
		margin:12px 0px;
	}
}

body.single .mobile-menu-overlay.active .mobile-menu-container{
	background-color:#F6F9F9
}

body.single .mobile-menu-close svg path {
	fill: #0A3542;
}

body:not(.single) .mobile-menu-toggle .hamburger-line {
	background-color: #F6F9F9;
}

/* Responsive sticky header adjustments */
@media (max-width: 1000px) {
	.site-header.is-sticky .site-identity {
		padding: 16px 0;
	}
	
	body.header-sticky {
		padding-top: 60px; /* Smaller padding for mobile */
	}
}

@media (max-width: 600px) {
	.site-header.is-sticky .site-identity {
		padding: 12px 0;
	}
	
	body.header-sticky {
		padding-top: 50px; /* Even smaller padding for small mobile */
	}
}

/* Smooth transitions for header elements */
.site-header.is-sticky .logo img {
	transition: transform 0.3s ease;
}

.site-header.is-sticky .logo img:hover {
	transform: scale(1.05);
}

/* Ensure mobile menu overlay works with sticky header */
.mobile-menu-overlay {
	z-index: 1002; /* Higher than sticky header */
}

/*-----------------------------------------------------*/
/* Home Page Styles */
/*-----------------------------------------------------*/




@media(max-width:1000px){
	.our-service-section{
		margin-top:22px!important;
	}
	body.home .home-banner .col-lg-7{
		order:1;
	}
	
	body.home .home-banner .col-lg-5{
		order:2;
	}
}