/*!
Theme Name: gemango
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: gemango
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.

gemango 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
--------------------------------------------------------------*/
:root {
	/* Base font size */
	--font-size-base: 1rem;

	/* Heading font sizes */
	--font-size-h1: clamp(2rem, 5vw, 3rem); /* 32px to 48px */
	--font-size-h2: clamp(1.5rem, 3vw, 2rem); /* 24px to 32px */
	--font-size-h3: clamp(1.25rem, 2vw, 1.5rem); /* 20px to 24px */
	--font-size-h4: clamp(1rem, 1.5vw, 1.25rem); /* 16px to 20px */
	--font-size-h5: clamp(0.875rem, 1.2vw, 1rem); /* 14px to 16px */
	--font-size-h6: clamp(0.75rem, 1vw, 0.875rem); /* 12px to 14px */

	/* Line height */
	--line-height-base: 1.6;

	/* Font family */
	--font-family-base: Montserrat, sans-serif;

	/* Text color */
	--primary-color: #30add4;
	--secondary-color: #e89a27;
	--text-color: #333;
	--text-color-muted: #666;
}

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

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

/* Document
	 ========================================================================== */
@font-face {
	font-family: Montserrat;
	src: url("./assets/fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-family: Montserrat-Italic;
	src: url("./assets/fonts/Montserrat-Italic-VariableFont_wght.ttf")
		format("truetype");
}

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

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

/**
 * Remove the margin in all browsers.
 */
body {
	font-size: var(--font-size-base);
	line-height: var(--line-height-base);
	font-family: var(--font-family-base);
	color: var(--text-color);
	margin: 0;
}

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

article {
	padding-top: 1.356875rem;
	padding-bottom: 1.82rem;
}

article a {
	color: var(--secondary-color);
	text-decoration: underline !important;
}

article a:visited {
	color: var(--secondary-color);
}

article a:hover {
	color: var(--primary-color);
	text-decoration: underline;
}

article p {
	font-size: var(--font-size-base);
	font-style: normal;
	font-weight: 400;
	margin-top: 1.5rem;
	margin-bottom: 0;
	line-height: 22px;
}

article h1 {
	font-weight: bold;
	font-family: Montserrat;
	font-size: var(--font-size-h1);
	text-transform: uppercase;
	color: var(--secondary-color);
	line-height: 78px;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
}

article h2 {
	font-weight: 700;
	font-family: Montserrat;
	font-size: var(--font-size-h2);
	color: var(--primary-color);
	line-height: 58px;
}

article h3 {
	font-weight: 600;
	font-family: Montserrat;
	font-size: var(--font-size-h2);
	color: var(--primary-color);
	line-height: 39px;
}

article h4 {
	font-size: var(--font-size-h3);
	font-weight: 400;
	font-style: normal;
	font-family: Montserrat;
	line-height: 34px;
}

/* article h1, */
h2,
h3,
h4 {
	margin-top: 1.5rem !important;
}

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

/* Smallest heading (h6) */
h6 {
	font-size: var(--font-size-h6); /* 12px to 14px */
	font-weight: 600;
}

/* h5 */
h5 {
	font-size: var(--font-size-h5); /* 14px to 16px */
	font-weight: 600;
}

/* h4 */
h4 {
	font-size: var(--font-size-h4); /* 16px to 20px */
	font-weight: 600;
}

/* h3 */
h3 {
	font-size: var(--font-size-h3); /* 20px to 24px */
	font-weight: 700;
}

/* h2 */
h2 {
	font-size: var(--font-size-h2); /* 24px to 32px */
	font-weight: 700;
}

/* Biggest heading (h1) */
h1 {
	font-size: var(--font-size-h1); /* 32px to 48px */
	font-weight: 800;
}
/* 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: 0.875rem; /* 14px */
	color: var(--text-color-muted);
}

/**
 * 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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	font-size: var(--font-size-base); /* 16px */
	margin-bottom: 1rem;
	font-family: Montserrat;
}

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;
	font-family: Montserrat;
}

mark {
	padding: 0 !important;
	font-weight: 600;
}

mark a {
	font-weight: 400;
}

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: #4169e1;
}

a:visited {
	color: #800080;
}

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

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
--------------------------------------------------------------*/
header.site-header {
	max-width: 1920px;
	height: auto;
}
#page {
	max-width: 1920px;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

/* Active link styling */
.navbar-nav .nav-item.current-menu-item .nav-link,
.navbar-nav .nav-item.active .nav-link {
	color: var(--secondary-color) !important;
}
/* Capitalize all nav items */
.navbar-nav .nav-link {
	text-transform: uppercase;
	color: var(--primary-color);
	font: normal normal 600 1.75rem/2.125rem Montserrat;
}
.navbar-nav.text-white .nav-link {
	color: #fff;
}
.navbar-nav .nav-link:hover {
	color: var(--secondary-color) !important;
}

.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: 1.5em 0 0;
}

.entry-title {
	font-weight: bold;
	font-family: Montserrat;
	font-size: 4rem;
	text-transform: uppercase;
	color: var(--secondary-color);
}

.entity-title-padding {
	font-weight: bold;
	font-family: Montserrat;
	font-size: var(--font-size-h1);
	text-transform: uppercase;
	color: var(--secondary-color);
	height: 200px;
	padding-block: 3.75rem;
	margin: 0;
	position: relative;
	top: 50%;
}

.reference-article p {
	font-family: "Montserrat";
	font-size: var(--font-size-h3);
	line-height: 34px;
}

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

.skeleton-text {
	color: #e89a27;
	padding: 1rem;
}

.skeleton-tag {
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}

.skeleton-tag span {
	color: #e89a27;
	padding: 0.25rem;
}

.skeleton-btn {
	border-radius: 25px;
	padding: 0.75rem;
	margin: 1rem;
	color: #30add4;
}

.dropdown {
	position: relative;
	width: 50%;
	padding-bottom: 2rem;
}

.dropdown-toggle {
	border-radius: 20px !important;
	padding: 10px;
	border: 1px solid #ccc;
	cursor: pointer;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	min-height: 40px;		
	align-items: center;
}

.dropdown-toggle::after {
	margin-left: auto;
	font-size: 12px;
}

.dropdown-content {
	display: none;
	position: absolute;
	background: white;
	border: 1px solid #fff;
	width: 100%;
	z-index: 10;
	height: auto; 
	overflow-y: auto;
	margin-top: 5px;
	border-radius: 4px;
}

.dropdown.open .dropdown-content {
	display: block;
}

.dropdown-content label {
	font-family: 'Montserrat';
	display: block;
	padding: 8px 10px;
	cursor: pointer;
}

.dropdown-content input[type="checkbox"] {
	margin-right: 6px;
}

.tag {
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 600;
	color: #848484;
}

.reference-page h3 {
	font-family: "Montserrat";
	font-size: var(--font-size-h2);
	font-weight: 600;
	text-align: left;
	color: var(--primary-color);
	margin-top: 5rem !important;
	margin-bottom: 2rem !important;
}

.reference-page h4 {
	font-family: "Montserrat";
	font-size: var(--font-size-h4);
	font-weight: 600;
	text-align: left !important;
	margin-bottom: 3rem;
}

.reference-page h4 span {
	color: var(--primary-color);
}

.reference-title {
	font-weight: 600;
	font-family: "Montserrat";
	font-size: 1.75rem;
	color: #e89a27;
	margin-bottom: 1.25rem;
}

.reference-text {
	font-family: "Montserrat";
	font-size: 1.125rem;
	text-align: left;
	padding-bottom: 1.25rem;
}

.reference-btn {
	color: #ffffff;
	background-color: #30add4;
	border: 3px solid #30add4;
	border-radius: 30px;
	text-align: center;
	font: 600 1.5rem Montserrat;
	letter-spacing: 0rem;
	padding: 0.625rem 1.875rem;
}

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

.reference-title a:hover {
	color: var(--primary-color) !important;
}

.reference-title a:visited {
	color: var(--secondary-color);
}

.tag-link {
	color: var(--primary-color);
}

.ref-tag-link {
	color: var(--primary-color);
	font-size: 18px;
}

.ref-tag-link:visited {
	color: var(--primary-color);
}

#homePageReferences .tag-link, .reference-page .tag-link {
	color: #fff;
	font: normal normal 600 12px/16px Montserrat;
	border: 1px solid var(--secondary-color);
	background-color: var(--secondary-color);
	letter-spacing: 0px;
}

.tag-link:visited {
	color: var(--primary-color) !important;
}

#homePageReferences .tag-link:visited, .reference-page .tag-link:visited {
	color: #fff !important;
}

#homePageReferences .tag-link:hover, .reference-page .tag-link:hover {
	color: var(--secondary-color) !important;
	background-color: transparent;
}
.card {
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	border: 0px !important;
	opacity: 1;
	margin: 0.31rem;
}

.card-body {
	padding-bottom: 2.5rem !important;
}
#homePageReferences .card-body, .reference-page .card-body {
	padding-bottom: 0 !important;
}
.card-text {
	text-align: left;
}

.masonry-item {
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border: 0px !important;
	opacity: 1;
	margin: 0.31rem;
}

#load-more,
#load-more-tag {
	margin-top: 7rem;
	margin-bottom: 6rem;
}

.article-button a {
	border-radius: 1.875rem;
	background-color: var(--primary-color);
	border: 4px solid var(--primary-color);
	font-family: Montserrat;
	font-weight: 600;
	font-size: 2rem;
	padding: 10px 1.875rem;
	text-decoration: none !important;
	margin-bottom: 1rem;
}

.article-button a:hover {
	background-color: transparent;
	color: var(--primary-color);
}

.article-underline-link a {
	text-decoration: underline;
}

.active-btn:hover {
	background-color: transparent;
	color: var(--primary-color);
}

h2.contact-us-link {
	font-size: 2rem;
}

p.contact-us-link {
	font-size: var(--font-size-h3) !important;
	font-style: normal;
	font-weight: 400;
	margin-top: 2.5rem;
	padding: 0px 4.375rem;
	line-height: 2.125rem;
}

.lightbox-gallery {
	background: #dee9f1 0% 0% no-repeat padding-box;
	padding: 87px 0 83px 0;
}

.lightbox-item-container {
	height: 213px;
	overflow: hidden;
	padding: 12.5px;
}

.lightbox-item-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.carousel-item {
	height: unset;
	max-height: 1030px;
}

.modal {
	--bs-modal-zindex: 9999 !important;
}

.carousel-control-next,
.carousel-control-prev {
	bottom: auto;
}

.wp-block-media-text__content {
	padding-left: 0 !important;
}

.wp-block-columns {
	padding-top: 1rem;
	padding-bottom: 1.5rem;
}

.wp-block-columns h3 {
	font-weight: 600;
	font-family: Montserrat;
	font-size: 3rem;
	text-transform: uppercase;
	color: var(--primary-color);
}

.wp-block-button {
	width: auto !important;
}

.wp-block-button a:visited {
	color: #fff;
}

.wp-block-button a:hover {
	color: var(--primary-color);
}

.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;
}

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

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

/* 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: 0.9375rem 1.4375rem 0.875rem;
	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;
}

.border--blue {
	width: 75%;
	height: 100%;
	/* border: 1px solid #707070; */
	background-color: var(--primary-color);
	clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}

.carousel__btn-container {
	width: 25%;
	height: 100%;
}
.carousel__btn-container button {
	background-color: var(--primary-color) !important;
	border-radius: 5px !important;
	border: none !important;
	width: 50px !important;
	height: 5px !important;
}
.carousel__btn-container button.active {
	background-color: var(--secondary-color) !important;
}

.carousel-indicators {
	width: 100%;
	height: 50px;
	margin: 0;
	background-color: #fff;
	justify-content: space-between;
	align-items: center;
}
a:visited {
	color: #fff;
}
.home #masthead {
	background: linear-gradient(to bottom, rgb(0 0 0 / 70%), #00000000);
	position: absolute;
	z-index: 9999;
	width: 100%;
	transition: all ease-in-out 300ms;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.container__outer {
	max-width: 1920px;
	margin: 0 8.75rem;
}
.container__inner {
	margin-inline: auto;
}
.home header.home-scrolled {
	position: fixed !important;
	transition: all ease-in-out 300ms;
	background: #fff !important;
	box-shadow: 0px 3px 6px #00000029;
}
.home header.home-scrolled #gemangoWhite {
	display: none;
}
.home header.home-scrolled #gemangoColoredMobile {
	display: inline-block;
}

.home header.home-scrolled .navbar a {
	color: var(--primary-color);
}

.carousel-item {
	height: 100vh;
	max-height: 1030px;
}

/* Ensure the container is responsive */
.carousel-media-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden; /* Ensure the image does not overflow the container */
}

/* Make the image responsive */
.carousel-media-container img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Ensure the image covers the container while maintaining aspect ratio */
}
.cta-section {
	position: absolute;
	top: 50%;
	right: 8.75rem;
	transform: translateY(-50%);
	max-width: 843px;
	text-align: center;
	margin: 0;
}

.hero-text-heading {
	font: normal normal 800 var(--font-size-h1) / 4.5625rem Montserrat;
	letter-spacing: 0px;
	color: #ffffff;
	margin: 0 auto 3.125rem; /* Center the heading */
}
.wordBlue {
	color: var(--primary-color);
}
.wordOrange {
	color: var(--secondary-color);
}
.bg-orange {
	background-color: var(--secondary-color);
}

.cta-btn {
	color: #ffffff;
	background-color: var(--primary-color);
	border: 4px solid var(--primary-color);
	border-radius: 1.875rem;
	text-align: center;
	font: normal normal 600 2rem/2.4375rem Montserrat;
	letter-spacing: 0px;
	padding: 10px 1.875rem;
}

.cta-btn:hover {
	color: var(--primary-color);
	background-color: transparent;
	border: 4px solid var(--primary-color);
}

a {
	text-decoration: none !important;
	transition: all ease-in-out 300ms;
}

.gemango-logo-mobile {
	display: none;
}
.nav-white {
	background-color: #fff;
	margin-top: 0;
}
body:not(.home) .site-header {
	box-shadow: 0px 3px 6px #00000029;
	z-index: 9999;
	padding: 1rem 0;
	background-color: #fff;
}

.footer__head {
	max-width: 1920px;
	padding-top: 3.544375rem;
	padding-bottom: 3.8825rem;
	background: #fff 0% 0% no-repeat padding-box;
	letter-spacing: 0px;
}

body:not(.home) .footer__head {
	box-shadow: inset 0px 5px 20px #00000029;
}

.footer__head p {
	color: var(--secondary-color);
}

.footer__link--tel p,
.footer__link--email p {
	text-decoration: none;
	text-align: center;
	font: normal normal 600 2rem/2.4375rem Montserrat;
}
.footer__address p {
	font: normal normal 600 1.5rem/1.8125rem Montserrat;
}

.footer__link--email p {
	word-wrap: break-word;
	word-break: break-word;
}

.footer__address p {
	margin-bottom: 0;
}

#menu-footer-menu {
	margin: 0;
	padding: 0;
	flex-wrap: nowrap;
}
#menu-footer-menu li {
	display: inline-block;
	margin-left: 1.5rem;
}
#menu-footer-menu li a {
	text-decoration: none;
	text-align: center;
	font: normal normal normal 1.125rem/1.375rem Montserrat;
	letter-spacing: 0px;
	color: #ffffff;
}
.footer__main {
	max-width: 1920px;
	min-height: 50px;
	background-color: var(--primary-color);
}
.footer__copyright {
	text-align: center;
	font: normal normal normal 1.125rem/1.375rem Montserrat;
	letter-spacing: 0px;
	color: #ffffff;
}

h1.heading-text {
	font: normal normal 800 var(--font-size-h1) / 4.875rem Montserrat;
	letter-spacing: 0px;
	text-shadow: 0px 3px 6px #00000029;
}

#homePageWhoWeAre .container__outer {
	padding-block: 8.75rem;
}
#homePageWhoWeAre .container__inner {
	flex: 1 1 0;
	width: 50%;
}
#homePageWhoWeAre .heading-text {
	color: var(--secondary-color);
	margin-bottom: 2.3125rem;
}
.heading-content {
	text-align: left;
	font: normal normal normal var(--font-size-base) / 1.875rem Montserrat;
	letter-spacing: 0px;
}
.heading-content .wordBlue {
	font-weight: 600;
}

.card__heading {
	text-align: center;
	font: normal normal 700 var(--font-size-h2) / 3.25rem Montserrat;
	letter-spacing: 0px;
	color: var(--secondary-color);
	margin: 0 0 1.875rem !important;
}
.services__heading {
	font: normal normal 600 var(--font-size-h2) / 3.25rem Montserrat;
	letter-spacing: 0px;
	color: var(--secondary-color);
	max-width: 460px;
	margin: 0 auto !important;
}
.card__description {
	text-align: center;
	font: normal normal normal var(--font-size-h3) / 2.4375rem Montserrat;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 1.875rem;
}
.list__parent {
	font: normal normal 500 var(--font-size-h4) / 2.125rem Montserrat;
	letter-spacing: 0px;
}
.list__child {
	font: normal normal normal var(--font-size-base) / 1.8125rem Montserrat;
	letter-spacing: 0px;
}
.card__text--large {
	font: normal normal bold var(--font-size-h1) / 3.625rem Montserrat;
	letter-spacing: 0px;
	margin-bottom: 1.875rem;
}
.card__text {
	font: normal normal normal var(--font-size-base) / 1.8125rem Montserrat;
	letter-spacing: 0px;
	margin-bottom: 1.875rem;
}
#homePageOurServices {
	background-color: #ebeded7b;
	box-shadow: inset 0px 5px 20px #00000029;
	padding-block: 6.25rem;
}
#homePageReferences {
	padding-block: 6.25rem;
}
#homePageReferences .heading-text {
	color: var(--secondary-color);
}
#homePageOurServices .heading-text {
	text-align: center;
	color: var(--primary-color);
	margin-bottom: 3.125rem;
}
.card__our-services {
	flex: 1 1 0;
	max-width: 750px;
	background: #ffffff 0% 0% no-repeat padding-box;
	border-radius: 10px 10px 0px 0px;
	padding: 1.875rem;
}
#homePageOurServices .card--left {
	border-bottom-color: var(--primary-color);
	border-bottom-width: 10px;
	border-bottom-style: solid;
}
#homePageOurServices .card--right {
	border-bottom-color: var(--secondary-color);
	border-bottom-width: 10px;
	border-bottom-style: solid;
}

#homePageOurServices .list__container {
	margin: 0;
}
#homePageOurServices .list__parent ul {
	margin-left: 0.5em;
}
#homePageOurServices .card__container {
	margin-bottom: 3.75rem;
}
#homePageOurServices .cta__our-services-container {
	max-width: 1638px;
	background: #ffffff 0% 0% no-repeat padding-box;
	border-radius: 10px;
	padding-top: 4.375rem;
	padding-bottom: 4.125rem;
	padding-inline: 1rem;
}
#homePageOurServices .cta__our-services {
	flex: 1 1 0;
	max-width: 750px;
	min-width: fit-content;
}

.services__link,
.reference__link {
	background: var(--primary-color) 0% 0% no-repeat padding-box;
	border-radius: 1.875rem;
	border: 4px solid var(--primary-color);
	font: normal normal 600 var(--font-size-h2) / 3.25rem Montserrat;
	letter-spacing: 0px;
	color: #ffffff;
	padding: 1.75rem 0;
	max-width: 460px;
}
#homePageOurServices .services__link:hover,
#homePageReferences .reference__link:hover {
	color: var(--primary-color);
	background-color: transparent;
	border: 4px solid var(--primary-color);
}
#homePageOurServices .card__heading-container-left {
	max-width: 346px;
	margin: 0 auto;
}
#homePageOurServices .card__heading-container-right {
	max-width: 226px;
	margin: 0 auto;
}
#homePageWhyPartnerWithUs {
	padding-top: 6.0625rem;
	padding-bottom: 6.25rem;
	background: #ebeded 0% 0% no-repeat padding-box;
	box-shadow: inset 0px 5px 20px #00000029;
}
#homePageWhyPartnerWithUs .heading-text {
	color: var(--primary-color);
	text-align: center;
	margin-bottom: 3.125rem;
}
.why-partner__list {
	list-style: none;
	font: normal normal 500 var(--font-size-h3) / 2.4375rem Montserrat;
	letter-spacing: 0px;
	color: #000000;
	padding: 0;
	margin-bottom: 0;
}
#homePageWhyPartnerWithUs .why-partner__list li {
	display: flex;
	align-items: center;
}
.why-partner__list .icon__container {
	flex: 0 0 80px;
	margin-right: 1.25rem;
}
#homePageWhyPartnerWithUs .why-partner__list li:not(:last-child) {
	margin-bottom: 3.125rem;
}

#wp-primary-menu {
	column-gap: 1.875rem;
}

.row {
	--bs-gutter-x: 0;
}

.entry-content p {
	font-size: var(--font-size-h3);
}

.wp-block-button__link {
	width: auto !important;
}

#post-container {
	margin-bottom: 3rem;
}
.tags-border {
	margin-left: calc(-1 * var(--bs-card-spacer-x, 1rem));
	margin-right: calc(-1 * var(--bs-card-spacer-x, 1rem));
	margin-top: 1.875rem;
}
.post-tags {
	min-height: 76px;
	margin-left: calc(-1 * var(--bs-card-spacer-x, 1rem));
	margin-right: calc(-1 * var(--bs-card-spacer-x, 1rem));
}

/* `xxl` applies to x-large devices (large desktops, less than 1441px) */
@media (max-width: 1440.98px) {
	.container__outer {
		max-width: 95%;
		margin: 0 auto;
	}
	.cta-section {
		right: 2.5%;
	}
	.footer__link--tel p,
	.footer__link--email p {
		font-size: 1.9rem;
	}
}

/* half monitor less than 1280px */
@media (max-width: 1279.98px) {
	.border--blue {
		display: none;
	}
	.carousel__btn-container {
		width: 100%;
	}
	.carousel__btn-container button {
		border: 2px solid #fff !important;
		background-color: transparent !important;
	}
	.carousel__btn-container button.active {
		background-color: #fff !important;
	}
	.carousel-inner {
		position: relative;
	}
	.cta-section {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.carousel-indicators {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		background-color: transparent;
	}
}
/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	.home #masthead {
		background: transparent;
	}
	.home #masthead,
	body:not(.home) #masthead {
		position: fixed;
		width: 100%;
		top: 0;
		background-color: #fff;
		box-shadow: 0px 3px 6px #00000029;
		padding-block: 0.5rem;
	}

	.gemango-logo-mobile {
		display: inline-block;
		width: 250px;
		min-width: 250px;
		margin: 0 auto;
	}
	#masthead .gemango-logo {
		display: none;
	}
	nav.navbar {
		position: relative;
	}
	.navbar-toggler {
		padding: 0;
		border: none;
	}
	.navbar-toggler:focus {
		box-shadow: none;
	}
	.navbar-toggler-icon {
		width: 2rem;
		height: 1.5rem;
	}
	.navbar-nav .nav-link {
		color: var(--primary-color) !important;
	}

	body .site-header {
		box-shadow: 0px 3px 6px #00000029;
		z-index: 9999;
		padding: 1.5rem 0;
		background-color: #fff;
	}
	/* h1.heading-text, */
	/* h1.entity-title-padding, */
	h1.wp-block-heading {
		font-size: 3.9rem;
	}
	/* .why-partner__list li, */
	.cta-btn,
	.footer__link--tel p,
	.footer__link--email p,
	/* .card__description, */
	h3.wp-block-heading {
		font-size: 1.8rem;
	}

	.why-partner__list {
		margin-inline: auto;
	}
	.footer__address {
		font-size: 1.4rem;
	}
	#homePageWhoWeAre .container__outer {
		padding-block: 4.375rem;
	}
	#homePageOurServices,
	#homePageReferences {
		padding-block: 3.125rem;
	}
	#homePageWhyPartnerWithUs {
		padding-top: 3.03125rem;
		padding-bottom: 3.125rem;
	}
	.hero-text-heading {
		margin-bottom: 1rem;
	}
	.site-main {
		margin-top: 7.375rem;
	}
	#wp-primary-menu {
		margin-top: 3.125rem;
		margin-left: 0;
		margin-bottom: 0;
		text-align: center;
	}
	.carousel-item {
		height: calc(100dvh - 118px);
	}
	.spinner-border,
	.spinner-grow {
		display: none;
	}

	.h-75 {
		height: 70% !important;
	}

	.reference-article p,
	.reference-title {
		font-size: 1.65rem;
	}
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.footer__logo-container {
		margin-bottom: 1rem;
	}
	.why-partner__heading {
		text-wrap: balance;
	}
	/* h1.heading-text, */
	/* h1.entity-title-padding, */
	h1.wp-block-heading {
		font-size: 3rem;
	}
	h1.entity-title-padding {
		padding-block: 1.875rem;
		height: auto;
	}
	.hero-text-heading {
		/* font-size: 2rem; */
		line-height: 3rem;
	}
	.footer__copyright,
	#menu-footer-menu li a {
		font-size: 1rem;
	}
	/* .card__heading, */
	/* .services__heading, */
	/* .services__link, */
	.article-button a {
		font-size: 2.3rem;
	}
	.why-partner__list .icon__container {
		flex-basis: 70px;
	}
	/* .why-partner__list li, */
	.footer__link--tel p,
	.footer__link--email p,
	/* .card__description, */
	.footer__address p,
	h3.wp-block-heading {
		font-size: 1.4rem;
	}
	.cta-btn {
		font-size: 1.2rem;
		padding: 5px 30px;
	}

	.navbar-nav .nav-link,
	/* .list__parent, */
	h4.wp-block-heading {
		font-size: 1.5rem;
	}
	.reference-btn,
	.heading-content
	/* .list__child, */
	/* .card__text */ {
		font-size: 1.3rem;
	}
	/* .card__text--large, */
	h2.wp-block-heading {
		font-size: 2.8rem;
	}
	p.contact-us-link {
		font-size: 2.05rem !important;
	}

	.h-75 {
		height: 90% !important;
	}
	.reference-article p,
	.reference-title {
		font-size: 1.55rem;
	}
}

/* Overide the default block columns CSS to make the columns stack on 768px and below */
@media (min-width: 769px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 0 !important;
		flex-grow: 1 !important;
	}
}

/* `md` applies to small devices (landscape phones, less than 769px ex. iPad) */
@media (max-width: 768.98px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100% !important;
	}
	.wp-block-button__link {
		width: 100% !important;
	}
	body .wp-block-columns.is-layout-flex {
		flex-direction: column-reverse;
	}
	#homePageWhoWeAre .container__outer {
		flex-direction: column-reverse;
		align-items: center;
	}
	#homePageWhoWeAre .container__inner {
		width: 100%;
	}
	#homePageWhoWeAre .container__inner .heading-text,
	h1.entity-title-padding,
	h1.wp-block-heading {
		text-align: center;
	}
	#homePageOurServices .card__container {
		flex-direction: column;
		margin-bottom: 1rem;
	}
	#homePageOurServices .cta__our-services-container {
		flex-direction: column;
	}
	#homePageOurServices .cta__our-services {
		width: 100%;
	}
	.footer__address {
		text-align: center;
	}
	.why-partner__list {
		margin: 0;
	}
	.footer__main .navbar {
		flex-direction: column;
	}
	.footer__copyright {
		font-size: 1.3rem;
		margin-block: 1rem !important;
	}
	.card--right > .d-flex {
		flex-direction: column;
	}
	.card--right > :nth-child(3) {
		margin-bottom: 1rem;
	}
	.card--right > .d-flex > p {
		margin-bottom: 0;
	}
	p.contact-us-link {
		font-size: 1.95rem !important;
		padding-inline: 0;
		text-align: center;
	}
	.wp-block-columns {
		padding-block: 1rem;
	}
	/* article p {
		font-size: 1rem;
	} */

	.reference-article p,
	.reference-title {
		font-size: 1.45rem;
	}

	/* .reference-page h4, */
	.reference-text {
		font-size: 1rem;
	}
	h1.heading-text {
		text-shadow: none;
	}
}

/* Two column footer layout at 768px */
@media (min-width: 576px) and (max-width: 768px) {
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.spinner-border,
	.spinner-grow {
		display: none;
	}

	.h-75 {
		height: 100% !important;
	}
}
@media (max-width: 575.98px) {
	.post-tags {
		min-height: auto;
	}
}
/* `sm` applies to x-small devices (portrait phones, less than 431px ex. iphone 14 pro max) */
@media (max-width: 430.98px) {
	.footer__copyright {
		font-size: 1.2rem;
		margin-block: 0.5rem !important;
	}
	/* #menu-footer-menu li a {
		font-size: 0.9rem;
	} */
	.hero-text-heading {
		/* font-size: 1.6rem; */
		line-height: 2.6rem;
	}
	.cta-btn {
		font-size: 1rem;
		padding: 2px 28px;
	}
	p.contact-us-link {
		font-size: 1.85rem !important;
	}
	.article-button a {
		font-size: 1.9rem;
		padding: 20px 30px !important;
		text-wrap: balance;
	}

	a.services__link,
	a.reference__link {
		padding: 20px 30px !important;
	}

	.h-75 {
		height: 30% !important;
	}

	.reference-article p,
	.reference-title {
		font-size: 1.35rem;
	}

	/* h1.heading-text, */
	/* h1.entity-title-padding, */
	h1.wp-block-heading {
		font-size: 2.6rem;
	}

	#menu-footer-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0.5rem;
	}
}
/* `sm` applies to x-small devices (portrait phones, less than 376px) */
@media (max-width: 375.98px) {
	.footer__copyright {
		font-size: 0.9rem;
	}
	/* #menu-footer-menu li a {
		font-size: 0.6rem;
	} */
	.why-partner__list .icon__container {
		flex-basis: 60px;
	}
	/* .why-partner__list li, */
	.footer__link--tel p,
	.footer__link--email p,
	/* .card__description, */
	.footer__address p,
	h3.wp-block-heading {
		font-size: 1.2rem;
	}
	/* h1.heading-text, */
	/* h1.entity-title-padding, */
	h1.wp-block-heading {
		font-size: 2.2rem;
	}
	.hero-text-heading {
		/* font-size: 1.3rem; */
		line-height: 2.3rem;
	}
	.cta-btn {
		font-size: 0.8rem;
		padding: 1px 25px;
	}
	/* .card__heading, */
	/* .services__heading, */
	/* .services__link {
		font-size: 1.9rem;
	} */
	.article-button a {
		font-size: 1.3rem;
		padding: 15px 25px;
	}
	.navbar-nav .nav-link,
	/* .list__parent, */
	h4.wp-block-heading {
		font-size: 1.1rem;
	}
	.reference-btn,
	.heading-content
	/* .list__child, */
	/* .card__text  */ {
		font-size: 0.9rem;
	}
	/* .card__text--large, */
	h2.wp-block-heading {
		font-size: 2.4rem;
	}
	p.contact-us-link {
		font-size: 1.65rem !important;
	}
	.reference-article p,
	.reference-title {
		font-size: 1.25rem;
	}
}

@media (min-width: 1600px) {
	.modal-xl {
		--bs-modal-width: 1540px !important;
	}

	.ratio-16x9 {
		--bs-aspect-ratio: 50% !important;
	}
}
