:root {
  --font-rivieranights-bold: "RivieraNights-Bold", sans-serif;
  --font-rivieranights-regular: "RivieraNights-Regular", sans-serif;
  --font-rivieranights-medium: "RivieraNights-Medium", sans-serif;

  --bg-primary: #151515;
  --bg-secondary: #222222;
  --bg-tertiary: #1e1f26;
  --card-border:#7c7c7c;
  --bg-profile-card: #19191d;
  --bg-card: #151515;
  --bg-card-shadow:rgba(30, 35, 48, 0.96);
  --bg-card-shadow-hover: rgba(36, 42, 58, 0.98);



  --text-primary: #FFFFFF;
  --text-secondary: #cccccc;
  --text-muted: #dddddd;
  --bg-spinner: #151515;
  --shadow-color: rgba(0,0,0,0.35);
  --color-black: #000000;
  --color-white: #FFFFFF;

  --dark-overlay: rgba(0, 0, 0, 0.5);

  --sidebar-bg: rgba(50, 50, 50, 0.6);
  --sidebar-border-top: 1px solid rgba(255, 255, 255, 0.2);
  --sidebar-bg-light: rgba(50, 50, 50, 0.12);
  --shadow-video-text: 2px 2px 8px rgba(0, 0, 0, 0.5);
  --soft-shadow:  rgba(0, 0, 0, 0.12);
  
  --facebook-icon: #4867aa;
  --twitter-icon: #1da1f2;
  --linkedin-icon: #0077B5;
  --instagram-icon: linear-gradient(45deg, #833AB4, #E1306C, #FD1D1D, #F77737);

  --table-bg: #171922;
  --table-row-even: #313643;
  --table-row-odd: #2c303a;
  --table-border: #3b414e;
  --table-bottom-border: #2a3040;
  --table-borders: rgba(255, 255, 255, 0.07);
  --table-header-color: #252b38;

  --button-bg: #ffffff;
  --button-text: #111111;
  --button-border: #111111;

  --tabs-active: #343845;
  --tabs-hover: #2a2c35;

  --footer-divider: #444444;
  --footer-bg: #151515;

  --color-dark-gray: #222222;


}

/* ============================================================
   LIGHT MODE OVERRIDES
============================================================ */
[data-theme="light"] {
  --bg-primary: #fafafa;
  --bg-secondary: #dddddd;
  --bg-tertiary: #f2f2f2;
  --card-border:#7c7c7c;
  --bg-profile-card: #19191d;
  --bg-card: #dddddd;

/* Normal Shadow */
--bg-card-shadow:
  0 4px 10px rgba(0, 0, 0, 0.06),
  0 10px 25px rgba(0, 0, 0, 0.08),
  0 1px 2px rgba(255, 255, 255, 0.7) inset;

/* Hover Shadow */
--bg-card-shadow-hover:
  0 8px 18px rgba(0, 0, 0, 0.10),
  0 18px 40px rgba(0, 0, 0, 0.14),
  0 0 18px rgba(255, 255, 255, 0.45),
  0 1px 0 rgba(255,255,255,0.8) inset;


  --text-primary: #111111;
  --text-secondary: #cccccc;
  --text-muted: #dddddd;
  --bg-spinner: #fafafa;
  --shadow-color: rgba(0,0,0,0.35);
  --color-black: #000000;
  --color-white: #FFFFFF;

  --dark-overlay: rgba(0, 0, 0, 0.5);

  --sidebar-bg: rgba(50, 50, 50, 0.6);
  --sidebar-border-top: 1px solid rgba(255, 255, 255, 0.2);
  --sidebar-bg-light: rgba(50, 50, 50, 0.12);
  --shadow-video-text: 2px 2px 8px rgba(0, 0, 0, 0.5);
  --soft-shadow:  rgba(0, 0, 0, 0.12);
  
  --facebook-icon: #4867aa;
  --twitter-icon: #1da1f2;
  --linkedin-icon: #0077B5;
  --instagram-icon: linear-gradient(45deg, #833AB4, #E1306C, #FD1D1D, #F77737);

  --table-row-even: #fafafa;
  --table-row-odd: #f9f9f9;
  --table-border: #e0e0e0;
  --table-bottom-border: #d9d9d9;
  --table-borders: #555555;
  --table-header-color: #333333;

  --button-bg: #111827;        
  --button-text: #FFFFFF;      
  --button-border: #e5e7eb;   

   --tabs-active: #DDDDDD;
  --tabs-hover: #CCCCCC;

  --footer-divider: #444444;
  --footer-bg: #151515;

  --color-dark-gray: #222222;

}




/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; 
}
body {
  margin: 0; 
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; 
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; 
}

audio:not([controls]) {
  display: none;
  height: 0; 
}

[hidden],
template {
  display: none; 
}
a {
  background-color: transparent; 
}

a:active {
  outline: 0; 
}

a:hover {
  outline: 0; 
}

abbr[title] {
  border-bottom: 1px dotted; 
}
b,
strong {
  font-weight: bold; 
}

dfn {
  font-style: italic; 
}

h1 {
  font-size: 2em;
  margin: 0.67em 0; 
}

mark {
  background: #ff0;
  color: var(--color-black); 
}

small {
  font-size: 80%; 
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; 
}

sup {
  top: -0.5em; 
}

sub {
  bottom: -0.25em; 
}

img {
  border: 0; 
}

svg:not(:root) {
  overflow: hidden; 
}

figure {
  margin: 1em 40px; 
}

hr {
  box-sizing: content-box;
  height: 0; 
}

pre {
  overflow: auto; 
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; 
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; 
}

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; 
}

button[disabled],
html input[disabled] {
  cursor: default; 
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; 
}

input {
  line-height: normal; 
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; 
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield; 
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; 
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; 
}

legend {
  border: 0;
  padding: 0; 
}

textarea {
  overflow: auto; 
}

optgroup {
  font-weight: bold; 
}

/* ==================== */ 
/* Specify table design */ 
/* ==================== */ 

table {
  border-collapse: collapse;
  border-spacing: 0; 
  table-layout: fixed;
}

td,
th {
  padding: 0; 
}

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  *::first-line {
    text-shadow: none !important;
    box-shadow: none !important; 
  }
  a,
  a:visited {
    text-decoration: underline; 
  }
  abbr[title]::after {
    content: " (" attr(title) ")"; 
  }
  pre,
  blockquote {
    border: 1px solid var(--cool-gray);
    page-break-inside: avoid; 
  }
  thead {
    display: table-header-group; 
  }
  tr,
  img {
    page-break-inside: avoid; 
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; 
  }

  h2,
  h3 {
    page-break-after: avoid; 
  }
  .navbar {
    display: none; 
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: var(--color-black) !important; 
  }
  .tag {
    border: 1px solid var(--color-black); 
  }
  .table {
    border-collapse: collapse !important; 
  }
  .table td,
  .table th {
    background-color: var(--color-white) !important; 
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid var(--table-borders) !important; 
  } 
}

 
.table tr {
  border-bottom: 1px solid var(--bg-tertiary); 
}


.table th, .table td {
  text-align: right;
  padding: 2rem;
  /* padding: 12px 30px; */
  vertical-align: top; 
  vertical-align: middle;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid var(--table-bottom-border) !important;
}

.table th {
  background-color: var(--bg-tertiary);
  color: var(--text-primary);
  border: solid 1px var(--bg-tertiary);
  border-bottom-color: var(--table-bottom-border); 
}

.table td {
  border: solid 1px var(--table-border); 
  color: var(--text-primary);
}

.table tbody tr:nth-child(odd) {
  background-color: var(--table-row-even); 
}
.table tr:nth-child(even) {
  background-color: var(--table-row-odd); 
}


.table caption {
  caption-side: top;
  font-family: var(--font-rivieranights-bold);
  font-size: 1.25rem;
  color: #4a4c4c;
  padding: 0;
  margin-bottom: 1rem; 
}

.table-responsive-wrap {
  direction:rtl;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 2em; 
}
.table-responsive-wrap table {
  width: 99.9% !important; 
}
.table-responsive-wrap.respond {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; 
}

.table-swipe {
  position: relative;
  width: 100%;
  display: inline-block; 
}
.table-swipe:before {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9Ii01NDUgMzU4LjkgMTAwIDEyNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtNTQ1IDM1OC45IDEwMCAxMjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNLTQ3NC43LDM3MGM4LjcsMS40LDE2LjksNC4xLDI0LjYsNy44YzAuNSwwLjIsMC44LDAuNywwLjgsMS4yYzAsMC4xLDAsMC4xLDAsMC4ybC0xLjMsMTBjLTAuMSwwLjYtMC42LDEuMi0xLjMsMS4yYy0wLjIsMC0wLjQtMC4xLTAuNi0wLjJjLTYuNS0zLjUtMTMuNy02LjEtMjEuMi03LjZMLTQ3NC43LDM3MHoiLz48cGF0aCBkPSJNLTQ2MS4zLDQwNy45Yy0xLjQsMC0yLjcsMC42LTMuNiwxLjZMLTQ3NCw0MjBjLTAuOSwxLTIuMiwxLjctMy43LDEuN2MtMi43LDAtNC45LTIuMi00LjktNC45bC0yLjEtNTNjMC0yLjctMi4yLTQuOS00LjktNC45Yy0yLjYsMC00LjcsMS45LTQuOSw0LjRsLTIuOSwzOC4zbC0yMS42LDkuNmMtMy41LDEuNS01LjksNS01LjksOWMwLDAuNCwwLDAuOSwwLjEsMS4zbDMuOSwyOWMwLjYsNC44LDQuNyw4LjUsOS43LDguNWgyMy43YzMuNywwLDYuOS0yLjEsOC42LTUuMWwyMS45LTM4LjVjMC40LTAuNywwLjYtMS42LDAuNi0yLjRDLTQ1Ni40LDQxMC4xLTQ1OC42LDQwNy45LTQ2MS4zLDQwNy45eiIvPjxwYXRoIGQ9Ik0tNTQxLjIsMzg2LjRMLTU0MS4yLDM4Ni40bDE3LjktMTguM3YwYzAuMi0wLjIsMC42LTAuNCwwLjktMC40YzAuNiwwLDEuMSwwLjQsMS4yLDAuOWwxLjgsNS4zYzQuNS0xLjcsOS4yLTIuOSwxMy45LTMuOGwtMC41LDEyLjVjLTMuMiwwLjctNi40LDEuNi05LjUsMi43bDEuNyw1YzAsMC4xLDAuMSwwLjMsMC4xLDAuNGMwLDAuNy0wLjYsMS4zLTEuMywxLjNjLTAuMSwwLTAuMSwwLTAuMiwwbC0yNS4zLTMuNWMtMC42LDAtMS4yLTAuNi0xLjItMS4yQy01NDEuNiwzODctNTQxLjUsMzg2LjYtNTQxLjIsMzg2LjR6Ii8+PC9zdmc+");
  display: inline-block;
  width: 20px;
  vertical-align: text-top;
  margin-right: 10px;
  line-height: 1; 
}
.table-swipe.hide {
  display: none; 
}

html {
  box-sizing: border-box; 
}

*,
*::before,
*::after {
  box-sizing: inherit; 
}

@-ms-viewport {
  width: device-width; 
}


html {
	font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; 
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
 overflow-x: hidden !important;
}

body {
  font-family: "Riviera Nights", "Gill Alt One MT", Noto Sans JP, Helvetica, Arial, -apple-system, sans-serif !important;
  font-size: 1rem;
  line-height: 1.5;  
  background-color: var(--bg-primary) !important;
  color: var(--text-primary) !important;
  overflow-x: hidden;
}
[tabindex="-1"]:focus {
  outline: none !important; 
}
.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
/* ==================== */ 
/* Specify Margins */ 
/* ==================== */ 

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; 
}

p {
  margin-top: 0;
  margin-bottom: 1rem; 
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; 
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; 
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; 
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; 
}

dt {
  font-weight: bold; 
}

dd {
  margin-bottom: .5rem;
  margin-left: 0; 
}

blockquote {
  margin: 0 0 1rem; 
}

/* ==================== */ 
/* Specify href links markup */ 
/* ==================== */ 

a {
  color: var(--color-white);
  text-decoration: none; 
}
a:focus, a:hover {
  color: var(--text-muted);
  text-decoration: underline; 
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; 
}

a:not([href]) {
  color: inherit;
  text-decoration: none; 
}
a:not([href]):focus, a:not([href]):hover {
  color: inherit;
  text-decoration: none; 
}
a:not([href]):focus {
  outline: none; 
}


pre {
  margin-top: 0;
  margin-bottom: 1rem; 
}

figure {
  margin: 0 0 1rem; 
}

img {
  vertical-align: middle; 
}


img {
  font-style: italic;
  max-width: 100%;
}

[role="button"] {
  cursor: pointer; 
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; 
}

table {
  background-color: transparent; 
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; 
}

th {
  text-align: left; 
}

label {
  display: inline-block;
  margin-bottom: .5rem; 
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; 
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; 
}

textarea {
  resize: vertical; 
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; 
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; 
}

input[type="search"] {
  -webkit-appearance: none; 
}

output {
  display: inline-block; 
}

[hidden] {
  display: none !important; 
}

/* ==================== */ 
/* Specify Headings markup */ 
/* ==================== */ 

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; 
}

h1, .h1 {
  font-size: 2.5rem; 
}

h2, .h2 {
  font-size: 2rem; 
}

h3, .h3 {
  font-size: 1.75rem; 
}

h4, .h4 {
  font-size: 1.5rem; 
}

h5, .h5 {
  font-size: 1.25rem; 
}

h6, .h6 {
  font-size: 1rem; 
}

.lead {
  font-size: 1.25rem;
  font-weight: 300; 
}

.display-1 {
  font-size: 6rem;
  font-weight: 300; 
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300; 
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300; 
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300; 
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); 
}

small,
.small {
  font-size: 80%;
  font-weight: normal; 
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; 
}


/* ==================== */ 
/* Bootstrap Markups */ 
/* ==================== */ 

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.555rem;
  padding-right: 0.555rem; 
}
.container::after {
  content: "";
  display: table;
  clear: both; 
}
@media (min-width: 34em) {
  .container {
    max-width: 34rem; 
  } 
}
@media (min-width: 48em) {
  .container {
    max-width: 44rem; 
  } 
}
@media (min-width: 62em) {
  .container {
    max-width: 52rem; 
  } 
}
@media (min-width: 75em) {
  .container {
    max-width: 64rem; 
  } 
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.555rem;
  padding-right: 0.555rem; 
}
.container-fluid::after {
  content: "";
  display: table;
  clear: both; 
}


.row {
  margin-left: -0.555rem;
  margin-right: -0.555rem; 
}
.row::after {
  content: "";
  display: table;
  clear: both; 
}

.col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-right: 0.555rem;
  padding-left: 0.555rem;
  float: left;
  width: 8.33333%; 
}

.col-xs-2 {
  position: relative;
  min-height: 1px;
  padding-right: 0.555rem;
  padding-left: 0.555rem;
  float: left;
  width: 16.66667%; 
}

.col-xs-3 {
  position: relative;
  min-height: 1px;
  padding-right: 0.555rem;
  padding-left: 0.555rem;
  float: left;
  width: 25%; 
}

.col-xs-4 {
  position: relative;
  min-height: 1px;
  padding-right: 0.555rem;
  padding-left: 0.555rem;
  float: left;
  width: 33.33333%; 
}

.col-xs-5 {
  position: relative;
  min-height: 1px;
  padding-right: 0.555rem;
  padding-left: 0.555rem;
  float: left;
  width: 41.66667%; 
}

.col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-right: 0.555rem;
  padding-left: 0.555rem;
  float: left;
  width: 50%; 
}

.col-xs-7 {
  position: relative;
  min-height: 1px;
  padding-right: 0.555rem;
  padding-left: 0.555rem;
  float: left;
  width: 58.33333%; 
}

.col-xs-8 {
  position: relative;
  min-height: 1px;
  padding-right: 0.555rem;
  padding-left: 0.555rem;
  float: left;
  width: 66.66667%; 
}

.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 0.555rem;
  padding-left: 0.555rem;
  float: left;
  width: 75%; 
}

.col-xs-10 {
  position: relative;
  min-height: 1px;
  padding-right: 0.555rem;
  padding-left: 0.555rem;
  float: left;
  width: 83.33333%; 
}

.col-xs-11 {
  position: relative;
  min-height: 1px;
  padding-right: 0.555rem;
  padding-left: 0.555rem;
  float: left;
  width: 91.66667%; 
}

.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 0.555rem;
  padding-left: 0.555rem;
  float: left;
  width: 100%; 
}

.pull-xs-0 {
  right: auto; 
}

.pull-xs-1 {
  right: 8.33333%; 
}

.pull-xs-2 {
  right: 16.66667%; 
}

.pull-xs-3 {
  right: 25%; 
}

.pull-xs-4 {
  right: 33.33333%; 
}

.pull-xs-5 {
  right: 41.66667%; 
}

.pull-xs-6 {
  right: 50%; 
}

.pull-xs-7 {
  right: 58.33333%; 
}

.pull-xs-8 {
  right: 66.66667%; 
}

.pull-xs-9 {
  right: 75%; 
}

.pull-xs-10 {
  right: 83.33333%; 
}

.pull-xs-11 {
  right: 91.66667%; 
}

.pull-xs-12 {
  right: 100%; 
}

.push-xs-0 {
  left: auto; 
}

.push-xs-1 {
  left: 8.33333%; 
}

.push-xs-2 {
  left: 16.66667%; 
}

.push-xs-3 {
  left: 25%; 
}

.push-xs-4 {
  left: 33.33333%; 
}

.push-xs-5 {
  left: 41.66667%; 
}

.push-xs-6 {
  left: 50%; 
}

.push-xs-7 {
  left: 58.33333%; 
}

.push-xs-8 {
  left: 66.66667%; 
}

.push-xs-9 {
  left: 75%; 
}

.push-xs-10 {
  left: 83.33333%; 
}

.push-xs-11 {
  left: 91.66667%; 
}

.push-xs-12 {
  left: 100%; 
}

.offset-xs-1 {
  margin-left: 8.33333%; 
}

.offset-xs-2 {
  margin-left: 16.66667%; 
}

.offset-xs-3 {
  margin-left: 25%; 
}

.offset-xs-4 {
  margin-left: 33.33333%; 
}

.offset-xs-5 {
  margin-left: 41.66667%; 
}

.offset-xs-6 {
  margin-left: 50%; 
}

.offset-xs-7 {
  margin-left: 58.33333%; 
}

.offset-xs-8 {
  margin-left: 66.66667%; 
}

.offset-xs-9 {
  margin-left: 75%; 
}

.offset-xs-10 {
  margin-left: 83.33333%; 
}

.offset-xs-11 {
  margin-left: 91.66667%; 
}

@media (min-width: 34em) {
  .col-sm-1 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 8.33333%; 
  }
  .col-sm-2 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 16.66667%; 
  }
  .col-sm-3 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 25%; 
  }
  .col-sm-4 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 33.33333%; 
  }
  .col-sm-5 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 41.66667%; 
  }
  .col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 50%; 
  }
  .col-sm-7 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 58.33333%; 
  }
  .col-sm-8 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 66.66667%; 
  }
  .col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 75%; 
  }
  .col-sm-10 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 83.33333%; 
  }
  .col-sm-11 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 91.66667%; 
  }
  .col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 100%; 
  }
  .pull-sm-0 {
    right: auto; 
  }
  .pull-sm-1 {
    right: 8.33333%; 
  }
  .pull-sm-2 {
    right: 16.66667%; 
  }
  .pull-sm-3 {
    right: 25%; 
  }
  .pull-sm-4 {
    right: 33.33333%; 
  }
  .pull-sm-5 {
    right: 41.66667%; 
  }
  .pull-sm-6 {
    right: 50%; 
  }
  .pull-sm-7 {
    right: 58.33333%; 
  }
  .pull-sm-8 {
    right: 66.66667%; 
  }
  .pull-sm-9 {
    right: 75%; 
  }
  .pull-sm-10 {
    right: 83.33333%; 
  }
  .pull-sm-11 {
    right: 91.66667%; 
  }
  .pull-sm-12 {
    right: 100%; 
  }
  .push-sm-0 {
    left: auto; 
  }
  .push-sm-1 {
    left: 8.33333%; 
  }
  .push-sm-2 {
    left: 16.66667%; 
  }
  .push-sm-3 {
    left: 25%; 
  }
  .push-sm-4 {
    left: 33.33333%; 
  }
  .push-sm-5 {
    left: 41.66667%; 
  }
  .push-sm-6 {
    left: 50%; 
  }
  .push-sm-7 {
    left: 58.33333%; 
  }
  .push-sm-8 {
    left: 66.66667%; 
  }
  .push-sm-9 {
    left: 75%; 
  }
  .push-sm-10 {
    left: 83.33333%; 
  }
  .push-sm-11 {
    left: 91.66667%; 
  }
  .push-sm-12 {
    left: 100%; 
  }
  .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: 62em) {
  .col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 8.33333%; 
  }
  .col-lg-2 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 16.66667%; 
  }
  .col-lg-3 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 25%; 
  }
  .col-lg-4 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 33.33333%; 
  }
  .col-lg-5 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 41.66667%; 
  }
  .col-lg-6 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 50%; 
  }
  .col-lg-7 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 58.33333%; 
  }
  .col-lg-8 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 66.66667%; 
  }
  .col-lg-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 75%; 
  }
  .col-lg-10 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 83.33333%; 
  }
  .col-lg-11 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 91.66667%; 
  }
  .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 100%; 
  }
  .pull-lg-0 {
    right: auto; 
  }
  .pull-lg-1 {
    right: 8.33333%; 
  }
  .pull-lg-2 {
    right: 16.66667%; 
  }
  .pull-lg-3 {
    right: 25%; 
  }
  .pull-lg-4 {
    right: 33.33333%; 
  }
  .pull-lg-5 {
    right: 41.66667%; 
  }
  .pull-lg-6 {
    right: 50%; 
  }
  .pull-lg-7 {
    right: 58.33333%; 
  }
  .pull-lg-8 {
    right: 66.66667%; 
  }
  .pull-lg-9 {
    right: 75%; 
  }
  .pull-lg-10 {
    right: 83.33333%; 
  }
  .pull-lg-11 {
    right: 91.66667%; 
  }
  .pull-lg-12 {
    right: 100%; 
  }
  .push-lg-0 {
    left: auto; 
  }
  .push-lg-1 {
    left: 8.33333%; 
  }
  .push-lg-2 {
    left: 16.66667%; 
  }
  .push-lg-3 {
    left: 25%; 
  }
  .push-lg-4 {
    left: 33.33333%; 
  }
  .push-lg-5 {
    left: 41.66667%; 
  }
  .push-lg-6 {
    left: 50%; 
  }
  .push-lg-7 {
    left: 58.33333%; 
  }
  .push-lg-8 {
    left: 66.66667%; 
  }
  .push-lg-9 {
    left: 75%; 
  }
  .push-lg-10 {
    left: 83.33333%; 
  }
  .push-lg-11 {
    left: 91.66667%; 
  }
  .push-lg-12 {
    left: 100%; 
  }
  .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: 75em) {
  .col-xl-1 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 8.33333%; 
  }
  .col-xl-2 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 16.66667%; 
  }
  .col-xl-3 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 25%; 
  }
  .col-xl-4 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 33.33333%; 
  }
  .col-xl-5 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 41.66667%; 
  }
  .col-xl-6 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 50%; 
  }
  .col-xl-7 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 58.33333%; 
  }
  .col-xl-8 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 66.66667%; 
  }
  .col-xl-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 75%; 
  }
  .col-xl-10 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 83.33333%; 
  }
  .col-xl-11 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 91.66667%; 
  }
  .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0.555rem;
    padding-left: 0.555rem;
    float: left;
    width: 100%; 
  }
  .pull-xl-0 {
    right: auto; 
  }
  .pull-xl-1 {
    right: 8.33333%; 
  }
  .pull-xl-2 {
    right: 16.66667%; 
  }
  .pull-xl-3 {
    right: 25%; 
  }
  .pull-xl-4 {
    right: 33.33333%; 
  }
  .pull-xl-5 {
    right: 41.66667%; 
  }
  .pull-xl-6 {
    right: 50%; 
  }
  .pull-xl-7 {
    right: 58.33333%; 
  }
  .pull-xl-8 {
    right: 66.66667%; 
  }
  .pull-xl-9 {
    right: 75%; 
  }
  .pull-xl-10 {
    right: 83.33333%; 
  }
  .pull-xl-11 {
    right: 91.66667%; 
  }
  .pull-xl-12 {
    right: 100%; 
  }
  .push-xl-0 {
    left: auto; 
  }
  .push-xl-1 {
    left: 8.33333%; 
  }
  .push-xl-2 {
    left: 16.66667%; 
  }
  .push-xl-3 {
    left: 25%; 
  }
  .push-xl-4 {
    left: 33.33333%; 
  }
  .push-xl-5 {
    left: 41.66667%; 
  }
  .push-xl-6 {
    left: 50%; 
  }
  .push-xl-7 {
    left: 58.33333%; 
  }
  .push-xl-8 {
    left: 66.66667%; 
  }
  .push-xl-9 {
    left: 75%; 
  }
  .push-xl-10 {
    left: 83.33333%; 
  }
  .push-xl-11 {
    left: 91.66667%; 
  }
  .push-xl-12 {
    left: 100%; 
  }
  .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%; 
  } 
}

/* =========== */
/* BLOCKGRID */
/* =========== */

[class*="block-grid-"] {
  display: block;
  margin-left: -1rem;
  padding: 0; 
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both; 
}

[class*="block-grid-"] > * {
  padding-left: 1rem;
  display: inline;
  height: auto;
  float: left;
  list-style: none; 
}

.block-grid-xs-1 > * {
  width: 100%; 
}

.block-grid-xs-1 > *:nth-of-type(n) {
  clear: none; 
}

.block-grid-xs-1 > *:nth-of-type(1n+1) {
  clear: both; 
}

.block-grid-xs-2 > * {
  width: 50%; 
}

.block-grid-xs-2 > *:nth-of-type(n) {
  clear: none; 
}

.block-grid-xs-2 > *:nth-of-type(2n+1) {
  clear: both; 
}

.block-grid-xs-3 > * {
  width: 33.333333333333336%; 
}

.block-grid-xs-3 > *:nth-of-type(n) {
  clear: none; 
}

.block-grid-xs-3 > *:nth-of-type(3n+1) {
  clear: both; 
}

.block-grid-xs-4 > * {
  width: 25%; 
}

.block-grid-xs-4 > *:nth-of-type(n) {
  clear: none; 
}

.block-grid-xs-4 > *:nth-of-type(4n+1) {
  clear: both; 
}

.block-grid-xs-5 > * {
  width: 20%; 
}

.block-grid-xs-5 > *:nth-of-type(n) {
  clear: none; 
}

.block-grid-xs-5 > *:nth-of-type(5n+1) {
  clear: both; 
}

.block-grid-xs-6 > * {
  width: 16.666666666666668%; 
}

.block-grid-xs-6 > *:nth-of-type(n) {
  clear: none; 
}

.block-grid-xs-6 > *:nth-of-type(6n+1) {
  clear: both; 
}

.block-grid-xs-7 > * {
  width: 14.285714285714286%; 
}

.block-grid-xs-7 > *:nth-of-type(n) {
  clear: none; 
}

.block-grid-xs-7 > *:nth-of-type(7n+1) {
  clear: both; 
}

.block-grid-xs-8 > * {
  width: 12.5%; 
}

.block-grid-xs-8 > *:nth-of-type(n) {
  clear: none; 
}

.block-grid-xs-8 > *:nth-of-type(8n+1) {
  clear: both; 
}

.block-grid-xs-9 > * {
  width: 11.11111111111111%; 
}

.block-grid-xs-9 > *:nth-of-type(n) {
  clear: none; 
}

.block-grid-xs-9 > *:nth-of-type(9n+1) {
  clear: both; 
}

.block-grid-xs-10 > * {
  width: 10%; 
}

.block-grid-xs-10 > *:nth-of-type(n) {
  clear: none; 
}

.block-grid-xs-10 > *:nth-of-type(10n+1) {
  clear: both; 
}

.block-grid-xs-11 > * {
  width: 9.090909090909092%; 
}

.block-grid-xs-11 > *:nth-of-type(n) {
  clear: none; 
}

.block-grid-xs-11 > *:nth-of-type(11n+1) {
  clear: both; 
}

.block-grid-xs-12 > * {
  width: 8.333333333333334%; 
}

.block-grid-xs-12 > *:nth-of-type(n) {
  clear: none; 
}

.block-grid-xs-12 > *:nth-of-type(12n+1) {
  clear: both; 
}

@media (min-width: 34em) {
  .block-grid-sm-1 > * {
    width: 100%; 
  }
  .block-grid-sm-1 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-sm-1 > *:nth-of-type(1n+1) {
    clear: both; 
  }
  .block-grid-sm-2 > * {
    width: 50%; 
  }
  .block-grid-sm-2 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-sm-2 > *:nth-of-type(2n+1) {
    clear: both; 
  }
  .block-grid-sm-3 > * {
    width: 33.333333333333336%; 
  }
  .block-grid-sm-3 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-sm-3 > *:nth-of-type(3n+1) {
    clear: both; 
  }
  .block-grid-sm-4 > * {
    width: 25%; 
  }
  .block-grid-sm-4 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-sm-4 > *:nth-of-type(4n+1) {
    clear: both; 
  }
  .block-grid-sm-5 > * {
    width: 20%; 
  }
  .block-grid-sm-5 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-sm-5 > *:nth-of-type(5n+1) {
    clear: both; 
  }
  .block-grid-sm-6 > * {
    width: 16.666666666666668%; 
  }
  .block-grid-sm-6 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-sm-6 > *:nth-of-type(6n+1) {
    clear: both; 
  }
  .block-grid-sm-7 > * {
    width: 14.285714285714286%; }
  .block-grid-sm-7 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-sm-7 > *:nth-of-type(7n+1) {
    clear: both; 
  }
  .block-grid-sm-8 > * {
    width: 12.5%; 
  }
  .block-grid-sm-8 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-sm-8 > *:nth-of-type(8n+1) {
    clear: both; 
  }
  .block-grid-sm-9 > * {
    width: 11.11111111111111%; 
  }
  .block-grid-sm-9 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-sm-9 > *:nth-of-type(9n+1) {
    clear: both; 
  }
  .block-grid-sm-10 > * {
    width: 10%; 
  }
  .block-grid-sm-10 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-sm-10 > *:nth-of-type(10n+1) {
    clear: both; 
  }
  .block-grid-sm-11 > * {
    width: 9.090909090909092%; 
  }
  .block-grid-sm-11 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-sm-11 > *:nth-of-type(11n+1) {
    clear: both; 
  }
  .block-grid-sm-12 > * {
    width: 8.333333333333334%; 
  }
  .block-grid-sm-12 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-sm-12 > *:nth-of-type(12n+1) {
    clear: both; 
  } 
}

@media (min-width: 48em) {
  .block-grid-md-1 > * {
    width: 100%; 
  }
  .block-grid-md-1 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-md-1 > *:nth-of-type(1n+1) {
    clear: both; 
  }
  .block-grid-md-2 > * {
    width: 50%; 
  }
  .block-grid-md-2 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-md-2 > *:nth-of-type(2n+1) {
    clear: both; 
  }
  .block-grid-md-3 > * {
    width: 33.333333333333336%; 
  }
  .block-grid-md-3 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-md-3 > *:nth-of-type(3n+1) {
    clear: both; 
  }
  .block-grid-md-4 > * {
    width: 25%; 
  }
  .block-grid-md-4 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-md-4 > *:nth-of-type(4n+1) {
    clear: both; 
  }
  .block-grid-md-5 > * {
    width: 20%; 
  }
  .block-grid-md-5 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-md-5 > *:nth-of-type(5n+1) {
    clear: both; 
  }
  .block-grid-md-6 > * {
    width: 16.666666666666668%; 
  }
  .block-grid-md-6 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-md-6 > *:nth-of-type(6n+1) {
    clear: both; 
  }
  .block-grid-md-7 > * {
    width: 14.285714285714286%; 
  }
  .block-grid-md-7 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-md-7 > *:nth-of-type(7n+1) {
    clear: both; 
  }
  .block-grid-md-8 > * {
    width: 12.5%; 
  }
  .block-grid-md-8 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-md-8 > *:nth-of-type(8n+1) {
    clear: both; 
  }
  .block-grid-md-9 > * {
    width: 11.11111111111111%; 
  }
  .block-grid-md-9 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-md-9 > *:nth-of-type(9n+1) {
    clear: both; 
  }
  .block-grid-md-10 > * {
    width: 10%; 
  }
  .block-grid-md-10 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-md-10 > *:nth-of-type(10n+1) {
    clear: both; 
  }
  .block-grid-md-11 > * {
    width: 9.090909090909092%; 
  }
  .block-grid-md-11 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-md-11 > *:nth-of-type(11n+1) {
    clear: both; 
  }
  .block-grid-md-12 > * {
    width: 8.333333333333334%; 
  }
  .block-grid-md-12 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-md-12 > *:nth-of-type(12n+1) {
    clear: both; 
  } 
}

@media (min-width: 62em) {
  .block-grid-lg-1 > * {
    width: 100%; 
  }
  .block-grid-lg-1 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-lg-1 > *:nth-of-type(1n+1) {
    clear: both; 
  }
  .block-grid-lg-2 > * {
    width: 50%; 
  }
  .block-grid-lg-2 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-lg-2 > *:nth-of-type(2n+1) {
    clear: both; 
  }
  .block-grid-lg-3 > * {
    width: 33.333333333333336%; 
  }
  .block-grid-lg-3 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-lg-3 > *:nth-of-type(3n+1) {
    clear: both; 
  }
  .block-grid-lg-4 > * {
    width: 25%; 
  }
  .block-grid-lg-4 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-lg-4 > *:nth-of-type(4n+1) {
    clear: both; 
  }
  .block-grid-lg-5 > * {
    width: 20%; 
  }
  .block-grid-lg-5 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-lg-5 > *:nth-of-type(5n+1) {
    clear: both; 
  }
  .block-grid-lg-6 > * {
    width: 16.666666666666668%; 
  }
  .block-grid-lg-6 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-lg-6 > *:nth-of-type(6n+1) {
    clear: both; 
  }
  .block-grid-lg-7 > * {
    width: 14.285714285714286%; 
  }
  .block-grid-lg-7 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-lg-7 > *:nth-of-type(7n+1) {
    clear: both; 
  }
  .block-grid-lg-8 > * {
    width: 12.5%; 
  }
  .block-grid-lg-8 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-lg-8 > *:nth-of-type(8n+1) {
    clear: both; 
  }
  .block-grid-lg-9 > * {
    width: 11.11111111111111%; 
  }
  .block-grid-lg-9 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-lg-9 > *:nth-of-type(9n+1) {
    clear: both; 
  }
  .block-grid-lg-10 > * {
    width: 10%; 
  }
  .block-grid-lg-10 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-lg-10 > *:nth-of-type(10n+1) {
    clear: both; 
  }
  .block-grid-lg-11 > * {
    width: 9.090909090909092%; 
  }
  .block-grid-lg-11 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-lg-11 > *:nth-of-type(11n+1) {
    clear: both; 
  }
  .block-grid-lg-12 > * {
    width: 8.333333333333334%; 
  }
  .block-grid-lg-12 > *:nth-of-type(n) {
    clear: none; 
  }
  .block-grid-lg-12 > *:nth-of-type(12n+1) {
    clear: both; 
  } 
}

/* ============================= */
/* background and text colors */
/* ============================= */

.dark-black-bg {
  background-color: var(--bg-primary) !important;
}


.bg-white {
  background-color: var(--color-white) !important;
}

.black-text {
  color: var(--color-black) !important;
}

.white-text {
  color: var(--color-white);
}

.bg-inverse {
  color: #eceeef;
  background-color: #373a3c; 
}
.bg-faded {
  background-color: #f7f7f9; }



.clearfix::after {
  content: "";
  display: table;
  clear: both; 
}



@font-face {
    font-family: 'RivieraNights-Bold';
    src: url('/assets/fonts/rtlfonts/Bahij-Nassim-Bold.eot') format('woff');
    src: url("/assets/fonts/rtlfonts/Bahij-Nassim-Bold.woff2") format("woff2"), url("/assets/fonts/rtlfonts/Bahij-Nassim-Bold.woff") format("woff");
}
@font-face {
    font-family: 'RivieraNights-Regular';
    src: url('/assets/fonts/rtlfonts/Bahij-Nassim-Bold.eot') format('woff');
    src: url("/assets/fonts/rtlfonts/Bahij-Nassim-Bold.woff2") format("woff2"), url("/assets/fonts/rtlfonts/Bahij-Nassim-Bold.woff") format("woff");
}

@font-face {
    font-family: 'RivieraNights-Light';
    src: url('/assets/fonts/rtlfonts/RivieraNights-Light.woff') format('woff');  
}
@font-face {
    font-family: 'RivieraNights-Medium';
    src: url('/assets./fonts/rtlfonts/RivieraNights-Medium.woff') format('woff');
}
@font-face {
    font-family: 'RivieraNights-Ultralight';
    src: url('/assets/fonts/rtlfonts/RivieraNights-Ultralight.woff') format('woff');
}


html, body {
  font-family: var(--font-rivieranights-regular);
  color: var(--color-white); 
}

/* =========================================================
   MODERN FLOATING THEME TOGGLE (PROFESSIONAL VERSION)
   ========================================================= */

.mode-toggle {
  position: fixed;
  left: 24px;
  bottom: 24px;

  width: 58px;
  height: 58px;

  border: none;
  outline: none;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  z-index: 9999;

  /* Base glass style */
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, 0.10);

  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.18),
    inset 0 1px 1px rgba(255, 255, 255, 0.06);

  transition: all 0.3s ease;

  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

/* Hover */
.mode-toggle:hover {
  transform: scale(1.06);
  box-shadow:
    0 14px 35px rgba(0, 0, 0, 0.22);
}

/* Active click */
.mode-toggle:active {
  transform: scale(0.95);
}

/* =========================================================
   ICON WRAPPER
   ========================================================= */

.mode-toggle__icon-wrapper {
  position: relative;
  width: 24px;
  height: 24px;
}

/* Icons stacked */
.mode-toggle__icon {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  stroke: currentColor;

  transition: all 0.35s ease;
}

/* =========================================================
   DARK MODE (PROFESSIONAL COOL BLUE)
   ========================================================= */

[data-theme="dark"] .mode-toggle {
  color: #e6eaf2;

  background: rgba(18, 22, 30, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);

  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.35),
    inset 0 1px 1px rgba(255, 255, 255, 0.05);
}

/* soft blue glow */
[data-theme="dark"] .mode-toggle::before {
  content: "";
  position: absolute;

  width: 85px;
  height: 85px;

  border-radius: 50%;

  background: rgba(72, 140, 255, 0.18);

  filter: blur(28px);

  z-index: -1;
}

/* show moon in dark */
[data-theme="dark"] .mode-toggle__icon--sun {
  opacity: 0;
  transform: rotate(90deg) scale(0.5);
}

[data-theme="dark"] .mode-toggle__icon--moon {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

/* =========================================================
   LIGHT MODE (CLEAN + SOFT AMBER ACCENT)
   ========================================================= */

[data-theme="light"] .mode-toggle {
  color: #1b1f2a;

  background: rgba(255, 255, 255, 0.92);

  border: 1px solid rgba(15, 23, 42, 0.08);

  box-shadow:
    0 10px 25px rgba(15, 23, 42, 0.08),
    inset 0 1px 1px rgba(255, 255, 255, 0.7);
}

/* soft amber glow */
[data-theme="light"] .mode-toggle::before {
  content: "";
  position: absolute;

  width: 85px;
  height: 85px;

  border-radius: 50%;

  background: rgba(255, 196, 0, 0.14);

  filter: blur(28px);

  z-index: -1;
}

/* show sun in light */
[data-theme="light"] .mode-toggle__icon--sun {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

[data-theme="light"] .mode-toggle__icon--moon {
  opacity: 0;
  transform: rotate(-90deg) scale(0.5);
}

/* =========================================================
   ICON BASE COLOR
   ========================================================= */

.mode-toggle__icon {
  color: currentColor;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 768px) {
  .mode-toggle {
    right: 16px;
    bottom: 16px;

    width: 52px;
    height: 52px;
  }

  .mode-toggle__icon-wrapper {
    width: 20px;
    height: 20px;
  }
}

/* ======================= */
/* Heading fonts family */
/* ======================= */

h1 {
  font-weight: normal;
  line-height: 1em;
  font-size: 2.0736rem;
  font-family: var(--font-rivieranights-bold); 
}
@media (min-width: 75em) {
  h1 {
    font-size: 2.44141rem; 
  } 
}
h1 a, h1 a:hover {
  color: inherit; 
}

h2 {
  font-size: 1.728rem;
  font-family: var(--font-rivieranights-bold); 
}
@media (min-width: 75em) {
  h2 {
    font-size: 1.95313rem; 
  } 
}

h3 {
  font-size: 1.44rem;
  font-family: var(--font-rivieranights-bold); 
}
@media (min-width: 75em) {
  h3 {
    font-size: 1.5625rem; 
  } 
}

h4 {
  font-size: 1.2rem;
  font-family: var(--font-rivieranights-bold); 
}
@media (min-width: 75em) {
  h4 {
    font-size: 1.25rem; 
  } 
}

blockquote {
  font-family: 'NationalBook', sans-serif; 
}
@media (max-width: 33.99em) {
  blockquote {
    font-size: 1.2rem; 
  } 
}
@media (min-width: 34em) {
  blockquote {
    font-size: 1.25rem; 
  } 
}

p, span, div {
  font-size: 1.2rem;
  font-family: inherit; 
}

@media (max-width: 33.99em) {
  .sub {
    font-size: 0.83333rem; 
  } 
}

@media (min-width: 34em) {
  .sub {
    font-size: 0.8rem; 
  } 
}

b, strong {
  font-family: 'RivieraNights-Bold';
  font-weight: normal; 
}

input[type="search"] {
  font-variant-numeric: lining-nums tabular-nums slashed-zero; 
}


.pagetitle h1 {
  font-size: 2.48832rem;
  color: #747778;
  margin-bottom: 1.72rem; 
}

@media (min-width: 75em) {
  .pagetitle h1 {
    font-size: 3.05176rem; 
  } 
}

.sectionheading h2 {
  font-size: 1.44rem;
  color: var(--ocean-blue);
  position: relative;
  padding-bottom: 1.2rem;
  margin-bottom: 1.38rem; 
}
.sectionheading h2:after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #747778;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0; 
}
@media (min-width: 75em) {
  .sectionheading h2 {
    font-size: 1.5625rem; 
  } 
}

.intro-text {
  position: relative;
  text-align: center;
  margin-bottom: 2.77rem;
  padding-bottom: 2.77rem;
  float: none; 
}
.intro-text h1 {
  font-size: 2.48832rem;
  color: var(--ocean-blue);
  margin-bottom: 0;
  text-align: center; 
}
@media (min-width: 75em) {
  .intro-text h1 {
    font-size: 3.05176rem; 
  } 
}
.intro-text p {
  font-size: 1.44rem;
  font-family: 'RivieraNights-Regular';
  font-weight: normal;
  line-height: 1.2;
  margin-top: 1.72rem; 
}
  .intro-text p:last-child {
    margin-bottom: 0; 
  }
  @media (min-width: 75em) {
    .intro-text p {
      font-size: 1.5625rem; 
    } 
  }
.intro-text:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 180px;
  margin-left: -90px;
  height: 5px;
  background-color: var(--ocean-blue); 
}

.intro {
  font-size: 1.44rem;
  line-height: 1.25;
  color: #747778;
  margin-top: -0.6rem; 
}
@media (min-width: 48em) {
  .intro {
    font-size: 1.5625rem; 
  } 
}

.text {
  color: var(--text-primary);
  font-size: 1.6rem;
  line-height: 2;
  text-align: right;
  margin-bottom: 3rem; 
}
.text:last-of-type {
  margin-bottom: 0; 
}
.text .address {
  line-height: 1.2;
  display: block; 
}
.text h3 {
  font-size: 1.25rem; 
}
.text h4 {
  font-size: 1rem; 
}
.text h5 {
  font-size: 1rem;
  font-family: var(--font-rivieranights-bold); 
}
.text ol {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0; 
}
.text ol > li {
  position: relative;
  padding-left: 1.8em;
  list-style: none; 
}
.text ol ol > li {
  padding-left: 1.5em; 
}
.text ol ol ol > li {
  padding-left: 2em; 
}
.text ol > li:before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  color: var(--ocean-blue);
  left: 0;
  width: 1.5em;
  font-weight: bold; 
}
.text ol ol > li:before {
  content: counter(li, lower-alpha) ".";
  counter-increment: li;
  position: absolute;
  color: var(--ocean-blue);
  left: 0;
  width: 1.5em;
  font-weight: bold; 
}
.text ol ol ol > li:before {
  content: counter(li, lower-roman) ".";
  counter-increment: li;
  color: var(--ocean-blue);
  left: 0;
  width: 2em;
  font-weight: bold;
  display: inline-block; 
}
.text ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; 
}
.text ul > li {
  position: relative;
  padding-right: 1.2em;
  list-style: none; 
}
.text ul > li:before, .text ul ul ul ul > li:before {
  position: absolute;
  right: 0.1rem;
  width: 6px;
  top: 1.1rem;
  content: "";
  background-color: var(--color-black);
  display: inline;
  background-color: none;
  height: 6px; 
}
.text ul ul > li:before, .text ul ul ul ul ul > li:before {
  content: "";
  position: absolute;
  left: 0.1rem;
  width: 0.33rem;
  top: 0.62rem;
  background-color: #747778;
  height: 0.33rem;
  border-radius: 50%; 
}
.text ul ul ul > li:before, .text ul ul ul ul ul ul > li:before {
  content: "";
  position: absolute;
  left: 0.1rem;
  width: 0.4rem;
  top: 0.75rem;
  height: 0.15rem;
  display: block;
  border-radius: 0;
  background-color: #747778;
  font-size: 0.83333rem; 
}
.text a {
  color: var(--text-primary);
  position: relative;
  text-decoration: none;
  /*text-shadow: 1px 0px 0 var(--text-primary), -1px 0px 0 var(--text-primary), 2px 0 0 var(--text-primary), -2px 0 0 var(--text-primary);*/
  background-image: linear-gradient(transparent 50%, var(--text-primary) 50%);
  background-repeat: repeat-x;
  background-position: 0 92%;
  background-size: 1px 2px;
  outline: none; 
}
.text a:hover {
  text-decoration: none;
  color:var(--text-muted);
  /*text-shadow: 1px 0 0 var(--color-white), -1px 0 0 var(--color-white), 2px 0 0 var(--color-white), -2px 0 0 var(--color-white);*/
  background-size: 1px 4px; 
}
.text a:focus {
  background-color: rgba(0, 70, 127, 0.15);
  text-shadow: none; 
}
.text .text *:last-child {
  margin: 0; 
}
.text .footnote, .text .sub {
  display: block;
  font-style: italic; 
}
@media (max-width: 33.99em) {
  .text .footnote, .text .sub {
    font-size: 0.83333rem; 
  } 
}
@media (min-width: 34em) {
  .text .footnote, .text .sub {
    font-size: 0.8rem; 
  } 
}


.highlight {
  background-color: var(--bg-tertiary);
  padding: 1.6rem;
  display: block;
  margin-bottom: 1rem; 
}
.highlight *:last-child {
  margin-bottom: 0; 
}
.highlight a {
  color: #005499;
  position: relative;
  text-decoration: none;
  text-shadow: 1px 0px 0 var(--bg-tertiary), -1px 0px 0 var(--bg-tertiary), 2px 0 0 var(--bg-tertiary), -2px 0 0 var(--bg-tertiary);
  background-image: linear-gradient(transparent 50%, #005499 50%);
  background-repeat: repeat-x;
  background-position: 0 92%;
  background-size: 1px 2px;
  outline: none; 
}
.highlight a:hover {
  text-decoration: none;
  text-shadow: 1px 0 0 var(--bg-tertiary), -1px 0 0 var(--bg-tertiary), 2px 0 0 var(--bg-tertiary), -2px 0 0 var(--bg-tertiary);
  background-size: 1px 4px; 
}
.highlight a:focus {
  background-color: rgba(0, 70, 127, 0.15);
  text-shadow: none; 
}
@media (min-width: 48em) {
  .highlight {
    padding: 2.2rem; 
  } 
}

.uppercase {
  text-transform: uppercase; 
}
.lowercase {
  text-transform: lowercase; 
}
.display-none {
  display: none; 
}

.bold {
  font-weight: bold;
  font-family: var(--font-rivieranights-bold); 
}

.center-text {
  text-align: center; 
}

/* ================ */
/* Buttons styles */
/* ================ */

.btn {
  display: inline-block;
  border-radius: 32px;
  padding: 0.6em 2em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  min-height: 3em;
  margin: 0.5em;
  font-family: var(--font-rivieranights-bold);
  transition: .3s;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; 
}

.mainbutton {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 250px;
  height: 50px;
  font-weight: 500 !important;
  font-family: var(--font-rivieranights-bold)  !important; 
  font-size: 1.8rem !important;
  letter-spacing: .1666666667em;
  font-weight: 500;
  padding: 20px;
  border-radius: 50px !important; 
  background-color: #f8f9fa; 
  border-color: #f8f9fa;
  color: #212529; 
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  border: none; 
}

.mainbutton:active {
  background-color: #f8f9fa; 
  border-color: #f8f9fa;
  color: #212529; 
  text-transform: uppercase;
  border: none; 
}

.btn.btn--dark-blue {
  background-color: var(--ocean-blue);
  border: 2px solid var(--ocean-blue);
  color: var(--color-white); 
}
.btn.btn--dark-blue.btn--inverse {
  border: 1px solid var(--color-white); 
}
.btn.btn--dark-blue:hover {
  background-color: transparent;
  color: var(--ocean-blue); 
}
.btn.btn--white {
  background-color: var(--color-white);
  border: 1px solid var(--ocean-blue);
  color: var(--ocean-blue); 
}
.btn.btn--white.btn--inverse {
  border: 2px solid var(--color-white); 
}
.btn.btn--white:hover {
  background-color: transparent;
  color: var(--color-white); 
}
.btn.btn--light-blue {
  background-color: #0080a7;
  border: 1px solid #0080a7;
  color: var(--color-white); 
}
.btn.btn--light-blue.btn--inverse {
  border: 1px solid var(--color-white); 
}
.btn:hover {
  text-decoration: none; 
}




header {
  display: flex !important;
  flex-direction: column; 
  justify-content: flex-start; 
  width: 100%;
  position: absolute;
  padding-top: 30px;
  margin: 0;
}

/* Navbar */
.navbar-container{
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  width: 100%;
  margin: auto auto;
}
.navbar {
  position: fixed !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  color: var(--color-white);
  width: 100%;
  background: none;
  transition: all 0.3s ease-in-out;
}

.navbar .menu-toggle, .navbar .logo, .navbar .search-icon {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.header-hr{
  left: 50px;
  right: 50px;
  margin-top: 80px;
  position: absolute;
  transition: width 0.5s ease;
  z-index: 0;
}

.header-hr hr{
  width: 100%;
  border: none;
  border-top: 1.5px solid var(--text-muted);
  background-color: transparent;
  opacity: 0.5;
}

.navbar.scrolled {
  padding: 10px 0px !important;
  background: rgba(0, 0, 0, 0.6); /* Slightly darker on scroll */
  backdrop-filter: blur(10px); /* Increases blur on scroll */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Adds shadow on scroll */
}

.navbar .logo img {
    height: 50px;    
    filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 1));  
}

.navbar .logo a:focus,
.navbar .logo a:active,
.navbar .logo img:focus {
    outline: none;
}


.navbar .logo.scrolled img {
    height: 40px;    
    filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 1));
}
.menu-toggle {
  margin-right: 50px; /* Changed from margin-left */
  margin-left: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.menu-toggle :hover {
  opacity: 0.5;
}

.menu-icon {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.menu-text {
  margin-right: 8px; 
  font-size:1.8rem;
  text-transform:uppercase;
  letter-spacing: .1175em;
  line-height: 1.875;
}

.menu-icon span {
  background: var(--color-white);
  height: 2px;
  width: 20px;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.black-icon path {
  fill: var(--text-primary) !important;
}
.black-icon .menu-icon span {
  background: var(--text-primary) !important;
  color: var(--text-primary) !important;
}
.black-icon .search-icon {
  color: var(--text-primary) !important; 
}
.black-icon .menu-text { 
  color: var(--text-primary) !important; 
}

.black-icon .header-hr hr {
    width: 100%;
    border: none;
    border-top: 1px solid var(--text-primary);
    background-color: transparent;
    opacity: 0.5;
}


.spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1); 
  border-top: 4px solid var(--text-muted); 
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.hidden-element {
  visibility: hidden !important;
}




.search-icon {
  background: none;
  border: none;
  outline: none;
  color: var(--color-white); 
  font-size:1.3rem;
  letter-spacing: .1175em;
  line-height: 1.875;
  text-transform:uppercase;
  cursor: pointer;
  margin-right: 0;
  margin-left: 50px;

}
.search-icon:focus {
  outline: none; 
}

.search-icon i{
  font-size:1.3rem;    
  background-position: 50%;
  background-size: 10px 14px;
  display: inline-block; 
  margin-left: 8px;
  position: relative;
  line-height: 1.5;
}

.search-icon:hover i {
  opacity: 0.5;
  animation: rotateBlur 0.5s ease-in-out forwards; 
}

.search-icon:hover span {
  opacity: 0.5;
}

@keyframes rotateBlur {
  0% {
    transform: rotate(0deg) scale(1);
    filter: blur(0px); 
  }
  50% {
    transform: rotate(190deg) scale(0.8);
    filter: blur(0.5px); 
  }
  100% {
    transform: rotate(380deg) scale(1);
    filter: blur(0px); 
  }
}
.search-icon span{ 
  font-size:1.8rem;
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  right: -43%;
  width: 43%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: var(--sidebar-bg);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10 !important;
  transition: right 0.5s ease;
   pointer-events: none;

}
.sidebar.active {
  right: 0 !important;
   pointer-events: auto;
}

.sidebar.submenu-active{
  right: 0;
}

.sidebar-menu {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 50%;
  display: block;
  animation: fadeIn 1s ease forwards;
}

.sidebar-menu li{
  font-family: var(--font-rivieranights-bold)  !important; 
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .1175em;
  line-height: 1.875;
  opacity: 0; 
  margin: 15px 0;
  text-align: right;
  text-transform:uppercase;
  overflow: visible;
  position: relative;
  width: 100%;
  animation: slideInFromRight 0.6s ease forwards;
  animation-delay: var(--delay); /* Delay is defined for each item */
}
.sidebar-menu li a {
  text-decoration: none;
  color: var(--color-white);
  display: inline-block;
  text-align: right;
  padding: 0;
  opacity: .5;
  margin: 0;
}
.sidebar-menu li a:focus,
.sidebar-menu li a:active {
    outline: none;
}
.sidebar-menu li a:hover {
  opacity: 1;
}

.sidebar:not(.active) .sidebar-menu li {
  opacity: 0;
  transform: translateX(-100%);
  animation: slideOutToLeft 0.6s ease forwards;
  animation-delay: var(--delay); 
}

.sidebar-menu a:hover {
  color: var(--color-white);
  text-decoration: none;
}
/* Sidebar Submenu Design */
.sidebar-submenu {
  list-style: none; 
  padding: 0;
  margin: 0;
  margin-right: 20%;
  text-align: right;
  display: none; 
  
}
.sidebar-submenu li {
  display: block;
  font-family: var(--font-rivieranights-bold) !important;
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  opacity: 0;
  margin: 20px 0 20px 0;
  text-transform:uppercase;
  overflow: visible;
  position: relative;
  width: auto;
  animation: slideInFromRight 0.6s ease forwards;
  animation-delay: var(--delay);
}

.sidebar-submenu li a {
  text-decoration: none;
  color: var(--color-white);
  display: inline-block;
  opacity: .5;
  padding: 0;
  margin: 0;
}

.sidebar-submenu li a:focus,
.sidebar-submenu li a:active {
    outline: none;
}

.sidebar-submenu li a:hover {
  opacity: 1;
}

.sidebar-submenu  a:hover{
  text-decoration: none;
  color: var(--color-white);
}
.sidebar.submenu-active .sidebar-menu {
  display: none;
}
.sidebar-submenu .back-link {
  display: block; 
  font-size: 1.8rem; 
  font-weight: bold;
  color: var(--color-white); 
  text-decoration: none;
  margin-bottom: 20px; 
}

.sidebar-submenu .back-link:focus,
.sidebar-submenu .back-link:active {
    outline: none;
}

.sidebar-submenu .back-link:hover {
  color: var(--color-white); 
}


.sidebar-bottom-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
   border-top: var(--sidebar-border-top);
  background: var(--sidebar-bg-light);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-sizing: border-box;
  z-index: 10;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left:10px;
}

.social-icons a {
  color: var(--text-muted);
  font-size: 18px;
  transition: transform 0.2s ease;
}

.social-icons a:hover {
  transform: scale(1.15);
  color: var(--color-white); /* optional hover highlight */
}

/* === Language Section === */
.language-section {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left:30%;
}
@media (max-width: 1400px) and (min-width: 992px) {
  .language-section {
    margin-left: 24%;
  }
}


@media (max-width: 992px) {
  .language-section {
    margin-left: 5%;
  }
}

@media (max-width: 768px) {
  .language-section {
    margin-left: 8%;
  }
}

@media (max-width: 576px) {
  .language-section {
    margin-left: 2%;
  }
}

.language-label {
  color: var(--text-muted);
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
}

.language-links {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-right: 10px;
}

.language-links span {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 18px;
  transition: color 0.2s ease;
}

.language-links a:hover {
  color: var(--color-white);
}

.separator {
  color: var(--silver-gray);
}



.sidebar-content-panel {
  position: fixed;
  top: 0;
  right: 43%; /* right next to sidebar */
  width: 60vw;
  height: 100vh;
  background: linear-gradient(to bottom right, var(--color-dark-gray), var(--color-dark-charcoal));
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999; /* Behind the sidebar */
  transition: opacity 0.5s ease;
  overflow: hidden;
}

.sidebar-content-panel.active {
  display: block;
  animation: slideInAfterSidebar 0.8s ease-out forwards;
}
.sidebar-content-panel.slide-out {
  animation: slideOutBehindSidebar 0.8s ease forwards;
}
.sidebar-content-panel .content-placeholder {
  position: relative;
  width: 100%;
  height: 100%;
}

.sidebar-content-panel img {
  width: 100vw;
  height: 100vh;
  object-fit: fill;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
.sidebar-content-panel .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-white);
  text-align: center;
  padding: 50px;
  z-index: 2;
  background: var(--dark-overlay); /* Optional: semi-transparent background */
  border-radius: 10px;
  max-width: 500px;
}
.sidebar-content-panel .overlay-text h2 {
  font-family: var(--font-rivieranights-regular) !important;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: .1em;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.sidebar-content-panel .overlay-text p {
  font-family: var(--font-rivieranights-regular) !important;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.0571428571em;
  line-height: 1.5714285714;
  color: var(--text-muted);
  margin: 0 auto;
}


@keyframes slideInAfterSidebar {
  0% {
    opacity: 0;
    transform: translateX(100px); /* Comes in from 100px right of its position */
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideOutBehindSidebar {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100px); /* Goes out to the right */
  }
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

@media (min-width: 1750px) {
  .header-hr .navbar-container{
    padding: 0 50px !important;
  }
}
/* Navbar && Sidebar media queries */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar .logo img {
    height: 45px;    
  }
  .navbar .logo.scrolled img {
      height: 40px;    
  }
  .header-hr{
    left: 25px;
    right: 25px;
  }
  .menu-toggle {
    margin-right: 25px;
  }
  .menu-icon svg {
    width: 85% !important;
    height: 85% !important;
  }
  .search-icon {
    margin-left: 25px;
  }

  .sidebar {
    right: -45%;
    width: 45%;
  }
  .sidebar-menu li {
    margin-top: 20px;
    margin-right: -80px;
  }
  .sidebar-submenu li {
    margin-right: -120px;
  }
  .sidebar-content-panel {
    right: 45%;
    width: 55%;
    display: none;
  }

  .sidebar-content-panel.active {
    display: block;
  }
  .sidebar-content-panel .overlay-text h2 {
    font-size: 1.6rem;
  }

  .sidebar-content-panel .overlay-text p {
    font-size: 1rem;
  }

}

@media (min-width: 576px) and (max-width: 767px) {

  .navbar .logo img {
      height: 50px;    
  }
  .navbar .logo.scrolled img {
      height: 40px;    
  }
  .header-hr{
    left: 20px;
    right: 20px;
  }
  .menu-toggle {
    margin-right: 20px;
  }
  .menu-text { 
    font-size:1.7rem;
    margin-bottom: 5px;
  }
  .menu-icon svg {
    width:75% !important;
    height: 75% !important;
  }

  .search-icon {
    font-size:1.2rem;
    margin-left: 20px;
  }
  .search-icon i{
    margin-left: 10px;
  }

  .search-icon span{
    font-size:1.7rem;
  }
  
  .sidebar {
    right: -75%;
    width: 75%;
  }
  .sidebar-content-panel {
    display: none !important; /* Optional: hide or adjust based on design */
  }

  .sidebar-menu li {
    margin-right: -120px;
  }

  .sidebar-submenu li {
    margin-right: -180px;
  }
  
}

@media (max-width: 575px) {
  .navbar {
    padding: 15px 30px;
    width: 100% !important;
  }
  
  .navbar .logo img {
      height: 45px;    
  }
  .navbar .logo.scrolled img {
      height: 30px;    
  }
  .header-hr{
    margin-top: 60px;
    left: 15px;
    right: 15px;
  }
  .menu-toggle {
    margin-right: 20px;
  }
  .menu-text { 
    margin-bottom: 6px;
    font-size:1.6rem;
  }
  
  .menu-icon svg {
    width: 70% !important;
    height: 70% !important;
  }

  .search-icon {
    font-size:1.6rem;
    margin-left: 20px;
  }

  .search-icon i{
    margin-left: 10px;
  }
  .search-icon span{
    font-size:1.6rem;
  }

  .sidebar {
    right: -100%;
    width: 100%;
  }
  .sidebar-content-panel {
    display: none !important; /* Hide the panel completely on mobile */
  }
  
  .sidebar-menu {
    list-style: none;
    text-align: left;
    animation: fadeIn 1s ease forwards;
  }
  
  .sidebar-menu li {
    font-size: 2rem; 
    margin-top: -5px;
    margin-right: -100px;
  }
  .sidebar-submenu li {
    margin-right: -150px;
  }
}


/* Slide-In Animation */
@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(100%); /* Slide from right */
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Define the slide-in animation */
@keyframes slideInFromBottom {
  0% {
    transform: translateY(30px); 
    opacity: 0; 
  }
  100% {
    transform: translateY(0); 
    opacity: 1; 
  }
}

/* Slide-Out Animation */
@keyframes slideOutToLeft {
  from {
    opacity: 1;
    transform: translateX(0); 
  }
  to {
    opacity: 0;
    transform: translateX(-100%); 
  }
}


/* Animations */
@keyframes floatIn {
  from {
    transform: translateX(-50%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--dark-overlay);
  opacity: 0;
  visibility: hidden;
  z-index: 998;
  transition: opacity 0.3s, visibility 0.3s;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.searchclose {
  width: 50px !important;
  height: 50px !important;
  padding: 12px 12px; 
  border-radius: 50px !important; 
  background-color: var(--bg-secondary) !important; 
  color: var(--text-primary); 
  text-align: center;
  cursor: pointer;
  border: 1px solid var(--text-primary) !important;
  position: relative;
  overflow: hidden;  
}


.searchclose::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--text-primary);
  border-radius: 50%; 
  transition: all 0.6s ease; 
  transform: scale(0); 
}

.searchclose:hover::before {
  transform: scale(1); 
}


/* Search Popup */
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-primary);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index:111;
}
/* Hide the popup with slide-up animation */
.search-popup.hide {
  animation: slideUp 0.5s forwards;
}
.search-header {
  padding: 20px;
  background: var(--bg-secondary);
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

.search-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width:900px;
  margin: auto;
}

.search-body button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color: var(--button-bg);
  color: var(--button-text);
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
}
.search-body button:hover {
  opacity: 0.8 !important;
  background-color:  transparent !important;
  color: var(--text-primary) !important;
  border: 1px solid var(--button-bg) !important;

}

.search-body h1 {
  font-family: var(--font-rivieranights-bold);
  font-size: 6rem;
  letter-spacing: .0357142857em;
  line-height: .8;
  font-weight: 300;
  color: var(--text-primary);
}

.search-body p {
  direction:rtl;
  font-family: var(--font-rivieranights-regular);
  font-size: 2rem;
  line-height: 1.6086956522;
  font-weight: 500;
  letter-spacing: .0357142857em;
  text-wrap: balance;
  text-align: center;
  color: var(--text-primary);
}

.search-body form {
  position: relative;
  width: 100%;
}
.gsc-search-button-v2 {
    background: var(--tabs-active) !important;
    padding: 18px 30px !important;
    border: 1px solid var(--color-white) !important;
    border-radius: 10px;
}

.gcse-searchbox {
  display: flex !important;
  align-items: center;
  width: 100% !important;       /* full width */
  max-width: 600px;             /* max width on large screens */
  margin: 0 auto;               /* center horizontally */
  box-sizing: border-box;
}


input.gsc-input {
    color: var(--color-black) !important;
     width: 100% !important; 
    height: 50px !important;
    font-size: 1.1875rem !important;
    background: none !important;
    box-sizing: border-box;
}

/* iPad Landscape */
@media (min-width: 769px) and (max-width: 1024px) {
  .search-form {
    padding: 0 20px;          /* a bit more padding for wider screen */
  }
  .gcse-searchbox {
    max-width: 90% !important; /* allow a bit less than full width */
  }
  input.gsc-input {
    height: 50px !important;
    font-size: 1.25rem !important;
    width: 100% !important;
  }
  input.gsc-search-button {
    height: 50px !important;
    padding: 0 20px !important;
  }
}
/* Responsive tweaks */
@media (max-width: 768px) {
  .search-form {
    padding: 0 10px;
  }
  .gcse-searchbox {
    max-width: 100% !important;
  }
  input.gsc-input {
    height: 45px !important;
    font-size: 1.1rem !important;
  }
  input.gsc-search-button {
    height: 45px !important;
    padding: 0 12px !important;
  }
}

@media (max-width: 480px) {
  .gcse-searchbox {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  input.gsc-input {
    width: 100% !important;
    margin-bottom: 8px !important;
  }
  input.gsc-search-button {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

input.gsc-input::-webkit-input-placeholder {
    color: transparent;
}

input.gsc-input::-webkit-input-placeholder::before {
    color: var(--color-black) !important;
    content: "Line 1\A Line 2\A Line 3\A";
}
.gsc-control-cse {
    background: none !important;
    border: none !important;
    padding: 0px !important;
}
.gssb_a, .gssb_a td {
    white-space: nowrap;
    overflow: hidden;
    line-height: 22px;
    color:var(--color-black) !important;
}
.gsst_a .gscb_a {
    color: var(--color-white) !important;
    cursor: pointer;
}
.gsst_a:hover .gscb_a, .gsst_a:focus .gscb_a {
    color: var(--text-muted) !important;
}
.gsc-control-cse {
    background: none !important;
    border: none !important;
    padding: 0px !important;
}
 .gsc-search-button {
    display: none !important;
}
.clear {
    clear: both;
}

.search-form input::placeholder {
  color: var(--cool-gray) ;            
  font-style: italic;     
  font-size: 14px;        
  letter-spacing: 1px;    
}

.search-popup.active {
  transform: translateY(0);
}


/* ================= */
/* Hearo */
/* ================= */
.hero-container{
  width: 900px;
  height: 650px;
  margin: auto;
}
.minheight-hero{
  height:250px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-container {
    padding: 50px;
  }

}
@media (max-width: 991px) {
  .hero-container {
    padding: 30px;
  }

}
@media (max-width: 576px) {
  .hero-container {
    padding: 30px;
  }
  .minheight-hero{
    height:300px !important;
  }
}



.c-hero {
  padding-top: 11rem;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(21, 21, 21 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .c-hero {
      position:relative
  }
}

.c-hero__inner {
  position: relative;
  overflow: hidden;
  padding-top: 6rem;
 
  text-align: center
}

@media (min-width: 768px) {
  .c-hero__inner {
      position:static;
      overflow: visible;
      padding-top: 7rem;
      
  }
}

@media (min-width: 1440px) {
  .c-hero__inner {
      padding-top:8rem;
      
  }
}

@media (min-width: 1920px) {
  .c-hero__inner {
      padding-top:10rem;
     
  }
}


.c-hero__title-wrapper {
  position: relative;
  --tw-bg-opacity: 1;
  display: inline-block;
  padding: 0.5rem 1rem 1rem;
  margin: 0 auto;
  max-width: 80rem;
  text-align: center;
  z-index: 1;
}


.c-hero__title-wrapper p {
    font-family: var(--font-rivieranights-regular);
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.0571428571em;
    line-height: 2;
    color: var(--text-primary);
    opacity: 1;
    margin: 50px 0;
}

@media (min-width: 768px) {
  .c-hero__title-wrapper {
      padding: 0.75rem 1.5rem;
  }
}

@media (min-width: 1440px) {
  .c-hero__title-wrapper {
      padding: 1rem 2rem;
  }
}

.c-hero__title {
  position: relative;
  z-index: 10;
  color: var(--text-primary);
  font-family: var(--font-rivieranights-bold);
  font-size: 3.4rem;
  letter-spacing: .0735294118em;
  line-height: 1.2941176471;

  /* font-size: 2.44141rem;
  letter-spacing: .1em;
  line-height: 1.3; */
  font-weight: 300;
  --tw-text-opacity: 1;
  text-transform: uppercase;
  margin:0;
}

.c-hero__image-wrapper {
  margin-top: 3.125rem; /* 50px in rem */
  display: flex;
  justify-content: center;
}

.c-hero__image {
  width: 900px;
  height: 650px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (max-width: 1200px) {
  .hero-container{
    width: 100%;
    height: auto;
  }
  .c-hero__image {
    max-width: 900px;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  
  .c-hero__title{
      font-size: 3rem;
      letter-spacing: .1136363636em;
      line-height: 1.6363636364;
  }
}
@media (max-width: 575px) {
.c-hero__title {
  font-size: 2rem;
  letter-spacing: .1em;
  line-height: 1.3;
}
.c-hero__inner {
    padding-top:15px;
}

}

.divider{
  max-width:1500px;
  width: 100%;
  border: none;
  margin: auto auto;
  background-color: var(--text-secondary);
  opacity: 0.5 !important;
}
/* ================= */
/* Hearo Video Background */
/* ================= */

.video-background {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
}
.video-poster {
  position: absolute;
  inset: 0;              /* IMPORTANT */
  width: 100%;
  height: 100%;
  z-index: 0;
}

.video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;     /* CRITICAL FIX */
  object-position: center;

  display: block;        /* FIX inline gap bug */
}
#bg-video {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  z-index: 0;
}

.video-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-white);
  font-size: 1.1em;
  text-align: center;
  font-family: var(--font-rivieranights-bold); 
  text-shadow: var(--shadow-video-text);
  z-index: 1;
}
.video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-white);
  font-size: 1.2rem;
  letter-spacing: .1666666667em;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  font-family: var(--font-rivieranights-regular); 
  text-shadow: var(--shadow-video-text);
}


.video-text h1 {
  font-family: var(--font-rivieranights-regular);
  font-size: 7rem;
  letter-spacing: .0357142857em;
  line-height: .8;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 20px;
  animation-delay: 0.3s; 
}
.video-text h4 {
  direction:rtl;
  font-family: var(--font-rivieranights-bold);
  font-size: 2.3rem;
  line-height: 1.6086956522;
  font-weight: 500;
  letter-spacing: .0357142857em;
  text-wrap: balance;
  animation-delay: 0.6s; 
  margin-bottom: 20px;
}
.video-text button {
  animation-delay: 0.9s; 
}

@media (min-width: 768px) and (max-width: 991px) {
  .video-text h1 {
    font-size: 4.8rem;
    letter-spacing: .22em;
    line-height: .8125;
  }
  .video-text h4 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .video-text h1 {
    font-size: 4rem;
  }
  .video-text h4 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
   #bg-video {
    object-fit: cover;
  }
  .video-text h1 {
    font-size: 4rem;
  }
  .video-text h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

/* ================= */
/* Vision and Mission */
/* ================= */

.hero-section {
    position: relative;
    width: 2545px;
    height: 468px;
    background-color: var(--bg-primary); 
    overflow: hidden;
    font-family: var(--font-rivieranights-regular) ;
    margin: 0 auto;
}

/* Canvas fills the section, sits behind content */
#particleCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

/* Text layer - centered, on top of particles */
.content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 52px; 
    padding: 20px;
    box-sizing: border-box;
    color: var(--text-primary);
    pointer-events: none;
    text-align: center;
}

.vision, .mission {
    max-width: 750px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out forwards;
}


.vision { animation-delay: 0.2s; }
.mission { animation-delay: 0.6s; }

.vision h2, .mission h2 {
    font-family: var(--font-rivieranights-regular) !important;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1.3;
    text-transform: uppercase;
    padding-bottom: 50px;
}

.vision p, .mission p {
  font-size: 2rem;
  letter-spacing: .0357142857em;
  line-height: 2;
  color: var(--text-primary);
  margin: 0;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.vision:hover, .mission:hover {
    transform: translateY(-2px);
    transition: transform 0.25s ease;
    pointer-events: auto;
}

/* Responsive */
@media (max-width: 2600px) {
    .hero-section { width: 100%; height: auto; min-height: 600px; }
    .vision, .mission { max-width: 90%; }
    .vision h2, .mission h2 { font-size: 3rem; }
    .vision p, .mission p { font-size: 2.5rem; }
    .content-overlay { gap: 36px; }
}




.vision-mission-section {
  background-image: url('/img/home/Vision and Mission-01.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  display: block;
  height: auto;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.heading-section {
  padding: 40px 10px 10px 10px; 
  margin: 0; 
}

.heading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; 
}

.heading {
  font-family: var(--font-rivieranights-regular) !important;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: .1em;
  line-height: 1.3;
  color: var(--text-primary);
  text-transform: uppercase;
}

@media (min-width: 576px) and (max-width: 900px) {
  .heading {
    font-size: 3rem;
    letter-spacing: .1136363636em;
    line-height: 1.6363636364;
  }

}
@media (max-width: 575px) {
  .heading {
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1.3;
    margin-bottom: 24px;
  }

}

.text-content {
  background-color: var(--bg-primary) !important;
    color: var(--text-primary);
  display: grid;
  grid-template-columns: 1fr minmax(300px, 900px) 1fr; 
  gap: 20px;
  justify-items: center;
  margin-bottom: 50px;
  line-height: 1.8;
  opacity: 1; 
  margin-top: 50px;
  direction: rtl;
  
}


.text-content-center {
  background-color: var(--bg-primary) !important;
  display: grid;
  grid-template-columns: 1fr minmax(300px, 900px) 1fr; 
  gap: 20px;
  justify-items: center;
  padding-bottom: 50px;
  line-height: 1.8;
  opacity: 1; 
  margin-top: 50px;
}
.text-content-center.home {
  background-color:transparent !important;
}
.text-content h3{
  grid-column: 2;
  text-align: left;
  font-size: 2rem;
  letter-spacing: 0.15625em;
  line-height: 1.625;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.text-content h2{
  grid-column: 2;
  text-align: right;
  font-size: 2rem;
  letter-spacing: 0.15625em;
  line-height: 1.625;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.text-content p {
  text-align: right;
  grid-column: 2; 
  font-size: 1.4rem;
  letter-spacing: .0357142857em;
  line-height: 2;
  margin: 0; 
}

.text-content-center p {
  font-family: var(--font-rivieranights-regular);
  grid-column: 2; 
  font-size: 2rem;
  letter-spacing: .0357142857em;
  line-height: 2;
  margin: 0; 
}


@media (min-width: 576px) and (max-width: 900px) {
  .text-content{
    padding: 20px 15px 0 15px;
    max-width: 1200px; 
    margin: 0 auto; 
  }
  .text-content-center {
    padding: 20px 15px 0 15px;
    max-width: 1200px; 
    margin: 0 auto; 
  }
  .text-content p {
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: .0384615385em;
    line-height: 1.9230769231; 
  }
  .text-content-center p {
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: .0384615385em;
    line-height: 1.9230769231; 
  }
}
@media (max-width: 575px) {
  .text-content{
    padding: 20px 15px 15px 15px;
    max-width: 1200px; 
    margin: 0 auto; 
  }
  .text-content-center {
    padding: 20px 15px 15px 15px;
    max-width: 1200px; 
    margin: 0 auto; 
  }
  .text-content p {
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: .0384615385em;
    line-height: 1.9230769231; 
  }

  .text-content-center p {
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: .0384615385em;
    line-height: 1.9230769231; 
  }
}





/* ===================== */
/* Main Events Section */
/* ===================== */

.event-container {
  display: flex;
  gap: 20px;
  padding: 20px;
  justify-content: space-between;  
  align-items: stretch;
  box-sizing: border-box;
  width: 100%;
  height: 600px;
    
}

.event-card-left, .event-card-right {
    flex: 1;
    min-width: 300px;
}

.event-card-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
    
}

.event-card {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.event-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: var(--dark-overlay);
    color: var(--color-white);
    text-align: left;
}
.event-content a{
  text-decoration: none;
  color: var(--color-white);
}
.event-content a:hover{
  text-decoration: underline;
  color: var(--color-white);
}
.event-content h3 {
    margin: 0;
    font-size: 2rem;
}

.event-content p {
    margin: 5px 0 0;
    font-size: 1.2rem;
}



/* Adjustments for smaller screens */
@media (max-width: 991px) {
    .event-container {
        flex-direction: column; 
        padding: 10px;
        width: 100%;
        height: auto;
    }
    .event-card-left, .event-card-right {
        min-width: 100%; 
        margin-bottom: 20px; 
    }
    .event-card-right .event-card {
        margin-bottom: 20px; 
    }
    .event-card-left .event-card, .event-card-right .event-card {
        min-width: 100%; 
    }
    .event-card img {
        height: 250px; 
    }
}

@media (max-width: 480px) {
    .event-content h3 {
        font-size: 1.2rem; 
    }

    .event-content p {
        font-size: 0.9rem; 
    }
}
@media (min-width: 1400px) {
  .cards-container {
    max-width: 1600px !important;
    padding: 50px 100px 50px 100px;
  }
}

.card-section h2 {
    font-family: var(--font-rivieranights-regular);
    font-size: 2rem;
    letter-spacing: .125em;
    line-height: 1.5;
    font-weight: 400;
    color: var(--text-primary);
    text-align: center;
    padding-top: 5rem;
    
}
  
.cards-container {
  max-width: 1700px;
  margin: auto auto;
  top: 0;
  display: grid;
  gap: 20px; 
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap; 
  padding: 50px 50px 50px 50px;
  width: 100%;
}


.cards-container a{
  text-decoration: none !important;
  display: block;
  padding: 0;
  margin: 0;
}

.cards-container a:focus,
.cards-container a:active,
.cards-container a:focus-visible {
  outline: none;
  box-shadow: none;
}

.card {
  flex: 1 1 calc(33.33% - 20px);
  display: flex;
  flex-direction: column;
  /* width: calc(33.33% - 20px);  */
  position: relative;
  border: none !important;
  border-radius: 0px !important;
  overflow: hidden; /* Ensure content does not overflow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
  background-color: var(--bg-primary);
}



.card-img img {
  width: 100%;
  height: 300px;
  object-fit: cover; 
  display: block;
  opacity: 1;
  transition: all .5s ease-in-out;
}

.card-img img:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  opacity: .5 !important;
}

.content-box {
  flex: 1;
  min-height: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-left: 1px solid var(--card-border);
  box-sizing: border-box; 
}
.card-description {
  margin: 0;
  padding: 0;
  height: 200px;
  color: var(--text-primary);
}
.card-description h4 {
  margin: 0 0 10px;
  font-size: 1.8rem;
  letter-spacing: .0357142857em;
  line-height: 1.625; 
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}

.card-description p {
  font-family: var(--font-rivieranights-regular);
  text-align: right;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.0571428571em;
  line-height: 1.5714285714;
  color: var(--text-primary);
  opacity: 1;
}

.card-description h4:hover,
.card-description p:hover {
  opacity: .5 !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cards-container {
    padding: 50px;
  }
  
  .card-description {
    height: 150px;
  }
}
/* Two cards per row for medium screens */
@media (max-width: 991px) {
  .cards-container {
    grid-template-columns: repeat(2, 1fr); 
    padding: 30px;
  }

}

/* One card per row for small screens */
@media (max-width: 576px) {
  .cards-container {
    grid-template-columns: 1fr;
    padding: 30px;
  }
}




/* ===================== */
/* Tab Design */
/* ===================== */

.content-type--tabs{
  width: 100%;
}

.tabs {
  margin-bottom: 2.25rem;
  margin-top: 3rem;
}

.tabs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: var(--bg-tertiary);
  font-family: DIN, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1.75rem;
  width: 100%;
}



@media (min-width: 760px) {
  .tabs__list {
      font-size: 0.9rem;
      line-height: 1.55;
  }
}

@media (min-width: 600px) and (max-width: 960px) {
  .tabs__list {
      font-size: calc(0.9rem + 0.1125 * ((100vw - 600px) / 360));
  }
}

@media (min-width: 960px) and (max-width: 1220px) {
  .tabs__list {
      font-size: calc(1.0125rem + 0.1125 * ((100vw - 960px) / 260));
  }
}

@media (min-width: 1220px) {
  .tabs__list {
      font-size: 1.125rem;
  }
}

.tabs__item {
  display: flex;
  flex-grow: 1;
  text-align: center;
  align-items: stretch;
}

.tabs__item:last-child {
  border-right: none;
}

.tabs__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  font-size: 1.6rem;
  letter-spacing: .15625em;
  line-height: 1.625;
  font-weight: 400;
  background-color: var(--bg-tertiary);
  color: var(--text-primary) !important;
  cursor: pointer;
  padding: 1.5rem;
  transition: all 0.3s ease-in-out;
}

.tabs__link:hover,
.tabs__link:focus {
  background-color: var(--tabs-hover);
  border-color: var(--tabs-hover);
  color: var(--text-primary);
}

.tabs__link[aria-selected="true"] {
  background-color: var(--tabs-active);
  border-bottom: 2px solid var(--tabs-active) !important;
  color: var(--text-primary);
  cursor: default;
  outline: none;
}

.tabs__link[aria-selected="true"]:hover,
.tabs__link[aria-selected="true"]:focus {
  background-color: var(--tabs-hover);
  border-bottom-color:var(--tabs-hover);
  color: var(--text-primary);
}

@media (max-width: 759px) {
  .tabs__list {
      display: block; 
  }

  .tabs__item {
      display: block; 
      width: 100%;
  }

  .tabs__link {
      display: block;
      width: 100%;
      text-align: center;
      padding: 1rem;
  }

  .tabs__content {
      padding: 3rem;
  }
}

.tabs__content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.tabs__content .invisible,
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: none;
}

.tab-content-box {
  text-align: right;
  margin: 0;
  padding: 1.5rem;
  padding-left: 2.5rem;
  color: var(--text-primary);
  font-size: 1.4rem;
  letter-spacing: .0357142857em;
  line-height: 2;
}

.tab-content-box p {
  font-size: 1.6rem;
  letter-spacing: .0357142857em;
  line-height: 2;
  margin-bottom: 1rem !important;
}



/* ===================== */
/* Content Details Design */
/* ===================== */

.details-content-box{
  margin: 30px 0;
  color: var(--text-primary);
}

.details-content-box h2{
  text-align: right;
  font-family: var(--font-rivieranights-bold);
  font-size: 2rem;
  letter-spacing: .0357142857em;
  line-height: 1.625;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.details-content-box h3{
  text-align: right;
  font-family: var(--font-rivieranights-bold);
  font-size: 1.8rem;
  letter-spacing: .0357142857em;
  line-height: 1.625;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.details-content-box h1{
  text-align: right;
  font-family: var(--font-rivieranights-bold);
  font-size: 2rem;
  letter-spacing: 0.15625em;
  line-height: 1.625;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.details-content-box p{
  direction: rtl;
  text-align:right;
  unicode-bidi: isolate;
  font-family: var(--font-rivieranights-regular);
  font-size: 1.6rem;
  letter-spacing: .0357142857em;
  line-height: 2;
  margin-bottom: 1.4rem !important;
}



/* ===================== */
/* Related Links */
/* ===================== */
.related-links {
  background-color: var(--bg-primary);
  padding: 30px;
}

.container-links {
    display: block;
    margin: 0 auto;
    width: 75%;
}

.related-links-wrapper {
  background-color: var(--bg-tertiary);
  box-shadow: 0 1px 4px var(--soft-shadow);
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1900px; 
  margin: 0 auto; 
}

.related-links-title {
  font-size: 1.2rem;
  font-weight: 400;
  background-color: none;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  margin: 0;
  padding: 15px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5px;
  position: relative;
}

.uta-btn-group {
  padding: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
}

.btn-grid {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 10px;
  width: 100%;
}

.uta-btn-inverse-ghost-secondary {
    font-size: 0.625rem;
    font-weight: 400;
    color: var(--text-primary);
    letter-spacing: .1666666667em;
    line-height: 1.6666666667;
    padding: 10px 20px;
    text-align:right;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    position: relative;
    transition-duration: 0.2s;
    transition-property: color;
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}


.uta-btn-inverse-ghost-secondary:before {
    background-color: var(--text-primary);
    content: "";
    bottom: 0;
    height: 1px;  /* Thicker line */
    left: 15px;
    position: absolute;
    transition-duration: 0.2s;
    transition-property: width, background-color;
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    width: 0;
}

.uta-btn-inverse-ghost-secondary:hover {
    text-decoration: none;
    color: var(--text-primary);  
}

.uta-btn-inverse-ghost-secondary:hover:before {
    width: 100%; 
}


@media (max-width: 991px) {
  .related-links-wrapper {
    width: 100%;
    max-width: none;
    flex-direction: column;
    margin: 0;
    background: none;
    box-shadow: none;
  }

  .uta-btn-group {
    justify-content: center;
    padding: 15px 0;
  }

  .btn-grid {
    grid-template-columns: 1fr;
  }
}




/* ===================== */
/* University Partners */
/* ===================== */

#partner-logo {
  position: relative;
  max-width: 1366px;
  margin: auto;
  margin-bottom: 30px;
  overflow: hidden; /* hides extra logos */
}

.partner-slider {
  display: flex;
  transition: transform 0.4s ease;
}

.single-partner {
  flex: 0 0 calc(100% / 3); /* show 3 at a time */
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-partner img {
  max-width: 100px;
  height: auto;
}

/* Tablet: show 5 at a time */
@media (min-width: 768px) {
  .single-partner {
    flex: 0 0 calc(100% / 5);
  }
}

/* Mobile: still 3 at a time */
@media (max-width: 767px) {
  .single-partner {
    flex: 0 0 calc(100% / 3);
  }
}
/* ===================== */
/* Hero Section Design */
/* ===================== */

.menu-hero {
  padding-top: 11rem;
  background-color: var(--bg-primary);
}


.menu-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg-tertiary) !important;
  padding: 15px 45px;
  flex-wrap: wrap;
  transition: top 0.3s ease, box-shadow 0.3s ease;
}

.container-box{
    max-width:1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}

.sticky-active {
  width: 100%;
  position: fixed !important; 
  top: 0;  
  left: 0; 
  right: 0; 
  z-index: 1000; 
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
}


.menu-left {
  padding-left: 0 35px;
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 1px;
  gap: 10px;
}


.sub-menu-toggle {
  display: none;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M1.4139,3.99999 L9.0699,11.65599 L7.6559,13.06999 L-0.0001,5.41399 L1.4139,3.99999 Z M14.3613,3.99999 L15.7753,5.41399 L11.5571778,9.48498 L10.1431778,8.06998 L14.3613,3.99999 Z' id='a'/%3E%3C/defs%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cmask fill='white'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E") center center no-repeat transparent;
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  background-size: 16px 16px;
}


.sub-menu-toggle.open {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.4139 12L9.0699 4.34399L7.6559 2.92999L-0.0001 10.586L1.4139 12ZM14.3613 12L15.7753 10.586L11.5572 6.51501L10.1432 7.93L14.3613 12Z' fill='black'/%3E%3C/svg%3E");
}

.sub-menu-toggle:focus {
  outline: none;
}

.sub-menu-text {
  font-family: var(--font-rivieranights-bold);
  font-size: 1.8rem;
  letter-spacing: .15625em;
  line-height: 1.625;
  font-weight: 400;
  color: var(--text-primary);
  cursor: pointer;
  opacity: 0.7;
  transition: opacity .4s
}

.menu-left a:focus,
.menu-left a:active,
.menu-left a:focus-visible {
  outline: none;
  box-shadow: none;
}
.sub-menu-text:hover {
    opacity: .5;
}


.menu-right {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1.5rem;
}

.menu-right li a {
  font-family: var(--font-rivieranights-bold);
  font-size: 1.6rem;
  letter-spacing: .1666666667em;
  line-height: 2;
  text-decoration: none;
  color: var(--text-primary);
  font-weight: 500;
  padding: 8px 5px;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
}

.menu-right li a:focus,
.menu-right li a:active {
    outline: none;
}
.menu-right li a.active {
  border-bottom: 2px solid var(--text-primary);
}

@media (max-width: 1200px) {
  .sub-menu-toggle {
    display: inline-block; 
  }

  .menu-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px;
  }
  .container-box{
        width: 100%;
        margin: 0 auto;
        padding: 0;
        flex-direction: column;
        align-items: flex-start;
    }
  .menu-right {
    display: none;
    flex-direction: column;
    width: 100%;
    text-align: right;
    background-color: var(--bg-tertiary);
    margin-top: 10px;
    padding: 10px 0;
  }

  .menu-right.show {
    display: flex;
  }

  .menu-right li {
    padding: 10px 20px;
    border-bottom: 1.5px solid var(--text-muted);
  }
  .menu-right li a.active {
    border-bottom:none;
  }
}

@media (max-width: 768px) {
  .sub-menu-toggle {
    display: inline-block; 
  }

  .menu-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px;
  }
  .container-box{
        width: 100%;
        margin: 0 auto;
        padding: 0;
        flex-direction: column;
        align-items: flex-start;
    }


  .menu-right {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: var(--bg-tertiary);
    margin-top: 10px;
    padding: 10px 0;
  }

  .menu-right.show {
    display: flex;
  }

  .menu-right li {
    padding: 10px 20px;
    border-bottom: 1.5px solid var(--text-muted);
  }
  .menu-right li a.active {
    border-bottom:none;
  }
}

.program-content{
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: var(--bg-primary) !important;
}
.program-content-detail{
    max-width: 900px;
    width: 100%;
    margin: auto auto;
    color: var(--text-primary);
}

@media (max-width: 1200px) {
  .program-content-detail {
      max-width: 95%;
      padding: 0 15px;
  }
}

@media (max-width: 992px) {
  .program-content-detail {
      max-width: 90%;
      padding: 0 15px;
  }
}


@media (max-width: 576px) {
  .program-content-detail {
      max-width: 100%;
      padding: 0 20px;
  }
}

.program-content-detail h2{
    font-family: var(--font-rivieranights-bold);
    font-size: 2.2rem;
    letter-spacing: .0357142857em;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    padding-top: 2rem;
    margin-bottom: 1.5rem;
}
.program-content-detail p {
    direction:rtl;
    text-align:right;
    font-family: var(--font-rivieranights-regular);
    font-size: 1.6rem;
    letter-spacing: .0357142857em;
    line-height: 2;
    text-align:center;
}
.button-links-container{
    padding: 50px 50px;
    display: flex;
    align-items:center;
    margin: auto auto;
}
.program-detail-links{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding-top: 20px;
    margin: auto auto;
    padding-bottom: 50px;
}




.btn-container {
  position: relative;
}
.animated-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  border-radius: 999px;
  border: 1px solid var(--text-primary);
  background-color: transparent;
  color: var(--text-primary);
  font-family: var(--font-rivieranights-bold);
  font-size: 1.6rem;
  font-weight: 400;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
  transition: border-color 0.3s ease;
  z-index: 1;
}
.animated-btn:focus,
.animated-btn:active{
  outline: none;
  box-shadow: none;
}



.animated-btn:hover {
  text-decoration: none;
  border-color: transparent;
  color: var(--text-primary);
}

.animated-btn span,
.animated-btn .icon {
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
}

.animated-btn .icon {
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.icon {
  display: inline-flex;
  margin-left: 3px;
}

.icon svg {
  width: 16px;
  height: 16px;
  fill: var(--text-primary);
}

.animated-light-btn:hover .icon svg {
  fill: var(--text-primary);
}
.animated-btn:hover .icon {
    opacity: 1;
    transform: translateX(0);
}


.border-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}


.border-path {
  fill: none;
  stroke: var(--text-primary);
  stroke-width: 1;
  stroke-dasharray: 712;
  stroke-dashoffset: 712;
  animation: drawBorder 1s ease forwards;
}

@keyframes drawBorder {
  from {
    stroke-dashoffset: 712;
  }
  to {
    stroke-dashoffset: 0;
  }
}




/* ===================== */
/* Single Team Design */
/* ===================== */
.pb-100 {
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.pl-60 {
    padding-left: 60px;
}
.profile-section {
  position: relative;
  background-color: var(--bg-primary);
}
.profile-section .content-part .title {
  color: var(--color-black);
  font-weight: 600;
  line-height: 1.3em;
  font-size: 26px;
}
.profile-section .content-part p {
  font-size: 16px;
  margin: 0;
}
.profile-section .content-column {
  position: relative;
}
.profile-section .content-column .inner-column {
  position: relative;
}
.profile-section .content-column .inner-column h2 {
  position: relative;
  color: var(--color-black);
  font-weight: 700;
  margin: 0;
}
.profile-section .content-column .inner-column h4 {
  position: relative;
  color: var(--color-very-dark-gray);
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 15px;
  margin-bottom: 20px;
}
.profile-section .content-column .inner-column h5 {
  position: relative;
  font-family: var(--font-rivieranights-bold);
  color: var(--text-primary);
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 12px;
  margin-bottom: 0px;
}
.profile-section .content-column .inner-column p {
  position: relative;
  color: var(--text-primary);
  font-family: var(--font-rivieranights-regular);
  font-weight: 400;
  text-align: right;
  font-size: 1.6rem;
  letter-spacing: .0357142857em;
  line-height: 2;
  margin-top: 20px;
  margin-bottom: 35px;
}
.profile-section .content-column .inner-column .student-list {
  position: relative;
  margin-top: 25px;
  margin-bottom: 10px;
}
.profile-section .content-column .inner-column .student-list li {
  position: relative;
  color: #393939;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  margin-right: 80px;
  display: inline-block;
  list-style: disc;
  margin-bottom: 20px;
}
.profile-section .content-column .inner-column .student-list li .fa {
  color: #ff5421;
  margin: 0px 2px;
}
.profile-section .content-column .inner-column .student-list li:last-child {
  margin-right: 0px;
}
.profile-section .image-column {
  position: relative;
}
.profile-section .image-column .inner-column {
  position: relative;
  padding: 30px;
  border-radius: 8px;
  background-color: var(--bg-tertiary);
  box-shadow: var(--soft-shadow);
}
.profile-section .image-column .inner-column .image {
  position: relative;
}
.profile-section .image-column .inner-column .image img {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  width: 100%;
}
.profile-section .image-column .team-content h3 {
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  color: var(--text-primary);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 3px;
}
.profile-section .image-column .team-content .text {
  position: relative;
  font-style:italic;
  text-align: center;
  color: var(--text-primary) !important;
  font-size: 1.4rem;
  line-height: 1.7em;
  margin-bottom: 1px;
}
.profile-section .image-column .team-content .personal-info {
  margin-bottom: 10px;
}
.profile-section .image-column .team-content .personal-info li {
  margin: 5px 0;
  display: inline-block;
  padding-right: 15px;
}
.profile-section .image-column .team-content .personal-info li:last-child {
  margin-right: none;
}
.profile-section .image-column .team-content .personal-info li a {
  color: var(--text-primary);
}
.profile-section .image-column .team-content .personal-info li a:hover {
  color: var(--text-primary);
}
.profile-section .image-column .team-content .personal-info li span i:before {
  font-size: 16px;
  margin-right: 10px;
}
.profile-section .image-column .social-box {
  position: relative;
  text-align: center;
}
.profile-section .image-column .social-box a {
  position: relative;
  color: #626262;
  font-size: 28px;
  margin: 0px 5px;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.profile-section .image-column .social-box a:hover {
  color: var(--color-black);
  text-decoration: none;
}
.profile-section .browse-course-section {
  position: relative;
  margin-top: 50px;
}
.profile-section .browse-course-section .styled-pagination {
  margin-top: 20px;
}





/* ===================== */
/* News Detail Design */
/* ===================== */

.custom-container {
  width: 100%;
  max-width: 1000px; 
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .custom-container {
      max-width: 95%;
      padding: 0 1px;
  }
}

@media (max-width: 992px) {
  .custom-container {
      max-width: 90%;
      padding: 0 15px;
  }
}


@media (max-width: 576px) {
  .custom-container {
      max-width: 100%;
      padding: 0 10px;
  }
}

.news_wrapper {
    padding: 20px 20px;
}
@media (max-width: 768px) {
  .news_wrapper {
    padding: 10px 20px;
  }
}

.news_wrapper .news_box h3 {
  text-align: right;
  font-family: var(--font-rivieranights-bold);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .0357142857em;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--text-primary);
  margin: 35px 0 25px; 
}
.news_wrapper .news_box .post_by {
  margin-bottom: 30px; 
}
.news_wrapper .news_box .post_by span {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--text-primary);
  font-family: var(--font-rivieranights-regular);
  padding-right: 40px;
  position: relative; 
}
.news_wrapper .news_box .post_by span:before {
  position: absolute;
  content: "";
  color: var(--text-primary);
  height: 15px;
  width: 1px;
  left: -20px;
  top: 5px; 
}
.news_wrapper .news_box .post_by span:last-child:before {
  display: none; 
}

.news_wrapper .news_box .news_content_wrapper {
  direction:rtl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  align-items: flex-start;
  gap: 1rem;
}
.news_wrapper .news_box .news_content_wrapper .social_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 50px; 
}
.news_wrapper .news_box .news_content_wrapper .social_wrapper h4 {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--text-primary);
  font-size: 1.5rem; 
  letter-spacing: .0357142857em;
}
.news_wrapper .news_box .news_content_wrapper .social_wrapper .social_items {
  position: relative;
  z-index: 1;
  margin: 20px 0 0;
  text-align: center; 
}
.news_wrapper .news_box .news_content_wrapper .social_wrapper .social_items li {
  background: var(--bg-primary);
  padding-bottom: 15px; 
}
.news_wrapper .news_box .news_content_wrapper .social_wrapper .social_items li a i {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  font-size: 14px;
  margin: 0;
  border: 1px solid rgba(47, 47, 47, 0.1);
  background: transparent;
  color: var(--text-primary);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
.news_wrapper .news_box .news_content_wrapper .social_wrapper .social_items li a i:hover {
  padding: 0; 
}
.news_wrapper .news_box .news_content_wrapper .social_wrapper .social_items li a .fb_icon {
  border: 1px solid var(--facebook-icon);
  color: var(--facebook-icon); 
}
.news_wrapper .news_box .news_content_wrapper .social_wrapper .social_items li a .fb_icon:hover {
  color: var(--color-white);
  background: var(--facebook-icon); 
}
.news_wrapper .news_box .news_content_wrapper .social_wrapper .social_items li a .tw_icon {
  border: 1px solid var(--twitter-icon);
  color: var(--twitter-icon); 
}
.news_wrapper .news_box .news_content_wrapper .social_wrapper .social_items li a .tw_icon:hover {
  color: var(--color-white);
  background: var(--twitter-icon); 
}
.news_wrapper .news_box .news_content_wrapper .social_wrapper .social_items li a .link_icon {
  border: 1px solid var(--linkedin-icon);
  color: var(--linkedin-icon); 
}
.news_wrapper .news_box .news_content_wrapper .social_wrapper .social_items li a .link_icon:hover {
  color: var(--color-white);
  background: var(--linkedin-icon); 
}
.news_wrapper .news_box .news_content_wrapper .social_wrapper .social_items li a .in_icon {
  border: 1px solid var(--linkedin-icon);
  color: var(--text-primary); 
}
.news_wrapper .news_box .news_content_wrapper .social_wrapper .social_items li a .in_icon:hover {
  color: var(--color-white);
  background: var(--instagram-icon);
}



.news_wrapper .news_box .news_content_wrapper .news_content {
  padding-top: 40px; 
}
.news_wrapper .news_box .news_content_wrapper .news_content p {
  text-align:right;
  direction:rtl;
  font-family: var(--font-rivieranights-regular);
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.0571428571em;
  line-height: 2;
  margin-bottom: 1.5625rem;
}
.news_wrapper .news_box .news_content_wrapper .news_content p:last-child {
  margin-bottom: 0; 
}




.news_wrapper .news_wrapper_right {
  padding-left: 50px; 
}
.news_wrapper .news_wrapper_right .blog-right-items .items-title .title {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  padding-left: 80px; 
}
.news_wrapper .news_wrapper_right .blog-right-items .items-title .title:before {
  position: absolute;
  content: "";
  background: var(--text-muted);
  height: 2px;
  width: 70px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); 
}
.news_wrapper .news_wrapper_right .blog-right-items .widget_single {
  margin-bottom: 55px; 
}
.news_wrapper .news_wrapper_right .blog-right-items .widget_single:last-child {
  margin-bottom: 0; 
  margin-top: 70px;
}

.news_wrapper .news_wrapper_right .blog-right-items .recent_post_wrapper .single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 40px; 
}
.news_wrapper .news_wrapper_right .blog-right-items .recent_post_wrapper .single-post:last-child {
  margin-bottom: 0; 
}
.news_wrapper .news_wrapper_right .blog-right-items .recent_post_wrapper .single-post .recent_img {
  width: 30%; 
}
.news_wrapper .news_wrapper_right .blog-right-items .recent_post_wrapper .single-post .recent_img img {
  border-radius: 2px; 
}
.news_wrapper .news_wrapper_right .blog-right-items .recent_post_wrapper .single-post .post_title {
  width: 70%;
  padding-left: 15px; 
}
.news_wrapper .news_wrapper_right .blog-right-items .recent_post_wrapper .single-post .post_title a {
  font-family: var(--font-rivieranights-bold);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--color-white);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 

}
.news_wrapper .news_wrapper_right .blog-right-items .recent_post_wrapper .single-post .post_title a:hover {
  color: var(--text-muted); 
}
.news_wrapper .news_wrapper_right .blog-right-items .recent_post_wrapper .single-post .post_title .post-date {
  margin-top: 8px; 
}
.news_wrapper .news_wrapper_right .blog-right-items .recent_post_wrapper .single-post .post_title .post-date span {
  font-weight: 400;
  font-size: 12px;
  color: var(--text-muted);
  font-family: "Rubik", sans-serif; 
}
/* --- ✅ Small Screens (≤760px) --- */
@media (max-width: 760px) {
  .news_content_wrapper {
    flex-direction: column !important;
    align-items: flex-start;
  }

  .news_content_wrapper .social_wrapper {
    flex-direction: row !important;             
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap; 
    padding-top: 10px !important;               
    width: 100%;
  }

  .news_content_wrapper .social_wrapper h4 {
    margin: 0;
    margin-top: 30px !important;
    margin-left: 30px !important;
    font-size: 1rem;
    white-space: nowrap;              
  }

  .news_content_wrapper .social_wrapper .social_items {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;               
    gap: 2rem;
    margin: 0;
    padding: 0;
  }

  .news_content_wrapper .social_wrapper .social_items li {
    display: inline-block;
  }

  .news_wrapper .news_box .news_content_wrapper .news_content {
    width: 100%;
    padding-top: 0px;
  }
}

/* ===================== */
/* Event Design */
/* ===================== */

.pagination-container {
    text-align: center;
    margin: 20px 0;
}

.pager-link {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 3px;
    text-decoration: none;
    color: var(--text-primary);
    border: 1px solid var(--bg-tertiary);
    border-radius: 4px;
    background-color: var(--bg-tertiary);
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.pager-link:hover {
    text-decoration:none;
    background-color: var(--bg-tertiary);
    color: var(--color-black);
    border-color: var(--bg-tertiary);
}

.current {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 3px;
    background-color: var(--tabs-active);
    color: var(--text-primary);
    border-radius: 4px;
    font-weight: bold;
}

.disabled {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 3px;
    color: var(--text-primary);
    border: 1px solid var(--bg-tertiary);
    background-color: var(--bg-tertiary);
    border-radius: 4px;
}


.pb-50, .py-50 {
  padding-bottom: 50px;
}
.event-item {
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
background: var(--text-primary);
padding: 30px 40px; 
}
@media only screen and (min-width: 992px) {
.event-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; 
  } 
}
@media only screen and (max-width: 479px) {
.event-item {
      padding-left: 25px;
      padding-right: 25px; 
  } 
}
.event-item:not(:last-child) {
  margin-bottom: 40px; 
}
.event-item .event-image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 33%;
  margin-right: 40px; 
}

.blog-meta li {
  margin-bottom: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
;
  font-family: var(--font-rivieranights-regular);
}
@media only screen and (min-width: 768px) {
  .blog-meta li {
      font-size: 18px; 
  } 
}
.blog-meta li:not(:last-child):after {
  content: '';
  width: 1px;
  height: 25px;
  margin-left: 45px;
  margin-right: 45px;
  background: var(--text-primary); 
}

@media only screen and (max-width: 1299px) {
  .blog-meta li:not(:last-child):after {
      margin-left: 25px;
      margin-right: 25px; 
  } 
}
.blog-meta li i {
  color: var(--text-primary);
  margin-right: 8px; 
}

.event-item a{
  color: var(--text-primary);
}

.blog-meta li span {
  color: var(--text-primary);
  margin-right: 8px;
  font-style:italic;
}

 .publication-container{
     max-width:1400px;
     width: 100%;
     margin: auto auto;

 }
 
/* Medium screens */
@media only screen and (max-width: 1400px) {
    .publication-container {
        max-width: 1100px;
    }
}

/* Small tablets and large phones */
@media only screen and (max-width: 768px) {
    .publication-container {
        max-width: 90%;
    }
}

/* Mobile phones */
@media only screen and (max-width: 576px) {
    .publication-container {
        max-width: 100%;
    }
}

/* Very small phones */
@media only screen and (max-width: 375px) {
    .publication-container {
        padding: 0 10px;
    }
}
  
@media only screen and (max-width: 991px) {
  .event-item .event-image {
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 30px; 
  } 
}
.event-item .content .blog-meta {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 18px; 
}
@media only screen and (max-width: 991px) {
  .event-item .content .blog-meta {
      margin-right: -15px; 
  } 
}
@media only screen and (max-width: 991px) {
  .event-item .content .blog-meta li {
      margin-right: 15px; 
  } 
}
@media only screen and (max-width: 375px) {
  .event-item .content .blog-meta li {
      font-size: 10px; 
  } 
}
.event-item .content .blog-meta li:after {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; 
}
@media only screen and (max-width: 991px) {
  .event-item .content .blog-meta li:after {
      display: none; 
  } 
}
.event-item .content h4 {
  font-family: var(--font-rivieranights-bold);
  font-size: 2rem;
  font-weight: 700;
  color:var(--text-primary);
  letter-spacing: .15625em;
  line-height: 1.625;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 1rem; 
}
@media only screen and (min-width: 1200px) {
  .event-item .content h4 {
      font-size: 1.2rem; 
  } 
}
@media only screen and (max-width: 375px) {
  .event-item .content h4 {
      font-size: 1rem; 
  } 
}

.event-item .content h3 {
  font-family: var(--font-rivieranights-bold);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .15625em;
  line-height: 1.625;
  color:var(--text-primary);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 1rem; 
}
@media only screen and (max-width: 1200px) {
  .event-item .content h3 {
      font-size: 1.3rem; 
  } 
}
@media only screen and (max-width: 375px) {
  .event-item .content h3 {
      font-size: 0.8rem; 
  } 
}



.event-item .content p {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.56;
  margin-bottom: 30px;
  color:var(--text-primary);
}
@media only screen and (min-width: 768px) {
  .event-item .content p {
      font-size: 1.2rem; 
  } 
}
@media only screen and (min-width: 576px) {
  .event-item .content{
      padding-left: 35px;
      padding-right: 35px; 
  } 
}
.event-item:hover {
  color: var(--text-primary);
  background: var(--tabs-hover); 
}



.event-item.style-two:not(:hover) {
  background: var(--bg-tertiary); 
}

.event-btn{
  display: flex;
  position: relative;
  bottom: -70px;
  right: -50px;
}
@media only screen and (max-width: 1200px) {
  .event-btn {
      bottom: -50px;
      right:  -30px;
  } 
}
@media only screen and (max-width: 768px) {
  .event-btn {
      bottom: 0px;
      right:  0px;
  } 
}
@media only screen and (max-width: 576px) {
  .event-btn{
      bottom: 0px;
      right:  0px;
  } 
}


/* ===================== */
/* Footer Design */
/* ===================== */

@media (min-width: 1400px){
  .footer-container{
    max-width: 1700px;
    width: 100%;
    margin: auto auto ;
  }
}

.footer {
  width: 100%;
  color: var(--color-white);
  background-color: var(--footer-bg) !important;
  padding: 40px 20px;
  font-family: 'Arial', sans-serif;
  text-align: center;
  clear: both;

  margin-top: auto; /* ✅ this is the key */
}

.footer-logo {
  margin: 0 auto 20px;
  max-width: 250px;
  width: 100%;
}

.footer-logo-img {
  height: 80px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.footer-divider {
  border: none;
  height: 1px;
  background-color:var(--footer-divider);
  margin: 20px auto;
  width: 90%; 
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px auto;
  padding: 0 5%;
}

/* Footer Links */
.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 10px; 
  flex: 1;
  text-align: right;
}

.link-column a {
  color: var(--color-white);
  text-decoration: none;
  font-family: var(--font-rivieranights-bold);
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .1666666667em;
  line-height: 1.6666666667;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.link-column a:focus,
.link-column a:active {
    outline: none;
}
.link-column a:hover {
  color: #bbb;
  text-decoration: none;
}

.footer-social-media {
  display: flex;
  gap: 25px; 
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.social-icon {
  font-size: 2.5rem;
  color: #bbb;
  text-decoration: none;
  opacity: .4s;
}
.social-icon:focus,
.social-icon:active {
    outline: none;
}

.social-icon:hover {
  color: var(--color-white);
}
@media (min-width: 769px) and (max-width: 991px) {
  .footer-logo-img {
    height: 70px;
  }
  .link-column {
    text-align: center; 
  }
  .link-column a {
    font-size: 1.1rem !important;
    letter-spacing: .1666666667em;
    line-height: 1.6666666667;
    margin-bottom: 20px;
  }

  .footer-social-media {
    flex-direction: row; 
    margin: 20px auto; 
    width: 100%; 
    justify-content: center; 
    margin-top: 10px;
  }

  .social-icon {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .footer-logo-img {
    height: 60px;
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .link-column {
    text-align: center; 
  }
  .link-column a {
    font-size: 1.8rem !important;
    letter-spacing: .1666666667em;
    line-height: 1.6666666667;
    margin-bottom: 20px;
  }

  .footer-social-media {
    flex-direction: row; 
    margin: 20px auto; 
    width: 100%; 
    justify-content: center; 
    margin-top: 10px;
  }

  .social-icon {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .footer-logo-img {
    height: 50px;
  }
  .footer-links {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .link-column {
    text-align: center; 
  }

  .footer-social-media {
    flex-direction: row; 
    margin: 20px auto; 
    width: 100%; 
    justify-content: center; 
    margin-top: 10px;
  }

  .social-icon {
    font-size: 1.5rem;
  }
}

