/*!
Theme Name: BD Group
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: bd-group
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.

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

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

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

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-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
--------------------------------------------- */
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 {
	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: #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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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;
}
header{
	position:relative;
}
/*
.main-navigation li {
	position: relative;
}
*/
.main-navigation a {
	display: block;
	text-decoration: none;
}

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

  /* Load Montserrat font from your local font directory */

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat/Montserrat-Light.ttf') format('woff2'),
       url('fonts/Montserrat/Montserrat-Light.ttf') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat/Montserrat-Regular.ttf') format('woff2'),
       url('fonts/Montserrat/Montserrat-Regular.ttf') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat/Montserrat-Medium.ttf') format('woff2'),
       url('fonts/Montserrat/Montserrat-Medium.ttf') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Montserrat Semibold';
  src: url('fonts/Montserrat/Montserrat-SemiBold.ttf') format('woff2'),
       url('fonts/Montserrat/Montserrat-SemiBold.ttf') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat/Montserrat-Bold.ttf') format('woff2'),
       url('fonts/Montserrat/Montserrat-Bold.ttf') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'MontserratArm';
  src: url('fonts/MontserratArm/Montserratarm-Regular.otf') format('woff2'),
       url('fonts/MontserratArm/Montserratarm-Regular.otf') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MontserratArm Light';
  src: url('fonts/MontserratArm/Montserratarm-Light.otf') format('woff2'),
       url('fonts/MontserratArm/Montserratarm-Light.otf') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter/Inter_18pt-ExtraLight.ttf') format('woff2'),
       url('fonts/Inter/Inter_18pt-ExtraLight.ttf') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter/Inter_18pt-Regular.ttf') format('woff2'),
       url('fonts/Inter/Inter_18pt-Regular.ttf') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Playfair';
  src: url('fonts/Playfair/Playfair_9pt-Medium.ttf') format('woff2'),
       url('fonts/Playfair/Playfair_9pt-Medium.ttf') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair';
  src: url('fonts/Playfair/Playfair_9pt-Regular.ttf') format('woff2'),
       url('fonts/Playfair/Playfair_9pt-Regular.ttf') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



@font-face {
    font-family: "Austin Hairline Light";
    src: url("fonts/Austin/AustinHairline-Light-Trial-BF662b0bb25b788.otf") format("woff2"),
         url("fonts/Austin/AustinHairline-Light-Trial-BF662b0bb25b788.otf") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
  font-family: 'Montserrat', sans-serif;
}

.container{
	padding: 0 15px; 
	width: 1462px;
	max-width: 100%;
	margin:0 auto;
}

.hero{
	height: 621px;
	width:100%;
	position: relative;
}

.site-header{
	height: 140px;
}

.hero img{
	height: 100%;
	width:100%;
	object-fit:cover;
	object-position:bottom;
}

.hero h1{
	font-family: "Montserrat Semibold";
	font-weight: 600;
	font-size: 34px;
	line-height: 125%;
	color:#FFFFFF;
	margin:0 0 11px;
}

.hero p{
	font-family: "Inter";
	font-weight: 300;
	font-size: 24px;
	line-height: 125%;
	letter-spacing: 0%;
	text-align: center;
	margin:0;
}

.hero-content{
	position: absolute;
    z-index: 1;
    margin: 0 auto;
    top: 50%;
    right: 0;
    text-align: center;
    bottom: 50%;
	max-width: 668px;
	color:#fff;
	left:38px;
}

.social-networks{
	position:absolute;
	bottom:41px;
}

.social-networks a{
	font-family: "Montserrat Light";
	font-weight: 300;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	text-decoration:none;
}

.header-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding:47px 0 42px;
}

.main-navigation > .menu-primary-english-container > ul{
	display: flex;
	gap:85px;
	justify-content: center;
	align-items:center;
}

.social-networks{
	position: absolute;
	left:38px;
	bottom:41px;
	display:flex;
	gap:22px;
}

.social-networks a{
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	color:#ffffff;
}

.main-navigation a{
	color:#404040;
}

.main-btn {
  position: relative;
  display: inline-block;
  padding: 12px 32px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #404040;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-clip: padding-box;
  text-decoration: none;
}

.main-btn:hover{
	 background: linear-gradient(90deg, rgba(1, 201, 252, 0.7) 0%, rgba(138, 104, 173, 0.7) 100%);
    box-shadow: 0px 4px 6px 0px #ffffff90 inset, 2px 4px 6px 0px #0000002a;
    transform: translateY(-2px);
	color: #ffffff !important;
}
   
.main-btn:visited, .main-btn:active{
  color: #404040;
}

/* Gradient border using pseudo-element */
.main-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 1px; /* border thickness */
  background: linear-gradient(90deg, rgba(138, 104, 173, 0.6) 0%, rgba(1, 201, 252, 0.6) 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
  pointer-events: none;
}

/* Hover effect */
.gradient-border-btn:hover {
  background: linear-gradient(90deg, rgba(138, 104, 173, 0.6) 0%, rgba(1, 201, 252, 0.6) 100%);
  color: #fff;
}

.main-navigation{
	width:auto;
}

.arrow-down{
  position: absolute;
    bottom: 41px;
    left: 50%;
    transform: translateX(-50%);
	cursor: pointer;
    z-index: 10;
    animation: arrowBounce 2s infinite;
}

@keyframes arrowBounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translate(-50%, 0);
    }
    40% {
        transform: translate(-50%, -10px);
    }
    60% {
        transform: translate(-50%, -5px);
    }
}
 
.team-gallery {
  padding: 0 0 70px;
}

.gallery-wrapper {
  display: grid;
  grid-template-columns: 2fr 1.3fr;
  gap: 20px;
  align-items: stretch;
}

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

.small-photos {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.small-photos > img:first-child {
  width: 100%;
  object-fit: cover;
  height:250px;
  min-height:48%;
}

.small-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.small-row img {
  width: 100%;
  object-fit: cover;
  height: 250px;
}

.home-about-content{
	display:flex;
	gap:110px;
}

.home-about-content h2{
	font-family: "Playfair";
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	text-align: center;
	color:#404040;
	margin:0;
	flex-shrink: 0;
}

.home-about-content p{
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0%;
	text-align: justify;
	margin:0;
}

.home-about{
   margin-bottom:80px;
}

.stats-section {
  margin-bottom: 140px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 60px;
  border-bottom:1px solid #CCCCCC;
  padding-bottom:116px;
}

.stat-item h2 {
  font-family: "Montserrat";
  font-weight: 500;
font-size: 60px;
line-height: 100%;
letter-spacing: 0%;
 color:#404040;
 margin:0 0 25px 0;
}

.stat-item h3 {
  font-family: "Playfair";
  font-weight: 500;
  font-size: 26px;
  line-height: 123%;
  letter-spacing: 0%;
  color:#404040;
  margin-bottom: 25px;
  margin-top:0;
}

.stat-item p {
  color: #404040;
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 16px;
  line-height: 123%;
  margin-bottom:0;
   margin-top:0;
}

.world-map h2{
	font-family: Playfair;
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: left;
	margin:0 0 13px 0;
	color:#404040;
}

.world-map p{
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 18px;
	line-height: 120%;
	text-align: left;
	margin-top:0;
}

.world-map-wrapper{
	display:flex;
	align-items: center;
	justify-content: space-between;
	gap:71px;
}

.world-map{
	flex-shrink: 0;
	position: relative;
	margin-bottom:131px;
}

/* Pin container */
.map-pin {
  position: absolute;
  text-align: center;
  border-radius:50%;
  width:21px;
  height:21px;
  cursor:pointer;
}

.map-pin:hover .popup-backdrop {
    display: block;
}

.map-pin::after{
	content: "";
    position: absolute;
	background-color:#3C3C3C;
	width: 5px;
    height: 4px;
    top: 42.5%;
    left: 38.5%;
	border-radius:50%;
	z-index:10;
	display:block;
	content:"";
}

/* Border layer */
.map-pin::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;

    background: #3C3C3C;

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;

    pointer-events: none;
    transition: background 0.3s ease;
}

.map-pin:hover::before {
    background: linear-gradient(
        90deg,
        rgba(138, 104, 173, 0.6),
        rgba(1, 201, 252, 0.6)
    );
}

.map-pin:hover::after {
    background: linear-gradient(
        90deg,
        rgba(138, 104, 173, 0.6),
        rgba(1, 201, 252, 0.6)
    );
	background-color:transparent;
}
.map-pin .pin {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3C3C3C;
  display: inline-block;
  position: absolute;
  top: 38%;
  left: 38%;
}

.map-pin p {
  font-size: 7px;
  color: #000;
  position:absolute;
  white-space: nowrap;
}

.map-pin.usa p {
    top: -10px;
    left: -3px;
}
.map-pin.portugal p {
    left: -35px;
    top: 2px;
}
.map-pin.italy p{
	right:-17px;
	top:0;
}
.map-pin.france p{    
	top: -10px;
}

.map-pin.spain p {
    left: -17px;
    top: -8px;
}

.map-pin.switzerland p {
    right: -27px;
    top: -10px;
}

.popup-box{
	padding:10px;
	
}
.popup-box .popup-logos{
	display:flex;
	gap:10px;
}

.popup-box .popup-logos img{
	height:15px;
}

.popup-box h4{
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	margin:0 0 26px 0;
	text-align:left;
}

/* Approximate coordinates — adjust visually */
.usa { top: 42%; left: 23%; }
.portugal {top: 40%;left: 44.6%;}
.france {
    top: 33%;
    left: 46%;
}

.spain {
    top: 38.5%;
    left: 47%;
}

.italy {
    top: 40%;
    left: 51.5%;
}

.switzerland {
    top: 35%;
    left: 49%;
}

.popup-backdrop{
	 position: absolute;
    top: -200px;
    left: -120px;
    right: 0;
    width: 250px;
    height: 170px;
    display: none;

    background: rgba(255,255,255,0.1);

    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);

    box-shadow:
        0px 2px 8px 2px rgba(0,0,0,0.1),
        0px 4px 4px 0px rgba(255,255,255,0.5) inset,
        -2px -2px 0.5px -2px rgba(255,255,255,0.5) inset;
}

.popup-backdrop.active{
	display:block;
}

.home-faq{
	margin-bottom:93px;
}

.home-faq h2{
	font-family: "Playfair";
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	text-align: center;
	margin-bottom:19px;
	margin:0 0 19px 0;
}

.home-faq__wrapper{
	max-width:891px;
	margin:0 auto;
}

.home-faq p.description{
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 18px;
	line-height: 125%;
	text-align: center;
	margin-bottom:72px;
	margin-top:0;
}

.faq-section {
  max-width: 710px;
  margin: 50px auto;
  font-family: "Montserrat", sans-serif;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 35px;
  padding-bottom:34px;
 }

 .faq-item.active{
	padding:0 0 16px;
 }

.faq-question {
  width: 100%;
  text-align: left;
  padding: 0;
  border:0;
  box-shadow: none;
  background: #fff;
  cursor: pointer;
  position: relative;
  transition: background 0.3s ease;
  font-family: "Playfair";
  font-weight: 500;
  font-size: 26px;
  line-height: 100%;
}

.faq-question::after {
  right: 0;
  font-size: 20px;
  transition: transform 0.3s ease;
  width:24px;
  height:24px;
  border-radius:50%;
  position:absolute;
  content:"";
  background-image: url("images/Subtract.png");
}

.faq-question.active::after {
   background-image: url("images/arrow-top.png");
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
	padding-right:100px;
 }

.faq-answer p {
  margin: 16px 0 0;
  line-height: 1.5;
  color: #444;
  font-family: "Montserrat", sans-serif;
	font-weight:300
}


.faq-item.active .faq-answer {
  max-height: 200px;
}

.home-contact{
	max-width: 1077px;
	margin:0 auto 180px;
}

.contact-form {
	display:flex;
	gap:10px;
}

.wpcf7-spinner{
	position:absolute;
}

.contact-form p{
	margin:0;
}

.contact-form .wpcf7-text{
	background-color: #F2F2F2;
    border: 0;
    border-radius: 30px;
    width: 285px;
    padding: 17px 16px;
	outline:0;
}

.contact-form .wpcf7-text,
.contact-form .wpcf7-text::placeholder
{
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	color:#A5A5A5;
}

.home-contact-wrapper{
	max-width:947px;
}

.home-contact-wrapper > p{
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 24px;
	line-height: 125%;
	letter-spacing: 0%;
	text-align: center;
    margin:0 0 55px 0;
}


/* Contact Form 7 submit button */
.wpcf7 form .wpcf7-submit {
  background: linear-gradient(90deg, rgba(138, 104, 173, 0.6) 0%, rgba(1, 201, 252, 0.6) 100%);
  box-shadow:
    0px 4px 4px 0px #ffffff80 inset,
    2px 4px 4px 0px #0000001a,
    0px 3px 1.3px 0px #ffffff80 inset;
  border: none;
  border-radius: 50px;
  font-family: Montserrat;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	padding: 14px 70px;
	  text-transform: capitalize;
	  cursor: pointer;
	  transition: all 0.3s ease;
	  color:#FFFFFF;
	  height:54px;
}

/* Hover state */
.wpcf7 form .wpcf7-submit:hover {
  background: linear-gradient(90deg, rgba(1, 201, 252, 0.7) 0%, rgba(138, 104, 173, 0.7) 100%);
  box-shadow:
    0px 4px 6px 0px #ffffff90 inset,
    2px 4px 6px 0px #0000002a;
  transform: translateY(-2px);
}

/* Focus state */
.wpcf7 form .wpcf7-submit:focus {
  outline: none;
  box-shadow:
    0px 4px 8px 0px #ffffffaa inset,
    2px 4px 8px 0px #00000030;
}

.inner-footer{
	padding:70px 0 62px;
	box-shadow: 0px -29px 52.2px 0px #00000017;
	background-color:#FFFFFF;
	z-index: 10;
    position: relative;
}

.bd-image{
	position: relative;
	bottom:-41px;
}

.inner-footer-wrapper{
	display:flex;
	justify-content: space-between;
}

.inner-footer h3{
	margin-top:0;
	margin-bottom:10px;
	color:#404040;
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
}

.footer-logo p{
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
}


.contact-head p, .contact-head div{
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 14px;
	line-height: 135%;
	letter-spacing: 0%;
	margin:0;
	color:#404040;
}
.inner-copy{
	display: flex;
	justify-content: space-between;
	border-top:1px solid #CCCCCC;
	padding:21px 0 24px;
}

.post, .page{
	margin:0
}

.footer-logo img{
	margin-bottom:6px; 
}

.footer-logo p{
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	color:#404040;
	margin:0;
}

.inner-copy{
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
    letter-spacing: 0%;
   color:#404040;
}

.footer-menu{
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	text-align: right;
}

.footer-menu a{
	color:#404040;
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	text-align: right;
    text-decoration: none;
}

.social-icons{
	margin-bottom:17px;
	display:flex;
	gap:10px;
	justify-content: end;
}

@media (max-width: 991px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

.breadcrumb {
  font-size: 16px;
  color: #777;
  display: flex;
  align-items: center;
  gap: 8px;

}

.breadcrumb a {
  	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	color:#CCCCCC;
	text-decoration:none;
}

.breadcrumb a:hover {
  	color: #000;
}

.breadcrumb .separator {
  	color: #ccc;
}

.breadcrumb .current {
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	color:#404040;
}

.brand-description{
	margin-top:60px;
	margin-bottom:60px;
}

.brands-grid{
	display:flex;
	gap: 21px;
	flex-wrap:wrap;
	margin-top:38px;
}

.brands-grid >a{
	border-radius:25px;
	border:1px solid #EBEBEB;
	width:463px;
	height:260px;
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:32%;
}

.divider{
	height:1px;
	background-color:#CCCCCC;
	width:100%;
	margin:80px 0;
}

.about-brand-links{
	display:flex;
	justify-content:space-between;
}

.about-brand p{
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 18px;
	line-height: 125%;
	letter-spacing: 0%;
	text-align: justify;
	margin-bottom:20px;
	margin-top:0;
}

.brand-wrapper img{
	margin-bottom:30px;
	width:250px;
}

.about-brand-text-wrapper{
	max-width:947px;
}

.about-brand-links .social-icons{
	display:flex;
	gap:19px;
}

.sub-logos{
	margin-bottom:160px;
}

.contact-page-address{
	display:flex;
	height:503px;
}

.contact-page-address .contact-page-left {
    flex: 0 0 52%;
} 

.contact-social{
	margin-top:65px;
	display:flex;
	gap:20px;
}
.contact-social a{
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	color:rgba(64, 64, 64, 1);
}
.apply-row a{
	color:rgba(64, 64, 64, 1);
}

.contact-page-right p:empty{
	display:none;
}

.contact-page-right a{
	color:rgba(64, 64, 64, 1);
}

.contact-page-right{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 102px 64px;
	flex-grow: 1;
    background: linear-gradient(
    90deg,
    rgba(138, 104, 173, 0.34) 0%,
    rgba(1, 201, 252, 0.34) 100%);
}

.contact-page-form .contact-page-right > div.address{
	color:#404040;
}

.contact-page-form .contact-social{
	margin-top:65px;
	display: flex;
	gap:20px;
}

.contact-page-form .contact-social a{
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	color:#404040;
}

.contact-page-form .contact-page-right h1{
	color:#404040;
	font-family: "Playfair";
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	letter-spacing: 0%;
	margin:0 0 38px 0;
}

.contact-page-form{
	margin:210px 0 213px;
}

.contact-page-form .form-wrapper p{
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 24px;
	line-height: 125%;
	letter-spacing: 0%;
	text-align: center;
	color:#000000;
	margin-bottom: 53px;
	margin-top:0;
}

.contact-page-form .form-wrapper{
	max-width: 947px;
	margin:0  auto;
}

.contact-page-form .blue{
	color:#01C9FC
}

.contact-page-form .form-row{
	display: flex;
    justify-content: space-between;
	gap:10px;
	margin-bottom: 23px;
}

.contact-page-form .form-col{
	width:50%;
}

.contact-page-form .form-row input[type="text"],
.contact-page-form .form-row input[type="tel"], 
.contact-page-form .form-row .wpcf7-email{
	background-color: #F2F2F2;
	border-radius: 30px;
	padding: 20px 17px;
	width: 100%;
	height: 54px;
	border:0;
}

.contact-page-form .form-row input[type="text"],
.contact-page-form .form-row input[type="tel"], 
.contact-page-form .form-row .wpcf7-email,
.contact-page-form .form-row input[type="text"]::placeholder,
.contact-page-form .form-row input[type="tel"]::placeholder, 
.contact-page-form .form-row .wpcf7-email::placeholder{
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0%;
	color:#A5A5A5;
}

.contact-page-form .wpcf7 form {
	max-width: 570px;
	margin:0  auto;
}

.contact-page-form .form-col p{
	margin:0;
}

.contact-page-form .wpcf7-textarea {
	height: 137px;
	background-color: #F2F2F2;
	border: 1px solid #D9D9D9;
	padding:19px 16px;
	border-radius:30px;
	color:#A5A5A5;
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
}

.contact-page-form .apply-row p{
	display: flex;
	margin: 0;
	justify-content: space-between;
	align-items: baseline;
}

.contact-page-form .wpcf7-spinner{
	display:none
}

.contact-page-form .terms{
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
	padding-right:89px;
	text-align: left;
}


.contact-page-form .apply-row .wpcf7-submit{
	padding:15px 114px!important;
}

.contact-page-form .form-col-single p{
	margin:0 0 23px;
}


.brand-info{
	display:flex;
	margin-top:38px;
}

.brand-info .brand-info-left{
	flex: 0 0 847px;
	padding:60px 60px;
	background-color: #F8F8F8;
}

.detail-row{
	display: flex;
	gap:6px;
	margin-bottom:16px;
}

.detail-label{
	font-family: "Montserrat";
	font-size: 18px;
	line-height: 129%;
	text-align: justify;
    width: 180px; 
    flex-shrink: 0; 
	font-weight: 500;
	color:#000000;
}

.detail-value {
    flex: 1;
}

.stats-box{
	margin-top: 95px;
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	display: flex;
	justify-content: space-between;
}

.stats-box p{
	margin: 0;
	color:#000000;
}

.malls-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 96px 0 113px;
    gap: 60px;
    text-align: center;
}

.mall-item {
    width: 300px;
}

.mall-year {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color:#cccccc;
	margin-bottom:5px;
}

.mall-title {
   font-family: "Montserrat";
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom:6px;
}

.mall-visitors {
   font-family: "Montserrat";
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom:17px;
}

.mall-address{
	color:#000000;
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
}

.divider-vertical {
    width: 1px;
    background: #d9d9d9;
    height: 120px;
}

.franchise-section {
    margin: 40px 0 80px;
}

.franchise-header {
    display: flex;
    gap: 100px;
    margin-bottom: 58px;
}

.franchise-title {
    font-family: "Playfair";
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	letter-spacing: 0%;
	margin:0;
	max-width:500px;
}

.franchise-text {
    flex: 1;
    font-family: "Montserrat";
	font-weight: 300;
	font-size: 18px;
	line-height: 125%;
	text-align: left;
	margin:0;
}

.franchise-images {
    display: flex;
    gap: 15px;
}

.franchise-img {
    position: relative;
    width: 33.33%;
}

.franchise-img img {
    width: 100%;
    border-radius: 4px;
    display: block;
	height:320px;
	object-fit: cover;
}

.arrow-image .arrow-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}

.brand-slider-wrapper {
    width: 73%;
 
}

.brandSwiper {
    width: 100%;
    overflow: hidden;
}

.brandSwiper .swiper-slide img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.brand-slider .swiper-slide a{
	width:100%;
}


.brand-info-inner strong{
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
}

.brand-info-inner p{
	margin-top: 12px !important;
}

.page-template-template-external-customers .text-info{
	text-align:center;
	margin:150px 0 51px;
}

 html[lang="hy"] .page-template-template-external-customers .text-bottom-right p{
	font-family: "MontserratArm Light" !important;
	 font-size:16px;
}


 html[lang="hy"] .page-template-template-external-customers  .package-list ul {
    font-family: "MontserratArm";
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    list-style: none;
    margin: 32px 0 0 0;
    padding: 0 0 0 20px;
}

html[lang="hy"] .custom-breadcrumb span,
html[lang="hy"] .custom-breadcrumb a,
html[lang="hy"] .custom-breadcrumb{
	font-family: "MontserratArm";
	font-size:14px;
}

html[lang="hy"] .about-head-wrapper p {
	font-family: "MontserratArm Light" !important;
    font-size: 16px;
}

.package-list ul{
	font-family: "Montserrat";
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    list-style: none;
    margin: 32px 0 0 0;
    padding: 0 0 0 20px;
}

.package-list ul li{
	position:relative;
	margin-bottom:17px;
	color:#000000;
	line-height:125%;
}

.package-list ul li:before{
	top:7px;
	left:-12px;
	position:absolute;
	width:5px;
	height:5px;
	border-radius:50%;
	content:"";
	display:block;
	background-color:#000;
}

/* Arrow Styling */
.swiper-button-next,
.swiper-button-prev {
    color: #000; 
    width: 35px;
    height: 35px;
}

.empty-block{
	width: 40%;
}

.brand-slider{
	display: flex;
	margin-top:58px;
}

.brand-slider .swiper-button-prev:after, 
.brand-slider .swiper-rtl .swiper-button-next:after,
.brand-slider .swiper-button-next:after,
.brand-slider .swiper-rtl .swiper-button-prev:after{
	display: none;
}

.swiper-button-next.custom-swiper-next,
.swiper-button-next, .swiper-button-prev{
	bottom:20px;
	top:auto;
}

/* Rotate only the PREV arrow */
.swiper-button-prev svg {
    transform: rotate(180deg);
}

.articles-wrapper{
	display:flex;
	gap:20px;
}

.articles h2{
	font-family: "Playfair";
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
}

.article-item-bottom{
	display:flex;
	justify-content: space-between;
}

.other-brands{
	margin:70px 0 160px;
}

.other-brands h2{
	font-family: "Playfair";
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
}

.article-item img{
	margin-bottom:20px;
	height:250px;
	object-fit:cover;
	border-radius:20px;
}

.article-item h3{
	font-family: "Montserrat";
	font-weight: 500;
	font-style: Medium;
	font-size: 20px;
	line-height: 100%;
	color:#000000;
	margin:0 0 10px 0;
}

.article-item p{
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 16px;
	line-height: 111%;
	margin-bottom:22px;
}


.article-item .date{
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 16px;
	line-height: 111%;
	letter-spacing: 0%;
}

.logo-slider {
    display: flex;
    flex-direction: column;
    gap: 39px;
    overflow: hidden;
	margin:98px 0 56px;
	overflow: hidden;
    width: 100%;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-slider .swiper-slide{
	width:max-content
}

.logo-row.row-1 img {
    height: 20px;
    width: fit-content;
    object-fit: contain;
    opacity: 0.2;
}

.logo-row.row-2 img{
	opacity: 1;
	height: auto;
	object-fit:contain;
}


.logo-row {
    display: flex;
    width: 100%;
    white-space: nowrap;
}

.logo-row .logos {
    display: flex;
    flex-wrap: nowrap;
	align-items:baseline;
}

.logo-row img {
    margin-right: 40px;
    max-height: 80px;
    flex-shrink: 0;
}

.overview-header-wrapper{
	display:flex;
	justify-content: space-between;
	border-bottom:1px solid #CCCCCC;
	height:100%;
}

.overview-header{
	height:620px;
}

.overview-header-left{
	padding: 80px 0 75px 20px;
    flex-shrink: 0;
    width: 36%;
}

.overview-header-left h1{
	font-family: "Playfair";
    font-weight: 500;
    font-size: 60px;
    padding-right: 120px;
    line-height: 120%;
    overflow-wrap: break-word;
    margin: 100px 0 55px;
}


.overview-header-right{
	/*flex:0 0 888px;*/
	width:60%;
}

.overview-header-subheader{
	margin: 0;
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 1px;
}

.overview-header-right img{
	height: 620px;
	object-fit: cover;
	width:100%;
}

.overview-text{
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 20px;
	line-height: 125%;
	margin:0;
}

.text-bottom{
	display:flex;
	padding:80px 0 60px;
}

.text-bottom-wrapper{
	display:flex;
	justify-content: space-between;
	gap:20px;
	align-items: end;
}

.text-bottom-wrapper .text-bottom-left{
	flex:0 0 39%;
}

.text-bottom-wrapper .text-bottom-left img{
	width:100%;
	object-fit:cover;
}

.text-bottom-right{
	flex-grow:1;
}

.text-bottom-right ul{
	margin:0;
	padding: 0 0 0 20px;
	list-style:none;
}

.text-bottom-right ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}

.text-bottom-right p{
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 18px;
	line-height: 125%;
	letter-spacing: 0%;
}

.text-bottom-right h2{
	font-family: "Playfair";
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	margin-top:0;
	color:#000000;
}

.text-bottom-right ul {
    margin: 16px 0 0 10px!important;
    padding: 0;
    list-style: none;
}

.text-bottom-right ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 0;
    line-height: 1.6;
}

.text-bottom-right ul li::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 11px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
}


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

.three-cols-section{
	background-color:#F8F8F8;
	padding: 75px 0 100px;
}

.three-cols-section h2{
	font-family: "Playfair";
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	letter-spacing: 0%;
	margin: 0 0 25px 0;
	color:#000000;
	text-align:center;
}


.three-cols-section p{
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 18px;
	line-height: 125%;
	letter-spacing: 0%;
	text-align: center;
	color:#404040;
	margin:0
}

.three-cols-wrapper{
	display:flex;
	gap:51px;
	justify-content: center;
}

.three-col{
	border:1px #D9D9D9 solid;
	background-color: #FFFFFF;
	padding:35px 23px 67px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width:363px;
}

.three-cols-text-wrapper{
	display:flex;
	justify-content: space-between;
	flex-direction: column;
	max-width: 827px;
	margin:0 auto 80px;
}

.three-cols-text-wrapper p{
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 18px;
	line-height: 125%;
	text-align: center;
	margin: 0;
	color:#404040;
}

.three-col h5{
	font-family: "Playfair";
	font-weight: 500;
	font-size: 40px;
	line-height: 111%;
	letter-spacing: 0%;
	text-align: center;
	margin:0 0 50px 0;
	overflow-wrap:wrap;
	text-transform: capitalize;
	min-height:90px;
	padding: 0 20px;
}

.three-col h4{
	font-family: "Playfair";
	font-weight: 500;
	font-size: 40px;
	line-height: 111%;
	letter-spacing: 0%;
	text-align: center;
	margin: 0 0 44px 0;
}


.customer{
	padding:80px 0;
}

.customer-description{
	font-family: "Playfair";
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: 0%;
	text-align: center;
	max-width:1190px;
	margin:0 auto 70px;
	color:#404040;
}

.grid-boxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    margin-top: 6px;
}

.box {
    padding: 30px 25px;
    border: 1px solid #e1e1e1;
    background: #fff;
}

.box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111;
}

.box p,
.box ul li {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.box ul {
   	font-family: "Montserrat";
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	margin:0;
	padding:0 0 0 20px;
}

.customer-boxes-wrapper{
	display:flex;
	gap:20px;
}

.customer-boxes-left{
	flex:0 0 464px;
}

.customer-boxes-left .section-title {
	font-family: "Playfair";
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	margin:0 0 34px;
	color:#000000;
	padding-right:40px;
}

.customer-boxes-left p{
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 18px;
	line-height: 125%;
	margin: 0;
}

.box h4{
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	margin:0 0 17px;
	padding: 0 60px 0 0;
}

.box ul li{
	margin:0 0 10px 0;
}



.network-left p {
   font-family: "Montserrat";
	font-weight: 300;
	font-size: 18px;
	line-height: 125%;
	margin: 0;
}

.network-wrapper{
	display:flex;
	gap:93px;
	justify-content:space-between;
	align-items:end;
}

.network-images {
    display: flex;
    align-items: end;
    gap: 20px;
}

.image-box {
    border: 0;
    padding: 0;
}

.image-box img {
    width: 100%;
    display: block;
}

.network-left h3 {
	font-family: "Playfair";
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	margin:0 0 20px 0;
}

.image-box {
    border: 0;
    padding: 0;
}

.feature-list strong{
	display:block;
	font-family: "Montserrat";
	font-weight: 500;
    font-size: 18px;
	line-height: 100%;
}

.feature-list strong {
    margin: 12px 0 3px 0!important;
	line-height:100%
}

.network-left{
	flex:0 0 512px;
}

.image-box img {
    width: 100%;
    display: block;
}

.image-text{
	display:flex;
	justify-content:space-between;
	margin: 80px 0;
}

.image-text .right{
	background-color:#F8F8F8;
	display:flex;
	align-items: flex-start;
	justify-content:center;
	flex-direction:column;
	padding:100px 141px 100px 100px;
}

.network-section{
	margin-bottom:80px;
}

.image-text .right h2{
	font-family: "Playfair";
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	text-align:left;
	margin:0 0 38px;
}

.image-text .left{
	flex: 0 0 45%;
}

.image-text .left img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.image-text .right p{
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 18px;
	line-height: 125%;
	margin:0;
	line-height:125%;
}

.segment{
	padding:80px 0 94px;
}

.segment h2{
	font-family: "Playfair";
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align:center;
	margin:0 0 45px 0;
}

.segment  .overview{
	margin:0
}

.segment .text{
	font-family: Montserrat;
	font-weight: 300;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	margin:15px 0 72px;
}

.segment-wrapper{
	display:flex;
}

.segment-wrapper >div{
	text-align:center;
	padding:0 80px;
	width:32%;
}

.segment-wrapper >div h2{
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	margin:0 0 35px;
	text-transform:capitalize;
}

.segment-wrapper >div p{
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 16px;
	line-height: 126%;
	text-align: center;
	margin:0;
}

.segment-desc-wrapper h2{
	font-family: Playfair;
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	letter-spacing: 0%;
	margin:0 0 15px;
}

.segment-desc-wrapper p{
	margin: 0;
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
}

.segment-desc-wrapper{
	text-align:center;
	margin:0 0 73px;
}

.segment-wrapper > div:nth-of-type(2) {
    border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.inner-text-2-photos-wrapper{
	display:flex;
	align-items:end;
	gap:40px;
}

.inner-text-2-photos-wrapper .small{
	width:242px;
	height:260px;
	object-fit:cover;
}

.text-wrapper h2{
	font-family: "Playfair";
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	margin:0 0 29px 0;
}

.text-wrapper p{
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 18px;
	line-height: 125%;
	letter-spacing: 0%;
	margin:0;
}

.read-more{
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	color:#404040;
	margin:36px 0 0 0;
	display:block;
}
.read-more:visited{
	color:#404040;
}

.right-image{
	display:flex;
	margin:80px 0;
}

.right-image .left-block {
	background-color:#F8F8F8;
	padding:100px  40px 100px 100px;
}

.right-image .left-block h2 {
	font-family: "Playfair";
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	letter-spacing: 0%;
}

.right-image  .right-block {
	flex:  0 0 45%;
}

.right-block img {
	height:500px;
	width:100%;
	object-fit:cover;
}

.right-image .left-block h2{
	color:#404040;
	font-family: "Playfair";
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-top:0;
}

.right-image .left-block p{
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 18px;
	line-height: 125%;
	color:#404040;
}

.sub-overview-header{
	min-height:300px;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	z-index:0;
	padding:80px 0 76px;
}

.sub-overview-header h1{
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	text-align: center;
	color:#fff;
	margin:0 0 24px 0;
	letter-spacing:1.2px;
}

.sub-overview-header p{
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 20px;
	line-height: 125%;
	color:#fff;
	margin:0 0 15px 0;
}

.sub-oerview-description{
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 20px;
	line-height: 100%;
	text-align: center;
	margin:0 auto!important;
	max-width:995px;
}

.border-blocks{
	margin: 152px 0 80px;
}

.sub-overview-main-text p{
	font-family: "Playfair";
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	text-align: center;
	margin:0 auto;
	max-width:1190px;
	
}

.sub-overview-main-text{
	padding:80px 0 76px;
}

.border-blocks h2{
	font-family: "Playfair";
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	text-align: center;
	margin:0 0 5px 0;
}

.border-blocks-description{
	font-family: "Playfair";
	font-size: 20px;
	line-height: 160%;
	text-align: center;
	margin:0 0 35px 0;
}

.border-blocks-wrapper{
	display:flex;
	gap:20px;
}

.border-block{
	padding: 30px 25px;
    border: 1px solid #e1e1e1;
    background: #fff;
	width:33%;
}

.border-block h3{	
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 40px;
	line-height: 100%;
	margin:0 0 17px 0;
    overflow-wrap: break-word;
}

.border-block ul{
	display: flex;
    flex-direction: column;
    gap: 17px;
    margin: 0;
    padding: 0 0 0 22px;
	list-style:none;
}

.border-block li{
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 18px;
	line-height: 122%;
	color:#404040;
	position:relative;

}

.border-block li::before {
    content: '';
    position: absolute;
    left: -17px;
    top: 8px;
    width: 4px;
    height: 4px;
    background-color: #404040;
    border-radius: 50%;
}

/*general classes */
.sub-overview-header .breadcrumbs a{
	opacity:0.5;
	color:#ffffff;
	text-decoration:none;
}

.mb-80{
	margin-bottom:80px;
}

.mt-80{
	margin-top:80px;
}

.measurements .text-bottom-wrapper .text-bottom-left {
    flex: 0 0 45%;
}

.measurements .text-bottom-wrapper{
	justify-content:flex-start;
	gap:21px;
}

.measurements .text-bottom-right ul{
	margin:0;
}

.page-template-template-empowerment-and-belongings .segment{
	padding-bottom:0
}

.page-template-template-empowerment-and-belongings .border-blocks.bottom{
 	margin:0;
}

.info-grid-wrapper{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.page-template-template-distribution-channel .box h3{
	font-family: "Montserrat";
	font-weight: 500;
	font-style: Medium;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom:17px;
}


.page-template-template-distribution-channel .box p{
	font-family: "Montserrat";
	font-weight: 500;
	font-style: Medium;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom:17px;
}

.page-template-template-distribution-channel .box ul li{
	font-size:18px;
}

.page-template-template-career .three-cols-text-wrapper{
	margin-bottom:76px;
}
.page-template-template-career .three-cols-text-wrapper h2{
	font-family: "Montserrat";
	font-weight: 500;
	font-style: Medium;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	color:#000000;
	margin-bottom:0;
}

.box h3{
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 35px;
	line-height: 100%;
	letter-spacing: 0%;
	margin:0 0 17px 0;
}

.box p{
	font-family: "Montserrat";
	font-size: 16px;
	line-height: 125%;
	letter-spacing: 0%;
	margin:0;
	font-weight:400;
}

.box ul li{
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 16px;
	line-height: 122%;
	letter-spacing: 0%;
	margin-bottom:0;
}

.box ul {
	display:flex;
	flex-direction:column;
	gap:20px;
}
/* Row 1 */
.item1 { grid-column-start: 1; grid-row-start: 1; }
.item2 { grid-column-start: 2; grid-row-start: 1; }
.item3 { grid-column-start: 2; grid-row-start: 2; }

/* Row 2 — shifted */
.item4 { grid-column-start: 3; grid-row-start: 2; }

/* Row 3 — left and center */
.item5 { grid-column-start: 2; grid-row-start: 3; }
.item6 { grid-column-start: 1; grid-row-start: 4; }

/* Row 4 — aligned center */
.item7 { grid-column-start: 2; grid-row-start: 4; }


.collage-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 60px 0;
}

.collage {
    position: relative;
    width: 100%;   /* You can adjust */
    height: 620px;  /* You can adjust */
}

/* base image style */
.collage .img {
    position: absolute;
    object-fit: cover;
 }

/* -------------- */
/* POSITIONS      */
/* -------------- */

/* LEFT large image */
.img1 {
    width: 340px;
    height: 440px;
    left: 0;
    top: 0;
}

/* small vertical left */
.img2 {
    width: 180px;
    height: 240px;
    left: 282px;
    top: 54px;
}
/* small horizontal left */
.img3 {
    width: 180px;
    height: 220px;
    left: 27%;
    top: 260px;
    z-index: 10;
}

/* CENTER main image */
.img4 {
    width:504px;
    height: 620px;
    left: 33%;
    top: 0;
}

/* right small image top */
.img5 {
    width: 225px;
    height: 280px;
    left: auto;
	right:20%;
    top: 170px;
	z-index:10;
}

/* right small image middle */
.img6 {
    width: 340px;
    height: 425px;
    left: auto;
    top: 0;
	right:0
}

/* right large woman */
.img7 {
    width: 240px;
    height: 350px;
    left: 750px;
    top: 150px;
}

.our-story-wrapper{
	display:flex;
	gap:70px;
	align-items:end;
}

.our-story-wrapper .left{
	flex:0 0 363px
}
.our-story-wrapper h2{
	font-family: "Playfair";
	font-weight: 500;
	font-style: Medium;
	font-size: 30px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	margin:0 0 30px 0;
}

.blog-switch-head{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:25px;
}

.blog-switch-head h2{
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	margin:0;
}

.blog-switch{
	margin:70px 0;
}


#blogWrapper{
	display:flex;
	justify-content:flex-start;
	gap:20px;
	flex-wrap:wrap;
}

#blogWrapper article{
	width:32%;
}

#blogWrapper article img{
	border-radius:20px;
	height:250px;
	object-fit:cover;
	margin-bottom:20px;
}

#blogWrapper article h3,#blogWrapper article a{
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	margin-bottom:10px;
	margin-top:0;
	color:#000000;
	text-decoration:none
}

#blogWrapper article p{
	 display: -webkit-box;
    -webkit-line-clamp: 3; /* limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 16px;
	line-height: 111%;
	margin:0 0 22px 0;
}
  
.article-footer{
	display:flex;
	justify-content:space-between
}

.view-switcher{
	display:flex;
	gap:14px;
}

.switch-btn{
	cursor:pointer;
}

.switch-btn.active svg path{
	fill: #000000;
    fill-opacity: 1;
}

.blog-row-view{
	display:flex;
	flex-direction:column
}

.blog-row-view article{
	width:100%!important;
	display:flex;
	gap:20px;
}

.blog-row-view article img{
	width:464px;
}

#blogWrapper.blog-row-view article h3{
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	margin: 0 0 34px;
	max-width:471px;
}

#blogWrapper.blog-row-view article p{
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 20px;
	line-height: 111%;
	letter-spacing: 0%;
	margin:0 0 35px 0;
}

#blogWrapper.blog-row-view  .article-footer {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
}


.single-header{
	position:relative
}
.single-header img{
	width:100%;
	object-fit:cover;
	height:620px;
}

.single-header h1{
	font-family: "Playfair";
	font-weight: 500;
	font-size: 60px;
	line-height: 111%;
	position:absolute;
	bottom:100px;
	left:40px;
	color:#ffffff;
	max-width:705px;
	margin:0;
}

.single-content{
	margin-top:147px;
}

.single h2{
	font-family: "Playfair";
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	letter-spacing: 0%;
	margin:0 0 40px 0
}

.single .blockquote{
	font-family: "Playfair";
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	text-align: center;
	max-width:1029px;
	margin:105px auto 88px;
	
}

.single-date-desc, .additional-info{
	display:flex;
	gap:48px;
	max-width:1145px;
	margin:0 auto;
	justify-content:flex-end
}

.single-description,
.additional-info-text{
	flex:0 0 756px;
}

.additional-info h3{
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	margin:0;
}

.additional-info-text p:first-child{
	margin-top:0;
}

.single-date{
	display:flex;
	gap:15px;
	padding-right:48px;
	position:relative;
}

.additional-info{
	margin:65px auto 111px;
	max-width: 1145px;
    display:flex;
    justify-content: flex-end;
}

.single-date:after{
	display: block;
    top: 9px;
    width: 1px;
    height: 70px;
    content: "";
    background-color: #000;
    right: 0;
    position: absolute;
}

.single-date .month{
	font-family: "Playfair";
	font-weight: 500;
	font-size: 50px;
	line-height: 111%;
}

.single-date .year{
	font-family: "Austin Hairline Light";
	font-weight: 300;
	font-size: 40px;
	line-height: 100%;
	position:static;
}

.single-date .day{
	font-family: "Austin Hairline Light";
	font-weight: 300;
	font-size: 100px;
	line-height: 100%;
}


.single-middle-info {
    display: grid;
    grid-template-columns: 1fr 756px; /* left side empty, right side = 500px */
    max-width: 1145px;
    margin: 0 auto;
}

.single-middle-info div {
    grid-column: 2;
 	font-family: "Montserrat";
	font-weight: 300;
	font-size: 18px;
	line-height: 125%;
}


.single #blogWrapper{
	margin: 0 0 127px;
}

.has-mega-menu {
    position: static;
}

.has-mega-menu:hover .brands-mega-menu, 
.has-mega-menu:focus-within .brands-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
}

.has-mega-menu .brands-mega-menu {
    position: absolute;
    left: 0;
    /*transform: translate(-25%, 47px) !important;*/
    right: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    pointer-events: none;
    z-index: 10000;
    border: 1px solid #ebebeb;
    backdrop-filter: blur(4px);
    height: max-content;
    padding: 41px 40px;
}

.has-mega-menu:hover .brands-mega-menu,
.has-mega-menu:focus-within .brands-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
}

.brands-mega-grid{
	display:flex;
	justify-content:space-between;
	gap:80px;
}

.brands-col h4, .brands-featured h4{
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 5%;
	text-transform: uppercase;
	color:#404040;
	margin:0;
}

.brand-items{
	padding-top: 43px;
}

.brand-info-right img{
	height: 100%;
	object-fit:cover;
}

.brands-col a{
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.8px;
}

.megamenu-list{
	position:static;
	display:flex;
	flex-direction:column;
}

.brand-items ul {
	display:flex;
	gap:20px;
}
.brand-items ul li{
	list-style:none;
}

.middle-col{
	width:49%;
}

.middle-col h4{
	padding-left: 55px;
}

.middle-col ul {
    border-left: 1px solid #CCCCCC;
    padding-left: 55px;
    padding-right: 40px;
    border-right: 1px solid #CCCCCC;
}

.brand-items ul.middle-list {
    display: flex;
    flex-wrap: wrap;       
    max-height: 55vh;     
    overflow: hidden;
	justify-content:flex-start;
}

.brand-items ul.middle-list li {
    width: 50%;            
}

.brands-featured{
	width:20%;
}

.brands-featured span{
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	display:block;
	margin-top:24px;
}

.brands-featured img{
	height:260px;
	object-fit:cover;
}

.menu-item >.sub-menu{
	display:none
}

.menu-item:not(.has-mega-menu) {
    position: relative;
}

.sub-menu{
	position:absolute;
	background:#fff;
	padding:43px 80px 43px 43px;
	border:1px solid #EBEBEB;
	top: 120px;
}

.sub-menu a{
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.8px;
}

.menu-item.menu-item-has-children:hover >.sub-menu, .sub-menu.submenu-visible {
    display: flex;
    z-index: 100;
    color: #000;
    padding-left: 43px;
    gap: 40px;
    flex-direction: column;
}

.pll-parent-menu-item .sub-menu a{
	width:auto;
}

.pll-parent-menu-item .lang-item a:hover:before{
	display:none;
}

.pll-parent-menu-item{
	position:relative;
}

.pll-parent-menu-item .sub-menu{
	padding: 13px 26px!important;
    width: 76px;
	border:1px solid #CCCCCC;
	gap: 23px !important;
    left: -27px !important;
}

html[lang="hy"] body, html[lang="hy"] p,
html[lang="hy"] h1,
html[lang="hy"] h2,
html[lang="hy"] h3,
html[lang="hy"] .sub-menu a, 
html[lang="hy"] .brands-col a,
html[lang="hy"] .brands-col h4, html[lang="hy"] .brands-featured h4,
html[lang="hy"] .brands-featured span,
html[lang="hy"] .contact-form .wpcf7-text, html[lang="hy"] .contact-form .wpcf7-text::placeholder,
html[lang="hy"] .wpcf7 form .wpcf7-submit,
html[lang="hy"] .contact-head p, html[lang="hy"] .contact-head div,
html[lang="hy"] .box ul li,
html[lang="hy"] .contact-page-form .form-row input[type="text"], 
html[lang="hy"] .contact-page-form .form-row input[type="tel"],
html[lang="hy"] .contact-page-form .form-row .wpcf7-email,
html[lang="hy"] .contact-page-form .form-row input[type="text"]::placeholder,
html[lang="hy"] .contact-page-form .form-row input[type="tel"]::placeholder,
html[lang="hy"] .contact-page-form .form-row .wpcf7-email::placeholder,
html[lang="hy"] .contact-page-form .wpcf7-textarea,
html[lang="hy"] .contact-page-form .terms,
html[lang="hy"] .main-btn,
html[lang="hy"] .read-more,
html[lang="hy"] .single-middle-info div,
html[lang="hy"] .single .blockquote

{
    font-family: "MontserratArm" !important;
	line-height:127%
}

html[lang="hy"] .job-row .wpcf7-tel,
html[lang="hy"] .job-row .wpcf7-email, 
html[lang="hy"] .job-row .wpcf7-subject,
html[lang="hy"] .job-row .wpcf7-text,
html[lang="hy"] .job-row .wpcf7-tel::placeholder,
html[lang="hy"] .job-row .wpcf7-email::placeholder, 
html[lang="hy"] .job-row .wpcf7-subject::placeholder,
html[lang="hy"] .job-row .wpcf7-text::placeholder,
html[lang="hy"] .apply-btn,
html[lang="hy"] #job-modal .wpcf7-textarea
{
	 font-family: "MontserratArm" !important;
}

html[lang="hy"] body{
	line-height:130%;
}

html[lang="hy"] .network-left p,html[lang="hy"] .feature-list strong{
	font-weight:500;
	font-family: "MontserratArm" !important;
}

html[lang="hy"] .network-left p{
	font-family: "MontserratArm" !important;
	font-weight: 300;
}

html[lang="hy"]  .feature-list strong:not(:first-of-type) {
    margin: 12px 0 6px 0;
}

html[lang="hy"] .network-left p{
	font-size:14px!important;
}

html[lang="hy"] .three-cols-section p{
	font-size:14px;
}

html[lang="hy"] .segment-wrapper >div p{
	font-size:14px;
}

html[lang="hy"] .sub-oerview-description{
	font-family: "MontserratArm Light" !important;
} 

html[lang="hy"]  .sub-overview-header p{
	line-height:130%;
	font-family: "MontserratArm Light" !important;
	font-size:16px;
}

html[lang="hy"] h3{
	line-height:130%;
}

html[lang="hy"] .border-block h3{
	font-size:30px;
}

html[lang="hy"]  .border-block li{
	font-family: "MontserratArm" !important;
	font-size:14px;
}

html[lang="hy"] .sub-menu a{
	font-size:14px;
}

html[lang="hy"] #blogWrapper article h3, 
html[lang="hy"] #blogWrapper article a{
	line-height:125%;
}

html[lang="hy"]  .three-col h5{
	font-size:30px;
}

html[lang="hy"] .corporate-grid h3{
	font-size: 30px;
}

.lang-item-en img {
  	 opacity: 0;
}

html[lang="hy"] .map-pin.spain p {
    left: -33px;
    top: -6px;
}

html[lang="hy"] .map-pin.portugal p {
    left: -57px;
    top: -3px;
}

html[lang="hy"] .map-pin.italy p {
    right: -27px;
    top: -9px;
}
html[lang="hy"] .image-text .right p{
	line-height:130%;
	font-size:14px;
	font-family: "MontserratArm Light" !important;
}

html[lang="hy"] .our-story-wrapper p{
	line-height:130%;
	font-family: "MontserratArm Light" !important;
	font-size:16px;
}

html[lang="hy"] .network-left p,html[lang="hy"] .text-wrapper p{
	line-height:130%;
	font-family: "MontserratArm Light" !important;
	font-size:16px;
}

html[lang="hy"] .franchise-text{
	line-height:130%;
	font-family: "MontserratArm Light" !important;
	font-size:16px;
}

html[lang="hy"] .sub-menu a{
	line-height:125%;
}

html[lang="hy"] .brands-col h4, html[lang="hy"]  .brands-featured h4{
	line-height:125%;
}

html[lang="hy"] .overview-header-left h1{
	font-size: 40px;
}

html[lang="hy"] .overview-text{
	font-family: "MontserratArm Light" !important;
	font-size: 16px;
}

html[lang="hy"] .border-box ul{
	font-family: "MontserratArm";
	font-size:16px;
}

html[lang="hy"] .brand-info-inner strong{
	font-family: "MontserratArm";
	font-size:14px;
}

html[lang="hy"] .brand-info-inner strong{
	font-family: "MontserratArm";
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}

html[lang="hy"]  .hero p{
	font-size: 18px;
}

html[lang="hy"] .hero h1{
	font-size: 27px;
}

.lang-item-en, .lang-item-hy{
	position:relative;
	height:24px;
	width:24px;
}

.lang-item-en::before{
	content: url('https://dev2.yexoma.com/wp-content/uploads/2025/12/is.png');
    width: 24px;
    height: 24px;
	position:absolute;
	display:block;
	left:0;
	top:0;
	z-index:-1;
}

.lang-item-hy img {
	 opacity: 0;
}

.lang-item-hy::before{
	content: url('https://dev2.yexoma.com/wp-content/uploads/2025/12/Mask-group.png');
    width: 16px;
    height: 11px;
	position:absolute;
	display:block;
	left:0;
	top:0;
	z-index:-1;
}

.sub-text{
	margin:80px 0;
	font-family: "Playfair";
	font-weight: 500;
	font-style: Medium;
	font-size: 30px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
}

.our-purpose{
	padding:80px 0 70px;
}
    
.our-purpose-wrapper{
	display: flex;
    gap: 70px;
    align-items: flex-end;
}

.column-inner-wrapper-{
	display:flex;
	gap:70px;
}

.columns-wrapper h2{
	font-family: "Playfair";
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-top:0;
}

.page-template-template-purpose .inner-text-2-photos-wrapper .primary{
	width:363px;
}

.page-template-template-purpose .network-images img{
	width:343px;
}

.page-template-template-purpose .primary img {
	width:464px;
}

.corporate-sustainabilty-cols{
	display:flex;
	justify-content:space-between;
}

.corporate-grid{
	display:flex;
	flex-direction:column;
	gap:20px;
}

.corporate-grid .border-box {
	border:1px solid #D9D9D9;
	padding:34px 38px;
}

.corporate-grid{
	flex:0 0 60%;
}

.corporate-grid h3{
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 60px;
	line-height: 100%;
	margin:0 0 9px 0;
}

.corporate-title h2{
	font-family: "Playfair";
	font-weight: 500;
	font-size: 30px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-top:0;
}

.border-box ul{
	margin:0;
	padding:0 0 0 20px;
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	margin:10px 0;
	display:flex;
	flex-direction:column;
	gap:6px;
}

.border-box .desc{
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0%;
	margin:0;
}

.mini-text{
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	margin:10px 0;
}

.corporate-title{
	margin:0;
}

.page-template-template-corporate .image-text{
	margin:0 0 75px;
}
.mobile-menu{
	display:none;
}

.main-navigation ul ul a{
	position:relative;
	transition: all 0.3s ease;
}

.main-navigation ul ul a:hover:before{
	position:absolute;
	bottom:-10px;
	width:183px;
	background-color:#000000;
	height:1px;
	display:block;
	content:"";
}

.main-navigation ul ul a:hover{
	font-weight:600;
	transition: all 0.3s ease;
}

.mobile-menu-header{
	display:none;
}
.about-wrapper{
	margin-top:43px;
}

.year{
	color:#404040;
	font-family: "Austin Hairline Light";
	font-weight: 300;
	font-size: 200px;
	line-height: 100%;
}

.year-wrapper{
	display:flex;
	justify-content:space-evenly;
	gap:120px
}

.year{
	position: absolute;
    left: 34%;
    right: 47%;
    top: 20%;
}

.timeline-section{
	position:relative;
	display: flex;
    align-items: center;
	margin-bottom:40px;
	min-height:60vh
}

/* ===== FIXED YEAR ===== */
.fixed-year-wrapper {
   	position: fixed;
    top: 50%;
    display: flex;
  
    width: 100%;
    justify-content: center;
    transform: translateY(-50%);
    z-index: 50;
}
	
#counter {
    transition: opacity 0.3s ease;
}

#counter {
    display: flex;
    gap: 4px;
	font-family: "Austin Hairline Trial";
	font-weight: 300;
	font-size: 250px;
	line-height: 100%;
	letter-spacing: 0%;
}

.digit {
    height: 1.2em;
    overflow: hidden;
}

.digits {
    transition: transform 0.6s ease-out;
	margin:0;
	padding:0;
}

.digits li {
    height: 1.2em;
    line-height: 1.2em;
    list-style: none;
	color:#404040;
	font-family: "Austin Hairline Light";
	font-weight: 300;
	
}

.year-right h2,.year-left h2 {
	font-family: "Playfair";
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	margin:17px 0 0 0;
}

.year-left{
	flex:0 0 55%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

#year-2014 .logos{
	display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}

#year-2015 .logos{
	display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}

#year-2015 .logos img:last-child{
	margin-left:51px;
	margin-top:15px;
	width:188px;
	height:35px;
	object-fit:contain
}

#year-2019 h2{
	width:203px;
	
}

#year-2025 .year-left .logo-wrapper,
#year-2025 .year-left >div{
	display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
	
}

#year-2025 .year-left img:last-child{
	margin-top:29px;
}

#year-2016 h2{
	max-width:346px;
}

#year-2000 .year-right{
	flex:0 0 55%;
}
#year-2000 .year-right img{
	width:100%;
}

#year-2000 .year-left{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	flex: 1 1;
}

.year-right{
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	justify-content:center;
	flex:1 1 0;
}
.about-head{
	margin:43px 0 0 0;
}

.about-head h1{
	font-family: "Playfair";
	font-weight: 500;
	font-size: 60px;
	line-height: 100%;
	letter-spacing: 0%;
	margin:0 0 30px 0;
	color:#404040;
}

.about-head-wrapper{
	max-width:847px;
	margin-bottom:75px;
}

.about-head-wrapper p{
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 18px;
	line-height: 100%;
}

#year-2017 .timeline-content{
	max-width: 1206px;
    margin: 0 auto;
}
 
#year-2017 .year-left.text{
	max-width:332px;
}

#year-2017 .year-right{
	flex:0 0 417px;
}

#year-2018 .timeline-content{
	max-width:1345px;
	margin:0 auto;
}

#year-2018 .timeline-content .year-right p{
	font-family: "Playfair";
	font-weight: 400;
	font-size: 18px;
	margin-top:16px;
	margin-bottom:81px;
	max-width:439px;
	color:#000000;
}

#year-2018 .year-left{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
}

#year-2018 .year-left .last-row{
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
}

#year-2018 .year-left p{
	font-family: "Playfair";
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-top:16px;
	margin-bottom:0;
	max-width:267px;
}

#year-2019 p{
	font-family: "Playfair";
	font-weight: 400;
	font-size: 18px;
	margin:0;
	max-width:203px;
}

#year-2019 .year-right {
	display:flex;
	flex-direction:column;
	gap:5px;
}

.last p{
	font-family: "Playfair";
	font-weight: 400;
	font-size: 70px;
	line-height: 100%;
	letter-spacing: 0%;
	margin:0;
}

.last .year-right{
	justify-content:flex-end;
}

.timeline-wrapper {
    position: relative;
	overflow:clip;
}

.fixed-year-wrapper {
    position: sticky;
    top: 40vh;
    height: 0;
    pointer-events: none;
}


#counter.is-visible {
    opacity: 1;
}


.custom-breadcrumb a{
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	text-decoration:none;
	color:#CCCCCC;
}

.custom-breadcrumb {
	color:#CCCCCC;
}
.custom-breadcrumb span{
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 5%;
	color:#000000;
}

.share, .share img{
	width: 21px !important;
    height: 22px !important;
    border-radius: 0 !important;
    max-width: fit-content;
    object-fit: contain !important;
}

.desktop-menu{
	display:flex;
	gap:10px;
	flex-direction:column;
}

.desktop-menu a,.mobile-menu a{
	display:block;
}

.brand-item {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.brand-logo {
    display: block;
    height: auto;
    transition: opacity 0.3s ease;
	z-index:5
}

/* Hover layer */
.brand-hover {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Overlay with semi-transparent white */
.brand-hover::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.9);
}

/* Hover effect */
.brand-item:hover .brand-hover {
    opacity: 1;
}

.brand-item{
	position: relative;
    display: inline-block;
    overflow: hidden;
}

.brand-item img{
	margin:0;
	max-width:200px;
}

.contact-head.phone div{
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 14px;
	line-height: 135%;
	color:#404040;
}

.contact-head.phone div a{
	color:#404040;
	text-decoration:none;
}

.wpcf7-not-valid-tip{
	font-size:12px;
	text-align:left;
	line-height:123%
}

.cf7-message-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
}

.cf7-message-popup.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cf7-message-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.cf7-message-box {
    position: relative;
    background: #fff;
    padding: 30px;
    max-width: 420px;
    width: calc(100% - 40px);
    border-radius: 12px;
    text-align: center;
}

.cf7-message-box p {
    margin-bottom: 20px;
}

.cf7-message-close {
    background: linear-gradient(90deg, rgba(138, 104, 173, 0.6) 0%, rgba(1, 201, 252, 0.6) 100%);
    box-shadow: 0px 4px 4px 0px #ffffff80 inset, 2px 4px 4px 0px #0000001a, 0px 3px 1.3px 0px #ffffff80 inset;
    border: none;
    border-radius: 50px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding: 14px 70px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #FFFFFF;
    height: 54px;
}

.cf7-message-close:hover{
	background: linear-gradient(90deg, rgba(1, 201, 252, 0.7) 0%, rgba(138, 104, 173, 0.7) 100%);
    box-shadow: 0px 4px 6px 0px #ffffff90 inset, 2px 4px 6px 0px #0000002a;
    transform: translateY(-2px);
}

.wpcf7-response-output{
	display:none;
}

#job-modal{
	backdrop-filter: blur(4px);
	background: rgba(255, 255, 255, 0.89);
	position:fixed;
	top:0;
	left:0;
	display:none;
	width:100%;
	height:100%;
	z-index:100;
}


#job-modal .wpcf7-textarea{
	height:131px;
	background-color:rgba(242, 242, 242, 1);
	border-radius:20px;
	width:100%;
	padding:19px 16px;
	resize: none;
	color:rgba(165, 165, 165, 1);
}
#job-modal .wpcf7  {
	max-width: 580px;
	height: 366px;
	opacity: 1;
	margin:0 auto;
	min-height: 100vh;           
  	display: flex;
  	align-items: center;         
  	justify-content: center;    
}

#job-modal .close-modal{
	top: 10%;
    right: 3%;
    position: absolute;
    height: 40px;
    width: 40px;
    justify-content: center;
    display: flex;
    /* display: block; */
    align-items: center;
    background-color: gray;
    border-radius: 40px;
    font-size: 40px;
    background-color: rgba(242, 242, 242, 1);
    cursor: pointer;
}

.apply-btn{
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	text-decoration:underline;
	color:rgba(64, 64, 64, 1);
	margin-top:52px;
}


.job-col-full{
	width:100%;
}

.job-row{
	display:flex;
	justify-content:space-between;
}

.job-row .wpcf7-tel,.job-row .wpcf7-email, .job-row .wpcf7-subject,.job-row .wpcf7-text{
	background-color:rgba(242, 242, 242, 1);
	border-radius:30px;
	padding:17px 20px;
	border:0;
	width:100%;
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color:rgba(165, 165, 165, 1);
}

.job-row input::placeholder{
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color:rgba(165, 165, 165, 1);
}


#job-modal .two-col{
	gap:10px;
}

.form-footer{
	display:flex;
	justify-content:space-between;
	gap:89px;
}

.form-footer >div{
	width:50%;
}

.form-footer >div:last-child{
	display:flex;
	justify-content:flex-end;
}


.form-footer >div:last-child p{
	width:100%;
	margin:0;
}

.terms p{
	margin:0;
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 12px;
	line-height: 125%;
	color:rgba(0, 0, 0, 1);
}

.upload-link-wrapper a{
	font-family: "Montserrat";
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
}

.upload-link-wrapper p{
	margin:0;
}

.upload-link input[type="file"]{
    display:none;
}

.upload-link{
    color:#000000;
    text-decoration:underline;
    cursor:pointer;
	margin-bottom:10px;
	display:block;
}

.terms a{
	text-decoration:underline;
}

.terms p a{
	color:rgba(0, 0, 0, 1);
	text-decoration:underline;
}

.form-footer .wpcf7-submit{
	width:285px;
}

#job-modal .wpcf7 form .wpcf7-submit{
	font-weight:300;
}

.menu-item a{
	position:relative;
	color:rgba(0, 0, 0, 1);
}

.menu-item a:hover{
	font-weight:500;
}

.main-navigation > .menu-primary-english-container > ul >.menu-item {
	padding: 48px 0;
	margin: -44px 0;
}

.main-navigation > .menu-primary-english-container > ul >.menu-item > a:hover::after{
	border: 2px solid rgba(1, 201, 252, 1);
    position: absolute;
    bottom: -8px;
    left: -4px;
    content: "";
    width: 115%;
}

.grid-layout{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:30px;
	margin:160px 0 80px;
}

.grid-layout .box{
  padding:23px 30px;
  border:1px solid #D9D9D9;
}

.grid-layout .text-block{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    text-align: right;
    padding: 0;
}
.grid-layout .box:nth-child(4){
	 grid-column: 2 / 3;
}
  

.postid-26 .brand-info-left img, .postid-109 .brand-info-left img, .postid-128 .brand-info-left img {
	height:40px;
}

.brand-info-left img{
	max-width:200px;
	object-fit:contain;
}

.article-item a{
	font-family: "Montserrat";
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 10px;
    margin-top: 0;
    color: #000000;
    text-decoration: none;
}

.single-mall .mall-item{
	position:relative;
	
}


.single-mall .mall-item::before,
.single-mall .mall-item::after{
	background: #C7C7C7;
    position: absolute;
    height: 100px;
    top: 40px;
    display: block;
    content: "";
    width: 1px;
}


.single-mall .mall-item::before{
    left: -100px;
}


.single-mall .mall-item::after{
	right: -100px;
}
	

.page-template-template-external-customers .inner-text-2-photos-wrapper .small{
	width:343px;
	height:392px;
}

.pll-parent-menu-item{
	display:none;
}

@media (min-width: 1251px) {
	
.has-mega-menu:hover .brands-mega-menu{
	display:block;
}
}
@media (max-width: 1250px) {
	.main-navigation > .menu-primary-english-container > ul{
		gap:30px;
	}
	.overview-header-left h1{
		font-size: 49px;
	}
	.overview-text{
		font-size:16px;
	}
	.our-story{
		margin:40px 0 0 0;
	}
	.world-map-wrapper .world-map{
		flex:0 0 60%;
	}
	.contact-form .wpcf7-text{
		width:200px;
	}
	.brands-grid >a{
		width:31.3%;
	}
	.brand-info .brand-info-left{
		flex:0 0 60%;
	}
}

@media (max-width: 998px) {
	
	.articles-wrapper{
		flex-direction:column;
	}
	.main-navigation > .menu-primary-english-container > ul >.menu-item{
		margin:0;
	}
    .menu-primary-english-container {
        width: 100%;
        padding: 0 16px;
        display: none; /* hide if you use burger menu */
    }
	.main-btn{
		display:none;
	}
	
	.hero{
		height:240px;
	}
	
	.hero h1{
		font-weight: 600;
	    font-size: 18px;
	}
	
	.hero p{
		font-weight: 300;
		font-size: 14px;
		line-height: 100%;
		letter-spacing: 0%;
		text-align: center;
	} 
	
	.hero-content {
		top:34%;
		left:0;
		right:0;
		padding:0 13px;
	}
	.arrow-down{
		bottom:20px;
	}
	
	.social-networks{
		bottom: 20px;
        width: 100%;
        justify-content: space-between;
        left: 0;
		padding:0 20px;
	}
	
	.logo-slider{
		margin:40px 0;
	}
	
	.large-photo img{
		height:120px;
	}
	.small-photos > img:first-child,
	.small-row img{
		height:60px;
	}
	.small-photos,
	.small-row,
	.gallery-wrapper{
		gap:5px;
	}
	
	.team-gallery{
		padding:0 0 35px;
	}
	
	.home-about-content{
		gap:17px;
	}
	.home-about-content h2{
		font-size:20px;
	}
	
	.stat-item h2,.stat-item h3{
		font-size:20px;
		margin:0 0 15px 0;
	}
	
	.home-about{
		margin-bottom:48px;
	}
	
	.stats-grid{
		gap:21px;
		padding-bottom:0;
	}
	.stat-item p{
		font-size:14px;
	}
	
	.home-about-content p{
		font-weight: 300;
		font-size: 14px;
		line-height: 125%;
		text-align: justify;
	}
	
	.header-wrapper img{
		width:102px;
		height:42px;
	}
	
	.world-map-wrapper{
		display:flex;
		flex-direction:column;
		gap:20px;
	}
	.world-map-wrapper-inner{
		position: relative;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
		min-width:899px;
		height:599px;
	}
	.stats-section{
		margin-bottom:47px;
	}
	
	.stats-grid{
		padding-bottom:57px;
	}
	.world-map{
		margin-bottom:0;
	}
	.home-faq p.description{
		margin-bottom:30px;
		font-family: Montserrat;
		font-size: 12px;
	}
	
	.home-faq h2{
		font-family: Playfair;
		font-size: 20px;

	}
	
	.faq-question{
		font-size:20px;
	}
	.faq-item{
		margin-bottom: 26px;
    	padding-bottom: 26px;
	}
	
	.site-header{
		height:auto;
	}
	
	.header-wrapper{
		padding:39px 0 20px;
	}
	.stat-item p{
		font-weight: 300;
		font-size: 14px;
		line-height: 123%;
		}
	
	.faq-question{
		padding-right:57px;
	}
	.home-faq{
		margin-bottom:32px;
	}
	.home-contact-wrapper p{
		font-weight: 500;
		font-size: 16px;
		line-height: 100%;
		text-align: center;
		margin-bottom:40px;
	}
	.contact-form{
		flex-direction:column;
	}
	.contact-form{
		gap:20px;
	}
	.contact-form div p{
		margin-bottom:0;
	}
	.contact-form .wpcf7-text, .wpcf7 form .wpcf7-submit{
		width:100%;
		padding:16px 20px;
	}
	
	.world-map-wrapper >div:first-child{
		display:flex;
		gap:20px;
	}
	.world-map p{
		margin:0;
		font-size:14px;
	}
	.world-map h2 {
		font-family: "Playfair";
		font-weight: 500;
		font-size: 20px;
		line-height: 100%;
		text-align: center;
	}
	.bd-image{
		bottom:-17px;
	}
	.inner-footer-wrapper{
		flex-wrap:wrap;
	}
	
	.footer-logo{
		margin-bottom:24px;
	}
	
	.inner-footer-wrapper >div{
		width:50%;
	}
	
	.inner-copy{
		flex-direction:column;
		display:flex;
		align-items:center;
		text-align:center;
	}
	
	.inner-footer{
		padding:20px 0;
	}
	
	.footer-logo img{
		width:100px;
		height:41px;
	}
	
	.footer-logo p{
		font-size:12px;
	}
	
	.inner-footer h3{
		font-size:14px;
	}
	
	.footer-logo{
		order:1
	}
	
	.footer-menu{
		order:2;
	}
	
	.contact-head.phone{
		order:3;
	}
	
	.contact-head.address{
		order:4;
		text-align:right;
	}
	
	.mobile-menu{
		order:5;
		display:flex;
		justify-content:space-between;
		width:100%!important;
		margin-top:24px;
	}
	.mobile-menu a{
		color:#404040;
		text-decoration:none;
		font-weight:500;
	}
	
	.desktop-menu{
		display:none;
	}
	
	.contact-page-address{
		flex-direction:column;
	}
	
	.contact-page-form{
		margin:50px 0;
	}
	
	.menu-toggle{
		padding:0;
		background-color:transparent;
		border:0;
	}
	
	.menu-toggle img{
		width:auto;
	}
	
	.contact-page-form .apply-row p{
		flex-direction:column
	}
	
	.overview-header-wrapper{
		flex-direction:column
	}
	.overview-header-left{
		width:100%;
		padding-top:40px;
		padding-bottom:29px;
	}
	.overview-header-left h1{
		margin:35px 0 17px;
		font-size: 20px;
		line-height: 120%;
		letter-spacing: 0%;
	}
	.overview-text{
		font-weight: 300;
	    line-height:125%;
		font-size: 14px;
		margin-bottom:0;
	}
	.overview-header-right{
		width:100%;
	}
	.overview-header-right img{
		height:220px;
	}
	.overview-header-wrapper, .overview-header{
		height:auto;
	}
	#blogWrapper article {
		width:100%;
	}
	
	.blog-switch-head h2{
		font-weight: 500;
		font-size: 20px;
		line-height: 100%;
		font-weight:"Playfair";
	}
	.blog-switch{
		margin:40px 0;
	}
	#blogWrapper article img{
		height:199px;
		width:100%;
	}
	#blogWrapper article h3, #blogWrapper article a{
		font-size:16px;
	}
	#blogWrapper article p{
		font-size:12px!important;
		margin-bottom:
	}
	
	#blogWrapper.blog-row-view article h3{
		font-family: "Montserrat";
		font-weight: 500;
		font-size: 16px;
		line-height: 100%;
		margin-bottom:8px;
	}
	
	#blogWrapper.blog-row-view article p{
		font-size: 12px!important;
		letter-spacing: 0%;
		margin-bottom:12px;
	}
	
	.blog-row-view img{
		height:80px!important;
		border-radius:10px!important;
	}
	
	#blogWrapper.blog-row-view .article-footer{
		justify-content:space-between;
	}
	.article-footer .date{
		font-family: "Montserrat";
		font-weight: 400;
		font-size: 12px;
		letter-spacing: 0%;
	}
	.share svg{
		width:11px;
		height:11px;
	}
	#blogWrapper article img{
		margin-bottom:13px;
	}
	#blogWrapper{
		gap:40px;
	}
	.overview-header-subheader{
		font-size:16px;
	}
	.single-description, .additional-info-text{
		width:60%;
		flex: 0 0 auto;
	}
	.single-header h1{
		font-family: "Playfair";
		font-weight: 500;
		font-size: 16px;
		line-height: 111%;
		bottom:18px;
		max-width:170px;
	}
	.single-date-desc{
		flex-direction:column;
		gap:34px;
	}
	.single-content{
		margin-top:15px;
	}
	
	.single .blockquote{
		margin:40px 0;
		font-family: "Playfair";
		font-weight: 400;
		font-size: 14px;
		line-height: 121%;
		text-align: center;
	}
	.blog-item{
		width:100%;
	}
	#blogWrapper article{
		width:29.2%;
	}
	.single-middle-info{
		display:flex;
		max-width:100%
	}
	.additional-info{
		margin:0;
		justify-content:space-between;
	}
	.brandSwiper .swiper-slide img{
		height:120px;
	}
	.brand-slider{
		margin:20px 0 0 0;
	}
	.single-middle-info div{
		font-family: "Montserrat";
		font-weight: 300;
		font-size: 14px;
		line-height: 150%;
	}
	.additional-info h3{
		font-family: "Playfair";
		font-weight: 500;
		font-size: 20px;
		line-height: 100%;
		letter-spacing: 0%;
	}
	.empty-block{
		width:0;
	}
	.brand-slider-wrapper{
		width:100%;
	}
	.additional-info-text p{
		font-family: "Montserrat";
		font-weight: 300;
		font-size: 14px;
		line-height: 150%;
		letter-spacing: 0%;
		text-align: justify;
	}
	.single h2{
		margin:20px  0 36px 0;
	}
	.single #blogWrapper{
		margin: 0 0 40px 0;
	}
	.single-description{
		width:100%;
	}
	.single-date:after{
		display:none
	}
	.contact-page-right{
		padding:20px;
	}
	.contact-page-right h1{
		font-family: "Playfair";
		font-weight: 500;
		font-size: 20px;
		line-height: 100%;
		letter-spacing: 0%;
		text-align: center;
	}
	.contact-page-form .form-wrapper p{
		font-size:16px;
		margin:0;
	}
	
	.address h1{
		margin:20px 0;
		
	}
	.address div{
		text-align:center;
		display:flex;
		flex-direction:column;
		align-items:center
	}
	.address p:empty{
		display:none;
	}
	.contact-social{
		display:none!important;
	}
	
	.contact-page-form .form-col{
		width:100%;
	}
	.contact-page-form .form-wrapper p{
		font-family: "Montserrat";
		font-weight: 500;
		font-size: 16px;
		line-height: 100%;
		text-align: center;
	}
	.contact-page-form .form-wrapper .description{
		margin-bottom:40px;
		margin-top:0;
		line-height:150%;
	}
	.contact-page-form .form-row{
		flex-direction:column;
	}
	.contact-page-form{
		margin:40px 0;
	}
	.contact-page-form .terms{
		font-family: "Montserrat";
		font-weight: 300;
		font-size: 12px;
		line-height: 100%;
		letter-spacing: 0%;
		text-align: center;
	}
	
	.contact-page-form .form-row{
		margin:0 0 20px 0;
		gap:20px;
	}
	
	.contact-page-form .terms{
		padding:20px 0;
	}
	.address{
		width:100%;
	}
	.image-text{
		flex-direction:column;
		margin:40px 0;
	}
	
	.image-text .right{
		padding:0 20px 20px 20px;
		background-color:#F8F8F8;
	}
	.image-text .right h2{
		font-size: 20px;
		margin-bottom:20px;
	}
	.image-text .right p{
		font-size: 14px;
		line-height:125%;
	}
	
	.read-more{
		font-family: "Montserrat";
		font-weight: 500;
		font-size: 16px;
		line-height: 100%;
		letter-spacing: 0%;
		margin-top:20px;
	}
	.network-wrapper{
		flex-direction:column;
		gap:40px;
	}
	.network-left{
		flex: 0 0 auto;
	}
	
	.collage{
		height:340px
	}
	
	.image-box{
		width:50%
	}
	
	.image-box img{
		height:260px;
		object-fit:cover;
	}
	
	.image-text .left{
		padding:20px;
		background-color:#F8F8F8;
	}
	
	.mt-80{
		margin-top:60px;
	}
	.img1{
		display:none;
	}
	.img2{
		display:none;
	}
	.img3{
		display:none;
	}
	.img4 {
		width: 276px;
		height: 340px;
		left: -8%;
		object-position: top;
		top: 0;
	}
	.img5{
		width:153px;
		height:197px;
	}
	.img6{
		width:186px;
		height:233px;
		right:-23%;
	}
	.network-left p{
		font-family: "Montserrat";
		font-weight: 300;
		font-size: 14px;
		line-height: 150%;
		letter-spacing: 0%;
	}
	.sub-overview-header{
		min-height:260px;
		padding:20px 0;
		height:auto;
	}
	.sub-overview-header p{
		font-size: 14px;
		line-height: 120%;
	}
	
	.breadcrumbs{
		max-width: 131px;
    	margin: 0 auto 15px!important;
	}
	
	.brands-grid{
		display:flex;
		flex-direction:column;
	}
	.brands-grid >a{
		width:100%;
		max-width:100%;
		height:198px;
	}
	.sub-text{
		font-family: "Playfair";
		font-weight: 400;
		font-style: Regular;
		font-size: 14px;
		line-height: 121%;
		text-align: center;
		margin:0;
	}
	.brand-item img{
		max-width:80%;
	}
	
	 .menu-primary-english-container {
        display: none;
    }

    .menu-primary-english-container.menu-open {
        display: block;
        width: 100vw;
        background-color: #FFFFFFCF;
        position: fixed;
        z-index: 9999999;
        left: 0;
        top: 0;
		height:100%;
		padding:0 20px;
    }
	.mobile-menu-header{
		display:flex;
		justify-content: space-between;
		padding:80px 0 0;
	}
	
	 /* hide normal sub menus */
    #primary-menu .sub-menu {
        display: none;
    }

    #primary-menu li.submenu-open > .sub-menu {
        display: block;
    }

    /* hide mega menu */
    .brands-mega-menu {
        display: none;
    }

    .has-mega-menu.mega-open > .brands-mega-menu {
        display: block;
    }

  	.submenu-toggle {
			position: absolute;
			top: 20px;
			right: 0;
            width: 20px;
			height: 20px;

			background-image: url(/wp-content/uploads/2025/12/arrow-down-menu.png);
			background-repeat: no-repeat;
			background-size: contain;

			cursor: pointer;
			transition: transform 0.3s;
		}
  
	.focus .sub-menu{
		display:block;
	}
	.menu-item-has-children.focus > a::after,
	.has-mega-menu.focus > a::after {
		transform: rotate(180deg);
	}
	
    .submenu-open > a::after,
    .mega-open > a::after {
        transform: rotate(180deg);
    }
	
	.menu-item-has-children .sub-menu {
    	display: none;
	}

	.menu-item-has-children.submenu-open > .sub-menu {
		display: block;
	}
	
	.mobile-menu-close{
		background-color:transparent;
		padding:0;
		border:0;
	}
	
	.menu-primary-english-container {
		background-color: rgba(255, 255, 255, 0.6); 
    	backdrop-filter: blur(19.4px);
		box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.1);
		box-shadow: 
			0px 4px 4px 0px rgba(255, 255, 255, 0.5) inset,
			-2px -2px 0.5px -2px rgba(255, 255, 255, 0.5) inset;
		border-radius: 12px; 
		padding: 16px;
	}
	
	#primary-menu > li:not(.pll-parent-menu-item) {
		position:relative;
		width:100%;
	}
	
	#primary-menu >li{
		border-bottom:#CCCCCC solid 1px;
		padding: 18px 0 21px;
		animation-direction;
		/*display:flex;
		justify-content:space-between;*/
	}
	.sub-menu{
		position:static;
		padding:0;
		background-color:transparent;
		border:0;
		margin:0;
	}
	
    .pll-parent-menu-item{
		position: absolute;
		bottom: 0;
		left: 20%;
		right: 20%;
	}
	
	.lang-flag{
		width:40px!important;
		height:40px!important;
	}
	
	.pll-parent-menu-item  a{
		text-align:center;
	}
	
	.three-cols-wrapper.three-cols-wrapper{
		flex-direction:column;
		gap:20px;
	}
	
	.segment-wrapper{
		flex-direction:column;
	}
	
	.segment-wrapper >div{
		padding:0;
		width:100%;
	}
	
	.segment-wrapper > div:nth-of-type(2){
		border-left: 0;
        border-right: 0;
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        margin: 20px 0;
        padding: 20px 0;
	}
	
	.three-cols-text-wrapper{
		display:none;
	}
	
	.network-section{
		margin-bottom:40px;
	}
	
	.segment{
		padding:40px 0;
	}
	
	.three-col h5{
		margin:0 0 15px 0;
		font-size: 20px;
		min-height:auto;
	}
	
	.three-col h4{
		margin:0 0 15px 0;
		font-size: 44px;
	}
	
	.corporate-sustainabilty-cols{
		flex-direction:column;
	}
	
	.corporate-grid h3{
		font-size:30px;
	}
	
	.franchise-header{
		gap:20px;
	}
	.sub-overview-main-text{
		padding:40px 0;
	}
	.sub-overview-main-text p{
		line-height:140%;
	}
	.franchise-title{
		width:min-content;
	}
	
	#primary-menu .focus .sub-menu{
		display: flex !important;
        position: static;
		gap:20px!important;
		flex-direction:column;
		border:0;
		padding:16px 0 16px 9px;
		border-left:1px solid #CCCCCC;
		margin-top:5px;
		background-color:transparent;
	}
	#primary-menu .focus .sub-menu a{
		font-family: "Montserrat";
		font-weight: 500;
		font-size: 16px;
		line-height: 100%;
		letter-spacing: 5%;
}
	

	.menu-item-object-page> a{
		font-family: "Montserrat";
		font-weight: 500;
		font-size: 18px;
		line-height: 100%;
		letter-spacing: 0%;
	}

	.has-mega-menu .brands-mega-menu{
		padding:0;
	}
	
	.brands-mega-grid{
		flex-direction:column;
		gap:20px;
	}
	
	.has-mega-menu .brands-mega-menu{
		border:0;
	}
	
	.middle-col{
		width:100%;
	}
	
	.megamenu-list{
		display:flex;
		flex-direction:column;
		gap:20px;
	}
	
	.brands-mega-menu .container{
		padding:0;
	}
	.brand-items ul{
		display:flex!important;
		gap:20px;
	}
	
	.brand-items ul.middle-list{
		padding:0px;
		gap:20px;
	}
	
	.middle-col h4{
		padding-left:0;
	}
	
	.brands-featured{
		width:100%;
	}
	
	.brand-items{
		padding-top:15px;
	}
	
	.middle-col ul{
		border-left:0;
	}
	
	.brand-info{
		flex-direction:column
	}
	
	.brand-info .brand-info-left{
		padding:40px 20px;
	}
	
	.malls-wrapper{
		flex-direction:column;
		margin:20px;
	}
	
	.malls-wrapper .divider-vertical{
		display:none;
	}
	
	.text-bottom-wrapper{
		flex-direction:column;
	}
	
	.inner-text-2-photos {
        margin-top: 40px !important;
		margin-bottom: 40px !important;
    }
	
	.inner-text-2-photos-wrapper{
		align-items: flex-start;
		flex-direction:column;
	}
	
	.border-blocks-wrapper{
		flex-direction:column
	}
	
	.border-block, .three-col{
		width:100%;
		padding:20px;
	}
	
	.text-bottom{
		padding:40px 0;
	}
	
	.lang-item-en::before, 
	.lang-item-hy::before{
		z-index:10;
	}
	
	.pll-parent-menu-item.focus .sub-menu{
		left:0;
	}
	
	.pll-parent-menu-item.focus{
		width: max-content;
		left:0;
		right:0;
	}
	
	.pll-parent-menu-item.sub-menu.focus{
		left: 0 !important;
	}
	#primary-menu .focus .sub-menu{
		border:0;
	}
	.lang-item{
		border:0;
	}
	 .main-navigation ul {
        display:flex;
        flex-flow: column;
		
    }
	.main-navigation> ul {
		gap:0!important;
	}
	 .menu-toggle {
        display: block;
    }
	.main-navigation > .menu-primary-english-container > ul {
        gap: 0px;
    }
	
	.customer-boxes-wrapper{
		flex-direction:column;
		gap:0;
	}
	
	.customer-boxes-left{
		flex: 0 0 auto;
	}
	
	.box h4{
		font-family: "Montserrat";
		font-weight: 400;
		font-size: 22px;
		line-height: 100%;
		letter-spacing: 0%;
	}
	
	.box{
		padding:20px;
	}
	
	.box ul{
		gap:0;
	}
	
	.box p,.box ul li{
	   font-size: 14px;
		line-height:122%;
	}
	
	.customer{
		padding:40px 0;
	}
	
	.right-image{
		flex-direction:column-reverse;
		margin:40px 0;
	}
	
	.inner-text-2-photos-wrapper .small{
		width:100%;
	}
	
	.right-image .left-block{
		padding:20px;
	}
	
	.three-cols-section p{
		font-size: 14px;
		line-height:122%
	}
	
	.three-cols-section{
		padding:23px 0;
	}
	
	.text-wrapper p{
		font-size: 14px;
		line-height:125%;
	}
	
	.text-wrapper h2{
		margin-bottom:20px;
		font-size: 20px;
	}
	
	.right-image .left-block p{
		color:#404040;
		font-size: 14px;
		line-height:120%;
	}
	
	.right-image .left-block h2{
		font-weight: 500;
		font-style: Medium;
		font-size: 20px;
		line-height: 100%;
		letter-spacing: 0%;
	}
	
	.right-image .right-block{
		padding:20px;
		background-color:#F8F8F8;
	}
	.right-block img{
		height:200px;
	}

	.network-left p{
		font-size: 14px;
	}
	.network-left h3 {
		font-size: 22px;
		margin-bottom: 12px;
		font-weight: 500;
		margin-top:0;
	}
	
	.page-template-template-overview .network-images{
		flex-direction:column;
		width:100%;
	}
	.page-template-template-overview .image-box{
		width:100%;
	}
	.customer-boxes-left p{
		line-height:120%;
	}
	.measurements .text-bottom-wrapper{
		gap:20px;
	}
	.text-bottom-right h2{
		font-size: 20px;
	}
	.text-bottom-right p,.customer-boxes-left p{
		font-size: 14px;
		line-height:125%;
	}
	.customer-boxes-left .section-title{
		font-size: 25px;
		line-height: 100%;
		margin: 0 0 22px;
	}
	.customer-description{
		font-size: 12px;
		line-height: 120%;
		margin: 0 auto 40px;
	}
	.page-template-template-overview .image-text.mt-80{
		margin-bottom:0;
		margin-top:0;
	}
	.segment .overview{
		font-size: 20px;
	}
	.segment .text{
		font-size:14px;
		margin:15px 0 40px 0;
	}
	.page-template-template-overview .segment{
		padding:20px 0;
	}
	.segment-wrapper >div h2{
		margin:0 0 20px 0;
		font-size:20px;
	}
	.segment-wrapper >div p{
		font-size: 14px;
		line-height:120%;
	}
	.segment-wrapper >div h2{
		line-height:125%;
		font-size: 16px;
		margin:0 0 20px 0;
	}
	.page-template-template-overview  .network-section{
		margin-top:20px;
	}
	
	.page-template-template-career .inner-text-2-photos{
		margin-bottom:0!important;
	}
	
	.border-blocks{
		margin:40px 0;
	}
	.border-block li{
		font-size:14px;
	}
	.border-block h3,.box h3{
		font-size:22px;
	}
	.info-grid-wrapper{
		display:flex;
		flex-direction:column;
	}
	.mb-80{
		margin-bottom:40px;
	}
	.page-template-template-distribution-channel .world-map{
		margin-top:40px!important;
	}
	.mb-80{
		margin-bottom:40px;
	}
	
	.measurements .text-bottom-right ul{
		font-size:14px;
	}
	.text-wrapper h2{
		font-size:20px;
	}
	.our-story-wrapper{
		flex-direction:column;
		gap:40px;
	}
	.our-story-wrapper .left{
		flex:0 0 auto;
	}
	.our-story-wrapper p{
		font-weight: 300;
		font-size: 14px;
		margin:0;
	}
	.collage-wrapper{
		overflow-y:hidden;
		max-width:100%;
	}
	.our-story-wrapper h2{
		font-size:20px;
		margin-bottom:20px;
	}
	
	.our-purpose-wrapper{
		flex-direction:column;
		gap:40px;
	}
	.sub-overview-main-text p{
		font-size: 12px;
		line-height: 121%;
	}
	.corporate-title h2{
		font-size:20px;
	}
	.corporate-grid .border-box{
		padding:20px;
	}
	.page-template-template-corporate .corporate-grid h3{
		font-weight: 400;
		font-size: 22px;
		line-height: 100%;
		letter-spacing: 0%;
	}
	.page-template-template-corporate .border-box .desc,
	.page-template-template-corporate .border-box .mini-text{
		font-weight: 400;
		font-size: 16px;
		line-height: 120%;
	}
	.page-template-template-corporate .border-box li{
		font-size: 14px;
		line-height: 125%;
	}
	.franchise-title{
		font-weight: 500;
		font-size: 20px;
	}
	.franchise-text{
		font-weight: 300;
		font-style: Light;
		font-size: 14px;
	}
	
	.page-template-template-corporate .image-text{
		 margin: 0 0 40px;
	}
	.our-purpose{
		padding:40px 0;
	}
	.column-inner-wrapper-{
		flex-direction:column;
		gap:40px;
	}
	.columns-wrapper h2{
		font-size: 20px;
		line-height:125%;
	}
	.column-inner-wrapper- div{
		font-size:14px;
	}
	.year-wrapper{
		flex-direction:column;
	}
	#counter{
		font-size:55px;
	}
		
	.world-map{
		width:100%;
		overflow-x: auto;
        overflow-y: hidden;
      
	}
	
	.world-map p{
		font-size:8px!important;;
	}

    .world-map .map-image {
        min-width: 899px; /* you already have this */
        max-width: none;
        display: block;
		height:100%;
		width:899px;
    }
	   #masthead {
		background: rgb(255 255 255 / 97%);
        position: sticky;
        top: 0;
        z-index: 9999;
        backdrop-filter: blur(12px)
		box-shadow: 0px 2px 8px 2px #0000001A;
		box-shadow: 0px 4px 4px 0px #FFFFFF80 inset;
		box-shadow: -2px -2px 0.5px -2px #FFFFFF80 inset;

    }
	
	.single-header img{
		height:350px;
	}
	.single-date .month{
		font-size:30px;
	}
	.single-date .day{
		font-size:70px;
	}
	.two-col{
		flex-direction:column;
		margin-bottom:10px;
	}
	.job-col-half p{
		margin:0;
	}
	.job-row{
		margin-bottom:10px
	}
	.job-col-full p{
		margin:0;
	}
	#job-modal .close-modal{
		top:21%
	}
	.job-row .wpcf7-tel, .job-row .wpcf7-email, .job-row .wpcf7-subject, .job-row .wpcf7-text{
		padding: 12px 20px;
        font-size: 6px;
        height: 36px;
	}
	.wpcf7 form .wpcf7-submit{
		font-size:13px;
		height:45px;
		
	}
	#job-modal .wpcf7-textarea{
		height: 70px;
        padding: 10px;
        font-size: 14px;
        width: 100%;
	}
	.job-row input::placeholder{
		font-family: "Montserrat";
		font-weight: 400;
		font-size: 14px;
		line-height: 100%;
		color:rgba(165, 165, 165, 1);
	}
	
	#job-modal .wpcf7{
		max-width:90%;
	}
	.terms p{
		font-size:10px;
	}

	/* When menu is open */
	.menu-primary-english-container.is-open {
		right: 0;
	}

	/* Optional: prevent background scroll */
	body.menu-open {
		overflow: hidden;
	}
	.main-navigation ul{
		margin-top:20px;
	}
	
	.home-contact{
		margin-bottom:60px;
	}
	.brand-item img{
		max-width:50%;
	}
	.main-navigation > .menu-primary-english-container > ul >.menu-item > a:hover::after {
    	border: 0;
        position: absolute;
        bottom: -8px;
        left: auto;
        content: "";
        width: 14px;
    }
	
	 .has-mega-menu .brands-mega-menu {
        display: none;
    }
	
    .has-mega-menu.focus .brands-mega-menu {
        display: block;
        background-color: transparent;
        position: static;
        margin-top: 10px;
		backdrop-filter: none;
    }
	.megamenu-list{
		gap: 10px !important;
        margin-top: 0 !important;
	}
	.brands-mega-menu{
		overflow: auto;
    	max-height: 60vh;
	}
	.middle-col ul{
		border:0;
	}
	.pll-parent-menu-item{
		left:0;
		right:0;
		border:0;
	}
	.pll-parent-menu-item{
		border-bottom:0!important;
	}
	.inner-text-2-photos-wrapper img{
		width:100%;
	}
	.contact-page-address{
		/*display:flex;*/
		height:auto;
	}
	.world-map-wrapper-inner{
		overflow:hidden;
	}
	.has-spinner{
		display:block;
	}
	.grid-layout {
        display:flex;
		flex-direction:column;
		margin:80px 0;
    }
	
	.main-navigation ul ul a{
		width:100%;
	}
	
	 .menu-item-has-children > .sub-menu,
    .has-mega-menu > .brands-mega-menu {
        display: none;
    }

    /* OPEN STATE */
    .menu-item-has-children.open > .sub-menu,
    .has-mega-menu.focus > .brands-mega-menu {
        display: block; /* or flex if needed */
    }
	
	.brand-description {
		margin-top: 20px;
		margin-bottom: 23px;
	}
}
@media (max-width: 768px) {

	#blogWrapper article{
			width:100%;
		}
	
	.hero-content {
        top: 13%;
    }
	
	.hero p {
        font-weight: 300;
        font-size: 13px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
    }
}