@charset "UTF-8";

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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: 'Playfair Display', serif;
  font-size: 1em;
}

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

.body {
  font-family: 'Playfair Display', serif;

}

/**
 * 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;
  -webkit-text-decoration: underline dotted;
  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: 'Playfair Display', serif;
  ;
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  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"] {
  -webkit-box-sizing: border-box;
  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;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 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,
[hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  color: #000;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

ul,
ol {
  padding-left: 15px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

table {
  width: 100%;
  border: 1px solid;
  border-collapse: collapse;
  border-color: #444;
}

table td,
table th {
  border: 1px solid;
  padding: 2px 5px;
  border-color: #444;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus,
a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.entry-content:before,
.entry-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.comment-content:before,
.comment-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

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

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

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

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

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

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

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

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

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

/* 
- All
*/
.site-logo a,
.social-links a,
.navigation ul li a,
.side-navigation a,
.blog-item .content .title a {
  color: inherit;
  text-decoration: none;
}

.wpb_text_column ul,
.navigation ul,
.side-navigation ul,
.widget_recent_entries ul,
.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_rss ul,
.product-categories ul,
.pagination ul,
nav.woocommerce-pagination ul {
  margin: 0;
  padding: 0;
}

.wpb_text_column ul li,
.navigation ul li,
.side-navigation ul li,
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_recent_comments ul li,
.widget_rss ul li,
.product-categories ul li,
.pagination ul li,
nav.woocommerce-pagination ul li {
  display: block;
}

.header-minicart {
  display: inline-block;
  vertical-align: middle;
}

.project-slider .owl-prev,
.project-slider .owl-next,
a,
.header-search-button,
.header-minicart .hm-count,
.header-minicart .minicart-wrap,
.site-logo img,
.navigation .sub-menu,
.navigation .children,
.side-navigation .sub-menu .back,
.search-popup .close,
.project-slider .owl-stage-outer .owl-stage .owl-item,
.right-click-disable-message {
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  -webkit-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
  -o-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
  transition-property: color, background, mix-blend-mode, opacity, visibility, height;
}

.side-header,
.blog-item .a-img,
.project-single-page .featured-image div,
.project-gallery .item a span,
.project-slider .item a span {
  background: 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

@media (max-width: 767.98px) {

  body.mobile-images-true .side-header,
  body.mobile-images-true .blog-item .a-img,
  .blog-item body.mobile-images-true .a-img,
  body.mobile-images-true .project-single-page .featured-image div,
  .project-single-page .featured-image body.mobile-images-true div,
  body.mobile-images-true .project-gallery .item a span,
  .project-gallery .item a body.mobile-images-true span,
  body.mobile-images-true .project-slider .item a span,
  .project-slider .item a body.mobile-images-true span {
    -webkit-background-size: contain !important;
    background-size: contain !important;
  }
}

.button-style1,
.button-style2,
.button-style3,
.add-to-cart-button,
.button-style4,
.searchform button,
.protected-post-form .form button {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: inherit;
  line-height: 1;
  outline: none;
  overflow: hidden;
  padding: 0;
  pointer-events: all;
  position: relative;
  text-decoration: none;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-style1 span,
.button-style2 span,
.button-style3 span,
.add-to-cart-button span,
.button-style4 span,
.searchform button span,
.protected-post-form .form button span {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

input.style1,
textarea.style1 {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: inherit;
  width: 100%;
}

.search-popup,
.blog-item .a-img a,
.project-video .wrap iframe,
.project-video .wrap video,
.right-click-disable-message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mouse-cursor .mc-b.svg.loupe .mc-loupe,
.mouse-cursor .mc-b.svg.cart .mc-cart,
.mouse-cursor .mc-b.svg.prev .mc-prev,
.mouse-cursor .mc-b.svg.next .mc-next,
.mouse-cursor .mc-b.svg.cancel .mc-cancel,
.mouse-cursor .mc-b.svg.play .mc-play,
.header-minicart:hover .minicart-wrap,
.navigation.hidden_menu.active,
.navigation .menu li.menu-item-has-children:hover>.sub-menu,
.navigation .menu li.page_item_has_children:hover>.children,
.side-navigation .active>.sub-menu,
.banner-social-links .social-links a:hover span:nth-child(2),
.project-slider .owl-stage-outer .owl-stage .owl-item.active,
.right-click-disable-message.active {
  opacity: 1;
  visibility: visible;
}

.mouse-cursor .mc-b svg,
.header-minicart .minicart-wrap,
.navigation.hidden_menu,
.navigation .sub-menu,
.navigation .children,
.side-navigation .sub-menu,
.side-navigation .sub-menu.opened>.back,
.banner-social-links .social-links a span:nth-child(2),
.banner-social-links .social-links a:hover span:nth-child(1),
.project-slider .owl-stage-outer .owl-stage .owl-item,
.right-click-disable-message {
  opacity: 0;
  visibility: hidden;
}

.project-slider .owl-prev,
.project-slider .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  cursor: pointer;
}

.project-slider .owl-prev:hover,
.project-slider .owl-next:hover {
  opacity: .5;
}

.project-slider .owl-prev {
  left: -70px;
}


.project-slider .owl-next {
  right: -70px;
}

.input-row label,
.woocommerce-form-row label,
input.style1,
textarea.style1 {
  font-family: 'Fira Sans', sans-serif;
}

.side-header .bottom>*:last-child,
.blog-item .content>*:last-child,
.search-item .wrap>*:last-child,
.protected-post-form>*:last-child {
  margin-bottom: 0 !important;
}

/* 
- Accent color
*/
.project-slider .owl-prev,
.project-slider .owl-next,
.button-style2.color2,
.button-style3,
.add-to-cart-button,
.button-style4,
.side-header .phone i,
.site-header .phone i,
.side-header .social-links a:hover,
.header-search-button:hover,
.header-minicart .hm-count:hover,
.social-links a:hover,
.navigation .menu>li>a:hover,
.navigation .menu li.current-menu-item>a,
.navigation .menu li.current-menu-ancestor>a,
.navigation .menu li.current_page_item>a,
.navigation .menu li.current_page_parent>a,
.navigation .sub-menu li.current-menu-item>a,
.navigation .sub-menu li.current-menu-ancestor>a,
.navigation .sub-menu li.current_page_item>a,
.navigation .sub-menu li.current_page_parent>a,
.navigation .sub-menu li:hover>a,
.navigation .children li.current-menu-item>a,
.navigation .children li.current-menu-ancestor>a,
.navigation .children li.current_page_item>a,
.navigation .children li.current_page_parent>a,
.navigation .children li:hover>a,
.side-navigation .menu li a:hover,
.side-navigation .menu li.current-menu-item>a,
.side-navigation .menu li.current-menu-ancestor>a,
.side-navigation .menu li.current_page_item>a,
.side-navigation .menu li.current_page_parent>a,
.search-popup .close:hover,
.heading-block .sub-h,
.heading-block .h span,
.contact-row i,
.block-404 .heading-block .sub-h,
.coming-soon-block .timer-block>span .name,
.blog-item .content .date,
.post-content-block .post-date,
.project-content-block .post-date,
.post-bottom .post-bottom-col a:hover,
.comments-area .comment-items .comment-item .replytocom span,
.comments-area .comment-items .comment-item .top .time,
.widget_recent_entries ul li a:before,
.widget_archive ul li a:before,
.widget_categories ul li a:before,
.widget_pages ul li a:before,
.widget_meta ul li a:before,
.widget_nav_menu ul li a:before,
.product-categories ul li a:before,
.calendar_wrap table th,
.calendar_wrap table td a,
.tagcloud .tag-cloud-link:hover,
.blog-post-widget .item .blog-detail,
.pagination ul li span.current,
.pagination ul li a:hover,
.pagination ul li a:focus,
nav.woocommerce-pagination ul li span.current,
nav.woocommerce-pagination ul li a:hover,
nav.woocommerce-pagination ul li a:focus,
.page-pagination>span {
  color: #feb406;
}

.wpb_text_column ul li:before,
.button-style1 .d:before,
.button-style1 .d:after,
.button-style1 .d span:before,
.button-style1 .d span:after,
.input-row:after,
.woocommerce-form-row:after,
.side-header .phone:before,
.site-header .phone:before,
.navigation .menu>li>a span:before,
.side-navigation .menu li.current-menu-item>a:before,
.side-navigation .menu li.current-menu-ancestor>a:before,
.side-navigation .menu li.current_page_item>a:before,
.side-navigation .menu li.current_page_parent>a:before,
.heading-block.with-bottom-line:after,
.blog-item .content .title:after {
  background: #feb406;
}

.preloader-folding-cube .preloader-cube:before,
.header-minicart .hm-count span,
.heading-block .sub-h:before {
  background-color: #feb406;
}

.button-style2:before,
.button-style2:after,
.pagination ul li span.current,
.pagination ul li a:hover,
.pagination ul li a:focus,
nav.woocommerce-pagination ul li span.current,
nav.woocommerce-pagination ul li a:hover,
nav.woocommerce-pagination ul li a:focus,
.page-pagination>span {
  border-color: #feb406;
}

/* 
- Accent color 2
*/
.preloader,
.header-minicart .minicart-wrap {
  background: #2b2f35;
}

.navigation .sub-menu,
.navigation .children {
  background-color: #2b2f35;
}

::-webkit-input-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

::-moz-selection {
  background-color: #feb406;
  color: #c4e5f6;
}

::selection {
  background-color: #feb406;
  color: #c4e5f6;
}

*:focus {
  outline: none;
}

.js_active body {
  overflow: hidden;
}

.js_active body.loaded {
  overflow: auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.to-right {
  display: block;
  margin-left: auto;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.white {
  color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

b,
strong {
  font-weight: bold !important;
}

#all {
  position: relative;
  overflow: hidden;
}

.main-row {
  background-position: 50%;
  position: relative;
  z-index: 1;
  padding: 0.1px 0;
}

.wpadminbar {
  position: fixed !important;
}

a {
  color: #feb406;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1;
  margin: .3em 0;
}

.content-area h1,
.content-area .h1,
.content-area h2,
.content-area .h2,
.content-area h3,
.content-area .h3,
.content-area h4,
.content-area .h4,
.content-area h5,
.content-area .h5,
.content-area h6,
.content-area .h6 {
  margin: .7em 0;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  text-decoration: none;
}

h1,
.h1 {
  font-size: 60px;
  font-weight: bold;
}

h2,
.h2 {
  font-size: 48px;
  font-weight: bold;
}

h3,
.h3 {
  font-size: 36px;
  font-weight: bold;
}

h4,
.h4 {
  font-size: 30px;
  font-weight: bold;
}

h5,
.h5 {
  font-size: 24px;
  font-weight: bold;
}

h6,
.h6 {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 767.98px) {

  h1,
  .h1 {
    font-size: 48px;
  }

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

  h3,
  .h3 {
    font-size: 30px;
  }

  h4,
  .h4 {
    font-size: 24px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }
}

.text-t1 {
  font-size: 18px;
  color: #b1b0b0;
  line-height: 1.875;
}

.full-height {
  height: 100vh;
}

.bg-cover {
  -webkit-background-size: cover !important;
  background-size: cover !important;
}

.bg-contain {
  -webkit-background-size: contain !important;
  background-size: contain !important;
}

.light-color {
  color: #fff;
}

.main-container {
  overflow: hidden;
}

/*
- Scroll Bar
*/
.scroll-wrapper {
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper>.scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  overflow-x: hidden !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: 100% !important;
  scrollbar-width: none !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
  display: none;
}

.scrollbar-inner>.scroll-element {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner>.scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-x {
  bottom: 2px;
  height: 5px;
  left: 0;
  width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-y {
  height: 100%;
  right: -55px;
  top: 0;
  width: 5px;
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner>.scroll-element .scroll-element_track {
  background-color: #242424;
}

.scrollbar-inner>.scroll-element .scroll-bar {
  background-color: #474747;
  cursor: pointer;
}

.scrollbar-inner>.scroll-element:hover .scroll-bar,
.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
  background-color: #444;
}

.scroll-element {
  display: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.scroll-element div {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
  overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.wpb_text_column ul {
  margin: 30px 0;
  font-weight: 300;
}

.wpb_text_column ul li {
  position: relative;
  padding-left: 25px;
  margin: 25px 0;
}

.wpb_text_column ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.vc_row.vc_column-gap-1 {
  margin: 0 -1px;
}

.vc_row.vc_column-gap-1>.vc_column_container {
  padding: 0 1px;
}

.vc_row.vc_column-gap-2 {
  margin: 0 -2px;
}

.vc_row.vc_column-gap-2>.vc_column_container {
  padding: 0 2px;
}

.vc_row.vc_column-gap-3 {
  margin: 0 -3px;
}

.vc_row.vc_column-gap-3>.vc_column_container {
  padding: 0 3px;
}

.vc_row.vc_column-gap-4 {
  margin: 0 -4px;
}

.vc_row.vc_column-gap-4>.vc_column_container {
  padding: 0 4px;
}

.vc_row.vc_column-gap-5 {
  margin: 0 -5px;
}

.vc_row.vc_column-gap-5>.vc_column_container {
  padding: 0 5px;
}

.vc_row.vc_column-gap-10 {
  margin: 0 -10px;
}

.vc_row.vc_column-gap-10>.vc_column_container {
  padding: 0 10px;
}

.vc_row.vc_column-gap-15 {
  margin: 0 -15px;
}

.vc_row.vc_column-gap-15>.vc_column_container {
  padding: 0 15px;
}

.vc_row.vc_column-gap-20 {
  margin: 0 -20px;
}

.vc_row.vc_column-gap-20>.vc_column_container {
  padding: 0 20px;
}

.vc_row.vc_column-gap-25 {
  margin: 0 -25px;
}

.vc_row.vc_column-gap-25>.vc_column_container {
  padding: 0 25px;
}

.vc_row.vc_column-gap-30 {
  margin: 0 -30px;
}

.vc_row.vc_column-gap-30>.vc_column_container {
  padding: 0 30px;
}

.vc_row.vc_column-gap-35 {
  margin: 0 -35px;
}

.vc_row.vc_column-gap-35>.vc_column_container {
  padding: 0 35px;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.5;
  font-family: 'Playfair Display', serif;
  overflow-x: hidden;
  color: #ffffff;
  background: #010101 50% 0 repeat;
  min-height: 100%;
  margin: 0;
}

.wf-loading body {
  opacity: 1 !important;
  visibility: visible !important;
}

body.header-left-side-minified {
  padding-left: 55px;
}

body.header-left-side {
  background-color: #1a1a1a;
  padding-left: 290px;
}

body.header-left-side .container-fluid {
  padding: 0 30px;
}

@media (max-width: 991.98px) {
  body.header-left-side {
    padding-left: 0;
  }

  body.header-left-side .header-space {
    display: block;
  }
}

body.single {
  background-color: #1a1a1a;
}

body.woocommerce,
body.single-post {
  background-image: url(../images/bg-body2.jpg);
}

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account,
body.search-results,
body.search-no-results {
  background-image: url(../images/bg-body1.jpg);
}

body.custom-cursor-true * {
  cursor: none !important;
}

.type-page.hentry {
  padding-bottom: 40px;
}

.grid-sizer {
  position: absolute;
  height: 0;
}

.hide-popup-download-link .pswp__share--download,
.hide-popup-zoom .pswp__button--zoom,
.hide-popup-full-screen .pswp__button--fs,
.hide-popup-share .pswp__button--share {
  display: none !important;
}

/*
- Custom Mouse
*/
.mouse-cursor {
  position: fixed;
  mix-blend-mode: exclusion;
  pointer-events: none;
  z-index: 999999;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: none;
}

@media (hover: none) {
  .mouse-cursor {
    display: none !important;
  }
}

.mouse-cursor .mc-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mouse-cursor .mc-b.nav,
.mouse-cursor .mc-b.link:not(.svg) {
  background: #fff;
  width: 70px;
  height: 70px;
  opacity: 0.15;
}

.mouse-cursor .mc-b.link:not(.svg) {
  width: 50px;
  height: 50px;
}

.mouse-cursor .mc-b.svg {
  width: 42px;
  height: 42px;
}

.mouse-cursor .mc-b.svg .mc-play {
  width: 16px;
  height: 16px;
}

.mouse-cursor .mc-b svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.mouse-cursor .mc-b svg path {
  fill: #fff;
}

/*
- Preloader
*/
.preloader {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preloader .preloader_img img {
  max-width: 200px;
  max-height: 200px;
  display: block;
}

.preloader-area,
.preloader-default-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background: #000;
}

.loaded .preloader-area,
.loaded .preloader {
  opacity: 0;
  visibility: hidden;
}

.preloader-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
  margin-top: -20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.preloader-folding-cube .preloader-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.preloader-folding-cube .preloader-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: preloader-foldCubeAngle 2.4s infinite linear both;
  animation: preloader-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.preloader-folding-cube .preloader-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.preloader-folding-cube .preloader-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotate(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.preloader-folding-cube .preloader-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotate(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.preloader-folding-cube .preloader-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader-folding-cube .preloader-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader-folding-cube .preloader-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes preloader-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes preloader-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/* 
- Buttons
*/
.button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -5px;
}

.button-container.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-container.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-container [class*="button-"],
.button-container [class^="button-"] {
  margin: 0 5px;
}

.button-style1 {
  position: relative;
  color: inherit;
  font-size: 12px;
  text-transform: uppercase;
  padding: 20px 35px;
  border: none;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  letter-spacing: 0.05em;
  font-weight: 600;
  background: transparent;
  line-height: 1.3;
}

.button-style1 .d:before,
.button-style1 .d:after {
  content: '';
  position: absolute;
  height: 1px;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.button-style1 .d:before {
  top: 0;
  left: 45%;
  right: 10%;
}

.button-style1 .d:after {
  left: 10%;
  right: 65%;
  bottom: 0;
}

.button-style1 .d span:before,
.button-style1 .d span:after {
  content: '';
  position: absolute;
  width: 1px;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.button-style1 .d span:before {
  top: 0;
  left: 0;
  bottom: 70%;
}

.button-style1 .d span:after {
  top: 50%;
  right: 0;
  bottom: 10%;
}

.button-style1:hover .d:before,
.button-style1:hover .d:after {
  left: 0;
  right: 0;
}

.button-style1:hover .d span:before,
.button-style1:hover .d span:after {
  top: 0;
  bottom: 0;
}

.button-style1 i {
  font-size: 10px;
  margin-left: 15px;
}

@-webkit-keyframes bt2 {
  0% {
    width: 51%;
    top: 0;
    bottom: 0;
  }

  40% {
    top: 0;
    bottom: 0;
    width: 0;
  }

  100% {
    top: 8px;
    bottom: 8px;
  }
}

@keyframes bt2 {
  0% {
    width: 51%;
    top: 0;
    bottom: 0;
  }

  40% {
    top: 0;
    bottom: 0;
    width: 0;
  }

  100% {
    top: 8px;
    bottom: 8px;
  }
}

@-webkit-keyframes bt2_hover {
  0% {
    top: 8px;
    bottom: 8px;
  }

  40% {
    top: 0;
    bottom: 0;
    width: 0;
  }

  100% {
    width: 51%;
    top: 0;
    bottom: 0;
  }
}

@keyframes bt2_hover {
  0% {
    top: 8px;
    bottom: 8px;
  }

  40% {
    top: 0;
    bottom: 0;
    width: 0;
  }

  100% {
    width: 51%;
    top: 0;
    bottom: 0;
  }
}

.button-style2 {
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 15px;
  letter-spacing: .1em;
}

.button-style2:before,
.button-style2:after {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 8px;
  pointer-events: none;
  width: 1px;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-animation: bt2 500ms ease-in-out;
  animation: bt2 500ms ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.button-style2:before {
  left: 0;
  border-left-width: 1px;
  border-left-style: solid;
}

.button-style2:after {
  right: 0;
  border-right-width: 1px;
  border-right-style: solid;
}

.button-style2:hover:before,
.button-style2:hover:after {
  -webkit-animation: bt2_hover 500ms ease-in-out;
  animation: bt2_hover 500ms ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.button-style3 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .05em;
  padding-right: 20px;
}

.button-style3:after {
  content: "";
  font-family: "free-basic-ui-elements";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 1;
  margin-top: -0.5em;
}

.add-to-cart-button {
  font-size: 12px;
  text-transform: uppercase;
}

.add-to-cart-button:hover {
  color: inherit;
}

.add-to-cart-button i {
  font-size: 15px;
  margin-right: 15px;
}

.button-style4 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .05em;
}

.button-style4 i:first-child {
  margin-right: 10px;
}

.button-style4 i:last-child {
  margin-left: 10px;
}

.button-style4:hover {
  color: inherit;
}

/*
- Inputs
*/
.input-row,
.woocommerce-form-row {
  position: relative;
  margin-bottom: 30px;
}

.input-row label,
.woocommerce-form-row label {
  display: block;
  font-size: 16px;
  color: #9b9b9b;
  margin-bottom: 15px;
}

.input-row:after,
.woocommerce-form-row:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  -o-transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.input-row.focus:after,
.woocommerce-form-row.focus:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.input-row.focusout:after,
.woocommerce-form-row.focusout:after {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.input-row input.style1,
.input-row textarea.style1,
.woocommerce-form-row input.style1,
.woocommerce-form-row textarea.style1 {
  margin-bottom: 0;
}

input.style1,
textarea.style1 {
  font-size: 16px;
  color: #9b9b9b;
  font-weight: 300;
  padding: 15px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #606060;
  resize: none;
}

textarea.style1 {
  padding: 15px 20px;
  border: 1px solid #606060;
}

/* 
- Site Header
*/
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  /* background: linear-gradient(347deg, #100f0f00, #160a04cc, #160c0c00); */
  width: 100%;
  z-index: 100;
  -webkit-transition: background-color 400ms ease-in-out;
  -o-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
}

.newcolor {

  background: linear-gradient(347deg, #100f0f00, #160a04cc, #160c0c00);

}

.textcolorblu {
  color: linear-gradient(90deg, #0b6bbd, #0aa1c7);
}


/* .site-header1 {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(347deg, #100f0f00, #160a04cc, #160c0c00);
  width: 100%;
  z-index: 100;
  -webkit-transition: background-color 400ms ease-in-out;
  -o-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
} */

.site-header .row {
  min-height: 60px;
}

.admin-bar .site-header {
  margin-top: 32px;
}

@media (max-width: 767.98px) {
  .admin-bar .site-header {
    margin-top: 46px;
  }
}

.site-header.side-header-mode {
  display: none;
}

@media (max-width: 991.98px) {
  .site-header.side-header-mode {
    display: block;
  }
}

.site-header .container-fluid {
  padding: 0 40px;
}

.site-header.dark-color {
  color: #1a1a1a;
}

.site-header.dark-color.fixed {
  background-color: #fff;
}

.site-header.fixed {
  background-color: rgba(43, 47, 53, 0.95);
}

.site-header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  -webkit-box-shadow: inset 0 0 0 1px;
  box-shadow: inset 0 0 0 1px;
  opacity: .2;
}

.site-header.type2:before {
  display: none;
}

@media (max-width: 575.98px) {
  .site-header.type2 .right {
    display: none;
  }
}

.site-header.on-side {
  top: -55px;
  background: #000;
  color: #fff;
  width: 100vh;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.site-header.on-side:before {
  top: 0;
  bottom: auto;
}

.site-header.fixed .navigation .menu>li>a {
  height: 50px;
}

.site-header .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header .right>* {
  margin-left: 25px;
}

.site-header .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header .left>* {
  margin-right: 25px;
}

.side-header .phone,
.site-header .phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.side-header .phone:before,
.site-header .phone:before {
  content: '';
  width: 20px;
  height: 1px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.side-header .phone i,
.site-header .phone i {
  font-size: 15px;
  margin: 0 15px;
}

.side-header .phone a,
.site-header .phone a {
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  opacity: .3;
}

.side-header .phone:hover:before,
.site-header .phone:hover:before {
  width: 0;
}

.side-header .phone:hover a,
.site-header .phone:hover a {
  opacity: .9;
}

/*
- Side Header
*/
.side-header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-image: url(../images/side-nav-bg.jpg);
  width: 290px;
  padding: 30px 35px 30px 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.admin-bar .side-header {
  top: 32px;
}

.side-header .bottom hr {
  opacity: 0.3;
  margin: 20px 0;
}

.side-header .phone i {
  margin-left: 0;
}

.side-header .phone:before {
  display: none;
}

.side-header .phone a {
  opacity: .7;
}

.side-header .social-links {
  font-size: 13px;
  margin: 15px 0;
}

.side-header .social-links a {
  opacity: 0.3;
}

.side-header .social-links a:hover {
  opacity: 1;
}

.side-header .copyright {
  font-size: 12px;
  color: #989796;
}

@media (max-width: 991.98px) {
  .side-header {
    display: none;
  }
}

/*
- Header Space
*/
.header-space {
  height: 60px;
}

.header-space-false .header-space {
  display: none;
}

/*
- Header Search Button
*/
.header-search-button {
  cursor: pointer;
}

.header-search-button i {
  font-size: 15px;
}

/*
- Minicart
*/
.header-minicart .hm-count {
  position: relative;
  cursor: pointer;
  color: inherit;
}

.header-minicart .hm-count i {
  font-size: 15px;
}

.header-minicart .hm-count span {
  position: absolute;
  top: -2px;
  right: -7px;
  font-size: 9px;
  font-weight: bold;
  line-height: 14px;
  height: 13px;
  min-width: 13px;
  color: #000000;
  padding: 0 2px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  text-align: center;
}

.header-minicart .minicart-wrap {
  position: absolute;
  top: 100%;
  right: 0;
  color: #fff;
  width: 280px;
  margin-top: -1px;
  font-size: 14px;
  background: #000;
  border: 1px solid #444;
}

.header-minicart .minicart-wrap .woocommerce-mini-cart__empty-message {
  margin: 0;
  padding: 15px 20px;
}

.header-minicart .minicart-wrap .cart_list {
  padding-top: 15px;
}

.header-minicart .minicart-wrap .bottom {
  border-top: 1px solid #444;
  background: #1a1a1a;
  padding: 15px 25px 10px;
  margin-top: 15px;
}

.header-minicart .minicart-wrap .bottom .total {
  line-height: 1;
  margin: 0 0 20px;
}

.header-minicart .minicart-wrap .bottom .total strong {
  font-size: 12px;
  font-weight: 400 !important;
  text-transform: uppercase;
}

.header-minicart .minicart-wrap .bottom .total .amount {
  font-weight: 200;
  font-size: 30px;
  margin-left: 10px;
}

.header-minicart .minicart-wrap .bottom .buttons .button {
  width: 100%;
}

.header-minicart .minicart-wrap .bottom .buttons .button:not(:last-child) {
  margin-bottom: 10px;
}

/* 
- Site Logo
*/
.site-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 311px;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .3em;
}

.site-header.on-side .site-logo {
  height: 35px;
}

.site-logo a {
  position: relative;
  display: block;
}

.site-logo img {
  display: block;
}

.site-logo img.dark {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.light-color .site-logo img.light,
.dark-color .site-logo img.dark {
  opacity: 1;
}

.dark-color .site-logo img.light,
.light-color .site-logo img.dark {
  opacity: 0;
}

/* 
- Social Links
*/
.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  align-items: center;
}

.social-links a {
  margin-right: 15px;
}

.social-links a:last-of-type {
  margin-right: 0;
}

/*  
- Navigation
*/
.navigation {
  font-size: 12px;
  line-height: 1.5em;
  font-family: 'Playfair Display', serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.navigation.hidden_menu {
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
}

.left .navigation.hidden_menu {
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
}

.navigation.hidden_menu.active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.navigation ul li a {
  position: relative;
}

.navigation .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation .menu li {
  position: relative;
}

.navigation .menu li.menu-item-has-children:hover>.sub-menu,
.navigation .menu li.page_item_has_children:hover>.children {
  z-index: 2;
}

.navigation .menu>li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation .menu>li:nth-last-child(3) .sub-menu .sub-menu,
.navigation .menu>li:nth-last-child(2) .sub-menu .sub-menu,
.navigation .menu>li:nth-last-child(1) .sub-menu .sub-menu,
.navigation .menu>li:nth-last-child(3) .children .children,
.navigation .menu>li:nth-last-child(2) .children .children,
.navigation .menu>li:nth-last-child(1) .children .children {
  left: inherit;
  right: 100%;
  margin-right: 25px;
}

@media (max-width: 991.98px) {

  .navigation .menu>li:nth-last-child(3) .sub-menu .sub-menu,
  .navigation .menu>li:nth-last-child(2) .sub-menu .sub-menu,
  .navigation .menu>li:nth-last-child(1) .sub-menu .sub-menu,
  .navigation .menu>li:nth-last-child(3) .children .children,
  .navigation .menu>li:nth-last-child(2) .children .children,
  .navigation .menu>li:nth-last-child(1) .children .children {
    right: 0;
    margin: 0;
  }
}

.navigation .menu>li>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
  font-weight: 600;
  height: 100%;
}

.navigation .menu>li>a:hover span:before {
  right: 0;
}

.navigation .menu>li>a span {
  position: relative;
}

.navigation .menu>li>a span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 1px;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.navigation .menu>li:not(:last-of-type) {
  margin-right: 30px;
}

.navigation .sub-menu,
.navigation .children {
  position: absolute;
  width: 220px;
  left: -25px;
  top: 100%;
  margin-top: 0px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  z-index: 1;
  padding: 15px 25px;
  text-transform: uppercase;
}

.navigation .sub-menu .sub-menu,
.navigation .sub-menu .children,
.navigation .children .sub-menu,
.navigation .children .children {
  padding: 5px 15px;
}

@media (min-width: 992px) {

  .navigation .sub-menu .sub-menu,
  .navigation .sub-menu .children,
  .navigation .children .sub-menu,
  .navigation .children .children {
    left: 100%;
    top: -15px;
    margin-left: 25px;
    padding: 15px 25px;
  }
}

.navigation .sub-menu li,
.navigation .children li {
  margin: 0 0;
}

.navigation .sub-menu li a,
.navigation .children li a {
  display: block;
  padding: 7px 0;
}

@media (max-width: 991.98px) {
  .navigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background: #000;
    color: #fff;
    border-left: 1px solid #444;
    padding: 75px 0 15px;
    width: 260px;
    max-width: 260px;
    overflow-y: auto;
    margin-right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    border: none;
    z-index: -1;
  }

  .admin-bar .navigation {
    top: 32px;
  }

  .left .navigation {
    left: 0;
    right: auto;
    margin: 0;
  }

  .navigation .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navigation .menu>li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    height: auto;
    margin: 0 !important;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .navigation .menu>li>a {
    height: auto !important;
    padding: 10px 25px;
    width: 100%;
  }

  .navigation .menu .sub-menu,
  .navigation .menu .children {
    position: relative;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    left: 0;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 767.98px) {
  .admin-bar .navigation {
    top: 46px;
  }
}

/*
- Side Navigation
*/
.site-header-side-nav {
  position: fixed;
  top: 0;
  left: 55px;
  bottom: 0;
  width: 290px;
  padding: 30px 30px 30px 75px;
  border-right: 1px solid #444;
  background-image: url(../images/side-nav-bg.jpg);
  background-position: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  -o-transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  z-index: 99;
}

.site-header-side-nav.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.site-header-side-nav>.wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.site-header-side-nav>.wrap>.wrap {
  height: 90vh !important;
}

@media (max-width: 575.98px) {
  .site-header-side-nav {
    width: 255px;
    padding-left: 40px;
  }
}

.side-navigation .menu {
  position: relative;
  font-size: 14px;
}

.side-navigation .menu li {
  margin-bottom: 20px;
}

.side-navigation .menu li a {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.side-navigation .menu li.current-menu-item>a,
.side-navigation .menu li.current-menu-ancestor>a,
.side-navigation .menu li.current_page_item>a,
.side-navigation .menu li.current_page_parent>a,
.side-navigation .menu li.current-menu-ancestor>a {
  padding-left: 35px;
}

.side-navigation .menu li.current-menu-item>a:before,
.side-navigation .menu li.current-menu-ancestor>a:before,
.side-navigation .menu li.current_page_item>a:before,
.side-navigation .menu li.current_page_parent>a:before,
.side-navigation .menu li.current-menu-ancestor>a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 1px;
  margin-top: -1px;
}

.side-navigation .menu li:last-of-type {
  margin-bottom: 0;
}

.side-navigation .menu li.hide>a {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.side-navigation .sub-menu {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.side-navigation .sub-menu .back {
  position: absolute;
  top: 3px;
  left: -30px;
  cursor: pointer;
}

.side-navigation .sub-menu li {
  margin-bottom: 10px;
}

.side-navigation .active>.sub-menu {
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/*
- Navigation Butter
*/
.nav-butter {
  position: relative;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.nav-butter.visible_menu {
  display: none;
}

@media (max-width: 767.98px) {
  .nav-butter.visible_menu {
    display: block;
  }
}

.site-header.on-side .nav-butter {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.nav-butter span {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  -webkit-box-shadow: inset 0 0 0 1px;
  box-shadow: inset 0 0 0 1px;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.nav-butter span:nth-child(1) {
  top: 3px;
}

.nav-butter span:nth-child(2) {
  top: 7px;
}

.nav-butter span:nth-child(3) {
  bottom: 3px;
}

.nav-butter.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-butter.active span:nth-child(2) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-butter.active span:nth-child(3) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

@media (max-width: 991.98px) {
  .nav-butter.visible_menu {
    display: block;
  }
}

/*
- Popup Search Form
*/
.search-popup {
  position: fixed;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  -webkit-clip-path: circle(0% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
}

.search-popup.active {
  -webkit-clip-path: circle(150% at 50% 50%);
  clip-path: circle(150% at 50% 50%);
}

@supports (not (-webkit-clip-path: circle(50% at 50% 50%))) or (not ((-webkit-clip-path: circle(50% at 50% 50%)) or (clip-path: circle(50% at 50% 50%)))) {
  .search-popup {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }

  .search-popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

.iphone .search-popup {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-clip-path: inherit !important;
  clip-path: inherit !important;
}

.iphone .search-popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.search-popup .close {
  position: absolute;
  top: 80px;
  right: 20px;
  cursor: pointer;
}

.admin-bar .search-popup .close {
  top: 112px;
}

.search-popup .form-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 95%;
  -ms-flex: 1 0 95%;
  flex: 1 0 95%;
  max-width: 460px;
}

/*
- Main Container
*/
.header-space-true .main-container {
  padding-top: 35px;
}

.page-template-template-landing.header-space-true .main-container,
.single-product .main-container {
  padding: 0;
}

/* 
- Footer
*/
.site-footer {
  padding: 60px 0 15px;
  position: relative;
  background: #1a1a1a;
  border-top: 1px solid #484848;
  z-index: 1;
}

.site-footer .col-12 {
  margin-bottom: 30px;
}

.site-footer.light-color {
  color: #c8c8c8;
}

.site-footer.light-color .widget-title {
  color: #fff;
}

.site-footer.light-color .bg-overlay .lines div {
  background-color: #0d1317;
}

.site-footer .site-logo {
  margin-top: -20px;
  margin-bottom: 10px;
}

.site-footer .site-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 60px;
}

.site-footer .site-logo a img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  top: auto;
}

.site-footer .social-links {
  margin: 30px 0;
}

.site-footer .copyright {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  color: #989796;
  margin-top: 25px;
}

.site-footer .widget .widget-title {
  font-weight: 600;
  margin-bottom: 35px;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.site-footer .widget ul {
  color: inherit;
}

.site-footer .widget ul li {
  border-bottom: none;
}

/* 
- Heading Block
*/
.heading-block {
  margin: 30px 0;
}

.heading-block.page-title {
  margin: 15px 0 50px;
}

.heading-block.with-bottom-line:after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  margin: 25px 0;
}

.heading-block.tac.with-bottom-line:after {
  margin-left: auto;
  margin-right: auto;
}

.heading-block.tar.with-bottom-line:after {
  margin-left: auto;
}

.heading-block .sub-h {
  position: relative;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.heading-block .sub-h:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 1px;
}

.heading-block.without-decor-line .sub-h {
  padding: 0 !important;
}

.heading-block.without-decor-line .sub-h:before {
  display: none;
}

.heading-block.tac .sub-h {
  padding-left: 0;
}

.heading-block.tac .sub-h:before {
  display: none;
}

.heading-block.tar .sub-h {
  padding-left: 0;
  padding-right: 30px;
}

.heading-block.tar .sub-h:before {
  left: auto;
  right: 0;
}

.heading-block.h-h3 .sub-h {
  margin-bottom: 13px;
}

.heading-block .h {
  margin: 0;
}

.heading-block .h .num {
  display: inline-block;
  font-weight: bold;
  font-style: normal;
  font-size: 1.5em;
  margin: -0.1em 0.3em 0 0;
  opacity: 0.1;
  vertical-align: middle;
  line-height: .5;
}

.heading-block h4,
.heading-block .h4 {
  line-height: 1.2;
}

.heading-block h5,
.heading-block .h5 {
  line-height: 1.25;
}

/* 
- Banner Social Links
*/
.banner-social-links {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  width: 70px;
}

.banner-social-links a {
  pointer-events: all;
}

.bsl-right .banner-social-links {
  left: auto;
  right: 0;
}

.banner-social-links .social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.banner-social-links .social-links a {
  position: relative;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 30px 0;
}

.bsl-right .banner-social-links .social-links a {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.banner-social-links .social-links a span {
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: block;
}

.banner-social-links .social-links a span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.banner-social-links .social-links a span:nth-child(2) {
  -webkit-transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
}

.banner-social-links .social-links a:hover span:nth-child(1) {
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.banner-social-links .social-links a:hover span:nth-child(2) {
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

@media (max-width: 767.98px) {
  .banner-social-links {
    display: none;
  }
}

/* 
- Contact Row
*/
.contact-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.71429em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-row i {
  float: left;
  font-size: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45px;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
}

.contact-row span {
  display: block;
}

.contact-row.medium {
  font-size: 18px;
}

.contact-row.medium i {
  font-size: 23px;
}

.contact-row.with-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-row.with-h i {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65px;
  -ms-flex: 0 0 65px;
  flex: 0 0 65px;
  text-align: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.contact-row.with-h .content .h {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contact-row.with-h .content span {
  opacity: .7;
}

/*
- CountDown
*/
.countdownHolder {
  overflow: hidden;
}

.countdownHolder>span {
  float: left;
  margin-right: 55px;
  margin-bottom: 15px;
}

.countdownHolder>span:last-child {
  margin-right: 0 !important;
}

.countdownHolder .num {
  display: block;
  font-size: 72px;
  height: .9em;
}

.countdownHolder .num .position {
  float: left;
  width: 0.6em;
  height: .9em;
  overflow: hidden;
  position: relative;
  font-weight: 100;
}

.countdownHolder .num .position .digit {
  position: absolute;
  display: block;
  width: .6em;
  line-height: .9em;
  text-align: center;
}

@media (max-width: 575.98px) {
  .countdownHolder {
    margin-right: 30px;
    max-width: 300px;
  }

  .countdownHolder .num {
    font-size: 55px;
  }
}

/*
- Page 404
*/
.block-404 {
  position: relative;
  background: #010006 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
}

.block-404 .row {
  height: 100vh;
}

.block-404 .heading-block .h {
  font-size: 40px;
}

.block-404 .button-style1 {
  margin-top: 20px;
}

/*
- Coming Soon
*/
.coming-soon-block {
  background: #010006 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.coming-soon-block .row {
  padding-top: 60px;
}

.coming-soon-block .heading-block {
  margin-top: 0;
}

.coming-soon-block .heading-block .h {
  font-size: 40px;
}

.coming-soon-block .text {
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 300;
  opacity: 0.8;
  margin: -10px 0 40px;
}

.coming-soon-block .timer-block {
  margin: 50px 0 0;
}

.coming-soon-block .timer-block>span {
  margin-right: 45px;
}

.coming-soon-block .timer-block>span .num .position {
  font-weight: bold;
}

.coming-soon-block .timer-block>span .num:before,
.coming-soon-block .timer-block>span .num:after {
  display: none;
}

.coming-soon-block .timer-block>span .name {
  text-transform: lowercase;
  font-size: 14px;
  font-weight: 300;
}

/*
- Blog
*/
.blog-block {
  margin-top: 30px;
}

.blog-items {
  margin-bottom: 30px;
}

.blog-item {
  position: relative;
  margin-bottom: 30px;
}

.blog-item .wrap {
  position: relative;
  border: 1px solid #444;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}

.blog-item .wrap .sticky {
  position: absolute;
  top: -0.3em;
  left: -0.3em;
  opacity: 0.6;
  font-size: 41px;
  z-index: 0;
}

.blog-item .a-img {
  border-bottom: 1px solid #444;
  position: relative;
}

.blog-item .a-img:before {
  content: '';
  display: block;
  padding-bottom: 57.14286%;
}

.blog-masonry .blog-item .a-img:before {
  display: none;
}

.blog-item .a-img img {
  display: block;
  width: 100%;
}

.blog-item .a-img a {
  z-index: 2;
}

.blog-item.type-masonry .a-img:before {
  display: none;
}

.blog-item .content {
  background: url(../images/bg-blog-item.jpg) 50%;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 30px 35px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.blog-item .content .date {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.blog-item .content .title {
  margin: 0;
  line-height: 1.25;
}

.blog-item .content .title:after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  margin: 20px 0;
}

.blog-item .content .desc {
  font-size: 14px;
  font-weight: 300;
  color: #b1b0b0;
  line-height: 1.71429;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .blog-item .content {
    padding: 20px 25px;
  }
}

/*
- Single Post Page
*/
.post-content-block,
.project-content-block {
  background: #000;
  border: 1px solid #444;
  padding: 30px 45px;
  margin-bottom: 30px;
}

.post-content-block .featured-image,
.project-content-block .featured-image {
  margin: -30px -45px 30px;
}

.post-content-block .featured-image img,
.project-content-block .featured-image img {
  display: block;
}

.post-content-block .post-date,
.project-content-block .post-date {
  font-size: 14px;
  font-weight: 500;
}

.post-content-block p,
.project-content-block p {
  font-weight: 300;
  line-height: 1.875;
  color: #9b9b9b;
}

.post-content-block .light-color p,
.project-content-block .light-color p {
  color: inherit;
}

.post-bottom {
  margin-bottom: 30px;
}

.post-bottom .post-bottom-col {
  background: #000;
  border: 1px solid #444;
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
  padding: 15px;
}

.post-bottom .post-bottom-col .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 25px;
}

.post-bottom .post-bottom-col .col:not(a) {
  cursor: default;
}

.post-bottom .post-bottom-col .col+.col {
  border-left: 1px solid #444;
}

.post-bottom .post-bottom-col .col i:first-child {
  margin-right: 10px;
}

.post-bottom .post-bottom-col .col i:last-child {
  margin-left: 10px;
}

.post-bottom .post-bottom-col .col span {
  line-height: 1;
}

.post-bottom .post-bottom-col a {
  color: inherit;
}

.zilla-likes {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zilla-likes i {
  margin: 0 10px 0 0;
}

/*
- Project Page
*/
.project-single-page .featured-image {
  margin-bottom: 55px;
}

.project-single-page .featured-image div {
  padding-bottom: 70%;
}

.project-single-page .featured-image img {
  display: block;
  margin: 0 auto;
}

.project-content-block {
  background: transparent;
  border: none;
  padding: 0;
}

.project-video {
  margin: 35px 0;
}

.project-video .wrap {
  position: relative;
  padding-bottom: 56.25%;
}

.project-video .wrap iframe,
.project-video .wrap video {
  height: 100%;
  width: 100%;
}

.project-gallery {
  margin: 35px -15px;
}

.project-gallery .item {
  position: relative;
}

.project-gallery .item a {
  display: block;
  margin-bottom: 30px;
}

.project-gallery .item a span {
  display: block;
}

.project-gallery .item img {
  display: block;
}

.project-gallery.style-grid .item,
.project-gallery.style-packery .item {
  padding: 0;
  margin-bottom: 0;
}

.project-gallery.style-grid .item:before,
.project-gallery.style-packery .item:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.project-gallery.style-grid .item a,
.project-gallery.style-packery .item a {
  margin-bottom: 0;
}

.project-gallery.style-grid .item a span,
.project-gallery.style-packery .item a span {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
}

.project-gallery.style-packery.cols-3 .item:nth-child(4n+4):before {
  padding-bottom: 200%;
}

.project-gallery.style-packery.cols-3 .item:nth-child(4n+5) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.project-gallery.style-packery.cols-3 .item:nth-child(4n+5):before {
  padding-bottom: 50%;
}

.project-slider {
  margin-bottom: 55px;
}

.project-slider .owl-stage-outer {
  overflow: visible !important;
}

.project-slider .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.project-slider .owl-stage-outer .owl-stage .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-slider .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  text-align: center;
}

.project-slider .item.type-original a {
  display: inline-block;
  vertical-align: middle;
}

.project-slider .item a {
  display: block;
  border: 1px solid #444;
}

.project-slider .item a span {
  display: block;
  padding-bottom: 70%;
}

.project-slider .item a img {
  display: block;
  margin: 0 auto;
  max-height: 700px;
  width: auto;
}

/*
- Comments
*/
.comments-area {
  margin-bottom: 50px;
}

.comments-area .comment-items-wrap {
  margin-bottom: 50px;
}

.comments-area .comment-title {
  margin-bottom: 30px;
}

.comments-area .comment-items {
  padding: 0;
  margin: 0;
}

.comments-area .comment-items .comment-item {
  position: relative;
  background: #000;
  border: 1px solid #444;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.comments-area .comment-items .comment-item .replytocom {
  position: absolute;
  top: 30px;
  right: 30px;
  color: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.comments-area .comment-items .comment-item .replytocom i {
  margin-right: 10px;
  opacity: 0.5;
  font-size: 17px;
}

.comments-area .comment-items .comment-item .replytocom span {
  font-size: 12px;
}

.comments-area .comment-items .comment-item .image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 110px;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  margin-right: 35px;
}

.comments-area .comment-items .comment-item .image img {
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.comments-area .comment-items .comment-item .area {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  overflow: hidden;
}

.comments-area .comment-items .comment-item .top .name {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.comments-area .comment-items .comment-item .top .time {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}

.comments-area .comment-items .comment-item .content {
  color: #9b9b9b;
  font-size: 14px;
}

.comments-area .comment-items .comment-item .content p {
  line-height: 1.71429;
}

.comments-area .comment-items .comment-item .comment-respond {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin-top: 40px;
}

.comments-area .comment-items .comment-item .comment-respond .comment-title {
  margin-bottom: 20px;
}

.comments-area .comment-items .comment-item .comment-respond .comment-title span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comments-area .comment-items .comment-item .comment-respond .comment-title span small {
  font-size: 12px;
  text-transform: uppercase;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.comments-area .comment-items .children {
  margin-left: 30px;
}

.comment-form-cookies-consent {
  padding: 0 15px;
  margin: -10px 0 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
}

.comment-form-cookies-consent label {
  font-size: 12px;
  color: #9b9b9b;
  line-height: 1.3;
}

/*
- Logged Links
*/
.logged-links {
  font-size: 12px;
  margin: -20px 0 15px;
  right: 0;
}

.comment-item .logged-links {
  position: relative;
  top: 0;
  margin-top: -25px;
}

.logged-links a.logout {
  margin-left: 10px;
}

/*
- Widget Side Bar
*/
.widget .screen-reader-text {
  display: none;
}

.widget select {
  color: #b6b6b6;
  width: 100%;
  background: #0a0a0a;
  border: 1px solid #444;
  padding: 0 45px 0 15px;
  height: 40px;
  margin: 10px 0 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: right 15px top 50% url(../images/select.png) no-repeat;
  -webkit-background-size: 13px 7px;
  background-size: 13px 7px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.site-sidebar,
.wpb_widgetised_column {
  margin-bottom: 35px;
  color: #b1b0b0;
  font-weight: 300;
}

.site-sidebar .wrap,
.site-sidebar .wpb_wrapper,
.wpb_widgetised_column .wrap,
.wpb_widgetised_column .wpb_wrapper {
  background: rgba(7, 7, 7, 0.3);
  border: 1px solid #444;
  padding: 35px 35px 25px;
}

.site-sidebar .widget-title,
.wpb_widgetised_column .widget-title {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
}

.site-sidebar .widget,
.wpb_widgetised_column .widget {
  margin-bottom: 35px;
}

.site-sidebar .widget.widget_search,
.wpb_widgetised_column .widget.widget_search {
  margin: 0 0 40px;
}

.site-sidebar .widget .textwidget,
.wpb_widgetised_column .widget .textwidget {
  line-height: 1.71429;
}

.site-sidebar .widget .textwidget img,
.wpb_widgetised_column .widget .textwidget img {
  border: 1px solid #444;
}

.site-sidebar .widget ul,
.wpb_widgetised_column .widget ul {
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0em;
}

.site-sidebar .widget:last-of-type,
.wpb_widgetised_column .widget:last-of-type {
  margin-bottom: 0;
}

.site-sidebar .widget .textwidget,
.wpb_widgetised_column .widget .textwidget {
  font-size: 14px;
}

/*
- Search Form
*/
.searchform,
.protected-post-form .form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px 0 25px;
  border: 1px solid #444;
  margin: 25px 0;
}

.searchform>div,
.protected-post-form .form>div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.searchform>div .input,
.protected-post-form .form>div .input {
  background: transparent;
  border: none;
  font-size: 14px;
  color: #b1b0b0;
  font-style: italic;
  height: 45px;
  width: 100%;
}

.searchform button,
.protected-post-form .form button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45px;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.3;
}

.searchform button:hover,
.protected-post-form .form button:hover {
  opacity: 0.9;
}

/*
- Widget Categories
*/
.widget_recent_entries .widget-title,
.widget_archive .widget-title,
.widget_categories .widget-title,
.widget_pages .widget-title,
.widget_meta .widget-title,
.widget_nav_menu .widget-title,
.widget_recent_entries .widget-title,
.widget_recent_comments .widget-title,
.widget_rss .widget-title,
.product-categories .widget-title {
  margin-bottom: 15px;
}

.widget_recent_entries ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_rss ul li,
.product-categories ul li {
  position: relative;
  padding: 10px 15px 10px 0;
  border-bottom: 1px solid #393939;
}

.widget_recent_entries ul,
.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.product-categories ul {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.widget_recent_entries ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.product-categories ul li {
  padding: 10px 0;
}

.widget_recent_entries ul li .sub-menu,
.widget_recent_entries ul li .children,
.widget_archive ul li .sub-menu,
.widget_archive ul li .children,
.widget_categories ul li .sub-menu,
.widget_categories ul li .children,
.widget_pages ul li .sub-menu,
.widget_pages ul li .children,
.widget_meta ul li .sub-menu,
.widget_meta ul li .children,
.widget_nav_menu ul li .sub-menu,
.widget_nav_menu ul li .children,
.product-categories ul li .sub-menu,
.product-categories ul li .children {
  margin-top: 10px;
  margin-left: 10px;
  border-top: 1px solid #393939;
}

.widget_recent_entries ul li .sub-menu li:last-of-type,
.widget_recent_entries ul li .children li:last-of-type,
.widget_archive ul li .sub-menu li:last-of-type,
.widget_archive ul li .children li:last-of-type,
.widget_categories ul li .sub-menu li:last-of-type,
.widget_categories ul li .children li:last-of-type,
.widget_pages ul li .sub-menu li:last-of-type,
.widget_pages ul li .children li:last-of-type,
.widget_meta ul li .sub-menu li:last-of-type,
.widget_meta ul li .children li:last-of-type,
.widget_nav_menu ul li .sub-menu li:last-of-type,
.widget_nav_menu ul li .children li:last-of-type,
.product-categories ul li .sub-menu li:last-of-type,
.product-categories ul li .children li:last-of-type {
  border: none;
  padding-bottom: 0;
}

.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.product-categories ul li a {
  position: relative;
  text-decoration: underline;
  color: inherit;
  display: block;
  padding-left: 25px;
  line-height: 1.2em;
  text-decoration: none;
}

.widget_recent_entries ul li a:before,
.widget_archive ul li a:before,
.widget_categories ul li a:before,
.widget_pages ul li a:before,
.widget_meta ul li a:before,
.widget_nav_menu ul li a:before,
.product-categories ul li a:before {
  content: "";
  font-family: "free-basic-ui-elements";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  font-size: 10px;
  position: absolute;
  left: 0;
  line-height: inherit;
}

.widget_categories ul li a,
.widget_archive ul li a {
  display: inline-block;
}

/*
- Widget RSS
*/
.widget_rss .widget-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget_rss .widget-title a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25px;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  color: inherit;
  font-size: 18px;
}

.widget_rss .widget-title a+a {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.widget_rss .widget-title img {
  display: block;
  width: 14px;
}

.widget_rss ul li {
  padding: 15px 0;
}

.widget_rss .rsswidget {
  line-height: 18px;
  font-size: 16px;
  display: block;
  text-decoration: none;
  letter-spacing: .025em;
  font-weight: 500;
  font-style: normal;
}

.widget_rss .rss-date {
  font-size: 12px;
  margin: 10px 0 10px 0;
  font-weight: 500;
  display: block;
  opacity: 0.5;
}

.widget_rss .rssSummary {
  font-size: 14px;
}

.widget_rss cite {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.5;
}

/*
- Recent Comments
*/
.widget_recent_comments ul li,
.widget_recent_entries ul li {
  font-size: 14px;
  padding: 10px 0;
}

/*
- Widget Calendar
*/
.calendar_wrap {
  background: rgba(7, 7, 7, 0.8);
  color: #fff;
  margin-top: -1px;
  border: 1px solid #444;
}

.calendar_wrap table {
  margin: 0;
  border-collapse: collapse;
}

.calendar_wrap table td,
.calendar_wrap table th {
  font-size: 11px;
  padding: 2px 3px;
  text-align: center;
}

.calendar_wrap table th {
  padding: 10px 3px;
  font-size: 12px;
}

.calendar_wrap table td,
.calendar_wrap table td {
  padding: 10px 3px;
  font-weight: 500;
}

.calendar_wrap table td a,
.calendar_wrap table td a {
  text-decoration: none;
}

.calendar_wrap table td.pad,
.calendar_wrap table td.pad {
  background: #1a1a1a;
}

.calendar_wrap table caption {
  font-size: 14px;
  font-weight: 500;
  border-bottom: 0;
  padding: 10px 0;
}

/*
- Widget Gallery
*/
.gallery-module {
  margin: -4px;
}

.gallery-module .item {
  padding: 4px;
  text-align: center;
}

.gallery-module .item a {
  display: block;
  position: relative;
}

.gallery-module .item a:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.gallery-module .item a:hover:after {
  visibility: visible;
  opacity: 1;
}

.gallery-module .item img {
  display: block;
  border: 1px solid #444;
}

/*
- Widget Tags
*/
.tagcloud {
  font-size: 14px;
  text-transform: lowercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tagcloud .tag-cloud-link {
  font-size: 14px !important;
  text-decoration: none;
  background: #1f1f1f;
  padding: 8px 15px;
  line-height: 1em;
  margin-bottom: 10px;
  margin-right: 10px;
  color: inherit;
}

/*
- Widget Blog Posts
*/
.blog-post-widget .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  margin-bottom: -5px;
  font-weight: 500;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.blog-post-widget .item .image {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  border: 1px solid #444;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}

.blog-post-widget .item .image:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.blog-post-widget .item .text {
  text-align: left;
}

.blog-post-widget .item .name {
  line-height: 1;
  display: block;
  text-decoration: none;
  color: inherit;
}

.blog-post-widget .item .name:hover {
  text-decoration: none;
}

.blog-post-widget .item .blog-detail {
  margin: 5px 0 0 0;
  font-size: 12px;
}

.blog-post-widget .item .blog-detail i {
  font-size: 10px;
}

/*
- Search Page
*/
section.no-results {
  padding-bottom: 40px;
}

section.no-results .searchform {
  max-width: 420px;
}

.search-item {
  margin-bottom: 30px;
}

.search-item .wrap {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #444;
  padding: 25px 30px;
}

.search-item .wrap>* {
  margin-bottom: 15px;
}

.search-item .h {
  margin-top: 0;
}

.search-item .desc {
  font-size: 16px;
  font-weight: 300;
  opacity: .5;
}

/*
- Right Click Disable
*/
.right-click-disable-message {
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
}

.right-click-disable-message .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*
- Protected form
*/
.protected-post-form {
  min-height: 400px;
  text-align: center;
  padding: 80px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-post-form .text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  margin-bottom: 30px;
}

.protected-post-form .form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 460px;
  margin: 0 auto;
  width: 100%;
}

/*
- Pagination
*/
.pagination,
nav.woocommerce-pagination {
  font-size: 14px;
  margin: 0 0 30px;
}

.portfolio-items+.pagination,
.blog-items+.pagination,
.portfolio-items+nav.woocommerce-pagination,
.blog-items+nav.woocommerce-pagination {
  margin-top: -30px;
}

.products+.pagination,
.products+nav.woocommerce-pagination {
  margin-top: -1em;
}

.pagination ul,
nav.woocommerce-pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pagination ul li,
nav.woocommerce-pagination ul li {
  min-width: 30px;
  line-height: 28px;
  margin-right: 15px;
}

.pagination ul li a,
.pagination ul li span,
nav.woocommerce-pagination ul li a,
nav.woocommerce-pagination ul li span {
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  padding: 0 5px;
  border: 1px solid #444;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.pagination ul li i,
nav.woocommerce-pagination ul li i {
  display: block;
  font-size: 12px;
  line-height: inherit;
}

.pagination ul li span.current,
.pagination ul li a:hover,
.pagination ul li a:focus,
nav.woocommerce-pagination ul li span.current,
nav.woocommerce-pagination ul li a:hover,
nav.woocommerce-pagination ul li a:focus {
  background: #1a1a1a;
}

/*
- Page Pagination
*/
.page-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin: 30px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-pagination>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  min-width: 30px;
  line-height: 28px;
  margin-right: 15px;
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  padding: 0 5px;
  border: 1px solid #444;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.page-pagination>span {
  background: #1a1a1a;
}

/*==========  Desktop First  ==========*/
/*==========  Mobile First  ==========*/


.title-image {
  width: 400px;
  height: auto;
  /* height auto rakho */
  margin-bottom: -69px;
  margin-left: 500px;
  display: block;
}

/* ===== Tablet ===== */
@media (max-width: 991px) {
  .title-image {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -30px;
  }
}

/* ===== Mobile ===== */
@media (max-width: 575px) {
  .title-image {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
  }
}

/* ======================================
   LUXURY SEA → DARK BACKGROUND MERGE
   SAFE FOR LUXA THEME
====================================== */

/* HERO SECTION FADE */
.banner-area.luxury-merge {
  position: relative;
  overflow: hidden;
}

/* Fade overlay */
.banner-area.luxury-merge::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 280px;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(5, 8, 14, 0.55) 45%,
      #050608 100%);
  pointer-events: none;
  z-index: 5;
}

/* PORTFOLIO DARK BASE */
.vc_row.luxury-dark {
  background: radial-gradient(circle at top,
      #141414 0%,
      #0b0b0b 45%,
      #050608 100%);
  position: relative;
  z-index: 1;
}

/* GOLD CENTER LINE (MATCH IMAGE STYLE) */
.vc_row.luxury-dark::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 1px;
  background: linear-gradient(to right,
      transparent,
      #d4af37,
      transparent);
  opacity: 0.85;
}

@media (max-width: 768px) {
  .banner-area.luxury-merge::after {
    height: 180px;
  }
}

/* ===============================
   LUXURY SERVICES SECTION
================================ */

.luxury-services {
  background: radial-gradient(circle at top, #1a1f2a 0%, #0a0d13 70%);
  padding: 110px 0;
  position: relative;
}

.luxury-services::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("wp-content/uploads/2019/03/world-map.png") center/cover no-repeat;
  opacity: 0.08;
  pointer-events: none;
}

/* Heading */
.luxury-services-heading h2 {
  color: #fff;
  margin-bottom: 70px;
  letter-spacing: 1px;
}

/* Grid */
.luxury-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
}

/* Card */
.service-card {
  padding: 40px 25px;
  transition: all 0.4s ease;
  position: relative;
}

.service-card i {
  font-size: 48px;
  color: #d4af37;
  margin-bottom: 25px;
  display: inline-block;
}

.service-card h4 {
  color: #fff;
  margin-bottom: 15px;
}

.service-card p {
  color: #cfcfcf;
  font-size: 15px;
  line-height: 1.6;
}

/* Divider line */
.service-card::after {
  content: "";
  width: 1px;
  height: 120px;
  background: rgba(212, 175, 55, 0.3);
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.service-card:last-child::after {
  display: none;
}

/* Hover */
.service-card:hover {
  transform: translateY(-8px);
}

.service-card:hover i {
  color: #f5d76e;
}

/* Responsive */
@media (max-width: 992px) {
  .luxury-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card::after {
    display: none;
  }
}

@media (max-width: 576px) {
  .luxury-services-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== GOLD ICON FLOAT & GLOW ===== */
.service-card i {
  animation: floatIcon 4s ease-in-out infinite;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.25);
}

.service-card:hover i {
  text-shadow:
    0 0 12px rgba(212, 175, 55, 0.5),
    0 0 30px rgba(212, 175, 55, 0.35);
}

/* subtle floating */
@keyframes floatIcon {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0);
  }
}

/* ===== LUXURY SERVICES ===== */
.services-section {
  position: relative;
  padding: 120px 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),
    url("img20.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Inner content */
.services-overlay {
  position: relative;
  z-index: 2;
}


.luxury-services {
  padding: 120px 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.9)),
    url("wp-content/uploads/2019/03/map.png");
  background-size: cover;
  background-position: center;
  text-align: center;
}

.services-heading h2 {
  font-size: 46px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.gold-divider {
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
  margin: 20px auto 60px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.service-card {
  padding: 35px 25px;
  border: 1px solid rgba(212, 175, 55, 0.25);
  background: rgba(255, 255, 255, 0.03);
  transition: all 0.4s ease;
}

.service-card:hover {
  transform: translateY(-12px);
  border-color: #d4af37;
  box-shadow: 0 15px 40px rgba(212, 175, 55, 0.2);
}

.service-card i {

  font-size: 42px;
  color: #d4af37;
  margin-bottom: 20px;
  animation: floatIcon 4s ease-in-out infinite;
}

.service-card h4 {
  color: #fff;
  margin-bottom: 12px;
}

.service-card p {
  font-family: 'Playfair Display', serif;
  color: #cfcfcf;
  font-size: 14px;
  line-height: 22px;
}

/* floating animation */
@keyframes floatIcon {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

/* .luxury-services {
  position: relative;
  padding: 120px 0;
  background:
    linear-gradient(to right,
      #0a0d13 0%,
      rgba(10, 13, 19, 0.2) 15%,
      rgba(10, 13, 19, 0.2) 85%,
      #0a0d13 100%),
    linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.85)),
    url("wp-content/uploads/2019/03/world-map.png") center/cover no-repeat;
} */

/* Content always above */
.services-content {
  position: relative;
  z-index: 2;
}

/* VC / Luxa background fix */
.luxury-services .vc_column-inner,
.luxury-services .wpb_wrapper {
  background: transparent !important;
}

.lux-wrap {
  display: flex;
  justify-content: center;
  /* padding: 60px 0; */
}

/* MAIN CARD */
.lux-card {
  width: 100%;
  max-width: 1200px;
  background: rgba(20, 25, 35, 0.95);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 14px;
  backdrop-filter: blur(12px);
  overflow: hidden;
}

/* TABS */
.lux-tabs {
  display: flex;
  gap: 30px;
  padding: 18px 24px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  color: #cfcfcf;
}

.lux-tabs span {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.lux-tabs .active {
  color: #d4af37;
}

/* TRIP TYPE */
.lux-trip {
  display: flex;
  gap: 25px;
  padding: 15px 24px;
  font-size: 14px;
  color: #cfcfcf;
}

/* FIELDS */
.lux-fields {
  display: grid;
  grid-template-columns: 1.4fr 0.3fr 1.4fr 1.2fr 1.2fr 1fr;
  background: #fff;
  border-radius: 12px;
  margin: 0 16px 16px;
  overflow: hidden;
}

.lux-field {
  display: flex;
  gap: 12px;
  padding: 18px;
  align-items: center;
}

.lux-field i {
  color: #999;
  font-size: 16px;
}

.lux-field small {
  font-size: 12px;
  color: #777;
}

.lux-field strong {
  display: block;
  color: #000;
}

.lux-field span {
  font-size: 12px;
  color: #777;
}

.lux-swap {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #999;
}

/* SEARCH */
.lux-search {
  background: linear-gradient(135deg, #d4af37, #b8922e);
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* RESPONSIVE */
@media(max-width:991px) {
  .lux-fields {
    grid-template-columns: 1fr;
  }

  .lux-swap {
    display: none;
  }
}

.lux-experience {
  padding: 80px 0;
  /* background:
    radial-gradient(circle at top, #1b2230 0%, #0a0d13 70%); */
  text-align: center;
}

.lux-exp-container {
  max-width: 1200px;
  margin: auto;
  color: #fff;
}

.lux-exp-heading {
  font-size: 34px;
  font-weight: 400;
  color: #e8d8a8;
  line-height: 1.4;
  margin-bottom: 20px;
}

.lux-exp-divider {
  width: 200px;
  height: 8px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
  margin: 12px auto 13px;
}

.lux-exp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.lux-exp-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}

.lux-exp-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.lux-exp-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.85),
      rgba(0, 0, 0, 0.15));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 30px;
}

.lux-exp-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #d4af37;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.lux-exp-overlay h4 {
  font-size: 18px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 5px;
}

.lux-exp-overlay p {
  font-size: 13px;
  font-family: 'Playfair Display', serif;
  color: #cfcfcf;
}

/* Button */
.lux-exp-btn {
  display: inline-block;
  margin-top: 50px;
  padding: 14px 34px;
  background: linear-gradient(135deg, #d4af37, #b8922e);
  color: #000;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}

/* Responsive */
@media(max-width:991px) {
  .lux-exp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:575px) {
  .lux-exp-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .lux-search-bar {
    grid-template-columns: 1fr 1fr;
    gap: 1px;
  }

  .lux-swap {
    display: none;
  }

  .lux-search-btn {
    grid-column: span 2;
    padding: 18px;
  }
}

@media (max-width: 576px) {
  .lux-tabs {
    flex-wrap: wrap;
    gap: 12px;
    font-size: 14px;
  }

  .lux-trip-type {
    flex-wrap: wrap;
    gap: 12px;
  }

  .lux-search-bar {
    grid-template-columns: 1fr;
  }

  .lux-field {
    padding: 14px;
    border-bottom: 1px solid #eee;
  }

  .lux-search-btn {
    width: 100%;
    padding: 18px;
    font-size: 25px;
  }
}

.lux-search-wrapper.transparent {
  background: rgba(15, 20, 30, 0.55);
  /* transparent glass */
  backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 14px;
  padding: 25px;
  color: #fff;
}

/* Tabs */
.lux-tabs {
  display: flex;
  gap: 22px;
  font-size: 15px;
  margin-bottom: 14px;
}

.lux-tabs span {
  color: #cfcfcf;
}

.lux-tabs .active {
  color: #d4af37;
}

/* Trip type */
.lux-trip-type {
  display: flex;
  gap: 20px;
  font-size: 14px;
  margin-bottom: 15px;
}

/* Search bar */
.lux-search-bar {
  display: grid;
  grid-template-columns: 1.2fr 40px 1.2fr 1fr 1fr 160px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  overflow: hidden;
}

/* Fields */
.lux-field {
  padding: 16px;
  color: #000;
}

.lux-field small {
  font-size: 12px;
  color: #777;
}

.lux-field span {
  font-size: 12px;
  font-family: 'Playfair Display', serif;
  color: #888;
}

/* Swap */
.lux-swap {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}

/* Search button */
.lux-search-btn {
  background: linear-gradient(180deg, #e1c15a, #b8962e);
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.lux-one-line-footer {
  /* background: linear-gradient(rgba(10, 14, 20, 0.92),
      rgba(10, 14, 20, 0.92)); */
  padding: 22px 15px;
  text-align: center;
  font-size: 13px;
  letter-spacing: .5px;
  position: relative;
}

.lux-footer-inner {
  color: rgba(255, 255, 255, 0.75);
}

.lux-footer-inner a {
  color: #d4af37;
  text-decoration: none;
  margin: 0 6px;
  transition: color .3s ease;
}

.lux-footer-inner a:hover {
  color: #f5d76e;
}

/* subtle top glow line */
.lux-one-line-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 1px;
  background: linear-gradient(90deg,
      transparent,
      rgba(212, 175, 55, .6),
      transparent);
}

.luxury-experience-section {
  animation: sectionFade 1.6s ease forwards;
  opacity: 0;
}

@keyframes sectionFade {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lux-card {
  transition: all 0.6s ease;
  position: relative;
}

.lux-card:hover {
  transform: translateY(-14px) scale(1.03);
  box-shadow: 0 25px 60px rgba(212, 175, 55, 0.25);
}

.lux-heading {
  background: linear-gradient(90deg,
      #d4af37,
      #f5e6a8,
      #d4af37);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: goldShimmer 4s linear infinite;
}

@keyframes goldShimmer {
  from {
    background-position: 0%;
  }

  to {
    background-position: 200%;
  }
}

.lux-search-card {
  width: 100%;
  max-width: 360px;
  margin: auto;
  padding: 18px;
  border-radius: 16px;
  background: rgba(15, 20, 30, .65);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(212, 175, 55, .35);
  color: #fff;
  font-family: "Poppins", sans-serif;
}

/* Tabs */
.lux-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 14px;
  margin-bottom: 14px;
}

.lux-tabs span {
  color: #cfcfcf;
  display: flex;
  gap: 6px;
  align-items: center;
}

.lux-tabs .active {
  color: #d4af37;
}

/* Trip */
.lux-trip {
  display: flex;
  gap: 16px;
  font-size: 13px;
  margin-bottom: 14px;
  font-family: 'Playfair Display', serif;
}

.lux-trip input {
  accent-color: #d4af37;
}

/* White box */
.lux-box {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

/* Field */
.lux-field {
  padding: 14px;
  border-bottom: 1px solid #eee;
}

.lux-field small {
  font-size: 11px;
  color: #888;
}

.lux-field strong {
  display: block;
  color: #000;
  font-size: 15px;
}

.lux-field span {
  font-size: 11px;
  color: #777;
}

/* Swap */
.lux-swap {
  text-align: center;
  font-size: 18px;
  padding: 8px;
  color: #999;
  background: #f6f6f6;
}

/* Search Button */
.lux-search-btn {
  width: 100%;
  padding: 14px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  background: linear-gradient(135deg, #d4af37, #b8922e);
  color: #000;
}

/* Desktop enhancement */
@media(min-width:768px) {
  .lux-box {
    display: grid;
    grid-template-columns: 1fr 40px 1fr 140px;
    align-items: center;
  }

  .lux-field {
    border-bottom: none;
  }

  .lux-search-btn {
    height: 100%;
    border-radius: 0;
  }
}

/* ===============================
   DESKTOP SEARCH BAR FIX
================================ */

@media (min-width: 992px) {

  .lux-search-card {
    max-width: 1300px;
    padding: 22px 26px;
  }

  /* Tabs inline */
  .lux-tabs {
    justify-content: center;
    gap: 114px;
    font-family: 'Playfair Display', serif;
    font-size: 15px;
  }

  /* Trip type inline */
  .lux-trip {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 14px;
  }

  /* Search layout */
  .lux-box {
    display: grid;
    grid-template-columns: 1.3fr 50px 1.3fr 180px;
    align-items: center;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
  }

  .lux-field {
    padding: 18px 20px;
    border-bottom: none;
  }

  .lux-field strong {
    font-size: 16px;
  }

  .lux-field span {
    font-size: 12px;
  }

  /* Swap icon center */
  .lux-swap {
    background: #f3f3f3;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }

  /* Search button */
  .lux-search-btn {
    height: 100%;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(180deg, #e1c15a, #b8962e);
    color: #f8f5f5;
    border-radius: 0;
  }
}

/* Top Bar */
.top-bar {
  width: 100%;
  background: rgb(0 0 0 / 22%);
  color: #fff;
  font-size: 14px;
  font-family: 'Playfair Display', serif;
  padding: 8px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  backdrop-filter: blur(6px);
}

/* Left Side */
.top-bar-left span {
  margin-right: 20px;
  opacity: 0.9;
}

/* Right Side */
.top-bar-right {
  display: flex;
  align-items: center;
}

.top-bar-right a {
  color: #f5c76a;
  margin-left: 15px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.top-bar-right a:hover {
  color: #fff;
}

/* Language Dropdown */
.lang-select select {
  margin-left: 15px;
  background: transparent;
  border: 1px solid rgba(245, 199, 106, 0.6);
  color: #f5c76a;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
}

.lang-select select option {
  color: #000;
}

/* Navigation ko niche lao */
header,
.navbar {
  margin-top: 40px;
}

/* Responsive */
@media (max-width: 768px) {
  .top-bar {
    flex-direction: column;
    gap: 6px;
    padding: 10px 15px;
    font-size: 13px;
  }

  header,
  .navbar {
    margin-top: 70px;
  }
}

.custom-cursor {
  width: 18px;
  height: 18px;
  border: 2px solid #f5c76a;
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition:
    transform 0.15s ease,
    width 0.15s ease,
    height 0.15s ease,
    background 0.15s ease;
  z-index: 99999;
}

.custom-cursor.active {
  width: 35px;
  height: 35px;
  background: rgba(245, 199, 106, 0.2);
  border-color: #f5c76a;
}

.service-card {
  background: #0b0f14;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: linear-gradient(120deg,
      transparent,
      rgba(245, 199, 106, 0.4),
      transparent);
  opacity: 0;
  transition: 0.5s;
}

.service-card:hover::before {
  opacity: 1;
}

/* Lift */
.service-card:hover {
  transform: translateY(-18px) scale(1.02);
}

/* Image */
.card-img {
  position: relative;
  overflow: hidden;
}

.card-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.service-card:hover img {
  transform: scale(1.12);
}

/* Icon */
.card-icon {
  position: absolute;
  top: 90%;
  left: 50%;
  width: 52px;
  height: 52px;
  /* background: #f5c76a; */
  color: #000;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  font-size: 20px;
}

.service-card:hover .card-icon {
  transform: translate(-50%, -50%) rotate(360deg) scale(1.15);
  box-shadow: 0 0 20px rgba(245, 199, 106, 0.8);
}

/* Content */
.card-content {
  text-align: center;
  padding: 22px;
}

.card-content h4 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  margin-bottom: 6px;
  transition: 0.4s;
}

.card-content p {
  color: #aaa;
  font-size: 14px;
  transition: 0.4s;
}

/* Text Hover */
.service-card:hover h4 {
  color: #f5c76a;
  letter-spacing: 0.6px;
}

.service-card:hover p {
  color: #ddd;
}

/* Hide top bar on mobile */
@media (max-width: 768px) {
  .top-bar {
    display: none;
  }
}

.lux-intro {
  position: relative;
  padding: 10px 0 10px;
  /* background: linear-gradient(to bottom,
      rgba(5, 8, 12, 0.85),
      rgba(5, 8, 12, 0.95)); */
  text-align: center;
}

.lux-wrap {
  /* max-width: 820px; */
  margin: 0 auto;
}

/* Decorative image – desktop default */
.lux-title-img {
  max-width: 391px;
  margin-bottom: -128px;
  opacity: 0.9;
}

/* ===== MOBILE VIEW FIX ===== */
@media (max-width: 768px) {
  .lux-title-img {
    max-width: 220px;
    /* image chhoti */
    margin-bottom: -40px;
    /* negative margin kam */
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* center align */
    opacity: 0.85;
  }
}

/* ===== SMALL MOBILE (very safe) ===== */
@media (max-width: 480px) {
  .lux-title-img {
    max-width: 180px;
    margin-bottom: -25px;
  }
}

.service-center {
  text-align: center;
  max-width: 320px;
  /* optional – layout clean rahe */
  margin: 0 auto;
  /* center container */
}

.service-center i {
  font-size: 48px;
  color: #d4af37;
  /* luxury gold */
  margin-bottom: 18px;
}

.service-center h5 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.service-center p {
  font-size: 14px;
  line-height: 1.6;
  color: #cfcfcf;
}


/* Text */
.lux-text {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  line-height: 1.7;
  color: #e5e5e5;
}

/* Subtle divider */
.lux-intro::after {
  content: "";
  width: 200px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #f5c76a, transparent);
  display: block;
  margin: 35px auto 0;
}

/* Responsive */
@media (max-width: 768px) {
  .lux-intro {
    padding: 60px 18px;
  }

  .lux-text {
    font-size: 15px;
  }
}

/* ===== LUXURY GOLD BUTTON ===== */
.luxury-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 36px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #0a0d13;
  text-decoration: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #d4af37, #f5e6a8, #d4af37);
  background-size: 200% 200%;
  transition: all 0.4s ease;
  overflow: hidden;
  box-shadow:
    0 10px 25px rgba(212, 175, 55, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

/* Text */
.luxury-btn span:last-child {
  position: relative;
  z-index: 2;
}

/* Hover shimmer */
.luxury-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.45),
      transparent);
  transform: translateX(-120%);
  transition: transform 0.6s ease;
}

/* Hover */
.luxury-btn:hover {
  transform: translateY(-3px);
  box-shadow:
    0 18px 45px rgba(212, 175, 55, 0.55),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  background-position: 100% 0;
}

.luxury-btn:hover::before {
  transform: translateX(120%);
}

/* Active */
.luxury-btn:active {
  transform: translateY(0);
  box-shadow:
    0 8px 18px rgba(212, 175, 55, 0.4);
}

/* Mobile tweak */
@media (max-width: 576px) {
  .luxury-btn {
    padding: 13px 28px;
    font-size: 14px;
  }
}

.eol-lux-experience {
  padding: 20px 0;
  /* background: radial-gradient(circle at top, #1b2230 0%, #0a0d13 70%); */
  text-align: center;
}

.eol-lux-container {
  max-width: 1200px;
  margin: auto;
}

.eol-lux-heading {
  font-size: 34px;
  color: #e8d8a8;
  line-height: 1.5;
}

.eol-lux-divider {
  width: 180px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
  margin: 25px auto 65px;
}

.eol-lux-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}

.eol-lux-card {
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.4s ease;
}

.eol-lux-card-img {
  position: relative;
}

.eol-lux-card-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.eol-lux-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.85),
      rgba(0, 0, 0, 0.25));
}

.eol-lux-icon {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: #d4af37;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  z-index: 2;
}

/* .eol-lux-content {
  padding: 24px;
} */

.eol-lux-content h5 {
  color: #fff;
  margin-bottom: 6px;
}

.eol-lux-content p {
  color: #cfcfcf;
  font-size: 13px;
}

.eol-lux-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 55px rgba(212, 175, 55, 0.35);
}

.eol-lux-btn {
  display: inline-block;
  margin-top: 55px;
  padding: 14px 36px;
  background: linear-gradient(135deg, #d4af37, #b8922e);
  color: #fcfafa;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 991px) {
  .eol-lux-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .eol-lux-grid {
    grid-template-columns: 1fr;
  }
}

.uae-tour-section {
  padding: 80px 20px;
  /* background: #f7f9fb; */

  font-family: 'Poppins', sans-serif;
}

.uae-container {
  max-width: 1300px;
  margin: auto;
}

.uae-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.uae-header h2 {
  font-size: 24px;
  font-weight: 600;
  color: #cfb316;
}

.uae-btn {
  background: #1b7c9c;
  color: #fff;
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
}

.uae-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.uae-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease;
}

.uae-card:hover {
  transform: translateY(-6px);
}

.uae-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.uae-card h4 {
  padding: 12px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

/* Tablet */
@media (max-width: 992px) {
  .uae-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .uae-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

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

/* Small Mobile */
@media (max-width: 480px) {
  .uae-grid {
    grid-template-columns: 1fr;
  }
}

.cruise-hero {
  position: relative;
  width: 100%;
  height: 520px;

  overflow: hidden;
}

/* Dark overlay */
.cruise-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      rgba(0, 30, 60, 0.65),
      rgba(0, 30, 60, 0.35),
      rgba(0, 0, 0, 0.55));
  z-index: 1;
}

/* Logo */
.cruise-logo {
  position: absolute;
  top: 25px;
  left: 30px;
  width: 100%;
  z-index: 3;
}

.cruise-logo img {
  max-width: 140px;
}

/* Content */
.cruise-content {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  z-index: 3;
}

.cruise-content h1 {
  margin: 0;
  line-height: 1.05;
}

.cruise-title-yellow {
  font-size: 56px;
  font-weight: 800;
  color: #f4c430;
}

.cruise-title-white {
  font-size: 56px;
  font-weight: 800;
  color: #ffffff;
}

.cruise-subtitle {
  margin-top: 14px;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  border-radius: 4px;
}

/* Side vertical button */
.cruise-side-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right center;
  background: #f4c430;
  color: #000;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px 4px 0 0;
  z-index: 4;
}

/* Responsive */
@media (max-width: 992px) {
  .cruise-content {
    right: 5%;
  }

  .cruise-title-yellow,
  .cruise-title-white {
    font-size: 44px;
  }
}

@media (max-width: 768px) {
  .cruise-hero {
    height: 420px;
  }

  .cruise-content {
    right: 50%;
    transform: translate(50%, -50%);
    text-align: center;
  }

  .cruise-side-btn {
    display: none;
  }
}

.eol-cruise-section {
  padding: 80px 0;
  /* background: #f5f7f9; */
  font-family: 'Poppins', sans-serif;
}

.eol-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.eol-section-title {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #ecce24b4;
}

/* Destination Grid */
.eol-destination-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.eol-destination-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

.eol-destination-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.eol-destination-card:hover img {
  transform: scale(1.1);
}

.eol-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(0 40 80 / 32%), rgba(0, 40, 80, 0.3));
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.eol-card-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.eol-card-count {
  color: #f4c430;
  font-size: 14px;
  font-weight: 500;
}

.eol-destination-card:hover {
  transform: translateY(-8px);
}

/* Featured cards (white bottom like reference) */
.eol-destination-card.featured .eol-card-overlay {
  background: linear-gradient(to top,
      #ffffff,
      rgba(255, 255, 255, 0.2));
}

.eol-destination-card.featured .eol-card-title {
  color: #000;
}

.eol-destination-card.featured .eol-card-count {
  color: #0a6aa1;
}

/* Cruise Lines */
.eol-lines {
  margin-top: 90px;
}

.eol-lines-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 30px;
  align-items: center;
}

.eol-lines-grid img {
  max-width: 120px;
  margin: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.eol-lines-grid img:hover {
  filter: none;
  opacity: 1;
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 992px) {
  .eol-destination-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

@media (max-width: 768px) {
  .eol-destination-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 480px) {
  .eol-destination-grid {
    grid-template-columns: 1fr;
  }
}

.eol-glass-enquiry {
  padding: 80px 20px;
  background: transparent;
  font-family: 'Poppins', sans-serif;
}

.eol-glass-wrapper {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 30px;
}

/* MAP */
.eol-glass-map {
  border-radius: 16px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
}

.eol-glass-map iframe {
  width: 100%;
  height: 580px;
  border: 0;
}

/* FORM */
.eol-glass-form {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.eol-glass-form h2 {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 10px;
}

.eol-glass-form p {
  font-size: 14px;
  color: #d7e3ef;
  margin-bottom: 26px;
}

.eol-input-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.eol-glass-form input,
.eol-glass-form select,
.eol-glass-form textarea {
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 14px;
  outline: none;
}

.eol-glass-form textarea {
  height: 120px;
  resize: none;
  margin-bottom: 18px;
}

.eol-glass-form input::placeholder,
.eol-glass-form textarea::placeholder {
  color: #cfd9e2;
}

.eol-glass-form select {
  color: #cfd9e2;
}

/* BUTTON */
.eol-glass-form button {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #0a6aa1, #083b66);
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.eol-glass-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(10, 106, 161, 0.6);
}

/* Responsive */
@media (max-width: 992px) {
  .eol-glass-wrapper {
    grid-template-columns: 1fr;
  }

  .eol-glass-map iframe {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .eol-input-row {
    grid-template-columns: 1fr;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: #ffffff;
}

/* CONTAINER */
.container {
  width: 100%;
  max-width: 1250px;
  margin: auto;
  padding: 0 18px;
}

/* TOPBAR */
.tour-topbar {
  padding: 18px 0;
}

.topbar-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.search-box {
  width: 65%;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  gap: 10px;
}

.search-box input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
}

.result-count {
  font-size: 14px;
  color: #222;
}

/* LISTING GRID */
.tour-listing {
  padding: 10px 0 80px;
}

.listing-grid {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 28px;
  align-items: start;
}

/* FILTER SIDEBAR */
.filter-sidebar {
  background: #fff;
}

.filter-box {
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 18px 18px;
  margin-bottom: 16px;
}

.filter-box h4 {
  font-size: 14px;
  color: #333;
  margin-bottom: 14px;
  font-weight: 700;
}

.check-item {
  display: flex;
  gap: 10px;
  font-size: 13px;
  color: #444;
  margin-bottom: 10px;
  cursor: pointer;
}

.check-item input {
  transform: translateY(1px);
}

.scroll-box {
  max-height: 280px;
  overflow-y: auto;
}

/* PRICE */
.price-range {
  margin-top: 6px;
}

.price-text {
  font-size: 13px;
  color: #444;
  margin-bottom: 12px;
}

.price-range input {
  width: 100%;
}

.filter-btn {
  width: 100%;
  margin-top: 14px;
  border: none;
  background: #2f7e8f;
  color: #fff;
  padding: 12px 14px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
}

.filter-btn:hover {
  opacity: 0.9;
}

/* PACKAGES */
.packages-area {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.package-card {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 280px 1fr 220px;
  overflow: hidden;
}

.pkg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pkg-content {
  padding: 18px 18px;
}

.pkg-content h3 {
  font-size: 16px;
  color: #111;
  font-weight: 800;
  margin-bottom: 10px;
}

.pkg-meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}

.pkg-content p {
  font-size: 13px;
  color: #666;
  line-height: 1.55;
}

/* PRICE BOX */
.pkg-price {
  background: #f8f8f8;
  padding: 18px;
  text-align: center;
  border-left: 1px solid #ededed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.price-top {
  font-size: 12px;
  color: #666;
}

.price-val {
  font-size: 16px;
  font-weight: 900;
  color: #111;
}

.book-btn {
  display: inline-block;
  background: #2f7e8f;
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}

.book-btn:hover {
  opacity: 0.9;
}

/* FLOAT SPECIAL PACKAGE */
.special-package-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right top;
  background: #e1b100;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  padding: 10px 16px;
  border-radius: 10px 10px 0 0;
  letter-spacing: 0.5px;
  z-index: 999;
}

/* WHATSAPP */
.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #1ac45c;
  color: #fff;
  padding: 12px 18px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  z-index: 999;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .listing-grid {
    grid-template-columns: 1fr;
  }

  .search-box {
    width: 100%;
  }

  .package-card {
    grid-template-columns: 1fr;
  }

  .pkg-price {
    border-left: none;
    border-top: 1px solid #ededed;
  }
}

/* BASIC */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: #f6f8fb;
}

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

/* LISTING */
.tour-listing {
  padding: 40px 0;
}

.packages-area {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* CARD */
.package-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 310px 1fr 230px;
  border: 1px solid #eef1f5;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}

.pkg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pkg-content {
  padding: 20px 22px;
}

.pkg-content h3 {
  font-size: 16px;
  font-weight: 800;
  color: #111;
  margin-bottom: 10px;
  line-height: 1.35;
}

.pkg-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}

.pkg-content p {
  font-size: 13px;
  color: #666;
  line-height: 1.55;
  max-width: 520px;
}

/* PRICE */
.pkg-price {
  background: #fff;
  border-left: 1px solid #eef1f5;
  padding: 18px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.price-top {
  font-size: 12px;
  color: #666;
}

.price-val {
  font-size: 16px;
  font-weight: 900;
  color: #111;
}

.book-btn {
  display: inline-block;
  background: #2d7f90;
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  transition: 0.25s;
}

.book-btn:hover {
  opacity: 0.9;
}

/* BASIC */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: #f6f8fb;
}

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

/* LISTING */
.tour-listing {
  padding: 40px 0;
}

.packages-area {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* CARD */
.package-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 310px 1fr 230px;
  border: 1px solid #eef1f5;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}

.pkg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pkg-content {
  padding: 20px 22px;
}

.pkg-content h3 {
  font-size: 16px;
  font-weight: 800;
  color: #111;
  margin-bottom: 10px;
  line-height: 1.35;
}

.pkg-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}

.pkg-content p {
  font-size: 13px;
  color: #666;
  line-height: 1.55;
  max-width: 520px;
}

/* PRICE */
.pkg-price {
  background: #fff;
  border-left: 1px solid #eef1f5;
  padding: 18px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.price-top {
  font-size: 12px;
  color: #666;
}

.price-val {
  font-size: 16px;
  font-weight: 900;
  color: #111;
}

.book-btn {
  display: inline-block;
  background: #2d7f90;
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  transition: 0.25s;
}

.book-btn:hover {
  opacity: 0.9;
}

/* PAGINATION */
.pagination-wrap {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}

.pagination {
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.page-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #dfe6ee;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  color: #111;
  background: #fff;
  transition: 0.25s;
}

.page-btn:hover {
  background: #2d7f90;
  color: #fff;
  border-color: #2d7f90;
}

.page-btn.active {
  background: #2d7f90;
  color: #fff;
  border-color: #2d7f90;
}

.page-dots {
  font-weight: 900;
  color: #2d7f90;
  padding: 0 4px;
}

.page-last {
  border: 1px solid #dfe6ee;
  background: #fff;
  color: #111;
  font-weight: 800;
  padding: 10px 14px;
  border-radius: 22px;
  text-decoration: none;
  transition: 0.25s;
}

.page-last:hover {
  background: #2d7f90;
  color: #fff;
  border-color: #2d7f90;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .package-card {
    grid-template-columns: 1fr;
  }

  .pkg-price {
    border-left: none;
    border-top: 1px solid #eef1f5;
  }

  .pkg-content p {
    max-width: 100%;
  }
}

.pagination-wrap {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}

.pagination {
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.page-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #dfe6ee;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  color: #111;
  background: #fff;
  transition: 0.25s;
}

.page-btn:hover {
  background: #2d7f90;
  color: #fff;
  border-color: #2d7f90;
}

.page-btn.active {
  background: #2d7f90;
  color: #fff;
  border-color: #2d7f90;
}

.page-dots {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #dfe6ee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  cursor: pointer;
  color: #2d7f90;
  background: #fff;
  transition: 0.25s;
}

.page-dots:hover {
  background: #2d7f90;
  color: #fff;
  border-color: #2d7f90;
}

.page-last {
  border: 1px solid #dfe6ee;
  background: #fff;
  color: #111;
  font-weight: 800;
  padding: 10px 14px;
  border-radius: 22px;
  text-decoration: none;
  transition: 0.25s;
}

.page-last:hover {
  background: #2d7f90;
  color: #fff;
  border-color: #2d7f90;
}

.staycations-section {
  /* background: #f6f8fb; */
  padding: 60px 0;
  font-family: Arial, sans-serif;
}

.staycations-section .container {
  width: 1200px;
  max-width: 95%;
  margin: auto;
}

.stay-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #111;
}

.stay-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.stay-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: 0.25s ease;
}

.stay-card:hover {
  transform: translateY(-4px);
}

.stay-img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.stay-body {
  padding: 14px 14px 16px;
}

.stay-body h3 {
  font-size: 13px;
  font-weight: 700;
  color: #111;
  line-height: 1.35;
  min-height: 38px;
  margin: 0 0 10px;
}

.stay-tag {
  display: inline-block;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 6px;
  background: #dff6ec;
  color: #0a7b43;
  margin-bottom: 10px;
}

.stay-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.stay-price {
  font-size: 13px;
  font-weight: 700;
  color: #111;
}

.stay-btn {
  background: #1f7a8c;
  color: #fff;
  padding: 9px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  transition: 0.25s ease;
}

.stay-btn:hover {
  background: #145a66;
}

/* Responsive */
@media (max-width: 1100px) {
  .stay-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .stay-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .stay-grid {
    grid-template-columns: 1fr;
  }
}

/* ==== VISA SEARCH BAR CSS ==== */
.visa-search-wrap {
  width: 490px;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  margin-top: 25px;
  position: relative;
  z-index: 999999;
}

.visa-search-wrap input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  border-radius: 50px;
}

.visa-search-wrap input::placeholder {
  color: #111;
  opacity: 0.7;
  font-weight: 600;
}

.visa-search-wrap button {
  width: 52px;
  height: 52px;
  border: none;
  outline: none;
  cursor: pointer;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visa-search-wrap button span {
  font-size: 22px;
  color: #000;
  font-weight: 700;
}

/* ==== DROPDOWN LIST ==== */
.country-list {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  max-height: 280px;
  overflow-y: auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
  display: none;
  z-index: 9999999;
}

.country-item {
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  color: #111;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.country-item:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* ==== WPBAKERY OVERFLOW FIX ==== */
.banner-area,
.banner-item,
.heading-block,
.vc_row,
.vc_column_container,
.vc_column-inner,
.wpb_wrapper {
  overflow: visible !important;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: #000;
}

/* HERO BG */
.visa-hero {
  width: 100%;
  min-height: 100vh;
  background-image: url("../wp-content/uploads/2019/03/Staycation.png");
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 15px;
}

/* DARK OVERLAY */
.visa-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

/* FORM CARD */
.visa-card {
  position: relative;
  z-index: 2;
  width: 440px;
  max-width: 95%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 25px 70px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.visa-card h2 {
  margin: 0;
  padding: 18px 20px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #1d3557;
}

.visa-form {
  padding: 10px 25px 15px;
}

.visa-form select,
.visa-form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d8d8d8;
  padding: 14px 5px;
  font-size: 14px;
  outline: none;
  margin-bottom: 18px;
  color: #1d3557;
  background: transparent;
}

.visa-form select {
  cursor: pointer;
}

.apply-btn {
  width: 170px;
  margin: 10px auto 5px;
  display: block;
  padding: 13px 10px;
  border: none;
  border-radius: 50px;
  background: #2f66c9;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0px 10px 25px rgba(47, 102, 201, 0.35);
  transition: 0.25s;
}

.apply-btn:hover {
  transform: translateY(-2px);
}

/* CONTACT BOX */
.visa-popular-section {
  padding: 40px 0 25px;
}

.visa-popular-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #F5E6C8;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

.visa-popular-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.visa-popular-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  padding: 18px 10px 16px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: 0.25s ease;
  position: relative;
  overflow: hidden;
}

.visa-popular-card:hover {
  transform: translateY(-6px);
}

.visa-popular-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #0B0F1A;
}

.visa-popular-card p {
  margin: 6px 0 0;
  font-size: 12px;
  color: rgba(11, 15, 26, 0.55);
}

.visa-popular-card .visa-price {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 700;
  padding-top: 14px;
  border-top: 3px solid #C9A24A;
  color: #C9A24A;
}

/* different accent borders like screenshot */
.visa-c1 .visa-price {
  border-color: #C9A24A;
  color: #C9A24A;
}

.visa-c2 .visa-price {
  border-color: #F5E6C8;
  color: #8B6DFF;
}

.visa-c3 .visa-price {
  border-color: #C9A24A;
  color: #1DB7A6;
}

.visa-c4 .visa-price {
  border-color: #D9B65B;
  color: #D9B65B;
}

.visa-c5 .visa-price {
  border-color: #C9A24A;
  color: #E6C76A;
}

.visa-c6 .visa-price {
  border-color: #F5E6C8;
  color: #7B61FF;
}

/* responsive */
@media(max-width: 1200px) {
  .visa-popular-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width: 768px) {
  .visa-popular-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 480px) {
  .visa-popular-grid {
    grid-template-columns: 1fr;
  }
}


.visa-howto-wrap {
  padding: 55px 0;
  margin-top: 25px;

  /* GOLD STRIP BUT MERGED */
  background: linear-gradient(90deg, rgba(201, 162, 74, 0.95), rgba(230, 199, 106, 0.92), rgba(201, 162, 74, 0.95));

  /* REMOVE HARD BORDER */
  border: none;

  /* SMOOTH BLEND INTO DARK BG */
  position: relative;
  overflow: hidden;
}

/* Soft fade top-bottom so border feel na aaye */
.visa-howto-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.30),
      rgba(0, 0, 0, 0.00),
      rgba(0, 0, 0, 0.30));
  pointer-events: none;
}

/* Title */
.visa-howto-title {
  position: relative;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 28px;
  color: #0B0F1A;
  letter-spacing: 0.5px;
}

/* Row */
.visa-howto-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* Step */
.visa-howto-step {
  text-align: center;
  min-width: 150px;
}

/* Icon box - border remove + soft */
.visa-howto-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;

  background: rgba(0, 0, 0, 0.12);
  border: none;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10);
}

/* Icon */
.visa-howto-icon i {
  font-size: 24px;
  color: #0B0F1A;
}

/* Text */
.visa-howto-step p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #0B0F1A;
  line-height: 18px;
}

/* Line between */
.visa-howto-line {
  width: 90px;
  height: 1px;
  background: rgba(0, 0, 0, 0.22);
}

/* Mobile */
@media(max-width: 991px) {
  .visa-howto-line {
    display: none;
  }

  .visa-howto-row {
    gap: 25px;
  }
}

.visa-howto-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;

  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.10);

  /* SHINE */
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.25),
    0 0 18px rgba(255, 215, 120, 0.35);
  position: relative;
  overflow: hidden;
}

/* moving shine line */
.visa-howto-icon::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -60%;
  width: 60%;
  height: 180%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.55),
      transparent);
  transform: rotate(15deg);
  animation: shineMove 2.8s infinite linear;
}

/* icon color + glow */
.visa-howto-icon i {
  font-size: 24px;
  color: #0B0F1A;

  /* glow on icon */
  text-shadow: 0 0 10px rgba(255, 215, 120, 0.65);
}

@keyframes shineMove {
  0% {
    left: -70%;
  }

  100% {
    left: 140%;
  }
}

.eol-why-choose {
  padding: 80px 0;
  position: relative;
  background: transparent;
  /* aapka space background visible rahega */
}

/* heading */
.eol-why-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #F5E6C8;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}

/* grid */
.eol-why-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* premium glass cards */
.eol-why-card {
  text-align: center;
  padding: 30px 20px;
  border-radius: 18px;

  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(245, 230, 200, 0.15);
  backdrop-filter: blur(12px);

  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);

  transition: 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* shine on card */
.eol-why-card::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -60%;
  width: 60%;
  height: 180%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.20), transparent);
  transform: rotate(15deg);
  transition: 0.4s ease;
  opacity: 0;
}

.eol-why-card:hover {
  transform: translateY(-8px);
  border-color: rgba(245, 230, 200, 0.45);
  box-shadow:
    0 20px 45px rgba(0, 0, 0, 0.50),
    0 0 28px rgba(245, 230, 200, 0.18);
}

.eol-why-card:hover::after {
  opacity: 1;
  left: 140%;
}

/* icon circle with glow */
.eol-why-icon {
  width: 78px;
  height: 78px;
  border-radius: 22px;
  margin: 0 auto 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(0, 0, 0, 0.30);
  border: 1px solid rgba(245, 230, 200, 0.22);

  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.35),
    0 0 20px rgba(245, 230, 200, 0.18);

  position: relative;
  overflow: hidden;
}

/* icon shine */
.eol-why-icon::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -70%;
  width: 60%;
  height: 180%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.40), transparent);
  transform: rotate(18deg);
  /* animation: iconShine 3.2s infinite linear; */
}

@keyframes iconShine {
  0% {
    left: -70%;
  }

  100% {
    left: 140%;
  }
}

.eol-why-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

/* text */
.eol-why-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
}

.eol-why-card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.70);
  margin: 0;
  line-height: 20px;
}

/* responsive */
@media(max-width: 991px) {
  .eol-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 575px) {
  .eol-why-grid {
    grid-template-columns: 1fr;
  }
}

.eol-why-icon i {
  font-size: 34px;
  color: #F5E6C8;
  text-shadow: 0 0 18px rgba(245, 230, 200, 0.35);
  position: relative;
  z-index: 2;
}

/* hover pe aur premium glow */
.eol-why-card:hover .eol-why-icon i {
  color: #FFD98A;
  text-shadow:
    0 0 10px rgba(255, 217, 138, 0.40),
    0 0 25px rgba(245, 230, 200, 0.25);
  transform: scale(1.05);
  transition: 0.35s ease;
}

/* VISA HERO SECTION */
.eol-visa-hero {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 15px;
  position: relative;
}

/* Glass card */
.eol-visa-card {
  width: 100%;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 10px;
  padding: 28px 28px 20px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
}

/* Title */
.eol-visa-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #1a2a4a;
  letter-spacing: 0.2px;
}

/* Form */
.eol-visa-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Inputs + Select */
.eol-visa-input,
.eol-visa-select {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  padding: 12px 4px;
  border-bottom: 1px solid rgba(26, 42, 74, 0.25);
  color: #1a2a4a;
  font-weight: 500;
}

/* Select arrow */
.eol-visa-select {
  cursor: pointer;
}

/* Placeholder */
.eol-visa-input::placeholder {
  color: rgba(26, 42, 74, 0.6);
}

/* Focus line */
.eol-visa-input:focus,
.eol-visa-select:focus {
  border-bottom: 1px solid #caa45a;
  /* luxury gold */
}

/* Button */
.eol-visa-btn {
  width: 180px;
  margin: 10px auto 0;
  border: none;
  padding: 12px 18px;
  border-radius: 40px;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #fff;
  background: linear-gradient(135deg, #b78a2c, #f2d07a);
  box-shadow: 0 12px 28px rgba(183, 138, 44, 0.35);
  transition: 0.25s ease;
}

.eol-visa-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 35px rgba(183, 138, 44, 0.45);
}

/* Message */
.eol-visa-msg {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #1a2a4a;
  margin-top: 6px;
}

/* Info section */
.eol-visa-info {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Info box */
.eol-visa-box {
  background: #f1f3f7;
  padding: 14px 14px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border: 1px solid rgba(26, 42, 74, 0.08);
}

.eol-visa-box span {
  font-size: 12px;
  color: rgba(26, 42, 74, 0.65);
  font-weight: 600;
}

.eol-visa-box b {
  font-size: 15px;
  color: #1a2a4a;
  font-weight: 800;
}

/* VISA TESTIMONIALS SECTION */
.eol-visa-testimonials {
  padding: 30px 0;
  position: relative;
  background: transparent;
  /* aapka space background visible rahega */
}

.eol-visa-top-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #f5e6c8;
  margin-bottom: 10px;
}

/* GRID */
.eol-visa-test-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* CARD */
.eol-visa-test-card {
  position: relative;
  padding: 26px 22px 22px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  transition: 0.25s ease;
}

.eol-visa-test-card:hover {
  transform: translateY(-6px);
  border-color: rgba(202, 164, 90, 0.35);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.45);
}

/* AVATAR */
.eol-visa-avatar {
  position: absolute;
  top: -22px;
  right: 18px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(202, 164, 90, 0.9);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.eol-visa-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BODY */
.eol-visa-test-body h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.eol-visa-test-body p {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.75);
}

/* CONTENT BLOCK */
.eol-visa-content-block {
  margin-top: 60px;
  padding: 35px 30px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.40);
}

.eol-visa-content-block h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 14px;
  color: #f5e6c8;
}

.eol-visa-content-block p {
  font-size: 14px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 14px;
}

/* RESPONSIVE */
@media(max-width: 991px) {
  .eol-visa-test-grid {
    grid-template-columns: 1fr;
  }
}

.eol-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
  backdrop-filter: blur(10px);
}

.eol-popup-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.eol-popup-box {
  width: min(520px, 92%);
  border-radius: 18px;
  padding: 26px 22px;
  background: rgba(10, 20, 35, 0.85);
  border: 1px solid rgba(90, 170, 255, 0.25);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  color: #eaf4ff;
  transform: scale(0.92);
  transition: 0.25s ease;
}

.eol-popup-overlay.active .eol-popup-box {
  transform: scale(1);
}

.eol-popup-box h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #6fd0ff;
}

.eol-popup-box p {
  margin: 0 0 18px;
  color: rgba(234, 244, 255, 0.85);
  font-size: 15px;
  line-height: 1.6;
}

.eol-popup-box button {
  width: 100%;
  border: none;
  padding: 12px 14px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 700;
  color: #001018;
  background: linear-gradient(90deg, #4fd2ff, #2a7cff);
  transition: 0.25s ease;
}

.eol-popup-box button:hover {
  transform: translateY(-1px);
}

/* =========================================
   FINAL MOBILE RESPONSIVE PATCH (EOL THEME)
   Paste at END of CSS file
========================================= */

/* FIX GLOBAL OVERFLOW */
html,
body {
  width: 100%;
  overflow-x: hidden;
}

/* ===========================
   HEADER + TOP BAR FIX
=========================== */
@media (max-width: 768px) {

  .site-header .container-fluid {
    padding: 0 16px !important;
  }

  header,
  .navbar {
    margin-top: 0 !important;
  }

  .top-bar {
    display: none !important;
  }

  .site-logo {
    width: auto !important;
    margin: 8px 0 !important;
  }

  .site-logo img {
    max-width: 170px !important;
    height: auto !important;
  }

}

/* ===========================
   HERO SECTION FIX
=========================== */
@media (max-width: 768px) {

  .banner-area,
  .banner-item {
    padding: 120px 0 60px !important;
    background-position: center !important;
  }

  .banner-area h1,
  .banner-item h1,
  .hero-content h1 {
    font-size: 36px !important;
    line-height: 1.15 !important;
  }

  .banner-area p,
  .banner-item p,
  .hero-content p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    max-width: 95% !important;
  }

  .title-image {
    width: 210px !important;
    margin: 0 auto -10px !important;
  }

}

/* ===========================
   LUX SEARCH CARD FIX
=========================== */
@media (max-width: 768px) {

  .lux-search-card {
    max-width: 95% !important;
    padding: 16px !important;
  }

  .lux-tabs {
    justify-content: center !important;
    gap: 12px !important;
    font-size: 13px !important;
  }

  .lux-trip,
  .lux-trip-type {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 12px !important;
    font-size: 13px !important;
  }

  .lux-box {
    display: block !important;
  }

  .lux-field {
    padding: 14px 14px !important;
  }

  .lux-swap {
    display: none !important;
  }

  .lux-search-btn {
    width: 100% !important;
    font-size: 16px !important;
    padding: 15px 14px !important;
  }

}

/* ===========================
   SERVICES GRID FIX
=========================== */
@media (max-width: 991px) {

  .services-grid,
  .luxury-services-grid,
  .eol-lux-grid,
  .lux-exp-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 575px) {

  .services-grid,
  .luxury-services-grid,
  .eol-lux-grid,
  .lux-exp-grid {
    grid-template-columns: 1fr !important;
  }

  .services-heading h2,
  .luxury-services-heading h2 {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }
}

/* ===========================
   EXPERIENCE CARD IMAGE FIX
=========================== */
@media (max-width: 575px) {

  .lux-exp-card img,
  .eol-lux-card-img img {
    height: 240px !important;
  }
}

/* ===========================
   DESTINATION GRID FIX
=========================== */
@media (max-width: 991px) {
  .eol-destination-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 575px) {
  .eol-destination-grid {
    grid-template-columns: 1fr !important;
  }

  .eol-destination-card img {
    height: 210px !important;
  }
}

/* ===========================
   ENQUIRY MAP + FORM FIX
=========================== */
@media (max-width: 991px) {

  .eol-glass-wrapper {
    grid-template-columns: 1fr !important;
  }

  .eol-glass-map iframe {
    height: 320px !important;
  }

  .eol-glass-form {
    padding: 22px !important;
  }

}

@media (max-width: 575px) {

  .eol-input-row {
    grid-template-columns: 1fr !important;
  }

  .eol-glass-form h2 {
    font-size: 22px !important;
  }

}

/* ===========================
   VISA HERO FIX
=========================== */
@media (max-width: 768px) {

  .visa-hero {
    min-height: auto !important;
    padding: 90px 15px 50px !important;
  }

  .visa-card {
    width: 100% !important;
    max-width: 95% !important;
  }

  .visa-popular-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

}

@media (max-width: 480px) {
  .visa-popular-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ===========================
   TOUR LISTING FIX
=========================== */
@media (max-width: 1100px) {

  .listing-grid {
    grid-template-columns: 1fr !important;
  }

  .package-card {
    grid-template-columns: 1fr !important;
  }

  .pkg-img img {
    height: 220px !important;
  }

  .pkg-price {
    border-left: none !important;
    border-top: 1px solid #eef1f5 !important;
    padding: 18px !important;
  }

}

/* ===========================
   FIX FLOAT BUTTONS ON MOBILE
=========================== */
@media (max-width: 768px) {
  .special-package-btn {
    display: none !important;
  }
}

/* Hide BOOK NOW button on mobile */
@media (max-width: 768px) {
  .book-now-btn {
    display: none !important;
  }
}

@media (max-width: 768px) {
  #bookNowBtn {
    display: none !important;
  }
}

/* ================================
   POPULAR CRUISE LINES GRID FIX
================================ */



/* Hover effect */
.eol-lines-grid img:hover {
  transform: translateY(-4px);
  filter: grayscale(0%);
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.25);
}

/* Tablet */
@media (max-width: 991px) {
  .eol-lines-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */
@media (max-width: 575px) {
  .eol-lines-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .eol-lines-grid img {
    height: 105px;
    padding: 14px;
    border-radius: 14px;
  }
}

:root {
  --euro_bg: #f5f7fb;
  --euro_radius: 14px;
  --euro_shadow: 0 10px 30px rgba(0, 0, 0, .08);

  --euro_blue1: #0b6bbd;
  --euro_blue2: #0aa1c7;

  --euro_yellow: #f7c62f;
  --euro_green: #29c36a;
  --euro_white: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: var(--euro_bg);
}

/* PAGE */
.euroCruisePage {
  padding: 45px 0 70px;
  position: relative;
  overflow: hidden;
}

.euroCruisePage::after {
  content: "";
  position: absolute;
  right: -150px;
  top: 120px;
  width: 650px;
  height: 650px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  z-index: 0;
}

.euroCruiseContainer {
  width: min(1200px, 92%);
  margin: auto;
  position: relative;
  z-index: 2;
}

/* TITLE */
.euroCruiseTitle {
  text-align: center;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: #111;
  font-size: 18px;
}

/* GRID */
.euroCruiseGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

/* CARD */
.euroCruiseCard {
  border-radius: var(--euro_radius);
  overflow: hidden;
  box-shadow: var(--euro_shadow);
  background: linear-gradient(180deg, var(--euro_blue1), var(--euro_blue2));
  transition: 0.25s ease;
}

.euroCruiseCard:hover {
  transform: translateY(-6px);
}

.euroCruiseImg {
  width: 100%;
  height: 165px;
  object-fit: cover;
  display: block;
}

.euroCruiseBody {
  padding: 16px 16px 18px;
  color: var(--euro_white);
}

.euroCruiseName {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  min-height: 38px;
  margin-bottom: 10px;
}

.euroCruiseMeta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  opacity: .95;
  margin-bottom: 14px;
}

.euroCruiseMeta span {
  font-weight: 700;
}

.euroCruisePrice {
  font-weight: 900;
  color: var(--euro_yellow);
}

/* BUTTONS */
.euroCruiseBtns {
  display: flex;
  gap: 10px;
}

.euroCruiseBtn {
  flex: 1;
  padding: 9px 10px;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
}

.euroCruiseBtnYellow {
  background: var(--euro_yellow);
  color: #000;
}

.euroCruiseBtnYellow:hover {
  filter: brightness(0.95);
}

.euroCruiseBtnGreen {
  background: var(--euro_green);
  color: #fff;
}

.euroCruiseBtnGreen:hover {
  filter: brightness(0.95);
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .euroCruiseGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .euroCruiseGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .euroCruiseImg {
    height: 175px;
  }
}

@media (max-width: 520px) {
  .euroCruiseGrid {
    grid-template-columns: 1fr;
  }

  .euroCruiseImg {
    height: 190px;
  }
}

.cityPkgWrap {
  padding: 50px 0 70px;
  /* background: #f5f7fb; */
  position: relative;
  overflow: hidden;
}

.cityPkgWrap::after {
  content: "";
  position: absolute;
  right: -160px;
  top: 140px;
  width: 650px;
  height: 650px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  z-index: 0;
}

.cityPkgContainer {
  width: min(1200px, 92%);
  margin: auto;
  position: relative;
  z-index: 2;
}

.cityPkgHeading {
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 30px;
  color: #111;
}

.cityPkgGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.cityPkgCard {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transition: 0.25s ease;
}

.cityPkgCard:hover {
  transform: translateY(-6px);
}

.cityPkgImgLink {
  display: block;
}

.cityPkgImg {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.cityPkgBody {
  padding: 16px;
  background: linear-gradient(180deg, #0b6bbd, #0aa1c7);
  color: #fff;
}

.cityPkgTitle {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  min-height: 34px;
  margin-bottom: 12px;
}

.cityPkgMeta {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
  opacity: .95;
}

.cityPkgMeta2 {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 14px;
  opacity: .95;
}

.cityPkgPrice {
  color: #f7c62f;
  font-weight: 900;
}

.cityPkgBtns {
  display: flex;
  gap: 10px;
}

.cityPkgBtn {
  flex: 1;
  padding: 9px 10px;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
  transition: 0.25s ease;
}

.cityPkgBtnYellow {
  background: #f7c62f;
  color: #000;
}

.cityPkgBtnGreen {
  background: #29c36a;
  color: #fff;
}

.cityPkgBtnYellow:hover,
.cityPkgBtnGreen:hover {
  filter: brightness(0.95);
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .cityPkgGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .cityPkgGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .cityPkgGrid {
    grid-template-columns: 1fr;
  }
}

.uaeTourInfoWrap {
  padding: 50px 0 70px;
  /* background: #f5f7fb; */
}

.uaeTourInfoContainer {
  width: min(1100px, 92%);
  margin: auto;
}

/* Accordion Box */
.uaeTourAcc {
  margin-bottom: 18px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  background: #fff;
}

/* Accordion Button */
.uaeTourAccBtn {
  width: 100%;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 18px 18px;
  font-weight: 800;
  font-size: 14px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

  color: #fff;
  background: linear-gradient(90deg, #0b6bbd, #0aa1c7);
}

.uaeTourAccIcon {
  font-size: 16px;
  font-weight: 900;
  opacity: .95;
}

/* Panel */
.uaeTourAccPanel {
  display: none;
  padding: 20px 22px 22px;
  background: #fff;
}

.uaeTourAccPanelOpen {
  display: block;
}

/* Content */
.uaeTourPara {
  font-size: 13px;
  line-height: 1.75;
  color: #222;
  margin-bottom: 14px;
}

.uaeTourSubHeading {
  font-size: 15px;
  font-weight: 900;
  color: #111;
  margin: 18px 0 10px;
}

.uaeTourList {
  padding-left: 18px;
  margin: 0 0 14px;
}

.uaeTourList li {
  font-size: 13px;
  line-height: 1.7;
  color: #222;
  margin-bottom: 7px;
}

/* FAQ */
.uaeTourFaq {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.uaeTourFaq:last-child {
  border-bottom: none;
}

.uaeTourFaq p {
  font-size: 13px;
  line-height: 1.75;
  color: #222;
}

/* Responsive */
@media(max-width:600px) {
  .uaeTourAccBtn {
    font-size: 13px;
    padding: 16px 14px;
  }

  .uaeTourAccPanel {
    padding: 16px 14px 18px;
  }
}

/* ================================
   BURJ KHALIFA SECTION CSS
   ================================ */

.bkPkgWrap {
  padding: 50px 0 70px;
  /* background: #f5f7fb; */
  position: relative;
  overflow: hidden;
}

.bkPkgWrap::after {
  content: "";
  position: absolute;
  right: -160px;
  top: 120px;
  width: 650px;
  height: 650px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  z-index: 0;
}

.bkPkgContainer {
  width: min(1200px, 92%);
  margin: auto;
  position: relative;
  z-index: 2;
}

.bkPkgHeading {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 30px;
  color: #111;
  letter-spacing: .5px;
}

/* GRID */
.bkPkgGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

/* CARD */
.bkPkgCard {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transition: .25s ease;
}

.bkPkgCard:hover {
  transform: translateY(-6px);
}

/* IMAGE */
.bkPkgImgLink {
  display: block;
}

.bkPkgImg {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

/* BODY */
.bkPkgBody {
  padding: 16px;
  background: linear-gradient(180deg, #0b6bbd, #0aa1c7);
  color: #fff;
}

.bkPkgTitle {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  min-height: 34px;
  margin-bottom: 12px;
}

/* META */
.bkPkgMeta {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 8px;
  opacity: .95;
}

.bkPkgMeta2 {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 14px;
  opacity: .95;
}

.bkPkgPrice {
  color: #f7c62f;
  font-weight: 900;
}

/* BUTTONS */
.bkPkgBtns {
  display: flex;
  gap: 10px;
}

.bkPkgBtn {
  flex: 1;
  padding: 9px 10px;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: .25s ease;
}

.bkPkgBtnYellow {
  background: #f7c62f;
  color: #000;
}

.bkPkgBtnGreen {
  background: #29c36a;
  color: #fff;
}

.bkPkgBtnYellow:hover,
.bkPkgBtnGreen:hover {
  filter: brightness(0.95);
}

/* RESPONSIVE */
@media(max-width:1100px) {
  .bkPkgGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width:850px) {
  .bkPkgGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bkPkgImg {
    height: 200px;
  }
}

@media(max-width:520px) {
  .bkPkgGrid {
    grid-template-columns: 1fr;
  }

  .bkPkgImg {
    height: 220px;
  }
}

.dsSafariWrap {
  padding: 50px 0 70px;
  /* background: #f5f7fb; */
  position: relative;
  overflow: hidden;
}

.dsSafariWrap::after {
  content: "";
  position: absolute;
  right: -160px;
  top: 120px;
  width: 650px;
  height: 650px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  z-index: 0;
}

.dsSafariContainer {
  width: min(1200px, 92%);
  margin: auto;
  position: relative;
  z-index: 2;
}

.dsSafariHeading {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 30px;
  color: #111;
}

/* GRID */
.dsSafariGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

/* CARD */
.dsSafariCard {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transition: .25s ease;
}

.dsSafariCard:hover {
  transform: translateY(-6px);
}

/* IMAGE */
.dsSafariImgLink {
  display: block;
}

.dsSafariImg {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

/* BODY */
.dsSafariBody {
  padding: 16px;
  background: linear-gradient(180deg, #0b6bbd, #0aa1c7);
  color: #fff;
}

.dsSafariTitle {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  min-height: 34px;
  margin-bottom: 12px;
}

/* META */
.dsSafariMeta {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 8px;
  opacity: .95;
}

.dsSafariMeta2 {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 14px;
  opacity: .95;
}

.dsSafariPrice {
  color: #f7c62f;
  font-weight: 900;
}

/* BUTTONS */
.dsSafariBtns {
  display: flex;
  gap: 10px;
}

.dsSafariBtn {
  flex: 1;
  padding: 9px 10px;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: .25s ease;
}

.dsSafariBtnYellow {
  background: #f7c62f;
  color: #000;
}

.dsSafariBtnGreen {
  background: #29c36a;
  color: #fff;
}

.dsSafariBtnYellow:hover,
.dsSafariBtnGreen:hover {
  filter: brightness(0.95);
}

/* RESPONSIVE */
@media(max-width:1100px) {
  .dsSafariGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width:850px) {
  .dsSafariGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dsSafariImg {
    height: 200px;
  }
}

@media(max-width:520px) {
  .dsSafariGrid {
    grid-template-columns: 1fr;
  }

  .dsSafariImg {
    height: 220px;
  }
}

.tpDubaiWrap {
  padding: 50px 0 70px;
  /* background: #f5f7fb; */
  position: relative;
  overflow: hidden;
}

.tpDubaiWrap::after {
  content: "";
  position: absolute;
  right: -160px;
  top: 120px;
  width: 650px;
  height: 650px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  z-index: 0;
}

.tpDubaiContainer {
  width: min(1200px, 92%);
  margin: auto;
  position: relative;
  z-index: 2;
}

.tpDubaiHeading {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 30px;
  color: #111;
}

/* GRID */
.tpDubaiGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

/* CARD */
.tpDubaiCard {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transition: .25s ease;
}

.tpDubaiCard:hover {
  transform: translateY(-6px);
}

/* IMAGE */
.tpDubaiImgLink {
  display: block;
}

.tpDubaiImg {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

/* BODY */
.tpDubaiBody {
  padding: 16px;
  background: linear-gradient(180deg, #0b6bbd, #0aa1c7);
  color: #fff;
}

.tpDubaiTitle {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  min-height: 34px;
  margin-bottom: 12px;
}

/* META */
.tpDubaiMeta {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 8px;
  opacity: .95;
}

.tpDubaiMeta2 {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 14px;
  opacity: .95;
}

.tpDubaiPrice {
  color: #f7c62f;
  font-weight: 900;
}

/* BUTTONS */
.tpDubaiBtns {
  display: flex;
  gap: 10px;
}

.tpDubaiBtn {
  flex: 1;
  padding: 9px 10px;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: .25s ease;
}

.tpDubaiBtnYellow {
  background: #f7c62f;
  color: #000;
}

.tpDubaiBtnGreen {
  background: #29c36a;
  color: #fff;
}

.tpDubaiBtnYellow:hover,
.tpDubaiBtnGreen:hover {
  filter: brightness(0.95);
}

/* RESPONSIVE */
@media(max-width:1100px) {
  .tpDubaiGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width:850px) {
  .tpDubaiGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tpDubaiImg {
    height: 200px;
  }
}

@media(max-width:520px) {
  .tpDubaiGrid {
    grid-template-columns: 1fr;
  }

  .tpDubaiImg {
    height: 220px;
  }
}

.dhowCruiseWrap {
  padding: 50px 0 70px;
  /* background: #f5f7fb; */
  position: relative;
  overflow: hidden;
}

.dhowCruiseWrap::after {
  content: "";
  position: absolute;
  right: -160px;
  top: 120px;
  width: 650px;
  height: 650px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  z-index: 0;
}

.dhowCruiseContainer {
  width: min(1200px, 92%);
  margin: auto;
  position: relative;
  z-index: 2;
}

.dhowCruiseHeading {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 30px;
  color: #111;
}

/* GRID */
.dhowCruiseGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

/* CARD */
.dhowCruiseCard {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transition: .25s ease;
}

.dhowCruiseCard:hover {
  transform: translateY(-6px);
}

/* IMAGE */
.dhowCruiseImgLink {
  display: block;
}

.dhowCruiseImg {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

/* BODY */
.dhowCruiseBody {
  padding: 16px;
  background: linear-gradient(180deg, #0b6bbd, #0aa1c7);
  color: #fff;
}

.dhowCruiseTitle {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  min-height: 34px;
  margin-bottom: 12px;
}

/* META */
.dhowCruiseMeta {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 8px;
  opacity: .95;
}

.dhowCruiseMeta2 {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 14px;
  opacity: .95;
}

.dhowCruisePrice {
  color: #f7c62f;
  font-weight: 900;
}

/* BUTTONS */
.dhowCruiseBtns {
  display: flex;
  gap: 10px;
}

.dhowCruiseBtn {
  flex: 1;
  padding: 9px 10px;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: .25s ease;
}

.dhowCruiseBtnYellow {
  background: #f7c62f;
  color: #000;
}

.dhowCruiseBtnGreen {
  background: #29c36a;
  color: #fff;
}

.dhowCruiseBtnYellow:hover,
.dhowCruiseBtnGreen:hover {
  filter: brightness(0.95);
}

/* RESPONSIVE */
@media(max-width:1100px) {
  .dhowCruiseGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width:850px) {
  .dhowCruiseGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dhowCruiseImg {
    height: 200px;
  }
}

@media(max-width:520px) {
  .dhowCruiseGrid {
    grid-template-columns: 1fr;
  }

  .dhowCruiseImg {
    height: 220px;
  }
}

/* ===========================
   BURJ AL ARAB - 2 CARDS
=========================== */

.eolBaaWrap {
  width: 100%;
  padding: 55px 0;
  /* background: #f4f6f8; */
}

.eolBaaContainer {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.eolBaaHeading {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  color: #0b0f14;
  margin-bottom: 28px;
  letter-spacing: 0.2px;
}

.eolBaaGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.eolBaaCard {
  display: block;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.eolBaaCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.eolBaaImgWrap {
  width: 100%;
  height: 200px;
  background: #e9eef3;
  display: grid;
  place-items: center;
}

.eolBaaImgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 2 images side-by-side for 2nd card */
.eolBaaImgTwo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.eolBaaImgTwo img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.eolBaaBody {
  padding: 16px 18px 18px;
  text-align: center;
}

.eolBaaTitle {
  font-size: 15px;
  font-weight: 800;
  color: #ebf1f9;
  margin: 0 0 6px;
}

.eolBaaText {
  font-size: 12px;
  line-height: 1.6;
  color: #ebf1f9;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .eolBaaGrid {
    grid-template-columns: 1fr;
  }

  .eolBaaImgWrap {
    height: 220px;
  }

  .eolBaaImgTwo img {
    height: 220px;
  }
}

.eolWaterParkWrap {
  padding: 55px 0 70px;
  /* background: #f5f7fb; */
  position: relative;
  overflow: hidden;
}

.eolWaterParkWrap::after {
  content: "";
  position: absolute;
  right: -170px;
  top: 100px;
  width: 700px;
  height: 700px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  z-index: 0;
}

.eolWaterParkContainer {
  width: min(1200px, 92%);
  margin: auto;
  position: relative;
  z-index: 2;
}

.eolWaterParkHeading {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 30px;
  color: #111;
}

/* GRID */
.eolWaterParkGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

/* CARD */
.eolWaterParkCard {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transition: .25s ease;
}

.eolWaterParkCard:hover {
  transform: translateY(-6px);
}

/* IMAGE */
.eolWaterParkImgLink {
  display: block;
}

.eolWaterParkImg {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

/* BODY */
.eolWaterParkBody {
  padding: 16px;
  background: linear-gradient(180deg, #0b6bbd, #0aa1c7);
  color: #fff;
}

.eolWaterParkTitle {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  min-height: 34px;
  margin-bottom: 12px;
}

/* META */
.eolWaterParkMeta {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 8px;
  opacity: .95;
}

.eolWaterParkMeta2 {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 14px;
  opacity: .95;
}

.eolWaterParkPrice {
  color: #f7c62f;
  font-weight: 900;
}

/* BUTTONS */
.eolWaterParkBtns {
  display: flex;
  gap: 10px;
}

.eolWaterParkBtn {
  flex: 1;
  padding: 9px 10px;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: .25s ease;
}

.eolWaterParkBtnYellow {
  background: #f7c62f;
  color: #000;
}

.eolWaterParkBtnGreen {
  background: #29c36a;
  color: #fff;
}

.eolWaterParkBtnYellow:hover,
.eolWaterParkBtnGreen:hover {
  filter: brightness(0.95);
}

/* RESPONSIVE */
@media(max-width:950px) {
  .eolWaterParkGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:520px) {
  .eolWaterParkGrid {
    grid-template-columns: 1fr;
  }

  .eolWaterParkImg {
    height: 220px;
  }
}

/* =========================
   ADVENTURE SECTION
========================= */
.eolAdventureWrap {
  padding: 50px 0;
}

.eolAdventureContainer {
  width: min(1250px, 92%);
  margin: auto;
}

/* Grid */
.eolAdventureGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 25px;
}

/* Card */
.eolPkgCard {
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.25s ease;
}

.eolPkgCard:hover {
  transform: translateY(-6px);
}

/* Image */
.eolPkgImg {
  display: block;
  height: 260px;
  overflow: hidden;
}

.eolPkgImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Body */
.eolPkgBody {
  background: linear-gradient(180deg, #1aa6c6, #0f7fa0);
  padding: 18px 18px 16px;
  min-height: 200px;
}

.eolPkgTitle {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  margin: 5px 0 14px;
  line-height: 1.35;
}

/* Meta */
.eolPkgMeta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
}

.eolPkgPrice {
  font-size: 12px;
  color: #ffd000;
  font-weight: 700;
}

.eolPkgPrice b {
  font-size: 13px;
}

/* Info */
.eolPkgInfo {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 10px 0 16px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.95);
}

.eolPkgInfo i {
  color: #fff;
  margin-right: 6px;
}

/* Buttons */
.eolPkgBtns {
  display: flex;
  gap: 10px;
}

.eolPkgBtn {
  flex: 1;
  text-align: center;
  padding: 10px 10px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.2s ease;
  white-space: nowrap;
}

/* Yellow */
.eolPkgBtnYellow {
  background: #f7c500;
  color: #111;
}

.eolPkgBtnYellow:hover {
  background: #ffcf1a;
}

/* Green */
.eolPkgBtnGreen {
  background: #25d366;
  color: #fff;
}

.eolPkgBtnGreen:hover {
  background: #1fbd5a;
}

/* Responsive */
@media (max-width: 1100px) {
  .eolAdventureGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .eolAdventureGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .eolPkgImg {
    height: 230px;
  }
}

@media (max-width: 520px) {
  .eolAdventureGrid {
    grid-template-columns: 1fr;
  }

  .eolPkgImg {
    height: 240px;
  }
}

/* =========================
   ATTRACTIONS / CARDS GRID
========================= */

.eolCruiseWrap {
  width: 100%;
  padding: 60px 0;
  background: #f5f6f8;
  position: relative;
  overflow: hidden;
}

.eolCruiseContainer {
  width: min(1200px, 92%);
  margin: auto;
}

.eolCruiseHeading {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 35px;
  color: #000;
}

/* GRID */
.eolCruiseGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* CARD */
.eolCruiseCard {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 28px rgba(0, 0, 0, 0.12);
  transition: 0.25s ease;
}

.eolCruiseCard:hover {
  transform: translateY(-6px);
  box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.16);
}

/* IMAGE */
.eolCruiseImg {
  display: block;
  width: 100%;
  height: 230px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: #ddd;
}

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

/* BODY */
.eolCruiseBody {
  background: linear-gradient(to bottom, #3fb9d1, #45bcd3);
  padding: 18px 16px 18px;
}

.eolCruiseTitle {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  color: #fff;
  margin: 6px 0 18px;
  line-height: 1.25;
}

/* META */
.eolCruiseMeta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.eolCruiseTag {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  opacity: 0.95;
}

.eolCruisePrice {
  font-size: 12px;
  color: #fff;
  opacity: 0.95;
}

.eolCruisePrice b {
  color: #ffcc33;
  font-weight: 900;
}

/* INFO */
.eolCruiseInfo {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 14px;
}

.eolCruiseInfo span {
  opacity: 0.95;
}

/* BUTTONS */
.eolCruiseBtns {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.eolCruiseBtn {
  flex: 1;
  text-align: center;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.25s ease;
  display: inline-block;
  white-space: nowrap;
}

/* Yellow button */
.eolCruiseBtnYellow {
  background: #ffc107;
  color: #000;
}

.eolCruiseBtnYellow:hover {
  background: #ffb300;
}

/* Green button */
.eolCruiseBtnGreen {
  background: #1fc24a;
  color: #fff;
}

.eolCruiseBtnGreen:hover {
  background: #18ad40;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {
  .eolCruiseGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .eolCruiseGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .eolCruiseHeading {
    font-size: 22px;
  }
}

@media (max-width: 520px) {
  .eolCruiseGrid {
    grid-template-columns: 1fr;
  }

  .eolCruiseImg {
    height: 220px;
  }

  .eolCruiseBtns {
    flex-direction: column;
  }

  .eolCruiseBtn {
    width: 100%;
  }
}

/* SECTION */
.eolAttractionWrap {
  padding: 70px 0;
  background: url("assets/images/bg-stars.jpg") center/cover no-repeat fixed;
  position: relative;
}

.eolAttractionWrap::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.70); */
}

.eolAttractionContainer {
  position: relative;
  max-width: 1250px;
  margin: auto;
  padding: 0 18px;
}

/* .eol-section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 30px;
} */

/* GRID */
.eolAttractionGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* CARD */
.eolAttractionCard {
  text-decoration: none !important;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  transition: 0.25s ease;
  display: block;
}

.eolAttractionCard:hover {
  transform: translateY(-6px);
}

/* IMAGE */
.eolAttractionImg {
  height: 210px;
  overflow: hidden;
  background: #111;
}

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

/* BODY */
.eolAttractionBody {
  background: #0d79b6;
  padding: 18px 16px 16px;
}

.eolAttractionTitle {
  font-size: 16px;
  font-weight: 800;
  color: #fff !important;
  margin: 0 0 14px;
  text-align: center;
}

/* META ROW */
.eolAttractionMeta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.eolAttractionTag {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
}

.eolAttractionPrice {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
}

.eolAttractionPrice b {
  color: #ffc107;
}

/* FEATURES */
.eolAttractionFeatures {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 14px;
}

/* BUTTONS */
.eolAttractionBtns {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.eolAttractionBtn {
  flex: 1;
  text-align: center;
  padding: 10px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.eolAttractionBtnCall {
  background: #ffc107;
  color: #111;
}

.eolAttractionBtnWa {
  background: #25d366;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .eolAttractionGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .eolAttractionGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .eolAttractionGrid {
    grid-template-columns: 1fr;
  }
}

.banner-area .banner-item {
  position: relative;
  overflow: hidden;
}

.banner-area .bg-overlay {
  position: absolute;
  inset: 0;
}

.banner-area .bg-overlay .image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.uaeTourAccPanel {
  display: none;
}

.uaeTourAccPanel.uaeTourAccPanelOpen {
  display: block;
}

.premium-destinations {
  padding: 95px 0;
  /* background: #f8fafc; */
}

.premium-destinations__title {
  font-size: 46px;
  font-weight: 1000;
  color: #0f172a;
  margin: 0 0 10px;
}

.premium-destinations__title span {
  font-style: italic;
  font-weight: 900;
  color: #64748b;
}

.premium-destinations__sub {
  color: #64748b;
  font-weight: 600;
  margin: 0;
  line-height: 1.7;
}

/* Tabs */
.premium-tabs-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 28px;
}

.premium-tabs {
  display: flex;
  gap: 0;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 16px 55px rgba(15, 23, 42, 0.08);
}

.premium-tab {
  border: 0;
  background: transparent;
  padding: 14px 18px;
  font-weight: 900;
  color: #0f172a;
  font-size: 14px;
  cursor: pointer;
  transition: 0.25s ease;
  min-width: 190px;
}

.premium-tab+.premium-tab {
  border-left: 1px solid rgba(15, 23, 42, 0.10);
}

.premium-tab:hover {
  background: rgba(15, 23, 42, 0.03);
}

.premium-tab.active {
  background: #bba155;
  color: #fff;
}

/* Tab content */
.premium-tab-content {
  display: none;
}

.premium-tab-content.active {
  display: block;
}

/* Cards */
.dest-card {
  background: transparent;
}

.dest-card__img {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
}

.dest-card__img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: 0.5s ease;
  display: block;
}

.dest-card:hover .dest-card__img img {
  transform: scale(1.05);
}

.dest-card__body {
  padding-top: 18px;
}

.dest-card__title {
  text-align: center;
  font-size: 22px;
  font-weight: 1000;
  /* color: #0f172a; */
  margin: 0 0 8px;
}

.dest-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 14px;
  color: #ffb200;
  text-decoration: none;
}

.dest-card__link i {
  transition: 0.25s ease;
}

.dest-card__link:hover i {
  transform: translateX(3px);
}

/* Responsive */
@media (max-width: 991px) {
  .premium-destinations__title {
    font-size: 34px;
  }

  .premium-tabs {
    width: 100%;
    flex-wrap: wrap;
  }

  .premium-tab {
    min-width: auto;
    flex: 1;
  }

  .dest-card__img img {
    height: 220px;
  }
}

/* =========================================================
   EOL ABOUT PREMIUM - DARK LUXURY THEME VERSION
   (Theme: Dark Navy + Gold)
   ========================================================= */

.eol-about-premium {
  background: transparent !important;
  position: relative;
  overflow: hidden;
}

/* Soft glow shapes */
.eol-about-premium::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -140px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.18), transparent 70%);
  filter: blur(14px);
  opacity: 0.95;
}

.eol-about-premium::after {
  content: "";
  position: absolute;
  bottom: -160px;
  left: -160px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06), transparent 70%);
  filter: blur(14px);
  opacity: 0.75;
}

/* =========================================================
   LEFT IMAGE
   ========================================================= */

.eol-about-premium__image {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.18);
  box-shadow: 0 35px 110px rgba(0, 0, 0, 0.55);
  background: rgba(10, 14, 25, 0.55);
  backdrop-filter: blur(10px);
}

.eol-about-premium__image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
  transform: scale(1.15);
  transition: transform 0.2s linear;
  will-change: transform;
}

/* gradient overlay for readability */
.eol-about-premium__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.12) 0%,
      rgba(0, 0, 0, 0.55) 70%,
      rgba(0, 0, 0, 0.88) 100%);
  pointer-events: none;
}

/* Badge */
.eol-about-premium__badge {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 5;

  background: rgba(10, 14, 25, 0.88);
  color: #fff;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.25);
  backdrop-filter: blur(12px);
  line-height: 1.1;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.35);
}

.eol-about-premium__badge span {
  display: block;
  font-weight: 700;
  opacity: 0.80;
  font-size: 12px;
}

.eol-about-premium__badge strong {
  display: block;
  font-size: 22px;
  font-weight: 1000;
  color: #D4AF37;
}

/* =========================================================
   LEFT IMAGE OVERLAY CONTENT
   ========================================================= */

.eol-about-premium__imgOverlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 5;

  padding: 18px;
  border-radius: 22px;

  background: rgba(10, 14, 25, 0.78);
  border: 1px solid rgba(212, 175, 55, 0.22);
  backdrop-filter: blur(12px);

  box-shadow: 0 25px 90px rgba(0, 0, 0, 0.45);
}

.eol-about-premium__imgOverlay h4 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 1000;
  color: #fff;
}

.eol-about-premium__imgOverlay p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
  line-height: 1.6;
  font-size: 14px;
}

/* Chips */
.eol-about-premium__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.eol-about-premium__chips span {
  font-size: 12px;
  font-weight: 900;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.18);
  color: rgba(255, 255, 255, 0.85);
}

/* sticky image */
@media (min-width: 992px) {
  .eol-about-premium__image {
    position: sticky;
    top: 110px;
  }
}

/* =========================================================
   RIGHT CONTENT
   ========================================================= */

.eol-about-premium__content {
  position: relative;
  z-index: 2;
}

.eol-about-premium__tag {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.10);
  border: 1px solid rgba(212, 175, 55, 0.22);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 900;
  font-size: 13px;
  backdrop-filter: blur(10px);
}

.eol-about-premium__title {
  margin: 12px 0 10px;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 1000;
  color: #ffffff;
}

.eol-about-premium__sub {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
  line-height: 1.75;
}

/* Blocks */
.eol-about-premium__block {
  background: rgba(10, 14, 25, 0.60);
  border: 1px solid rgba(212, 175, 55, 0.14);
  box-shadow: 0 25px 90px rgba(0, 0, 0, 0.45);
  border-radius: 22px;
  padding: 18px;
  margin-bottom: 16px;
  backdrop-filter: blur(12px);
}

.eol-about-premium__block-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 1000;
  color: #ffffff;
}

.eol-about-premium__block p {
  margin: 0 0 12px;
  color: rgba(232, 237, 247, 0.78);
  line-height: 1.85;
  font-weight: 500;
}

.eol-about-premium__block p:last-child {
  margin-bottom: 0;
}

.eol-about-premium__block b {
  color: #ffffff;
  font-weight: 900;
}

/* Stats */
.eol-about-premium__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 16px 0 16px;
}

.eol-stat {
  background: rgba(10, 14, 25, 0.92);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 20px;
  padding: 16px;
  box-shadow: 0 25px 90px rgba(0, 0, 0, 0.55);
}

.eol-stat h4 {
  margin: 0 0 4px;
  font-size: 26px;
  font-weight: 1000;
  color: #D4AF37;
}

.eol-stat p {
  margin: 0;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

/* Responsive */
@media (max-width: 991px) {
  .eol-about-premium__image img {
    height: 380px;
  }

  .eol-about-premium__title {
    font-size: 28px;
  }

  .eol-about-premium__stats {
    grid-template-columns: 1fr;
  }

  .eol-about-premium__imgOverlay {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 14px;
  }
}

/* =========================================================
   WHAT WE DO (CENTER + 3 CARDS) - NO BORDER
   ========================================================= */

.eol-whatwedo {
  margin: 0 auto;
  padding-top: 10px;
}

.eol-whatwedo__head {
  text-align: center;
  margin-bottom: 28px;
}

.eol-whatwedo__title {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 1000;
  color: #fff;
}

.eol-whatwedo__sub {
  margin: 0 auto;
  max-width: 815px;
  color: rgba(232, 237, 247, 0.75);
  font-weight: 600;
  line-height: 1.7;
}

.eol-whatwedo__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.eol-what-card {
  background: rgba(10, 14, 25, 0.65);
  border-radius: 22px;
  padding: 20px 18px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.55);
  transition: 0.25s ease;
  min-height: 150px;
}

.eol-what-card:hover {
  transform: translateY(-6px);
}

.eol-what-ic {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(212, 175, 55, 0.12);
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  color: #D4AF37;
  font-size: 20px;
}

.eol-what-txt h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 1000;
  color: #fff;
}

.eol-what-txt p {
  margin: 0;
  color: rgba(232, 237, 247, 0.75);
  font-weight: 600;
  line-height: 1.7;
  font-size: 14px;
}

@media (max-width: 991px) {
  .eol-whatwedo__grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   WHY PARTNER SPLIT (LEFT CARDS + RIGHT IMAGE)
   ========================================================= */

.eol-why-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.eol-why-head {
  text-align: center;
  margin-bottom: 26px;
}

.eol-why-head h3 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 1000;
  color: #fff;
}

.eol-why-head p {
  margin: 0 auto;
  max-width: 760px;
  color: rgba(232, 237, 247, 0.75);
  font-weight: 600;
  line-height: 1.7;
}

.eol-why-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 26px;
  align-items: stretch;
}

.eol-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.eol-why-card {
  background: rgba(10, 14, 25, 0.65);
  border-radius: 22px;
  padding: 18px 16px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.55);
  transition: 0.25s ease;
  min-height: 160px;
}

.eol-why-card:hover {
  transform: translateY(-6px);
}

.eol-why-ic {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(212, 175, 55, 0.12);
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  color: #D4AF37;
  font-size: 20px;
}

.eol-why-card h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 1000;
  color: #fff;
}

.eol-why-card p {
  margin: 0;
  color: rgba(232, 237, 247, 0.72);
  font-weight: 600;
  line-height: 1.7;
  font-size: 14px;
}

.eol-why-image {
  height: 100%;
  min-height: 420px;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.55);
}

.eol-why-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.03);
}

@media (max-width: 991px) {
  .eol-why-split {
    grid-template-columns: 1fr;
  }

  .eol-why-image {
    min-height: 320px;
  }

  .eol-why-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   MISSION - PREMIUM DARK GOLD
   ========================================================= */

.eol-mission {
  margin-top: 16px;
  border-radius: 26px;
  padding: 22px 20px;

  background: linear-gradient(135deg, rgba(212, 175, 55, 0.12), rgba(10, 14, 25, 0.92));
  box-shadow: 0 35px 120px rgba(0, 0, 0, 0.55);

  backdrop-filter: blur(12px);
}

.eol-mission h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 1000;
  color: #D4AF37;
}

.eol-mission p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 650;
  line-height: 1.8;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 991px) {
  .eol-mission {
    padding: 18px 16px;
  }
}

/* =========================================================
   WHY SAIL SLIDER (EmeraldCruises Style) - DARK GOLD
   ========================================================= */

.eol-why-sail-slider {
  padding: 90px 0;
  background: transparent;
  position: relative;
}

/* Heading */
.eol-why-sail-head {
  max-width: 1250px;
  margin: 0 auto 28px;
  padding: 0 12px;
}

.eol-why-sail-head h2 {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 1000;
  color: #fff;
  margin: 0;
  letter-spacing: -0.5px;
}

.eol-why-sail-head h2 span {
  color: #D4AF37;
  font-style: italic;
  font-weight: 1000;
}

/* Wrap */
.eol-why-sail-wrap {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 70px;
}

/* Track */
.eol-why-track {
  display: flex;
  gap: 34px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 12px 0 20px;

  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.eol-why-track::-webkit-scrollbar {
  height: 0px;
}

/* Item */
.eol-why-item {
  flex: 0 0 360px;
  position: relative;
  scroll-snap-align: start;
}

/* Big number */
.eol-why-num {
  position: absolute;
  top: -28px;
  left: 2px;
  font-size: 92px;
  font-weight: 1000;
  color: rgba(255, 255, 255, 0.18);
  letter-spacing: 2px;
  z-index: 1;
  user-select: none;
  pointer-events: none;
}

/* Image */
.eol-why-img {
  position: relative;
  border-radius: 26px;
  overflow: hidden;

  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.55);
  background: rgba(10, 14, 25, 0.55);
}

/* image overlay */
.eol-why-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.00) 0%,
      rgba(0, 0, 0, 0.22) 55%,
      rgba(0, 0, 0, 0.65) 100%);
  pointer-events: none;
}

.eol-why-img img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;

  transform: scale(1.03);
  transition: 0.6s ease;
}

.eol-why-item:hover .eol-why-img img {
  transform: scale(1.10);
}

/* Text */
.eol-why-text {
  padding-top: 16px;
}

.eol-why-text h4 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 1000;
  color: #fff;
}

.eol-why-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 650;
  color: rgba(232, 237, 247, 0.75);
}

/* Nav buttons */
.eol-why-nav {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);

  width: 54px;
  height: 54px;
  border-radius: 999px;

  border: 1px solid rgba(212, 175, 55, 0.22);
  background: rgba(10, 14, 25, 0.78);

  backdrop-filter: blur(10px);
  color: #D4AF37;

  display: grid;
  place-items: center;

  cursor: pointer;
  transition: 0.25s ease;
  z-index: 10;
}

.eol-why-nav:hover {
  transform: translateY(-50%) scale(1.06);
  border-color: rgba(212, 175, 55, 0.35);
  color: #fff;
}

.eol-why-nav i {
  font-size: 18px;
}

.eol-why-prev {
  left: 0;
}

.eol-why-next {
  right: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .eol-why-sail-slider {
    padding: 60px 0;
  }

  .eol-why-sail-head h2 {
    font-size: 34px;
  }

  .eol-why-sail-wrap {
    padding: 0 0;
  }

  .eol-why-nav {
    display: none;
  }

  .eol-why-item {
    flex: 0 0 78%;
  }

  .eol-why-img img {
    height: 280px;
  }

  .eol-why-num {
    font-size: 74px;
    top: -22px;
  }
}

.eo-cruise-search {
  padding: 67px 0;
  background: linear-gradient(293deg, #010e20, #d2e4f3);
  position: relative;
  overflow: hidden;
}

/* subtle background shapes */
.eo-cruise-search::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(13, 92, 79, 0.10), transparent 70%);
  top: -160px;
  left: -160px;
  filter: blur(10px);
}

.eo-cruise-search::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(13, 92, 79, 0.10), transparent 70%);
  bottom: -180px;
  right: -160px;
  filter: blur(10px);
}

.eo-container {
  width: min(1200px, 92%);
  margin: auto;
  position: relative;
  z-index: 2;
}

.eo-cruise-head {
  text-align: center;
  margin-bottom: 35px;
}

.eo-cruise-tag {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #dfd373;
  font-weight: 600;
  margin-bottom: 12px;
}

.eo-cruise-title {
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 800;
  margin: 0;
  color: #0c1f1a;
}

.eo-cruise-title span {
  color: #ada211;
  font-style: italic;
  font-weight: 800;
}

/* form wrapper */
.eo-cruise-form {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1.1fr 0.7fr;
  gap: 14px;
  align-items: center;

  padding: 18px;
  border-radius: 22px;

  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(13, 92, 79, 0.12);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);

  transition: 0.35s ease;
}

.eo-cruise-form:hover {
  transform: translateY(-3px);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.12);
}

/* field */
.eo-field {
  position: relative;
}

.eo-field select,
.eo-field input {
  width: 100%;
  height: 56px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;

  padding: 0 18px;
  font-size: 14px;
  font-weight: 600;
  color: #0c1f1a;

  outline: none;
  transition: 0.25s ease;
}

/* dropdown arrow */
.eo-field select {
  appearance: none;
  padding-right: 44px;
  cursor: pointer;
}

.eo-field::after {
  content: "▾";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(13, 92, 79, 0.9);
  font-size: 14px;
  pointer-events: none;
}

.eo-field input:focus,
.eo-field select:focus {
  border-color: rgba(13, 92, 79, 0.5);
  box-shadow: 0 0 0 6px rgba(13, 92, 79, 0.12);
}

/* button */
.eo-btn {
  height: 56px;
  border-radius: 999px;
  border: none;
  cursor: pointer;

  background: linear-gradient(135deg, #d3b91e, #a19614);
  color: #fff;
  font-weight: 800;
  font-size: 15px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  box-shadow: 0 18px 40px rgba(13, 92, 79, 0.28);
  transition: 0.25s ease;
}

.eo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 55px rgba(13, 92, 79, 0.35);
}

.eo-arrow {
  font-size: 20px;
  transform: translateY(-1px);
  transition: 0.25s ease;
}

.eo-btn:hover .eo-arrow {
  transform: translateX(4px) translateY(-1px);
}

/* note */
.eo-cruise-note {
  text-align: center;
  margin-top: 16px;
  font-size: 13px;
  color: white;
}

.eo-cruise-note a {
  color: #cbc71f;
  font-weight: 800;
  text-decoration: underline;
}

.eo-cruise-note a:hover {
  text-decoration: none;
}

/* responsive */
@media (max-width: 992px) {
  .eo-cruise-form {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .eo-btn {
    width: 100%;
  }
}


.eo-itineraries {
  position: relative;
  padding: 90px 0;
  overflow: hidden;

  /* Background Image */
  background-image: url("wp-content/uploads/2019/03/world-map.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/* soft glow */
.eo-itineraries::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(13, 92, 79, 0.22), transparent 70%);
  top: -220px;
  left: -220px;
  filter: blur(30px);
}

.eo-itineraries::after {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(0, 153, 255, 0.10), transparent 70%);
  bottom: -260px;
  right: -260px;
  filter: blur(40px);
}

.eo-container {
  width: min(1200px, 92%);
  margin: auto;
  position: relative;
  z-index: 2;
}

/* heading */
.eo-it-head {
  text-align: center;
  margin-bottom: 55px;
}

.eo-it-head h2 {
  margin: 0;
  font-size: clamp(30px, 3.2vw, 52px);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.eo-it-head h2 span {
  color: #F5E6C8;
  font-style: italic;
  font-weight: 800;
}

.eo-it-head p {
  margin: 16px auto 0;
  max-width: 820px;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.72);
}

.eo-it-head p a {
  color: #F5E6C8;
  font-weight: 800;
  text-decoration: underline;
}

.eo-it-head p a:hover {
  text-decoration: none;
}

/* grid */
.eo-it-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* card */
.eo-it-card {
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
  transition: 0.35s ease;
}

.eo-it-card:hover {
  transform: translateY(-8px);
  border-color: rgba(127, 214, 199, 0.35);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.55);
}

/* image */
.eo-it-img {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.eo-it-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.55s ease;
  transform: scale(1.02);
}

.eo-it-card:hover .eo-it-img img {
  transform: scale(1.12);
}

/* dark overlay */
.eo-it-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0.65));
}

/* pill */
.eo-it-pill {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;

  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;

  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);

  backdrop-filter: blur(10px);
}

/* info */
.eo-it-info {
  padding: 22px 22px 24px;
}

.eo-it-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;

  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);

  margin-bottom: 18px;
}

.eo-it-season {
  color: rgba(255, 255, 255, 0.45);
}

/* title */
.eo-it-info h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
  color: #ffffff;
}

.eo-it-info p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.62);
}

/* price */
.eo-it-price {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin-bottom: 18px;
  padding-left: 14px;
  border-left: 2px solid rgb(233 220 132 / 96%);
}

.eo-it-from {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.2;
}

.eo-it-from small {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.eo-it-price strong {
  font-size: 28px;
  font-weight: 900;
  color: #F5E6C8;
}

/* link */
.eo-it-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;

  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: 0.25s ease;
}

.eo-it-link span {
  font-size: 18px;
  transform: translateY(-1px);
  transition: 0.25s ease;
}

.eo-it-link:hover {
  color: #f7c62f;
}

.eo-it-link:hover span {
  transform: translateX(4px) translateY(-1px);
}

/* responsive */
@media (max-width: 1100px) {
  .eo-it-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .eo-it-grid {
    grid-template-columns: 1fr;
  }

  .eo-it-img {
    height: 240px;
  }

  .eo-it-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.eo-brochure {
  padding: 100px 0;
  /* background: #050606; */
  position: relative;
  overflow: hidden;
}

/* premium glow background */
.eo-brochure::before {
  content: "";
  position: absolute;
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(255, 200, 90, 0.10), transparent 70%);
  top: -350px;
  left: -350px;
  filter: blur(60px);
}

.eo-brochure::after {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(127, 214, 199, 0.10), transparent 70%);
  bottom: -350px;
  right: -350px;
  filter: blur(70px);
}

.eo-container {
  width: min(1200px, 92%);
  margin: auto;
  position: relative;
  z-index: 2;
}

/* GRID */
.eo-brochure-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 60px;
}

/* LEFT */
.eo-brochure-left h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 3.4vw, 60px);
  font-weight: 900;
  line-height: 1.08;
  color: #fff;
  letter-spacing: -1px;
}

.eo-brochure-left h2 span {
  color: #d6c47f;
  font-style: italic;
  font-weight: 800;
}

.eo-brochure-left p {
  max-width: 520px;
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.70);
}

/* BUTTON */
.eo-brochure-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;

  height: 56px;
  padding: 0 22px;
  border-radius: 999px;

  background: linear-gradient(135deg, #5c580d, #e5d24d);
  color: #fff;
  text-decoration: none;

  font-size: 14px;
  font-weight: 900;

  box-shadow: 0 20px 55px rgba(13, 92, 79, 0.35);
  transition: 0.25s ease;
}

.eo-brochure-btn span {
  font-size: 20px;
  transform: translateY(-1px);
  transition: 0.25s ease;
}

.eo-brochure-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 30px 70px rgba(13, 92, 79, 0.50);
}

.eo-brochure-btn:hover span {
  transform: translateX(5px) translateY(-1px);
}

/* RIGHT SIDE STACK */
.eo-brochure-right {
  display: flex;
  justify-content: flex-end;
}

.eo-brochure-stack {
  position: relative;
  width: 520px;
  height: 420px;
}

/* CARD BASE */
.eo-brochure-card {
  position: absolute;
  width: 290px;
  border-radius: 18px;
  overflow: hidden;

  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.55);
  transform-origin: center;
  transition: 0.35s ease;
}

/* GOLDEN GLOW SHADOW */
.eo-brochure-card::before {
  content: "";
  position: absolute;
  inset: -35px;
  background: radial-gradient(circle, rgba(255, 200, 90, 0.35), transparent 65%);
  filter: blur(18px);
  z-index: -1;
}

/* extra premium outer shadow */
.eo-brochure-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.10),
      rgba(0, 0, 0, 0.35));
  z-index: 2;
  pointer-events: none;
}

.eo-brochure-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
}

/* POSITIONING */
.eo-brochure-card.c1 {
  top: 85px;
  left: 0;
  transform: rotate(-10deg);
  z-index: 1;
}

.eo-brochure-card.c2 {
  top: 25px;
  left: 140px;
  transform: rotate(3deg);
  z-index: 3;
}

.eo-brochure-card.c3 {
  top: 70px;
  left: 290px;
  transform: rotate(12deg);
  z-index: 2;
}

/* hover premium */
.eo-brochure-stack:hover .eo-brochure-card {
  filter: brightness(1.03);
}

.eo-brochure-stack:hover .eo-brochure-card.c2 {
  transform: rotate(2deg) translateY(-8px);
}

/* responsive */
@media (max-width: 1100px) {
  .eo-brochure-grid {
    grid-template-columns: 1fr;
    gap: 45px;
    text-align: center;
  }

  .eo-brochure-left p {
    margin: 0 auto 30px;
  }

  .eo-brochure-right {
    justify-content: center;
  }
}

@media (max-width: 650px) {
  .eo-brochure-stack {
    width: 100%;
    height: 380px;
  }

  .eo-brochure-card {
    width: 240px;
  }

  .eo-brochure-card.c1 {
    left: 0;
  }

  .eo-brochure-card.c2 {
    left: 110px;
  }

  .eo-brochure-card.c3 {
    left: 220px;
  }
}

.eol-form-heading {
  text-align: center;
  margin-bottom: 28px;
}

.eol-form-heading h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 2.8vw, 46px);
  font-weight: 900;
  line-height: 1.15;

  /* premium golden */
  background: linear-gradient(90deg, #f6d365, #f4c430, #caa03d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  letter-spacing: -0.5px;
}

.eol-form-heading p {
  margin: 0 auto;
  max-width: 520px;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
  /* agar dark bg hai */
}

/* Banner slider height fixed (no jump) */
.banner-area .banner-item {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
}

/* Ensure full height alignment */
.banner-area .full-height {
  min-height: 92vh;
}

/* Video background */
.banner-item-video {
  background: #000;
}

.banner-item-video .banner-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

/* Overlay always above video */
.banner-item-video .bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.45);
}

/* Content always above overlay */
.banner-item-video .container {
  position: relative;
  z-index: 2;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 18px;
  background: #0b2a2f;
  color: #fff;
  font-size: 14px;
}

.top-bar-left span {
  margin-right: 15px;
  opacity: 0.95;
}

.top-bar-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.top-bar-right a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  opacity: 0.9;
  transition: 0.2s;
}

.top-bar-right a:hover {
  opacity: 1;
}

/* Dropdown */
.topbar-dropdown {
  position: relative;
}

.topbar-dropbtn {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 8px;
  transition: 0.25s;
}

.topbar-dropbtn:hover {
  background: rgba(255, 255, 255, 0.08);
}

.topbar-dropdown-menu {
  position: absolute;
  top: 115%;
  left: 0;
  min-width: 240px;
  background: #fff;
  border-radius: 14px;
  padding: 8px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.22);
  display: none;
  z-index: 9999;
}

.topbar-dropdown-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 13px;
  color: #1d1d1d;
  text-decoration: none;
  transition: 0.2s;
}

.topbar-dropdown-menu a:hover {
  background: #f2f6f7;
  color: #0b2a2f;
}

/* Active class (JS se open hoga) */
.topbar-dropdown-menu.active {
  display: block;
}

/* Language Select */
.lang-select select {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  padding: 6px 10px;
  border-radius: 8px;
  outline: none;
  font-size: 13px;
}

.lang-select select option {
  color: #000;
}

/* ========================= */
/* ✅ MOBILE RESPONSIVE VIEW */
/* ========================= */
@media (max-width: 768px) {
  .top-bar {
    flex-direction: column;
    gap: 10px;
    padding: 12px 14px;
  }

  .top-bar-left {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    text-align: center;
  }

  .top-bar-left span {
    margin-right: 0;
    font-size: 13px;
  }

  .top-bar-right {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  /* Dropdown full width */
  .topbar-dropdown {
    width: 100%;
    max-width: 320px;
  }

  .topbar-dropbtn {
    width: 100%;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.08);
    padding: 10px 14px;
    border-radius: 12px;
  }

  .topbar-dropdown-menu {
    position: static;
    /* mobile me dropdown niche open hoga */
    width: 100%;
    margin-top: 8px;
    border-radius: 14px;
  }

  .lang-select select {
    width: 100%;
    max-width: 120px;
    text-align: center;
  }
}

.eol-about-hero {
  padding: 90px 0 50px;
  /* background: radial-gradient(circle at top, #101418 0%, #050607 55%, #000 100%); */
  text-align: center;
}

.eol-about-hero h1 {
  margin: 0 0 14px;
  font-size: 48px;
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.8px;
}

.eol-about-hero h1 span {
  color: #d6a84f;
}

.eol-about-hero p {
  max-width: 900px;
  margin: auto;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.8;
}

.eol-video-sec {
  padding: 40px 0 90px;
  /* background: #000; */
}

.eol-video-box {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(214, 168, 79, 0.22);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.55);
}

.eol-video-box video {
  width: 100%;
  height: auto;
  display: block;
}

.eol-story {
  padding: 90px 0;
  background: #07090b;
  text-align: center;
}

.eol-story h2 {
  font-size: 42px;
  color: #fff;
  margin: 0 0 22px;
  font-weight: 800;
}

.eol-story h2 span {
  color: #d6a84f;
}

.eol-story-text {
  max-width: 950px;
  margin: auto;
}

.eol-story-text p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 18px;
}

.eol-timeline {
  padding: 90px 0;
  /* background: #000; */
}

.eol-time-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 75px;
}

.eol-time-row.reverse {
  direction: rtl;
}

.eol-time-row.reverse>* {
  direction: ltr;
}

.eol-time-text h3 {
  font-size: 44px;
  margin: 0 0 12px;
  color: #fff;
  font-weight: 900;
}

.eol-time-text p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 12px;
}

.eol-time-img {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(214, 168, 79, 0.18);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.55);
}

.eol-time-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.7s ease;
  transform: scale(1.03);
}

.eol-time-row:hover .eol-time-img img {
  transform: scale(1.10);
}

.eol-gold-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: #d6a84f;
  text-decoration: none;
  font-weight: 700;
}

.eol-btn-gold {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #d6a84f, #f3d08c);
  color: #111;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: 0.25s;
}

.eol-btn-gold:hover {
  transform: translateY(-3px);
}

/* Responsive */
@media(max-width: 991px) {
  .eol-time-row {
    grid-template-columns: 1fr;
  }

  .eol-time-text h3 {
    font-size: 34px;
  }
}

.eol-split {
  /* padding: 90px 0;
  background: #07090b; */
}

.eol-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.eol-split-img {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(214, 168, 79, 0.18);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.55);
}

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

.eol-split-text h2 {
  font-size: 46px;
  margin: 0 0 14px;
  color: #fff;
  font-weight: 900;
}

.eol-split-text h2 span {
  color: #d6a84f;
}

.eol-split-text p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  margin-bottom: 18px;
}

.eol-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(214, 168, 79, 0.45);
  color: #d6a84f;
  text-decoration: none;
  font-weight: 800;
  transition: 0.25s;
}

.eol-btn-outline:hover {
  background: rgba(214, 168, 79, 0.12);
  transform: translateY(-3px);
}

@media(max-width: 991px) {
  .eol-split-grid {
    grid-template-columns: 1fr;
  }

  .eol-split-text h2 {
    font-size: 34px;
  }
}

.eol-sustain {
  padding: 20px 0;
  /* background: #000; */
}

.eol-sustain-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.eol-sustain-text h2 {
  font-size: 44px;
  color: #fff;
  margin: 0 0 14px;
  font-weight: 900;
}

.eol-sustain-text h2 span {
  color: #d6a84f;
}

.eol-sustain-text p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  margin-bottom: 20px;
}

.eol-sustain-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.eol-sustain-img {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(214, 168, 79, 0.18);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.55);
}

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

@media(max-width: 991px) {
  .eol-sustain-grid {
    grid-template-columns: 1fr;
  }

  .eol-sustain-text h2 {
    font-size: 34px;
  }
}

.eol-awards {
  padding: 20px 0;
  /* background: #07090b; */
}

.eol-awards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.eol-awards-img {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(214, 168, 79, 0.18);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.55);
}

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

.eol-awards-text h2 {
  font-size: 44px;
  color: #fff;
  margin: 0 0 14px;
  font-weight: 900;
}

.eol-awards-text h2 span {
  color: #d6a84f;
}

.eol-awards-text p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  margin-bottom: 18px;
}

@media(max-width: 991px) {
  .eol-awards-grid {
    grid-template-columns: 1fr;
  }

  .eol-awards-text h2 {
    font-size: 34px;
  }
}

.eol-story-timeline {
  /* padding: 100px 0; */
  /* background: radial-gradient(circle at top, #0b0f12 0%, #050607 55%, #000 100%); */
  position: relative;
  /* overflow: hidden; */
}

/* luxury subtle glow */
.eol-story-timeline::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 20% 20%, rgba(214, 168, 79, 0.10), transparent 55%),
    radial-gradient(circle at 80% 60%, rgba(214, 168, 79, 0.06), transparent 60%);
  pointer-events: none;
}

.eol-story-timeline .container {
  position: relative;
  z-index: 2;
  max-width: 1250px;
  margin: auto;
  padding: 0 18px;
}

/* Heading */
.eol-story-head {
  text-align: center;
  margin-bottom: 55px;
}

.eol-story-head h2 {
  margin: 0 0 14px;
  font-size: 46px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.8px;
}

.eol-story-head h2 span {
  color: #d6a84f;
}

.eol-story-head p {
  max-width: 950px;
  margin: auto;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.85;
  font-size: 16px;
}

/* Timeline wrapper */
.eol-timeline {
  display: grid;
  gap: 26px;
}

/* Card */
.eol-tl-card {
  border-radius: 26px;
  /* background: rgba(255, 255, 255, 0.03); */
  border: 1px solid rgba(214, 168, 79, 0.16);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.55);
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: 0.35s ease;
}

/* gold shine */
.eol-tl-card::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -30%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(214, 168, 79, 0.18), transparent 70%);
  filter: blur(2px);
  pointer-events: none;
}

.eol-tl-card:hover {
  transform: translateY(-6px);
  border-color: rgba(214, 168, 79, 0.32);
}

/* Year badge */
.eol-tl-year {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(214, 168, 79, 0.12);
  border: 1px solid rgba(214, 168, 79, 0.25);
  color: #ffd27f;
  font-weight: 900;
  letter-spacing: 0.6px;
  margin-bottom: 18px;
  font-size: 15px;
}

/* grid inside */
.eol-tl-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
  align-items: center;
}

/* text */
.eol-tl-text ul {
  padding-left: 18px;
  margin: 0;
  display: grid;
  gap: 12px;
}

.eol-tl-text li {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
  font-size: 15px;
}

.eol-tl-text b {
  color: #fff;
  font-weight: 800;
}

.eol-tl-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  font-size: 15px;
}

/* image */
.eol-tl-img {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(214, 168, 79, 0.14);
}

.eol-tl-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transform: scale(1.03);
  transition: 0.7s ease;
  filter: saturate(1.05) contrast(1.05);
}

.eol-tl-card:hover .eol-tl-img img {
  transform: scale(1.12);
}

/* Link */
.eol-tl-link {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d6a84f;
  text-decoration: none;
  font-weight: 800;
}

.eol-tl-link span {
  font-size: 18px;
  transition: 0.25s;
}

.eol-tl-link:hover span {
  transform: translateX(3px);
}

/* Button */
.eol-tl-btn {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d6a84f, #f3d08c);
  color: #111;
  text-decoration: none;
  font-weight: 900;
  transition: 0.25s;
}

.eol-tl-btn:hover {
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 991px) {
  .eol-story-head h2 {
    font-size: 34px;
  }

  .eol-tl-grid {
    grid-template-columns: 1fr;
  }

  .eol-tl-img img {
    height: 230px;
  }
}

.eol-story-timeline {
  /* padding: 100px 0; */
  /* background: radial-gradient(circle at top, #0b0f12 0%, #050607 55%, #000 100%); */
  position: relative;
  /* overflow: hidden; */
}

/* ⭐ Stars layers */
.eol-story-timeline::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(2px 2px at 20px 30px, rgba(255, 255, 255, 0.35) 40%, transparent 41%),
    radial-gradient(2px 2px at 90px 120px, rgba(255, 255, 255, 0.22) 40%, transparent 41%),
    radial-gradient(1px 1px at 140px 80px, rgba(255, 255, 255, 0.18) 40%, transparent 41%),
    radial-gradient(2px 2px at 200px 220px, rgba(255, 255, 255, 0.28) 40%, transparent 41%),
    radial-gradient(1px 1px at 260px 140px, rgba(255, 255, 255, 0.18) 40%, transparent 41%),
    radial-gradient(2px 2px at 320px 70px, rgba(255, 255, 255, 0.20) 40%, transparent 41%),
    radial-gradient(1px 1px at 380px 200px, rgba(255, 255, 255, 0.16) 40%, transparent 41%),
    radial-gradient(2px 2px at 450px 160px, rgba(255, 255, 255, 0.24) 40%, transparent 41%),
    radial-gradient(1px 1px at 520px 40px, rgba(255, 255, 255, 0.15) 40%, transparent 41%),
    radial-gradient(2px 2px at 600px 240px, rgba(255, 255, 255, 0.22) 40%, transparent 41%);
  background-size: 700px 300px;
  opacity: 0.35;
  pointer-events: none;
  animation: eolStarsMove 40s linear infinite;
}

/* ✨ Twinkle layer */
.eol-story-timeline::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 20% 20%, rgba(214, 168, 79, 0.10), transparent 55%),
    radial-gradient(circle at 80% 60%, rgba(214, 168, 79, 0.06), transparent 60%);
  pointer-events: none;
}

/* stars move */
@keyframes eolStarsMove {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-180px);
  }
}

/* Scroll reveal base */
.eol-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: 0.9s ease;
}

.eol-reveal.show {
  opacity: 1;
  transform: translateY(0);
}

/* little delay system */
.eol-delay-1 {
  transition-delay: .05s;
}

.eol-delay-2 {
  transition-delay: .12s;
}

.eol-delay-3 {
  transition-delay: .20s;
}

.eol-delay-4 {
  transition-delay: .28s;
}

.eol-story-bullets {
  margin: 25px auto 0;
  padding: 0;
  text-align: justify;
  list-style: none;
  max-width: 980px;
  display: grid;
  gap: 14px;
}

.eol-story-bullets li {
  position: relative;
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.85;
  font-size: 16px;
}

.eol-story-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d6a84f;
  box-shadow: 0 0 0 4px rgba(214, 168, 79, 0.14);
}

.eol-story-bullets b {
  color: #fff;
  font-weight: 800;
}

.eol-awards-sec {
  padding: 95px 0;
  /* background: radial-gradient(circle at top, #567595 0%, #2c3a48 55%, #d9ecff 100%); */
  position: relative;
  overflow: hidden;
}

/* stars */
.eol-awards-sec::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(2px 2px at 20px 30px, rgba(255, 255, 255, 0.35) 40%, transparent 41%),
    radial-gradient(2px 2px at 90px 120px, rgba(255, 255, 255, 0.22) 40%, transparent 41%),
    radial-gradient(1px 1px at 140px 80px, rgba(255, 255, 255, 0.18) 40%, transparent 41%),
    radial-gradient(2px 2px at 200px 220px, rgba(255, 255, 255, 0.28) 40%, transparent 41%),
    radial-gradient(1px 1px at 260px 140px, rgba(255, 255, 255, 0.18) 40%, transparent 41%),
    radial-gradient(2px 2px at 320px 70px, rgba(255, 255, 255, 0.20) 40%, transparent 41%),
    radial-gradient(1px 1px at 380px 200px, rgba(255, 255, 255, 0.16) 40%, transparent 41%),
    radial-gradient(2px 2px at 450px 160px, rgba(255, 255, 255, 0.24) 40%, transparent 41%);
  background-size: 700px 300px;
  opacity: 0.30;
  pointer-events: none;
  animation: eolStarsMove 40s linear infinite;
}

@keyframes eolStarsMove {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-180px);
  }
}

.eol-awards-sec .container {
  position: relative;
  z-index: 2;
  max-width: 1250px;
  margin: auto;
  padding: 0 18px;
}

.eol-awards-head {
  text-align: center;
  margin-bottom: 45px;
}

.eol-awards-head h2 {
  margin: 0 0 12px;
  font-size: 52px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.8px;
}

.eol-awards-head h2 span {
  color: #d6a84f;
}

.eol-awards-head p {
  max-width: 850px;
  margin: auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.8;
}

/* Slider */
.eol-awards-slider {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(214, 168, 79, 0.18);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.65);
}

/* Track */
.eol-awards-track {
  display: flex;
  transition: transform 0.65s cubic-bezier(.2, .9, .2, 1);
  will-change: transform;
}

/* Slide */
.eol-awards-slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
  padding: 30px;
}

/* Left */
.eol-awards-left {
  padding: 18px;
}

.eol-awards-year {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(214, 168, 79, 0.12);
  border: 1px solid rgba(214, 168, 79, 0.25);
  color: #ffd27f;
  font-weight: 900;
  letter-spacing: 0.6px;
  margin-bottom: 14px;
  font-size: 14px;
}

.eol-awards-left h3 {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
}

.eol-awards-left h3 span {
  color: #d6a84f;
}

.eol-awards-desc {
  max-height: 160px;
  overflow: auto;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.85;
  font-size: 15px;
}

/* scrollbar */
.eol-awards-desc::-webkit-scrollbar {
  width: 6px;
}

.eol-awards-desc::-webkit-scrollbar-thumb {
  background: rgba(214, 168, 79, 0.35);
  border-radius: 50px;
}

.eol-awards-desc::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
}

/* Right */
.eol-awards-img {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(214, 168, 79, 0.14);
  background: rgba(0, 0, 0, 0.25);
  padding: 20px;
}

.eol-awards-img img {
  width: 100%;
  height: 420px;
  object-fit: contain;
  display: block;
}

/* Nav */
.eol-awards-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(214, 168, 79, 0.28);
  background: rgba(0, 0, 0, 0.55);
  color: #ffd27f;
  font-size: 24px;
  cursor: pointer;
  transition: 0.25s;
  z-index: 10;
}

.eol-awards-nav:hover {
  transform: translateY(-50%) scale(1.06);
  background: rgba(214, 168, 79, 0.10);
}

.eol-prev {
  left: 18px;
}

.eol-next {
  right: 18px;
}

/* Dots */
.eol-awards-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 16px 0 20px;
}

.eol-awards-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
}

.eol-awards-dots span.active {
  background: #d6a84f;
  box-shadow: 0 0 0 4px rgba(214, 168, 79, 0.14);
}

/* Responsive */
@media(max-width: 991px) {
  .eol-awards-slide {
    grid-template-columns: 1fr;
  }

  .eol-awards-img img {
    height: 300px;
  }

  .eol-awards-head h2 {
    font-size: 36px;
  }
}

.eol-awards-collection {
  padding: 90px 0;
  /* background: radial-gradient(circle at top, #0c0f12 0%, #050607 55%, #000 100%); */
  position: relative;
  overflow: hidden;
}

.eol-awards-collection::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 20% 20%, rgba(214, 168, 79, 0.12), transparent 55%),
    radial-gradient(circle at 80% 60%, rgba(214, 168, 79, 0.06), transparent 60%);
  pointer-events: none;
}

.eol-awards-collection .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
  padding: 0 18px;
}

/* Heading */
.eol-awc-head {
  text-align: center;
  margin-bottom: 32px;
}

.eol-awc-head h2 {
  margin: 0 0 18px;
  font-size: 46px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.6px;
}

/* Tabs */
.eol-awc-tabs {
  display: inline-flex;
  border-radius: 14px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(214, 168, 79, 0.18);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.55);
}

.eol-awc-tab {
  min-width: 90px;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 800;
  cursor: pointer;
  transition: 0.25s ease;
}

.eol-awc-tab.active {
  background: rgba(214, 168, 79, 0.14);
  border-color: rgba(214, 168, 79, 0.35);
  color: #ffd27f;
}

/* Panels */
.eol-awc-panel {
  display: none;
  animation: eolFadeUp .35s ease;
}

.eol-awc-panel.active {
  display: block;
}

@keyframes eolFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Grid for river */
.eol-awc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  margin-top: 26px;
}

/* Lists */
.eol-awc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.eol-awc-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.75;
}

.eol-awc-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d6a84f;
  box-shadow: 0 0 0 4px rgba(214, 168, 79, 0.12);
}

/* Yacht single list */
.eol-awc-list.single {
  max-width: 780px;
  margin: 30px auto 0;
}

/* Responsive */
@media(max-width: 991px) {
  .eol-awc-head h2 {
    font-size: 34px;
  }

  .eol-awc-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.eol-faq10 {
  position: relative;
  padding: 90px 0;
  /* background: radial-gradient(circle at top, #0d0f12 0%, #070708 45%, #000 100%); */
  overflow: hidden;
}

/* STARS LAYER */
.eol-faq10__stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 10% 20%, rgba(255, 215, 120, 0.55) 50%, transparent 55%),
    radial-gradient(1px 1px at 70% 30%, rgba(255, 255, 255, 0.25) 50%, transparent 55%),
    radial-gradient(1px 1px at 40% 80%, rgba(255, 215, 120, 0.35) 50%, transparent 55%),
    radial-gradient(2px 2px at 85% 70%, rgba(255, 255, 255, 0.18) 50%, transparent 55%),
    radial-gradient(1px 1px at 25% 55%, rgba(255, 215, 120, 0.35) 50%, transparent 55%),
    radial-gradient(2px 2px at 55% 15%, rgba(255, 255, 255, 0.18) 50%, transparent 55%);
  opacity: 0.9;
  animation: eolStarsMove 16s linear infinite;
  pointer-events: none;
}

@keyframes eolStarsMove {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(60px);
  }
}

.eol-faq10__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: start;
}

.eol-faq10__title {
  font-size: clamp(34px, 3.2vw, 52px);
  line-height: 1.1;
  margin: 0 0 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
}

.eol-faq10__title span {
  color: #d4af37;
}

.eol-faq10__desc {
  color: rgba(255, 255, 255, 0.72);
  max-width: 680px;
  line-height: 1.75;
  margin: 0 0 30px;
  font-size: 15px;
}

/* ACCORDION */
.eol-faq10__accordion {
  border-top: 1px solid rgba(212, 175, 55, 0.22);
}

.eol-faq10__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.eol-faq10__q {
  width: 100%;
  background: transparent;
  border: 0;
  color: #fff;
  text-align: left;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s ease;
}

.eol-faq10__q:hover {
  color: #d4af37;
}

.eol-faq10__icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.35);
  position: relative;
  flex: 0 0 26px;
}

.eol-faq10__icon::before,
.eol-faq10__icon::after {
  content: "";
  position: absolute;
  background: #d4af37;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s ease;
}

.eol-faq10__icon::before {
  width: 12px;
  height: 2px;
}

.eol-faq10__icon::after {
  width: 2px;
  height: 12px;
}

/* ANSWER */
.eol-faq10__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.eol-faq10__a p,
.eol-faq10__a li {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.eol-faq10__a a {
  color: #d4af37;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.eol-faq10__a ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

/* ACTIVE */
.eol-faq10__item.active .eol-faq10__a {
  max-height: 260px;
  padding-bottom: 18px;
}

.eol-faq10__item.active .eol-faq10__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

/* RIGHT IMAGE */
.eol-faq10__image {
  position: sticky;
  top: 110px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.18);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.65);
}

.eol-faq10__image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
  filter: contrast(1.05) saturate(1.05);
}

/* REVEAL ANIMATION */
.eol-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.8s ease;
}

.eol-reveal.show {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .eol-faq10__grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .eol-faq10__image {
    position: relative;
    top: auto;
  }

  .eol-faq10__image img {
    height: 320px;
  }
}

.eol-rewards-page {
  /* background: #050607; */
  color: #fff;
  /* overflow: hidden; */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

:root {
  --eol-gold: #d6a84f;
  --eol-gold2: #ffd27f;
  --eol-bg: #050607;
  --eol-card: rgba(255, 255, 255, 0.04);
  --eol-border: rgba(214, 168, 79, 0.18);
  --eol-text: rgba(255, 255, 255, 0.72);
}

.container {
  /* width: min(1200px, 92%); */
  margin: auto;
}

/* Buttons */
.eol-btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .2px;
  border: 1px solid rgba(214, 168, 79, 0.35);
  background: linear-gradient(180deg, rgba(214, 168, 79, 0.16), rgba(214, 168, 79, 0.08));
  color: #ffd27f;
  transition: .25s ease;
}

.eol-btn-gold:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 168, 79, 0.55);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.55);
}

/* Section Titles */
.eol-sec-title {
  text-align: center;
  font-size: 44px;
  margin: 0 0 12px;
  font-weight: 900;
  letter-spacing: -0.6px;
}

.eol-sec-para {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 45px;
  color: var(--eol-text);
  line-height: 1.9;
}

/* 1) Intro */
.eol-rewards-intro {
  padding: 90px 0 70px;
  position: relative;
}

.eol-rewards-intro::before {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    radial-gradient(circle at 20% 20%, rgba(214, 168, 79, 0.12), transparent 55%),
    radial-gradient(circle at 80% 55%, rgba(214, 168, 79, 0.06), transparent 60%);
  pointer-events: none;
}

.eol-rewards-brand {
  text-align: center;
  margin-bottom: 22px;
}

.brand-top {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 800;
}

.brand-title {
  margin: 8px 0 0;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 4px;
  font-family: Georgia, "Times New Roman", serif;
}

.eol-rewards-main-title {
  text-align: center;
  font-size: 36px;
  margin: 25px 0 22px;
  font-weight: 900;
  letter-spacing: -0.6px;
}

.eol-rewards-intro-text {
  max-width: 920px;
  margin: auto;
  text-align: center;
  color: var(--eol-text);
  line-height: 1.95;
  display: grid;
  gap: 14px;
}

.eol-rewards-subtitle {
  text-align: center;
  margin: 55px 0 26px;
  font-size: 34px;
  font-weight: 900;
}

/* Highlights */
.eol-rewards-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.eol-highlight-card {
  background: var(--eol-card);
  border: 1px solid var(--eol-border);
  border-radius: 20px;
  padding: 22px 18px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.45);
  transition: .25s ease;
}

.eol-highlight-card:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 168, 79, 0.35);
}

.eol-highlight-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 900;
  color: #ffd27f;
  border: 1px solid rgba(214, 168, 79, 0.35);
  background: rgba(214, 168, 79, 0.08);
  margin-bottom: 14px;
}

.eol-highlight-card h4 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 900;
}

.eol-highlight-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
  font-size: 14px;
}

/* 2) Structure */
.eol-rewards-structure {
  /* padding: 75px 0 90px; */
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

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

.eol-structure-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(214, 168, 79, 0.16);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.5);
  transition: .25s ease;
}

.eol-structure-card:hover {
  transform: translateY(-5px);
  border-color: rgba(214, 168, 79, 0.35);
}

.eol-structure-img {
  height: 220px;
  overflow: hidden;
}

.eol-structure-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: .35s ease;
}

.eol-structure-card:hover img {
  transform: scale(1.12);
}

.eol-structure-body {
  padding: 18px 18px 22px;
}

.eol-structure-body h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 900;
}

.eol-structure-body p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
  font-size: 14px;
}

.eol-structure-link {
  display: inline-flex;
  gap: 10px;
  font-weight: 900;
  color: #ffd27f;
}

.eol-structure-link i {
  font-style: normal;
  transform: translateY(1px);
}

/* 3) Banner */
.eol-rewards-banner {
  padding: 65px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.eol-banner-wrap {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(214, 168, 79, 0.16);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.55);
}

.eol-banner-left {
  padding: 44px 40px;
  background: linear-gradient(180deg, rgba(214, 168, 79, 0.06), rgba(0, 0, 0, 0.0));
}

.eol-banner-left h2 {
  margin: 0 0 10px;
  font-size: 34px;
  font-weight: 900;
}

.eol-banner-left p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.70);
  line-height: 1.85;
}

.eol-banner-right {
  height: 320px;
}

.eol-banner-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 4) FAQ banner */
.eol-rewards-faq-banner {
  /* padding: 75px 0; */
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.eol-faq-hero {
  border-radius: 26px;
  overflow: hidden;
  min-height: 320px;
  position: relative;
  border: 1px solid rgba(214, 168, 79, 0.16);
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.55);
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.45) 45%, rgba(0, 0, 0, 0.15) 100%),
    url("https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
}

.eol-faq-hero-content {
  padding: 55px 55px;
  max-width: 520px;
}

.eol-faq-hero-content h2 {
  margin: 0 0 12px;
  font-size: 44px;
  font-weight: 900;
}

.eol-faq-hero-content p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.85;
}

/* 5) Planet */
.eol-rewards-planet {
  padding: 70px 0 85px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.eol-planet-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 30px;
  align-items: center;
}

.eol-planet-text h2 {
  margin: 0 0 12px;
  font-size: 44px;
  font-weight: 900;
}

.eol-planet-text h2 span {
  color: var(--eol-gold);
}

.eol-planet-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.95;
}

.eol-planet-text a {
  color: #ffd27f;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(214, 168, 79, 0.35);
}

.eol-planet-img {
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(214, 168, 79, 0.16);
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.55);
  height: 330px;
}

.eol-planet-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 6) Final */
.eol-rewards-final {
  /* padding: 80px 0 95px; */
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.eol-rewards-final h2 {
  text-align: center;
  margin: 0 0 20px;
  font-size: 44px;
  font-weight: 900;
}

.eol-rewards-final h2 span {
  color: #d6a84f;
}

.eol-final-text {
  max-width: 980px;
  margin: auto;

  display: grid;
  gap: 16px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.95;
}

.eol-final-text b {
  color: #fff;
}

/* Responsive */
@media (max-width: 1100px) {
  .eol-rewards-highlights {
    grid-template-columns: repeat(2, 1fr);
  }

  .eol-structure-grid {
    grid-template-columns: 1fr;
  }

  .eol-banner-wrap {
    grid-template-columns: 1fr;
  }

  .eol-banner-right {
    height: 260px;
  }

  .eol-planet-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {

  .eol-sec-title,
  .eol-rewards-main-title,
  .eol-rewards-subtitle,
  .eol-planet-text h2,
  .eol-rewards-final h2 {
    font-size: 30px;
  }

  .eol-faq-hero-content {
    padding: 34px 22px;
  }

  .eol-faq-hero-content h2 {
    font-size: 34px;
  }

  .eol-banner-left {
    padding: 28px 22px;
  }
}

.eol-rewards-bullets {
  max-width: 980px;
  margin: 28px auto 0;
  text-align: center;
}

.eol-rewards-bullets ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: justify;
  display: grid;
  gap: 16px;
}

.eol-rewards-bullets li {
  position: relative;
  padding-left: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.9;
}

/* Gold bullet dot */
.eol-rewards-bullets li::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffd27f, #d6a84f);
  margin-right: 12px;
  transform: translateY(-1px);
  box-shadow: 0 0 0 3px rgba(214, 168, 79, 0.12);
}

/* Responsive */
@media (max-width: 600px) {
  .eol-rewards-bullets {
    text-align: left;
  }

  .eol-rewards-bullets li {
    font-size: 15px;
  }
}

.eol-loyalty-sec {
  padding: 90px 0;
  /* background: radial-gradient(circle at top, #0d0f12 0%, #070708 45%, #000 100%); */
}

.eol-loyalty-head {
  text-align: center;
  max-width: 950px;
  margin: 0 auto 55px;
}

.eol-loyalty-head h2 {
  color: #fff;
  font-size: clamp(30px, 3vw, 46px);
  margin: 0 0 14px;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.eol-loyalty-head h2 span {
  color: #d4af37;
  font-style: italic;
}

.eol-loyalty-head p {
  margin: 0 auto;
  max-width: 780px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
  font-size: 15px;
}

/* blocks */
.eol-loyalty-block {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 55px;
  align-items: center;
  margin-bottom: 70px;
}

.eol-loyalty-block--reverse {
  grid-template-columns: 0.9fr 1.1fr;
}

/* image */
.eol-loyalty-img {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.18);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.65);
}

.eol-loyalty-img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

/* content */
.eol-loyalty-content h3 {
  color: #fff;
  font-size: clamp(24px, 2.2vw, 34px);
  margin: 0 0 14px;
  font-weight: 700;
}

.eol-loyalty-content h3.big {
  font-size: clamp(28px, 2.6vw, 42px);
  line-height: 1.1;
}

.eol-loyalty-content h3.big span {
  color: #d4af37;
  font-style: italic;
}

.eol-loyalty-content p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  font-size: 15px;
  margin: 0 0 14px;
}

/* buttons */
.eol-btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 12px 20px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffd27f, #d4af37);
  color: #111;
  font-weight: 800;
  text-decoration: none;
  transition: 0.25s ease;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
}

.eol-btn-gold:hover {
  transform: translateY(-2px);
  filter: brightness(1.02);
}

.eol-btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s ease;
  white-space: nowrap;
}

.eol-btn-dark:hover {
  border-color: rgba(212, 175, 55, 0.35);
  background: rgba(212, 175, 55, 0.08);
  transform: translateY(-2px);
}

/* actions */
.eol-loyalty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

/* mockup */
.eol-loyalty-mockup {
  position: relative;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eol-loyalty-book {
  width: min(280px, 42vw);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.18);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.65);
  position: absolute;
  background: #111;
}

.eol-loyalty-book img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.eol-loyalty-book.one {
  transform: rotate(-6deg) translateX(-35px);
  z-index: 2;
}

.eol-loyalty-book.two {
  transform: rotate(7deg) translateX(55px);
  opacity: 0.95;
}

/* reveal */
.eol-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.8s ease;
}

.eol-reveal.show {
  opacity: 1;
  transform: translateY(0);
}

/* responsive */
@media (max-width: 991px) {

  .eol-loyalty-block,
  .eol-loyalty-block--reverse {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .eol-loyalty-img img {
    height: 320px;
  }

  .eol-loyalty-mockup {
    height: 320px;
  }
}

/* .eol-brochure-sec {
  padding: 80px 0;
  background: radial-gradient(circle at top, #0d0f12 0%, #070708 45%, #000 100%);
} */

.eol-brochure-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 55px;
  align-items: center;
}

/* LEFT mockups */
.eol-brochure-mockups {
  position: relative;
  height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eol-brochure-card {
  position: absolute;
  width: min(290px, 46vw);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.65);
  transition: 0.35s ease;
}

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

.eol-brochure-card.one {
  transform: rotate(-7deg) translateX(-45px);
  z-index: 2;
}

.eol-brochure-card.two {
  transform: rotate(8deg) translateX(60px);
  opacity: 0.96;
  z-index: 1;
}

/* hover premium effect */
.eol-brochure-mockups:hover .eol-brochure-card.one {
  transform: rotate(-5deg) translateX(-55px) translateY(-6px);
}

.eol-brochure-mockups:hover .eol-brochure-card.two {
  transform: rotate(6deg) translateX(70px) translateY(6px);
}

/* RIGHT content */
.eol-brochure-content h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.08;
  font-weight: 700;
}

.eol-brochure-content h2 .italic {
  font-style: italic;
  color: #d4af37;
  font-weight: 700;
}

.eol-brochure-content p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.8;
  max-width: 620px;
}

/* Buttons */
.eol-brochure-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.eol-btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s ease;
  white-space: nowrap;
}

.eol-btn-dark:hover {
  border-color: rgba(212, 175, 55, 0.35);
  background: rgba(212, 175, 55, 0.08);
  transform: translateY(-2px);
}

/* Reveal */
.eol-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.8s ease;
}

.eol-reveal.show {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 991px) {
  .eol-brochure-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .eol-brochure-mockups {
    height: 320px;
  }
}

/* =========================
   ZIGZAG TIMELINE
========================= */

.eol-timeline--zigzag {
  display: grid;
  gap: 26px;
}

/* Card look premium */
.eol-tl-card {
  /* background: rgba(255, 255, 255, 0.03); */
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}

/* Year */
.eol-tl-year {
  font-size: clamp(26px, 3vw, 46px);
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 18px;
}

/* Grid inside each card */
.eol-tl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}

/* Text */
.eol-tl-text {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.85;
  font-size: 15px;
}

.eol-tl-text ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.eol-tl-text li b {
  color: #fff;
}

/* Image */
.eol-tl-img {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.14);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.55);
}

.eol-tl-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: 0.6s ease;
}

.eol-tl-card:hover .eol-tl-img img {
  transform: scale(1.04);
}

/* Links */
.eol-tl-link {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d4af37;
  font-weight: 800;
  text-decoration: none;
}

.eol-tl-link span {
  font-size: 18px;
}

/* Button */
.eol-tl-btn {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffd27f, #d4af37);
  color: #111;
  font-weight: 900;
  text-decoration: none;
  transition: 0.25s ease;
}

.eol-tl-btn:hover {
  transform: translateY(-2px);
}

/* =========================
   ZIGZAG MAGIC (even items reverse)
========================= */

.eol-timeline--zigzag .eol-tl-item:nth-child(even) .eol-tl-grid {
  direction: rtl;
}

.eol-timeline--zigzag .eol-tl-item:nth-child(even) .eol-tl-text,
.eol-timeline--zigzag .eol-tl-item:nth-child(even) .eol-tl-img {
  direction: ltr;
}

/* =========================
   MOBILE STACK
========================= */
@media (max-width: 991px) {
  .eol-tl-card {
    padding: 18px;
  }

  .eol-tl-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .eol-timeline--zigzag .eol-tl-item:nth-child(even) .eol-tl-grid {
    direction: ltr;
  }

  .eol-tl-img img {
    height: 260px;
  }
}

/* =========================
   EMERALD CHRONO TIMELINE
   (Unique classes only)
========================= */

.emer-chrono-wrap {
  padding: 90px 0;
  background: #ffffff;
}

.emer-chrono-container {
  width: min(1250px, 92%);
  margin: 0 auto;
}

/* each row */
.emer-chrono-row {
  display: grid;
  grid-template-columns: minmax(380px, 1fr) minmax(520px, 1.35fr);
  gap: 55px;
  align-items: center;
  margin-bottom: 85px;
}

/* left */
.emer-chrono-content {
  max-width: 560px;
}

.emer-chrono-year {
  margin: 0 0 18px;
  font-size: clamp(40px, 3vw, 70px);
  font-weight: 500;
  letter-spacing: -1px;
  color: #0b0b0b;
  line-height: 1.02;
}

/* list */
.emer-chrono-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
}

.emer-chrono-list li {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 14px;
  align-items: start;

  font-size: 14px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.72);

  word-break: normal !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
}

.emer-chrono-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-top: 8px;

  background: #0f3d3a;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.18);
}

.emer-chrono-list b {
  color: #0b0b0b;
  font-weight: 700;
}

/* paragraph (for last item) */
.emer-chrono-para {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.72);
  max-width: 520px;
}

/* image */
.emer-chrono-media {
  overflow: hidden;
  background: #f7f7f7;
}

.emer-chrono-media img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}

/* read more */
.emer-chrono-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;

  color: #0f3d3a;
  font-weight: 700;
  text-decoration: none;
}

.emer-chrono-more span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;

  border: 1px solid rgba(15, 61, 58, 0.25);
}

/* learn more button */
.emer-chrono-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;

  background: #0f3d3a;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;

  font-weight: 700;
  text-decoration: none;
  transition: 0.25s ease;
}

.emer-chrono-btn:hover {
  transform: translateY(-2px);
}

.emer-chrono-btn span {
  opacity: 0.9;
}

/* =========================
   ZIGZAG (reverse rows)
========================= */

.emer-chrono-row.emer-chrono-flip {
  grid-template-columns: minmax(520px, 1.35fr) minmax(380px, 1fr);
}

.emer-chrono-row.emer-chrono-flip .emer-chrono-content {
  order: 2;
}

.emer-chrono-row.emer-chrono-flip .emer-chrono-media {
  order: 1;
}

/* =========================
   MOBILE
========================= */
@media(max-width: 991px) {

  .emer-chrono-row,
  .emer-chrono-row.emer-chrono-flip {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 55px;
  }

  .emer-chrono-row.emer-chrono-flip .emer-chrono-content,
  .emer-chrono-row.emer-chrono-flip .emer-chrono-media {
    order: unset;
  }

  .emer-chrono-media img {
    height: 260px;
  }
}

.eol-helpdesk {
  padding: 90px 0;
  /* background: #070707; */
  /* Deep Black */
  font-family: "Poppins", sans-serif;
}

.eol-helpdesk__container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.eol-helpdesk__top {
  text-align: center;
  margin-bottom: 26px;
}

.eol-helpdesk__title {
  font-size: 44px;
  font-weight: 500;
  margin: 0;
  color: #ffffff;
  letter-spacing: -0.4px;
}

.eol-helpdesk__title span {
  font-style: italic;
  font-weight: 400;
  color: #d6b25e;
  /* Gold */
}

.eol-helpdesk__subtitle {
  margin: 10px auto 0;
  max-width: 520px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}

/* Tabs */
.eol-helpdesk__tabs {
  width: min(760px, 100%);
  margin: 30px auto 0;
  border: 1px solid rgba(214, 178, 94, 0.35);
  border-radius: 14px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
}

.eol-helpdesk__tab {
  border: 0;
  background: transparent;
  padding: 18px 14px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  transition: all 0.25s ease;
  border-right: 1px solid rgba(214, 178, 94, 0.18);
}

.eol-helpdesk__tab:last-child {
  border-right: 0;
}

.eol-helpdesk__tab:hover {
  background: rgba(214, 178, 94, 0.06);
}

.eol-helpdesk__tab.is-active {
  box-shadow: inset 0 0 0 2px #d6b25e;
  color: #ffffff;
  font-weight: 700;
  background: rgba(214, 178, 94, 0.10);
}

/* Panels */
.eol-helpdesk__panels {
  margin-top: 50px;
}

.eol-helpdesk__panel {
  display: none;
  animation: eolHelpFade 0.35s ease both;
}

.eol-helpdesk__panel.is-active {
  display: block;
}

@keyframes eolHelpFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Grid */
.eol-helpdesk__grid {
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  gap: 42px;
  align-items: center;
}

.eol-helpdesk__panelTitle {
  font-size: 50px;
  font-weight: 400;
  margin: 0 0 12px;
  color: #d6b25e;
  /* Gold */
  font-style: italic;
  letter-spacing: -0.6px;
}

.eol-helpdesk__text {
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 16px;
  max-width: 440px;
}

.eol-helpdesk__meta {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.7;
}

.eol-helpdesk__meta p {
  margin: 0;
}

/* Buttons */
.eol-helpdesk__actions {
  display: flex;
  gap: 12px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.eol-helpdesk__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.25s ease;
}

/* Solid Gold Button */
.eol-helpdesk__btn--solid {
  background: linear-gradient(135deg, #d6b25e, #b98a2f);
  color: #0a0a0a;
  border: 1px solid rgba(214, 178, 94, 0.35);
  box-shadow: 0 16px 40px rgba(214, 178, 94, 0.14);
}

.eol-helpdesk__btn--solid:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 55px rgba(214, 178, 94, 0.22);
}

/* Outline Button */
.eol-helpdesk__btn--outline {
  background: transparent;
  color: #d6b25e;
  border: 1px solid rgba(214, 178, 94, 0.75);
}

.eol-helpdesk__btn--outline:hover {
  background: rgba(214, 178, 94, 0.08);
  transform: translateY(-2px);
}

.eol-helpdesk__arrow {
  font-size: 18px;
  line-height: 1;
}

/* Image */
.eol-helpdesk__image {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.55);
  background: #111;
  border: 1px solid rgba(214, 178, 94, 0.12);
}

.eol-helpdesk__image img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  display: block;
  filter: contrast(1.05) saturate(1.05);
}

/* Responsive */
@media (max-width: 991px) {
  .eol-helpdesk__grid {
    grid-template-columns: 1fr;
  }

  .eol-helpdesk__image img {
    height: 320px;
  }

  .eol-helpdesk__panelTitle {
    font-size: 40px;
  }
}

@media (max-width: 640px) {
  .eol-helpdesk__tabs {
    grid-template-columns: 1fr 1fr;
  }

  .eol-helpdesk__title {
    font-size: 34px;
  }

  .eol-helpdesk__panelTitle {
    font-size: 34px;
  }
}

.eol-goldform {
  padding: 10px 0;
  /* background: #070707; */
  font-family: "Poppins", sans-serif;
}

.eol-goldform__wrap {
  width: min(900px, 92%);
  margin: 0 auto;
  padding: 50px 42px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(214, 178, 94, 0.16);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.65);
  position: relative;
  overflow: hidden;
}

/* Luxury overlay */
.eol-goldform__wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 0%, rgba(214, 178, 94, 0.10), transparent 55%),
    radial-gradient(circle at 80% 100%, rgba(214, 178, 94, 0.08), transparent 60%);
  pointer-events: none;
}

.eol-goldform__title {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 0 34px;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #ffffff;
}

.eol-goldform__form {
  position: relative;
  z-index: 1;
}

.eol-goldform__row {
  margin-bottom: 18px;
}

.eol-goldform__row--2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.eol-goldform__field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 8px;
}

.eol-goldform__field label span {
  color: #d6b25e;
  font-weight: 800;
}

/* Inputs */
.eol-goldform__field input,
.eol-goldform__field textarea,
.eol-goldform__field select {
  width: 100%;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 13px;
  color: #ffffff;
  border: 1px solid rgba(214, 178, 94, 0.22);
  background: rgba(0, 0, 0, 0.45);
  outline: none;
  transition: all 0.25s ease;
}

.eol-goldform__field input::placeholder,
.eol-goldform__field textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.eol-goldform__field textarea {
  min-height: 140px;
  resize: vertical;
}

/* Focus glow */
.eol-goldform__field input:focus,
.eol-goldform__field textarea:focus,
.eol-goldform__field select:focus {
  border-color: rgba(214, 178, 94, 0.85);
  box-shadow: 0 0 0 4px rgba(214, 178, 94, 0.14);
  transform: translateY(-1px);
}

/* Zip smaller like screenshot */
.eol-goldform__field--small {
  width: min(320px, 100%);
}

/* Notice */
.eol-goldform__notice {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(214, 178, 94, 0.12);
}

.eol-goldform__notice h4 {
  margin: 0 0 14px;
  font-size: 12px;
  letter-spacing: 0.6px;
  color: rgba(255, 255, 255, 0.75);
}

/* Checkbox */
.eol-goldform__check {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 14px;
  font-size: 12.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.68);
  cursor: pointer;
}

.eol-goldform__check input {
  display: none;
}

.eol-goldform__check span {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 1px solid rgba(214, 178, 94, 0.55);
  background: rgba(0, 0, 0, 0.55);
  position: relative;
  margin-top: 2px;
}

.eol-goldform__check input:checked+span {
  background: linear-gradient(135deg, #d6b25e, #b98a2f);
  border-color: rgba(214, 178, 94, 0.8);
}

.eol-goldform__check input:checked+span::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #090909;
  font-size: 12px;
  font-weight: 900;
}

/* Links */
.eol-goldform__link {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #d6b25e;
  text-decoration: none;
}

.eol-goldform__link:hover {
  text-decoration: underline;
}

.eol-goldform__tiny {
  margin: 10px 0 0;
  font-size: 11px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
}

/* Submit */
.eol-goldform__submit {
  margin-top: 34px;
  text-align: center;
}

.eol-goldform__btn {
  border: 0;
  cursor: pointer;
  padding: 14px 34px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: #0a0a0a;
  background: linear-gradient(135deg, #d6b25e, #b98a2f);
  box-shadow: 0 18px 55px rgba(214, 178, 94, 0.14);
  transition: all 0.25s ease;
}

.eol-goldform__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 70px rgba(214, 178, 94, 0.22);
}

/* Responsive */
@media (max-width: 768px) {
  .eol-goldform__wrap {
    padding: 36px 18px;
  }

  .eol-goldform__title {
    font-size: 30px;
  }

  .eol-goldform__row--2 {
    grid-template-columns: 1fr;
  }

  .eol-goldform__field--small {
    width: 100%;
  }
}


/* Default: Hide in desktop */
.nav-mobile-only {
  display: none !important;
}

/* Only mobile: show */
@media (max-width: 768px) {
  .nav-mobile-only {
    display: block !important;
  }
}

.mob-submenu {
  display: none;
  list-style: none;
  padding-left: 16px;
  margin-top: 6px;
  border-left: 2px solid rgba(244, 195, 90, 0.35);
}

.nav-mobile-only.open .mob-submenu {
  display: block;
}

.mob-submenu li a {
  display: block;
  padding: 8px 0;
  font-size: 15px;
  opacity: 0.85;
}

/* Desktop hide */
.nav-mobile-only {
  display: none !important;
}

/* Mobile show */
@media (max-width: 768px) {
  .nav-mobile-only {
    display: block !important;
  }

  /* submenu default hide */
  #mobAboutMenu {
    display: none;
    margin-top: 6px;
    padding-left: 18px;
    border-left: 2px solid rgba(244, 195, 90, 0.35);
  }

  /* submenu links */
  #mobAboutMenu li a {
    font-size: 15px !important;
    color: rgba(255, 255, 255, 0.78) !important;
    padding: 8px 0 !important;
    display: block;
  }

  #mobAboutMenu li a:hover {
    color: #f4c35a !important;
  }

  /* caret rotate */
  #menu-item-about-mobile.open .mob-caret {
    display: inline-block;
    transform: rotate(180deg);
    transition: 0.25s;
  }
}

/* HERO */
.eol-news-hero {
  /* background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
    url('wp-content/uploads/2019/03/slide1.jpg') center/cover fixed; */
  text-align: center;
  color: #f5e6c8;
  padding: 30px 0;
}

.eol-news-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  color: #d4af37;
}

/* FEATURED */
.eol-featured-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
  border-radius: 20px;
  padding: 40px;
  margin-top: 80px;
}

.eol-featured-image img {
  width: 100%;
  border-radius: 20px;
}

.eol-badge {
  background: #d4af37;
  color: #000;
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 12px;
}

.eol-read-more {
  display: inline-block;
  margin-top: 20px;
  color: #d4af37;
  text-decoration: none;
}

/* FILTER */
.eol-filter-buttons {
  text-align: center;
  margin: 60px 0;
}

.eol-filter-buttons button {
  margin: 10px;
  padding: 10px 25px;
  border-radius: 40px;
  border: 1px solid #d4af37;
  background: transparent;
  color: #d4af37;
  cursor: pointer;
}

.eol-filter-buttons .active,
.eol-filter-buttons button:hover {
  background: #d4af37;
  color: #000;
}

/* GRID */
.eol-news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.eol-news-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  overflow: hidden;
  transition: .4s ease;
}

.eol-news-card:hover {
  transform: translateY(-8px);
}

.eol-news-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.eol-news-content {
  padding: 25px;
}

.eol-news-category {
  color: #d4af37;
  font-size: 12px;
}

.eol-news-content h3 {
  margin: 10px 0;
  font-family: 'Playfair Display', serif;
}

/* CTA */
.eol-news-cta {
  background: #0b0c3d;
  text-align: center;
  padding: 100px 0;
  color: #fff;
}

.eol-cta-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 35px;
  border-radius: 50px;
  background: #d4af37;
  color: #000;
  text-decoration: none;
}

.eol-filter-buttons {
  text-align: center;
  margin-bottom: 60px;
}

.eol-filter-buttons button {
  padding: 12px 30px;
  margin: 10px;
  border-radius: 50px;
  border: 2px solid #d4af37;
  background: transparent;
  color: #d4af37;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s ease;
  letter-spacing: 1px;
}

.eol-filter-buttons button:hover,
.eol-filter-buttons button.active {
  background: linear-gradient(135deg, #d4af37, #f5e6c8);
  color: #000;
  box-shadow: 0 10px 25px rgba(212, 175, 55, .4);
  transform: translateY(-3px);
}

/* ===================================
   RESPONSIVE DESIGN FIX
=================================== */

/* ===== Tablet (992px and below) ===== */
@media (max-width: 992px) {

  .eol-featured-card {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .eol-news-hero h1 {
    font-size: 38px;
  }

  .eol-news-grid {
    gap: 20px;
  }

  .eol-news-card img {
    height: 200px;
  }

}


/* ===== Mobile (768px and below) ===== */
@media (max-width: 768px) {

  .eol-news-hero {
    padding: 20px 0;
  }

  .eol-news-hero h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .eol-featured-card {
    padding: 20px;
    gap: 20px;
  }

  .eol-news-grid {
    grid-template-columns: 1fr;
  }

  .eol-news-card img {
    height: 180px;
  }

  .eol-news-content {
    padding: 18px;
  }

  .eol-filter-buttons {
    margin: 40px 0;
  }

  .eol-filter-buttons button {
    padding: 8px 18px;
    font-size: 13px;
    margin: 6px;
  }

  .eol-cta-btn {
    padding: 10px 25px;
    font-size: 14px;
  }

}


/* ===== Small Mobile (480px and below) ===== */
@media (max-width: 480px) {

  .eol-news-hero h1 {
    font-size: 22px;
  }

  .eol-news-content h3 {
    font-size: 16px;
  }

  .eol-news-card img {
    height: 160px;
  }

  .eol-filter-buttons button {
    display: inline-block;
    width: auto;
  }

}

.news-main {
  padding: 60px 0;
}

.news-layout {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 50px;
}

.top-story img {
  width: 100%;
  border-radius: 20px;
}

.top-text {
  margin-top: 20px;
}

.top-text .category {
  color: #d4af37;
  font-weight: 600;
}

.top-text h2 {
  margin: 10px 0;
  font-size: 28px;
  font-family: 'Playfair Display', serif;
}

.meta {
  font-size: 13px;
  color: #777;
  margin-top: 8px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.news-card {
  background: rgba(255, 255, 255, .06);
  border-radius: 16px;
  overflow: hidden;
  transition: .4s;
}

.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
}

.news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-text {
  padding: 18px;
}

.card-text .cat {
  color: #d4af37;
  font-size: 12px;
  font-weight: 600;
}

.card-text h3 {
  margin: 8px 0;
  font-size: 18px;
}

.pagination {
  margin-top: 40px;
}

.pagination a {
  margin-right: 10px;
  text-decoration: none;
  color: #d4af37;
  font-weight: 600;
}

.pagination a.active {
  background: #d4af37;
  color: #000;
  padding: 4px 10px;
  border-radius: 6px;
}

.news-sidebar .sidebar-widget {
  margin-bottom: 40px;
}

.news-sidebar h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #d4af37;
}

.news-sidebar ul {
  list-style: none;
  padding: 0;
}

.news-sidebar ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

.highlight-box {
  background: #0b1a2e;
  padding: 20px;
  border-radius: 12px;
  color: #fff;
}

.highlight-box input {
  width: 100%;
  padding: 8px;
  margin: 10px 0;
  border-radius: 6px;
  border: none;
}

.highlight-box button {
  padding: 8px 15px;
  background: #d4af37;
  border: none;
  border-radius: 6px;
  color: #000;
  font-weight: 600;
}

@media(max-width:992px) {
  .news-layout {
    grid-template-columns: 1fr;
  }
}

/* ===============================
   NEWS PREVIEW SECTION
================================ */

.eol-news-preview {
  padding: 100px 0;
  text-align: center;
}

.section-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  color: #d4af37;
}

.section-header p {
  margin-top: 10px;
  color: #ccc;
}

.news-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 35px;
  margin-top: 60px;
}

.preview-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  overflow: hidden;
  transition: .4s ease;
}

.preview-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .4);
}

.preview-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.preview-content {
  padding: 25px;
  text-align: left;
}

.preview-content .category {
  font-size: 12px;
  font-weight: 600;
  color: #d4af37;
  letter-spacing: 1px;
}

.preview-content h3 {
  margin: 12px 0;
  font-size: 20px;
  color: #fff;
}

.preview-content p {
  font-size: 14px;
  color: #ccc;
}

.preview-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 18px;
  border-radius: 30px;
  background: #d4af37;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: .3s ease;
}

.preview-btn:hover {
  background: #f5e6c8;
}

.view-all-wrapper {
  margin-top: 60px;
}

.view-all-btn {
  padding: 12px 35px;
  border-radius: 40px;
  background: linear-gradient(135deg, #d4af37, #f5e6c8);
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: .3s ease;
}

.view-all-btn:hover {
  transform: translateY(-3px);
}