/*!
Theme Name: Olo Caye
Theme URI: http://underscores.me/
Author: LLYC USA
Author URI: http://llyc.global
Description: Custom theme for Olo Caye
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: olo-caye
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.

Olo Caye 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/
*/




html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

:root {
  --primary-color: #22386e;
  --purple-color: #7f06ff;
  --green-color: #03ffcd;
  --red-color: #ff5500;
  --pink-color: #ff00f9;
  --blue-color:#03c1ff;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--primary-color);
	font-size: 20px;
	line-height: 1.5;
    font-family: "zahrah", serif;
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-family: "montecatini-pro-normale", serif;
    font-weight: 400;
    font-style: normal;
}
h1 {
    font-size: 100px;
    margin: 0 0 30px 0;
    line-height: 100px;
}
h1 strong, h1 b, h2 strong, h2 b {
  color: var(--purple-color);
    font-weight:400;
}
h2{
    font-size:66px;
    line-height: 70px;
}
h4{
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 36px;
}
h3 {
    font-size: 50px;
    line-height: 50px;
}
h5 {
    font-size: 30px;
    margin: 0 0 20px 0;
    line-height: 38px;
}
h6{
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
font-size: 22px;
    line-height: 30px;
}
p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: var(--purple-color);
    text-decoration: none;
}

a:visited {

}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
a.btn, .btn a, button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    border-radius: 30px;
    background-color: var(--purple-color);
    color: #fff;
    line-height: 1;
    padding: 15px 50px 13px !important;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 20px;
    display: inline-block;
}

a.btn:hover, button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover, .btn a:hover {
    background-color: var(--primary-color);
}

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 {

}

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: #fff;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0px;
    padding: 3px;
    background-color: transparent;
    border-style: revert-rule;
}
form input[type="text"], form input[type="email"], form input[type="tel"], form textarea
 {
    color: #fff;
    border: 1px solid #fff !important;
    border-style:none;
    border-radius: 20px;
}
#contact .gform_wrapper.gravity-theme input[type=text], #contact .gform_wrapper.gravity-theme input[type=email] {
    padding-left: 15px;
}
form label {
    color: #fff;
}
input::placeholder,
textarea::placeholder {
  color: #FFF;
  opacity: 1; 
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	    display: flex;
    width: 100%;
    justify-content: flex-end;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
  position: relative;
	display: block;
	text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  padding: 6px 10px;
  margin: 7px 10px;
  font-family: "poppins", sans-serif;
}

.main-navigation a::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 1px; /* Thickness of the underline */
  bottom: 0;
  left: 0;
  background-color: #22386e;
  transform: scaleX(0); 
  transform-origin: bottom left; 
  transition: transform 0.3s ease-out;
}

.main-navigation a:hover::after{
  transform: scaleX(1);
}

#menu-item-78 a::after{
  background-color: transparent;
}

.main-navigation .btn a {
    margin: 0;
}

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

@media screen and (min-width: 797px) {

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 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 0;
}

.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;
}
.parallax-element,
.zoom-element {
  will-change: transform;
  transform-origin: center center;
}

.parallax-element:not(.effects-ready),
.zoom-element:not(.effects-ready) {
  opacity: 0;
}
.container {
    width: 1080px;
    margin: 0 auto;
}
/* SECTION BASIC STYLES */
section .columns  > :is(.col-1-2, .col-2-2, .col-1-3, .col-2-3, .col-3-3, .col-1-4, .col-2-4, .col-3-4, .col-4-4)
  > :where(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, figure):first-child {
  margin-top: 0;
}

section .columns > :is(.col-1-2, .col-2-2, .col-1-3, .col-2-3, .col-3-3, .col-1-4, .col-2-4, .col-3-4, .col-4-4)
  > :where(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, figure):last-child {
  margin-bottom: 0;
}

section .container > :is(.section-head)
  > :where(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, figure):first-child{
      margin-top: 0;
}
section{
     overflow: hidden;
        position: relative;
}
section img {
    border-radius: 30px;
}
section.pad-top {
    padding: 10vh 0 20px 0;
}
section.pad-bottom {
    padding: 20px 0 10vh 0;
}
section.pad-both {
    padding: 10vh 0;
}
section.pad-none {
    padding: 20px 0;
}
section.bg-img {
    background-size: cover;
    background-position: center;
}
section.light h2, section.light h3, section.light h4, section.light h6, section.light p, section.light ul, section.light ol {
    color: #fff;
}
section.light a.btn, section.light .btn a {
    background-color: transparent;
    border-color: #fff;
}
section .columns {
    display: flex;
    justify-content: space-between;
    gap: 50px;

        align-items: flex-start;
}
.col-1-2, .col-2-2 {
    width: 50%;
}
.col-1-3, .col-2-3, .col-3-3 {
    width: 33.33333%;
}
.col-1-4, .col-2-4, .col-3-4, .col-4-4 {
    width: 25%;
}

#progress .columns > div {
    position: relative;
}
#progress .columns > div::after {
    content: ">";
    position: absolute;
    right: 0px;
    top: 16px;
    color: var(--green-color);
    /* height: 100px; */
    font-size: 60px;
    font-family: 'poppins';
}
#progress .columns > div:last-child::after {
	display:none;
}
section#vision2 .columns {
    align-items: center;
}

section .wp-video {
    border-radius: 25px;
    overflow: hidden;
}
section .wp-video .mejs-controls {
    display: none;
}

header#masthead {
    position: absolute;
    top: 103vh;
    padding: 4vh 5%;
  z-index: 999;
  width: 100%;
  left: 0;
  right: 0;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;

}

#masthead.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
      background: rgba(235, 250, 255, 0.72);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  box-shadow: 0 8px 30px rgba(0, 80, 120, 0.12);
}
.site-branding {
    width: 200px;
}
/* FULL WIDTH SEction styles */
section.full-width.txt-left .wrap {
    width: 66%;
}
section.full-width{
    position: relative;
}
section.full-width.txt-left .wrap p, section.full-width.txt-left .wrap ul, section.full-width.txt-left .wrap ol, section.full-width.txt-left .wrap h3, section.full-width.txt-left .wrap h4, section.full-width.txt-left .wrap h5, section.full-width.txt-left .wrap h6 {
    margin-left: 12.5%;
}
.underlay {
    width: 100%;
    position: absolute;
    height: 100%;
    background-size: cover;
    background-position: center;
    top:0;
        z-index: -1;
       
}
/* CARD SECTION STYLES */

ul.acc-repeater, ul.card-repeater  {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.card-repeater {
    display: flex;
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}
ul.card-repeater li {
height: 25vh;
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 300px;
    border-radius: 30px;
    overflow: hidden;
}
.cards-2 ul.card-repeater li {
     width: calc(50% - 30px);
}
.cards-3 ul.card-repeater li {
     width: calc(33.33% - 30px);
}
.cards-4 ul.card-repeater li {
    width: calc(50% - 30px);
}
ul.card-repeater li:nth-child(1) h5{
    color: var(--green-color);
}
ul.card-repeater li:nth-child(2) h5{
    color: var(--blue-color);
}
ul.card-repeater li:nth-child(3) h5{
    color: var(--red-color);
}
ul.card-repeater li:nth-child(4) h5{
    color: var(--pink-color);
}
.card-bg-image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
        position: absolute;
}
.card-content {
    position: relative;
    color: #fff;
    transition: 1s all;
        padding: 40px;
}
.cards-wrap h2 {
    text-align: center;
    width: 100%;
    margin: 0 auto 20px;
}
.card-content h3 {
    margin: 0 0 5px;
}
.card-content h6 {
    margin: 0;
}
section.cols h3 {
    margin: 0 0 20px 0;
}
section.cols h6 {
        margin: 25px 0 20px;
}
section#impact h2 {
    margin-bottom: 20px;
}
/* TESTIMONIAL SECTION STYLES */
/* ================================
   Carousel Section Base
================================ */

.carousel-section,
.testimonials {
  position: relative;
  overflow: hidden;
}

.carousel-section .wrap,
.testimonials .wrap {
  position: relative;
}

.carousel-section .section-head,
.testimonials .section-head {
  margin-bottom: 40px;
}


/* ================================
   Testimonial Carousel
================================ */

.testimonial-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  width: 100%;
  transition: transform 500ms ease;
  will-change: transform;
}

.testimonial-slide {
  flex: 0 0 100%;
  width: 100%;
}

.testimonial-card {
  position: relative;
  width: 100%;
}

.testimonial-quote {
  font-size: clamp(1.4rem, 2.5vw, 3rem);
  line-height: 1.25;
}

.testimonial-quote p:first-child {
  margin-top: 0;
}

.testimonial-quote p:last-child {
  margin-bottom: 0;
}

.testimonial-credit {
  margin-top: 24px;
  font-size: 1rem;
  line-height: 1.4;
}


/* ================================
   Shared Carousel Controls
================================ */

.testimonial-controls,
.gallery-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 36px;
}

.testimonial-prev,
.testimonial-next,
.gallery-prev,
.gallery-next {
  appearance: none;
  border: 0;
  border-radius: 999px;
  width: 48px;
  height: 48px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  color: inherit;
  transition: opacity 200ms ease, transform 200ms ease;
}

.testimonial-prev:hover,
.testimonial-next:hover,
.gallery-prev:hover,
.gallery-next:hover {
  transform: translateY(-2px);
}

.testimonial-prev:focus-visible,
.testimonial-next:focus-visible,
.gallery-prev:focus-visible,
.gallery-next:focus-visible,
.testimonial-dot:focus-visible,
.gallery-dot:focus-visible {
  outline: 2px solid #7f05ff;
  outline-offset: 4px;
}

.testimonial-prev .material-symbols-outlined,
.testimonial-next .material-symbols-outlined,
.gallery-prev .material-symbols-outlined,
.gallery-next .material-symbols-outlined {
    color: #22396f;
    font-size: 30px;
}

.gallery-next:hover span, .gallery-prev:hover span {
    color: #fff;
}
/* ================================
   Dots
================================ */

.testimonial-dots,
.gallery-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.testimonial-dot,
.gallery-dot {
  appearance: none;
  border: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  cursor: pointer;
background: #7f05ff;
  opacity: 0.28;
  transition: opacity 200ms ease, transform 200ms ease;
    padding: 0 !important;
}

.testimonial-dot.is-active,
.gallery-dot.is-active {
  opacity: 1;
  transform: scale(1.25);
}


/* ================================
   Gallery Carousel - Stacked Cards
================================ */

.gallery-carousel {
  position: relative;
  width: 100%;
  overflow: visible;
  padding: 40px 0 20px;
}

.gallery-track {
  position: relative;
  width: min(760px, 76vw);
  height: clamp(280px, 48vw, 560px);
  margin: 0 auto;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.gallery-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transform-origin: center center;
  transition:
    transform 600ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 350ms ease,
    filter 350ms ease;
  will-change: transform, opacity;
}

.gallery-card {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: #e8e8e8;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Active center image */

.gallery-slide.is-active {
  opacity: 1;
  z-index: 5;
  pointer-events: auto;
  transform: translate3d(0, 0, 120px) scale(1);
  filter: none;
}


/* Immediate previous / next images */

.gallery-slide.is-prev {
  opacity: 0.72;
  z-index: 4;
  transform: translate3d(-18%, 0, 40px) scale(0.9) rotateY(8deg);
  filter: brightness(0.88);
}

.gallery-slide.is-next {
  opacity: 0.72;
  z-index: 4;
  transform: translate3d(18%, 0, 40px) scale(0.9) rotateY(-8deg);
  filter: brightness(0.88);
}


/* Second previous / next images */

.gallery-slide.is-prev-2 {
  opacity: 0.42;
  z-index: 3;
  transform: translate3d(-32%, 0, -80px) scale(0.78) rotateY(12deg);
  filter: brightness(0.76);
}

.gallery-slide.is-next-2 {
  opacity: 0.42;
  z-index: 3;
  transform: translate3d(32%, 0, -80px) scale(0.78) rotateY(-12deg);
  filter: brightness(0.76);
}


/* Hidden non-neighboring images */

.gallery-slide.is-hidden {
  opacity: 0;
  z-index: 1;
  transform: translate3d(0, 0, -180px) scale(0.65);
}


/* Optional soft overlay on inactive cards */

.gallery-slide:not(.is-active) .gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.14);
  pointer-events: none;
}


/* ================================
   Gallery Variant Layout
================================ */

.carousel-section--gallery .section-head {
  text-align: center;
}

.carousel-section--gallery .gallery-controls {
  margin-top: 42px;
}


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

@media (max-width: 900px) {
  .gallery-track {
    width: min(680px, 82vw);
    height: clamp(260px, 54vw, 480px);
  }

  .gallery-slide.is-prev {
    transform: translate3d(-14%, 0, 30px) scale(0.9) rotateY(6deg);
  }

  .gallery-slide.is-next {
    transform: translate3d(14%, 0, 30px) scale(0.9) rotateY(-6deg);
  }

  .gallery-slide.is-prev-2 {
    transform: translate3d(-25%, 0, -70px) scale(0.78) rotateY(8deg);
  }

  .gallery-slide.is-next-2 {
    transform: translate3d(25%, 0, -70px) scale(0.78) rotateY(-8deg);
  }
}

@media (max-width: 600px) {
  .carousel-section .section-head,
  .testimonials .section-head {
    margin-bottom: 28px;
  }

  .testimonial-controls,
  .gallery-controls {
    gap: 16px;
    margin-top: 28px;
  }

  .testimonial-prev,
  .testimonial-next,
  .gallery-prev,
  .gallery-next {
    width: 42px;
    height: 42px;
  }

  .testimonial-prev .material-symbols-outlined,
  .testimonial-next .material-symbols-outlined,
  .gallery-prev .material-symbols-outlined,
  .gallery-next .material-symbols-outlined {
    font-size: 22px;
  }

  .gallery-carousel {
    padding-top: 20px;
  }

  .gallery-track {
    width: 82vw;
    height: clamp(240px, 70vw, 380px);
  }

  .gallery-card {
    border-radius: 20px;
  }

  .gallery-slide.is-active {
    transform: translate3d(0, 0, 90px) scale(1);
  }

  .gallery-slide.is-prev {
    opacity: 0.58;
    transform: translate3d(-10%, 0, 20px) scale(0.88) rotateY(4deg);
  }

  .gallery-slide.is-next {
    opacity: 0.58;
    transform: translate3d(10%, 0, 20px) scale(0.88) rotateY(-4deg);
  }

  .gallery-slide.is-prev-2 {
    opacity: 0.25;
    transform: translate3d(-17%, 0, -70px) scale(0.76) rotateY(5deg);
  }

  .gallery-slide.is-next-2 {
    opacity: 0.25;
    transform: translate3d(17%, 0, -70px) scale(0.76) rotateY(-5deg);
  }
}


/* ================================
   Reduced Motion
================================ */

@media (prefers-reduced-motion: reduce) {
  .testimonial-track,
  .gallery-slide,
  .testimonial-prev,
  .testimonial-next,
  .gallery-prev,
  .gallery-next,
  .testimonial-dot,
  .gallery-dot {
    transition: none;
  }
}
/* HOME page styles */
section#unique {
    Z-INDEX: 2;
}
section#intro {
    height: 100vh;
    display: flex;
    align-content: center;
    align-items: center;
    min-height: 950px;
}
section#vision h2 {
    font-size: 20vh;
    margin: 0;
    line-height: 17vh;
    padding: 20px 0px;
}
section#vision {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    height: 70vh;
    justify-content: flex-end;
    padding: 0;
}
section#vision .container {
    width: 100%;
}
section#unique .section-head h3 {
    margin-left: 20%;
    margin: 0 0 20px 10%;
}
section#unique .section-head h2 {
font-size: 200px;
    line-height: 200px;
}

.interaction-stage {
        padding: 10vh 0;
        position: relative;
    width: 100%;
    aspect-ratio: 1920 / 1365;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
section#explore {
    padding: 0;
}
.interaction-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    padding: 0;
}

.interaction-trigger i {
    font-size: 22px;
}
.interaction-item:hover .interaction-content,
.interaction-item:focus-within .interaction-content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.interaction-item {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.location-marker {
    position: relative;
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
    color: inherit;
    outline: none;
}

.location-marker i {
    font-size: 28px;
    line-height: 1;
}

.interaction-content {
    position: absolute;
    top: calc(100% - 10px);
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: -1;
        color: #183566;
}
section.light .interaction-content p{
        color: #183566;
    font-size:15px;
    margin:0;
}
.location-marker:hover .interaction-content,
.location-marker:focus .interaction-content,
.location-marker:focus-within .interaction-content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: rgba(235, 250, 255, 0.62);
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    box-shadow: 0 8px 30px rgba(0, 80, 120, 0.12);
    border-radius: 30px;
    padding: 20px 15px 16px 10px;
    text-align: center;
    border: 2px solid #fff;
}

.interaction-copy p {
    margin-top: 0;
}
.location-marker .svg-inline--fa{
    height: 25px;
    width: var(--fa-width, 25px);
}
.location-marker .svg-inline--fa path {
    color: #fff;
}
.location-wrap {
display: flex;
    gap: 10px;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 12px 16px;
    width: 200px;
        pointer-events: auto;
    background: rgba(235, 250, 255, 0.2);
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    box-shadow: 0 8px 30px rgba(0, 80, 120, 0.12);
}
.location-wrap h5 {
font-size: 17px;
    margin: 0 0 0px 0;
    line-height: 20px;
    font-family: "zahrah", serif;
    color:#fff;
}
.section-head h2 {
    margin-top: 0;
}
.home-banner {
    width: 100%;
    height: 100vh;
    top: 0;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
        overflow: hidden;
    position: relative;
}
.home-banner h2 {
    font-size: 120px;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    color: #fff;
    line-height: 120px;
}
.home-banner h4 {
    color: #fff;
    margin: 0;
}
.home-banner__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.ring-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.ring {
  position: absolute;
  display: block;
    width: clamp(180px, 30vw, 30vw);
  aspect-ratio: 1 / 1;
  border: clamp(18px, 2vw, 15px) solid currentColor;
  border-radius: 50%;
  opacity: 0.9;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: center center;
  will-change: transform;
  transition: transform 0.45s ease-out;
}

.ring.is-returning {
  transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}
/* Top-left rings */
.ring-1 {
top: -16%;
    left: 5%;
  color: var(--red-color);
}

.ring-2 {
    top: 2%;
    left: -8%;
      color: var(--pink-color);
}

/* Bottom-right rings */
.ring-3 {
  right: -6%;
  bottom: 8%;
      color: var(--green-color);
}

.ring-4 {
    right: 5%;
    bottom: -15%;
     color: var(--purple-color);
}

/* Mobile/touch: keep static */
@media (hover: none), (pointer: coarse) {
  .ring {
    transform: none !important;
  }
}
/* FOOTER STYLES */
footer#colophon {
    background-color: #7f06ff;
    padding: 125px 0;
}
.site-info {
    text-align: center;
    color: #fff;
    font-size: 15px;
    width: 50%;
    margin: 0 auto;
}
.footer-socials {
display: flex;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 25px;
}

.footer-socials i {
    font-size: 20px;
}
svg.svg-inline--fa path {
    color: #fff;
}



/* News Archive */

/* Position main nav at the top */
.post-type-archive header#masthead, .single-news header#masthead {
    position: fixed;
    top: 0;
}

.post-type-archive-news main#primary {
    background-image: url(/wp-content/uploads/bg-palms-green-01.webp);
    background-size: cover;
	background-position: center 32vh;
    background-repeat: no-repeat;
}
.news-banner {
    text-align: center;
    background-image: url(/wp-content/uploads/bg-pattern-blue.jpg);
    color: #fff;
    padding: 12vh 0;
	position: relative;
	margin-top: 122px;
	border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.news-banner::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: lighten;
    background-image: url(/wp-content/uploads/bg-palms-green-01.webp);
    background-size: cover;
    background-position: center;
}
.heading-banner-wrap {
    position: relative;
}
.news-banner h1 {
    margin: 0;
}



/* News List */
.news-list {
    padding-bottom: 160px;
}
.news-list, .intro-content-wrap.container {
    padding-top: 80px;
}
.intro-content-wrap.container h2 {
    margin-top: 0;
}
.intro-content-wrap.container p:last-of-type {
    margin-bottom: 0;
}
.news-list li {
    margin-bottom: 80px;
}
.news-list .columns-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
	gap:34px;
	background-color: transparent;
    border-radius: 30px;
    backdrop-filter: blur(0px);
	padding-right: 30px;
	position: relative;
	overflow: hidden;
	transition: background-color .5s, backdrop-filter .86s, box-shadow .72s;
}
.news-list li:nth-of-type(even) .columns-wrap {
    flex-direction: row-reverse;
	padding-right: 0px;
    padding-left: 30px;
}
.post-type-archive-news .news-list li:nth-of-type(even) .columns-wrap {
    flex-direction: revert;
    padding-left: revert;
	padding-right: 30px;
}
.news-list li:hover .columns-wrap {
    background-color: #fafafac7;
    backdrop-filter: blur(6px);
}
.news-list .columns-wrap::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(35deg, #eff6fb, transparent);
    z-index: -1;
    opacity: 0;
	transition: opacity .68s .2s;
}
.news-list li:hover .columns-wrap::before {
    opacity: 1;
}
.news-list .columns-wrap .col-1 {
	width: 42%;
    height: 350px;
    overflow: hidden;
    border-radius: 30px;
    outline: 6px solid transparent;
    box-shadow: 11px 1px 7px 0px #00000000;
    transition: outline .52s, box-shadow .23s ease, border-top-right-radius .5s, border-bottom-right-radius .5s ;
}

.news-list li:nth-of-type(even):hover .columns-wrap .col-1{
    box-shadow: -9px -1px 12px 0px #00000033;
}
.post-type-archive-news .news-list li:nth-of-type(even):hover .columns-wrap .col-1{
	box-shadow: 9px -1px 12px 0px #00000033;
}
.news-list li:nth-of-type(even):hover .columns-wrap {
    box-shadow: -5px 1px 20px 2px #0000001a;
}
.news-list .columns-wrap .col-1 img {
    object-fit: cover;
    object-position: center;
    height: 100%;
	transform: scale(1.001);
	transition: transform .46s .08s ease, border-top-right-radius .5s, border-bottom-right-radius .5s ; 
	cursor: pointer;
}
.news-list li:hover .columns-wrap .col-1 img {
    transform: scale(1.08);
	transition: transform .72s ease, border-top-right-radius .5s, border-bottom-right-radius .5s; 
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.news-list .columns-wrap .col-2 {
    flex: 1;
}
.news-list h3 {
    margin: 16px 0;
	color:var(--primary-color);
	text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
	transition: .38s ease;
}
.news-list h3:hover {
    text-decoration-color: #03c1ff8a;
}
.news-list-meta-group {
    display: flex;
    gap: 12px;
	font-weight: 600;
}
#news-source::before {
    content: "|";
    margin-right: 12px;
	font-family: 'poppins';
	color:var(--blue-color);
}
#post-date {
    font-weight: 600;
	color: var(--red-color);
}
.news-list p#excerpt a {
    font-weight: 900;
    color: var(--blue-color);
}
.news-list p#excerpt a:hover::after {
    margin-left: 14px;
    opacity: 1;
}
.news-list p#excerpt a::after {
	content: ">";
    position: absolute;
    font-family: ui-monospace;
    margin-left: 6px;
    opacity: 0;
    transition: margin-left .52s ease, opacity .18s;
    text-decoration: none !important;
}

/* Fixed Padding for CTA button on news sections */
section.news .news-list {
    padding-bottom: 0;
    padding-top: 80px;
    border-top: 1px solid var(--blue-color);
}
section.news .btn-wrapper {
    text-align: center;
}
section.news .btn-wrapper .a {
    margin: 0;
}


/* Homepage News Section */
section.news {
    background-image: url(/wp-content/uploads/bg-palms-green-01.webp);
    background-size: cover;
    background-position: center 20vh;
    background-repeat: no-repeat;
}
section.news .section-head p:last-of-type {
    margin-bottom: 76px;
}


/* Filters */
.news-filters section {
    overflow: visible;
	border-bottom: 1px solid #03c1ff57;
    padding-bottom: 80px;
}
.wpc-filters-widget-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 30px;
	padding: 80px 5px 0 !important;
}
.wpc-filters-section {
    margin-bottom: 0 !important;
}
.wpc-empty-chips-container {
    display: none;
}
.wpc-filters-widget-top-container, .wpc-filters-widget-top-container:before {
    background: transparent !important;
}
.widget-title.wpc-filter-title{
    display: none;
}
.filters-wrapper select, .wpc-search-field {
    background-color: transparent;
    border-radius: 50px !important;
    padding: 10px 16px 6px 20px !important;
	margin-bottom: 0 !important;
    outline: 2px solid var(--primary-color);
	border: none !important;
	color: var(--primary-color);
    font-family: 'poppins';
    font-size: 17px;
	/*	This hides the down arrow */
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	
	/*	Replace with custom SVG down arrow */
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2322386e' d='M21 8.5l-9 9-9-9h18z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
    background-size: 24px auto;
}
.wpc-search-field {
	background-image: none;
}
.wpc-inner-widget-chips-wrapper ul {
    padding-left: 0;
    margin-bottom: 0;
}
.wpc-inner-widget-chips-wrapper li {
    display: inline-block;
}

ul.wpc-filter-chips-list a {
    border: 2px solid var(--primary-color) !important;
	padding: 2px 18px 1px !important;
}
ul.wpc-filter-chips-list a span {
    border: none !important;
	color: var(--primary-color);
}
.wpc-widget-top-inside .wpc-inner-widget-chips-wrapper {
    overflow: clip !important;
}
.wpc-posts-found {
    padding-bottom: 24px;
}
.wpc-posts-found p {
    font-family: 'poppins';
    padding-left: 4px;
}
li.wpc-filter-chip.wpc-chip-reset-all a {
    border-color: var(--red-color) !important;
    background-color: var(--red-color);
}
li.wpc-filter-chip.wpc-chip-reset-all a:hover {
    padding: 2px 24px 1px !important;
}
li.wpc-filter-chip.wpc-chip-reset-all a span {
    color: #fff;
}
.wpc-posts-found[data-found=""] {
    height: 0;
    transition: height .5s;
}
p.wpc-no-filter-terms {
    display: none !important;
}
.wpc-search-icon {
    left: revert !important;
    right: 28px;
}
.wpc-search-field-wrapper input {
    color: var(--primary-color);
}
.filters-wrapper input::placeholder,
.filters-wrapper textarea::placeholder {
  color: #22386e63;
}
.wpc-search-field-wrapper a.wpc-search-clear-icon {
    right: -7px !important;
    font-size: 22px !important;
}


/* Single News Articles */
.single-news main#primary {
    margin-top: 122px;
	background-image: url(/wp-content/uploads/bg-palms-green-01.webp);
    background-size: cover;
    background-position: center 40vh;
    background-repeat: no-repeat;
}
.single-news main#primary::before {
    background-image: url(https://olocaye.wpenginepowered.com/wp-content/uploads/bg-rings-05.png);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover;
    z-index: -1;
    background-position: right;
}
.single-news .entry-header .container {
    display: grid;
	align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
	padding-bottom: 40px;
/*    border-bottom: 1px solid var(--blue-color);*/
}
.single-news .entry-header .container .post-thumbnail::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url(/wp-content/uploads/card-bg-01.jpg);
    top: -30px;
    left: -30px;
    z-index: -1;
    border-top-left-radius: 117px;
/*
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
*/
}
.post-meta-wrap p#label-name::before {
    content: "|";
    margin-right: 20px;
	color: var(--blue-color);
    font-family: 'poppins';
}
.single-news .entry-header .container .post-thumbnail {
    height: 100%;
	position: relative;
}
.single-news .post-meta-wrap {
    display: flex;
    gap: 20px;
}
.single-news .entry-header {
    padding: 80px 0 0;
}
.single-news .entry-header .container .post-thumbnail img {
    object-fit: cover;
    height: 100%;
    object-position: center;
	border-top-left-radius: 100px;
}
.single-news .entry-header h1 {
    font-size: 62px;
    line-height: 66px;
}
.single-news .entry-content h2 {
    font-size: 48px;
}

/* Hide filter ads for non-Pro FE */
.single aside#secondary #block-7 {
    display: none;
}

/* Post Navigation */
.nav-links a {
    color: var(--primary-color);
}
span.nav-title {
    font-style: italic;
}
span.nav-subtitle {
    display: block;
    font-weight: 600;
	color: var(--blue-color);
}
nav.navigation.post-navigation {
    margin: 0;
    padding: 20px 0px;
}
.nav-subtitle {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
	text-decoration-color: transparent;
	transition: .34s;
}
.nav-previous a, .nav-next a {
    text-decoration: none;
}
.nav-previous:hover .nav-subtitle, .nav-next:hover .nav-subtitle {
	text-decoration-color: #22386e73;
	transition: .28s;
}
section.post-navigation-block {
    padding-bottom: 160px;
}
@media (max-width: 1200px) {
.container {
    width: 900px;
}
content {
    padding: 30px;
}
section.full-width.txt-left .wrap {
    width: 85%;
}
h1 {
    font-size: 85px;
    line-height: 85px;
}
    h2 {
    font-size: 55px;
    line-height: 59px;
}
    h3 {
    font-size: 40px;
    line-height: 40px;
}
h6 {
    font-size: 18px;
    line-height: 23px;
}
body, button, input, select, optgroup, textarea {
    font-size: 18px;
}
    section#unique .section-head h2 {
    font-size: 150px;
    line-height: 160px;
}
h4 {
    font-size: 24px;
    line-height: 31px;
}
h5 {
    font-size: 24px;
    margin: 0 0 10px 0;
    line-height: 30px;
}
.location-wrap {
    gap: 5px;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px 9px;
    width: 150px;
}
    .card-content {
    padding: 30px;
}
.location-marker .svg-inline--fa {
    height: 15px;
    width: var(--fa-width, 25px);
}
    .location-wrap h5 {
    font-size: 14px;
    margin: 0 0 0px 0;
    line-height: 15px;
    font-family: "zahrah", serif;
    color: #fff;
}
    .interaction-content {
    width: 220px;
    }
}

@media (max-width: 1040px) {
.container {
    width: 90%;
}
.main-navigation a {
    padding: 6px 7px;
    margin: 7px 7px;
}
    section#explore h2 {
    font-size: 32px;
    line-height: 32px;
    margin: 0px 0 15px;
}
section#explore p {
    margin: 0;
}
    .location-wrap h5 {
        font-size: 12px;
        line-height: 12px;
        color: #183566;
    }
section.light .interaction-content p {
    font-size: 12px;
    margin: 0;
}
}
@media (max-width: 870px) {
section#explore h2 {
    font-size: 32px;
}
section .columns {
    gap: 30px;
    flex-wrap: wrap;
}
.col-1-2, .col-2-2 {
    width: 100%;
}
.col-1-4, .col-2-4, .col-3-4, .col-4-4 {
    width: 47%;
}
.cards-3 ul.card-repeater li {
    width: 100%;
    min-height: 0;
}
section .wp-video {
    border-radius: 25px;
    width: 365px !important;
    height: 200px;
    margin: 0 auto;
}
.main-navigation a {
        padding: 6px 5px;
        margin: 7px 5px;
    }
    section.full-width.txt-left .wrap {
        width: 100%;
    }
    .location-wrap {
        gap: 2px;
        padding: 7px 6px;
        width: 100px;
        background: rgba(235, 250, 255, 0.6);
    }
    .interaction-content {
        width: 160px;
    }
.location-marker .svg-inline--fa path {
    color: #6600d2;
}
}
@media (max-width: 797px) {
    button.menu-toggle {
    background-color: transparent;
    margin: 0;
    padding: 0 !important;
}
.ham {
    background-color: var(--purple-color);
    height: 4px;
    width: 30px;
    display: block;
    margin-bottom: 4px;
    transition:0.6s all;
}
    .toggled .ham.ham-2 {
    opacity: 0;
}
.toggled .ham.ham-1 {
    transform: rotate(45deg);
    margin-top: 10px;
}
.toggled .ham.ham-3 {
    transform: rotate(-45deg);
    margin-top: -16px;
}
.menu-primary-menu-container {
    position: absolute;
    right: 0;
    text-align: right;
    background-color: #fff;
    width: 100%;
    top: 60px;
    transition:0.6s all;
}
.toggled .menu-primary-menu-container {
        padding: 30px 5%;
    border-bottom: 1px solid #7f05ff;
    border-top: 1px solid #7f05ff;
}
    .main-navigation a {
        padding: 6px 0;
        margin: 7px 0px;
        font-size: 17px;
    }
section#intro {
    height: 100vh;
    min-height: auto;
    padding: 0;
}

header#masthead {

    top: 103vh;
        padding: 16px 5% 10px;
}

}
@media (max-width: 600px) {
    .col-1-4, .col-2-4, .col-3-4, .col-4-4 {
        width: 100%;
    }
.home-banner h2 {
    font-size: 100px;
    margin: 0 0 20px;
    line-height: 100px;
}
    h1 {
        font-size: 65px;
        line-height: 75px;
}
    h2 {
    font-size: 55px;
    line-height: 59px;
}
    h3 {
        font-size: 37px;
        line-height: 37px;
    }
h6 {
    font-size: 18px;
    line-height: 23px;
}
body, button, input, select, optgroup, textarea {
    font-size: 16px;
}
section#unique .section-head h2 {
        font-size: 115px;
        line-height: 120px;
    }
    h4 {
        font-size: 20px;
        line-height: 26px;
    }
h5 {
    font-size: 24px;
    margin: 0 0 10px 0;
    line-height: 30px;
}
section#vision h2 {
    font-size: 16vh;
    margin: 0;
    line-height: 14vh;
    padding: 20px 0px;
}
ul.card-repeater li {
    height: auto;
    }
.interaction-item {
    display: none;
}
    .interaction-stage {
        height: 85vh;
        padding: 5vh 0;
    }
section#explore {
        height: 85vh;
        padding:  0;
    }
    .site-info {
    font-size: 12px;
    width: 80%;
}
}
@media (max-width: 500px) {
body, button, input, select, optgroup, textarea {
        font-size: 14px;
    }
section#unique .section-head h3 {
    margin-left: 20%;
    margin: 0 0 5px 0;
}
    .home-banner h2 {
        font-size: 89px;
        margin: 0 0 20px;
        line-height: 80px;
    }
    h1 {
        font-size: 55px;
        line-height: 55px;
    }
section#unique .section-head h2 {
        font-size: 90px;
        line-height: 90px;
    }
.news-list .columns-wrap {
    gap: 20px;
    padding-right: 0;
    flex-direction: column;
}
.news-list .columns-wrap .col-1 {
    width: 100%;
    height: auto;
}
.news-list li {
    margin-bottom: 50px;
}
    .news-list .columns-wrap {
    flex-wrap: wrap;
    }
.news-list li:nth-of-type(even) .columns-wrap {
    flex-direction: column;
    padding-right: 0px;
    padding-left: 0;
}
.post-type-archive-news .news-list li:nth-of-type(even) .columns-wrap {
    padding-right: 0;
}
.news-banner {
    margin-top: 60px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
}
@media (max-width: 400px) {
body, button, input, select, optgroup, textarea {
        font-size: 13px;
    }
h1 {
        font-size: 45px;
        line-height: 45px;
    }
h2 {
        font-size: 40px;
        line-height: 45px;
    }
    h3 {
        font-size: 30px;
        line-height: 33px;
    }
h4 {
        font-size: 18px;
        line-height: 22px;
    }
    h6 {
        font-size: 15px;
        line-height: 20px;
    }
section.cols h6 {
    margin: 10px 0 10px;
}
}