/*!
Theme Name: Tennis Surfaces of Iowa
Theme URI: https://www.dotcomdesign.com/
Author: Dotcom Design
Author URI: https://www.dotcomdesign.com/
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: tennis-surfaces-of-iowa
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.

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

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

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

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility !important;
}

body,
html {
    overflow-x: hidden !important;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-size: 1em;
    /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    text-decoration: none !important;
    outline: none !important;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * 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-size: 1em;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    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.
 */

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 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;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    display: none;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * 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;
    /* 1 */
    font: inherit;
    /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea,
p {
    color: var(--common-color);
    font-size: 16px;
    line-height: 2;
}

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

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

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

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

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: inline-block;
    float: none;
    width: 100%;
    text-align: center;
}

.main-navigation ul {
    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 {
    left: 100%;
}

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

.main-navigation li {
    float: none;
    display: inline-block;
    position: relative;
    margin-right: 115px;
}

.main-navigation li:last-child {
    margin-right: 0;
}

.main-navigation a {
    position: relative;
    display: flex;
    align-items: center;
    height: 65px;
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 18px;
    line-height: 1.16666666667;
    font-weight: 700;
    letter-spacing: 0.04em;
    transition: 0.3s;
}

@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul.menu > li.menu-item-has-children:hover > a,
    .main-navigation ul.menu > li > a:hover,
    .main-navigation ul.menu > li.current-menu-item > a,
    .main-navigation ul.menu > li.current-menu-parent > a,
    .main-navigation ul.menu > li.current-menu-ancestor > a {
        color: var(--primary-color);
    }

    .main-navigation ul li.menu-item-has-children:hover > a:after {
        color: var(--primary-color);
        transform: translate(0, -50%) rotate(-180deg);
    }

    .main-navigation li.current-menu-ancestor.menu-item-has-children a:not(.sub-menu li.current-menu-ancestor.menu-item-has-children a)::after {
        color: var(--primary-color);
    }

    .main-navigation ul.menu ul li.menu-item-has-children:hover > a,
    .main-navigation ul.menu ul li a:hover,
    .main-navigation ul li.current-menu-ancestor ul.sub-menu > li.current-menu-item > a,
    .main-navigation ul li.current-menu-ancestor ul.sub-menu > li.current-menu-ancestor > a {
        background-color: var(--primary-color);
        color: var(--white-color);
    }
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# 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;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

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

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

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

/*========== Fonts CSS Start ==========*/

@font-face {
    font-family: "Helvetica";
    src: url("assets/fonts/Helvetica-Bold.eot");
    src: url("assets/fonts/Helvetica-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Helvetica-Bold.woff2") format("woff2"), url("assets/fonts/Helvetica-Bold.woff") format("woff"), url("assets/fonts/Helvetica-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    src: url("assets/fonts/Helvetica-Light.eot");
    src: url("assets/fonts/Helvetica-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Helvetica-Light.woff2") format("woff2"), url("assets/fonts/Helvetica-Light.woff") format("woff"), url("assets/fonts/Helvetica-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("assets/fonts/OpenSans-Bold.eot");
    src: url("assets/fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/OpenSans-Bold.woff2") format("woff2"), url("assets/fonts/OpenSans-Bold.woff") format("woff"), url("assets/fonts/OpenSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    src: url("assets/fonts/Helvetica.eot");
    src: url("assets/fonts/Helvetica.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Helvetica.woff2") format("woff2"), url("assets/fonts/Helvetica.woff") format("woff"), url("assets/fonts/Helvetica.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("assets/fonts/OpenSans-Regular.eot");
    src: url("assets/fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/OpenSans-Regular.woff2") format("woff2"), url("assets/fonts/OpenSans-Regular.woff") format("woff"), url("assets/fonts/OpenSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*========== Fonts CSS End ==========*/

/*========== Form CSS Start ==========*/

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-element {
    position: relative;
}

.form-element i {
    position: absolute;
    top: 16px;
    right: 15px;
    pointer-events: none;
    color: var(--primary-color);
    font-size: 16px;
}

div.wpcf7-mail-sent-ok {
    display: none !important;
}

span.wpcf7-not-valid-tip {
    position: relative;
    font-size: 14px;
    line-height: 28px;
    color: var(--red-color);
    margin-bottom: -20px;
    text-align: left;
    top: -2px;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.screen-reader-response {
    display: none;
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    margin: 20px 0;
    padding: 3px 10px;
    border: 1px solid var(--red-color);
    color: var(--red-color);
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid #46b450;
    color: #46b450;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

input[type="text"],
input[type="email"],
input[type="number"] {
    -webkit-appearance: none;
}

.form-input::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: var(--gray-color);
    opacity: 1;
}

.form-input::-moz-placeholder,
.input-text::-moz-placeholder {
    color: var(--gray-color);
    opacity: 1;
}

.form-input:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: var(--gray-color);
    opacity: 1;
}

.form-input::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: var(--gray-color);
    opacity: 1;
}

.form-input::placeholder,
.input-text::placeholder {
    color: var(--gray-color);
    opacity: 1;
}

select option {
    color: #000;
}

select {
    color: var(--gray-color) !important;
}

select::-ms-expand {
    display: none;
}

.form-input,
.input-text,
.select2-container--default .select2-selection--single .select2-selection__rendered,
select {
    width: 100%;
    height: 55px;
    border: 1px solid var(--gray-color);
    outline: none !important;
    padding: 0 30px;
    font-family: var(--title-font);
    font-size: 18px;
    line-height: 1.22222222222;
    color: var(--dark-color);
    background: var(--white-color);
    -webkit-appearance: none;
    border-radius: 10px;
}

select,
select.form-input {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 30px;
}

.form-input.wpcf7-textarea {
    height: 149px;
    resize: none;
    padding: 15px 30px;
    display: block;
}

.submit-btn {
    text-align: left;
    position: relative;
    display: inline-block;
}

.submit-btn .sec-btn:hover {
    color: var(--primary-color);
    background: transparent;
    border-color: var(--primary-color);
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 103%;
    transform: translate(0, -50%);
    margin: 0;
    background-color: #717578;
}

.wpcf7 input[type="checkbox"],
.woocommerce form .form-row .input-checkbox,
.woocommerce-form__input,
.wpcf7 input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 26px;
    background: 0 0;
    border: none;
    outline: none;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
}

span.wpcf7-list-item-label,
.woocommerce-form__label-for-checkbox span,
.comment-form-cookies-consent label {
    padding-left: 10px;
    margin-bottom: 0;
}

span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after,
.woocommerce-form__label-for-checkbox span:before,
.woocommerce-form__label-for-checkbox span:after {
    content: " ";
}

span.wpcf7-list-item-label:before,
.woocommerce-form__label-for-checkbox span:before,
.comment-form-cookies-consent label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid var(--primary-color);
    z-index: 1;
}

span.wpcf7-list-item-label:after,
.woocommerce-form__label-for-checkbox span:after,
.comment-form-cookies-consent label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    border-radius: 15px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    opacity: 0;
    transition: 0.3s;
    z-index: 0;
}

input[type="radio"]:checked ~ span:after {
    opacity: 1;
}

.checkbox-wp .wpcf7-list-item {
    margin: 10px 1em 0 0px;
    padding-bottom: 10px;
    display: block;
}

.woocommerce-form__label-for-checkbox span:before,
.checkbox-wp .wpcf7-list-item-label:before,
.comment-form-cookies-consent label:before {
    border-radius: 0;
}

.checkbox-wp .wpcf7-list-item-label:after,
.woocommerce-form__label-for-checkbox span:after,
.comment-form-cookies-consent label:after {
    content: "\f00c";
    width: 20px;
    height: 20px;
    background: transparent;
    color: var(--white-color);
    border-radius: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    background: var(--primary-color);
    border-radius: 3px;
    left: 0;
    transform: translate(0, -50%);
}

input[type="checkbox"]:checked ~ span:before,
input[type="checkbox"]:checked ~ span:after,
input[type="checkbox"]:checked ~ span.wpcf7-list-item-label:after,
input[type="checkbox"]:checked ~ span.wpcf7-list-item-label:before,
input[type="checkbox"]:checked ~ label:after {
    opacity: 1;
}

.checkbox-wp .wpcf7-not-valid-tip {
    display: none;
}

.checkbox-wp .wpcf7-not-valid .wpcf7-list-item-label:before {
    border-color: var(--red-color);
    opacity: 0.7;
}

.form-input-checkbox .wpcf7-list-item {
    position: relative;
    margin: 0;
    margin-right: 30px;
}

span.wpcf7-list-item,
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox,
.woocommerce form .form-row label {
    position: relative;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid var(--red-color);
    color: var(--red-color);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}

.form-input-checkbox .wpcf7-list-item.last {
    margin: 0;
}

.wpcf7-not-valid,
.wpcf7-not-valid .wpcf7-list-item-label::before {
    border-color: var(--red-color) !important;
}

.comment-form-cookies-consent input {
    opacity: 0;
    display: inline-block;
    width: auto !important;
}

/*========== Form CSS End ==========*/

/*==========Common CSS ==========*/

:root {
    --primary-color: #419a25;
    --dark-green-color: #145201;
    --light-green-color: #5a9739;
    --dark-color: #1a1a1a;
    --gray-color: #a2a2a2;
    --common-color: #505458;
    --white-color: #ffffff;
    --black-color: #000000;
    --red-color: #ff0000;
    --input-color: #555555;
    --box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    --body-font: "Open Sans";
    --title-font: "Helvetica";
}

body {
    font-size: 16px;
    line-height: 2;
    color: var(--common-color);
    font-family: var(--body-font);
}

p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 33px;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: var(--dark-color);
    font-family: var(--title-font);
}

p a {
    color: var(--primary-color);
    text-decoration: underline !important;
    transition: 0.3s;
}

p a:hover {
    color: var(--dark-color);
}

a:hover {
    color: initial;
}

.h1-title {
    font-size: clamp(62px, 6.2vw, 96px);
    line-height: 1.1875;
    color: var(--white-color);
    margin-bottom: 34px;
}

.h2-title {
    font-size: 40px;
    line-height: 1.175;
    color: var(--primary-color);
    margin-bottom: 23px;
}

.h3-title {
    font-size: 30px;
    line-height: 1.2;
    color: var(--dark-color);
    margin-bottom: 20px;
}

.h4-title {
    font-size: 24px;
    line-height: 1.3333333;
    color: var(--dark-color);
    margin-bottom: 20px;
}

.grecaptcha-badge {
    display: none !important;
}

.main-seo-content .excerpt-content {
    position: relative;
    max-height: 325px;
    margin-bottom: 30px;
    overflow: hidden;
}

.wow {
    visibility: hidden;
}

.callus {
    font-weight: inherit;
}

.for-des {
    display: block !important;
}

.for-mob {
    display: none !important;
}

.for-des-flex {
    display: flex !important;
}

.for-mob-flex {
    display: none !important;
}

.menu-des {
    display: inline-block;
}

.menu-mob {
    display: none;
}

.container {
    position: relative;
    z-index: 5;
}

.bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sec-1920 {
    width: 1920px;
    left: 50%;
    transform: translate(-50%, 0);
}

.play-btn {
    width: 60px;
    height: 60px;
    color: var(--primary-color);
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    box-shadow: var(--box-shadow);
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.play-btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.7);
    display: none;
    z-index: 5;
}

.ajax-loader i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    color: var(--primary-color);
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.main-navigation ul li.menu-item-has-children > a {
    padding-right: 20px;
    position: relative;
}

.main-navigation ul li.menu-item-has-children > a:after {
    content: "\f078";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    line-height: 26px;
    color: var(--white-color);
    transition: 0.3s;
}

.main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: 0 !important;
    float: none;
    width: 300px;
    background: var(--white-color);
    box-shadow: 0 0 10px rgb(60 140 244 / 15%);
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
    display: none;
    opacity: 0;
}

.main-navigation ul li.menu-item-has-children:hover ul {
    display: block;
    top: 100%;
    opacity: 1;
    animation: swip_up 0.3s linear 1;
}

@keyframes swip_up {
    from {
        top: calc(100% + 20px);
        opacity: 0;
    }
    to {
        top: 100%;
        opacity: 1;
    }
}

.main-navigation ul ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-navigation ul ul li:last-child {
    border-bottom: 0;
}

.main-navigation ul ul li a {
    display: block;
    color: var(--dark-color);
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0;
    height: auto !important;
    transition: 0.3s;
}

.sec-btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    width: 300px;
    height: 55px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    -webkit-appearance: none;
    font-family: var(--title-font);
    font-size: 18px;
    line-height: 1.16666666667;
    color: var(--white-color);
    font-weight: 700;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    outline: none !important;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transition: 0.3s;
}

.sec-btn:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: var(--white-color);
    border-color: var(--white-color);
    color: var(--primary-color);
}

.sec-btn.sm-btn {
    width: 201px;
}

.sec-btn.outline-btn {
    background-color: transparent;
    border-color: var(--white-color);
    color: var(--white-color);
}

.sec-btn.outline-btn:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.main-banner .banner-video,
.main-banner .banner-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.main-banner .banner-video video {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: calc(100% + 37%);
}

.add-more-previous-employment,
.add-more-reference {
    width: 170px;
    height: 50px;
    background: var(--primary-color);
    color: var(--white-color);
    border: none;
    outline: none;
    transition: 0.3s;
    font-size: 20px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
}

.add-more-previous-employment:hover,
.add-more-reference:hover {
    background: var(--dark-color);
}

.add-more-previous-employment:focus,
.add-more-reference:focus {
    outline: none;
}

.add-more-previous-employment i,
.add-more-reference i {
    margin-right: 10px;
    font-size: 16px;
}

.spiner {
    font-size: 24px;
    color: var(--primary-color);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin-left: 15px;
    display: none;
}

/*==========Common CSS End==========*/

/*========== Modal Popup CSS Start ==========*/

.modal-open .modal,
.modal-open {
    padding-right: 0 !important;
}

.modal-open {
    position: fixed;
    width: 100%;
}

.modal-body.overflow-text {
    height: 600px;
    padding: 30px;
}

.modal-content {
    border: none;
    background: var(--white-color);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 30px rgb(60 140 244 / 16%);
}

.popup-title {
    position: relative;
    padding: 10px 65px 10px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.popup-title .h3-title {
    margin-bottom: 0;
}

button.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: var(--primary-color);
    opacity: 1 !important;
    text-shadow: none;
    color: var(--white-color);
    border-radius: 0;
    outline: none !important;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: 0.3s;
}

button.close:hover {
    background: var(--dark-color);
    color: var(--white-color);
}

.modal-dialog {
    margin: 0 auto;
    max-width: 700px;
    height: 100%;
    display: flex;
    align-items: center;
}

.common-popup-overflow {
    padding: 10px 0px;
}

.common-popup-text {
    padding: 20px 30px !important;
    max-height: 80vh;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-color: transparent transparent;
}

.common-popup-text::-webkit-scrollbar {
    width: 3px;
}

.common-popup-text::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

.common-popup-text::-webkit-scrollbar-track {
    background: #cccccc;
}

.form-input-file {
    position: relative;
    border: 1px solid var(--gray-color);
    height: 60px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.form-input-file p {
    margin: 0;
}

.form-input-file .wpcf7-form-control-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
}

.form-input-file [type=file] {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.form-input-file .icon-label {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
}

.form-input-file .icon-label label {
    margin: 0;
    font-weight: 400;
    color: var(--gray-color) !important;
    line-height: 1.4;
}

.form-input-file .icon-label label span {
    color: var(--primary-color);
    font-weight: 700;
    margin-left: 5px;
}

/*========== Modal Popup CSS End ==========*/

/*==========Slider Css End==========*/

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    font-size: 0;
    line-height: 1;
    bottom: -25px;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 15px 0 0;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li button {
    width: 25px;
    height: 5px;
    background: var(--common-color);
    border: none;
    outline: none;
    padding: 0;
    transition: 0.3s;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background: var(--primary-color);
}

.slick-initialized .slick-slide {
    outline: none !important;
}

#sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 1 !important;
    max-height: unset !important;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 0;
    border: none !important;
    background: var(--white-color);
    outline: none !important;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 20px;
    transition: 0.3s;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.11);
}

.slick-arrow::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    border: 4px solid var(--primary-color);
    transition: 0.3s;
}

.slick-arrow.prev-arrow::before {
    transform: translate(-30%, -50%) rotate(45deg);
    border-top: 0;
    border-right: 0;
}

.slick-arrow.next-arrow::before {
    border-color: var(--primary-color);
    transform: translate(-70%, -50%) rotate(45deg);
    border-left: 0;
    border-bottom: 0;
}

.next-arrow.slick-arrow {
    left: auto;
    right: 0;
}

.slick-arrow:hover {
    background: var(--primary-color);
}

.slick-arrow:hover::before {
    border-color: var(--white-color);
}

.slick-dots li:only-child {
    display: none;
}

.slick-dots li:first-child {
    margin-left: 0;
}

.slick-dots li:last-child {
    margin-right: 0;
}

/*==========Slider Css End==========*/

/*==========Overflow CSS==========*/

.overflow-text {
    height: 300px;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: transparent transparent;
}

.overflow-text::-webkit-scrollbar,
[data-simplebar="init"]::-webkit-scrollbar,
.simplebar-scroll-content::-webkit-scrollbar {
    width: 0;
    opacity: 0 !important;
    display: none;
    clip-path: inset(0 0 30px 0);
}

.simplebar-track.horizontal {
    display: none;
}

.overflow-text::-webkit-scrollbar-thumb {
    opacity: 0 !important;
}

.overflow-text::-webkit-scrollbar-track {
    opacity: 0 !important;
}

.simplebar-track {
    width: 3px;
    background: #cccccc;
}

.simplebar-scrollbar {
    right: 0;
    z-index: 66;
    background: var(--primary-color);
    opacity: 1 !important;
    width: 100%;
}

[data-simplebar="init"] {
    padding-right: 10px;
    scrollbar-color: transparent transparent;
}

.simplebar-scroll-content {
    padding-right: 0 !important;
    margin-bottom: 0 !important;
}

.simplebar-content {
    margin-right: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
}

.simplebar-content p:last-child {
    margin-bottom: 0;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

/*==========Overflow CSS End==========*/

/*==========White text CSS==========*/

.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text ul li,
.white-text label,
.white-text span:not(.wpcf7-form-control-wrap):not(.sec-btn span) {
    color: var(--white-color);
}

.white-list-link a {
    color: var(--white-color);
}

.fancybox-video {
    background-color: var(--white-color);
}

.white-arrow-dots .slick-dots li button {
    border-color: var(--white-color);
}

.white-arrow-dots .slick-dots li.slick-active button,
.white-arrow-dots .slick-dots li button:hover {
    background: var(--white-color);
}

.white-arrow-dots .slick-arrow {
    background: var(--white-color);
    color: var(--dark-color);
}

.white-arrow-dots .slick-arrow:hover {
    background: var(--dark-color);
    color: var(--white-color);
}

.white-btn {
    background: var(--white-color);
    color: var(--dark-color);
    border-color: var(--white-color);
}

.white-form .form-input,
.white-form .input-text,
.white-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.white-form select {
    background: transparent;
    border-color: var(--white-color);
    color: var(--white-color);
}

.white-form span.wpcf7-list-item-label:before,
.white-form .woocommerce-form__label-for-checkbox span:before,
.white-form .comment-form-cookies-consent label:before {
    border-color: var(--white-color);
    background: var(--white-color);
}

.white-form span.wpcf7-list-item-label:after,
.white-form .woocommerce-form__label-for-checkbox span:after,
.white-form .comment-form-cookies-consent label:after {
    background: var(--red-color);
}

.white-form .form-input::-webkit-input-placeholder,
.white-form .input-text::-webkit-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::-moz-placeholder,
.white-form .input-text::-moz-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input:-ms-input-placeholder,
.white-form .input-text:-ms-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::-ms-input-placeholder,
.white-form .input-text::-ms-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::placeholder,
.white-form .input-text::placeholder {
    color: var(--white-input-color);
}

.white-form select {
    color: var(--white-input-color) !important;
}

.white-form .form-element i {
    color: var(--white-color);
}

.white-form .wpcf7 form .wpcf7-response-output {
    color: var(--white-color);
}

/*==========White text CSS End==========*/

/*==========Header CSS Start==========*/

.site-header {
    position: fixed;
    width: 100%;
    top: 87px;
    left: 0;
    z-index: 101;
    transition: 0.3s;
}

.site-branding {
    display: none;
}

.site-header.sticky_head {
    background: var(--black-color);
    top: 0;
}

.main-navigation li.site-logo {
    margin: 0 92px 0 -10px;
    transition: 0.3s;
}

.main-navigation li.site-logo a {
    min-width: 370px;
    height: 96px;
    color: transparent !important;
    transition: 0.3s;
}

.sticky_head .main-navigation li.site-logo a {
    min-width: 260px;
    transition: 0.3s;
}

.main-navigation li.site-logo a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../../../wp-content/uploads/2024/04/Logo.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s;
}

/*==========Header CSS End==========*/

/*==========Banner CSS Start ==========*/

.main-banner {
    position: relative;
    padding: 296px 0 263px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    z-index: 6;
}

.main-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--black-color);
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: 1;
}

.banner-content .h4-title {
    font-weight: 400;
    font-family: var(--body-font);
    margin-bottom: 62px;
}

.banner-btn {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.banner-btn .sec-btn:hover:not(.sec-btn.outline-btn) {
    background-color: transparent;
    border-color: var(--white-color);
    color: var(--white-color);
}

/*==========Banner CSS End ==========*/

/*==========About Us CSS Saart ==========*/

.about-sec {
    position: relative;
    background-color: var(--dark-green-color);
    margin-top: -150px;
}

.d-img {
    width: 865px;
    height: 309px;
    position: absolute;
    top: 247px;
    left: -27px;
    transform: rotate(-15deg);
    opacity: 0.1;
    pointer-events: none;
}

.about-img-wp {
    position: relative;
    width: calc(100% + 390px);
    height: 100%;
    left: -15px;
}

.about-img {
    width: 100%;
    height: 100%;
}

.about-content {
    padding: 210px 35px 226px 0;
}

/*==========About Us CSS End ==========*/

/*==========Services CSS Start ==========*/

.service-sec {
    position: relative;
    background-color: var(--white-color);
    padding: 155px 0 123px;
    margin-top: -150px;
    -webkit-clip-path: polygon(50% 0, 100% 150px, 100% 100%, 50% 100%, 0 100%, 0 150px);
    clip-path: polygon(50% 0, 100% 150px, 100% 100%, 50% 100%, 0 100%, 0 150px);
    z-index: 6;
}

.service-sec .h2-title {
    margin-bottom: 51px;
}

.service-link {
    margin-bottom: 70px;
}

.service-link li {
    display: inline-block;
    margin: 0 13px;
}

.service-link li:first-child {
    margin-left: 0;
}

.service-link li:last-child {
    margin-right: 0;
}

.service-link li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    font-family: var(--title-font);
    font-size: 15px;
    line-height: 1.13333333333;
    font-weight: 700;
    color: var(--dark-green-color);
    letter-spacing: 0.2px;
    border: 1px solid var(--light-green-color);
    border-radius: 10px;
    padding: 0 58px;
    transition: 0.3s;
}

.service-link li a:hover {
    background: var(--light-green-color);
    color: var(--white-color);
}

.service-list-wp .service-list {
    margin-bottom: 100px;
}

.service-list-wp .service-list:last-child {
    margin-bottom: 0;
}

.service-img-wp {
    width: calc(100% + 15px);
    aspect-ratio: 1 / 0.71623931;
    border-radius: 10px;
    overflow: hidden;
}

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

.service-content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.service-content .sec-btn {
    width: 192px;
}

.service-content .sec-btn:hover {
    background: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.service-content {
    padding: 0 0 0 68px;
}

.service-list.even .service-content {
    padding: 0 68px 0 0;
}
.service-list.even .service-img-wp {
    margin-left: -15px;
}

/*==========Services CSS End ==========*/

/*==========Affiliations CSS Start ==========*/

.affiliations-title {
    margin-bottom: 61px;
}

.affiliations-content-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.affiliations-logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 34px;
}
.affiliations-row {
    gap: 60px 0;
}
.affiliations-logo img {
    max-height: 166px;
    width: auto;
}

.affiliations-content-btn .sec-btn.outline-btn {
    width: 192px;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.affiliations-content-btn .sec-btn.outline-btn:hover {
    color: var(--white-color);
}

/*==========Affiliations CSS End ==========*/

/*==========Review CSS Start ==========*/

.review-sec {
    position: relative;
    z-index: 1;
}

.review-wp {
    padding: 284px 0 0;
    background-color: rgba(162, 162, 162, 0.1);
    -webkit-clip-path: polygon(50% 165px, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 165px, 100% 0, 100% 100%, 0 100%, 0 0);
}

.review-wp .sec-title {
    margin-bottom: 50px;
}

.review-sec .h2-title {
    margin-bottom: 12px;
}

.review-box ul {
    margin-bottom: 32px;
}

.review-box li {
    display: inline-block;
    margin: 0 3px;
}

.review-box li:first-child {
    margin-left: 0;
}

.review-box li:last-child {
    margin-right: 0;
}

.review-box li i{
    font-size: 14px;
    color: var(--dark-color);
}

.review-text.overflow-text {
    height: 220px;
    margin-bottom: 12px;
}

.review-box h4 {
    font-size: 20px;
    line-height: 1.2;
}

.review-slider .slick-list {
    overflow: visible;
    text-align: center;
}

.review-slider .slick-arrow {
    left: 100px;
}

.review-slider .next-arrow.slick-arrow {
    right: 100px;
    left: auto;
}

.review-slider-box {
    max-width: 585px;
    margin: 0 192px;
    opacity: 0.3;
}

.review-slider-box.slick-active.slick-center {
    opacity: 1;
}

.review-slider [data-simplebar="init"] {
    height: 91px;
    margin-bottom: 32px;
}

.gallery-sec {
    padding: 260px 0 89px;
}

.gallery-img {
    aspect-ratio: 1/1.31361;
}

.gallery-slider .slick-list {
    width: calc(100% + 180px);
    left: -91px;
}

.gallery-slider .prev-arrow {
    left: -175px;
}

.gallery-slider .next-arrow.slick-arrow {
    right: -175px;
}

.review-bottom {
    position: relative;
    background: #f6f6f6;
    text-align: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 11%, 50% 100%, 0 11%);
    clip-path: polygon(0 0, 100% 0, 100% 11%, 50% 100%, 0 11%);
    padding: 0 0 170px;
}

/*==========Review CSS End ==========*/

/*==========Hiring CSS Start ==========*/

.hiring-sec {
    position: relative;
    margin: -150px 0 0;
    padding: 317px 0 310px;
}

.hiring-sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--dark-color);
    top: 0;
    left: 0;
    opacity: 0.84;
}

.hiring-sec .user-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 123px;
    height: 123px;
    border-radius: 50%;
    background: var(--primary-color);
    position: absolute;
    left: 50%;
    top: 96px;
    transform: translate(-50%, 0);
    z-index: 1;
}

.hiring-content .h2-title {
    margin-bottom: 38px;
}

.hiring-content p {
    margin-bottom: 42px;
}

.hiring-content p a {
    font-weight: 700;
    text-decoration: none !important;
    transition: 0.3s;
}

.hiring-content p a span{
    transition: 0.3s;
}

.hiring-content p a:hover span {
    color: inherit !important;
}

.hiring-content p a:hover {
    color: var(--primary-color);
}

/*==========Hiring CSS End ==========*/

/*==========Footer CSS Start ==========*/

.site-footer {
    position: relative;
    margin: -195px 0 0;
    padding-bottom: 65px;
    background: var(--dark-color);
    clip-path: polygon(50% 0, 100% 150px, 100% 100%, 50% 100%, 0 100%, 0 150px);
}

.top-footer-box {
    position: relative;
    padding: 109px 0 0;
}

.footer-logo {
    margin-bottom: 63px;
}

.footer-logo a {
    width: 370px;
}

.footer-text {
    margin-bottom: 63px;
}

.footer-text p {
    font-size: 15px;
    line-height: 2.13333333333;
    width: 600px;
    max-width: 100%;
    margin: 0 auto 0;
}

.footer-bottom-menu {
    margin-top: 40px;
}

.footer-bottom-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.footer-bottom-menu ul li a{
    font-size: 16px;
    line-height: 1.875;
    color: var(--white-color);
    transition: 0.3s;
}

.footer-bottom-menu ul li.current_page_item a, .footer-bottom-menu ul li a:hover {
    color: var(--primary-color);
}

.contact-link ul:not(:last-child) {
    margin-bottom: 30px;
}

.contact-link ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.contact-link li a {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 15px;
    line-height: 2.13333333333;
}

.contact-link li a span {
    display: block;
    flex: 0 0 auto;
}

.contact-link li a .text {
    font-size: 15px;
    color: var(--white-color);
    transition: 0.3s;
}

.contact-link li a:hover .text {
    color: var(--primary-color);
}

.contact-link li a.fb i {
    font-size: 24px;
    color: var(--primary-color);
    transition: 0.3s;
}

.contact-link li a.fb:hover i {
    color: var(--white-color);
}

.instagram-title {
    position: relative;
    padding: 34px 0 45px;
}

.instagram-title::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 2px;
    background: var(--common-color);
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.instagram-title h3 a,
.instagram-title h3 {
    font-size: 24px;
    line-height: 29px;
    color: var(--primary-color);
    margin-bottom: 0;
    transition: 0.3s;
}

#sb_instagram .sb_instagram_header,
.sb_instagram_header,
#sb_instagram #sbi_load {
    display: none;
}

.instagram-title h3 a:hover {
    color: var(--white-color);
}

.instagram-title h3 .light {
    display: block;
    color: var(--common-color);
}

.instagram-title h3 .icon {
    position: relative;
    top: -3px;
    left: 4px;
}

.instagram-slider .slick-slide {
    margin: 0 15px;
}

.instagram-slider #sb_instagram .sbi_photo {
    height: 232px !important;
    border-radius: 10px;
}

.instagram-slider .slick-list {
    overflow: visible;
    width: calc(100% + 40px);
    left: -22px;
}

.instagram-slider {
    margin-bottom: -15px;
}

.footer-bottom-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 90px;
}

.copy-right {
    display: flex;
    align-items: center;
}

.footer-other-link p a,
.footer-other-link p,
.copy-right p,
.footer-bottom-link li a {
    font-size: 14px;
    color: var(--gray-color);
    line-height: 1;
    transition: 0.3s;
}

.footer-other-link p a:hover,
.footer-bottom-link li a:hover {
    color: var(--primary-color);
}

.footer-other-link p i {
    color: var(--primary-color);
}

.copy-right p {
    margin-bottom: 0;
}

.footer-bottom-link ul {
    font-size: 0;
    line-height: 0;
}

.footer-bottom-link li {
    display: inline-block;
}

.footer-bottom-link li {
    border-left: 1px solid #a2a2a2;
    margin-left: 7px;
    padding-left: 7px;
}

.footer-other-link p a {
    font-weight: bold;
    text-decoration: none !important;
}

.career-form .submit-btn {
    text-align: center;
    display: block;
}

.career-sec {
    position: relative;
    padding: 72px 0 276px;
}

.career-content p {
    color: var(--dark-color);
    margin-bottom: 24px;
}

.career-form label {
    color: var(--dark-color);
    font-size: 16px;
    margin: 0;
}

.career-form p {
    margin-bottom: 30px;
}

.wpcf7-form p:not(.wpcf7-form-text) {
    margin-bottom: 0;
}
/*==========Footer CSS End ==========*/

/*==========Scroll To Top CSS Start==========*/

.scrolltop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border: none;
    color: var(--white-color) !important;
    font-size: 25px;
    line-height: 20px;
    text-align: center;
    padding: 13px 0;
    border-radius: 8px;
    box-shadow: 0 0 20px rgb(0 0 0 / 16%);
    cursor: pointer;
    display: none;
    z-index: 50;
    transition: 0.3s;
}

.scrolltop:hover {
    background: var(--dark-color);
    color: var(--white-color) !important;
}

/*==========Scroll To Top CSS End==========*/

/*========== Inner Page CSS Start ==========*/

.main-banner.inner-banner {
    padding: 280px 0 160px 0;
    position: relative;
}

.main-banner.inner-banner .banner-content {
    text-align: center;
}

.inner-page-text {
    padding: 80px 0 255px;
}

.entry-content .privacy-title {
    margin: 32px 0 8px 0;
}

.entry-content .privacy-title:first-of-type {
    margin-top: 0;
}

.privacy-content h2,
.entry-content h2 {
    font-size: 35px;
    color: var(--dark-color);
}

.privacy-content p,
.entry-content p,
.excerpt-content p {
    margin-bottom: 15px;
}

.privacy-content ol,
.privacy-content ul,
.entry-content ol,
.entry-content ul,
.excerpt-content ul,
.excerpt-content ol {
    padding: 0;
    margin: 0 0 1.5em 3em;
}

.privacy-content ol li,
.privacy-content ul li,
.entry-content ol li,
.entry-content ul li,
.excerpt-content ul li,
.excerpt-content ol li {
    margin-bottom: 10px;
    list-style: decimal;
}

.entry-content ul li a{
    text-decoration: underline !important;
}


.privacy-content p a,
.privacy-content a,
.entry-content a,
.entry-content p a,
.entry-content a {
    transition: 0.3s;
    color: var(--primary-color);
    word-break: break-word;
}

.privacy-content p a:hover,
.privacy-content a:hover,
.entry-content p a:hover,
.entry-content a:hover {
    color: var(--dark-color);
    text-decoration: underline !important;
}

.privacy-content .list-disk li,
.entry-content .list-disk li {
    list-style: disc;
}

/*========== Inner page CSS End ==========*/

/*========== Hard Surface Tennis Courts Services page CSS Start ==========*/

.inner-banner {
    position: relative;
    padding: 255px 0 155px;
    min-height: 523px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 72%, 50% 100%, 0 72%);
    clip-path: polygon(0 0, 100% 0, 100% 72%, 50% 100%, 0 72%);
    z-index: 6;
}

.inner-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--black-color);
    opacity: 0.8;
    top: 0;
    left: 0;
}

.inner-banner .inner-banner-content .h1-title {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 0 !important;
}

.inner-banner-content h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

.service-details-sec {
    position: relative;
    background-color: var(--dark-color);
    margin-top: -160px;
}

.main-details {
    position: relative;
    background: var(--common-color);
    z-index: 1;
}

.main-details .container {
    z-index: unset;
}

.main-details::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 763px;
    left: 0;
    bottom: -1px;
    background: -moz-linear-gradient(top, rgba(26, 26, 26, 0) 28%, rgba(26, 26, 26, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0) 28%, rgba(26, 26, 26, 1) 100%);
    background: -o-linear-gradient(top, rgba(26, 26, 26, 0) 28%, rgba(26, 26, 26, 1) 100%);
    background: -ms-linear-gradient(top, rgba(26, 26, 26, 0) 28%, rgba(26, 26, 26, 1) 100%);
    background: linear-gradient(to bottom, rgba(26, 26, 26, 0) 28%, rgba(26, 26, 26, 1) 100%);
    z-index: 6;
}

.service-detail-img-wp {
    /* width: calc(100% + 400px); */
    width: calc(100% + calc(clamp(12.5rem, 47.619vw - 32.143rem, 25rem)));
    /* 200 to 400 breakpoint 1920 to 1500 */
    height: 100%;
    position: relative;
    left: -15px;
}

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

.service-detail-content {
    margin: 227px 60px 198px 0;
    position: relative;
    z-index: 7;
}

.service-detail-content p {
    margin-bottom: 50px;
}

.service-detail-content p:last-of-type {
    margin-bottom: 0;
}

.main-details .d-img {
    top: 315px;
    left: -170px;
    opacity: 0.1;
}

.service-box {
    position: relative;
    padding-bottom: 242px;
    z-index: 1;
}

.service-box .container-fluid {
    padding: 0 165px;
}

.service-box .row {
    row-gap: 40px;
}

.service-box-wp {
    background: var(--white-color);
    height: 100%;
    border-radius: 10px;
    position: relative;
    padding: 70px 43px 37px;
}

.service-box-wp::before {
    content: "";
    position: absolute;
    width: 151px;
    height: 7px;
    background: var(--dark-green-color);
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.service-box-wp .h3-title {
    color: var(--primary-color);
    margin-bottom: 16px;
    word-break: break-word;
}

.service-box-wp .h3-title span {
    display: block;
}

.service-box-btn {
    margin-top: 54px;
}

.construction-process-sec {
    position: relative;
    padding: 212px 0 17px;
    margin-top: -150px;
    -webkit-clip-path: polygon(50% 0, 100% 150px, 100% 100%, 50% 100%, 0 100%, 0 150px);
    clip-path: polygon(50% 0, 100% 150px, 100% 100%, 50% 100%, 0 100%, 0 150px);
    background-color: var(--white-color);
}

.construction-process-content .sec-title {
    margin-bottom: 100px;
}

.construction-process-image-box {
    width: 796px;
    aspect-ratio: 1/0.44095477386;
    margin-right: -45px;
    float: right;
    border-radius: 10px;
}

.construction-process-step {
    margin-left: 65px;
    margin-top: 17px;
}

.construction-process-step ol {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: my-sec-counter;
}

.construction-process-step ol li {
    position: relative;
    padding-left: 47px;
}

.construction-process-step ol li:before {
    --size: 32px;
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 21px;
    line-height: 1.19047619048;
    font-weight: 700;
    font-family: var(--title-font);
    width: var(--size);
    height: var(--size);
    border-radius: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background-color: var(--primary-color);
}

.construction-process-bottom-description-text {
    margin-top: 32px;
}

.color-option-sec-wp {
    padding: 296px 0 60px;
    background-color: rgba(162, 162, 162, 0.1);
    -webkit-clip-path: polygon(50% 150px, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 150px, 100% 0, 100% 100%, 0 100%, 0 0);
}

.color-option-sec {
    position: relative;
    z-index: 1;
}

.color-option-title {
    max-width: 990px;
    margin: 0 auto;
}

.color-option-title .h2-title {
    margin-bottom: 5px;
}

.color-option-title p {
    font-size: 15px;
    line-height: 2.13333333333;
    color: var(--gray-color);
}

.color-option-content-wp {
    margin-top: 28px;
}

.color-option-box-row-wp {
    margin: 37px 0;
    padding: 0 25px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 36px 30px;
}

.color-option-box {
    text-align: center;
}

.color-image-title p {
    font-size: 20px;
    line-height: 1.6;
}

.color-image {
    aspect-ratio: 1/1;
    margin-bottom: 25px;
}

/*========== Hard Surface Tennis Courts Services page CSS End ==========*/

/*========== Clay Tennis Courts Services page CSS Start ==========*/

.service-details-sec.clay-tennis-details-sec .service-detail-content {
    margin: 325px 120px 375px 0;
}

.service-details-sec.clay-tennis-details-sec .service-box {
    margin-top: -143px;
    padding-bottom: 25px;
}

.service-box-bottom-content p a {
    font-weight: 700;
    text-decoration: none !important;
    transition: 0.3s;
}

.service-box-bottom-content p a span{
    transition: 0.3s;
}

.service-box-bottom-content p a:hover span {
    color: inherit !important;
}

.service-box-bottom-content p a:hover {
    color: var(--primary-color);
}

.service-details-sec.clay-tennis-details-sec .service-box-wp {
    min-height: 480px;
}

.service-box-top-content {
    margin-bottom: 45px;
}

.service-box-bottom-content {
    margin-top: 45px;
}

.service-details-sec.clay-tennis-details-sec .review-bottom {
    z-index: 1;
    background-color: var(--dark-color);
}

.hiring-sec.schedule-sec {
    padding: 343px 0 360px;
}

.hiring-sec.schedule-sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--white-color);
    top: 0;
}

.hiring-sec.schedule-sec .hiring-content .h2-title {
    color: var(--dark-color);
}

.hiring-sec.schedule-sec .sec-btn:hover {
    background-color: var(--dark-color);
    border-color: var(--dark-color);
    color: var(--white-color);
}

/*========== Clay Tennis Courts Services page CSS End ==========*/

/*========== Gallery Section Start ==========*/

.main-gallery-sec{
    padding: 60px 0 338px 0;
}

.main-gallery-sec .sec-title{
    padding-bottom: 16px;
}

.main-gallery-sec .sec-title .h3-title{
    font-weight: 400;
}

.gallery-wp .img-wp{
    position: relative;
}

.main-gallery-sec .gallery-image{
    aspect-ratio: 1 / .77894737;
}

.main-gallery-sec .gallery-wp:not(:last-child){
    margin-bottom: 42px;
}

.main-gallery-sec .gallery-wp .gallery-btn {
    background-color: var(--primary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 2;
    color: var(--white-color);
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    margin-top: -21px;
    width: 230px;
    padding: 9px 10px 22px;
    min-height: 63px;
    text-align: center;
    border-radius: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}

.gallery-content-btn{
    margin-top: 50px;
    position: relative;
    text-align: center;
}

.gallery-content-btn .sec-btn:hover{
    background: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color);
}

/*========== Gallery Section End ==========*/

/*========== Contact page CSS Start ==========*/

.contact-sec {
    position: relative;
    padding: 59px 0 276px;
}

.contact-contet {
    max-width: 445px;
}

.contact-contet .h2-title {
    color: var(--dark-color);
    margin-bottom: 19px;
    max-width: 350px;
}

.contact-contet p {
    margin-bottom: 14px;
    color: var(--dark-color);
}

.contact-contet .contact-link ul {
    flex-direction: column;
    align-items: start;
    gap: 15px;
}

.contact-contet .contact-link li:last-child {
    margin: 6px 0 0;
}

.contact-contet .contact-link li a .text {
    color: var(--dark-color);
}

.contact-contet .contact-link li a:hover .text {
    color: var(--primary-color);
}

.contact-contet .contact-link li a.fb:hover i {
    color: var(--dark-color);
}

/*========== Contact page CSS End ==========*/

/*========== Thank You Page CSS Start ==========*/

.thank-text {
    text-align: center;
    position: relative;
}

.thanks-icon {
    width: 100px;
    display: block;
    margin: 0 auto 40px;
}

.thanks-icon .checkmark {
    stroke-dashoffset: 745.74853515625;
    stroke-dasharray: 745.74853515625;
    animation: dash 2.5s linear infinite;
    stroke: var(--primary-color);
}

@keyframes dash {
    0% {
        stroke-dashoffset: 745.74853515625;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.thank-text h6 {
    font-size: 24px;
    line-height: 1.25;
    text-transform: capitalize;
    color: var(--dark-color);
}

.thank-text p a {
    text-decoration: underline !important;
    color: var(--primary-color);
    transition: var(--transition);
}

.thank-text p a:hover {
    color: var(--dark-color);
}

/*========== Thank You Page CSS End ==========*/

/*==========404 CSS==========*/

.error-404 {
    text-align: center;
}

.error-404 img {
    width: 70%;
    height: auto;
}

/*==========404 CSS End==========*/

/*========== View All Services css ==========*/

.footer-last {
    text-align: center;
    margin-top: 40px;
}

.footer-last .text,
.menu-seo-menu-container ul li a {
    font-size: 14px;
    line-height: 1.42857142857;
    color: var(--primary-color);
    cursor: pointer;
    transition: 0.3s;
}

.footer-last .text:hover {
    color: var(--primary-color) !important;
    /* text-decoration: underline !important; */
}

.all-services {
    display: none;
}

.menu-seo-menu-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 0;
}

.menu-seo-menu-container ul li {
    display: inline-block;
    line-height: 1;
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid #a2a2a2;
}

.menu-seo-menu-container ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.menu-seo-menu-container ul li a {
    color: var(--white-color);
    line-height: 1;
    transition: 0.3s;
}

.menu-seo-menu-container ul li a:hover {
    color: var(--primary-color);
}

/*========== View All Services css End ==========*/

/*==========SEO Page CSS Start==========*/

.main-seo-content {
    position: relative;
    padding: 80px 0 294px 0;
}

.excerpt-content p a {
    color: var(--primary-color);
    transition: 0.3s;
}

.excerpt-content p a:hover {
    color: var(--secondary-color);
}

.excerpt-content h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: var(--primary-color);
}

.main-banner.seo-banner .banner-content .h1-title {
    font-size: 54px;
    line-height: 1.33333333333;
    margin-bottom: 25px;
}

.main-banner.seo-banner .banner-content .h4-title {
    margin-bottom: 30px;
}

.main-banner.seo-banner .banner-btn {
    justify-content: start;
}

.main-banner.seo-banner .banner-btn .sec-btn {
    width: 210px;
}

.main-banner.seo-banner {
    padding: 300px 0 203px;
}

.footer-last .text {
    color: var(--white-color);
}

.menu-seo-menu-container {
    margin-top: 20px;
}

.excerpt-content ul li,
.entry-content ul li {
    margin-bottom: 10px;
    list-style: disc;
}

.excerpt-content ol li,
.entry-content ol li {
    margin-bottom: 10px;
}
.banner-content.seo-banner-content {
    margin-top: 30px;
}

.main-seo-content .excerpt-content:not([style*="max-height: unset;"]):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, white, transparent);
    pointer-events: none;
}

/*==========SEO Page CSS End==========*/

/*========== Blog css ==========*/
.type-post {
    margin-bottom: 40px;
}

.type-post:last-child {
    margin-bottom: 0;
}

.posted-on a,
.byline a,
.widget ul li a,
.entry-title a,
.logged-in-as a {
    transition: 0.3s;
    color: var(--primary-color);
}

.entry-title a:hover,
.posted-on a:hover,
.byline a:hover,
.widget ul li a:hover,
.comment-meta .url:hover,
.comment-content a:hover,
.comment-metadata a:hover,
.reply a:hover,
.entry-footer span a:hover,
.nav-previous a:hover,
.nav-next a:hover {
    color: var(--dark-color);
    text-decoration: underline !important;
}

.entry-footer span {
    margin-right: 10px;
}

.entry-footer span a {
    color: var(--primary-color);
}

.entry-footer span a:hover {
    color: var(--primary-color);
    text-decoration: underline !important;
}

.entry-title {
    font-size: 30px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.post-thumbnail {
    display: block;
    margin: 0;
}

.type-post .entry-meta {
    margin: 15px 0;
}

.post-thumbnail img {
    width: 100%;
}

.widget-area .widget_search .wp-block-search,
.page-content .wp-block-search,
.search-form {
    position: relative;
}

.widget-area .widget_search .wp-block-search label,
.page-content .wp-block-search label {
    display: none;
}

.search-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.search-form label {
    width: 100%;
    margin-bottom: 0;
}

.widget-area .widget_search .wp-block-search .wp-block-search__input,
.page-content .wp-block-search .wp-block-search__input,
.search-form .search-field {
    background: var(--white-color);
    font-size: 16px;
    outline: none;
    width: 100%;
    height: 50px;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid var(--primary-color);
    padding: 13px 95px 12px 20px;
}

.widget-area .widget_search .wp-block-search .wp-block-search__button,
.page-content .wp-block-search .wp-block-search__button,
.search-form .search-submit {
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    height: 50px;
    color: var(--white-color);
    position: absolute;
    right: 0;
    bottom: 0;
    outline: none;
    border: 1px solid transparent;
    cursor: pointer;
    background: var(--primary-color);
    flex: 1;
    transition: 0.3s;
}

.widget-area .widget_search .wp-block-search .wp-block-search__button:hover,
.page-content .wp-block-search .wp-block-search__button:hover,
.search-form .search-submit:hover {
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.entry-content {
    margin: 0;
}

.comment-form {
    font-size: 0;
    line-height: 1;
    margin-left: -15px;
    margin-right: -15px;
}

.comment-form p {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.comment-form p.comment-form-author,
.comment-form p.comment-form-email {
    width: 50%;
    display: inline-block;
}

.comments-area textarea {
    resize: none;
    height: 180px;
    border-radius: 0;
    box-shadow: none;
    background: var(--white-color);
    border: 1px solid var(--common-color);
    outline: none;
    padding: 15px;
}

.comments-area p input {
    width: 100%;
    height: 46px;
    border-radius: 0;
    background: var(--white-color);
    border: 1px solid var(--common-color);
    outline: none;
    box-shadow: none;
    padding: 15px;
}

p.comment-form-cookies-consent {
    padding-left: 20px;
    margin-left: 15px;
    padding-right: 30px;
}

p.comment-form-cookies-consent > input {
    width: auto;
    display: inline-block;
    height: auto;
    padding: 0;
    -webkit-appearance: checkbox;
    position: absolute;
    top: 8px;
    left: 0;
    opacity: 0 !important;
}

.form-submit .submit {
    box-shadow: none;
    padding: 0;
}

.form-submit .submit {
    width: 170px;
    height: 46px;
    background: var(--primary-color);
    color: var(--white-color);
    font-weight: bold;
    border: none;
    border-radius: 10px;
    outline: none !important;
    transition: 0.3s;
    border: 1px solid transparent;
}

.form-submit .submit:hover {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background: var(--white-color);
}

h2.widget-title {
    font-size: 24px;
}

.widget-area {
    margin-top: 0;
    width: 100%;
}

.comment-form-cookies-consent {
    position: relative;
}

.widget_search .widget-title {
    display: none;
}

.widget ul,
.widget ol,
.wp-block-latest-posts.wp-block-latest-posts__list {
    margin: 0;
    list-style: disc;
    padding-left: 20px;
}

.wp-block-latest-comments__comment {
    list-style: disc;
}

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

.avatar.photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    margin-right: 20px;
}

.wp-block-latest-comments__comment-meta a:hover {
    color: var(--yellow-color);
}

.comment-meta .url,
.comment-content a {
    color: var(--primary-color);
}

.comment-meta .url:hover,
.comment-content a:hover {
    color: var(--yellow-color);
    text-decoration: none !important;
}

.comment-author.vcard {
    margin-bottom: 20px;
}

.comment-metadata a {
    color: var(--primary-color);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.reply a {
    color: var(--primary-color);
    display: inline-block;
    margin-bottom: 10px;
    transition: 0.3s;
}

.comment-reply-title {
    font-size: 30px;
    font-weight: bold;
    color: var(--dark-color);
    margin-bottom: 20px;
}

.comment-reply-title small a:hover {
    color: var(--yellow-color);
}

.comment-form-comment label {
    margin-bottom: 10px;
}

.comment-form-comment .form-submit #submit {
    padding: 0;
    line-height: 42px;
}

.comments-area {
    margin-top: 40px;
}

.comments-title {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
}

.comment-body {
    margin-bottom: 30px;
}

.comment-form-url {
    margin-right: 0;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: block;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
}

.single-post .widget-area {
    margin-top: 0;
}

.nav-previous a,
.nav-next a {
    color: var(--primary-color);
    transition: 0.3s;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    width: 100%;
    float: none;
}

.result-pagination li a,
.result-pagination li,
.result-pagination .page-numbers {
    width: 50px;
    height: 50px;
    background: var(--white-color);
    box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
    border-radius: 10px;
    border: none;
    outline: none;
    color: var(--dark-color);
    font-size: 20px;
    z-index: 10;
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}

.result-pagination a:hover,
.result-pagination .current {
    background: var(--primary-color);
    color: var(--white-color);
}

.page-numbers:first-child {
    margin-left: 0;
}

.page-numbers:last-child {
    margin-right: 0;
}

.page-numbers li a,
.page-numbers li,
span.page-numbers,
.page-numbers {
    width: 50px;
    height: 50px;
    background: var(--white-color);
    box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
    border-radius: 8px;
    border: 1px solid var(--primary-color);
    outline: none;
    color: var(--primary-color);
    font-size: 18px;
    z-index: 10;
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
}

.page-numbers li {
    margin: 0 5px;
}

.page-numbers li a:hover,
.page-numbers.current,
.page-numbers:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.page-numbers:first-child {
    margin-left: 0;
}

.page-numbers:last-child {
    margin-right: 0;
}

a.next.page-numbers,
a.prev.page-numbers {
    width: auto;
    padding: 0 15px;
}

.entry-content .submit-btn .sec-btn {
    color: var(--white-color);
    text-decoration: none !important;
}

.entry-content .submit-btn .sec-btn:hover {
    color: var(--primary-color);
}
/*========== End of Blog CSS ==========*/

/*==========Responsive Start==========*/

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1921px) {
    .container {
        max-width: 1400px;
    }
    .sec-1920 {
        width: 2560px;
    }
    .service-detail-img-wp,
    .about-img-wp {
        width: calc(100% + 620px);
    }
    .main-banner .banner-video video {
        height: calc(100% + 65%);
    }

    .service-details-sec.clay-tennis-details-sec .service-box-wp{
        min-height: 100%;
    }
}

@media screen and (max-width: 1599px) {
    .gallery-slider .prev-arrow {
        left: -125px;
    }
    .gallery-slider .next-arrow.slick-arrow {
        right: -125px;
    }

    .service-box .container-fluid {
        padding: 0 85px;
    }

    .construction-process-image-box{
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 1499px) {
    .site-header {
        top: 65px;
    }

    .main-navigation li.site-logo {
        margin: 0;
    }

    .main-navigation li,
    .main-navigation li.site-logo {
        margin-right: 40px;
    }

    .review-slider-box {
        margin: 0 100px;
    }

    .review-slider [data-simplebar="init"] {
        height: 100px;
    }

    .gallery-sec {
        padding: 200px 0 89px;
    }

    .gallery-slider .slick-list {
        width: 100%;
        left: 0;
    }
    .gallery-slider .prev-arrow {
        left: 0;
    }
    .gallery-slider .next-arrow.slick-arrow {
        right: 0;
    }
    .service-box .container-fluid {
        padding: 0 30px;
    }
    .service-box-wp {
        padding: 50px 25px 35px;
    }

    .service-details-sec.clay-tennis-details-sec .service-detail-content {
        margin: 325px 60px 375px 0;
    }

    .service-detail-img-wp {
        width: calc(100% + calc(clamp(4.063rem, 50.167vw - 33.563rem, 13.438rem)));
        /* 65 to 215 breakpoint 1499 to 1200 */
    }
}

@media screen and (max-width: 1199px) {
    .site-header {
        top: 35px;
    }

    .main-navigation li.site-logo a {
        min-width: 280px;
    }

    .sticky_head .main-navigation li.site-logo a {
        min-width: 230px;
    }

    .main-navigation li,
    .main-navigation li.site-logo {
        margin-right: 35px;
    }

    .main-banner {
        padding: 265px 0 230px;
    }

    .d-img {
        width: 555px;
    }

    .about-content {
        padding: 204px 0 193px 0;
    }

    .service-detail-img-wp {
        width: calc(100% + calc(clamp(10rem, 31.401vw - 19.469rem, 4.063rem)));
        /* 0 to 65 breakpoint 1199 to 992 */
    }

    .service-link li {
        margin: 0 6px;
    }

    .service-link li a {
        padding: 0 30px;
    }

    .service-content{
        padding: 0 0 0 15px;
    }
    .service-list.even .service-content {
        padding: 0 15px 0 0;
    }

    .affiliations-logo img {
         max-height: 130px;
        max-width: 350px;
    }

    .review-slider .slick-arrow {
        left: 0;
    }

    .review-slider .next-arrow.slick-arrow {
        right: 0;
    }

    .review-slider-box {
        margin: 0 30px;
    }

    .gallery-sec {
        padding: 150px 0 89px;
    }

    .hiring-content {
        padding: 0;
    }

    .contact-link ul {
        gap: 50px;
    }

    .footer-bottom-text {
        display: block;
        text-align: center;
    }

    .footer-bottom-link {
        margin: 10px 0;
    }

    .copy-right {
        display: block;
    }

    .footer-bottom-link li:first-child {
        border: 0;
        margin: 0;
        padding: 0;
    }

    .service-detail-content {
        margin: 225px 0 140px 0;
    }

    .service-detail-content p {
        margin-bottom: 16px;
    }

    .construction-process-content .sec-title {
        margin-bottom: 60px;
    }

    .construction-process-step {
        margin-left: 0;
        margin-top: 0;
    }

    .construction-process-sec {
        padding: 160px 0 17px;
    }

    .color-option-sec-wp {
        padding: 235px 0 60px;
    }

    .service-details-sec.clay-tennis-details-sec .service-box-wp{
        min-height: 100%;
    }

    .service-details-sec.clay-tennis-details-sec .service-detail-content {
        margin: 300px 0 350px 0;
    }

    .hiring-sec.schedule-sec {
        padding: 300px 0 310px;
    }

    .contact-contet {
        max-width: 100%;
    }

    .main-banner.seo-banner .banner-content .h1-title {
        font-size: 48px;
    }

    .main-banner.seo-banner {
        padding: 240px 0 203px;
    }
}

@media screen and (max-width: 991px) {
    .for-des,
    .scrolltop,
    .main-banner .banner-video {
        display: none !important;
    }
    .for-mob {
        display: block !important;
    }
    .for-des-flex {
        display: none !important;
    }
    .for-mob-flex {
        display: flex !important;
    }
    .menu-des {
        display: none;
    }
    .menu-mob {
        display: block;
    }
    .widget-area,
    .single-post .widget-area {
        margin-top: 50px;
    }
    .site-header {
        background: var(--dark-color);
        height: 80px;
        top: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    }
    .site-header .container {
        max-width: 100%;
        height: 100%;
        padding: 0;
    }
    .site-header .container .row {
        margin: 0;
        height: 100%;
    }
    .site-header .col-12 {
        height: 100%;
        padding: 0;
    }
    .site-header .col-lg-12 {
        display: block;
        width: auto;
        padding: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 30px;
        z-index: 2;
    }
    .site-header .col-lg-12 .site-branding {
        display: flex;
        width: 200px;
        height: 100%;
        align-items: center;
    }
    .main-navigation {
        display: block;
        width: 100%;
        height: 100%;
        text-align: left;
    }
    .menu-toggle {
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translate(0, -50%);
        border: none;
        outline: none !important;
        background: transparent;
        width: 40px;
        padding: 0;
        z-index: 105;
    }
    .menu-toggle span {
        display: block;
        width: 100%;
        height: 5px;
        background: var(--primary-color);
        margin-bottom: 8px;
        border-radius: 3px;
        position: relative;
        top: 0;
        opacity: 1;
        transition: 0.3s;
    }
    .menu-toggle span:last-child {
        margin: 0;
    }
    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 13px;
    }
    .toggled .menu-toggle span:nth-child(2) {
        opacity: 0;
    }
    .toggled .menu-toggle span:nth-child(3) {
        transform: rotate(-45deg);
        position: relative;
        top: -13px;
    }
    .header-menu {
        position: absolute;
        top: 0;
        left: 100vw;
        width: 100vw;
        height: 100vh;
        background: var(--dark-color);
        padding: 16.3vh 30px 30px 30px;
        overflow: auto;
        opacity: 0;
        scrollbar-color: transparent transparent;
        transition: 0.5s;
        z-index: 101;
    }
    .toggled .header-menu {
        left: 0;
        opacity: 1;
    }
    .header-menu::-webkit-scrollbar {
        width: 3px;
    }
    .header-menu::-webkit-scrollbar-thumb {
        background: var(--dark-color);
    }
    .header-menu::-webkit-scrollbar-track {
        background: var(--white-color);
    }
    .main-navigation ul {
        text-align: left;
        display: inline-block;
    }
    .main-navigation ul li {
        display: block;
        margin-left: 0;
        font-size: 22px;
        line-height: 1.27272727273;
        margin: 0 0 4vh;
    }
    .main-navigation ul li:last-child {
        margin-bottom: 0;
    }
    .main-navigation ul li a {
        font-size: 22px;
        line-height: 1.27272727273;
        padding: 0;
        color: var(--white-color);
    }
    .main-navigation a {
        height: auto;
        display: inline-block;
    }

    .main-navigation ul li.menu-item-has-children > a {
        padding-right: 24px;
    }

    .main-navigation ul li.menu-item-has-children > a:after {
        top: 50%;
        color: var(--white-color);
        font-size: 16px;
    }

    .main-navigation ul li.menu-item-has-children.active-child-menu > a::after,
    .main-navigation ul li.menu-item-has-children.active-sub-menu > a::after {
        transform: translate(0, -50%) rotate(-180deg);
        color: var(--primary-color);
    }

    .main-navigation ul.menu > li.current-menu-ancestor a::after {
        color: var(--primary-color);
    }

    .main-navigation ul.menu > li.current-menu-item > a,
    .main-navigation ul.menu > li.current-menu-parent > a,
    .main-navigation ul.menu > li.active-sub-menu > a,
    .main-navigation ul.menu > li.current-menu-ancestor > a {
        color: var(--primary-color);
    }

    .main-navigation ul li.current-menu-ancestor ul.sub-menu > li.current-menu-ancestor > a,
    .main-navigation ul li.current-menu-ancestor ul li.current-menu-item > a {
        color: var(--primary-color);
    }

    .main-navigation ul ul,
    .main-navigation ul li.menu-item-has-children:hover ul {
        display: block;
        top: 0;
        left: 15px !important;
        position: relative;
        opacity: 1;
        animation: none;
        background: transparent;
        box-shadow: none;
        width: 100%;
        display: none;
        margin-top: 10px;
    }
    .main-navigation ul ul li {
        border-bottom: none;
        margin-bottom: 1vh;
    }
    .main-navigation ul ul li:last-child {
        margin-bottom: 0;
    }
    .main-navigation ul ul li a {
        padding: 0;
        color: var(--white-color);
    }
    .main-navigation li.site-logo,
    .main-navigation li.site-logo a::before {
        display: none;
    }
    .banner-content h2 {
        font-size: 108px;
        line-height: 139px;
    }
    .main-banner {
        padding: 230px 0 190px;
        clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
    }

    .banner-content .h4-title {
        margin-bottom: 40px;
    }

    .about-img-wp {
        height: auto;
        aspect-ratio: 1 / 0.57971014492;
        left: 0;
        width: 100%;
        margin-bottom: 21px;
    }

    .about-content {
        padding: 0;
    }
    
    p {
        margin-bottom: 15px;
    }
    
    .h2-title {
        margin-bottom: 12px;
    }

    .h3-title{
        margin-bottom: 12px;
    }

    .about-sec {
        padding: 229px 0 224px;
    }
    .service-sec {
        padding: 72px 0 80px;
    }
    .service-sec .h2-title {
        margin-bottom: 26px;
    }
    .service-link {
        margin-bottom: 36px;
    }
    .service-link ul {
        padding-bottom: 15px;
        overflow-x: auto;
        display: block;
        white-space: nowrap;
        overflow-y: hidden;
    }
    .service-link ul::-webkit-scrollbar {
        height: 3px;
        background: var(--dark-color);
    }
    .service-link ul::-webkit-scrollbar-thumb {
        background: var(--primary-color);
    }
    .service-link ul::-webkit-scrollbar-track {
        background: var(--dark-color);
    }
    .service-img-wp {
        width: 100%;
        aspect-ratio: 1 / 0.57971014492;
        margin-bottom: 30px;
    }

    .service-list.even .service-img-wp {
        margin-left: 0;
    }

    .service-content,
    .service-list.even .service-content{
        padding: 0;
    }

    .service-content p {
        overflow: visible;
        -webkit-line-clamp: unset;
        text-overflow: unset;
        margin-bottom: 24px;
    }

    .service-list-wp .service-list {
        margin-bottom: 70px;
    }

    .affiliations-title {
        margin-bottom: 0;
    }

    .affiliations-content-box {
        margin-top: 50px;
        height: auto;
    }

    .affiliations-logo img {
        max-height: 100px;
        max-width: 210px;
    }
.affiliations-row {
    gap: 0;
}
    .affiliations-logo {
        margin-bottom: 25px;
    }

    .review-wp {
        padding: 221px 0 50px;
    }

    .review-wp .sec-title {
        margin-bottom: 30px;
    }

    .review-slider-box {
        margin: 0 20px;
    }

    .review-box ul {
        margin-bottom: 11px;
    }

    .review-slider [data-simplebar="init"] {
        margin-bottom: 22px;
    }

    .review-slider .slick-arrow {
        left: 50%;
    }

    .review-slider .next-arrow.slick-arrow {
        right: 50%;
    }

    .gallery-sec {
        padding: 220px 0 80px;
    }

    .gallery-img {
        aspect-ratio: 1 / 1.16;
    }

    .slick-arrow {
        top: auto;
        bottom: -122px;
    }

    .prev-arrow.slick-arrow {
        left: 50%;
        margin-left: -80px;
    }

    .next-arrow.slick-arrow {
        right: 50%;
        margin-right: -80px;
    }

    .gallery-slider .next-arrow.slick-arrow {
        right: 50%;
    }

    .review-bottom {
        padding: 0 0 155px;
    }

    .h1-title, .inner-banner .inner-banner-content .h1-title,
    .main-banner.seo-banner .banner-content .h1-title {
        font-size: 55px;
    }

    .hiring-content .h1-title {
        margin-bottom: 21px;
    }

    .hiring-content p {
        margin-bottom: 28px;
    }

    .hiring-sec,
    .hiring-sec.schedule-sec {
        padding: 287px 0 275px;
    }

    .gallery-slider .slick-arrow {
        bottom: -135px;
    }

    .footer-logo {
        margin-bottom: 40px;
    }

    .footer-logo a {
        width: 300px;
    }

    .footer-text {
        margin-bottom: 30px;
    }

    .footer-text p {
        width: 100%;
    }

    .contact-link ul {
        flex-direction: column;
        gap: 20px;
    }

    .contact-link li a {
        gap: 0;
        flex-direction: column;
    }

    .footer-bottom-menu ul{
        flex-direction: column;
        gap: 10px;
    }

    .footer-bottom-text {
        padding-top: 50px;
    }

    .site-footer {
        padding-bottom: 35px;
    }

    .inner-banner {
        padding: 155px 0 105px;
        min-height: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 100%, 0 65%);
    }
    .service-detail-img-wp {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 0.57971014492;
        left: 0;
        margin-bottom: 21px;
    }
    .service-detail-content {
        margin: 0;
    }
    .service-box .row {
        row-gap: 30px;
    }
    .service-box-wp {
        padding: 40px 30px 30px;
    }
    .main-details {
        padding: 240px 0 0;
        margin-bottom: 70px;
    }
    .main-details::after {
        height: 500px;
    }
    .service-box-btn {
        margin: 0;
    }
    .service-details-sec .gallery-sec {
        padding: 81px 0 376px;
    }
    .service-details-sec .gallery-slider .prev-arrow {
        left: 50%;
    }
    .d-img,
    .main-details .d-img{
        width: 100%;
        top: 50%;
        left: 0;
    }

    .construction-process-sec {
        padding: 120px 0 17px;
    }

    .construction-process-content .sec-title {
        margin-bottom: 40px;
        text-align: center;
    }

    .construction-process-image-box{
        aspect-ratio: 1 / 0.45;
    }

    .construction-process-step {
        margin-top: 40px;
    }

    .construction-process-step ol li:not(:last-child){
        margin-bottom: 15px;
    }

    .construction-process-bottom-description-text {
        margin-top: 25px;
    }

    .color-option-sec-wp {
        padding: 210px 0 0;
        margin-top: -60px;
    }

    .color-option-title{
        max-width: 100%;
    }

    .color-option-box-row-wp {
        padding: 0 10px;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px 30px;
    }

    .color-image {
        margin-bottom: 10px;
    }

    .color-image-title p {
        font-size: 18px;
    }

    .contact-sec {
        padding: 72px 0 276px;
    }

    .contact-contet {
        margin-bottom: 60px;
        text-align: center;
    }

    .contact-contet .contact-link ul {
        align-items: center;
    }

    .contact-contet .h2-title {
        margin-bottom: 12px;
        max-width: 100%;
    }

    .contact-sec .submit-btn {
        text-align: center;
        display: block;
    }

    .contact-sec .submit-btn p {
        position: relative;
        display: inline-block;
    }

    .contact-sec .contact-link {
        margin-bottom: 30px;
    }
    .service-box {
        margin: 0;
        padding-bottom: 220px;
    }

    .service-details-sec.clay-tennis-details-sec .service-detail-content {
        margin: 0;
    }

    .service-details-sec.clay-tennis-details-sec .service-box {
        margin-top: 0;
    }

    .main-gallery-sec {
        padding: 60px 0 270px 0;
    }

    .main-gallery-sec .img-wp .row{
        margin-right: -10px;
        margin-left: -10px;
    }

    .main-gallery-sec .img-wp .col-6{
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-gallery-sec .gallery-wp:not(:last-child){
        margin-bottom: 30px;
    }

    .main-gallery-sec .gallery-wp .gallery-btn{
        width: 180px;
        min-height: 45px;
        padding: 9px 10px 15px;
        font-size: 15px;
        line-height: 1.7;
    }

    .gallery-content-btn {
        margin-top: 40px;
    }

    .banner-content.seo-banner-content {
        margin-top: 0;
        margin-bottom: 80px;
        text-align: center;
    }

    .main-seo-content {
        padding: 80px 0 264px 0;
    }
    .main-banner.seo-banner {
        padding: 190px 0 160px;
        clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    }

    .seo-form-wp {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .comment-form p.comment-form-author,
    .comment-form p.comment-form-email {
        width: 100%;
    }
    .error-404 img {
        width: 100%;
    }
    .modal-dialog {
        max-width: unset;
        width: calc(100vw - 60px);
    }

    .h1-title, 
    .inner-banner .inner-banner-content .h1-title, 
    .main-banner.seo-banner .banner-content .h1-title {
        font-size: 48px;
    }

    .h2-title {
        font-size: 36px;
    }

    .sec-btn, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
        width: 230px;
        height: 50px;
        font-size: 16px;
    }

    .service-list-wp .service-list {
        margin-bottom: 60px;
    }

    .review-slider .slick-list {
        padding: 0 !important;
        overflow: hidden;
    }
    .review-slider-box {
        margin: 0;
        opacity: 1;
    }

    .gallery-sec {
        padding: 200px 0 80px;
    }

    .service-details-sec .gallery-img {
        height: 350px;
    }
    .service-box-wp .h3-title{
        font-size: 26px;
    }
    .main-banner.seo-banner .banner-content h2 {
        max-width: 340px;
        margin: auto;
    }

    .contact-contet {
        margin-bottom: 50px;
    }

    .main-gallery-sec .sec-title .h3-title {
        font-size: 26px;
    }

    .service-box-wp {
        padding: 30px 20px 30px;
    }
}

@media screen and (max-width: 575px) {
    .thanks-icon {
        width: 80px;
        margin: 0 auto 30px;
    }

    .thank-text h6 {
        font-size: 20px;
    }

    .container,
    .container-fluid {
        padding: 0 30px;
        width: 100vw;
        max-width: 100%;
    }
    .privacy-content ol, 
    .privacy-content ul, 
    .entry-content ol, 
    .entry-content ul, 
    .excerpt-content ul, 
    .excerpt-content ol {
        margin-left: 20px;
    }
    .page-numbers li {
        margin-bottom: 10px;
    }

    .site-header {
        height: 70px;
    }

    .site-header .col-lg-12 .site-branding {
        width: 180px;
    }

    .menu-toggle{
        width: 35px;
    }

    .menu-toggle span {
        height: 3px;
        margin-bottom: 6px;
    }

    .toggled .menu-toggle span:nth-child(1) {
        top: 9px;
    }

    .toggled .menu-toggle span:nth-child(3) {
        top: -9px;
    }

    .h1-title, 
    .inner-banner .inner-banner-content .h1-title, 
    .main-banner.seo-banner .banner-content .h1-title {
        font-size: clamp(36px,7.4vw,42px);
    }

    .h2-title {
        font-size: 32px;
    }

    .h3-title {
        font-size: 28px;
    }

    .privacy-content h2, .entry-content h2{
        font-size: 32px;
    }

    .main-banner {
        padding: 175px 0 165px;
    }

    .banner-btn {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .about-sec {
        padding: 210px 0 204px;
    }

    .service-detail-img-wp,
    .service-details-sec .gallery-img,
    .gallery-img,
    .service-img-wp,
    .about-img-wp {
       aspect-ratio: 1/0.65666666667;
    }

    .service-sec {
        padding: 52px 0 80px;
    }

    .service-link li a {
        padding: 0 15px;
        height: 46px;
    }

    .service-list-wp .service-list {
        margin-bottom: 50px;
    }

    .review-wp {
        padding: 202px 0 50px;
        margin-top: -60px;
    }

    .affiliations-content-box {
        margin-top: 40px;
    }

    .review-slider [data-simplebar="init"] {
        height: 160px;
    }

    .slick-arrow{
        width: 50px;
        height: 50px;
        bottom: -100px;
    }

    .slick-arrow::before {
        width: 12px;
        height: 12px;
        border-width: 3px;
    }

    .prev-arrow.slick-arrow {
        margin-left: -60px;
    }

    .next-arrow.slick-arrow {
        margin-right: -60px;
    }

    .gallery-sec {
        padding: 150px 0 80px;
    }

    .gallery-slider .slick-arrow {
        bottom: -105px;
    }

    .review-bottom {
        padding: 0 0 102px;
    }

    .hiring-sec, 
    .hiring-sec.schedule-sec {
        padding: 200px 0 256px;
        margin: -100px 0 0;
    }

    .hiring-sec .user-icon {
        top: 45px;
        width: 100px;
        height: 100px;
    }

    .footer-other-link p {
        line-height: 1.4;
    }

    .inner-banner {
        padding: 140px 0 90px;
        clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 50%);
    }
    .main-details {
        padding: 220px 0 0;
        margin-bottom: 60px;
    }

    .construction-process-sec {
        padding: 80px 0 17px;
    }

    .color-option-sec-wp {
        margin-top: -100px;
    }

    .color-option-box-row-wp {
        padding: 0 10px;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 15px;
    }

    .career-sec {
        padding: 52px 0 255px;
    }
    .contact-sec {
        padding: 51px 0 255px;
    }
    .inner-page-text {
        padding: 50px 0 225px;
    }

    .popup-title .h3-title {
        font-size: 22px;
        line-height: 32px;
    }
    .form-box .h3-title {
        font-size: 24px;
        line-height: 30px;
    }

    .main-banner.seo-banner {
        padding: 170px 0 120px;
    }

    .main-banner.seo-banner .banner-btn {
        align-items: start;
    }

    .main-seo-content {
        padding: 60px 0 264px 0;
    }

    .main-gallery-sec {
        padding: 60px 0 250px 0;
    }

    .main-gallery-sec .sec-title .h3-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 400px) {
    .container,
    .container-fluid {
        padding: 0 15px;
    }
    .page-numbers li a, .page-numbers li, span.page-numbers, .page-numbers {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .site-header .col-lg-12 {
        left: 15px;
    }
    .modal-dialog {
        width: calc(100vw - 30px);
    }
    .common-popup-text {
        padding: 20px 15px;
    }
    .menu-toggle {
        right: 15px;
    }
    .form-input,
    .input-text,
    .select2-container--default .select2-selection--single .select2-selection__rendered,
    select {
        padding: 0 15px;
        height: 46px;
        font-size: 16px;
    }
    .form-input.wpcf7-textarea {
        padding: 15px;
        height: 120px;
    }
    .form-element i {
        right: 15px;
    }
    .popup-title {
        padding: 10px 65px 10px 15px;
    }
    .common-popup-text {
        padding: 20px 15px !important;
        max-height: 75vh;
    }

    .main-navigation ul li {
        font-size: 18px;
    }

    .main-navigation ul li a {
        font-size: 18px;
        letter-spacing: 0;
    }

    .main-navigation ul li.menu-item-has-children > a {
        padding-right: 22px;
    }

    .service-detail-img-wp,
    .service-details-sec .gallery-img,
    .gallery-img,
    .service-img-wp,
    .about-img-wp {
       aspect-ratio: 1 / 0.76;
    }

    .h1-title, 
    .inner-banner .inner-banner-content .h1-title, 
    .main-banner.seo-banner .banner-content .h1-title{
        font-size: clamp(31px,8vw,34px);
        margin-bottom: 25px;
    }

    .h2-title {
        font-size: 28px;
    }

    .h3-title {
        font-size: 24px;
    }

    .h4-title {
        font-size: 22px;
    }

    .privacy-content h2, .entry-content h2{
        font-size: 30px;
    }

    .banner-content .h4-title {
        margin-bottom: 30px;
    }

    .affiliations-content-btn .sec-btn.outline-btn{
        height: 46px;
    }
	.affiliations-logo {
		margin-bottom: 16px;
	}
    .affiliations-logo img {
        max-height: 60px;
    }

    .hiring-content .h2-title {
        margin-bottom: 25px;
    }

    .top-footer-box {
        padding: 80px 0 0;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .footer-logo a {
        width: 250px;
    }

    .footer-bottom-menu {
        margin-top: 30px;
    }

    .footer-bottom-link ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px 0;
    }

    .service-box-wp {
        padding: 30px 15px 24px;
    }

    .service-box .container-fluid {
        padding: 0 15px;
    }

    .inner-banner-content h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .service-box-wp .h3-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .construction-process-content .sec-title {
        margin-bottom: 30px;
    }

    .construction-process-step {
        margin-top: 30px;
    }

    .construction-process-step ol li:before{
        --size: 24px;
        top: 4px;
        font-size: 12px;
    }

    .construction-process-step ol li:not(:last-child) {
        margin-bottom: 10px;
    }

    .construction-process-step ol li {
        position: relative;
        padding-left: 35px;
    }

    .color-option-box-row-wp {
        padding: 0 5px;
        grid-template-columns: repeat(2, 1fr);
        margin: 30px 0;
    }

    .color-image {
        margin-bottom: 7px;
    }

    .color-image-title p {
        font-size: 16px;
    }

    .hiring-sec .user-icon {
        top: 55px;
        width: 80px;
        height: 80px;
    }

    .hiring-sec .user-icon img {
        max-width: 40px;
        max-height: 40px;
    }

    .contact-contet {
        margin-bottom: 40px;
    }

    .main-gallery-sec .sec-title .h3-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .main-gallery-sec .img-wp .col-6 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .main-gallery-sec .img-wp .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .main-gallery-sec .gallery-wp .gallery-btn{
        width: 140px;
        min-height: 40px;
        font-size: 14px;
        line-height: 1.2;
    }

    .gallery-content-btn {
        margin-top: 30px;
    }
}

/*==========Responsive End==========*/
