/*!
Theme Name: K&sons WP
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ksons
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.

K&sons 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
	 ========================================================================== */

:root {
    /* ========= Color =======*/
    --primary-color: #0b5dc8;
    --white-color: #fff;
    --body-text: #475569;
    --dark-color: #000;
    --secondary-color: #0f172a;
    --border-color: #e4e7ec;
    --tertiary-color: #fbf8f1;

    /*   Font Family */
    --primary-font: "Poppins", sans-serif;
    --secondary-font: "Inter", sans-serif;

    --font-bold: 700;
    --font-semi-bold: 600;
    --font-medium: 500;
    --font-normal: 400;
    --font-light: 300;

    --large-title: clamp(3rem, 2.2443rem + 1.8182vw, 5.313rem);
    --body-size: 1rem;
    --normal-size: clamp(1rem, 3vw, 1.125rem);
    --heading-size: clamp(1.5rem, 0.3571rem + 2.8571vw, 2.5rem);
    --heading-three: clamp(1.2rem, 3vw, 2.25rem);
    --small-size: 12px;
    --heading-title: clamp(1.75rem, 1.1743rem + 1.8421vw, 2.625rem);
    --section-title: clamp(1.8rem, 3vw, 3rem);
    --sub-title: clamp(1.2rem, 3vw, 1.5rem);
    --medium-title: 1.25rem;
}

/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in iOS.
     */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

embed,
iframe,
object,
select,
video {
    width: 100%;
}

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

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

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

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

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

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

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

/**
     * Correct the padding in Firefox.
     */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
    box-sizing: border-box;
}

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

/* Typography
    --------------------------------------------- */
body {
    color: var(--body-text);
    font-family: var(--primary-font);
    font-size: 1rem;
    line-height: 1.5;
}

button,
input,
select,
optgroup,
textarea {
    color: var(--body-text);
    font-family: var(--primary-font);
    font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: var(--font-medium);
    color: var(--secondary-color);
    margin-top: 0;
}

h2 {
    line-height: 1.19;
}

p {
    margin-bottom: 1.5em;
    margin-block-start: 0;
}

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

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

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

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

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

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

big {
    font-size: 125%;
}

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

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

ul,
ol {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

figure {
    margin: 0 0 1em 0;
    height: 100%;
}

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

/* Links
    --------------------------------------------- */
a {
    color: var(--primary-color);
    text-decoration: none;
    transition: 0.3s;
}

a:visited {
    color: var(--primary-color);
}

a:hover,
a:focus,
a:active {
    color: var(--secondary-color);
}

a:focus {
    outline: thin dotted;
}

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

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

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

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

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

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

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

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

/* Navigation
    --------------------------------------------- */
.main-navigation {
    flex: none;
}

.hamburger {
    display: inline-block;
    cursor: pointer;
}

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

.main-navigation .navigation-wrap {
    position: fixed;
    transition: 0.5s ease-in-out;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 32px;
    visibility: hidden;
    padding-bottom: 30px;
    z-index: 99;
    /* transform: translateY(-100%); */
    transition-delay: 0s;
}

.open-menu-modal .navigation-wrap {
    transition-delay: 0.4s;
    visibility: visible;
}

body:before {
    content: "";
    clip-path: circle(50% at 50% 50%);
    background-color: rgba(0, 0, 0, 1);
    position: fixed;
    top: 50px;
    right: 30px;
    width: 50px;
    height: 50px;
    transition: 1s ease-in-out;
    pointer-events: none;
    transform: scale(0.5);
    visibility: hidden;
    transition-delay: 0.4s;
    z-index: 99;
}

.open-menu-modal:before {
    right: 0;
    transition-delay: 0s;
    transform: scale(70);
    visibility: visible;
}

.close-menu {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: var(--white-color);
    position: absolute;
    right: 30px;
    gap: 5px;
    top: 30px;
    transition: 0.5s ease-in-out;
    transform: translateY(-300%);
}

.open-menu-modal .close-menu {
    transform: translateY(0);
    transition: 0.5s ease-in-out;
}

.close-menu i {
    font-size: 30px;
}

.main-navigation .navigation-items {
    font-size: 32px;
}

.main-navigation .navigation-items li.menu-item-has-children > a:before {
    background: transparent;
    position: absolute;
    content: "\f061";
    font-family: "FontAwesome";
    top: 18px;
    right: -25px;
    padding: 0;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 20px;
    color: var(--white-color);
}

.main-navigation .navigation-items a {
    color: var(--white-color);
    padding-bottom: 8px;
    padding-top: 8px;
    position: relative;
}

.main-navigation li {
    position: relative;
}

.main-navigation li a {
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    transition: 0.3s ease-in-out;
    color: var(--secondary-color);
    font-weight: var(--font-medium);
    font-family: var(--secondary-font);
}

.main-navigation li a:hover,
.main-navigation li.current-menu-item a {
    color: var(--primary-color);
}

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

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

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

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

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

.mid-section {
    background: url(./assets/images/map.png) no-repeat;
    background-position: center center;
}

/* Banner
    --------------------------------------------- */
.banner {
    line-height: 0;
}

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

/* TODO .post,
.page {
    margin: 0 0 1.5em;
} */

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

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

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

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

.bypostauthor {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

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

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

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

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

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

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

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

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

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

/* Alignments
    --------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;

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

.alignright {
    /*rtl:ignore*/
    float: right;

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

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

.wrapper {
    width: 1360px;
    max-width: 100%;
    margin-inline: auto;
    padding-inline: clamp(15px, 5vw, 50px);
}

.offset-slider .flex__container {
    flex-direction: row;
}

.flex__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: clamp(21px, 3vw, 32px);
    flex-direction: column;
}

.flex__container.founder__content {
    flex-direction: column;
}

.grid__container,
.grid-layout-three {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(21px, 3vw, 32px);
}

.btn {
    padding: 8px 24px;
    border-radius: 24px;
}

a.btn {
    color: var(--secondary-color);
}

/* ========== Header =================*/

.site {
    overflow-x: hidden;
}

.top__header > .wrapper {
    flex-direction: row;
}

.cta-btn {
    display: none;
}

.business__info a span {
    text-indent: 0;
}

.business__info a {
    text-indent: -99999px;
}

.open-menu-modal {
    height: 100vh;
    overflow: hidden;
}

.mobile-cta-btn a {
    border: 1px solid var(--white-color);
    color: var(--white-color);
}

.mobile-cta-btn a:hover {
    color: var(--white-color);
}

.top__header {
    background-color: var(--primary-color);
    padding: 8px 0;
}

.top__header .social__icon,
.top__header .business__info {
    gap: clamp(10px, 3vw, 24px);
    flex-direction: row;
}

.top__header .business__info {
    flex-direction: row;
}

.business__info a {
    font-size: var(--small-size);
    color: var(--white-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.business__info a span,
.social__icon a {
    font-size: 14px;
    margin-right: 4px;
    color: var(--white-color);
}

.top__header a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.main__header {
    padding-bottom: 8px;
    padding-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: clamp(1rem, 3vw, 4rem);
    justify-content: space-between;
    flex-wrap: wrap;
}

.main__header .btn-wrap .btn.outline-btn {
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.main__header .btn-wrap .btn.outline-btn:hover,
.main__header .btn-wrap .btn.outline-btn:focus {
    color: var(--white-color);
    border-color: transparent;
}

.hgroup-right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 300px;
    grid-template-columns: auto 300px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.site-branding img {
    max-width: 50px;
}

.site-title {
    text-transform: uppercase;
    font-size: clamp(18px, 3vw, 40px);
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.5;
    margin: 0;
}

.btn-primary:after {
    content: "\f061";
    font-family: "FontAwesome";
    transform: rotate(320deg);
    margin-left: 10px;
    display: inline-block;
}

.btn-wrap .btn {
    border: 1px solid transparent;
    padding: 8px 24px;
    border-radius: 24px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.btn-wrap .btn.outline-btn {
    border: 1px solid var(--white-color);
}

.btn-wrap .btn.outline-btn:hover,
.btn-wrap .btn.outline-btn:focus {
    border-color: transparent;
}

.company__wrapper {
    align-items: flex-start;
}

.company__link:hover i,
.company__link:hover i,
.btn-wrap .btn.btn-primary:hover:after,
.btn-wrap .btn.btn-primary:focus:after {
    animation: translateY 0.5s ease-in-out forwards;
}

@keyframes translateY {
    0% {
        transform: translateY(0) rotate(320deg);
    }

    50% {
        transform: translateY(-100%) rotate(320deg);
        opacity: 0;
    }

    75% {
        transform: translateY(100%) rotate(320deg);
        opacity: 0;
    }

    100% {
        transform: translateY(0) rotate(320deg);
        opacity: 1;
    }
}

/* =========== About Section ==============*/
.about {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.about .btn-wrap .btn:hover,
.about .btn-wrap .btn:focus {
    border-color: var(--white-color);
}

.about .featured-image {
    margin-bottom: 0;
}

.about .entry-title {
    color: var(--white-color);
}

.about:after {
    background-color: rgba(11, 93, 200, 0.92);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.about__content {
    position: relative;
    z-index: 9;
}

.about__content p,
.btn-wrap a.btn {
    color: var(--white-color);
}

.about__content .entry-content {
    margin: 0;
}

.sub-title {
    font-size: var(--normal-size);
    font-weight: var(--font-medium);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-top: 0;
}

.sub-title:empty {
    margin: 0;
}

.about .sub-title {
    color: var(--white-color);
}

h2.entry-title {
    font-size: var(--section-title);
    font-weight: var(--font-medium);
    color: var(--secondary-color);
    line-height: 1.208;
    margin-bottom: 16px;
    margin-top: 0;
}

.section-heading {
    margin: 0 0 clamp(21px, 5vw, 64px);
}

.section-heading .entry-title {
    text-transform: capitalize;
}

.sub-desc {
    font-size: var(--sub-title);
    line-height: 1.208;
}

/* ================ Founder Message =============== */

.chairman img {
    height: 100%;
    width: 100%;
}

.founder__content-wrapper {
    position: relative;
}

.founder__content {
    position: relative;
}

.founder__message .video_icon {
    position: absolute;
    bottom: 50px;
    left: 50px;
    top: 10px;
    left: 10px;
    margin-top: 0;
    z-index: 9;
}

.chairman-quote {
    position: relative;
}

.chairman-quote:before {
    position: absolute;
    content: "";
    background: url(./assets/images/quote.png) no-repeat;
    top: -45px;
    height: 25px;
    width: 25px;
    left: 0;
}

.founder__content {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: flex-start;
}

.chairman {
    position: relative;
    line-height: 0;
}

.chairman img {
    object-fit: cover;
    mix-blend-mode: Luminosity;
}

.chairman:before {
    background-color: #bdd9ff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.founder__content > div {
    flex-basis: 100%;
}

h2.founder__name {
    font-weight: var(--font-semi-bold);
    font-size: var(--section-title);
    font-family: var(--secondary-font);
    margin: 0;
    line-height: 1.19;
}

h3.degination {
    margin: 0;
    font-size: 20px;
    font-weight: var(--font-medium);
    font-family: var(--secondary-font);
}

.founder__info .degination:after {
    border-bottom: 2px solid var(--white-color);
    content: "";
    display: block;
    width: 5rem;
    padding-top: 6px;
}

.chairman-quote:before {
    filter: invert();
}

.chairman__message {
    font-size: var(--medium-title);
    font-weight: var(--font-medium);
    font-family: var(--secondary-font);
    line-height: 1.5;
    margin-top: 60px;
}

/* ================ Companies =============== */
.companies {
    background-color: var(--tertiary-color);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 180px 0;
    overflow: hidden;
    position: relative;
}

.offset-slider {
    overflow: hidden;
}

.companies:before {
    background-repeat: no-repeat;
    content: "";
    left: 50%;
    background-size: cover;
    opacity: 0.2;
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.offset-slider .swiper-button-arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 21px;
}

.offset-slider .section-heading {
    display: flex;
    margin-right: calc(100vw / 1 - 100% / 1);
    justify-content: space-between;
    align-items: flex-start;
}

.offset-slider .swiper-button-prev,
.offset-slider .swiper-button-next {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    margin-top: 0;
    width: 45px;
    height: 45px;
    border: 1px solid #0f172a;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn:hover,
.offset-slider .swiper-button-prev:hover,
.offset-slider .swiper-button-next:hover {
    background-color: #0b5dc8;
    border-color: transparent;
    color: #fff;
}

.btn:hover i,
.offset-slider .swiper-button-prev:hover:after,
.offset-slider .swiper-button-next:hover:after {
    color: #fff;
}

.companies figure {
    margin-top: 0;
    line-height: 0;
}

.offset-slider .swiper-button-prev:after,
.offset-slider .swiper-button-next:after {
    font-size: 16px;
    color: #0f172a;
}

.offset-slider .hero-swiper,
.offset-slider .review-swiper {
    margin-right: calc(-100vw / 2 + 100% / 2);
}

.companies h2 {
    font-size: var(--section-title);
    color: var(--secondary-color);
}

.company__item {
    background-color: var(--white-color);
    padding: 24px;
    border-radius: 5px;
    width: 25%;
}

.company__content h3.entry-title {
    color: #0f172a;
    font-size: var(--medium-title);
    font-weight: var(--font-medium);
}

.company__link {
    padding: 10px 14px;
    border: 1px solid var(--secondary-color);
    border-radius: 50%;
    color: var(--secondary-color);
}

.company__link i {
    transform: rotate(-45deg);
}

/* ======================= CTA ====================*/

.cta__content-wrapper {
    text-align: center;
    position: relative;
    padding-top: clamp(40px, 12vw, 200px);
    padding-bottom: clamp(40px, 12vw, 200px);
    position: relative;
}

.cta__content-wrapper .cta-content-wrapper-bg {
    background-color: var(--tertiary-color);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    clip-path: ellipse(100% 100% at 50% 0%);
    z-index: -1;
}

.about-cta .cta__content-wrapper:after,
.about-cta .cta__content-wrapper:before {
    background-image: none;
    clip-path: none;
    display: none;
}

.about-cta {
    background-image: url("assets/images/cta-2.jpg");
    background-color: var(--tertiary-color);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

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

.about-cta.block-section {
    padding-bottom: 0;
    padding-top: 0;
}

.cta__content-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--dark-color);
    clip-path: ellipse(100% 100% at 50% 0%);
    opacity: 0.48;
}

.cta__content {
    max-width: 800px;
    margin-inline: auto;
    position: relative;
}

.cta__content h2 {
    font-size: var(--section-title);
    color: var(--white-color);
    margin-bottom: 0;
    margin-bottom: 24px;
}

.cta__content p {
    color: var(--white-color);
    font-size: var(--medium-title);
}

.video_icon {
    margin-top: clamp(30px, 8vw, 120px);
    height: 50px;
    width: 50px;
    display: inline-block;
    cursor: pointer;
}

.video_icon:hover i,
.video_icon:focus i {
    transition: 0.5s ease-in-out;
    box-shadow: 0 0 0px 20px rgb(255 255 255 / 55%);
    background-color: var(--primary-color);
}

.video_icon i,
.video_icon i:before {
    font-size: 50px;
    border-radius: 50%;
    color: var(--white-color);
}

/* ======================= Companies Page ====================*/

.image-wrapper {
    margin-bottom: 0;
}

.franchise-block .btn.outline-btn {
    backdrop-filter: blur(3px);
    overflow: hidden;
    border: 0;
}

.franchise-block .btn-wrap .btn.outline-btn:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.25;
}

.franchise-block {
    position: relative;
    min-height: 450px;
}

.franchise-block figure,
.franchise-block figure img {
    height: 100%;
    object-fit: cover;
}

.franchise-block .franchise-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: clamp(21px, 4vw, 42px);
    color: var(--white-color);
}

.franchise-block .franchise-content .heading {
    color: var(--white-color);
    font-size: var(--sub-title);
}

/* ================ Review =============== */

/* STAR RATING */

.star-ratings-top {
    color: #f8a401;
    padding: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.four-rating .star-ratings-top span:nth-child(5) {
    display: none;
}

.three-rating .star-ratings-top span:nth-child(5),
.three-rating .star-ratings-top span:nth-child(4) {
    display: none;
}

.two-rating .star-ratings-top span:nth-child(5),
.two-rating .star-ratings-top span:nth-child(4),
.two-rating .star-ratings-top span:nth-child(3) {
    display: none;
}

.one-rating .star-ratings-top span:nth-child(5),
.one-rating .star-ratings-top span:nth-child(4),
.one-rating .star-ratings-top span:nth-child(3),
.one-rating .star-ratings-top span:nth-child(2) {
    display: none;
}

.star-ratings {
    color: #f8a401;
    font-size: 25px;
    position: absolute;
    right: 20px;
}

.star-ratings-bottom {
    padding: 0;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.review__item {
    border: 1px solid #e7eaec;
    background-color: var(--white-color);
    padding: 24px;
    border-radius: 4px;
}

.review__item .entry-title {
    font-size: var(--medium-title);
}

.review__item .reviewer-content {
    font-size: 14px;
}

/* ================ Media =============== */
/* MEDIA WITH TAB */

.media-with-tab .media-content-wrapper {
    display: none;
}

.media-with-tab .media-content-wrapper.active {
    display: flex;
}

.media-tab-blocks ul {
    border-bottom: 1px solid #8d9db4;
    margin-bottom: 50px;
    padding-bottom: 5px;
    display: flex;
    gap: 50px;
}

.media-tab-blocks ul li {
    font-size: var(--medium-title);
    font-weight: var(--font-medium);
}

.media-tab-blocks ul li.active {
    color: var(--secondary-color);
}

.media-item {
    position: relative;
}

.media-item figure {
    margin-bottom: 0;
    line-height: 0;
}

.media-item .video_icon {
    margin: 0;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    height: 30px;
    width: 30px;
}

.media-content-wrapper .thumbnail {
    position: relative;
    height: 100%;
}

.media-content-wrapper .thumbnail {
    line-height: 0;
}

.media-item .video_icon i,
.media-item .video_icon i:before {
    font-size: 30px;
}

.large-media .thumbnail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.1875) 0%,
        rgba(0, 0, 0, 0.5625) 100%
    );
    z-index: 1;
}

.media-content-wrapper {
    align-items: unset;
}

.media-content-wrapper .small-item {
    flex: 1;
}

.media-content {
    margin-top: 1rem;
    font-size: clamp(16px, 5vw, 18px);
    letter-spacing: 0.02em;
}

.small-item .media-item:not(:last-child) {
    margin-bottom: 24px;
}

.large-media .media-content p::first-letter {
    text-transform: capitalize;
}

/* ================ Timeline =============== */

.timeline-content .sub-title {
    font-size: var(--medium-title);
    color: var(--dark-color);
}

.timeline-blocks.flex__container {
    align-items: flex-start;
}

.timeline-section .timeline-year {
    font-size: var(--medium-title);
    margin-bottom: 0;
}

.timeline-image {
    line-height: 0;
}

.timeline-blocks {
    background-color: var(--tertiary-color);
    position: relative;
    padding-left: 20px;
    padding-bottom: 32px;
}

.timeline-blocks:first-child .timeline-content .line {
    border-radius: 6px;
}

.timeline-blocks:last-child {
    padding-bottom: 0;
}

.timeline-section.block-section {
    background-color: var(--tertiary-color);
    padding-bottom: clamp(20px, 8vw, 160px);
}

.timeline-section .section-heading {
    text-align: center;
}

.timeline-content .line {
    position: absolute;
    background-color: var(--border-color);
    height: 100%;
    left: 0;
    top: 0;
    width: 4px;
}

.line:before {
    content: "";
    border-radius: 6px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    background-color: var(--body-text);
    transition: 0.5s ease-in-out;
}

.timeline-block {
    width: 60px;
}

.active-timeline .line:before {
    height: 100%;
}

/** ================= Footer ============*/
.site-footer {
    background: var(--primary-color);
    padding-top: clamp(20px, 8vw, 80px);
    position: relative;
    color: var(--white-color);
}

.site-footer .bottom-footer {
    border-top: 1px solid var(--white-color);
    padding-bottom: clamp(20px, 8vw, 48px);
    margin-top: clamp(20px, 8vw, 48px);
    padding-top: clamp(20px, 8vw, 48px);
}

.site-footer a {
    color: var(--white-color);
}

.site-footer ul li a {
    word-break: break-all;
}

.site-footer a:hover {
    text-decoration: underline;
}

.widget-area .wp-block-heading {
    margin-top: 0;
    color: var(--white-color);
}

.widget-area ul li:not(:last-child) {
    margin-bottom: clamp(16px, 2vw, 24px);
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
    color: var(--white-color);
}

.widget-title {
    font-weight: var(--font-semi-bold);
}

.widget-area-wrap > div {
    flex-grow: 1;
    flex-basis: 0;
}

.widget-area-wrap {
    align-items: flex-start;
}

.widget-area-wrap .widget:not(:last-child) {
    margin-bottom: clamp(16px, 2vw, 24px);
}

.widget-area-wrap .widget:last-child {
    margin-bottom: 0;
}

.site-footer:before {
    background: url("./assets/images/footer-pattern.png") no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    pointer-events: none;
    background-position: center;
    background-size: cover;
}

.copy-right {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 300;
}

.footer-menu ul {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-menu ul li {
    list-style: none;
    color: var(--white-color);
    position: relative;
    font-size: 14px;
    font-weight: 300;
}

.footer-menu ul li + li {
    padding-left: 12px;
}

.footer-menu ul li + li::before {
    content: "";
    border-left: 2px solid var(--white-color);
    position: absolute;
    height: 50%;
    left: 0;
    top: 25%;
}

.block-section.has-background {
    margin-bottom: clamp(20px, 5vw, 80px);
    margin-top: clamp(20px, 5vw, 80px);
    padding-bottom: clamp(20px, 8vw, 160px);
    padding-top: clamp(20px, 8vw, 160px);
}

.block-section {
    padding-bottom: clamp(20px, 5vw, 80px);
    padding-top: clamp(20px, 5vw, 80px);
}

.block-section:last-child {
    padding-bottom: clamp(20px, 8vw, 160px);
}

.home .site-content {
    padding-top: 0;
}

.site-content {
    padding-top: clamp(20px, 5vw, 80px);
}

.founder__message {
    padding-top: clamp(20px, 8vw, 160px);
}

.about + .block-section:has(+ .has-background),
.about + .block-section:has(+ .mid-section + .has-background),
.history-section.has-background + .timeline-section {
    padding-top: clamp(20px, 8vw, 160px);
}

.about {
    padding-top: clamp(20px, 8vw, 160px);
    padding-bottom: clamp(20px, 8vw, 160px);
}

.history-section.has-background {
    margin-bottom: 0;
}

.founder__message + .block-section.has-background {
    margin-top: 0;
}

/** ================= Intro ============*/

.intro-section {
    background: url(./assets/images/white-overlay.jpeg) no-repeat;
    background-position: center;
    padding-bottom: clamp(20px, 8vw, 160px);
}

.intro-section + .block-section.has-background {
    margin-top: 0;
}

.structure-wrap {
    gap: 12px;
    align-items: flex-start;
}

.intro-container {
    gap: clamp(21px, 4vw, 48px);
    align-items: flex-start;
}

.intro-container figure {
    margin-bottom: 0;
}

.intro-content {
    flex: 1;
}

.intro-section .section-heading .heading {
    font-size: var(--normal-size);
}

.intro-section .section-heading {
    margin: 0 0 clamp(21px, 3vw, 48px);
}

.structure-item:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: clamp(20px, 5vw, 32px);
    padding-bottom: clamp(20px, 5vw, 32px);
}

.structure-wrap i {
    font-size: var(--sub-title);
}

/** ================= History ============*/

.history-section {
    display: flex;
    align-items: center;
}

.history-title {
    flex: 1;
}

.history-title .entry-title,
.history-title .sub-title {
    color: var(--white-color);
}

.history-section.has-background {
    height: 100vh;
    color: var(--white-color);
    background-size: cover;
    width: 100%;
    padding-bottom: calc(clamp(20px, 10vw, 160px) + 30px);
    padding-top: calc(clamp(20px, 10vw, 160px) + 30px);
    position: relative;
}

.history-container {
    position: relative;
    align-items: flex-start;
}

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

.history-content {
    line-height: 25.6px;
    letter-spacing: 0.02em;
}

/* POPUP VIDEO */

.modal-video {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    transition: 0.5s ease-out;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.9s;
    transform: translateY(-50%);
    /* clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%); */
}

.open-video-modal .modal-video {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-video-wrap {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    animation: slideDown 1s ease-in-out forwards;
}

.open-video-modal .modal-video-wrap {
    transition-delay: 2s;
    animation: slideUp 1s ease-in-out forwards;
    animation-delay: 0.5s;
    transition: 1s ease-out;
}

.close-menu.modal-video-close {
    display: flex;
    transform: none;
}

.admin-bar.open-menu-modal .close-menu {
    top: 60px;
}

.video-content {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 30px;
}

@keyframes slideUp {
    0% {
        clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    }

    75% {
        transition: 1s ease-in-out;
    }

    100% {
        transition-delay: 5s;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes slideDown {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    75% {
        transition: 1s ease-in-out;
    }

    100% {
        clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    }
}

/* ================ Inner Banner =============== */

.header-media .overlay-image {
    position: absolute;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.inner-media {
    position: relative;
}

.inner-media:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--dark-color);
    opacity: 0.48;
    z-index: 1;
}

.page-title {
    color: var(--white-color);
    font-size: var(--section-title);
    font-weight: var(--font-semi-bold);
}

.header-media.inner-media .header-media-content {
    padding-bottom: clamp(6rem, 10vw, 15rem);
    padding-top: clamp(6rem, 10vw, 15rem);
}

.inner-media .header-media-content {
    text-align: center;
    margin-bottom: 0;
    margin-inline: auto;
    padding-bottom: 0;
    z-index: 1;
    color: var(--white-color);
    position: relative;
}

/** ================= Contact ============*/

.contact-form .entry-title {
    font-size: clamp(24px, 3vw, 32px);
    color: var(--white-color);
    padding-bottom: clamp(20px, 3vw, 48px);
}

form.wpcf7-form p select {
    background-color: transparent;
    border: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    opacity: 0.48;
    border-color: var(--white-color);

    option {
        color: var(--dark_color);
    }
}

input[type="submit"].wpcf7-submit:after {
    content: "\f061";
    font-family: "FontAwesome";
    transform: rotate(320deg);
    margin-left: 10px;
    display: inline-block;
}

p:has(input[type="submit"].wpcf7-submit) {
    margin-bottom: 0;
}

form.wpcf7-form {
    gap: clamp(16px, 3vw, 32px);
    display: grid;
    grid-template-columns: 1fr;

    .form-group:has(textarea.form-control),
    input.btn {
        grid-column: 1/3;
    }

    input[type="submit"].wpcf7-submit {
        width: 150px;
        margin-inline: auto;
        cursor: pointer;
        transition: 0.5s ease-in-out;
        border: 1px solid var(--white-color);
        color: var(--white-color);
        background-color: transparent;
        padding: 15px 24px;
        border-radius: 24px;
        overflow: hidden;
        display: inline-block;
        position: relative;

        &:is(:hover, :focus) {
            border-color: transparent;
            background-color: var(--white-color);
            color: var(--body-text);
        }
    }

    p {
        position: relative;

        label {
            position: relative;
            transition: 0.3s ease-in-out;
            color: var(--white-color);
            display: block;
        }

        input:not([type="submit"]),
        select,
        textarea {
            border: 0;
            border-radius: 0;
            width: 100%;
            background-color: transparent;
            padding-bottom: 10px;
            padding-top: 10px;
            color: #ebebeb;
            padding-inline: 0;
            border-bottom: 1px solid var(--border-color);

            &:is(:focus-visible) {
                outline: none;
            }
        }
    }
}

.wpcf7-form p textarea {
    height: 100px;
}

form {
    p:has(input:focus) ~ label,
    input:not(:placeholder-shown) ~ label {
        top: -20px;
        transition: 0.3s ease-in-out;
        opacity: 1;
        left: 0;
        z-index: 1;
    }

    input::-webkit-input-placeholder {
        color: transparent;
    }

    input::-moz-placeholder {
        color: transparent;
    }
}

.wpcf7-not-valid-tip {
    color: var(--white-color);
    margin-top: 5px;
    padding-inline: 5px;
    border: 1px solid rgb(205 0 0);
}

.label-wrap {
    position: absolute;
    transition: 0.3s ease-in-out;
    top: 0;
    cursor: text;
    font-size: 16px;
}

.wpcf7-form {
    br {
        display: none;
    }
}

.wpcf7-response-output {
    margin-top: 0;
}

.contact-form {
    background-color: var(--primary-color);
    padding: clamp(20px, 3vw, 48px);
}

.contact-details li:not(:last-child) {
    margin-bottom: clamp(16px, 1vw, 24px);
}

.contact-details li,
.contact-details li a {
    color: var(--secondary-color);
    font-size: var(--normal);
}

.contact-details li a:hover,
.contact-details li a:focus {
    color: var(--primary-color);
}

.contact-details li span {
    margin-right: 10px;
}

.contact-wrapper {
    align-items: unset;
}

.address {
    margin-bottom: clamp(16px, 3vw, 24px);
}

.branches-location {
    align-items: unset;
    flex-wrap: wrap;
}

.map-frame iframe {
    height: 485px;
}

.video-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
