/*!
Theme Name: keeton-koatings
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: keeton-koatings
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

keeton-koatings is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
    font-family: "Rubik", sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.86px;
    text-align: center;
}
p{
	font-family: "Inter", sans-serif !important;
}
/* Sections
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Rubik", sans-serif;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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



ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */


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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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


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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

.transparent-bg {
    background: transparent;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-column {
    flex: 1;
}
.header-column.site-branding,
.header-column.header-button {
    flex-basis: 20%;
}
.mainMenu {
    flex-basis: 60%;
}
body.home header {
    background: transparent !important;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.site-branding,
.main-navigation,
.header-button {
    text-align: center;
}

.top-footer {
    background: #121212;
    color: #fff;
    padding: 5% 0;
}
.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-column {
    flex: 1;
    padding: 10px;
   box-sizing: border-box; 
}
.footer-column.about-company,
.footer-column.contact-us,
.footer-column.newsletter {
    max-width: 25%; /* Ensure other columns are equal width */
}
.footer-column.quick-links {
    max-width: 15%; /* Make the "Quick Links" column narrower */
}
.footer-column h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 23.7px;
    text-align: left;
	position: relative;
    padding-bottom: 20px;
	margin-bottom: 20px;
}
.footer-column h3::after {
    content: '';
    display: block;
    width: 25%;
    border-bottom: 2px solid #E47400; /* Change the color as needed */
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer-column ul {
    list-style: none;
    padding: 0;
}
ul#footer-quick-links li {
    margin-bottom: 15px;
}
ul#footer-quick-links li a {
    color: #FFFFFFCC;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}
.footer-column ul li {
    margin-bottom: 5px;
}

.footer-column ul li a {
    text-decoration: none;
    color: #007bff;
}

.footer-column form {
    display: flex;
    flex-direction: column;
	color: #FFFFFFCC
}

.footer-column form input {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.footer-column form input[type="email"]{
	width: 100%;
}
.footer-column input::placeholder {
    color: #00000033; /* Change this to your desired color */
    opacity: 1; /* Ensures the color is fully visible */
}

.footer-column form input[type="submit"]{
	background: #76BEE7;
	font-size: 15px;
	font-weight: 400;
	line-height: 18.15px;
	text-align: left;
	color: #FFFFFFE5;
	border: none;
	padding: 10px 20px;

}
.footer-column form button {
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
}

.footer-column form button:hover {
    background-color: #0056b3;
}

.bottom-footer {
    background-color: #000;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 15px 0;
	color: #FFFFFFCC;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.94px;
	text-align: left;

}

.footer-bottom-left p {
    margin: 0;
}

.footer-bottom-right ul {
    list-style: none;
    display: flex;
    padding: 0;
	margin: 0;
}


.footer-bottom-right ul li a {
    text-decoration: none;
    color: #FFFFFFCC;
}
.footer-bottom-right ul li + li::before {
    content: '|';
    margin: 0 10px; 
    color: #FFFFFFCC; 
}
.footerLogo {
    height: auto;
    width: auto;
    padding: 15% 0;
}
.contact-us p {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #FFFFFFCC;
}
.contact-us p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px; 
    height: 20px; 
    background-size: contain;
}

.contact-address::before {
	background: url('/wp-content/uploads/2024/08/location-1.svg') no-repeat center center; 
}
.contact-no::before {
	background: url('/wp-content/uploads/2024/08/phone-call-1-1.svg') no-repeat center center; 
}
.contact-mail::before {
	background: url('/wp-content/uploads/2024/08/mail-1.svg') no-repeat center center; 
}
.banner-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    /* background: url('/wp-content/uploads/2024/08/Mask-group-17.png') no-repeat center center; */
    background-size: cover !important;
    position: relative;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    padding-top: 100px;
}

.banner-content {
    display: flex;
    width: 100%;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.banner-left, .banner-right {
    flex: 1;
    padding: 20px;
}

.main-button {
    display: inline-block;
    padding: 10px 50px 10px 20px;
    background-color: #FFFFFF1A;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #fff;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.15px;
    text-align: left;
}
.banner-left h1 {
    margin-bottom: 20px;
    font-family: Rubik;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    text-align: left;
}
.banner-left p {
    margin-bottom: 30px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
}
.banner-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff; /* Button color */
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
}

.banner-right {

}

.banner-right h2 {
    font-family: Rubik;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #007DA7;
}

.form-container input[type="text"],.form-container input[type="email"],.form-container input[type="tel"],.form-container textarea{
	width: 100%;
	border: 1px solid #00000014;
	background: #00000008;
	border-radius: 4px;
	padding: 12px 15px;
}
.form-container .wpcf7-not-valid {
    border: 1px solid #dc3232 !important;
}
.form-container .wpcf7-not-valid-tip{
    display: none !important;
}
.form-container input[type="submit"]{
	background: #76BEE7;
    padding: 10px 24px;
    color: #fff;
    border-radius: 8px;
    font-family: Rubik;
    font-size: 17px;
    font-weight: 500;
    line-height: 20.15px;
    text-align: left;
}
.wpcf7-submit {
    border: none;
    border-radius: 4px;
    background-color: #007bff;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}

.wpcf7-submit:hover {
    background-color: #0056b3;
}

/* Ensure header appears on top of the banner */
header {
/*    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;*/
	border-bottom: 1px solid #FFFFFF33;
	padding: 10px 0;
	    background-color: #000000 !important;
}
ul#primary-menu {
    justify-content: end;
    gap: 30px;
}
#primary-menu ul.sub-menu {
    display: block !important;
    background-color: #000;
    padding: 10px 10px;
    width: 300px;
}

#primary-menu ul.sub-menu a{
    color: #fff;
}
ul#primary-menu li a {
    color: #fff;
    font-family: Rubik;
    font-size: 17px;
    font-weight: 400;
    line-height: 20.15px;
    text-align: left;
	text-decoration: none;
	padding: 6px;
}
ul#primary-menu li.current-menu-item a {
    color: #76BEE7 ;
    background: #FFFFFF1A;
    padding: 6px 16px;
    border-radius: 100px;
	border: none;
}
ul#primary-menu li.current-menu-item ul a{
    background: none ;
    color: #fff !important;
}
ul.sub-menu .current-menu-item a{
    color: #fff !important;
    background: none;
}
.menu-item-has-children > a::after {
    content: url('/wp-content/uploads/2024/09/arrow-1.svg');
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s ease;
}
.menu-item-has-children:hover > a::after {
    transform: rotate(-180deg);
}
a.header-call {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #FFFFFF;
    padding: 10px 20px;
    background: #76BEE7;
    border-radius: 8px;
    border: 2px solid #76bee7;
}
a.header-call:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.header-call:before {
    content: url('/wp-content/uploads/2024/08/Layer_1-1.svg');
    display: inline-block;
    margin-right: 10px; /* Adjust spacing as needed */
    vertical-align: middle;
}
.form-container {
    padding: 8% 5%;
	border-radius: 8px;
    background-image: url('https://keetonspaintingorlando.com/wp-content/uploads/2024/09/Vector-1.png');
    min-height: 600px;
    background-repeat: no-repeat;
	background-size: contain;
}
@media (min-width: 1024px) and (max-width: 1400px) {
    .banner-section{
        min-height: 120vh;
    } 
}
.banner-right p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: #555555;
}

.icon-box {
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 30px;
}

/* .icon-box:hover {
    transform: translateY(-10px);
} */

.icon-bg {
    background-color: #76BEE733;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.icon-bg img {
    width: 50px; /* Adjust size as needed */
    height: 50px;
}

.icon-box h3 {
    color: #2C3941;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
	margin-top: 15px;
}


#about h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
	position: relative;
	padding-left: 40px;
    color: #E47400

}
#about h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background-color: #E47400; 
}
#about h2,#single-service h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
	color: #007DA7;
	line-height: 42px;
}
section#single-service {
    padding: 3% 0;
}
#about p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
	color: #5A717D;
	font-weight: 500;
}

#about ul {
    list-style-type: none;
    padding: 0;
	column-count: 2;
    column-gap: 20px; 
    
}

#about ul li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
	color: #5A717D
}

#about ul li::before {
    content: url(/wp-content/uploads/2024/08/Check-Mark.svg);
    position: absolute;
    left: 0;
    color: #007bff;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}
a.blue-button {
    background: #76BEE7;
    padding: 15px 24px;
    border-radius: 8px;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.15px;
    text-align: left;
    color: #fff ;
	display: inline-block;
}
a.blue-button:hover{
	background: none;
	border: 1px solid #76BEE7;
	color: #007DA7;
}

.about-image img {
    max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-20px,0,0);
}
.about-image:hover img {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.image-wrapper {
    display: inline-block;
    margin: 10px auto;
    position: relative;
    float: left;
    overflow: hidden;
    background: #006d94;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
}
#about .btn {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
}
#our-services {
	background: #76BEE733;
	padding: 5% 0 ;
}
#our-services h5.subtitle {
    color: #007DA7;
    font-size: 36px;
    font-weight: 500;
    line-height: 42.66px;
    text-align: center;
}
h2.mainHeading {
    color: #E47400;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    position: relative;
}

h2.mainHeading::before {
    content: "";
    position: absolute;
    left: 38%;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background-color: #E47400;
}
h2.mainHeading::after {
    content: "";
    position: absolute;
    right: 38%;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background-color: #E47400;
}

#our-services .subtitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.service-box {
    text-align: center;
    margin: 10px;
    transition: transform 0.3s ease-in-out;
    background-color: #fff;
    height: auto !important;
    padding-bottom: 20px;
}

.service-box img {
    width: 100%;
    height: auto;
}

.service-box h3 {
    color: #262626;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    margin-top: 25px;
}

.service-box .excerpt {
    margin-bottom: 15px;
    color: #5A717D;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    margin-top: 15px;
}

.service-box .btn {
    padding: 10px 20px;
    border-radius: 5px;
    color: #007DA7;
    background: none;
    border: none;
    font-family: Rubik;
    font-size: 17px;
    font-weight: 400;
    line-height: 20.15px;
    position: relative;
}
.service-box .btn::after, .main-button::after {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 600;
    content: '\279E';
    position: absolute;
    margin-top: 2px;
}
.service-box {
    position: relative; 
    overflow: hidden; 
}

.service-box-img-wrapper {
    overflow: hidden;
    position: relative;
}
h5.subtitle {
    color: #007DA7;
    font-size: 36px;
    font-weight: 500;
    line-height: 42.66px;
    text-align: center;
}
.process-Boxes {
    display: flex;
    margin-top: 30px;
    gap: 25px;
}
.process-box {
    /* flex: 0 0 calc(33.333% - 25px); */
    border: 2px dashed #BABABA;
    padding: 20px;
    border-radius: 8px;
    position: relative;
}

.process-box h3 {
    color: #262626;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 25px;
}
.process-box span {
    position: absolute;
    right: 20px;
    top: -14px;
    background: #3a3a3a;
    padding: 2px 10px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Inter';
    border-radius: 100px;
}
.process-box img {
    margin-top: 20px;
}
.process-box:hover span {
    background: #E47400;
}
.process-box:hover {
    border-color: #E47400;
}
.process-box:hover h3 {
    color: #007DA7;
}
.process-box p {
    margin-bottom: 15px;
    color: #5A717D;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 15px;
}
.service-box img {
    display: block; 
    transition: transform 0.8s ease; 
    width: 100%; 
    height: auto; 
}

.service-box:hover .service-box-img-wrapper img {
    transform: scale(1.1); 
}
.service-box .btn:hover{
	background: none;
	color:#E47400 ;
}
.services-slider .slick-dots li button:before,.testimonial-Boxes .slick-dots li button:before{
	color: #B6D0DF;
	font-size: 10px;
}
.services-slider .slick-dots li.slick-active button:before,.testimonial-Boxes .slick-dots li.slick-active button:before{
	color: #E47400;

}
.services-slider .slick-dots{
	bottom: -40px;
}

.top-banner-section h2 {
    font-size: 38px;
    font-weight: 600;
    color: #ffffff;
}
.top-banner-section h2 {
    font-size: 40px;
    font-weight: 500;
    color: #ffffff;
}
.top-banner-section p {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.title h2 {
    color: #141313;
    font-size: 36px;
    font-weight: 500;
    line-height: 30px;
}
.contact-page-form-section h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 12px 0px;
}
.contact-page-form-section a {
    color: #000000;
    text-decoration: none;
    outline: unset;
    display: table;
    padding: 5px 0px;
}
.contact-page-form-section .footer-form-outer {
    padding: 20px !important;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(51,51,51,1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(51,51,51,1);
    box-shadow: 0px 0px 3px 0px rgba(51,51,51,1);
    border-radius: 15px;
}
.contact-form-inner label {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}
.contact-form-inner input{
    width: 100%;
    padding: 10px;
    border-radius: 6px !important;
}
.contact-form-inner textarea {
    width: 100%;
    height: 125px;
    padding: 10px;
    border-radius: 6px;
}
.contact-form-inner .wpcf7-submit {
    background: #76BEE7 !important;
    color: #fff !important;
    border: 1px solid #76BEE7;
}
.white-text{
    color: #fff !important;
}
.project-Boxes {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.project-box {
    flex: 1 1 calc(25% - 10px);
}
.project-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#our-projects {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0;
}
#imageModal .modal-dialog {
    max-width: 80%;
   
}
#imageModal .close {
    text-align: right;
    position: absolute;
    right: 10px;
    z-index: 9;
}
#our-process,#our-testimonial{
    padding: 5% 0;
}
#our-testimonial{
    background-image: url('/wp-content/uploads/2024/08/background_img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    
}
.testimonial-Boxes .testimonial-box {
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
    padding: 30px;
    border-radius: 12px;
    background: #E4F2FA;
    text-align: center;
    height: 100%; 
    min-height: 330px;
    box-sizing: border-box;
}
.testimonial-Boxes .testimonial-box img.quoteImg {
    margin: 0 auto;
    margin-bottom: 20px;
}
.testimonial-Boxes .slick-slide {
    margin: 0 15px; 
}

.testimonial-Boxes .slick-slide > div {
    display: flex;
    justify-content: center;
}
.testimonial-Boxes {
    margin-top: 40px;
}
.clientDetails {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}
.clientDetails img {
    border-radius: 50px;
    border: 2px solid #fff;
}
.clientText p {
    margin-bottom: 0px;
    text-align: left;
}
.clientText p {
    margin-bottom: 0px;
    text-align: left;
}
p.clientName {
    color: #007DA7;
    font-family: 'Rubik' !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}
p.clientLocation {
    color: #5A717D;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.testimonial-Boxes .slick-dots{
    bottom: -50px;
}
section.our-projects-main {
    padding: 5% 0;
    background: #E4F2FA;
}
.our-projects-main {
    padding: 60px 0;
}

.projects-flex-container {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px; 
}

.project-item {
    flex: 1 1 calc(33.333% - 20px); 
    box-sizing: border-box;
 
}

.project-item img {
    width: 100%;
    height: 100%; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.services-main-page {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px; 
    justify-content: center;
}

.services-main-page .service-box {
    flex: 0 0 calc(33.333% - 10px); 
    box-sizing: border-box; 
    margin: 0;
}

.services-main-page .service-box img {
    width: 100%; 
}
.blue-bg{
    background-color: #E4F2FA;
}
.about-main-page ul{
    column-count: 3 !important;
    column-gap: 20px;
    text-align: left;
}
#single-service table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

#single-service td {
    border-right: 1px solid #5A717D;
    padding: 15px 20px;
    text-align: left;
    width: 50%;
    color: #5A717D;
}
#single-service td:last-child{
    border-right: none
}
#single-service td.plan-title{
    font-weight: 500;
}
#single-service tbody tr:nth-child(odd) {
    background-color: #E4F2FA;
}

#single-service tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.form-container .wpcf7 form .wpcf7-response-output {
    margin: 0px;
    padding: 0px;
    border: none;
    color: #555555;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px;
    padding: 0px;

}
form.wpcf7-form.invalid .wpcf7-response-output {
    color: red;
}
form.wpcf7-form.sent .wpcf7-response-output {
    color: green;
}
.footer-column.contact-us a {
    color: #fff !important;
}
span.upper {
    text-transform: uppercase;
}
.map-section {
    margin-bottom: -10px;
}
.service-box p {
    padding: 0 10px;
}
ul.sub-menu li {
    padding: 8px 15px;
}
a.header-call:hover {
    background: transparent;
    border: 2px solid #76BEE7;
}
.btn.focus, .btn:focus {
    outline: none !important;
    box-shadow: none !important;
}
@media (min-width: 768px) {
    .site-branding {
        text-align: left;
    }

    .header-button {
        text-align: right;
    }
    
}

@media (max-width: 768px) {
    .process-Boxes,.process-Boxes,.footer-bottom-content ,.banner-content {
        flex-direction: column;
    }
    #our-process .process-box,.project-box,.services-main-page  .service-box {
        flex: 1 1 100%; 
      }
    .footer-column {
       max-width: 100% !important;
        flex: 1 1 100% !important;
    }
    .form-container{
        background-color: #fff;
    }
    .banner-section{
        min-height: unset;
    }
    .project-item {
        flex: 1 1 calc(50% - 20px); 
    }
    .about-main-page ul,#about ul{
        column-count: 1 !important;
        column-gap: 20px;
        text-align: left;
    }
    h2.mainHeading::before {
        left: 18%;
        
    }
    h2.mainHeading::after {
        right: 18%;
        
    }
    .footer-bottom-left {
        text-align: center;
        margin-bottom: 12px;
    }
    .testimonial-Boxes .testimonial-box{
        padding: 20px 10px;
    }
    .menu-item-has-children > a::after {
        content: none !important;
        
    }
    #our-process, #our-testimonial {
        padding: 10% 0;
    }
    .top-banner-section{
        margin-top: 40px;
    }
    
}
@media (max-width: 480px) {
    .project-item {
        flex: 1 1 100%; 
    }
    h2.mainHeading::before {
        left: 25%;
        
    }
    h2.mainHeading::after {
        right: 25%;
        
    }
}
